@import url("reset.css");
@import url("fonts/devanagarisangam/stylesheet.css");

a{ text-decoration: none; outline: none;}
a:hover{ text-decoration: underline;}
body{
	color: #848484;
	font-family: 'devanagari_sangam_mnregular', "Arial";
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	color: #17b2e5;
	font-family: 'devanagari_sangam_mnbold';
}


h2{ font-size: 45px}
h3{font-size: 35px; }
h4{font-size: 24px; }
h5{ color: #524f4f; font-size: 18px}

img{ max-width: 100%;}
.text-center{ text-align: center;}
.text-justify{ text-align: justify;}
.text-blue{color: #17b2e5;}

ul.list{ margin: 0 0 30px 20px;}
ul.list li{ padding: 0 0 0 20px; text-indent: -8px; line-height: 20px;}
ul.list li:before{
    content: "• ";
    color: #17b2e5;
}
ul.list li li:before{ color:#848484 }

ul, li{ list-style: none; padding: 0; margin:0;}

.container{
	max-width: 980px;
	margin:0 auto;
	width: 90%;
	position: relative;	
}	
.btn{
	background: #3ebcec;
	display: inline-block;
	min-width: 280px;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	padding: 28px 0 16px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;	
}
.btn:hover{ background: #fff; color: #3ebcec; text-decoration: none;}

header{
	background: url('../images/header.jpg') no-repeat right center;
	background-size:cover;
	position: relative;
	padding: 11% 0 6% 0;
	text-align: center;
}
header.mini{ padding: 0; height: 95px;}
.top-bar{
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	padding: 20px;
}
.top-bar h1 a{
	display: inline-block;
	width: 118px; height: 52px; text-indent: -9999px;
	background: url(../images/logo-header.png) no-repeat;
	float: left;
}
.top-bar ul{ float: right;}
.top-bar ul li{
	display: inline-block;
	padding-top: 20px;
	margin: 0 0 0 20px;
}
.top-bar ul li a{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.intro-header{
	padding: 25px 0 15px 0;
	background: rgba(23, 178, 229, .1);
	color: #fff;
	margin-bottom: 150px;
}
.intro-header h2{
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;

}
.intro-header p{
	font-size: 24px;
	line-height: 34px;
}

.download img{
	display: block; margin: 0 auto;
}
.download .btn{ margin-top: -2px;}

.header-hidden{ 	
	position: fixed; width: 100%; left: 0; right: 0; top: 0; 
	background: #fff;
	z-index: 999;
	padding: 14px 20px 0 20px;
	box-shadow: 0 4px 2px -2px gray;
	display: none;
}
.header-hidden .btn{ font-size: 20px;}
.header-hidden img{ float: left; /*width: 180px;*/}
.header-hidden ul{
	float: right;  margin-top: 6px;
	
}
.header-hidden ul li{ display: inline-block;}
.header-hidden li a{ }
.header-hidden li a:hover,
.header-hidden li a.btn{ min-width: 230px;  }

section{
	padding: 6% 0;
}

section p{ margin-bottom: 30px; line-height: 20px;}

.gray-bg{ background: #f6f6f6;}
.blue-bg{ background: #17b2e5;}

.section-title{ text-align: center; margin-bottom: 80px;}
.section-title h2{
	font-size: 45px;
	font-family: 'devanagari_sangam_mnregular', "Arial";
	margin-bottom: 5px;
}
.section-title p{
	font-size: 24px;
	line-height: 30px;
}

.row:before, .row:after{
	display: table;
    content: " ";
    clear:both;
}
.col-6, .col-4{ float: left;}
.col-6{ width: 50%;}
.col-4{ width: 32%; margin-right: 2%}
.col-4:last-child{ margin: 0;}

.row p{ line-height: 26px; font-size: 18px;}

#main-list .row{ padding: 60px 0;}
#main-list img{ margin-top: -30px;}
#main-list h3{
	margin-bottom: 10px;
}
#main-list h4{
	font-size: 21px;
	color: #524f4f;	
}
#main-list p{ margin:5px 0 30px 0;}

#safe-list h4{ margin: 30px 0 5px 0;}

#extras-list{ padding-bottom: 0;}
#extras-list li{
	font-size: 14px;
	float: left;
	width: 50%;
	height: 180px;
	padding:0 60px 0 100px;
	color: #fff;
	position: relative;
}
#extras-list li h4{ color: #fff; margin: 0 0 5px 0;}
#extras-list li img{
	position: absolute; left: 0; top:0;
}
#extras-list li p{ font-size: 14px;}

#pre-footer h2{ font-size: 54px; margin: 40px 0 70px 0;}


/*forms*/
section.forms{ padding: 12% 0;}
.forms input,
.forms select,
.forms textarea{
	background: #ebebeb;
	border: 0;
	padding: 11px 10px 5px 10px;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #9c9c9c;
	font-family: 'devanagari_sangam_mnregular', "Arial";
	margin-bottom: 20px;
}
.forms .activation-form input,
.forms .activation-form select{ width: 85%;}
.forms .activation-form span{ position: relative; display: block;}
.forms .activation-form span a{ 
	position: absolute; top: 18px; left: 87%; 
	font-family: 'devanagari_sangam_mnbold'; 
	text-decoration: underline;
	color: #17b2e5;
	text-transform: uppercase;
}

.forms textarea{ height: 110px;}
.forms input.btn{ 
	background: #17b2e5; color: #fff; font-size:28px; text-transform: uppercase;
	cursor: pointer;
	padding-bottom: 0;
	margin-top: 40px;
	min-width: 0;
}
.forms input.btn:hover{ background:#9c9c9c; }



footer{
	background: #ededed;
	padding: 35px 0 20px 0;
	position: relative;
	font-size: 12px;
}
footer .logo-footer{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: -50px;
	z-index: 99;
}

footer .menu-footer{
	text-align: right;
}
footer .menu-footer a{ color: #545454; margin: 0 5px;}

@media (min-width: 768px) {
	.mt-md{ margin-top: 20%;}
}

@media (max-width: 768px) {
	header{ padding-top: 130px;}
	.header-hidden{
		text-align: center;
	}
	.header-hidden img,
	.header-hidden ul{ float: none; margin: 0 0 10px 0;}
	section{ padding: 20% 0 15% 0 !important;}
	.row{ text-align: center;}
	.col-6{ width: 100%; margin: 0 0 40px 0; }
	.col-4{ width: 100%; margin: 0 0 40px 0;}

	#main-list{ padding-bottom: 5% !important;}
	#main-list .row{ padding: 30px 0;}
	#extras-list li{
		width: 100%;
		float: none; 
		padding: 20px 0;
		height: auto;
	}
	#extras-list li img{ position: relative; margin: 0 0 10px 0}
	#pre-footer h2 br{ display: none}
	footer .col-6{ margin: 20px 0 0 0}
	footer .menu-footer{
		text-align: center;
	}		


}
@media (max-width: 480px) {
	.header-hidden{ display: none !important}
	header.mini{ height: 120px;}
	.top-bar{ text-align: center;}
	.top-bar h1 a, .top-bar ul{ float: none;}
	
	.section-title h2{font-size:30px !important;}


}