/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- header --*/
/*-- //header --*/

/* //Sebastian */
/*-- //header --*/
/*--//slider --*/
/*-- banner-top --*/
/*-- //banner-top --*/ 
.banner_agile_para p{
	color: #fff;
    margin: 2em 0 0 7em;
    line-height: 2em;
}
/*--//slider --*/
#about {
   padding:5em 0
}
h3.w3_heade_tittle_agile,h2.w3_heade_tittle_agile  {
    text-align: center;
    font-weight: 700;
    color: #111;
    font-size: 3em;
	    letter-spacing: 1px;

}
h3.w3_heade_tittle_agile.two {
	  color: #fff;
}
p.sub_t_agileits {
    font-size: 1em;
    margin: 0;
    color: #de0f17;
    margin-bottom: 3em;
    font-weight: 400;
    letter-spacing: 10px;
    text-align: center;
}

p.ab {
    text-align: center;
    line-height: 2em;
    width: 98%;
    margin-bottom: 3em;
    color: #333;
    font-size: 1.1em;
    font-weight: 600;
}
h5.w3l-subtitle {
      margin-bottom: 0.7em;
    font-weight: 700;
       color: #207fdc;
    font-size: 1.8em;
    letter-spacing: 1px;
} 
.w3about-text p {
    line-height: 2em;
	    margin-bottom: 1.5em;
}
.tab-image img {
    width: 100%;
}
/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background:#207fdc;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #de0f17;
  -webkit-transform: scale(1);
  transform: scale(1);
  -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-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.read a {
    padding: 0.7em 2em;
    color: #fff;
    letter-spacing: 1px;
}
/*-- //about--*/
/*--/agile_bottom --*/
.agile_team_left h3{
	font-size:2em;
	color:#fff;
	text-align:center;
}
.agile_team_grid{
	padding:0;
}

.w3ls_banner_bottom_grid  {
    overflow: hidden;
    position: relative;
    text-align: center;
	padding:0;
}

.w3ls_banner_bottom_grid .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.w3ls_banner_bottom_grid:hover .overlay {
      background-color: rgba(23, 24, 24, 0.51);
}

.w3ls_banner_bottom_grid  img {
  display: block;
  position: relative;
}

.w3ls_banner_bottom_grid h4 {
	    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.2em;
    padding: 10px 0;
    width: 55%;
    margin: 2px auto 2px;
    background: rgba(22, 22, 23, 0.82);
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.w3ls_banner_bottom_grid:hover h4 {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -moz-transform:translateY(80px);
  -o-transform: translateY(80px);
}

.w3ls_banner_bottom_grid .social_agileinfo{
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    font-weight: normal;
    margin: 0;
    padding:7em 2em 0em;
}

.w3ls_banner_bottom_grid:hover .social_agileinfo{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.social_agileinfo li{
	display:inline-block;
	float: none !important;
}
.social_agileinfo li a{
	width:32px;
	height:32px;
	display:block;
	border:2px solid #fff;
	text-align:center;
	color:#fff;
	border-radius:50%;
}
.social_agileinfo li a i {
    font-size: 0.9em;
     line-height: 2em;
}
.w3_facebook:hover{
	border:1px solid #3b5998;
	background:#3b5998;
}
.w3_twitter:hover{
	border:1px solid #1da1f2;
	background:#1da1f2;
}
.w3_instagram:hover{
	border:1px solid #833ab4;
	background:#833ab4;
}
.w3_google:hover{
	border:1px solid #dd4b39;
	background:#dd4b39;
}

/*--//agile_bottom --*/
.stats_inner {
	background: url(../images/SDH/banner-inner.jpg)no-repeat 0px 0px;
	background-size: cover;
	z-index: 999;
	padding-top: 6em;
}
.stats_inner i{
 color:#fff!important;
}
/*-- /agents --*/
.agents {
    background: url(../images/footer.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 0;
    min-height:650px;
    position: relative;
    text-align: center;
    z-index: 999;
    margin: 0;
    padding-top: 6em;
}
.w3ls_team_grid1{
	position:relative;
}
.w3ls_team_grid1_pos{
	position:absolute;
	right:0%;
	bottom:-5%;
	background: none;
}
.w3ls_team_grid1_pos ul li:nth-child(2),.w3ls_team_grid1_pos ul li:nth-child(3){
	opacity:0;
}
.w3ls_team_grid:hover .w3ls_team_grid1_pos ul li:nth-child(2),.w3ls_team_grid:hover  .w3ls_team_grid1_pos ul li:nth-child(3){
	opacity:1;
}
.w3ls_team_grid{
	text-align: center;
    position: relative;
    overflow: hidden;
}
.w3ls_team_grid h4{
	    margin: 2em 0 0.3em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
}
.w3ls_team_grid p {
    color: #aecaf5;
    font-size: 0.9em;
}
/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(33, 33, 33, 0.13);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before,.w3ls_team_grid:hover .hover15 figure::before,.banner-bottom-icons:hover .hover15 figure::before,.w3_featured_services_grid:hover .hover15 figure::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/*-- social-icons --*/
ul.social-icons li {
    display: inline-block;
}
ul.social-icons  .icon {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin: 0;
	width: 30px;
	height: 30px;
	font-family: FontAwesome;
	font-size:1em;
	color:#fff;
	text-align:center;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
}
ul.social-icons  .icon-border {
	position: relative;
}

ul.social-icons  .icon-border::before,
ul.social-icons  .icon-border::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	line-height: 2.2em;
}

ul.social-icons  .icon-border::before {
	z-index: 1;
	-webkit-transition: box-shadow 0.3s;
          transition: box-shadow 0.3s;
}

ul.social-icons .icon-border::after {
	z-index: 2;
}

/* facebook */
.icon-border.facebook::before {
	box-shadow:inset 0 0 0 48px #fdbd10;
}

.icon-border.facebook:hover::before {
	box-shadow:inset 0 0 0 2px #3b5998;
}

.icon-border.facebook::after {
	content:"\f09a";
}
.icon-border.facebook:hover::after {
	color:#3b5998;
}

/* twitter */
.icon-border.twitter::before {
	box-shadow:inset 0 0 0 48px #fdbd10;
}

.icon-border.twitter:hover::before {
	box-shadow:inset 0 0 0 2px #1da1f2;
}

.icon-border.twitter::after {
	content:"\f099";
}
.icon-border.twitter:hover::after {
	color:#1da1f2;
}

/* instagram */
.icon-border.instagram::before {
	box-shadow: inset 0 0 0 48px #fdbd10;
}

.icon-border.instagram:hover::before {
	box-shadow: inset 0 0 0 2px #833ab4;
}

.icon-border.instagram::after {
	content: "\f16d";
}
.icon-border.instagram:hover::after {
	color:#833ab4;
}

/* pinterest */
.icon-border.pinterest::before {
	box-shadow: inset 0 0 0 48px #fdbd10;
}

.icon-border.pinterest:hover::before {
	box-shadow: inset 0 0 0 2px #bd081c;
}

.icon-border.pinterest::after {
	content: "\f231";
}
.icon-border.pinterest:hover::after {
	color:#bd081c;
}
/*-- //social-icons --*/
/*-- //agents --*/
/*-- services-bottom --*/
.wthree_services_bottom_left,.wthree_services_bottom_right,.w3_agileits_services_bottom_l_grid{
	padding:0;
}
.w3_agileits_services_bottom_r_grid {
    padding: 4em 4em 0;
    background: #207fdc;
    min-height: 376px;
}
.w3_agileits_services_bottom_r_grid h4 {
    letter-spacing: 1px;
    font-size: 1.6em;
    color: rgb(255, 255, 255);
    position: relative;
    font-weight: 700;
}
.w3_agileits_services_bottom_r_grid p{
	color: #bbdbfb;
    line-height: 2em;
    margin: 1em 0 2em;
}
.agile_services_bottom_l_grid1{
	position:relative;
}
.w3_service_bottom_grid_pos{
    background:rgba(0, 0, 0, 0.76);
    bottom: 75px;
    left: 75px;
    opacity: 0;
    padding: 3em;
    position: absolute;
    right: 75px;
    top: 75px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 9;
}
.w3_service_bottom_grid_pos h3 {
       font-size: 1.5em;
    letter-spacing: 1px;
    color: #fff;
    line-height: 3em;
    font-weight: 600;
    text-align: center;
}
.w3_agileits_services_bottom_l_grid:hover .w3_service_bottom_grid_pos {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
.w3_agile_services_bottom_right_grid {
	background: url(../images/SDH/slid1.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}
.w3_agile_services_bottom_right_grid1 {
	background: url(../images/SDH/slid2.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}
.w3_agile_services_bottom_right_grid2 {
	background: url(../images/SDH/slid3.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}
.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
    min-height: 752px;
    padding: 5em;
}

.w3layouts_head_slide {
    font-size: 2.2em;
    text-align: right;
    font-weight: 600;
    text-align: center;
    padding-top: 8em;
    color: #fff;
}
.w3layouts_head_slide span{
	color:#de0f17;
}
/*-- //services-bottom --*/
/*-- stats --*/
#stats {
    padding: 2em 0;
}
.w3layouts_stats_left{
    padding: 3em 0 3em 0;
	text-align:center;
}
.w3layouts_stats_left p{
    font-size: 2em;
    font-weight:900;
    letter-spacing: 2px;
    color: #207fdc;
    margin: 0.5em 0;
}
.w3layouts_stats_left h3 {
    font-size: 1em;
    color: #de0f17;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 600;
}
.w3layouts_stats_left i {
    font-size: 3em;
    color: #181819;
}
.w3l_stats_bottom_grid_left img{
	margin:0 auto;
}
/*-- //stats --*/
/*-- bootstrap-pop-up --*/
.modal-header {
    font-size: 2em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #3be8b0;
}
.close {
    opacity: 1;
}
.modal-body p {
    color: #999;
    text-align: left;
	padding:2em 2em 1em;
	margin: 0 !important;
	line-height:2em;
}
.modal-body p i {
    display: block;
    margin: 1em 0;
    color: #de0f17;
}
.modal-body {
    padding:0;
}
.modal-content {
    border-radius: 0;
}
button.close {
    font-size: 1.5em;
    color:#212121;
	outline: none;
}
/*-- //bootstrap-pop-up --*/
/*-- services section --*/
.service-w3l {
    padding: 5em 0;
    background: #003666;
}
.service-w3l h3.text-center {
	font-size:40px;
	font-weight:bold;
	color:#fff;
	padding-bottom:50px;
	position:relative;
}
.service-w3l h3.text-center:before {
	content:'';
	position:absolute;
	background-color:#fff;
	width:300px;
	height:2px;
	left:20%;
	bottom:2%;
} 
.service-w3l h3.text-center:after {
	content:'';
	position:absolute;
	background-color:#fff;
	width:300px;
	height:2px;
	right:20%;
	bottom:2%;
}
.service-w3l span.fa.fa-star-o {
    font-size: 25px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
.service-w3l h4.text-center {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    padding: 20px 0;
    letter-spacing: 1px;
}
.service-w3l p.text-center {
    font-size: 14px;
    line-height: 30px;
    color: #8eadca;
}
.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 {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin:0px;
}
.col-lg-4.col-md-4.col-sm-6.serv-agileinfo2 {
    padding-top: 190px;
}
.col-lg-12.col-md-12.col-sm-6.serv-wthree1,.col-lg-12.col-md-12.col-sm-6.serv-wthree4,.col-lg-12.col-md-12.col-sm-6.serv-wthree6 {
    padding-bottom: 40px;
}
/*-- /services section --*/
/*-- Portfolio --*/
.portfolio {
	    padding: 5em 0;
}
/*-- Tabs --*/
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
.tabs nav {
    text-align: center;
    margin-bottom: 50px;
}

.tabs nav ul {
		position: relative;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		margin: 0 auto;
		padding: 0;
		max-width: 100%;
		list-style: none;
		-ms-box-orient: horizontal;
		-ms-box-pack: center;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
}
.tabs nav ul li {
		position: relative;
		z-index: 1;
		display: block;
		margin: 0;
		text-align: center;
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
}
.tabs nav a {
		position: relative;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 2.5;
}
.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #74777b;
}
li.tab-current a.icon.icon-box {
    border-radius: 0;
}
.tabs nav a:focus {
		outline: none;
}
.content-wrap {
  position: relative;
}
.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content-wrap section.content-current {
   display: block;
}
.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: rgba(40,44,42,0.05);
	font-weight: 900;
	font-size: 4em;
	line-height: 1;
}
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.no-flexbox nav ul {
	display: block;
}
.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}
.tabs-style-bar nav ul {
	border: 4px solid transparent;
}
.tabs-style-bar nav ul li a {
	margin: 0 2px;
	background-color: #F5F5F5;
	color: #333;
	transition: background-color 0.2s, color 0.2s;
	padding: 7px 0;
}
.tabs-style-bar nav ul li a:hover, .tabs-style-bar nav ul li a:focus {
	color: #de0f17;
}
.tabs-style-bar nav ul li a span {
	letter-spacing: 1px;
	font-size: 15px;
}
	.tabs-style-bar nav ul li.tab-current a {
		background: #3368c6;
		color: #fff;
	}
/*-- //Tabs-Styling --*/
/*--menu--*/

/*-- Tab-Images --*/
.gallery-top {
	padding: 8px;
}
.gallery-grids figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.gallery-grids figure.effect-bubba:hover {
    background-color: #000;
}
.gallery-grids figure img {
	position: relative;
	display: block;
	width: 100%;
}
.gallery-bottom {
   margin: 2.5em 0;
}
.gallery-grids figure figcaption {
	padding: 2em;
	color: #fff;
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery-grids figure figcaption::before, .gallery-grids figure figcaption::after {
   pointer-events: none;
}
.gallery-grids figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-apollo {
	background: #000;
}
figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
   opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
figure.effect-apollo:hover figcaption::before {
   -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
   transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
/*-- //Tabs --*/
/*-- //Portfolio --*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- contact --*/
/*-- //contact --*/
.banner1 {
	background: url(../images/SDH/banner.jpg) no-repeat 0px -99px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height: 300px;
	z-index: 999;
}
.services-breadcrumb {
    padding: 1em 0;
    background: #f5f5f5;
    text-align: center;
}
.services-breadcrumb ul li a {
       color: #207fe2;
    text-decoration: none;
}
.services-breadcrumb ul li {
    display: inline-block;
      color: #222;
}
.services-breadcrumb ul li i {
    padding: 0 1.5em;
}

/*-- icons --*/

/*-- //icons --*/
/*--Typography--*/
.grid_3.grid_4.w3layouts {
    margin: 0;
}
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #207fdc;
    letter-spacing: 1px;
    font-weight: 800;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:991px){
	.grid_3.grid_5.wthree,.grid_3.grid_5.w3l {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.grid_3.grid_5.agileits {
		padding: 0;
	}
}
@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: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
	.grid_3.grid_5.w3l {
		padding: 1.5em 0;
	}
}
@media (max-width:480px){
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		font-size: 1.2em;
	}
	.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;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	}
	.grid_3.grid_5.agileinfo {
		padding: 1.5em 0;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*-- //typography --*/
/*--appointment--*/
.book-appointment h4 {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 1.5em;
    font-weight: 600;
    letter-spacing: 4px;
}
.book-appointment {
    background: rgb(17, 17, 17);
    padding: 50px 30px;
}
.book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"],.book-appointment textarea {
      width: 100%;
    color: #fff;
    outline: none;
    font-size: 0.9em;
    line-height: 25px;
       padding: 10px 14px;
    border: none;
    -webkit-appearance: none;
    margin: .3em 0em 1em;
    background: rgb(62, 61, 61);
}
.book-appointment textarea {
	    resize: none;
    height: 45px;
}
.book-appointment select.option{
    width: 100%;
    color: #fff;
    outline: none;
    font-size: 0.9em;
    line-height: 25px;
    padding: 12px 14px;
    border: none;
    margin: .3em 0em 1em;
    background: rgb(62, 61, 61);
	border-radius:0px!important;
}
.book-appointment select.option {
       background: rgb(62, 61, 61);
}
.book-appointment input[type=submit] {
    display: block;
    color: #fff;
    margin: 0 auto;
    margin-top: 2em;
    padding:14px 30px;
    font-size: 1.04em;
    cursor: pointer;
    border: 2px solid #de0f17;
    outline: none;
    background: #de0f17;
    font-weight: 600;
    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;
    letter-spacing: 1px;
}
.book-appointment input[type=submit]:hover {
      background: #207fdc;
    border-color: #207fdc;
    color: #fefefe;
    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;
}
.arrows-reserve{
	    position:relative;
		color:#EFA52C;
		font-size:2em;
}
.arrows-reserve:before{
    content: '';
    position: absolute;
    bottom: 43%;
    left: 35.5%;
    background: #fff;
    width: 11%;
    height: 3px;
}
.arrows-reserve:after{
     content: '';
    position: absolute;
  bottom: 43%;
    right: 35.5%;
    background: #fff;
        width: 11%;
    height: 3px;
}
.left-agileits-w3layouts {
    width: 49%;
    float: left;
}
.right-agileinfo {
    width: 49%;
    float: left;
}
.book-appointment p {
    color: #1da1f2;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.same {
    padding: 0px 4px;
}
.gaps {
    padding-left: 3em;
}
p.wickedpicker__title {
    background: #0b6fb2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.wickedpicker__close {
    color: #fefefe;
}
@media(max-width:1366px){
	.gaps {
		padding-left: 2em;
	}
	.same {
		padding: 0px 2px;
	}
	.book-appointment p {
		font-size: 16px;
	}
	.book-appointment h4 {
		font-size: 22px;
	}
	.book-appointment input[type=submit] {
		margin-top: 1.5em;
		font-size: 1.02em;
	}

}
@media(max-width:1280px){
	.bg-agile {
		width: 69%;
	}
}
@media(max-width:1080px){
	.bg-agile {
		width: 77%;
	}
	.gaps {
		padding-left: 1.5em;
	}
}
@media(max-width:1024px){
	.book-appointment {
		padding: 40px 30px;
	}
	.book-appointment h4 {
		font-size: 21px;
		margin-bottom: 1.3em;
	}
	.book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"],.book-appointment textarea {
		margin: .3em 0em .7em;
	}
	.book-appointment select.form-control {
		margin: 5px 0px 9.5px;
	}
}
@media(max-width:991px){
	.book-appointment input[type=submit] {
		font-size: 1.01em;
		padding: 7px 20px;
	}
	.book-appointment select.form-control {
		width: 96.5%;
	}
}
@media(max-width:900px){
	.book-appointment h2 {
		font-size: 18px;
		letter-spacing: 3px;
	}
	.book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"],.book-appointment textarea {
		line-height: 21px;
	}
	.book-appointment p {
		font-size: 14px;
	}
	.book-appointment {
		padding: 32px 30px;
	}
}
@media(max-width:800px){
	.bg-agile {
		width: 85%;
	}
	.same {
		padding: 0px 0px;
	}
}
@media(max-width:667px){
	.gaps {
		padding-left: 1em;
	}
	.book-appointment p {
		font-size: 13px;
	}
	.book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"],.book-appointment textarea {
		margin: .3em 0em .8em;
	}
	.book-appointment select.form-control {
		margin: 5.2px 0px 11px;
	}
}
@media(max-width:640px){
	.book-appointment h4{
		font-size: 16px;
	}
	.book-appointment input[type=submit] {
		margin-top: 1em;
	}
}
@media(max-width:600px){
	.bg-agile {
		width: 88%;
	}
}
@media(max-width:480px){
	.left-agileits-w3layouts {
		width: 100%;
		float: none;
	}
	.right-agileinfo {
		width: 100%;
		float: none;
	}
	.gaps {
		padding-left: 0;
	}
	.book-appointment {
		padding: 35px 40px;
	}
	.bg-agile {
		width: 83%;
	}
	.book-appointment h4{
		font-size: 15px;
		margin-bottom: 1em;
	}
}
@media(max-width:414px){
	.book-appointment h4{
		font-size: 14px;
		margin-bottom: 1.5em;
		letter-spacing: 2.5px;
	}
}
@media(max-width:384px){
	.book-appointment {
		padding: 35px 32px;
	}
	.book-appointment select.form-control {
		width: 100%;
	}
	.wickedpicker {
		width: 241px;
	}
}
@media(max-width:375px){
	.bg-agile {
		width: 86%;
	}
}
@media(max-width:320px){
	.bg-agile {
		width: 91%;
	}
	.book-appointment h4{
		letter-spacing: 2px;
	}
	.book-appointment {
		padding: 35px 25px;
	}
}
/*--//appointment--*/
/*-- to-top --*/


/*-- //to-top --*/
/*-- contact --*/

/*--/contact --*/
.contact-form-aits input[type="text"],.contact-form-aits input[type="email"],.contact-form-aits textarea {
    width: 49.2%;
    float: left;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: none;
    color: #000;
    border: 1px solid #777;
    font-weight: 600;
    outline: none;
    letter-spacing: 1px;
}

input.margin-right {
	margin-right: 18px;
}

.contact-form-aits textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 30px;
	    resize: none;
}

.send-button button.btn {
    font-weight: 600;
    color: #EEE;
    padding: 16px 30px;
    border: none;
    outline: none;
    background: #de0f17;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 1em;
}
.send-button button.btn:hover {
	color: #FFF;
	    background: #207fdc;
}

.send-button button.btn .glyphicon {
	margin-left: 10px;
}

.contact-form-aits ::-webkit-input-placeholder {
	color: #555;
}

.contact-form-aits ::-moz-placeholder {
	color: #555;
}

.contact-form-aits ::-moz-placeholder {
	color: #555;
}

.contact-form-aits ::-ms-input-placeholder {
	color: #555;
}

.send-button.agileits.w3layouts {
	text-align: center;
}

li.fallow {
    font-size: 1.2em;
    margin-right: 9px;
	color:#333;
    font-weight: 600;
}
ul.agileits_social_list.two {
    margin: 3em auto 0;
    text-align: center;
}
ul.agileits_social_list.two li {
    margin-right: 6px;
}

@media(max-width:1080px){
	.contact-grid {
		padding: 1em 1em;
		background: #207fdc;
		float: left;
		width: 32%;
		margin-right: 1%;
	}
}
@media(max-width:1024px){
.contact-form-aits input[type="text"], .contact-form-aits input[type="email"], .contact-form-aits textarea {
    width: 48.95%;
    float: left;
	}
}
@media(max-width:991px){
	.contact-form-aits input[type="text"], .contact-form-aits input[type="email"], .contact-form-aits textarea {
		width: 100%;
		float: none;
	}
}
/*--//contact --*/
/*--/responsive-stats-here--*/
@media(max-width:1680px){
	.w3_agileits_services_bottom_r_grid {
		min-height: 328px;
	}
	.w3_agile_services_bottom_right_grid,.w3_agile_services_bottom_right_grid1,.w3_agile_services_bottom_right_grid2{
		min-height: 656px;
		padding:5em;
	}
}
@media(max-width:1600px){
	.w3_agileits_services_bottom_r_grid{
		  padding: 4em 4em 0;
		min-height: 313px;
	}
	.w3_agile_services_bottom_right_grid,.w3_agile_services_bottom_right_grid1,.w3_agile_services_bottom_right_grid2{
		min-height: 626px;
		padding:5em;
	}
}
@media(max-width:1440px){
	#menu,.service-w3l,.portfolio,.contact-main-agile-info,.footer,#about {
		padding:4em 0px;
	}
	.w3layouts-banner-top,.w3layouts-banner-top1,.w3layouts-banner-top2,.w3layouts-banner-top3{
		min-height:660px;
	}
	h3.w3_heade_tittle_agile,h2.w3_heade_tittle_agile  {
		font-size: 2.5em;
	}
	.w3_agileits_services_bottom_r_grid {
		padding: 4em 4em 0;
		min-height: 285px;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 570px;
		padding: 5em;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1.2em;
		line-height: 2.5em;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1.2em;
		line-height: 2.3em;
	}
	.agileits-banner-info {
		padding: 14em 0 0em;
	}
	.agileits-banner-info h3 {
		font-size: 5.5em;
		margin: 0.1em 0 0.2em 0;
	}
	.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;
		min-height: 346px;
	}
	/*.navbar-brand {
		float: left;
		height: 67px;
		font-size: 0.8em;
		line-height: 15px;
		padding: 10px 10px!important;
	}*/
}
@media(max-width:1366px){
	.w3layouts-banner-top,.w3layouts-banner-top1,.w3layouts-banner-top2,.w3layouts-banner-top3{
		min-height:650px;
	}
	.w3l_chill {
		position: absolute;
		top: -105px;
		right: -35px;
	}
	.w3_agileits_services_bottom_r_grid p {
		line-height: 2em;
		margin: 1em 0 1em;
	}
	.w3_agileits_services_bottom_r_grid {
		padding: 4em 3em 0;
		min-height: 270px;
	}
	.agileits-banner-info {
		padding:13em 0 0em;
	}
	.agileits-banner-info h3 {
		font-size: 5em;
		margin: 0.1em 0 0.2em 0;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 540px;
		padding: 2.5em;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1.2em;
		line-height: 1.3em;
	}
}
@media(max-width:1280px){
	.w3layouts-banner-top,.w3layouts-banner-top1,.w3layouts-banner-top2,.w3layouts-banner-top3{
		min-height:600px;
	}

	.w3_agileits_services_bottom_r_grid {
		padding: 3em 2em 0;
		min-height: 253px;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1em;
		line-height: 1em;
	}
	.w3_service_bottom_grid_pos {
       padding: 2.7em;
	}
	p.sub_t_agileits {
		font-size: 0.9em;
		margin: 0;
		margin-bottom: 2em;
		letter-spacing: 8px;
	}
	.agileits-banner-info {
		padding: 11em 0 0em;
	}
	.banner1 {
		min-height: 315px;
	}
	.w3ls_banner_bottom_grid .social_agileinfo {
		padding: 6em 2em 0em;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 506px;
		padding: 2.5em;
	}
}
@media(max-width:1080px){
	.service-w3l h4.text-center {
		font-size: 21px;
		padding:20px 0 10px 0;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1em;
		line-height: 1em;
	}
	.w3_agileits_services_bottom_r_grid {
		padding: 2em 1em 0;
		min-height: 214px;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 429px;
		padding: 3em;
	}
	.con-w3l-info p {
      font-size: 0.8em;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2, .w3layouts-banner-top3 {
		min-height: 530px;
	}
	.agileits-banner-info h3 {
		font-size: 4em;
		margin: 0.1em 0 0.2em 0;
	}
	.m_nav_item {
		display: inline-block;
		margin: 0 0.5em;
	}
	.agileits-banner-info {
		padding: 8em 0 0em;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1em;
		padding: 10px 0;
		width: 55%;
		margin: -26px auto 2px;
	}
	#menu, .service-w3l, .portfolio, .contact-main-agile-info, .footer, #about {
		padding: 3em 0px;
	}
	#stats {
		padding: 1em 0;
	}
	.w3_agileits_services_bottom_r_grid h4 {
		font-size: 1.3em;
	}
	.w3_service_bottom_grid_pos {
		padding: 1.6em;
	}
	h3.w3_heade_tittle_agile,h2.w3_heade_tittle_agile  {
		font-size: 2.3em;
	}
	h5.w3l-subtitle {
		margin-bottom: 0.7em;
		font-size: 1.6em;
	}
	.contact-form-aits input[type="text"], .contact-form-aits input[type="email"], .contact-form-aits textarea {
      width: 48.95%;
	}
	.w3layouts_head_slide {
    font-size: 1.5em;
	}
}
@media(max-width:1050px){
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 416px;
		padding: 3em;
	}
	.w3_agileits_services_bottom_r_grid p {
		line-height: 1.9em;
		margin: 0.5em 0 0em;
	}
	.w3_agileits_services_bottom_r_grid {
		padding: 2em 1em 0;
		min-height: 208px;
	}
	.w3_service_bottom_grid_pos {
		bottom: 35px;
		left: 35px;
		opacity: 0;
		right: 35px;
		top: 35px;
	    padding: 3.5em 2.7em;
	}
	.agileits-banner-info p {
		font-size: 0.9em;
		line-height: 2.2em;
		width: 51%;
		text-align: left;
	}

	.agileits-banner-info h3 {
		font-size:3.5em;
		margin: 0.1em 0 0.2em 0;
	}
	.header-bottom {
		padding: 0.5em 2em;
	}
	.agileits-banner-info {
		padding: 9em 0 0em;
	}
	.w3about-text p {
		line-height: 2em;
		margin-bottom: 1em;
	}
	.banner1 {
		min-height: 261px;
	}
	.contact-form-aits textarea {
		width: 100%;
		height: 150px;
	}
	.map_agile iframe {
		height: 319px;
		width: 100%;
		border: none;
	}
}
@media(max-width:1024px){
	.w3_agileits_services_bottom_r_grid {
		padding: 1em 1em 0;
		min-height: 199px;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2, .w3layouts-banner-top3 {
		min-height:500px;
	}
	.w3l_chill {
		position: absolute;
		top: -105px;
		right: 21px;
	}
	.w3_agileits_services_bottom_r_grid h4 {
		font-size: 1.1em;
		padding-bottom: 1em;
	}
	.w3_agile_services_bottom_right_grid, .w3_agile_services_bottom_right_grid1, .w3_agile_services_bottom_right_grid2 {
		min-height: 398px;
		padding: 3em;
	}

}
@media(max-width:991px){

   .serv-agileinfo3 {
		float: left;
		width: 100%;
	}
	.serv-agileinfo2 {
        padding-top:0;
		width: 100%;
		float: left;
		margin: 0 auto;
		text-align: center;
	}
	.w3_agileits_services_bottom_l_grid {
		width: 50%;
		float: left;
	}
	.w3_agileits_services_bottom_r_grid {
		padding: 1em 1em 0;
		min-height: 199px;
		float: right;
		width:48%;
	}
	.w3_agileits_services_bottom_r_grid {
		padding: 4em 3em 0;
	    min-height: 335px;
		float: right;
		width: 50%;
	}
	.w3_agileits_services_bottom_r_grid p {
		line-height: 1.9em;
		margin: 1.5em 0 0em;
	}
	.w3_service_bottom_grid_pos {
		bottom: 35px;
		left: 35px;
		opacity: 0;
		right: 35px;
		top: 35px;
		padding: 7.5em 2.7em;
		text-align: center;
	}
	.serv-wthree4 {
        width: 50%;
		margin: 0 auto;
		float: none;
	}
	.serv-agileinfo2 {
		padding-top:10px!important;
	}
	.navbar-nav > li > a {
		font-size: 14px;
		padding: 17px 13px 0;
	}
	.more a {
	  padding: 10px 20px;
	}
	.w3layouts_stats_left {
		padding: 5em 0 4em 0;
		text-align: center;
		width: 50%;
		float: left;
	}
	.contact-grid {
		padding: 2em 2em;
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	p.ab {
		text-align: center;
		line-height: 2em;
		margin-bottom:2em;
		font-size: 1em;
		font-weight:600;
	}
	.map-grids {
       padding: 2em 2em;
	}
	.contact-top-agileits {
		margin-bottom: 2em;
	}
	.w3_agile_copy_right {
		text-align: center;
		margin-top: 13px;
	}
	.agileits_w3layouts_copy_right {
		padding: 0;
		text-align: center;
	}
	.w3agile_footer_grid {
		padding: 0;
	}
	.w3agile_footer_grid:nth-child(2) {
		margin: 1.5em 0;
	}
	.wthree_team_grid1_pos h4 {
		font-size: 0.9em;
		padding: .8em;
	}
	.logo p {
		letter-spacing: 3px;
		font-size: 10px;
	}
	.w3agile_footer_grid h3 {
		font-size: 1.3em;
		margin: 0 0 1em;
	}
	.gallery-top {
		padding: 0;
		float: left;
		width: 50%;
	}
	.agileits-banner-info {
		padding: 11em 0 0 0em;
	}
	.agileits-banner-info p {
		font-size: 0.9em;
		line-height: 2.2em;
		width: 65%;
		text-align: left;
	}
	.w3about-img {
		width: 100%;
		padding: 0;
	}
	.w3about-text {
		margin-top: 2em;
	}
	.w3ls_banner_bottom_grid {
		overflow: hidden;
		position: relative;
		text-align: center;
		padding: 0;
		float: left;
		width: 50%;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1em;
		padding: 10px 0;
		width: 50%;
		margin: 40px auto 2px;
	}
	.contact-form-aits input[type="text"], .contact-form-aits input[type="email"], .contact-form-aits textarea {
		width: 100%;
	}
	.m_nav_item a {
		font-size: 0.7em;
	}
	.w3-agile-blog-right {
		margin-top: 40px;
		width: 75%;
	}
}
@media(max-width:800px){
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2, .w3layouts-banner-top3 {
		min-height:450px;
	}
	.w3_agileits_services_bottom_r_grid {
		padding: 4em 3em 0;
		min-height: 271px;
		float: right;
		width: 50%;
	}
	.w3_service_bottom_grid_pos {
		bottom: 35px;
		left: 35px;
		opacity: 0;
		right: 35px;
		top: 35px;
		padding: 5.5em 2.7em;
		text-align: center;
	}
	h3.w3_heade_tittle_agile,h2.w3_heade_tittle_agile  {
		font-size: 2.4em;
	}
	p.sub_t_agileits {
		font-size: 0.9em;
		margin: 0;
		margin-bottom: 2em;
		font-weight: 400;
		letter-spacing: 7px;
	}
	.w3l_chill img {
		width: 58%;
	}
	.book-form.agileits-login {
		display:block!important;
	}
	.tabs nav {
		text-align: center;
		margin-bottom: 30px;
	}
	.agileits-banner-info {
		padding: 11em 0 0 2em;
	}
	.menu__link {
		display: block;
		padding: 0.5em 0em;
	}
	.m_nav_item a {
		font-size: 0.75em;
	}
	/*.navbar-brand {
		float: left;
		height: 67px;
		font-size: 0.7em;
		line-height: 15px;
		padding: 13px 10px!important;
	}*/
	.agileits-banner-info {
		padding: 7em 0 0 2em;
	}
	.agileits-banner-info span {
		padding: 0.5em 2em;
		color: #fff;
		font-size: 1em;
		padding: 5px 1.8em;
		letter-spacing:1px;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1em;
		padding: 10px 0;
		width: 50%;
		margin: 29px auto 2px;
	}
	.banner1 {
		min-height: 213px;
	}
	.agileits-banner-info h3 {
		font-size: 3em;
		margin: 0.1em 0 0.2em 0;
	}
	.w3layouts_stats_left {
		padding: 2em 0 2em 0;
		text-align: center;
		width: 50%;
		float: left;
	}
	.tab-info {
		padding: 0;
		margin:1em 0;
		 float: none;
		 width:100%;
	}
	.tab-image {
		padding: 0;
		 float: none;
		  width:100%;
	}
}


/*-- New SDH Top header --*/

.nhmpad {
	padding-left: 5%;
}

.sdhtextpannel {
	margin-top: 5px;
	text-align: center;
}

.sdhtextodia {
	font-size: 50px;
	color: #fff;
}

.sdhtexteng {
	font-size: 20px;
	color: #fff;
}


/*--//New SDH Top header responsive-stats-here--*/

@media (min-width: 320px) and (max-width:480px) {
	.header_agileinfo {
		height: auto;
	}

	.nhmlogo {
		width: 36%;
		margin-left: 26%;
	}

	.sdhtextodia {
		font-size: 17px;
	}

	.sdhtexteng {
		font-size: 11px;
	}

	.odishasasanlogo {
		width: 50%;
		margin-left: 17%;
	}
}

@media (min-width: 480px) and (max-width:768px) {
	.header_agileinfo {
		height: auto;
	}

	.nhmlogo {
		margin-bottom: -4%;
	}

	.sdhtextpannel {
		margin-left: 25%;
		margin-top: -8%;
	}

	.sdhtextodia {
		font-size: 27px;
	}

	.sdhtexteng {
		font-size: 15px;
	}

	.odishasasanlogo {
		margin-left: 29%;
		margin-top: -46%;
	}

	/*.navbar-brand {
		font-size: 10px;
	}*/

	.logo p {
		letter-spacing: 1px;
		font-size: 7px;
	}
}

@media (min-width: 769px) and (max-width:1024px) {
	.header_agileinfo {
		height: auto;
	}

	.sdhtextpannel {
		margin-top: 16px;
	}

	.sdhtextodia {
		font-size: 40px;
	}

	.odishasasanlogo {
		margin-left: -37%;
	}

	.logo p {
		line-height: 30px;
		letter-spacing: 3px;
	}

	/*.navbar-brand {
		font-size: 18px;
	}*/

}
