@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Swift Tax & Accounting
	All rights reserved
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body, html {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 18px;
}

/* HEADER */
header {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: rgba(0,0,0,0.05) 0 15px 35px;
    z-index: 99;
}
header .top-line {
    display: block;
    border-bottom: 1px solid #eee;
}
header .top-line .contact-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding: 10px 0;
}
header .top-line .contact-item i {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    color: #6bbebf;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
}
header .top-line .contact-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #1f1f1f;
}

/* NAVIGATION */
.navbar-light {
    background: none !important;
    padding: 25px 0;
}
.navbar .navbar-brand img {
    height: 120px;
    margin-bottom: -60px;
    margin-top: -10px;
}
.navbar .nav-item > .nav-link {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 15px;
    color: #1f1f1f;
}
.navbar .nav-item.active > .nav-link {
    color: #6bbebf;
}
.navbar .nav-item > .nav-link.button {
    background: #6bbebf;
    color: #fff;
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 30px;
    transition: 0.15s ease all;
}
.navbar .nav-item > .nav-link.button:hover {
    background: #4791A4;
    box-shadow: rgba(0,0,0,0.2) 0 10px 20px;
}

/* MAIN */
.main {
    width: 100%;
    position: relative;
    padding: 200px 0;
    background: url('../img/bg.jpg') center no-repeat;
    background-size: cover;
}
.main h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
}
.main p {
    font-size: 1.05rem;
}
.main.v2 {
    background: #f8f9fb;
    padding: 120px 0 100px 0;
}
.main.v2 h1 {
    margin-bottom: 25px;
}
.main.v2 img.img-fluid {
    margin-bottom: -100px;
}

/* BUTTONS */
.btn {
    border-radius: 25px;
    padding: 10px 35px;
    font-size: 1rem;
    font-weight: 400;
    transition: 0.15s ease all;
    text-transform: uppercase;
}
.btn.btn-primary {
    background: #6abebe;
    border-color: #6abebe;
}
.btn.btn-primary:hover {
    background: #4791A4;
    border-color: #4791A4;
    box-shadow: rgba(0,0,0,0.2) 0 10px 20px;
}
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background: #25638A !important;
    border-color: #25638A !important;
    box-shadow: rgba(0,0,0,0.2) 0 10px 20px !important;
}
.btn.btn-secondary {
    background: #023670;
    border-color: #023670;
}
.btn.btn-secondary:hover {
    background: #0959b3;
    border-color: #0959b3;
    box-shadow: rgba(0,0,0,0.2) 0 10px 20px;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background: #25638A !important;
    border-color: #25638A !important;
    box-shadow: rgba(0,0,0,0.2) 0 10px 20px !important;
}

/* SERVICES */
.services {
    padding: 1px 0 30px 0;
}
.services .box-wrapper {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: -30px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.05) 0 15px 35px;
}
.services .service {
    display: block;
    height: 100%;
    padding: 50px 40px 50px 40px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: 0.15s ease all;
    text-align: center;
}
.services .col-md-4:nth-child(2) .service {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
.services .service:hover {
    background: rgba(0,0,0,0.025);
}
.services .service img {
    display: block;
    width: 48px;
    height: 48px;
    margin: auto;
}
.services .service h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 15px 0 5px 0;
}
.services .service p {
    font-size: 0.8rem;
    margin: 0;
    opacity: 0.75;
}

/* WHAT WE DO */
.what-we-do {
    display: block;
    padding: 60px 0 60px 0;
}
.what-we-do h3 {
    font-weight: 600;
    font-size: 24px;
}
.what-we-do p {
    font-size: 14px;
}
.what-we-do ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0 1rem 0;
    font-size: 14px;
}
.what-we-do ul li {
    padding-bottom: 3px;
    display: inline-block;
    width: 45%;
}
.what-we-do ul li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin-right: 6px;
    color: #6abebe;
}
.what-we-do img.img-fluid {
    margin-bottom: -60px;
}
.what-we-do.v2 h3:not(:first-child) {
    margin-top: 30px;
}
.what-we-do.v2 img.img-fluid {
    margin-bottom: 0;
    filter: grayscale(1);
}

/* SCHEDULE APPOINTMENT */
.schedule-appointment {
    display: block;
    padding: 50px 0;
    background: #f9f9f9;
}
.schedule-appointment h3 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 5px 0;
}
.schedule-appointment p {
    font-size: 14px;
    margin: 0;
}
.schedule-appointment.v2 {
    background: #25638A;
    margin-top: 50px;
    color: #fff;
}

/* CONTACT */
.contact {
    display: block;
    position: relative;
    background: #fff;
    padding: 50px 0;
}
.contact h3 {
    font-weight: 600;
    font-size: 24px;
    margin:  0 0 5px 0;
}
.contact p {
    font-size: 1.05rem;
    margin: 0;
}
.contact form {
    margin-top: 20px;
}
.contact form .form-group {
    position: relative;
}
.contact form .form-group label {
    display: block;
    margin: 0;
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 12px;
    color: #7a7a7a;
}
.contact form .form-group .form-control {
    padding: 25px 10px 10px 10px;
    height: auto;
    border: none;
    font-size: 14px;
    background: #f9f9f9;
}
.contact form .form-group .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(106,190,190,.25);
}
.contact form .form-group textarea.form-control {
    min-height: 140px;
}
.contact form p.small {
    font-size: 11px;
    margin: 0 0 1rem 0;
    opacity: 0.35;
}
.contact .contact-item {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}
.contact .contact-item + .contact-item {
    margin-top: 1rem;
}
.contact .contact-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    background: #6abebe;
    text-align: center;
}
.contact .contact-item:nth-child(1) .icon {
    background: #4791A4;
}
.contact .contact-item:nth-child(2) .icon {
    background: #25638A;
}
.contact .contact-item:nth-child(3) .icon {
    background: #023670;
}
.contact .contact-item .icon img {
    width: 40px;
    height: 40px;
}
.contact .contact-item .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px);
    padding-left: 10px;
}
.contact .contact-item .info span {
    display: block;
    font-size: 14px;
}
#map {
    width: 100%;
    height: 300px;
}

/* FOOTER */
footer {
    display: block;
    padding: 20px 0;
}
footer a.logo {
    display: inline-block;
}
footer a.logo img {
    max-height: 70px;
    max-width: 100%;
    filter: grayscale(100%);
}
footer p {
    margin: 0;
    font-size: 12px;
    color: #7a7a7a;
}
footer p.small {
    font-size: 10px;
}
footer ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
footer ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background: #6abebe;
    color: #fff;
    transition: 0.15s ease all;
}
footer ul li a:hover {
    background: #4791A4;
    color: #fff;
}
footer ul li a:focus,
footer ul li a:active {
    background: #25638A;
    color: #fff;
}
footer .association {
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 10px;
}

/* SINGLE SERVICE */
.single-service {
    display: block;
    position: relative;
    padding: 80px 0;
}
.single-service.empty {
    border-bottom: 1px solid #eee;
    text-align: center;
    background: #f6f8f7;
    padding: 140px 0;
}
.single-service.empty:after {
    display: none;
}
.single-service.empty h3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    letter-spacing: -1.5px;
}
.single-service:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 47%;
    height: 80%;
    content: ' ';
    z-index: 0;
    background: url('../img/services-1.jpg') center no-repeat;
    background-size: cover;
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}
.single-service.v2:after {
    left: 0;
    right: auto;
    clip-path: polygon(0% 0%, 90% 0, 100% 100%, 0% 100%);
    width: 47%;
    background: url('../img/services-2.jpg') center no-repeat;
    background-size: cover;
}
.single-service.v3:after {
    background: url('../img/services-3.jpg') center no-repeat;
    background-size: cover;
}
.single-service h3 {
    font-size: 40px;
    letter-spacing: -2px;
    max-width: 70%;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.single-service p {
    font-size: 1.05rem;
}
.single-service ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0 1rem 0;
    font-size: 1.05rem;
}
.single-service ul li {
    padding-bottom: 3px;
}
.single-service ul li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin-right: 6px;
    color: #6abebe;
}

/* MEET CEO */
.meet-ceo {
    display: block;
    position: relative;
    padding-top: 50px;
}
.meet-ceo .box-wrapper {
    box-shadow: rgba(0,0,0,0.1) 0 15px 35px;
    border-radius: 5px;
    padding: 30px;
    background: #fff;
    z-index: 2;
    position: relative;
}
.meet-ceo .box-wrapper img.img-fluid {
    margin-top: -80px;
    margin-bottom: -30px;
}
.meet-ceo h4 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}
.meet-ceo h1 {
    font-weight: 600;
    font-size: 36px;
}
.meet-ceo p {
    font-size: 14px;
    margin: 0;
}

/* CONTACT DETAILS */
.contact-details {
    display: block;
    position: relative;
    padding: 0 0 60px 0;
    background: #fff;
}
.contact-details:before {
    position: absolute;
    top: -148px;
    left: 0;
    width: 100%;
    height: 150px;
    content: ' ';
    background: #fff;
    z-index: 0;
    clip-path: polygon(0 95%, 100% 0, 100% 100%, 0% 100%);
}
.contact-details.about-contact {
    padding-top: 60px;
}
.contact-details.about-contact:before {
    display: none;
}
.contact-details .contact-item {
    display: block;
    text-align: center;
}
.contact-details .col-md-4:nth-child(2) .contact-item {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.contact-details .contact-item img {
    width: 48px;
    height: 48px;
    filter: brightness(0);
    opacity: 0.15;
}
.contact-details .contact-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 5px 0;
}
.contact-details .contact-item p {
    font-size: 14px;
    margin: 0;
}

/* TESTIMONIALS */
.testimonials {
    display: block;
    position: relative;
    padding: 80px 0;
}
.testimonials h1 {
    font-size: 40px;
    letter-spacing: -2px;
    max-width: 70%;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 50px 0;
}
.testimonials .testimonial-item {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.testimonials .testimonial-item + .testimonial-item {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #eee;
}
.testimonials .testimonial-item .testimonial-quote .testimonial-stars {
    display: flex;
    margin-bottom: 1.5rem;
}
.testimonials .testimonial-item .testimonial-quote .testimonial-stars img {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.25rem;
}
.testimonials .testimonial-item p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    position: relative;
}
.testimonials .testimonial-item .testimonial-person {
    width: 30%;
    flex-shrink: 0;
    padding-right: 1.5rem;
}
.testimonials .testimonial-item .testimonial-person strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.testimonials .testimonial-item .testimonial-person span {
    font-size: 12px;
    color: #999;
    display: block;
}
.single-service p {
    font-size: 1.05rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    body, html {
        font-size: 14px;
    }
    .main h1 {
        font-size: 36px;
    }
    .single-service h3,
    .single-service.empty h3 {
        font-size: 30px;
    }
    .what-we-do ul li {
        width: 49%;
    }
    .navbar .nav-item > .nav-link {
        margin-left: 5px;
    }
    .navbar .nav-item > .nav-link.button {
        margin-left: 10px;
    }
    .navbar .navbar-brand img {
        height: 100px;
    }
    footer .association {
        height: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar .nav-item > .nav-link {
        margin-left: 0;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar .nav-item > .nav-link.button {
        margin-left: 10px;
    }
    .navbar .navbar-brand img {
        height: 60px;
        margin-bottom: -40px;
    }
    .main {
        padding: 150px 0;
    }
    .main h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }
    .main p {
        font-size: 14px;
    }
    .services .service h4 {
        font-size: 16px;
    }
    .services .service p {
        font-size: 12px;
    }
    .what-we-do ul li {
        width: 49%;
        font-size: 12px;
    }
    .what-we-do img.img-fluid {
        display: block;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .schedule-appointment h3,
    .what-we-do h3,
    .contact h3 {
        font-size: 20px;
    }
    .schedule-appointment p,
    .what-we-do p,
    .contact p {
        font-size: 12px;
    }
    .btn {
        padding: 7px 20px;
        font-size: 12px;
    }
    .contact .contact-item .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .contact .contact-item .icon img {
        width: 24px;
        height: 24px;
    }
    .contact .contact-item .info {
        font-size: 12px;
        width: calc(100% - 65px);
    }
    footer a.logo img {
        height: auto;
        max-width: 100%;
    }
    footer p {
        font-size: 11px;
    }
    footer .association {
        height: 20px;
    }
    .meet-ceo h1 {
        font-size: 24px;
    }
    .meet-ceo p {
        font-size: 10px;
    }
    .contact-details .contact-item h3 {
        font-size: 14px;
    }
    .contact-details .contact-item p {
        font-size: 12px;
    }
    .single-service h3 {
        font-size: 24px;
        letter-spacing: 0;
        max-width: 100%;
    }
    .single-service p,
    .single-service ul li {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    html, body {
        font-size: 14px;
    }
    header .top-line {
        display: none;
    }
    .navbar-light {
        padding: 25px 15px;
    }
    .navbar .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar .navbar-brand img {
        height: 60px;
        margin-bottom: -20px;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
        outline: none;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar .nav-item:first-child {
        margin-top: 15px;
    }
    .navbar .nav-item > .nav-link {
        margin-left: 0;
        text-align: center;
    }
    .navbar .nav-item > .nav-link.button {
        margin-left: 0;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .main {
        padding: 50px 0 300px 0;
        text-align: center;
        background: url('../img/bg-mobile.jpg') center bottom no-repeat;
        background-size: cover;
    }
    .main h1 {
        font-size: 24px;
        letter-spacing: 0;
        font-weight: 600;
        padding: 0 10%;
    }
    .services .service {
        padding: 30px 30px;
    }
    .services .col-md-4:nth-child(2) .service {
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        border-left: none;
        border-right: none;
    }
    .services .service img {
        width: 48px;
        height: 48px;
    }
    .services .service h4 {
        font-size: 14px;
    }
    .services .service p {
        font-size: 12px;
    }
    .what-we-do {
        text-align: center;
    }
    .what-we-do img.img-fluid {
        margin-top: 30px;
    }
    .what-we-do ul li {
        display: block;
        width: 100%;
    }
    .schedule-appointment h3,
    .what-we-do h3,
    .contact h3 {
        font-size: 20px;
    }
    .schedule-appointment {
        text-align: center;
    }
    .schedule-appointment p {
        margin-bottom: 10px;
    }
    .schedule-appointment .btn {
        margin-top: 5px;
    }
    .contact .contact-item:first-child {
        margin-top: 30px;
    }
    .contact .contact-item .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .contact .contact-item .icon img {
        width: 24px;
        height: 24px;
    }
    .contact .contact-item .info {
        font-size: 12px;
        width: calc(100% - 65px);
    }
    footer a.logo {
        display: none;
    }
    footer p {
        font-size: 11px;
        margin: 0 0 20px 0;
    }
    .main.v2 {
        padding-top: 60px;
    }
    .main.v2 h1 {
        padding-left: 2.5%;
        padding-right: 2.5%;
        margin-bottom: 15px;
    }
    .main.v2 .img-fluid {
        margin: auto;
        margin-top: 50px;
        max-width: 65%;
    }
    .meet-ceo {
        text-align: center;
    }
    .meet-ceo h1 {
        font-size: 24px;
    }
    .meet-ceo .box-wrapper img.img-fluid {
        margin-bottom: 30px;
    }
    .contact-details {
        padding-top: 60px;
    }
    .contact-details:before {
        height: 100px;
        top: -98px;
    }
    .contact-details .col-md-4:nth-child(2) .contact-item {
        border-left: none;
        border-right: none;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .single-service.empty {
        padding: 100px 0;
    }
    .single-service {
        padding: 240px 0 70px 0;
    }
    .single-service:after,
    .single-service.v2:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        bottom: auto;
        margin: 0;
        clip-path: none;
    }
    .single-service h3,
    .single-service.empty h3 {
        font-size: 24px;
        max-width: 80%;
        margin-right: auto;
        letter-spacing: 0;
    }
    .schedule-appointment.v2 {
        margin-top: 0;
    }
    footer .association {
        height: 35px;
    }
    .testimonials h1 {
        font-size: 30px;
        max-width: 80%;
        margin-right: auto;
        letter-spacing: 0;
    }
    .testimonials .testimonial-item {
        flex-direction: column;
    }
    .testimonials .testimonial-item .testimonial-person {
        margin-top: 1.5rem;
        width: 100%;
    }
}

@media (min-width: 360px) and (max-width: 379px) {
    .navbar .navbar-brand img {
        height: 70px;
        margin-bottom: -40px;
    }
}
@media (min-width: 380px) and (max-width: 399px) {
    .navbar .navbar-brand img {
        height: 75px;
        margin-bottom: -40px;
    }
}
@media (min-width: 400px) and (max-width: 419px) {
    .navbar .navbar-brand img {
        height: 80px;
        margin-bottom: -40px;
    }
}
@media (min-width: 420px) and (max-width: 439px) {
    .navbar .navbar-brand img {
        height: 85px;
        margin-bottom: -50px;
    }
}
@media (min-width: 440px) and (max-width: 499px) {
    .navbar .navbar-brand img {
        height: 90px;
        margin-bottom: -55px;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    .navbar .navbar-brand img {
        height: 100px;
        margin-bottom: -55px;
    }
}