post-footer/*
	Theme Name: Nova Financial
	Theme URI: http://besocialize.com
	Description: Nova Financial Theme Devleoped by 602CS
	Version: 1.0
	Author: 602CS
	Author URI: http://besocialize.com;
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	*/

/*------------------------------------*\
    MAIN
    \*------------------------------------*/
    @import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
    /* global box-sizing */
    *,
    *:after,
    *:before {
    	-moz-box-sizing:border-box;
    	box-sizing:border-box;
    	-webkit-font-smoothing:antialiased;
    	font-smoothing:antialiased;
    	text-rendering:optimizeLegibility;
    }

    .form-control::-webkit-input-placeholder { color: #959595; font-style: italic; }
    .form-control:-moz-placeholder { color: #959595; font-style: italic;}
    .form-control::-moz-placeholder { color: #959595; font-style: italic; }
    .form-control:-ms-input-placeholder { color: #959595; font-style: italic; }

    /* html element 62.5% font-size for REM use */
    html {
    	font-size:62.5%;
    }
    body {
    	font:300 14px/1.4 'Lato', sans-serif;
    	color:#444;
    }





    /* clear */
    .clear:before,
    .clear:after {
    	content:' ';
    	display:table;
    }

    .clear:after {
    	clear:both;
    }
    .clear {
    	*zoom:1;
    }
    img {
    	max-width:100%;
    	vertical-align:bottom;
    }
    a {
    	color:#444;
    	text-decoration:none;
    }
    a:hover {
    	color:#444;
    }
    a:focus {
    	outline:0;
    }
    a:hover,
    a:active {
    	outline:0;
    }
    input:focus {
    	outline:0;
    	border:1px solid #30407f;
    }

    h1 span {
    	color: #30407f;
    }

    nav.menu-header {
     display: block;
 }
 #mobile_nav {
     display: none;
 }
/*------------------------------------*\
    STRUCTURE
    \*------------------------------------*/

    /* wrapper */
    .wrapper {
    	max-width:1280px;
    	width:95%;
    	margin:0 auto;
    	position:relative;
    }
    /* header */
    .header {

    }
    /* logo */
    .logo {

    }
    .logo-img {

    }
    /* nav */
    .nav {

    }
    /* sidebar */
    .sidebar {

    }
    /* footer */
    .footer {

    }

/*------------------------------------*\
    PAGES
    \*------------------------------------*/



/*------------------------------------*\
    IMAGES
    \*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
	\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
    \*------------------------------------*/

    @media only screen and (min-width:320px) {

    }
    @media only screen and (min-width:480px) {.

    }
    @media only screen and (min-width:768px) {

        section.header-slider .carousel-caption {
            /*margin-bottom: 3% !important;*/
        }

    }

    @media only screen and (min-width:1024px) {
        section.header-slider .carousel-caption {
            /*margin-bottom: 8% !important;*/
        }
    }   
    @media only screen and (min-width:1140px) {
        section.header-slider .carousel-caption {
            /*margin-bottom: 12% !important;*/
        }
    }
    @media only screen and (min-width:1280px) {

    }
    @media only screen and (-webkit-min-device-pixel-ratio:1.5),
    only screen and (min-resolution:144dpi) {

    }
    @media only screen and (max-width: 768px){
        section.header-slider .carousel-caption {
            /*margin-bottom: 0px !important;*/
        }
    }
    @media only screen and (max-width:620px){

    	nav.menu-header{display:none;}



    	p.mobile_menu{height:auto;width:100%;float:left;background:url('images/menu-icon.png') no-repeat scroll 98% 6px #3184ca;margin:0;padding:8px 6px;color:#fff;font:normal 20px/24px 'Arial';}



    	#mobile_nav{ height:auto; width:100%; position:relative; float:left; display:block;margin:5px 0;} 



    	#mobile_ul{ position:absolute; z-index:314; top:41px; left:0; height:auto; width:510px;  background-color:#fff;box-shadow:0 2px 2px 0 #888888;-ms-box-shadow:0 2px 2px 0 #888888;-webkit-box-shadow:0 2px 2px 0 #888888;-moz-box-shadow:0 2px 2px 0 #888888;-o-box-shadow:0 2px 2px 0 #888888; list-style-position:inside; list-style-type:none;} 



    	#mobile_ul li{ height:auto; width:100%; float:left; margin:0;position:relative;}



    	#mobile_ul li a,#mobile_ul li a:link,#mobile_ul li a:visited{ color:#60605f; font:normal 15px/35px 'Arial'; text-indent:15px; float:left; width:100%;}



    	#mobile_ul li a:hover,#mobile_ul li a:focus{color:#FFF; background:#848484;text-decoration:none;} 



    	#mobile_ul li a span{position:absolute; left:128px; top:10px;width:auto; padding:2px 7px; height: auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #fda855; -webkit-box-shadow: 0 1px #b6a278; -moz-box-shadow: 0 1px #b6a278; box-shadow: 0 1px #b6a278;}

    	section.services-section .services-item, section.insurance-section .insurance-plan {
    		text-align: center;
    	}
    	section.insurance-section {
    		background-size: auto 100%;
    	}
    	.about-section .col-xs-8{
    		width: 100%;
    	}
    	section.blog-section .blog-entry {
    		margin-bottom: 15px;
    	}

        section.services-section .services-item img, section.insurance-section .insurance-plan img {
            margin-bottom: 10px;
        }
        #mega-menu-wrap-header-menu .mega-menu-toggle {
            background-color: #30407f !important;
        }
        section.about-section .testi:after, section.about-section .testi:before {
            content: '' !important;
        }

        /* heade rfor mobile */
        section.header-slider .carousel-caption {
            /*margin-bottom: -10px !important;*/
        }
        section.header-slider .carousel-caption  h2 {
            font-size: 12px;
        }
        section.header-slider .carousel-caption h1 {
            font-size: 20px !important;
        }
        section.header-slider .carousel-caption p {
            font-size: 12px !important;
        }
        .carousel-indicators {
            display: none;
        }
        /* Header for mobile */
    }
    @media only screen and (max-width:320px){
        section.header-slider .carousel-caption {
            display: none;
        }
    }
/*------------------------------------*\
    MISC
    \*------------------------------------*/

    ::selection {
    	background:#30407f;
    	color:#FFF;
    	text-shadow:none;
    }
    ::-webkit-selection {
    	background:#30407f;
    	color:#FFF;
    	text-shadow:none;
    }
    ::-moz-selection {
    	background:#30407f;
    	color:#FFF;
    	text-shadow:none;
    }

/*------------------------------------*\
    WORDPRESS CORE
    \*------------------------------------*/

    .alignnone {
    	margin:5px 20px 20px 0;
    }
    .aligncenter,
    div.aligncenter {
    	display:block;
    	margin:5px auto 5px auto;
    }
    .alignright {
    	float:right;
    	margin:5px 0 20px 20px;
    }
    .alignleft {
    	float:left;
    	margin:5px 20px 20px 0;
    }
    a img.alignright {
    	float:right;
    	margin:5px 0 20px 20px;
    }
    a img.alignnone {
    	margin:5px 20px 20px 0;
    }
    a img.alignleft {
    	float:left;
    	margin:5px 20px 20px 0;
    }
    a img.aligncenter {
    	display:block;
    	margin-left:auto;
    	margin-right:auto;
    }
    .wp-caption {
    	background:#FFF;
    	border:1px solid #F0F0F0;
    	max-width:96%;
    	padding:5px 3px 10px;
    	text-align:center;
    }
    .wp-caption.alignnone {
    	margin:5px 20px 20px 0;
    }
    .wp-caption.alignleft {
    	margin:5px 20px 20px 0;
    }
    .wp-caption.alignright {
    	margin:5px 0 20px 20px;
    }
    .wp-caption img {
    	border:0 none;
    	height:auto;
    	margin:0;
    	max-width:98.5%;
    	padding:0;
    	width:auto;
    }
    .wp-caption .wp-caption-text,
    .gallery-caption {
    	font-size:11px;
    	line-height:17px;
    	margin:0;
    	padding:0 4px 5px;
    }
    .sticky {

    }
    .bypostauthor {

    }

/*------------------------------------*\
    PRINT
    \*------------------------------------*/

    @media print {
    	* {
    		background:transparent !important;
    		color:#000 !important;
    		box-shadow:none !important;
    		text-shadow:none !important;
    	}
    	a,
    	a:visited {
    		text-decoration:underline;
    	}
    	a[href]:after {
    		content:" (" attr(href) ")";
    	}
    	abbr[title]:after {
    		content:" (" attr(title) ")";
    	}
    	.ir a:after,
    	a[href^="javascript:"]:after,
    	a[href^="#"]:after {
    		content:"";
    	}
    	pre,blockquote {
    		border:1px solid #999;
    		page-break-inside:avoid;
    	}
    	thead {
    		display:table-header-group;
    	}
    	tr,img {
    		page-break-inside:avoid;
    	}
    	img {
    		max-width:100% !important;
    	}
    	@page {
    		margin:0.5cm;
    	}
    	p,
    	h2,
    	h3 {
    		orphans:3;
    		widows:3;
    	}
    	h2,
    	h3 {
    		page-break-after:avoid;
    	}
    }

    /* Styling beings here */
    p {
    	color: #525252;
    	font-family: 'Lato', sans-serif;
    	font-size: 18px;
    }
    a {
    	color: #525252;	
    	font-family: 'Lato', sans-serif;
    	font-size: 14px;
    }

    /*header section */
    header {
    	border-top: 2px solid #30407f;
    	border-bottom: 2px solid #30407f;
    }
    .top-head {
    	margin-bottom: 10px;
    }
    .logo {
    	float: left;
    	padding: 15px 0px;
    	width: 100%;
    	max-width: 300px;
    }
    .email-head, .phone-head {
    	margin-top: 5px;
    	display: inline-block;
    	font-size: 16px;
    }

    .email-head:before {
    	content: "";
    	display: block;
    	background: url("img/email.png") no-repeat;
    	width: 20px;
    	height: 20px;
    	float: left;
    	margin: 3px 6px 0 0;
    }

    .phone-head:before{
    	content: "";
    	display: block;
    	background: url("img/phone.png") no-repeat;
    	width: 20px;
    	height: 20px;
    	float: left;
    	margin: 3px 6px 0 0;
    }

    /* for buttons */
    .arrow {
    	display: inline-block;
    	/*line-height: 2.5em;*/
    	text-align: center;
    	background: #333;
    	color: white;
    	font-size: 1em;
    	width: 2.0em;
    	transition: margin 200ms;
    	margin-left: .75em;
    	background: url("img/arrow-right.png") center no-repeat;
    	background-color: #118cac;
        border-bottom-right-radius: 4px;
    }
    .btn {
    	padding: 0px;
    	border-radius: 0px;
    	border: 0;
    	padding: 0px 15px;
    	padding-right: 0px;
        line-height: 2.7;
    }
    .btn:hover {

    }
    .btn-primary {
    	background: #30407f;
    }
    .btn-primary:hover {
    	background: #30407f;
    }
    .btn.request {
    	border-bottom-right-radius: 4px;
    	border-bottom-left-radius: 4px;
        margin-top: -3px;
    }
    .btn-login {
    	background:#eeeeee;
    	border: 1px solid #cccccc;
    	border-radius: 4px;
    	padding: 5px 15px;
    	display: none;
    }
    .btn-login:hover {
    	background: #cccccc;
    }
    .lock {
    	background: url("img/login.png") center no-repeat;
    	width: 20px;
    	height: 20px;
    	float: left;
    	margin-right: 5px;
    }

    /* menu styles */
    .menu-header {
    	display: block;
    	float: left;
    	margin: 0 auto;    
    	height: 60px;
    }
    .menu-header ul,
    div.menu ul {
    	list-style: none;
    	margin: 0;
    	padding: 0;
    }

    .menu-header li,
    div.menu li {
    	float: left;
    	position: relative;
    }
    .menu-header li,
    div.menu li {
    	float: left;
    	position: relative;
    }

    .menu-header ul ul {
    	display: none;
    	position: absolute;
    	top: 38px;
    	left: 0;
    	float: left;
    	width: auto;
    	z-index: 99999;
    }
    .menu-header a {
    	color: #2b2a2a;
    	display: block;
    	line-height: 41px;
    	padding: 1px 15px;
    	text-decoration: none;
    	font-weight: normal;
    	font-size: 16px;
    }
    .menu-header ul li:hover > ul {
    	display: block;
    }
    .menu-header ul li a:hover {
    	background: url("img/nav-arrow.png") center bottom no-repeat;
    }
    .menu-header li:hover > a,
    .menu-header ul ul :hover > a {
    	background: #fff;
    	color: #30407f;
    }
    .menu-header ul li.menu-item-has-children a:after {
    	color: #444;
    	padding-left: 3px;
    	content: url("img/arrow-down.png");
    }
    .menu-header ul .menu-item-has-children ul a:after {
    	content: "";
    }
    .menu-header ul ul a {
    	background: #30407f;
    	color: #fff;
    	line-height: 1em;
    	padding: 10px;
    	width: auto;
    	height: auto;
    }
    .menu-header {    
    	display: block;
    	float: left;
    	margin: 0 auto;
    	width: auto;
    	height: 42px;
    }
    .menu-header ul li.current_page_item > a,
    .menu-header ul li.current-menu-ancestor > a,
    .menu-header ul li.current-menu-item > a,
    .menu-header ul li.current-menu-parent > a {
    	/*color: #fff;*/
    }

    /* footer styles */
    .post-footer .container{
    	width: 100% !important;
    }
    
    .pre-footer, footer, .post-footer {
    	background: #232C69;
    }
    .post-footer {
        text-align: center;
        line-height: 1.3;
    }
    .pre-footer, .post-footer {
    	padding: 25px 0px;
    	border-bottom: 1px dashed #363636;
    }
    .pre-footer .subs-title .subs-icon {
    	float: left;
    	margin-right: 5px;
    }
    .pre-footer .subs-text {
    	float: left;
    	color: #fff;
    	text-transform: uppercase;
    	font-size: 14px;
    	width: 60%
    }
    .pre-footer .subs-text em {
    	width: 100%;
    	float: left;
    	font-style: normal;
    }
    .pre-footer .subs-text span {
    	float: left;
    	color: #30407f;
    	font-weight: bold;
    	font-size: 20px;
    	line-height: 1.5;
    }
    .pre-footer .email, .es_textbox_class{
    	background: none;
    	border: 1px solid #959595;
        color: #fff;
        padding: 10px 10px;
        height: 45px;
    }
    .es_textbox_class {
        width: 100%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .btn-subs, .es_button input {
    	background: url("img/arrow-right.png") center right no-repeat #232C69;
    	padding: 4px 15px;
    	padding-right: 20px;
    	color: #fff;
    	text-transform: uppercase;
    	border-top-right-radius: 4px !important;
    	border-bottom-right-radius: 4px !important;
    }
    .es_textbox, .es_button {
        float: left;
    }
    .es_textbox {
        width: 85%;
    }
    .es_button {
        width: 15%;
    }
    .es_textbox_button {
        width: 115px;
        border: none;
        padding: 14px 5px !important;
        margin-top: -10px !important;
    }

    footer h3 {
    	color: #1d1d1d;
    	text-transform: uppercase;
    	font-size: 14px;	
    	margin-bottom: 5px;
    }
    footer ul.footer-links {
    	list-style: none;	
    	margin: 0.75em 0;
    	padding: 0 1em;
    }
    footer ul.footer-links li:before {
    	content: "";
    	border-color:transparent #1d1d1d;
    	border-style: solid;
    	border-width: 0.45em 0 0.45em 0.45em;
    	display: block;
    	height: 0;
    	width: 0;
    	left: -1em;
    	top: 0.9em;    
    	position: relative;
    }
    footer ul.footer-links li a {
    	line-height: 1;
    	color: #fff;
    }
    footer .f-links .col-lg-3 {
    	padding: 0px;
    }
    footer .f-links {
    	margin: 25px 0px;
    }
    footer .b-section {
    	padding-bottom: 30px;	
    }
    footer {
    	border-bottom: 1px solid #30407f;
    }
    .phone-footer .image{
    	float: left;
    	margin-right: 5px;
    }
    .phone-footer .phone-cont {
    	float: left;
    }
    .phone-footer .phone-cont em {
    	width: 100%;
    	float: left;
    	font-style: normal;
    	color: #fff;
    	text-transform: uppercase;
    }
    .phone-footer .phone-cont span {
    	float: left;
    	color: #30407f;
    	font-weight: bold;
    	font-size: 16px;
    	line-height: 1.5;
    }
    footer .contact-sec div {
    	margin-top: 30px;
        clear: both;	
    }
    footer .contact-sec a, footer .contact-sec .timing {
    	color: #ccc;
    	font-size: 14px;
    }
    footer .contact-sec .address a:before {
    	content: url("img/location_footer.PNG");
    	display: block;
    	/*background: url("img/phone.png") no-repeat;*/
    	width: 20px;
    	height: 20px;
    	float: left;
    	margin: 11px 6px 0 0;
    }
    footer .contact-sec .phone a:before {
    	content: url("img/phone_footer.PNG");
    	display: block;
    	/*background: url("img/phone.png") no-repeat;*/
    	width: 20px;
    	height: 20px;
    	float: left;
    	margin: 0px 6px 0 0;
    }
    footer .contact-sec .email a:before {
    	content: url("img/email_footer.png");
    	display: block;
    	/*background: url("img/phone.png") no-repeat;*/
    	width: 20px;
    	height: 20px;
    	float: left;
    	margin: 0px 6px 0 0;
    }
    footer .contact-sec .timing:before {
    	content: url("img/time_footer.PNG");
    	display: block;
    	/*background: url("img/phone.png") no-repeat;*/
    	width: 20px;
    	height: 20px;
    	float: left;
    	margin: 0px 6px 0 0;
    }
    .post-footer .copyright {
        margin-bottom: 15px;
    }
    .post-footer .copyright, .post-footer .copyright a {
    	color: #ccc;
    	font-size: 14px;
    }
    .post-footer .copyright a {
    	padding: 0px 15px !important;
    	border-right: 1px solid #fff;
    }
    .post-footer .copyright a:last-child {
    	border-right: none;
    }
    .carousel-content {
    	color:black;
    	display:flex;
    	align-items:center;
    }
    section.news-section .left.carousel-control, section.news-section .right.carousel-control{
    	float: right;
    	position: relative;
    	display: inline-block;
    	margin-top: 0px;    
    	background: none;
    }
    section.news-section .left.carousel-control {
    	width: 10px;
    }
    section.news-section .right.carousel-control {
    	width: 30px;
    }
    section.news-section {
    	background: #0da6cf;
    	color: #fff;
    	padding: 25px 0px;
    }
    section.news-section #home-news-footer{
    	background: url("img/yahoo.png") center right no-repeat;
    }
    section.news-section .news-ico {
	/*display: inline-block;
    height: 100%;
    vertical-align: middle;*/
    white-space: nowrap;
    border-right: 1px solid #fff;
    text-align: center; 
    margin: 2.5em 0;
    height: 100%;
}
section.news-section .news-ico img {
	vertical-align: middle;
}
section.news-section em {
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	font-size: 10px;
}
section.news-section p{
	color: #fff;
}
section.blog-section {
	background: #e8f2f7;
	padding: 35px 0px;
}
section.blog-section .section-title {
	margin-bottom: 30px;
}
section.blog-section .line-center {
	background: #e8f2f7;
}
.line-center{
	margin:0;padding:0 10px;
	background:#fff;
	display:inline-block;
}
.section-title{    
	text-align:center;
	position:relative;
	z-index:2;
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 5px;
}
.section-title b {
	color: #30407f;
}
.section-title:after{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	right:0;
	border-top:solid 1px #d4dddf;
	z-index:-1;
}
.section-description {
	font-size: 18px;
	margin-bottom: 15px;
}
section.blog-section .blog-entry {
	border: 1px solid #d4dddf;
	border-radius: 4px;
	background: #fff;
}
section.blog-section .blog-entry img {
	width: 100%;
	height: 230px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
section.blog-section .blog-entry .date {
	position: absolute;
	margin-top: -225px;
	margin-left: 5px;
	background: #30407f;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	font-size: 22px;
	text-align: center;
}
section.blog-section .blog-entry .date em {
	display: block;
	clear: both;
	font-style: normal;
	font-size: 12px;
	margin-top: -8px;
}
section.blog-section .blog-entry .content {
	padding: 10px;
	font-size: 14px;
	text-decoration: none;
}
.btn-default {
	background: #0da6cf;
	padding: 5px 10px;
	color: #fff;
	font-weight: 200;
	margin-top: 20px;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
}

/* tabs styles */
.tabs-left, .tabs-right {
	border-bottom: none;
	padding-top: 2px;
}
.tabs-left {
	border-right: 1px solid #ddd;
}
.tabs-right {
	border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
	float: none;
	margin-bottom: 2px;
}
.tabs-left>li {
	margin-right: -1px;
}
.tabs-right>li {
	margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
	border-bottom-color: #ddd;
	border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
	border-bottom: 1px solid #ddd;
	border-left-color: transparent;
}
.tabs-left>li>a {
	border-radius: 4px 0 0 4px;
	margin-right: 0;
	display:block;
}
.tabs-right>li>a {
	border-radius: 0 4px 4px 0;
	margin-right: 0;
}
/*end of tabs styles */
/* head slider */
section.header-slider {
	border-bottom: 2px solid #0da6cf;
}
section.header-slider .carousel-caption {
	float: left;
	right: auto;
	left: auto;
	/*margin-bottom: 40%;*/
    padding: 14px;
    background: rgba(0,0,0, 0.4);
    border-radius: 8px;
}
section.header-slider .carousel-caption  h2 {
	text-align: left;
	color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
section.header-slider .carousel-caption h1 {
	text-align: left;
	color: #30407f;
	font-size: 60px;
	line-height: 0;
}
section.header-slider .carousel-caption p {
	text-align: left;
	font-size: 18px;
    color: #fff;
}
section.header-slider .carousel-caption .btn {
	float: left;
	border-radius: 4px;
}
section.header-slider .carousel-caption .arrow {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
section.header-slider .carousel-indicators {
	right: 22% !important;
	top: 85% !important;
    display: none;
}
section.services-section {
	padding: 35px 0px;
	border-bottom: 2px solid #e5e5e5;
}
section.services-section .services-item {
	margin-bottom: 40px;
}
section.services-section .services-item .col-lg-9 {
	padding-left: 0px;
}
section.services-section .services-item img{
	padding: 5px;
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 60px;
	max-width: 80px;
}
section.services-section .services-item h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
section.services-section .services-item h3 span {
	color: #30407f;
}
section.investment-section {
	padding: 35px 0px;
	border-bottom: 2px solid #e5e5e5;
	background: url("img/investment-bg.jpg") 100% no-repeat;
	background-size: cover;
}
section.investment-section .section-title, section.insurance-section .section-title {
	text-align: left;
}
section.investment-section .section-title .line-center {
	background: none;
	padding-left: 0px;
}
section.insurance-section .section-title .line-center {
	padding-left: 0px;
}
section.insurance-section {
	padding: 35px 0px;
	background: url("img/insurance-image.jpg") left no-repeat;	
	background-size: auto 100% !important;

}
section.insurance-section .insurance-plan {
	margin-bottom: 20px;
}
section.insurance-section .insurance-plan .col-lg-10 {
	padding-left: 0px;
}
section.insurance-section .insurance-title {
	margin-top: 0px;
	color: #30407f;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
}
section.faq-section {
	padding: 35px 0px;
    border-top: 2px solid #e5e5e5;
}
section.faq-section .section-img {
    display: none;
}
section.faq-section ul.nav-tabs {
	border-right: 0px;
}
section.faq-section .nav-tabs li a {
	background: none;
	border : none;
	border-radius: 0px;
}
section.faq-section .nav-tabs li {
	border: 1px solid #efeded;
	background: #f7f7f7;
	margin-bottom: 10px;
}
section.faq-section .nav-tabs li.active {
	border-right: 1px solid #30407f;
}

section.faq-section .nav-tabs li.active a {
	background-color: #30407f;
	color: #fff;	
}
section.faq-section .nav-tabs li.active:after {
	content: url('img/tab-arrow.png');
	position:absolute;    
	right:-15px;
	top: 6px;    
	z-index:-1;
}
section.faq-section h1 {
	margin-top: 0px;
}
section.faq-section .see-more a {
	font-weight: bold;
	color: #30407f;
}
section.faq-section .see-more {
	text-transform: uppercase;
}
.author-img img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 1px solid #efeded;
	padding: 1px;
}
section .section-img {
	margin-top: -60px;
	margin-bottom: 30px;
}
section.about-section {
	background-color: #30407f;
	padding: 35px 0px;
	border-top: 2px solid #30407f;
    display: none;
}
section.about-section .section-title:after {
	border-top : 2px solid #229ec5;
}
section.about-section .line-center, section.about-section .line-center b {
	background: #30407f;
	color: #fff;
}
section.about-section .carousel-control {
	background: none;
	padding-top: 65px;
}
section.about-section .testi {
	text-align:  center;
	text-indent: 2em;
	color: #fff;
	font-size: 22px;
	font-style: italic;
}
section.about-section .testi:before {
	content: url('img/before-testi.png');
	position:absolute;    
	left:-30px;
	top: 20px;        
	z-index:-1;
}
section.about-section .testi:after {
	content: url('img/after-testi.png');
	position:absolute;   
	left: auto;
	z-index:-1;
}
section.about-section .testi-own {
	color: #fff;
}
section.about-section .testi-own span{
	text-transform: uppercase;
}
.glyphicon-ccircle-arrow-left:before {
	content: url('img/circle-arrow-left.png');
}
.glyphicon-ccircle-arrow-right:before {
	content: url('img/circle-arrow-right.png');	
}
.investment-section .section-title:after {
    left: auto;
    width: 48%;
    float: right;
}
section.about-header {
    background: url('img/header.jpg');
    background-size: cover;
}
section.about-header .about-head {
    margin: 100px 0px;
}
.about-head h2 {
    text-align: left;
    color: #30407f;
    font-size: 48px;
    line-height: 1;
}
.about-head p {
    text-align: left;
    font-size: 18px;
    font-weight: 600px;
}
section.main-content {
    padding-bottom: 35px;
}
section.main-content .breadcrumb {
    background: none;
    border-bottom: 1px dashed #959595;
}
section.main-content .breadcrumb a {
    padding: 0px 8px;
}
section.main-content .breadcrumb a:first-child{
    padding-left: 0px;
}
section.main-content .breadcrumb a.active {
    color: #30407f;
}
.graycolor {
    color: #525252;
}
section.about-stats {
    background: #eeeeee;
    padding: 35px 0px;
}
section.about-stats .stats-items {
    list-style: none;
    padding-left: 0px;
}
section.about-stats .stats-items li {
    float: left;
    padding: 10px 45px;
    text-align: center;
    border-left: 1px solid #525252;
    width: 100%;
    max-width: 285px;
    min-height: 140px;
}
section.about-stats .stats-items li:last-child {
    border-right: 1px solid #525252;
}
section.about-stats .stats-items li .title {
    color: #525252;
    font-size: 40px;
}
section.about-stats .stats-items li .desc {
    color: #30407f;    
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
/* Experiences */
ul.experiences {
    padding-left: 65px;
    margin-top: 30px;
}
ul.experiences li {
    padding-left: 10px;
    margin-bottom: 2.5em;
    list-style: none;
    /*background: url('img/bullet.png') no-repeat;*/
}
ul.experiences li.green {
    /*background: url('img/bullet.png') no-repeat;*/
}

ul.experiences li {
    position:relative; /* so that pseudoelements are positioned relatively to their "li"s*/
    /* use padding-bottom instead of margin-bottom.*/ 
    margin-bottom: 0; /* This overrides previously specified margin-bottom */
    padding-bottom: 2.5em;
}
ul.experiences li h4 {
    color: #30407f;
    text-transform: uppercase;
    font-weight: bold;
}

ul.experiences li:after {
    /* bullets */
    content: url('img/bullet.png');
    position: absolute;
    left: -26px; /*adjust manually*/
    top: 0px;
}

ul.experiences li:before {


    /* lines */
    content:"";
    position: absolute;
    left: -17px; /* adjust manually */
    border-left: 3px solid #c1c1c1;
    height: 111%;
    width: 1px;
}

ul.experiences li:first-child:before {
 /* first li's line */
 top: 6px; /* moves the line down so that it disappears under the bullet. Adjust manually */
}

ul.experiences li:last-child:before {
    /* last li's line */
    height: 6px; /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}

.main-content .section-title {
    margin-top: 35px;
}
.maps iframe {
    pointer-events: none;
}

section.contact-header {
    background: url('img/contact-header.jpg');
    background-size: cover;   
}
section.contact-header .contact-head {
    margin: 100px 0px;
}
.contact-head h2 {
    text-align: left;
    color: #30407f;
    font-size: 48px;
    line-height: 1;
}
.contact-head p {
    text-align: left;
    font-size: 18px;
    font-weight: 600px;
}
.contacts .contact-item {
    margin: 35px 0px;
}
.contacts .contact-item h6 {
    text-transform: uppercase;
    font-size: 14px;
    color: #30407f;
    font-weight: 800;
}
.contacts .row .first-item, .contacts .row .third-item{
    border-right: 1px solid #c1c1c1;
}
.contacts .row:first-child {
    border-bottom: 1px solid #c1c1c1;
}
section.main-content .arrow_down {
    width: 100%;
    max-width: 55px;
    margin: 0 auto;
    font-size: 42px;
    color: #c1c1c1;
    transform: rotate(45deg);
    text-align: center;
    position: inherit;
    background: #fff;
    margin-bottom: -63px;
}
section.main-content .arrow_down b{
    transform: rotate(43deg);
    position: relative;
    display: inline-block;
    font-weight: 200;

}
section.contactus-form {
    background: url('img/contact-bg.jpg');
    padding: 50px 0px;
}
section.contactus-form fieldset {
    border: none;
    padding: 0px;
    margin: 5px 0px;
}
section.contactus-form .section-title:after {
    border-top: 0px;
}
section.contactus-form .section-title, section.contactus-form .section-title b {
    color: #fff;
}
section.contactus-form .btn-primary {
    border-radius: 4px;
    margin-top: 15px;
}
section.contactus-form .btn-primary .arrow {
    border-top-right-radius: 4px;
}
.insurance-item .name {
    color: #30407f;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.insurance-item {
    padding-bottom: 30px;
    border-bottom: 1px dashed #c1c1c1;
    padding-top: 15px;
}
.insurance-item .address {
    font-weight: bold;
    font-size: 18px;
}
.insurance-item .email a {
    color: #30407f !important;
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 20px;
}
.insurance-item .image img {
    border: 1px solid #0da6cf;
    padding: 5px;
    width: 100%;
}
.directory-item {
    padding-bottom: 30px;
    border-bottom: 1px dashed #c1c1c1;
    padding-top: 15px;
}
.directory-item .title {
    color: #30407f;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.directory-item .worker {
    padding: 15px 0px;
}
.directory-item .worker .name {
    color: #30407f;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.directory-item .worker .email a {
    color: #30407f !important;
    font-size: 16px;   
}
.gform_button, iframe .cpActionButton {
    background: #30407f;
    padding: 10px 15px;
    color: #fff;
    font-weight: 200;
    margin-top: 20px;
    border-radius: 4px;
    font-size: 12px !important;
    text-transform: uppercase;
    border: 0px;
}
.mbt20 {
    margin-bottom: 20px;
}
.mt0 {
    margin-top: 0px;
}
.mbt0 {
    margin-bottom: 0px;
}
.mt-60 {
    margin-top: -60px;
}
.wpcf7-submit {
    padding-right: 15px !important;
}
section.sub-offices {
    /*padding: 45px 0px;*/
}
section.sub-offices .sub-ofc img{
    margin-top: 100px;
}

/* for form */
.es_lablebox {
    display: none;
}
/* end of form */


/*==new changes==*/

.insurance_form input {
    display: block;
    height: 34px;
    padding: 6px 12px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.gform_wrapper form#gform_3 {
    text-align: left;
    max-width: 760px;
    width: 100%;
}
#gform_3 .gform_footer { 
    text-align: center;
}
.insurance_form select {
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*==new changes end==*/
#fscf_form1 input {
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    max-width: 100% !important;
}
div#fscf_div_field3_3 {
    
}
.insurance-section, .faq-section {
    display: none;
}
.contactus-form {
    display: none;
}
.pre-footer {
    display: none;
}




/*==new changes 11/9 ==*/

.footer .col-lg-3:nth-child(1) {
    width: 25%;
}

.footer .col-lg-3 {
    width: calc(37% - 1px);
    box-shadow: 0 0 black;
}
.phone-footer .phone-cont {
    display: inline-block;
    padding-left: 10px;
}

p.top_bar {
    background: red;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 8px 40px;
    display:none;
}









/*==new changes==*/








