@charset "utf-8";
/*/ CSS Document /*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Proxima Nova';
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}	
	
/*===FONTS===*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('ProximaNovaCond-Light.woff2') format('woff2'),
        url('ProximaNovaCond-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('ProximaNovaCond-Semibold.woff2') format('woff2'),
        url('ProximaNovaCond-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('ProximaNovaCond-Regular.woff2') format('woff2'),
        url('ProximaNovaCond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('ProximaNovaCond-Bold.woff2') format('woff2'),
        url('ProximaNovaCond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.fl{ float:left;}
.fr{ float:right;}
.ovr{ overflow:hidden;}

/*==========Header==============*/	

	
/*========TOP STRIP=======*/
.top_strip{
	float: left;
	width: 100%;
	background: #ec1f25;
	padding:6px 0 5px;
	}
.top_strip P{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:0.5px;
	}
	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:84px;
	}
.header{
	float:left;
	width:100%;
	height:84px;
	margin-top: -84px;
	position: relative;
	top:84px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	border:none;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}	
.logo{
	float:left;
	margin-top:20px;
	width:215px;
	}
ul.mainMenu{
	float: right;
	margin:36px 0 0 0;
	}
ul.mainMenu li{
	float: left;
	padding: 0 20px;
	border-right:1px solid #585858;
	}
ul.mainMenu li:last-child{ border:none; padding-right:0;}
ul.mainMenu li a{
	float: left;
	color: #2b2b2b;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.5px;
	font-family:'Inter';
	font-weight:normal;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{ color:#21b100;}
		
/*MOBILE MENU CSS*/
.mob-mnu-ic{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 33px;
	z-index: 16;
	height: 30px;
	}
.mob-mnu-ic button{
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding:0;
	cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#000;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:115px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:84px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
	float: left;
	width: 150px;
	font-size: 18px;
	color: #ffffff;
	height: 42px;
	line-height: 40px;
	font-weight: 600;
	margin:10px 0;
	border-radius: 20px;
	background: #19c354;
	padding:0;
	text-align:center;
	}

	
/*===BANNER===*/
.banner{
	background:url(../images/bnr-bg.jpg) no-repeat top center;
	float: left;
	width: 100%;
	padding: 55px 0 185px;
	position: relative;
	overflow:hidden;
	}
.bnr_content{
	float: left;
	text-align: left;
	width: 43%;
	margin-top:50px;
	}
.bnr_content_strip{
	background: rgb(255,255,255,.1);
	padding: 5px 5px 5px 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 365px;
	border-radius: 50px;
	align-items: center;
	}
.bnr_content_strip p{
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	font-weight:600;
	letter-spacing:0.5px;
	}
.voter_img{
	display:inline-block;
	vertical-align:middle;
	width:90px;
	margin:0;
	}
.bnr_heading{
	font-size: 60px;
	line-height: 66px;
	color: #ffffff;
	font-weight:bold;
	text-transform:capitalize;
	margin-top:20px;
	letter-spacing:1px;
	}
.bnr_text{
	font-size:20px;
	line-height:28px;
	color:#ffffff;
	font-weight:600;
	margin-top:25px;
	letter-spacing:0.5px;
	}
.btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:278px;
	margin-top:30px;
	}
.btn_box a{
	background:#21b100;
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:21px;
	text-align:center;
	color:#fff;
	font-weight:normal;
	border-radius:6px;
	cursor:pointer;
	letter-spacing:0.5px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
	}
.btn_box a img{
	display:inline-block;
	vertical-align:middle;
	width:9px;
	margin:-6px 0 0 10px;
	}
.bnr_img1{
	position: absolute;
	top: 0;
	right: -55px;
	}
	

/*===SECTION1===*/
.section1{
	background:#fff;
    float: left;
    width: 100%;
	padding:30px 0 60px;
	}
.s1_strip{
	background: #fff;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 1170px;
	padding: 35px 40px 40px;
	border-radius: 8px;
	margin: -100px 0 50px;
	-webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 3px rgba(0,0,0,.1);
	}
.s1_strip_lft{
	float:left;
	width:57%;
	text-align:left;
	}
.s1_strip_txt1{
	font-size:20px;
	line-height:20px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.5px;
	position:relative;
	}
.s1_strip_txt1:before{
	content: '';
	background: #111111;
	width: 45px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	margin: -7px 15px 0 0;
	}
.s1_strip_hdg{
	font-size:37px;
	line-height:37px;
	color:#000000;
	font-weight:bold;
	margin-top:20px;
	}
.s1_strip_rgt{
	float: right;
	width: 27%;
	text-align: right;
	}
.s1_strip_rgt .btn_box{ margin-top:18px;}
.common_para{
	font-size:20px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.5px;
	position:relative;
	}
.common_para:before{
	content: '';
	background: #111111;
	width: 36px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	margin: -7px 15px 0 0;
	}
.common_heading{
	font-size:40px;
	line-height:42px;
	color:#000000;
	font-weight:bold;
	letter-spacing:0.3px;
	margin-top:12px;
	}
.s1_txt1{
	font-size:20px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.s1_box1_row{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
	margin:50px auto 0;
	}
.s1_box1_col{
	background:#fff;
	width:31.33%;
	border-radius:10px;
	padding:20px 22px 0;
	text-align:left;	
	-webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 3px rgba(0,0,0,.1);
	}
.s1_box1_num{
	text-align:right;
	font-size:30px;
	line-height:32px;
	color:#000000;
	font-weight:300;
	letter-spacing:0.5px;
	margin-bottom:5px;
	}
.s1_box1_hdg{
	font-size:24px;
	line-height:30px;
	color:#000000;
	font-weight:bold;
	letter-spacing:0.3px;
	}
.s1_box1_txt{
	font-size:18px;
	line-height:24px;
	color:#000000;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.s1_box1_col img{
	display:block;
	margin:40px auto 0;
	width:249px;
	}
.s1_txt2{
	font-size:25px;
	line-height:31px;
	color:#171717;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:40px;
	}
	
/*=========SECTION2========*/
.section2{
	background:#f9faff;
	float:left;
	width:100%;
	padding: 60px 0 70px;
	}
.s2_slider{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:50px 0 10px;
	}
.s2_slider_col{
	float:left;
	width:516px;
	}
.s2_slider_row{
	background:#ffffff;
	float:left;
	width:100%;
	border-radius:10px;
	text-align:left;
	padding:18px 16px 22px;
	border:1px solid #818282;
	}
.s2_slider_row:last-child{ margin-top:15px;}
.s2_slider_top{
	float:left;
	width:100%;
	position:relative;
	padding:6px 0 0 60px;
	}
.s2_slider_top img{
	position:absolute;
	top:0;
	left:0;
	width:50px;
	border-radius:50%;
	}
.s2_slider_top p{
	font-size:18px;
	line-height:20px;
	color:#000000;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.s2_slider_top p span{
	font-size:17px;
	color:#909090;
	font-weight:normal;
	}
.s2_slider_btm{
	float:left;
	width:100%;
	padding-top:18px;
	}
.s2_slider_btm p{
	font-size:18px;
	line-height:26px;
	color:#000000;
	letter-spacing:0.5px;
	}
.s2_slider_btm img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 8px 0;
	}

/*=====Footer=====*/
.footer{
	background:#fff;
	float:left;
	width:100%;
	padding:40px 0 40px;
	border-top:1px solid #cfcfcf;
	}
.foot_logo{
	display:block;
	margin:0 auto 20px;
	width:215px;
	}
.ftr-txt1{
	font-size:16px;
	line-height:20px;
	color:#333333;
	letter-spacing:0.5px;
	margin-top:10px;
	font-weight:normal;
    font-family: 'Inter';
	}
.ftr-txt1 a{ color:#000; padding:0 5px;}		

/*----------------------
POP UP CSS
------------------------*/
.pop-body{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99;
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;*/
	overflow: auto;
	}	
.pop-mid{
	width: 100%;
	padding: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	}
.popBox{
	width: 100%;
	max-width: 692px;
	background: #fff;
	padding:30px 0 30px;
	position: relative;
	border-radius: 12px;
	}
.pop_box_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:0 20px;
	}
.cross{
	position: fixed;
	top:0;
	right:0px;
	width:34px;
	height:34px;
	background:#333;
	cursor: pointer;
	z-index: 3;
	line-height:30px;
	text-align:center;
	border: 1px solid #808080;
	}	
.cross img{
	display:inline-block;
	vertical-align:middle;
	}
.pop-tik{
	position:absolute;
	left:0;
	top:0;
	}
.pop-hd{
	float:left;
	width:100%;
	font-size:39px;
	line-height:46px;
	font-weight:bold;
	letter-spacing:0.3px;
	color:#000000;
	}
.clam-tx{
	font-size:18px;
	line-height:24px;
	display:inline-block;
	vertical-align:middle;
	margin-top:12px;
	letter-spacing:0.5px;
	color:#000000;
	}
.clam-tx img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 8px 0;
	}
.clam-tx p{
	display:inline-block;
	vertical-align:middle;
	}
.pop-frm{
	padding:0 62px;
	border-top:1px solid #e0e0e0;
	padding-top:12px;
	margin-top:20px;
	}
.pop-fld-bx{
	float:left;
	width:100%;
	border:1px solid #a1a1a1;
	border-radius:4px;
	height:64px;
	position:relative;
	margin-top:14px;
	overflow:hidden;
	}
.pop-inp-fld{
	-webkit-appearance:none;
	outline:none;
	font-size:18px;
	line-height:22px;
	color:#000;
	border:none;
	width:100%;
	height:100%;
	padding:0 0 0 50px;
	letter-spacing:0.5px;
	font-family: 'Proxima Nova';
	}
.pop-fld-icn{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	}
.upd-tx{
	float:left;
	width:100%;
	text-align:left;
	font-size:19px;
	line-height:22px;
	margin-top:20px;
	position:relative;
	letter-spacing:0.5px;
	}
.upd-tx img{
	position:absolute;
	top: 10px;
	left: -25px;
	width:15px;
	}
.pop_frm_btn_box{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 518px;
	margin-top: 35px;
	}
.pop_btn{
	background: #21b100;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 92px;
	color: #fff;
	font-size: 40px;
	line-height: 90px;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-align: center;
	border-radius: 7px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: 'Proxima Nova';
	}
.pop_btn img{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-10px 0 0 15px;
	}
.pop_frm_btn_txt{
	font-size:16px;
	line-height:16px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.pop_frm_btn_txt img{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-8px 6px 0 0;
	}
.pop_logos{
	display:block;
	margin:15px auto 0;
	}
	

/*-----------------------
       MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){         
.container{width:1004px;}

.bnr_content{ width: 47%;}
.bnr_img1{ right: -170px;}
.bnr_heading{ font-size: 57px; line-height: 63px; letter-spacing:0.5px;}


}
@media only screen and (max-width:1021px){	    
.container{width:750px;}
.show-tab{display:block;}
.show-desk{ display:none;}

.banner{ padding: 50px 0 110px;}
.bnr_content{ margin-top: 20px; width: 48%;}
.voter_img{ width: 77px;}
.bnr_heading{ font-size: 43px; line-height: 49px;}
.bnr_text{ font-size: 18px; line-height: 26px; margin-top: 22px;}
.bnr_img1{ right: -150px; width: 495px;}

.section1{ padding: 30px 0 50px;}
.s1_strip{ margin: -72px 0 45px; padding: 30px 25px 30px;}
.s1_strip_lft{ width: 59%;}
.s1_strip_txt1{ font-size: 19px; line-height: 19px;}
.s1_strip_txt1:before{ width: 40px;}
.s1_strip_hdg{ font-size: 28px; line-height: 30px; margin-top: 16px;}
.s1_strip_rgt{ width: 38%;}
.s1_strip_rgt .btn_box { margin-top: 9px;}
.common_para{ font-size: 19px; line-height: 21px;}
.common_para:before{ width: 32px;}
.common_heading{ font-size: 32px; line-height: 39px;  margin-top: 10px;}
.s1_txt1{ font-size: 19px; line-height: 21px;}
.s1_box1_row{ margin: 40px auto 0;}
.s1_box1_col{ width: 31.33%; padding: 18px 18px 0;}
.s1_box1_num{ font-size: 26px; line-height: 28px;}
.s1_box1_hdg{ font-size: 22px; line-height: 27px;}
.s1_box1_col img{ margin: 30px auto 0; width: 180px;}
.s1_txt2{ font-size: 22px; line-height: 30px; margin-top: 30px;}

.section2{ padding: 50px 0 60px;}
.s2_slider{ margin: 40px 0 10px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.top_strip{ padding: 5px 0 3px;}
.top_strip P{ font-size: 14px; line-height: 16px;}

.top-fix-bar{ margin-bottom: 55px;}
.header{ height: 55px; margin-top: -55px; top: 55px;}
.logo{ margin-top: 9px; width: 180px;}
.mob-mnu-ic{ top: 18px; right:15px;}
.mobilemenu{ top: 79px;}
.mobimenu-top{ top: 55px;}

.banner{ padding: 20px 0 65px; background: #0c0f3e;}
.bnr_content{ margin-top: 10px; width: 100%; text-align:center;}
.bnr_img1{ margin:35px auto 0; max-width:100%; position:static;}
.bnr_content_strip{ text-align:left; margin: 0 auto; max-width: 335px;}
.bnr_content_strip p{ font-size: 17px;}
.voter_img{ width: 72px;}
.bnr_heading{ font-size: 40px; line-height: 48px;}
.bnr_text{ margin-top: 15px;}
.btn_box{ margin-top: 25px;}
.btn_box a img{ width: 8px; margin: -5px 0 0 10px;}

.section1{ padding: 20px 0 30px;}
.s1_strip{ margin: -50px 0 35px; padding: 25px 15px 30px;}
.s1_strip_lft{ width: 100%; text-align: center;}
.s1_strip_txt1{ font-size: 18px; line-height: 18px;}
.s1_strip_txt1:before{ width: 20px; margin: -7px 12px 0 0;}
.s1_strip_hdg{ font-size: 26px; line-height: 32px; margin-top: 10px;}
.s1_strip_rgt{ width:100%; text-align:center;}
.s1_strip_rgt .btn_box{ margin-top: 20px;}
.common_para{ font-size: 18px; line-height: 20px;}
.common_para:before{ width: 20px; margin: -7px 12px 0 0;}
.s1_txt1{ font-size: 18px; line-height: 24px; margin-top: 12px;}

.s1_box1_row{ margin:0 auto;}
.s1_box1_col{ width: 100%; padding: 18px 15px 0; margin-top: 25px;}
.s1_box1_num{ font-size: 24px; line-height: 26px; margin-bottom: 3px;}
.s1_box1_txt{ margin-top: 10px; font-size: 17px; line-height: 22px;}
.s1_box1_col img{ margin: 20px auto 0; width: 150px;}
.s1_txt2{ font-size: 20px; line-height: 26px; margin-top: 22px;}

.section2{ padding: 25px 0 30px;}
.s2_slider{ margin: 25px 0 5px;}
.s2_slider_col{ width: 345px !important;}
.s2_slider_row{ border-radius: 8px; padding: 16px 15px 20px;}
.s2_slider_btm{ padding-top: 15px;}
.s2_slider_btm p{ font-size: 16px; line-height: 24px;}
.s2_slider_btm img{ margin: -5px 5px 0; width:15px;}
.imogi3_smile{ width:45px !important;}

.footer{ padding:20px 0 20px;}
.foot_logo{ width:180px; margin: 0 auto 10px;}

.footer .btn_box { margin-top: 0;}
.ftr-txt1{ font-size: 12px; line-height: 21px; margin-top: 10px;}
.ftr_top{ margin-top:5px;}
.ftr-txt1 a{ padding:0 2px;}

/*====POP BOX===*/
.pop-mid{ padding: 15px 15px;}
.pop_box_top{ padding: 0 15px;}
.popBox{ padding: 20px 0 25px;}
.pop-hd{ font-size: 30px; line-height: 38px;}
.clam-tx{ font-size: 16px; line-height: 24px; margin-top: 10px;}
.pop-frm{ padding: 12px 20px 0; margin-top:15px;}
.pop-fld-bx{ height: 55px; margin-top: 12px;}
.pop-fld-icn{ width: 17px;}
.pop-inp-fld{ font-size: 17px; line-height: 20px; padding: 0 0 0 45px;}
.upd-tx{ font-size: 15px; line-height: 20px; margin-top: 15px; letter-spacing:normal;}
.upd-tx img{ top: 15px; left: -15px; width: 10px;}
.pop_btn{ height:65px; line-height:63px; font-size:30px;}
.pop_btn img{ width: 10px; margin: -8px 0 0 12px;}
.pop_frm_btn_box{ margin-top: 25px;}
.pop_frm_btn_txt{ font-size: 14px; line-height: 18px; margin-top: 12px;}
.pop_frm_btn_txt img{ width: 10px; margin: -8px 4px 0 0;}
.pop_logos{ margin: 12px auto 0; width: 250px;}
}

@media only screen and (max-width:360px){

}

/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}