/*
    Theme Name: Ace Back Tax Services
    Theme URI: https://example-site.com/
    Description: Custom built theme to meet client requirements.
    Version: 1.00
    Author: Reach Above Media
    Author URI: https://www.reachabovemedia.com/
    Tags: white, one-column, two-columns, three-columns,four-columns, right-sidebar, responsive-layout, custom-colors, custom-menu, featured-images, theme-options, translation-ready, photoblogging
    License: GNU General Public License version 1.0
    License URI: https://example.com/
    Text Domain: ace
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, menu, nav, output,
ruby, section, summary,
time, mark, audio, video, input, textarea, button {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
}
a{
    outline:none;
    text-decoration: none !important;
    transition: all 0.5s;
}
button:focus,
button:active,
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}

/*---------------------------------------
   General CSS
-----------------------------------------*/

.section-title h2{
    font-size: 40px;
    color: #0a6db7;
    font-weight: 300;
    text-transform: uppercase;
}
.section-title h2 span{
    font-weight: 700;
}
.section-description p{
    font-size: 16px;
    color: #696969;
    line-height: 1.8;
    padding-top: 20px;
    max-width: 660px;
    margin: 0 auto;
}
.section-title.text-white h2,
.section-description.text-white p{
    color: #fff;
}
.theme-btn{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background: #0a6db7;
    padding: 12px 20px;
    display: inline-block;
}
.theme-btn-2{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background: transparent;
    padding: 12px 20px;
    border: 1px solid #fff;
    display: inline-block;
}
.theme-btn:hover,
.theme-btn-2:hover{
    color: #fff;
    background: #253cac;
    border-color: #253cac;
}

/*---------------------------------------
   Header CSS
-----------------------------------------*/

.topbar{
    background: #303038;
    padding: 10px 0;
}
.location p{
    font-size: 16px;
    color: #fff;
}
.social-links{
    text-align: right;
}
.social-links ul{
    list-style: none;
}
.social-links ul li{
    display: inline-block;
    padding-right: 10px;
}
.social-links ul li:last-child{
    padding-right: 0px;
}
.social-links ul li a{
    font-size: 16px;
    color: #fff;
}
.logo-bar{
    padding: 15px 0;
}
.contact-info{
    text-align: right;
}
.contact-info ul{
    list-style: none;
}
.contact-info ul li{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
}
.contact-info ul li:last-child{
    padding-right: 0px;
}
.contact-info ul li .contact-icon i{
    font-size: 40px;
    color: #0a6db7;
}
.contact-detail{
    text-align: left;
    padding-left: 10px;
}
.contact-detail h2{
    font-size: 16px;
    font-weight: 700;
    color: #242424;
}
.contact-detail p{
    font-size: 14px;
    color: #505050;
}
.navbar{
    padding: 15px 0;
    background: #302e4e;
}
.navbar .navbar-brand{
    margin: 0;
    padding: 0;
    line-height: 0;
}
.navbar .navbar-nav{
    align-items: center;
}
.navbar ul li{
    padding-right: 30px;
}
.navbar ul li:last-child{
    padding-right: 0;
}
.navbar ul li a{
    font-size: 16px;
    color: #ffffff !important;
    padding: 0 !important;
    padding-top: 10px !important;
    text-transform: uppercase;
    position: relative;
}
.navbar ul li a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 3px;
    width: 30px;
    background-color: #fff;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.navbar ul li a:hover:before{
    opacity: 1;
}
.navbar ul li.active a:before{
    opacity: 1;
}
.dropdown-menu{
    border: 0;
    border-top: 5px solid #0a6cb7;
    background: #302e4e;
    padding: 0;
    margin-top: 15px;
    border-radius: 0;
    min-width: 250px;
}
.navbar .dropdown-menu a{
    text-transform: capitalize !important;
    padding: 15px !important;
}
.navbar .dropdown-menu a:before{
    content: unset;
}
.navbar .dropdown-menu a:hover{
    background: #0a6db7;
}

/*---------------------------------------
   Footer CSS
-----------------------------------------*/

footer{
    background-image: url('../images/footer-bg.png');
    background-color: #181616;
    padding: 100px 0;
}
.footer-about p{
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    padding-top: 20px;
}
.footer-social-links p{
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    padding-top: 20px;
}
.footer-social-links ul{
    list-style: none;
    padding-top: 10px;
}
.footer-social-links ul li{
    display: inline-block;
    padding-right: 10px;
}
.footer-social-links ul li a{
    font-size: 16px;
    color: #0a6db7;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}
.footer-social-links ul li a:hover{
    color: #fff;
    background-color: #0a6db7;
}
.footer-menu h2{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
.footer-menu ul{
    list-style: none;
    padding-top: 30px;
}
.footer-menu ul li{
    padding-bottom: 10px;
}
.footer-menu ul li a{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}
.footer-menu ul li a:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 2px;
}
.footer-menu ul li a:hover{
    color: #0a6db7;
}
.footer-contact h2{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
.footer-contact ul{
    list-style: none;
    padding-top: 30px;
}
.footer-contact ul li{
    display: flex;
    padding-bottom: 20px;
}
.footer-contact ul li i{
    font-size: 30px;
    color: #0a6db7;
}
.footer-contact ul li p{
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    padding-left: 15px;
}
.copyright{
    background: #151414;
    padding: 15px 0;
}
.copyright-text p{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.copyright-text p a{
    color: #0a6db7;
}

/*---------------------------------------
   Home CSS
-----------------------------------------*/

.hero-slider-card{
    /*background-image: url('images/hero-slider-1.jpeg');*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 230px 0;
}
.hero-section-content{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.hero-section-content h2{
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 20px;
}
.hero-section-content h2 span{
    font-size: 50px;
    font-weight: 400;
    color: #ffffff;
    display: block;
}
.hero-section-content p{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    display: flex;
}
.hero-section-content a{
    margin-top: 50px;
}
.hero-slider .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}
.hero-slider .owl-nav button{
    color: #fff !important;
    font-size: 40px !important;
}
.hero-slider .owl-dots{
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.hero-slider .owl-dots .owl-dot{
    height: 7px;
    width: 40px;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
}
.hero-slider .owl-dots .owl-dot.active{
    background: #0a6db7;
}
.services{
    padding: 60px 0;
}
.our-services{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-top: 50px;
}
.service-card{
    box-shadow: 0px 3px 13px 0px rgb(217 217 217 / 80%);
    padding: 20px;
    border-bottom: 5px solid #2a2e53;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
}
.service-card:hover{
    border-color: #0a6db7;
}
.service-card:hover .service-count{
    background: #0a6db7;
}
.service-image{
    position: relative;
}
.service-card h2{
    font-size: 24px;
    color: #242424;
    font-weight: 700;
    padding-top: 20px;
}
.service-card p{
    font-size: 16px;
    color: #696969;
    line-height: 1.8;
    padding-top: 20px;
}
.service-count{
    position: absolute;
    color: #fff;
    background: #2a2e53;
    height: 60px;
    width: 60px;
    font-weight: 700;
    top: 10px;
    right: 10px;
    line-height: 18px;
    z-index: 1;
    text-align: right;
    overflow: hidden;
    padding: 10px;
    font-size: 20px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    -webkit-transition: .3s;
    transition: .3s;
}
.success{
    background-image: url('images/success-bg.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.our-success{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    padding-top: 50px;
}
.success-box{
    display: flex;
    align-items: center;
}
.success-icon i{
    font-size: 50px;
    color: #fff;
}
.success-content{
    padding-left: 10px;
}
.success-content h2{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
.success-content h2 span{
    margin-right: 2px;
}
.success-content p{
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
}
.featured{
    background-color: #f8fcff;
    padding: 100px 0;
}
.our-featured-services{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-top: 50px;
}
.featured-service-card{
    background-color: #ffffff;
    padding: 30px;
    border-bottom: 5px solid #2a2e53;
    box-shadow: 0px 3px 13px 0px rgb(217 217 217 / 60%);
    transition: .3s;
    -webkit-transition: .3s;
    position: relative;
}
.featured-service-card:hover{
    border-color: #0a6db7;
}
.featured-service-image img{
    max-width: 90px;
    margin-bottom: 20px;
}
.featured-service-content h2{
    font-size: 24px;
    color: #242424;
    font-weight: 700;
    margin-bottom: 20px;
}
.featured-service-content p{
    font-size: 16px;
    color: #505050;
    line-height: 1.8;
}
.featured-service-content a{
    font-size: 16px;
    font-weight: 500;
    color: #242424;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}
.service-box-number{
    position: absolute;
    font-weight: 700;
    font-size: 80px;
    right: 30px;
    top: 30px;
    line-height: 1;
    color: #e1ecf5;
}
.tax-faq{
    padding: 100px 0;
}
.accordion{
    padding-top: 50px;
}
.card-header{
    background-color: #f8f8f8;
}
.card-header button{
    font-size: 24px;
    color: #666;
    font-weight: 700;
    position: relative;
    padding-left: 40px;
}
.card-header button:active,
.card-header button:focus,
.card-header button:hover{
    color: #666;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}
.card-header button:after{
    content: '\f068';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: #666;
}
.card-header button.collapsed:after{
    content: '\f067';
}
.card-body{
    background-color: #f8f8f8;
}
.card-body p{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    padding-bottom: 20px;
}
.card-body p:last-child{
    padding-bottom: 0;
}
.card-body p strong{
    font-weight: 700;
}
.cta{
    background-color: #302e4e;
    padding: 30px 0;
    margin-bottom: 100px;
}
.cta-card{
    border: 3px solid #f0f0f0;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cta-content{
    width: 80%;
}
.cta-content h2{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.cta-content p{
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}
.cta-button{
    width: 20%;
    text-align: right;
}
.cta-button a{
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    border-radius: 5px;
    background: #fff;
    padding: 12px 20px;
    display: inline-block;
}
.banner-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 110px 0;
}
.banner-content h1 {
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    line-height: 1.2;
}
.breadcrum-container a {
    color: #ffffff;
}
.image-sec {
    margin: 100px 0 20px 0;
}
.cont-title h2 {
    padding-bottom: 15px;
    text-transform: capitalize;
}
.cont-txt h5{
    line-height: 1.8;
}
.cont-area p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.8;
    font-size: 16px;
}
.banner-content {
    color: #ffffff;
}
.content-btn {
    margin: 30px 0;
}
.contbtn-sub a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background: #0a6db7;
    padding: 12px 40px;
    display: inline-block;
}
.content-sub {
    margin-bottom: 30px;
}
ul.cont-area {
    padding-left: 40px;
}
ul.cont-area a {
    color: #212529;
}
.about-sec {
    padding: 95px 0 65px 0;
}
.about-txt p {
    font-size: 16px;
    color: #696969;
    line-height: 1.8;
    margin: 0 auto;
}
.about-cont .contbtn-sub {
    margin: 30px 0;
}
.about-img {
    padding: 6px;
}
.about-img img {
    -webkit-box-shadow: 6px 6px 6px rgb(0 0 0 / 10%);
    box-shadow: 6px 6px 6px rgb(0 0 0 / 10%);
}
.about-profsub {
    margin-bottom: 40px;
}
.about-progress .progress {
    height: 30px;
    margin-bottom: 18px;
}
.about-progress {
    margin-bottom: 40px;
}
.about-title h4 {
    margin-bottom: 10px;
    font-style: italic;
    color: #0a6db7;
}
.about-title h2 {
    margin-bottom: 10px;
    color: #0a6db7;
}
.cont-title .section-title h2{
    text-transform: capitalize;
}
.contact-sub {
    margin: 90px 0 40px 0;
}
.cont-info {
    padding: 30px;
    min-height: 390px;
    display: table;
    width: 100%;
}
ul.no-list-style {
    list-style: none;
}
.no-list-style li {
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid #454547;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.no-list-style i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 14px;
    color: #0a6db7;
}
ul.no-list-style p {
    color: #696969;
    line-height: 1.8;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 1rem;
}
ul.no-list-style a {
    color: #696969;
}
ul.no-list-style span{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #0a6db7;
}
ul.no-list-style li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
textarea.form-control{
    height: 100px;
}
.form-control {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    box-shadow: none;
    outline: none;
    border-radius: none;
    border-radius: unset;
    height: 45px;
    font-size: 14px;
}
.contact-title {
    margin: 90px 0 40px;
}
.contact-sec {
    margin-bottom: 100px;
}
.wpcf7-form-control.wpcf7-submit {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background: #0a6db7;
    padding: 12px 20px;
    display: inline-block;
}
.blog-sec {
    padding: 60px 0;
}
ul.blog-info {
    list-style: none;
}
.blog-info li {
    display: inline-block;
}
.blog-info li:last-child {
    float: right;
}
.blog-footer ul li {
    display: inline-block;
    width: 48%;
}
.blog-info li i {
    margin-right: 10px;
    color: #0a6db7;
}
.blog-footer i {
    color: #0a6db7;
    margin-right: 8px;
}
.blog-footer {
    margin-top: 22px;
    border-top: 1px solid #ddd;
    margin-left: -20px;
    margin-right: -20px;
    padding: 25px 20px 20px 20px;
}
.blog-footer li a{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    color: #0a6db7;
}
.blog-card {
    box-shadow: 0px 3px 13px 0px rgb(217 217 217 / 80%);
    padding: 20px;
    border-bottom: 5px solid #2a2e53;
    transition: .5s;
    -webkit-transition: .5s;
}
.blog-image {
    position: relative;
}
.our-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-top: 50px;
}
.blog-card p {
    font-size: 16px;
    color: #696969;
    line-height: 1.8;
    padding-top: 20px;
}
.blog-image img {
    margin-bottom: 20px;
}
.blog-title h4{
    font-size: 22px;
    line-height: 30px;
    color: #2a2e53;
    margin-bottom: .5rem;
}
.xzopro-post-thumb img {
    margin-bottom: 30px;
    border-radius: 5px;
}
.xzopro-posts-meta {
    margin-bottom: 20px;
}
.xzopro-posts-meta ul{
    list-style: none;
}
.xzopro-posts-meta li {
    display: inline-block;
    margin-right: 15px;
}
.entry-content p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.entry-content-sub p{
    margin-top: 0;
    margin-bottom: 1rem;
}
.xzopro-posts-meta i {
    font-size: 18px;
    margin-right: 5px;
    color: #0a6db7;
}
.entry-content-sub h6{
    margin-bottom: 1rem;
}
.single-blog{
    margin: 100px 0;
}
.xzopro-posts-meta li span a {
    color: #212529 !important;
}
h2.widget-title {
    border-bottom: 1px solid;
    margin-right: -30px;
    margin-left: -30px;
    padding-left: 30px;
    margin-bottom: 26px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #0a6db7;
    font-size: 24px;
}
.widget.blog-side {
    border: 1px solid;
    padding-left: 30px;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.blog-side ul{
    list-style: none;
}
.blog-side li {
    padding-bottom: 20px;
}
.blog-side li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #212529 !important;
}
.entry-footer {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.post-tags a {
    color: #212529;
}
.search{
    margin: 70px 0;
}
.search-result-count{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.search .page-header h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
.entry-title a{
    color: #0a6db7;
}
.search-submit {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background: #0a6db7;
    padding: 12px 20px;
    display: inline-block;
}
input#search-form-1{
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: none;
    outline: none;
}
.tagcloud a {
    font-size: 14px !important;
    text-transform: capitalize;
    border: 1px solid #505050;
    display: inline-block;
    padding: 10px;
    color: #505050;
    margin: 5px;
}
.entry-btn{
    margin-top: 15px;
    padding-top: 30px;
}
.tag-page {
    margin-bottom: 70px;
}
.post-tags .theme-btn {
    color: #ffffff;
}
.page-header{
    background-image: url('images/banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0;
}
.page-header h1.page-title {
    text-align: center;
    color: #ffffff;
}
.page-header .search-result-count {
    text-align: center;
    color: #fff;
}
.search article {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 30px;
    margin-bottom: 40px;
}
.search .entry-title.default-max-width {
    color: #0a6db7;
}
.cont-sub{
    margin: 70px 0;
}

/*seo */
.footer-contact h3
{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
.cont-txt h3
{
    font-size: 1.25rem;
}
