

/*-- gallery --*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    height: 190px;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 7em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
    word-spacing: -0.15em;
    font-size: 1.5em;
    margin-top: 18%;
    color: #FFF;
    font-weight: 600;
}

.grid figure h2 span {
	font-weight: 800;
}


/*-----------------*/
/***** Apollo *****/
/*-----------------*/


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.5);
    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);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/*-- //gallery --*/

/*-- testimonials --*/
section.slider {
    padding: 0 !important;
}
.w3_agile_head{
	font-size:2.5em;
	color:#212121;
	text-align:center;
}
p.augue_agile{
	color:#999;
	text-align:center;
	position:relative;
	font-weight: 500 !important;
}
p.augue_agile:before,p.augue_agile:after{
	content: '';
    background: #1bd6f2;
    height: 2px;
    width: 10%;
    position: absolute;
    top: 45%;
}
p.augue_agile:before{
	left:25%;
}
p.augue_agile:after{
	right:25%;
}
.testimonial_grids{
	margin:3em 0 0;
}
.w3_agileits_testimonial_grid{
	width:65%;
	margin:0 auto;
	text-align:center;
}
.w3_agileits_testimonial_grid p{
	color:#dadada;
	line-height:27px;
	margin-bottom:1em;
}
.w3_agileits_testimonial_grid p i{
	font-size: 20px;
    color: #1bd6f2;
    padding: .4em;
    margin-right: 0.5em;
}
.w3_agileits_testimonial_grids {
    margin: 3em 0 0;
}
.w3_agileits_testimonial_grid img {
    margin: 0 auto;
}
.w3_agileits_testimonial_grid h4 {
    font-size: 20px;
    color: #fff;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.w3_agileits_testimonial_grid h4 span {
    display: block;
    margin-top: .5em;
    font-size: 17px;
    text-transform: capitalize;
    color: #01bcfa;
    letter-spacing: 1px;
}
.team .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    height: auto;
}
.testimonials .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img ,.blog .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {

    display: block;
    width: auto;
    height: auto;
}
div#testimonials {
    background: url(../images/test-1.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
}
/*-- //testimonials --*/

/*-- classes --*/ /* blog */
.w3_agile_class_grid{
	padding:0 1em 2em;
}
.agile_class{
	padding:10px 30px;
	background: #01bcfa;
	color:#fff;
	font-size:1em;
	text-decoration:none;
}
.agile_class:hover {
    background: rgb(233, 30, 99);
    color: #fff;
}
.w3_agileits_class_grid{
	padding: 1.5em 1.5em 3.5em;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
}
.w3_agileits_class_grid p {
    color: #999;
    line-height: 26px;
    font-size: 14px;
}
.w3_agileits_class_grid h4{
	margin:1em 0;
}
.w3_agileits_class_grid h4 a{
	font-size: 1.1em;
    text-transform: capitalize;
    color: #212121;
    text-decoration: none;
}
.w3_agileits_class_grid h4 a:hover,.w3_agile_class_grid:hover .w3_agileits_class_grid h4 a{
	color:#58d3f3;
}
.w3_agileits_class_grid h5{
	font-size: 18px;
	color: rgba(233, 30, 99, 0.66);
}
.w3_agileits_class_grid_pos{
	position: absolute;
    width: 100%;
    bottom: -18%;
    left: 0;
}
.w3_agileits_class_grid_pos img {
    border-radius: 50%;
}
.w3_agileits_class_grid_pos img{
	margin:0 auto;
}
.agileits_w3layouts_class_pos{
	position:absolute;
	top:5%;
	right:10%;
}
.agileits_w3layouts_class_pos ul li{
	display:inline-block;
	color:#fff;
	font-size:1em;
}
.agileits_w3layouts_class_pos ul li i{
	padding-right:1em;
	color: #ee5388;
}
.agileits_w3layouts_class_pos ul li a{
	color:#fff;
	text-decoration:none;
}
.agileits_w3layouts_class_pos ul li a:hover{
	color:#58d3f3;
}
.agileits_w3layouts_class_pos ul li:nth-child(2){
	margin:0 1.5em;
}
.w3layouts_classes_grids{
	margin:6em 0 0;
}
/*-- //classes --*/	/* //blog */

/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
	padding:0 0 .5em;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*-- Nav --*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background:rgba(233, 30, 99, 0.76);
    top: -13% !important;
    border: 1px solid rgba(233, 30, 99, 0.76);
    font-family: FontAwesome;
    text-align: center;
    line-height: 2.8em;
    color: #fff;
}
.nbs-flexisel-nav-left{
	left:1.4%;
}
.nbs-flexisel-nav-left:before {
	content:"\f053";
}
.nbs-flexisel-nav-right{
	right: 91.2%;
}
.nbs-flexisel-nav-right:after {
	content:"\f054";
}
.nbs-flexisel-nav-left:hover,.nbs-flexisel-nav-right:hover{
	background:#58d3f3;
	color:#fff;
	border-color:#58d3f3;
}
/*--//flexisel--*/

/*-- team --*/
.w3layouts_team_grid{
    overflow: hidden;
    position: relative;
}
.w3layouts_team_grid_pos{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.w3layouts_team_grid_pos{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.w3_agile_team_grid:hover .w3layouts_team_grid_pos,.w3layouts_gallery_grid:hover .w3layouts_team_grid_pos,
.w3_agile_class_grid:hover .w3layouts_team_grid_pos{
    opacity:1;
	-webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.w3_agile_team_grid:hover .wthree_text,.w3layouts_gallery_grid:hover .wthree_text,
.w3_agile_class_grid:hover .wthree_text{
    opacity: 1;
	-webkit-transform: translateY(0) scale3d(1,1,1);
    -moz-transform: translateY(0) scale3d(1,1,1);
    -ms-transform: translateY(0) scale3d(1,1,1);
    transform: translateY(0) scale3d(1,1,1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}
.wthree_text{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    opacity: 0;
	    -webkit-transform: translateY(0) scale3d(0,0,1);
    -moz-transform: translateY(0) scale3d(0,0,1);
    -ms-transform: translateY(0) scale3d(0,0,1);
    transform: translateY(0) scale3d(0,0,1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}
.agileits_social_list li{
	display: inline-block;
}
.agileits_social_list li:nth-child(2){
    margin:0 1.5em;
}
.agileits_social_list li a{
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    width: 35px;
    height: 35px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.agileits_social_list li a i{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	line-height: 2.5em;
}
.agileits_social_list li a:hover{
	background:#fff;
}
a.w3_agile_facebook,.w3_facebook{
	background:#3b5998;
}
a.w3_agile_facebook:hover{
	color:#3b5998;
}
a.agile_twitter,.w3ls_twitter{
	background:#1da1f2;
}
a.w3_agile_dribble,.w3l_dribbble{
	background:#ea4c89;
}
a.w3_agile_vimeo{
	background:#1ab7ea;
}
a.agile_twitter:hover{
	color:#1da1f2;
}
a.w3_agile_dribble:hover{
	color:#ea4c89;
}
a.w3_agile_vimeo:hover{
	color:#1ab7ea;
}
.agile_social_icons_banner {
    float: right;
    margin:1.6em 2em 0 0;
}
.w3_agile_team_grid{
	text-align:center;
}
.w3_agile_team_grid h4{
	font-size: 1.5em;
    color: #212121;
    margin: 1.5em 0 .2em;
}
.w3_agile_team_grid p{
	color:#58d3f3;
}
/*-- //team --*/
.banner-form-agileinfo
{
	 margin-top:20px;
}
.navicon {
	float:right;
	margin:17px 52px 0 0;
}
.navicon p {
	color:#fff;
}

ul.nav_social li {
    margin-left: 16px;
    display: inline-block;
			cursor:pointer;

}
.nav_social  p {
	color:#fff !important;
			cursor:pointer;

}
.navicon ul.nav_social li a i.fa
{
    width: 30px;
    height: 30px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 30px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
			cursor:pointer;

}	

/*-- contact --*/
.left-top h4,.left-bottom h4,.working-grid h4,.working-grid1 h4,.inner h4 {
    font-size: 25px;
    text-align: center;
    color: #fff;
	margin-bottom:21px;
    text-transform: capitalize;
}
.left-bottom h4{
	margin-top:20px;
}

.left-top p {
    margin: 15px 20px;
    letter-spacing: 2px;
    color: #fff;
    font-size: 14px;
	font-weight:
}
p strong {
    text-transform: capitalize;
    margin-right: 20px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: normal;
}
.left-top a {
    color: #d1d1d1;
}
.left-top a:hover {
    color: #01bcfa;
}
span.dot {
    margin-left: 11px;
}
span.dot1 {
    margin-left: 62px;
}
span.dot2 {
    margin-left: 72px;
}
span.dot3 {
    margin-left: 77px;
}
.left-top i.fa {
    font-size: 17px;
    margin-right: -35px;
    color: #168eea;
}
i.fa.fa-map-marker {
    /*! margin-right: 21px; */
}
i.fa.fa-phone {
    /*! margin-right: 18px; */
}
iframe {
    border: none;
    width: 100%;
    height: 500px;
}

.right-w3l.fotw3 {
    width: 100%;
   text-align: center;
}
.ftr-grid ul {
    padding: 0em;
    list-style: none;
}
.ftr-grid ul li {
    font-size: 0.95em;
    color: #fff;
    line-height: 1.8em;
}
ul.top-links li {
    margin-left: 25px;
    display: inline-block;
}
.right-w3l ul.top-links li a i.fa {
    width: 37px;
    height: 37px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 36px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}


.left-bottom p {
    color: #dadada;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.contact-left- {
    background: url(../images/c1.jpg) 0px 0px;
    padding: 50px 0px 65px;
    background-size: cover;
    height: 500px;
}
.left-top {
    margin-bottom: 40px;
}



/* to-top */
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}



.resp-tabs-list li{
    padding: 15px 18px;
    font-size: 18px;
    font-family: 'Cinzel', serif;
}
.resp-tabs-list{
	color:#168eea;
    font-weight: 600;
	}
.resp-tab-active{
    border: 1px solid #168EEA;
    margin-bottom: -1px !important;
    /* padding: 12px 14px 14px 14px !important; */
    background: #01bcfa;
    color: #fff;
}
li.list-group-item.text-center.resp-tab-item.resp-tab-active:after {
    content: '';
    position: absolute;
    left: 49%;
    transform: rotate(90deg);
    top: 11%;
    margin-top: 42px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #01bcfa;
}
ul.resp-tabs-list {
    margin-top: 50px;
}
/* responsive-design */

@media (max-width:384px) {
	.navicon {
		font-size:12px;
		margin:auto;
		line-height:20px;
	}
    .nav_social li a i.fa { display:none;	}
	.about-right p{ font-size:12px;	}
	.inner_page p{ font-size:12px;	}
	.inner_left p{ font-size:12px;	}
}

@media (max-width:1080px) {
	.slider_banner_info h4 {
		letter-spacing: 5px;
	}
	.callbacks_tabs {
		bottom: -6%;
		left: 34%;
	}
	.slider_banner_info {
		margin-top: 50px;
	}
	.w3l_banner_info {
		padding-top: 200px;
	}
	.line {
		margin: 26px auto 0;
	}
	.about, .demo, .vertical-tabs, .team, .laboratories, .blog, .contact, .appointment, .testimonials, .subscribe {
		padding: 3em 0;
	}
	.list-group-item {
		padding: 15px 31px;
		font-size: 17px;
	}
	.ser-info h3 {
		font-size: 20px;
	}
	.ser-info p {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.nbs-flexisel-nav-right {
		right: 89%;
	}
	.resp-tabs-list li {
		padding: 15px 35px;
		font-size: 17px;
	}
	.navbar-default .navbar-nav > li > a
	{
		font-size:0.9em;
	}
	.navbar-nav {
		margin-right:-18px;
	}
	.banner1 {
		min-height: 200px;
	}
}
@media (max-width:1024px) {
	.slider_banner_info h4 {
		font-size: 38px;
	}
	h1 a.navbar-brand {
		font-size: 32px;
	}
	.navbar-nav > li > a {
		padding: 9px;
	}
	.about-right p {
		margin: 15px 0;
	}
	.inner_left p {
		margin: 15px 0;
	}.inner_page p {
		margin: 15px 0;
	}
	div.bhoechie-tab-menu div.list-group>a.active:after {
		top: 10%;
	}
	.working-grid1 h5 {
		font-size: 17px;
	}
	.w3_agileits_class_grid_pos {
		bottom: -16%;
	}
	.w3_agileits_class_grid h4 {
		margin: .8em 0;
	}
	.line {
		margin: 24px auto 0;
	}
	li.list-group-item.text-center.resp-tab-item.resp-tab-active:after {
		top: 7%;
	}
	.navbar-default .navbar-nav > li > a
	{
		font-size:1em;
	}
}
@media (max-width:991px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 1em;
		letter-spacing: 0px;
	}
	h1 a.navbar-brand {
		font-size: 26px;
	}
	.container {
		padding-right: 0;
		padding-left: 0;
	}
	.banner-form-agileinfo {
		width: 40%;
		float: left;
	}
	.w3l_banner_info .slider {
		width: 60%;
		float: left;
		padding:0;
	}
	.about-left,.about-right {
		width: 50%;
		float: left;
	}
     .inner_page {
		width: 100%;
		float: left;
	}
	.inner_page h2 {
		font-size: 27px;
	}
	.about-right h2 {
		font-size: 27px;
	}
	.inner_page p {
		margin: 10px 0;
		line-height: 26px;
	}
	.inner_left p {
		margin: 10px 0;
		line-height: 26px;
	}
	.about-right p {
		margin: 10px 0;
		line-height: 26px;
	}
	.resp-tabs-list li {
		padding: 10px 20px;
		font-size: 17px;
		font-family: 'Cinzel', serif;
		margin-bottom: 8px;
	}
	li.list-group-item.text-center.resp-tab-item.resp-tab-active:after {
		top: -14%;
	}
	.agile_team_grid {
		width: 25%;
		float: left;
	}
	.agile_team_grid {
		width: 40%;
		float: left;
		margin-bottom: 30px;
	}
	.appointmnet-left,.appointmnet-middle,.appointmnet-right {
		width: 50%;
		float: left;
		margin-bottom:20px;
	}
	.gallery-grid {
		width: 25%;
		float: left;
	}
	.w3_agileits_testimonial_grid {
		width: 80%;
	}
	.nbs-flexisel-nav-right {
		right: 87%;
	}
	.w3_agileits_class_grid p {
		font-size: 13px;
		line-height:24px;
	}
	.agileits_w3layouts_class_pos ul li i {
		padding-right: .3em;
	}
	.contact-left- {
		margin-bottom: 30px;
		height:auto;
	}
	.contact-right{
		padding:0;
	}
	.contact input[type="text"], .contact input[type="email"] {
		width: 96%;
	}
	iframe {
		height: 400px;
	}
	.appointmnet-right {
		margin-left: 25%;
	}
}
@media (max-width:900px) {
	.slider_banner_info h4 {
		font-size: 36px;
		letter-spacing: 4px;
	}	
	.slider_banner_info p {
		font-size: 16px;
	}
	ul.resp-tabs-list {
		margin-top: 20px;
	}
	.about, .vertical-tabs, .team, .laboratories, .blog, .contact, .appointment, .testimonials, .subscribe {
		padding: 2em 0;
	}
	.line {
		margin: 21px auto 0;
	}
}
@media (max-width:800px) {
	.slider_banner_info h4 {
		font-size: 33px;
		letter-spacing: 3px;
	}
	.w3l_banner_info {
		width: 90%;
	}
	.callbacks_tabs {
		bottom: -12%;
		left: 26%;
	}
	.left-top h4, .left-bottom h4, .working-grid h4, .working-grid1 h4, .inner h4 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.line {
		margin: 18px auto 0;
	}
}
@media (max-width:768px) {
	.w3l_banner_info {
		width: 95%;
	}
	h2.resp-accordion {
		border-top: 1px solid #01bcfa !important;
		background: #01bcfa;
		color: #fff;
		text-align: center;
		font-size: 20px;
		font-family: 'cinzel',sans-serif;
	}
	h2.resp-tab-active {
		background: #01bcfa !important;
	}
	.resp-arrow{
		border-top: 12px solid #fff;
	}
	.w3ls-heading h3 {
		font-size: 30px;
	}
	.resp-tabs-container {
		margin-top: 20px;
	}
	.gallery-grid {
		width: 33.33%;
		float: left;
	}
	.appointmnet-right .inner {
		height: auto;
	}
	.agile_team_grid {
		width: 50%;
		float: left;
		margin-bottom: 30px;
	}
	.agile_team_grids {
		margin: 3em auto 0;
		width: 80%;
	}
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.w3_agile_class_grid {
		padding: 0 .5em 2em;
	}
}
@media(max-width:767px){
   .banner-top {
    height: 196px;
    padding: 3em 0;
}
}

@media (max-width:736px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 30px;
	}
	.banner-form-agileinfo {
		width: 38%;
	}
	.w3l_banner_info .slider {
		width: 62%;
	}
	.navbar-default .navbar-nav > li > a {
		text-align: center;
	}
	.navbar-nav {
		margin: 7.5px -15px;
		background: #000;
	}
	.inner {
		height: 460px;
	}
	.w3layouts_classes_grids {
		margin: 4em 0 0;
	}
	.w3_agileits_class_grid {
		padding: 0.5em 0.5em 3.5em;
	}
	.w3_agileits_class_grid h4 a {
		font-size: 1em;
	}
	iframe {
		height: 350px;
	}
	.contact-right.agileits-w3layouts {
		width: 44%;
		float: left;
	}
	.contact-left.agileits-w3layouts {
		width: 55%;
		float: left;
	}
	.agileits_w3layouts_class_pos ul li i {
		padding-right: .15em;
	}
	.agile_class {
		font-size: .9em;
	}
	.working-grid1 i.fa.fa-pencil {
		margin-right: 10px;
	}
	.navbar-toggle{
		margin-bottom:0px;
	}
	h1 a.navbar-brand {
		font-size: 28px;
	}
	.slider_banner_info p {
		font-size: 15px;
	}
	.callbacks_tabs {
		bottom: -2%;
		left: 28%;
	}
	.inner_page h2 {
		font-size: 25px;
	}
	.about-right h2 {
		font-size: 25px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff !important;
		text-align: center !important;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #01bcfa !important;
		text-align: center !important;
	}
}
@media (max-width:667px) {
	.w3l_banner_info {
		width: 100%;
	}
	.w3l_banner_info {
		padding-top: 140px;
	}
	.slider_banner_info h4 {
		margin-bottom: 0.2em;
	}
	.callbacks_tabs {
		bottom: 5%;
	}
	.about-left, .about-right, .gallery-grids, .contact-top-grids, .appointment-grid {
		margin-top: 30px;
	}
	.inner_left {
		margin-top: 30px;
	}
	.inner_page {
		margin-top: 30px;
	}
	.inner_page h2 {
		font-size: 22px;
	}
	.about-right h2 {
		font-size: 22px;
	}
	.agile_team_grid {
		width: 50%;
	}
	.agile_team_grid1 {
		padding: .5em;
	}
	.team h4 {
		margin-bottom: 5px;
	}
	.nbs-flexisel-nav-right {
		right: 85%;
	}
	.inner_page h2 {
		font-size: 21px;
		letter-spacing: 0;
	}
	.about-right h2 {
		font-size: 21px;
		letter-spacing: 0;
	}
	.boxw3-agile .agile-caption h3 {
		font-size: 20px;
		margin: 0 auto 0.3em;
	}
	.boxw3-agile .agile-caption{
		padding: 10%;
	}
	.boxw3-agile .agile-caption p {
		line-height: 24px;
	}
	.ser-img {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.ser-info {
		float: none;
		width: 100%;
	}
	.resp-tab-content {
		display: none;
		padding: 10px;
	}
	.line {
		margin: 15px auto 0;
	}
	.agileits_w3layouts_class_pos ul li:nth-child(2) {
		margin: 0 1em;
	}
	 .nav_social li a i.fa { 
	  display:none;
	  }
}
@media (max-width:600px) {
	.slider_banner_info h4 {
		font-size: 32px;
		letter-spacing: 1px;
	}
	.line {
		margin: 14px auto 0;
	}
	.w3_agileits_testimonial_grids {
		margin: 1em 0 0;
	}
	.nbs-flexisel-nav-right {
		right: 83%;
	}
	.left-top h4, .left-bottom h4, .working-grid h4, .working-grid1 h4, .inner h4 {
		font-size: 24px;
		margin-bottom: 14px;
	}
	.left-top p {
		letter-spacing: 0px;
	}
	.contact-left- {
		padding: 40px;
	}
	iframe {
		height: 300px;
	}
	.navbar-toggle {
		margin: 7px 15px 5px;
	}
	h1 a.navbar-brand {
		margin: 13px 0px;
	}
	.slider_banner_info {
		margin-top: 20px;
	}
	.agileits_w3layouts_class_pos ul li:nth-child(2) {
		margin: 0 1.5em;
	}
    .nav_social li a i.fa { 
	  display:none;
	  }
   
}
@media (max-width:568px) {
	.slider_banner_info h4 {
		font-size: 27px;
		letter-spacing: 1px;
	}
	.callbacks_tabs a:after {
		height: 3px;
		width: 15px;
	}
	.contact input[type="text"], .contact input[type="email"] {
		padding: .8em;
	}
	.contact textarea {
		min-height: 11.5em;
	}
	.about-left, .about-right {
		width: 100%;
		float: none;
	}
	.inner_page{
		width:100%;
		float;none;
	}
	.boxw3-agile .agile-caption h3 {
		font-size: 30px;
		margin: 0 auto 0.5em;
	}
	.boxw3-agile .agile-caption {
		padding: 17% 15%;
	}
	.appointmnet-left, .appointmnet-middle, .appointmnet-right {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.appointmnet-left .inner {
		height: auto;
	}
	.working-grid p {
		margin: 15px 0;
		padding-bottom: 5px;
	}
	.working-grid1 {
		padding-bottom: 0;
	}
	.gallery-grid {
		width: 100%;
		float: none;
	}
	.flex-direction-nav .flex-prev {
		bottom: 48%;
	}
	.appointmnet-right {
		margin-left: 0;
	}
	.navicon ul.nav_social li a i.fa {
    width:30px;
    height: 30px;
    font-size: 15px;
    border-radius: 20%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 30px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
	margin-top:5px;
}
.banner-top h1 {
    font-size: 2.2em;
}
.banner-top {
    height: 178px;
    padding: 3em 0;
    background-size: 557px;
}
}

@media (max-width:480px) {
	.agile_team_grids {
		margin: 3em auto 0;
		width: 95%;
	}
	.nbs-flexisel-nav-right {
		right: 78%;
	}
	.w3l_banner_info .slider {
		width: 100%;
		float: none;
		padding: 0 15px;
	}
	.w3l_banner_info {
		width: 100%;
	}
	.banner-form-agileinfo {
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	
	.slider_banner_info {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.callbacks_tabs {
		bottom: 16%;
		left: 30%;
	}
}
@media (max-width:440px) {
	.w3l_banner_info .slider {
		width: 100%;
		float: none;
	}
	.w3l_banner_info {
		width: 100%;
	}
	.w3l_banner_info {
		padding-top: 80px;
	}
	.banner-form-agileinfo {
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	.slider_banner_info {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.callbacks_tabs {
		bottom: 16%;
		left: 30%;
	}
	.agile_team_grid1 p {
		letter-spacing: 1px;
	}
	.w3_agileits_testimonial_grid {
		width: 90%;
	}
	.nbs-flexisel-nav-right {
		right: 77%;
	}
	.left-top i.fa {
		margin-right: 10px;
	}
	p strong {
		margin-right: 20px;
	}
	i.fa.fa-map-marker {
		margin-right: 17px;
	}
	i.fa.fa-phone {
		margin-right: 12px;
	}
	.flex-direction-nav .flex-prev {
		left: 0.3%;
		bottom: 49%;
	}
	.contact-left.agileits-w3layouts {
		width: 100%;
		float: none;
	}
	.contact-right.agileits-w3layouts {
		width: 100%;
		float: none;
	}
	.contact input[type="text"], .contact input[type="email"] {
		width: 100%;
	}
	.navicon {
		font-size:13px;
		margin:auto;
		line-height:20px;
	}
    .nav_social li a i.fa { 
	  display:none;
	  }
	
}
@media (max-width:414px) {
	.slider_banner_info p {
		font-size: 15px;
	}
	.navbar-toggle {
		margin: -9px 2px 4px;
	}
	h1 a.navbar-brand {
    margin: -4px 0px;
	}
	.line {
		margin: 15px auto 0;
		width: 8%;
	}
	p strong {
		margin-right: 6px;
	}
	.contact input[type="text"], .contact input[type="email"],.contact textarea {
		padding: .7em;
		font-size: .85em;
	}
	.w3_agileits_class_grid_pos {
		bottom: -21%;
	}
	.copyright-agile {
		padding: 10px;
	}
	.agile_team_grid {
		width: 100%;
		float:none;
	}
	.flex-direction-nav .flex-prev {
		left: 0.3%;
		bottom: 20%;
	}
	.nbs-flexisel-nav-right {
		right: 75%;
	}
	.contact-left- {
		padding: 30px;
	}
	
.navicon {
		font-size:12px;
		margin:auto;
		line-height:20px;
	}
    .nav_social li a i.fa { display:none;	}
	.about-right p{ font-size:12px;	}
	.inner_page p{ font-size:12px;	}
}
@media(max-width:390px){
.banner-top h1 {
    font-size: 1.6em;
}
.banner-top h2 {
    font-size: 0.8em;
}
.banner-top em {
    width: 78px;
}
.banner-top {
    height: 125px;
    padding: 1.7em 0;
    background-size: 434px;
}
}
@media (max-width:384px) {
	.slider_banner_info p {
		font-size: 15px;
		letter-spacing: 2px;
	}
	.boxw3-agile .agile-caption h3 {
		font-size: 28px;
		margin: 0 auto 0.5em;
	}
	.agile_team_grid {
		width: 100%;
		float: none;
	}
	.w3ls-heading h3 {
		font-size: 24px;
	}
	.flex-direction-nav .flex-prev {
		left: 0%;
		bottom: 21%;
	}
	.nbs-flexisel-nav-right {
		right: 74%;
	}
	.contact-left- {
		padding: 20px;
	}
	p strong {
		margin-right: 15px;
	}
	.left-top {
		margin-bottom: 16px;
	}
	span.dot3 {
		margin-left: 60px;
	}
	
}
@media (max-width:375px) {
	.boxw3-agile .agile-caption h3 {
		font-size: 26px;
		margin: 0 auto 0.4em;
	}
	.nbs-flexisel-nav-right {
		right: 72%;
	}
	p strong {
		margin-right: 0px;
	}
	span.dot {
		margin-left: 2px;
	}
	span.dot1 {
		margin-left: 11px;
	}
	span.dot2 {
		margin-left: 64px;
	}
	.left-top i.fa {
		margin-right: 5px;
	}
	span.dot3 {
		margin-left: 65px;
	}
	.agile_team_grids {
		margin: 2em auto 0;
		width: 100%;
	}
	.flex-direction-nav .flex-prev {
		left: 0%;
		bottom: 20%;
	}
	.navicon {
		font-size:13px;
		margin:auto;
		line-height:20px;
	}
    .nav_social li a i.fa { display:none;	}
	.about-right p{ font-size:12px;	}
	.inner_page p{ font-size:12px;	}
	h1 a.navbar-brand {
    margin: 4px 0;
	}
}
@media (max-width:320px) {
	.slider_banner_info p {
		font-size: 14px;
		letter-spacing: 2px;
	}
	.boxw3-agile .agile-caption h3 {
		font-size: 22px;
		margin: 0 auto 0.2em;
	}
	.boxw3-agile .agile-caption {
		padding: 9% 7%;
	}
	.line {
		margin: 13px auto 0;
		width: 8%;
	}
	.inner {
		padding: 10px;
	}
	.nbs-flexisel-nav-right {
		right: 67%;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 13px;
		font-size: 20px;
	}
	.navbar-toggle {
		padding: 6px 7px;
	}
	.banner-form-agileinfo {
		width: 80%;
	}
	.callbacks_tabs {
		bottom: 12%;
		left: 31%;
	}
	.callbacks_tabs li {
		margin: 0 0px;
	}
	a.w3more {
		padding: 0.3em 0.6em;
		margin-top: 0;
	}
	.appointment input[type="submit"] {
		margin-left: 0px;
		font-size: 14px;
		padding: .3em .6em;
		letter-spacing: 0px;
	}
	.appointmnet-left, .appointmnet-middle, .appointmnet-right {
		margin-bottom: 10px;
	}
	.inner {
		height: auto;
	}
	.flex-direction-nav .flex-prev {
		left: 8%;
		bottom: 23%;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		width: 35px;
		height: 35px;
		top: -12% !important;
		line-height: 2.5em;
	}
	.nbs-flexisel-nav-left {
		left: 5%;
	}
	.contact-left- {
		padding: 20px 0px;
	}
	span.dot1 {
		margin-left: 25px;
	}
	span.dot2 {
		margin-left: 24px;
	}
	span.dot3 {
		margin-left: 26px;
	}
	.ser-info h3 {
		letter-spacing: 0px;
	}
	.line {
		margin: 14px auto 0;
		width: 10%;
	}
	.w3l_banner_info {
		padding-top: 70px;
	}
	.navicon {
		font-size:13px;
		margin:auto;
		line-height:20px;
	}
    .nav_social li a i.fa { 
	  display:none;
	  }
	.inner_page p{ font-size:12px; }
	.about-right p{ font-size:12px; }
	 .ser-info h3 { font-size:17px; }
}
/* //responsive-design */