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

*{ box-sizing: border-box;}
img{border:none; vertical-align: middle; max-width:100%;}

/*NAVIGATION BAR*/

.tob_bar {
	width: 100%;
	float: left;
	z-index: 1;
	position: relative;
	padding: 17px 0;
	text-align: left;
}
.logo {
	float: left;
	margin: 4px 0 5px 0;
	max-width: 310px;
}
.menu {
	float: right;
	margin: 14px 0 0px;
}
.menu li {
	display: inline-block;
	margin-right: 30px;
}
.menu li a {
	color: #111111;
	font-size: 18px;
	float: left;
	line-height: 26px;
	font-weight: normal;
	text-decoration:none;
}
.menu li:last-child {
	margin-right: 0;
}
.menu li a.active {
	color: #0080c7;
}
div#footer {
	height: auto;
	background: none;
	float: left;
	width: 100%;
	min-width:1004px;
	border-top:4px solid #2e2e2e;
	padding:0;
}
.card_sec{
	float: right;
    width: 25%;
	}
.crop_box, .nav_sec{
	float: right;
    width: 33% !important;
	padding: 10px 13px;
	}
.nav_sec{
	float: left !important;
    margin-right: 20px;
	}
.disclmr{
	float: left;
	width: 100% !important;
	text-align: center !important;
	padding: 10px;
	background: #2e2e2e;
	border-radius: 10px 0 0 0;
	}
.disclmr .fttxt2{ color:#fff; font-weight:700;}
.disclmr .ftr-txt1{ color:#00ccf8;}
.size12 {
	color: #000;
	text-transform: uppercase;
}
.ftrimg {
	margin: 0 auto;
	display: block;
	clear: both;
}
.ftrtxt,.ftrtxt1 {
	font-size: 16px;
	color: #000;
	text-align: left;
	line-height: 27px;
	padding: 1% 0% 2%;
	border-bottom: 1px dotted #2e2e2e;
   }
.ftrtxt:last-child{
	border-bottom:none;
	}
.ftrtxt1{
	float: right;
	background: #2e2e2e;
	width: 30%;
	text-align: center;
	padding: 86px 10px;
	position: relative;
	border-radius: 10px 10px 0 0;
}
.ftr-lft, .ftr-rgt{
	float:left;
	width:50%;
	}
.ftr-rgt{
	float:right;
	}
.ftr-rgt1{
    width: 61%;
    float: right;
    margin-top: 17px;
	}
ftr-rgt.ftrtxt{
	}
.cardtxt{
	float: left;
	width: 100%;
	text-align: right;
	}
.cardtxt span{
	display: inline-block;
	vertical-align: top;
	/* padding-top: 15px; */
	padding-right: 10px;
	font-size: 16px;
	color: #000;
	}
.cardtxt img{
	vertical-align:middle;
	}				
.ftrtxt a, .ftrtxt a:hover{
	color: #000;
	text-decoration: none;
	font-size: 15px;
	line-height:24px;
	
}
.cpyrgt-txt{
	float:left;
	width:75%;
	padding:9px 0;
	}
.txt {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 27px;
	float: left;
	padding: 0 20px;
}
.txt a, .txt a:hover{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height:24px;
}
.ftrtxt1 a, .ftrtxt1 a:hover {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height:24px;
}
.fttxt,.ftr-txt1, .fttxt2 {
	text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    padding: 0px 0 10px;
}
.ftr-txt1, .ftr-txt2{
	font-size: 20px;
    padding: 0px 0 8px 0;
    font-weight: bold;
    color: #000;
    width: 100%;
	}
.nav_sec .ftr-txt1,.nav_sec .ftrtxt a{}
.ftr-txt2{
	text-align:center;
	}	
.bg-color{
	background: #0acef7;
	float: left;
	width: 100%;
	padding: 20px 0;
	font-size: 28px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	}
.ftr-logo {
    float: right;
    background: #2e2e2e;
    width: 30%;
    text-align: center;
    padding: 64px 10px;
    position: relative;
}
.ftr-logo:after{
	content: "";
	position: absolute;
	right: 20px;
	top: 0px;
	left: 20px;
	bottom: 0px;
	background: #fff;
	border-radius: 10px;
}
.ftr-logo img{
	max-width: 280px;
    position: relative;
    z-index: 1;}

/*CANCEL FORM*/	
.cancel_text1 {
	font-size: 16px;
	color: #fff;
	float: left;
	line-height: 22px;
	text-align: center;
	margin-top: 5px;
	margin-left: 12px;
	width: 93%;
}
.cancel_text1 a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.pop_form {
	width: 100%;
	text-align: center;
}
.cancel_hed {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 40px 0 0px;
	font-family: 'Raleway';
}
.cancel_text {
	font-size: 18px;
	color: #000;
	float: left;
	line-height: 22px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 14px;
	width: 100%;
	font-family: 'Raleway';
}
.cancel_text a {
	color: #000;
	font-size: 17px;
	font-weight: bold;
}
.cancel_from {
	width: 700px;
	display: inline-block;
	-webkit-box-shadow: -1px -4px 26px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -4px 26px -15px rgba(0,0,0,0.75);
	box-shadow: -1px -4px 26px -15px rgba(0,0,0,0.75);
	padding: 25px;
	margin-top: 30px;
}
.cancel_from .from_elemnt {
	float: left;
	width: 100%;
	margin: 5px 0;
}
.from_elemnt textarea {
    height: 61px;
    float: left;
    width: 100%;
    background: #fff;
}
.cancel_from .from_elemnt label {
	color: #000;
	float: left;
	font: 600 14px arial;
	padding: 6px 0px;
	text-align: left;
	width: 100%;
}
.cancel_from .from_elemnt input[type=text], .cancel_from .from_elemnt select {
	font-size: 14px;
	float: right;
	width: 100%;
	height: 38px !important;
	background-color: #fff;
	outline: none;
	padding-left: 8px;
	color: #5d5a5c;
	-webkit-appearance: none;
	border: 2px solid #c2c2c2;
	box-sizing: border-box;
}
.btn {
	width: 200px;
	padding: 10px 0;
	font-size: 24px;
	color: #fff;
	background:#3f7d0a;
	text-transform: uppercase;
	margin-top: 20px;
}