/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@font-face {
    font-family: Roboto-Light;
    src: url(Roboto-Light.ttf);
}



@import url(app.css);
@import url(blocks.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
 font-family:Roboto-Light;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #a72523;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}



.styletext10{font-size:16px; padding-right:150px; margin-top:150px; line-height:2;}

.stylepaddingicons{}
.textcenter{text-align:center}
.float1{}





@media only screen and (min-width:301px) and (max-width:550px) {
.width1{ width:100%; margin-bottom:10px;}

.styletext10{font-size:16px; padding-right:25px; margin-top:30px; line-height:2;}


.stylepaddingicons{padding-left:0px;  }

.float1{float:left;}

.col-xs-6 {
    width: 50%;
	
}


}

@media only screen and (min-width:551px) and (max-width: 900px) {
.float1{float:left;}
}


@media only screen and (min-width:901px) and (max-width: 1023px) {

}

@media only screen and (min-width:1024px) and (max-width: 1260px) {
.stylepaddingicons{padding-left:120px;}
}

@media only screen and (min-width:1280px) and (max-width: 1300px) {

}


@media only screen and (min-width:1301px) and (max-width: 1600px) {

}

@media only screen and (min-width:1601px) and (max-width: 1920px) {

}