/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}


/* start editing from here */
a:link {color: #000000; text-decoration:none;}
a:hover {color: #FF0000; text-decoration:none;}
a:visited {color: #000000; text-decoration:none;}

.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/



@font-face {
	font-family: arial, helvetica, sans-serif; color: #000000;
}
body{
	font-family: arial, helvetica, sans-serif; color: #000000;
	background: #FFFFFF;
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.main{
	background:##FFFFFF;
	padding: 0% 5%;
	
}
.logo{
	float:center;
	padding-top: 0%;
}
header{
	position: relative;
	padding: 30px 0 30px 0;
}



header2 {
        position: relative;
	color:#FFFFFF;
	letter-spacing:-1px;  

}




nav{
	position:relative;
	float:right;
	padding:17px 3px 0 0;
	display:inline-block;	
}
nav>div {
	float: left;
	width: 200px;
	margin-left: 25px;
}



/*--content--*/
.content-bg{
	margin: 3% 0 0 0;
}


.color{
	color:#000;
}
h2 span {
	display: block;
	margin: -6px 0 0 0;
}
.f-box1 h4{
	font-size:1.8em;
	color:#A1A1A1;
}
.inner-top {

	overflow: hidden;
	padding-bottom: 31px;
}
.content-top {
	border-bottom: 6px solid #F3F4F5;
	padding-bottom: 8px;
}
.content-bot{
	border-bottom: 6px solid #F3F4F5;
	margin-bottom: 2%;
	padding: 2% 0;
}
.content-bot h3 {
	color: #A1A1A1;
	font-size: 2em;
}
.content-middle {
	border-bottom: 6px solid #F3F4F5;
	padding-bottom: 8px;
}


.copy {
	text-align: center;
	padding-bottom: 20px;
}
.copy p {
	color: #555;
	font-size: 8px;
}
.copy p a {
	color: #000;
}
.copy p a:hover {
	color: #000000;
    text-decoration: none;
}





/*--Services--*/


.span_1_of_s {
	width: 30%;
}


.col {
	display: block;
	float: left;
	margin: 1% 0 1% 0%;
}



.span_ME2{
	width: 65%;
        margin-right: 2%;
}


.span_ME2 h3 {
	color: #555;
	font-size: 15px;
        font-weight: bold;
	margin-bottom: 10px;
}



.span_1_of_s {
	width: 30%;
        margin-right: 2%;
}
.span_1_of_s h3 {
	color: #555;
	font-size: 20px;
        margin: 0%;
	margin-bottom: 20px;
}



p.thick {
	color: #555;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
.s-grid-img {
	width: 30%;
	float: left;
	margin-right: 3%;
}

.s-grid-img2 {
	width: 150px;
	float: left;
	margin-right: 3%;
}


.s-grid-desc p {
	color: #555;
	font-size: 13px;
	line-height: 1.2em;
}
.exp p {
	font-size: 13px;
	color: #555;
	line-height: 1.1em;
	margin-bottom: 30px;
}
.bot-img{
	margin-bottom:4%;
}
.boxes h3 {
	color: #555;
	font-size: 30px;
	margin-bottom: 20px;
}
.boxes p{
	color:#555;
	font-size:13px;
	line-height:1.8em;
	margin-bottom: 2%;
}




/*--About--*/
/*  GRID OF Content With Image and Sidebar   ============================================================================= */
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	background:#F0F0F0;
	padding:1.5%;
}




/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.grid {
		margin:0;
	}
	.content{ 
		margin: 2% 0 2% 0%;
	}
	.rightsidebar{
		margin:0;
	}
	.image{
		padding:3%;
	}
	.desc{
		margin:0;
	}
	.span_1_of_2 {
		width:94%;
		padding:3%;
	}
	.span_3_of_2 {
		width: 100%;
	}
	.images_3_of_2{
		width: 100%;
	}
	.span_3_of_1 {
		width:94%;
		padding:3%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.content{ 
		margin: 2% 0 2% 0%;
	}
	.rightsidebar{
		margin:0;
	}
	.grid {
		margin:0;
	}
	.image{
		padding:4%;
	}
	.desc{
		margin:0;
	}
	.span_1_of_2 {
		width:92%;
		padding:4%;
	}
	.span_3_of_2 {
		width: 100%;
	}
	.images_3_of_2{
		width: 100%;
	}
	.span_3_of_1 {
		width:92%;
		padding:4%;
	}
}
.span_3_of_1 h3 {
	font-size: 1.5em;
	color: #A1A1A1;
	margin-bottom:8%;
}
.span_3_of_1 img{
	margin-bottom:5%;
}
.color-3 {
	color: #B6B4B4;
	display: block;
	margin-bottom:1%;
	font-size: 13px;
}

.span_1_of_2 h3 {
	font-size: 1.5em;
	color: #A1A1A1;
	margin-bottom:3%;
}




/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}



/*--Media Queries--*/
@media only screen and (max-width:1366px) and (min-width:1280px) {
	.wrap{
		width:90%;
	}
	.header_bottom_left {
		float: right;
		width: 29.4%;
	}
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.wrap{
		width:90%;
	}
	.header_bottom_left {
		float: right;
		width: 28.9%;
	}
}
@media only screen and (max-width:1024px) and (min-width:800px) {
	.wrap{
		width:90%;
	}
	.header_bottom_left {
		width: 28.4%;
	}
	.menu li a {
		font-size: 16px;
	}
	.logo {
		width: 100%;
	}
	nav {
		width: 79%;
	}
	nav>div {
		width: 29%;
	}
	
	.f-box1 h4 {
		font-size: 1.5em;
	}
	.button-1 {
		font-size: 14px;
	}
	.content-bot h3 {
		font-size: 1.5em;
	}
	.date {
		width: 90px;
		height: 90px;
		font-size: 1.5em;
		line-height: 94px;
	}
	.f-box {
		width: 30%;
		margin-right: 3%;
	}
	.f-box1 {
		width: 67%;
	}
	.quotation-text {
		padding:11px;
	}
}
@media only screen and (max-width:800px) and (min-width:640px) {
	.wrap{
		width:90%;
	}
	.logo {
		width: 100%;
	}
	nav {
		width: 76%;
	}
	nav>div {
		width: 28%;
	}
	.menu li a {
		font-size: 14px;
	}
	.header_bottom_left {
		width: 27.2%;
	}
	.f-box1 h4 {
		font-size: 1.3em;
	}
	.button-1 {
		font-size: 14px;
	}
	.content-bot h3 {
		font-size: 1.5em;
	}
	.date {
		width: 80px;
		height: 80px;
		font-size: 1.3em;
		line-height: 86px;
	}
	.f-box {
		width: 30%;
		margin-right: 3%;
	}
	.f-box1 {
		width: 67%;
	}
	.quotation-text {
		padding:11px;
	}
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.wrap{
		width:90%;
	}
	.logo {
		width:100%;
		float:none;
	}
	nav {
		width: 76%;
	}
	nav>div {
		width: 28%;
	}
	.menu li {
		text-transform: uppercase;
		background: url(../images/menu-arrow.png) 25% 52% no-repeat;
		border-bottom: 1px dotted #EC7A96;
		padding: 8% 0 5% 32%;
	}
	.f-box1 h4 {
		font-size: 1.3em;
	}
	.button-1 {
		font-size: 14px;
	}
	.content-bot h3 {
		font-size: 1.5em;
	}
	.date {
		width: 80px;
		height: 80px;
		font-size: 1.3em;
		line-height: 86px;
	}
	.f-box {
		width: 30%;
		margin-right: 3%;
	}
	.f-box1 {
		width: 67%;
	}
	.quotation-text {
		padding:11px;
	}
	nav {
		float:none;
		display: inline-block;
		width:100%;
	}
	.span_1_of_f {
		width:100%;
		float:none;
	}
	.header_bottom_right_images {
		float:none;
		width:100%;
	}
	.span_1_of_s {
		width: 100%;
	}
	.menu li a {
		font-size: 13px;
	}
	.header_bottom_left {
		width: 24.9%;
	}
}
@media only screen and (max-width:480px) and (min-width:320px) {
	.wrap{
		width:90%;
	}
	.logo {
		width:100%;
		float:none;
	}
	nav {
		width: 76%;
	}
	nav>div {
		width: 26%;
	}
	.menu li {
		text-transform: uppercase;
		background: url(../images/menu-arrow.png) 7% 61% no-repeat;
		border-bottom: 1px dotted #EC7A96;
		padding: 8% 0 0% 16%;
	}
	.f-box1 h4 {
		font-size: 1.3em;
	}
	.button-1 {
		font-size: 14px;
	}
	.content-bot h3 {
		font-size: 1.5em;
	}
	.date {
		width: 80px;
		height: 80px;
		font-size: 1.3em;
		line-height: 86px;
	}
	.f-box {
		width: 30%;
		margin-right: 3%;
	}
	.f-box1 {
		width: 67%;
	}
	.quotation-text {
		padding:11px;
	}
	nav {
		float:none;
		display: inline-block;
		width:100%;
	}
	.span_1_of_f {
		width:100%;
		float:none;
	}
	.header_bottom_right_images {
		float:none;
		width:100%;
	}
	.span_1_of_s {
		width: 100%;
	}
	ul.sf-menu>li {
		padding: 6px 0 5px 30px;
		background: url(../images/bg-li.png) 17px 8px no-repeat;
	}
	.menu li a {
		font-size: 12px;
	}
	.header_bottom_left {
		width: 24.9%;
	}
}
@media only screen and (max-width:320px) and (min-width:240px) {
	.wrap{
		width:90%;
	}
	.logo {
		width:100%;
		float:none;
		text-align: center;
	}
	nav {
		width: 76%;
	}
	nav>div {
		width:100%;
	}
	.menu li  a{
		font-size:11px;
	}
	.f-box1 h4 {
		font-size: 1.1em;
	}
	.button-1 {
		font-size: 14px;
	}
	.content-bot h3 {
		font-size: 1.5em;
	}
	.date {
		width: 60px;
		height: 60px;
		font-size: 1.1em;
		line-height: 66px;
	}
	.f-box {
		width: 30%;
		margin-right: 3%;
	}
	.f-box1 {
		width: 67%;
	}
	.quotation-text {
		padding:11px;
	}
	nav {
		float:none;
		display: inline-block;
		width:100%;
	}
	.span_1_of_f {
		width:100%;
		float:none;
	}
	.header_bottom_right_images {
		float:none;
		width:100%;
	}
	.header_bottom_left {
		width: 11.9%;
	}
	.span_1_of_s {
		width: 100%;
	}
	ul.sf-menu>li {
		padding: 6px 0 5px 30px;
		background: url(../images/bg-li.png) 26px 8px no-repeat;
	}
	.f-box1 {
		margin-bottom: 20px;
	}
	.image_carousel h3 {
		font-size:1.5em;
	}
}