*{ outline:none; }
body{ font-family: 'Fira Sans', sans-serif; font-weight:400; font-size:19px; color:#666; background:#fff; }
.no-list{ list-style-type:none; }
@media (min-width: 1000px) {
	.site_wrap
	{
		width:92%;
		margin:0 auto;
		max-width:1309px;
		box-shadow:1px 0px 10px #777;
	}
}

/*******HEADER************/
.header_wrap {
    padding:4px 0;
	background:#fff;
}

.header_l {
     margin-bottom: 5px;
    font-size: 54px;
    font-weight: 500;
    text-transform: uppercase;
}

.header_l img {
    height: 69px;
    max-width: 100%;
}

.header_l a { color: #229a83 !important; text-decoration:none; line-height:1; display:inline-block; position:relative; top:5px; }

.header_l a:hover{ opacity:0.8; }


.strap_line {
    color: #333;
    display: block;
    font-size: 17px;
    font-weight: normal;
}

.header_r ul li {
    color: #555;
    float: left;
    font-size: 18px;
    margin-left: 28px;
    margin-top: 5px;
}
.header_r ul li i {
    color: #229a83;
    font-size: 25px;
    line-height: 1;
    position: relative;
    top: 4px;
}

img.site-logo {
    max-width: 175px;
}

.site-slogan {
    color: #229a83;
    display: block;
    font-size: 13px;
    margin-top: 2px;
}

.menu_wrap a {
    color: #229a83;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
}

.side_button > a {
    background: #337ab7;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 30px;
    padding: 19px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.side_button > a:hover
{
	opacity:0.7;
}


/*******HEADER************/

/*******Main Site************/

.banner_wrp
{
	/*background-image:url(../images/slider.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;*/
	color:#fff;
	position:relative;
	/*padding:30px 5px;*/
}

.banner_img{ width:100%; }


.banner_text {
    left: 0;
    position: absolute;
    top: 76%;
    width: 100%;
}
.banner_text h1 {
    font-size: 37px;
    padding: 0 29px;
    text-shadow: 5px 5px 50px #000, -5px -5px 50px #000;
}

.banner_text.home_banner_txt {
    top: 68%;
}
.banner_text.home_banner_txt h1 {
    font-size: 35px;
    line-height: 1.3;
}


.below_banner_callout {
    background: #229a83;
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    padding: 7px 15px;
    text-transform: uppercase;
}



.banner_cont_l h1 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 12px;
}


.banner_cont_l h3 {
    font-size: 17px;
    margin-top: 5px;
}


.banner_cont ul {
    list-style-type: none;
    padding-left: 0;
}


.banner_cont ul li {
    margin-top: 18px;
}


.banner_cont ul li span {
    display: block;
    line-height: 1.1;
	position:relative;
	padding-left:22px;
	font-size:17px;
}


.banner_cont ul li span.banner_cont_q {
    padding-left: 0;
}

.banner_cont ul li span:before
{
	position:absolute;
	left:0;
	font-family:FontAwesome;
	color:#229A83;
	font-size:15px;
}

.banner_cont ul li span.banner_cont_q:before
{
	/*content:"\f101";*/
}

.banner_cont ul li span.banner_cont_a:before
{
	content:"\f00c";
}



.banner_cont_q {
    font-size: 20px;
    font-weight: 700;
}

.banner_cont_a {
    font-size: 19px;
}

.banner_cont {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 17px;
}



.form_wrap {
    background: #fff;
    border-top: 4px solid #eb9316;
    color: #333;
    padding: 12px 30px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
}


.form_wrap h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}

.form_wrap .dsc {
    font-size: 16px;
    line-height: 24px;
    margin: 3px 0 16px;
    width: 100%;
	color:#999;
}

.form_bttm_call_us {
    line-height: 1.2;
    margin-top: 10px;
    text-align: center;
}
.lin1 {
    font-size: 17px;
    font-weight: 700;
}
.lin2 {
    color: #229a83;
    font-size: 28px;
    font-weight: 700;
}

.row-bg-img-r
{
	position:relative;
}

.row_bg_dp {
    background-image: url("../images/row_bg_dp.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}



.getting_started_form_wrap {
    display: table;
    margin: 0 auto;
    width: 74%;
}
.frm_l {
    float: left;
    padding-right: 43px;
    text-align: right;
    width: 50%;
}
.frm_r {
    float: left;
    width: 50%;
}
.each_form_row {
    display: table;
    margin-top: 29px;
    width: 100%;
}


.redstar {
    color: red;
}


.fullwidth_frm_wrp {
    margin-top: 44px;
}

.fullwidth_frm_wrp .form-group {
    float: left;
    padding-right: 30px;
    width: 30%;
}
.fullwidth_frm_wrp .form-group .form-control {
    height: auto;
    padding: 8px 10px;
}
.fullwidth_frm_wrp .form_bttm_call_us {
    display: table;
    text-align: right;
    width: 100%;
}


@media (min-width: 769px) {

.row_bg_dp {
    bottom: 0;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;	
}
}

.green-row-bg {
    background: #229a83 none repeat scroll 0 0;
    color: #fff;
}

.each_sectrow {
    margin-top: 1px;
    padding: 25px 0;
}


.row_l_cont h3 {
    font-size: 29px;
    font-weight: 400;
}

.row_l_cont {
    font-size: 17px;
}

.row_l_cont ul li,.row_r_cont ul li {
    line-height: 1.2;
    margin-top: 12px;
}

.ticked_ul
{
	list-style-type:none;
	padding-left:0;
}

.ticked_ul li
{
	position:relative;
	padding-left:25px;
}

.ticked_ul li:before
{
	left:0;
	content:"\f00c";
	font-family:FontAwesome;
	position:absolute;
}


.li_head {
    display: block;
    font-weight: 700;
}


.insolvency_boxes
{
	color:#229a83;
	padding:12px 0 6px;
}



.insolvency_each_inn_l {
    float: left;
    font-size: 70px;
    line-height: 1;
    padding-right: 4px;
    text-align: right;
    width: 16%;
}
.insolvency_each_inn_r {
    float: left;
    font-size: 15px;
    padding-left: 14px;
    width: 84%;
}


.each_desc ul {
    list-style-type: none;
    padding-left: 0;
}

.each_desc ul li {
    line-height: 1.1;
    margin-top: 8px;
	position:relative;
	padding-left:20px;
	font-size:13px;
}

.each_desc ul li:before
{
	content:"\f00c";
	font-family:FontAwesome;
	position:absolute;
	left:0;
	top:1px;
}

.insolvency_each_inn_r h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}
.each_sub_head {
    display: block;
    font-weight:700;
    margin-bottom: 3px;
    margin-top: 2px;
}



.testimonial_wrp h3 {
    color: #229A83;
    margin-top: 0;
    text-align: center;
}
.testimonial_wrp {
    border-top: 1px solid #e0e0e0;
	padding-bottom:0;
	padding-top:0;
}

.testimonial_slider_wrap
{
	background-image:url(../images/group-hazy.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;	
	    color: #fff;
    padding: 45px 15px;
    text-align: center;
	font-size:27px;
	
}

.testimonial_slider_wrap .cycle-slideshow
{
	position:relative;
	padding-bottom:45px;
}


.cycle-pager {
    text-align: center;
}

.cycle-pager span {
    border: 1px solid #000;
    cursor: pointer;
    display: inline-block;
    font-size: 52px;
    height: 15px;
    line-height: 1;
    width: 15px;
	border-radius:76%;
	background:#000;
	box-shadow:1px 1px 3px #ffffbe, -1px -1px 3px #ffffbe;
	margin-left:9px;
}

.cycle-pager span:first-child
{
	margin-left:0;
}

.cycle-pager span.cycle-pager-active
{
	background:#fff;
}

.testimonial_slider_wrap .cycle-pager {
    bottom: -11px;
    position: absolute;
    width: 100%;
    z-index: 101;
}

.testimon_slider_client {
    border-top: 1px solid #ccc;
    font-size: 25px;
    font-weight: 700;
    margin-top: 13px;
    padding-top: 5px;
}


.footer_wrap {
    background: #229a83;
    border-top: 2px solid #ccc;
    color: #fff;
    font-weight: 700;
    padding: 13px 0;
}


.callout_row {
    border-top: 1px solid #e3e3e3;
    padding: 15px 0;
}

.callout_row h4 {
    color: #666;
    font-size: 19px;
    font-weight: 700;
    margin: 0;
}


/******Form Elements****/
.form-control
{
	border:2px solid #ddd;
	color:#999;
}

.form-control:focus
{
	border-color:#555;
	color:#333;
}

.btn-success
{
	background:#229a83;
}

.btn-success:hover
{
	background:#037b64;
}
.btn {
    border-radius: 3px;
    font-weight: 700;
    padding: 8px 23px;
    text-shadow: none;
    text-transform: uppercase;
}

.form_wrap .form-group {
    margin-bottom: 12px;
}


.container {
    max-width: 1170px;
    width: 95%;
}

@media (max-width: 1115px) {
	.header_l {
		font-size: 49px;
	}
}

@media (max-width: 1024px) {
.header_l {
    font-size: 43px;
}

.strap_line {
    font-size: 15px;	
}

.banner_text, .banner_text.home_banner_txt {
    bottom: 35px;
    top: unset;
}

}

@media (max-width: 991px) {


.each_sectrow {
    padding: 10px 0;
}

.header_l {
    text-align: center;
}
.header_r {
    display: table;
    text-align: center;
    width: 100%;
}
.header_r .pull-right {
    display: table;
    float: none !important;
    margin: 0 auto;
}
.header_r ul.pull-right {
    padding-left: 0;
}
.menu_wrap ul {
    display: table;
    margin: 0 auto;
    padding-left: 0;
}

.banner_text, .banner_text.home_banner_txt {
    bottom: 15px;
}
.banner_text h1, .banner_text.home_banner_txt h1 {
    font-size: 25px;
}

.side_button {
    text-align: center;
}
	
.row_r_cont {
    margin-top: 40px;
}

.below_banner_callout {
    font-size: 23px;
}

}

@media (max-width: 768px) {

.header_l {
    text-align: center;
}
.header_r ul {
    display: table;
    float: none !important;
    margin: 0 auto;
    padding: 0;
}
.header_r {
    float: left;
    margin-top: 8px;
    width: 100%;
}


.insolvency_each_box {
    float: left;
    padding: 16px 0;
    width: 100%;
}


.row_bg_dp {
    height: 223px;
    margin-top: 28px;
    width: 100%;
}


.frm_l {
    font-size: 15px;
    padding-right: 0;
    text-align: left;
    width: 100%;
}
.frm_r {
    width: 100%;
}
.each_form_row {
    margin-top: 19px;
}

	
}

@media (max-width: 580px) {

.header_l {
    font-size: 33px;
}
.strap_line {
    font-size: 12px;
}
.header_r {
    margin-top: 0;
}
.header_r ul li {
    font-size: 15px;
    margin-top: 0;
}
.header_r ul li i {
    font-size: 21px;
}
.menu_wrap.pull-right {
    margin-top: 5px;
}
.menu_wrap a {
    font-size: 17px;
}
.banner_text h1, .banner_text.home_banner_txt h1 {
    font-size: 21px;
}
	
}

@media (max-width: 480px) {
.header_r ul li {
    margin-left: 15px;
}
.header_r ul li:first-child {
    margin-left: 0 !important;
}	
.banner_text h1, .banner_text.home_banner_txt h1 {
    font-size: 18px;
}
.banner_text, .banner_text.home_banner_txt {
    bottom: 0;
}
	
}

@media (max-width: 440px) {

.menu_wrap a {
    font-size: 16px;
}
.header_r ul li {
    margin-left: 11px;
}
	
}

@media (max-width: 400px) {

.menu_wrap a {
    font-size: 14px;
}
.header_r ul li {
    margin-left: 8px;
}


.banner_text.home_banner_txt h1 {
    font-size: 15px;
}
	
}