
html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff url(../images/pattern10.png);
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:18px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],a,.starls_services_grid,.starls_footer_grid_leftr h4,.starls_footer_grid_leftl{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}
/*-- header --*/
.header{
	padding:2em 0; background:#000 url(../images/header.jpg) no-repeat center top; border-bottom:1px solid #666; border-top:1px solid #3e3e3e;
}
.star_agile_logo{
	float:left;
}
.header-nav {
    float: right;
}
.star_agile_logo h1 a{
	font-size: .6em;
    color: #212121;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.star_agile_logo h1 a span{
	font-size: 2em;
    color: #d8ab16;
    text-shadow:0px 3px 1px #d93920;
}
.agile_header_social{ margin-top:10px;}
.agileits_social_list li{
	display:inline-block;
}
.agileits_social_list li a{
	width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    border:1px dashed #d8ab16;
    border-radius: 25px;
}
.agileits_social_list li a i{
	line-height:2.4em;
}
.agileits_social_list li a:hover{
	color:#fff;
}
a.star_agile_facebook:hover{
	background:#3b5998;
	border-color:#3b5998;
}
a.agile_twitter:hover{
	background:#1da1f2;
	border-color:#1da1f2;
}
a.star_agile_dribble:hover{
	background:#ea4c89;
	border-color:#ea4c89;
}
a.star_agile_vimeo:hover{
	background:#1ab7ea;
	border-color:#1ab7ea;
}
.header_address_mail{
	background:#232323 url(../images/bg.jpg);
}
.agileits_startheme_header_address_grid{
	float:right;
}
.agileits_startheme_header_address_grid ul li{
	display:inline-block;
	color:#fff;
	font-weight:600;
	padding:.5em 1em;
	float:left;
}
.agileits_startheme_header_address_grid ul li:nth-child(1){
	margin:1em 0 0;
}
.agileits_startheme_header_address_grid ul li:nth-child(2),.agileits_startheme_header_address_grid ul li:nth-child(3){
	color: #fff;
    background:#1e364c;
    font-size: 1.5em;
}
.agileits_startheme_header_address_grid ul li a{
	text-decoration:none;
	color:#757574;
	display:block;
}
.agileits_startheme_header_address_grid ul li a:hover{
	color:#d8ab16;
}
.agileits_startheme_header_address_grid ul li:nth-child(3){
    background:#d8ab16;
}
/*-- //header --*/

/*-- nav --*/
.navbar-right {
    float: none !important;
    padding: 0;
    margin: 0.5em 0 0 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-collapse {
    box-shadow: none;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-nav > li > a { font-size:14px;
    padding:.7em 0.5em;
    text-transform: uppercase;
    font-weight:400;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#d8ab16;
    background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#212121;
    background: none;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #fff; background:#1e364c;
}
.navbar-nav {
    margin: 0;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    padding: 0;
    border: none;
}
.agile_short_dropdown li a {
    text-transform: uppercase;
    color: #212121;
    font-size: 13px;
    font-weight: 600;
    padding: .8em 0;
}
.agile_short_dropdown > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color:#d8ab16;
}
.star_agileits_search_form{
	float: right;
    width: 30%;
}
.star_agileits_search_form input[type="search"]{
	outline: none;
    padding: 10px;
    width: 83.7%;
    background: #f5f5f5;
    font-size: 14px;
    color: #212121;
    border: 1px solid #c5c3c3;
}
.star_agileits_search_form input[type="submit"]{
	outline: none;
    padding: 9.4px 0;
    width: 15%;
    background:url(../images/search.html) no-repeat 16px 11px #f5f5f5;
    border: 1px solid #c5c3c3;
}
.star_agile_nav a {
    margin: 0 .5em;
    overflow: hidden;
    -moz-transition: ease-out 0.3s 0.1s;
    -o-transition: ease-out 0.3s 0.1s;
    -webkit-transition: ease-out 0.3s;
    -webkit-transition-delay: 0.1s;
    transition: ease-out 0.3s 0.1s;
}
.star_agile_nav a span::before {
  width: 100%;
  height: 2px;
  background: #d8ab16;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.star_agile_nav a span::after {
  width: 100%;
  height: 2px;
  background: #d8ab16;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-transition: 0.1s 0.2s;
  -o-transition: 0.1s 0.2s;
  -webkit-transition: 0.1s;
  -webkit-transition-delay: 0.2s;
  transition: 0.1s 0.2s;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.star_agile_nav a::before {
  width: 2px;
  height: 100%;
  background: #d8ab16;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: 0.1s 0.3s;
  -o-transition: 0.1s 0.3s;
  -webkit-transition: 0.1s;
  -webkit-transition-delay: 0.3s;
  transition: 0.1s 0.3s;
}
.star_agile_nav a::after {
  width: 2px;
  height: 100%;
  background: #d8ab16;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: 0.1s 0.1s;
  -o-transition: 0.1s 0.1s;
  -webkit-transition: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition: 0.1s 0.1s;
}
.star_agile_nav a:hover {
  color: white;
}
.star_agile_nav a:hover::before, .star_agile_nav a:hover::after,.star_agile_nav li.active a::before, .star_agile_nav li.active a::after {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.star_agile_nav a:hover span::before, .link-effect-12 a:hover span::after,
.star_agile_nav li.active a span::before, .star_agile_nav li.active a span::after{
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.agile_short_dropdown li a:before,.agile_short_dropdown li a:after{
	display:none;
}
.agile_short_dropdown li a{
	margin:0;
}
/*-- //nav --*/

.search_area{ padding:0.5em 0;
	background:#f5f5f5; border-top: 1px solid #afafaf; border-bottom: 1px solid #afafaf;
}
 .search_down{width:100%; margin:5px 0;display:inline-block; border:1px solid #666; background:#003;}
.search_down-select{position:relative;width:100%;margin:0;padding:3px; font-size:13px; color:#fff;background-color:#1e364c; border:0px;}
.search_down-select:focus{z-index:3;width:100%;color:#d8ab16;}
.search_down-select>option{margin:3px;padding:6px 8px;text-shadow:none;background:#1e364c;cursor:pointer;color:#fff}

/*-- banner --*/
.banner1{
	background: url(../images/banner.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:200px;
	position:relative;
}

/*-- services --*/
.services{
	padding:3em 0;
}
.startheme_header{
	text-align:center;
}
.startheme_header p{
	font-size:2em;
	color:#d8ab16;
	position:relative;
}
.startheme_header p:before,.startheme_header p:after{
	content: '';
    background: #212121;
    height: 2px;
    width: 5%;
    position: absolute;
    top: 65%;
}
.startheme_header p:before{
	left:41%;
}
.startheme_header p:after{
	right:41%;
}
.startheme_header p span:before,.startheme_header p span:after{
	content: '';
    background: #212121;
    height: 2px;
    width: 7%;
    position: absolute;
    top: 35%;
}
.startheme_header p span:before{
	left:38%;
}
.startheme_header p span:after{
	right:38%;
}
.startheme_header h5,h2,h3,h4,h6 {
    margin: 0 0 0.2em;
    color: #d8ab16;
    font-size:1.6em;
    padding-top:10px; 
}
.startheme_header h5 span{
	color:#212121;
}
.star_services_grids{
	padding:1em 0 0;
}
.starl_services_grid{
	margin:1em 0 0;
}
.wthree_service_text h3 { padding:5px 0 0 0; margin:0;
    color: #d8ab16;
    font-size:14px;
}
.wthree_service_text h4 { text-transform:none;
    color: #fff;
    font-size:12px; padding:5px 0; margin:0;
}
.wthree_service_text { text-align:center;
    background: #1e364c;
    padding:5px 0;
}

.starl_right_grid{
	margin:0em 0 0; padding:0px 0px 10px 0; margin:0px 0px 15px 0;}
.starl_right_grid .head{ width:100%; padding:10px; background:#1e364c;
border-radius: 7px 7px 0px 0px;
   -webkit-border-radius : 7px 7px 0px 0px;
   -moz-border-radius : 7px 7px 0px 0px;
   border: 0px solid #333333; 
   transform: rotate(0deg); }
.starl_right_grid .head h4 {text-align:center;  color: #fff; font-size:16px; padding:0px !important;}
.starl_right_grid .box{ width:100%; padding:10px; border:1px solid #cfdfed;
border-radius: 0px 0px 5px 7px;
   -webkit-border-radius : 0px 0px 5px 7px;
   -moz-border-radius : 0px 0px 5px 7px;
    transform: rotate(0deg); }

.btn-gallery{width:49%;font-size:.75em; font-weight:bold;font-size:13px;padding:.425em 0;color:#1e364c;display:inline-block;cursor:pointer; text-align:center; -webkit-border-radius:5px;
-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px; margin-bottom:5px;
background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);}
.btn-gallery:hover{text-decoration:none; color:#fff;background-image: linear-gradient(to right, #16222A 0%, #3A6073 51%, #16222A 100%);}
.btn-gallery:active{-webkit-box-shadow:#c02836 0 1px 2px inset;-moz-box-shadow:#c02836 0 1px 2px inset;box-shadow:#c02836 0 1px 2px inset}
.btn-gallery.disabled,a.btn-gallery[disabled]{filter:alpha(Opacity=60);opacity:.6;background:#d63b49;
cursor:default;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
.btn-gallery::-moz-focus-inner{padding:0!important;margin:-1px!important}

/*-- //services --*/


/*-- statistics --*/
.statistics {
    background: url(../images/footer.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    padding:3em 0;
}
.startheme_statistics_grid_right h4{
	font-size: 1.5em;
    line-height: 1.5em;
    color: #d8ab16;
    text-transform: capitalize;
 }
.startheme_statistics_grid_right p{
	font-size:14px;
    line-height: 1.5em;
    color: #fff;
 }
 
 .startheme_statistics_grid_right .button {
    background-color: #4CAF50; /*Green*/
    border: none;
    color: white;
    padding:10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px; margin-top:15px; border-radius:5px;
}
.startheme_statistics_grid_right .button:hover{
    background-color: #000; /*Green*/
}


.footer-top {
    background:#000 url(../images/header.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    padding: 2em 0;
}
 
.footer-top h3 {
    font-size: 1.4em;
      color: #d8ab16;
	margin: 0 0 0.5em;
}
.footer-top p {
    font-size: 14px;
    color: #ffffff;
    margin:0;
    line-height: 28px;
}
p.footer-gd a {
    color: #d8ab16;
}
  .footer-top .boxer ul{ list-style:none; font-size:14px; padding:10px;}
.footer-top .boxer ul li{padding:5px 0px 5px 22px; line-height:19px; text-align:left; background:url(../images/arow.png) no-repeat left; }
.footer-top .boxer ul li a {color: #d8ab16;}
.footer-top .boxer ul li:hover a{color:#1e364c;}
 
.copy-right-grids {
	padding: 20px 0px;
    background: #2e2e2e url(../images/bg.jpg);
}
p.footer-gd {
    color: #ffffff;
    font-size: 14px;
     text-align: center;
}
.address p span {
    display: block;
}
.address p span a {
    color: #ffffff;
    text-decoration: none;
}
.address p span a:hover {
    color: #d8ab16;
}
/*-- 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 --*/

/*-- button1 --*/
button.btn1 {
    color: #FFFFFF;
    font-size: .9em;
    border: solid 1px #d8ab16;
    padding: 1em 1em;
    text-align: center;
    text-decoration: none;
    background:#d8ab16;
    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{
    background: none;
    border: solid 1px #d8ab16;
    color:#d8ab16;
}
 

/*-- start-responsive-design --*/
@media (max-width:1440px){
}
@media (max-width:1366px){
}
@media (max-width: 1280px){
}
@media (max-width: 1080px){
.agileits-banner-info h3 {
    font-size: 3em;
}
.agileits-banner-info,.agileits-banner-info1,.agileits-banner-info2 {
    min-height: 460px;
    padding: 9em 0 5em;
}
.callbacks_tabs {
    top: 86%;
    left: 46%;
}
 
.star_stats_grid p {
    margin: 0em 0 0;
}
 
.star-agileits-subscribe-form input[type="text"] {
    width: 72%;
}
.starcaptn-agileits {
    padding: 1em;
    width: 182px;
    height: 116px;
}
.input {
    width: 283px;
}
.star_agileits_stats_grid {
    padding: 2em 1em;
}
}
@media (max-width: 1024px){
}
@media (max-width: 991px){
.navbar-nav > li > a {
    padding: .7em 1em;
}
.star_agile_nav a {
    margin: 0 .3em;
}
.starls-banner-shadow {
    width: 72%;
}
.agileits-banner-info, .agileits-banner-info1, .agileits-banner-info2 {
    min-height: 430px;
    padding: 7em 0 5em;
}
.services {
    padding:1em 0;
}
.startheme_header h5, h2, h3 {
    font-size: 2.2em;
}
.star_services_grids {
    padding: 0em 0 0;
}
.statistics {
    padding: 3em 0;
}
.star_stats_grid {
    float: left;
    width: 33.33%;
}
.startheme_statistics_grid_right {
    margin-top: 2em;
}
.star_featured_services_right {
    margin-top: 2em;
}
.footer-top {
    padding: 2em 0;
}
.welcome,.address {
    float: left;
    width: 50%;
}
.wthree-subscribe {
    float: left;
    margin-top: 2em;
    width: 100%;
}
.gallery {
    padding: 3em 0;
}
.gallery-grids { padding-bottom:15px !important;
    margin:10px 0 !important;
}
.gallery-grids-left {
    width: 50%;
    float: left;
    margin-top: 1em;
}
.gallery-top-grids:nth-child(2) {
    margin: 0;
}
.starcaptn-agileits {
    padding: 3em;
    width: 292px;
    height: 185px;
}
.banner1 {
    min-height: 180px;
}
.input {
    width: 220px;
	margin: 0em 1em 1em 0;
}
.startheme_skills_grids {
    margin: 1em 0 0;
}
.agileinfo_about_right {
    margin-top: 2em;
}
.agile_team_grid {
    float: left;
    width: 50%;
    margin-bottom: 2em;
}
.skills {
    padding: 3em 0 1em;
}
.wthree_stats_grid {
    float: left;
    width: 50%;
    margin-bottom: 2em;
}
}
@media (max-width: 900px){
}
@media (max-width: 768px){
}
@media (max-width: 767px){
	.header-nav {
    float: none;
    text-align: center;
}
.navbar-nav {
    background: #212121;
    padding: 2em;
}
.nav > li {
    margin: 10px 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #d8ab16;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #d8ab16;
    background: none;
}
.navbar-toggle {
    margin-top: 15PX;
    margin-right: 0px;
}
}
@media (max-width: 736px){
.starcaptn-agileits {
    width: 278px;
}
.input {
    width: 210px;
}
}
@media (max-width: 667px){
.starls-banner-shadow {
    width: 80%;
}
.starcaptn-agileits {
    padding: 2.5em;
    width: 247px;
    height: 161px;
}
.input {
    width: 187px;
}
}
@media (max-width: 640px){
.agileits-banner-info h3 {
    font-size: 2.7em;
}
.agileits-banner-info, .agileits-banner-info1, .agileits-banner-info2 {
    min-height: 375px;
    padding: 7em 0 5em;
}
.startheme_header h5, h2, h3 {
    font-size: 2em;
}
.starcaptn-agileits {
    padding: 2.5em;
    width: 240px;
    height: 156px;
}
.banner1 {
    min-height: 170px;
}
.input {
    width: 580px;
	margin: 0;
}
.agileinfo_mail_grids textarea {
    width: 100%;
}
.input {
    width: 592px;
}
}
@media (max-width: 600px){
.agileits-banner-info h3 {
    font-size: 2.5em;
}
.star_stats_grid {
    padding: 0 10px;
}
.starcaptn-agileits {
    padding: 2em;
    width: 220px;
    height: 138px;
}
.input {
    width: 552px;
}
}
@media (max-width: 568px){	
.agileits-banner-info h3 {
    font-size: 2.4em;
}
.starcaptn-agileits {
    padding: 1.7em;
    width: 206px;
    height: 133px;
}
.input {
    width: 520px;
}
.star_stats_grid p {
    font-size: 0.9em;
}
}
@media (max-width: 480px){	
.footer-top h3 {
    font-size: 1.5em;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
    padding: 0 0em;
}
.agileits-banner-info h3 {
    font-size: 2em;
}
.starls-banner-shadow {
    width: 87%;
}
.agileits-banner-info, .agileits-banner-info1, .agileits-banner-info2 {
    min-height: 330px;
    padding: 5em 0 5em;
}
.callbacks_tabs {
    top: 84%;
    left: 42%;
}
.agileits_startheme_header_address_grid ul li:nth-child(2), .agileits_startheme_header_address_grid ul li:nth-child(3) {
    font-size: 1.3em;
}
.starcaptn-agileits {
    padding: 0.5em;
    width: 167px;
    height: 106px;
}
.banner1 {
    min-height: 150px;
}
.input {
    width: 433px;
}
}
@media (max-width: 414px){	
.agileits_startheme_header_address_grid ul li:nth-child(2), .agileits_startheme_header_address_grid ul li:nth-child(3) {
    font-size: 1em;
}
.agileits_startheme_header_address_grid ul li:nth-child(1) {
    margin: 0.2em 0 0;
}
.agileits-banner-info h3 {
    font-size: 1.8em;
    line-height: 35px;
}
.starls-banner-shadow {
    padding: 2.2em;
}
.callbacks_tabs {
    top: 80%;
    left: 40%;
}
.agileits-banner-info, .agileits-banner-info1, .agileits-banner-info2 {
    min-height: 308px;
    padding: 5em 0 5em;
}
.wthree_service_text {
    padding: 16px;
}
.wthree_service_text h3 {
    font-size: 23px;
}
.wthree_service_text h4 {
    font-size: 13px;
    margin-top: 7px;
}

.startheme_header p:before {
    left: 39%;
}
.startheme_header p:after {
    right: 39%;
}
.startheme_header p span:before {
    left: 36%;
}
.startheme_header p span:after {
    right: 36%;
}
.welcome, .address {
    float: left;
    width: 100%;
}
.welcome {
    margin-bottom: 2em;
}
.star-agileits-subscribe-form input[type="text"] {
    width: 70%;
}
.gallery-grids-left {
    width: 100%;
}
.starcaptn-agileits {
    padding: 4em;
    width: 297px;
    height: 195px;
}
.banner1 {
    min-height: 120px;
}
.input {
    width: 367px;
}
.map-grid iframe {
    height: 240px;
}
.wthree_stats_grid {
    width: 100%;
}
}
@media (max-width: 384px){
.agileits_startheme_header_address_grid ul li:nth-child(2), .agileits_startheme_header_address_grid ul li:nth-child(3) {
    font-size: 0.9em;
}
.agileits_startheme_header_address_grid ul li {
    padding: .5em 0.8em;
}
.agileits_startheme_header_address_grid ul li:nth-child(1) {
    margin: 0em 0 0;
}
.starls-banner-shadow {
    width: 90%;
}
.agileits-banner-info h3 {
    font-size: 1.6em;
}
.star-agileits-subscribe-form input[type="text"] {
    width: 67%;
}
.star_featured_services_left_gridr h4 {
    font-size: 1.1em;
}
.starcaptn-agileits {
    padding: 3em;
    width: 270px;
    height: 180px;
}
.input {
    width: 337px;
}
.odometer {
    font-size: 2.5em;
}
}
@media (max-width: 375px){
.agileits_startheme_header_address_grid ul li {
    padding: .5em 0.75em;
}
.starls-banner-shadow {
    width: 93%;
}
.startheme_statistics_grid_right h4 {
    font-size: 1.3em;
    margin-bottom: 1em;
}
.odometer {
    font-size: 2.5em;
}
.star-agileits-subscribe-form input[type="text"] {
    width: 66%;
}	
.input {
    width: 327px;
}
}
@media (max-width: 320px){
	.agileits_startheme_header_address_grid ul li:nth-child(2), .agileits_startheme_header_address_grid ul li:nth-child(3) {
    font-size: 0.75em;
}
.agileits_startheme_header_address_grid ul li {
    padding: .4em 0.45em;
}
.agileits_startheme_header_address_grid ul li:nth-child(1) {
    margin: 0em 0 0;
    font-size: 0.785em;
}
.agileits-banner-info h3 {
    font-size: 1.3em;
    line-height: 25px;
}
.starls-banner-shadow {
    padding: 2em 1.5em;
}
.agileits-banner-info, .agileits-banner-info1, .agileits-banner-info2 {
    min-height: 260px;
    padding: 4em 0 4em;
}
.callbacks_tabs {
    left: 38%;
}
.services {
    padding: 2em 0;
}
.startheme_header h5, h2, h3 {
    font-size: 1.8em;
}
.starl_services_grid {
    padding: 0;
}
.statistics {
    padding: 2em 0;
}
.startheme_statistics_grid_left {
    padding: 0;
}
.startheme_statistics_grid_right {
    padding: 0;
}
.star_stats_grid {
    float: left;
    width: 100%;
	padding: 0;
}
.startheme_stats_grid1 {
    margin: 1em auto 0;
}
.star_stats_grid:nth-child(3) {
    margin: 1.5em 0;
}
.star_featured_services_left {
    padding: 0;
}
.star_featured_services_left_grid {
    margin-top: 0em;
}
.startheme_skills_grids.startheme_featured_services_grids {
    margin-top: 2em;
}
.hi-icon {
    width: 72px;
    height: 72px;
}
.hi-icon:before {
    line-height: 2.2em;
}
.star_featured_services_left_gridr h4 {
    font-size: 1em;
}
.footer-top {
    padding: 2em 0;
}
.welcome, .address {
    padding: 0;
}
.wthree-subscribe {
    padding: 0;
}
.star-agileits-subscribe-form input[type="text"] {
    width: 63%;
}
.gallery {
    padding: 2em 0;
}
.startheme_header p:before {
    left: 36%;
}
.startheme_header p:after {
    right: 36%;
}
.startheme_header p span:before {
    left: 33%;
}
.startheme_header p span:after {
    right: 33%;
}
.gallery-grids-left {
    width: 100%;
    padding: 0;
}
.gallery-grids {padding-bottom: 15px;
     margin:10px 0 !important;
}
.starcaptn-agileits {
    padding: 2.5em;
    width: 240px;
    height: 158px;
}
.startheme_skills_grids {
    margin: 0em 0 0;
}
.input {
    width: 273px;
}
.agileinfo_mail_grids input[type="submit"] {
    width: 39%;
}
.agileinfo_about_left {
    padding: 0;
}
.agileinfo_about_right {
    padding: 0;
    margin-top: 1em;
}
.agile_team_grid {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1.5em;
}
.services {
    padding: 2em 0;
}
}