@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic,700);
@import 'style.css';

html{font-size:100%}
body{
	margin:0; padding:0;
	background-color:#000000;
	background-image:url(../images/main-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:'Open Sans';
}
.nopadding{padding:0}
.hpadding{padding-left:15px !important; padding-right:15px !important}
.vpadding{padding-top:15px !important; padding-bottom:15px !important}

/* Fonts */
@font-face{font-family:'Indulekha Itlic';src:url('../fonts/indulekha_italic.eot?v=1.0');src:url('../fonts/indulekha_italic.eot?#iefix&v=1.0') format('embedded-opentype'),url('../fonts/indulekha_italic.woff2?v=1.0') format('woff2'),url('../fonts/indulekha_italic.woff?v=1.0') format('woff'),url('../fonts/indulekha_italic.ttf?v=1.0') format('truetype'),url('../fonts/indulekha_italic.svg?v=1.0#regular') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Indulekha';src:url('../fonts/indulekha.eot?v=1.0');src:url('../fonts/indulekha.eot?#iefix&v=1.0') format('embedded-opentype'),url('../fonts/indulekha.woff2?v=1.0') format('woff2'),url('../fonts/indulekha.woff?v=1.0') format('woff'),url('../fonts/indulekha.ttf?v=1.0') format('truetype'),url('../fonts/indulekha.svg?v=1.0#regular') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Indulekha Bold';src:url('../fonts/indulekha_bold.eot?v=1.0');src:url('../fonts/indulekha_bold.eot?#iefix&v=1.0') format('embedded-opentype'),url('../fonts/indulekha_bold.woff2?v=1.0') format('woff2'),url('../fonts/indulekha_bold.woff?v=1.0') format('woff'),url('../fonts/indulekha_bold.ttf?v=1.0') format('truetype'),url('../fonts/indulekha_bold.svg?v=1.0#regular') format('svg');font-weight:normal;font-style:normal;}
.main-container{display:block; overflow:hidden;}
.container{background:#fff;}
.text-ml{font-family:'Indulekha';font-size:1.2em; font-weight:100;letter-spacing: 0.2px;}
.text-en{font-family:'Open Sans';font-size:1em;}
.text-ml .text-en{font-size:0.8em;}
.text-en .text-ml{font-size:1.2em;}
i.text-ml, .text-ml.italic, .text-ml .italic{font-family:'Indulekha Itlic';}
strong.text-ml, .text-ml.bold, .text-ml .bold{font-family:'Indulekha Bold'; font-weight:100}
.text-ml.italic .text-en{font-style:italic}
.text-ml.bold .text-en{font-weight:600}
.text-center{text-align:center}
/* Fonts */
.text-gold{color:#523000}
.text-highlight{font-size:1.5rem; font-weight:bold; margin:30px 0; padding:0 15%; display:block; overflow:hidden}
@media (max-width:480px){
	.text-highlight{font-size:1.2rem;padding:0 0%; margin:20px 0 }
}
header,article.main,footer{display:block; clear:both;float:none}
.logo-wrapper{width:100%;text-align:center; padding:30px 0}
.logo-wrapper .logo{margin:0 auto;width:auto; text-align:center}
.logo-wrapper .logo img{margin:0 auto;}
.content-main{padding:20px 5%; font-size:1.1rem; line-height:normal; text-align:justify}

.head1{font-size:2rem; display:block; overflow:hidden; font-weight:100}
.head2{font-size:1.5rem; display:block; overflow:hidden; font-weight:bold}
.head3{font-size:1.2rem; display:block; overflow:hidden; font-weight:bold}

.text-white{color:#fff}

.footer-content{
	background:#140023;
	padding:20px 15px;
	color:#fff;
}