.bg-gradient {
	background: #2c389c;
	background: linear-gradient(to right, #2c389c 0%, #2c389c 28%, #2c389c 69%, #2c389c 100%);
	color: #fff !important;
}
.banner_top {
	background: #2c389c;
	background: linear-gradient(to right, #2c389c 0%, #2c389c 28%, #2c389c 69%, #2c389c 100%);
}
.thb_link {
	background-color: #ff7406;
	color: #fff;
	border: 1px solid #ff7406;
}
.thb_link:hover, .thb_link:focus {
	color: #fff;
	border-color: rgba(255, 116, 6, 0.85) !important;
	background-color: rgba(255, 116, 6, 0.85) !important;
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
}
.btn-purple, .btn-purple:focus {
	background: #4568DC;
	background: linear-gradient(to right, #2C389C, #2C389C);
	color: #fff;
	border: 0px;
}
.more_sec:hover, .more_sec:focus
{
	color: #fff !important;
	background-color: #A7D400 !important;
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
	border-color: #A7D400 !important;
}
.btn_blue:hover, .btn_blue:focus {
	color: #fff !important;
	background-color: rgba(167, 212, 0, 0.89) !important;
}
.btn_blue {
	background-color: #A7D400;
}
.st2_title {
	color: #ff7406;
}
#header.header_inner .hamburger {
	border-color: #ff6e0a;
}
#header.header_inner .hamburger span {
	background-color: #ff6c01;
}
.c-btn {
	background: linear-gradient(to right, #ff7406 0%, #ff7406 28%, #FF7406 69%, #ff7406 100%) !important;
	border: 0 solid #ff7406 !important;
	box-shadow: 0 0 0px #d6d6d6 !important;
}
#footer {
	background-color: #2C389C;
}
#footer a {
	color: #fff;
}
.f_info li > i {
	color: #A7D400;
}
.table_custome thead {
	background: #2C389C;
	background: linear-gradient(to left, #2C389C 0%, #2C389C 28%, #2C389C 69%, #2C389C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#294aef', endColorstr='#8027e0', GradientType=1 );
}
.pagination>li.active > a {
	background-color: #ff7406;
	border-color: #ff7406;
	color: #fff;
}
.pagination>li:last-child > a {
	background-color: #ff7406;
	border-color: #ff7406;
	color: #fff;
	font-size: 18px;
}
.breadcrumb a:hover, .breadcrumb a:focus {
	color: #ff7406;
}
.abs_icon:before {
	background: linear-gradient(to bottom, #2C389C 0%, rgba(41,74,239,1) 100%);
}

.footers {
	float: right;
	width: 100%;
	background: #1D277E;
	padding: 12px 0;
	position: relative;
}
.footer:before{
	content: '';
	position: absolute;
	right: -70%;
	width: 100%;
	top: 70%;
	transform: translateY(-50%);
	background: url(<?php echo site_url() ?>assets/frontend_new/images/Logo-011.png) no-repeat center center;
	background-size: contain;
	z-index: 0;
	height: 150%;
}
section.footer {
	float: right;
	width: 100%;
	background: #2C389C;
	position: relative;
	overflow: hidden;
}
.rights_footer{
	float: right;
	width: 100%;
}
.rights_footer p{
	float: right;
	width: 100%;
	font-size: 16px;
	color: #fff;
}
.rights_footer ul li a:hover{
	color: #A7D400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.rights_footer ul li a{
	float: right;
	width: 100%;
	color: #fff;
	font-size: 14px;
	/*font-weight: bold;*/
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.rights_footer ul li:first-child{
	border-left: 1px solid #eee;
}
.rights_footer ul li{
	float: right;
	min-width: 50%;
}
.rights_footer ul{
	float: right;
	width: 100%;
}
.footer_link ul li a:hover{
	color: #A7D400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.footer_link ul li a{
	float: right;
	width: 100%;
	color: #fff;
	font-size: 16px;
	/*font-weight: 600;*/
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.footer_link ul li{
	display: inline-block;
	margin-left: 20px;
}
.footer_link ul{
	display: inline-block;
	/* text-align: center; */
	border-top: 1px solid rgba(238, 238, 238, 0.35);
	padding: 25px 10px 15px;
	/*margin-top: 15px;*/
}
.footer_link{
	float: right;
	width: 100%;
	/* padding: 18px 10px; */
	/* margin-top: 15px; */
	position: relative;
	text-align: center;
}
.footer_main h3:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: -5px;
	height: 1px;
	width: 43px;
	background: #fff;
}
.footer_main h3{
	float: right;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: normal !important;
	position: relative;
	margin-top: 15px;
	margin-bottom: 25px;
}
.footer_main .soial li a i{
	float: right;
	border: 1px solid #eee;
	width: 31px;
	height: 31px;
	line-height: 31px;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	margin-left: 8px;
	text-align: center;
}
.footer_main .soial li a{
	float: right;
	width: 100%;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	padding: 8px;
	direction: initial;
}
.footer_main .soial li a:hover {
	color: #A7D400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.footer_main .soial li a:hover i{
	background: #A7D400;
	border-color: #A7D400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.footer_main .soial li{
	float: right;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.footer_main .soial{
	float: right;
	width: 100%;
}
.footer_main {
	float: right;
	width: 100%;
	padding: 40px 0 20px;
}
.image_footer img {
	display: inline-block;
	max-width: 100%;
}
.footer_main p{
	float: right;
	width: 100%;
	/*line-height: 42px;*/
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.image_footer {
	float: right;
	width: 100%;
	margin-bottom: 0;
	margin-top: -20px;
	text-align: center;
}
.footer_image img{
	display: inline-block;
	max-width: 100%;
}
.footer_image{
	float: right;
	width: 100%;
	text-align: center;
	padding-top: 5px;
}