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

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
4. Header
	4.1 Top bar
	4.2 Main Menu
5. Menu
6. Features
7. Info
8. Testimonials & FAQ
	8.1 Testimonials
	8.2 Accordions
9. CTA
10. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face
{
	font-family: 'gill';
	src: url('../fonts/gil.ttf')  format('truetype');
}
@font-face
{
	font-family: 'gill';
	src: url('../fonts/gil_b.ttf')  format('truetype');
	font-weight: bold;
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
.points {
    background: #fff;
	padding:20px;
	text-align: center;
}
.point_title {
    font-size: 15px;
    font-weight: bold;
    color: #0a6f3c;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.92;
	font-weight: 400;
	color: #838383;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	
}
p::selection
{
	
}
h1{font-size: 40px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}


.section_title.need {
    margin-top: 20px;
    font-size: 25px;
    /* padding: 10px; */
    margin-bottom: 10px;
}

.accordion_panel p {
       padding-top: 0px important;
    padding: 0px ;
    margin-top: -5% !important;
}
i.fa.fa-inr {
    /* font-weight: 300 !important; */
    padding-right: 1px;
    padding-left: 5px;
}

.section_text p {
    font-size: 16px;
    line-height: 1.7;
    color: #838383;
    margin-top: 23px;
}
.section_text.sec {
    margin-top: 0px !important;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: #0a6f3c87;
}
.nopadding
{
	padding: 0px !important;
}
.link_button
{
	width: 140px;
	height: 40px;
	background: #ffa800;
	text-align: center;
}
.link_button a
{
	display: block;
	position: relative;
	line-height: 40px;
	font-family: 'gill', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.link_button a::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50%;
	height: 100%;
	background: #FFFFFF;
	content: '';
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: -1;
}
.link_button:hover a::after
{
	width: 100%;
	opacity: 1;
}
.link_button:hover a
{
	color: #ffa800;
}

/*********************************
3. Home
*********************************/

.home
{
	width: 100%;
}
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_content
{
	width: 100%;
	height: 514px;
}
.home_content_inner
{
	position: absolute;
	top: 59%;
	left: 0;
}
.home_title
{
	font-family: 'gill', sans-serif;
	font-size: 72px;
	color: #FFFFFF;
	line-height: 0.75;
}
.home_breadcrumbs
{
	height: 23px;
	margin-top: 22px;
}
.home_breadcrumbs ul
{
	display: inline-block;
	padding-left: 9px;
	padding-right: 13px;
	background: #ffa800;
}
.home_breadcrumbs ul li
{
	display: inline-block;
	font-family: 'gill', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 23px;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}
.home_breadcrumbs ul li a
{
	font-family: 'gill', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 23px;
}
.home_breadcrumbs ul li:not(:last-child)::after
{
	display: inline-block;
	content: '/';
	margin-left: 6px;
}

/*********************************
4. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{
	-webkit-transform: translateY(-86px);
	-moz-transform: translateY(-86px);
	-ms-transform: translateY(-86px);
	-o-transform: translateY(-86px);
	transform: translateY(-86px);
}

/*********************************
4.1 Top bar
*********************************/

.top_bar
{
	background: #FFFFFF;
}
.top_bar_container
{
	width: 100%;
	height: 120px;
}


.logo_line_1
{
	font-family: 'gill', sans-serif;
	font-size: 30px;
	line-height: 0.75;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #242424;
}
.logo_line_1 span
{
	color: #ffa800;
	font-weight: bold;
}
.logo_line_2
{
	font-size: 11px;
	color: #909090;
	margin-top: -1px;
	padding-left: 1px;
}
.logo_img {
    width: 520px;
}
.logo_img img
{
	max-width: 100%;
}
.top_bar_content
{
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
/*.top_bar_content > div
{
	display: inline-block;
}*/
.register,
.login
{
	display: inline-block;
}
.register a,
.login a
{
	font-family: 'gill', sans-serif;
	font-size: 14px;
	color: #ffa800;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.register a:hover,
.login a:hover
{
	color: #FFFFFF;
}
.register
{
	padding-right: 23px;
}
.register::after
{
	display: block;
	position: absolute;
	top: 0;
	right: 6px;
	color: #ffa800;
	content: '|';
}
.coins
{
	margin-right: 45px;
}
.coins ul
{
	text-align: right;
}
.coins ul li
{
	display: inline-block;
	font-family: 'gill', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 21px;
}
.coins ul li:last-child
{
	margin-right: 0;
}
.burger
{
	display: none;
	padding: 5px;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
	cursor: pointer;
	margin-left: 20px;
}
.burger i
{
	color: #242424;
	font-size: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.burger:hover i
{
	color: #ffa800;
}
img.img-responsive.pic {
    width: 20%;
}
h4.features_title {
    color: #ffa800;
    /* font-size: 15px; */
    padding: 0px;
}
/*********************************
4.2 Main Menu
*********************************/

.main_menu
{
	width: 100%;
	background: #0a6f3c;
}
.main_menu_container
{
	width: 100%;
	
}
.main_menu_list > li
{
	display: inline-block;
	margin-right: 20px;

}
.main_menu_list > li:last-child
{
	margin-right: 0;
}
.main_menu_list li
{
	position: relative;
}
.main_menu_list li.active::after
{
	display: block;
	position: absolute;
	bottom: 0;
	left: -9px;
	width: calc(100% + 12px);
	height: 3px;
	background: #ffa800;
	content: '';
}
.main_menu_list > li.active > a
{
	color: #ffa800;
}
.main_menu_list li a
{
	display: block;
	font-family: 'gill', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 85px;
	white-space: nowrap;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_menu_list li a:hover
{
	color: #ffa800;
}
.main_menu_list li a svg
{
	display: none;
	margin-left: 5px;
	margin-bottom: 2px;
}
.main_menu_list li.hassubs > a svg
{
	display: inline-block;
}
.main_menu_list li.hassubs.active .arrow_d,
.main_menu_list li.hassubs:hover .arrow_d
{
	stroke: #ffa800;
}
.main_menu_list li ul
{
	display: block;
	position: absolute;
	top: 120%;
	left: -15px;
	visibility: hidden;
	opacity: 0;
	background: #FFFFFF;
	padding: 15px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_menu_list li:hover ul
{
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.main_menu_list li ul li
{
	height: 40px;
}
.main_menu_list li ul li a
{
	color: #003679;
	line-height: 40px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_menu_list li ul li a:hover
{
	color: #ffa800;
}
.main_menu_list li ul li a img
{
	display: none;
}
.main_menu_contact
{

}
.main_menu_phone
{
	margin-right: 23px;
}
.main_menu_phone,
.main_menu_email
{
	display: inline-block;
	    padding-bottom: 5px;
}
.main_menu_phone {
    left: 12%;
}

.main_menu_social {
    left: 0%;
}
.main_menu_phone img,
.main_menu_email img
{
	display: inline-block;
	width: 22px;
	height: 22px;
}
.main_menu_phone span,
.main_menu_email span
{
	font-family: 'gill', sans-serif;
	font-size: 14px;
	color: #838383;
	font-weight: bold;
	margin-left: 8px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_menu_phone:hover span,
.main_menu_email:hover span
{
	color: #003679;
}
.main_menu_phone svg,
.main_menu_email svg
{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.main_menu_phone svg path,
.main_menu_email svg path
{
	fill: #838383;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_menu_phone:hover svg path,
.main_menu_email:hover svg path
{
	fill: #003679;
}
.main_menu_social
{
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
	margin-left: 29px;
}
.main_menu_social ul li
{
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: solid 1px #d6d6d6;
	box-shadow: 0 0 1px 0px #d6d6d6 inset, 0 0 1px 0px #d6d6d6;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-right: 7px;
}
.main_menu_social ul li:last-child
{
	margin-right: 0;
}
.main_menu_social ul li a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.main_menu_social ul li a i
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 11px;
	color: #d6d6d6;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_menu_social ul li:hover a i
{
	color: #003679;
}
.main_menu_social ul li:hover
{
	border: solid 1px #003679;
	box-shadow: 0 0 1px 0px #003679 inset, 0 0 1px 0px #003679;
}
.main_menu_search
{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 25px;
	cursor: pointer;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}
.main_menu_search svg
{
	max-width: 100%;
}
.mag_path
{
	fill: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_menu_search_button:hover .mag_path
{
	fill: #ffa800;
}
.main_menu_search_content
{
	position: absolute;
	top: 70px;
	right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: default;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 500ms ease;
}
.main_menu_search_content.active
{
	visibility: visible;
	opacity: 1;
	top: 50px;
}
.search_input
{
	background: #ffa800;
	border: solid 2px #d6d6d6;
	outline: none;
	height: 40px;
	width: 200px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
}
.search_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-style: italic;
	color: rgba(255, 255, 255, 0.5) !important;
}
.search_input:-moz-placeholder
{
	font-size: 12px !important;
	font-style: italic;
	color: rgba(255, 255, 255, 0.5) !important;
}
.search_input::-moz-placeholder
{
	font-size: 12px !important;
	font-style: italic;
	color: rgba(255, 255, 255, 0.5) !important;
} 
.search_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-style: italic;
	color: rgba(255, 255, 255, 0.5) !important;
}
.search_input::input-placeholder
{
	font-size: 12px !important;
	font-style: italic;
	color: rgba(255, 255, 255, 0.5) !important;
}

/*********************************
5. Menu
*********************************/

.menu
{
	display: block;
	width: 100%;
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	background: #ffa800;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.menu.active
{
	opacity: 1;
	visibility: visible;
}
.menu_item
{
	border-bottom: solid 1px rgba(17,16,14,0.05);
}
.menu_item:last-child
{
	border: none;
}
.menu_item:hover
{
	/*background: #f2f2f2;*/
}
.menu_item a
{
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0e1d41;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 60px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item:hover a
{
	color: #FFFFFF;
}
.menu_register_login
{
	border-bottom: solid 1px rgba(17,16,14,0.05);
}
.menu_register_login_content
{
	height: 60px;
}
.menu_register_login .register a,
.menu_register_login .login a
{
	color: #11100e;
}
.menu_register_login .register:hover a,
.menu_register_login .login:hover a
{
	color: #FFFFFF;
}
.menu_register_login .register::after
{
	color: #11100e;
}

/*********************************
6. Features
*********************************/

.features
{
	width: 100%;
	padding-top: 110px;
	padding-bottom: 110px;
	background: #FFFFFF;
}
.section_subtitle
{
	font-family: 'gill', sans-serif;
	font-size: 16px;
	color: #a5a5a5;
	text-transform: uppercase;
	padding-top: 0px;
	padding-left: 3px;
	letter-spacing: 0.1em;
}
.section_subtitle::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 2px;
	width: 68px;
	height: 3px;
	
	content: '';
}
.section_title
{
	font-family: 'gill', sans-serif;
	font-size: 30px;
	color: #212121;
	    
}
.section_text
{
	font-size: 16px;
	line-height: 1.875;
	color: #838383;
	margin-top: 23px;
}
.section_text p:last-of-type
{
	margin-bottom: 0;
}
.features_button
{
	margin-top: 38px;
}
.features_images
{
	width: 100%;
}
.features_image_1 {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    float: left;
}
.features_image_2 {
    width: calc((100% - 30px) / 2);
    float: left;
}
.features_image_1 img,
.features_image_2 img
{
	max-width: 100%;
}

/*********************************
7. Info
*********************************/

.info
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}
.info_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.info .section_title
{
	color: #FFFFFF;
}
.info_text
{
	font-size: 16px;
	line-height: 1.875;
	color: #FFFFFF;
	margin-top: 23px;
}
.milestones_container
{
	margin-top: 113px;
}
.milestone_counter
{
	display: inline-block;
	font-family: 'gill', sans-serif;
	font-size: 72px;
	color: #FFFFFF;
	line-height: 0.75;
}
.milestone_counter::after
{
	display: block;
	position: absolute;
	top: -17px;
	left: 12px;
	width: 31px;
	height: 3px;
	background: #ffa800;
	content: '';
}
.milestone_content
{
	display: inline-block;
	text-align: left;
	padding-left: 12px;
}
.milestone_title
{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
}
.milestone_subtitle
{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 1px;
}

/*********************************
8. Testimonials & FAQ
*********************************/

.test_faq
{
	width: 100%;
	padding-top: 110px;
	padding-bottom: 110px;
	background: #FFFFFF;
}

/*********************************
8.1 Testimonials
*********************************/

.test_slider_container
{
	margin-top: 75px;
}
.testimonial_text
{
	font-size: 16px;
	font-style: italic;
	color: #838383;
	line-height: 1.875;
}
.testimonial_author
{
	margin-top: 46px;
}
.testimonial_image
{
	display: inline-block;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}
.testimonial_image img
{
	max-width: 100%;
}
.testimonial_content
{
	display: inline-block;
	vertical-align: middle;
	padding-left: 28px;
}
.testimonial_name a
{
	font-size: 16px;
	font-weight: 600;
	color: #212121;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.testimonial_name a:hover
{
	color: #ffa800;
}
.testimonial_title
{
	font-size: 12px;
	text-transform: uppercase;
	color: #838383;
	margin-top: 1px;
}
.test_slider .owl-dots
{
	text-align: left;
	margin-top: 49px !important;
}
.test_slider .owl-dots .owl-dot span
{
	width: 8px;
	height: 8px;
    margin-right: 6px;
    margin-left: 6px;
}
.test_slider .owl-dots .owl-dot.active span
{
	background: #003679;
}

/*********************************
8.2 Accordions
*********************************/

.elements_accordions
{
	margin-top: 80px;
}
.accordion_container
{
	margin-bottom: 15px;
}
.accordion
{
	height: 57px;
	width: 100%;
	background: #003679;
	padding-left: 16px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion div
{
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
}
.accordion.active
{
	background: #003679;
	color: #FFFFFF;
}
.accordion:active
{
	background: #fffbfa !important;
}
.accordion::after
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 13px;
	height: 100%;
	content: '+';
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion.active::after
{
	color: #FFFFFF;
	content: '-';
}
.accordion:hover
{
	background: #ffa800;
	color: #FFFFFF;
}
.accordion_panel
{
	padding-right: 8px;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.section_text ul {
    list-style: disc;
    margin-left: 70px;
}
h5.he {
    font-size: 16px;
    padding-bottom: 22px;
    font-weight: bold;
    padding-top: -5px;
    margin-top: 0px;
    margin-bottom: 10px
}
/*********************************
9. CTA
*********************************/

.cta
{
	background: #003679;
}
.cta_content
{
	height: 123px;
}
.cta_text a
{
	font-family: 'gill', sans-serif;
	font-size: 48px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.cta_text a:hover
{
	color: #ffa800;
}
.cta_button_container
{
	height: 123px;
}

/*********************************
10. Footer
*********************************/

.footer
{
	padding-top: 10px;
	background: #003679;
}
.footer_logo
{
	position: absolute;
	top: -18px;
	left: 0px;
}
.footer_logo .logo_line_1
{
	color: #FFFFFF;
}
.footer_about_text
{
	color: #69caff;
	line-height: 2.14;
	padding-top: 50px;
	text-align:justify;
}
.footer_about p:last-of-type
{
	margin-bottom: 0;
}
.footer_title
{
	font-family: 'gill', sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
.footer_links ul
{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	margin-top: 53px;
}
.footer_links ul li
{
	margin-bottom: 9px;
}
.footer_links ul li a
{
	font-size: 14px;
	color: #69caff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_links ul li a:hover
{
	color: #ffa800;
}
.footer_newsletter_form
{
	display: block;
	position: relative;
	margin-top: 54px;
}
.footer_newsletter_input
{
	width: 100%;
	height: 47px;
	background: transparent;
	border: solid 2px rgba(224, 227, 228, 0.17);
	padding-left: 26px;
	outline: none;
	color: #ffa800;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_newsletter_input:focus
{
	border: solid 2px rgba(224, 227, 228, 0.34);
}
.footer_newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 127px;
	height: 47px;
	background: #ffa800;
	border: none;
	outline: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 600;
	cursor: pointer;
}
.footer_newsletter_input::-webkit-input-placeholder
{
	font-size: 11px !important;
	font-style: italic;
	color: #c2cbd7 !important;
}
.footer_newsletter_input:-moz-placeholder
{
	font-size: 11px !important;
	font-style: italic;
	color: #c2cbd7 !important;
}
.footer_newsletter_input::-moz-placeholder
{
	font-size: 11px !important;
	font-style: italic;
	color: #c2cbd7 !important;
} 
.footer_newsletter_input:-ms-input-placeholder
{ 
	font-size: 11px !important;
	font-style: italic;
	color: #c2cbd7 !important;
}
.footer_newsletter_input::input-placeholder
{
	font-size: 11px !important;
	font-style: italic;
	color: #c2cbd7 !important;
}
.footer_newsletter_text
{
	font-size: 14px;
	line-height: 2.18;
	color: #fff;
	font-style: italic;
	margin-top: 19px;
	padding-left: 3px;
}
.footer_social
{
	margin-top: 33px;
}
.footer_social ul li
{
	display: inline-block;
	margin-right: 10px;
}
.footer_social ul li a i
{
	color: #FFFFFF;
	font-size: 17px;
	padding: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li:hover a i
{
	color: #ffa800;
}
.copyright
{
	width: 100%;
	margin-top: 110px;
	background: #001228;
}
.copyright_content
{
	width: 100%;
	height: 70px;
}
.footer_nav
{
	width: 100%;
	height: 70px;
	text-align: right;
}
.footer_nav ul li
{
	display: inline-block;
	margin-right: 23px;
}
.footer_nav ul li:last-child
{
	margin-right: 0;
}
.footer_nav ul li a
{
	font-family: 'gill', sans-serif;
	font-size: 13px;
	color: #697686;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_nav ul li a:hover
{
	color: #ffa800;
}
.cr
{
	font-family: 'gill', sans-serif;
	font-size: 16px;
	color: #697686;
}

.service {
    /* width: calc((100% - 60px) / 3); 
     margin-right: 30px; */
     padding-left: 30px; 
     padding-right: 30px; 
    padding-top: 32px;
    padding-bottom: 59px;
    margin-bottom: 35px;
    background: #dbfbd2;
text-align: left;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.service:hover{
background: #ffa800;}

.service_title {
    
    font-family: 'gill', sans-serif;
    font-size: 24px;
    line-height: 1.68;
    color: #1441a0;
    margin-top: 26px;
    padding-right: 40px;


}
.service_link {
    font-size: 14px;
    font-weight: 600;
    /* text-align: right; */
    font-size: 16px;
padding-top: 2px;
    color: #000;
}
.service_text p
{
margin-top: 18px;
line-height: 35px;
}


.point_content {
    padding-left: 130px;
	text-align:left;
}

.point_image {
    width: 100px;
    height: 76px;
    float: left;
}

.point_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.point {
    margin-bottom: 40px;
}

.points.loans {
    background: lightskyblue;
}

.point_image.loan img {
    width: 50px;
    top: 0%;
}

.point_content.loan {
    padding-left: 0px !important;
}

.features_image_1.kiran {
    width: 350px;
    /* height: 500px !important; */
}

.features.kiran {
    padding-top: 0px;
    padding-bottom: 20px;
}

.section_title_container.mgmt {
    text-align: left;
    padding: 20px;
}


.features_content.hist {
    text-align: left;
    padding-bottom: 30px;
}

.row.points_container.hist {
    padding-top: 50px;
}
.features.history {
    padding-bottom: 0px;
    padding-top: 50px;
}

.features_image_1.hist {
    width: 400px;
}
.points.history {
    padding-top: 27px;
    /* padding: 24px; */
}

.section_title.hist {
    padding-bottom: 30px;
    font-size: 30px;
}
.features_image_1.few {
    width: 300px;
	padding-top: 30px;
}

.section_text.gro {
    font-size: 20px;
    color: #000;
    text-align: left;
    padding-left: 10%;
    padding-top: 50%;
}

table.phgtable thead th, table.phgtable tfoot th {
    background-color: #003679;
}
.phgtable tfoot th, .phgtable thead th {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle;
}
.phgtable thead th {
    border-bottom: 1px solid #ddd;
}
.phgtable td, .phgtable th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important;
}
thead {
    color: #fff;
}
table.publicholidays.phgtable {
    border: 1px solid #7f7f7f;
}
table tfoot td, table tfoot th, table thead td, table thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left;
}

table.publicholidays.phgtable {
    width: 100%;
}



table.publicholidays.phgtable tbody tr {
    /* background: blue; */
    
    /* padding: 45px !important; */
}
table.publicholidays.phgtable.mile {
    margin-top: 20px;
}
table.publicholidays.phgtable tbody tr.even {
    background: #2538542e !important;
    color: #212223;
    
	font-weight: bold;
}
table.publicholidays.phgtable  tr.odd {
    background: #0036794f;
    color: #212223;
    font-weight: bold;
}



.service tr.odd {
    background: #126cdc61 !important;
    /* border: none; */
    color: #fff;
}

.service .even {
    background: #cbced626 !important;
}
.table-bordered td, .table-bordered th
{
    border:none !important;
}

.top_bar_container.d-flex.flex-row.align-items-center.justify-content-start {
    text-align: right;
}

table.table.table-bordered.list-arrow.style2.service .even {
    background: #3a66e226 !important;
}

tr.serodd {
    background: #90a4b552;
}

.serv th {
    background: #0a6f3c !important;
}

tr.sereve {
    background: #427ebb54;
}
tr.saveodd {
    color: #010215;
    background: #61626d7a;
}

tr.saveeve {
    background: #e6e6e6;
    color: #010215;
}
.saving th {
    background: #0a6f3c !important;
}

tr.curodd {
    background: #2b38d21a;
    color:#000;
}
tr.cureve {
    background: #77747961;
    color:#000;
}

tr.frillsodd {
    background: #9f97b73b;
    color: #0e0202;
}

tr.frillseve {
    background: #caa4c791;
    color: #000;
}

tr.fixeven {
    background: #416e7b29;
}
tr.fixodd {
    background: #cddade29;
}

tr.recodd {
    background: #d0e6db30;
    color: #000;
}

tr.receven {
    background: #9db3b569;
    color: #000;
}
tr.cashodd {
    background: #a4a0b98f;
    color: #000;
}
tr.casheven {
    background: #f5f5f9;
    color: #000
}

tr.minieven {
    background: #b3adad21;
    color: #000;
}
tr.miniodd {
    background: #aba5a557;
    color: #000;
}
tr.jewlodd {
    background: #929898b5;
    color: #000;
}

tr.jewleven {
    background: #7dafaa47;
    color: #000;
}

tr.houseodd {
    background: #787d762e;
    color: #000;
}

tr.houseeven {
    background: #2a2d2938;
    color: #000;
}
tr.tranodd {
    background: #64688459;
    color: #000;
}

tr.traneven {
    background: #0000001a;
    color: #000;
}

h4.title-normal.transport {
    background: #41445d;
    color: #fff;
    padding: 15px;
}
tr.sectodd {
    background: #43357721;
    color: #000;
}

tr.secteven {
    background: #43357738;
    color: #000;
}
tr.perodd {
    background: #00080826;
    color: #000;
}
tr.pereven {
    background: #07868614;
    color: #000;
}

tr.sponodd {
    background: #2301040f;
    color: #000;
}
tr.sponeven {
    background: #bfbabb8a;
    color: #000;
}
tr.cashcreodd {
    background: #46033e1a;
    color: #000;
}
tr.cashcreeven {
    background: #f3e3f00f;
    color: #000;
}

tr.liaodd {
    background: #0c02251f;
    color: #000;
}
tr.liaeven {
    background: #e1e0e438;
    color: #000;
}
tr.selfodd {
    background: #0f95a217;
    color: #000;
}

tr.selfeven {
    background: #e9f5f724;
}

tr.saleven {
    background: #b5b9b847;
    color: #000;
}
tr.salodd {
    background: #0e0e0e26;
    color: #000;
}
tr.cropodd {
    background: #464a4633;
    color: #000;
}
tr.cropeven {
    background: #0a6b6b08;
    color: #000;
}

tr.servodd {
    background: #dad7d7ad;
    color: #000;
}
tr.serveven {
    background: #7370700d;
    color: #000;
}



tr.facodd {
    background: #1b1a1814;
    color: #000;
}

tr.faceven {
    background: #f0ffff47;
    color: #000;
}
tr.scheodd {
    background: #616d7b3b;
    color: #000;
}
tr.scheeven {
    background: #616d7b1a;
    color: #000;
}

tr.rateodd {
    background: #25794f26;
    color: #000;
}
tr.rateeven {
    background: #0bff850d;
    color: #000;
}

.head.bran {
    
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    color: #0a6f3c;
    background: #ffa800;
}

.home_title {
    text-transform: capitalize;
}

.home_background img {
    width: 100%;
    background: #0a6f3c87
}
.logo_container {
    margin-left: -3%;
}
.top_bar_content.ml-auto {
    /* margin-left: 38% !important; */
    left: -4%;
}
}