﻿

 



/*-- Team --*/
.team {
    padding: 5em 0;
    background: url(../images/team.png) repeat 0px 0px;
    border: 1px solid #ddd;
}
.w3l-info1 img {
    border-radius: 50%;
}
.w3l-info1 h4 {
    font-size: 22px;
    color: #383838;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.w3l-info1 h5 {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
	margin: 10px 0;
    color: #555;
}
.w3l-info1 p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #777;
    line-height: 24px;
	margin: 15px 0;
}

.team .w3ls-social-icons i:hover {
    background: transparent;
    color: #333;
    border: 1px solid #333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
h3.heading {
    text-align: center;
    font-size: 45px;
	margin-bottom: 50px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #585858;
    font-family: 'Source Sans Pro', sans-serif;
}

/*-- //Team --*/

 

 



/*-- welcome --*/
.welcome{
	padding:5em 0;
}
.grid_info h3 {
    font-size: 23px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.grid_info p {
    font-size: 15px;
    color: #585858;
    letter-spacing: 1px;
	line-height: 24px;
}
.inner_grid1 {
    margin-bottom: 2.5em;
}
.inner_grid1:nth-child(3) {
    margin-bottom: 0;
}
.inner_grid1:nth-child(1) {
    margin-top: 20px;
}
.icon {
    text-align: center;
}
.icon span.fa {
    font-size: 40px;
    text-align: center;
	color:#999;
}
.color1 span.fa {
	color:#0099e5;
}
.color2 span.fa {
	color:#ff4c4c;
}
.color3 span.fa {
	color:#34bf49;
}

.welcome_left {
    background: url(../images/banner4.jpg) no-repeat 0px 0px;
    background-size: cover;
	min-height: 450px;
    padding: 0;
}
.welcome_left h3 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.welcome_left p {
    font-size: 15px;
    color: #eee;
    text-transform: capitalize;
    letter-spacing: 1px;
	line-height: 24px;
}
.read a {
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.read a:hover {
    background: #18ba60;
    border: 1px solid #18ba60;
}
.read  {
	margin-top:2em;
}
.welcome_left_info {
    background: rgba(119, 119, 119, 0.3);
    padding: 4em 3em;
    border: 1px solid #888;
}
/*-- //welcome --*/

/*-- footer --*/

.footer_top_agileits {
	background: #fff;
	padding: 4em 2em;
}

.footer_bottom1 a {
	display: inline-block;
}
.footer_w3ls {
    background: #0f0f10;
    text-align: center;
    padding: 1em 0;
}
ul.tag2:last-child {
	margin: 0;
}

.footer_bottom_grid:nth-child(2) {
	float: right;
	text-align: right;
}

.footer_bottom {
	padding: 2em 0;
}

.index-copy-right {
	background: transparent;
}

.footer_bottom h6 {
	color: #ffffff;
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: 700;
}

.footer_bottom1 p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 0em;
}

.footer_bottom1 p a {
	color: #18ba60;
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}

.footer_bottom1 p a:hover {
	color: #fff;
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}

.social ul {
	padding: 0;
	margin: 0;
}

.social ul li {
	display: inline-block;
}

.social ul li a {
	color: #333;
	text-align: center;
}

.social ul li a i.fa.fa-facebook {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: #FFFFFF;
	color: #3b5998;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.social ul li a i.fa.fa-facebook:hover {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: #3b5998;
	color: #FFFFFF;
}

.social ul li a i.fa.fa-twitter {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: #FFFFFF;
	color: #1da1f2;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.social ul li a i.fa.fa-twitter:hover {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: #1da1f2;
	color: #FFFFFF;
}

.social ul li a i.fa.fa-rss {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: #FFFFFF;
	color: #f26522;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.social ul li a i.fa.fa-rss:hover {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: #f26522;
	color: #FFFFFF;
}

.footer_bottom1 label {
	color: #ff4f81;
	display: block;
	font-size: 0.3em;
	letter-spacing: 3px;
}

.footer_bottom1 h2 {
	font-size: 2.2em;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
	color: #fff;
	font-weight: 700;
}

.footer_grid h3, .footer_grid_left h3 {
    font-size: 1.6em;
    color: #18ba60;
    position: relative;
    margin-bottom: 1em;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer_grid_left h3 {
	margin: 0;
}

.footer_grid p {
	color: #444;
	line-height: 2em;
    padding-right: 2em;
    font-size: 14px;
}

.footer_grid_list li,
.address li {
	display: block;
	margin-bottom: 1em;
}

.footer_grid_list li i {
	color: #18ba60;
	padding-right: .5em;
}

.footer_grid_list li a {
	color: #333;
	text-decoration: none;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 0.9em;
}

.footer_grid_list li a:hover {
	color: #999;
}

.footer_grid_list li:last-child,
.address li:last-child {
	margin-bottom: 0;
}

.address li {
	color: #333;
    letter-spacing: 1px;
}

.address li i {
	margin-right: 1em;
    vertical-align: text-top;
	color: #18ba60;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #18ba60;
}

.address li span {
	display: block;
	margin-left: 3em;
	letter-spacing: 1px;
	font-size: 1em;
}

.address li a {
	color: #444;
	text-decoration: none;
}

.address li a:hover {
	color: #999;
	text-decoration: none;
}

.footer_grids {
	margin: 3em 0 0 0;
}

ul.social-icons3.two li a {
	text-align: center;
}
ul.follow {
    margin-top: 1.5em;
}
ul.follow li {
    display: inline-block;
    padding-right: 16px;
}
ul.follow h4 {
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
}
a.facebook {
    color: #333;
    font-size: 16px;
}
.flickr-grid a img {
    width: 100%;
    padding: 0.3em;
    border: 1px solid #888;
}
.flickr-grid {
    float: left;
    width: 24%;
    margin: 0 0.1em .2em;
}
.footer_grid .read a, .service_grid2 .read a{
    color: #333;
    padding: 8px 15px;
    border: 1px solid #333;
    letter-spacing: 1px;
}
.footer_grid .read a:hover,.service_grid2 .read a:hover {
    background: #18ba60;
	color:#fff;
    border: 1px solid #18ba60;
}
/*-- //footer --*/





/*-- services page --*/

.service_grid1 img {
    width: 100%;
    height:286px;
}
.service_grid1 {
    padding: 0;
}
.service_grid2 h3 {
    text-align: center;
    font-size: 26px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 20px;
}
.service_grid2 p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: center;
    color: #888;
}
.service_grid2 {
    text-align: center;
    border: 1px solid #e4e4e4;
    height: 285px;
    background: #fefefe;
}

/*-- services page --*/


@media (max-width:991px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
}
@media (max-width:768px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 25px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.icon-box {
		margin: 0;
	}
}
@media (max-width: 640px){
	.icon-box {
		float: left;
		width: 50%;
	}
}
@media (max-width: 480px){
	.bs-glyphicons li {
		width: 31%;
	}
}
@media (max-width: 414px){
	h3.agileits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}
@media (max-width: 384px){
	.icon-box {
		float: none;
		width: 100%;
	}
}
/*-- //icons --*/


@media (max-width:800px) {
    .grid_3.grid_5.w3ls,
    .grid_3.grid_5.w3l,
    .grid_3.grid_5.agileits,
    .grid_3.grid_5.agileinfo,
    .grid_3.grid_5.wthree {
        margin: 0;
    }
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
    .grid_3.grid_5.w3l {
        margin-top: 1.5em;
    }
}

@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;
    }
    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;
    }
    .list-group {
        margin-bottom: 20px;
    }
}

@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;
    }
}

@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 --*/



/*-- Responsive design --*/

@media (max-width: 1440px) {
	.ser_info h4 {
		width: 228.25px;
	}
	.flex-direction-nav .flex-prev {
		right: 6.2%;
	}
}
@media (max-width: 1366px) {
	.ser_info h4 {
		width: 209.75px;
	}
	.ser_grid1 p {
		font-size: 14px;
	}
}
@media (max-width: 1280px) {
	.ser_grid1 {
		padding: 0 5px;
	}
	.ser_info h4 {
		width: 208.25px;
	}
	.carousel-caption {
		min-height: 600px!important;
		padding: 3em;
		padding-top: 11em;
	}
	.address li span {
		display: initial;
		margin-left: 0em;
	}
	.footer_grid h3, .footer_grid_left h3 {
		font-size: 1.5em;
		margin-bottom: .8em;
	}
	.welcome,.team,.services,.test_consultant,.banner-dott1,.layer,.pricing,.portfolio,.contact,.typography,.w3_wthree_agileits_icons{
		padding: 4em 0em;
	}
}
@media (max-width: 1280px) {
	.carousel-caption h2, .carousel-caption h3 {
		font-size: 1.8em;
		line-height: 43px;
	}
	.carousel-caption h4:after {
		left: 40%;
	}
}
@media (max-width: 1080px) {
	.text-center {
		text-align: center;
		margin: 0 0em;
	}
	.carousel-caption {
		min-height: 560px!important;
		padding: 3em;
		padding-top: 10em;
	}
	.welcome_left_info {
		padding: 3em 2em;
	}
	.welcome_left h3 {
		font-size: 26px;
	}
	.grid_info h3 {
		font-size: 20px;
	}
	.icon span.fa {
		font-size: 30px;
	}
	.inner_grid1 {
		margin-bottom: 1.5em;
	}
	.welcome_left {
		min-height: 443px;
	}
	.ser_info h4 {
		width: 162.5px;
		font-size: 16px;
	}
	h3.heading {
		font-size: 40px;
		margin-bottom: 40px;
	}
	.test_info h4 {
		font-size: 19px;
	}
	.testimonial p {
		font-size: 14px;
	}
	.w3_agile_stats_grid h4 {
		font-size: 1.1em;
	}
	.agile_count_grid_left span, .agile_count_grid_right p {
		font-size: 2.5em;
	}
	.footer_grid h3, .footer_grid_left h3 {
		font-size: 1.4em;
		margin-bottom: .8em;
	}
	.footer_grid p {
		padding-right: 0em;
	}
	.address li {
		font-size: 14px;
	}
	.footer_grid_list li i {
		padding-right: 0em;
	}
	.footer_grid_list li, .address li {
		font-size: 15px;
	}
	.address li span {
		display: initial;
		margin-left: 0em;
	}
	.flickr-grid {
		width: 31%;
	}
	.footer_grid {
		padding: 0 10px;
	}
	.who_grid_left p.listing {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.service_grid2 h3 {
		font-size: 22px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.service_grid2 p {
		font-size: 14px;
		line-height: 21px;
	}
	.service_grid2 {
		height: 235px;
	}
	.service_grid2 .read {
		margin-top: 1em;
	}
	.flex-direction-nav .flex-prev {
		right: 7%;
	}
	.ser_grid1 {
		padding: 0 3px;
	}
	.ser_info h4 {
		width: 162.25px;
	}
	.portfolio figcaption h3 {
		font-size: 30px;
		margin-top: 55px;
	}
	.map iframe {
		height: 370px;
	}
	.contact-form h4.heading {
		font-size: 30px;
	}
}
@media (max-width: 1024px) {
	.carousel-caption h2, .carousel-caption h3 {
		font-size: 1.6em;
		line-height: 37px;
	}
	.carousel-caption {
		min-height: 520px!important;
	}
	.carousel-caption p {
		letter-spacing: 2px;
	}
	.ser_grid1 {
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	.services_grids {
		width: 75%;
		margin: 0 auto;
	}
	.ser_info h4 {
		width: 246.38px;
		font-size: 16px;
	}
	.ser_grid1:nth-child(1),.ser_grid1:nth-child(2) {
		margin-bottom: 3em;
	}
	.map iframe {
		height: 380px;
	}
	.newsletter_w3layouts_agile {
		padding: 3em 6em;
	}
	.footer_top_agileits {
		padding: 3em 2em;
	}
	.icon-box i {
		margin-right: 5px !important;
		font-size: 15px !important;
	}
	.icon-box {
		padding: 8px 10px;
		font-size: 14px;
	}
	.banner {
		min-height: 250px;
		padding-top: 5em;
	}
	.banner h2 {
		font-size: 40px;
	}
	.banner p {
		font-size: 17px;
		margin: .5em 0;
	}
	.banner p a {
		margin-right: .5em;
	}
	.footer_grid {
		padding: 0 5px;
	}
	.footer_top_agileits {
		padding: 3em 1em;
	}
}
@media (max-width: 991px) {
	.navbar-default a.navbar-brand h1 {
		font-size: 30px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 15px 0px 15px 0px;
	}
	.carousel-caption {
		padding: 1em;
		padding-top: 8em;
	}
	.carousel-caption h4:after {
		left: 24%;
		width:6%;
	}
	.carousel-control {
		line-height: 25em;
	}
	.w3l_header_left ul li {
		margin-right: 1em;
		font-size: 14px;
	}
	.content.white {
		background: #fff;
		padding: 0.58em 0;
	}
	.welcome_left {
		min-height: auto;
	}
	.icon {
		width: 10%;
		float: left;
	}
	.grid_info {
		width: 90%;
		float: left;
	}
	.w3l-info1 .col-md-6 {
		width: 50%;
		float: left;
	}
	.team-grid-1 {
		width: 40%;
		float: left;
		padding: 0 5px;
	}
	.team-grid-2 {
		width: 60%;
		float: left;
		padding: 0;
	}
	.w3l-info1 h4 {
		font-size: 20px;
	}
	.w3l-info1 h5 {
		font-size: 17px;
		margin: 5px 0;
	}
	.services_grids {
		width: 77.6%;
		margin: 0 auto;
	}
	.test_img {
		width: 20%;
		float: left;
	}
	.test_info {
		padding-left: 2em;
		padding-top: 1em;
		width: 80%;
		float: left;
	}
	.consulting {
		width: 100%;
		float: left;
		margin-top: 5em;
	}
	.w3_agile_stats_grid-top {
		width: 25%;
		float: left;
		padding: 0 2px;
	}
	.w3_agile_stats_grid {
		padding: 2em 0em;
	}
	.w3_agile_stats_grid h4 {
		font-size: 1em;
	}
	.agile_count_grid_left span, .agile_count_grid_right p {
		font-size: 2.2em;
	}
	.newsleft h3 {
		font-size: 20px;
	}
	.newsright input[type="email"] {
		width: 72%;
	}
	.footer_grid {
		width: 50%;
		float: left;
		margin-bottom: 3em;
	}
	.footer_grid:nth-child(3),.footer_grid:nth-child(4) {
		margin-bottom: 0em;
	}
	.footer_grid_list li i {
		padding-right: .5em;
	}
	.flickr-grid {
		width: 22%;
	}
	.who_grid_left h4 {
		font-size: 19px;
	}
	.agileits-pricing-grid:nth-child(2) {
		margin: 0 .5em;
	}
	.agileits-pricing-grid {
		float: left;
		width: 32.5%;
	}
	.pricing-bottom-bottom p {
		font-size: .9em;
	}
	.service_grid1, .service_grid2 {
		width: 50%;
		float: left;
	}
	.service_grid2 {
		height: 360px;
		padding: 4em 3em;
	}
	.contact-grid1 {
		width: 33.33%;
		float: left;
	}
	.map {
		padding: 0;
	}
	.services_grids {
		width: 86%;
	}
	.ser_info h4 {
		width: 285.6px;
	}
	.flex-direction-nav .flex-prev {
		right: 8.5%;
	}
	.portfolio-area li {
		max-width: 33.33%;
		width: 240px;
	}
}
@media (max-width: 900px) {
	.newsright input[type="submit"] { 
		padding: 13px 15px 12px;
	}
	.pricing-top h3 {
		font-size: 1.2em;
	}
	.wthree-pricing-info p span {
		font-size: 2.5em;
	}
	.ser_info h4 {
		width: 246.6px;
	}
	.banner {
		min-height: 200px;
		padding-top: 4em;
	}
	.banner h2 {
		font-size: 35px;
	}
}
@media (max-width: 800px) {
	.flex-direction-nav .flex-prev {
		right: 8.5%;
	}
	.layer1 {
		padding: 3em;
	}
	.welcome_left_info {
		padding: 3em 3em;
	}
	.services_grids {
		width: 98%;
	}
	.ser_info h4 {
		width: 248.98px;
	}
	.newsleft, .newsright {
		width: 100%;
	}
	.newsleft h3 {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.newsright input[type="submit"] {
		padding: 13px 40px 12px;
	}
	.footer_grid:nth-child(2) {
		margin-bottom: 5em;
	}
	h3.heading {
		font-size: 35px;
		margin-bottom: 30px;
	}
	h3.agileinfo_sign {
		font-size: 25px;
	}
}
@media (max-width: 768px) {
	.ser_info h4 {
		width: 233.2px;
	}
	.agileits_top_menu {
		padding: 0.5em 0em;
	}
	.address li span {
		display: block;
		margin-left: 3em;
	}
	.carousel-caption {
		padding: 1em 3em;
		padding-top: 8em;
	}
}
@media (max-width: 767px) {
	.content.white {
		padding: 0.3em 2em;
	}
	a.login {
		padding: 5px 10px;
	}
	.w3l_header_left ul li {
		margin-right: .6em;
	}
	.navbar-nav>li {
		float: none;
		margin-left: 0px;
		text-align: center;
	}
	div#bs-example-navbar-collapse-1 {
		position: absolute;
		z-index: 999;
		width: 100%;
	}
	.navbar-nav {
		margin-top: 0em;
	}
	.carousel-caption {
		padding: 4em;
		padding-top: 7em;
	}
	.carousel-caption h4 {
		font-size: 18px;
	}
	.ser_info h4 {
		width: 232.5px;
	}
	.service_grids {
		width: 75%;
		margin: 0 auto;
	}
	.service_grid2 {
		height: 270px;
		padding: 2em 1.5em;
	}
	.footer_top_agileits {
		padding: 2em 1em;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #333;
		text-align: center;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #18ba60;
	}
}
@media (max-width: 736px) {
	.w3l_header_left ul li {
		font-size: 13px;
	}
	.carousel-caption p {
		font-size: .9em;
	}
	.ser_info h4 {
		width: 217.62px;
	}
	.newsright input[type="submit"] {
		padding: 12px 35px 12px;
	}
	.carousel-caption h4:after {
		left: 26%;
		top: 38%;
	}
	.flex-direction-nav .flex-prev {
		right: 9%;
	}
	.footer_grid h3, .footer_grid_left h3 {
		font-size: 1.3em;
		margin-bottom: .8em;
	}
	.service_grid2, .service_grid1 {
		height: 258px;
	}
	.map iframe {
		height: 300px;
	}
}
@media (max-width: 734px){
	.ser_info h4 {
		width: 216.63px;
	}
}
@media (max-width: 667px) {
	.banner_left, .banner_right {
		padding: 0 0em;
	}
	.ser_info h4 {
		width: 183.5px;
	}
	.ser_grid1 p {
		font-size: 13px;
	}
	.newsright input[type="email"] {
		width: 69%;
	}
	.footer_grid p {
		line-height: 1.8em;
	}
	.footer_grid:nth-child(2) {
		margin-bottom: 6em;
	}
	.address li span {
		display: block;
		margin-left: 3em;
	}
	.flickr-grid {
		width: 25%;
	}
	.w3l_header_left {
		float: none;
		margin: .3em 0 0;
		text-align: center;
	}
	.w3l_header_left ul li {
		font-size: 14px;
		margin-right: 1em;
	}
	.w3l_header_right {
		float: none;
		text-align: center;
	}
	.text-left {
		text-align: center;
		margin-top: 1em;
		margin-bottom: .5em;
	}
	.agileits-pricing-grid {
		float: left;
		width: 32%;
	}
	.service_grids {
		width: 86%;
		margin: 0 auto;
	}
	.flex-direction-nav .flex-prev {
		right: 10%;
	}
	.portfolio figcaption h3 {
		font-size: 25px;
		margin-top: 55px;
	}
}
@media (max-width: 600px) {
	.carousel-caption {
		padding: 3em;
		padding-top: 7em;
	}
	.carousel-caption h4:after {
		left: 27%;
	}
	.ser_grid1 {
		padding: 0 5px;
	}
	.ser_info h4 {
		width: 179.13px;
	}
	.w3_agile_stats_grid-top {
		width: 50%;
		padding: 0 12px;
	}
	.w3_agile_stats_grid-top:nth-child(2),.w3_agile_stats_grid-top:nth-child(1) {
		margin-bottom: 30px;
	}
	.newsletter_w3layouts_agile {
		padding: 3em 3em;
	}
	.footer_grid:nth-child(2) {
		margin-bottom: 7em;
	}
	.address li span {
		display: initial;
		margin-left: 0em;
	}
	.flickr-grid {
		width: 28%;
	}
	.service_grid2 {
		padding: 1em 1em;
	}
	.service_grid2, .service_grid1 {
		height: 238px;
	}
	.service_grid2 h3 {
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.portfolio-categ li {
		padding: 8px 20px;
		font-size: .9em;
		margin: 0 0.2em;
	}
	ul.portfolio-categ {
		text-align: center;
		margin-bottom: 2em;
	}
	.w3l-info1 p {
		letter-spacing: 0px;
	}
	.flex-direction-nav a {
		width: 40px;
		height: 40px;
	}
	.flex-direction-nav .flex-prev {
		background: #18ba60 url(../images/prev.png) no-repeat 3px 3px;
	}
	.flex-direction-nav .flex-next {
		background: #18ba60 url(../images/next.png) no-repeat 3px 3px;
	}
	.ser_info h4 {
		width: 170.97px;
	}
	.who_grid_left h3 {
		font-size: 30px;
	}
	.who_grid_left h4 {
		font-size: 17px;
	}
	.portfolio figcaption h3 {
		font-size: 25px;
		margin-top: 45px;
	}
}
@media (max-width: 568px) {
	.w3l-info1 .col-md-6 {
		width: 100%;
		float: left;
	}
	.w3l-info1 .col-md-6:nth-child(2) {
		margin-top: 3em;
	}
	.ser_grid1 {
		width: 100%;
		float: none;
	}
	.carousel-caption h2, .carousel-caption h3 {
		font-size: 1.4em;
		line-height: 37px;
	}
	.carousel-caption p {
		font-size: .9em;
		line-height: 1.6em;
	}
	.carousel-caption h4 {
		font-size: 16px;
	}
	.services_grids {
		width: 70%;
	}
	.ser_info h4 {
		width: 264.5px;
	}
	.who_grid_left p {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.who_grid_left p.listing {
		margin: .5em 0;
	}
	.who_grid_right p {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.service_grids {
		width: 91%;
		margin: 0 auto;
	}
	.welcome, .team, .services, .test_consultant, .banner-dott1, .layer, .pricing, .portfolio, .contact, .typography, .w3_wthree_agileits_icons {
		padding: 3em 0em;
	}
	.ser_grid1:nth-child(1), .ser_grid1:nth-child(2),.ser_grid1:nth-child(3) {
		margin-bottom: 3em;
	}
	.welcome_left h3 {
		font-size: 22px;
	}
	.portfolio-categ li {
		padding: 8px 16px;
	}
}
@media (max-width: 480px) {
	.carousel-caption h4:after {
		left: 33%;
	}
	.carousel-caption {
		padding-top: 5em;
	}
	.welcome_left h3 {
		font-size: 22px;
	}
	.welcome_left_info {
		padding: 2em 2em;
	}
	.layer1 {
		padding: 2em;
	}
	.ser_info h4 {
		width: 216.05px;
	}
	.newsletter_w3layouts_agile {
		padding: 3em 1em;
	}
	.newsleft h3 {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.footer_grid {
		width: 100%;
		float: none;
	}
	.footer_grid:nth-child(2),.footer_grid:nth-child(3) {
		margin-bottom: 3em;
	}
	.flickr-grid {
		width: 24%;
	}
	.agileits-pricing-grid,.agileits-pricing-grid:nth-child(2){
		float: none;
		width: 70%;
		margin: 0 auto;
	}
	.newsright input[type="submit"] {
		padding: 12px 30px 12px;
	}
	.service_grid1, .service_grid2 {
		width: 100%;
		float: none;
		height: auto;
	}
	.service_grids {
		width: 80%;
		margin: 0 auto;
	}
	.service_grid2 {
		height: auto;
		padding: 1em 1em 3em;
	}
	.portfolio-categ li {
		padding: 8px 10px;
		margin: 0 0.1em;
	}
	.map iframe {
		height: 250px;
	}
	.contact-grid1 {
		width: 100%;
		float: none;
		margin-bottom:1em;
	}
	.contact-grid1:nth-child(3){
		margin-bottom:0em;
	}
	.ser_grid1:nth-child(3) {
		margin-bottom: 3em;
	}
	.flex-direction-nav .flex-prev {
		right: 12%;
		top: -10%;
	}
	.flex-direction-nav .flex-next {
		top: -10%;
	}
	.services_grids {
		width: 73%;
	}
	.footer_bottom1 p {
		line-height: 24px;
	}
	.who_grid_left h3 {
		font-size: 26px;
	}
	.who_grid_left h4 {
		font-size: 16px;
	}
	.banner h2 {
		font-size: 30px;
	}
	.banner {
		min-height: 180px;
		padding-top: 4em;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 10px 0px 10px 0px;
	}
	.navbar-nav {
		padding: 1em 0;
		margin-top: 0em;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: .9em;
	}
	.portfolio-area li {
		max-width: 50%;
		width: 216px;
	}
	.contact-form {
		padding: 2em 2em;
	}
	.contact-form h4.heading {
		font-size: 25px;
		margin-bottom: 10px;
	}
}
@media (max-width: 414px) {
	.carousel-caption h2, .carousel-caption h3 {
		font-size: 1.1em;
		line-height: 35px;
	}
	.carousel-caption {
		padding: 2em;
		padding-top: 4em;
	}
	.carousel-caption h4:after {
		left: 42%;
	}
	.welcome_left h3 {
		font-size: 20px;
	}
	.services_grids {
		width: 86%;
	}
	.bar-grids {
		margin: 40px 10px 0px;
	}
	.agileits-pricing-grid, .agileits-pricing-grid:nth-child(2) {
		width: 80%;
		margin: 0 auto;
	}
	.newsright input[type="submit"] {
		padding: 12px 20px 12px;
	}
	.flickr-grid {
		width: 23%;
	}
	.who_grid_left h4 {
		font-size: 16px;
	}
	.banner p {
		font-size: 16px;
		margin: 0em 0;
	}
	.banner h2 {
		font-size: 25px;
	}
	.banner {
		min-height: 150px;
		padding-top: 3em;
	}
	.icon {
		width: 15%;
		float: left;
	}
	.grid_info {
		width: 85%;
		float: left;
	}
	.flex-direction-nav .flex-prev {
		right: 14%;
	}
	.w3l-info1 h4 {
		font-size: 18px;
	}
	.w3l-info1 h5 {
		font-size: 16px;
		letter-spacing: 1px;
	}
	.ser_info h4 {
		width: 215px;
	}
	.test_img {
		width: 30%;
	}
	.test_info {
		width: 70%;
	}
	.test_info h4 {
		font-size: 18px;
	}
	.test_info h5 {
		font-size: 16px;
		letter-spacing: 1px;
	}
	.footer_grid h3, .footer_grid_left h3 {
		font-size: 1.2em;
	}
	.contact-right p {
		font-size: 16px;
	}
	.contact-right span, .contact-right a {
		font-size: 14px;
	}
}
@media (max-width: 412px) {
	.ser_info h4 {
		width: 213px;
	}	
}
@media (max-width: 384px) {
	.layer1 {
		padding: 1em;
	}
	.welcome_left p {
		font-size: 14px;
	}
	.welcome_left_info {
		padding: 1.5em 1.5em;
	}
	.services_grids {
		width: 93%;
	}
	.ser_info h4 {
		width: 213px;
	}
	.test_img {
		width: 35%;
		float: left;
	}	
	.test_info {
		width: 60%;
		float: left;
		padding-left:1em;
	}
	.test_info h4 {
		font-size: 18px;
	}
	.testimonial p {
		font-size: 14px;
		padding-right: 0em;
	}
	.w3_agile_stats_grid-top {
		padding: 0 2px;
	}
	.w3_agile_stats_grid-top:nth-child(2), .w3_agile_stats_grid-top:nth-child(1) {
		margin-bottom: 4px;
	}
	.agile_count_grid_left span, .agile_count_grid_right p {
		font-size: 1.8em;
	}
	.newsright input[type="email"] {
		width: 68%;
		padding: 10px 15px;
		font-size: 14px;
	}
	.newsright input[type="submit"] {
		padding: 11px 20px 11px;
		font-size: 14px;
	}
	.who_grid_left h3 {
		font-size: 25px;
	}
	.bar-grids h6 {
		font-size: 16px;
		margin-bottom: 0.3em;
		letter-spacing: 1px;
	}
	h3.heading {
		font-size: 35px;
		margin-bottom: 25px;
	}
	.contact-form {
		padding: 2em 2em;
	}
	.footer_grid h3, .footer_grid_left h3 {
		font-size: 1.2em;
	}
	.contact-form input[type="text"], .contact-form input[type="email"], textarea {
		margin: .5em 0;
		padding: .6em 1em;
		font-size: .8em;
	}
	textarea {
		height: 110px;
	}
	.portfolio-categ li {
		margin: .2em 0.1em;
	}
	.flex-direction-nav .flex-prev {
		right: 15%;
	}
	.signin-form input[type="submit"] {
		padding: 0.7em 0;
	}
}
@media (max-width: 375px) {
	.services_grids {
		width: 96%;
	}
	.ser_info h4 {
		width: 214px;
	}
	h3.heading {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.wthree-contact-form input[type="text"], .wthree-contact-form input[type="email"],.wthree-contact-form input.number,.wthree-contact-form textarea{
		font-size: 14px;
	}
	.signin-form h3 {
		font-size: 1.2em;
		margin: .5em 0;
	}
	.modal-header {
		font-size: 25px;
	}
	.footer_grid .read a, .service_grid2 .read a {
		padding: 6px 15px;
		font-size: 14px;
	}
}
@media (max-width: 320px) {
	.content.white {
		padding: 0.3em .5em;
	}
	.carousel-caption h2, .carousel-caption h3 {
		font-size: 1.1em;
		line-height: 28px;
	}
	.navbar-default a.navbar-brand h1 {
		font-size: 27px;
	}
	.navbar-toggle .icon-bar {
		width: 19px;
	}
	.carousel-caption h4:after {
		left: 54%;
	}
	.carousel-caption {
		padding: 1.5em;
		padding-top: 3em;
	}
	.carousel-caption p {
		letter-spacing: 1px;
	}
	.navbar-toggle {
		margin-top: 6px;
	}
	.carousel-caption a {
		padding: 7px 18px;
		font-size: 0.875em;
	}
	.welcome_right {
		padding: 0;
	}
	.grid_info p {
		font-size: 14px;
	}
	.services_grids {
		width: 100%;
	}
	.ser_info h4 {
		width: 173px;
	}
	.w3_agile_stats_grid-top {
		width: 100%;
		padding: 0 12px;
	}
	.w3_agile_stats_grid-top:nth-child(3){
		margin-bottom: 4px;
	}
	.wthree-contact-form input[type="text"], .wthree-contact-form input[type="email"] {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.newsright input[type="email"] {
		width: 100%;
	}
	.newsright input[type="submit"] {
		padding: 11px 94px 11px;
		font-size: 14px;
		margin-left: 0px;
	}
	.footer_grid h3, .footer_grid_left h3 {
		font-size: 1.2em;
	}
	.grid_info h3 {
		font-size: 19px;
		letter-spacing: 0px;
	}
	.flex-direction-nav .flex-prev {
		right: 17%;
	}
	.who_grid_left, .who_grid_right {
		padding: 0;
	}
	.agileits-pricing-grid, .agileits-pricing-grid:nth-child(2) {
		width: 90%;
	}
	.signin-form input[type="submit"] {
		padding: 0.6em 0;
	}
}
 