
	

.goto_top{    position: fixed;
    z-index: 99;
    float: left;
    width: 100%;}

.goto_top img {background: #f9cf00;
    padding: 10px 10px 10px 10px;
    margin-top: 10%;}
	
.toppatan .top_div > DIV:nth-child(2)
{
	text-align: center;
}
.toppatan .top_div > DIV:nth-child(3) p
{
	text-align:right;
}

html, body{
    font-size: 100%;
font-family: 'Roboto', sans-serif;
	 background-color: #901808 !important;
	margin:0px!important;
}
p{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
   font-family: 'Playfair Display', serif;
   margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body p{
	font-family: 'Open Sans', sans-serif;
		    letter-spacing: 1px;
}
body a:hover{
	text-decoration:none;
	    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;
}

.footerbg {background: url(/images/buttom1.jpg);
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-size: cover; */
    height: 45px;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;}
	
.textbid {font-size: 1.8em;
    text-align: center;
    color: #000;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    line-height: 42px;
    /* width: 990px; */
	width:100%;
    margin: 0 auto;
     /*background: url(/images/buttomlogo.png);
    -webkit-background-size: cover; 
    background-position: right center;
    background-repeat: no-repeat;*/
    padding-left: 125px;
	}	
.textbid img
{
    margin-top: 17px;	
}
.logoma1 {margin-left: 51px;
    float: left; display: inline-block;}
	
.logoma2 {text-align: center;
    display: inline-block;}

.logoma3 {text-align: right;
    display: inline-block;
    margin-left: 179px;}	


.underdiv {font-size: 3.5em;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 99px;}
	
.underdiv1 {font-size: 1.5em;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 37px;}	
	
.underdiv2 {font-size: 1.5em;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;}	


/*-- welcome --*/

.services h3,.services1 h3{
	color: #222;
    font-family: 'Playfair Display', serif;
    margin: 0;
    font-size: 2.5em;
    padding-left: 0.7em;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}
.services h3:before,.services1 h3:before{
	content: '';
    height: 100%;
     border-left: 6px solid #ff9900;
    position: absolute;
    top: 0%;
    left: 0%;
}
/*-- services --*/
.services,.banner-text,.services1,.history,.gallery,.contact,.newsletter{
	padding:5em 0;
}
.services-left h4{
	    color: #ff9900;
    font-size: 1.3em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.services-left p {
	color: #999;
	font-size: 14px;
	margin:1em 0 0;
	line-height: 1.8em;
}
.services-top-main:nth-child(2) {
	margin-top: 3em;
}
.services-top{
	margin:3em 0 0;
}
.services-top-main:hover .service-img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    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;
}
.services-top-main img {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.para p{
	color: #000;
    font-size: 17px;
    line-height: 0.8em;
    margin: 0;
    border: 2px solid #ff7c08;
    padding: 1em 0em 1em;
    text-align: center;
    background-color: #fab901;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.37);
    box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.37);
    font-weight: 600;
}
.services-grid:hover div.para span{
	background:#ff9900;
}
.services-grid:hover div.para p{
	border: 1px dashed #ff9900;
}
.services1{
	padding: 0;
    /* padding: 0 0 5em; */
    /* position: absolute; */
    /* margin: 0 auto; */
    width: 100%;
    top: 0px;
}
.services-grids{
    /*margin: 7em 0 0;*/
	width: 72%;
    margin: 0 auto;
    margin-top: -52px;	
    margin-bottom: 15px;	
}
.para {
    position: relative;
}
.para span{
   color: #fff;
    background: #eb1d25;
    top: -41px;
    left: 143px;
    text-align: center;
    position: absolute;
    padding: 0.3em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.para img{
	 border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
/*-- //services --*/

/*-- //welcome --*/





/*-- banner--*/
.banner {
	/*background:url(/images/abanner.jpg)no-repeat center;
	-webkit-background-size:cover;
	background-size:cover;
	-moz-background-size:cover;  
	background-image: url(/images/abanner.jpg) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #999;*/
			text-align: center!important;
}
.banner-info {
	background:url(/images/overlay.png)repeat;  
}
/*-- banner-top --*/
.banner-top {
    padding: 2.5em 0 0;
}
.banner-top-grids {
    float: left;
    width: 33.33%;
}



/*-- welcome --*/
.welcome{
	padding:0em 0;
}
.title {
    margin-bottom: 1em;
}
.title h3 {
    font-size: 2.2em;
    text-align: center;
    color: #fff;   
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	margin-top: 12px;
}
.title p {
    text-align: center;
    margin-top: 0.2em;
}
p {
    font-size: 1em;
    color: #fff;
    line-height: 1em;
}
.welcome-left, .welcome-right {
    padding: 0;
    overflow: hidden;
}

.welcome-right {
    padding: 3.26em 3em;
    -webkit-box-shadow: 0 0 1px 1px #CECECE;
    -moz-box-shadow: 0 0 1px 1px #CECECE;
    box-shadow: 0 0 1px 1px #CECECE; 
}
.welcome-right h4 {
    font-size: 2.1em;
    color: #000;
	margin-bottom: 0.8em;
}

/*-- //welcome --*/












/*-- header-left --*/
.header-top-grids {
    padding: 1em;
}
.header {
   /* padding: 4em 0;
    border: solid 1px rgba(255, 255, 255, 0.33);*/
    border-bottom: none;
}
.header-left{
    text-align: center;
}
.agileinfo-social-grids{
    margin: 1.2em 0 0 0;
    float: left;
    width: 30%;
}
.agileinfo-social-grids ul {
    padding: 0;
    margin: 0;
}
.agileinfo-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.agileinfo-social-grids ul li a {
    color: #FFFFFF;
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa{
    font-size: 1em;
    color: #ffffff;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter:hover{
	color: #1da1f2;
}
.agileinfo-social-grids ul li a i.fa.fa-rss:hover{
	color: #f26522;
}
.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
	color: #45668e;
}
.w3layouts-logo{
	float:left;
	width:40%;
}
.w3layouts-logo h1 {
    margin: 0;
}
.w3layouts-logo h1 a {
    color: #fbd232;
    font-size: 1.3em;
    text-decoration: none;
    text-transform: uppercase;
}
.w3layouts-logo h1 a span{
    color: #ffffff !important;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}
.address-info-text{
	float:left;
	width:30%;
}
.address-info-text p{
    color: #FFFFFF;
    font-size: .9em;
    margin: 1.2em 0 0 0;
}
.w3_agileits_header:after {
    left: 25% !important;
}
.agileinfo_testimonials_left{
	text-align:center;
}
.agileinfo_testimonials_left img{
    border: 3px solid #dedede;
    margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}
.agileinfo_testimonials_left h4{
    font-size: 1em;
    color: #fbd232;
    margin: 1em 0 0.3em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}
.agileinfo_testimonials_left p{
    color: #999999;
    font-size: .9em;
    margin: 0;
}
.agileits_testimonials_right_grid{
    padding: 1.5em;
    position: relative;
    border: solid 1px rgba(153, 153, 153, 0.52);
}
.agileits_testimonials_right_grid:before{
	content: '';
    position: absolute;
    top: 35%;
    left: -3%;
    border-right: 10px solid #999;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.agileits_testimonials_right_grid p{
    color: #999;
    line-height: 1.8em;
    font-size: .9em;
    margin: 0;
}
/*-- //header-left --*/

.introtop {margin:0 auto; width:100%; background-color:#901808; height:19px;}

.toppatan {
    width: 100%;
    
    background: url(../images/banner_b1.jpg) repeat #efb744 scroll 0 0;
    /* background-attachment: fixed !important; */
    background-position: 50% 64% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-bottom: 0;
    padding: 5px 0;}
	
.toppatan .top_div > DIV
{
    margin-top: 15px;
}
.imgresp { display: inline-block !important;    margin: 0px auto; }
.banner .imgresp
{
	width:100%;
	/*height: 360px;*/
}
.showdimg {-webkit-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.37);
   -moz-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.37);
    box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.37);}


/*-- banner-top --*/
.banner-top {
    padding: 2.5em 0 0;
}
.banner-top-grids {
    float: left;
    width: 33.33%;
}
/*-- social-icons --*/
ul.social-icons{
	display:block;
	padding: 0;
}
.social-icons li{
	display:inline-block;
}
.social-icons li a{  
    background: url(../images/social-icons.png) no-repeat 2px 2px;
    display: block;
    height: 30px;
    width: 30px;
	margin-right: 1.2em;
	-webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.social-icons li a:before {
	content: '';
    display: block;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;	
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);   
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.social-icons li a.fb{
	background-position:2px -31px;
}
.social-icons li a.in{
    background-position: 3px -64px; 
}
.social-icons li a.dott {
    background-position: 2px -95px;
}
.social-icons li a:hover::before {
    border-color: #1ABC9C;
	-webkit-transform: rotatey(-393deg);
	-moz-transform: rotatey(-393deg);
	-o-transform: rotatey(-393deg);
	-ms-transform: rotatey(-393deg);
    transform: rotatey(-393deg);
}
/*-- //social-icons --*/
.banner-top-grids.banner-logo {
    text-align: center;
}
.banner-logo a {
    display: inline-block;
}
.banner-logo h1 {
    font-size: 3em;
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
}
.banner-logo h1 {
    color: #fff;
    text-decoration: none; 
}
.banner-logo h1 span {
    font-size: 0.3em;
    letter-spacing: 13px;
    line-height: 1em;
    display: block;
    color: #E3E3E3;
    margin-top: 4px;
}
.banner-top-right p {
    color: #fff;
    font-size: 1.1em;
    text-align: right;
    font-weight: 100;
    letter-spacing: 2px;
}
.banner-top-right p span.glyphicon{
    font-size: 1.2em;
}
ul.social-icons, .banner-top-right p {
    margin-top: 1.2em;
}
/*-- //banner-top --*/

.banner .container
{
	position:relative;
	padding:0px;
}
.onbanner_tagline
{
    position: absolute;
    bottom: 80px;
    z-index: 99999;
    color: #000;
    background-color:transparent;
    width: 100%;
	left: 0px;
}
.onbanner_tagline span
{
	background-color:rgba(255, 255, 255, .5);
    padding: 5px 191px;
    font-family: 'Roboto', sans-serif;
	font-size:20px;	
	width:100%;
	float:left;
}





/*---- responsive-design -----*/
@media(max-width:1440px){
.w3services-bottom .welcome-right {
    padding: 3.1em 3em; 
}
.services h3, .services1 h3 {
    margin: 0;
    font-size: 2.3em;
	}

}
@media(max-width:1366px){
.welcome {
    padding: 0em 0;
}
.title {
    margin-bottom: 1em;
}
.welcome-right {
    padding: 3.26em 3em; 
}
.textbid span:first-child
{
    font-size: 27px;	
}
.title h3 {
    font-size: 2.2em; 
}

}
@media(max-width:1280px){
.welcome-right {
    padding: 3.1em 3em;
}
.services h3, .services1 h3 {
		margin: 0;
		font-size: 2em;
	}
.onbanner_tagline span {
    padding: 5px 165px;
}
}
@media(max-width:1080px){
.services-left h4 {
		font-size: 1em;
	}

.services,.services1{
		padding: 0em 0;
	}
	.services-left h4 {
		font-size: 1.1em;
	}
	.para span {
		left: 99px;
	}
	.textbid
	{
	    padding-left: 112px;	
	}
.textbid span:first-child {
    font-size: 24px;
}
.welcome {
    padding: 0em 0;
}
.welcome-right h4 {
    font-size: 1.9em; 
}
 .welcome-right {
    padding: 1.75em 3em;
}
.title h3 {
    font-size: 2em;
}
.welcome-right h4 { 
    margin-bottom: 0.2em;
}
.welcome-right {
    padding: 2em 1.9em;
}

.banner-top {
    padding: 1.5em 0 0;
}
ul.social-icons, .banner-top-right p {
    margin-top: 1em;
}
.about .bs-example-tabs ul.nav-tabs li { 
    width: 15%; 
}
}
@media(max-width:1024px){
.services-grids {
    /* margin: 3em 0 0; */
	width: 100%;
}
.services h3, .services1 h3 {
		font-size: 1.8em;
	}
	
	.services, .services1{
		padding: 0em 0;
		top: 577px;
	}
	.services-left h4 {
		font-size: 1.1em;
	}
	.para span {
		left: 99px;
	}
	
	.services-left h4 {
		font-size: 1em;
	}

ul.social-icons, .banner-top-right p {
    margin-top: 0.8em;
}
.banner-text.about-banner-text h2 {
    font-size: 1.5em;
    border-width: 3px;
}

}
@media(max-width:991px){
	.onbanner_tagline span {
    padding: 5px 55px;
}
.wthree-agile img
{
	margin:0px auto;
}
/* .services-grids { */
    /* margin: -2em 0 0; */
/* } */

.services-top-left {
		float: left;
		width: 50%;
	}
	.services-left {
		text-align: center;
	}
	.service-img img {
		margin: 0 auto;
	}
	.services-left h4 {
		font-size: 1em;
	}
	.services-left p {
		margin: 0;
	}
	.services-grid {
		width: 33.33%;
		float:left;
	}
	.para span {
		left: 61px;
	}
.services h3, .services1 h3 {
		font-size: 1.6em;
	}

.welcome-right {
    padding: 1.5em 2em;
}

.banner-logo h1 {
    font-size: 2.7em; 
}
.banner-logo h1 span { 
    letter-spacing: 11px; 
}

}
@media(max-width:900px){
.services-grids{
    /*margin: 7em 0 0;*/
	width: 100%;
    /* margin: 0 auto; */
}

}
@media(max-width:800px){

.services, .services1{
		padding: 0em 0;
		top: 496px;
	}
.banner-top-grids.banner-logo img {
    width: 24%;
}
.banner-logo h1 span {
    letter-spacing: 10px;
}

.icon {
    padding-top: 0;
}

}
@media(max-width:768px){
.services, .services1{
		padding: 0em 0;
	}
.services-top-left {
		float: left;
		width: 50%;
	}
	.services-left {
		text-align: center;
	}
	.service-img img {
		margin: 0 auto;
	}
	.services-left h4 {
		font-size: 1em;
	}
	.services-left p {
		margin: 0;
	}
	.services-grid {
		width: 33.33%;
		float:left;
	}
	.para span {
		left: 72px;
	}
.services h3, .services1 h3 {
		font-size: 1.6em;
	}
.welcome {
    padding: 0em 0;
}
.onbanner_tagline span {
    padding: 5px 50px;
}
}
@media(max-width:736px){
.onbanner_tagline span {
    padding: 5px 75px;
    font-size: 16px;
}
.banner-text p {
    width: 46%;
}
.banner .nav li span.icon {
    width: 42%; 
}
.banner .nav li { 
    width: 32.1%; 
}
.w3latest-grids { 
    padding: 0 .2em;
    float: left;
    width: 33.33%;
}
}
@media(max-width:667px){
	.onbanner_tagline span {
    padding: 5px 75px;
    font-size: 16px;
}
.w3layouts-logo h1 a {
		font-size: 1em;
	}
	.agileinfo-social-grids {
		margin: 0.6em 0 0 0;
	}
	.address-info-text p {
		margin: .6em 0 0 0;
	}
	.header {
		padding: 2em 0;
	}
	.agileits_testimonials_right_grid:before {
		left: -10px;
	}
	.w3_testimonials_right_grid:before {
		right: -10px !important;
	}
	.agileits_w3layouts_features_gridr h4 {
		letter-spacing: 2px;
	}

}
@media(max-width:640px){
	.onbanner_tagline span {
    padding: 5px 42px;
    font-size: 16px;
}
.services-grids > DIV:nth-child(3)
{
	margin-top:0px;
}
.services-grid {
		width: 100%;
		float: left;
		margin-top: 14%;
	}
	.services-grid:last-child
	{
		margin-top:0px;
	}
.services h3, .services1 h3 {
		font-size: 1.4em;
	}
.para span {
		width: 58px;
		height: 58px;
		left: 256px;
		top: -40px;
	}
	.para p {
		padding: 1.5em 1em 1em;
	}
	.services-grids {
		margin:-10em 0 0;
	}
	.services h3, .services1 h3 {
		font-size: 1.4em;
	}

.title {
    margin-bottom: 2em;
}
.welcome-right h4 {
    font-size: 1.8em;
}
}
@media(max-width:600px){
.services-grids
{
	margin-top:-124px;
}
	.onbanner_tagline span {
    padding: 5px 26px;
    font-size: 16px;
}
}
@media(max-width:568px){
.onbanner_tagline span {
    padding: 5px 57px;
    font-size: 11px;
}
.onbanner_tagline
{
    bottom: 70px;	
}
.textbid span:first-child {
    font-size: 23px;
}
	.textbid
{
	font-size:1.5em;
	padding: 4px 0px;
    line-height: 24px;	
}
.textbid span
{
	width: 100%;
    float: left;
    text-align: center;
}
.textbid span img
{
	margin:0px auto;
	float:none!important;
}
	.services-grids
{
	margin-top:-107px;
}
.para span {
		width: 58px;
		height: 58px;
		left: 178px;
		top: -40px;
	}
	.para p {
		padding: 1.5em 1em 1em;
	}

.banner-logo h1 {
    font-size: 2.1em;
}


}

@media(max-width:480px){
	.textbid span:first-child {
    font-size: 21px;
}
.textbid
{
	font-size:1.5em;
	padding: 4px 5px;
    line-height: 24px;	
}
.textbid span
{
	width: 100%;
    float: left;
    text-align: center;
}
.textbid span img
{
	margin:0px auto;
	float:none!important;
}
	.services-grids
{
	margin-top:-93px;
}

.services h3, .services1 h3 {
		font-size: 1.3em;
		line-height: 1.5em;
	}
	.services-top-left {
		float: left;
		width: 100%;
		margin-bottom:1em;
	}
	.services-top-main {
		margin-bottom: 2em;
	}
.services, .services1 {
		padding: 0em 0;
	}
	
	
	.services-top {
		margin: 2em 0 0;
	}
	.services-top-main:nth-child(2) {
		margin-top: 1em;
	}
	.services-grid {
		float: none;
	}
	.para span {
		left: 116px;
	}
.welcome {
    padding: 0.5em 0;
}
.title h3 {
    font-size: 2.2em;
}
.welcome-right {
    padding: 1.5em;
}
.welcome-right h4 {
    font-size: 1.5em;
}
.welcome-right {
    padding: 1.5em;
}

.agileinfo-social-grids {
		margin: 0;
		float: none;
		text-align: center;
		width: 100%;
	}
	.w3layouts-logo {
		float: none;
		width: 100%;
		margin: .5em 0;
	}
	.address-info-text {
		float: none;
		width: 100%;
	}
	.header {
		padding: 1em 0;
	}
	.w3layouts-slider {
		padding: 3em 0;
	}
	.agileits-banner-left h3 {
		font-size: 2em;
	}
	
	.about-w3layouts{
		padding: 2em 0;
	}
	.w3_agileits_features_grids, .agileinfo-team-grids {
		margin: 2em 0 0 0;
	}
	.agileits-heading h2, .agileits-heading h3, .wthree-heading h2 {
		font-size: 2.5em;
	}
.onbanner_tagline span {
    padding: 5px 25px;
    font-size: 11px;
}
.onbanner_tagline
{
    bottom: 70px;	
}

}
@media(max-width:414px){
		.services-grids
{
	margin-top:-81px;
}
.welcome {
    padding: 0em 0;
}
.title p {
    margin: 0 1em; 
}
.textbid
{
	font-size:1.3em;
	padding: 4px 0px;
    line-height: 24px;	
}
.textbid span
{
	width: 100%;
    float: left;
    text-align: center;
}
.textbid span img
{
	margin:0px auto;
	float:none!important;
}
.onbanner_tagline span {
    padding: 5px 5px;
    font-size: 11px;
}
.onbanner_tagline
{
    bottom: 41px;	
}
.textbid span:first-child {
    font-size: 18px;
}
}

@media(max-width:375px){
	.textbid span:first-child {
    font-size: 16px;
}
.onbanner_tagline span {
    padding: 5px 16px;
    font-size: 9px;
}
		.services-grids
{
	margin-top:-68px;
}
.welcome-right {
    padding: 1em;
}
.textbid
{
	font-size:1.1em;
	padding: 4px 0px;
    line-height: 24px;	
}
.textbid span
{
	width: 100%;
    float: left;
    text-align: center;
}
.textbid span img
{
	margin:0px auto;
	float:none!important;
}
}
@media(max-width:320px){
	.onbanner_tagline span {
    padding: 5px 8px;
    font-size: 9px;
}
			.services-grids
{
	margin-top:-83px;
}
.textbid
{
	font-size:1.1em;
	padding: 4px 0px;
    line-height: 24px;	
}
.textbid span
{
	width: 100%;
    float: left;
    text-align: center;
}
.textbid span img
{
	margin:0px auto;
	float:none!important;
}
.services h3, .services1 h3 {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.para span {
		left: 87px;
	}
	.services-grid {
		width: 100%;
		float: left;
		margin-top: 22%;
	}

.services-top-left {
		float: none;
		width: 100%;
	}
	.services-top {
		margin: 1em 0 0;
	}
	.services-left,.services-top-left,.our-advantages-grid,.history-left,.history-right{
		padding: 0 !important;
	}
	.history-left h3, .history-right h3 {
		margin: 0 0 1em !important;
	}
	.service-img {
		padding: 0 1em !important;
	}
	.services-top-main:nth-child(2) {
		margin: 1em 0;
	}
	.services-top-main:nth-child(3) {
		margin: 0 0 1em;
	}
	.services-grid {
		width: 100%;
	}
	.para span {
		left: 106px;
	}
.services-left p,.para p{
		font-size: 13px;
	}

.welcome {
    padding: 1.5em 0;
}
}
/*-- //responsive-design ---*/
		