
html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#f0e4cc ;
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
}
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:0.4em 0; background:#e895de;
}
.star_agile_logo{
	float:left;
}
.header-nav { padding-top:15px;
    float: right;
}
.star_agile_logo h1 a{
	font-size: .6em;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.star_agile_logo h1 a span{
	font-size: 2em;
    color: #919191;
    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; background:#b7b6b6;
     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:#000;
}
.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:0.2em 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:#00a1dd;
    font-size:18px;
}
.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:#ef1928;
}
.agileits_startheme_header_address_grid ul li:nth-child(3){
    background:#3a3a3a;
}
/*-- //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:#d8161f;
    background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#f22727;
    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: 12px;
    font-weight: 600;
    padding: .8em 0;
}
.agile_short_dropdown > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color:#ef1928;
}
 
.star_agile_nav a {
    margin: 0 .3em;
    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: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 --*/

 
/*-- 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:500px;
	position:relative;
}

/*-- services --*/
.services{
	padding:1.5em 0;
}
.startheme_header{ background:#000; -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
	text-align:center; 
}
.startheme_header h1{
 	color:#fff;
 }
.startheme_header p{
	font-size:2em;
	color:#919191;
	position:relative;
}
.startheme_header p:before,.startheme_header p:after{
	content: '';
    background: #502424;
    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: #f2c731;
    font-size:1.2em; padding:7px 0;
 }
.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: #fff; font-weight:600;
    font-size:14px;
}
.wthree_service_text h4 { text-transform:none;
    color: #000; font-weight:600;
    font-size:12px; padding:5px 0; margin:0;
}
.wthree_service_text { text-align:center;
    background: #00a8e6;
    padding:5px 0;
}
.star_services_grids p{ color:#919191; }
.star_services_grids p a{ color:#fff; }
.star_services_grids p a:hover{ color:#00a8e6; }

.starl_right_grid{
	margin:0em 0 0; padding:10px; margin:0px 0px 15px 0; background:#000;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;}
.starl_right_grid .head{ width:100%; padding:10px; background:#00a8e6;
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-weight:600; font-size:16px; padding:0px !important;}
.starl_right_grid .box{ width:100%; padding:10px; 
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:100%;font-size:.75em; font-weight:bold;font-size:13px;padding:.425em 0;color:#fff;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, #919191 0%, #4c4c4c 51%, #919191 100%);}
.btn-gallery:hover{text-decoration:none; color:#000;background-image: linear-gradient(to right, #00a1dd 0%, #7adafd 51%, #00a1dd 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}

.hotel-gallery{width:100%;  display:inline-block; cursor:pointer;  -webkit-border-radius:5px;
-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;
 margin-bottom:1px; border:2px solid #000;}
.hotel-gallery:hover{text-decoration:none; border:2px solid #38c5f4;}

/*-- //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: #ef1928;
    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 
	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: #fff;
	margin: 0 0 0.5em;
}
.footer-top p {
    font-size: 14px;
    color: #7a7a7a;
    margin:0;
    line-height: 28px;
}
p.footer-gd a {
    color: #ef1928;
}
  .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: no-repeat left; }
.footer-top .boxer ul li a {color: #7a7a7a;}
.footer-top .boxer ul li:hover a{color:#00a1dd;}
 
.copy-right-grids {
	padding: 20px 0px;
    background: #2e2e2e ;
}
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: #ef1928;
}
/*-- 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:  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 #ef1928;
    padding: 1em 1em;
    text-align: center;
    text-decoration: none;
    background:#ef1928;
    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 #ef1928;
    color:#ef1928;
}
 

/*-- 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:1.5em 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: #ef1928;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ef1928;
    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: 1.5em 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: 1.5em 0;
}
}

	/* CONTACT FORM styel shteet */
 form label { display: block; margin-bottom: 5px;  font-size: 13px; color:#fff; margin-top:10px; } 
input {  width:95% }
input, textarea { 
	background: none repeat scroll 0 0 #000; 
	border: 1px solid #C9C9C9; 
 	color: #fff; 
	padding:5px; 
	font-size: 14px; 
	border-radius: 2px 2px 2px 2px; 
}
 textarea {  width: 95%;  margin: 0 0 0 2px; }
 
#submit { 
	background:#00a8e6; 
 	color: #fff; 
	cursor: pointer; 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size: 14px;
	font-weight: bold; 
	height: auto; 
	padding: 6px 10px; 
	text-shadow: 0 1px 0 #FFFFFF; 
	width: auto; margin-top:10px;
}
#submit:hover { 
	background:#000; 
 	cursor: pointer; 
}
#signup-form {  width:95%;  	margin: 0 auto; float:left; margin-top:10px;  background: #7a7a7a;  padding:15px;  border:7px solid #000; } 
.clearfix:after {content: ".";  display: block;  height: 0;  clear: both;  visibility: hidden; }
.formheader{  border-bottom: 1px dashed #303030;  width:100%; float:left;  margin: 0 0 2px;  font-size:18px;  line-height: 34px; font-weight:bold; padding-bottom:10px; color:#fff;}
  /* CONTACT FORM styel shteet end */
  
  
  a.button3{
display:inline-block;
padding:0.3em 1.2em;
margin:0 0.3em 0.3em 0;
border-radius:2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
color:#FFFFFF;
background-color:#4eb5f1;
text-align:center;
transition: all 0.2s;
}
a.button3:hover{
background-color:#008000;
}
@media all and (max-width:30em){
a.button3{
display:block;
margin:0.2em auto;
}
}