
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
}
body{
	background:#FFFFFF;
}
/*-- banner --*/
.head {
    padding: 1em 0em;
    background: #ffffff;
    border-bottom: solid 1px #cbcbcb;
}
.candidate_cv {
	background: url(../images/bg1y.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height: 632px;
	padding: 5em 0 5em 0;
}
.complain_cv {
	/*background: url(../images/b41.jpg) no-repeat 0px 0px;*/
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height: 632px;
	padding: 5em 0 5em 0;
}
/*-- //services --*/

.login-form {
	margin: 3em auto 0;
	width: 60%;
}

.social-bottons {
	margin-bottom: 2em;
}

.form-left {
	padding: 0;
}

.form-right {
	padding-right: 0;
}

.login-form input[type="text"],
.login-form input[type="email"],
.login-form select,
.login-form textarea {
	width: 100%;
	padding: 10px 12px 10px 1em;
	border: 1px solid #DADADA;;
	outline: none;
	color: #777;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 17px;
	background: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.form-inputs,
.form-right {
	position: relative;
}

.form-inputs i {
	position: absolute;
	left: 16px;
	bottom: 18px;
	font-size: 16px;
	color: #333;
	line-height: 35px;
}

.form-right i {
	position: absolute;
	left: 16px;
	top: 41px;
	font-size: 16px;
	color: #333;
	line-height: 35px
}

.form-inputs p {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-bottom: 9px;
}

.login-form input[type="submit"] {
	background: #ed6f3c;
	color: #fff;
	font-size: 18px;
	border: none;
	text-transform: capitalize;
	border: 2px solid #ed6f3c;
	width: 100%;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	padding: 13px 0;
	letter-spacing: 1px;
	margin-top: 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-weight: 700;
}

.login-form input[type="submit"]:hover {
	background: transparent;
}

.book-form input[type="email"],
.book-form input[type="text"] {
	width: 94%;
	padding: 10px 15px;
	border: none;
	border-bottom: 1px solid #7d7d7d;
	outline: none;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	background: transparent;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	color: #000!important;
}

.form-inputs {
	position: relative;
}

.form-inputs ul li,
.form-inputs ul li {
	color: #000;
	display: block;
	position: relative;
	height: 40px;
	float: left;
	width: 25%;
}

.form-inputs ul li label {
	display: block;
	position: relative;
	text-align: left;
	text-transform: capitalize;
	font-size: 15px;
	padding: 6px 0px 0px 42px;
	height: 30px;
	color: #fff;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}

.login-form textarea {
	resize: none;
	height: 212px;
	padding: 20px 40px;
	margin-bottom: 0px;
}
/*--header--*/
.logo h1{
    margin: .2em 0 0 0;
}
.logo h1 a{
	text-decoration: none;
    color: #ee7c4e;
    font-family: 'Laila', serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 4px;
    font-size: 1.2em;
}
.logo h1 a span{
	font-size: .3em;
    text-transform: uppercase;
    font-weight: 600;
    margin: .5em 0 0 0;
	color:#000000;
}
.navbar-brand {
   height: auto; 
    padding: 0; 
    font-size: 18px; 
    line-height: 20px;
}
.navbar-nav {
    float: right;
    margin-top: 1.3em;
}
.navbar-default {
    border: none;
    background: none;
    min-height: auto;
    margin-bottom: 0;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
ul.nav.navbar-nav li a {
    font-size: 14px;
    color: #000000;
    font-family: 'Laila', serif;
    margin: 0 15px;
    padding: 0px 0;
    font-weight: 600;
    letter-spacing: 3px;
}
ul.nav.navbar-nav li a:hover{
	color:#ee7c4e;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background:none !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
ul.nav.navbar-nav li.active a {
    color: #ee7c4e;
    background: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background:none;
}
.dropdown-menu {
    position: absolute;
    top: 115%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 105px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #f15a24;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0!important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
ul.dropdown-menu li {
    padding: 5px 0;
}
ul.dropdown-menu li:nth-child(2){
	border-bottom:none;
}
ul.dropdown-menu li a {
    color: #fff!important;
}
ul.dropdown-menu li a:hover {
	color: #000000 !important;
	background:none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none!important;
}
/*--//header--*/
.banner-slider {

}
.w3l_banner_info {
	border: solid 7px rgba(255, 255, 255, 0.67);
    padding: 3em;
    background: hsla(0, 0%, 0%, 0.77);
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.w3l_banner_info h3{
    color: #FFFFFF;
    font-size: 3em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.w3l_banner_info p{
    color: #fff;
    font-size: .9em;
    line-height: 1.8em;
    text-transform: capitalize;
    width: 50%;
    margin: 1em auto 0;
}
.w3ls-banner-shadow {
    background: rgba(226, 226, 226, 0.31);
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 2em;
    box-shadow: 0 0 50px #333333;
	border-radius:4px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.agileits-banner-info:hover div.w3ls-banner-shadow{
	background:#000000;
}
/*--slider--*/
.agile-logo span, .agile-logo span:hover {
    font-family: 'Black Ops One', cursive;
    color: #fff;
    font-size: 1.5em;
    border: 10px dashed #fff;
    padding: .4em .3em .3em;
    text-decoration: none;
    display: inline-block;
    background: #ee7c4e;
}
.footer-grid ul li a i.fa {
    width: 8%;
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: -50%;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: transparent url("../images/arrows.png") no-repeat left top;
}
 .callbacks_nav:hover{
  	opacity: 0.3;
  }
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  left: 95.5%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	left: 91%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 90%;
    left: 47%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.w3agile_tab_right img {
	width: 100%;
}
.w3agile_tab_right {
	padding: 7px 0px 0px 0px;
}
.homeimg {
    padding: 10px 10px 0 0;
}
.homeimg2 {
    padding: 10px 0px 0px 10px;
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
	background:#ee7c4e;
    border: 2px solid #ffffff;
}

.agileits-banner-info h3{
	font-size: 4em;
	margin-bottom: 0px;
	font-weight:800;
	text-transform:uppercase;
	color:#FFFFFF;
	letter-spacing:20px;
	z-index: 9;
}
.agileits-banner-info{
	background: url(../images/slider1.jpg) no-repeat 0px 20%;
    background-size: cover;
    min-height: 451px;
    /* min-height: 610px; */
    /* padding: 10em 0; */
    padding: 19em 0 0em 0;
}
.agileits-banner-info1{
	background: url(../images/slider4.jpg) no-repeat 0px 20%;
	background-size: cover;
}
.agileits-banner-info2{
	background: url(../images/slider3.jpg) no-repeat 0px 20%;
	background-size: cover;
}
.agileits-banner-info3{
	background: url(../images/bg3.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.agileits-banner-info4{
	background: url(../images/bg4.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.agileits-banner-info p{
	font-size: 2em;
    color: #FFFFFF;
    z-index: 9;
    margin: 1em 0 0 0;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- features --*/ 

.feature-content {
    position: relative;
    width: 100%;
    text-align: center;
	height: 27em;
}
.feature_list.left {
    right: 50%;
    text-align: right;
}
.feature_list {
    width: 50%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
.feature_list ul {
    position: relative;
    margin: 0;
    padding: 5px 0 0 0;
	text-align: justify;
}
.feature_list ul li {
    display: list-item;
    list-style: none;
    padding-right: 124px;
    margin-top: 20px;
    position: relative;
    height: 44px;
}
.feature_list .line1 .ficon, .feature_list .line4 .ficon {
    background-color: #fffcfc;
    color: #fff;
    -webkit-border-radius: 26px 26px 26px 26px;
    border-radius: 26px 26px 26px 26px;
	margin: 5px;
}
.feature_list .ficon {
    float: right;
    height: 52px;
    width: 52px;
    border: 1px solid #dddddd;
    padding: 10px;
    background: #fff;
    text-align: center;
    color: #999;
    -webkit-border-radius: 26px 26px 26px 26px;
    border-radius: 26px 26px 26px 26px;
}
.feature_list .ficon i {
    font-size: 30px;
    line-height: 30px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.feature_list .fcontent {
    padding-right: 70px;
}
.feature_list ul li h4 {
    font-weight: 300;
    font-size: 0.90em;
	line-height: 1.8em;
	font-family: 'Sans',sans-serif;
	color: #000;
}
.feature_list ul li p {
    font-weight: 300;
    font-size: 13px;
}
.feature_image {
    position: relative;
    display: inline-block;
    max-width: 538px;
    text-align: center;
	margin-right: 55px;
}
.feature_list.right {
    left: 50%;
    text-align: left;
}
.feature_list.right ul li {
    padding-left: 160px;
    padding-right: 26px;
    margin-top: 30px;
}
.feature_list.right .ficon {
    float: left;
}
.feature_list.right .fcontent {
    padding-right: 0;
    padding-left: 70px;
}
.feature_list .ficon img {
	width: 100%;
}
/*-- team --*/ 
.services,.testimonials,.subscribe,.contact{
	padding:5em 0; 
}
.team{ 
	background: #ffffff;
	padding-bottom: 3em;
}
.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: default;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
}
.ch-img-1 {
    background: url(../images/t1.jpg) center top;
}
.ch-img-2 { 
	background:url(../images/t2.jpg) center top;
}
.ch-img-3 { 
	background:url(../images/t3.jpg) -9px 0px;
	background-size: cover;
}
.ch-img-4 { 
	background:url(../images/t4.jpg) -45px -15px;
}
.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);	
	-webkit-backface-visibility: hidden; /*for a smooth font */
}
.ch-info h3 {
    color: #fff; 
    position: relative;
    letter-spacing: 1px;
    font-size: 1.8em;
    padding: 43px 0 0 0;   
}
.ch-info p {
    color: #fff;
    padding: 10px 5px 0;
    font-style: italic;
    margin: 15px 30px 0;
    font-size: 1em;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-item:hover {
	-webkit-box-shadow: inset 0 0 0 110px rgba(0, 64, 92, 0.9), inset 0 0 0 16px rgba(24, 85, 113, 0.84), 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 110px rgba(0, 64, 92, 0.9), inset 0 0 0 16px rgba(24, 85, 113, 0.84), 0 1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: inset 0 0 0 110px rgba(0, 64, 92, 0.9), inset 0 0 0 16px rgba(24, 85, 113, 0.84), 0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: inset 0 0 0 110px rgba(0, 64, 92, 0.9), inset 0 0 0 16px rgba(24, 85, 113, 0.84), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 0 110px rgba(0, 64, 92, 0.9), inset 0 0 0 16px rgba(24, 85, 113, 0.84), 0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}
.ch-grid {
	margin:0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li.ch-grid-item {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.team ul.social-icons {
    margin-top: 1em;
}
.team ul.social-icons li {
    display: inline-block;
}
.team .icon {
    width: 32px;
    height: 32px;
}
.team ul.social-icons li a.fa {
    font-size: 1em;
    color: #fff; 
    line-height: 2.4em;
}
/*-- //team --*/
/*-- read more --*/
a.sim-button.button13 {
    font-size: 1em;
    color: #555;
    padding: 1em 3em;
    margin-top: 2em;
    display: inline-block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	text-decoration: none;
	outline: none;
}   
.button13 a{
	color: #000;
	text-decoration: none;
	display: block;
}
.button13::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid #ff8c00;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.button13:hover::before{
	opacity: 0;
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.button13::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #ff8c00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -o-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}
.button13:hover::after{
	opacity: 1 ;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
} 
a.sim-button.button13:hover {
    color: #fff;
}
/*-- //read more --*/
/*-- banner-modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal-body {
    padding: 0 2em 2.5em;
}
.modal-dialog {
    margin: 6em auto 0;
} 
.modal-body h4 {
    font-size: 2em;
    margin-bottom: 0.4em;
}
.bnr-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 0.5em 2em 0;
}
.bnr-modal button.close {
    color: #E64B3B;
    opacity: .9;
    font-size: 2.5em;
	outline:none;
}
.modal-body p {
    font-weight: 300;
}
/*--  --*/
.icon2 {
    float: left;
    color: #ee7c4e;
    font-size: 42px!important;
    width: 13%;
    height: 130px;
}
.icon2a {
    float: left;
    color: #ee7c4e;
    font-size: 33px!important;
    width: 13%;
    height: 130px;
}
.icon4a {
    float: left;
    color: #ee7c4e;
    font-size: 28px!important;
    width: 13%;
    height: 130px;
}
.icon3 {
    float: left;
    color: #ee7c4e;
    font-size: 30px!important;
    width: 13%;
    height: 80px;
}
.icon3a {
    float: left;
    color: #ee7c4e;
    font-size: 28px!important;
    width: 13%;
    height: 80px;
    margin-top: -2px;
}
.icon4 {
    font-size: 33px!important;
    float: left;
    color: #ee7c4e;
    width: 13%;
    height: 80px;
}
.icon5 {
    font-size: 33px!important;
    float: left;
    color: #ee7c4e;
    width: 13%;
    height: 111px;
    margin-top: -11px;
}
/*-- skills --*/
.skills{
	position:relative;
} 
h3.title {
    font-size: 2em;
    margin-top: 0.5em;
}
.skill-info {
    margin-top: 2em;
    text-align: center;
}
.skills ul li {
    display: inline-block;
    margin: 0 1em;
}
.skills p {
    font-size: 1em;
    color: #555;
    margin-top: 0.5em;
    font-weight: 400;
} 
/*-- //skills --*/
/*-- //banner-modal --*/
.features-grid-right p {
	text-align: justify;
	line-height: 1.7em;
}
/*-- welcome --*/
.welcome,.services,.testimonial-dot,.newsletter,.footer-top,.codes,.typography,.contact,.a-grid,.wthree-different-dot,.wthree-different-dot2,.gallery-grids,.single{
    padding: 3em 0;
}
.a-grid2{
    padding: 1em 0;
}
.welcome-tabs,.agileinfo-services-grids,.w3-agile-testimonial,.w3-agileits-newsletter,.address{
    margin: 3em 0 0;
}
.nav-tabs > li > a {
    margin-right: .4em;
    border-radius: 0;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2em;
    letter-spacing: 5px;
    border: 1px solid #000000;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
}
.nav-tabs {
    width: 43%;
    margin: 0;
    border-bottom: 1px solid #ffffff;
}
.nav-tabs > li > a:hover {
    border: 1px solid #ee7c4e;
    background: #ee7c4e !important;
    color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #ee7c4e;
    background: #ee7c4e !important;
    color: #fff !important;
}
.nav-tabs > li > a:focus{
	outline:none;
}
.w3agile_tab_left h4 {
	font-size: 1.5em;
    color: #000000;
    font-weight: 600;
    font-family: 'Laila', serif;
    text-transform: capitalize;
}
.w3agile_tab_left p {
    color: #000000;
    line-height: 1.8em;
    margin: 0em 0 0 0;
    font-size: .9em;
	text-align: justify;
}
.w3agile_tabs {
    margin: 2em 0 0;
}
.w3agile_tab_right1 {
    padding-right: 0;
}
.agileits-heading {
    text-align: center;
}
.agileits-heading h2,.agileits-heading h3,.w3-different-heading h3, .agileinfo-team-heading h3, .more-bottom-heading h3 {
	color: #000000;
    font-weight: 800;
    letter-spacing: 12px;
    font-size: 2.2em;
    margin: 0;
    text-transform: uppercase;
}
.w3-different-heading h4  {
	color: #ffffff;
    font-weight: 800;
    letter-spacing: 12px;
    font-size: 2.2em;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
	line-height: 1.2em;
}
.w3-different-heading2 h4  {
	color: #ffffff;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 1.8em;
    margin: 0;
    text-align: left;
	line-height: 1.2em;
}
.w3agile_tab_right.w3agile_tab_right2 {
    padding-left: 0;
}
/*-- services --*/
.bg2{
	background: url(../images/aboutbg.jpg)no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 369px;
    text-align: center;
    padding: 7em 0 0 0;
    color: #ffffff;
}

.services{

	background:#fff;

}

.agile-heading h3{

	text-align:center;

}

.wthree-services-grids,.agileinfo-gallery,.agile-team-grids,.wthree-news-grids,.agile-contact-form{

	margin:1em 0 0 0;

}
.wthree-services-grids2 {

	margin:2em 0 0 0;

}

.wthree-services-grid {

	overflow: hidden;

	position: relative;

	display: block;

	box-shadow: 0 0px 1px rgb(107, 107, 107),0 1px 2px rgba(0,0,0,.24);

}

.wthree-services-info{

	padding: 0em 0;
    background: #FFFFFF;
    text-align: center;
    height: 100px;

}

.wthree-services-info i.fa.fa-bed,.wthree-services-info i.fa.fa-car,.wthree-services-info i.fa.fa-television,.wthree-services-info i.fa.fa-industry,.wthree-services-info i.fa.fa-bell-o,.wthree-services-info i.fa.fa-sun-o,.wthree-services-info i.fa.fa-credit-card,.wthree-services-info i.fa.fa-bullhorn{

	color: #212121;

    font-size: 3em;

}

.wthree-services-info h4{

    color: #212121;

    font-size: 1.2em;

    margin: 1em 0 0 0;

    text-transform: uppercase;

    font-weight: 600;

}

.w3ls-border{

    width: 30%;

    margin: 1em auto 0;

    border: double 4px #000;

}
.btnproduct {
	background-color: #f38948;
    color: #ffffff;
    border: 2px white solid;
    /* padding: 9px; */
    /* left: 14px; */
    /* border-radius: 1%; */
    height: 5em;
}
.wthree-services-captn {

	height: 100%;
    width: 100%;
    position: absolute;
    padding: 12px 1em;
    text-align: center;
    top: -100%;
    right: 0;
    background-color: #1d5c9a;

	 -o-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    transition: all 0.5s ease;

}

.wthree-services-captn h4 {

    color: #fff;

    font-size: 0.90em;

    text-transform: uppercase;

    font-weight: 600;

    letter-spacing: 4px;

    margin: 0;

}

.wthree-services-captn p {

    font-size: .9em;

    margin-top: 1em;

    color: #fff;

    line-height: 1.8em;

}

.wthree-services-grid:hover .wthree-services-captn {

	display:block;

	top: 0%;

}

.services-grids1{

	margin:2em 0 0 0 !important;

}
.wthree-services-grids .tabcontent .products. h4 {
	text-align: center;
}

/*-- //services --*/
.products {
	padding: 15px;
}

.captionimg h4 {
	text-align: center;
}
/* Radial Out3 */
.hvr-radial-out3 {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background:transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 50%;
}
.hvr-radial-out3 img:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:red;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out3 img:hover {
  background:#ffffff;
}

.hvr-radial-out3 img:hover:before, .hvr-radial-out3 img:focus:before,.agileits_banner_bottom_left:hover .hvr-radial-out3 img:before
,.agileits_banner_bottom_left1:hover .hvr-radial-out3 img:before,.agileits_banner_bottom_left2:hover .hvr-radial-out3 img:before,
.w3_agile_services_grid:hover .hvr-radial-out3 img:before,.w3_agileits_services_bottom_grid:hover .hvr-radial-out3 img:before,
.w3layouts_mail_grid_left:hover .hvr-radial-out3 img:before{
  -webkit-transform: scale(2);
  transform: scale(2);
}
.servhover {
	padding: 5px;
    border-radius: 19%;
}
/* Radial Out2 */
.hvr-radial-out2 {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background:transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 50%;
}
.hvr-radial-out2 img:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:red;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out2 img:hover {
  background:#1d5c9a;
}
.hvr-radial-out2 img:hover:before, .hvr-radial-out2 img:focus:before,.agileits_banner_bottom_left:hover .hvr-radial-out2 img:before
,.agileits_banner_bottom_left1:hover .hvr-radial-out2 img:before,.agileits_banner_bottom_left2:hover .hvr-radial-out2 img:before,
.w3_agile_services_grid:hover .hvr-radial-out2 img:before,.w3_agileits_services_bottom_grid:hover .hvr-radial-out2 img:before,
.w3layouts_mail_grid_left:hover .hvr-radial-out2 img:before{
  -webkit-transform: scale(2);
  transform: scale(2);
}
.indexhover {
	/* border-radius: 50px; */
    /* padding: 18px 29px 18px 25px; */
	padding: 0px;
}
.hvr-radial-out2 img{
	width: 100%;
}
.hvr-radial-logo img{
	width: 100%;
}
/*-- //welcome --*/
.btnproduct {
	background-color: #243862;
    color: #ffffff;
    border: 2px white solid;
    /* padding: 9px; */
    /* left: 14px; */
    /* border-radius: 1%; */
    height: 5em;
}
.btnproduct.active {
	background-color: #ee7c4e;
    color: #000000;
}

/*-- banner-bottom1 --*/
.agile_banner_bottom1_left{
	padding-left:0;
}
.agile_banner_bottom1_left{
    background: url(../images/img1.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 493px;
}
.agile_banner_bottom1_right h3{
    line-height: 1.8em;
    margin: 0;
    font-size: 1.5em;
    color: #000000;
    font-weight: 600;
    font-family: 'Laila', serif;
    text-transform: capitalize;
}
.agile_banner_bottom1_right {
	padding: 4em 4em 4em 13em;
    background: #ee7c4e;
}
.agile_banner_bottom1_right p{
    margin: 1em 0 2em;
    color: #ffffff;
    line-height: 1.8em;
    font-size: .9em;
}
.agile_banner_bottom1_right p span{
	display:block;
	margin:1em 0 0 0;
}
.details a{
	font-size: .9em;
    color: #fff;
    text-decoration: none;
	padding:.5em 1em;
	border:solid 1px #FFFFFF;
}
.details a:hover{
	border:solid 1px #000000;
	background:#000000;
}
/*-- //banner-bottom1 --*/
/*-- services --*/
.services-grid .services-grid-right img {
	width:100%;
}
.services-grid-left{
	float:left;
	width:50%;
	text-align:right;
}
.services-grid-left h4 {
    margin: 0;
    font-size: 1.5em;
    color: #000000;
    font-weight: 600;
    font-family: 'Laila', serif;
    text-transform: capitalize;
}
.services-grid-left p {
    color: #999999;
    font-size: .9em;
    margin: 1em 0 0;
    line-height: 1.8em;
}
.services-grid-right{
	float:right;
	width: 48%;
    border: none;
    text-align: center;
    padding: 0.5em;
    background:#ee7c4e;
	 transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.services-grid-right i.fa{
	color:#FFFFFF;
	font-size:1.5em;
}
.aliquam{
	float:left !important;
    border: none;
    text-align: center;
    padding: 0.5em;
    background: #ee7c4e;
}
.non{
	float:right !important;
	text-align:left !important;
}
.services-grids:nth-child(2){
    margin: 2em 0 2em 0;
}
.services-grid:hover .services-grid-right {
	background: #000000;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}
/*-- //services --*/
.footer h4 a img {
	width: 90%;
}
.agileits-heading h4 {
    color: #000000;
    font-weight: 800;
    letter-spacing: 12px;
    font-size: 2em;
    margin: 0;
    text-transform: uppercase;
}

.agileits-heading h5 {
    color: #000000;
    font-weight: 800;
    letter-spacing: 12px;
    font-size: 1.5em;
    margin: 0;
    text-transform: uppercase;
}
/*-- testimonial --*/
.testi-left {
    float: left;
    width: 20%;
}
.testi-right {
    float: left;
    width: 70%;
    margin-left: 2em;
}
.testi-three-grids {
    width: 72%;
    margin: 0 auto;
}
.testi-right h4 {
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 0.5em;
}
.testi-right h4 span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.6em;
}
/*-- //testimonial --*/
/*-- testimonial --*/
.testimonial{
	background:url(../images/bg6.jpg) no-repeat 0px 0px;
	background-size:cover;
}
.testimonial-dot,.wthree-different-dot{
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
.wthree-testimonial h3{
	/* color:#FFFFFF; */
	color:#fff;
}
.testimonial-img{
    width: 12%;
    margin: 0 auto;
}
.testimonial-img img{
	width:100%;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
}
.testimonial-img-info{
	margin:2em 0 0 0;
}
.testimonial-img-info{
	text-align:center;
}
.testimonial-img-info p{
    color: #FFFFFF;
    font-size: .9em;
    margin:0 auto;
	width:60%;
    line-height: 1.8em;	
}
.testimonial-img-info h5{
    color: #FFFFFF;
    font-size: 1em;
    margin: 1em 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.testimonial-img-info h6{
	color: #FFFFFF;
    font-size: .9em;
    margin: 1em 0;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}
/*-- //testimonial --*/
/*-- newsletter --*/
.subscribe-grid{
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.subscribe-grid input[type="email"] {
	display: inline-block;
    background: #FFFFFF;
    border: solid 1px #000000;
    width: 40%;
    outline: none;
    padding: 1em;
    font-size: .9em;
    color: #999999;
}
.subscribe-grid i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
    font-size: 1.2em !important;
}
.subscribe-grid button.btn1 {
    color: #ffffff;
    font-size: .9em;
    border: solid 1px #ee7c4e;
    width: 60px;
    height: 51px;
    text-align: center;
    text-decoration: none;
    background:#ee7c4e;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button.btn1:hover{
	border: solid 1px #000000;
    background: none;
    color: #000;
}
button.btn1:hover i.fa.fa-paper-plane-o{
    color: #000000 !important;
}
.subscribe-grid h5 {
    color: #000000;
    font-size: 1em;
    margin: 2em 0;
	font-family: 'Laila', serif;
}
.agileinfo-social-grids ul {
    padding: 0;
    margin: 0;
}
.agileinfo-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.agileinfo-social-grids ul li a {
    color: #FFFFFF;
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook, .agileinfo-social-grids ul li a i.fa.fa-linkedin-square, .agileinfo-social-grids ul li a i.fa.fa-twitter, .agileinfo-social-grids ul li a i.fa.fa-rss, .agileinfo-social-grids ul li a i.fa.fa-vk {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook{
	border: solid 1px #3b5998;
	color: #3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-linkedin-square{
	border: solid 1px #3b5998;
	color: #3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter{
	border: solid 1px #1da1f2;
	color: #1da1f2;
}
.agileinfo-social-grids ul li a i.fa.fa-rss{
	border: solid 1px #f26522;
	color: #f26522	;
}
.agileinfo-social-grids ul li a i.fa.fa-vk{
	border: solid 1px #45668e;
	color: #45668e;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
	border: solid 1px #3b5998;
	background:#3b5998;
    color: #FFFFFF;
}
.agileinfo-social-grids ul li a i.fa.fa-linkedin-square:hover {
	border: solid 1px #3b5998;
	background:#3b5998;
    color: #FFFFFF;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter:hover{
	border: solid 1px #55acee;
	background:#55acee;
	color: #FFFFFF;
}
.agileinfo-social-grids ul li a i.fa.fa-rss:hover{
	border: solid 1px #f26522;
	background:#f26522;
	color: #FFFFFF;
}
.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
	border: solid 1px #45668e;
	background:#45668e;
	color: #FFFFFF;
}
/*-- //newsletter --*/
/*-- footer --*/
.footer-top {
	background:#191d20;
}
.footer-grid h3, .footer-list h3,.agile-footer-grid h3 {
    font-size: 1em;
    margin: 0 0 2em 0;
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.footer-logo h4 a {
    text-decoration: none;
    color: #ee7c4e;
    font-family: 'Laila', serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 4px;
    font-size: 2em;
}
.footer-logo h4 a span{
	font-size: .3em;
    text-transform: uppercase;
    font-weight: 600;
    margin: .5em 0 0 0;
    color: #FFFFFF;
}
.footer-grid p {
	color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
	text-align: justify;
}
.footer-grid ul, .footer-list ul {
    padding: 0;
    margin: 0;
}
.footer-grid ul li, .footer-list ul li {
    display: block;
    margin: .5em 0;
}
.footer-list ul li {
    color: #999999;
    font-size: .9em;
}
.footer-list i.fa{
	margin-right: 1em;
}
.footer-grid ul li a {
    color: #999999;
    font-size: .9em;
    text-decoration: none;
}
.footer-grid ul li a:hover{
    color:#ee7c4e;
}
.agile-footer-grid ul {
    padding: 0;
    margin: 0;
}
ul.w3agile_footer_grid_list li {
    list-style-type: none;
    color: #999999;
    line-height: 1.8em;
    margin-bottom: 1em;
    font-size: .9em;
}
ul.w3agile_footer_grid_list li a {
    color:#ee7c4e;
    text-decoration: non
}
ul.w3agile_footer_grid_list li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
ul.w3agile_footer_grid_list li span {
    display: block;
    margin: 1em 0 0;
}
ul.w3agile_footer_grid_list i.fa.fa-twitter {
    margin-right: 1em;
}
#typer {
	vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 6em !important;
    font-weight: 800;
    letter-spacing: 8px;
}
#typer2 {
	vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 6em !important;
    font-weight: 800;
    letter-spacing: 8px;
}
#typer3 {
	vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 6em !important;
    font-weight: 800;
    letter-spacing: 8px;
}
#typer4 {
	vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 6em !important;
    font-weight: 800;
    letter-spacing: 8px;
}
/*-- //footer --*/
/*-- w3-banner --*/
.w3-banner{
    padding: 6em 0 8em 0;
    text-align: center;
}
.top-banner-right{
	margin:2em 0 0 0;
}
.top-banner-right ul{
	padding:0;
	margin:0;
}
.top-banner-right ul li{
	display:inline-block;
	margin:0 1em;
}
.top-banner-right ul li:nth-child(4){
	margin-right:0;
}
.top-banner-right ul li a{
	color:#fff;
	font-size:1em;
}
.top-banner-right ul li a:hover{
    color: #f19834;
}
.w3ls-phone{
	margin: 9em 0 0 0;
}
.w3ls-phone h2 {
    color: #FFFFFF;
    font-size: 3em;
    margin: 0;
    text-align: center;
    font-weight: 300;
}
/*-- w3-banner --*/
.wthree-services-info2 {
    padding: 0em 0;
    background: #FFFFFF;
    text-align: center;
    height: 180px;
}
/*-- copyright --*/
.copyright{
	padding:1em 0;
	background:#0f1215;
	text-align:center;
}
.copyright p{
	color:#999999;
	font-size:.9em;
	margin:0;
}
.copyright p a{
	color:#ee7c4e;
	text-decoration:none;
}
.copyright p a:hover{
	color:#FFFFFF;
}
/*-- //copyright --*/
.center p {
	text-align: justify;
	font-size: 0.90em;
    line-height: 1.8em;
}
/*-- serv --*/
.servbann {
	color: #fff;
	height: 5em;
}
.servimg img {
	width: 100%;
}
/*-- about --*/
.about-banner{
	padding:4em 0;
	background:url(../images/bg5.jpg) no-repeat 0px 0px;
	background-size:cover;
}
.about-banner2{
    padding: 4em 0;
    background: url(../images/banner.png) no-repeat 0px 0px !important;
	background-size:cover;
}
.about-banner3{
	padding:4em 0;
	background:url(../images/banner.png) no-repeat 0px 0px !important;
	background-size:cover;
}
.about-banner4{
	padding:4em 0;
	background:url(../images/banner.png) no-repeat 0px 0px !important;
	background-size:cover;
}
.about-banner5{
	/* padding:4em 0;
	background:url(../images/banner.jpg) no-repeat 0px 0px !important;
	background-size:cover; */
	padding: 4em 0;
    background: url(../images/banner.png) no-repeat 0px -112px !important;
    background-size: cover;
}
.about-banner6{
	padding:4em 0;
	background:url(../images/banner.png) no-repeat 0px 0px !important;
	background-size:cover;
}
.about-banner7{
	padding:4em 0;
	background:url(../images/banner.png) no-repeat 0px 0px !important;
	background-size:cover;
}
.about-banner8{
	padding:4em 0;
	background:url(../images/banner.png) no-repeat 0px 0px !important;
	background-size:cover;
}
.about-banner9{
	padding:4em 0;
	background:url(../images/banner.png) no-repeat 0px 0px !important;
	background-size:cover;
}
.about-banner10{
	padding:4em 0;
	background:url(../images/banner.png) no-repeat 0px 0px !important;
	background-size:cover;
}
.about-banner11{
	padding:4em 0;
	background:url(../images/banner.png) no-repeat 0px 0px !important;
	background-size:cover;
}
.about-banner12{
	padding:4em 0;
	background:url(../images/banner.png) no-repeat 0px 0px !important;
	background-size:cover;
}
/*-- //about --*/
/*-- icons --*/
.agileits-icons-title{
	text-align:center;
}
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
	background: #ee7c4e;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 2em;
    color: #000000 !important;
    margin: 30px 0 15px;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
ul.bs-glyphicons-list {
    padding: 0;
    margin: 0;
}
h2.agileits-icons-title, h3.agileits-icons-title{
    color: #212121;
    font-size: 2em;
}
/*-- //icons --*/
/*-- typography --*/
h3.hdg {
    font-size: 2em;
	color:#000 !important;
}
.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: #555;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
}
.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 {
	margin-bottom:1em;
	color: #333;
}
.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: #555;
  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: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
  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;
	}
}
@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;
	}
}
@media (max-width: 320px){
	.icon3a {
    float: left;
    color: #ee7c4e;
    font-size: 42px!important;
    width: 18%!important;
    height: 80px;
    margin-top: -2px;
}
	.icon5 {
    font-size: 96px!important;
    float: left;
    color: #ee7c4e;
    width: 18%!important;
    height: 111px;
    margin-top: -11px;
}
	.icon4 {
    font-size: 51px!important;
    float: left;
    color: #ee7c4e;
    width: 18%!important;
    height: 80px;
}
	.icon2a {
    float: left;
    color: #ee7c4e;
    font-size: 55px!important;
    width: 18%!important;
    height: 130px;
}
	.icon2 {
    float: left;
    color: #ee7c4e;
    width: 18%!important;
    height: 105px;
}
	.icon3 {
    float: left;
    color: #ee7c4e;
    width: 18%!important;
    height: 80px;
}
	.grid_4 {
		 margin-top: 0;
	}
	.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 !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.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.81em;
	}
	.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: 10px!important;
	}
	.codes .row {
		margin: 0;
	}
}
/*-- //typography --*/
/*-- contact --*/
/*-- map --*/
.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.map-grid iframe{
	border:none;
	width:100%;
	height:400px;
}
/*-- //map --*/
.address-grids {
    padding: 0;
}
.address ul {
    padding: 0;
    margin: 0;
}
.address p {
    margin: 0 0 .3em 0;
    color: #000000;
    font-size: .9em;
    line-height: 1.8em;
}
.address p span{
	display:block;
}
.address a {
    color: #000000;
    font-size: .9em;
    letter-spacing: 1px;
	text-decoration:none;
}
.address a:hover{
	color:#FFC107;
}
.contact-form{
	margin:2em 0 0 0;
}
.contact-form h4,.address h4{
	margin: 0 0 1em 0;
    font-size: 1.5em;
    color: #000000;
    font-weight: 600;
    font-family: 'Sans', serif;
    text-transform: capitalize;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact-form-grid{
	margin:3em 0 0 0;
}
.contact input[type="text"],.contact textarea{
    font-size: .9em;
    color: #8c8c8c;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
	outline: none;
}
.contact textarea { 
	min-height: 56px;
    resize: none;
} 
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #333333;
    top: -1.3em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
	width: 49%;
    margin: 2em 0 1em 1em;
    position: relative;
    float: left;
}
.styled-input:nth-child(1),.styled-input:nth-child(3){
	margin-left:0;
}
.textarea-grid{
	float:none !important;
	width:100% !important;
	margin-left:0 !important;
}
.styled-input label {
	color: #8c8c8c;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: .9em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
    width: 0;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 
/*-- //input-effect --*/
.contact input[type="submit"] {
    outline: none;
    color: #FFFFFF;
    padding: .5em 3em;
    font-size: .9em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #f9ca33;
    border: 1px solid #f9ca33;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.contact input[type="submit"]:hover {
    background-color: transparent;
    color: #000000;
	background:none;
	border: 1px solid #000000;
}
.w3-different-heading2{
	text-align: left;
}
.w3-different-heading2 h4{
	text-align: left;
	margin: 0 0 0 28%;
}
/*-- //contact --*/
/*-- a-about --*/
.about-bg{
    background: url(../images/8.jpg) no-repeat 0px 0px;
    background-size: cover;
    position: inherit;
    min-height: 125px;
}
.about-top-banner {
    padding: .5em 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.23);
    width: 74% !important;
    margin: 0 auto;
}
.agileits-a-about-left {
    padding: 0;
}
.agileits-a-about-grids {
    padding: 1em;
    border: solid 1px #dddddd;
}
.agileits-a-about-left img{
	width:100%;
}
.agileits-a-about-right h3{
    margin: 0;
    font-size: 1.5em;
    color: #000000;
    font-weight: 600;
    font-family: 'Laila', serif;
    text-transform: capitalize;
}
.agileits-a-about-right h4{
    color: #383838;
    font-size: .9em;
    margin: 1em 0;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.8em;
	text-align: justify;
}
.agileits-a-about-right p{
    margin: 1em 0 0 0;
    font-size: .9em;
    color: #000000;
    line-height: 1.8em;
	text-align: justify;

}
.agileits-a-about-right p span{
    display: block;
    margin: 1em 0 0 0;
}
/*-- //a-about --*/
p {
    margin: 0 0 0px;
}
/*-- features --*/
.features {
    margin-top: 2em;
	margin-bottom: 2em;
}
.features h4 {
    font-size: 1.6em;
    color: #1d5c9a;
    margin-bottom: .5em;
}
.features-grid.features-w3ls-btm {
    margin-top: 2em;
}
/*-- Effect1 --*/
.features-grid-left {
    text-align: right;
}
.features-grid-left i{
    font-size: 2em;
    color: #fff;
    display: inline-block;
	-webkit-border-radius: 50%;
    border-radius: 50%;
	-moz-border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    padding: 1em;
	position: relative;
}
.features-grid-left i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
.effect-1 {
  background: #213660;
  -webkit-transition: background 0.5s, color 0.2s;
  -moz-transition: background 0.5s, color 0.2s;
  -o-transition: background 0.5s, color 0.2s;
  -ms-transition: background 0.5s, color 0.2s;
  transition: background 0.5s, color 0.2s;
}
.effect-1:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	-webkit-box-shadow: 0 0 0 2px #213660; 
	-moz-box-shadow: 0 0 0 2px #08B1A3;
	-o-box-shadow: 0 0 0 2px #08B1A3;
	-ms-box-shadow: 0 0 0 2px #08B1A3;
	box-shadow: 0 0 0 2px #213660;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
	-moz-transition: -moz-transform 0.5s, opacity 0.2s;
	-o-transition: -moz-transform 0.5s, opacity 0.2s;
	-ms-transition: -moz-transform 0.5s, opacity 0.2s;
	transition: transform 0.5s, opacity 0.2s;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
	-moz-opacity: 0;
}
.features-grid:hover i{
	background:#213660;
	color: #fff !important;
}
.features-grid:hover i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-moz-opacity: 1;
}
/*-- //Effect1 --*/
/*-- //features --*/
/*-- different --*/
.different2{
    background: url(../images/bg3.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.different{
    background: url(../images/bg3.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.different3{
    background: url(../images/bgserv.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.different4{
    background: url(../images/aboutbg.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.w3-different-heading h3,.agileinfo-team-heading h3,.more-bottom-heading h3{
	text-align: center;
}
.w3-different-heading h3{
	color:#FFFFFF;
}
.w3agile-different-info p{
    text-align: left;
        margin: 1em 0px;
    
    font-size: .9em;
    font-weight: bold;
    color: #fff;
    /* width: 100%; */
    line-height: 1.8em;

}
.w3agile-button {
    margin: 3em 0 0 0;
    text-align: center;
}
.w3agile-button a{
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: .9em;
    padding: .5em 1em;
    text-decoration: none;
    background: none;
}
.w3agile-button a:hover{
    border: solid 1px #ee7c4e;
    background: #ee7c4e;
}

/*-- //different --*/
/*-- team --*/
.agileinfo-team-heading h3,.more-bottom-heading h3{
	color:#383838;
	padding-bottom: 40px;
}
.agileinfo-team-heading p,.more-bottom-heading p{
	color:#383838;
}
.team-grids {
    margin: 1em 0 0 0;
}
.agileinfo-team-grid{
	position:relative;
}
.agileinfo-team-grid img{
	width: 100%;
    border: solid 1px #dddddd;
}
.captn {
    background: rgba(47, 47, 47, 0.42);
    padding: 2em;
    position: absolute;
    border: solid 1px #FFF;
    left: 15%;
    bottom: -100%;
    text-align: center;
    width: 200px;
    height: 200px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.captn h4 {
    font-size: 1.2em;
    color: #fff;
    font-weight: 600;
    font-family: 'Laila', serif;
    text-transform: capitalize;
}
.captn p {
    margin: 0.3em 0 .8em;
    color: #DCEDF9;
    font-size: .9em;
}
.agileinfo-team-grid {
    overflow: hidden;
}
.agileinfo-team-grid:hover .captn{
	bottom: 11%;
}
.w3l-social {
    margin: 1em 0 0 0;
}
.w3l-social ul{
	padding:0;
	margin:0;
}
.w3l-social ul li{
	display:inline-block;
}
.w3l-social ul li a {
	color: #333;
    text-align: center;
}
.w3l-social ul li a i.fa{
	height: 40px;
    width: 40px;
    background: #FFFFFF;
    line-height: 40px;
    color: #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-facebook:hover {
	background: #3b5998;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-linkedin-square:hover {
	background: #3b5998;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-twitter:hover{
	background: #1da1f2;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-rss:hover{
	background: #f26522;
	color: #FFFFFF;
}
/*-- //team --*/
/*-- //about --*/
/*-- gallery --*/
.show-reel a img{
	width:100%;
}
/* .show-reel:nth-child(2){
	margin:2em 0;
} */
.show-reel {
	margin:2em 0;
}
.agile-gallery{
	position: relative;
    overflow: hidden;
    text-align: center;;	
}
.agileits-caption {
    background: rgba(0, 0, 0, 0.62);
    padding: 2em 1em 1em 1em;
    position: absolute;
    left: 0;
    bottom: -105%;
    text-align: center;
    width: 100%;
    height: 170px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.agile-gallery:hover .agileits-caption {
    bottom: 0%;
}
.agileits-caption h4{
    color: #FFFFFF;
    margin: 0 0 .5em 0;
    font-size: 1.5em;
    font-weight: 600;
    font-family: 'Laila', serif;
    text-transform: capitalize;
}
.agileits-caption p{
    color: #FFFFFF;
    font-size: .9em;
    margin: 0;
    line-height: 1.8em;	
}
/*-- //gallery --*/
/*-- single --*/
.w3ls_single_left_grid_right ul{
	padding:0;
}
.w3ls_single_left_grid_left h3{
	font-size:1.5em;
	color:#000000;
}
.w3ls_single_left_grid_left h3 i,.w3ls_single_left_grid_left h3 span{
	padding:.5em;
	display:block;
}
.w3ls_single_left_grid_left h3 i{
	font-style: normal;
    background: #ee7c4e;
    color: #fff;
}
.w3ls_single_left_grid_right h3{
    font-size: 1.2em;
    color: #000000;
    line-height: 1.5em;
    text-transform: capitalize;
    margin: 0 0 .5em 0;
    font-family: 'Oswald', sans-serif;
}
.w3ls_single_left_grid_right ul li{
	display:inline-block;
	margin-right:1.5em;
	font-size:14px;
}
.w3ls_single_left_grid_right ul li span{
    color: #999;
	padding-left:1em;	
}
.w3ls_single_left_grid_right ul li a{
    color: #999;
    text-decoration: none;
    padding-left: 1em;
}
.w3ls_single_left_grid_right ul li a:hover{
	color:#ee7c4e;
}
.w3ls_single_left_grid1{
	margin: 1em 0;
}
.w3ls_single_left_grid1 p{
	margin: 2em 0;
    color: #999;
    line-height: 1.8em;
    font-size: .9em;
}
.w3ls_single_left_grid1 p span{
	display:block;
	margin:1em 0 0;
}
.w3l_admin {
    padding: 2em;
    background: #000000;
    margin:3em 0 0;
}
.w3l_admin p {
	color: #f5f5f5;
    line-height: 1.8em;
    position: relative;
    padding-left: 3.5em;
    margin-bottom: 1em;
    font-size: .9em;
}
.w3l_admin p:before {
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    background: url(../images/img-sp.png) no-repeat -9px -10px;
    display: block;
    width: 20px;
    height: 15px;
}
.w3l_admin a {
    display: block;
    text-align: right;
    color:#ee7c4e;
    font-size: 1em;
    text-decoration: none;
}
.w3l_admin a:hover{
	color:#fff;
}
.w3ls_search1 input[type="text"] {
    outline: none;
    padding: 12px;
    color: #999;
    font-size: .9em;
    width: 100%;
    border-bottom: solid 2px #3C3C3C;
    border-top: none;
    border-left: none;
    border-right: none;
	-webkit-appearance:none;
}
.w3ls_search1 input[type="submit"] {
    outline: none;
   padding: .5em 2em;
    text-align: center;
    color: #fff;
    border: none;
    font-size: .9em;
    background:#ee7c4e;
    margin: 1em 0 0;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3ls_search1 input[type="submit"]:hover {
    background: #111;
}
.wthree_recent h4,.agileits_three_comments h3,.w3_leave_comment h3{
    font-size: 1.5em;
    color: #000000;
    font-weight: 600;
    font-family: 'Laila', serif;
    text-transform: capitalize;
	margin:0;
}
.agileits_three_comments h3:after,.w3_leave_comment h3:after{
	left:0;
}
.wthree_recent ul{
    padding:2em 0 0;
}
.wthree_recent ul li{
    list-style-type: none;
    color: #999;
    padding: 1em 0;
    border-bottom: 1px dotted #C1C1C1;
    text-transform: capitalize;
}
.wthree_recent ul li a{
	font-size: .9em;
    color: #999;
    text-decoration: none;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}
.wthree_recent ul li a:hover{
    color:#000000;
}
.wthree_recent ul li span {
    display: block;
    font-size: .9em;
    padding-left: 2em;
    color: #ee7c4e;
    margin: .5em 0 0;
}
.wthree_recent ul li span i {
    left: -1em;
}
.wthree_recent {
    margin: 3em 0;
}
.wthree_recent ul li a i {
    padding-right: 1em;
}
.wthree_recent ul li:last-child {
    border-bottom: none;
}
.agile_tags_cate{
    padding: 3em 0;
    border-top: 1px dotted #adadad;
    border-bottom: 1px dotted #adadad;
    margin:5em 0;
}
.agile_cat_grid{
    text-align: center;
}
.agile_cat_grid h4 {
    font-size: 1.5em;
    color: #000000;
    font-weight: 600;
    font-family: 'Laila', serif;
    text-transform: capitalize;
	margin:0;
}
.agile_cat_grid ul {
    padding: 2em 0 0;
}
.agile_cat_grid ul.categories li {
    list-style-type: none;
    margin-top: 1em;
	font-size: 14px;
	margin-bottom:.5em;
}
.agile_cat_grid ul.categories li a {
    color: #999;
    border: 1px dotted #adadad;
    padding: .5em 1em;
    text-decoration: none;
	display: block;
}
.agile_cat_grid ul.categories li a:hover,.agile_cat_grid_tags ul li a:hover{
    color: #fff;
    background-color: #ee7c4e;
	border: 1px dotted #ee7c4e;
}
.agile_cat_grid_tags ul li{
	display:inline-block;
	margin:5px;
	font-size:.9em;
}
.agile_cat_grid_tags ul li a{
	padding:5px 10px;
	border: 1px dotted #adadad;
	text-decoration:none;
	color:#999;
	display: block;
}
.agileits_three_comment_grid{
    padding:3em 0;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}
.agileits_tom {
    float: left;
    border: 1px dotted #000000;
    padding: .5em;
    width: 7%;
}
.agileits_tom_right{
    float: left;
    width: 70%;
    margin-left: 3em;
}
.hardy {
    float: left;
}
.reply {
    float: left;
    margin-left: 10em;
    margin-top: .5em;
}
.reply a {
	padding: .5em 2em;
    background: #ee7c4e;
    color: #fff;
    font-size: .9em;
    text-decoration: none;
}
.reply a:hover{
	background:#000000;
}
.agileits_tom_right p.lorem {
    color: #999;
    line-height: 2em;
    margin: 1.5em 0 0;
    font-size: .9em;
}
.agileits_three_comments h3,.w3_leave_comment h3{
	text-align:left;
}
.hardy h4 {
	font-size: 1.1em;
    color: #000000;
    font-family: 'Oswald', sans-serif;
}
.hardy p {
    color: #ee7c4e;
    font-size: .9em;
    margin: .5em 0 0;
}
.agileits_three_comment_grid:nth-child(2){
    margin:4em 0 0;
	padding-top:0 !important;
}
.agileits_three_comment_grid:last-child{
	border-bottom:none;
	padding-bottom:0 !important;
}
.agileits_three_comment_grid1{
	padding-left:5em;
}
.w3_leave_comment{
	margin:5em 0 0;
	width:60%;
}
.w3_leave_comment form{
	margin:3em 0 0;
}
.w3_leave_comment input[type="text"],.w3_leave_comment input[type="email"],.w3_leave_comment textarea{
    outline: none;
    padding: 10px;
    font-size: .9em;
    color: #999;
    width: 100%;
    border-bottom: solid 2px #3C3C3C;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-appearance: none;
}
.w3_leave_comment input[type="email"],.w3_leave_comment textarea{
	margin:1em 0;
}
.w3_leave_comment textarea{
    min-height: 200px;
    resize: none;
}
.w3_leave_comment input[type="submit"]{
	outline:none;
	background:#ee7c4e;
	border:none;
	padding: .5em 2em;
	font-size:.9em;
	color:#fff;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3_leave_comment input[type="submit"]:hover{
	background:#111111;
}
/*-- //single --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*Logo*/
.logo img{
 width:375px;
}
/*Logo*/
/*-- responsive --*/
@media(max-width:1440px){
	.agile_banner_bottom1_right {
		padding: 4em 4em 4em 9em;
	}
}
@media(max-width:1280px){
	a.sim-button.button13 { 
    padding: 0.8em 3em;
    margin-top: 1.5em; 
}
	.agile_banner_bottom1_right {
		padding: 4em 4em 4em 4em;
	}
}
@media(max-width:1080px){
	.w3ls-banner-shadow {
		width: 65%;
	}
	.agile_banner_bottom1_left {
		min-height: 519px;
	}
	.services-grid-right,.aliquam {
		padding: 2em;
	}
	.testimonial-img-info p {
		width: 65%;
	}
	.w3agile-different-info p {
		width: 90%;
	}
	.agileits-caption p {
		line-height: 1.4em;
	}
	.agile-gallery:hover .agileits-caption {
		bottom: -15%;
	}
	.agileits-caption {
		bottom: -127%;
	}
	.icon-box {
		padding: 8px 2px;
		font-size: .9em;
	}
}
@media(max-width:1024px){
	.agileits-a-about-right p {
    font-size: .8em;
}
	.w3agile_tab_left p {
    line-height: 1.5em;
    font-size: .83em;
}
	.agile_banner_bottom1_right {
		padding: 4em 4em 4em 3em;
	}
	.agile_banner_bottom1_left {
		min-height: 562px;
	}
}
@media(max-width:991px){
	.agileits-banner-info {
		padding: 4em 0;
	}
	.w3ls-banner-shadow {
		width: 90%;
	}
	.nav-tabs {
		width: 60%;
	}
	.w3agile_tab_left {
	    padding: 0;
		margin: 1em 0 0 0;
	}
	.services-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.subscribe-grid input[type="email"] {
		width: 50%;
	}
	.footer-grid,.footer-list,.agile-footer-grid{
		margin: 2em 0 0 0;
	}
	.footer-grid:nth-child(1){
		margin:0;
	}
	.callbacks_tabs {
		top: 90%
	}
	.agileits-a-about-right {
		margin: 2em 0 0 0;
	}
	.agileits-heading h2, .agileits-heading h3, .w3-different-heading h3, .agileinfo-team-heading h3, .more-bottom-heading h3 {
		font-size: 2em;
	}
	.w3agile-different-info p {
		width: 100%;
	}
	.agileinfo-team-grid {
		float: left;
		width: 50%;
	}
	.agileinfo-team-grid:nth-child(3),.agileinfo-team-grid:nth-child(4){
		margin:2em 0 0 0;
	}
	.captn {
		padding: 3em 2em 2em;
		width: 250px;
		height: 250px;
	}
	.agile-gallery-grid {
		float: left;
		width: 50%;
		margin-bottom: 2em;
	}
	.show-reel:nth-child(2) {
		margin: 0em 0;
	}
	.agile-gallery:hover .agileits-caption {
		bottom: 0%;
	}
	.agileits-caption {
		height: 220px;
	}
	.agileits-caption h4 {
		margin: 2em 0 .5em 0;
	}
	.styled-input {
		width: 48%;
	}
	.w3ls_single_right {
		margin: 2em 0 0 0;
	}
	.agile_tags_cate {
		padding: 0;
		margin: 0;
	}
	.agile_cat_grid {
		margin: 2em 0 0 0;
	}
	.agileits_tom {
		width: 10%;
	}
}
@media(max-width:736px){
	.agile_banner_bottom1_left {
		min-height: 480px;
	}
	.navbar-toggle {
		border: 1px solid rgb(0, 0, 0) !important;
	}
	.navbar-toggle .icon-bar {
		border: 1px solid #000000 !important;
	}
	div#bs-example-navbar-collapse-1 {
		width: 100%;
		text-align: center;
		background: #ee7c4e;
	}
	.navbar-nav {
		float: none;
		width: 100%;
		margin: 0;
	}
	ul.nav.navbar-nav li a {
		margin: .5em 0;
		color: #ffffff;
	}
	ul.nav.navbar-nav li.active a {
		color: #000000;
	}
	ul.nav.navbar-nav li a:hover {
		color: #000000;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 0;
	}
	.navbar-nav .open .dropdown-menu {
		text-align: center;
	}
	ul.dropdown-menu li {
		padding: 2px 0;
	}
	.dropdown-menu {
		padding: 0px 0;
	}
	.agileits-banner-info h3 {
		font-size: 3em;
	}
	.w3ls-banner-shadow {
		width: 80%;
	}
	.agile_banner_bottom1_left {
		min-height: 458px;
		padding: 0;
	}
	.services-grid-right {
		float: right;
		width: 15%;
	}
}
@media(max-width:667px){
	.nav-tabs {
		width: 65%;
	}
	.agile_banner_bottom1_left {
		min-height: 420px;
	}
	.agileits-heading h2, .agileits-heading h3, .w3-different-heading h3, .agileinfo-team-heading h3, .more-bottom-heading h3 {
		letter-spacing: 9px;
	}
	.captn {
		padding: 3em 2em 2em;
		width: 230px;
		height: 230px;
		left: 13%;
	}
	.contact-form h4, .address h4 {
		font-size: 1.2em;
	}
	.address-grids:nth-child(2){
		margin: 2em 0;
	}
}
@media(max-width:640px){
	.nav-tabs > li > a {
		font-size: 1.2em;
	}
	.agile_banner_bottom1_left {
		min-height: 400px;
	}
	.testimonial-img-info p {
		width: 80%;
	}
	.callbacks_tabs {
		left: 45%;
	}
	.w3_leave_comment {
		width: 100%;
	}
	.captn {
		padding: 3em 2em 2em;
		width: 210px;
		height: 210px;
		left: 15%;
	}
	.agileits-caption {
		height: 210px;
	}
}
@media(max-width:600px){
	.agileits-banner-info h3 {
		font-size: 2em;
	}
	.services-grid-right, .aliquam {
		padding: 1em;
	}
	.services-grid-right {
		width: 13%;
	}
	.agile_banner_bottom1_left {
		min-height: 375px;
	}
	.subscribe-grid {
		width: 100%;
	}
	.agileits-heading h2, .agileits-heading h3, .w3-different-heading h3, .agileinfo-team-heading h3, .more-bottom-heading h3 {
		letter-spacing: 7px;
	}
	.captn {
		width: 195px;
		height: 195px;
		left: 15%;
	}
	.captn h4 {
		font-size: 1em;
	}
	.agileits-caption {
		height: 200px;
	}
	.map-grid iframe {
		height: 300px;
	}
}
@media(max-width:568px){
	.agile_banner_bottom1_left {
		min-height: 360px;
	}
	.agileits-heading h2, .agileits-heading h3, .w3-different-heading h3, .agileinfo-team-heading h3, .more-bottom-heading h3 {
		letter-spacing: 6px;
	}
	.agileits-caption {
		height: 190px;
		padding: 1em 1em 1em 1em;
	}
	.reply {
		margin-left: 6em;
	}
}
@media(max-width:480px){
	a.sim-button.button13 {
    font-size: 0.9em; 
}
	.w3ls-banner-shadow {
		width: 95%;
	}
	.nav-tabs > li > a {
		font-size: 1em;
		margin-right: .2em;
	}
	.agileits_tom {
		width: 16%;
	}
	.agileits_three_comment_grid1 {
		padding-left: 3em;
	}
	.reply {
		float: right;
		margin-left:0;
	}
	.agile_banner_bottom1_right {
		padding: 4em 1em;
	}
	.agile_banner_bottom1_left {
		min-height: 300px;
	}
	.captn {
		width: 170px;
		height: 170px;
		left: 11%;
		padding: 2em 1em 1em;
	}
	.agileinfo-team-grid:hover .captn {
		bottom: 4%;
	}
	.agileits-caption {
		height: 125px;
		padding: .5em;	
	}
	.agileits-caption h4 {
		margin: .5em 0;
		font-size: 1.2em;
	}
}

@media(max-width:414px){
	.icon3a {
    float: left;
    color: #ee7c4e;
    font-size: 28px!important;
    width: 16%;
    height: auto;
    margin-top: -2px;
}
	.icon5 {
    font-size: 28px!important;
    float: left;
    color: #ee7c4e;
    width: 16%;
    height: auto;
    margin-top: -11px;
}
	.icon4 {
    font-size: 28px!important;
    float: left;
    color: #ee7c4e;
    width: 16%;
    height: auto;
}
.icon4a {
    float: left;
    color: #ee7c4e;
    font-size: 28px!important;
    width: 13%;
    height: auto;
}
	.icon2a {
    float: left;
    color: #ee7c4e;
    font-size: 28px!important;
    width: 16%;
    height: auto;
}
	.icon2 {
    font-size: 28px!important;
    float: left;
    color: #ee7c4e;
    width: 16%;
    height: auto;
}
	.icon3 {
    font-size: 28px!important;
    float: left;
    color: #ee7c4e;
    width: 16%;
    height: auto;
}
	.agileits-banner-info p {
    font-size: 1.5em;
}
	.agileits-banner-info {
    min-height: 154px;
    padding: 0em 0;
}
	.servbann h4{
	text-align: left;
    font-size: 8px;
    line-height: 14px;
}
	.servhover {
    padding: 10px;
    border-radius: 20%;
}
	.agileinfo-team-heading h3, .more-bottom-heading h3 {
    padding-bottom: 5px;
}
	div#bs-example-navbar-collapse-1 {
    margin-top: 8px;
}
	.testimonial-img {
    width: 20%;
}
	.features h4 {
    font-size: 1.2em;
}
	.homeimg {
    padding: 10px 0px 0 0;
    text-align: center;
}
	.homeimg2 {
    padding: 10px 0px 0px 0px;
}
	.agileits-banner-info h3 {
		font-size: 1.5em;
	}
	.callbacks_tabs {
		left: 36%;
		top: 75%;
	}
	.welcome, .services, .testimonial-dot, .newsletter, .footer-top, .codes, .typography, .contact, .a-grid, .wthree-different-dot, .team, .gallery-grids, .single {
		padding: 1em 0;
	}
	.nav-tabs {
		width: 100%;
	}
	.welcome-tabs, .agileinfo-services-grids, .w3-agile-testimonial, .w3-agileits-newsletter, .address,.w3_leave_comment,.w3_leave_comment form,.team-grids {
		margin: 2em 0 0;
	}
	.w3agile_tabs {
		margin: 2em 0 0;
	}
	.w3agile_tab_right.w3agile_tab_right2 {
		padding: 0;
	}
	.w3agile_tab_right1 {
		padding: 0;
	}
	.agile_banner_bottom1_right {
		padding: 2em 1em;
	}
	.agile_banner_bottom1_right h3 {
		font-size: 1.2em;
	}
	.wthree_recent {
		margin: 2em 0;
	}
	.agile_cat_grid ul {
		padding: 1em 0 0;
	}
	.agileits_three_comments {
		margin: 2em 0 0 0;
	}
	.agileits_three_comment_grid:nth-child(2) {
		margin: 2em 0 0;
	}
	.agileits_three_comment_grid1 {
		padding-left: 2em;
	}
	.agileits_tom_right {
		margin-left: 1em;
	}
	.services-grid-left h4 {
		font-size: 1.2em;
	}
	.services-grid-right {
		width: 18%;
	}
	.testimonial-img-info p {
		width: 100%;
	}
	.agileits-a-about-right h3 {
		font-size: 1.2em;
	}
	.agileits-a-about-right {
		padding: 0;
	}
	.w3agile-different-info p {
		margin: 2em auto 0;
	}
	.agileinfo-team-grid {
		float: none;
		width: 100%;
	}
	.agileinfo-team-grid:nth-child(2),.agileinfo-team-grid:nth-child(3), .agileinfo-team-grid:nth-child(4){
		margin:2em 0 0 0;
	}
	.captn {
		width: 260px;
		height: 238px;
		left: 15%;
		padding: 3em 1em 1em;
	}
	.agileinfo-team-grid:hover .captn {
		bottom: 15%;
	}
	.w3l_admin {
		padding: 1em;
		margin: 0em 0 0;
	}
	.wthree_recent ul {
		padding: 1em 0 0;
	}
	.w3_leave_comment textarea {
		min-height: 100px;
	}
	.agile-gallery-grid {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.agileits-caption {
		height: 224px;
		padding: .5em;
	}
	.agileits-caption h4 {
		margin: 3.5em 0 0 0;
	}
	.icons .bs-glyphicons li {
		width: 31.33%;
	}
	h2.agileits-icons-title, h3.agileits-icons-title {
		font-size: 1.2em;
	}
	.styled-input {
		width: 100%;
	}
	.styled-input {
		margin: 2em 0 1em 0em;
	}
	.styled-input {
		margin: 0em 0 1em 0em;
	}
	.contact textarea {
		min-height: 60px;
	}
	.map-grid iframe {
		height: 200px;
	}
	.agileits-heading h2, .agileits-heading h3, .w3-different-heading h3, .agileinfo-team-heading h3, .more-bottom-heading h3 {
		font-size: 1.5em;
	}
	.logo h1 a {
		font-size: 1em;
	}
	.w3agile_tab_left h4 {
		font-size: 1.2em;
	}
	.logo img{
	width:315px;
	}
}
@media(max-width:384px){
	.logo img{
	width:315px;
	}
	.agileits-banner-info h3 {
		letter-spacing: 15px;
	}
	.w3ls-banner-shadow {
		padding: 1em;
	}
	.callbacks_tabs {
		left: 34%;
		top: 70%;
	}
	.agileinfo-team-grid:hover .captn {
		bottom: 12%;
	}
	.captn {
		left: 12%;
	}
	.reply a {
		padding: .5em 1em;
	}
}
@media(max-width:375px){
	.servbann h4 {
    text-align: left;
    font-size: 7px;
    line-height: 9px;
}
	.servbann {
    height: 4em;
}
	.captn {
		left: 10%;
	}
	.agileinfo-team-grid:hover .captn {
		bottom: 11%;
	}
	.agile_banner_bottom1_left {
		min-height: 235px;
	}
	.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3 {
		font-size: 1.2em;
	}
}
@media(max-width:320px){
	.agileits-banner-info {
    min-height: 104px;
    padding: 10px 0;
}
	.agileits-banner-info h3 {
		font-size: 1.2em;
	}
	.agileits-banner-info p {
		font-size: 1.5em;
		letter-spacing: 4px;
		margin: 0 0 0 0;
	}
	.agileits_three_comment_grid {
		padding: 2em 0;
	}
	.agileits_tom_right {
		width: 77%;
	}
	.agileits_three_comment_grid1 {
		padding-left: 1em;
	}
	.captn {
		width: 220px;
		height: 195px;
	}
	.agileits-caption {
		height: 188px;
	}
}
/*-- //responsive --*/

/*-- project --*/
.project {
    /* background: #009688; */
	background: url(../images/career.png) no-repeat 0px 0px !important;
	background-size: cover;
}
.project  h3 {
    font-family: 'Laila', serif;
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
}
.project a {
    color: #fff;
    font-family: 'Laila', serif;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    background: #333;
    padding: 18px 35px;
    border-radius: 35px;
}
.project a:hover {
    background: #fff;
    color: #FFEB3B;
}
.py-5 {
  padding-top: 3rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
}
.mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
}
/*-- //project --*/
/*-- Process --*/
.process span.fab {
    font-size: 50px;
    color: #009688;
}
.process-grids h3 {
    font-size: 25px;
    font-weight: 700;
    color: #171717;
    letter-spacing: 4px;
    position: relative;
}
.process-grids h3:after {
    position: absolute;
    content: "";
    background: #ed6f3c;
    height: 3px;
    width: 15%;
    bottom: -40%;
    left: 0%;
	
}
.process-grids p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #888;
    line-height: 28px;
}
.process-grids li {
    font-size: 16px;
    letter-spacing: 1px;
    color: #222;
    list-style-type: none;
}
.process-grids li span.fas {
    width: 20px;
    color: #009688;
}
.mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
/*-- //Process --*/

