/*

  Theme Name: Disability Benefit Guide USA

*/
/* 1. Theme default css */

body {
	font-family: 'Roboto', sans-serif;
}
#content_wrapper {
	overflow: hidden;
	position: relative;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.clear {
	clear: both;
}
.nopadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a, .button, button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
	text-decoration: none;
	outline: none;
}
button {
	cursor: pointer
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
	color: #ed1c24;
	text-decoration: none;
}
a, button {
	color: #ed1c24;
	outline: medium none;
}
input:focus, textarea:focus, :focus {
	outline: 0
}
button:focus {
	outline: 0 none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	font-style: normal;
	text-transform: capitalize;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	color: #777777;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
 *::-moz-selection {
 background: #d6b161;
 color: #fff;
 text-shadow: none;
}

::-moz-selection {
 background: #444;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
 *::-moz-placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
 *::placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
.btn {
	background: #2f3440 none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: pt sans;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.1;
	padding: 20px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}
.btn:hover {
	color: #fbba42
}
.btn:hover:before {
	width: 100%;
	color: #444
}
.btn.brand-btn {
	background: #fbba42;
	color: #222
}
.btn.brand-btn:hover {
	background: #2f3440;
	color: #fbba42
}
.btn.btn-2 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #fbba42;
	line-height: 1;
	padding: 17px 35px;
}
.btn.btn-2:hover {
	border-color: #2f3440
}
.btn i {
	margin-right: 10px;
}
/* scrollUp */

#scrollUp::before {
	content: "\f106";
	font-family: Font Awesome\ 5 Free;
	font-size: 20px;
}
#scrollUp {
	background: #999;
	height: 40px;
	width: 40px;
	right: 20px;
	bottom: 10px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 0 !important;
	line-height: 40px;
	border-radius: 50%;
}
#scrollUp:hover {
	background: #333;
}
/* 



  2. header 



*/



.scroll-header {
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background: #f8f8f8 none repeat scroll 0 0;
	opacity: .9;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.header-menu {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 999;
}
.logo {
	margin-left: 0;
	padding: 10px 0;
}
.logo img {
	width: 100%;
	height: auto;
	max-width: 215px;
}
.main-menu-area {
	border-bottom: 1px solid #EEEEEE;
	background: #f8f8f8 none repeat scroll 0 0;
	padding: 0px;
	opacity: .9;
}
.main-menu ul {
	position: relative;
	text-align: center;
	margin-top: 15px;
}
.main-menu ul::after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 75%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 1px;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 25px;
}
.main-menu ul li:hover {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-menu ul li > a {
	color: #343434;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	padding: 16px 0;
	text-transform: uppercase;
}
.main-menu ul li:hover::after {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background-color: #ed1c24;
	left: 0;
	right: 0;
}
.main-menu ul li.current_page_item::after {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background-color: #ed1c24;
	color: #ed1c24;
	left: 0;
	right: 0;
}
.main-menu ul li.current_page_item a {
	color: #ed1c24;
}
.main-menu ul li:hover > a {
	color: #ed1c24;
}
.main-menu ul li ul.sub-menu {
	background: #06173c;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 110%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 250px;
	z-index: 9;
}
.main-menu ul li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 102%;
}
.main-menu ul li ul.sub-menu li {
	border-bottom: 1px solid rgba(255,255,255,.4);
	display: block;
	margin: 0;
}
.main-menu ul li ul.sub-menu li:last-child {
	border: 0;
}
.main-menu ul li ul.sub-menu li a {
	color: #fff;
	display: block;
	padding: 15px 10px;
	text-align: left;
	font-size: 13px;
}
.main-menu ul li ul.sub-menu li:hover > a {
	color: #ed1c24;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0;
}
.free_btn {
	position: relative;
	text-align: right;
	margin-top: 30px;
}
.free_btn a {
	background-color: #00ab00;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 50px;
	box-shadow: 0 0 5px -1px #000;
	width: 100%;
	max-width: 200px;
	text-align: center;
}
.free_btn a:hover {
	background-color: #ed1c24;
	color: #fff;
}
/* 





3. slider 





*/

 

#homes {
	position: relative;
	padding-top: 105px;
}
#homes .sktext {
	background-color: #ed1c24;
	display: inline-block;
	padding: 10px 45px;
	transform: skew(20deg);
}
#homes h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	transform: skew(-20deg);
	margin-bottom: 0;
}
.scroll-btm {
	position: relative;
	left: 0;
	right: 0;
	top: -49px;
	width: 225px;
	height: 50px;
	margin: 0 auto;
	background-image: url("img/curve.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	transform: scaleY(-1);
	bottom: 0;
}
.scroll-btm img {
	width: 100%;
	height: auto;
	max-width: 45px;
}
/*





 4. about-area 





*/

#about {
	position: relative;
	padding: 35px 0 5px;
}
.about-me-content h1 {
	color: #ed1c24;
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 15px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
}
.about-me-content h1::after {
	position: absolute;
	content: "";
	width: 30%;
	height: 1px;
	background-color: #ddd;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	z-index: -1;
}
.about-me-content h1::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	background-color: #00ab00;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	border-radius: 30px;
}
.about-me-content p {
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 25px;
	font-weight: 300;
}
/* about2*/

#about2 {
	position: relative;
	padding: 30px 0;
}
.about-me2 {
	background-color: #06173c;
	padding: 25px;
	border: 6px solid #ddd;
}
.about-me-content2 h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 15px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
}
.about-me-content2 h2::after {
	position: absolute;
	content: "";
	width: 30%;
	height: 1px;
	background-color: rgba(255,255,255,0.5);
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
.about-me-content2 h2::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	background-color: #00ab00;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	border-radius: 30px;
	z-index: 9;
}
.about-me-content2 p {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
	margin-top: 25px;
	font-weight: 300;
}
/* service*/

#service_part {
	position: relative;
	padding: 0px 0 10px;
}
.service-me {
	position: relative;
	top: -40px;
	background-color: rgba(255,255,255,0.9);
	padding-top: 25px;
	visibility: visible;
	z-index: 9;
}
.about-me-content3 h2 {
	color: #ed1c24;
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 20px;
	line-height: 40px;
	margin-bottom: 20px;
	position: relative;
}
.about-me-content3 h2 span {
	color: #06193d;
}
.about-me-content3 h2::after {
	position: absolute;
	content: "";
	width: 30%;
	height: 1px;
	background-color: #ddd;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	z-index: -1;
}
.about-me-content3 h2::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	background-color: #00ab00;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	border-radius: 30px;
}
.service-boxarea {
	position: relative;
	padding-top: 60px;
}
.service_box .wpb_wrapper {
	position: relative;
	background-color: transparent;
	border: 1px solid #06193d;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 15px 1px #ebebeb inset;
}
.service_box .wpb_wrapper .wpb_wrapper {
	border: 0;
	box-shadow: none;
	padding: 0px;
}
.service_pic {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	top: -70px;
	background-color: #06193d;
	border-radius: 100%;
	color: #fff;
	border: 5px solid rgba(255,255,255,0.8);
	box-shadow: 0px 7px 4px -2px #ddd;
	overflow: hidden;
	padding: 5px;
}
.service_text {
	position: relative;
	padding-top: 95px;
	color: #fff;
}
.service_pic img {
	padding-top: 30px;
}
.service_text h3 {
	color: #06193d;
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 34px;
}
.service_text h3 a {
	color: #06193d;
	display: block;
}
.service_text h3 a:hover {
	color: #ed1c24;
}
/* homeleft-area */

.about-security {
	border: 1px solid #ddd;
}
.title-security {
	background-color: #f8f8f8;
	box-shadow: 0px 2px 2px 1px #ddd;
	padding: 10px;
	margin-bottom: 20px;
}
.title-security h4 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 34px;
}
.topic_btn a {
	color: #fff;
	background-color: #00ab00;
	display: block;
	text-align: center;
	border: 1px solid #333;
	border-radius: 30px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: 600;
}
.content-security {
	padding: 0 10px 20px 22px;
}
.content-security .col-sm-4 {
	padding: 0 5px;
}
.content-security ul h5 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}
.content-security ul li {
	color: #777;
	line-height: 30px;
	font-size: 15px;
}
/* case_content-area */



.about-case {
	position: relative;
	margin-bottom: 30px;
}
.case_title h2 {
	text-transform: uppercase;
	font-weight: 600;
	color: #06193d;
}
.case_title h3 {
	font-weight: 300;
	color: #ed1c24;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 15px;
}
.case_content h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
}
.case_content p {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}
.redio_part p {
	font-size: 16px;
	line-height: 26px;
}
.redio_part label {
	font-size: 15px;
	font-weight: 300;
}
.state_part #state {
	width: 100%;
	margin-bottom: 10px;
	height: 34px;
	font-size: 14px;
	color: #afafae;
	border: 1px solid #ccc;
	padding: 0 10px;
}
#ans_btn a {
	display: block;
	background-color: #00ab00;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	border-radius: 50px;
	text-transform: uppercase;
}
#ans_btn a:hover {
	background-color: #ed1c24;
	color: #fff;
}
.city_part #city {
	width: 100%;
	margin-bottom: 10px;
	height: 34px;
	font-size: 14px;
	color: #afafae;
	border: 1px solid #ccc;
	padding: 0 10px;
}
.case_content {
	position: relative;
	background-color: #f8f9f9;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 50px 20px 20px;
}
.case_content::before {
	position: absolute;
	content: "";
	background: url(img/curv.png) no-repeat center top;
	top: -1px;
	width: 180px;
	height: 50px;
	background-size: 100%;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
}
.img_frm ul li {
	display: inline-block;
}
.img_frm ul li img {
	height: 50px;
	width: auto;
}
/* testimonial-area */



#testimonial-area {
	border: 1px solid #ccc;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.testi_title h4 {
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.testimonial-text p {
	font-size: 18px;
	color: #222222;
	font-weight: 300;
	padding-top: 20px;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
}
.testimonial-text h4 {
	padding: 20px 0 0;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 22px;
	color: #ed1c24;
	text-align: right;
}

.testimonial h4 {
	padding: 20px 0 0;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 22px;
	color: #ed1c24;
	text-align: right;
}

.testimonial-text span {
	margin: 0;
	color: #999999;
	font-weight: 400;
	font-size: 14px;
	text-align: right;
	display: block;
}

.testimonial span {
	margin: 0;
	color: #999999;
	font-weight: 400;
	font-size: 14px;
	text-align: right;
	display: block;
}

.testimonial p {
	text-align: justify;
}

.testimonial-active.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.testimonial-active.owl-carousel.owl-loaded {
	margin-bottom: 30px !important;
}
.testimonial-active .owl-dots {
	padding-top: 20px !important;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 99;
}
.testimonial-active .owl-dot {
	border-radius: 100%;
	display: inline-block;
	height: 10px;
	margin: 0 5px;
	width: 10px;
	position: relative;
	background: #000;
}
.testimonial-active .owl-dot.active {
	background: #ed1c24;
	position: relative;
}
.testimonial2 .testimonial-active .owl-dot {
	background: #000;
}
.testimonial2 .testimonial-active .owl-dot.active {
	background: #ed1c24;
}
.testimonial3 .testimonial-active .owl-dot {
	background: #000;
}
.testimonial3 .testimonial-active .owl-dot.active {
	background: #000;
}
.testimonial4 .testimonial-active .owl-dot {
	background: #000;
}
.testimonial4 .testimonial-active .owl-dot.active {
	background: #000;
}
.white-wrapper .testimonial-text span {
	color: #ffffff;
}
/*sidebar*/





.sidebox_one {
	position: relative;
	background-color: #06193d;
	padding: 25px;
	text-align: center;
	border: 5px solid #ddd;
	text-transform: uppercase;
}
.sidebox_one h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 20px;
}
.fibd_btn a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	border-radius: 30px;
	line-height: 30px;
	font-weight: 600;
	padding: 5px 10px;
	box-shadow: 0 0 10px 1px #000226;
	width: 100%;
	max-width: 80%;
	background-color: #ed1c24;
}
.sidebox_two h3 {
	text-transform: uppercase;
	font-weight: 700;
}
.sidebox_two h5 {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 20px;
}
.sidebox_two {
	padding: 10px;
}
.post_block {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}
.ps_date {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	background-color: #2c3032;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	font-weight: 600;
}
.ps_date span {
	clear: both;
	display: block;
	font-weight: 600;
	border-top: 1px solid rgba(255,255,255,0.4);
	color: #ed1c24;
}
.post_block h4 a {
	font-size: 18px;
	font-weight: 600;
	color: #ed1c24;
}
.post_block p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}
.wd_box {
	border: 1px solid #ccc;
	margin-bottom: 25px;
}
.wd_box h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}
.wd_box ul {
	padding: 10px !important;
}
.wd_box ul h5 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
}
.wd_box ul li {
	line-height: 24px;
	color: #777;
	font-weight: 300;
}
.wd_box p {
	font-size: 14px;
	line-height: 20px;
}
.wd_box ul.srpw-ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.wd_box ul.srpw-ul li:last-child {
	border-bottom: none;
}
/*map*/

#map {
	position: relative;
	background-color: #eaf5ff;
	padding: 50px 0;
}
.map-content h2 {
	color: #06173c;
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 15px;
	line-height: 40px;
	margin-bottom: 20px;
	position: relative;
}
.map-content h2::after {
	position: absolute;
	content: "";
	width: 30%;
	height: 1px;
	background-color: #CFCFCF;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
.map-content h2::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	background-color: #00ab00;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	border-radius: 30px;
	z-index: 9;
}
/*footer*/



footer {
	background-color: #2c3032;
}
.footer-top {
	position: relative;
	padding: 50px 0 35px;
}
.copyright {
	padding-top: 15px;
}
.foot_nav ul li a {
	color: #fff;
}
.foot_nav ul li a:hover {
	color: #ed1c24;
}
.foot_nav ul li {
	display: inline-block;
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.5);
	padding: 0 10px 0 10px;
	font-size: 16px;
	line-height: 16px;
}
.foot_nav ul li:last-child {
	border-right: none !important;
}
.copyright p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	line-height: 30px;
}
.disclaimer_text {
	padding-bottom: 30px;
}
.disclaimer_text p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}
.foot_social {
	position: relative;
	margin-top: 20px;
}
.foot_social ul li {
	display: inline-block;
	padding: 0 2px;
}
.foot_social ul li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #aaaaaa;
	display: block;
	border-radius: 50%;
	color: #06173c;
	font-size: 25px;
}
/*page*/
.page_banner {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 250px;
	padding-bottom: 100px;
	position: relative;
}
#banner_intro {
	position: relative;
	padding-top: 105px;
}
#pagecontent {
	padding: 50px 0;
}
.pagettl {
	position: absolute;
	left: 0;
	right: 0;
	top: 65%;
	text-align: center;
}
.blog_single .page_banner {
	background-image: none !important;
	background-color: #06173c !important;
	padding: 120px 0 15px !important;
}
.pagettl h1 {
	color: #fff;
	margin: 0;
	line-height: 40px;
	padding: 0px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	background-color: rgba(6,25,61,0.8);
	display: inline-block;
}
.single-postblog .dt {
	margin-bottom: 20px;
}
.textwidget h5 {
	padding: 0 10px;
}
.textwidget ul li a {
	color: #777;
}
#home_right .srpw-block li {
	list-style-type: none;
	padding: 16px 0;
}
#pagecontent ul li {
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	color: #777777;
	margin-bottom: 15px;
	list-style: disc;
	margin-left: 15px;
}
#about_sign h2 {
	color: #06173c;
	text-align: center;
	font-size: 25px !important;
	padding-bottom: 10px !important;
}
#about_sign h2 {
	position: relative;
	color: #06173c;
	text-align: center;
	font-size: 25px !important;
	padding-bottom: 10px !important;
}
#about_sign h2::after {
	position: absolute;
	content: "";
	width: 30%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
#about_sign .mc-field-group {
	padding-bottom: 10px;
}
#about_sign #mc-embedded-subscribe {
	background-color: #00ab00;
	width: 100%;
	height: 50px;
	border-radius: 30px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
#about_sign .disclaimer_text p {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
}
.address-box {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 145px;
}
#large .address-box {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 245px !important;
}
#inner-side-text ol {
	padding-left: 0;
}
#inner-side-text ol li {
	margin-bottom: 10px;
}
#inner-side-text ol li a {
	border: 1px solid #A8B9DE;
	display: block;
	padding: 10px;
	box-shadow: 0 0 12px -4px #06173c inset;
	border-radius: 8px;
	color: #06173c;
	font-size: 15px;
}
#third-part ol li {
	list-style: decimal;
}
.address-box p {
	font-size: 15px;
}
#rightpage_sidebar ul li {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 26px;
	font-weight: normal;
}
#california-sidebar .srpw-block li {
	list-style-type: none;
}
#california-sidebar #srpw_widget-4 {
	border: 1px solid #ddd;
	margin-top: 25px;
}
#california-sidebar #srpw_widget-4 h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}
#california-sidebar #srpw_widget-4 p {
	font-size: 14px;
	line-height: 22px;
	padding: 0 10px 0 0;
}
#california-sidebar #srpw_widget-4 ul.srpw-ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#california-sidebar #inner-side-text ol {
	margin-bottom: 50px;
	
}
#california-sidebar #srpw_widget-4 ul.srpw-ul li:last-child {
	border-bottom: none !important;
}
.content-security ul li a {
	color: #777777;
}

#text-9 {
	margin-top: 20px;
}

#leftpage_sidebar h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #06193d;
}
#leftpage_sidebar h3 {
	font-size: 25px;
	font-weight: 700;
	color: #06193d;
	margin-bottom: 20px;
}
#leftpage_sidebar ul {
	margin-bottom: 20px;
}

.testi-button {
	margin: 0 auto;
	display: block;
	text-align: center;
	clear: both;
	margin-top: 90px;
	margin-bottom: 35px;
}

.testi-button a {
	border: 2px solid #ff0000;
	padding: 10px 15px;
}

.testi-button a:hover {
	border: 2px solid #ff0000;
	background:#ff0000;
	color:#fff;
}

.about-form #mc_embed_signup form {
	padding-left: 0;
}

.left_div {
	text-align: center;
}

.review__stars {
	text-align: center;
	margin-top: 10px;
}

.single-testimonial h4 {
	text-align: center;
	font-size: 17px;
	font-weight: 600;
}

.single-testimonial span {
	text-align: center;
	display: block;
	color: #666;
}

.single-testimonial {
	border-bottom: 1px solid #ddd;
	padding: 30px 0 30px;
}

.single-testimonial p{
	text-align:justify;
}

.right_div {
padding-right: 55px;
}