﻿@charset "utf-8";
/* CSS Document */
/*
@media screen and (min-width: 320px) and (max-width: 480px){}
@media screen and (min-width: 603px) and (max-width: 966px){}
@media screen and (min-width: 768px) and (max-width: 1024px){}
@media screen and (min-width: 768px) and (max-width: 1366px){}
@media screen and (min-width: 1050px) and (max-width: 1680px){}
*/

body {
    background: #fff;
    color: #656477;
    line-height: 21px;
	font-size:16px;
	font-family: 'Rajdhani', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';	
	margin:0;
	padding:0;
}
.wrapper{
	
	}
.header {
    background-color: #44257D;
	text-align:center;
	height:80px;
    margin-bottom:10px; 
}
.footer{
    background-color: #44257D;
	position:fixed;
	bottom:32px;
	width:100%;
	padding-left:8%;
	padding-right:8%;
}
.footer-band{
    background-color: #eb5c2f;
	position:fixed;
	bottom:0;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	line-height:22px;
	/*padding-top:10px;*/
}
.heaer_links {
    color: #ffffff;   
    font-size: 17px;
    
}
h1{
		font-size:36px;
		font-family: Rajdhani;
		font-weight:bold;
		color:#292435;
		text-align:center;
		margin:20px 0 0 0;
	}
h4{
		font-size:20px !important;
		font-family: Rajdhani;
		font-weight:bold;
		color:#151515;
        text-align:center !important;
	}
h3{
		font-size:20px;
		font-family: Rajdhani;
		font-weight:bold;
		color:#eb5c2f;
		/*text-align:center;
		margin:10px;*/
	}
	.h4{
		font-size: 18px;
		font-weight:bold;
		color:#151515;
		}
    
	.btn {
		background: #dddddd !important;
		border-radius: 20px;
		padding: 3px 20px !important;
		color: #292435 !important;		
		text-transform:capitalize;
		font-size:20px;
		border:0;
		
		}
	.btn_orange {
		background: #eb5c2f !important;
		border-radius: 20px;
		padding: 7px 20px !important;
		color: #ffffff !important;		
		text-transform:capitalize;
		font-size:20px;
		border:0;
		
		}
	a{
		color: #151515;
		}
	a:hover{
		color: #1aa97f;	
		text-decoration:none;		
		}
	.h3 a{
		color: #151515;
		font-size:22px;
		text-decoration:none;	
		}
	.h3 a:hover{
		color: #1aa97f;	
		text-decoration:none;	
		}
	p{
		color:#656477;
		font-size:14px;
		
		}
	select {
    border-bottom: solid 1px #aeafb1;        
	border-top:none;
	border-left:none;
	border-right:none;
    line-height: 40px !important;
    /*margin: 0 10px 10px 10px !important;    */
}
.note{
    color: #F55747;
    font-size: 12px;
    font-weight: bold;
}
.panel1
{
     /*margin-top:-35px;
   margin-left:404px;*/
    }

