@charset "utf-8";
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
* {
	outline:none;
	border:none;
}
a {
	color: #c82c2a;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:focus {
	color: #000000;
	text-decoration: none;
}
p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
.pad_0 {
	padding:0;
}
.mar_0 {
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #000;
}
img {
	outline:none;
	border:none;
}
.container {
	width:1170px;
	margin:0 auto;
}
#wrap {
	float:left;
	width:100%;
}
.header {
	display: block;
	width: 100%;
	padding: 50px 0 0 0;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.logo {
	display: inline-block;
	width: 170px;
	margin: 0 0 0 50px;
}
.phone_num {
	display: none;
	padding: 20px 0 0 0;
	text-align: center;
}
.phone_num a {
	display: inline-block;
	width: 300px;
	padding: 13px;
	box-sizing: border-box;
	background-color: #161617;
	border-radius: 7px;
	margin-right: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
}
.phone_num a i {
	padding-right: 7px;
	color: #b91820;
}
.hder_right {
	float: right;
	width: auto;
	padding: 0 33px 0 0;
	visibility:hidden;
}
.hder_menu {
	display: inline-block;
	width: auto;
	padding: 0 15px 0 0;
	vertical-align: top;
}
.hder_menu .menu-top-menu-container {
	float: left;
}
.hder_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 55px;
	overflow: hidden;
}
.hder_menu ul:hover,  .hder_menu ul:hover li ul.dropdown {
	height: auto;
	overflow: visible;
}
.hder_menu ul li {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
}
.hder_menu ul li.js__p_start {
	display: none;
}
.hder_menu ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 35px;
}
.hder_menu ul li a svg {
	display: none;
}
.hder_menu ul li a:hover {
	color: #c82c2a;
	text-decoration: none;
}
.hder_menu ul li.current_page_item a {
	color: #c82c2a;
	text-decoration: none;
}
.hder_menu ul li ul.dropdown {
	display: none;
	width: 230px;
	background: #FFF;
	position: absolute;
	z-index: 12;
	border-radius: 8px;
	-webkit-animation: fadein 0.5s; /* Safari and Chrome */
	-moz-animation: fadein 0.5s; /* Firefox */
	-ms-animation: fadein 0.5s; /* Internet Explorer */
	-o-animation: fadein 0.5s; /* Opera */
	animation: fadein 0.5s;
}
.hder_menu ul li:hover ul.dropdown {
	display: block; /* Display the dropdown */
}
.hder_menu ul li ul.dropdown li {
	display: block;
	width:100%;
	padding: 0px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}
.hder_menu ul li ul.dropdown li a {
	display: inline-block;
	width: 100%;
	padding: 8px 20px;
	font-size: 17px;
	color: #000;
	line-height: normal;
}
.hder_menu ul li ul.dropdown li a:hover {
	color: #c82c2a;
	text-decoration: none;
}
.hder_menu ul li ul.dropdown li.menu-item-has-children > a:after {
	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;
	content: "\f107";
	position: absolute;
	top: 3px;
	right: 12px;
	font-size: 28px;
}
.hder_menu ul li ul.dropdown li.menu-item-has-children > a.menu_open:after {
	content: "\f105";
}
.hder_menu ul li ul.dropdown li ul.dropdown {
	display: none;
	padding-left: 20px;
	position: static;
}
.header.stiky .hder_menu2 ul li a:hover {
	color: #c82c2a;
	text-decoration: none;
}
.hder_right .contact_btn {
	float: right;
	width: auto;
	padding: 4px 0px;
}
.hder_right .contact_btn a {
	display: inline-block;
	padding: 8px 17px;
	border: 2px solid #c8222a;
	background: transparent;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.hder_right .contact_btn a:hover {
	background: #c8222a;
	color: #FFF;
}
.hder_right2 {
	display: none;
	visibility:hidden;
}
/*-------------- Sticky Header Start --------------*/

.header.stiky {
	padding: 9px 0;
	position: fixed;
	z-index: 11;
	background: #161618;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0px 10px 30px 0px rgb(142, 142, 142);
	-moz-box-shadow: 0px 10px 30px 0px rgb(142, 142, 142);
	box-shadow: 0px 10px 30px 0px rgb(142, 142, 142);
}
.header.stiky .hder_right {
	display: none;
}
.header.stiky .hder_right2 {
	display: block;
	float: right;
	width: auto;
	padding: 0 33px 0 0;
}
.header.stiky .hder_menu2 {
	display: inline-block;
	width: auto;
	padding: 0 15px 0 0;
	vertical-align: top;
}
/* Three Bar Menu */

#open {
	float: left;
	display: block;
	width: 50px;
	text-align: center;
	color:#b91820;
	font-size:30px;
	margin-top: 5px;
	cursor:pointer;
}
#close {
	float: left;
	display: none;
	width: 50px;
	text-align: center;
	color:#b91820;
	font-size:30px;
	margin-top: 5px;
	cursor:pointer;
}
.header.stiky .hder_menu2 .menu-top-menu-container {
	float: left;
}
.header.stiky .hder_menu2 ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	visibility: hidden;
	opacity: 0;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
}
.header.stiky .hder_menu2 ul li {
	position: relative;
	display: inline-block;
	padding: 10px 10px;
}
.header.stiky .hder_menu2 ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 35px;
}
.header.stiky .hder_menu2 ul li a svg {
	display: none;
}
.header.stiky .hder_menu2 ul li a:hover {
	color: #c82c2a;
	text-decoration: none;
}
.header.stiky .hder_menu2 ul li.current_page_item a {
	color: #c82c2a;
	text-decoration: none;
}
.header.stiky .hder_menu2 ul li ul.dropdown {
	display: none;
	width: 230px;
	background: #FFF;
	position: absolute;
	z-index: 12;
	left: 0;
	border-radius: 8px;
	-webkit-animation: fadedown 0.5s; /* Safari and Chrome */
	-moz-animation: fadedown 0.5s; /* Firefox */
	-ms-animation: fadedown 0.5s; /* Internet Explorer */
	-o-animation: fadedown 0.5s; /* Opera */
	animation: fadedown 0.5s;
}
.header.stiky .hder_menu2 ul li:hover ul.dropdown {
	display: block; /* Display the dropdown */
	visibility: visible;
    opacity: 1;
}
.header.stiky .hder_menu2 ul li ul.dropdown li {
	display: block;
	width:100%;
	padding: 0px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.header.stiky .hder_menu2 ul li ul.dropdown li a {
	display: inline-block;
	width: 100%;
	padding: 8px 20px;
	font-size: 17px;
	color: #000;
	line-height: normal;
}
.header.stiky .hder_menu2 ul li ul.dropdown li a:hover {
	color: #c82c2a;
	text-decoration: none;
}
.header.stiky .hder_menu2 ul li ul.dropdown li.menu-item-has-children > a:after {
	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;
	content: "\f107";
	position: absolute;
	top: 3px;
	right: 12px;
	font-size: 28px;
}
.header.stiky .hder_menu2 ul li ul.dropdown li.menu-item-has-children > a.menu_open:after {
	content: "\f105";
}
.header.stiky .hder_menu2 ul li ul.dropdown li ul.dropdown {
	display: none;
	padding-left: 20px;
	position: static;
}
.header.stiky .hder_right2 .top_btn {
	float: right;
	width: auto;
	padding: 4px 0px;
}
.header.stiky .hder_right2 .top_btn a {
	display: inline-block;
	padding: 8px 17px;
	border: 2px solid #b91820;
	background: #b91820;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.header.stiky .hder_right2 .top_btn a:hover {
	border: 2px solid #c8222a;
	background: #c8222a;
	color: #FFF;
}
/*-------------- Sticky Header End --------------*/

#responsive-menu-container #responsive-menu-title {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-weight: 700;
	text-transform: uppercase;
}
#responsive-menu-container ul li a {
	font-weight: 700;
	text-transform: uppercase;
}
#responsive-menu-container ul li.js__p_start a {
	display: inline-block;
	width: auto;
	margin-left: 5%;
	border: 2px solid #c8222a !important;
	border-radius: 6px;
}
#responsive-menu-container ul li.js__p_start a:hover {
	background-color: #c8222a !important;
	color: #ffffff !important;
}
.hero_sec {
	float: left;
	width: 100%;
	min-height: 850px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.hero_sec .cnt_box {
	display: inline-block;
	width: 100%;
	padding: 150px 0px 0px 0px;
	box-sizing: border-box;
	position: relative;
}
#getstarted {
	position: relative;
	top: 40px;
}
.hero_sec .rhino-container {
	position: relative;
	width: 100% !important;
	height: 700px !important;
	padding: 0px 5%;
	box-sizing: border-box;
}
.hero_sec .caption_box {
	display: inline-block;
	width: 100%;
	padding: 50px 0px 0px 0px;
	box-sizing: border-box;
}
.hero_sec .slide {
	float: left;
	width: 100%;
}
.hero_sec .caption_box .title2 {
	padding-top:10px;
	font-family: 'Droid Serif', serif;
	font-size: 60px;
	color: #FFF;
	text-align: center;
	font-style: italic;
}
.hero_sec .caption_box .title {
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 80px;
	color: #FFF;
	line-height: 90px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.hero_sec .caption_box .title:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: 10px auto;
	width: 81px;
	height: 5px;
	background: #b91820;
}
.typed-cursor {
	opacity: 1;
	font-weight: 100;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
	color: #787b7a;
}
@keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
}
.hero_sec .caption_box .sub_title {
	float: left;
	width: 100%;
	padding-top:0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	font-style: italic;
}
.hero_sec .slide .need_leads {
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.hero_sec .slide .need_leads a {
	display: inline-block;
	padding: 17px 34px;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #FFF;
	line-height: normal;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background: #b91820;
	cursor: pointer;
}
.hero_sec .slide .need_leads a:hover {
	background: #c8222a;
}
.hero_sec .caption_box .steps {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
.hero_sec .caption_box .step_num {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #b91820;
	border: 3px solid #b91820;
	border-radius: 100%;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 54px;
}
.hero_sec .caption_box .had1 {
	display: inline-block;
	width: 100%;
	padding-top: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 60px;
	text-align: center;
}
.hero_sec .caption_box .had2 {
	display: inline-block;
	width: 100%;
	padding-bottom: 0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	font-style: italic;
	text-align: center;
	position: relative;
}
.hero_sec .caption_box .had2 span {
	display: inline-block;
	padding-right: 15px;
	font-size: 35px;
	color: #3dba55;
}
.hero_sec .caption_box .price_box {
	width: 470px;
	margin: 0 auto;
}
.hero_sec .caption_box .price_box .price_box_cnt {
	display: inline-block;
	width: 100%;
	padding: 20px 35px;
	margin-top: 30px;
	background: #FFF;
	border-radius: 8px;
}
.hero_sec .caption_box .continue-btn {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.hero_sec .caption_box .continue-btn a {
	display: inline-block;
	padding: 16px 31px;
	background: #b91820;
	border-radius: 8px;
	font-size: 22px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;
	cursor: pointer;
}
.hero_sec .caption_box .continue-btn a:hover {
	background: #c8222a;
}
.hero_sec .caption_box .issu_cnt {
	display: inline-block;
	width: 100%;
	padding: 40px 134px;
	margin: 0px auto;
}
.hero_sec .caption_box .issu_cnt ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.hero_sec .caption_box .issu_cnt ul li {
	float: left;
	width: 47%;
	padding: 13px 10px;
	margin: 5px 1.5%;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 8px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;
	cursor: pointer;
}
.hero_sec .caption_box .issu_cnt ul li:hover,  .hero_sec .caption_box .issu_cnt ul li:hover a {
	background-color: #b91820;
	color: #FFF;
}
.hero_sec .caption_box .issu_cnt .taxbtn a {
	color: #000;
}
.hero_sec .caption_box .issu_cnt .taxbtn a:hover {
	color: #fff;
}
.hero_sec .caption_box .issu_cnt #tax_issue {
	display: none;
}
.hero_sec .caption_box .control-group {
	width: 370px;
	padding: 40px 0px;
	margin: 0px auto;
}
/*---------------- Select dropdown --------------*/
.hero_sec .caption_box .control-group.tax_debt .selectize-input {
	animation: blinking 1300ms infinite;
	border: 2px solid #fff;
}
@keyframes blinking {
	0%{ border-color: #fff; }
	50%{ border-color: transparent; }
	100%{ border-color: #fff; }
}
.hero_sec .caption_box .control-group .selectize-input {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 97%;
	height: 60px;
	padding: 20px 30px;
	box-sizing: border-box;
	border: 1px solid #b91820;
	border-radius: 3px;
	background: url(../images/white-down_arrow.png) 320px 30px no-repeat #b91820;
	-webkit-appearance: none;
	box-shadow: none;
	font-size: 14px;
	color: #FFF;
	line-height:60px;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
}
.hero_sec .caption_box .control-group .selectize-dropdown,
.hero_sec .caption_box .control-group .selectize-input,
.hero_sec .caption_box .control-group .selectize-input input {
	border-radius: 8px;
	font-size: 19px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
}
.hero_sec .caption_box .control-group .selectize-input input::-webkit-input-placeholder { color: #FFFFFF; opacity: 1 !important; }
.hero_sec .caption_box .control-group .selectize-input input:-moz-placeholder { color: #FFFFFF; opacity: 1 !important; }
.hero_sec .caption_box .control-group .selectize-input input::-moz-placeholder { color: #FFFFFF; opacity: 1 !important; }
.hero_sec .caption_box .control-group .selectize-input input:-ms-input-placeholder { color: #FFFFFF; opacity: 1 !important; }
.hero_sec .caption_box .control-group .selectize-input input:disabled {
	-webkit-opacity: 1 !important;
	pointer-events: none;
}
.hero_sec .caption_box .control-group .selectize-dropdown-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 280px;
	-webkit-overflow-scrolling: touch;
	padding:30px 0px 30px 0px;
	-webkit-box-shadow: inset 10px 10px 20px 9px rgba(230, 230, 230, 1);
	-moz-box-shadow: inset 10px 10px 20px 9px rgba(230, 230, 230, 1);
	box-shadow: inset 10px 10px 20px 9px rgba(230, 230, 230, 1);
}
.selectize-dropdown {
	border-radius: 8px !important;
	overflow: hidden;
}
.selectize-dropdown .active {
	background-color: #f8f7f5 !important;
	color: #c82c2a !important;
	border-radius: 0px;
}
.hero_sec .caption_box .form-group {
	width: 370px;
	padding: 40px 0px 0px 0px;
	margin:0 auto;
	box-sizing: border-box;
}
.hero_sec .caption_box .form-group input {
	display: inline-block;
	width: 370px;
	height: 50px;
	padding: 10px 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.42857143;
	color: #666666;
	font-weight: 400;
	text-transform: none;
	-webkit-box-shadow: none;
	border-radius: 8px;
}
 .selectize-input::after {
 display: none !important;
}
.selectize-control.single .selectize-input {
	background: url(../images/white-down_arrow.png) right 14px top 26px no-repeat #b91820 !important;
}
 .hero_sec .caption_box select::-webkit-input-placeholder {
 color: #000;
}
 .hero_sec .caption_box input::-webkit-input-placeholder {
 color: #000;
}
 .hero_sec .caption_box .form-group textarea::-webkit-input-placeholder {
 color: #000;
}
.btn_row {
	width: 370px;
	padding: 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
	margin: 0 auto;
}
.lets_go_btn {
	display: inline-block;
	width: 100%;
	padding: 14px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background: #b91820;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.lets_go_btn:hover {
	background: #c8222a;
	color: #FFF;
	text-decoration: none;
}
/*---------------- Select dropdown End --------------*/



.hero_sec .caption_box .check {
	display:inline-block;
	width:50px;
	height:50px;
	margin-right:10px;
	position: relative;
	top: -5px;
	background:#b91820;
	border-radius: 50%;
	font-size: 35px;
	color: #FFF;
	line-height:50px;
	box-sizing:border-box;
}
.hero_sec .caption_box .check img {
	margin-right: 10px;
}
.hero_sec .caption_box .sub_text {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.hero_sec .caption_box .sub_text1 {
	display: inline-block;
	width: 100%;
	padding-top: 30px;
	font-size: 19px;
	color: #FFF;
	text-align: center;
	font-weight: 400;
	line-height:24px;
}
.hero_sec .caption_box p {
	margin:0px;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	font-weight: 300;
	font-style:italic;
}
.hero_sec #thankYou .caption_box p {
	font-size: 17px;
}
.hero_sec .caption_box .sub_text2 {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
}
.hero_sec .caption_box .sub_text2 strong {
	color: #c82c2a;
	text-shadow: 0px 0px 7px #000;
}
.hero_sec .caption_box .sub_text2 a {
	color: #c82c2a;
}
.hero_sec .caption_box .had4 {
	display: inline-block;
	width: 100%;
	padding-bottom: 0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	font-style: italic;
}
.hero_sec .had3 {
	position:absolute;
	display: inline-block;
	width: 100%;
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	font-style: italic;
	bottom:30px;
	z-index: 1;
}
.hero_sec .had3 sup {
	position: relative;
	font-size: 60%;
	line-height: 0;
	vertical-align: baseline;
}
.hero_sec .blklayer, .inrpage_headr .blklayer {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero_sec .review-star {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.hero_sec .review-star br {
    display: none;
}
.hero_sec .review-star span {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
}
.hero_sec .review-star img {
    width: 170px;
}

#middle {
	float:left;
	width:100%;
}
.trust_logo_sec {
	float:left;
	width:100%;
	background:#f8f7f5;
	padding:100px 0px 0px 0px;
}
.shadow {
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.3));
}
.trust_logo_sec h2 {
	margin:0px;
	padding:0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight:400;
	line-height:60px;
}
.trust_logo_sec h1 {
	margin:0px;
	padding:0px 0px 34px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: #bd151b;
	text-align: center;
	line-height:55px;
	text-transform:uppercase;
}
.trust_logo_sec p {
	margin:0px;
	padding:0px;
	font-size: 17px;
	color: #666666;
	text-align: center;
	line-height:30px;
	font-weight:300;
}
.trust_logo_sec .logo_cnt {
	float:left;
	width:100%;
	padding:50px 0px;
}
.trust_logo_sec .logo_cnt .thumbnail {
	display: block;
	padding: 0px;
	margin: 20px;
	line-height: 1.42857143;
	background-color: transparent;
	border: transparent;
	border-radius: 0px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	text-align:center;
}
.trust_logo_sec .logo_cnt .thumbnail .caption {
	display:inline-block;
	width:100%;
	padding: 25px 55px;
	box-sizing:border-box;
	text-align:center;
}
.trust_logo_sec .logo_cnt .thumbnail .caption h3 {
	margin:0px;
	padding:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height:25px;
	text-transform:uppercase;
}
.tax_payers_sec {
	float:left;
	width:100%;
	padding-top:130px;
}
.shadow {
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.3));
}
.tax_payers_sec h2 {
	margin:0px;
	padding:0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight:400;
	line-height:60px;
}
.tax_payers_sec h1 {
	margin:0px;
	padding: 0px 0px 34px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: #bd151b;
	text-align: center;
	line-height:55px;
	text-transform:uppercase;
}
.tax_payers_sec p {
	margin:0px;
	padding:0px;
	font-size: 17px;
	color: #666666;
	text-align: center;
	line-height:30px;
	font-weight:300;
}
.tax_payers_sec .icon_box {
	float: left;
	width: 86%;
	padding: 50px 0px;
	box-sizing: border-box;
	margin: 0px 7%;
}
.tax_payers_sec .icon_box .row {
	display:inline-block;
	width: 100%;
	padding: 30px 0px;
	margin:0px;
}
.tax_payers_sec .icon_box .row .left_icon {
	float:left;
	width:70px;
	margin:0px 27px 0px 8px;
}
.tax_payers_sec .icon_box .row .right_text {
	float:right;
	width:355px;
}
.tax_payers_sec .icon_box .row .right_text h1 {
	margin:0px;
	padding-bottom:8px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #000;
	line-height:24px;
	text-transform:uppercase;
	text-align:left;
}
.tax_payers_sec .icon_box .row .right_text p {
	margin:0px;
	padding:0px;
	font-size: 16px;
	color: #666666;
	line-height:24px;
	font-weight:300;
	text-align:left;
}
.tax_payers_sec .btm_pic {
	display:inline-block;
	width: 100%;
}
.tax_payers_sec .btm_pic img {
	width: 100%;
}
.black_row {
	float:left;
	width:100%;
	padding:65px 0px;
	background:#161618;
}
.black_row .title {
	display:inline-block;
	width:75%;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	text-align: left;
	font-style: italic;
	font-weight:400;
	line-height:60px;
}
.black_row .green_btn {
	float: right;
	width: auto;
}
.black_row .green_btn a {
	display: inline-block;
	width: auto;
	padding: 14px 37px;
	background: #f5bb49;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #161618;
	font-weight: 700;
	text-transform: uppercase;
}
.black_row .green_btn a:hover {
	background: #f3c05c;
}
.video_sec {
	float:left;
	width:100%;
	height:553px;
	padding:0px 0px;
	background:#bd151b;
}
.video_sec .video_cnt {
	float:left;
	width:100%;
	position:relative;
}
.video_sec .video_cnt .vd_canvas {
	position: absolute;
	float: left;
	width: 970px;
	height: 545px;
	left: 100px;
	top: 130px;
}
.video_sec .video_cnt .vd_canvas .video {
	float: left;
	width: 100%;
	padding: 0px 0%;
}
.video_sec .video iframe {
	width: 100%;
	height: 562px;
	padding: 0px;
	margin: 0px;
}
.as_seen_on {
	float:left;
	width:100%;
	padding:190px 0px 50px 0px;
	text-align: center;
}
.as_seen_on h3 {
	margin:0px;
	padding:0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight:400;
	line-height:60px;
}
.as_seen_on ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.as_seen_on ul li {
	display: inline-block;
	padding: 15px 30px;
}
.success_story_sec {
	float:left;
	width:100%;
	padding:130px 0px;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	background-position: left top;
}
.success_story_sec .blklayer {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.success_story_sec h2 {
	margin:0px;
	padding:0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	font-style: italic;
	font-weight:400;
	line-height:60px;
}
.success_story_sec h1 {
	margin:0px;
	padding:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: #FFF;
	text-align: center;
	line-height:55px;
	text-transform:uppercase;
}
.success_story_sec .slider {
	float:left;
	width:100%;
	padding:30px 10px;
	position:relative;
}
.success_story_sec .slider .bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
}
.success_story_sec .slider .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: transparent;
	left: 0px;
	background: transparent;
	height: 446px !important;
}
.white_box {
	position: relative;
	float: left;
	width: 88%;
	height: 446px !important;
	background: #fff;
	margin: 0px 6%;
	padding:0px 30px 30px 0px;
	box-sizing: border-box;
	border-radius: 8px;
}
.white_box .tag {
	position: absolute;
	width: 160px;
	height: 159px;
	top: 0px;
	right: 0px;
	z-index: 1;
}
.white_box .tag img {
	width: 100%;
}
.white_box .left_clm {
	position:relative;
	float: left;
	width: 300px;
	padding: 66px 10px;
	text-align:center;
	box-sizing: border-box;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(242, 242, 242, 1);
	-moz-box-shadow: 2px 0px 5px 0px rgba(242, 242, 242, 1);
	box-shadow: 2px 0px 5px 0px rgba(242, 242, 242, 1);
}
.white_box .left_clm .thumb {
	position:absolute;
	width:121px;
	left:75px;
	top:55px;
}
.white_box .left_clm .saving_box {
	float: left;
	width: 100%;
	margin-top: 50px;
	padding:70px 10px;
	text-align:center;
	box-sizing: border-box;
	background:url(../images/green_heilight.png) center center no-repeat;
}
.white_box .left_clm .saving_box h4 {
	margin:0px;
	padding:0px;
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight:400;
	line-height:35px;
}
.white_box .left_clm .saving_box h1 {
	margin:0px;
	padding:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	color: #3dba55;
	text-align: center;
	line-height:45px;
	text-transform:uppercase;
}
.white_box .left_clm .name {
	float: left;
	width: 100%;
	padding: 0px 10px;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color:#000;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
}
.white_box .left_clm .name span {
	color:#bd151b;
}
.white_box .right_clm {
	float: right;
	width: 640px;
	padding: 50px 40px 50px 60px;
	box-sizing: border-box;
}
.white_box .right_clm h1 {
	margin:0px;
	padding:0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000;
	text-align: left;
	font-style: italic;
	font-weight:400;
	line-height:35px;
	text-transform:none;
}
.white_box .right_clm p {
	margin: 0px;
	padding: 10px 0px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	font-weight: 300;
	text-align: left;
}
.success_story_sec .slider .bx-wrapper .bx-pager, .success_story_sec .slider .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -90px;
	width: 100%;
}
.success_story_sec .slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.success_story_sec .slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .success_story_sec .slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666666;
}
.success_story_sec .slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 10;
}
.success_story_sec .slider .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -40px;
}
.success_story_sec .slider .bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -40px -40px;
}
.success_story_sec .slider .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.success_story_sec .slider .bx-wrapper .bx-next:hover {
	background-position: -40px 0;
}
.service_sec {
	float: left;
	width: 100%;
	padding: 130px 0px;
	background: #f8f7f5;
}
.tabbox {
	float: left;
	width: 100%;
	margin-top:50px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: #FFF;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 50px 10px rgba(237, 237, 237, 1);
	-moz-box-shadow: 0px 0px 50px 10px rgba(237, 237, 237, 1);
	box-shadow: 0px 0px 50px 10px rgba(237, 237, 237, 1);
}
.service_sec h2 {
	margin:0px;
	padding:0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight:400;
	line-height:60px;
}
.service_sec h1 {
	margin:0px;
	padding:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: #bd151b;
	text-align: center;
	line-height:55px;
	text-transform:uppercase;
}
.service_sec .tabs-left, .tabs-right {
	border-bottom: none;
	padding-top: 2px;
}
.service_sec .tabs-left {
	float: left;
	width: 298px;
	border-right: 2px solid #f2f2f2;
}
.service_sec .tabs-left h3 {
	margin:0px;
	padding: 30px 0px 20px 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #666666;
	text-align: left;
	line-height:40px;
	text-transform:uppercase;
	font-weight:700;
}
.service_sec .tabs-right {
	border-right: transparent;
}
.service_sec .tabs-left>li, .tabs-right>li {
	float: none;
	margin-bottom: 0px;
	border-top: 2px solid #f2f2f2;
}
.tabs-left>li {
	margin-right: -1px;
}
.tabs-right>li {
	margin-left: -1px;
}
.service_sec .tabs-left>li.active>a,  .service_sec .tabs-left>li.active>a:hover,  .service_sec .tabs-left>li.active>a:focus {
	padding: 7px 15px 7px 40px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	background:#666666;
	color:#FFF;
}
.service_sec .tabs-left>li>a {
	padding: 7px 15px 7px 40px;
	border-radius: 0px 0 0 0px;
	margin-right: 0;
	display:block;
	font-size:16px;
	color:#000;
	font-weight:700;
	text-transform:uppercase;
}
.service_sec .tabs-right>li>a {
	border-radius: 0 0px 0px 0;
	margin-right: 0;
}
.service_sec .nav-tabs>li>a:hover {
	bborder-bottom-color: transparent;
	border-right-color: transparent;
	background:#666666;
	color:#FFF;
}
.tab_cont_box {
	display: inline-block;
	width: 100%;
	padding: 40px 40px 0px 50px;
	box-sizing: border-box;
	overflow: auto;
	height: 710px;
}
.tab_cont_box .tab_top_img {
	margin: 0 0 15px 0;
}
.tab_cont_box .tab_top_img img {
	width: 100%;
	height: auto;
}
.tab_cont_box h1 {
	margin: 0;
	padding: 0 0 0px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #666666;
	text-align: left;
	line-height:40px;
	text-transform:uppercase;
	font-weight:700;
}
.tab_cont_box .image {
	float: right;
	width: auto;
	margin: 5px 0px 8px 19px;
}
.tab_cont_box h2 {
	margin: 0;
	padding: 12px 0px;
	font-family: 'Droid Serif', serif;
	font-size: 21px;
	color: #000;
	text-align: left;
	font-style: italic;
	font-weight:400;
	line-height:30px;
	margin-bottom:10px;
}
.tab_cont_box h3 {
	margin:0px;
	padding:12px 0px;
	font-family: 'Droid Serif', serif;
	font-size: 21px;
	color: #bd151b;
	text-align: left;
	font-style: italic;
	font-weight:400;
	line-height:30px;
	text-transform:none;
}
.tab_cont_box p {
	margin: 0px;
	padding: 10px 0px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	font-weight: 300;
	text-align: left;
	margin-bottom:10px;
}
.tab_cont_box ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.tab_cont_box ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 10px 0px 10px 25px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	font-weight: 300;
	box-sizing: border-box;
}
.tab_cont_box ul li:before {
	content: "\f058";
	position: absolute;
	left: 0px;
	top: 15px;
	font-size: 20px;
	color: #bd151b;
	line-height: normal;
	text-align: center;
	font-size: 100%;
	border-radius: inherit;
 transition: all .3s ease-out;
	font: normal normal normal 14px/1 FontAwesome;
}
.service_sec .btm_row {
	display:inline-block;
	width:100%;
	padding: 50px 0px 15px 0px;
}
.service_sec .btm_row h3 {
	margin:0px;
	padding-bottom:30px;
	font-family: 'Droid Serif', serif;
	font-size: 21px;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight:400;
	line-height:30px;
	text-transform:none;
}
.service_sec .btm_row a {
	padding: 16px 37px;
	background: #bd151b;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight:700;
	text-transform:uppercase;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
	-moz-box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
	box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
}
.service_sec .btm_row a:hover {
	background: #cb1e24;
}
.mobile_testimonials {
	display:none;
}
.tesimonial_sec {
	float:left;
	width:100%;
	padding: 80px 0px 20px 0px;
	background:#bd151b;
}
.tesimonial_sec h2 {
	margin:0px;
	padding:0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	font-style: italic;
	font-weight:400;
	line-height:60px;
}
.tesimonial_sec h1 {
	margin:0px;
	padding:0px 0px 40px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: #FFF;
	text-align: center;
	line-height:55px;
	text-transform:uppercase;
}
.tesimonial_sec .bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
}
.tesimonial_sec .bx-wrapper .bx-viewport {
	min-height: 672px;
	box-shadow: none;
	border: transparent;
	left: 0px;
	background: transparent;
}
.tesimonial_sec .cl_clm {
	display: block;
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
	text-align: center;
}
.tesimonial_sec .cl_clm .thumbnail {
	display: block;
	padding: 30px 4px 4px 4px;
	margin-bottom: 20px;
	background-color: transparent;
	border: transparent;
	border-radius: 8px;
	text-align: center;
}
.tesimonial_sec .cl_clm .thumbnail .quot_icon {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 3px solid transparent;
	text-align: center;
	overflow: hidden;
}
.tesimonial_sec .cl_clm .thumbnail .quot_icon img {
	display: inline-block;
	max-width: 100%;
}
.tesimonial_sec .cl_clm .thumbnail .cl_pic {
	display: none;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 3px solid #f9f9f7;
	text-align: center;
	overflow: hidden;
}
.tesimonial_sec .cl_clm .thumbnail .cl_pic img {
	display: inline-block;
	max-width: 100%;
}
.tesimonial_sec .cl_clm .thumbnail .caption {
	display:inline-block;
	width:100%;
}
.tesimonial_sec .cl_clm .thumbnail .caption h3 {
	min-height: 80px;
	margin: 0px;
	padding-bottom: 20px;
	font-family: 'Droid Serif', serif;
	font-size: 21px;
	color: #FFF;
	font-weight: 400;
	font-style: italic;
	line-height: 30px;
	text-transform: none;
	text-align: center;
}
.tesimonial_sec .cl_clm p {
	min-height: 196px;
	margin: 0px;
	padding: 10px 0px;
	font-size: 15px;
	color: #FFF;
	line-height: 22px;
	font-weight: 300;
	text-align: center;
}
.tesimonial_sec .cl_clm .read_full {
	padding: 10px 0px 5px 0px;
	text-align: center;
}
.tesimonial_sec .cl_clm .read_full a {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.tesimonial_sec .cl_clm .read_full a:hover {
	color: #000000;
}
.tesimonial_sec .cl_clm .postby {
	display:inline-block;
	width:100%;
	padding: 5px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #FFF;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
	text-transform:uppercase;
}
.tesimonial_sec .cl_clm .post_date {
	display:inline-block;
	width:100%;
	padding: 0px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 22px;
	font-weight: 700;
	text-transform:uppercase;
}
.tesimonial_sec .cl_clm .rating_star {
	display:inline-block;
	width:100%;
	padding: 20px 0px;
	font-size: 20px;
	color: #FFF;
}
 .tesimonial_sec ul li div:nth-child(2) .cl_clm .thumbnail,  .tesimonial_sec .cl_clm .thumbnail:hover {
 background-color: #FFF;
}
 .tesimonial_sec ul li div:nth-child(2) .cl_clm .thumbnail .quot_icon,  .tesimonial_sec .cl_clm .thumbnail:hover .quot_icon {
 display: none;
}
 .tesimonial_sec ul li div:nth-child(2) .cl_clm .thumbnail .cl_pic,  .tesimonial_sec .cl_clm .thumbnail:hover .cl_pic {
 display: inline-block;
}
 .tesimonial_sec ul li div:nth-child(2) .cl_clm .thumbnail .caption h3,  .tesimonial_sec .cl_clm .thumbnail:hover .caption h3 {
 color: #000;
}
 .tesimonial_sec ul li div:nth-child(2) .cl_clm .thumbnail p,  .tesimonial_sec .cl_clm .thumbnail:hover p {
 color: #000000;
}
 .tesimonial_sec ul li div:nth-child(2) .cl_clm .thumbnail .read_full a,  .tesimonial_sec .cl_clm .thumbnail:hover .read_full a {
 color: #000000;
}
.tesimonial_sec .cl_clm .thumbnail:hover .read_full a:hover {
	color: #cb2923;
}
 .tesimonial_sec ul li div:nth-child(2) .cl_clm .thumbnail .postby,  .tesimonial_sec .cl_clm .thumbnail:hover .postby {
 color: #bd151b;
}
 .tesimonial_sec ul li div:nth-child(2) .cl_clm .thumbnail .post_date,  .tesimonial_sec .cl_clm .thumbnail:hover .post_date {
 color: #000;
}
 .tesimonial_sec ul li div:nth-child(2) .cl_clm .thumbnail .rating_star,  .tesimonial_sec .cl_clm .thumbnail:hover .rating_star {
 color: #f9de9d;
}
.tesimonial_sec .bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFF;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.tesimonial_sec .bx-wrapper .bx-pager.bx-default-pager a:hover, .tesimonial_sec .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #161618;
}
.how_it_work {
	float: left;
	width: 100%;
	padding: 70px 0px;
	background-position: center top;
}
.how_it_work .blklayer {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.how_it_work .container {
	position: relative;
	z-index: 2;
}
.how_it_work .cont_row {
	float: left;
	width: 100%;
	margin: 50px 0px;
}
.how_it_work h2 {
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #ffffff;
	font-weight: 400;
	font-style: italic;
	line-height: 50px;
	text-align: center;
}
.how_it_work h1 {
	margin: 0px;
	padding: 0px 0px 70px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: #ffffff;
	line-height: 55px;
	text-transform: uppercase;
	text-align: center;
}
.how_it_work .steps {
	position: relative;
	min-height: 286px;
	padding: 30px;
	border-radius: 5px;
	background-color: #ffffff;
}
.how_it_work .steps:after {
	content: '';
	position: absolute;
	top: calc(50% - 25px);
	right: -40px;
	z-index: 1;
	width: 50px;
	height: 50px;
	background-image: url(../images/steps_arrow.png);
}
 .how_it_work [class*=col-]:last-child .steps:after {
 content: none;
}
.how_it_work .steps .number {
	display: inline-block;
	margin: 0 0 17px 0;
	padding-bottom: 5px;
	border-bottom: 5px solid #b91820;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bb1820;
	font-weight: 700;
	line-height: normal;
}
.how_it_work .steps .number span {
	display: inline-block;
	padding-left: 3px;
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
}
.how_it_work .steps .number span b {
	display: block;
	margin-top: -5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}
.how_it_work .steps.check .number {
	border-bottom-color: #3dba55;
	color: #3dba55;
}
.how_it_work .steps .check_mark {
	float: right;
}
.how_it_work .steps h3 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #282828;
	font-weight: 700;
	text-transform: uppercase;
}
.how_it_work .steps p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #282828;
	font-weight: 400;
	line-height: 24px;
}
.faq_sec {
	float: left;
	width: 100%;
	padding: 130px 0px;
	background: #f8f7f5;
}
.faq_sec h1 {
	margin:0px;
	padding:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: #bd151b;
	text-align: center;
	line-height:55px;
	text-transform:uppercase;
}
.faq_sec .faq_box {
	float: left;
	width: 100%;
	margin-top:50px;
	padding: 50px;
	background: #FFF;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 50px 10px rgba(237, 237, 237, 1);
	-moz-box-shadow: 0px 0px 50px 10px rgba(237, 237, 237, 1);
	box-shadow: 0px 0px 50px 10px rgba(237, 237, 237, 1);
}
.faq_sec .btm_row {
	display:inline-block;
	width:100%;
	padding:50px 0px 15px 0px;
}
.faq_sec .btm_row h3 {
	margin:0px;
	padding-bottom:30px;
	font-family: 'Droid Serif', serif;
	font-size: 21px;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight:400;
	line-height:30px;
	text-transform:none;
}
.faq_sec .btm_row a {
	display: inline-block;
	padding: 16px 37px;
	background: #bd151b;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight:700;
	text-transform:uppercase;
 	-webkit-box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
	-moz-box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
	box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
}
.faq_sec .btm_row a:hover {
	background: #cb1e24;
}
.btm_get_start {
	float: left;
	width: 100%;
	padding: 130px 0px;
}
.btm_get_start h2 {
	margin:0px;
	padding:0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight:400;
	line-height:60px;
}
.btm_get_start h1 {
	margin:0px;
	padding: 0px 0px 34px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: #bd151b;
	text-align: center;
	line-height:55px;
	text-transform:uppercase;
	font-weight:700;
}
.btm_get_start p {
	margin:0px;
	padding:0px;
	font-size: 17px;
	color: #666666;
	text-align: center;
	line-height:30px;
	font-weight:300;
}
.btm_get_start .row_cnt {
	float: left;
	width: 100%;
	padding: 80px 0px 0px 0px;
}
.btm_get_start .row_cnt .left_pic {
	float: left;
	width: 100%;
}
.btm_get_start .row_cnt .left_pic img {
	width: 100%;
}
.btm_get_start .row_cnt .right_cnt {
	float: left;
	width: 100%;
	padding: 0px 2%;
	box-sizing: border-box;
}
.btm_get_start .row_cnt .right_cnt ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.btm_get_start .row_cnt .right_cnt li {
	position: relative;
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 10px 0px 10px 25px;
	font-family: 'Droid Serif', serif;
	font-size: 19px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	box-sizing: border-box;
	font-style:italic;
}
.btm_get_start .row_cnt .right_cnt li:before {
	content:"\f00c";
	position: absolute;
	left: 0px;
	top: 15px;
	font-size: 20px;
	color: #3dba55;
	line-height: normal;
	text-align: center;
	border-radius: inherit;
 transition: all .3s ease-out;
	font: normal normal normal 14px/1 FontAwesome;
}
.btm_get_start .row_cnt .right_cnt .logos {
	float: left;
	width: 50%;
	padding-top: 50px;
	text-align: center;
}
.red_row {
	float:left;
	width:100%;
	padding:65px 0px;
	background:#b91820;
}
.red_row .title {
	display:inline-block;
	width:75%;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	text-align: left;
	font-style: italic;
	font-weight:400;
	line-height:60px;
}
.red_row .black_btn {
	float: right;
	width: auto;
	padding: 15px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #FFF;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
}
.red_row .black_btn a {
	padding: 16px 37px;
	background: #161618;
	border-radius: 6px;
	color: #FFF;
}
.red_row .black_btn a:hover {
	background: #3a3a3e;
}
.footer {
	float:left;
	width:100%;
	padding:100px 0px 10px 0px;
	background:#161618;
}
.footer .ftr_cnt {
	float:left;
	width:100%;
	padding:0px 0px 30px 0px;
	text-align:center;
}
.footer .ftr_cnt .ftr_logo {
	display: inline-block;
	width:170px;
	padding:0px 0px 20px 0px;
	text-align:center;
}
.footer .ftr_cnt .ftr_phone {
	display: inline-block;
	width:100%;
	padding:0px 0px 30px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	color: #FFF;
	text-align:center;
	font-weight: 700;
	line-height:normal;
}
.footer .ftr_cnt .ftr_phone a {
	color: #FFF;
}
.footer .ftr_cnt p {
	margin:0px;
	padding:0px;
	font-size: 12px;
	color: #FFF;
	text-align:center;
	font-weight: 400;
	line-height:normal;
}
.footer .ftr_btm_row {
	float:left;
	width:100%;
	padding:45px 0px;
	border-top:1px solid #252526;
}
.footer .ftr_btm_row .btm_navi {
	float: left;
	width: 70%;
}
.footer .ftr_btm_row .btm_navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer .ftr_btm_row .btm_navi ul li {
	list-style:none;
	float:left;
	padding-right:23px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13px;
	color: #FFF;
	font-weight: 700;
	text-transform:uppercase;
}
.footer .ftr_btm_row .btm_navi ul li a {
	color: #FFF;
	text-decoration:none;
}
.footer .ftr_btm_row .btm_navi ul li a:hover {
	color: #bd151b;
	text-decoration:none;
}
.footer .ftr_btm_row .back_top {
	float:right;
	width:auto;
	padding:0px 7px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13px;
	color: #bd151b;
	font-weight: 700;
	text-transform:uppercase;
}
.footer .ftr_btm_row .back_top a {
	color: #bd151b;
}
/*------------------ Pop UP -----------------*/

.popup_logo {
	width: 170px;
	margin: 0px auto;
	padding-top: 23px;
}
.popup_toptext p {
	float: left;
	font-size: 19px;
	color: #000;
	font-weight: 400;
	padding-top: 25px;
	line-height: 30px;
}
.popup_form {
	float: left;
	width: 100%;
	padding: 0 8%;
	margin-top: 0px;
	margin-bottom: 30px;
	box-sizing: border-box;/*height: 470px;

	overflow: auto;*/

}
.popup_form h2 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	color: #000000;
	text-align:center;
	font-weight: normal;
	font-weight:700;
	font-style: italic;
}
.popup_form h1 {
	margin: 0px;
	padding-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.popup_form .form-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
}
.popup_form .form-control {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	margin-bottom:10px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.42857143;
	color: #666666;
	font-weight:400;
	background-color: #fff;
	background-image: none;
	border: 2px solid #f1f1f1;
	border-radius: 8px;
	-webkit-box-shadow: none;
	text-transform: uppercase;
}
 .popup_form .form-control::-webkit-input-placeholder {
 color: #666666;
}
 .popup_form .form-control::-moz-placeholder {
 color: #666666;
}
.popup_form .textarea {
	display: inline-block;
	width: 100%;
	height: 110px;
	padding: 10px 20px;
	margin-right:0px;
	box-sizing:border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #666666;
	font-weight:400;
	background-color: #fff;
	background-image: none;
	border: 2px solid #f1f1f1;
	border-radius: 8px;
	-webkit-box-shadow: none;
	text-transform: uppercase;
	vertical-align: top;
	resize: none;
}
 .popup_form .textarea::-webkit-input-placeholder {
 color: #666666;
}
 .popup_form .textarea::-moz-placeholder {
 color: #666666;
}
.popup_form .form-group .btn-primary {
	display: block;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 15px 15px;
	border-radius: 8px;
	background-color: #b91820;
	border: 0px;
	font-size: 22px;
	color: #FFF;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	-moz-box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
	box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
}
.popup_form .form-group .btn-primary:hover {
	background: #c8222a;
	color: #FFF;
	text-decoration:none;
}
#popup2_box h1 {
	color: #07b559;
	text-align:center;
}
#popup2_box h2 {
	text-align:center;
	font-size: 24px;
}
#popup2_box p {
	text-align:center;
}
.pop_contc_box {
	display:inline-block;
	width:100%;
	padding:0px 0px;
}
.pop_contc_box h1 {
	margin: 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	color: #c82c2a;
	text-align:center;
	font-weight:700;
	line-height: 45px;
}
.pop_contc_box h2 {
	margin: 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 21px;
	color: #000;
	text-align:center;
	font-weight:700;
	line-height: 35px;
	text-transform:uppercase;
}
.pop_contc_box .sub_text {
	display:inline-block;
	width:100%;
	margin: 0px;
	padding:0px 0px 0px 0px;
	font-size: 19px;
	color: #666666;
	text-align:center;
	font-weight:400;
	line-height:24px;
}
/*------------------ Pop UP End -----------------*/



/*-------------- Mobile Tabs--------*/

.mobile-services {
	display: none;
}
.service_sec .fild {
	float: left;
	width: 100%;
	padding: 35px 0px;
	text-align: center;
}
.service_sec .fild .listmenu {
	display: inline-block;
	width: 29%;
	padding: 15px 9px;
	border: none;
	box-shadow: 0px 2px 6px #cfd6d8;
	-moz-box-shadow: 0px 2px 6px #cfd6d8;
	-webkit-box-shadow: 0px 2px 6px #cfd6d8;
	border-radius: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 4px;
	font-family: "Roboto Condensed";
	font-size: 16px;
	color: #000;
	line-height: 32px;
	font-weight:700;
}
.service_sec .fild .listmenu option {
	background:#FFF;
	font-family: "Roboto Condensed";
	font-size: 16px;
	color: #000;
	line-height: 32px;
	font-weight:700;
}
.service_sec .fild .listmenu option:hover {
	background:#00CC66;
	color: #FFF;
}
.service_sec .service_cnt {
	float: left;
	width: 100%;
	/*height: 732px;*/

    margin: 40px 0px 40px 0px;/*background: url(../images/service_bg.png) center top no-repeat;*/

}
.service_sec .service_cnt .prevarrow {
	width: 46px;
	height: 45px;
	margin-top: -22px;
	position: absolute;
	left: -50px;
	top: 360px;
}
.service_sec .service_cnt .nextvarrow {
	width: 46px;
	height: 45px;
	margin-top: -22px;
	position: absolute;
	right: -50px;
	top: 360px;
}
.service_sec .service_cnt .service {
	float: left;
	width: 94%;
	height: 644px;
	padding: 20px 3%;
	margin: 15px 0px 0px 0px;
	overflow: auto;
}
.service_sec .service_cnt .service h1 {
	float: left;
	width: 100%;
	padding: 0px 0% 7px 0%;
	font-family: "Roboto Condensed";
	font-size: 35px;
	color: #666666;
	font-weight: 700;
	letter-spacing: 1px;
}
.service_sec .service_cnt .service .cont {
	float: left;
	width: 100%;
	font-family: "Roboto Condensed";
	font-size: 18px;
	color: #222222;
	font-weight: 300;
	line-height: 24px;
}
.service_sec .service_cnt .service .image {
	float: right;
	width: auto;
	margin: 5px 0px 8px 19px;
	border: 2px solid #9ba5a7;
}
.service_sec .service_cnt .service h2 {
	display: block;
	padding: 12px;
	font-family: 'Droid Serif', serif;
	font-size: 21px;
	color: #000;
	text-align: left;
	font-style: italic;
	font-weight: 400;
	line-height: 30px;
}
/* Wordpress Modified CSS */

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 2px;
	right: 3px;
	font-size: 12px !important;
	white-space: nowrap;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked {
	display:none !important
}
#thankYou {
	display: none;
}
#thankYouPop {
	display: none;
}

/*---------------- Inner Page -----------*/
.search-form {
	position: relative;
}
.search-form label {
	display: block;
	margin-bottom: 7px;
	font-weight: 500;
}
.search-form .search-field {
	display: block;
    width: 100%;
    height: 60px;
    padding: 12px 15px 12px 30px;
	border: 1px solid #000000;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 1.42857143;
    text-transform: uppercase;
    text-decoration: none;
}
.search-form .search-submit {
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: transparent;
    fill: #b91820;
	position: absolute;
	right: 0;
	bottom: 0;
}
.search-form .search-submit svg {
    width: 35px;
    height: 35px;
}
.search-form .search-submit:hover {
    fill: #000000;
}
.inner_bnr {
	display: inline-block;
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center center;
}
.inner_bnr .caption {
	position: relative;
	display: inline-block;
	width: auto;
	padding-top: 250px;
}
.inner_bnr .caption h2 {
	margin: 0px;
	padding-bottom: 15px;
	font-family: 'Droid Serif', serif;
	font-size: 60px;
	color: #FFF;
	font-weight: 400;
	font-style: italic;
	text-align: left;
}
.inner_bnr .caption h1 {
	position: relative;
	margin: 0px;
	padding-bottom: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 80px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}
.inner_bnr .caption h1:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0px auto;
	width: 80px;
	height: 5px;
	background: #b91820;
	text-align: left;
}
.default_page {
	display: inline-block;
	width: 100%;
	padding: 100px 0px 80px 0px;
}
.default_page h2 {
	margin: 0;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}
.default_page h1 {
	margin: 0;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.default_page .default_cont h1 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	text-transform: none;
	text-align: left;
}
.default_page .default_cont h2 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: 700;
	font-style: normal;
	text-align: left;
}
.default_page .default_cont h3 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #666666;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
}
.default_page .default_cont p {
	margin: 0;
	padding-bottom: 20px;
	font-size: 19px;
	color: #666666;
	font-weight: 300;
	line-height: 30px;
}
.default_page .default_cont i,  .default_page .default_cont em {
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	color: #000000;
	font-style: italic;
}
.default_page .default_cont ul {
	margin: 15px 0px;
	padding-left: 25px;
}
.default_page .default_cont ul li {
	position: relative;
	display: block;
	padding: 0px 0px 10px 15px;
	font-family: 'Droid Serif', serif;
	font-size: 19px;
	color: #000000;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
}
.default_page .default_cont ul li:before {
	content: " ";
	position: absolute;
	left: -25px;
	top: 8px;
	background: #b91820;
	height: 10px;
	width: 10px;
}
.default_page .default_cont ul li a {
	color: #000000;
	text-decoration: none;
}
.default_page .default_cont ul li a:hover {
	color: #b91820;
	text-decoration: none;
}
.default_page .default_cont ol {
	margin: 15px 0px;
	padding-left: 25px;
}
.default_page .default_cont ol li {
	position: relative;
	display: block;
	padding: 0px 0px 10px 20px;
	margin: 0;
	font-family: 'Droid Serif', serif;
	font-size: 19px;
	color: #000000;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
}
.default_page .default_cont ol li:before {
	font-size: 50%;
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -25px;
	top: 1px;
	background: #b91820;
	color: #ffffff;
	height: 24px;
	width: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 20px;
	border: 2px solid #b91820;
	text-align: center;
	font-size: 80%;
	transition: all .3s ease-out;
	border-radius: 50%;
	font-weight: 700;
	font-style: normal;
}
.default_page .default_cont ol > li {
	counter-increment: customlistcounter;
}
.default_page .default_cont ol > li:before {
	content: counter(customlistcounter) " ";
	color: #ffffff;
}
.default_page .default_cont ol:first-child {
	counter-reset: customlistcounter;
}
.inr_tax_relif {
	display: inline-block;
	width: 100%;
	padding: 130px 0px 50px 0px;
}
.inr_tax_relif h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.inr_tax_relif h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.inr_tax_relif p {
	margin: 0px;
	padding-bottom: 50px;
	font-size: 19px;
	color: #333333;
	font-weight: 300;
	text-align: center;
	line-height:30px;
}
.inr_tax_relif .row {
	display: inline-block;
	width: 100%;
	margin:0px;
}
.inr_tax_relif .row h3 {
	margin: 0px;
	padding-bottom: 20px;
	font-family: 'Droid Serif', serif;
	font-size: 26px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
.inr_tax_relif .row p {
	margin: 0px;
	padding:10px 0px;
	font-size: 19px;
	color: #333333;
	font-weight: 300;
	text-align: left;
	line-height:30px;
}
.inr_tax_relif .row .btm_row {
	display: inline-block;
	width: 100%;
	padding: 50px 0px 15px 0px;
}
.inr_tax_relif .row .btm_row a {
	display: inline-block;
	padding: 16px 37px;
	background: #bd151b;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	-moz-box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
	box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
}
.inr_tax_relif .row .btm_row a:hover {
	background: #cb1e24;
}
.icon_sec {
	float:left;
	width: 100%;
	padding:105px 0px 60px 0px;
	background: #f9f9f7;
}
.icon_sec .icon_box {
	display: inline-block;
	width: 100%;
	padding: 35px 0px 20px 0px;
}
.icon_sec .icon_box .cnt_box {
	display: inline-block;
	width: 100%;
	padding-bottom:55px;
}
.icon_sec .icon_box .cnt_box .left_icon {
	float: left;
	width: 70px;
	margin: 0px 27px 0px 8px;
}
.icon_sec .icon_box .cnt_box .right_text {
	float: right;
	width: 245px;
}
.icon_sec .icon_box .cnt_box .right_text h1 {
	margin: 0px;
	padding-bottom: 8px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 24px;
	text-transform: uppercase;
	text-align: left;
}
.lets_work_sec {
	float:left;
	width: 100%;
	height: 910px;
	background-size: cover;
	background-position: top center;
}
.lets_work_sec img {
	width: 100%;
}
.lets_work_sec .black_row_rpt {
	position:absolute;
	float:left;
	width: 100%;
	padding:100px 0px;
	background:url(../images/black_rpt.png) left top repeat;
	left:0px;
	bottom:0px;
	z-index:1;
}
.lets_work_sec .black_row_rpt .cnt_box {
	float: left;
	width: 100%;
	padding: 0 12%;
}
.lets_work_sec .black_row_rpt .cnt_box h2 {
	margin: 0px;
	padding-bottom: 25px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	line-height:40px;
}
.lets_work_sec .black_row_rpt .cnt_box .btm_row {
	display: inline-block;
	width: 100%;
	padding: 15px 0px 15px 0px;
}
.lets_work_sec .black_row_rpt .cnt_box .btm_row a {
	display: inline-block;
	padding: 16px 37px;
	background: #f5bb49;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #1d1d20;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.lets_work_sec .black_row_rpt .cnt_box .btm_row a:hover {
	background: #dea534;
}
.our_company_sec {
	position:relative;
	float:left;
	width: 100%;
	padding-top:130px;
	background:#f9f9f7;
}
.our_company_sec h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.our_company_sec h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.our_company_sec p {
	margin: 0px;
	padding-bottom: 50px;
	font-size: 19px;
	color: #333333;
	font-weight: 300;
	text-align: center;
	line-height:30px;
}
.our_company_sec .steps {
	float: left;
	width: 100%;
}
.our_company_sec .steps .process-path {
	float: left;
	margin-bottom: 55px;
	width: 100%;
	height: 1570px;
	background-image: url(../images/process-path2018.png);
	background-repeat: no-repeat;
	background-position: 100px;
	background-position: center center;
}
.our_company_sec .steps .process-path .step_row {
	float: left;
	width: 100%;
	position: relative;
}
.our_company_sec .steps .process-path .step_row .year_had {
	display: none
}
.our_company_sec .steps .process-path .step_row .year_had2 {
	display: none
}
.our_company_sec .steps .process-path .step_row .year_had3 {
	display: none
}
.our_company_sec .steps .process-path .step_row .year_had4 {
	display: none
}
.our_company_sec .steps .process-path .step_row .year_had5 {
	display: none
}
.our_company_sec .steps .process-path .right_box {
	float:right;
	width: 470px;
	padding: 35px 31px 35px 36px;
	background:#FFF;
	border-radius:6px;
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.2));
}
.our_company_sec .steps .process-path .right_box h4 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height:24px;
}
.our_company_sec .steps .process-path .right_box p {
	margin: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	text-align: left;
	line-height:24px;
}
.arrow_box {
	position: relative;
	background: #FFF;
	border: 4px solid #FFF;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFF;
	border-width: 25px;
	margin-top: -25px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFF;
	border-width: 23px;
	margin-top: -23px;
}
.our_company_sec .steps .process-path .right_box1 {
	position: absolute;
	right: 0px;
	top: 74px;
}
.our_company_sec .steps .process-path .right_box2 {
	position: absolute;
	right: 0px;
	top: 380px;
}
.our_company_sec .steps .process-path .right_box3 {
	position: absolute;
	right: 0px;
	top: 620px;
}
.our_company_sec .steps .process-path .right_box4 {
	position: absolute;
	right: 0px;
	top: 946px;
}
.our_company_sec .steps .process-path .right_box5 {
	position: absolute;
	right: 0px;
	top: 1312px;
}
.our_company_sec .steps .process-path .left_box {
	float:right;
	width: 470px;
	padding: 35px 31px 35px 36px;
	background:#FFF;
	border-radius:6px;
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.2));
}
.our_company_sec .steps .process-path .left_box h4 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height:24px;
}
.our_company_sec .steps .process-path .left_box p {
	margin: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	text-align: left;
	line-height:24px;
}
.arrow_box2 {
	position: relative;
	background: #FFF;
}
.arrow_box2:after {
	left: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF;
	border-width: 25px;
	margin-top: -25px;
}
.our_company_sec .steps .process-path .left_box1 {
	position: absolute;
	left: 0px;
	top: 163px;
}
.our_company_sec .steps .process-path .left_box2 {
	position: absolute;
	left: 0px;
	top: 493px;
}
.our_company_sec .steps .process-path .left_box3 {
	position: absolute;
	left: 0px;
	top: 804px;
}
.our_company_sec .steps .process-path .left_box4 {
	position: absolute;
	left: 0px;
	top: 1189px;
}
.process_btm_pic {
	float: left;
	width: 100%;
}
.process_btm_pic img {
	width: 100%;
}
.reted_sec {
	float: left;
	width: 100%;
	padding: 130px 0px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background-position: left top;
}
.reted_sec h2 {
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	font-style: italic;
	font-weight: 400;
	line-height: 60px;
}
.reted_sec h1 {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: #FFF;
	text-align: center;
	line-height: 55px;
	text-transform: uppercase;
}
.reted_sec .slider {
	float: left;
	width: 100%;
	padding: 30px 10px;
	position: relative;
}
.reted_sec .slider .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: transparent;
	left: 0px;
	background: transparent;
	height: 388px !important;
}
.reted_sec .slider .bx-wrapper .bx-pager, .reted_sec .slider .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -90px;
	width: 100%;
}
.reted_sec .slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.reted_sec .slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .reted_sec .slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666666;
}
.reted_sec .slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 10;
}
.reted_sec .slider .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -40px;
}
.reted_sec .slider .bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -40px -40px;
}
.reted_sec .slider .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.reted_sec .slider .bx-wrapper .bx-next:hover {
	background-position: -40px 0;
}
.reted_white_box {
	float: left;
	width: 88%;
	height: 388px !important;
	background: #fff;
	margin: 0px 6%;
	padding: 0px 30px 30px 0px;
	border-radius: 8px;
}
.reted_white_box .left_clm {
	position: relative;
	float: left;
	width: 300px;
	padding: 91px 10px;
	text-align: center;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(242, 242, 242, 1);
	-moz-box-shadow: 2px 0px 5px 0px rgba(242, 242, 242, 1);
	box-shadow: 2px 0px 5px 0px rgba(242, 242, 242, 1);
	text-align:center;
}
.reted_white_box .left_clm .thumb {
	display:inline-block;
	width: 228px;
}
.reted_white_box .left_clm .thumb img {
	margin: 0 auto;
}
.reted_white_box .right_clm {
	float: right;
	width: 640px;
	padding: 80px 40px 50px 60px;
}
.reted_white_box .right_clm h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #000;
	text-align: left;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
}
.reted_white_box .right_clm p {
	margin: 0px;
	padding: 10px 0px;
	font-size: 19px;
	color: #666666;
	line-height: 24px;
	font-weight: 300;
	text-align: left;
}
.reted_white_box .right_clm .btm_row {
	display: inline-block;
	width: 100%;
	padding: 15px 0px 15px 0px;
}
.reted_white_box .right_clm .btm_row a {
	display: inline-block;
	padding: 13px 37px;
	background: #bd151b;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.reted_white_box .right_clm .btm_row a:hover {
	background: #cb1e24;
}
.faq_sec h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

/*------------- Blog Page -----------*/
.blog .header, .single-post .header, .page-template-featured .header, .archive .header, .search .header, .single-learning .header, .forms-template-default .header, .attachment-template-default .header {
	float: left;
	width: 100%;
	padding: 50px 0 50px 0;
	position: static;
	background: #161618;
}
.blog .header.stiky, .single-post .header.stiky, .page-template-featured .header.stiky, .archive .header.stiky, .search .header.stiky, .single-learning .header.stiky, .forms-template-default .header.stiky, .attachment-template-default .header.stiky  {
	padding: 9px 0 9px 0;
	position: fixed;
}
.blog_hdr {
	float:left;
	width:100%;
	background:#161618;
	padding-bottom: 50px;
	position: relative;
}
.blog_artcl_cnt .left_bar h2{
	margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-transform: none;
    text-align: left;
}
.cate_search {
	float: left;
	width: 100%;
	padding: 25px 0px;
	border-bottom: 1px solid #e8e8e8;
	background: #f6f6f8;
	box-shadow:0px 8px 20px 0px rgb(232, 232, 232);
	-moz-box-shadow:0px 8px 20px 0px rgb(232, 232, 232);
	-webkit-box-shadow:0px 8px 20px 0px rgb(232, 232, 232);
	position: relative;
	z-index: 1;
}
.cate_search.stiky {
	margin-top: 157px;
}
.cate_search .categories {
	float: left;
	width: 65%;
	padding-top: 0px;
}
.searchbox .input-group-btn {
	float: right;
	width: 35px;
	position: absolute;
	z-index: 4;
	right: 0;
	top: -2px;
}
.btn-default {
	padding: 16px 0px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	color: #b91820;
	background-color: transparent;
	border-color: transparent;
}
.btn-default:hover {
	color: #000;
	background-color: transparent;
	border-color: transparent;
}
.btn-default:focus,  .btn-default:active,  .btn-default:active:hover {
	color: #000;
	background-color: transparent;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}
.searchbox .form-control {
	float:left;
	width: 318px;
	height:60px;
	padding: 12px 15px 12px 30px;
	margin-right: 1px;
	background-color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 1.42857143;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:700;
	border: none;
	-webkit-box-shadow: none;
	border-radius: 8px !important;
}
.searchbox .form-control::-webkit-input-placeholder {
	color: #000;
}
.black_link {
	float: left;
	padding: 18px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.black_link:hover {
	color: #b91820;
	text-decoration: none;
}
.blog_more_content {
	float: left;
	width: 100%;
	background: #f8f7f5;
	padding: 100px 0 0 0;
}
.blog_more_content h2 {
	margin: 0;
	padding: 0;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000;
	font-weight: 400;
	font-style: italic;
	line-height: 60px;
	text-align: center;
}
.blog_more_content h1 {
	margin: 0;
	padding: 0 0 34px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: #bd151b;
	line-height: 55px;
	text-transform: uppercase;
	text-align: center;
}
.blog_more_content p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #666666;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
}
.blog_cnt {
	display: inline-block;
	width: 100%;
	padding: 95px 0px;
}
.blog_cnt .featured_article {
	display: inline-block;
	width: 100%;
}
.blog_cnt .featured_article h3 {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #666666;
	text-align: left;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	padding-left: 15px;
}
.blog_cnt .featured_article .leftbox {
	display: inline-block;
	width: 100%;
}
.blog_cnt .featured_article .leftbox .thumb {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 390px;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: top;
}
.blog_cnt .featured_article .leftbox .thumb img {
	width: 100%;
}
.blog_cnt .featured_article .leftbox .post_date {
	position: absolute;
	display: inline-block;
	width: 70px;
	padding: 8px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	left: 22px;
	top: 22px;
	z-index: 0;
	background: #c82c2a;
	border-radius: 8px;
}
.blog_cnt .featured_article .leftbox .post_date .month {
	display: inline-block;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	line-height:normal;
	text-transform: uppercase;
}
.blog_cnt .featured_article .leftbox .post_date .date {
	display: inline-block;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	line-height:normal;
	text-transform: uppercase;
}
.blog_cnt .featured_article .leftbox .post_date .year {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
.blog_cnt .featured_article .rightbox {
	display: inline-block;
	width: 100%;
}
.blog_cnt .featured_article .post_by {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
.blog_cnt .featured_article .post_by a {
	padding: 0 16px 0 0;
	color: #c82c2a;
	text-decoration: none;
}
.blog_cnt .featured_article .post_by a:hover {
	color: #000;
	text-decoration: none;
}
.blog_cnt .featured_article .rightbox h2 {
	margin: 0px;
	padding-bottom: 20px;
	font-family: 'Droid Serif', serif;
	font-size: 40px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	line-height: 48px;
}
.blog_cnt .featured_article .rightbox p {
	margin: 0px;
	padding-bottom: 20px;
	font-size: 16px;
	color: #666666;
	font-weight: 300;
	line-height: 25px;
	text-align:left;
}
.latest_post {
	display: inline-block;
	padding: 95px 0px;
	background: #f6f6f8;
	width: 100%;
}
.latest_post h3 {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #666666;
	text-align: left;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	padding-left: 15px;
}
.latest_post .post_cnt {
	display: inline-block;
	width: 100%;
}
 .latest_post .post_cnt [class*=col-]:nth-child(2n+3) {
 clear: left;
}
.latest_post .post_cnt .post_box {
	display: inline-block;
	width: 100%;
	margin-bottom: 60px;
}
.latest_post .post_cnt .post_box .thumb {
	position: relative;
	display: block;
	width: 100%;
	height: 390px;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: top;
}
.latest_post .post_cnt .post_box .thumb img {
	width: 100%;
}
.latest_post .post_cnt .post_box .post_date {
	position: absolute;
	display: inline-block;
	width: 70px;
	padding: 8px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	left: 22px;
	top: 22px;
	z-index: 0;
	background: #c82c2a;
	border-radius: 8px;
}
.latest_post .post_cnt .post_box .post_date .month {
	display: inline-block;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	line-height:normal;
	text-transform: uppercase;
}
.latest_post .post_cnt .post_box .post_date .date {
	display: inline-block;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	line-height:normal;
	text-transform: uppercase;
}
.latest_post .post_cnt .post_box .post_date .year {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
.latest_post .post_cnt .post_box .post_cnt {
	display: inline-block;
	width: 100%;
}
.latest_post .post_cnt .post_box .post_cnt .post_by {
	display: inline-block;
	width: 100%;
	padding: 20px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
.latest_post .post_cnt .post_box .post_cnt .post_by a {
	padding: 0 16px 0 0;
	color: #c82c2a;
	text-decoration: none;
}
.latest_post .post_cnt .post_box .post_cnt .post_by a:hover {
	color: #000;
	text-decoration: none;
}
.latest_post .post_cnt .post_box .post_cnt .title {
	display: inline-block;
	width: 100%;
	height: 111px;
	padding-bottom: 20px;
	font-family: 'Droid Serif', serif;
	font-size: 37px;
	color: #000000;
	font-style: italic;
	line-height: 48px;
}
.latest_post .post_cnt .post_box .post_cnt .description {
	display: inline-block;
	width: 100%;
	height: 104px;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	font-weight:300;
}
.latest_post .post_cnt .post_box .post_cnt .btn_row {
	display: inline-block;
	width: 100%;
	padding: 20px 0px;
	text-align:left;
}
.paging-navigation {
	float: left;
	width: 100%;
	margin: 15px 15px;
	text-align: center;
}
.paging-navigation .loop-pagination {
	margin-top: 0px;
	text-align: center;
}
.prev {
	font-size: 14px;
	margin-right: 10px;
	color: #999999;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}
.paging-navigation .page-numbers {
	padding: 8px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	color: #c82c2a;
	font-weight:700;
	text-decoration: none;
}
.paging-navigation .current {
	padding: 8px 15px;
	margin-right:10px;
	border: #1d1d20;
	background-color: #1d1d20;
	border-radius: 6px;
	font-size: 22px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}
.paging-navigation a {
	padding: 8px 15px;
	margin-right:10px;
	border: transparent;
	background-color: transparent;
	border-radius: 6px;
	font-size: 22px;
	color: #c82c2a;
	font-weight: 700;
	text-decoration: none;
}
.paging-navigation a:hover {
	border-color: #1d1d20;
	background-color: #1d1d20;
	color: #ffffff;
}
.prev {
	margin-right: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #c82c2a;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
.prev:hover {
	color: #000;
	text-decoration: none;
}
.paging-navigation .loop-pagination {
	margin-top: 0px;
	text-align: center;
}
.paging-navigation .current {
	color: #FFF;
	background-color: #1d1d20;
	border-color: #1d1d20;
}
.paging-navigation .previouspostslink {
	border:0;
	background-color:transparent;
	text-decoration:none;
}
.paging-navigation .previouspostslink:hover {
	background-color:transparent;
	text-decoration:none;
}
.paging-navigation .nextpostslink {
	border:0;
	background-color:transparent;
	text-decoration:none;
}
.paging-navigation .nextpostslink:hover {
	background-color:transparent;
	text-decoration:none;
}
/*------------------- Blog Details -------------------*/

.blog_artcl_cnt {
	display: inline-block;
	width: 100%;
	padding: 95px 0px;
}
.blog_artcl_cnt .cat-list {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	text-align: left;
}
.blog_artcl_cnt .cat-list a {
	color: #c82c2a;
}
.blog_artcl_cnt .cat-list a:hover {
	color: #000000;
}
.blog_artcl_cnt .left_bar {
	display: inline-block;
	width: 68%;
}
.blog_artcl_cnt .left_bar .had {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
	font-family: 'Droid Serif', serif;
	font-size: 50px;
	color: #000000;
	font-style: italic;
	line-height: 55px;
}
.blog_artcl_cnt .left_bar .thumb {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.blog_artcl_cnt .left_bar .post_date {
	position: absolute;
	display: inline-block;
	width: 70px;
	padding: 10px 10px;
	left: 22px;
	top: 22px;
	z-index: 0;
	background: #c82c2a;
	border-radius: 6px;
}
.blog_artcl_cnt .left_bar .post_date .month {
	display: inline-block;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	line-height:normal;
	text-transform: uppercase;
}
.blog_artcl_cnt .left_bar .post_date .date {
	display: inline-block;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	line-height:normal;
	text-transform: uppercase;
}
.blog_artcl_cnt .left_bar .post_date .year {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
.blog_artcl_cnt .left_bar .row {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
}
.blog_artcl_cnt .left_bar .row .author {
	display: inline-block;
	width: auto;
	padding: 9px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.blog_artcl_cnt .left_bar .row .author span {
	color: #c82c2a;
}
.blog_artcl_cnt .left_bar .row .author a {
	color: #c82c2a;
}
.blog_artcl_cnt .left_bar .row .author a:hover {
	color: #000000;
}
.blog_artcl_cnt .left_bar .row .share_box {
	float: right;
	width: 274px;
	padding: 5px 0px;
}
.blog_artcl_cnt .left_bar .row .share_box .hadng {
	float: left;
	width: 69px;
	padding: 4px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.blog_artcl_cnt .left_bar .row .share_box ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width:auto;
}
.blog_artcl_cnt .left_bar .row .share_box ul li {
	list-style: none;
	float: left;
	width: auto;
	padding: 0px 5px;
}
.blog_artcl_cnt .left_bar h5 {
	margin: 0px;
	padding-bottom: 25px;
	font-family: 'Droid Serif', serif;
	font-size: 21px;
	color: #000;
	font-weight: 400;
	text-align: left;
	line-height: 30px;
	font-style:italic;
}
.blog_artcl_cnt .left_bar h3 {
	margin: 0px;
	padding: 20px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: 700;
	text-align: left;
	line-height: 30px;
}
.blog_artcl_cnt .left_bar p {
	margin: 0px;
	padding-bottom: 15px;
	font-size: 19px;
	color: #666666;
	text-align: left;
	line-height: 30px;
	font-weight:300;
}
.blog_artcl_cnt .left_bar .next_prv {
	display: inline-block;
	width: 100%;
	padding: 40px 0px;
}
.blog_artcl_cnt .left_bar .next_prv .prv_post {
	display: inline-block;
	width: 50%;
	padding: 0px 0px;
}
.blog_artcl_cnt .left_bar .next_prv .prv_post span {
	float: left;
	width: 30px;
	height: 70px;
	padding-top: 30px;
	text-align: center;
}
.next_prv .prv_post span a {
	font-size: 16px;
	color: #c82c2a;
	text-align: center;
	text-decoration: none;
}
.next_prv .prv_post span a:hover {
	color: #000;
	text-decoration: none;
}
.blog_artcl_cnt .left_bar .next_prv .prv_post .thumb {
	display: inline-block;
	width: 110px;
	padding: 0px 0px;
}
.blog_artcl_cnt .left_bar .next_prv .prv_post .thumb img {
	width: 100%;
}
.blog_artcl_cnt .left_bar .next_prv .prv_post .text {
	float: right;
	width: 245px;
	padding: 5px 0px 0px 19px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: 700;
	text-transform:uppercase;
}
.blog_artcl_cnt .left_bar .next_prv .prv_post .text a {
	color: #000;
	text-decoration: none;
}
.blog_artcl_cnt .left_bar .next_prv .prv_post .text a:hover {
	color: #c82c2a;
	text-decoration: none;
}
.blog_artcl_cnt .left_bar .next_prv .next_post {
	display: inline-block;
	width: 46%;
	padding: 0px 0px;
}
.blog_artcl_cnt .left_bar .next_prv .next_post .text {
	float: left;
	width: 215px;
	padding: 5px 19px 0px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: 700;
	text-transform:uppercase;
	text-align: right;
}
.blog_artcl_cnt .left_bar .next_prv .next_post .text a {
	color: #000;
	text-decoration: none;
}
.blog_artcl_cnt .left_bar .next_prv .next_post .text a:hover {
	color: #c82c2a;
	text-decoration: none;
}
.blog_artcl_cnt .left_bar .next_prv .next_post .thumb {
	display: inline-block;
	width: 110px;
	padding: 0px 0px;
}
.blog_artcl_cnt .left_bar .next_prv .next_post .thumb img {
	width: 100%;
}
.blog_artcl_cnt .left_bar .next_prv .next_post span {
	float: right;
	width: 30px;
	height: 70px;
	padding-top: 30px;
	text-align: center;
}
.next_prv .next_post span a {
	font-size: 16px;
	color: #c82c2a;
	text-align: center;
	text-decoration: none;
}
.next_prv .next_post span a:hover {
	color: #000;
	text-decoration: none;
}
.blog_artcl_cnt .left_bar .cmts {
	display: inline-block;
	width: 100%;
	margin-top: 70px;
}
.blog_artcl_cnt .left_bar .cmts h2 {
	margin:0px;
	padding-bottom: 30px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	line-height: 35px;
}
.blog_artcl_cnt .left_bar .cmts .fild_box {
	display: inline-block;
	width: 100%;
	margin:20px 0px;
}
.blog_artcl_cnt .left_bar .cmts .fild_box img {
	width: 100%;
}
.blog_artcl_cnt .right_bar {
	float: right;
	width: 320px;
}
.blog_artcl_cnt .right_bar .freebook {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	background: #c82c2a;
}
.blog_artcl_cnt .right_bar .freebook .book_cnt {
	display: inline-block;
	width: 100%;
	padding: 55px 35px 0px 35px;
	text-align: center;
}
.blog_artcl_cnt .right_bar .freebook .book_cnt h2 {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding:0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
.blog_artcl_cnt .right_bar .freebook .book_cnt h1 {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	line-height:35px;
}
.blog_artcl_cnt .right_bar .freebook .book_cnt .download_btn {
	display: inline-block;
	width: auto;
	margin-bottom: 30px;
	padding: 14px 48px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #c82c2a;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	background: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.blog_artcl_cnt .right_bar .freebook .book_cnt .download_btn:hover {
	background:#161618;
	color: #FFF;
}
.blog_artcl_cnt .right_bar .freebook .book_pic {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.blog_artcl_cnt .right_bar .sign_up {
	display: inline-block;
	width: 100%;
	margin-top:50px;
	padding: 45px 35px;
	background: #f8f7f5;
}
.blog_artcl_cnt .right_bar .sign_up h2 {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding-bottom: 20px;
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
.blog_artcl_cnt .right_bar .sign_up h1 {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding-bottom: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #c82c2a;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	line-height: 30px;
}
.blog_artcl_cnt .right_bar .sign_up .es-field-wrap,
.blog_artcl_cnt .right_bar .sign_up .es_subscription_message {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-bottom: 12px;
	vertical-align: top;
}
.blog_artcl_cnt .right_bar .sign_up .es-field-wrap label {
	width: 100%;
	margin-bottom: 0px;
	font-weight: 400;
	vertical-align: top;
}
.blog_artcl_cnt .right_bar .sign_up .es_txt_email {
	float: left;
	width: 100%;
	height: 60px;
	margin-bottom: 12px;
	padding: 10px 15px 10px 22px;
	background-color: #FFF;
	font-size: 16px;
	color: #666666;
	text-transform:none;
	border: 3px solid #f1f1f1;
	-webkit-box-shadow: none;
	border-radius: 6px !important;
}
.blog_artcl_cnt .right_bar .sign_up .es_txt_email::-webkit-input-placeholder {
	color: #666666;
}
.blog_artcl_cnt .right_bar .sign_up .es_textbox_button {
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
	padding: 14px 62px;
	font-size: 22px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: transparent;
	background:#c82c2a;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.blog_artcl_cnt .right_bar .sign_up .es_textbox_button:hover {
	background: #000000;
	color: #FFF;
}
.blog_artcl_cnt .right_bar .sign_up p {
	margin: 0px;
	font-size: 15px;
	color: #666666;
	font-weight: 300;
	line-height: 22px;
	text-align:left;
}
/*---------------------- Contact Page -------------------*/

.contat_pg {
	display: inline-block;
	width: 100%;
}
.contat_pg .row_cnt {
	display: inline-block;
	width: 100%;
	padding: 80px 0px;
}
.contat_pg .row_cnt h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.contat_pg .row_cnt h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.contat_pg .row_cnt p {
	margin: 0px;
	padding: 25px 0px 70px 0px;
	font-size: 19px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	font-weight:300;
}
.contat_pg .row_cnt .fild_box {
	display: inline-block;
	width: 100%;
}
.contat_pg .row_cnt .fild_box .form-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	padding: 2px;
}
.contat_pg .row_cnt .fild_box .form-group .form-control {
	display: inline-block;
	width: 100%;
	height: 60px;
	padding: 10px 30px;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-transform: none;
	background-color: #fff;
	background-image: none;
	border: 2px solid #f1f1f1;
	border-radius: 6px;
	-webkit-box-shadow: none;
}
 .contat_pg .row_cnt .fild_box .form-group .form-control::-webkit-placeholder {
 color: #666666;
}
 .contat_pg .row_cnt .fild_box .form-group .form-control::-moz-placeholder {
 color: #666666;
}
.contat_pg .row_cnt .fild_box .form-group .list-menu {
	display: inline-block;
	width: 100%;
	height: 60px;
	padding: 10px 30px;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	text-transform: none;
	background-color: #fff;
	background-image: none;
	border: 2px solid #f1f1f1;
	border-radius: 6px;
	-webkit-box-shadow: none;
	background: url(../images/red-down-arrow.png) 500px 25px no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contat_pg .row_cnt .form-group .text-area {
	display: inline-block;
	width: 100%;
	height: 200px;
	padding: 15px 30px;
	margin-bottom: 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	text-transform: uppercase;
	background-color: #fff;
	background-image: none;
	border: 2px solid #f1f1f1;
	border-radius: 6px;
	-webkit-box-shadow: none;
	resize:none;
}
 .contat_pg .row_cnt .form-group .text-area::-webkit-input-placeholder {
 color: #000;
}
.contat_pg .row_cnt .btn_row {
	display: inline-block;
	width: 100%;
	padding-top: 35px;
	text-align:center;
}
.contat_pg .row_cnt .btn_row .btn-primary {
	display: inline-block;
	width: auto;
	padding: 18px 44px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: #b91820;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.contat_pg .row_cnt .btn_row .btn-primary:hover {
	background: #c8222a;
}
.contat_pg .icon_sec {
	float:left;
	width: 100%;
	padding: 90px 0px;
	background: #f6f6f8;
}
.contat_pg .icon_sec .cnt_box {
	display: inline-block;
	width: 100%;
}
.contat_pg .icon_sec .cnt_box .icon_img {
	float: left;
	width: 53px;
}
.contat_pg .icon_sec .cnt_box .icon_text {
	display: inline-block;
	width: 297px;
	padding: 0px 0px 0px 29px;
}
.contat_pg .icon_sec .cnt_box .icon_text h1 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}
.contat_pg .icon_sec .cnt_box .icon_text p {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: 300;
	line-height:24px;
	text-align:left;
}
.contat_pg .icon_sec .cnt_box .icon_text a {
	font-size: 16px;
	color: #424242;
	text-decoration: none;
}
.contat_pg .icon_sec .cnt_box .icon_text a:hover {
	text-decoration: underline;
}
.contat_pg .map_sec {
	display: inline-block;
	width: 100%;
	height: 400px;
}
/*---------------------- Service Page ----------------*/

.services_pg_cnt {
	display: inline-block;
	width: 100%;
	padding: 95px 0px;
}
.services_pg_cnt .detail_cnt {
	display: inline-block;
	width: 100%;
	padding: 0 7%;
}
.services_pg_cnt .detail_cnt h1 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}
.services_pg_cnt .detail_cnt h1 + h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
}
.services_pg_cnt .detail_cnt h2 {
	margin: 0px;
	padding-bottom: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	line-height: normal;
}
.services_pg_cnt .detail_cnt h3 {
	margin: 0px;
	padding: 20px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
}
.services_pg_cnt .detail_cnt .red_text {
	color: #c82c2a;
}
.services_pg_cnt .detail_cnt p {
	margin: 0px;
	padding-bottom: 30px;
	font-size: 19px;
	color: #666666;
	font-weight: 300;
	line-height: 30px;
	text-align: left;
}
.services_pg_cnt .detail_cnt .pic {
	display: inline-block;
	width: 100%;
	margin-bottom:40px;
}
.services_pg_cnt .detail_cnt .pic img {
	width: 100%;
}
.services_pg_cnt .detail_cnt ul {
	margin: 15px 0px;
	padding-left: 25px;
}
.services_pg_cnt .detail_cnt ul li {
	position:relative;
	display: block;
	padding: 0px 0px 10px 15px;
	margin: 0;
	font-family: 'Droid Serif', serif;
	font-size: 19px;
	color: #000000;
	font-style: italic;
	font-weight: 400;
	text-decoration: none;
}
.services_pg_cnt .detail_cnt ul li:before {
	content: " ";
	position: absolute;
	left: -25px;
	top: 8px;
	background: #b91820;
	height: 10px;
	width: 10px;
}
.right_link {
	float: right;
	width: auto;
	padding: 15px 0px;
}
.right_link a {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #c82c2a;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 35px;
	text-decoration: none;
}
.right_link a:hover {
	color: #000;
	text-decoration: none;
}
.right_link i {
	content: "\f054";
	float: right;
	width: 28px;
	text-align: right;
	font-size: 22px;
	line-height: 35px;
}
/*---------------- Resource Page ----------------*/

.res_service {
	display: inline-block;
	width: 100%;
	padding: 109px 0px;
	background: #f6f6f8;
}
.res_service .service_cnt {
	float: left;
	width: 100%;
	position: relative;
}
.res_service .service_cnt .whitebox {
	display: block;
	width: 30%;
	margin-right: 3%;
	height: 430px;
	float: left;
	border-radius:6px;
	position: relative;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 36px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 36px 1px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 36px 1px rgba(0, 0, 0, 0.06);
 transition: all .2s ease-in-out;
}
.res_service .service_cnt .whitebox .front .image {
	display: block;
	margin-top: 42px;
	text-align: center;
}
.res_service .service_cnt .whitebox .front .info {
	padding: 28px 20px;
	text-align: center;
}
.res_service .service_cnt .whitebox .front .info .title {
	margin-bottom: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.res_service .service_cnt .whitebox .front .info .discription {
	height: 120px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	font-weight:300;
}
.res_service .service_cnt .whitebox .front .info .lern_more {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #c82c2a;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.res_service .service_cnt .whitebox:hover {
	background: #FFF;
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 36px 1px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 0px 36px 1px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 36px 1px rgba(0, 0, 0, 0.30);
}
.res_service .service_cnt .whitebox:hover .front .info .lern_more {
	color: #000;
}
.help_desk {
	display:inline-block;
	width:100%;
	padding:80px 0px;
}
.help_desk h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.help_desk h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.help_desk p {
	margin: 0px;
	padding-bottom: 50px;
	font-size: 19px;
	color: #333333;
	font-weight: 300;
	text-align: center;
	line-height: 30px;
}
.help_desk .link_red {
	font-size: 19px;
	color: #c82c2a;
	font-weight: 300;
	line-height: 30px;
	text-decoration:none;
}
.help_desk .link_red:hover {
	color: #000;
}
.help_desk .row {
	float: left;
	width: 100%;
	margin:0px;
	padding:15px 0px;
}
.help_desk .row .thumb_box {
	float: left;
	width: 35%;
	margin: 0px;
}
.help_desk .row .thumb_box img {
	width: 100%;
}
.help_desk .row .thumb_cnt_box {
	float: left;
	width: 63%;
	padding: 100px 0px 50px 26px;
}
.help_desk .row .thumb_cnt_box h2 {
	margin: 0px;
	padding-bottom: 15px;
	font-family: 'Droid Serif', serif;
	font-size: 40px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
.help_desk .row .thumb_cnt_box p {
	margin: 0px;
	padding-bottom: 15px;
	font-size: 19px;
	color: #666666;
	text-align: left;
	font-weight: 300;
	line-height: 30px;
	text-align:left;
}
.irs_forms {
	display: inline-block;
	width: 100%;
	padding: 80px 0px 50px 0px;
	background: #f9f9f7;
}
.irs_forms h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.irs_forms h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.irs_forms p {
	margin: 0px;
	padding-bottom: 50px;
	font-size: 18px;
	color: #333333;
	font-weight: 300;
	text-align: center;
	line-height: 30px;
}
.irs_forms .link_red {
	font-size: 19px;
	color: #c82c2a;
	font-weight: 300;
	line-height: 30px;
	text-decoration:none;
}
.irs_forms .link_red:hover {
	color: #000;
}
.irs_forms .row {
	float: left;
	width: 100%;
	margin:0px;
	padding:15px 0px;
}
.irs_forms .row .thumb_box {
	float: left;
	width: 35%;
	margin: 0px;
}
.irs_forms .row .thumb_box img {
	width: 100%;
}
.irs_forms .row .thumb_cnt_box {
	float: left;
	width: 63%;
	padding: 100px 0px 50px 26px;
}
.irs_forms .row .thumb_cnt_box h2 {
	margin: 0px;
	padding-bottom: 15px;
	font-family: 'Droid Serif', serif;
	font-size: 40px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
.irs_forms .row .thumb_cnt_box p {
	margin: 0px;
	padding-bottom: 15px;
	font-size: 19px;
	color: #666666;
	text-align: left;
	font-weight: 300;
	line-height: 30px;
	text-align:left;
}
/*----------------------- Result Page -----------------------*/

.gold_service {
	display: inline-block;
	width: 100%;
	padding: 100px 0px 50px 0px;
}
.gold_service h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.gold_service h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.gold_service p {
	margin: 0px;
	padding-bottom: 50px;
	font-size: 19px;
	color: #333333;
	font-weight: 300;
	text-align: center;
	line-height:30px;
}
.gold_service .left_clm {
	display: inline-block;
	width: 100%;
	padding: 30px 0px 30px 0px;
}
.gold_service .left_clm h3 {
	margin: 0px;
	padding-bottom: 25px;
	font-family: 'Droid Serif', serif;
	font-size: 27px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	line-height:35px;
}
.gold_service .left_clm p {
	margin: 0px;
	padding-bottom: 30px;
	font-size: 19px;
	color: #333333;
	font-weight: 300;
	text-align: left;
	line-height:30px;
}
.gold_service .right_slider {
	display: inline-block;
	width: 100%;
	padding: 30px 0px 30px 0px;
}
.gold_service .right_slider .bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
}
.gold_service .right_slider .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: transparent;
	left: 0px;
	background: transparent;
	height: 370px !important;
}
.gold_service .right_slider .bx-wrapper .bx-pager, .gold_service .right_slider .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
}
.gold_service .right_slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #cccccc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.gold_service .right_slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .gold_service .right_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666666;
}
.our_mission {
	float: left;
	width: 100%;
	padding: 130px 0px;
	background-position: left top;
}
.our_mission .misn_cnt {
	float: left;
	width: 100%;
	padding: 0px 89px 0px 89px;
}
.our_mission .misn_cnt h1 {
	margin:0px;
	padding-bottom:30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	color: #FFF;
	text-align: center;
	line-height:55px;
	text-transform:uppercase;
}
.our_mission .misn_cnt h2 {
	margin:0px;
	padding:0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	font-style: italic;
	font-weight:400;
	line-height:40px;
}
.result_client {
	display: inline-block;
	width: 100%;
	padding: 100px 0 50px 0;
	background: #f9f9f7;
}
.result_client h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.result_client h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.result_client p {
	margin: 0px;
	padding-bottom: 30px;
	font-size: 19px;
	color: #333333;
	font-weight: 300;
	text-align: left;
	line-height: 30px;
	text-align:center;
}
.result_client .cl_slider {
	display: inline-block;
	width: 100%;
	padding:30px 0px;
}
.result_client .cl_slider .bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
}
.result_client .cl_slider .bx-wrapper .bx-viewport {
	min-height: 689px;
	box-shadow: none;
	border: transparent;
	left: 0px;
	background: transparent;
	z-index: 2;
}
.result_client .cl_slider .bx-wrapper .bx-pager, .result_client .cl_slider .bx-wrapper .bx-controls-auto {
	/*position: absolute;
	top: -30px;
	width: 100%;*/
	z-index: 2;
}
.result_client .cl_slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #cccccc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.result_client .cl_slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .result_client .cl_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666666;
}
.result_client .cl_slider .bx-prev {
	position: absolute;
	left: -70px;
	top: 50%;
	width: 40px;
	height: 40px;
	background: url(../images/pre-arrow.png) no-repeat 0 0px;
}
.result_client .cl_slider .bx-wrapper .bx-next {
	position: absolute;
	right: -70px;
	top: 50%;
	width: 40px;
	height: 40px;
	background: url(../images/next-arrow.png) no-repeat 0px 0px;
}
.result_client .cl_slider .clbox {
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
	border-radius: 6px;
	position: relative;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 36px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 36px 1px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 36px 1px rgba(0, 0, 0, 0.06);
}
.result_client .cl_slider .clbox .logo_box {
	float: left;
	width: 100%;
	min-height: 143px;
	padding: 5% 8%;
	border-bottom: 3px solid #f9f9f7;
	text-align: center;
}
.result_client .cl_slider .clbox .logo_box img {
	display: inline-block;
	max-width: 100%;
}
.result_client .cl_slider .clbox .content {
	width: 100%;
	float: left;
	padding: 10% 8%;
	text-align: center;
}
.result_client .cl_slider .clbox .content h3 {
	min-height: 57px;
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.result_client .cl_slider .clbox .content p {
	min-height: 202px;
	margin: 0px;
	padding:5px 0px;
	font-size: 15px;
	color: #797979;
	font-weight: 300;
	text-align: center;
	line-height:24px;
}
.result_client .cl_slider .clbox .content .read_full {
	padding: 10px 0px 5px 0px;
	text-align: center;
}
.result_client .cl_slider .clbox .content .read_full a {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #cb2923;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.result_client .cl_slider .clbox .content .read_full a:hover {
	color:#000;
}
.result_client .cl_slider .clbox .content .authr {
	width: 100%;
	float: left;
	padding:10px 0px 0px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	text-align: center;
	text-decoration:none;
	text-transform:uppercase;
}
.result_client .cl_slider .clbox .content .date {
	width: 100%;
	float: left;
	padding:0px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-align: center;
	text-decoration:none;
	text-transform:uppercase;
}
.result_client .cl_slider .clbox .content .star {
	display:inline-block;
	width:100%;
	padding: 10px 0px;
	font-size: 20px;
	color: #f7c633;
	text-align:center;
}
.result_left_sec {
	float: left;
	width: 100%;
	padding: 125px 80px 0px 200px;
}
.result_left_sec h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
.result_left_sec h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
.result_left_sec p {
	margin: 0px;
	padding-bottom: 30px;
	font-size: 19px;
	color: #333333;
	font-weight: 300;
	text-align: left;
	line-height:30px;
}
.result_right_pic {
	float:left;
	width:100%;
}
.result_right_pic img {
	width:100%;
}
.result_left_sec .link_red {
	display: inline-block;
	padding: 0px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #c82c2a;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.result_left_sec .link_red:hover {
	color: #000;
}
.primary_focus {
	float:left;
	width:100%;
	padding: 130px 0px 0px 0px;
	background:#f9f9f7;
}
.primary_focus h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.primary_focus h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.primary_focus .row {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding:40px 0px;
}
.primary_focus .row h3 {
	margin: 0px;
	padding-bottom: 20px;
	font-family: 'Droid Serif', serif;
	font-size: 26px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
.primary_focus .row p {
	margin: 0px;
	padding: 10px 0px;
	font-size: 19px;
	color: #333333;
	font-weight: 300;
	text-align: left;
	line-height: 30px;
}
.primary_focus .row .btm_row {
	display: inline-block;
	width: 100%;
	padding: 50px 0px 15px 0px;
}
.primary_focus .row .btm_row a {
	display: inline-block;
	padding: 16px 37px;
	background: #bd151b;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	-moz-box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
	box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
}
.primary_focus .row .btm_row a:hover {
	background: #cb1e24;
}
.primary_focus .btm_thumb {
	display: inline-block;
	width: 100%;
}
.primary_focus .btm_thumb img {
	width: 100%;
}
/*-------------------- Success Page -----------*/

.real_tax_sec {
	display: inline-block;
	width: 100%;
	padding: 100px 0px 0px 0px;
}
.real_tax_sec h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.real_tax_sec h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.real_tax_sec .pic_row {
	display: inline-block;
	width: 100%;
	padding: 0px 0px;
}
.real_tax_sec .pic_row .left_cnt {
	float: left;
	width: 48%;
	padding: 40px 0px 30px 0px;
}
.real_tax_sec .pic_row .left_cnt h2 {
	margin: 0px;
	padding-bottom: 25px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	line-height: 36px;
}
.real_tax_sec .pic_row .left_cnt p {
	margin: 0px;
	padding-bottom: 30px;
	font-size: 19px;
	color: #666666;
	font-weight: 300;
	text-align: left;
	line-height:30px;
}
.right_thumb {
	float: right;
	width: 48%;
}
.right_thumb img {
	width: 100%;
}
.real_tax_sec .left_cnt .link_red {
	display: inline-block;
	padding: 15px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #c82c2a;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.real_tax_sec .left_cnt .link_red:hover {
	color: #000;
}
.result_client .cl_slider2 {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 50px 0px;
}
.result_client .cl_slider2 .white_box {
	position: relative;
	float: left;
	width: 100%;
	height: 446px !important;
	background: #fff;
	margin: 0px 0%;
	padding: 0px 0px 30px 0px;
}
.result_client .cl_slider2 .white_box .left_clm {
	position: relative;
	float: left;
	width: 300px;
	padding: 66px 10px;
	text-align: center;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(242, 242, 242, 1);
	-moz-box-shadow: 2px 0px 5px 0px rgba(242, 242, 242, 1);
	box-shadow: 2px 0px 5px 0px rgba(242, 242, 242, 1);
}
.result_client .cl_slider2 .white_box .left_clm .thumb {
	position: absolute;
	width: 121px;
	left: 75px;
	top: 55px;
}
.result_client .cl_slider2 .white_box .left_clm .saving_box {
	float: left;
	width: 100%;
	margin-top: 50px;
	padding: 70px 10px;
	text-align: center;
	background: url(../images/green_heilight.png) center center no-repeat;
}
.result_client .cl_slider2 .white_box .left_clm .saving_box h4 {
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight: 400;
	line-height: 35px;
}
.result_client .cl_slider2 .white_box .left_clm .saving_box h1 {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	color: #3dba55;
	text-align: center;
	line-height: 45px;
	text-transform: uppercase;
}
.result_client .cl_slider2 .white_box .left_clm .name {
	float: left;
	width: 100%;
	padding: 0px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.result_client .cl_slider2 .white_box .left_clm .name span {
	color: #bd151b;
}
.result_client .cl_slider2 .white_box .right_clm {
	float: left;
	width: 795px;
	padding: 70px 100px 50px 60px;
}
.result_client .cl_slider2 .white_box .right_clm h1 {
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000;
	text-align: left;
	font-style: italic;
	font-weight: 400;
	line-height: 35px;
	text-transform: none;
}
.result_client .cl_slider2 .white_box .right_clm p {
	margin: 0px;
	padding: 10px 0px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	font-weight: 300;
	text-align: left;
}
.result_client .cl_slider2 .tag {
	position: absolute;
	display: inline-block;
	width: 180px;
	height: 179px;
	right: 0px;
	top: 50px;
	z-index: 1;
}
.result_client .cl_slider2 .bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
}
.result_client .cl_slider2 .bx-wrapper .bx-viewport {
	background: #FFF;
	left: 0px;
	border: 0px solid #fff;
	border-radius: 8px;
	box-shadow: 0 0 21px #ccc;
	-moz-box-shadow: 0 0 21px #ccc;
	-webkit-box-shadow: 0 0 21px #ccc;
	transform: translatez(0);
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
}
.result_client .cl_slider2 .bx-wrapper .bx-pager, .result_client .cl_slider2 .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -90px;
	width: 100%;
}
.result_client .cl_slider2 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #cccccc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.result_client .cl_slider2 .bx-wrapper .bx-pager.bx-default-pager a:hover, .result_client .cl_slider2 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666666;
}
.result_client .cl_slider2 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 9999;
}
.real_cnt_box {
	display: inline-block;
	width: 100%;
	padding: 100px 0px 0px 0px;
}
.real_cnt_box .white_box {
	position: relative;
	float: left;
	width: 100%;
	height: auto !important;
	background: #fff;
	margin: 14px 0%;
	padding: 0px 0px 0px 0px;
	border-radius:8px;
	box-shadow: 0 0 21px #ccc;
	-moz-box-shadow: 0 0 21px #ccc;
	-webkit-box-shadow: 0 0 21px #ccc;
}
.real_cnt_box .white_box:before {
	content:"";
	border-left:3px solid #f9f9f7;
	position: absolute;
	left: 27%;
	height: 100%;
}
.real_cnt_box .white_box .left_clm {
	float: left;
	width: 27%;
	padding: 0px 10px 17px 10px;
	box-shadow: none;
	text-align: center;
}
.real_cnt_box .white_box .left_clm .thumb {
	position: absolute;
	width: 121px;
	left: 75px;
	top: 55px;
}
.real_cnt_box .left_clm .saving_box {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 68px 10px;
	background: url(../images/green_heilight.png) center center no-repeat;
	text-align: center;
}
.real_cnt_box .left_clm .saving_box h4 {
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight: 400;
	line-height: 35px;
}
.real_cnt_box .white_box .left_clm .saving_box h1 {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	color: #3dba55;
	text-align: center;
	line-height: 45px;
	text-transform: uppercase;
}
.real_cnt_box .white_box .left_clm .name {
	float: left;
	width: 100%;
	padding: 0px 10px 20px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.real_cnt_box .white_box .left_clm .name span {
	color: #bd151b;
}
.real_cnt_box .white_box .right_clm {
	float: left;
	width: 73%;
	padding: 45px 30px 26px 40px;
}
.real_cnt_box .white_box .right_clm h1 {
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000;
	text-align: left;
	font-style: italic;
	font-weight: 400;
	line-height: 35px;
	text-transform: none;
}
.real_cnt_box .white_box .right_clm p {
	margin: 0px;
	padding: 10px 0px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	font-weight: 300;
	text-align: left;
}
.real_cnt_box .row {
	display: inline-block;
	width: 100%;
	margin:0px;
	padding: 50px 0px 0px 0px;
}
/*---------------- Testimonials Page ----------------*/

.gold_service .right_thumb {
	display: inline-block;
	width: 100%;
}
.tesimonial_pg {
	display: inline-block;
	width: 100%;
	padding: 100px 0px;
	background: #f9f9f7;
}
.tesimonial_pg h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.tesimonial_pg h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.tesimonial_pg p {
	margin: 0px;
	padding-bottom: 30px;
	font-size: 19px;
	color: #333333;
	font-weight: 300;
	text-align: left;
	line-height: 30px;
	text-align:center;
}
.tesimonial_pg .row {
	display: inline-block;
	width: 100%;
	margin:0px;
	padding:14px;
}
.tesimonial_pg .row .box_white {
	position:relative;
	float: left;
	width: 100%;
	background: #fff;
	margin: 14px 0%;
	padding: 0px 0px 0px 0px;
	border-radius: 8px;
	box-shadow: 0 0 21px #ccc;
	-moz-box-shadow: 0 0 21px #ccc;
	-webkit-box-shadow: 0 0 21px #ccc;
}
.tesimonial_pg .row .box_white:before {
	content:"";
	border-left:3px solid #f9f9f7;
	position: absolute;
	left: 27%;
	height: 100%;
}
.tesimonial_pg .row .box_white .left_clm {
	float: left;
	width: 27%;
	padding: 0px 10px 17px 10px;
	text-align: center;
}
.tesimonial_pg .row .box_white .left_clm .logo_trust {
	float: left;
	width: 100%;
	padding: 50px 0px 10px 0px;
	text-align: center;
}
.tesimonial_pg .row .box_white .left_clm .rating_row {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	font-size: 20px;
	color: #f7c633;
	text-align: center;
}
.tesimonial_pg .row .box_white .left_clm .name {
	float: left;
	width: 100%;
	padding: 10px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.tesimonial_pg .row .box_white .left_clm .name span {
	color: #bd151b;
}
.tesimonial_pg .row .box_white .right_clm {
	float: left;
	width: 73%;
	padding: 45px 30px 26px 40px;
}
.tesimonial_pg .row .box_white .right_clm h1 {
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Serif', serif;
	font-size: 26px;
	color: #000;
	text-align: left;
	font-style: italic;
	font-weight: 400;
	line-height: 35px;
	text-transform: none;
}
.tesimonial_pg .row .box_white .right_clm p {
	margin: 0px;
	padding: 10px 0px;
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	font-weight: 300;
	text-align: left;
}
/*---------------- Download Popup ----------------*/

.down_popup_form {
	float: left;
	width: 100%;
	padding: 0 8%;
	margin-top: 0px;
	margin-bottom: 30px;
}
.down_popup_form h2 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	color: #000000;
	text-align:center;
	font-weight:700;
	font-style: italic;
}
.down_popup_form h1 {
	margin: 0px;
	padding-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.down_popup_form .form-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
}
.down_popup_form .form-control {
	display: inline-block;
	width: 100%;
	height: 60px;
	padding: 10px 20px;
	margin-bottom:10px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #666666;
	font-weight:400;
	background-color: #fff;
	background-image: none;
	border: 2px solid #f1f1f1;
	border-radius: 6px;
	-webkit-box-shadow: none;
}
 .down_popup_form .form-control::-webkit-input-placeholder {
 color: #666666;
}
 .down_popup_form .form-control::-moz-placeholder {
 color: #666666;
}
.down_popup_form .form-group .btn-primary {
	margin: 15px 0px 0px 0px;
	padding: 15px 110px;
	border-radius: 8px;
	background-color: #a12423;
	border: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #FFF;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	-moz-box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
	box-shadow: 0px 0px 20px 5px rgba(214, 214, 212, 1);
	width:100%;
}
.down_popup_form .form-group .btn-primary:hover {
	background: #c8222a;
}
.down_popup_form .form-group .list-menu {
	display: inline-block;
	width: 100%;
	height: 60px;
	padding: 10px 20px;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-transform: none;
	background-color: #fff;
	background-image: none;
	border: 2px solid #f1f1f1;
	border-radius: 6px;
	-webkit-box-shadow: none;
	background: url(../images/red-down-arrow.png) 330px 25px no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: uppercase;
}
.tesimonial_sec .bx-wrapper .bx-prev {
	position: absolute;
	left: -70px;
	top: 50%;
	width: 40px;
	height: 40px;
	background: url(../images/white-pre-arrow.png) no-repeat 0 0px;
	z-index:1;
}
.tesimonial_sec .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.tesimonial_sec .bx-wrapper .bx-next {
	position: absolute;
	right: -70px;
	top: 50%;
	width: 40px;
	height: 40px;
	background: url(../images/white-next-arrow.png) no-repeat 0px 0px;
	z-index:1;
}
.tesimonial_sec .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}
/*--------24-10-2017---------*/

/*---------------- Tax Relief Page ----------------*/

.cate_search2 {
	float: left;
	width: 100%;
	padding: 15px 0px;
	background: #f8f7f5;
	box-shadow:0px 8px 20px 0px rgb(232, 232, 232);
	-moz-box-shadow:0px 8px 20px 0px rgb(232, 232, 232);
	-webkit-box-shadow:0px 8px 20px 0px rgb(232, 232, 232);
	z-index: 1;
	position: relative;
}
.tax_help {
	float: left;
	width: 100%;
	padding-top: 130px;
	background: #f8f7f5;
}
.tax_help h1 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}
.tax_help h1 + h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
}
.tax_help .get_help_steps {
	float: left;
	width: 100%;
	padding: 40px 0px;
}
.tax_help .get_help_steps .row {
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 40px;
	text-align: center;
}
.tax_help .get_help_steps .row .get_help {
	display: inline-block;
	width: 70px;
	height: 70px;
	padding: 9px 15px;
	margin-left: -4px;
	border-radius: 50%;
	border: 4px solid #c82c2a;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #cb2923;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}
.tax_help .get_help_steps .right_bdr {
	position: relative;
	float: left;
	width: 50%;
	clear: left;
	border-right: 4px solid #666666;
}
.tax_help .get_help_steps .right_bdr .red_round {
	position: absolute;
	float: left;
	width: 20px;
	height: 20px;
	right: -12px;
	top: 56px;
}
.tax_help .get_help_steps .right_bdr .red_round img {
	vertical-align: top;
}
.arrow_box3 {
	position: relative;
	background: #FFF;
}
.arrow_box3:after {
	left: 100%;
	top: 48px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF;
	border-width: 18px;
	margin-top: 0px;
}
.tax_help .get_help_steps .left_box {
	float: left;
	width: 90%;
	padding: 40px 43px 35px 40px;
	margin-bottom: 30px;
	background: #FFF;
	border-radius: 6px;
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.2));
}
.tax_help .get_help_steps .left_box .icon_box {
	float: left;
	width: 102px;
}
.tax_help .get_help_steps .left_box .icon_box .icon {
	float: left;
	width: 70px;
}
.tax_help .get_help_steps .left_box .icon_text {
	float: right;
	width: 284px;
}
.tax_help .get_help_steps .left_box h4 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height:24px;
}
.tax_help .get_help_steps .left_box p {
	margin: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	text-align: left;
	line-height: 24px;
}
.tax_help .get_help_steps .left_box a {
	display: inline-block;
	padding-top: 10px;
	font-size: 16px;
	color: #c82c2a;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.tax_help .get_help_steps .left_box a:hover {
	color: #000;
}
.tax_help .get_help_steps .right_bdr2 {
	position: relative;
	float: right;
	width: 50%;
	z-index: 1;
}
.tax_help .get_help_steps .right_bdr2 .red_round2 {
	position: absolute;
	float: left;
	width: 20px;
	height: 20px;
	left: -12px;
	top: 150px;
}
.tax_help .get_help_steps .right_bdr2 .red_round2 img {
	vertical-align: top;
}
.arrow_box4 {
	position: relative;
	background: #FFF;
}
.arrow_box4:after {
	right: 100%;
	top: 112px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFF;
	border-width: 18px;
	margin-top: 0px;
}
.tax_help .get_help_steps .r_box {
	float: right;
	width: 90%;
	padding: 40px 43px 35px 40px;
	margin-top: 30px;
	background: #FFF;
	border-radius: 6px;
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.2));
}
.tax_help .get_help_steps .r_box .icon_box {
	float: left;
	width: 102px;
}
.tax_help .get_help_steps .r_box .icon_box .icon {
	float: left;
	width: 70px;
}
.tax_help .get_help_steps .r_box .icon_text {
	float: right;
	width: 284px;
}
.tax_help .get_help_steps .r_box h4 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
}
.tax_help .get_help_steps .r_box p {
	margin: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	text-align: left;
	line-height: 24px;
}
.tax_help .get_help_steps .r_box a {
	display: inline-block;
	padding-top: 10px;
	font-size: 16px;
	color: #c82c2a;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.tax_help .get_help_steps .r_box a:hover {
	color: #000;
}
.tax_help .get_help_steps .row_btm {
	float: left;
	width: 100%;
	margin: 0px;
	text-align: center;
}
.tax_help .get_help_steps .row_btm .btm_relife {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	padding: 22px 7px;
	margin-left: -3px;
	border-radius: 50%;
	border: 4px solid #34af43;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #34af43;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
.tax_help .get_help_steps .row_btm .btm_relife:before {
    content: "";
    width: 4px;
    height: 100px;
    background-color: #666;
    position: absolute;
    left: calc(50% - 2px);
    bottom: calc(100% - -4px);
}
.tax_help .btm_pic {
	float: left;
	width: 100%;
	height: 630px;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.inr_tax_relif .row .yello_btn {
	display: inline-block;
	width: 100%;
	padding: 15px 0px 15px 0px;
}
.inr_tax_relif .row .yello_btn a {
	display: inline-block;
	padding: 16px 37px;
	background: #f5bb49;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #1d1d20;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.inr_tax_relif .row .yello_btn a:hover {
	background: #dea534;
}
/*---------------- Personal & Business Returns Page ----------------*/

.banner_btm {
	float: left;
	width: 100%;
	padding: 15px 0px;
	background: #f8f7f5;
	box-shadow:0px 8px 20px 0px rgb(232, 232, 232);
	-moz-box-shadow:0px 8px 20px 0px rgb(232, 232, 232);
	-webkit-box-shadow:0px 8px 20px 0px rgb(232, 232, 232);
}
.banner_btm .left_link {
	float: left;
	width: 65%;
	padding-top: 15px;
}
.banner_btm .left_link a {
	display: inline-block;
	padding-right:25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #c82c2a;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 35px;
	text-decoration: none;
}
.banner_btm .left_link a:hover {
	color: #000;
	text-decoration: none;
}
.banner_btm .left_link a.active {
	color: #000;
	text-decoration: none;
}
.banner_btm .right_link {
	float: right;
	width: auto;
	padding: 15px 0px;
}
.banner_btm .right_link a {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #c82c2a;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 35px;
	text-decoration: none;
}
.banner_btm .right_link a:hover {
	color: #000;
	text-decoration: none;
}
.banner_btm .right_link i {
	content: "\f054";
	float: right;
	width: 28px;
	text-align: right;
	font-size: 22px;
	line-height: 35px;
}
.icon_sec {
	float: left;
	width: 100%;
	padding: 130px 0px 90px 0px;
	background: #f8f7f5;
}
.icon_sec .cnt_box {
	display: inline-block;
	width: 100%;
}
.icon_sec .cnt_box .icon_img {
	float: left;
	width: 70px;
}
.icon_sec .cnt_box .icon_text {
	display: inline-block;
	width: 270px;
	padding: 0px 0px 0px 29px;
}
.icon_sec .cnt_box .icon_text h1 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}
.icon_sec .cnt_box .icon_text p {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
}
.ipad_sec {
	float:left;
	width:100%;
	padding:130px 0px 0px 0px;
	background:#1d1d20;
}
.ipad_sec .ipad_pic {
	float:left;
	width:100%;
	padding:0px 70px 0px 19px;
}
.ipad_sec .ipad_pic img {
	width:100%;
}
.ipad_sec .r_cnt_box {
	float:left;
	width:100%;
	padding: 50px 19px 0px 9px;
}
.ipad_sec .r_cnt_box h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
.ipad_sec .r_cnt_box h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #FFF;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
.ipad_sec .r_cnt_box p {
	margin: 0px;
	padding-bottom: 30px;
	font-size: 19px;
	color: #FFF;
	font-weight: 300;
	text-align: left;
	line-height: 30px;
}
.ipad_sec .r_cnt_box .yelw_btn {
	float:left;
	width:100%;
	padding: 20px 0px;
}
.ipad_sec .r_cnt_box .yelw_btn a {
	display: inline-block;
	padding: 16px 37px;
	background: #f5bb49;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #1d1d20;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.ipad_sec .r_cnt_box .yelw_btn a:hover {
	background: #dea534;
}
.imac {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 601px;
	margin: 80px 0px 0px 0px;
}
.imac-big {
	position: absolute;
	display: inline-block;
	width: 970px;
	left: 80px;
	bottom: -120px;
	z-index: 1;
}
.imac-big img {
	width: 100%;
}
/*---------------- Audit Page ----------------*/

.audit_cnt_sec {
	display: inline-block;
	width: 100%;
	padding: 100px 0px 0px 0px;
	background-size: cover;
	background-position: right center;
}
.audit_cnt_sec h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.audit_cnt_sec h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.audit_cnt_sec .pic_row {
	float:left;
	width: 100%;
	padding: 50px 0px 0px 0px;
}
.audit_cnt_sec .pic_row .left_cnt {
	float: left;
	width: 48%;
	padding: 40px 0px 0px 0px;
}
.audit_cnt_sec .pic_row .left_cnt h2 {
	margin: 0px;
	padding-bottom: 25px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	line-height: 36px;
}
.audit_cnt_sec .pic_row .left_cnt p {
	margin: 0px;
	padding-bottom: 30px;
	font-size: 19px;
	color: #666666;
	font-weight: 300;
	text-align: left;
	line-height: 30px;
}
.audit_cnt_sec .right_thumb {
	float: right;
	width: 48%;
}
.audit_cnt_sec .right_thumb img {
	width: 100%;
}
.how_works {
	float: left;
	width: 100%;
	height: 1624px;
	padding: 125px 0px;
	background-size: cover;
	background-position: center center;
}
.how_works h1 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}
.how_works h1 + h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #FFF;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
}
.how_works .steps_row {
	float: left;
	width: 100%;
	padding: 40px 0px;
}
.how_works .steps_row .row {
	float: left;
	width: 100%;
	margin: 0px;
	text-align: center;
}
.how_works .steps_row .row .start {
	display: inline-block;
	width: 70px;
	height: 70px;
	padding: 22px 7px;
	margin-left: -4px;
	border-radius: 50%;
	border: 4px solid #c82c2a;
	box-sizing: border-box;
	background: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #cb2923;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
.how_works .steps_row .right_bdr {
	position: relative;
	float: left;
	width: 50%;
	clear: left;
	border-right: 4px solid #666666;
}
.how_works .steps_row .right_bdr .red_round {
	position: absolute;
	float: left;
	width: 20px;
	height: 20px;
	right: -12px;
	top: 56px;
	z-index: 1;
}
.how_works .steps_row .right_bdr .red_round img {
	vertical-align: top;
}
.arrow_box5 {
	position: relative;
	background: #FFF;
}
.arrow_box5:after {
	left: 100%;
	top: 48px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF;
	border-width: 18px;
	margin-top: 0px;
}
.how_works .steps_row .left_clm {
	float: left;
	width: 90%;
	padding: 40px 43px 35px 40px;
	margin-bottom: 30px;
	background: #FFF;
	border-radius: 6px;
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.2));
}
.how_works .steps_row .left_clm .number {
	display: inline-block;
	margin: 0 0 17px 0;
	padding-bottom: 5px;
	border-bottom: 5px solid #b91820;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bb1820;
	font-weight: 700;
	line-height: normal;
}
.how_works .steps_row .left_clm .number span {
	display: inline-block;
	padding-left: 3px;
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
}
.how_works .steps_row .left_clm .number span b {
	display: block;
	margin-top: -5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}
.how_works .steps_row .left_clm .number_text {
	float: right;
	width: 284px;
}
.how_works .steps_row .left_clm .number_text h4 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
}
.how_works .steps_row .right_bdr2 {
	position: relative;
	float: right;
	width: 50%;
}
.how_works .steps_row .right_bdr2 .red_round2 {
	position: absolute;
	float: left;
	width: 20px;
	height: 20px;
	left: -12px;
	top: 150px;
	z-index: 1;
}
.how_works .steps_row .right_bdr2 .red_round2 img {
	vertical-align: top;
}
.arrow_box6 {
	position: relative;
	background: #FFF;
}
.arrow_box6:after {
	right: 100%;
	top: 112px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFF;
	border-width: 18px;
	margin-top: 0px;
}
.how_works .steps_row .right_bdr2 .right_clm {
	float: right;
	width: 90%;
	padding: 40px 43px 35px 40px;
	margin-top: 30px;
	background: #FFF;
	border-radius: 6px;
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.2));
}
.how_works .steps_row .right_bdr2 .right_clm .number {
	display: inline-block;
	margin: 0 0 17px 0;
	padding-bottom: 5px;
	border-bottom: 5px solid #b91820;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bb1820;
	font-weight: 700;
	line-height: normal;
}
.how_works .steps_row .right_bdr2 .right_clm .number span {
	display: inline-block;
	padding-left: 3px;
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
}
.how_works .steps_row .right_bdr2 .right_clm .number span b {
	display: block;
	margin-top: -5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}
.how_works .steps_row .right_bdr2 .right_clm .number_text {
	float: right;
	width: 284px;
}
.how_works .steps_row .right_bdr2 .right_clm .number_text h4 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
}
.how_works .steps_row .row_btm {
	float: left;
	width: 100%;
	margin: 0px;
	text-align: center;
}
.how_works .steps_row .row_btm .btm_finish {
	display: inline-block;
	width: 70px;
	height: 70px;
	padding: 22px 7px;
	margin-left: -4px;
	border-radius: 50%;
	border: 4px solid #34af43;
	box-sizing: border-box;
	background:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #34af43;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
.how_works .steps_row .btm_text_box {
	float: left;
	width: 100%;
	margin-top: 150px;
	padding: 0% 25% 0% 25%;
}
.how_works .steps_row .btm_text_box h3 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}
.how_works .steps_row .btm_text_box p {
	margin: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #FFF;
	text-align: center;
	font-weight: 300;
	line-height: 30px;
}
/*---------------- Learning Page ----------------*/

.res_service .service_cnt .whitebox_small {
	width: 22%;
	height: 450px;
}
.res_service .service_cnt .whitebox_small .front .info .discription {
	height: 150px;
}
.tips_n_info {
	display: inline-block;
	width: 100%;
	padding: 150px 0px;
}
.tips_n_info .left_side {
	display: inline-block;
	width: 98%;
}
.tips_n_info .left_side h2 {
	margin: 0px;
	padding-bottom: 20px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
.tips_n_info .left_side h1 {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-transform: uppercase;
}
.tips_n_info .left_side p {
	margin: 0px;
	padding-bottom: 50px;
	font-size: 19px;
	color: #333333;
	font-weight: 300;
	line-height: 30px;
	text-align:left;
}
.tips_n_info .left_side ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.tips_n_info .left_side ul li {
	position: relative;
	float:left;
	width:100%;
	padding:5px 0px;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 19px;
	color: #409ee5;
	font-weight:700;
}
.tips_n_info .left_side ul li span {
	position: absolute;
    left: 0;
	font-size: 8px;
	color: #c82c2a;
	line-height:25px;
}
.tips_n_info .left_side ul li a {
	color: #c82c2a;
}
.tips_n_info .right_side {
	float:right;
	width: 98%;
}
.tips_n_info .right_side h2 {
	margin: 0px;
	padding-bottom: 20px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
.tips_n_info .right_side p {
	margin: 0px;
	padding-bottom: 50px;
	font-size: 19px;
	color: #333333;
	font-weight: 300;
	line-height: 30px;
	text-align:left;
}
.tips_n_info .right_side a {
	font-size: 19px;
	color: #c82c2a;
	text-decoration:none;
	font-weight:700;
}
.tips_n_info .right_side a:hover {
	text-decoration:underline;
}
.tips_n_info .btm_pic {
	float:left;
	width: 100%;
	text-align:center;
}
.tips_n_info .btm_pic img {
	width: 100%;
}
.learning-articles {
	display: inline-block;
	width: 100%;
	padding: 130px 0px 50px 0px;
}
.learning-articles h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.learning-articles h1 {
	margin: 0px;
	padding-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #bd151b;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.learning-articles p {
	margin: 0px;
	padding-bottom: 50px;
	font-size: 19px;
	color: #333333;
	font-weight: 300;
	text-align: center;
	line-height: 30px;
}
.learning-articles .article {
	float:left;
	width:95%;
	padding-bottom:60px;
}
.learning-articles .article h2 {
	margin: 0px;
	padding-bottom: 15px;
	font-family: 'Droid Serif', serif;
	font-size: 40px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	min-height:110px;
}
.learning-articles .article p {
	margin: 0px;
	padding-bottom: 15px;
	font-size: 19px;
	color: #666666;
	text-align: left;
	font-weight: 300;
	line-height: 30px;
	text-align: left;
}
.learning-articles .row {
	display: inline-block;
	width: 100%;
	margin:0px;
}
.checkbox-597{width:100%;float:left;}
