/* @font-face {
    font-family: "Agrandir";
    src: url(../fonts/Agrandir-Regular.woff2)format("woff2"), url(../fonts/Agrandir-Regular.woff)format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Agrandir";
    src: url(../fonts/Agrandir-TextBold.woff2)format("woff2"), url(../fonts/Agrandir-TextBold.woff)format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

body {
    font-family: "League Spartan", Sans-serif;
    font-size: 17px;
    overflow-x: hidden
}

img {
    vertical-align: middle;
    max-width: 100%
}

a img {
    border: 0
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

ul li {
    line-height: 1.5;
}

:focus {
    outline: 0
}

.outer_overflow {
    overflow: hidden
}

.wrapper {
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%
}

.wrapper2 {
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%
}

.clr {
    clear: both;
    float: none;
    display: block
}

.clr:after,
.afclr:after {
    clear: both;
    float: none;
    display: block;
    content: ""
}

input[type=submit],
button {
    -webkit-appearance: none
}

img {
    max-width: 100%;
}

.custom_fomt_second .elementor-widget-container,
.elementor-icon-list-text,
.elementor-tab-content,
.elementor-button {
    font-family: "League Spartan", Sans-serif !important;
}

.header_logo a {
    display: inline-block;
}

.header_logo {
    width: 22%;
}

.header_logo img {
    width: 100%;
    height: auto;
}

.h_social_item_r {
    width: 77%;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header_outer {
    padding: 20px 0;
    position: relative
}

.header_bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.header_desktop_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
    margin-top: 20px
}

.site-menu {
    display: inline-block
}

.nav-menu>li {
    margin: 0 25px;
    position: relative;
    display: inline-block
}

.nav-menu>li:nth-last-child(2) {
    margin-right: 0
}

.nav-menu>li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: auto;
    bottom: 0;
    left: 0
}

.nav-menu>li a::after {
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.nav-menu>li:hover a::after {
    transform-origin: left;
    transform: scaleX(1)
}

.nav-menu .sub-menu li a::after {
    display: none
}

.nav-menu>li>a,
.nav-menu ul>li>a {
    position: relative;
    z-index: 3;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    display: block;
    padding: 3px 2px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.nav-menu>.menu-item-has-children>a::before {
    position: absolute;
    content: "";
    display: block;
    height: 8px;
    width: 15px;
    right: -15px;
    top: 12px;
    background: url(../images/menu-down-icon-w.svg)no-repeat;
    transition: all .5s ease-in-out;
    background-size: contain
}

.nav-menu .sub-menu .menu-item-has-children>a::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/sub-menu-plus-fa.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease
}

.nav-menu .sub-menu .menu-item-has-children:hover a::before {
    background: url(../images/hov-icon-minus-com.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 22px;
    height: 20px;
    right: 11px
}

.nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    z-index: 1000;
    visibility: visible;
    filter: alpha(opacity=0);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, .211764)
}

.nav-menu .sub-menu li {
    float: none;
    background: #fff;
    border-bottom: 1px solid #e7bc20;
    border-left: none;
    padding: 0;
    display: block;
    position: relative
}

.nav-menu .sub-menu li:first-child {
    border-top: 2px solid #e7bc20
}

.nav-menu .sub-menu a {
    padding: 7px 13px
}

.nav-menu .sub-menu li a {
    text-align: left;
    font-size: 14px;
    text-shadow: none;
    color: #000;
    display: block
}

.nav-menu .sub-menu ul {
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 0;
    padding-left: 0;
    right: auto;
    padding-top: 0;
    filter: alpha(opacity=0);
    width: 180px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(40px, 0)
}

.nav-menu .sub-menu li:last-child {
    border-bottom: none
}

.nav-menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.nav-menu .sub-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0)
}

.nav-menu .sub-menu ul li:first-child {
    border-top: none
}

.nav-menu .sub-menu ul li,
.nav-menu .sub-menu ul li:first-child {
    background: #f8f8f8
}

.cross_button {
    display: none
}

.nav-menu .sub-menu li a::after {
    display: none
}

.nav-menu>li:hover a::after {
    opacity: 1;
    visibility: visible
}

@keyframes bg-pulse-big {
    0% {
        box-shadow: 0 0 0 0 rgba(2, 202, 252, .2)
    }

    to {
        box-shadow: 0 0 0 20px transparent
    }
}

.nav-menu .sub-menu li a:hover {
    color: #fff;
    background: #e7bc20
}

.menu_expand {
    display: none;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    letter-spacing: 3px;
    text-decoration: none;
    float: right;
    border-radius: 4px;
    padding: 11px;
    background: #fff
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    opacity: 0
}

.overlay.active {
    z-index: 100;
    opacity: 1
}

.sub-menu-toggle {
    display: none
}

.m_top_section {
    padding: 8px 0 6px;
    background-color: #e7bc20
}

.menu_details_section {
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: center;
    display: none
}

.sticky_header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .19);
    background-color: #fff;
    z-index: 12
}

.top_info_in a {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    line-height: normal;
    display: inline-flex;
    align-items: center
}

.top_info_in a:hover .info_header_d {
    text-decoration: underline
}

.info_header_d img {
    width: 27px !important;
    height: 27px !important;
    vertical-align: -.4em !important
}

.top_info_in {
    margin-right: 43px
}

.top_info_in:last-child {
    margin-right: 0
}

.img_b_style {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px
}

.info_header_d {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    color: #000;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    padding-top: 1px
}

.top_info_in_email .info_header_d {
    word-break: break-word;
    white-space: normal
}

.img_b_style svg {
    max-width: 30px;
    position: relative
}

.footer_content_item_inner {
    border-top: 5px solid #e7bc20;
    background: #000;
    padding: 15px 0;
    color: #fff
}

.footer_copyright {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer_copyright_l p,
.footer_copyright_r p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.footer_copyright_l p a,
.footer_copyright_r p a {
    color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.footer_copyright_l p a:hover {
    text-decoration: underline
}

.footer_logo {
    max-width: 50px;
    display: inline-block
}

.choose_block {
    position: relative
}

.choose_block::after {
    position: absolute;
    content: "";
    top: 0;
    height: 150px;
    width: 120px;
    left: 0;
    background-image: url(../images/leaf-img.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.faq_outer_ct .elementor-accordion-item {
    border-bottom: 1px solid #b7b7b775 !important
}

.faq_outer_ct .elementor-accordion-icon {
    margin-top: 7px
}

.info_boxes_block {
    position: relative
}

.info_boxes_block:after {
    content: "";
    position: absolute;
    right: -9px;
    top: -9px;
    border-radius: 100px;
    background: #fff;
    height: 75px;
    width: 75px
}

.full_height_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contact_us_form_box {
    display: flex;
    flex-wrap: wrap;
    margin: 0-7px
}

.contact_input_form_b {
    width: 50%;
    margin-bottom: 16px;
    padding: 0 7px
}

.contact_input_form_b label {
    font-family: "League Spartan", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    color: #fff;
    padding-bottom: 12px;
    display: inline-block
}

.contact_us_form_box_full {
    width: 100%
}

.cn_input {
    font-family: "League Spartan", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 100%;
    background-color: #fff;
    border-width: 0 0 0 0;
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 8px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    color: #000;
    padding: 12px 13px
}

.cn_input::placeholder {
    color: #1b2430cc
}

.cn_select {
    background-image: url(../images/down-arrow-black.svg);
    background-position: 96%center;
    background-size: 12px;
    padding-right: 50px
}

.cn_textarea {
    resize: none
}

.submit_form_b {
    text-align: left
}

.cn_submit_btn {
    font-family: "League Spartan", Sans-serif;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    background-color: #e7bc20;
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e7bc20;
    padding: 13px 24px;
    cursor: pointer;
    line-height: 1;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    min-width: 129px
}

.cn_submit_btn:hover {
    background-color: transparent;
    color: #e7bc20
}

.contact_radio_block {
    display: flex;
    gap: 20px
}

.contact_radio_block .wpcf7-list-item:first-child {
    margin: 0
}

.paragraph_p p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    padding-bottom: 15px
}

.paragraph_p p:last-child {
    padding-bottom: 0
}

.c_testimonial_slider_out {
    position: relative;
    padding-bottom: 65px
}

.client_testimonial_block .heading_title {
    text-align: center
}

.testimonial_c_box {
    border: 1px solid #e7bc20;
    border-radius: 23px;
    background-color: #f9f9f9;
    overflow: hidden
}

.t_testimonial_c_item {
    padding: 33px 33px 37px 33px
}

.rating_star_img {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.rating_star_img img {
    max-width: 24px
}

.rating_star_ct {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px
}

.rating_user_img {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    overflow: hidden;
    min-width: 54px
}

.rating_user_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonial_quote_img {
    text-align: left;
    margin-bottom: 10px
}

.testimonial_quote_img>p {
    font-size: 72px;
    font-weight: 700;
    color: #000;
    line-height: 20px;
    position: relative;
    top: 20px
}

.testimonial_ct_h>h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    padding-bottom: 10px
}

.rating_user>h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    line-height: 20px
}

.rating_star_ct>p {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 18px
}

.swiper-pagination.c_testimonial_pagination {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.c_testimonial_pagination .swiper-pagination-bullet {
    background-color: #e7bc20;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 6px !important
}

.c_testimonial_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 100%;
    border: 1px solid #e7bc20;
    outline-style: solid;
    outline-color: #fff;
    outline-offset: -4px;
    width: 22px;
    height: 22px
}

.c_testimonial_slider_out .swiper-slide.swiper-slide-active .testimonial_c_box {
    background-color: #fff3c7
}

.c_testimonial_slider_out .swiper-slide.swiper-slide-active .testimonial_quote_img>p,
.c_testimonial_slider_out .swiper-slide.swiper-slide-active .testimonial_ct_h .paragraph_p p,
.c_testimonial_slider_out .swiper-slide.swiper-slide-active .rating_user>h4,
.c_testimonial_slider_out .swiper-slide.swiper-slide-active .testimonial_ct_h>h3 {
    color: #000
}

.icon_info img {
    height: 70px;
    width: 70px
}

.error_img {
    text-align: center;
    padding: 90px 0 90px
}

.error_section h1 {
    font-family: "League Spartan", Sans-serif;
    font-size: 150px;
    color: #000;
    font-weight: 700;
    line-height: 123px;
    margin-bottom: 35px;
    margin-top: 0
}

.error_img .heading>img {
    width: 340px;
    margin-bottom: 20px
}

.error_section h3 {
    font-family: "League Spartan", Sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 12px
}

.footer_content {
    padding: 20px 0 20px;
    text-align: center
}

.footer_content p {
    color: #fff;
    font-size: 16px
}

.f_footer_social_block {
    display: flex;
    justify-content: center;
    padding: 20px 0
}

.f_footer_social_block a {
    display: inline-block;
    margin: 0 10px
}

.f_footer_social_block a svg {
    width: 25px
}

.f_footer_social_block a svg path {
    fill: gold
}

.page_title_setcion_inner h1 {
    font-family: "League Spartan", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1em;
    color: #000;
    text-align: center;
    margin-bottom: 20px
}

.content-area {
    min-height: 200px
}

.page_title_setcion_inner {
    padding-top: 45px
}

.latest_blogs_out {
    display: flex;
    flex-wrap: wrap;
    margin: 0-25px
}

.latest_blogs_item {
    width: 33.33%;
    padding: 0 25px;
    margin-bottom: 35px
}

.latest_blogs_info {
    height: 100%;
    border: 1px solid #e7bc20;
    padding: 14px 14px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.blogs_img_t {
    display: block;
    position: relative
}

.blogs_img_t img {
    width: 100%
}

.blogs_img_t>p {
    color: #e47068;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 4px 8px 2px;
    display: inline-block;
    letter-spacing: -.21px;
    text-transform: capitalize
}

.blog_ct_box {
    padding: 10px 20px 0 8px
}

.blog_ct_box .paragraph_pra_p p {
    color: #000;
    font-family: "League Spartan", Sans-serif;
    font-size: 17px;
    line-height: 1.5em
}

p.date_bl {
    color: #b8b8b8;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #e7bc20;
    padding-bottom: 6px;
    margin-bottom: 6px;
    line-height: normal
}

.blog_ct_box h3 {
    color: #000;
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 600;
    font-family: "League Spartan", Sans-serif;
    padding-top: 4px
}

.blog_ct_box h3 a {
    color: #000;
    line-height: 1.5;
}

.blog_ct_box .paragraph_pra_p {
    padding-bottom: 10px;
    line-height: 1.5;

}

.latest_blog_btn {
    width: 100%;
    text-align: center
}

.latest_blog_btn .site_btn {
    min-width: 123px
}

.categories_list_blog_section {
    padding: 80px 0 45px
}

.h_read_more a {
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid #000;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 20.7px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.h_read_more {
    padding: 14px 10px 0 10px
}

.h_read_more a>svg {
    margin-left: 5px
}

.h_read_more a>svg path {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.h_read_more a:hover {
    color: gold;
    border-color: gold
}

.h_read_more a:hover svg path {
    stroke: gold
}

.latest_blogs_out_all {
    display: flex;
    flex-wrap: wrap;
    margin: 0-25px
}

.pagination_blog_section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 0
}

.pagination_blog_section .page-numbers.current {
    border-radius: 6px;
    border: 1px solid rgba(0, 81, 76, .1);
    display: flex;
    align-items: center;
    width: 40px;
    justify-content: center;
    height: 40px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    margin: 0 7.5px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .312px;
    background-color: #e7bc20
}

.pagination_blog_section a.page-numbers {
    border-radius: 6px;
    border: 1px solid rgba(0, 81, 76, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #000;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    margin: 0 7.5px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .312px
}

.pagination_blog_section a.next.page-numbers {
    justify-content: end
}

.pagination_blog_section a.prev.page-numbers,
.pagination_blog_section a.next.page-numbers {
    display: flex;
    border: 0;
    align-items: center
}

.pagination_blog_section a.page-numbers {
    border-radius: 6px;
    border: 1px solid rgba(0, 81, 76, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    margin: 0 7.5px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .312px
}

.pagination_blog_section a.prev.page-numbers {
    justify-content: flex-start
}

.pagination_blog_section a.prev.page-numbers,
.pagination_blog_section a.next.page-numbers {
    display: flex;
    border: 0;
    align-items: center
}

.pagination_blog_section a.page-numbers {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #000;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    margin: 0 7.5px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .312px
}

.blog_single_div {
    display: flex;
    flex-wrap: wrap
}

.blog_sub_content {
    width: 65%;
    padding-right: 30px
}

.blog_sub_sticky {
    width: 35%
}

.blog_single_section {
    padding: 80px 0
}

.blog_single_div .page_title_setcion_inner h1 {
    font-size: 48px;
    text-align: left
}

.blog_sub_sticky_btn {
    text-align: center
}

p.date_bl.date_b2 {
    margin-top: 6px
}

.page_title_setcion_inner.page_title_setcion_inner_b {
    padding-top: 35px
}

.p_content p {
    color: #000;
    font-family: "League Spartan", Sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    padding-bottom: 15px
}

.p_content p a {
    color: #e7bc20;
    text-decoration: underline
}

.p_content p:last-child {
    padding-bottom: 0
}

.p_content blockquote {
    border-left: 5px solid #e7bc20;
    padding-left: 11px;
    margin-bottom: 16px;
    font-weight: 600
}

.font_style_single h2 {
    font-family: "League Spartan", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px
}

.font_style_single h3 {
    font-family: "League Spartan", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px
}

.font_style_single h4 {
    font-family: "League Spartan", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px
}

.font_style_single h5 {
    font-family: "League Spartan", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px
}

.font_style_single h6 {
    font-family: "League Spartan", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px
}

.font_style_single ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 10px
}

.font_style_single ul li,
.font_style_single ol li {
    color: #000;
    font-family: "League Spartan", Sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    padding-bottom: 5px
}

.font_style_single ul li a,
.font_style_single ol li a {
    color: #000;
    display: block;
    text-decoration: underline
}

.info_blog_list ol,
.info_blog_list ul {
    margin: 16px 0 !important;
    padding: 0 0 0 25px !important;
    display: block
}

.info_blog_list li>ul,
.info_blog_list li>ol {
    margin: 0
}

#table-of-contents {
    border-bottom: 1px solid #00000030
}

.info_blog_list {
    background: #fff3c7;
    padding: 24px 27px 10px;
    margin: 25px 0 35px
}

.listing_blog li {
    margin-bottom: 8px !important
}

.listing_blog li ul {
    margin: 12px 0 !important
}

.listing_blog li a {
    display: block;
    color: #000;
    font-size: 16px
}

.listing_blog li a:hover {
    text-decoration: underline
}

.blog_sub_sticky_inner {
    position: sticky;
    top: 172px
}

.blog_sub_sticky_inner.p_content p {
    text-align: center
}

.single-post .outer_overflow {
    overflow: unset
}

.info_top_logo .swiper-slide-inner {
    position: relative;
    padding-top: 40%;
    border: 1px solid #e7bc20;
    border-radius: 5px
}

.info_top_logo.info_top_logo_2 .swiper-slide-inner {
    background: #fff
}

.info_top_logo .swiper-slide-inner img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
    padding: 11px
}

.min_width_button .elementor-button {
    width: 100%
}

.top_section_bar {
    background: #ededed;
    padding: 10px 0 5px
}

.top_section_bar_inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer_social_box {
    gap: 15px
}

.footer_social_box svg {
    fill: gold;
    width: 33px;
    height: 33px
}

.blog_publish_info {
    border-bottom: 1px solid #e7bc20;
    padding-bottom: 6px;
    margin-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-content: center;
    justify-content: space-between
}

.blog_publish_info p.date_bl,
.blog_publish_info p.date_bl>a {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    line-height: normal;
    padding-bottom: 0;
    margin-top: 8px;
    margin-bottom: 0;
}

.blog_publish_info p.date_bl>a:hover {
    text-decoration: underline
}

.areas_we_serve_list a {
    color: #000
}

.areas_we_serve_list a:hover {
    color: gold
}

.featured_posts_b {
    position: relative;
    padding: 0 50px
}

.featured_posts_box {
    width: 100%
}

.featured-button-prev,
.featured-button-next {
    width: 40px;
    height: 40px;
    background-color: #eee;
    border-radius: 100%
}

.featured-button-prev::after,
.featured-button-next::after {
    font-size: 20px;
    color: #000
}

.featured-button-prev {
    left: 0
}

.featured-button-next {
    right: 0
}

.footer_location_title {
    background: #000;
    position: relative;
    display: inline-block
}

.footer_location_title:before,
.footer_location_title:after {
    content: "";
    display: block;
    border-top: solid 1px #fff;
    width: 200%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.footer_location_title:before {
    left: 110%
}

.footer_location_title:after {
    right: 110%
}

.footer_location_block {
    margin-top: 20px;
    margin-bottom: 30px;
    gap: 20px
}

.footer_location_block p {
    padding-bottom: 0
}

.footer_location_block p a {
    text-decoration: underline
}

.footer_location_block .footer_location_sub_title {
    font-size: 19px
}

.header_number_btn a {
    display: flex;
    border-style: none;
    border-radius: 10px;
    width: 245px;
    height: 71px;
    background: #0057b7;
    box-shadow: none;
    text-shadow: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .3s
}

.header_number_btn a .info_header_d {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    transition: all .3s;
    font-family: "League Spartan", Sans-serif
}

.header_number_btn a:hover {
    background: #000;
    box-shadow: none;
    color: #fff;
    text-decoration: none
}

.header_number_btn a:hover .info_header_d {
    text-decoration: none
}

.home_qualify_btn button {
    height: auto !important;
    width: auto !important;
    padding: 20px 31px !important;
    line-height: 1 !important;
    font-size: 38px !important;
    transition: all .3s ease !important;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.home_qualify_btn button:hover {
    background: #000 !important;
    box-shadow: none !important;
    color: #fff !important;
    text-decoration: none !important
}

.es_qualify_btn button {
    background: #428831 !important;
    color: #fff !important;
    line-height: 1 !important;
    transition: all .3s ease !important;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.es_qualify_btn button:hover {
    background: #000 !important;
    box-shadow: none !important;
    color: #fff !important;
    text-decoration: none !important
}

.featured_swiper_img_box {
    position: relative;
    padding-top: 70px;
    border-radius: 5px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.featured_swiper_img_box img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
    padding: 11px 6px
}

.how_works_counter {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    align-content: center;
    border-radius: 100%;
    position: relative;
    padding-top: 6px
}

.how_works_counter .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.how_works_counter::after {
    position: absolute;
    content: "";
    inset: 3px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%
}

.content_counter_list .elementor-icon-list-items {
    counter-reset: list-counter
}

.content_counter_list .elementor-icon-list-items li {
    position: relative
}

.content_counter_list .elementor-icon-list-items li::after {
    position: absolute;
    content: counter(list-counter);
    counter-increment: list-counter;
    left: 0;
    top: 0;
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    font-family: "League Spartan", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1em;
    border-radius: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    z-index: 0
}

.content_counter_list .elementor-icon-list-items li::before {
    position: absolute;
    content: "";
    background-color: transparent;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 100%;
    z-index: 1;
    margin: 3px
}

.qualify_btn button {
    font-family: "League Spartan", Sans-serif !important;
}

.post_autor_block {
    padding: 40px;
    margin-top: 45px;
    box-shadow: rgba(50, 50, 93, .25)0 13px 27px -5px, rgba(0, 0, 0, .3)0 8px 16px -8px
}

.post_autor_inner h3 {
    margin-top: 0;
    margin-bottom: 8px
}

.post_autor_inner h4 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 28px;
    color: #e7bc20
}

.post_autor_btn {
    margin-top: 30px
}

.banner_paint_bg {
    color: #fff;
    background-image: url(../images/green_brushstroke_img.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px 35px;
    margin: 0-16px
}

.home_qualify_btn button {
    padding: 18px 28px !important;
    font-size: 32px !important
}

.home_new_faq .e-n-accordion-item {
    border-bottom: 1px solid #b7b7b775 !important
}

.home_new_faq a {
    color: #000;
    text-decoration: underline;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.featured_slider_block {
    max-height: 90px
}

.content_list_link a {
    display: inline-block !important;
    width: auto !important;
    color: #000;
    text-decoration: underline;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.content_list_link a:hover {
    color: #e7bc20
}

.tf-v1-popup .tf-v1-close {
    width: 30px;
    height: 30px
}

.tf-v1-popup .tf-v1-close svg {
    width: 30px;
    height: 30px
}

.home_banner_btn {
    min-height: 60px;
    text-align: center
}

.lang_switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px
}

.lang_switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.lang_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fcd83c;
    -webkit-transition: .4s;
    transition: .4s
}

.lang_slider:before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.lang_slider {
    background-color: #fcd83c
}

input:focus+.lang_slider {
    box-shadow: 0 0 1px #fcd83c
}

input:checked+.lang_slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px)
}

.lang_slider.lang_round {
    border-radius: 34px
}

.lang_slider.lang_round:before {
    border-radius: 50%
}

.lang_switch_block {
    display: flex;
    gap: 12px;
    align-items: center
}

.lang_text a {
    font-family: "League Spartan", Sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    display: block;
    text-decoration: none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    cursor: default
}

.mob_lang_switcher {
    padding: 20px
}

.el-address-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    text-align: center;
    margin-bottom: 30px
}

.el-address {
    flex: 1 1 260px;
    max-width: 260px
}

.el-address a {
    color: #e7bc20;
    text-decoration: none
}

.el-address a:hover {
    text-decoration: underline
}

.footer_address_outer {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px
}

.blog_single_content h2 {
    margin: 30px 0 20px
}

.blog_single_content h3 {
    font-size: 20px
}

.blog_single_content h4 {
    font-size: 18px
}

.blog_single_content p+h2 {
    margin-top: 20px
}

.blog_single_content ul li,
.blog_single_content ol li {
    margin-bottom: 8px;
    list-style: auto
}

.blog_single_content ul li:last-child,
.blog_single_content ol li:last-child {
    margin-bottom: 0
}

.blog_single_content ul,
.blog_single_content ol {
    margin-bottom: 20px;
    padding-left: 18px
}

.blog_single_content figure {
    margin: 0 0 1em
}

.blog_single_content figure figure {
    margin: 0
}

.no_post_text {
    display: block;
    text-align: center;
    font-size: 32px
}

.no_post_text span {
    display: block;
    margin-bottom: 20px
}

.site_button {
    display: inline-block;
    background-color: gold;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    fill: #000;
    color: #000;
    border-radius: 50px 50px 50px 50px;
    padding: 18px 30px 16px
}

.site_button:hover {
    background-color: #000;
    color: gold
}

.geo_banner_image img {
    height: inherit !important;
    max-width: 100% !important
}

#typeform-button button {
    background: #428831;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
}

#hubspotPopupForm {
    border-radius: 12px;
    width: 100%;
    max-width: 800px;
}

.qualify-modal-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

#hubspotFormContainer~.carousel__button.is-close {
    top: 10px;
    right: 10px;
    color: #000000;
}


.hsform_btn button {
    padding: 13px 23px !important;
    font-size: 24px !important;
}

.post_autor_info_box {
    display: flex;
    gap: 20px;
    align-content: center;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.post_autor_info_img {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
}

.post_autor_info_img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.post_autor_social_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post_autor_social_box a {


    display: block;
    flex-shrink: 0;
    background-color: #e7bc20;
    padding: 8px;
    border-radius: 50%;
}

.post_autor_social_box a svg {
    width: 20px;
    height: 20px;
    display: block;
}

.registration_record_card {
    background-color: #fcd83c2e;
    padding: 30px 20px;
}

.registration_record_card h3 {
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 20px;
}

.registration_record_card dl {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: .75rem .75rem;
}

.registration_record_card dt {
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
}

.registration_record_card dd {
    margin: 0;
    color: #000000;
    line-height: 1.4;
}

.record_link {
    text-decoration: underline !important;
    color: #2c2c2c;
    margin-top: 20px;
    display: block;
}

.registration_record,
.registration_record_desktop {
    display: none;
}

@media screen and (max-width:1550px) {
    .choose_block::after {
        height: 107px;
        width: 86px
    }

    .nav-menu ul>li {
        margin: 0 15px
    }
}

@media screen and (max-width:1280px) {
    .header_logo {
        width: 25%
    }

    .h_social_item_r {
        width: 75%;
        padding-right: 10px
    }

    .nav-menu ul>li {
        margin: 0 10px;
        position: relative
    }

    .nav-menu .sub-menu {
        right: 0;
        left: auto
    }

    .img_b_style {
        width: 40px;
        min-width: 40px;
        height: 40px
    }

    .choose_block::after {
        height: 102px;
        width: 82px
    }

    .page_title_setcion_inner h1 {
        font-size: 45px
    }

    .latest_blogs_out_all {
        margin: 0-20px
    }

    .latest_blogs_item {
        padding: 0 20px
    }

    .blog_single_div .page_title_setcion_inner h1 {
        font-size: 45px
    }

    .font_style_single h2 {
        font-size: 38px
    }

    .font_style_single h3 {
        font-size: 33px
    }

    .font_style_single h4 {
        font-size: 27px
    }

    .font_style_single h5 {
        font-size: 23px
    }

    .font_style_single h6 {
        font-size: 19px
    }

    .footer_location_title:before,
    .footer_location_title:after {
        width: 155%
    }
}

@media screen and (max-width:1279px) {
    .header_logo {
        width: 18%
    }

    .header_number_btn a .info_header_d {
        font-size: 20px;
        line-height: 1
    }

    .header_number_btn a {
        width: auto;
        height: auto;
        padding: 16px 22px
    }

    .h_social_item_r {
        width: 82%;
        padding-right: 0
    }

    .nav-menu>li>a,
    .nav-menu ul>li>a {
        font-size: 18px
    }

    .home_qualify_btn button {
        height: auto !important;
        width: auto !important;
        padding: 16px 24px !important;
        line-height: 1 !important;
        font-size: 28px !important
    }
}

@media screen and (max-width:992px) {
    .menu_details_section {
        display: flex
    }

    .header_desktop_nav {
        display: none
    }

    .featured_swiper_img_box {
        padding-top: 67px
    }

    .h_social_item_r {
        justify-content: flex-end;
        gap: 20px;
        width: 65%
    }

    .header_logo {
        width: 35%
    }

    .menu_details_section {
        order: 1
    }

    .footer_location_title:before,
    .footer_location_title:after {
        width: 108%
    }

    .nav-menu .sub-menu {
        transition: opacity .3s ease;
        -webkit-transition: opacity .3s ease;
        box-shadow: none;
        left: 0
    }

    .menu_expand {
        display: block;
        padding-right: 0
    }

    .site-menu {
        position: relative;
        min-height: 1px;
        padding-top: 0
    }

    .nav-menu {
        display: block;
        position: fixed;
        top: 0;
        left: -220px;
        bottom: 0;
        z-index: 100;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto
    }

    .nav-menu.state-active {
        clear: both;
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .nav-menu {
        float: none;
        text-align: center;
        margin-right: 0;
        background: #fff;
        width: 100%;
        padding-top: 70px;
        padding-bottom: 60px
    }

    .nav-menu li,
    .nav-menu ul li {
        float: none;
        margin: 0;
        border-bottom: none;
        padding: 0;
        display: block
    }

    .nav-menu li a,
    .nav-menu ul li a {
        padding: 10px 20px;
        color: #000;
        font-size: 16px
    }

    .nav-menu li a:hover {
        border-radius: 0;
        background: 0 0;
        color: #e7bc20;
        border-color: #fff
    }

    .nav-menu ul>li>a::after {
        display: none
    }

    .expand_plus {
        position: absolute;
        right: 8px;
        top: 0;
        width: 35px;
        height: 42px;
        padding: 25px 10px 2px;
        cursor: pointer;
        z-index: 100
    }

    .expand_plus i {
        display: block;
        position: relative;
        width: 12px;
        height: 10px;
        top: -8px
    }

    .expand_plus.active i {
        background-position: 0-190px
    }

    .nav-menu .sub-menu .expand_plus {
        height: 34px
    }

    .expand_plus:after {
        margin-right: -2px;
        transform: translate(-50%, -50%) rotate(-135deg);
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        margin-left: -2px;
        box-sizing: border-box;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        transform-origin: center
    }

    .expand_plus.active:after {
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .nav-menu .sub-menu,
    .nav-menu .sub-menu ul {
        width: auto;
        position: relative;
        display: none;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .nav-menu .sub-menu li {
        background: 0 0;
        border-bottom: none
    }

    .nav-menu .sub-menu li:hover>a,
    .nav-menu .sub-menu ul li a {
        border: 0
    }

    .nav-menu .sub-menu.active-children {
        display: block
    }

    .nav-menu .sub-menu ul {
        padding-left: 0
    }

    .nav-menu .sub-menu ul {
        left: 0
    }

    .nav-menu .sub-menu ul li,
    .nav-menu .sub-menu ul li:first-child {
        border: 0
    }

    .nav-menu .sub-menu ul:before {
        display: none
    }

    .nav-menu li a {
        text-align: left
    }

    .nav-menu .sub-menu li a:hover {
        border: 0
    }

    .nav-menu .sub-menu ul li,
    .nav-menu .sub-menu ul li:first-child {
        background: 0 0
    }

    .nav-menu .sub-menu li a {
        border: 0;
        padding-left: 41px;
        font-size: 15px
    }

    .nav-menu .sub-menu ul {
        background: 0 0;
        -webkit-transform: translate(0)
    }

    .expand_plus active {
        top: 100px
    }

    .expand_plus active i {
        top: 200px
    }

    .nav-menu .sub-menu ul li a {
        padding-left: 65px
    }

    .nav-menu .sub-menu li:first-child {
        border-top: none
    }

    .nav-menu .sub-menu li a:hover {
        color: #1e518d;
        background: 0 0
    }

    .cross_button {
        margin-top: 20px;
        display: block;
        text-align: center;
        position: absolute;
        top: 0;
        right: 20px
    }

    .cross_button a {
        font-size: 22px;
        color: #242323;
        cursor: pointer;
        border: 1px solid #242323;
        border-radius: 3px;
        padding: 4px;
        display: inline-block;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 1.2
    }

    .menu_expand i {
        height: 2px;
        background: #000;
        display: block;
        width: 41px
    }

    .menu_expand i:nth-child(2) {
        margin: 7px 0
    }

    .no_overflow {
        overflow: hidden
    }

    .m_close_icon:before,
    .m_close_icon:after {
        display: block;
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        background: #000;
        top: 20px;
        left: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .m_close_icon:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .nav-menu>.menu-item-has-children>a::before {
        display: none
    }

    .nav-menu .sub-menu .menu-item-has-children>a::before {
        display: none
    }

    .top_info_in {
        margin-right: 18px
    }

    .info_header_d {
        font-size: 20px;
        padding-top: 2px
    }

    .header_outer {
        padding: 12px 0
    }

    .info_boxes_block:after {
        height: 54px;
        width: 54px
    }

    .t_testimonial_c_item {
        padding: 23px
    }

    .testimonial_quote_img>p {
        font-size: 63px
    }

    .testimonial_ct_h>h3 {
        font-size: 19px
    }

    .paragraph_p p {
        font-size: 16px
    }

    .footer_content {
        padding: 20px 0 20px
    }

    .latest_blogs_item {
        width: 50%;
        padding: 0 15px
    }

    .latest_blogs_out_all {
        margin: 0-15px
    }

    .p_content p {
        font-size: 17px
    }

    .font_style_single ul li,
    .font_style_single ol li {
        font-size: 16px
    }

    .blog_single_div .page_title_setcion_inner h1 {
        font-size: 40px
    }

    .font_style_single h2 {
        font-size: 35px
    }

    .font_style_single h3 {
        font-size: 30px
    }

    .font_style_single h4 {
        font-size: 25px
    }

    .blog_single_section {
        padding: 70px 0
    }

    .blog_sub_sticky_inner {
        top: 145px
    }

    .el-address-wrap {
        gap: 20px
    }
}

@media screen and (max-width:767px) {
    .registration_record_desktop {
        display: none !important;
    }

    .site_button {
        font-size: 16px
    }

    .no_post_text {
        font-size: 26px
    }

    .home_banner_btn {
        min-height: 50px
    }

    .menu_expand {
        padding: 7px 12px;
        padding-right: 0
    }

    .menu_expand i {
        width: 35px
    }

    .m_top_section {
        padding: 6px 0 6px
    }

    .header_logo {
        width: 47%
    }

    .h_social_item_r {
        width: 53%
    }

    .img_b_style {
        width: 35px;
        min-width: 35px;
        height: 35px;
        margin-right: 6px
    }

    .img_b_style svg {
        max-width: 22px
    }

    .footer_copyright_l,
    .footer_copyright_r {
        width: 100%
    }

    .footer_copyright_l {
        padding-left: 0
    }

    .footer_copyright_l p,
    .footer_copyright_r p {
        text-align: center;
        font-size: 15px
    }

    .footer_copyright {
        gap: 10px
    }

    .contact_input_form_b {
        width: 100%
    }

    .page_title_setcion_inner h1 {
        font-size: 35px
    }

    .pagination_blog_section {
        padding: 20px 0
    }

    .categories_list_blog_section {
        padding: 60px 0 25px
    }

    .latest_blogs_item {
        width: 100%
    }

    .blog_ct_box .paragraph_pra_p p {
        font-size: 16px
    }

    .h_read_more a {
        font-size: 16px
    }

    .blog_sub_content {
        width: 100%;
        padding-right: 0;
        padding-bottom: 40px
    }

    .blog_sub_sticky {
        width: 100%
    }

    .blog_single_section {
        padding: 60px 0
    }

    .page_title_setcion_inner.page_title_setcion_inner_b {
        padding-top: 30px
    }

    .blog_single_div .page_title_setcion_inner h1 {
        font-size: 35px
    }

    .font_style_single h2 {
        font-size: 32px
    }

    .font_style_single h3 {
        font-size: 29px
    }

    .font_style_single h4 {
        font-size: 25px
    }

    .info_blog_list ol,
    .info_blog_list ul {
        padding: 0 0 0 17px !important
    }

    .info_blog_list {
        padding: 20px 21px 10px
    }

    .info_top_logo .swiper-slide-inner {
        padding-top: 45%
    }

    .top_info_in_email {
        display: none
    }

    .footer_location_sub_block {
        gap: 5px
    }

    .footer_location_block {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap: 20px
    }

    .footer_location_title:before,
    .footer_location_title:after {
        width: 40%
    }

    .header_number_btn a .info_header_d {
        font-size: 18px
    }

    .header_number_btn a {
        width: auto;
        height: auto;
        padding: 10px 16px
    }

    .h_social_item_r {
        gap: 10px
    }
}

@media (max-width:600px) {
    .el-address {
        flex: 1 1 100%;
        max-width: 100%
    }

    .el-address-wrap {
        gap: 30px
    }
}

@media screen and (max-width:479px) {



    .post_autor_info_box {
        flex-direction: column;
    }

    .post_autor_info_box {
        margin-bottom: 20px;
    }

    .post_autor_btn {
        text-align: center;
    }


    .featured_swiper_img_box img {
        padding: 5px
    }

    .featured_slider_block {
        max-height: 60px
    }

    .post_autor_block {
        padding: 35px 25px
    }

    .h_social_item_r {
        gap: 5px
    }

    .tf-v1-popup .tf-v1-close {
        width: 36px !important;
        height: 36px !important
    }

    .featured_swiper_img_box {
        padding-top: 51px
    }

    .home_qualify_btn button {
        padding: 14px 24px !important;
        font-size: 22px !important
    }

    .header_number_btn a .info_header_d {
        font-size: 15px
    }

    .footer_location_block .footer_location_sub_title {
        font-size: 18px
    }

    .footer_location_title:before,
    .footer_location_title:after {
        width: 42px
    }

    .f_footer_social_block a {
        margin: 0 5px
    }

    .error_img .heading>img {
        width: 300px
    }

    .error_section h1 {
        font-size: 131px;
        margin-bottom: 21px
    }

    .error_section h3 {
        font-size: 36px;
        padding-bottom: 10px
    }

    .error_img {
        padding: 60px 0 60px
    }

    .header_number_btn a {
        padding: 10px 14px
    }

    .menu_expand {
        padding: 8px 4px;
        padding-right: 0
    }

    .header_logo {
        width: 43%
    }

    .h_social_item_r {
        width: 40%;
        padding-right: 0
    }

    .top_info_in {
        margin-right: 15px
    }

    .img_b_style {
        width: 35px;
        min-width: 35px;
        height: 35px;
        margin-right: 9px
    }

    .img_b_style svg {
        max-width: 20px
    }

    .footer_logo {
        max-width: 38px
    }

    .footer_copyright {
        gap: 3px
    }

    .t_testimonial_c_item {
        padding: 18px
    }

    .rating_user>h4 {
        font-size: 14px;
        line-height: 18px
    }

    .rating_star_img {
        margin-bottom: 15px
    }

    .testimonial_ct_h>h3 {
        font-size: 18px
    }

    .testimonial_quote_img>p {
        font-size: 55px
    }

    .footer_content p {
        font-size: 15px
    }

    .footer_content {
        padding: 5px 0 30px
    }

    .info_top_logo .swiper-slide-inner img {
        padding: 6px
    }

    .info_top_logo .swiper-slide-inner {
        padding-top: 80%
    }

    .info_header_d {
        font-size: 18px;
        padding-top: 3px;
        line-height: 1
    }

    .top_section_bar .wrapper {
        padding: 0 10px
    }

    .featured-button-prev,
    .featured-button-next {
        width: 35px;
        height: 35px
    }

    .featured_posts_b {
        padding: 0 40px
    }

    .featured-button-prev::after,
    .featured-button-next::after {
        font-size: 18px
    }

    .footer_location_title {
        margin-top: 15px;
        font-size: 22px !important
    }
}