 
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,900,300italic,400italic,900italic);
 /*** 
For reset global css 
==========================   ***/
@charset "utf-8";
/***   Eric Meyer’s Reset CSS   ***/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; font-family:Lato;}
body {	line-height:1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
nav ul { list-style:none; }
blockquote, q {	quotes:none; }
header{ line-height:0;}
blockquote:before, blockquote:after, q:before, q:after { content:none; }
a {	margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none;font-family:lato;}
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table {	border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
ul,ol{ list-style:none; text-align:justify;}


 /**  
   For Font face css
==========================  **/
/**  
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://dainet.org/daweb/css/fonts/lato/v7/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://dainet.org/daweb/css/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(http://dainet.org/daweb/css/fonts/lato/v7/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(http://dainet.org/daweb/css/fonts/lato/v7/2HG_tEPiQ4Z6795cGfdivD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(http://dainet.org/daweb/css/fonts/lato/v7/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: local('Lato Black Italic'), local('Lato-BlackItalic'), url(http://dainet.org/daweb/css/fonts/lato/v7/VNUH7ZAcagYBWsAiBBCEYz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}


 
   For Common css
========================== **/
body{font-size:62.5%; font-family:lato; background:#e3e3e3; 
/* background:url(../images/home-psd.jpg) center top no-repeat; */
}

.main{ width:100%; max-width:1006px; margin:0 auto;}
h1{ text-transform:uppercase; color:#3f3f3f; font-size:1.6em; line-height:1.1;font-family: 'lato';
text-align:center;}
h1 span{ font-family: 'lato'; color:#96ba03;}
.underline-none{ text-decoration:none !important}
.underline{ text-decoration:underline;}
.fl{float:left;}
.rt{float:right;font-family:lato;}
.clear-fix{ clear:both;}
.sp-none{ margin:0 !important;}

/*  For button */
.btn {
	-moz-box-shadow:inset 0px -2px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px -2px 0px 0px #ffffff;
	box-shadow:inset 0px -3px 0px 0px #678b03;
	background-color:#97b706;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #e5ebe1;
	display:inline-block;
	color:#fff;
	font-size:1.5em;
	padding:5px 10px 7px 10px;
	text-decoration:none;
	cursor:pointer;
	margin-top:.8em;
	font-family: Lato;
}
.btn:hover {
	box-shadow:inset 0px -3px 0px 0px #99CC33;
	background-color:#bad63d;
	color:#000;
}
/**  
   For Header Section
 ========================== **/
.social-container{ padding:6px 0 5px 0; overflow:hidden; background-color:#E3E3E3; }
.social-icon{ float:right;}
.social-icon li{ display:inline; margin-left:5px;}
.social-icon li:hover{ opacity:0.8;}
.menu-wrapper{ padding:17px 0; background:#fff; width:100%; display:inline-block;}
.logo{ float:left;}
.header-right{ float:right;}
.header-right .menu li{ color:#7a7a7a;  float:left; border-right:1px solid #7a7a7a;}

.header-right .menu li.last{ border:none; }
.header-right .menu li a{ color:#7a7a7a; font-size:1.5em; line-height:1; padding:0 12px;}
.menu li a:hover,.menu li.active a{color:#93b902;  }
.menu li.active a{font-family: Lato; }
.header-right .menu li.last a{ padding-right:0;}
 .search{ float:right; margin-top:30px; width:288px; height:24px; padding:0 5px;}
 
 /*.search input[type="search"]{width:120px; height:24px; line-height:24px; border:1px solid #aaaaaa; padding:0 5px; background:url(../images/search-icon.png) 109px 5px no-repeat;}*/
 
 /**  
   For Footer Section
 ========================== **/
footer{  border-top:6px solid #93bf03; background:#232323; overflow:hidden; padding:26px 0; clear:both;}
.footer-links{ overflow:hidden; margin-bottom:3em;}
.links{ width:17.5%; float:left; color:#979797; border-right:1px solid #393939; margin-right:2em; font-family: 'latobold'; font-size:11px; min-height:150px;}
.our-website{ width:25%;}
footer h3{ color:#9ec800; text-transform:uppercase; font-size:1.4em; font-family: 'latobold'; line-height:1.3; padding-bottom:.7em;}
.links li{ font-size:1.2em; line-height:1.2; padding-bottom:.4em;}
.links a{ color:#979797;}
.links a:hover,.links a.active{ color:#c7c5c5;}
.links.social{ margin-right:0; border-right:0; width:13%;}
.links.social li{ display:inline-block; width:100%; line-height:25px;}
.links.social li img{ float:left; margin-right:10px;}
.our-website li{ padding-bottom:.7em !important; color:#c7c5c5; }
.our-website li a{ color:#c7c5c5; text-decoration:underline;}


.copyright{ overflow:hidden; clear:both; color:#656565; font-family:Lato; font-size:1.1em; line-height:1.2;}
.copyright span{ color:#979797; font-family:lato;}


