@charset "utf-8";
/*
 Theme Name:   MTRT Child Theme
 Description:  Twenty Sixteen child theme 
 Author:       Mahesh chavan
 Author URI:   http://www.pixelchopper.com
 Template:     twentysixteen
*/
@import url("../twentysixteen/style.css");
@import 'https://fonts.googleapis.com/css?family=Lato:400,700,900';
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400,700');
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after{
	height:auto;
}
.col-md-6{
	float:left;
}
*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
body {
	margin: 0;
	padding: 0;
	background:#FFFFFF;
	font-family: "Arimo", sans-serif !important;
}
.ourcontainer {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.site-header {
    padding:0;
}
.site-branding, .site-header-menu, .header-image{
	margin-top:0;
	margin-bottom:0;
}
.primary-menu{
	display:table;
	margin:0 auto !important;
}
.main-navigation a{
	padding:10px 14px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	line-height:14px;
    text-transform: uppercase;
}
.main-navigation .primary-menu > li{
	margin:0 10px;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a{
	font-weight:400;
	background:#2e63fd;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	background: #2e63fd;
	color:#fff;
	text-decoration:none;
}
.menu-item-has-children a::after, .social-navigation a::before, .dropdown-toggle::after, .bypostauthor > article .fn::after, .comment-reply-title small a::before, .pagination .prev::before, .pagination .next::before, .pagination .nav-links::before, .pagination .nav-links::after, .search-submit::before{
	line-height:0.5;
}
nav.main-navigation ul ul{
	background:#393939 !important;
}
.logo{
	padding-left:50px;
}
.logo img{
	max-width:173px;
	width:100%;
}
.main-navigation ul ul li{
	background:#393939 !important;
	border:none !important;
}
.gap {
	margin: 30px 0 0 0;
}
.cell-gap {
	padding: 5% 0;
}
.no-X-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-Y-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.made-gap {
	margin-bottom: 0px;
}
p {
	color: #553f2a;
	font-size: 14px;
	line-height: 150%;
}
a{
	text-decoration:none;
	transition:all 300ms ease-out;
}
a:hover{
	text-decoration:none;
}
/*index css*/
/*top bar starts*/
/*nav starts*/
.main-nav {
	width: 100%;
	background: #393939;
}
  .navbar-brand {font-size: 30px;}
	.navbar-toggle {margin: 13px 15px 13px 0;}
	a {
		font-size: 18px;
		padding-bottom: 20px !important;
		padding-top: 20px !important;
    transition: all 0.3s ease;
	}

.main-nav nav.navbar.shrink {
	min-height: 35px;}
	
  .navbar-brand {font-size: 25px;}
  a {
    font-size: 15px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .navbar-toggle {
    margin: 8px 15px 8px 0;
    padding: 4px 5px;
  }

.main-nav .navbar-default {
	background-color: #3d3f43;
	border-color: transparent;
	text-align: center;
}
.main-nav .navbar {
	border-radius: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.main-nav .navbar-nav {
	width: 100%;
	text-align: center;
}
.main-nav .navbar-nav li {
	float: none;
	display: inline-block;
	padding-left:12px;
	padding-right:12px;
	transition:all 300ms ease-in-out;
	margin:0;
}
.main-nav .navbar-nav li:hover {
	color: #fff;
	background-color: #2e63fd;
}
.main-nav .navbar-default .navbar-nav > li > a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding-top:5px;
	padding-bottom:5px;
	color: #fff;
}
.main-nav .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #2e63fd;
}
.main-nav .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #2e63fd;
}
.main-nav .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #2e63fd;
}
.main-nav .dropdown-menu > li > a:hover,
.main-nav.dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #2e63fd;
  text-decoration: none;
}
.main-nav .dropdown-menu > li > a
 {
  color: #fff;
  text-transform:uppercase;
}
.main-nav .dropdown-menu > li 
 {
	 width:100%;
}
.main-nav .navbar {
    border: 1px solid transparent;
    margin-bottom: 0px;
    min-height: 10px;
    position: relative;
}
.main-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color:#3e3f43;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*top bar ends*/
/*header starts*/
#main_header {
    background: #fff;
    /*box-shadow: 0 0 10px #eee;*/
        border-bottom: 1px solid #eee;
}
header{
	width:100%;
}
header h1{
	padding:0;
	margin:15px 0;
}
.esti{
	margin:42px 25px 0 0;
	width:90%;
	float:none;
	padding:5px;
	background:#f47c0e;
}
.pull-right{
	float:right;
}
.esti button{
	width:100%;
	padding:10px 0;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	border:1px solid #fff;
	color:#fff;
	font-weight:400;
	font-size:13px;
	line-height:13px;
	text-decoration:none;
	transition:all 300ms ease-in-out;
	border-radius:2px;
	background:#f47c0e;
	text-transform:uppercase;
}
.esti button:hover{
	width:100%;
	color:#000;
	text-decoration:none;
	background:#f47c0e;
	box-shadow: 0 0 4px 0 #8e4b0d;
}
.call{
	width:auto;
	margin:45px auto;
	text-align:left;
	display:table;
}
.call h3{
	width:100%;
	margin:0;
	margin-bottom:5px;
	font-family: 'Arimo', sans-serif;
	font-size:31px;
	line-height:23px;
	color:#2e63fd;
	font-weight:700;
}
.call h3 {
    background: rgba(0, 0, 0, 0) url("images/call_icon.png") no-repeat scroll left center;
    display: table;
    margin:0 auto;
    padding:0 0 0 25px;
    width: auto;
}
.call h4 a {
    display: table;
    float: none;
    font-size: 15px;
    line-height: 22px;
    margin: 0 auto;
    padding: 0;
    width: auto;
}
.call h3 a{
	color:#000;
	text-decoration:none;
	    font-size: 25px;
}
.call h3 a:hover{
	color:#f47c0e;
	text-decoration:none;
}
.call h4{
	width:100%;
	margin:0;
	font-size:16px;
	line-height:16px;
	color:#000;
	/*background:url(images/envelope_icon.png) left center no-repeat;*/
	padding:0 0 0 4px;
}
.call h4 a{
	color:#000;
	font-weight:400;
	padding-top: 0px !important;
}
.call h4 a:hover{
	color:#ef7a09;
}
.hdr-right{
	 margin:30px 0 0 0;
	 width:100%;
	 float:left;
	 padding-left:55px;
	     padding-left: 20px;
}
.hdr-right a.cpalogo,
.hdr-right .top_social-icons {
       display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
}
.hdr-right a.cpalogo {
        margin-left: 15px;
}
.hdr-right .top_social-icons {
        margin-right: 0;
}
.top_social-icons {
    /*margin-top: 15px;*/
    text-align: right;
}
.hdr-right .top_social-icons a {
    float: right;
    margin: 0;
}
.top_social-icons img {
    width: 90%;
}
.bxslider{ display:table; margin:0; padding:0; width:100%;}
.bxslider li img, .landingpage_slider li img{
	margin-left:0;
}
.overlay {
     content: "";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: rgba(0,0,0,.3);
}
.slide-item{position:relative;}
section#banner {
    position: relative;
    
}

.banner-content {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
    width: 50%;
    padding-right: 35px;
}
.banner-content h2 {
    min-width: 450px;
    max-width: 450px;
    white-space: normal;
    font-size: 44px;
    line-height: 56px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: Roboto;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    max-height: none;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
/*heading animation start +ve->right -ve->left*/
@keyframes moveInButton {
  0% {
    opacity: 0;
    transform: translateY(-5rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translate(-10rem); }
  80% {
    transform: translate(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translate(10rem); }
  80% {
    transform: translate(-1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translate(0); } }



/*heading animation end*/
.banner-content .short-info {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: "Open Sans";
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 0;
}
.short-title{
    opacity: 0;
    font-size: 32px !important;
    line-height:36px !important;
    margin:20px 0px !important;

}
.banner-slider .slick-slide.slick-current.slick-active .short-title {
    animation: moveInButton 1s linear forwards;
}
.banner-slider .slick-slide.slick-current.slick-active .short-info:nth-child(1) {
    animation: moveInLeft 2s linear forwards;
    animation-delay: 1s;
}
.banner-slider .slick-slide.slick-current.slick-active .short-info:nth-child(3) {
    animation: moveInUp 2s linear forwards;
    animation-delay: 1s;
}
.hero-slider {
    position: absolute !important;
    top: 210px !important;
    left: auto !important;
    right: 90px;
}
form.wpcf7-form 
{
    width: 100%;
    float: right;
    /* margin-right: 28px; */
   max-width: 500px;
    background: rgba(46,99,253,0.85);
    padding: 20px 20px 15px;
    color: #fff;
}
.hero-slide-form h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
form.wpcf7-form input {
        margin-bottom: 5px;
}
form.wpcf7-form select {
    width: 100%;
    height: 35px;
    padding: 3px 5px;
        color: #000;
}
/*__________________________________*/
/*inner pages*/
.subpage_bottom_button_section {
    margin-top: -80px;
        width: 100%;
}
.inorange {
    background: #fff;
}
.inner_button_section {
    max-width: 455px;
    width: 100%;
    text-align: center;
    min-height: 247px;
    margin: 0 auto;
    padding: 40px 35px 0 45px;
    background: url(images/bottom_button.png) no-repeat center center;
}
.inner_button_section p {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 19px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.inner_button_section p a {
    font-size: 13px;
    text-decoration: underline;
    color: #FFFFFF;
    line-height: 19px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.blog_section {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}
.blog_section h2 {
    margin: 0;
    font-size: 22px;
    line-height: 23px;
    padding: 0 0 16px 0;
}
.blog_section h2 a {
    color: #303030;
    text-decoration: none;
    font-size: 22px;
}
.blog_section h2 a:hover {
    text-decoration: underline;
}
.read_more_link {
    margin-bottom: 42px;
    display: table;
    width: 100%;
}
.read_more_link a {
    font-size: 11px;
    text-decoration: none;
    color: #ee7c0c;
    text-transform: uppercase;
    float: left;
    border: 1px solid #ee7c0c;
    background: none;
    padding: 3px 10px !important;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
}
.read_more_link a:hover {
    color: #fff;
    background: #ee7c0c;
    text-decoration: none;
}
.blog_sidebar {
    padding: 0 0 0 0;
}
.recent_post_section {
    padding: 30px 30px 30px 30px;
    background: #f6f5f5;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
}
.blog_sidebar h2 {
    margin: 0;
    padding: 0 0 8px 0;
    font-size: 20px;
    color: #f47c0e;
}
.inner_recent_post ul {
    margin: 0;
    padding: 0;
}
.inner_recent_post ul li {
    list-style: none;
    background: url(images/black_bullets.png) left top 16px no-repeat;
    padding: 10px 0 10px 15px;
    margin: 0;
    font-size: 14px;
    color: #303030;
    border-bottom: 1px dotted #303030;
}
.blog_sidebar ul li a {
    font-size: 14px;
    color: #000;
}
.archives_sidebar {
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
}
.archives_sidebar li {
    margin-bottom: 2px;
    background: #e6e6e6 url(images/arrow_right_orange.png) left 20px top 14px no-repeat;
    padding: 10px 15px 10px 40px;
    font-size: 16px;
    color: #000;
    text-align: left;
    list-style: none;
}
.archives_sidebar li:nth-child(2n+2) {
    background: #f6f6f6 url(images/arrow_right_orange.png) left 20px top 14px no-repeat;
}
.archives_sidebar li a {
    font-size: 14px;
    color: #000;
}
.recent_post_section {
    padding: 30px 30px 30px 30px;
    background: #f6f5f5;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
}
.categories_sidebar li {
    list-style: none;
    background: url(images/black_bullets.png) left top 7px no-repeat;
    padding: 0 15px 15px 15px;
    margin: 6px 0;
    font-size: 14px;
    color: #303030;
    border-bottom: 1px dotted #303030;
}
.recent_post_section li a {
    font-size: 14px;
    color: #000;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
        border-top: none;
        width: 100%;
}
.white_bg_blog h2 {
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    padding: 10px 0 10px;
    width: 100%;
}
.pagination .nav-links {
    padding-right: 106px;
    position: relative;
}
.pagination .page-numbers {
    letter-spacing: inherit;
    line-height: 14px;
    margin: 0;
    font-size: 14px;
    padding: 8px 12px;
    text-transform: uppercase;
    color: #575757;
        display: inline-block;
        font-weight: 700;
}
.nav-links .current {
    text-decoration: none;
    background: #575757;
    color: #fff;
}
/*nav.main-navigation ul {*/
/*    width: 200px;*/
/*}*/
nav.main-navigation ul ul {
    width: 245px !important;
}
nav.main-navigation ul ul li a {
    width: 100% !important;
}
.white-mid p a {
    color: #553f2a;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none;
}
.god-font span.vc-material {
    background: #F3F3F3;
    padding: 15px;
    border-radius: 60px;
}
.god-font span.vc-material:before {
        font-size: 35px;
}
.god-font p {
    font-size: 16px;
}
footer h2,
.checkbox_main_form a:hover,
.checkbox_main_form a {
    color: #fff;
}
.main_agree_terms input[type="submit"] {
    margin-top: 20px;
    margin-bottom: 0;
}
.wpcf7-list-item-label {
    display: none;
}
.disclaimer_section ul {
        list-style: disc;
}
.disclaimer_section li {
    color: #000;
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
}
.disclaimer_section h3 {
    margin: 0 0 0 25px;
    font-style: italic;
    font-size: 11px;
    color: #000;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
}
.disclaimer_section h3 a {
    font-size: 12px;
}
footer {
	background:url(images/footer_bg.png) no-repeat center center/cover;
	border-bottom:4px solid #2e63fd;
}
footer ul li a {
    color: #fff;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_right_logo li {
    display: inline-block;
        vertical-align: top;
}
.footer_right_logo li:last-child {
    margin-right: 0;
}
.footer_menu {
    display: table;
    padding: 50px 0;
    width: 100%;
}
.footer_menu h2 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
.footer_menu ul {
    margin: 0;
    padding: 0;
}
.footer_menu ul li {
    list-style: none;
    width: 90%;
    float: left;
    padding: 5px 0;
    border-bottom: 1px dotted #789bff;
}
.footer_menu ul li a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
}
#mc_embed_signup {
        padding-left: 20px;
            width: 100%!important;
} 
#mc_embed_signup h2 {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: 400 !important;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
}
#mc_embed_signup input.email {
    border: solid 1px #999999;
    width: 67%;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    font-family: 'Roboto', sans-serif;
}
footer form.wpcf7-form {
    background: transparent;
}
.footer_right_main {
    padding: 0 0 20px 0;
}
.footer_right_logo {
    display: table;
    margin-bottom: 10px;
    float: right;
    padding-top: 10px;
}
.foot-R {
    width: 100%;
    margin-top: 20px;
    text-align: right;
}
.foot-R h3 {
    font-size: 15px;
    color: #000000;
    margin-right: 2px;
    line-height: 15px;
}
.foot-R h4 {
    margin: 0;
    padding: 12px 0 2px 0;
}
.foot-R h4 a {
    color: #ee7c0c;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 25px;
}
.foot-R p {
    font-size: 12px;
    color: #000000;
    line-height: 14px;
}
#mc_embed_signup input.email {
    height: 36px;
}
.social_icons_main {
    margin-top: 15px;
}
.sticky_free_tax_button {
    /* display: none; */
    /*position: fixed;*/
    /*right: 0;*/
    /*top: 36%;*/
    /*width: 3%;*/
    /* bottom: -120px; */
    /*left: auto;*/
    /*margin: 0 auto;*/
    /*text-align: center;*/
    /*height: 284px;*/
    /*background-image: url(//goldcoastfreelancer.com.au/demo/mytaxrefundtoday/wp-content/themes/mtrt/images/sticky_button.png);*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*text-indent: -99999px;*/
    /* transform: rotateZ(90deg); */
        position: fixed;
    right: 0;
    top: 50%;
    width: 48px;
    height: 284px;
    background-image: url(images/sticky_button.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -99999px;
    
    
}
.sticky_free_tax_button a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
footer.cus-foo {
    background: #2e63fd;
    border-bottom: 4px solid #2e63fd;
    padding: 40px 0px 60px 0px;
    color: #fff;
}
footer.cus-foo form.wpcf7-form {
    float: left;
    padding-left: 0;
}
footer.cus-foo #mc_embed_signup {
        padding-left: 0;
}
.cus-foo h2 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: 400 !important;
    margin: 15px 0 15px 0;
    text-transform: uppercase;
}
.footer-right-hero ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.footer-right-hero ul li i {
    padding-bottom: 15px!important;
    padding-right: 10px!important;
    color: white;
    position: absolute;
    top: 2px;
    left: 0;
}
.cus-foo, .cus-foo a, .cus-foo p {
    color: #fff !important;
    box-shadow: none;
}
.footer-right-hero-faicon i {
    color: white;
    margin: 10px 10px 10px 0px;
    font-size: 20px;
    border: 1px solid;
    padding-top: 10px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-align: center;
}
body.page.page-id-991 img.ls-bg {
    /*height: 461px;*/
    /*width:inherit;*/
}
body.page.page-id-1026 img.ls-bg {
    /*height: 461px;*/
    /*width:inherit;*/
}
body.page.page-id-5 img.ls-bg {
    /*height: 461px;*/
    /*width:inherit;*/
}
body.page-id-991 .wait.aos-animate span {
    text-transform: none;
}
body.page-id-5 h3.aos-init.aos-animate {
    text-transform: none;
    /*font-weight: bold;*/
}
body.page-id-1026 h3.aos-init.aos-animate {
    text-transform: none;
}
.blog-link.inorange.aos-animate {
    background: #fff;
}
.inorange .why-top h3,
.inorange .why-top h6 a {
     color: #303030 !important;
}
.blog-link.inorange .why-top h3 {
        color: #303030;
            margin: 20px 0 15px;
}
.entry-content a {
        box-shadow: none;
}
@media(max-width: 1200px) {
    /*.main-navigation ul.primary-menu a {*/
    /*        padding: 10px 14px 10px 23px;*/
    /*}*/
    .slide-item img {
    max-width: 100%;
    height: 500px;
    width: 100%;
}
/*.hero-slider {*/
/*    top: 53% !important;*/
/*}*/
    .call h3 a {
            font-size: 19px;
    }
    #main_header .col-md-4.col-sm-4 {
        /*width: 100%;*/
        padding-left: 0;
        float: right;
    }
    /*.hdr-right {*/
    /*          margin: 0px 0 0 !important;*/
    /*}*/
    .hdr-right a {
    float: none !important;
    width: 103px !important;
    display: inline-block !important;
}
    .hdr-right .top_social-icons {
    display: table;
    float: none !important;
    margin-bottom: 10px !important;
    /*width: calc(100% - 246px) !important;*/
    display: inline-block !important;
}
.hdr-right .top_social-icons a {
    float: left !important;
    margin: 0 !important;
    width: auto !important;
        margin-right: 9px !important;
}
    #main_header .col-md-4.col-sm-4,
    #main_header.col-md-2.col-sm-2,
    #main_header .col-md-2.col-sm-2,
    #main_header .col-md-3.col-sm-3 {
        width: 24%;
        display: inline-block;
        vertical-align: middle;
    }
    .hdr-right .leftlogo,
    .hdr-right .cpalogo{
        display: none !important;
    } 
    .top_social-icons {
        width: 100% !important;
    }
    .hdr-right {
            margin: 25px 0 0 !important;
    }
    .vc_row.hero-slider {
    margin-left: 0;
    margin-right: 0;
}
}
@media(max-width: 992px) {}
@media(max-width: 991px)  {
    .howitwork_main .col-md-6.col-sm-6.col-xs-12 {
            width: 100% !important;
    }
    .slide-item img {
    height: auto;}
    #main_header .col-md-4.col-sm-4 {
        width: 100%;
        padding-left: 0;
    }
/*    .hdr-right {*/
/*              margin: 0px 0 0 !important;*/
/*    }*/
/*    .hdr-right a {*/
/*    float: none !important;*/
/*    width: 103px !important;*/
/*    display: inline-block !important;*/
/*}*/
/*    .hdr-right .top_social-icons {*/
/*    display: table;*/
/*    float: none !important;*/
/*    margin-bottom: 10px !important;*/
/*    width: calc(100% - 246px) !important;*/
/*    display: inline-block !important;*/
/*}*/
/*.hdr-right .top_social-icons a {*/
/*    float: left !important;*/
/*    margin: 0 !important;*/
/*    width: auto !important;*/
/*        margin-right: 10px !important;*/
/*}*/
.hdr-right .top_social-icons a {
        width: 39px!important;
}
 
    #main_header .col-md-4.col-sm-4,
    #main_header.col-md-2.col-sm-2,
    #main_header .col-md-2.col-sm-2,
    #main_header .col-md-3.col-sm-3 {
        width: 24%;
        display: inline-block;
    vertical-align: middle;
    }
    section#banner {
    position: relative;
    overflow: hidden;
    /*height: 361px;*/
}
.hero-slider {
    position: inherit!important;
    top: 35% !important;
    left: auto !important;
    right: 50px;
    width: 100% !important;
}
form.wpcf7-form {
        width: 100%;
        max-width: 100%;
}
.main-navigation a {
    padding: 10px 0px;
}
/*.vc_column_container .vc_inner .vc_col-sm-3,*/
/*.vc_column_container .vc_inner .vc_col-sm-9 {*/
/*    display: block !important;*/
/*    width: 100%;*/
/*}*/
.vc_custom_1552988027760 .wpb_column.vc_column_container.vc_col-sm-3,
.vc_custom_1552988013279 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 100%;
}
footer .col-md-5.col-sm-5.col-xs-12,
footer .col-md-7.col-sm-7.col-xs-12 {
    width: 100%;
}
footer form.wpcf7-form,
#mc_embed_signup {
    padding-left: 0;
}
.footer_right_logo {
    float: left;
        width: 100%;
}
.foot-R {
     text-align: left !important;
}
footer {
    background: #2e63fd !important;
}
.foot-R p a,
.foot-R h3,
#mc_embed_signup h2 {
    color: #fff !important;
}
.main-navigation ul ul li a {
    padding-left: 15px;
}
}
@media(max-width: 768px) {}
@media(max-width: 767px) {
/*    #main_header.col-md-2.col-sm-2, #main_header .col-md-2.col-sm-2, #main_header .col-md-3.col-sm-3 {*/
/*   width: 32%;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    float: none;*/
/*}*/

  [data-aos^=fade][data-aos^=fade] {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
       opacity: 1 !important;
    }
.esti {
        margin: 10px 25px 0 0;
}
.foot-R,
.footer_right_logo ul {
    text-align: center!important;
}
.hdr-right {
        padding-left: 15px !important;
}
.banner-content h2 {
        font-size: 35px !important;
            line-height: 40px !important;
}
.steps .st-box1,
.steps .st-box3,
.steps .st-box2 {
        width: 50% !important;
}
}
@media(max-width: 760px) {
         .esti {
    display: none !important;
}
.sticky_free_tax_button {
    top: auto;
    bottom: -120px;
    width: 100%;
    left: auto;
    margin: 0 auto;
    text-align: center;
    height: 284px;
    transform: rotateZ(90deg);
        z-index: 0;
       
}
.sticky_free_tax_button {
    display: block;
}
#main_header .col-md-4.col-sm-4, #main_header.col-md-2.col-sm-2, #main_header .col-md-2.col-sm-2, #main_header .col-md-3.col-sm-3 {
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#main_header .col-md-3:nth-child(2).col-sm-3:nth-child(2) {
    display: none!important;
}
.logo {
    padding:0 !important;
}
.logo img {
        width: 130px;
}
.hdr-right .top_social-icons,
.hdr-right {
    margin: 0px 0 0 !important;
}
.call h4 a {
    margin-left: 0;
    width: 100%;
        text-align: center;
}
.hdr-right img {
    height: auto !important;
}
.steps .st-box1,
.steps .st-box3,
.steps .st-box2 {
    width: 80% !important;
}
.bottombar p {
    padding: 15px 0 55px 0 !important;
}
}
@media(max-width: 615px)  {
    .hdr-right .top_social-icons a {
    width: 100% !important;
    display: block;
}
.top_social-icons img {
    width: auto;
}
.hdr-right {
    position: relative;
     width: 100% !important;
}
.hdr-right .leftlogo, .hdr-right .cpalogo,
.hdr-right .top_social-icons {
  margin: 0px 0 0 !important;
    position: absolute;
    z-index: 1;
       top: -125px;
    padding: 0;
    left: auto;
    right: 0px;
    /* line-height: 10; */
    display: inline-block !important;
    vertical-align: baseline;
    text-align: right;
}
.hdr-right .leftlogo img, .hdr-right .cpalogo img {
        width: 75px;
}
.hdr-right .cpalogo {
         left: 3px;
    top: -110px;
    text-align: left;
}
.hdr-right .top_social-icons  {
    display: none !important;
}
.hdr-right .top_social-icons a {
   margin: 0px 0 0 !important;
        padding: 0 !important;
}
#main_header .col-md-4.col-sm-4, #main_header.col-md-2.col-sm-2, #main_header .col-md-2.col-sm-2, #main_header .col-md-3.col-sm-3 {
     width: 100%;
}
.call {
    margin: 0px 0 !important;
}
.banner-content h2 {
    font-size: 22px !important;
    line-height: 26px !important;
    margin: 4px 0 !important;
    
}
form.wpcf7-form {
        padding: 20px 10px 15px;
}
.banner-content {
        width: 90%;
    padding-right: 10px;
}
}
@media(max-width: 567px) {
    /*#main_header.col-md-2.col-sm-2, #main_header .col-md-2.col-sm-2, #main_header .col-md-3.col-sm-3 {*/
    /*        width: 100%;*/
    /*}*/
        .esti {
    display: none !important;
}
.sticky_free_tax_button {
    display:none;
}
.vc_custom_1552988027760 .wpb_column.vc_column_container.vc_col-sm-3, .vc_custom_1552988013279 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 100% ;
}
.hdr-right .top_social-icons {
    width: auto !important;
}
#main_header .col-md-4.col-sm-4, #main_header.col-md-2.col-sm-2, #main_header .col-md-2.col-sm-2, #main_header .col-md-3.col-sm-3 {
        padding-left: 0;
            padding-right: 0;
}
.home .wpb_content_element,
.home .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
    text-align: center !important;
    /*margin-bottom: 0px;*/
}

.home .vc_row-fluid.vc_row-o-content-middle.vc_row-flex {
    background: #f1f1f13d;
   }
    .home .vc_row-fluid.vc_row-o-content-middle.vc_row-flex.animated {
    background: transparent
}
.banner-content .short-info {
        font-size: 13px;
    line-height: 15px;
}
}

@media(max-width: 480px) {
.footer_right_logo li {
        width: 22% !important ;
    }
    .footer_right_main {
    padding: 0px 0 !important ;
}
#mc_embed_signup {
    display: flex;
}
#mc_embed_signup input.email {
    height: 36px;
    width: 100%;
}
.inner_testimonial_main {
        padding: 0px 0 !important;
}
.orange-sec h2 {
    font-size: 35px !important;
}
.hdr-right {
    width: 10% !important;
        width: 100% !important;
    float: right !important;
}
.banner-content {
        /*top: 30%!important;*/
}
.banner-content p,
.banner-content h2 {
    min-width: 300px !important;
}
.bottombar p {
    padding: 15px 0 55px 0 !important;
}
.inde-vdo iframe {
    height: auto !important;
}
.banner-content h2 {
    font-size: 15px !important;
}
.banner-content {
        left: 20px;
}
.blog-link.inorange .why-top h3 {
    margin: 0px 0 0px;
}
}

@media (min-width: 1367px){
.hero-slider {
    top: 30% !important;
}
.banner-content {
    width: 100%;
    padding-right: 0;
}
}
/*header ends*/
/*banner starts*/
/*.banner{
	width:100%;
}
.banner-l{
	width:100%;
	max-height:534px;
}
.banner-l img{
	width:100%;
}
.banner-R{
	width:100%;
	background:#2e63fd;
	padding:35px 45px;
	height:534px;
}
.banner-R h3{
	margin:0;
	margin-bottom:20px;
	font-family: 'Arimo-Bold';
	font-size:28px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.ban-F{
	width:100%;
	background:#fff;
	padding:8px;
}
.ban-F label {
    font-family: "Arimo",sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}
.ban-F label span {
    color: #2e63fd;
    font-family: "Arimo",sans-serif !important;
    font-size: 12px;
    margin-left: 2px;
}
.ban-F input.form-control, .ban-F select.form-control {
    background-color: #f1f1f1;
    background-image: none;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    color: #000;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.ban-F select.form-control {
	text-transform:capitalize;
	color:#000;
}
.ban-F .form-group {
    margin-bottom: 10px;
}
.ban-F .checkbox-inline + .checkbox-inline, .ban-F .radio-inline + .radio-inline {
	text-transform:capitalize;
}
.ban-F .checkbox-inline + .checkbox-inline span, .ban-F .radio-inline + .radio-inline span {
	text-transform:none;
	color:#2e63fd;
}
.ban-F .checkbox-inline + .checkbox-inline span a, .ban-F .radio-inline + .radio-inline span a {
	text-transform:none;
	color:#2e63fd;
	font-weight:bold;
}
.ban-F .checkbox-inline + .checkbox-inline span a:hover, .ban-F .radio-inline + .radio-inline span a:hover {
	text-transform:none;
	color:#000;
	font-weight:bold;
}
.ban-F textarea.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    color: #666;
    display: block;
    font-size: 14px;
    height: 100px;
    line-height: 1.42857;
    padding: 8px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.ban-F button.submit-1 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b7b7b7;
    border-radius: 0;
    color: #000;
    font-family: "Arimo-Bold";
    font-size: 13px;
    letter-spacing: 1px;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 300ms ease-out 0s;
}
.ban-F button.submit-1:hover {
    background: #2e63fd none repeat scroll 0 0;
    border: 1px solid #2e63fd;
    color: #fff;
    text-decoration: none;
}
.ban-F .form-control::-moz-placeholder {
    color: #000;
	font-size:14px;
	text-transform:capitalize;
    opacity: 1;
}
.ban-F .form-control::-moz-placeholder {
    color: #000;
		font-size:14px;
	text-transform:capitalize;
    opacity: 1;
}
.ban-F .form-control::-moz-placeholder {
    color: #000;
	text-transform:capitalize;
		font-size:14px;
    opacity: 1;
}
.ban-F .form-control::-webkit-placeholder {
    color: #000;
	text-transform:capitalize;
		font-size:14px;
    opacity: 1;
}*/
.slider{
	position:relative;
	display:table;
	width:100%;
	background:#2e63fd;
}
.slider_form_section{
	display:table;
}
.slider_text {
    height: 100%;
    max-width: 420px;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 40px;
    width: 100%;
    z-index: 999;
}
.slider_text h2 {
    color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.slider_text h2 span {
    clear: both;
    color: #000000;
    float: left;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 34px;
    font-weight: 300;
    padding-bottom: 6px;
    padding-top: 10px;
    text-transform:none;
    width: 100%;
}
.slider_text p{
	margin:5px 0 0 0;
	padding:0;
	color:#000000;
    font-size: 35px;
	font-weight:400;
	line-height:35px;
	/*text-transform:uppercase;*/
    font-family: "Roboto Condensed",sans-serif;
}
.banner-R{
	width:100%;
	max-width:560px;
	background:#2e63fd;
	padding:15px 35px 0 35px;
	height:100%;
	float:right;
}
.banner-R h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
    font-family: "Arimo",sans-serif !important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}
.wpcf7-form-control-wrap {
    position: relative;
    /*display: table;*/
    width: 100%;
}
.ban-F {
    width: 100%;
    background: #fff;
    padding: 15px 0 5px 0;
    display: table;
}
.ban-F label {
    font-family: "Arimo",sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}
.ban-F label span {
    color: #2e63fd;
    font-family: "Arimo",sans-serif !important;
    font-size: 12px;
    margin-left: 2px;
}
.ban-F input.form-control, .ban-F select.form-control {
    background-color: #f1f1f1;
    background-image: none;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    color: #000;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.ban-F select.form-control {
	text-transform:capitalize;
	color:#000;
}
.ban-F .form-group {
    margin-bottom: 10px;
}
.ban-F .checkbox-inline + .checkbox-inline, .ban-F .radio-inline + .radio-inline {
	text-transform:capitalize;
}
.ban-F .checkbox-inline + .checkbox-inline span, .ban-F .radio-inline + .radio-inline span {
	text-transform:none;
	color:#2e63fd;
}
.ban-F .checkbox-inline + .checkbox-inline span a, .ban-F .radio-inline + .radio-inline span a {
	text-transform:none;
	color:#2e63fd;
	font-weight:bold;
}
.ban-F .checkbox-inline + .checkbox-inline span a:hover, .ban-F .radio-inline + .radio-inline span a:hover {
	text-transform:none;
	color:#000;
	font-weight:bold;
}
.ban-F textarea.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    color: #666;
    display: block;
    font-size: 14px;
    height: 100px;
    line-height: 1.42857;
    padding: 8px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.ban-F button.submit-1 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b7b7b7;
    border-radius: 0;
    color: #000;
    font-family: "Arimo-Bold";
    font-size: 13px;
    letter-spacing: 1px;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 300ms ease-out 0s;
}
.ban-F button.submit-1:hover {
    background: #2e63fd none repeat scroll 0 0;
    border: 1px solid #2e63fd;
    color: #fff;
    text-decoration: none;
}
.ban-F .form-control::-moz-placeholder {
    color: #000;
	font-size:14px;
	text-transform:capitalize;
    opacity: 1;
}
.ban-F .form-control::-moz-placeholder {
    color: #000;
		font-size:14px;
	text-transform:capitalize;
    opacity: 1;
}
.ban-F .form-control::-moz-placeholder {
    color: #000;
	text-transform:capitalize;
		font-size:14px;
    opacity: 1;
}
.ban-F .form-control::-webkit-placeholder {
    color: #000;
	text-transform:capitalize;
		font-size:14px;
    opacity: 1;
}
/*banner ends*/
/*Get starts*/
.get{
	margin:50px 0;
	display:table;
	width:100%;
}
.get h3{
	margin:0;
	margin-bottom:30px;
	font-size:35px;
	color:#000;
	font-weight:300;
	width:100%;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}
.get-bottom{
	width:70%;
	margin:0 auto;
	padding:25px;
}
.get-bottom ul{
	margin:0;
	padding:0;
	list-style:none;
}
.get-bottom ul li{
	margin-bottom:10px;
	background:#e6e6e6 url(images/arrow_right_orange.png) left 20px top 18px no-repeat;
	padding:14px 15px 14px 40px;
	font-size:16px;
	color:#000;
	text-align:left;
}
.get-bottom ul li:nth-child(2n+2){
	background:#f6f6f6 url(images/arrow_right_orange.png) left 20px top 18px no-repeat;
}
.get-bottom ul li a{
	font-size:13.5px;
	color:#000;
	text-transform:uppercase;
	color:#f47c0e;
	font-weight:700;
}
/*Get Ends*/
/*wait2 starts*/
.wait{
	background:#373737;
	text-align:center;
	padding:80px 0;
	height:278px;
}
.wait h4{
	margin:0;
	margin-bottom:18px;
	font-weight:700;
    font-family: "Arimo",sans-serif !important;
	font-size:25px;
	color:#fff;
	text-align:center;
}
.wait h3{
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:28px;
	line-height:120%;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}
.wait-R{
	background:#373737 url(images/ch-bg.jpg) no-repeat top;
	background-size:100%;
	text-align:center;
	height:278px;
	padding:80px 0;
}
.wait-R h4{
	margin:0;
	margin-bottom:15px;
	font-weight:700;
    font-family: "Arimo",sans-serif !important;
	font-size:28px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}	
.wait-R button.click {
    background-color:transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
	font-weight:700;
    font-family: "Arimo",sans-serif !important;
    font-size: 11px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	margin:0 auto;
    transition: all 300ms ease-out 0s;
}
.wait-R button.click:hover {
    background: #2e63fd none repeat scroll 0 0;
    border: 1px solid #2e63fd;
    color: #fff;
    text-decoration: none;
}
/*wait2 ends*/
/*steps starts*/
.steps{
	width:100%;
	margin-top:30px;
	color:#000;
	float:left;
	clear:both;
}
.steps .st-box1{
	width:80%;
	margin:0 auto;
	background:url(images/st-1.jpg) no-repeat top;
	min-height:377px;
	color:#000;
	    opacity: 1 !important;
}
.steps .st-box2{
	width:80%;
	margin:0 auto;
	background:url(images/st-2.jpg) no-repeat top;
	min-height:377px;
	color:#000;
	    opacity: 1 !important;
}
.steps .st-box3{
	width:80%;
	margin:0 auto;
	background:url(images/st-3.jpg) no-repeat top;
	min-height:377px;
	color:#000;
	    opacity: 1 !important;
}
.steps p{
	color:#000;
	padding:150px 33px 0 40px;
	height:288px;
	text-align:center;
}
.steps .here_link{
	color:#2e63fd !important;
	text-align:left;
}
.steps here_link:hover{
	text-decoration:none;
	color:#2e63fd;
}
.steps a{
	color:#000000;
}
.steps h5{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
    font-size: 14px;
    margin:0;
	margin-top:25px;
    text-align: center;
	text-transform:uppercase;
}
.steps h5 a, .steps h5 a:hover{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}
.steps h3{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
    font-size: 30px;
    margin: 0 0 50px;
    text-align: center;
	text-transform:uppercase;
}
/*steps ends*/
/*shed-box starts*/
	.shed-box{
		background:#fff;
		margin:50px 0;
		border:1px solid #eaeaea;
		box-shadow: inset 0 0 25px -3px #eaeaea;
		-moz-box-shadow: inset 0 0 25px -3px #eaeaea;
		-webkit-box-shadow: inset 0 0 25px -3px #eaeaea;
	}
		.shed-box-L{
		width:100%;
		padding:50px 0 50px 50px;
		font-size:16px;
	}
			.shed-box-L p{
		font-size:16px;
	}
			.shed-box-L p span{
				color:#553f2a;
	}
		.shed-box-L p span a{
				color:#553f2a;
	}
		.shed-box-L p span a:hover{
				color:#553f2a;
	}
.shed-R{
	width:90%;
	margin:0 auto;
	background:url(images/add-shed.png) no-repeat center center;
	text-align:center;
	min-height:255px;
	margin-top:25px;
	padding:55px 35px 0 33px;
}
.shed-R h4{
	margin:0 auto;
	font-size:24px;
	color: #000;
	font-family: 'Roboto', sans-serif !important;
	font-weight:400;
	line-height:120%;
    text-align: center;
}
.shed-R h4 a{
	color: #000;
}
.shed-R h4 a:hover{
	color: #ac6300;
}
/*shed-box ends*/
/*inde-vdo starts*/
.inde-vdo{
	padding:70px 0;
	background:#f7f7f7;
}
.inde-vdo iframe{
	width:100%;
    height: 342px;
}
.inde-vdo-R{
	padding-left:80px;
}
.inde-vdo h3{
	color:#2e63fd;
	font-size:55px;
	margin:15px 0 20px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	line-height:120%;
	text-transform:uppercase;
}
.inde-vdo h5{
	color:#000;
	font-size:25px;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:120%;
}
.inde-vdo h6{
	color:#2e63fd;
	font-size:12px;
	width:70%;
	margin:0;
	margin-top:20px;
	border-top:1px solid #c1c1c1;
	padding:15px 0;
	letter-spacing:6px;
	border-bottom:1px solid #c1c1c1;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:140%;
	-webkit-box-shadow: 0px 15px 6px -12px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 15px 6px -12px rgba(0,0,0,0.23);
	box-shadow: 0px 15px 6px -12px rgba(0,0,0,0.23);
	text-align:center;
}
.inde-vdo h6 a{
	color:#2e63fd;
}
.inde-vdo h6 a:hover{
	text-decoration:none;
	color:#ee7c0c;
}
/*inde-vdo ends*/
/*orange strip starts*/
.orange-sec{
	width:100%;
	background:#ee7c0c;
	
}
.orange-sec h2{
	color:#fff;
	font-size:40px;
	margin:0;
	padding:40px 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	line-height:26px;
	text-transform:uppercase;
}
.orange-sec p{
	color:#fff;
	font-size:14px;
	line-height:18px;
}
.orange-sec p a{
	color:#fff;
}
.upfront_content{
	padding:30px 0;
}
/*orange strip ends*/
/*home testi strats*/
.home-testi{
	width:100%;
	background:#f9f9f9 ;
	padding:50px 0 30px;
	
}
.testi-mid{
	background:url(images/testi-bg.png) no-repeat center top 50px;
}
.testi-mid h3{
	text-align:center;
	margin:0;
	margin-bottom:40px;
}
.testi-mid h5{
	text-align:center;
	margin:0;
	font-size:18px;
	text-align:center;
	color:#000;
    font-family: "Roboto-Regular";
	margin-top:40px;
}
.testi-mid h5 span{
	color:#9e9e9e;
    font-family: "Roboto-Light";
}
.testi-mid p{
	font-family: 'RobotoCondensed-Italic';
	text-align:center;
	font-size:16px;
}
.testi-mid #quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
.testi-mid #quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
.testi-mid #quote-carousel .carousel-control.left {
    left: -60px;
}
.testi-mid #quote-carousel .carousel-control.right {
    right: -60px;
}
.testi-mid #quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
.testi-mid #quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
.testi-mid #quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.testi-mid .carousel-inner {
    min-height: 200px;
}
.testi-mid .item blockquote {
    border-left: none;
    margin: 0;
}
/*home testi ends*/
/*footer starts*/
footer{
	padding:0 0;
}
ul.f-ul{
	margin:0px;
	padding:0;
	list-style:none;
}
ul.f-ul li{
	font-size:12px;
	color:#000;
	width:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	margin-bottom:6px;
	line-height:16px;
}
ul.f-ul li a{
	color:#000;
	margin-left:0;
}
ul.f-ul li a:hover, ul.f-ul li a:focus, ul.f-ul li a:active{
	color:#ee7c0c;
	margin-left:5px;
}
.foot-R{
	width:100%;
	margin-top:20px;
	text-align:right;
}
.foot-R p{
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.foot-R p a{
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.foot-R p a:hover{
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
footer .ss-2 {
    margin-top: 0;
}
footer .ss-2 ul {
    margin-top: 20px;
}
footer .ss-2 ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    margin-right: 10px;
}
footer .ss-2 .social-circle a {
    background-color:transparent;
    margin: 0;
    padding-top: 5px;
}
footer .ss-2 .social-circle li a {
    border-radius: 50%;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 35px;
    position: relative;
	border:1px dotted #e0e0e0;
    text-align: center;
    width: 35px;
}
.social-network a.icoRss:hover {
    background-color: #2e63fd;
}
.social-network a.icoFacebook:hover {
    background-color: #2e63fd;
}
.social-network a.icoPrest:hover {
    background-color: #2e63fd;
}
.social-network a.icoTwitter:hover {
    background-color: #2e63fd;
}
.social-network a.icoGoogle:hover {
    background-color: #2e63fd;
}
.social-network a.icoVimeo:hover {
    background-color: #2e63fd;
}
.social-network a.icoLinkedin:hover {
    background-color: #2e63fd;
}
.social-network a.icoSkype:hover {
    background-color: #2e63fd;
}
.social-network a.icoInsta:hover {
    background-color: #3b5998;
}
.social-network a.icoytube:hover {
    background-color: #3b5998;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoytube:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoPrest:hover i, .social-network a.icoInsta:hover i, .social-network a.icoSkype:hover i {
    color: #fff;
}
a.socialIcon:hover, .top-bar .socialHoverClass {
    color: #44bcdd;
}
.social-circle li i {
    line-height: 25px;
    margin: 0;
    text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
    transform: rotate(360deg);
    transition: all 0.2s ease 0s;
}
.social-circle i {
    color: #324651;
    transition: all 0.8s ease 0s;
}
/*footer ends*/
/*bottombar starts*/
.bottombar{
	width:100%;
	background:#000;
	position:relative;
	float:left;
}
.back-to-top {
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
}
   #top {
    bottom: 20px;
    cursor: pointer;
    display: none;
    padding: 5px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 0.7s ease 0s;
    z-index: 999;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#top img {
    max-width: 31px;
    width: 100%;
}
.bottombar p{
	padding:0 0 0 0;
	margin-bottom:0;
	font-size:12px;
	text-align:center;
	color:#787878;
}
.bottombar title{
	display:none;
}
.bottombar p a, .bottombar p a:hover{
	color:#2e63fd;
}
.bottombar{
	padding:15px 0;
}
/*bottombar ends*/
/*inner css starts*/
.inorange{
	padding-bottom:0;
	background:#fff;
}
.inorange.aos-animate {
    	/*background:#f47c0e;*/
}
.inorange .why-top{
	padding:30px 0 20px;
	display:table;
	width:100%;
}
.inorange .why-top h3{
	color: #fff;
	    color: #303030;
	font-family: 'Roboto', sans-serif;
    font-size: 28px;
	font-weight:300;
    margin:20px 0 0;
    text-align: center;
}
.inorange .why-top h6{
  border-bottom: 1px solid #f29941;
    border-top: 1px solid #f29941;
    color: #fff;
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    letter-spacing: 5px;
    line-height: 140%;
    padding: 15px 0 15px 5px;
    text-transform: uppercase;
	text-align:center;
    width: 90%;
}
.inorange .why-top h6 a{
    color: #fff;
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 5px;
	text-decoration:underline;
    text-transform: uppercase;
	text-align:center;
}
.inorange .why-top h6 a:hover{
	text-decoration:none;
}
/* mid white sec starts*/
.white-mid{
	background:#fff;
	padding:40px 40px 160px 40px;
	display:table;
	width:100%;
}
.white-mid.removebtm_space{
	padding:70px 40px;
	text-align:center;
}
.white-mid p a.or{
	color:#ee7c0c;
	text-transform:uppercase;
}
.white-mid .banner-R {
    background: #2e63fd none repeat scroll 0 0;
    height: auto;
    padding: 35px 45px;
	margin:0 auto;
	box-shadow: 0 0 3px 1px #000;
    width: 60%;
}
.soon{
	margin:5% auto;
	width:20%;
	text-align:center;
}
.soon img{
	margin:0 auto;
}
	
.white-mid .banner-R .ban-F input.form-control, .white-mid .banner-R .ban-F select.form-control {
    background-color: #f1f1f1;
    background-image: none;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    color: #000;
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.white-mid p a.or:hover{
	color:#000;
}
.white-mid .panel-group .panel {
    border-radius: 0px;
    margin-bottom: 15px;
}
.white-mid .panel-title {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color:#ee7c0c ;
}
.white-mid ol li{
	margin-bottom:15px;
}
.white-mid .panel-default > .panel-heading {
    background-color: #f7f7f7 ;
    border-color: #f7f7f7;
	padding:15px 10px;
    color: #333;
}
.get_refund_section .all-header{
	color: #000;
	font-family: 'Roboto', sans-serif;
    font-size:30px;
	margin:0;
	padding-left:15px;
	font-weight:400;
	margin-bottom:10px;
}
h2.all-header{
	color: #000;
	font-family: 'Roboto', sans-serif;
    font-size:30px;
	margin:0;
	font-weight:400;
	margin-bottom:20px;
}
h4.all-header{
	color: #000;
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
	margin:0;
	font-weight:400;
	margin-bottom:15px;
}
h4.all-header span{
	font-size:14px;
}
h4.all-header.margintop{
	margin-top:-39px;
}
.bor {
    background: #f47c0e none repeat scroll 0 0;
    height: 2px;
    margin-bottom: 30px;
    width: 50px;
}
ul.con-UL{
	margin:0;
	padding:0;
	list-style:none;
}
ul.con-UL li{
	list-style:none;
	margin-bottom:10px;
	font-size:16px;
	color:#666;
}
ul.con-UL li a{
	color:#666;
}
ul.con-UL li a:hover{
	color:#ee7c0c;
}
ul.con-UL li i{
	margin-right:20px;
	color:#2e63fd;
	font-size:25px;
}
.conmap{
	width:100%;
	border:2px solid #cccaca;
	padding:5px;
}
	
/*why us starts*/
ul.ab-ul{
	margin:0;
	padding:0;
	list-style:none;
}
ul.ab-ul li{
	margin-bottom:10px;
	background:url(images/list_bullets_other_page.png) no-repeat left top 6px ;
	padding-left:18px;
	font-size:14px;
	color:#000;
}
.acc_content ul{
	margin:0;
	padding:0;
}
.acc_content ul li{
	margin-bottom:10px;
	background:url(images/list_bullets_other_page.png) no-repeat left top 6px ;
	padding-left:18px;
	min-height:25px;
	list-style:none;
	font-size:14px;
	color:#000;
}
ul.ab-ul li a{
	font-size:14px;
	color:#000;
}
/*why us ends*/
/* mid white sec ends*/
.in-how{
	width:100%;
	padding:50px 0;
	background:#f7f7f7;
}
.in-how h3{
	color: #2e63fd;
	font-family: 'Roboto', sans-serif;
    font-size: 50px;
	font-weight:700;
    line-height: 120%;
    margin:0;
    text-transform: uppercase;
}
.in-how h4{
 	color: #2d2d2d;
	font-family: 'Roboto', sans-serif;
    font-size: 25px;
	font-weight:700;
    line-height: 120%;
    margin:0;
    text-transform: uppercase;
}
.in-how h5{
 	color: #2d2d2d;
	font-family: 'Roboto', sans-serif;
    font-size: 22px;
	font-weight:400;
    line-height: 120%;
    margin:10px 0 20px 0;
}
.in-how iframe{
	width:100%;
}
.in-how .form-wrap{
	width:90%;
	margin:0 auto;
	padding:10px;
	border:1px solid #929292;
	background:#fff;
}
.in-how .form-wrap h4{
 	color: #000;
	font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 120%;
    margin:0;
	margin-bottom:4px;
	text-align:center;
}
.get_refund_section .form-wrap h4{
 	color: #000;
	font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 120%;
    margin:0;
	margin-bottom:4px;
	text-align:center;
}
.get_refund_section .form-wrap{
	width:100%;
	margin:0 auto;
	padding:0;
	background:#fff;
	float:left;
}
table th.f-H{
	background:#2e63fd;
	padding:10px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
}
.get_refund_main_section{
	width:100%;
	float:left;
	clear:both;
}
.howitwork_main{
	float:left;
	width:100%;
	clear:both;
}
.pay_upfront{
	width:100%;
	float:left;
	clear:both;
}
.testimonial_main{
	width:100%;
	float:left;
	clear:both;
}
footer{
	width:100%;
	float:left;
	clear:both;
}
.get .col-sm-6{
	float:left;
}
.bxcarasoul{
	display:table;
	width:100%;
}
.testimonial_main{
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 50px 0 30px;
    width: 100%;
	text-align:center;
}
.testimonial_main ul li{
	left:-19px;
}
/*.inner_testimonial{*/
/*	margin-left:-38px;*/
/*}*/
.inner_testimonial_main{
	background:url(images/testi-bg.png) no-repeat center top 0;
	padding:50px 0;
}
.testimonial_main p {
    font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
	font-weight:400;
	font-style:italic;
}
.testimonial_main h5 {
    color: #000;
    font-size: 18px;
	font-family: 'Roboto', sans-serif;
    margin: 40px 0 0;
    text-align: center;
	line-height:18px;
}
.testimonial_main h3{
	margin:0;
	padding:0;
}
.testimonial_main h6{
    color: #9e9e9e;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:18px;
}
.smk_accordion .accordion_in{
	border:1px solid #ddd !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom:15px;
	margin:0;
	width:100%;
	margin-bottom:15px;
	float:left;
}
.faq_image{
	float:right;
	width:49%;
	margin-bottom:18px;
}
.acc_content{
	padding:15px !important;
	font-size:14px;
	line-height:15px;
	color:#000000;
	background:none !important;
	border-radius:0px !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-top:1px solid #ddd !important;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head{
	background:#f7f7f7 !important;
	padding:15px 10px !important;
	font-size:16px;
	color:#575757;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}
.smk_accordion .accordion_in:last-of-type, .smk_accordion .accordion_in:last-of-type .acc_content{
	border-radius:0px !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
}
.smk_accordion .accordion_in:first-of-type, .smk_accordion .accordion_in:first-of-type .acc_head{
	border-radius:0px !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
}
.slider_form_section input{
    background-color: #f1f1f1;
    background-image: none;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    color: #000;
	margin-bottom:10px;
    display: block;
    font-size: 13px;
    line-height:13px;
	font-weight:300;
    padding:12px 15px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	font-family: 'Roboto', sans-serif !important;
}
*::-moz-placeholder{
	font-family: 'Roboto', sans-serif !important;
}
input[type="checkbox"], input[type="radio"]{
	float:left;
	width:auto;
	margin-right:5px;
}
.slider_form_section .wpcf7-list-item input{
    margin: 8px 7px 0 0;
	float:left;
}
.slider_form_section .wpcf7-list-item span{
	float:left;
	margin-right:14px;
	font-size:14px;
	line-height:14px;
	margin-top:8px;
}
.wpcf7-list-item.first > input {
    margin: 8px 5px 0 0;
}
.wpcf7-list-item.last > input {
    margin: 6px 7px 0 0;
}
.slider_form_section select{
    background-color: #f1f1f1;
    background-image: none;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    color: #000;
	margin:8px 0;
    display: block;
    font-size: 13px;
    line-height:13px;
	font-weight:300;
    padding:8px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	font-family: 'Roboto', sans-serif !important;
}
span.wpcf7-list-item {
    display: table;
    float: left;
    margin-left: 0;
}
.main_agree_terms input{
	float:left;
}
.main_agree_terms{
	margin-top:10px;
}
.main_agree_terms .wpcf7-list-item span {
	float:left;
	width:90%;
	line-height:12px;
	
	margin-top:5px;
	font-size:12px;

.slider_form_section .wpcf7-submit{
	float:left;
	font-size:15px;
	padding:10px 15px;
	background:#f47c0e;
	border:1px solid #f47c0e;
	width:auto;
	margin-top:10px;
	color:#FFFFFF;
	float:left;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.slider_form_section .wpcf7-submit:hover{
	background:#2e63fd;
	border:1px solid #2e63fd;
	color:#FFFFFF;
}
.heightfull{
	height:100%;
}
.sub-menu a{
	color:#fff !important;
	width:200px !important;
}
.main-navigation ul ul::after{
	top:0;
	border-color:transparent transparent;
}
.main-navigation ul ul::before{
	top:0;
	border-color:transparent transparent;
}
.main-navigation ul ul{
	border-bottom:none;
}
.main-navigation ul ul li a{
	line-height:18px;
}
.main_header{
	background:#fff;
}
.main-navigation ul ul a:hover{
	color:#FFFFFF !important;
}
/*.site-header .main-navigation ul ul {*/
/*        width: 225px !important;*/
/*}*/
/*.site-header .main-navigation ul ul {*/
/*    white-space: normal;*/
/*    width: 100% !important;*/
/*}*/
body:not(.search-results) article:not(.type-page) .entry-content{
	width:100%;
}
div.wpcf7-validation-errors{
	clear:both;
	width:100%;
	margin:0 !important;
}
.white_bg_blog h2{
	margin:0;
	font-size:22px;
	line-height:22px;
	padding:10px 0 10px;
	width:100%;
}
.blog_section h2{
	margin:0;
	font-size:22px;
	line-height:20px;
	padding:0 0 16px 0;
}
.blog_section h2 a{
	color:#303030;
	text-decoration:none;
	font-size: 22px;
}
.blog_section h2 a:hover{
	text-decoration:underline;
}
.blog_section .blog_post_content p{
	font-size:14px;
	line-height:22px;
	color:#575757;
	margin:0;
	padding:0 0 15px 0;
}
.read_more_link{
	margin-bottom:42px;
	display:table;
	width:100%;
}
.read_more_link a{
	font-size:11px;
	text-decoration:none;
	color:#ee7c0c;
	text-transform:uppercase;
	float:left;
	border:1px solid #ee7c0c;
	background:none;
	padding:3px 10px;
	font-weight:700;
	font-family: 'Roboto', sans-serif !important;
}
.read_more_link a:hover{
	color:#fff;
	background:#ee7c0c;
	text-decoration:none;
}
.white_bg_blog{
	padding:0 0px 0 50px !important;
	background:#FFFFFF;
	min-height:1160px !important;
	display:inherit;
}
.blog_sidebar h2{
	margin:0;
	padding:0 0 8px 0;
	font-size:20px;
	color:#f47c0e;
}
.blog_sidebar ul{
	margin:0;
	padding:0;
}
.blog_sidebar ul li{
	list-style:none;
	background:url(images/black_bullets.png) left top 7px no-repeat;
	padding:0 15px;
	margin:6px 0 8px 0;
}
.blog_sidebar ul li a{
	font-size:14px;
	color:#000;
}
.blog_sidebar ul li a:hover{
	text-decoration:underline;
}
.categories_sidebar ul{
	margin:0;
	padding:0;
}
.categories_sidebar li{
	list-style:none;
	background:url(images/black_bullets.png) left top 7px no-repeat;
	padding:0 15px 15px 15px;
	margin:6px 0;
	font-size:14px;
	color:#303030;
	border-bottom:1px dotted #303030;
}
.categories_sidebar li a{
	font-size:14px;
	color:#303030;
	text-transform:capitalize;
}
.categories_sidebar li a:hover{
	color:#303030;
	text-decoration:underline;
}
.padding_none{
	padding:0 !important;
}
.inner_testimonial{
	padding:0 25px;
}
#top{
    bottom: 20px;
    cursor: pointer;
    display: none;
    padding: 5px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 0.7s ease 0s;
    z-index: 999;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
#top img{
	max-width:31px;
	width:100%;
}
.footer_menu ul{
	margin:0;
	padding:0;
}
.footer_menu ul li{
	list-style:none;
	width:90%;
	float:left;
	padding:5px 0;
	border-bottom:1px dotted #789bff;
}
.footer_menu ul li a{
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	line-height:12px;
	font-family: 'Roboto', sans-serif;
}
.archives_sidebar ul{
	margin:0;
	padding:0;
}
.archives_sidebar li{
	margin-bottom:2px;
	background:#e6e6e6 url(images/arrow_right_orange.png) left 20px top 14px no-repeat;
	padding:10px 15px 10px 40px;
	font-size:16px;
	color:#000;
	text-align:left;
	list-style:none;
}
.archives_sidebar li:nth-child(2n+2){
	background:#f6f6f6 url(images/arrow_right_orange.png) left 20px top 14px no-repeat;
}
.archives_sidebar li a{
	font-size:14px;
	color:#000;
}
.archives_sidebar li a:hover{
	color:#000;
	text-decoration:underline;
}
.blog_page_title h3{
	text-align:left !important;
}
.pagination {
    border-radius:0px !important;
    -moz-border-radius:0px !important;
    -webkit-border-radius:0px !important;
	border-top:none;
    display: table;
    margin: 20px 0;
    padding-left: 0;
    width: 100%;
}
.pagination .next::before {
    content: "";
    right:-1px;
    top: 10px;
}
.pagination .prev::before {
    content: "";
    right:-1px;
    top: 10px;
}
.pagination::before, .pagination::after{
	height:35px;
	width:35px;
}
.pagination .prev::before, .pagination .next::before{
	height:35px;
	width:35px;
}
.pagination .prev, .pagination .next{
	height:35px;
	width:35px;
}
.pagination .prev::before, .pagination .next::before{
	font-size:24px;
}
.pagination .nav-links::before {
    content: "";
    right: -10px;
    top: 10px;
}
.pagination .nav-links::before, .pagination .nav-links::after{
	font-size:22px;
}
.nav-links .prev:hover{
	text-decoration:none;
}
.nav-links .next:hover{
	text-decoration:none;
}
.pagination .prev, .pagination .next{
	background:#575757;
}
.pagination .prev:hover, .pagination .next:hover{
	background:#000;
}
.page-numbers{
	font-size:13px;
	color:#FFFFFF;
	padding:10px 15px;
	font-family: 'Roboto', sans-serif !important;
}
.page-numbers:hover{
	text-decoration:none;
	background:#fff;
	color:#575757;
}
.single_blog_post_content h3{
	color:#000;
	margin:0;
	line-height:26px;
	padding:8px 0 5px;
	font-size:26px;
}
.single_blog_post_content{
	color:#000;
}
.single_blog_post_content p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 10px;
}
.single_blog_post_content p a{
	font-size:14px;
	text-decoration:underline;
	color:#000;
	line-height:18px;
}
.single_blog_post_content p a:hover{
	text-decoration:none;
}
.single_blog_post_content ul{
	margin:0;
	padding:0 0 10px 0;
}
.single_blog_post_content ul li{
	list-style:none;
	padding:0 0 0 15px;
	margin-bottom:5px;
	background:url(images/list_bullets_other_page.png) left top 7px no-repeat;
}
.single_blog_post_content ul li a{
	font-size:14px;
	text-decoration:none !important;
	color:#000;
	line-height:18px;
}
.pagination .nav-links::after{
	top:10px;
	padding-left:15px;
}
.pagination .page-numbers {
    letter-spacing:inherit;
    line-height:14px;
    margin: 0;
	font-size:14px;
    padding:8px 12px;
    text-transform: uppercase;
	color:#575757;
}
.pagination .prev{
	padding:0 0 0 0 !important;
	display:none;
}
.pagination .next{
	padding:0 0 0 0 !important;
	display:none;
}
.nav-links .current{
	text-decoration:none;
	background:#575757;
	color:#fff;
}
span.wpcf7-not-valid-tip {
    display: none;
}
span .wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
	width: 100%;
	display: table;
}
.go_back_link a{
	font-size:10px;
	background:#fff;
	text-transform:uppercase;
	padding:5px 10px;
	color:#ee7c0c !important;
	float:left;
	margin-top:15px;
	font-family: 'Roboto', sans-serif !important;
}
.go_back_link a:hover{
	cursor:pointer;
	background:#e1e1e1;
}
.pagination::before, .pagination::after{
	display:none;
}
.pagination .nav-links::before, .pagination .nav-links::after{
	display:none;
}
.left_faq_main{
	padding:0 15px 0 0 !important;
}
.right_faq_main{
	padding:0 0 0 15px !important;
}
.page_quote_main{
	padding:20px;
	border:1px solid #ee7c0c;
	margin-bottom:20px;
}
.page_quote_main p{
	font-size:21px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#ee7c0c;
	margin:0;
	line-height:28px;
}
.blog_sidebar{
	padding:0 0 0 0;
}
.contact_page .banner-R{
	float:none;
}
.contact_page .banner-R h3{
	margin:0;
	padding:0 0 15px 0;
}
.single_blog_post_content ol li{
	list-style:none;
}
button.search-submit{
    border-radius: 0 2px 2px 0;
    bottom: 0;
	background:#ee7c0c;
    left: 154px;
	color:#FFFFFF;
	height:auto !important
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
	width:auto !important;
}
label {
    margin-bottom: 0 !important;
}
.search-submit::before {
    content: "";
    font-size: 20px;
    left: 0;
    line-height:20px;
    position: relative;
    top: 0;
    width: 40px;
}
.search-form{
	margin-bottom:15px;
	margin-top:15px;
}
.search-form input{
	font-size:13px;
	background:none;
	font-size:14px;
	font-family: 'Roboto', sans-serif !important;
	padding:8px 15px !important;
	border:1px solid #bababa;
	width:155px !important;
}
.eror_main_page ul{
	margin-bottom:10px;
	margin-top:5px;
	margin-top:0;
	margin-left:0;
	padding:0;
}
.eror_main_page li{
	list-style:none;
	padding:0 0 5px 15px;
	background:url(images/list_bullets_other_page.png) left center no-repeat;
	color:#575757;
}
.eror_main_page p{
	font-size:14px;
	color:#575757;
	line-height:20px;
}
.eror_main_page h2{
	margin:0;
}	
.404_search_result h2{
	font-size:35px;
	line-height:40px;
	color:#000000;
	font-weight:700;
}
.404_search_result h2 a{
	font-size:35px;
	line-height:40px;
	color:#000000;
	font-weight:700;
}
.404_search_result .blog_section{
	margin-bottom:12px  !important;
}
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover{
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.more-link{
	font-size:13px;
	color:#000000;
	font-weight:700;
	line-height:13px;
}
.more-link:hover{
	text-decoration:underline;
	color:#000000;
}
.logo_main_footer{
	display:table;
	float:right;
	width:100%;
}
.logo_main_footer a{
	margin-bottom:10px;
	float:left;
}
.slider_form_section .wpcf7-mail-sent-ok {
    background-color: #DBFDCC;
    border: 1px solid #A5EC86;
	width:96%;
	float:none !important;
	margin:0 auto !important;
	clear:both;
    color: #418723;
}
div.wpcf7-response-output{
	float:none !important;
	background:#fed4d5;
	color:#c9380b;
	font-size:14px;
	width:96%;
	margin:0 auto !important;
	border:1px solid #d88e9d;
}
*::-moz-placeholder {
    color: #000 !important;
}
.wpcf7-form-control-wrap.checkbox-819 {
    display: table;
    margin: 4px 0 1px !important;
}
.ourcontainer{
	max-width:1280px;
	width:100%;
	margin:0 auto;
	padding:0 15px;
}
.hdr-right a{
	float:left;
}
.header_right_img{
	margin-left:20px;
}
.form_image_section{
	width:100%;
}
.form_image_section img{
	float:right;
}
.social-circle-footer{
	margin:0;
	padding:0;
	display:table;
	float:right;
}
.social-circle-footer li{
	list-style:none;
	float:left;
}
.social-circle-footer li a{
	border:1px solid #fff;
	float:left;
	height:30px;
	width:30px;
	margin:0 5px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	text-align:center;
}
.social-circle-footer li a:hover{
	background:#fff;
}
.social-circle-footer li a:hover i{
	color:#2e63fd;
}
.social-circle-footer li a i{
	color:#FFFFFF;
	padding-top:8px;
}
.foooter_two_menu{
	margin:10px auto 0;
	padding:0;
	display:table;
}
.foooter_two_menu li{
	list-style:none;
	float:left;
	padding:0 5px;
	line-height:13px;
}
.foooter_two_menu li:first-child{
	border-right:1px solid #fff;
}
.foooter_two_menu li a{
	font-size:13px;
	line-height:13px;
	color:#FFFFFF;
}
.footer_menu h2{
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
    font-size:26px;
	font-weight:400;
    line-height:30px;
    margin:0;
	padding:0 0 10px 0;
    text-transform: uppercase;
}
.white-mid p a{
	text-decoration:underline;
	color: #553f2a;
	font-size: 14px;
	font-weight:700;
	line-height: 150%;
}
.white-mid p a:hover{
	text-decoration:none;
}
.hdr-right a.cpalogo{
	margin-top:10px;
}
.recent_post_section{
	padding:30px 30px 30px 30px;
	background:#f6f5f5;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
}
.get-bottom ul li{
	margin-bottom:10px;
	background:#e6e6e6 url(images/arrow_right_orange.png) left 20px top 18px no-repeat;
	padding:14px 15px 14px 40px;
	font-size:16px;
	color:#000;
	text-align:left;
}
.blog .inorange .why-top h3{
	color: #000;
	font-family: 'Roboto', sans-serif;
    font-size: 28px;
	font-weight:300;
    margin:20px 0 0;
    text-align: center;
}
.blog .inorange{
	background:#fff;
}
.blog #main_header{
	position:relative;
	z-index:999;
-webkit-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
}
.categories_sidebar li:last-child{
	border-bottom:none;
}
.single-post .inorange{
	background:#fff;
}
.single-post #main_header{
	position:relative;
	z-index:999;
-webkit-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
}
/*.single_blog_post_content .post-thumbnail{
	margin-bottom:15px;
	min-height:350px;
	overflow:hidden;
}*/
.archives_sidebar{
	padding:15px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
}
.blog_section {
    display: table;
    width: 100%;
	margin-bottom:25px;
}
.archive .inorange{
	background:#fff;
}
.archive #main_header{
	position:relative;
	z-index:999;
-webkit-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
}
.archive .inorange .why-top h3{
	color: #000;
	font-family: 'Roboto', sans-serif;
    font-size: 28px;
	font-weight:300;
    margin:20px 0 0;
    text-align: center;
}
.post-thumbnail{
	margin-bottom:20px;
}
.logo a {
    display: table;
}
footer {
	background:url(images/footer_bg.png) no-repeat center center/cover;
	border-bottom:4px solid #2e63fd;
}
.footer_right_logo{
	display:table;
	margin-bottom:10px;
	float:right;
	padding-top:10px;
}
.footer_right_logo ul{
	margin:0;
	padding:0;
}
.footer_right_logo ul li{
	list-style:none;
	display: inline-block; vertical-align: top;
}
.foot-R h3{
	font-size:15px;
	color:#000000;
	margin-right:2px;
	line-height:15px;
}
.foot-R h4{
	margin:0;
	padding:12px 0 2px 0;
}
.foot-R h4 a{
	color:#ee7c0c;
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	line-height:25px;
}
.foot-R p{
	font-size:12px;
	color:#000000;
	line-height:14px;
}
.social_icons_main{
	margin-top:15px;
}
.footer_menu {
    display: table;
	padding: 50px 0;
    width: 100%;
}
#mc_embed_signup{
	width:90%;
}
#mc_embed_signup h2{
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 400 !important;
    margin:15px 0 10px 0;
	text-transform:uppercase;
}
#mc_embed_signup input.email{
	border:solid 1px #999999;
	width:67%;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	font-family: 'Roboto', sans-serif;
	    height: 37px;
}
#mc-embedded-subscribe{
	padding:10px;
	height:38px !important;
	text-align:center;
	font-family: 'Roboto', sans-serif;
}
.footer_right_main{
	padding:0 0 20px 0;
}
.inner_recent_post ul{
	margin:0;
	padding:0;
}
.inner_recent_post ul li{
	list-style:none;
	background:url(images/black_bullets.png) left top 16px no-repeat;
	padding:10px 0 10px 15px;
	margin:0 ;
	font-size:14px;
	color:#303030;
	border-bottom:1px dotted #303030;
}
.inner_recent_post li a{
	font-size:14px;
	color:#303030;
	text-transform:capitalize;
}
.small_para{
	font-size:13px !important;
}
.disclaimer_main_section{
	/*background:#f9f9f9;*/
	padding:40px 0 0 0;
	width:90%;
	clear:both;
	margin:0 auto;
}
.disclaimer_section h1{
	margin:0;
	font-size:30px;
	color:#000;
	text-align:left;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	padding-bottom:10px;
}
.disclaimer_section li{
	color:#000;
	margin:0 0 15px 0;
	font-size:14px;
	font-weight:700;
	font-style:italic;
}
.disclaimer_section p{
	text-align:center;
	font-size:15px;
	color:#515151;
	margin:0;
	padding-bottom:10px;
	font-weight:700;
}
.disclaimer_section h3{
	margin:0 0 0 25px;
	font-style:italic;
	font-size:11px;
	color:#000;
	text-align:left;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	padding-bottom:10px;
}
.subpage_bottom_button_section{
	width:100%;
}
.subpage_bottom_button_section{
	margin-top:-80px;
}
.inner_button_section{
	max-width:455px;
	width:100%;
	text-align:center;
	min-height:247px;
	margin:0 auto;
	padding:40px 35px 0 45px;
	background:url(images/bottom_button.png) no-repeat center center;
}
.inner_button_section p{
	font-size:13px;
	color:#FFFFFF;
	line-height:19px;
	margin:0;
	margin-bottom:10px;
	font-weight:700;
}
.inner_button_section p a{
	font-size:13px;
	text-decoration:underline;
	color:#FFFFFF;
	line-height:19px;
	margin:0;
	margin-bottom:10px;
	font-weight:700;
}
.inner_button_section.homeloan{
	padding:65px 35px 0 45px;
}
.inner_button_section.homeloan p, .inner_button_section.homeloan p a{
	font-size:18px;
	line-height:22px;
	font-weight:500;
}
.inner_button_section p a:hover{
	text-decoration:none;
}
.top_social-icons{
	margin-top:15px;
	text-align:right;
}
.top_social-icons img{
	width:90%;
}
.hdr-right .top_social-icons a{
	float:right;
	margin:0;
}
.sticky_free_tax_button{
	position:fixed;
	right:0;
	top:50%;
	width:48px;
	height:284px;
	background-image:url(images/sticky_button.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-99999px;
}
.sticky_free_tax_button:hover{
	background-image:url(images/sticky_button_hover.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.sticky_free_tax_button a{
	text-align:center;
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}
.fine_print{
	text-decoration:none;
	font-style:italic;
	font-size:12px;
}
.homeloan_info{
	margin:0 0 20px 0;
	padding:20px;
	background-color:#dddddd;
	width:100%;
	display:table;
}
.homeloan_info p{
	font-size:16px;
}
.homeloan_info li{
	width:49%;
	float:left;
	font-size:15px;
	margin-bottom:7px;
}
.wpcf7-recaptcha {
    display: table;
    margin-top: 10px;
    width: 100%;
    float: left;
}
.checkbox_main_form {
    font-size: 12px;
}
.checkbox_main_form a{
	color:#000;
	text-decoration:underline;
}
.checkbox_main_form a:hover{
	color:#000;
}
span.wpcf7-list-item {
    margin-bottom: 25px;
}
.checkbox_main_form span.wpcf7-not-valid {
    border:none !important;
    width:auto;
    display: table;
	float:left;
}
.checkbox_main_form span.wpcf7-not-valid input{
    border: 1px solid #ff0000 !important;
}	
.checkbox_main_form .wpcf7-list-item-label{
	display:none;
}
.checkbox_main_form .wpcf7-list-item.last > input {
    margin: 0;
}
.checkbox_main_form .wpcf7-not-valid .wpcf7-list-item.last{
    border: 1px solid #ff0000 !important;
}
span.terms {
    margin: 7px 10px 5px 0;
    display: table;
    float: left;
    width: auto;
}
.page-template-landing-page .slider_text{ top:25%; left:15%; text-align:left; max-width:640px;}
.page-template-landing-page .slider_text h2{
  color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 110px;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: uppercase;
 }
 .page-template-landing-page .slider_text h2 span{
	margin:0 0 15px 0;
	padding:0;
	color:#fff;
    font-size: 70px;
	font-weight:100;
	line-height:75px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}
 .page-template-landing-page .slider_text p{
	margin:0;
	padding:0;
	color:#fff;
    font-size:18px;
	font-weight:400;
	line-height:30px;
	font-family: 'Roboto', sans-serif;
/*	text-transform:capitalize;*/
 }
.page-template-landing-page .slider_text p span{
	    font-size:15px;
		display:block;
}
#mc_embed_signup {
    width: 100%!important;
}
/* custom css */
.get-bottom {width: 100%;}
.god-font p {font-size:16px;}
.god-font span.vc-material{background:#F3F3F3; padding: 15px; border-radius: 60px;
}

.page-template-hero-landing-page h1 { margin-top:2px; }
.page-template-hero-landing-page p{ font-size: 15px; }
.page-template-hero-landing-page footer .container{ max-width: 1000px; }
.page-template-hero-landing-page .steps{ margin-top: 50px; }
.hero-right ul img{max-height: 55px;}

.hero-slider{ position: relative; }
.hero-slider .wpcf7-form{ position: absolute; top:12%; right: 100px; max-width: 500px; background:rgba(46,99,253,0.85); padding:20px 20px 15px; }

.hero-slide-form:after{ display: block; clear: both; content: ''; }
.hero-slide-form input:not([type="checkbox"]), .hero-slide-form select{ margin-bottom: 5px; border-radius: 0; border:none; }
.hero-slide-form select{ padding: 6px; }
.hero-slide-form, .hero-slide-form a{ color: #fff; }
.hero-slide-form input, .hero-slide-form select{ color: #000; }
.hero-slide-form input[type="submit"]{ color: #fff; margin-top: 10px; }
.hero-slide-form select{ width: 100%; }
.hero-slide-form select:focus{ outline: none; }
.hero-slide-form h2{margin-top: 0; font-size: 24px; line-height: 30px; text-align: center;}
/*.hero-slider div.wpcf7-validation-errors{ display: none !important;  }*/

.cus-foo .wpcf7-submit{ min-height: 39.5px; }
.cus-foo #mc_embed_signup input.email{ border-bottom: none; }

footer.cus-foo {
    background: #2e63fd;
    border-bottom: 4px solid #2e63fd;
    padding: 40px 0px 60px 0px;
}
.footer-right-hero ul span, .footer-right-hero ul span a{
    color: white;
}
.footer-right-hero ul li{ position: relative; padding-left: 30px; margin-bottom: 10px; }
.footer-right-hero ul li i{
    padding-bottom: 15px!important;
    padding-right: 10px!important;
    color: white; position: absolute; top:2px; left: 0;
}
.footer-right-hero-faicon i{
    color: white;
    margin: 10px 10px 10px 0px;
    font-size: 20px;
    border: 1px solid;
    padding-top: 10px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-align: center;
}

.cus-foo h2{    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: 400 !important;
    margin: 15px 0 15px 0;
    text-transform: uppercase;}

.cus-foo, .cus-foo a, .cus-foo p{color: #fff !important;}
.cus-foo #mc_embed_signup{ margin-bottom: 10px; }

.cus-list { list-style: none; padding-left: 0; margin-left: 0; }
.cus-list li{ position: relative; padding-left: 30px;  font-weight: 600; font-size: 15px;
    margin-bottom: 15px; }
.cus-list li:before{ content: '\f00c'; display: inline-block; position: absolute; top:0; left: 0; font-family: fontAwesome; color: #EE7C0C; }
.cus-list li:last-child{ margin-bottom: 0; }

#mc_embed_signup{ padding-left: 20px; }
.cus-foo #mc_embed_signup{ padding-left: 0; }















/* media only screen */
/*@media screen and (min-width: 56.875em){*/
/*.main-navigation ul ul a {*/
/*    white-space: normal;*/
/*    width: 100%;*/
/*}*/
/*}*/

@media(max-width: 920px) {
.home.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_row-o-content-middle.vc_row-flex {
    padding: 15px;
}
}

@media only screen and (max-width: 1200px) and (min-width:1001px){
	.hero-slide-form input:not([type="checkbox"]), .hero-slide-form select{ margin-bottom: 3px; }
	.hero-slider .wpcf7-form{ top:6%; }
}

@media only screen and (max-width: 1000px){
	.hero-slider .wpcf7-form{ position: relative; top:0; right: 0; width: 100%; max-width:100%; }

}

@media only screen and (max-width:480px){
	.cus-foo .footer_right_logo ul li{ float: none; width: auto; }
	.page-id-1276 .banner-content .short-info {
    line-height: 9px !important;
    font-size: 8px !important;
}
.slick-slide .slide-item img{
    height:360px !important;
}
	}

.slick-slide .slide-item img{
    height:460px !important;
}