@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #000000;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
.home .wrapper {
    padding: 0px;
}
h1.entry-title,
h2.block-title {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 39px;
    letter-spacing: 5px;
    line-height: 1.1;
    color: #134d61;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0px;
}
h1.entry-title:before,
h2.block-title:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #c4c4c7;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -1px;
}
h1.entry-title span,
h2.block-title span {
    display: block;
    position: relative;
    padding: 0px 40px;
    background: #fff;
    z-index: 10;
}
#page-wrapper,
#single-wrapper,
#archive-wrapper {
    padding-top: 30px;
}
.btn,
.qbutton {
    background: #28a0be;
    text-align: center;
    padding: 7px 15px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    transition: all 0.2s ease;
}
.btn-dark {
    background: #134d61;
}
.btn-dark:hover {
    background: #134d61 !important;
    opacity: 0.8;
}
.qbutton {
    font-size: 10px;
    padding: 5px 10px;
    text-align: center;
    border: 0px;
}
.qbutton:hover,
.btn:hover {
    opacity: 0.8;
    background: #28a0be;
    color: #fff;
}
#header-wrapper {
    position: relative;
    width: 100%;
    box-shadow: 5.657px 5.657px 4.5px rgba(0,0,0,0.15);
    z-index: 1000;
}
#header {
    padding: 10px 0px;
}
#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding: 0px;
    margin: 0px;
}
.branding {
    position: relative;
    width: 192px;
}
.branding img {
    width: 100%;
    height: auto;
}
@media all and (min-width: 1400px) {
    .branding {
        top: 20px;
    }
    .branding img {
        position: relative;
        z-index: 20;
    }
    .branding:after {
        display: block;
        content: '';
        position: absolute;
        width: 109px;
        height: 32px;
        left: 35px;
        bottom: -30px;
        z-index: 10;
        background: url(../images/logo-bg.png) center no-repeat;
        background-size: contain;
    }
    body:not(.home) .branding::after {
        background: #fff url(../images/logo-bg.png) center no-repeat;
        background-size: contain;
    }
}
@media all and (max-width: 1400px) {
    .branding {
        top: 11px;
    }
    .branding img {
        position: relative;
        z-index: 20;
    }
    .branding:after {
        display: block;
        content: '';
        position: absolute;
        width: 128px;
        height: 37px;
        left: -8px;
        bottom: -26px;
        z-index: 10;
        background: url(../images/logo-bg.png) center no-repeat;
        background-size: contain;
    }
}
.navbar {
    padding: 0px;
}
.navbar-expand-lg .navbar-nav {
    gap: 5px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    border-radius: 19px;
    padding: 5px 16px;
    line-height: 1.3;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    color: #134d61;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s ease;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .active .nav-link {
    color: #fff;
    background: #134d61;
}
.dropdown-toggle:after {
    display: none;
}
.dropdown-menu {
    box-shadow: 8.388px 12.436px 5px rgba(0,0,0,0.04);
    border: 1px solid #b5b9ce;
    border-radius: 19px;
    padding: 15px 30px;
    margin-top: 10px;
}
@media all and (min-width: 1024px) {
    .dropdown-menu {
        min-width: 450px;
    }
}
.dropdown-item {
    padding: 7px 0px;
    background: none !important;
    font-size: 11px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
    font-family: "Mulish";
    white-space: wrap;
}
.dropdown-item:hover,
.dropdown-item.active {
    color: #fa0605;
}
.header-contact {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.header-contact .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    min-width: 155px;
    height: 26px;
    padding: 0px 15px;
    border-radius: 8px;
}
.callback {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.phone a {
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
}
.phone a img {
    width: 25px;
    height: auto;
}
#first-screen {
    position: relative;
}
#first-screen .social {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    z-index: 100;
}
.news-wrapper {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 40px 0px;
}
.news-wrapper:after {
    display: block;
    content: '';
    width: 100%;
    height: 10px;
    box-shadow: 1.5px 2.598px 6.5px rgba(0,0,0,0.09);
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 1;
}
.news-wrapper .col-lg-4:last-child .cat-name {
    margin-bottom: 3px;
}
.job-item {
    width: 16.666%;
    flex: unset;
    display: flex;
    gap: 15px;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
}
.job-item span {
    padding-top: 7px;
}
.job-item svg {
    min-width: 36px;
}
.award-carousel {
    padding: 0px 20px;
}
.award-item {
    padding: 0px 15px;
}
.award-item img {
    border: 1px solid #a7a0a0;
    border-radius: 15px;
}
.slick-arrow {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
    padding: 0px;
    border: 0px;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -13px;
    z-index: 10;
}
.slick-arrow svg {
    max-width: 14px;
    height: auto;
}
.slick-arrow.slick-next {
    left: auto;
    right: 25px;
    transform: rotate(-180deg);
}
#awards .news-wrapper {
    background: #fafafa url(../images/award-bg.png) center bottom no-repeat;
    background-size: cover;
}
#footer {
    padding: 30px 0px;
}
#footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer .container p {
    margin: 0px;
}
.copy {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    line-height: 14px;
    color: #6d6564;
    font-weight: 600;
}
.copy img {
    width: 95px;
    min-width: 95px;
}
.dev a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 11px;
    line-height: 18px;
    color: #6d6564;
    font-weight: 600;
    text-decoration: none;
}
.dev a img {
    width: 89px;
    height: auto;
}
#map {
    width: 100%;
    height: 760px;
}
.slide-item {
    width: 100%;
    height: 446px !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-text {
    padding: 50px 50px 50px 60px;
    font-size: 25px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #575656;
    font-weight: 700;
    font-family: "Mulish";
}
#clients .col {
    flex: unset;
    width: 20%;
}
#job .news-wrapper,
#clients .news-wrapper {
    padding-bottom: 10px;
}
#clients .col a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
}
#clients .col img {
    max-height: 100%;
    width: auto;
    transition: all 0.2s ease;
}
#clients .col img:hover {
    transform: scale(1.05);
}
.page-text {
    text-align: justify;
}
@media all and (min-width: 1280px) {
    .page-sidebar {
        max-width: 545px;
        margin-left: auto;
    }
}
.page-sidebar img {
    border-radius: 15px;
}
.social {
    display: flex;
    justify-content: center;
    gap: 23px;
}
.social img {
    width: 32px;
    height: auto;
    max-width: 32px;
    height: auto;
}
.price-table {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 50px;
}
.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0px;
}
.form-item {
    margin-bottom: 15px;
}
.modal-header {
    border: 0px;
}
.wpcf7 textarea {
    height: 150px;
    padding: 15px;
}
.wpcf7-list-item {
    font-size: 12px;
    margin: 0px;
}
.btn-outline-primary, .wpcf7 input[type="submit"] {
    box-shadow: 6.561px 7.547px 4px rgba(0,0,0,0.05);
    width: 100%;
    height: 50px;
    text-align: center;
    border: 1px solid #28a0be;
    background: #28a0be;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-family: "Mulish";
}
.btn-outline-primary:hover, .wpcf7 input[type="submit"]:hover {
    border-color: #28a0be;
    background: #28a0be;
    color: #fff;
    opacity: 0.8;
}
.wpcf7-spinner {
    display: none !important;
}
.modal-body {
    padding: 10px 30px 30px 30px;
}
.error-pic {
    padding: 140px 0px;
    max-width: 640px;
    margin: 0 auto;
}
.page-header {
    position: relative;
}
.page-header .breadcrumbs {
    position: absolute;
    top: 10px;
    left: 0px;
    max-width: 450px;
    font-size: 12px;
    color: #a6a6a5;
}
.page-header .breadcrumbs a {
    text-decoration: none;
    color: #a6a6a5;
}
.breadcrumbs > span:last-child {
	color: #333;
}
.taxonomy-description br {
    display: none;
}
.cat-item > a {
    display: block;
    text-decoration: none;
    height: 253px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    padding: 25px 50px;
}
.cat-name {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
}
.cat-description {
    font-size: 14px;
    font-weight: 500;
}
.cat-description p {
    margin-bottom: 10px;
}
.marker img {
    width: 100px;
    height: auto;
    min-width: 100px;
    margin: -143px 0px 0px -50px;
    animation: moveDown 2s ease-in-out infinite alternate;
    transition: all 0.2s ease;
}
@keyframes moveDown {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-10px);
    }
}
#map-wrapper {
    position: relative;
}
.map-block {
    display: flex;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 100;
    border-radius: 20px;
    overflow: hidden;
}
.map-pic {
    width: 350px;
    height: 400px;
    background: url(../images/map-pic.jpeg) center center no-repeat;
    background-size: cover;
}
.map-text {
    width: 315px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    font-family: "Mulish";
    padding: 25px 0px 0px 0px;
}
.map-text_inner {
    padding: 0px 25px 0px 50px;
}
.map-text a {
    text-decoration: none;
}
.footer-logo {
    margin-bottom: 15px;
    margin-left: -33px;
}
.footer-logo img {
    max-width: 230px;
}
.route-link {
    width: 100%;
    border-radius: 0px;
    margin-top: 10px;
}
.map-callback {
    position: absolute;
    z-index: 100;
    bottom: 50px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-callback >  a {
    padding: 10px 15px;
    width: 420px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.subcategory {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.subcategory a {
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-family: "Mulish";
    text-decoration: none;
    border-radius: 19px;
    background-color: #ffffff;
    border: 1px solid #b5b9ce;
    padding: 10px 25px;
    transition: all 0.2s ease;
}
.subcategory a:hover,
.subcategory a.active {
    background: #c7c2c2;
}
.wpc-filter-header {
    display: none;
}
.wpc-filters-widget-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.wpc-instead-of-posts-found {
    display: none;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    border-radius: 14px !important;
    background-color: #f1f1f1 !important;
    border: 1px solid #f1f1f1 !important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
    background: none !important;
    border: 0px !important;
    border-radius: 0px !important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper:hover,
body .wpc-filters-main-wrap input.wpc-label-input:checked + label span.wpc-filter-label-wrapper {
    background: #134d61 !important;
    color: #fff !important;
}
.wpc-filter-link {
    margin: 0px !important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    padding: 0px !important;
}
.wpc-search-icon {
    right: 12px !important;
    left: auto !important;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a {
    padding: 5px 25px;
}
.wpc-filters-widget-content .wpc-filters-section .wpc-filter-search-form .wpc-search-field {
    border-radius: 19px;
    border: 0px solid #b5b9ce;
    box-shadow: unset !important;
    outline: none !important;
}
.wpc-filters-widget-content .wpc-filters-section .wpc-filter-search-form .wpc-search-field {
    padding-left: 20px !important;
    padding-right: 40px !important;
}
#wpc-term-post_meta-year-4 {
    order: 2;
}
#wpc-term-post_meta-year-6 {
    order: 3;
}
.news-item a {
    text-decoration: none;
    display: block;
}
.post-pic img {
    border-radius: 30px;
}
.news-inner_title {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #134d61;
    font-weight: 800;
    padding-top: 20px;
    font-family: "Mulish";
    text-decoration: none;
}
.entry-post {
    width: 100%;
    max-width: 877px;
    margin: 0 auto;
}
.entry-post p {
    margin-bottom: 30px;
}
.entry-post img {
    border-radius: 30px;
}
.entry-post h2 {
    font-size: 28px;
    letter-spacing: 4px;
    color: #134d61;
    font-weight: normal;
    text-align: center;
    margin: 30px 0px;
    text-transform: uppercase;
}
.entry-post h3 {
    font-size: 21px;
    letter-spacing: 3px;
    color: #134d61;
    font-weight: normal;
    text-align: center;
    margin: 30px 0px;
    text-transform: uppercase;
}
.callback {
    position: relative;
}
.p-form {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 15px;
    right: 0px;
    background: #fff;
    box-shadow: 6.561px 7.547px 4px rgba(0,0,0,0.05);
    padding: 10px;
    width: 340px;
    border-radius: 10px;
    border: 1px solid #ced4da;
    z-index: 100;
}
#p-feedback {
    right: auto;
    top: auto;
    bottom: 100px;
}
.p-more,
.p-less {
    display: none;
}
@media all and (min-width: 960px) {
    .p-more {
        display: block;
    }
    .p-form.more {
        width: 610px;
    }
    .p-form.more .p-more {
        display: none;
    }
    .p-form.more .p-less {
        display: block;
    }
}

.p-form textarea,
.p-form input[type="text"],
.p-form input[type="tel"],
.p-form input[type="email"] {
    background: #fafafa !important;
}
.p-form textarea {
    resize: none;
    height: 100px;
}
.p-form_header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.p-form_header span {
    cursor: pointer;
}
.p-form_header svg {
    width: 15px;
    height: auto;
}

@media all and (min-width: 1400px) {
    #p-feedback {
        margin-left: 400px;
    }
}
input.wpcf7-not-valid {
	border-color: red !important;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.price-value {
	white-space: pre;
	min-width: 130px;
}
.price-name {
	padding-right: 5px;
}
.nav-pills {
    gap: 40px;
}
.nav-pills .nav-link {
    padding: 10px 15px;
    border-radius: 19px;
    background-color: #ffffff;
    border: 1px solid #b5b9ce;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: #c7c2c2;
    border-color: #c7c2c2;
}
.nav-pills .nav-link:hover {
    color: #f40808;
}
.tab-pane h2 {
    font-size: 27px;
    letter-spacing: 4px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 60px;
}
.services-list {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}
.services-list_item {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
    cursor: pointer;
    padding-left: 40px;
}
.services-list_item:before {
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 2px;
    min-width: 20px;
}
.services-list_item.active:before {
    background: #333;
}
.pay-noty_first {
    text-align: center;
    padding: 30px 0px;
    font-size: 15px;
    line-height: 27px;
    color: #000000;
    font-weight: bold;
}
.pay-noty {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    border-radius: 6px;
    border: 2px solid #ffa92d;
    margin-bottom: 30px;
    padding: 20px;
}
#main .wpcf7 {
    max-width: 800px;
}
.price-meta p {
    margin: 0px;
}
.price-meta p:first-child {
    font-size: 15px;
    line-height: 27px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 5px;
}
.price-val {
    font-size: 15px;
    line-height: 27px;
    color: #000000;
    font-weight: 800;
}
.price-meta {
    padding-right: 20px;
}
.grecaptcha-badge {
	display: none;
}
.blue-bg {
    padding: 55px 0px;
    background: url(../images/main-bg.png) center top repeat-x;
    background-size: 1920px;
}
.table {
    border: 0px;
}
.table > :not(caption) > * > *, .wp-block-table table > :not(caption) > * > * {
    border: 0px;
    border-bottom: 1px solid #28a0be;
}
.table > thead, .wp-block-table table > thead {
    border: 0px;
    border-bottom: 2px solid #28a0be;
}
.wp-block-table .has-fixed-layout th {
    font-size: 14px;
    color: #134d61;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
}
.table-bordered > :not(caption) > *, .wp-block-table table > :not(caption) > * {
    border: 0px;
}
#about {
    text-align: justify;
}
#about .wp-block-image img,
#about figure {
    margin: 0px;
}
@media all and (min-width: 1200px) {
    #about .wp-block-column p:last-child {
        margin: 0px;
    }
}
#advantages h2 {
    margin-top: 0px;
}
#advantages .news-wrapper {
    padding-bottom: 0px;
}
#about .is-layout-flex {
    margin: 0px;
}
.a-pic {
    margin-bottom: 20px;
}
.a-pic img {
    display: block;
    width: 65px;
    height: auto;
    margin: 0 auto;
}
.a-desc p:first-child {
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-family: "Mulish";
}
.services-pic {
    padding-bottom: 20px;
}
.services-pic img {
    border-radius: 30px;
}
.services-item a {
    display: block;
    text-decoration: none;
}
.services-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #326782;
    font-weight: 800;
    padding: 0px 15px;
    font-family: "Mulish";
}
.team-wrapper,
.reviews-wrapper {
    width: 100%;
    background: url(../images/reviews-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 70px;
    background-attachment: fixed;
    padding-bottom: 40px;
}
.team-wrapper {
    padding: 55px 0px;
}
.reviews-item a {
    position: relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.reviews-item a img {
    border-radius: 30px;
}
.reviews-item a:after {
    display: block;
    content: '';
    width: 96px;
    height: 96px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/play.png) center center no-repeat;
    background-size: contain;
}
.doposle-wrapper {
    width: 100%;
    background: #e9eced;
    padding-top: 70px;
    padding-bottom: 70px;
}
.doposle-carousel {
    padding: 0px 50px;
}
.doposle-item {
    position: relative;
    padding: 0px 10px;
}
.doposle-item img {
    border-radius: 30px;
}
.doposle-label {
    position: absolute;
    top: 0px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #28a0be;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Mulish";
    width: 150px;
    height: 50px;
    border-radius: 30px 0px 30px 0px;
    z-index: 100;
}
.doposle-label.posle {
    left: auto;
    right: 10px;
    border-radius: 0px 30px 0px 30px;
    background: #326782;
}
.doposle-wrapper_2 {
    background: url(../images/doposle-bg.jpg) center top no-repeat;
    background-size: cover;
}
.team-carousel {
    padding: 0px 10px;
}
.team-carousel_item {
    padding: 0px 20px;
}
.team-carousel .slick-arrow {
    left: 5px;
}
.team-carousel .slick-arrow.slick-next {
    left: auto;
    right: 5px;
}
.team-pic {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.team-meta {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(19, 77, 97, 0.67);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Mulish";
    opacity: 0;
    transition: all 0.2s ease;
}
.team-meta p {
    margin: 0px;
}
.team-meta > div:first-child {
    font-size: 18px;
}
.team-pic:hover .team-meta {
    opacity: 1;
}
#services .block-title {
    margin-top: 0px;
}
.home #reviews h2.block-title {
    margin-top: 20px;
}
#faq .blue-bg,
#steps .blue-bg {
    background: url(../images/steps-bg.png) center top repeat-x;
}
.wp-container-core-columns-is-layout-9d6595d7:last-child {
    margin-bottom: 0px;
}
#post-20 .blue-bg {
    padding-bottom: 0px;
}
.accordion-flush .accordion-item:not(:last-child) {
    margin-bottom: 10px;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    background: none;
    font-size: 22px;
    color: #134d61;
}
.accordion-button:focus {
    z-index: 3;
    border-color: 0px;
    outline: 0;
    box-shadow: unset;
}
.accordion-item {
    border-radius: 13px !important;
    box-shadow: 1.414px 1.414px 4.5px rgba(19,77,97,0.15);
    background-color: #ffffff;
}
.tax-works_categories #archive-wrapper {
    padding-bottom: 0px;
}
.tax-works_categories #archive-wrapper .blue-bg {
    padding-top: 0px;
}
.a-desc {
    text-align: center;
}
.tr-pic {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.tr-pic img {
    border-radius: 50%;
    width: 115px;
    height: 115px;
    object-fit: cover;
}
.tr-name {
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    text-align: center;
    font-family: "Mulish";
}
.tr-text {
    text-align: justify;
}