/*--------------------------------------------------------------
## Defalut Fonts Body 
--------------------------------------------------------------*/

@font-face {
	font-family: 'Myriad Roman';
	src: url('../fonts/myriad/Myriad-Bold.woff2') format('woff2'), url('../fonts/myriad/Myriad-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/myriad/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/myriad/MyriadPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/myriad/MyriadPro-Semibold.woff2') format('woff2'), url('../fonts/myriad/MyriadPro-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad';
	src: url('../fonts/myriad/Myriad-Condensed.woff2') format('woff2'), url('../fonts/myriad/Myriad-Condensed.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cond 300';
	src: url('../fonts/myriad/MuseoSansCond-300.woff2') format('woff2'), url('../fonts/myriad/MuseoSansCond-300.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}


/*--------------------------------------------------------------
## Defalut CSS Body 
--------------------------------------------------------------*/

body {
	font-size: 1rem;
	transition: all .1s ease-in-out;
	font-family: 'Myriad Pro';
	
}

html,
body {
	height: 100%;
	color: #202125;
	letter-spacing: 0px;
}

#wrap {
	min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Myriad Pro';
	font-weight: 600;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	webkit-transition: all 0.25s ease 0s !important;
	-o-transition: all 0.25s ease 0s !important;
	transition: all 0.25s ease 0s  !important;
}

.container {
	max-width: 1400px;
}

.sticky-top {
	transition: all 0.25s ease-in;
}


/* style for when sticky is applied */

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top: 0;
}

.navbar_Area {
	background: #eaebec;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	transition: all 0.3s;
	padding-left: 30px;
	padding-right: 0;
}

.contactBox a {
    color: #fff;
}
/* adds some margin below the link sets  */

.navbar .dropdown-menu div[class*="col"] {
	margin-bottom: 1rem;
}

.navbar .dropdown-menu {
	border: none;
	background-color: rgba(51, 51, 51, 0.90) !important;
	border-radius: 0;
}

.header_Logo {
	display: inline-block;
	padding: 0;
}

.header_Logo svg {
	min-width: 138px;
	border: none;
	height: 35px;
	margin: 0 0 0 20px;
	transition: all 0.2s ease;
}

.header_Logo a {
	display: inline-block;
}

.logo_Left {
	border-right: solid 1px #D1D2D2;
	padding-right: 20px;
	margin-right: 20px;
}

.header_Back {
	background: #EAEBEC;
	float: left;
	width: 100%;
}

.navbar .nav-link {
	padding-top: 37px;
	padding-bottom: 37px;
}

.navbar-nav {
	margin-right: -8px;
}
.navbar_Area .navbar-nav h5 {
	display: none;
}

.clr_One a {
	background: #76C044;
	padding-left: 40px !important;
	padding-right: 40px !important;
	color: #FFFFFF;
	display: block;
	font-size: 19px !important;
	transition: all 0.3s;
}

.clr_One a:hover,
.clr_One a:focus {
	background: #67AC39;
}

.clr_Two {
	background: #4A98D2;
}

.clr_Two:hover,
.clr_Two:focus {
	background: #368DCD;
}

#navbarSupportedContent {
	margin-right: -4px;
}

.compressed_Bar .nav_Right a {
	padding: 20px 40px;
	transition: all 0.3s;
}

.navbar_Area .nav-item a {
	color: #0E497A;
	font-size: 17px;
}

.navbar_Area .nav-item a:hover,
.navbar_Area .nav-item a:focus {
	color: #333333;
}

.nav_pipe {
	height: 20px;
	background: #D1D2D2;
	width: 2px;
	vertical-align: middle;
	display: inline-block;
	margin-top: 38px;
	transition: all 0.3s;
}

.compressed_Bar .nav_pipe {
	margin-top: 38px;
	transition: all 0.3s;
}

.sub_menu_center {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.sub_div {
	display: inline-block;
	width: 16.33333%;
	text-align: left;
	padding: 0 15px;
}

.sub-head {
	font-size: 17px;
	color: #AEABAB;
	font-weight: 600;
	font-style: italic;
}

.sub_div ul li {
	margin: 0 !important;
	padding: 0 !important;
}

.sub_div ul li a {
	margin: 0;
	padding: .2rem 0 !important;
	color: #fff !important;
}

.sub_div ul li a:hover,
.sub_div ul li a:focus,
.sub_div ul li a.active {
	color: #AADEE9 !important;
}

.navbar.navbar_Area .dropdown-toggle {
	position: relative;
}


/*.navbar.navbar_Area .dropdown-toggle::after {

	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: 1em solid transparent;
	border-bottom: 1em solid #333;
	border-left: 1em solid transparent;
	position: absolute;
	right: 44%;
	bottom: -30px;
	transition: all 0.3s;
	display: none;

}
.navbar.navbar_Area.compressed_Bar .dropdown-toggle::after  {
  transition: all 0.3s;
  bottom: -14px;
}
.navbar.navbar_Area .dropdown-toggle:hover::after, .navbar.navbar_Area .dropdown-toggle:focus::after{
	display: block;

}*/

.mobile_show {
	display: none;
}

.hero_Main-Right,
.hero_Main-Left {
	margin-top: 100px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	background-size: 100%;
	min-height: 400px;
	height: 100%;
	background-size: cover;
}

.hero_Main-Left {
	background-position: left top !important;
}

.h1_Super {
	font-size: 36px;
	margin-bottom: 0.7rem;
}


.subhead {
	float: left;
	width: 100%;
	margin-bottom: 5;
}

.subhead span {
    float: left;
    width: 100%;
    border-bottom: solid 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}

.button_Green {
	padding: 10px 40px;
	color: #ffffff;
	background: #76C044;
	float: left;
	font-size: 20px;
	border-radius: 4px;
	margin-top: 10px;
}

.button_Green:hover,
.button_Green:focus {
	background: #67AC39;
	color: #fff;
}

.call_Action {
	float: left;
	width: 100%;
	padding: 20px 0;
	background: #68737A;
	color: #ffffff;
}

.call_Action p {
	font-size: 23px;
	margin: 0;
}

.button_Background {
	background: #76C044;
	padding: 6px 25px;
	font-size: 22px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin: 5px;
}

.button_Background:hover,
.button_Background:focus {
	background: #67AC39;
	color: #ffffff;
}

.button_Color {
	color: #AADEE9;
}

.button_Color:hover,
.button_Color:focus {
	color: #ffffff;
}

.blue_Icons_Module {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #fff;
}

.Icons_Module {
	text-align: center;
	width: 100%;
	display: inline-block;
}

.round_Icons {
	background: #0B497A;
	width: 80px;
	height: 80px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	line-height: 80px;
}

.col_Center {
	display: inline-block;
	text-align: center;
}

.col_Center h4 {
	font-size: 22px;
	margin-top: 20px;
	font-weight: 500;
}

.get_start {
	float: left;
	width: 100%;
	background: #EEF0F1;
	padding: 60px 0;
	color: #000;
	position: relative;
	min-height: 300px;
}

.get_start p {
	font-size: 22px;
    line-height: 30px;
}

section.get_start{
padding: 50px 0px;
}
.get_start_pic {
	position: absolute;
	top: 35px;
}

.position-Right {
	right: 10%;
}

.position-Left {
	left: 10%;
}

.get_Button {
	background: #76C044;
	padding: 7px 30px;
	font-size: 22px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-top: 15px;
}

.get_Button:hover,
.get_Button:focus {
	background: #67AC39;
	color: #ffffff;
}

.team_Module {
	float: left;
	width: 100%;
	background: #fff;
	padding: 60px 0 40px;
	color: #000;
}

.member_Avtar {
	float: left;
	width: 126px;
	height: 140px;
	margin: 0 25px 20px 0;
}

.team_view {
	color: #0b497a;
	font-size: 20px;
}

.team_view:hover {
	color: #202125;
}

.form_Module {
	float: left;
	width: 100%;
	background: #EEF0F1;
	padding: 60px 0;
	color: #000;
}

.weight_500 {
	font-weight: 500;
	font-size: 28px;
}

.weight_400 {
	font-weight: 400;
	font-size: 26px;
}

.form_Module h2 {
	margin: 0;
	font-style: italic;
}

.contact_From label {
	font-size: 20px;
	margin-bottom: 5px;
}

.contact_From .form-control {
	border-color: #A7A9AC;
	padding: 10px 15px;
}

.contact_From .btn-submit {
	background: #76C044;
	color: #fff;
	padding: 6px 30px;
	font-size: 20px;
	margin-top: 5px;
}

.contact_From .btn-submit:hover,
.contact_From .btn-submit:focus {
	background: #67AC39;
	color: #ffffff;
}

.footer_Module {
	background: #556067;
	color: #fff;
	padding: 60px 20px;
	float: left;
	width: 100%;
}

.footer_Part1 {
    float: left;
    width: 100%;
    border-bottom: solid 1px #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
}
.footer_Part1 span {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.footer_Part1 span a {
	/* color: #76C044; */
}

.footer_Part1 span a:hover,
.footer_Part1 span a:focus {
	/* 	color: #FFF; */
}

.footer_Links {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0;
	list-style: none;
	font-weight: 600;
}

.footer_Links a {
	font-size: 17px;
	/* color: #76C044; */
}

.footer-Right {
	display: inline-block;
	border-bottom: solid 1px #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 100%;
}
.break_end {
	float: right;
	width: 100%;
	text-align: left;
}
.footer-Right img {
	display: inline-block;
	margin-right: 20px;
}

.footer-Right a {
    font-size: 16px;
    /* color: #76C044; */
    font-weight: 600;
}

.footer-Right a:hover,
.footer-Right a:focus {
	/* color: #fff; */
}

.footer_Info {
    float: left;
    width: 100%;
    font-size: 17px;
}
.footer__disclosure--sizebody p{
	font-size: 17px;
}

.footer_Info p span {
	display: block;
}

.footer_Info p a {
	/* color: #76C044; */
}

.footer_Info p a:hover,
.footer_Info p a:focus {
	/* color: #ffffff; */
}

.footer_Module a:hover img {
	opacity: 0.9;
}

.wd_1 {
	float: left;
	width: 180px;
}

.wd_1 img {
	width: 100%;
}


.wd_2 {
	float: right;
	width: calc(100% - 200px);
	margin-top: 7px;
	font-style: italic;
	text-align: left;
}

.video_Hero {
	margin-top: 100px;
	width: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 60px 0;
	color: #fff;
}

.h1_Super span {
	display: block;
	width: 100%;
	font-weight: 500;
}

.video_Hero .subhead span {
	border-bottom: solid 1px #81A580;
}

.video_Cover {
	display: inline-block;
	width: 94%;
/*	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
	margin-top: 5px;*/
	box-shadow: 0px 0px 20px 0px rgba(12, 11, 11, 0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(12, 11, 11, 0.5);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(12, 11, 11, 0.5);
	background-position: right bottom;
/*	text-align: center;
	line-height: 301px;*/
	position: relative;
}
.video_Cover .play_icn.video {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 0;
    display: inline-block;
    background: #1cb7eb;
    position: absolute;
    left: 0;
    bottom: 0;
}
.video_content a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.button_Transparent {
    padding: 10px 30px;
    color: #ffffff;
    background: transparent;
    float: left;
    font-size: 22px;
    border-radius: 4px;
    margin-top: 10px;
    border: solid 2px #fff;
}

.call_Action .button_Transparent {
    margin-left: 10px;
	float: inherit;

}

.button_Transparent:hover,
.button_Transparent:focus {
	border-color: #000;
	background: transparent;
	color: #000;
}

.play_icn:hover {
	opacity: 0.9;
}

.button_Color-_Green {
	color: #77c043;
}

.button_Color-_Green:hover {
	color: #ffffff;
}

.number_Module {
	float: left;
	width: 100%;
	background: #fff;
	padding: 80px 0 70px 0;
}

.col_Number {
	display: block;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.number_Big {
	display: block;
	width: 100%;
	font-size: 68px;
	font-weight: bold;
	color: #186734;
	border-bottom: solid 1px #AEB0B3;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.number_Subtext {
	font-size: 24px;
	line-height: 22px;
	display: inline-block;
	width: 100%;
}

.financial_Module {
	float: left;
	width: 100%;
	padding: 50px 0;
}

.financial_head {
	float: left;
	text-align: center;
	width: 100%;
	border-bottom: solid 2px #EDEDED;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	padding-bottom: 5px;
}

.col_Partner {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.financial_Module .item {
	border-left: solid 2px #BDBEC1;
}

.financial_Module .owl-item:first-child .item {
	border: none;
}

.hero_option3 {
	color: #000;
}

.hero_option3 span {
	border: none;
}

.hero_sp1 {
	border-bottom: solid 1px !important;
	margin-bottom: 15px !important;
	padding-bottom: 15px !important;
}

.hero_sp2 {
	margin: 0 !important;
	padding: 0 !important;
}

.crousel_Module {
	float: left;
	width: 100%;
	padding: 60px 0 30px
}
.carousel_img img, .get_started_img img {
	width: 100%;
}
.get_started_img {
	max-width: 500px;
}

.crousel_Right,
.crousel_Left {
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 0 20px;
	color: #000;
	background-size: 100%;
	min-height: 400px;
	height: 100%;
	background-size: cover;
}

.crousel_Left {
	background-position: left bottom !important;
}

.crousel_border {
    float: left;
    width: 100%;
    padding: 0 4%;
    border-bottom: solid 1px #96999C;
}

.crousel_Module_inner {
	float: left;
	width: 100%;
}

.crousel_Module_inner .h1_Super {
	font-size: 34px;
}

.crousel_Module_inner p {
	font-size: 20px;
}

.crousel_Module_inner a {
    display: block;
    color: #1981c5;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.crousel_Module_inner a:hover,
.crousel_Module_inner a:focus {
	color: #000;
}

.Video_Module {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #68747B;
}

.video_content {
	float: left;
	width: 100%;
	color: #fff;
	padding-top: 40px;
}

.video_content span {
	font-weight: 900;
    font-size: 40px;
    line-height: 38px;
    float: left;
    width: 100%;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
}

.video_content h2 {
	color: #9ad9ec;
	font-size: 34px;
}

.video_content p {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}


.hero_option2 {
	color: #000;
}

.hero_option2 .hero_sp2 {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.module_Cards {
	float: left;
	width: 100%;
	padding: 60px 0;
}

.card_Section {
	float: left;
	width: 100%;
	border: solid 2px #BCBDC0;
	padding: 30px 30px 0;
	transition: 0.5s all ease;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.card_Section h2 {
	color: #084A7A;
}

.card__button {
	background: #558fcc;
	padding: 6px 25px;
	font-size: 22px;
	border-radius: 4px;
	color: #fff;
	opacity: 0;
	text-align: center;
	margin: 0 auto;
	width: 166px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: block;
}

.card__button:hover,
.card__button:focus {
	background: #368DCD;
	color: #fff;
}

.card_Section:hover .card__button {
	opacity: 1;
	transition: 0.5s opacity ease;
}

.card_Section:hover,
.card_Section.active {
	background-color: white;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	padding-bottom: 30px;
}

.card_Section p {
	font-size: 20px;
	margin: 0;
}

.card_Section:hover p {
	margin: 0 0 1rem;
}

.retirement_Module {
	float: left;
	width: 100%;
	padding: 60px 0;
}

.sub_Title {
	font-size: 22px;
}

.retirement_Module .contact_From {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.retirement_Module .btn-submit {
	background: #558fcc;
	margin: 15px auto 0;
	display: block;
}

.retirement_Module .btn-submit:hover,
.retirement_Module .btn-submit:focus {
	background: #368DCD;
	color: #fff;
}

.income_icn {
	background: url(../images/dollar_icn.png) no-repeat 10px;
	padding-left: 30px !important;
}

.mobile_menu_icons {
	display: none;
}

/*** post css here 12/02/2019 ***/
.mainContent{
	margin-top: 100px;
}
.hero_area{
	display: flex;
	align-items:center;
	width: 100%;
	padding: 0;
	color: #fff;
	background-size: 100%;
	min-height: 675px;
	height: 100%;
	background-position: right;
	margin-bottom: 40px;
}
.hero__content {
    height: 100%;
    padding: 40px;
	display: flow-root;
	align-items:center;
	width: 100%;
}
.h1_all{
	font-size: 48px;
	margin-bottom: 0.7rem;
}
.post-template-default .h1_all{
	font-size: 42px;
	line-height: 50px;
}
.sub_para{
	font-size: 24px;
	line-height: 30px;
}
.mid_part-1{
	float: left;
	width: 100%;
	padding: 0;
}
.section_space{
	float: left;
	width: 100%;
	margin-bottom: 35px;
	padding: 0px;
}
.p_para {
    font-size: 18px;
    font-weight: 400;
    display: block;
    width: 100%;
    color: #556067;
    line-height: 26px;
}
.para-number h2{
	color: #556067;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}
.para-number{
	display: block;
	width: 100%;
	position: relative;
}
.para-number .number-sp {
    position: absolute;
    left: 0;
    background: #204778;
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    top: -5px;
}
.para-number .media-body {
    padding-left: 45px;
}
.mid-inner{
	float: left;
	width: 100%;
	font-size: 18px;
}
.section_space ul li {
	margin-bottom: 10px;
	line-height: 26px;
}
.button--transparent {
    background: transparent;
    padding: 6px 26px 7px;
    border: solid 1px #fff;
    display: inline-block;
    color: #fff !important;
    border-radius: 4px;
}

.content_hero{
	display: flex;
	align-items:center;
	width: 100%;
	padding: 0;
	color: #fff;
	background-size: cover;
	background-position: center center;
	min-height: 400px;
	height: 100%;
	margin-bottom: 70px;
}
.content_hero_left{
		background-position: left center;
}
.content_hero_right{
		background-position: right center;
}
.content_para {
    height: 100%;
    padding: 0;
	display: flow-root;
	align-items:center;
	width: 100%;
	padding: 35px;
}
.content_para .sub_para{
	font-size: 14px;
    line-height: 25px;
    font-style: italic;
    font-weight: 500;
}
.content_anchor{
    background: #00335A;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 6px;
    border: solid 1px #fff;
    color: #fff;
    font-weight: 700;
    font-size:  16px;
    margin-top: 15px;
}
.content_anchor:hover, .content_anchor:focus{
    background: #488FCD;
	color: #fff;
}
.graph-area{
	float: left;
	width: 100%;
	background: #EFF0F2;
	padding: 40px 55px;
	margin-bottom: 70px;
}
.h2_all{
	font-size: 38px;
	font-style: italic;
	margin-bottom: 30px;
}
.graph_image{
	text-align: center;
	width: 100%;
}
.graph_text{
	float: left;
	width: 100%;
}
.sp_1{
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}
.sp_2{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.active_circle, .active_danger{
    background: #0E9747;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
	margin-right: 20px;
}
.active_danger{
	background: #B91F45;
}
.sp_2 .media-body{
	font-size: 18px;
}
.graph_bottom_text{
	float: left;
	width: 100%;
	margin-top: 40px;
	padding-top: 20px;
	border-top: solid 2px #cbcdcf;
	font-size: 18px;
	/*padding-left: 40px;
	padding-right: 40px;*/
}
.content_para .sub_para {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    font-weight: 600;
}
.contactBox {
    background-color: #0E497A;
    text-align: center;
    margin: 10px 0 20px;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    width: 100%;
}
.contactBox a:hover {
    opacity: 0.8;
}
.button--transparent:hover {
    color: #fff !important;
    border-color: #fff;
    background: #488FCD;
}
.ph_para {
    color: #556067;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
    margin-top: 8px;
}
section.share_post_sec {
    padding-bottom: 50px;
}
.h_social {
    font-size: 18px;
    font-style: italic;
    color: #556067;
    font-weight: 400;
    margin-bottom: 14px;
}
a.social_links {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #fff !important;
    font-size: 15px;
    vertical-align: middle;
    transition: 0.3s all ease;
}
a.social_links:hover {
    background-color: #004177 !important;
}
a.social_links.social_fb {
    background-color: #4e71a8;
}
a.social_links.social_ln {
    background-color: #1686b0;
}
a.social_links.social_tw {
    background-color: #1cb7eb;
}
.mid_part-1 .container, .share_post_sec .container{
	padding-left: 0;
	padding-right: 0;
}
.see_disclosure_div {
	text-align: right;
}
.footer_socail_M {
    margin-top: 40px;
    float: left;
    width: 100%;
}
.footer_socail_M a.social_links {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}
.mobile_title_banner {
    display: none;
}
.footer_socail_M.last_column_social_m {
	display: none;
}
/*** post page css here 12/02/2019 ***/
a.broker_Logos {
    width: 150px;
    display: inline-block;
    margin-top: 20px;
}

a.broker_Logos img {
    width: 100%;
}
/*** default page css here 12/03/2019 ***/
.contact_hero {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    color: #fff;
    background-size: contain;
    min-height: 160px;
    border-bottom: 1px solid #eee;
    background-position: left;
    margin-bottom: 50px;
    background-repeat: no-repeat;
}
/*.main-color-text {
    color: #0E497A;
}*/
.default_page_content .para-number .number-sp {
    position: absolute;
    left: 0;
    background: transparent;
    color: #555;
    width: 0;
    height: 0;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 50%;
    top: -4px;
}
.default_page_content .para-number .media-body {
    padding-left: 0;
}
.default_page_content .para-number h2 {
    font-weight: 400;
}
.default_page_content .para-number h2 .font_weight{
    font-weight: 600;
}
.default_page_content .ph_para {
    line-height: 22px;
    margin-top: 5px;
}
.default_page_content .section_space {
    margin-bottom: 25px;
}
.default_page_content .get_start {
    padding: 30px 15px;
    margin-bottom: 30px;
}
.default_page_content .position-Right {
    right: 15px;
    top: 29px;
}
.contactBox .search-form span.screen-reader-text {
    display: block;
    text-align: left;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
}
.contactBox .search-form input.search-submit {
    background: transparent;
    padding: 5px 10px;
    border: solid 1px #fff;
    display: inline-block;
    color: #fff !important;
    border-radius: 4px;
    font-size: 13px;
    margin-left: 5px;
}
.contactBox .search-form .search-submit:hover {
    opacity: 0.8;
    color: #fff !important;
    border-color: #fff;
    background: #488FCD;
}
.contactBox .search-form .search-field {
    display: block;
    width: 100%;
    padding: .219rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contactBox .search-form .search-field::-webkit-input-placeholder { /* Edge */
  color: #ffffff;
}

.contactBox .search-form .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

.contactBox .search-form .search-field::placeholder {
  color: #ffffff;
}
.contactBox .widget {
    margin-bottom: 1rem;
}
.contactBox .widget ul li {
    list-style: none;
}
.get_Button_xs_show_div {
	display: none;
}
.default_page_content .section_space ul {
    padding-left: 17px;
}
.contact_hero h1 {
    font-size: 36px;
    line-height: 38px;
}
/*** default page css here 12/03/2019 ***/


/* Sidebar form css here */
.mainContent .contactBox .mktoForm .mktoFormRow {
    display: block;
}
.mainContent .contactBox .mktoForm .mktoFormCol {
    margin-left: 0;
}
.mainContent .contactBox .mktoForm .mktoFieldWrap, .mainContent .contactBox .mktoForm .mktoFormCol, .mainContent .contactBox .mktoForm .mktoLabel {
    float: left;
    width: 100%;
}
.mainContent .contactBox .mktoForm {
    color: #fff !important;
}
.mainContent .contactBox .mktoForm .mktoLabel {
    margin-bottom: 0.4rem;
    font-size: 15px;
    font-style: italic;
    font-weight: 400 !important;
    color: #ffffff;
}
.mainContent .contactBox .mktoForm .mktoField {
    height: 46px !important;
    border-radius: 1px;
}
.mainContent .contactBox .mktoForm button.mktoButton {
	padding: .475rem 1.5rem;
	font-size: 1rem !important;
	background: transparent !important;
	border: 1px solid #fff !important;
	border-radius: .35rem !important;
	width: 100%;
	letter-spacing: 0.5px;
	outline: transparent;
}
.mainContent .contactBox .mktoForm button.mktoButton:hover, .contactBox .button--transparent:hover{
    background: transparent;
}
.mainContent .contactBox .mktoForm .mktoButtonRow {
    margin-top: 2rem;
}
 .contactBox .button--transparent {
	display: inline-block;
    width: auto;
    margin-top: 15px;
}
.contactBox p {
	margin-bottom: 0.12rem
}
.mainContent .contactBox .mktoForm {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}
/* Sidebar form css here */
/* breakpoint and up - mega dropdown styles */
/**** 12-12-2019 ****/
.graph_image img {
	max-width: 100%;
    height: auto;
}




.graph-area .h2_all {
    font-size: 28px;
}
.graph_text .sp_1 {
    font-size: 16px;
}
.disclouser_target .see_disclosure_div {
    text-align: left;
    margin-bottom: 35px;
}
.see_disclosure_div .h_social a {
    color: #556067;
}


.see_disclosure_div .h_social a:hover {
    color: #556067;
}

.crousel_Module .subhead span {
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    border-bottom: 0;
    line-height: 38px;
    margin-bottom: 0;
    padding-bottom: 0;
}
/**** 12-12-2019 ****/
/**** 12-12-2019 ****/
.mobile_visible {
	display: none;
}
/**** 12-12-2019 ****/
/**** 12-13-2019 ****/
.get_start .content_b_img_txt h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 30px;
}
.get_start.content_regular_p .content_b_img_txt h2 {
	    font-size: 32px;
	    font-weight: 600;
	    line-height: 30px;
	}
	.get_start.content_regular_p p {
	    font-size: 18px;
	    line-height: 26px;
	    font-style: italic;
	}
	.search-submit{
		cursor: pointer;
	    margin: 0;
	    padding: .455rem 1.5rem;
	    font-size: 1.2rem;
	    background: #204778;
	    color: #fff;
	    border: 1px solid transparent;
	    border-radius: .25rem;
	}
	input.search-field {
	    float: none;
	    height: 45px;
	    display: inline-block;
	    width: 100%;
	    padding: .375rem .75rem;
	    font-size: 1rem;
	    line-height: 1.5;
	    color: #495057;
	    background-color: #fff;
	    background-clip: padding-box;
	    border: 1px solid #ced4da;
	    border-radius: .25rem;
	    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
/**** 12-13-2019 ****/

/**** 12-19-2019 ****/

.video_thumb img {
    width: 100%;
}
/**** 12-19-2019 ****/ 
/**** Media queries ****/
@media screen and (max-width: 1280px) {
  .contactBox_sidebar_scroll {
      max-width: 23% !important;
  }
}
@media screen and (min-width: 1025px) {
	.content_b_img_txt {
	    padding-top: 52px;
	    max-width: 498px;
	}
}
@media screen and (max-width: 991px) {
.contactBox {
    width: auto;
}
}
@media screen and (min-width: 992px) {
	/* remove the padding from the navbar so the dropdown hover state is not broken */
	.navbar {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
	.navbar .nav-item {
		padding: 0 .5rem;
		margin: 0 .25rem;
	}
	.navbar .nav-link {
		padding-top: 36px;
		padding-bottom: 36px;
		transition: all 0.3s;
	}
	.navbar.compressed_Bar .nav-link {
		padding-top: 36px;
		padding-bottom: 36px;
		transition: all 0.3s;
	}
	/* makes the dropdown full width  */
	.navbar .dropdown {
		position: static;
	}
	.navbar .dropdown-menu {
		width: 100%;
		left: 0;
		right: 0;
		/*  height of nav-item  */
		top: 97px;
		padding-top: 2rem !important;
		padding-bottom: 1.8rem !important;
	}
	.navbar.compressed_Bar .dropdown-menu {
		top: 66px !important;
	}
	/* shows the dropdown menu on hover */
	.navbar .dropdown:hover .dropdown-menu,
	.navbar .dropdown .dropdown-menu:hover {
		display: block !important;
	}
	.navbar .dropdown-menu {
		border: none;
		background-color: #fff;
	}

		.contactBox_sidebar_scroll {
	    position: fixed;
	    top: 90px;
	    max-width: 319px;
	    z-index: 10;
	}

   .col-inner-right.search_find {
	    margin-top: 5px;
	}
}
@media screen and (min-width: 768px) {
	.get_start .img_txt_right {
	    margin-left: auto;
	}
	.get_start .img_txt_left {
	    margin-right: auto;
	}
}
/* 12/02/2019 */
@media (max-width: 1750px) {
	.hero_area {
	    min-height: 530px;
	}
}
/* 12/02/2019 */
@media all and (max-width: 1560px) {
	.content_hero{
		background-size: cover;
	}	
}
@media all and (max-width: 1366px) {
	/* 12/02/2019 */
	/* .hero__content{
		padding: 0;
	} */
	.hero_area{
		background-size: cover;
	}
	.h1_all{
		font-size: 36px;
	}
	.sub_para {
	    font-size: 20px;
	    line-height: 30px;
	}
	.contactBox_sidebar_scroll {
	    max-width: 310px;
	}
	/* 12/02/2019 */
}
@media screen and (max-width: 1280px) {
	/* 12/02/2019 */
	.contactBox_sidebar_scroll {
	    max-width: 290px;
	}
	/* 12/02/2019 */
}
@media screen and (max-width: 1240px) {
	.navbar-nav {
		margin-right: -12px;
	}
	.position-Right {
		right: 3%;
	}
	.position-Left {
		left: 3%;
	}
	.nav_Right {
		display: none;
	}
	.navbar_Area {
		padding-left: 15px;
	}
	#navbarSupportedContent {
		margin-right: 0;
	}
	.mobile_show {
		display: inline-block;
	}
	.number_Big {
		font-size: 50px;
	}
	.number_Subtext {
		font-size: 20px;
	}
}

@media screen and (max-width: 1210px) {
	.clr_One a {
		padding-left: 15px !important;
		padding-right: 15px !important;
		font-size: 17px !important;
		text-align: center;
	}
}
@media all and (max-width: 1180px) { 
	/* 12/02/2019 */
	.para-number .number-sp{
		left: 0;
		position: inherit;
		margin-right: 20px;
	}
	.para-number .media-body {
	    padding-left: 0;
	}
	/* 12/02/2019 */
}
@media screen and (max-width: 1140px) {
	.video_content h2 {
		font-size: 30px;
	}

	/* 12/02/2019 */
	.section_space {
		padding:0;
	}
	.graph-area {
		padding: 40px 0px;
	}
	.slider-area {
		padding:0;
	}
	/* 12/02/2019 */
}

@media screen and (max-width: 1130px) {
	.navbar_Area .nav-item a {
		color: #0E497A;
		font-size: 16px;
	}
	.clr_One a {
		font-size: 15px !important;
	}
	.navbar .nav-item {
		margin: 0;
		padding: 0;
	}
	.navbar-nav {
		margin-right: 0;
	}
	.navbar .nav-link {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
}


@media screen and (max-width: 1024px) {
	/* 12/02/2019 */
	.hero_left{
		background-position: top center !important;
	}
	.contactBox_sidebar_scroll {
	    max-width: 226px;
	}
	/* 12/02/2019 */
	/* 12/13/2019 */
	.video_content {
	    padding-top: 0;
	}
	/* 12/13/2019 */

    /* 12/14/2019 */
	.compressed_Bar .nav_pipe {
	    margin-top: 40px;
	}

	.navbar .has-submenu .sub_menu_center .nav-link {
	    padding-top: 4px !important;
	    padding-bottom: 4px !important;
	    font-size: 15px;
	}
	.navbar .has-submenu .sub_menu_center .nav-link a {
	    font-size: 15px;
	}

	.nav-item.clr_One a {
	    height: 100%;
	}
}
@media screen and (max-width: 991px) {
	.navbar .nav-link {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.navbar .sub_div .nav-link {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.navbar-fixed-top {
		position: inherit;
	}
	.header_Logo {
		margin-bottom: 15px;
	}
	.hero_Main-Right,
	.hero_Main-Left,
	.video_Hero {
		margin-top: 0;
	}
	.video_Hero {
		padding: 30px 0;
	}
	.navbar_Area {
		padding-right: 0;
		padding-left: 0;
	}
	.nav_pipe {
		display: none;
	}
	.navbar_Area .nav-item a {
		border-top: #0C4C78 solid 1px;
		padding: 12px 15px;
	}
	.sub_div {
		width: 100%;
		padding: 0 15px;
	}
	.header_Logo {
		margin-left: 15px;
		margin-top: 15px;
	}
	.sub_div ul li a {
		padding: 0.5rem 0 !important;
		border: none !important;
	}
	.navbar-toggler .toggler-icon {
		font-size: 26px;
		margin-right: 5px;
		margin-top: 15px;
		display: block;
		color: #0C4C78;
	}
	.navbar-toggler:hover .toggler-icon {
		color: #333;
		text-shadow: none;
	}
	.navbar-toggler:focus {
		outline: none;
	}
	 
	.contact_From {
		margin-top: 20px;
	}
	.h2,
	h2 {
		font-size: 28px;
	}
	.wd_2 {
		width: 100%;
	}
	.video_Hero .h1_Super {
		font-size: 30px;
	}
	.video_Hero .h1_Super span {
		font-size: 28px;
	}
	.financial_Module {
		padding: 30px 0;
	}
	.video_content h2 {
		font-size: 30px;
	}
	/* mobile menu*/
	#navbarSupportedContent {
		background-color: #4e555a;
		position: fixed;
		width: 100%;
		top: 0;
		height: 100%;
		margin-top: 0;
		z-index: 99;
		padding: 70px 65px;
	}
	.header_Back .clr_One {
		display: none;
	}
	.navbar_Area .nav-item a {
		color: #fff;
		border: none;
		padding: 0px 0px 30px !important;
	}
	.navbar_Area .nav-item a:hover,
	.navbar_Area .nav-item a:focus {
		opacity: 0.6;
		color: #fff;
	}
	.mobile_menu_icons {
		display: block;
		position: absolute;
		left: 22px;
		top: 15px;
		font-size: 23px;
		font-weight: 10;
		color: #fff;
		cursor: pointer;
	}
	.mobile_menu_icons:hover,
	.mobile_menu_icons:focus {
		opacity: 0.5;
	}
	.navbar_Area .navbar-nav h5 {
		margin-bottom: 35px;
		color: #fff;
		letter-spacing: 6.5px;
		text-transform: uppercase;
		font-style: italic;
		font-weight: 300;
		position: relative;
		padding-bottom: 20px;
		display: block;
	}
	.navbar_Area .navbar-nav h5::after {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		background-color: #636a6f;
		content: "";
		max-width: 300px;
		bottom: 0px;
	}
	/*End of mobile menu css*/
	/* 12/02/2019 */
	.mainContent {
	    margin-top: 0;
	}
	.mid_sec .mid_part-1 .container{
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.mid_sec .container {
		padding-left: 0;
		padding-right: 0;
		overflow-x: hidden;
	}
	.contactBox {
		margin: 10px -15px 0;
	}
	.share_post_sec .container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.para-number .media-body {
	    padding-left: 0;
	}
	.mobile_title_banner {
	    display: block;
	    float: left;
	    width: 100%;
	    text-align: center;
	}
	.mobile_title_banner .nav-link {
	    padding: 20px 15px;
	    color: #fff;
	    font-size: 19px !important;
	    font-weight: 400;
	}
	/* 12/02/2019 */
	/* 12/03/2019 */
	/* .contact_sec .container {
		padding-left: 0;
		padding-right: 0;
	} */
	.default_page_content .mid_part-1 {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	/* 12/03/2019 */
	/* 12/12/2019 */
		.graph_text {
		    padding: 0px 15px;
		}
		.mid_sec .graph-area .container {
		    padding-left: 30px;
		    padding-right: 30px;
		}
		.graph_image img {
		    max-width: 80%;
		    height: auto;
		}
     
        .graph-area {
   			 padding: 40px 15px;
		}
		section.share_post_sec {
		    padding-bottom: 20px;
		    padding-left: 15px;padding-right: 15px;
		}
		.mob_100_op {
		 padding: 20px 30px;
		}

		.section_space {
		    padding-left: 15px;
		    padding-right: 15px;
		}
		.contact_sec .container {
		    padding-left: 0;
		    padding-right: 0;
		    overflow-x: hidden;
		}
		.disclouser_target {
		    padding-left: 15px;
		    padding-right: 15px;
		}
	/* 12/12/2019 */

}

@media screen and (max-width: 849px) {
	/* 12/02/2019 */
	.p_para{
	font-size: 15px;
	}
	.para-number{
		font-size: 18px;
	}
	.para-number h2{
		font-size: 28px;
	}
	.para-number .number-sp {
	    width: 30px;
	    height: 30px;
	    line-height: 34px;
	    font-size: 20px;
	}
	/* 12/02/2019 */
}
@media screen and (max-width: 768px) {
	.call_Action .desktop_visible {
	    display: block;
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	#navbarSupportedContent {
		margin-top: 0;
	}
	.hero_content {
		background-color: #084A7A;
	    padding: 50px 15px;
	    float: left;
	    width: 100%;
	    text-align: center;
	}
	.hero_content a {
		float: none;
		display: inline-block;
	}
	.hero_Main-Right,
	.hero_Main-Left {
		background-size: 1600px auto;
		min-height: inherit;
		background-position: right top;
		padding-top: 313px;
		margin-top: 0;
		padding-bottom: 0;
	}
	.hero_Main-Left {
		background-position: left top !important;
	}
	.hero_Main-Right .container,
	.hero_Main-Right .col-sm-12,
	.hero_Main-Left .container,
	.hero_Main-Left .col-sm-12 {
		padding: 0;
	}
	.subhead span {
		font-size: 14px;
	}
	.h1_Super {
		font-size: 26px;
	}
	.navbar-toggler .toggler-icon {
		margin-top: 0;
		margin-right: 10px;
	}
	.call_Action p {
		font-size: 20px;
	}
	.team_Module {
		float: none;
		text-align: center;
		display: inline-block;
	}
	.member_Avtar {
		float: none;
		margin: auto 10px 20px;
		display: inline-block;
	}
	.footer_Module {
		padding: 30px 0 40px 0;
	}
	.footer-Right {
		border-top: solid 1px #fff;
	    padding-top: 25px;
	    margin-top: 20px;
	    margin-bottom: 25px;
	    text-align: center;
	}
	.footer_Part1,
	.footer_Links a,
	.footer_Info {
		font-size: 17px;
	}
	.footer-Right a{
	    font-size: 15px;
	    line-height: 17px;
	    margin-top: 25px;
	    margin-bottom: 25px;
	}
	.footer-Right .wd_1 {
	    float: left !important;
	}
	.weight_500 {
		font-size: 22px;
	}
	.weight_400 {
		font-size: 20px;
	}
	.h2,
	h2 {
		font-size: 24px;
	}
	.video_Cover {
		width: 100%;
		/*background-size: cover;*/
	}
	.video_Hero .hero_content {
		background-color: transparent;
		padding: 0;
		margin-top: 20px;
	}
	.video_Hero .subhead span {
		margin-bottom: 0;
	}
	.financial_Module .item {
		border-left: none;
	}
	.hero_option3 .hero_content {
		background: #fff;
	}
	.crousel_Right,
	.crousel_Left {
		background-size: 1000px auto;
		min-height: inherit;
		background-position: right top;
		padding-top: 209px;
		margin-top: 0;
		padding-bottom: 0;
		color: #fff;
	}
	.crousel_Left {
		background-position: left top !important;
	}
	.crousel_border {
		padding: 0;
	}
	.crousel_Module_inner .h1_Super {
		font-size: 24px;
	}
	.crousel_Module_inner p {
		font-size: 18px;
	}
	.crousel_Module_inner a {
		color: #76C044;
	}
	 
	.video_content {
		padding-top: 20px;
	}
	.video_content h2 {
		font-size: 26px;
	}
	.video_content h2 br {
		display: none;
	}
	.video_content p {
		font-size: 18px;
	}
	.hero_option2 .hero_content {
		background: #fff;
	}
	.module_Cards {
		padding: 30px 0;
	}
	/* 12/02/2019 */
	.content_hero_left{
			background-position: 60% center;
	}
	.content_hero_right{
			background-position: 60% center;
	}
	.hero_area{
		/*min-height: 380px;*/
		min-height: inherit;
		padding-top: 299px;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 767px auto;
		margin-bottom: 40px;
	}
	.hero_right{
		background-position: left top;
		background-size: 767px auto;
	}
	.hero_left{
		background-position: top left !important;
	}
	.content_hero{
		min-height: 350px;
		padding-top: 232px;
		background-repeat: no-repeat;
		margin-bottom: 40px;
	}
	.section_space{
		margin-bottom: 40px;
	}
	.slider-area{
		margin-bottom: 40px;
	}
	.hero_area .container, .content_hero .container, .mid_sec .container{
		padding: 0px;
	}
	.mid_part-1 .container {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.hero_area .col-sm-12, .content_hero .col-sm-12{
		padding: 0px;
	}
	.pad_40{
		padding: 40px;
	}
	.mt_30{
		margin-top: 30%;
	}
	.content_hero .content_para {
		padding: 20px 30px;
	}
	.mob_100_op{
		background-color: rgba(14,73,122,1);
		padding: 20px;
	}
	.mob_90_op{
		background-color: rgba(14,73,122,0.9);
		padding: 20px;
	}
	.mob_80_op{
		background-color: rgba(14,73,122,0.8);
		padding: 20px;
	}
	.mob_70_op{
		background-color: rgba(14,73,122,0.7);
		padding: 20px;
	}
	.mob_60_op{
		background-color: rgba(14,73,122,0.6);
		padding: 20px;
	}
	.mob_50_op{
		background-color: rgba(14,73,122,0.5);
		padding: 20px;
	}
	.mob_40_op{
		background-color: rgba(14,73,122,0.4);
		padding: 35px 20px;	
	}
	.mob_30_op{
		background-color: rgba(14,73,122,0.3);
		padding: 20px;	
	}
	.mob_20_op{
		background-color: rgba(14,73,122,0.2);
		padding: 20px;	
	}
	.mob_10_op{
		background-color: rgba(14,73,122,0.1);
		padding: 20px;	
	}
	.content_para .sub_para{
		font-size: 14px;
		line-height: 24px;
	}
	.content_anchor{
		font-size: 18px;
		margin-top: 5px;
	}
	.graph_image img{
		width: 100%;
		margin-bottom: 20px;
	}
	.h2_all{
		font-size: 24px;
	}
	.graph_bottom_text{
		padding-left: 0px;
		padding-right: 0px;
	}
	.form_title {
	    font-size: 24px;
	}
	.form_area_filed .form-control{
		height: 46px;
	}
	.form_area_filed label {
	    font-size: 16px;
	}
	.form_area_filed label sub {
	    bottom: 5px;
	}
	.sp_1{
		font-size: 18px;
	}
	.sp_2 .media-body, .graph_bottom_text {
	    font-size: 16px;
	}
	.contact_hero{
	    background: none !important;
	    margin-bottom: 5px;
	    padding-top: 30px;
	    min-height: auto;
	    border-bottom: 0;
	}
	.contact_hero .h1, .contact_hero h1 {
	    font-size: 2.3rem;
	}
	.col-inner-right h2 {
	    font-size: 20px;
	}
	.share_post_sec .container {
	    padding-left: 30px !important;
	    padding-right: 30px !important;
	}
	.footer_socail_M.fist_column_social_m {
	    display: none;
	}
	.footer_socail_M.last_column_social_m {
	    display: block;
	    text-align: center;
	    border-top: 1px solid #fff;
	    padding-top: 40px;
	}
	.footer_btom_broker {
	    text-align: center;
	    padding-top: 40px;
	}
	section.share_post_sec {
	    padding-bottom: 20px;
	}

	/* 12/02/2019 */
	/* 12/12/2019 */
	.video_Cover .play_icn.video {
	    width: 45px;
	    height: 45px;
	    line-height: 45px;
	    text-align: center;
	    border-radius: 50%;
	    position: absolute;
	    left: calc(50% - 45px/2);
	    bottom: calc(50% - 45px/2);
	}
	.video_Cover .play_icn.video img {
	    width: 20px;
	}

	.call_Action .button_Transparent {
	   	margin-left: 10px;
	    float: inherit;
	    display: inline-block;
	    width: auto;
	    margin: 0 auto 0 auto;
	    line-height: 22.8px;
	}
	.team_anchor_c {
		display: block;
	}
	.Video_Module {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.crousel_Module .hero_content{
		background-color: transparent;
	    text-align: left;
	    border-top: 1px solid #96999C;
	    padding-top: 25px;
	    padding-left: 0;
	}
	section.get_start {
		padding: 50px 0; 
	}
	 
	.financial_head {
	    font-size: 16px;
	    padding-bottom: 15px;
	    font-weight: 600;
	}
	/* 12/12/2019 */
	/* 12/13/2019 */
	.mobile_visible {
		display: block;
	}
	.desktop_visible {
		display: none;
	}
	.call_Action .desktop_visible {
		display: none;
	}
	h2.mobile_team_heaidng {
	    margin-bottom: 30px;
	    font-size: 34px;
	    line-height: 34px;
	}
	.team_Module {
	    padding: 60px 0 50px;
	}
	
	.crousel_Module {
	    padding: 15px 0 50px;
	}
	.footer_Links .menu-item {
	    margin: 13px 0;
	}
	.hero_option1 .hero_content, .hero_option2 .hero_content, .hero_option3 .hero_content{
	    background-color: #EFEEED;
	    padding: 50px 15px 70px 15px;
	}
	.hero_option1 .hero_content .subhead span, .hero_option2 .hero_content .subhead span, .hero_option3 .hero_content .subhead span{
	    color: #000000 !important;
	}
	.hero_option1 .hero_content .h1_Super, .hero_option2 .hero_content .h1_Super, .hero_option3 .hero_content .h1_Super{
    	color: #000000 !important;
	}
	.hero_option1 .hero_content a, .hero_option2 .hero_content a, .hero_option3 .hero_content a{
	    border-color: #000000 !important;
	    color: #000000 !important;
	    font-size: 17px;
	    line-height: 18px;
	}
	.get_start .content_b_img_txt h2 {
    	font-size: 34px;
	}
	.get_start p {
    	font-size: 19px;
	}
	.get_start .btn_holder_with_img {
	    text-align: center;
	}
	.get_start .get_started_img {
	    max-width: 335px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.get_Button {
		font-size: 19px;
	}
	.button_Transparent {
	    font-size: 17px;
	    line-height: 18px;
	}
	.video_Hero {
	    padding: 30px 0 50px 0;
	}
	 .section_space h3 {
	 	font-size: 22px;
	 	line-height: 26px;
	 }
	 .section_space ul {
	    padding-left: 15px;
	}
	.content_regular_p .button_Background {
		font-size: 17px;
	}
	.mainContent .contactBox .mktoForm button.mktoButton {
		width: auto;
	}
	.get_start.content_regular_p .btn_holder_with_img {
	    margin-top: 10px;
	}
	/* 12/13/2019 */
.footer-Right a {
	margin-bottom: 5px;
}	
}
@media (max-width: 600px) {
	/* 12/02/2019 */
	.h1_all {
	    font-size: 24px;
	    line-height: 30px;
	}
	.post-template-default .h1_all {
	    font-size: 24px;
	    line-height: 30px;
	}
	.hero_right{
		background-position: 65% top;
		background-size: 800px auto;
	}
	/* 12/02/2019 */
	/* 12/13/2019 */
	.page-template-default .contact_hero h1 {
	   padding-left: 15px;
	}
	/* 12/13/2019 */
	
}
@media screen and (max-width: 575px) {
	.page-template-default .contact_hero h1 {
	   padding-left: 0;
	}
	/* 12/02/2019 */
	.see_disclosure_div {
    	text-align: left;
    	margin-top: 40px;
	}
	.ph_para {
	    font-size: 20px;
	    line-height: 30px;
	}
	.col-inner-right h2 {
	    font-size: 20px;
	    line-height: 26px;
	}
	.para-number {
	    font-size: 15px;
	}
	/* 12/02/2019 */
	/* 12/03/2019 */
	a.broker_Logos {
	    width: 178px;
	    display: inline-block;
	    margin-top: 0;
	}
	.default_page_content.col-inner-right .get_start h2 {
	    font-size: 32px;
	    text-align: center;
	    margin-bottom: 15px;
	}
	.get_Button_xs_hide {
		display: none;
	}
	.get_Button_xs_show_div {
		display: block;
		margin-top: 15px;
	}
	.default_page_content .mid_part-1 {
	    padding-left: 0;
	    padding-right: 0;
	}
	/* 12/03/2019 */
	/* 12/12/2019 */
	.graph-area .h2_all {
	    font-size: 24px;
	}
	.graph_text .sp_1 {
	    font-size: 14px;
	}
	/* .mid_sec .graph-area .container {
		    padding-left: 15px;
		    padding-right: 15px;
		} */

	/*	.video_Cover {
		    min-height: 190px;
		}*/
	/* 12/12/2019 */
	/* 13/12/2019 */
	.member_Avtar {
	    width: 149px;
	    height: 168px;
	}
	.member_Avtar img {
	    height: auto;
	    width: 100%;
	}
	.page-template-default .see_disclosure_div {
		margin-top: 15px;
	}
	.search_page_c{
	    padding-left: 15px;
	    padding-right: 15px;
	    margin-bottom: 15px;
	    margin-top: 15px;
	}
	/* 13/12/2019 */
}
@media screen and (max-width: 540px) {
	.hero_left{
		background-position: 25% top !important;
	}
}
@media screen and (max-width: 500px) {
	.get_start_pic img {
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
.header_Logo a img {
		width: 110px !important;
	}
}	
@media screen and (max-width: 400px) {
	.hero_Main-Right {
		background-size: 1100px auto;
		padding-top: 229px;
	}
	.hero_Main-Left {
		background-size: 1100px auto;
		padding-top: 229px;
	}
	.subhead span {
		font-size: 14px;
	}
	.h1_Super {
		font-size: 24px;
	}
	.video_Hero .h1_Super,
	.video_Hero .h1_Super span {
		font-size: 24px;
	}
	.button_Green {
		padding: 10px 30px;
		font-size: 16px;
	}
	.header_Logo {
		margin-right: 0;
	}
	.logo_Left {
		padding-right: 0;
		margin-right: 15px;
	}
	.navbar-toggler {
		padding: 0;
		border: none;
	}
	.member_Avtar {
		margin: auto 7px 20px;
	}
	.header_Logo a {
		width: 125px;
	}
	.footer-Right a {
	font-size: 13px;
}
}
@media(max-width: 354px) {
.footer-Right a {
	font-size: 12px;
}
}
@media(max-width: 326px) {
.footer-Right a {
	font-size: 11.7px;
}
}
@media(max-width: 335px) {
	#navbarSupportedContent {
		padding: 69px 40px;
	}
	.member_Avtar {
	    width: 128px;
	    height: 158px;
	}
	.get_start .get_started_img {
	    max-width: 300px;
	}
.header_Logo a img {
	width: 100px !important;
}
.header_Logo a {
		width: 115px !important;
	}
}    

a.pm_anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

@keyframes pulsate1 {
  0% {
    background-color: #f8f8f8; /* Very light gray */
  }
  50% {
    background-color: #eeeeee; /* Slightly darker light gray */
  }
  100% {
    background-color: #f8f8f8; /* Match the start */
  }
}


.product-title {
  display: flex;
  justify-content: space-between; /* Space between title and link */
  align-items: center;
  padding: 10px;
  background: #f7f7f7;
  cursor: pointer;
  transition: background 0.8s ease, color 0.3s ease;
  border: 1px solid #ddd; /* Optional: Add a separator */
}

.product-title:hover {
  background: #e0e0e0;
}

.product-title.active {
  background: #cadddd; /* Light blue to indicate open state */
  color: #003366;
}

.toggle-link {
  text-decoration: none;
  color: #336699; /* WordPress blue */
  font-size: 0.9em;
}

.toggle-link:hover {
  text-decoration: underline;
}

.product-content {
  padding: 0 5px; /* Ensures padding is consistent */
  background: #fff;
  height: 0; /* Start as collapsed */
  overflow: hidden;
  transition: height 0.8s ease;
  
}

.product-content p {
  margin: 0;
  padding: 10px 0px; /* Ensure proper spacing inside paragraphs */
}
.product-content ul {
  list-style: none;  /*Optional: Remove default bullet points */
  padding: 0; /* Reset padding for the list */
  margin: 0; /* Reset margin for the list */
}



.product-content li {
  padding: 10px 10px;
  transition: background 0.7s ease; /* Smooth transition for 
  hover effect */
}

.product-content li:hover {
  background: #f0f0f0;
  /* cursor: ; Optional: Add pointer cursor to indicate interactivity */
  animation: pulsate1 1.4s infinite; /* Apply pulsating animation */
  
  /*font-size: 1.1em;  Scale text size by 20% */
  

}




@keyframes pulsate3 {
  0% {
    background-color: #ffffff; /* Very light gray */
  }
  50% {
    background-color: #eeeeee; /* Slightly darker light gray */
  }
  100% {
    background-color: #ffffff; /* Match the start */
  }
}

.sag-accordion {
  
  margin: 2px 10px;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
}

.sag-accordion-item {
  border-bottom: 0px solid #ddd;
}

.sag-accordion-title {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  color:#005189;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight:400;
  background: #ffffff;
  transition: background 0.3s ease;
}

.sag-accordion-title:hover {
  background: #e0e0e0;
}

.sag-accordion-content {
  padding: 3px 20px;
  background: #fff;
  max-height: 0; /* Set initial height to 0 */
  overflow: hidden; /* Hide overflowing content */
  transition: max-height 0.8s ease; /* Add smooth 0.8-second transition */
  /* border-top: 0px solid #ddd;*/
}
.sag-accordion-content a{
color:#005189;
  text-decoration:none;
}

.sag-accordion-content a:hover{
color:#005189;
  text-decoration:underline;
}
.sag-accordion-content ul {
  list-style: none;
    padding-left: 27px;
  margin: 5px;
}

.sag-accordion-content li {
  margin-bottom: 25px;
  color: #555;
  padding-left: 15px;
  position: relative;
}

.sag-accordion-content h4 {
  margin-bottom: 10px;
  color: #005189;
  font-weight:500;
  
  position: relative;
}
.sag-accordion-item .settype {
  font-weight:800;
  border-left: 1px solid #369;
  padding-left:10px;
  position: relative;
  margin-left:10px;
}
.sag-accordion-content li:before {
  /*content: "•";*/
  position: absolute;
  left: 0;
  color: #007acc;
}

.sag-toggle-btn {
  width: 30px;
  height: 30px;
  border: 0px solid #007acc;
  border-radius: 50%;
  background: #003366;
 
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
  margin-right: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
    transform: rotate(90deg);
}

.sag-toggle-btn:hover {
  background: #007acc;
  color: white;
}

.sag-accordion-item.active .sag-toggle-btn {
  transform: rotate(-90deg);
    background: #336699;
   
   
}

.sag-accordion-item.active .sag-accordion-content {
  display: block;
  transition: all 0.8s ease;
}


.sag-accordion-content li:hover {
  background: #ffffff;
  cursor: ; /* Optional: Add pointer cursor to indicate interactivity */
  animation: pulsate3 1s infinite; /* Apply pulsating animation */
  
  /*font-size: 1.1em;  Scale text size by 20% */
  

}


.sag-toggle-btn {
  width: 30px; /* Width of the button */
  height: 30px; /* Height of the button */
  border: 0px solid #007acc;
  border-radius: 50%;
  background: #003366;
 
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  display: flex; /* Use flexbox for alignment */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  cursor: pointer; /* Pointer cursor on hover */
  position: relative; /* Position relative for positioning children */
}



.arrow-adjust {
  font-size: 20px; /* Size of the arrow */
  color: #ffffff; /* Arrow color */
  position: absolute; /* Position the arrow within the button */
  top: 44%; /* Center vertically */
  left: 48%; /* Center horizontally */
  transform: translate(-58%, -50%) rotate(0deg); /* Adjust rotation and centering */
  transition: transform 0.3s ease; /* Add smooth rotation animation */
}

.sag-toggle-btn.active .arrow-adjust {
  /*  top: 53%; Center vertically */
  /* left: 20%; Center horizontally */
  transform: translate(-22%, -50%) rotate(90deg); /* Rotate the arrow when active */
}


/*date - 11/02/2025 */
.section_space .member-details h6 a{
	word-wrap: break-word;
    max-width: 100%;
}

.bio-container .member-details{
    max-width: 290px;
} 
.bio-container .member-details img {
    min-width: 250px;
}

@media (max-width: 700px){
  .bio-container .member-details{
     max-width: 100%;
     margin-bottom: 0;
  }
  .bio-container .member-details img {
    min-width: 180px;
  }
}