html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

header, nav, section, article, aside, footer {
   display:block;
}

nav, ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}

.h_iframe        {position:relative; background-color: transparent;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

.container {
    width: 100%;
    max-width: 1002px;
    margin: auto;
}
.adaptive-img {
	max-width: 100%;
	height: auto;
	margin: 0px;
	border: none;
}

/* --------------body part----------------- */
#body-content {
	background: #65ca60;
	width: 100%;
	height: auto;
	word-wrap: break-word;
	display: table;
}
#body-content-in-part {
	max-width: 942px;
	width: 100%;
	margin-left: 30px;
	margin-right: 30px;
}

/* --------------------body Part------------------ */
.wht-head-text {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 36px;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
}
.blk-head-text {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 36px;
	color: #010101;
	margin-top: 15px;
	margin-bottom: 15px;
}
.wht-mid-head-text {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 25px;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
	font-style: italic;
}
.body-text {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #ffffff;
}
.body-text a{
	font-family: Calibri, "Lucida Sans Unicode", Arial;
	font-size: 15px;
	line-height: 22px;
	color: #292929;
	text-decoration: underline;
}
.body-text a:hover{
	color: #292929;
	text-decoration: none;
}
.body-text-itl {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #ffffff;
	text-align: justify;
	font-style: italic;
	font-weight: bold;
}
.body-text-bold {
	font-family: Calibri, "Lucida Sans Unicode", Arial;
	font-size: 15px;
	line-height: 20px;
	color: #292929;
	font-weight: bold;
}
.body-text-bold-blue {
	font-family: Calibri, "Lucida Sans Unicode", Arial;
	font-size: 15px;
	line-height: 20px;
	color: #117ccc;
	font-weight: bold;
}

/* --------------------foter------------------ */
.foter_doted-div {
	background-image: url(../images/fot-div-bg.gif);
	background-position: center left;
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
.foter_all_rights {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #7d7d7d;
	text-align: center;
}
.foter_all_rights_name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #21b419;
	text-align: center;
}

.foter_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #0b43c2;
	text-align: center;
}
.foter_link a{
	font-family: Verdana, Geneva, sans-serif;
	color: #0b43c2;
	text-decoration: none;
}
.foter_link a:hover{
	color: #65ca60;
	text-decoration: none;
	border-bottom: 1px dotted #699bca;
}
.foter_link_selected{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #65ca60;
	text-decoration: none;
	border-bottom: 1px dotted #699bca;
}

/*-------------------------------------------- Landscape portrait tablet --------------------------------------------------------*/

@media screen and (max-width: 800px) { /* max-width: 680px */
.container {
    width: 90%;
    max-width: 680px;
    margin: auto;
}
.wht-head-text {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 30px;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
}
.blk-head-text {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 30px;
	color: #010101;
	margin-top: 15px;
	margin-bottom: 15px;
}
.wht-mid-head-text {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 20px;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
	font-style: italic;
}
/* --------------body part----------------- */
#body-content {
	background: #65ca60;
	width: 100%;
	height: auto;
	word-wrap: break-word;
	display: table;
}
#body-content-in-part {
	max-width: 100%;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
#header {
	height: auto;
	background-color: #06ab38;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	font-style: italic;
	-ms-box-shadow: 0 3px 2px rgba(0,0,0,.3); -webkit-box-shadow: 0 3px 2px rgba(0,0,0,.3); -moz-box-shadow: 0 3px 2px rgba(0,0,0,.3); -o-box-shadow: 0 3px 2px rgba(0,0,0,.3); box-shadow: 0 3px 2px rgba(0,0,0,.3);
	text-align: center;
	z-index: 998;
}

.foter_link {
	display: none;
}

}
/*
Author: Alpesh Panchal
Author Email: alpesh88ww@gmail.com
*/
