@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600|Raleway:700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
	background-color: transparent !important;
    color: #101010;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    font-style: normal;
    padding: 0;
    word-wrap: break-word;
}



.egm-main-title{	
    font-size: 30px;
	text-align: center;	
	margin-bottom:30px;
}
.egm-main-title, h2
{
	font-size: 46px;
    line-height: 1.25;
    letter-spacing: 0px;
    color: #101010;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    /* line-height: 1.4; */
    text-transform: none;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    color: #101010;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    text-transform: none;
    font-style: normal;
}


.egm-main-title sup{
	text-transform:lowercase;
	font-size:18px;
}



.egm-sub-title{
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-bottom:30px;
}

.mbt-sec{
	width:100%;
	float:left;

}
.mbt-sec a{
	float:right;
}

.morebutton {
    background-color: #41111b;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 120px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
	text-decoration:none;;
}

.morebutton:hover, .morebutton:focus, .morebutton:active, .morebutton.focus, .morebutton.active{
	background-color: #f7941e;
    color: #fff;
	text-decoration:none;
}

.egm-sec{
	float: left;
    width: 100%;
    padding: 50px 30px;
    background: #f2e9e1;
	/*margin-bottom:35px;*/
}

.egm-notice{
	float:left;
	width:100%;
	background:#fff;
	padding-left:30px;
	height:100%;
}
.egmn-title{
	float:left;
	width:65%;
	font-size:18px;
	font-weight:bold;
	color:#3e3e3e;
	margin-top:35px;
	margin-bottom:15px;
	min-height:73px;

}

.egmn-icon{
	float:left;
	background:url(../images/egm-icon.png) no-repeat;
	background-position:center center;
	background-size:contain;
	min-height:73px;
	width:27%;
	margin-right:15px;
	margin-top:25px;
	margin-bottom:15px;
}


.proxy-form{
	float:left;
	width:100%;
	background:#fff;
	padding-left:30px;
	height:100%;
}
.pf-title{
	float:left;
	width:65%;
	font-size:18px;
	font-weight:bold;
	color:#3e3e3e;
	margin-top:35px;
	margin-bottom:15px;
	min-height:73px;
	
}

.pf-icon{
	float:left;
	background:url(../images/proxy-form-icon.png) no-repeat;
	background-position:center center;
	background-size:contain;
	min-height:73px;
	width:27%;
	margin-right:15px;
	margin-top:25px;
	margin-bottom:15px;
	
}

.egm-admin{
	float:left;
	width:100%;
	background:#fff;
	padding-left:30px;
	height:100%;
}
.egma-title{
	float:left;
	width:65%;
	font-size:18px;
	font-weight:bold;
	color:#3e3e3e;
	margin-top:35px;
	margin-bottom:15px;
	min-height:73px;
	
}

.egma-icon{
	float:left;
	background:url(../images/egm-admin-icon.png) no-repeat;
	background-position:center center;
	background-size:contain;
	min-height:73px;
	width:27%;
	margin-right:15px;
	margin-top:25px;
	margin-bottom:15px;
	
}


/*=======================================
17th AGM NEW DESIGN CSS STARTS HERE
========================================*/
.pdf-sec ul{
	margin:0;
	padding:0;
	text-align:center;
}

.pdf-sec ul li{
	list-style: none;
    display: inline-block;
    margin: 10px 20px;
	
}

.pdf-sec ul li a{
	
	color: #000 !important;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 6px 0px 6px 26px;
    vertical-align: middle;
    font-weight: 400;
    margin: 0px;
	text-decoration:none;
	display:inline-block;
	
}
.pdf-sec ul li a:before{
	position: absolute;
    
    left: 0;
    font-family: FontAwesome;
    content: "\f1c1";
    color: #6abc9e;
    font-weight: 400;
    vertical-align: middle;
    margin-top: 2px;
    font-size: 18px;
    line-height: 18px;
}

.pdf-sec ul li a:hover{
	text-decoration:none;
	color: #6abc9e !important;
}






@media (min-width: 768px){
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.egmn-title, .pf-title, .egma-title{
	float: left;
    width: 63% !important;
    font-size: 14px;
    font-weight: bold;
    color: #3e3e3e;
    margin-top: 35px;
    margin-bottom: 15px;
    min-height: 73px;
}

}




@media(max-width:767px){
	
.row-eq-height {
  
  display: block;
}

.mmb-25{
	margin-bottom:25px;
}
	
	
}