/* Carousel Fading slide */
.carousel-fade .carousel-inner {
	background: #000;
}
.carousel-fade .carousel-control {
	z-index: 2;
}.carousel-fade .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .next.left,  .carousel-fade .prev.right,  .carousel-fade .item.active {
	opacity: 1;
}
.carousel-fade .active.left,  .carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next,  .carousel-fade .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev,  .carousel-fade .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left,  .carousel-fade .carousel-inner > .item.prev.right,  .carousel-fade .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
/* Carousel Control custom */
.carousel-control .control-icon {
	font-size: 48px;
	height: 30px;
	margin-top: -15px;
	width: 30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}
.carousel-control .prev {
	margin-left: -15px;
	left: 50%;
} /* Prev */
.carousel-control .next {
	margin-right: -15px;
	right: 50%;
} /* Next */
/* Removing BS background */
.carousel .control-box {
	opacity: 0;
}
a.carousel-control.left {
	left: 0;
	background: none;
	border: 0;
}
a.carousel-control.right {
	right: 0;
	background: none;
	border: 0;
}
/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;/* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
}
/* Hover animation */
.carousel:hover .control-box {
	opacity: 1;
}
.carousel:hover a.carousel-control.left {
	left: 15px;
}
.carousel:hover a.carousel-control.right {
	right: 15px;
}
/* Carouse Indicator */
.carousel-indicators li.active, .carousel-indicators li {
	border: 0;
}
.carousel-indicators li {
	background: #666;
	margin: 0 3px;
	width: 12px;
	height: 12px;
}
.carousel-indicators li.active {
	background: #fff;
	margin: 0 3px;
}
/*-------------------
    HERO SLIDER
--------------------*/

.carousel-caption {
	bottom : 50%;
	text-shadow : none;
	transform : translateY(50%);
}
.carousel-caption h1 {
	font-size: 58px;
	line-height : 1 !important;
	font-weight : bold;
	text-transform : uppercase;
	color : #ffffff;
	/*	text-shadow: 0px 4px 3px rgba(0,0,0,0.7), 0px 8px 13px rgba(0,0,0,0.4), 0px 18px 23px rgba(0,0,0,0.4);*/
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7), 1px 2px 7px rgba(0,0,0,0.5), 1px 4px 13px rgba(0,0,0,0.3);
}
.carousel-caption p {
	font-size : 20px;
	color : #ffffff;
	font-weight : normal;
}
.carousel-control.left, .carousel-control.right {
	width : 50px;
	height : 50px;
	line-height : 46px;
	top : 50%;
	margin-top : -25px;
	background : transparent;
	cursor : pointer;
	border : 2px solid #ffffff;
	text-shadow : none;
	z-index: 4;
}
.carousel-control.left {
	left : 1%;
}
.carousel-control.right {
	right : 1%;
}
.carousel-indicators {
	bottom : 60px;
}
.carousel-indicators li {
	border : 2px solid #ffffff;
}

/*Media Query tablet*/
@media screen and (max-width : 650px) {
.carousel-caption h1 {
	font-size : 45px;
}
.carousel-indicators {
	bottom : 20px;
}
.carousel-caption p {
	font-size : 12px;
}
}
/* --------------------------------------
ADA SKIP NAV
------------------------------------------*/

.carousel-caption .btn {
	text-shadow: none;
	padding: 20px 40px;
	border-radius: 0px 20px 20px 20px;
}
#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#skip a:focus {
	position: static;
	width: auto;
	height: auto;
}
@media screen and (min-width: 768px) {
.control-portfolio-left {
    margin-left: 0px !important;
}
.control-portfolio-right {
    margin-right: 0px !important;
}
}
@media (max-width : 768px) {
.ptb-100 {
	padding-top: 60px !important;
	padding-bottom: 100px;
}
.navbar-brand img {
	height: 50px !important;
	width: 104px !important;
	margin-top: -5px;
}
.single-page-title {
	margin-top: 60px;
}
.single-page-title h2 {
	font-size: 46px !important;
	line-height: 46px !important;
	margin-top: 60px;
}
.single-page-title-1 {
	margin-top: 60px;
}
.single-page-title-1 h2 {
	font-size: 46px !important;
	line-height: 46px !important;
	margin-top: 60px;
}
.single-page-title-2 {
	margin-top: 60px;
}
.single-page-title-2 h2 {
	font-size: 46px !important;
	line-height: 46px !important;
	margin-top: 60px;
}
#myCarousel .carousel-inner > .item > a > img {
	margin-left: 0px !important;
}
}
.brand-resize {
	height: 50px !important;
	width: 104px !important;
	margin-top: -5px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-brand > img {
	height: 82px;
	width: 171px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
body {
	font-family : 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	/*font-size : 17px;*/
	/*line-height : 24px;*/
		/*color : #969595;*/
	color: #3d505a;
	background: #2d2d2d;
}
/* --------------------------------------
Global Typography
------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin : 0 0 15px;
	color : #313131;
	font-weight : 400;
}
h1 {
	font-size : 30px;
	line-height : 24px;
}
h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	color: #ca9a31;
}
h3 {
	/*font-size : 22px;*/
	/*line-height : 30px;*/
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #002469;
	margin: 30px 0px 10px 0px !important;
}
h4 {
	font-size : 24px;
	line-height : 20px;
}
h5 {
	font-size : 16px;
	line-height : 24px;
	font-weight : 600;
}
h6 {
	font-size : 14px;
	line-height : 24px;
}
/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
	color : #31aae2;
	text-decoration : none;
	-webkit-transition : all 0.3s ease 0s;
	-moz-transition : all 0.3s ease 0s;
	-o-transition : all 0.3s ease 0s;
	transition : all 0.3s ease 0s;
}
a, a:active, a:focus, a:active {
	text-decoration : none;
	outline : none
}
a:hover, a:focus {
	text-decoration : none;
}
ul {
	margin : 0;
	padding : 0;
	list-style: none;
}
/* --------------------
   Section Background
   -------------------*/

.gray-bg {
	background-color : #f9f9f9;
}
.white-bg {
	background-color : #fff;
}
/* --------------------
   main Wrapper
   -------------------*/
#main-wrapper {
	background: #fff;
}
/*Button Style*/
.btn {
	padding : 10px 30px;
	margin-bottom : 0;
	font-size : 14px;
	border-radius : 2px;
	text-transform : uppercase;
}
/*btn-primary*/
.btn-primary {
	margin-top: 10px;
	background-color: #504C8E;
	color: #fff;
	border-color: 2px solid #504C8E;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
	color: #504C8E;
	background-color: #fff;
	border-color: 2px solid #504C8E;
}

/*secondary button*/
.btn-secondary {
	margin-top: 10px;
	background-color : #03949B;
	border : 2px solid #03949B;
	color: #fff;
}
.btn-secondary.active, .btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover, .open > .dropdown-toggle.btn-secondary {
	background-color : #fff;
	border : 2px solid #803949B;
	color: #03949B;
}
/*tertiary button*/
.btn-tertiary {
	margin-top: 10px;
	color: #fff;
	background-color: #9B5CB2;
	border-color: 2px solid #9B5CB2;
}
.btn-tertiary.active, .btn-tertiary.focus, .btn-tertiary:active, .btn-tertiary:focus, .btn-tertiary:hover, .open > .dropdown-toggle.btn-tertiary {
	background-color: #FFFFFF;
	border-color: 2px solid #9B5CB2;
	color: #9B5CB2;
}
/*yellow button*/
.btn-primary-yellow {
	margin-top: 10px;
	background-color: #e1b323;
	border-color: #e1b323;
	color: #fff;
}
.btn-primary-yellow.active, .btn-primary-yellow.focus, .btn-primary-yellow:active, .btn-primary-yellow:focus, .btn-primary-yellow:hover, .open > .dropdown-toggle.btn-primary-yellow {
	background-color : #fff;
	color: #e1b323;
	border-color : #e1b323;
}

button:focus, .btn:focus, .btn:active:focus {
	outline : none;
}
/* -------------------
   Section Padding
   --------------------*/
.pt-100 {
	padding-top : 100px;
}
.ptb-50 {
	padding-bottom : 100px;
	padding-top : 50px;
}
.ptb-90 {
	padding-bottom : 90px;
	padding-top : 90px;
}
.ptb-100 {
	padding-top : 100px;
	padding-bottom : 100px;
}
.ptb-150 {
	padding-top : 150px;
	padding-bottom : 150px;
}
.ptb-160 {
	padding-top : 160px;
	padding-bottom : 160px;
}
.ptb-170 {
	padding-top : 170px;
	padding-bottom : 170px;
}

@media (max-width : 767px) {
.ptb-50 {
	padding-top : 20px;
}
}

@media (min-width : 768px) {
/*custom-padding class*/
.pl-30 {
	padding-left : 30px;
}
.pr-30 {
	padding-right : 30px;
}
}
/* ----------------------------------------------
text-highlights
------------------------------------------------- */
.text-highlights {
	color : #ffffff;
	padding : 0px 5px;
}
.text-highlights.black {
	background : #313131;
}
.text-highlights.blue {
	background : #31aae2;
}
/*Common Page Header*/
.page-header {
	padding-bottom : 0;
	margin : 100px 0;
	border-bottom : 0;
}
.page-header h1 {
	font-size : 70px;
	line-height : 70px;
	color : #ffffff;
	font-weight : 400;
	text-transform : capitalize;
	margin-bottom : 30px;
	font-family : 'Montserrat', sans-serif;
}
.page-header .sub-title {
	display : block;
	font-size : 40px;
	line-height : 40px;
	color : rgba(255, 255, 255, 0.5);
	font-weight : 700;
	text-transform : uppercase;
	font-family : 'Montserrat', sans-serif;
}

@media (max-width : 766px) {
.page-header h1 {
	font-size : 44px;
	line-height : 44px;
}
.page-header .sub-title {
	font-size : 30px;
	line-height : 30px;
}
}
/*feature-section*/
.feature-section {
	background : url(../../assets/img/feature-bg.jpg) no-repeat;
	background-size : cover;
}
/* ------------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------------- */
#toTop {
	position : fixed;
	bottom : 20px;
	right : 20px;
	color : #31aae2;
	cursor : pointer;
	display : none;
	z-index : 9999;
	width : 30px;
	height : 30px;
	border : 2px solid #31aae2;
	text-align : center;
	font-size : 18px;
	line-height : 24px;
}
#toTop:hover {
	color : #ffffff;
	background-color : #31aae2;
	border : 1px solid transparent;
	-webkit-transition : all 0.3s ease 0s;
	-moz-transition : all 0.3s ease 0s;
	-o-transition : all 0.3s ease 0s;
	transition : all 0.3s ease 0s;
}






/* ------------------------------------------------------------------
Shortcode Content
--------------------------------------------------------------------- */
.page-title-section {
	padding-top : 80px;
	background : url(../../assets/img/page-bg/page-bg-1.jpg) no-repeat center center #4795bb;
	background-size : cover;
}

/*-----------------------------
 NAVIGATION & HEADER STYLE
--------------------------------*/

/*Navigation*/
@media screen and (max-width : 1200px) {
.navbar-collapse.collapse {
	display : none !important;
}
.navbar-default {
	background: #002469 !important;
	padding : 10px 0;
	border-bottom : none;
}
}

@media (min-width : 1200px) {
.navbar-default {
	background-color : transparent;
	padding : 30px 0;
	border-color : transparent;
	-webkit-transition : all .5s ease-in-out;
	-moz-transition : all .5s ease-in-out;
	transition : all .5s ease-in-out;
}
.sticky-nav.navbar-default {
	background-color: #002469;
	padding : 15px 0;
}
.navbar-right .dropdown-menu {
	right : auto;
}
}
.navbar-default {
	margin-bottom : 0;
	border: none;
}
.navbar-brand {
	padding-top : 0;
	padding-bottom : 0;
	height : 40px;
}
.navbar-default .navbar-nav > li {
	margin-right : 17px;
}
.navbar-default .navbar-nav > li:last-child {
	margin-right : 0px;
}
.navbar-default .navbar-nav > li > a {
	color : #ffffff;
	font-size : 14px;
	/*font-size : 13px;*/
	font-weight : 700;
	/*padding: 8px 17px;*/
	padding : 8px 5px;
	border : 2px solid transparent;
	border-radius : 2px;
	text-transform : uppercase;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color : #ffffff;
	background-color : transparent;
	border : 2px solid #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color : #ffffff;
	background-color : transparent;
	border : 2px solid #ffffff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color : #ffffff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent;
}
.dropdown-menu li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #969595;
    padding: 3px 20px;
	text-transform: initial;
    font-weight: normal;
}
.dropdown-menu li a:hover {
	color: #9B5CB2;
background-color: #f5f5f5;
    padding-left: 25px;
}
.nav-cta {
	float : right;
	margin-right : 0px;
	margin-left : 0px;
	line-height : 40px;
	-webkit-transition : all .3s ease-in-out;
	-moz-transition : all .3s ease-in-out;
	transition : all .3s ease-in-out;
}
.nav-cta > li > a {
	display : inline-block;
	color : #ffffff;
	width : 20px;
	height : 34px;
	line-height : 34px;
	text-align : center;
}
.nav-cta .dropdown-menu {
	left : auto;
	right : 0;
}
.head-search {
	width : 370px;
}
.head-search {
	padding : 8px;
}
.head-search .form-control {
	height : 40px;
}
.head-search .btn {
	padding : 10px 20px;
}







/*Mega Menu*/
.m-menu .nav, .m-menu .collapse, .m-menu .dropup, .m-menu .dropdown {
	position : static;
}
.m-menu .container {
	position : relative;
}
.m-menu .dropdown-menu {
	left : auto;
}
.m-menu .m-menu-content {
}
.m-menu .dropdown.m-menu-fw .dropdown-menu {
/*left : 15px;*/
	/*left : 215px;
	right : 15px;*/
}
.m-menu-content ul {
	border-right : 1px solid #f5f5f5;
	padding : 20px;
}
.m-menu-content ul:last-of-type {
	border-right : 0;
}

@media (max-width : 1200px) {
.navbar-toggle {
	display : block;
}
}
.navbar-toggle {
	position : absolute;
	right : 0;
	padding : 5px 10px;
	border : 0;
	border-radius : 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color : transparent;
}
.navbar-toggle .icon-bar {
	width : 14px;
	height : 3px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color : #ffffff;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top : 2px;
}
/*uc-mobile-menu*/
.uc-mobile-menu {
}
.uc-mobile-menu-container > div {
	visibility : hidden;
}







#menu {
	margin : 50px 40px;
}
#menu > li {
	text-transform : uppercase;
}
#menu > li:last-child {
	border-bottom : 0;
}
#menu > li ul li {
	margin-left : 0;
	color : #999999;
}
#menu li a {
	display : block;
	text-decoration : none;
	color : #969595;
	padding : 10px 0;
	font-size: 16px;
	border-bottom: 1px dotted #444;
}
#menu li a:hover, #menu li.active a {
	color : #ffffff;
}




/*Mobile Menu Close*/
.uc-mobile-menu .close {
	position : absolute;
	right : 0;
	top : 0;
	color : #ffffff;
	text-shadow : none;
	filter : alpha(opacity=50);
	opacity : .5;
	width : 44px;
	height : 44px;
	-webkit-transition : all 0.3s ease 0s;
	-moz-transition : all 0.3s ease 0s;
	-o-transition : all 0.3s ease 0s;
	transition : all 0.3s ease 0s;
}
.uc-mobile-menu .close:hover {
	opacity : 1;
}
/*-------------------
    HERO SLIDER
--------------------*/

.carousel-fade .carousel-caption {
	bottom : 50%;
	text-shadow : none;
	transform : translateY(50%);
}
.carousel-fade .carousel-caption h1 {
	font-size: 58px;
	line-height : 1 !important;
	font-weight : bold;
	text-transform : uppercase;
	color : #ffffff;
	/*	text-shadow: 0px 4px 3px rgba(0,0,0,0.7), 0px 8px 13px rgba(0,0,0,0.4), 0px 18px 23px rgba(0,0,0,0.4);*/
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9), 1px 2px 5px rgba(0, 0, 0, 0.9), 1px 5px 10px rgba(0, 0, 0, 0.9) !important;
}
.carousel-fade .carousel-caption p {
	font-size : 20px;
	color : #ffffff;
	font-weight : normal;
}
.carousel-fade .carousel-control.left, .carousel-fade .carousel-control.right {
	width : 50px;
	height : 50px;
	line-height : 46px;
	top : 50%;
	margin-top : -25px;
	background : transparent;
	cursor : pointer;
	border : 2px solid #ffffff;
	text-shadow : none;
}
.carousel-fade .carousel-control.left {
	left : 1%;
}
.carousel-fade .carousel-control.right {
	right : 1%;
}
.carousel-fade .carousel-indicators {
	bottom : 60px;
}
.carousel-fade .carousel-indicators li {
	border : 2px solid #ffffff;
}

/*Media Query tablet*/
@media screen and (max-width : 650px) {
.carousel-fade {
	margin-top : 60px;
}
.carousel-fade .carousel-caption h1 {
	font-size : 45px;
}
.carousel-fade .carousel-indicators {
	bottom : 20px;
}
.carousel-fade .carousel-caption p {
	font-size : 12px;
}
}
/* -------------------
 Section Title Style
 --------------------- */
.section-title {
	margin-bottom : 50px;
}
.section-title h2 {
	font-size : 30px;
	text-transform : capitalize;
	position : relative;
	line-height: 36px;
}
.section-title span.bordered-icon {
	color : #dadada;
	padding : 0 10px;
	font-size : 12px;
	line-height : 18px;
	position : relative;
	display : inline-block;
}
.section-title span.bordered-icon:before, .section-title span.bordered-icon:after {
	content : "";
	background : #dadada;
	width : 50px;
	height : 1px;
	top : 8px;
	position : absolute;
}
.section-title span.bordered-icon:before {
	left : 100%;
}
.section-title span.bordered-icon:after {
	right : 100%;
}
/*---------------------------
 Service section
 ---------------------------*/
.x-services .thumbnail {
	padding : 0;
	line-height : 25px;
	border : 1px solid #f1f1f1;
	border-radius : 0;
	margin-bottom : 30px;
	background: #f9f9f9;
}

@media (min-width : 768px) {
.x-services .thumbnail a > img, .x-services .thumbnail > img {
	float : left;
}
}

@media (max-width : 767px) {
.x-services .thumbnail a > img, .x-services .thumbnail > img {
	width : 100%;
	padding: 15px;
}
}
.x-services .thumbnail .caption {
	padding : 30px;
	color : #313131;
	overflow : hidden;
}
.x-services .thumbnail .caption h3 {
	font-size : 15px;
	text-transform : capitalize;
	margin-bottom : 5px;
}
.x-services .thumbnail .caption h3 a {
	color : #313131;
}
.x-services .thumbnail .caption h3 a:hover {
	color : #31aae2;
}
.x-services .thumbnail .caption p {
	margin : 0 0 10px;
}
/* --------------------------------------------------
features start
-----------------------------------------------------*/
.x-features {
	background : #4d7ecc;
	padding : 100px 0 85px;
}
.x-features .section-title h2 {
	color : #ffffff;
}
.x-features .img-left {
	margin-top : 20px;
}

@media (max-width : 992px) {
.x-features .img-left {
	margin-bottom : 40px;
	margin-top : 0px;
}
}
.x-features .promo-icon {
	float : left;
	margin-right : 25px;
	font-size : 30px;
	color : #9dd1f6;
}
.x-features .promo-content {
	color : #9dd1f6;
	overflow : hidden;
	border-bottom : 1px solid rgba(157, 209, 246, 0.4);
	margin-bottom : 20px;
	padding-bottom : 10px;
}
.x-features .promo-content.last-type {
	border-bottom : 0;
	margin-bottom : 0px;
	padding-bottom : 0px;
}
.x-features .promo-content h3 {
	font-size : 20px;
	line-height : 26px;
	font-weight : 600;
	color : #ffffff;
}
/* ----------------------------------------------
Team
------------------------------------------------- */
.team {
}
.team .thumbnail {
	padding : 0;
	margin-bottom : 40px;
	line-height : 22px;
	background-color : #ffffff;
	border : 0;
}

@media (max-width : 767px) {
.team .thumbnail {
	margin-bottom : 30px;
}
}
.team .thumbnail img {
	width : 100%;
}
.team .thumbnail .caption {
	padding : 15px 0;
	background-color : #f9f9f9;
	color : #313131;
}
.team .thumbnail h3 small {
	font-size : 11px;
	color : #a3a2a2;
	text-transform : uppercase;
}
.team .thumbnail h3 {
	font-size : 16px;
	text-transform : capitalize;
	margin : 0;
}
/* --------------------------------------------------
      testimonial start
-----------------------------------------------------*/
.testimonial .section-title h2 {
	color : #ffffff;
}
.testimonial {
	padding : 50px 0px;
	color : #3d505a;
	/* gradient: #0c0fce+0,e000e0+100 */
	background : #FFF; /* Old browsers *//*background : -moz-linear-gradient(-45deg, #0c0fce 0%, #e000e0 100%); /* FF3.6-15 *//*background : -webkit-linear-gradient(-45deg, #0c0fce 0%, #e000e0 100%); /* Chrome10-25,Safari5.1-6 */
	/*background : linear-gradient(135deg, #0c0fce 0%, #e000e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 /*filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0fce', endColorstr='#e000e0', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.testimonial .carousel-control {
	text-shadow : none;
}
#testimonialSlider .carousel-inner .item {
	text-align : center;
}
#testimonialSlider .carousel-inner .item img {
	display : inline-block;
	width : 60px;
	height : 60px;
	border-radius : 3px;
}
#testimonialSlider .carousel-inner .item .name {
	text-transform : uppercase;
	font-size : 12px;
	margin-top : 5px;
	color : rgba(255, 255, 255, 0.5);
}
#testimonialSlider .carousel-inner .item blockquote {
	border-left : 0px;
}
#testimonialSlider .carousel-inner .item blockquote p {
	font-size : 20px;
	line-height : 34px;
	padding: 0px 80px;
	font-weight : 300;
}
#testimonialSlider .carousel-inner .item blockquote ul {
	margin : 30px 0px;
}
#testimonialSlider .carousel-control.right, #testimonialSlider .carousel-control.left {
	background : transparent;
	border : 2px solid #ffffff;
	width : 34px;
	height : 34px;
	line-height : 28px;
	text-align : center;
	top : 50%;
}

@media (min-width : 768px) {
/*custom-padding class*/
#testimonialSlider .carousel-indicators {
	bottom : -60px;
}
}

@media (min-width : 992px) and (max-width : 1199px) {
#testimonialSlider .carousel-inner .item blockquote p {
	font-size : 18px;
}
}

@media (min-width : 768px) and (max-width : 991px) {
#testimonialSlider .carousel-inner .item blockquote p {
	font-size : 13px;
	line-height : 24px;
}
}

@media only screen and (min-width : 480px) and (max-width : 767px) {
#testimonialSlider .carousel-inner .item blockquote p {
	font-size : 13px;
	line-height : 24px;
	margin-bottom : 20px;
	padding : 0;
}
}

@media (max-width : 766px) {
#testimonialSlider .carousel-control.right, #testimonial-slider .carousel-control.left {
	display : none;
}
#testimonialSlider .carousel-inner .item blockquote p {
	margin-bottom : 20px;
	padding : 0;
}
}
/*testimonial end*/

/* client-logo */
.client-logo {
}
.client-logo a img {
	width : 100%;
	opacity : 0.5;
	-webkit-transition : all 0.8s ease 0s;
	-moz-transition : all 0.8s ease 0s;
	-o-transition : all 0.8s ease 0s;
	transition : all 0.8s ease 0s;
}
.client-logo a:hover img {
	opacity : 1;
}

@media (max-width : 992px) {
.client-logo .section-margin {
	margin-bottom : 30px;
}
}







/* --------------------------------------------
    Page Title
----------------------------------------------- */

.single-page-title-1 {
	background : url(../img/baby-family.jpg) no-repeat top;
	background-size : cover;
	width : 100%;
	background-attachment : inherit;
	padding: 14% 0 1%;
	/*padding : 15% 0 5%;*/
	position: relative;
}
.single-page-title-1::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: rgba(0,0,0,.5);*/
	background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.25) 40%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.25) 40%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.25) 40%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000', GradientType=1 ); /* IE6-9 */
}
.single-page-title-1 h2 {
	/*display : inline-block;*/
	font-size: 70px;
	text-transform : uppercase;
	font-weight : 700;
	margin-bottom : 0;
	color : rgba(255,255,255,1);
	position: relative;
	z-index: 1;
	line-height: 60px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
/* --------------------------------------------
    Page Title 2
----------------------------------------------- */

.single-page-title-2 {
	background : url(../img/baby-father.jpg) no-repeat top;
	background-size : cover;
	width : 100%;
	background-attachment : inherit;
	padding: 14% 0 1%;
	/*padding : 15% 0 5%;*/
	position: relative;
}
.single-page-title-2::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: rgba(0,0,0,.5);*/
	background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.25) 40%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.25) 40%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.25) 40%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000', GradientType=1 ); /* IE6-9 */
}
.single-page-title-2 h2 {
	/*display : inline-block;*/
	font-size: 70px;
	text-transform : uppercase;
	font-weight : 700;
	margin-bottom : 0;
	color : rgba(255,255,255,1);
	position: relative;
	z-index: 1;
	line-height: 60px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}




/*-------------------------
    Progress Bar
 ---------------------------*/

.x-progress {
}
.x-progress .progress-wrapper {
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
}
.x-progress .progress-item {
	line-height: 43px;
	padding: 0 20px;
	border-bottom: 1px solid #f1f1f1;
}
.x-progress .progress-item:last-of-type {
	border-bottom: 0;
}
.x-progress .progress-title {
	display: inline-block;
	float: left;
	width: 95px;
}
.x-progress .progress-percent {
	display: inline-block;
	float: right;
	text-align: center;
	padding-left: 30px;
}
.x-progress .progress {
	width: 70%;
	display: inline-block;
	height: 8px;
	margin-bottom: 0;
	background-color: #f9f9f9;
	box-shadow: none;
}

@media (min-width : 992px) and (max-width : 1199px) {
.x-progress .progress {
	width: 60%;
}
}

@media only screen and (max-width : 767px) {
.x-progress .progress {
	width: 60%;
}
}

@media only screen and (max-width : 479px) {
.x-progress .progress-title {
	width: 70px;
}
.x-progress .progress {
	width: 40%;
}
}
.x-progress .progress-bar {
	background-color: #31aae2;
	box-shadow: none;
}
/* --------------------------------------------------
service-icon-style
------------------------------------------------- */

.service-icon-style {
}
/*promo-block*/
.service-icon-style .promo-block-wrapper {
/*margin-bottom: 80px;*/
}
.service-icon-style .promo-icon {
	width: 120px;
	height: 120px;
	color: #8dc63f;
	font-size: 24px;
	line-height: 150px;
	text-align: center;
	border: 2px solid #8dc63f;
	margin: 0 auto 36px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.service-icon-style .promo-block-wrapper:hover .promo-icon {
	background-color: #31aae2;
	color: #fff;
	border: 2px solid transparent;
}
.service-icon-style .promo-content {
	/*padding: 20px;*/
	background-color: #FFF;
}
.service-icon-style .promo-content h3 {
	font-size: 15px;
	text-transform: capitalize;
}
/* ---------------------------------
    x-accordion
 ------------------------------------*/

.x-accordion-section {
	background: #f9f9f9;
}
.x-accordion .panel-group .panel+.panel {
	margin-top: 0px;
}
.x-accordion .panel-group {
	margin-bottom: 0;
}
.x-accordion .panel-default {
	border: 0;
}
.x-accordion .panel {
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}
.x-accordion .panel:last-of-type {
	border-bottom: 0;
}
.x-accordion .panel .panel-heading a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
	background-color: #ca9a31;
	border-radius: 0px 7px 0px 0px;
}
.x-accordion .panel .panel-heading a.collapsed:hover {
	color: #31aae2;
}
.x-accordion .panel .panel-heading a.collapsed {
	color: #313131;
	background-color: transparent;
	padding: 12px 20px;
}
.x-accordion .panel-default>.panel-heading {
	border-radius: 0px;
	padding: 0;
}
.x-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
	padding: 20px 30px;
	background: #ffffff;
	color: #313131;
	border: 1px solid #f1f1f1;
	margin-bottom: 20px;
}
/* yellow sections */
.x-accordion .panel .panel-heading-yellow a {
	display: block;
	padding: 12px 30px;
	color: #fff;

	font-size: 24px;
	line-height: 30px;
	background-color: rgb(202, 154, 49);
}
.x-accordion .panel .panel-heading-yellow a.collapsed:hover {
	color: #31aae2;
}
.x-accordion .panel .panel-heading-yellow a.collapsed {
	color: #313131;
	background-color: #fff;
	padding: 12px 30px;
}
.x-accordion .panel-default>.panel-heading-yellow {
	border-radius: 0px;
	padding: 0;
}
.x-accordion .panel-group .panel-heading-yellow+.panel-collapse>.panel-body {
	border-top: 0;
	padding: 20px 30px 30px 50px;
	/*background: #f5f5f5;*/
	color: #313131;
	border: solid 2px #f5f5f5;
}
/* blue sections */
.x-accordion .panel .panel-heading-blue a {
	display: block;
	padding: 12px 30px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	background-color: rgb(34, 129, 173);
}
.x-accordion .panel .panel-heading-blue a.collapsed:hover {
	color: #31aae2;
}
.x-accordion .panel .panel-heading-blue a.collapsed {
	color: #313131;
	background-color: #fff;
	padding: 12px 30px;
}
.x-accordion .panel-default>.panel-heading-blue {
	border-radius: 0px;
	padding: 0;
}
.x-accordion .panel-group .panel-heading-blue+.panel-collapse>.panel-body {
	border-top: 0;
	padding: 20px 30px 30px 50px;
	/*background: #f5f5f5;*/
	color: #313131;
	border: solid 2px #f5f5f5;
}
/* gray sections */
.x-accordion .panel .panel-heading-gray a {
	display: block;
	padding: 12px 30px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	background-color: #3d505a;
}
.x-accordion .panel .panel-heading-gray a.collapsed:hover {
	color: #31aae2;
}
.x-accordion .panel .panel-heading-gray a.collapsed {
	color: #313131;
	background-color: #fff;
	padding: 12px 30px;
}
.x-accordion .panel-default>.panel-heading-gray {
	border-radius: 0px;
	padding: 0;
}
.x-accordion .panel-group .panel-heading-gray+.panel-collapse>.panel-body {
	border-top: 0;
	padding: 20px 30px 30px 50px;
	/*background: #f5f5f5;*/
	color: #313131;
	border: solid 2px #f5f5f5;
}

@media screen and (max-width:768px) {
.x-accordion .panel-group {
	margin-bottom: 50px;
}
}
/*----------------------
 tabOne start
 -----------------------*/
.tabOne {
}
.tabOne .nav-tabs {
	border: 1px solid #eee;
	border-bottom: none;
}
.tabOne .nav-tabs.nav-justified li {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.tabOne .nav-tabs.nav-justified li.active {
	border-bottom: 1px solid transparent;
}
.tabOne .nav-tabs.nav-justified li:last-child {
	border-right: 0;
}
.tabOne .nav-tabs.nav-justified>li>a {
	border: 0;
	border-radius: 0;
	background-color: #f9f9f9;
	color: #969595;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}
.tabOne .nav-tabs.nav-justified>.active>a, .tabOne .nav-tabs.nav-justified>.active>a:focus, .tabOne .nav-tabs.nav-justified>.active>a:hover {
	border: 0;
	background-color: transparent;
	color: #31aae2;
}

/*media query*/

@media (min-width : 768px) {
.tabOne .tab-content {
	border: 1px solid #eee;
	padding: 30px;
	border-top: 0;
	overflow: hidden;
}
}

@media screen and (max-width : 600px) {
.tabOne .tab-content {
	margin-top: 30px;
}
}
.tabOne .tab-pane img {
	margin-top: 8px;
}
.tabOne .tab-pane img.pull-left {
	margin-right: 20px;
}
.tabOne .tab-pane img.pull-right {
	margin-left: 20px;
}
/*collapse in small devices*/
.tabOne .panel-body img {
	margin-top: 8px;
}
.tabOne .panel-body img.pull-left {
	margin-right: 20px;
}
.tabOne .panel-body img.pull-right {
	margin-left: 20px;
}
.tabOne .tab-pane p {
	margin-bottom: 15px;
}
.tabOne .tab-pane p:last-of-type {
	margin-bottom: 0;
}
/* ------------------
   Google Map
   ------------------*/

#googleMap {
	height: 500px;
}
/*------------------
  FORM STYLE
  -------------------- */
.form-group {
	margin-bottom: 20px;
}
.form-control {
	height: 53px;
	padding: 6px 10px 6px 10px;
	font-size: 18px;
	line-height: 24px;
	color: #969595;
	border: 2px solid #F1F1F1;
	border-radius: 0;
	box-shadow: none;
	margin: 5px 0px 5px 8px;
	width: 100% !important;
}
select#ddlClaimantMailingState {
    width: 98%;
}
label#lbacceptatext {
    width: inherit;
    font-size: inherit;
}
td.RequiredFiled {
    color: red;
    position: relative;
    left: 20px;
}
.form-control:focus {
	border: 2px solid #31aae2 !important;
	box-shadow: none;
}
/*---------------
 Contact Form
 -----------------*/

.contact-form {
}
.contact-form h2 {
	line-height: 36px;
	margin-bottom: 45px;
}
.user-message textarea {
	min-height: 195px;
	padding-top: 12px;
}
.contact-form form button {
	margin-top: 10px;
}
.user-name, .user-email, .user-phone, .user-url, .user-message {
	position: relative;
}
.user-name::after, .user-email::after, .user-phone::after, .user-url::after, .user-message::after {
	position: absolute;
	left: 15px;
	top: 15px;
	font-family: "FontAwesome";
	color: #dadada;
	font-size: 30px;
}
.user-name::after {
	content: "\f007";
}
.user-email::after {
	content: "\f003";
}
.user-phone::after {
	content: "\f095";
}
.user-url::after {
	content: "\f0ac";
}
.user-message::after {
	content: "\f086";
}
/* --------------------------------------------
    Footer
----------------------------------------------- */
.footer {
	background : #313131;
	color: #969595;
}
.footer .footer-block {
	border-right : 1px solid #3a3a3a;
	padding : 80px 60px;
	min-height : 380px;
}

@media (min-width : 992px) and (max-width : 1199px) {
.footer .footer-block {
	padding : 60px 50px;
}
}

@media (min-width : 768px) and (max-width : 991px) {
.footer .footer-block {
	padding : 50px 15px;
}
}

@media (max-width : 767px) {
.footer .footer-block {
	padding : 30px 15px;
	min-height : inherit;
}
}
.footer .footer-block.last {
	border-right : 0;
}
.footer .footer-widget h3 {
	font-size : 16px;
	line-height : 22px;
	color : #ffffff;
	margin-bottom : 25px;
}
.footer .widget_text {
}
.footer .footer-logo {
	margin-bottom : 25px;
}
.footer .footer-widget .btn {
	font-size : 11px;
	padding : 5px 18px;
	border-radius : 50px;
	color : #6b6b6b;
	border : 1px solid #4a4a4a;
	margin-top : 40px;
}
.footer .footer-widget .btn:hover {
	color : #ffffff;
	background-color : #31aae2;
	border : 1px solid transparent;
}
.footer .footer-widget address {
	line-height : 30px;
	margin-bottom : 50px;
}
.footer .footer-widget .social-links {
}
.footer .footer-widget .social-links li a {
	display : block;
	font-size : 20px;
	width : 42px;
	height : 42px;
	color : #6b6b6b;
	background-color : #4a4a4a;
	line-height : 42px;
	text-align : center;
	border-radius : 50%;
}
.footer .footer-widget .social-links li a:hover {
	color : #ffffff;
	background: #31aae2;
}
.footer .copyright-section {
	background-color : #2d2d2d;
	color : #6b6b6b;
	padding : 20px 0;
}
.footer .copyright-section .copytext {
	/*	text-transform : uppercase;*/
	color : #6b6b6b;
	/*	font-weight : 600;*/
	font-size: 15px;
}

@media (min-width : 768px) {
.footer .copyright-section .list-inline > li {
	padding-right : 10px;
	padding-left : 10px;
}
}

@media (max-width : 768px) {
.pull-right-override {
	float: none !important;
}
.copytext {
	font-size: 12px !important;
}
}
.footer .copyright-section li a {
	display : block;
	font-size : 15px;
	color : #6b6b6b;
}
.footer .copyright-section li a:hover, .footer .copyright-section li.active a {
	color : #ffffff;
}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
	background: #706d5d;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
#status, .status-mes {
	background-image: url(../img/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
.status-mes {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}
.modal-button {
	font-size: 20px;
}
.modal {
	overflow: auto;
}

@media (min-width:768px) {
.modal-dialog2 {
	width: 900px;
	margin: 30px auto;
}
.modal-dialog-3 {
	width: 750px;
	margin: 30px auto;
}	
}
.border-top {
	border-width: 20px 2px 2px 2px;
	border-style: solid;
	padding: 10px !important;
}
.bc-green {
	border-color: #02733b !important;
}
.bc-green h2 {
	color: #02733b;
	font-weight: bold;
	font-size: 32px;
}
.bc-gold {
	border-color: rgb(202, 154, 49) !important;
}
.bc-gold h2 {
	color: rgb(202, 154, 49);
	font-weight: bold;
	font-size: 32px;
}
.bc-blue {
	border-color: rgb(34, 129, 173) !important;
}
.bc-blue h2 {
	color: rgb(34, 129, 173);
	font-weight: bold;
	font-size: 32px;
}
.bc-lime {
	border-color: #3d505a !important;
}
.bc-lime h2 {
	color: #3d505a;
	font-weight: bold;
	font-size: 32px;
}
.bc-purple {
	border-color: #6d388a !important;
}
.bc-purple h2 {
	color: #6d388a;
	font-weight: bold;
	font-size: 32px;
}
.promo-content {
	min-height: 367px;
	border-radius: 0px 7px 7px 7px;
	padding: 10px 20px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	/*max-width: 300px;*/
	margin-left: auto;
	margin-right: auto;
}
.promo-content li {
	margin-bottom: 7px;
	margin-left: 20px;
}
.promo-content-forms {
	margin: 20px 20px 30px 20px;
	border: solid;
	border-width: 20px 2px 2px 2px;
	border-radius: 0px 7px 7px 7px;
	padding: 10px 15px 5px 15px;
}
.form-pdf {
	padding: 20px 10px 10px 20px;
}
.form-info {
	padding: 20px 10px 10px 10px;
}

@media (max-width: 767px) {
.form-pdf {
	padding: 10px;
}
.promo-content-forms {
	padding: 0px;
}
.form-info {
	border-width: 2px 0px 0px 0px;
}
}
/*.promo-content-forms {
	min-height:465px;
	border-radius:0px 7px 7px 7px;
	padding: 10px 20px !important;
	    margin-top: 15px;
    margin-bottom: 15px;
    /*max-width: 300px;*/
/*	margin-left: auto;
margin-right: auto;

}
@media (min-width : 992px) and (max-width: 1199px)  {
.promo-content-forms {
	min-height:580px;
}
}
@media (min-width : 768px) and (max-width: 991px)  {
.promo-content-forms {
	min-height:500px;
}
}
@media (max-width : 767px){
.promo-content-forms {
	min-height:300px;
}
}*/
.btn {
	border-radius: 0px 7px 7px 7px;
}
.register-button {
	background-color: #2281ad;
	border-radius: 0px 7px 7px 7px;
}
.register-button:hover {
	background-color: #2a9fd5;
}
.register-button:hover a {
	border-color: transparent !important;
}
.account-button {
	background-color: #CA9A31;
	border-radius: 0px 7px 7px 7px;
}
.account-button:hover {
	background-color: #d2a646;
}
.account-button:hover a {
	border-color: transparent !important;
}
.help-button {
	background-color: rgb(141, 198, 63);
	border-radius: 0px 7px 7px 7px;
}
.help-button:hover {
	background-color: #a2d062;
}
.help-button:hover a {
	border-color: transparent !important;
}
.register-button-mobile {
	color: #2a9fd5 !important;
}
.account-button-mobile {
	color: rgb(202, 154, 49) !important;
}
.help-button-mobile {
	color: rgb(141, 198, 63) !important;
}
.green-header {
	color: #02733b;
}
.green-checks {
	color: #02733b;
}
.yellow-header {
	color: rgb(202, 154, 49);
}
.yellow-checks {
	color: rgb(202, 154, 49);
}
.blue-header {
	color: rgb(34, 129, 173);
}
.blue-checks {
	color: rgb(34, 129, 173);
}
.gray-header {
	color: #3d505a;
}
.gray-checks {
	color: #3d505a;
}
.purple-header {
	color: #6d388a;
}
.purple-checks {
	color: #6d388a;
}
.button-text {
	margin-bottom: 0px;
	color: #FFFFFF;
	line-height: 26px;
}
.pie-charts {
	margin: 0px auto 30px auto;
}
.pie-chart-1 {
	border: 1px solid #eee;
	margin: 50px 0px 0px 0px;
	float: left;
}
.pie-chart-2 {
	border: 1px solid #eee;
	margin: 50px 0px 0px 0px;
	float: right;
}
.pie-chart-padding {
	padding: 10px 0px 0px 0px;
}
.pie-chart-text-padding {
	padding: 20px 30px;
}
.pie-chart-border {
	border: 1px solid #eee;
	margin-top: 40px;
}
.highcharts-legend-item text {
	font-size: 13px !important;
	font-family : 'Roboto', sans-serif !important;
}

@media (max-width : 991px) {
.pie-chart-mobile {
	margin: 10px 0px;
	width: 100%;
	font-size: 15px;
}
}

@media (min-width: 768px) and (max-width : 991px) {
.pie-chart-padding {
	width: 50%;
}
}

@media (min-width: 992px) {
.col-sm-5-2 {
	width: 48%;
}
}
.highcharts-title {
	font-size: 16px !important;
	font-family : 'Roboto', sans-serif !important;
	font-weight: bold !important;
}
.highcharts-subtitle {
	font-size: 15px !important;
	font-weight: bold !important;
}
.highcharts-legend-item {
	font-family : 'Roboto', sans-serif !important;
}
.highcharts-data-label text {
	font-size: 15px !important;
}
.highcharts-data-label {
	font-weight: bold !important;
}
.fund-key {
	font-size: 14px;
	line-height: normal;
}

@media (max-width : 1199px) {
.highcharts-title {
	font-size: 16px !important;
	font-weight: 600;
}
}

@media (max-width : 484px) {
.pie-chart-padding {
	padding: 10px 0px !important;
}
.pie-chart-text-padding {
	padding: 20px !important;
}
.highcharts-subtitle {
	font-weight: normal !important;
}
}
.manage-online-text {
	color: #fff;
	font-size: 15px;
}
.manage-online-text:hover {
	color: #fff;
}
.manage-online-btn {
	background-color : rgb(202, 154, 49);
	border-color : rgb(202, 154, 49);
	border-radius: 0px 7px 7px 7px;
	text-transform: uppercase;
	border: 1px solid transparent;
	padding: 5px 10px;
	margin: 25px 0px 5px 0px;
}
.manage-online-btn:hover {
	background-color : #d2a646;
	border-color : #d2a646;
}
.manage-green {
	background-color : #02733b;
	border-color : #02733b;
}
.manage-green:hover {
	background-color : #02974d;
	border-color : #02974d;
}
.manage-yellow {
	background-color : rgb(202, 154, 49);
	border-color : rgb(202, 154, 49);
}
.managey-yellow:hover {
	background-color : #d2a646;
	border-color : #d2a646;
}
.manage-blue {
	background-color : rgb(34, 129, 173);
	border-color : rgb(34, 129, 173);
}
.manage-blue:hover {
	background-color : #2a9fd5;
	border-color : #2a9fd5;
}
.manage-gray {
	background-color : #3d505a;
	border-color : #3d505a;
}
.manage-gray:hover {
	background-color : #536c79;
	border-color : #536c79;
}
.quarter-end {
	margin-left: 30px;
}

@media (max-width: 645px) {
.quarter-end {
	margin-left: 0px;
}
}

@media (min-width : 901px) and (max-width: 991px) {
.carousel-fade .carousel-indicators {
	bottom : 30px;
}
.carousel-fade .carousel-caption {
	bottom : 45%;
}
}

@media (min-width : 879px) and (max-width: 900px) {
.carousel-fade .carousel-caption h1 {
	font-size : 50px;
}
.carousel-fade .carousel-caption p {
	font-size : 18px;
}
}

@media (min-width : 771px) and (max-width: 860px) {
.carousel-fade .carousel-caption h1 {
	font-size : 50px;
}
.carousel-fade .carousel-indicators {
	bottom : 15px;
}
}

@media (min-width : 561px) and (max-width: 770px) {
.carousel-inner .item img {
	height: 600px;
	width: auto;
	max-width: none;
	margin-left: -150px;
}
#myCarousel .carousel-inner .item img {
	display: block;
    max-width: 100%;
    height: auto;
	margin-left: 0px;
}
}

@media (max-width: 560px) {
.carousel-fade .carousel-indicators {
	bottom : 5px;
}
.carousel-inner .item img {
	height: 500px;
	width: auto;
	max-width: none;
	margin-left: -300px;
}
#myCarousel .carousel-inner .item img {
	display: block;
    max-width: 100%;
    height: auto;
	margin-left: 0px;
}
.carousel-fade .carousel-caption {
	bottom: 50%;
	text-shadow: none;
	transform: translateY(50%);
}
.testimonial-img {
	margin-left: auto !important;
	max-width: 240px !important;
	margin-bottom: 30px !important;
}
.btn {
	padding: 10px 20px;
}
.carousel-fade .carousel-caption p {
	font-size : 15px;
}
div.carousel-caption h2 {
	font-size: 18px;
	line-height: 24px;
}
.carousel-fade .carousel-control.left, .carousel-fade .carousel-control.right {
	width : 35px;
	height : 35px;
	line-height : 30px;
}
section.service-icon-style.ptb-100 {
	padding-top: 10px !important;
}
}

@media (max-width: 540px) {
.carousel-fade .carousel-caption h1 {
	font-size : 35px;
}
.btn {
	padding: 10px;
}
}
.homepage-box-one {
	margin-top: 150px;
}
.homepage-box-two {
	margin-top: 150px;
}

@media (min-width:768px) and (max-width:991px) {
.homepage-box-two {
	margin-top: 180px;
}
.homepage-box-one {
	margin-top: 120px;
}
}

@media (max-width:767px) {
.homepage-box-mob {
	height: auto;
	margin: 20px 0px 10px 0px;
}
.promo-content {
	min-height: auto !important;
}
.carousel-caption h4 {
	font-size: 18px;
	font-weight: 700;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
}
}
.fa-ul {
	margin-left: 18px !important;
}
.fa-li {
	top: 4px !important;
}
.check-indent {
	margin-left: 60px !important;
}
.picture-border {
	border-top: 20px #002469 solid;
}
.webinar-img {
	padding: 25px 15px 15px 25px;
}
.nav-pills {
	font-size: 18px;
	line-height: 22px;
}
.whole-list {
	margin: 10px 0px 15px 40px;
	list-style: inherit;
}
.list {
	padding-bottom: 3px;
}
.whole-list2 {
	margin: 10px 0px 15px 20px;
	list-style: inherit;
}
/* Homepage Plans */
.image-homepage {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0px 0px 20px 20px;
}
.overlay-homepage {
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0;
	background-color: rgba(49, 49, 49, .8);
	overflow: hidden;
	width: 97.3%;
	height: 0;
	transition: .5s ease;
	border-radius: 0px 0px 20px 20px;
}
.overlay-homepage-ip {
	left: 15px;
}
.container-homepage:hover .overlay-homepage {
	height: 100%;
}
.homepage-ip {
	padding: 0px;
}
.homepage-gsp {
	padding: 0px;
}
.text-homepage {
	text-align: center;
	color: white;
	font-size: 20px;
	line-height: 24px;
	position: absolute;
	overflow: hidden;
	top: 30%;
	padding: 0px 80px;
}
.btn-circle {
	width: 200px;
	height: 200px;
	text-align: center;
	padding: 50px 20px;
	font-size: 24px;
	line-height: 1.42;
	border-radius: 100px;
	position: absolute;
	top: 119px;
	right: 472px;
	border: 10px solid #fff;
	color: #fff;
	z-index: 1;
}
.service-wrap .btn-circle {
	width: 170px;
	height: 170px;
	text-align: center;
	padding: 10px;
	font-size: 24px;
	line-height: 1.42;
	border-radius: 100px;
	position: absolute;
	bottom: 25px;
	left: 279px;
	border: 8px solid #fff;
	color: #fff;
}
.btn-circle-enroll {
	width: 170px;
	height: 170px;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	/* line-height: 12.42; */
	border-radius: 100px;
	position: absolute;
	bottom: 75px;
	left: 484px;
	border: 10px solid #fff;
}
.plan-compare-plans .btn-circle {
	top: 72px;
	right: 294px;
}
.plan-compare-plans .text-homepage {
	top: 20%;
	padding: 0px 85px;
}
.plan-compare-plans .overlay-homepage {
	width: 96.3%;
}
.homepage-gsp-header {
	margin: 0px 0px 0px 0px;
	background: #002469;
	color: #fff;
	padding: 20px;
	border-radius: 0px 20px 0px 0px;
	font-weight: bold;
	line-height: 30px;
}
.gsp-padding {
	padding-left: 0px;
}
.ip-padding {
	padding-right: 0px;
}
.homepage-ip-header {
	margin: 0px 0px 0px 0px;
	background: #002469;
	color: #fff;
	padding: 20px;
	border-radius: 0px 20px 0px 0px;
	font-weight: bold;
	line-height: 30px;
}
.service-wrap h1 {
	font-size: 27px;
}
.gsp-header-img {
	padding-left: 0px;
}
.ip-header-img {
	padding-right: 0px;
}
.overlay-homepage .fa-external-link {
	font-size: 60px;
	padding-bottom: 10px;
}

@media (max-width: 1199px) {
.plan-compare-plans .btn-circle {
	top: 73px;
	right: 244px;
	font-size: 20px;
	width: 150px;
	height: 150px;
	padding: 38px 5px;
}
.plan-compare-plans .text-homepage {
	top: 10%;
	font-size: 18px;
	line-height: 22px;
	padding: 0px 65px;
}
.plan-compare-plans .overlay-homepage {
	width: 95.3%;
}
.plan-compare-plans .fa-external-link {
	font-size: 40px;
	padding-bottom: 0px;
}
}

@media (max-width:1199px) {
.btn-circle {
	top: 86px;
	right: 374px;
}
}

@media (max-width:991px) {
.overlay-homepage-ip {
	left: 0px;
}
.homepage-ip {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.homepage-gsp {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.homepage-gsp-header {
	margin: 0px;
}
.homepage-ip-header {
	margin: 0px;
}
.gsp-header-img {
	padding: 0px;
}
.ip-header-img {
	padding: 0px;
}
.overlay-homepage {
	width: 100%;
}
.ip-padding {
	padding: 0px;
}
.gsp-padding {
	padding: 0px;
}
.btn-circle {
	top: -124px;
	z-index: 1;
	padding: 50px;
	left: 285px;
}
.compare-plan {
	height: 50px;
}
}

@media (max-width:768px) {
.btn-circle {
	width: 140px;
	height: 140px;
	position: relative;
	left: 0px;
	padding: 35px 10px;
	border: 7px solid #fff;
	font-size: 20px;
	top: -82px;
}
.text-homepage {
	top: 10%;
	padding: 0px 25px;
}
.overlay-homepage .fa-external-link {
	font-size: 45px;
}
}
/* Enroll modal */
.enroll-modal-container {
	background: transparent;
	overflow-y: auto;
	padding: 15px;
}
.enroll-moodal-plans {
	padding: 0px;
	margin-bottom: 10px;
}
.enroll-gsp {
	width: 48%;
	border: 1px solid #f1f1f1;
	background: #f9f9f9;
	border-radius: 0px 10px 10px 10px;
	margin-right: 10px;
	padding: 0px !important;
	height: 400px;
}
.enroll-gsp-header {
	padding: 15px;
	background: #313131;
	color: #fff;
	margin-top: 0px !important;
	border-radius: 0px 10px 0px 0px;
}
.enroll-gsp-p {
	padding: 15px;
}
.enroll-ip {
	width: 48%;
	border: 1px solid #f1f1f1;
	background: #f9f9f9;
	border-radius: 0px 10px 10px 10px;
	margin-left: 10px;
	padding: 0px !important;
	height: 400px;
}
.enroll-ip-header {
	padding: 15px 15px 40px 15px;
	background: #313131;
	color: #fff;
	margin-top: 0px !important;
	border-radius: 0px 10px 0px 0px;
}
.enroll-ip-p {
	padding: 15px;
}
.enroll-checklist {
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	padding: 10px 25px 20px 30px;
	margin: 20px 0px 20px 0px;
}
.enroll-modal-btn {
	margin-bottom: 20px;
	margin-top: 105px;
}

@media (max-width:767px) {
.enroll-gsp {
	width: 100%;
	height: inherit;
	margin: 0px 0px 15px 0px;
}
.enroll-ip {
	width: 100%;
	margin: 0px;
	height: auto;
}
.enroll-modal-container {
	max-width: none !important;
}
.enroll-modal-btn {
	margin-top: 0px;
}
}
/* Account modal */
.account-modal-container {
	background: transparent;
	overflow-y: auto;
	padding: 15px;
}
.account-moodal-plans {
	padding: 0px;
}
.account-gsp {
	width: 48%;
	border: 1px solid #f1f1f1;
	background: #f9f9f9;
	border-radius: 0px 10px 10px 10px;
	margin-right: 10px;
	padding: 0px !important;
	height: 400px;
}
.account-gsp-header {
	padding: 15px;
	background: #313131;
	color: #fff;
	margin-top: 0px !important;
	border-radius: 0px 10px 0px 0px;
}
.account-gsp-p {
	padding: 15px;
}
.account-ip {
	width: 48%;
	border: 1px solid #f1f1f1;
	background: #f9f9f9;
	border-radius: 0px 10px 10px 10px;
	margin-left: 10px;
	padding: 0px !important;
	height: 400px;
}
.account-ip-header {
	padding: 15px 15px 40px 15px;
	background: #313131;
	color: #fff;
	margin-top: 0px !important;
	border-radius: 0px 10px 0px 0px;
}
.account-ip-p {
	padding: 15px;
}
.account-checklist {
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	padding: 10px 25px 20px 30px;
	margin: 20px 0px 20px 0px;
}
.account-modal-btn {
	margin-bottom: 20px;
	margin-top: 135px;
}
.account-ip-btn {
	margin: 68px 0px 30px 0px;
}
.enroll-ip-btn {
	margin: 38px 0px 30px 0px;
}

@media (max-width:767px) {
.account-gsp {
	width: 100%;
	height: inherit;
	margin: 0px 0px 15px 0px;
}
.account-ip {
	width: 100%;
	margin: 0px;
	height: auto;
}
.account-modal-container {
	max-width: none !important;
}
.account-modal-btn {
	margin-top: 0px;
}
.account-ip-btn {
	margin: 0px 0px 30px 0px;
}
.enroll-ip-btn {
	margin: 0px 0px 30px 0px;
}
}
em {
	font-size: 14px !important;
	line-height: 18px!important;
}
.news-events {
	padding: 30px 30px 20px 30px !important;
}
/* Video Player*/
.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
	margin-bottom: 2em;
}
.me-plugin {
	position: absolute;
}
.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}
.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}
/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-poster img {
	border: 0;
	padding: 0;
	display: block;
}
.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-overlay-play {
	cursor: pointer;
}
.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(bigplay.png) no-repeat;
}
.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px;
}
.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}
.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(loading.gif) 50% 50% no-repeat;
}
/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	background: 0;
	font-family: Helvetica, Arial;
	border: 0;
}
.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(controls.png) no-repeat;
}
/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: solid 1px yellow;
}
/* End: CONTROL BAR */

/* Start: Time (current / duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px;
	overflow: hidden;
	text-align: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
	font-size: 11px;
	color: #fff;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (current / duration) */


/* Start: Play/pause */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}
.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}
/* End: Play/pause */


/* Stop */
.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* End: Play/pause */

/* Start: Progress bar */
.mejs-controls div.mejs-time-rail {
	width: 200px;
	padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}
 @-webkit-keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
@-moz-keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
@-ms-keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
@-o-keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
@keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60,170,200,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));
	background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}
.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
	position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}
/* horizontal version */

.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}
/* End: Mute/Volume */




/* Start: TRACK (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}
.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}
.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}
.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
	overflow: hidden;
	border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	/*background: #333;*/
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	/*font-weight: bold;*/
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}
.mejs-captions-layer a {
	color: #fff;
	text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}
.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}
.mejs-captions-position-hover {
	bottom: 45px;
}
.mejs-captions-text {
	padding: 3px 5px;
	background: url(background.png);
	background: rgba(20, 20, 20, 0.8);
}
/* End: TRACK (Captions and Chapters) */



.mejs-clear {
	clear: both;
}
/* Start: ERROR */
.me-cannotplay {
}
.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}
.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: ERROR */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}
/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */


/* Start: picture controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: picture controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}
/* Start: SourceChooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
.onecol .archive .menu {
	padding: 20px 0;
	position: relative;
}
.onecol .archive .cycle {
	height: 424px;
}
ul.unstyled, ol.unstyled {
	margin-left: 0;
	list-style: none;
}
.onecol .archive .cycle li {
	margin-bottom: 10px;
	position: relative;
}
.onecol .archive .cycle li a {
	display: block;
	height: 68px;
	padding: 28px 150px 0 23px;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.2);
	font-size: 16px;
	font-family: NewsGothicBT-Bold;
	font-weight: normal;
	font-style: normal;
}
.onecol .archive .cycle img {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.onecol .archive .menu .prev {
	top: 0;
}
.onecol .archive .menu .prev, .onecol .archive .menu .next {
	display: block;
	position: absolute;
	left: 50%;
	cursor: pointer;
	color: #f9a451;
}
.onecol .archive .menu .next {
	bottom: 0;
}

/* End: SourceChooser */
/* / Video Player*/



@media (max-width: 530px) {
.plan-table {
	font-size: 14px;
}
.GSP-table {
	font-size: 14px;
}
.GSP-table-tr {
	font-size: 12px;
}
}
.age-ben {
	padding: 0px 5px;
}
.age-ben-header {
	background: #95c93e;
	padding: 15px 15px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.conservative {
	padding: 0px 5px;
}
.conservative-header {
	background: #95c93e;
	padding: 15px 15px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.conservative-box {
	padding: 10px 0px 10px 0px;
	background: rgba(63, 80, 90, 0.2);
}
.conservative-padding {
	padding: 10px 25px;
}
.moderate {
	padding: 0px 5px;
}
.moderate-header {
	background: #95c93e;
	padding: 15px 15px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.moderate-box {
	padding: 10px 0px 10px 0px;
	background: rgba(63, 80, 90, 0.2);
}
.moderate-padding {
	padding: 10px 25px;
}
.aggressive {
	padding: 0px 5px;
}
.aggressive-header {
	background: #95c93e;
	padding: 15px 15px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.aggressive-box {
	padding: 10px 0px 10px 0px;
	background: rgba(63, 80, 90, 0.2);
	height: 742px;
}
.aggressive-padding {
	padding: 10px 25px;
}
.option-header {
	margin: 0px;
	font-size: 16px;
}
.option-img {
	margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.conservative-padding {
	padding: 10px;
}
.moderate-padding {
	padding: 10px;
}
.aggressive-padding {
	padding: 10px;
}
.moderate-header {
	padding: 15px 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.age-ben {
	width: 50%;
	margin: 5px 0px 5px 0px;
}
.conservative {
	width: 50%;
	margin: 5px 0px 5px 0px;
}
.moderate {
	width: 50%;
	margin: 5px 0px 0px 0px;
}
.aggressive {
	width: 50%;
	margin: 5px 0px 0px 0px;
}
.aggressive-box {
	height: 804px;
}
.conservative-padding {
	padding: 40px;
}
.moderate-padding {
	padding: 40px;
}
.aggressive-padding {
	padding: 40px;
}
.option-img {
	margin-bottom: 20px;
}
}

@media (min-width: 420px) and (max-width: 767px) {
.age-ben {
	margin: 5px 0px;
}
.conservative {
	margin: 5px 0px;
}
.moderate {
	margin: 5px 0px;
}
.aggressive {
	margin: 5px 0px;
}
.conservative-padding {
	padding: 40px;
	margin: 0px 40px;
}
.moderate-padding {
	padding: 40px;
	margin: 0px 40px;
}
.aggressive-padding {
	padding: 40px;
	margin: 0px 40px;
}
.option-img {
	margin-bottom: 20px;
}
.conservative-padding {
	padding: 40px;
}
.moderate-padding {
	padding: 40px;
}
.aggressive-padding {
	padding: 40px;
}
.option-header {
	font-size: 20px;
}
}

@media (max-width: 439px) {
.conservative-box {
	padding: 20px;
}
.moderate-box {
	padding: 20px;
}
.aggressive-box {
	padding: 20px;
	height: auto;
}
.age-ben {
	margin: 10px 0px;
}
.conservative {
	margin: 10px 0px;
}
.moderate {
	margin: 10px 0px;
}
.aggressive {
	margin: 10px 0px;
}
.option-header {
	width: 100%;
}
.option-img {
	width: 100%;
}
.conservative-padding {
	padding: 20px;
}
.moderate-padding {
	padding: 20px;
}
.aggressive-padding {
	padding: 20px;
}
}
.carousel-caption h2 {
	font-size: 28px;
	color: #fff;
	font-style: italic;
	margin-top: 0px;
	line-height: 40px;
	font-weight: normal;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.7), 0px 0px 4px rgba(0,0,0,0.5), 0px 0px 7px rgba(0,0,0,0.3);
}

@media (max-width: 900px) and (min-width: 559px) {
.carousel-caption h2 {
	font-size: 25px;
	line-height: 28px;

}
}

@media (max-width: 430px) {
.table-bordered {
	overflow-x: scroll;
	display: block;
}
}
.form-box {
	/* border: solid #313131;*/
	border-width: 0px 2px 2px 2px;
	border-radius: 0px 7px 0px 0px;
	padding: 0px 15px 20px 15px;
}
.form-header {
	background: #313131;
	color: #fff;
	padding: 20px;
	border-radius: 0px 5px 0px 0px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 0px;
}
.form-p p {
	margin-bottom: 20px;
}
.form-link {
	color: #ca9a31;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}
.form-text {
	padding: 0px 30px 30px 30px;
	margin-top: 0px;
	border: 2px solid #f1f1f1;
	background: #f9f9f9;
}
.carousel-inner > .item {
	background: #000;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	opacity: 1;
}
/* ------------------------------------------------------------------
TESTIMONIAL
--------------------------------------------------------------------- */
.testimonial-wrap {
	padding: 100px 0px 100px 0px;
	background: #f4f6f7;
}

@media (max-width: 767px) {
.testimonial-wrap {
	padding: 20px 0px 0px 0px;
}
}
.testimonial-wrap .section-heading {
	margin-bottom: 20px;
}
.testimonial-wrap .carousel {
	overflow: hidden;
	background: #f4f6f7;
}
.testimonial-wrap.carousel h3 {
	position: absolute;
	left: 38%;
	top: 20%;
	margin-left: -5px;
}
.testimonial-wrap .media-left {
	width: 100%;
	padding: 0;
	display: inherit;
}
.testimonial-wrap .item-left-thumb {
	position: relative;
}
.testimonial-wrap .media-body {
	vertical-align: middle;
}
.testimonial-wrap .author-info {
	position: absolute;
	display: block;
	bottom: 0%;
	width: 100%;
	margin: 0;
	background: rgba(255, 255, 255, 0.75);
}
.testimonial-wrap .author-info > div[class*='col-'] {
	padding-right: 0;
}
.testimonial-wrap .author-info .author-name {
	display: inline-block;
	width: 100%;
	text-align: right;
	color: #000;
	margin: 32px 0 26px;
	line-height: 18px;
}
.testimonial-wrap .author-info .author-name span {
	font-size: 24px;
	line-height: 25px;
	display: block;
	font-weight: 700;
}
.testimonial-wrap .author-info .author-name small {
	font-size: 16px;
	line-height: 14px;
}
.testimonial-wrap .item-left-text {
	position: relative;
	font-size: 26px;
	color: #a8a3a3;
	padding: 40px 70px 40px 70px;
	line-height: 36px;
	font-style: italic;
	margin-top: 95px;
}
.testimonial-wrap .item-left-text:before {
	content: "\f10d";
	position: absolute;
	top: 0;
	left: 30px;
	font-family: FontAwesome;
	font-size: 10em;
	color: rgba(0,0,0,.1);
	opacity: .7;
}
.testimonial-wrap .item-right-text {
	position: relative;
	font-size: 20px;
	color: #7b7575;
	font-weight: 300;
	line-height: 36px;
	font-style: italic;
	opacity: .7;
}
.testimonial-wrap .item-right-text:before {
	content: "\f10e";
	position: absolute;
	top: -30px;
	right: 50px;
	font-family: FontAwesome;
	font-size: 12em;
	color: rgba(0,0,0,.1);
}

@media (max-width: 767px) {
.testimonial-wrap .item-left-text:before {
	left: 0px;
}
.testimonial-wrap .item-left-text {
	padding: 40px 10px 40px 20px;
}
.testimonial-wrap .item-right-text:before {
	right: 30px;
}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
.testimonial-wrap .item-right-text {
	font-size: 14px;
}
}

@media (max-width: 1199px) {
.testimonial-wrap .item-right-text:before {
	font-size: 11em;
}
.testimonial-wrap .item-left-text {
	margin-top: 30px;
	padding: 40px 30px 40px 30px;
}
.testimonial-wrap .item-left-text:before {
	font-size: 9em;
	left: 0px;
}
.testimonial-wrap .item-right-text {
	margin-bottom: 40px;
}
}

@media (max-width: 991px) {
.testimonial-wrap .item-right-text:before {
	top: -50px;
	font-size: 9em;
	right: 20px;
}
.testimonial-wrap .item-left-text {
	font-size: 20px;
	padding: 20px 25px;
	margin-top: 42px;
	font-weight: bold;
}
.testimonial-wrap .item-right-text {
	font-size: 16px;
}
.testimonial-wrap {
	padding: 80px 0px 50px 0px;
}
}

@media (max-width: 767px) {
.testimonial-wrap .item-left-text {
	margin-top: 90px;
}
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.item-left-thumb img {
	width: 100%;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.testimonial-wrap .slider-control {
	top: 64px;
}
/*download wrappers*/
.widget .download-wrap {
	position: relative;
	margin-bottom: 10px;
}
.widget .download-wrap.annual a {
	background: #CA9A31;
	border: 2px solid #ca9a31;
}
.widget .download-wrap.annual a:hover {
	background: #fff;
	border: 2px solid #ca9a31;
	color: #ca9a31 !important;
}
.widget .download-wrap a i {
	position: absolute;
	top: 15%;
	right: 8px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: rgba(255,255,255,0.4);
	border: 2px solid rgba(255,255,255,0.4);
	border-radius: 100%;
}
.widget .download-wrap.annual a:hover i {
	border: 2px solid #ca9a31;
	color: #ca9a31 !important;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.widget .download-wrap.company a {
	background: #002469;
	border: 2px solid #002469;
}
.widget .download-wrap.company a:hover {
	background: #fff;
	border: 2px solid #002469;
	color: #002469 !important;
}
.widget .download-wrap.company a:hover i {
	border: 2px solid #002469;
	color: #002469 !important;
}
.fa-download:before {
	content: "\f019";
}
.fa-external-link:before {
	content: "\f08e";
}
.widget .download-wrap a {
	position: relative;
	display: block;
	background-color: #e9e9e9;
	padding: 12px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	border-radius: 0px 7px 7px 7px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	padding-right: 45px;
}
.widget .download-wrap a span {
	display: block;
	font-weight: normal;
	font-size: 10px;
}
/* Contact */
ul.location li {
	display: list-item;
	position: relative;
	line-height: 20px;
	padding-left: 18px;
	margin-left: 0px;
}
ul.location li::before {
	content: "\f041";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
	color: #62646c;
}
ul.phone li {
	display: list-item;
	position: relative;
	line-height: 25px;
	padding-left: 18px;
	margin-left: 0px;
}
ul.phone li::before {
	content: "\f095";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	color: #62646c;
}
ul.envelope li {
	display: list-item;
	position: relative;
	line-height: 20px;
	padding-left: 18px;
	margin-left: 0px;
}
ul.envelope li::before {
	content: "";
	font-family: FontAwesome;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 0;
	color: #62646c;
}
.contact-widget {
	padding-left: 15px;
	border-left: 1px solid #d3d3d3;
}
h2.widget-title {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #002496;
}
.contact-widget a {
	color: #ca9a31;
}
.contact-widget a:hover {
	color: #23527c;
}
address {
	line-height: 24px;
	margin-bottom: 20px;
	font-style: normal;
}
.textwidget {
	color: #62646c;
	font-size: 14px;
}
.page-padding {
	padding: 0px 40px;
}
.btn-md {
	font-size: 14px;
	font-weight: 700;
	padding: 12px 10px;
	background: #ca9a31;
	border: 2px solid #ca9a31;
	color: #fff;
}
.btn-md:hover {
	background: transparent;
	border: 2px solid #ca9a31;
	color: #ca9a31 !important;
}
table.table-striped h6 {
	font-size: 20px;
	line-height: 22px;
	color: #002469;
	font-weight: 700;
	margin-bottom: 20px;
}
.plan-btn-mob {
	padding: 8px 10px;
}
th.corner.plan-table {
	font-size: 20px;
	line-height: 22px;
	color: #ca9a31;
}

@media (max-width: 991px) {
.page-padding {
	padding: 0px 5px;
}
}

@media (max-width: 767px) {
.widget-resources {
	padding: 20px 0px 0px 0px;
}
table.table-striped tbody {
	padding: 8px 3px;
}
table.table-striped tr {
	padding: 8px 3px;
}
table.table-striped td {
	padding: 8px 3px !important;
}
table.table-striped th {
	padding: 8px 3px !important;
}
.plan-btn-mob {
	padding: 6px;
	font-size: 13px;
}
table.table-striped h6 {
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 15px;
}
th.corner.plan-table {
	font-size: 16px;
	line-height: 17px;
}
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 9px;
	color: #002469;
	font-weight: 700;
	border: 1px solid #eee;
	border-bottom-color: transparent;
	font-size: 16px;
}
.nav-tabs {
	border-bottom: 1px solid #d3d3d3;
}
.nav-tabs>li.active>a {
	color: #ca9a31;
	cursor: default;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	border-bottom-color: transparent;
}
.nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #ca9a31;
	border: 1px solid #d3d3d3;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #ca9a31;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	border-bottom-color: transparent;
}
.fullpage-tab .nav>li>a {
	font-size: 20px;
}
.fullpage-tab-faq .nav>li>a {
	font-size: 19px;
}
@media (max-width: 1199px) {
.nav>li>a {
	padding: 10px 6px;
	font-size: 13px;
}
.fullpage-tab .nav>li>a {
	font-size: 17px;
}
.fullpage-tab-faq .nav>li>a {
	font-size: 16px;
}		
}

@media (max-width: 991px) {
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #ca9a31;
	color: #fff;
	cursor: default;
	border-bottom-color: transparent;
}
.nav-tabs>li {
	float: none;
	margin-bottom: -1px;
}
.nav-tabs>li.active>a:before {
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 8px;
	color: #fff;
	padding-left: 10px;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px;
}
.nav-tabs > li > a {
	font-size: 16px;
}
.nav>li>a:hover {
	color: #ca9a31;
}
}
/*
.testimonial-wrap .item-left-text:before {
        content: "\f10d";
    position: absolute;
    top: 6px;
    font-family: FontAwesome;
    font-size: 46px;
    text-align: center;
    color: #908989;
    border: 4px solid #908989;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    line-height: 75px;
    background-color: #fff;
    padding: 5px 5px 5px 0px;
    left: -40px;
}
*/
/*
.testimonial-wrap .item-left-text {
    position: relative;
    font-size: 30px;
    color: #908989;
    padding: 60px 50px;
    line-height: 47px;
    font-style: italic;
    margin-top: 0px;
    border: 5px dashed;
    margin-left: 30px;
    background-color: #fff;
}
*/

/*
.testimonial-wrap .item-left-text:after {
    content: "\f10e";
    position: absolute;
    font-family: FontAwesome;
    font-size: 46px;
    text-align: center;
    color: #908989;
    border: 4px solid #908989;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    line-height: 75px;
    background-color: #fff;
    padding: 5px 5px 5px 0px;
    right: -40px;
    bottom: 8px;
}
*/
/*
@media (max-width: 1199px) {
.testimonial-wrap .item-left-text {
	padding: 25px 50px 25px 60px;
	font-size: 25px;
	line-height: 40px;

}	
}
*/
/*
@media (max-width: 991px) {
.testimonial-wrap .item-left-text {
		line-height: 24px;
		font-size: 18px;
}	

.testimonial-wrap .item-left-text:after {
	
	}	
}*/
/*
@media (max-width: 767px) {
.testimonial-wrap .item-left-text {
		margin: 70px 20px;
		padding: 30px 60px 30px 60px;
}	
*/
/*
.testimonial-wrap .item-left-text:after {
		top: 84px;
    	right: -40px;
}	
}
*/
/*
@media (max-width: 681px) {
.testimonial-wrap .item-left-text:after {
		top: 110px;

}	
}
*/
/*
@media (max-width: 611px) {
.testimonial-wrap .item-left-text:after {
		top: 130px;

}	
}
*/
/*
@media (max-width: 560px) {	
.testimonial-wrap .item-left-text:after {
		 top: 154px;

}	
}
*/
/*
@media (max-width: 518px) {
.testimonial-wrap .item-left-text:after {
		top: 178px;

}	
}
*/
/*
@media (max-width: 493px) {
.testimonial-wrap .item-left-text:after {
		top: 202px;

}	
}
*/
/*
@media (max-width: 482px) {
.testimonial-wrap .item-left-text:after {
		top: 225px;

}	
}
*/
/*
@media (max-width: 463px) {
.testimonial-wrap .item-left-text:after {
		top: 250px;

}	
}
*/
/*
@media (max-width: 438px) {
.testimonial-wrap .item-left-text:after {
		top: 274px;

}	
}
*/
/*
@media (max-width: 429px) {
.testimonial-wrap .item-left-text:after {
		top: 298px;

}	
}
*/
/*
@media (max-width: 423px) {
.testimonial-wrap .item-left-text:after {
		top: 322px;

}	
}
*/
/*
@media (max-width: 398px) {
.testimonial-wrap .item-left-text:after {
		top: 346px;

}	
}
*/
/*
@media (max-width: 393px) {
.testimonial-wrap .item-left-text:after {
		top: 370px;

}	
}
*/
/*
@media (max-width: 381px) {
.testimonial-wrap .item-left-text:after {
		top: 394px;

}	
}
*/
/*
@media (max-width: 372px) {
.testimonial-wrap .item-left-text:after {
		top: 418px;

}	
}
*/
/*
@media (max-width: 367px) {
.testimonial-wrap .item-left-text:after {
		top: 442px;

}	
}
*/
/*
@media (max-width: 364px) {
.testimonial-wrap .item-left-text:after {
		top: 465px;

}	
}
*/
/*
@media (max-width: 360px) {	
.testimonial-wrap .item-left-text:after {
		 top: 490px;

}	
}
*/
.btn-enroll-landingpage {
	font-size: 24px;
	line-height: 30px;
	padding: 12px 10px;
	background-color: #2281ad;
	border: 2px solid #2281ad;
	color: #fff;
}
.btn-enroll-landingpage:hover {
	background: #fff;
	border: 2px solid #2281ad;
	color: #2281ad !important;
}
.btn-learn-landingpage {
	font-size: 24px;
	line-height: 30px;
	padding: 12px 10px;
	background-color: rgb(202, 154, 49);
	border: 2px solid rgb(202, 154, 49);
	color: #fff;
}
.btn-learn-landingpage:hover {
	background: #fff;
	border: 2px solid rgb(202, 154, 49);
	color: rgb(202, 154, 49) !important;
}
.gsp-login-padding {
	padding: 0px 35px 0px 20px;
}
.gsp-login {
	position: relative;
	bottom: 87px;
	padding: 20px 35px;
	font-size: 22px;
	background: #002469;
	border: 2px solid #002469;
	color: #fff;
}
.gsp-login:hover {
	background: #fff;
	border: 2px solid #002469;
	color: #002469 !important;
}
.ip-login-padding {
	padding: 0px 20px 0px 35px;
}
.ip-login {
	bottom: 87px;
	padding: 20px 35px;
	font-size: 22px;
	background: #002469;
	border: 2px solid #002469;
	color: #fff;
}
.ip-login:hover {
	background: #fff;
	border: 2px solid #002469;
	color: #002469 !important;
}
/*
.account-padding .fa-sign-in {
	font-size: 70px;
    padding-top: 25px;
}
*/
.account-images {
	border-radius: 0px 20px 20px 20px;
}
.account-padding {
	text-align: inherit;
	color: #fff;
	font-size: 43px;
	padding: 60px 25px;
	line-height: 41px;
	position: relative;
	background-color: rgba(0, 36, 105, .86);
	border-radius: 0px 20px 20px 20px;
	height: 332px;
	width: 100%;
	bottom: 331px;
	font-weight: bold;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.account-page-btn {
	margin-top: 135px;
	font-size: 28px;
	padding: 15px 30px;
}
.quote-padding {
	padding-right: 0px;
}

@media (max-width: 991px) {
.gsp-login-padding {
	padding: 0px 20px;
}
.quote-padding {
	padding-right: 15px;
}
.ip-login-padding {
	padding: 0px 20px;
}
.gsp-login {
	bottom: 82px;
	padding: 10px 15px;
}
.ip-login {
	bottom: 82px;
	padding: 10px 15px;
}
.account-page .homepage-ip {
	bottom: 380px;
}
}
.blue-btn {
	background: #002469;
	border: 2px solid #002469;
}
.blue-btn:hover {
	background: #fff;
	border: 2px solid #002469;
	color: #002469 !important;
}
.age-based-btn {
	padding: 20px 0px 10px 40px;
}
.individual-port-btn {
	padding: 20px 40px 10px 0px;
}

@media (max-width: 1199px) {
.account-page-btn {
	margin-top: 80px;
}
.account-padding {
	height: 275px;
	bottom: 274px;
	font-size: 35px;
}
}

@media (max-width: 991px) {
.account-page-btn {
	margin-top: 233px;
}
.account-padding {
	height: 430px;
	bottom: 430px;
	font-size: 43px;
}
}

@media (max-width: 767px) {
.age-based-btn {
	padding: 15px 0px;
}
.individual-port-btn {
	padding: 15px 0px;
}
.account-padding {
	height: 440px;
	bottom: 440px;
}
}

@media (max-width: 686px) {
.account-page-btn {
	margin-top: 204px;
}
.account-padding {
	height: 407px;
	bottom: 404px;
}
.account-page .homepage-ip {
	bottom: 155px;
}
}

@media (max-width: 668px) {
.account-page-btn {
	margin-top: 180px;
}
.account-padding {
	height: 381px;
	bottom: 380px;
}
.account-page .homepage-ip {
	bottom: 155px;
}
}

@media (max-width: 602px) {
.account-page-btn {
	margin-top: 200px;
}
.account-padding {
	height: 340px;
	bottom: 341px;
	font-size: 40px;
	line-height: 28px;
	padding: 15px;
}
.account-page .homepage-ip {
	bottom: 155px;
}
}

@media (max-width: 532px) {
.account-page-btn {
	margin-top: 169px;
}
.account-padding {
	height: 303px;
	bottom: 301px;
	font-size: 36px;
	line-height: 28px;
	padding: 15px;
}
}

@media (max-width: 482px) {
.account-page-btn {
	margin-top: 140px;
}
.account-padding {
	height: 275px;
	bottom: 272px;
	font-size: 32px;
	line-height: 28px;
	padding: 15px;
}
}

@media (max-width: 420px) {
.account-page-btn {
	margin-top: 100px;
}
.account-padding {
	height: 236px;
	bottom: 234px;
	font-size: 31px;
}
}

@media (max-width: 360px) {
.account-page-btn {
	margin-top: 75px;
	padding: 10px 30px;
}
.account-padding {
	height: 200px;
	bottom: 198px;
	font-size: 24px;
	line-height: 28px;
	padding: 15px;
}
.account-page .homepage-ip {
	bottom: 155px;
}
}
/*------------------------------------------------------------------
OUR SERVICES SECTION
--------------------------------------------------------------------- */
.service-wrap {
	padding: 50px 0px 50px 0px;
	background: #002469;
}
.service-wrap .section-heading {
	padding: 20px 0px;
	margin-top: 60px;
}
.service-wrap .section-heading h3 {
	color: #fff;
	font-size: 40px;
	line-height: 45px;
}
.service-wrap .section-sub {
	font-size: 18px;
	font-weight: 400;
	color: rgba(255,255,255,.8);
}
.service-wrap .section-sub::after {
	background-color: #fff;
	left: 0;
	margin-left: 0;
}
.service-wrap p {
	color: #fff;
	font-size: 22px;
	line-height: 38px;
}
.better-borrow-padding {
	margin-left: 40px;
}
.index-page h3 {
	text-align: center;
	font-size: 40px;
}
.index-page p {
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
	line-height: 38px;
}
.better-borrow-img {
	background: url(../img/money-jar.png)no-repeat;
	height: 530px;
	z-index: 0;
}

@media (max-width: 1199px) {
.service-wrap .section-heading {
	margin-top: 25px;
}
.better-borrow-padding {
	margin-left: 90px;
}
}

@media (max-width: 991px) {
.service-wrap .section-heading {
	margin-top: 0px;
}
.better-borrow-padding {
	margin-left: 75px;
	padding-left: 320px;
	padding-right: 40px;
}
}

@media (max-width: 767px) {
.better-borrow-padding {
	margin-left: 140px;
	padding-left: inherit;
	padding-right: 0px;
	left: 220px;
}
.better-borrow-img {
	left: -225px;
}
.service-wrap p {
	font-size: inherit;
	line-height: 28px;
}
.service-wrap .section-heading h3 {
	font-size: 35px;
}
}

@media (max-width: 400px) {
.service-wrap .section-heading {
	margin-top: 0px;
	padding-top: 0px;
}
.service-wrap .section-heading h3 {
	margin-top: 0px !important;
}
}
.form-table {
	padding: 20px;
}
.form-table-gray {
	padding: 20px;
	background-color: #f9f9f9;
}
.form-table p {
	margin: 0px;
}
.form-table-gray p {
	margin: 0px;
}
/*CONTACT PAGE*/
.contact-page h2 {
	color: #002469;
	margin-bottom: 10px;
}
.contact-page a {
	color: #ca9a31;
}
.contact-page address {
	padding-left: 15px;
	border-left: 1px solid #d3d3d3;
	margin-bottom: 40px;
}

.enroll-landingpage {
	float: right !important;
    margin-right: 57px;
    position: absolute !important;
    right: 0px;
    margin-top: 0px;
}


.pull-right-override {
    display: none;
}
h1, h3 {
    color: #504C8E;
}
h2 {
    color: #03949B;
}
h1 {
    line-height: 1.1;
}
a {
    color: #9B5CB2;
	cursor: pointer;
}
a:hover {
    color: #bf97ce;
}
.footer .footer-widget .social-links li a:hover {
    color: #ffffff;
    background: #bf97ce;
}
.picture-border {
    border-top: 20px #03949B solid;
}


.report-button {
    background-color: #03949B;
    border-radius: 0px 7px 7px 7px;
}
.report-button:hover {
    background-color: #04a6af;
}
.report-button > a:hover {
    border: 2px solid transparent !important;
}

.report-button-mobile {
    color: #03949B !important;
}
.claim-button {
    background-color: #e1b323;
    border-radius: 0px 7px 7px 7px;
}
.claim-button:hover {
    background-color: #eac862;
}
.claim-button > a:hover {
    border: 2px solid transparent !important;
}

.claim-button-mobile {
    color: #e1b323 !important;
}
.opt-out-button {
    background-color: #504C8E;
    border-radius: 0px 7px 7px 7px;
}
.opt-out-button:hover {
    background-color: #6e6aaf;
}
.opt-out-button > a:hover {
    border: 2px solid transparent !important;
}

.opt-out-button-mobile {
    color: #504C8E !important;
}
.sign-button-mobile {
    color: #9B5CB2 !important;
}
.btn-purple {
    text-transform: inherit;
    color: #fff;
    background-color: #9B5CB2;
    border: 2px solid #9B5CB2;
    padding: 15px 25px;
}
.btn-purple:hover {
    font-size: 20px;
    color: #9B5CB2;
    background-color: #fff;
}
.btn-purple h2 {
    color: #fff;
    margin: 0px;
}
.btn-purple:hover h2 {
    color: #9B5CB2;
}
.btn-purple h2, .btn-purple h4 {
    color: #fff;
    margin: 0px;
}
.btn-purple:hover h2, .btn-purple:hover h4 {
    color: #9B5CB2;
}
.btn-gold {
    text-transform: inherit;
    color: #fff;
    background-color: #e1b323;
    border: 2px solid #e1b323;
    padding: 15px 25px;
}
.btn-gold:hover {
    font-size: 20px;
    color: #e1b323;
    background-color: #fff;
}
.btn-gold h2 {
    color: #fff;
    margin: 0px;
}
.btn-gold h2, .btn-gold h3, .btn-gold h4 {
    color: #fff;
    margin: 0px;
}
.btn-gold:hover h2, .btn-gold:hover h3, .btn-gold:hover h4 {
    color: #e1b323;
}
.btn-green-blue {
    text-transform: inherit;
    color: #fff;
    background-color: #03949B;
    border: 2px solid #03949B;
    padding: 15px 25px;
}
.btn-green-blue:hover {
    color: #03949B;
    background-color: #fff;
}
.btn-green-blue h2, .btn-green-blue h3, .btn-green-blue h4 {
    color: #fff;
    margin: 0px;
}
.btn-green-blue:hover h2, .btn-green-blue:hover h3, .btn-green-blue:hover h4 {
    color: #03949B;
}
.btn-cancel {
    text-transform: inherit;
    color: #fff;
    background-color: #d9534f;
    border: 2px solid #d9534f;
    padding: 15px 25px;
}
.btn-cancel:hover {
    color: #d9534f;
    background-color: #fff;
}
.btn-cancel h2, .btn-cancel h3, .btn-cancel h4 {
    color: #fff;
    margin: 0px;
}
.btn-cancel:hover h2, .btn-cancele:hover h3, .btn-cancel:hover h4 {
    color: #d9534f;
}
.btn-blue {
    text-transform: inherit;
    color: #fff;
    background-color: #504C8E;
    border: 2px solid #504C8E;
    padding: 15px 25px;
}
.btn-blue:hover {
    color: #504C8E;
    background-color: #fff;
}
.btn-blue h2 {
    color: #fff;
    margin: 0px;
}
.btn-blue:hover h2 {
    color: #504C8E;
}
.sticky-nav.navbar-default {
    background-color: #9B5CB2;
    padding: 15px 0;
}
.ptb-50 {
    padding-bottom: 100px;
    padding-top: 40px;
}
#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #e1b323;
    cursor: pointer;
    display: none;
    z-index: 9999;
    width: 30px;
    height: 30px;
    border: 2px solid #e1b323;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}
#toTop:hover {
    background-color: #e1b323;
}
.carousel-caption .btn {
    text-shadow: none;
    padding: 16px 35px;
    border-radius: 0px 20px 20px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sign-button {
    background-color: #03949B;
    border-radius: 0px 7px 7px 7px;
}
.sign-button:hover {
    background-color: #00c2cc;
}
.sign-button > a:hover {
    border: 2px solid transparent !important;
}
.sign-button-mobile {
    color: #03949B !important;
}
.learn-button {
    background-color: #504C8E;
    border-radius: 0px 7px 7px 7px;
}
.learn-button:hover {
    background-color: #7684bc;
}
.learn-button > a:hover {
    border: 2px solid transparent !important;
}
.learn-button-mobile {
    color: #504C8E !important;
}
.carousel-fade .carousel-inner {
    background: none;
}
.carousel-fade .carousel-caption h1 {
    font-size: 40px;
    text-transform: capitalize;
    line-height: 42px !important;
    color: #fff;
    text-shadow: none !important;
    margin-top: 40px;
    margin-bottom: 40px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8), 1px 1px 5px rgba(0, 0, 0, 0.7), 1px 1px 5px rgba(0, 0, 0, 0.4) !important;
}
.home-figures {
    height: 420px;
}
.footer .footer-widget address {
    margin-bottom: 30px;
}
.ks-babies {
	background-color: #504C8E;
	border-top: 20px solid #03949B;
	border-bottom: 20px #e1b323 solid; 
	padding-top: 0px; 
	padding-bottom: 0px;
}
.babies-woodblocks {
	bottom: 62px; 
	position: relative;
}

@media (min-width: 1200px) {
/*
.container {
    width: 95%;
}	
*/
/*
.container-guts {
    width: 70%;
}	
*/
}

@media screen and (max-width: 1200px) {
.navbar-default {
    background: #9B5CB2 !important;
    padding: 10px 0;
    border-bottom: none;
}
}

@media (max-width: 1199px) {
.home-figures {
    height: 470px;
}
}
.navbar-brand > img {
    width: 198px;
}
.brand-resize {
    width: 120px !important;
}

@media (max-width: 991px) {
.babies-woodblocks {
    bottom: 44px;
}
}
	
@media (max-width: 768px) {
.navbar-brand img {
    height: 68px !important;
    margin-top: -10px;
    width: 164px !important;
}
.home-figures {
    height: auto;
}
}
@media (max-width: 610px) {
.babies-woodblocks {
    bottom: 35px;
}
}
@media (max-width: 560px) {
.carousel-inner .item img {
    margin-left: -100px;
}
}

@media screen and (min-width: 768px) {
/*
.carousel-caption {
    right: 2.5%;
    left: 2.5%;
    padding-bottom: 30px;
}	
*/
}
.navbar-brand > img {
    height: 82px;
    width: 198px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.brand-resize {
    height: 50px !important;
    width: 121px !important;
    margin-top: -5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 14px;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 17px;
    padding: 8px 5px;
    border: 2px solid transparent;
    border-radius: 2px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

@media (max-width: 1599px) {
.carousel-caption {
    right: 10%;
    left: 20%;
    padding-bottom: 30px;
}
}

@media (max-width: 768px) {
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    opacity: 1;
    margin-left: -600px;
}
#myCarousel .carousel-inner > .item > a > img {
	margin-left: 0px !important;
}
.carousel-fade .carousel-caption {
    bottom: 30%;
    text-shadow: none;
    transform: translateY(25%);
}
}
.homepage-ip-header {
    background: #e1b323;
}
.homepage-gsp-header {
    background: #03949B;
}
.overlay-homepage {
    width: 97.5%;
    background-color: rgba(80, 76, 142,.9);
}
.text-homepage {
    text-align: center;
    color: white;
    font-size: 45px;
    line-height: 24px;
    position: absolute;
    overflow: hidden;
    top: 38%;
    padding: 10px 80px;
    left: 11%;
}
.carousel-caption h2 {
    font-size: 32px;
    color: #fff;
    font-style: normal;
    margin-top: 0px;
    line-height: 40px;
    font-weight: bold;
}
.claim-main-button {
    width: 100%;
}
.claim-main-button h4 {
    margin-bottom: 0px;
    font-weight: bold;
}
.register-main-button {
    width: 100%;
}
.register-main-button h4 {
    margin-bottom: 0px;
    font-weight: bold;
}
.eligible-div {
padding: 0px 0px 15px 0px;	
}
@media (max-width: 1299px) {
.carousel-caption h2 {
    font-size: 30px;
}
.carousel-fade .carousel-caption h1 {
    font-size: 32px;
    line-height: 36px !important;
    margin-bottom: 20px;
}
.register-main-button h4 {
    font-size: 21px;
}
.claim-main-button h4 {
    font-size: 21px;
}
}

@media (max-width: 1199px) {
.text-homepage {
    padding: 10px 55px;
}
.carousel-fade .carousel-caption h1 {
    margin-bottom: 15px;
}
.carousel-fade .carousel-caption {
    bottom: 46%;
}
.carousel-caption .btn {
    margin-top: 5px;
    margin-bottom: 10px;
}
.register-main-button h4 {
    font-size: 17px;
}
.register-main-button {
    padding: 10px !important;
}
.claim-main-button h4 {
    font-size: 17px;
}
.claim-main-button {
    padding: 10px !important;
}
.carousel-caption h2 {
    font-size: 25px;
}
.eligible-div {
padding-bottom: 75px;	
}	
}

@media (max-width: 991px) {
.overlay-homepage {
    width: 100%;
}
.text-homepage {
    font-size: 65px;
    padding: 10px;
    left: 20%;
}
.eligible-div {
padding-bottom: 100px;	
}
.btn-primary {
 width: 100%;	
}
.btn-secondary {
 width: 100%;	
}	
.btn-tertiary {
 width: 100%;	
}
.btn-yellow {
 width: 100%;	
}	
.facilities {
 margin-top: 30px;	
}	
}

@media (max-width: 767px) {
.text-homepage {
    left: 16%;
}
.eligible-div {
padding: 30px 0px 124px 0px;
}	
.survey-form .form-control {
    margin: 10px 0px 18px 8px;
    font-size: 16px;
    height: 40px;
    width: 220px !important;
}
.survey-form label {
    width: 83px;
    font-size: 14px;
}
 td {
    font-size: 14px;
}
.survey-form td.RequiredFiled {
    color: red;
    padding-left: 8px;
    position: relative;
    top: 49px;
    display: inline-table;
    right: 220px;
    font-size: 14px;
    width: 160px;
    margin: 0px;
    border: 0px;
	left: inherit !important;
}
.survey-form input#chkAccept {
    margin-top: 25px;
    margin-left: -83px;
}
.survey-form span#CustomValidator1 {
    font-size: 15px;
    color: red;
    margin-left: -83px;
}
}

@media (max-width: 530px) {
.text-homepage {
    font-size: 40px;
    padding: 10px;
    left: 10%;
}

}

.bullet-points {
	list-style: inherit;
    margin-left: 40px;
    margin-bottom: 10px;
}	
.bullet-points li {
	font-weight: bold; 
	font-size: 20px;
}	
.bullet-points p {
	font-weight: normal; 
	font-size: 16px;
	color: #3d505a !important;
}	
.footer-signup {
	background-color: #03949B;
    border-radius: 0px 7px 7px 7px;
    color: #fff;
    border-color: transparent;
    font-size: 18px;
    padding: 8px 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	cursor: pointer;
	border: 2px solid #03949B;
	font-weight: bold;
	}	
.footer-signup:hover {
	background-color: #fff;
    color: #03949B;
	}	
	
.mobile-footer-signup {
	background-color: #03949B;
    border-radius: 0px 7px 7px 7px;
    color: #fff;
    border-color: transparent;
    margin-left: 10px;
    font-size: 15px;
    padding: 1px 10px;
	text-align: center;
	width: 80%;
	cursor: pointer;
	border: 2px solid #03949B;
	font-weight: bold;
	}	
.mobile-footer-signup:hover {
	background-color: #fff;
    color: #03949B;
	}
.x-accordion .panel .panel-heading a {
    background-color: #9B5CB2;
}
.x-accordion .panel .panel-heading a.collapsed:hover {
    color: #bf97ce;
}
.modal-header .close {
    margin-top: -2px;
    margin: 0;
    background: #D9534F;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #fff;
}
.close {
    opacity: inherit;
}
.no-padding {
	padding: 0px;
}

ul.check-marks li {
    display: list-item;
    position: relative;
    line-height: 24px;
    padding-left: 24px;
    margin-left: 0px;
}
ul.check-marks li::before {
    content: "\f058";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    color: #e1b323;
}

.p-0 {
	padding: 0px;
}
.w-100 {
	width: 100%;
}
/*Resource page*/
.service-box {
	margin: 10px 0px 50px 0px;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 6px 6px 0px rgba(225, 225, 225, 0.5);
}
/* ===========================
--- Gallery
============================ */	

.portfolio-item{
	margin-top: 10px;
    position:relative;
}

/* Isotope */

.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {transition-duration: 0.8s;}

.isotope-item {
    margin-right: -1px;
    backface-visibility: hidden;
}

.isotope {transition-property: height, width;}

.isotope .isotope-item {transition-property: transform, opacity;}

/* Gallery */

.gallery-item.selected img {transition: opacity 1s ease-in-out;}

.gallery-thumb {
    display: block;
    position: relative;
    overflow: hidden;
	border-radius: 50%;
	box-shadow:6px 6px 0px rgba(103, 102, 102, 0.2);
}

.scrollimation .gallery-thumb {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity .4s ease-out, transform .4s ease-out;
}

.touch .scrollimation .gallery-thumb,
.scrollimation .gallery-thumb.in {
    transform: translateY(0px);
    opacity: 1;
}

/* thumbnail Overlay */

.gallery-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
	border-radius: 50%;
    transition: opacity .3s ease-out;
	border:10px solid;
	border-color: #504C8E;
}

.gallery-thumb .overlay-mask {
	opacity:1;
	border:10px solid;
	border-color: #504C8E;
}
/* HOVER
.gallery-thumb:hover .overlay-mask {
	opacity:1;
	border:10px solid;
	border-color: #504C8E;
}
*/

.gallery-thumb .link {
    display: inline-block;
    margin: 0;
    font-size: 26px;
    line-height: 50px;
    color: #fff;
    opacity: 0;
    position: absolute;
    height: 55px;
    width: 55px;
    bottom: 0%;
	vertical-align:middle;
    left: 50%;
    text-align: center;
    z-index: 3;
    margin-left: 20px;
    transform: translateX(-200px);
    transition: all .3s ease-out;
	border-radius:50%;
}

.gallery-thumb .link {
    transform: translate(0);
    opacity: 1;
    transition: all .3s ease-out .3s;
}
/* HOVER
.gallery-thumb:hover .link {
    transform: translate(0);
    opacity: 1;
    transition: all .3s ease-out .3s;
}
*/

.gallery-thumb .link.centered {
    margin-left: -23px;
    transform: translateY(200px);
    transition-delay: 0s;
}

.gallery-thumb i {transition: all 0.2s ease-in-out;color:#fff;}

.gallery-thumb .link.centered {
    transform: translateY(0);
    transition-delay: 0.1s;
	line-height:55px;
	background-color: #504C8E;
}
/* HOVER
.gallery-thumb:hover .link.centered {
    transform: translateY(0);
    transition-delay: 0.1s;
	line-height:55px;
	background-color: #504C8E;
}
*/
.gallery-thumb i:hover {
    color: #9B5CB2;
}
.gallery-thumb .carousel-gallery {
	border-radius: 50%;
    transition: opacity .3s ease-out;
    border: 10px solid;
    border-color: #504C8E;
}
.gallery-thumb .carousel-gallery .overlay-mask {
	border: none;
}
.gallery-thumb .carousel-gallery .link {
	z-index: 4;
	bottom: -4%;
}
#myCarousel .carousel-control {
	opacity: .8;
	color: #9B5CB2;
}
#myCarousel .carousel-control:focus, .carousel-control:hover {
	opacity: 1;
    color: #9B5CB2;
}
.service-box h3 {
	margin-top: 10px !important;
}
.img-border {
	border: 1px solid #d3d3d3;
}