/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

h5 {
    font-size: 16px;
    font-weight: 700;
}

.flf-home-page-section.flf-home-page-section-two .grid-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flf-home-page-section.flf-home-page-section-one .flf-home-page-row {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.flf-home-page-section.flf-home-page-section-one .flf-home-page-row h2 {
    margin-bottom: 50px;
    margin-top: 20px;
}

.flf-home-page-section.flf-home-page-section-two .flf-single-post-category.categories {
    text-align: center;
}

.flf-home-page-section.flf-home-page-section-two .flf-single-post-desc-wrap .flf-single-post-title {
    color: #001B28;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    margin-bottom: 10px;
    padding: 0px 31px;
    line-height: 1.2;
}

.flf-home-page-section.flf-home-page-section-two .flf-single-post-desc-wrap .flf-single-post-title a {
    color: #001B28;
}

.flf-home-page-section.flf-home-page-section-three .flf-single-post-category.categories {
    text-align: center;
}

.flf-home-page-section.flf-home-page-section-three .flf-single-post-desc-wrap .flf-single-post-title {
    color: #001B28;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    margin-bottom: 10px;
    padding: 0px 31px;
    line-height: 1.2;
}

.flf-home-page-section.flf-home-page-section-two .flf-single-post-desc-wrap #flf-single-post-meta-wrap {
    color: #969696;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.flf-home-page-section.flf-home-page-section-two .flf-single-post-desc-wrap #flf-single-post-meta-wrap .flf-single-post-date:before {
    content: "|";
    margin: 10px;
}

.flf-home-page-section.flf-home-page-section-two .flf-single-post-category.categories a {
    position: absolute;
    top: 11px;
    padding: 1px 7px;
    border-radius: 15px;
    color: white;
    font-size: 13px;
    right: 10px;
    background: #818A90;
    text-transform: uppercase;
}

.flf-home-page-section.flf-home-page-section-three .flf-single-post-desc-wrap #flf-single-post-meta-wrap {
    color: #969696;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.flf-home-page-section.flf-home-page-section-three .flf-single-post-desc-wrap #flf-single-post-meta-wrap .flf-single-post-date:before {
    content: "|";
    margin: 10px;
}

.flf-home-page-section.flf-home-page-section-three .flf-single-post-category.categories a {
    position: absolute;
    top: 11px;
    padding: 1px 7px;
    border-radius: 15px;
    color: white;
    font-size: 13px;
    right: 10px;
    background: #818A90;
    text-transform: uppercase;
}

.flf-home-page-section.flf-home-page-section-two h3 {
    text-align: center;
    font-size: 49px;
    color: white;
    font-weight: 300;
    font-family: "Raleway", Sans-serif;
}

.flf-home-page-section.flf-home-page-section-two h3 span {
    font-weight: 800;
}

.flf-home-page-section.flf-home-page-section-three h3 {
    text-align: center;
    font-size: 49px;
    color: #001b28;
    font-weight: 300;
    font-family: "Raleway", Sans-serif;
}

.flf-home-page-section.flf-home-page-section-three h3 span {
    font-weight: 800;
}

.flf-home-page-section.flf-home-page-section-four h3 {
    text-align: center;
    font-size: 49px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Raleway", Sans-serif;
}

.flf-home-page-section.flf-home-page-section-four h3 span {
    font-weight: 800;
    color: #ffffff;
}

.flf-home-page-section.flf-home-page-section-two .flf-single-post-desc-wrap {
    text-align: center;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
}

.flf-home-page-section.flf-home-page-section-two .item {
    width: 28%;
    box-shadow: 0 0 10px 0 rgb(31 28 28 / 15%);
    transition: .2s;
    margin: 15px !important;
}

.flf-home-page-section.flf-home-page-section-two .item:hover {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}

.flf-home-page-section.flf-home-page-section-three .item:hover {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}

.flf-home-page-section.flf-home-page-section-two .flf-single-post-img {
    position: relative;
    height: inherit;
    transition: .2s;
}

.flf-home-page-section.flf-home-page-section-three .flf-single-post-img {
    position: relative;
    height: inherit;
    transition: .2s;
}

.flf-home-page-section.flf-home-page-section-two .item:hover .flf-single-post-img:after {
    opacity: .5;
}

.flf-home-page-section.flf-home-page-section-three .item:hover .flf-single-post-img:after {
    opacity: .5;
}

.flf-home-page-section.flf-home-page-section-two .flf-single-post-img:after {
    display: block;
    content: "";
    /* background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent)); */
    /* background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%); */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, transparent 75%);
    background-image: linear-gradient( 0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 6px;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.flf-home-page-section.flf-home-page-section-three .flf-single-post-img:after {
    display: block;
    content: "";
    /* background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent)); */
    /* background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%); */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, transparent 75%);
    background-image: linear-gradient( 0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 6px;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.flf-home-page-section.flf-home-page-section-two .flf-home-page-row img {
    height: 100%;
    width: 100%;
}

.flf-home-page-section.flf-home-page-section-three .flf-home-page-row img {
    height: 100%;
    width: 100%;
}

.flf-home-page-section.flf-home-page-section-three .grid-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flf-home-page-section.flf-home-page-section-three .item {
    width: 27.3%;
    box-shadow: 0 0 10px 0 rgb(31 28 28 / 15%);
    transition: .2s;
    margin: 15px !important;
}

.flf-home-page-section.flf-home-page-section-three .flf-single-post-desc-wrap {
    text-align: center;
    padding: 20px 0px;
}

.flf-home-page-section.flf-home-page-section-three .flf-single-post-category.categories {
    text-align: center;
    padding: 10px 0px;
}

.flf-home-page-section.flf-home-page-section-six .flf-home-page-col-one .input_email {
    background-color: #fafafa;
    border-color: #ffffff;
    width: 285px;
}

.flf-home-page-section.flf-home-page-section-six .flf-home-page-col-one .input_email::placeholder {
    color: #aba9a9;
}

.flf-home-page-section.flf-home-page-section-four .flf-home-page-desc {
    color: white;
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.flf-home-page-section.flf-home-page-section-four a {
    color: #2EB460;
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.flf-home-page-section.flf-home-page-section-four time {
    color: #ffffff;
    font-weight: 600;
}

.flf-home-page-section.flf-home-page-section-four .wp-block-latest-posts__post-excerpt {
    color: white;
    font-size: 16px;
}

.flf-home-page-section.flf-home-page-section-five .flf-home-page-desc {
    color: #000000;
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 40px;
    font-weight: 400;
}

.flf-home-page-section.flf-home-page-section-five a {
    color: #2EB460;
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.flf-home-page-section.flf-home-page-section-five time {
    color: #969696;
    font-weight: 600;
}

.flf-home-page-section.flf-home-page-section-five .wp-block-latest-posts__post-excerpt {
    color: black;
    font-size: 16px;
    font-family: "Questrial", Sans-serif;
}

.flf-home-page-section.flf-home-page-section-five h3 {
    text-align: center;
    font-size: 49px;
    color: #000000;
    font-weight: 300;
    font-family: "Raleway", Sans-serif;
}

.flf-home-page-section.flf-home-page-section-five h3 span {
    font-weight: 800;
    color: #001b28;
    padding-bottom: 10px;
}

.flf-home-page-section.flf-home-page-section-six h3 {
    text-align: left;
    font-family: "Raleway", Sans-serif;
    font-size: 35px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
}

.flf-home-page-section.flf-home-page-section-six h3 span {
    font-weight: 800;
    color: #ffffff;
}

.flf-home-page-section.flf-home-page-section-six .flf-home-page-col-one .styleBtn {
    background: #2eb460;
    border-radius: 30px;
    padding: 15px 55px 15px 55px;
    letter-spacing: 2.63px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Raleway", Sans-serif;
    text-transform: capitalize;
    transition: .2s ease-in-out;
}

.flf-home-page-section.flf-home-page-section-six .flf-home-page-col-one .styleBtn:hover {
    transition-duration: .3s;
    transition-property: transform;
    transform: scale(0.9);
}

.flf-home-page-section.flf-home-page-section-six .flf-home-page-col-one .btn-container {
    display: flex;
    position: relative;
}

.flf-home-page-section.flf-home-page-section-six .flf-home-page-col-one .svg_arrow {
    fill: #2EB560;
    transform: rotate( 240deg);
    position: absolute;
    bottom: 10px;
}

.flf-home-page-section.flf-home-page-section-six .flf-home-page-col-one .style-icon {
    fill: #2EB560;
    margin: -65px -10px 0px -36px;
}

.flf-home-page-section.flf-home-page-section-six .flf-home-page-col-one p {
    margin-top: 30px;
}

.flf-home-page-section.flf-home-page-section-three {
    padding-top: 50px;
}

.flf-home-page-section.flf-home-page-section-four {
    padding-bottom: 100px;
    padding-top: 50px;
    background: #165DEB;
}

.flf-home-page-section.flf-home-page-section-two {
    padding-top: 50px;
    background: #165DEB;
}

.flf-home-page-section.flf-home-page-section-one {
    padding: 5% 10% 5% 10%;
}

.flf-home-page-section.flf-home-page-section-five {
    padding-bottom: 100px;
    padding-top: 0px;
}

.flf-home-page-section.flf-home-page-section-six {
    padding: 7% 10% 7% 10%;
    background: #165DEB;
}

.flf-home-page-section.flf-home-page-section-four .read-more {
    display: none;
}

.flf-home-page-section.flf-home-page-section-five .read-more {
    display: none;
}

.flf-home-page-section.flf-home-page-section-six .flf-home-page-col-two svg {
    fill: #2eb460;
    transition: .3s;
    width: 100%;
}

.flf-home-page-section.flf-home-page-section-six .flf-home-page-col-two:hover svg {
    fill: #ffffff;
    transition-duration: .3s;
    transition-property: transform;
    transform: scale(0.9);
}

.flf-home-page-section.flf-home-page-section-six .flf-home-page-row svg {
    height: auto;
}

.flf-home-page-section.flf-home-page-section-six .flf-home-page-row {
    margin-left: 0px;
}

.single.single-post .flf-related-posts-section .flf-related-posts-row .flf-related-posts-col .grid-items .item .flf-single-post-title {
    color: #165DEB;
    font-weight: 700;
    font-size: 15px;
}

.single.single-post .flf-related-posts-section .flf-related-posts-row .flf-related-posts-col .grid-items .item .flf-single-post-desc-wrap {
    margin-top: 20px;
}

.single.single-post .flf-related-posts-section .flf-related-posts-row .flf-related-posts-col .grid-items .item .flf-single-post-desc-wrap .flf-single-post-title,
.single.single-post .flf-related-posts-section .flf-related-posts-row .flf-related-posts-col .grid-items .item .flf-single-post-desc-wrap .flf-single-post-date {
    text-align: left;
}

.single.single-post .gb-container-7d5026f4 .gb-inside-container {
    padding: 0px !important;
}

.single.single-post .site {
    background: #f7f8f9;
    padding: 0px 40px;
}

.single.single-post .site-content {
    padding: 40px 0px 0px 0px;
}

.single.single-post .gb-grid-column-f2f9d038 {
    width: 70%;
    padding-right: 30px;
}

.single.single-post .gb-grid-column-a7ae1829 {
    width: 30%;
}

.single.single-post .gb-grid-column-a7ae1829 .flf-form-section h2 {
    text-align: center;
    font-family: "Raleway", Sans-serif;
    font-size: 24px !important;
    font-weight: 300;
    color: #000000;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 40px;
    letter-spacing: 1px;
}

.single.single-post .gb-grid-column-a7ae1829 .flf-form-section h2 span {
    z-index: auto;
    font-family: "Raleway", Sans-serif;
    font-weight: 800;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.single.single-post .gb-grid-column-a7ae1829 .flf-form-section {
    background: white;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #2EB460;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
}

.single.single-post .gb-grid-column-a7ae1829 .flf-form-section form.sendfox-form .btn-container .styleBtn {
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 2.63px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2EB560;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 15px 10px 15px;
    transition-duration: .3s;
    transition-property: transform;
}

.single.single-post .gb-grid-column-a7ae1829 .flf-form-section form.sendfox-form .btn-container .styleBtn:hover {
    transition-duration: .3s;
    transition-property: transform;
    transform: scale(0.9);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2EB560;
}

.single.single-post .gb-grid-column-a7ae1829 .flf-form-section form.sendfox-form .btn-container .style-icon {
    position: absolute;
    top: -3px;
    left: -25px;
    fill: #2EB560;
    height: 50px;
    width: 40px;
}

.single.single-post .gb-grid-column-a7ae1829 .wp-block-group .wp-block-group__inner-container {
    padding: 40px 0px;
}

.single.single-post .gb-grid-column-a7ae1829 .flf-form-section .wp-block-group__inner-container {
    padding: 40px;
}

.single.single-post .gb-grid-column-f2f9d038 .wp-block-post-terms a {
    color: #4a4a4a;
    font-family: "Questrial", Sans-serif;
    font-size: 16px;
    margin-top: 10px;
}

.single.single-post .gb-grid-column-f2f9d038 .wp-block-post-terms {
    margin: 20px 0px 30px 0px;
}

.single.single-post .gb-grid-column-f2f9d038 .wp-block-post-title {
    color: #000000;
    font-family: "Questrial", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5em;
}

.single.single-post .gb-grid-column-f2f9d038 .wp-block-group .wp-block-group__inner-container {
    padding: 0px 0px 20px 0px;
    display: flex;
    color: #4a4a4a;
    font-size: 16px
}

.single.single-post .gb-grid-column-f2f9d038 .wp-block-group .wp-block-group__inner-container .wp-block-post-date:after {
    content: "/";
    margin: 7px;
}

.single.single-post .gb-grid-column-f2f9d038 .heateor_sss_horizontal_sharing ul li i {
    width: 45px !important;
    height: 45px !important;
    border-radius: 30px !important;
    margin: 5px;
}

.single.single-post .gb-grid-column-f2f9d038 .wp-block-ideabox-toc.ib-block-toc {
    border: 1px solid black;
    margin: 20px 0px;
}

.single.single-post .gb-grid-column-f2f9d038 .wp-block-ideabox-toc.ib-block-toc .ib-toc-container .ib-toc-separator {
    height: 1px !important;
    background-color: #333;
}

.single.single-post .gb-grid-column-a7ae1829 .pgafu-post-image-bg {
    height: 100%;
    margin-bottom: 0px;
}

.single.single-post .gb-grid-column-a7ae1829 .pgafu-post-grid-content {
    display: flex;
    background: none;
    border: 0px;
}

.single.single-post .gb-grid-column-a7ae1829 .pgafu-post-grid-content .pgafu-content-above-image {
    margin-top: 0px;
    padding: 0px 0px 0px 10px;
    background: none;
}

.single.single-post .gb-grid-column-a7ae1829 .pgafu-post-grid-content .pgafu-content-above-image .pgafu-post-title a {
    font-size: 15px !important;
    color: #165DEB;
    font-weight: 700;
    line-height: 1.1;
}

.single.single-post .gb-grid-column-a7ae1829 .pgafu-post-grid-content .pgafu-content-above-image .pgafu-post-title {
    line-height: 14px !important;
}

.single.single-post .flf-related-posts-section .flf-related-posts-row .flf-related-posts-col .grid-items {
    display: flex;
    justify-content: left;
    margin: 0px -10px;
    flex-wrap: wrap;
}

.single.single-post .flf-related-posts-section .flf-related-posts-row .flf-related-posts-col .grid-items .item {
    background: none !important;
    width: 24%;
    margin: 0px !important;
    padding: 10px !important;
}

.single.single-post .gb-grid-column-f2f9d038 .wp-block-post-content {
    color: #4a4a4a;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
}

.single.single-post .gb-grid-column-f2f9d038 .wp-block-post-content h2 {
    font-size: 26px;
}

.archive.category {
    background-color: #ffffff;
    color: #222222;
}

.archive.category .site {
    background: none;
}

.archive.category .gb-grid-column-7915e9f0 h2 {
    margin-bottom: 60px;
    margin-top: 20px;
}

.archive.category .gb-container-795699af .pgafu-filter-wrp .pgafu-filter {
    display: none;
}

.archive.category .gb-container-795699af .pgafu-filtr-container .pgafu-columns {
    padding: 0px;
    position: relative !important;
    top: 0px !important;
    width: 90%;
}

.archive.category .gb-container-795699af .pgafu-filtr-container .pgafu-columns .pgafu-post-grid {
    margin-bottom: 30px;
    transition: .1s;
    padding: 25px 15px 0px;
}

.archive.category .gb-container-795699af .pgafu-filtr-container .pgafu-columns .pgafu-post-grid:hover {
    box-shadow: 0px 8px 34px rgb(0 0 0 / 20%);
}

.archive.category .gb-container-795699af .pgafu-filtr-container .pgafu-columns .pgafu-post-grid-content {
    display: flex;
    background: none;
    border: 0px;
    padding-bottom: 0px;
}

.archive.category .gb-container-795699af .pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content .pgafu-post-title {
    margin-top: 0px !important;
    font-weight: 700;
}

.archive.category .gb-container-795699af .pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content .pgafu-post-title a {
    font-size: 26px !important;
}

.archive.category .gb-container-795699af .pgafu-filtr-container .pgafu-columns .pgafu-post-grid-content .pgafu-post-image-bg {
    height: auto;
    width: 40%;
}

.archive.category .gb-container-795699af .pgafu-filtr-container .pgafu-columns .pgafu-post-grid-content .pgafu-content-above-image {
    background: none;
    margin-top: 0px;
    padding: 0px 0px 20px 20px;
}

.archive.category .gb-container-795699af .pgafu-filtr-container {
    height: auto !important;
}

.archive.category .gb-container-795699af .pgafu-filtr-container .pgafu-post-grid-main {
    margin: 0px 0px;
}

.archive.category .gb-grid-column-795699af {
    width: 70%;
    padding-left: 0px;
}

.archive.category .gb-grid-column-973cd769 {
    width: 30%;
    padding-left: 12px;
}

.archive.category .gb-grid-column-973cd769 .pgafu-post-grid-main .pgafu-post-grid .pgafu-post-grid-content {
    display: flex;
    background: none;
    border: 0px;
}

.archive.category .gb-grid-column-973cd769 .flf-form-section .wp-block-group__inner-container h2 {
    text-align: center;
    font-family: "Raleway", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin-bottom: 28px;
}

.archive.category .gb-grid-column-973cd769 .flf-form-section .wp-block-group__inner-container h2 span {
    z-index: auto;
    font-family: "Raleway", Sans-serif;
    font-weight: 800;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.archive.category .gb-grid-column-973cd769 .flf-form-section .btn-container .styleBtn {
    font-family: "Raleway", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 2.63px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2EB560;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 25px 15px 25px;
    transition-duration: .3s;
    transition-property: transform;
}

.archive.category .gb-grid-column-973cd769 .flf-form-section .btn-container .styleBtn:hover {
    transition-duration: .3s;
    transition-property: transform;
    transform: scale(0.9);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2EB560;
}

.archive.category .gb-grid-column-973cd769 .flf-form-section .btn-container .style-icon {
    position: absolute;
    top: 0px;
    left: -30px;
    fill: #2EB560;
}

.archive.category .gb-grid-column-973cd769 .flf-form-section {
    background: white;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #2EB460;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
}

.archive.category .gb-grid-column-973cd769 .pgafu-post-grid-main .pgafu-post-grid .pgafu-post-grid-content .pgafu-content-above-image {
    background: none;
    padding-left: 10px;
    padding-top: 0px;
    margin-top: 0px;
}

.archive.category .gb-grid-column-973cd769 .pgafu-post-grid-main .pgafu-post-grid .pgafu-post-grid-content .pgafu-post-image-bg {
    height: auto;
}

.archive.category .gb-grid-column-973cd769 .pgafu-post-grid-main .pgafu-post-grid .pgafu-post-grid-content .pgafu-content-above-image .pgafu-post-title a {
    font-size: 14px !important;
    color: #165DEB !important;
    font-weight: 700;
}

.archive.category .gb-grid-column-973cd769 .pgafu-post-grid-main .pgafu-post-grid .pgafu-post-grid-content .pgafu-content-above-image .pgafu-post-title {
    line-height: 12px !important;
}

.archive.category .gb-grid-column-973cd769 .flf-form-section .wp-block-group__inner-container {
    padding: 40px !important;
}

.archive.category .gb-grid-column-973cd769 .wp-block-group .wp-block-group__inner-container {
    padding: 40px 0px;
}

.archive.category .gb-grid-column-973cd769 .pgafu-post-grid-main .pgafu-post-grid {
    margin-bottom: 0px;
}

.archive.category .gb-grid-wrapper-1ae7afa6 {
    margin: 0px;
}

.archive.category .gb-container-b84a73e5 .gb-inside-container {
    padding: 0px 0px 0px 0px;
}

.archive.category .gb-container-795699af .pgafu-filter-wrp .pgafu-filter .pgafu-filtr-cat a {
    font-size: 15px;
}


/* title animation */

.flf-home-page-section h3 span {
    display: inline-block;
    position: relative;
}

.flf-home-page-section h3 span:before {
    content: "";
    position: absolute;
    top: 68%;
    left: 0px;
    width: 100%;
    height: 50px;
    background: url(images/title-animation.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.flf-home-page-section h3 span:after {
    content: "";
    position: absolute;
    top: 94%;
    left: 0px;
    width: 100%;
    height: 40px;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-animation: slide 6s infinite 5s linear;
    animation: slide 6s infinite 5s linear;
}

.flf-home-page-section.flf-home-page-section-four h3 span:after,
.flf-home-page-section.flf-home-page-section-two h3 span:after {
    background: #165DEB;
}

.flf-home-page-section.flf-home-page-section-six h3 span:after {
    display: none;
}

.flf-home-page-section.flf-home-page-section-six h3 span:before {
    height: 30px;
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.archive.one-container .site-content .site-main h1.page-title {
    display: none;
}

.single.single-post .gb-grid-column-a7ae1829 .flf-post-wrap-section h2.gb-headline {
    font-weight: 600;
    font-size: 28px;
}

.single.single-post .gb-grid-column-a7ae1829 .flf-form-section h2 span {
    display: inline-block;
    position: relative;
}

.single.single-post .gb-grid-column-a7ae1829 .flf-form-section h2 span:before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0px;
    width: 100%;
    height: 20px;
    background: url(images/title-animation.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.single.single-post .gb-grid-column-a7ae1829 .flf-form-section input.input_email,
.archive.category .gb-grid-column-973cd769 .flf-form-section .wp-block-group__inner-container input {
    width: 100%;
    max-width: 420px;
}

.single.single-post .gb-grid-column-a7ae1829 .flf-form-section form.sendfox-form .btn-container,
.archive.category .gb-grid-column-973cd769 .flf-form-section .btn-container {
    position: relative;
    display: inline-block;
    left: 12%;
}

.ib-toc-container .ib-toc-header .ib-toc-header-title {
    font-weight: 700;
    -webkit-text-stroke: .3px;
    letter-spacing: .5px;
}

.ib-toc-container .ib-toc-body {
    padding-top: 5px;
}

.ib-toc-container .ib-toc-body ol.ib-toc-anchors {
    padding-left: 30px;
}

.postid-625 .ib-toc-container .ib-toc-body ol.ib-toc-anchors li:before {
    display: none;
}

.flf-related-posts-section h2.flf-related-posts-title {
    font-size: 26px;
    font-weight: 900;
}


/* 27-sep-21 */

.flf-home-page-section.flf-home-page-section-six .flf-home-page-row .gb-grid-column-d7d94d93 {
    padding-left: 0px;
}

.flf-home-page-section.flf-home-page-section-six .gb-inside-container {
    padding: 0px;
}

.flf-home-page-section.flf-home-page-section-one .gb-inside-container {
    padding: 0px;
    background: #F7F7F7;
}


/* 4-10-21 */

.flf-header-section {
    z-index: 9;
    position: relative;
    background: #165DEB;
}

.flf-header-row {
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    background: #165DEB;
}

.flf-header-col.flf-header-col-two .menu .menu-item a {
    color: white;
    display: inline-block;
    padding: 20px 0px !important;
}

.flf-header-col.flf-header-col-two .menu {
    list-style: none;
    display: flex;
    margin: 0px 30px;
    align-items: center;
}

.flf-header-col.flf-header-col-two .menu .menu-item-has-children {
    position: relative;
    padding: 0px 15px;
    height: auto;
}

.flf-header-col.flf-header-col-two .menu .menu-item-has-children:hover .sub-menu a {
    padding: 10px 10px !important;
    background-color: #ffffff;
    color: black;
    border: 0px;
}

.flf-header-col.flf-header-col-two .menu .menu-item .sub-menu {
    display: none;
    position: absolute;
    top: 46px;
    list-style: none;
    margin: 20px 0px 0px 0px;
}

.flf-header-col.flf-header-col-two .menu :hover .sub-menu {
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.flf-header-col.flf-header-col-two .menu .menu-item-has-children:before {
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 0px;
    top: 26px;
}

.flf-header-col.flf-header-col-two .menu .sub-menu a:before {
    display: none;
}

.flf-header-title {
    font-size: 35px;
    margin: 0px;
    color: #2EB560;
    font-weight: 600;
    text-shadow: 3px 0px 3px rgb(44 224 70 / 30%);
    mix-blend-mode: screen;
}

.header-main-menu-wrap {
    display: block !important;
}

.flf-header-col.flf-header-col-two .show-menu {
    transition: all .5s ease-in-out;
}

.flf-header-col.flf-header-col-two .flf-hand-burger-icon {
    display: none;
}

.flf-header-col.flf-header-col-two .flf-hand-burger-icon span {
    height: 5px;
    background: #333;
    margin: 2px 0px;
    border-radius: 50px;
    display: inline-block;
    width: 35px;
    -webkit-transform-origin: 9px 4px;
    -ms-transform-origin: 9px 4px;
    transform-origin: 3px 3px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.flf-header-col.flf-header-col-two .menu .menu-item:hover a {
    border-top: 2px solid #44d3c4;
    border-bottom: 2px solid #45d5c5;
    padding: 18px 0px;
}

.flf-header-col.flf-header-col-two .menu .menu-item-has-children:hover .sub-menu a:hover {
    background-color: #ffffff;
    color: black;
}

.flf-header-col.flf-header-col-two .menu .current-menu-item a {
    border-top: 2px solid #44d3c4;
    border-bottom: 2px solid #45d5c5;
    padding: 18px 0px;
}

.site-footer .site-info .inside-site-info {
    justify-content: left;
}

.flf-home-page-section.flf-home-page-section-two .flf-home-page-row a,
.flf-home-page-section.flf-home-page-section-three .flf-home-page-row a {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #001B28;
}

.archive.category .gb-container-795699af .pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content .pgafu-post-content {
    padding: 0;
    font-size: 16px;
}

.archive.category .gb-container-795699af .pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content .pgafu-post-date .pgafu-time {
    font-size: 16px;
}

#post-grid-407 {
    padding: 0px;
}

.flf-home-page-section.flf-home-page-section-five time {
    position: absolute;
    top: 10px;
    right: 10px;
}

.flf-home-page-section.flf-home-page-section-five li {
    position: relative;
    padding: 15px 9px;
    box-shadow: 0px 0px 5px 0px #aeaeae52;
    margin: 30px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.flf-home-page-section.flf-home-page-section-five li .wp-block-latest-posts__featured-image.alignright {
    margin: 0px!important;
    float: left;
}

.flf-home-page-section.flf-home-page-section-five a {
    height: auto;
    font-size: 18px;
    padding-top: 0px;
    margin-bottom: 15px;
    padding-left: 10px;
    float: left;
    width: 44%;
    text-align: start;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.flf-home-page-section.flf-home-page-section-five li .wp-block-latest-posts__featured-image.alignright a {
    padding: 0px;
    width: 100%;
    height: 195px;
}

.flf-home-page-section.flf-home-page-section-five {
    overflow: hidden;
}

.flf-home-page-section.flf-home-page-section-five li .wp-block-latest-posts__featured-image.alignright a img {
    max-width: 100% !important;
    max-height: 100% !important;
    margin-top: 0px;
    margin-left: 0px;
}

.single.single-post .gb-grid-column-f2f9d038 .wp-block-post-content h3 {
    font-size: 20px;
}

.flf-home-page-section.flf-home-page-section-five .flf-home-split-post-wrap .gb-inside-container {
    box-shadow: 0px 0px 15px 0px #aeaeae38;
    height: 100%;
}

.flf-home-page-section.flf-home-page-section-five .flf-home-page-wrapper {
    margin: 0px;
    padding: 0px 20px;
}

.flf-home-page-section.flf-home-page-section-five .gb-inside-container {
    padding: 0px;
}

.single.single-post .gb-grid-column-f2f9d038 .wp-block-post-content h4 {
    font-size: 18px;
}

.flf-related-posts-section .flf-related-posts-row .gb-inside-container {
    padding: 0px !important;
}

.flf-related-posts-section .gb-inside-container {
    padding: 40px 0px !important;
}

.single-post .wp-block-post-content ul li,
.single-post .wp-block-post-content ol li {
    padding-bottom: 12px;
}


/* 16-11-21 */

.flf-category-lastest-post-wrapper .flf-category-lastest-post .wp-block-latest-posts__featured-image.alignleft {
    width: 50%;
    margin-right: 30px;
    float: left !important;
}

.flf-category-lastest-post-wrapper .flf-category-lastest-post .wp-block-latest-posts__featured-image img {
    max-width: 100% !important;
}

.flf-category-lastest-post-wrapper .flf-category-lastest-post.wp-block-latest-posts.wp-block-latest-posts__list li a {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
    color: #222222;
    display: block;
    margin-top: 20px;
}

.flf-category-lastest-post-wrapper .flf-category-lastest-post .wp-block-latest-posts__featured-image.alignleft a {
    margin-top: -20px !important;
    margin-bottom: 0px !important;
}

.flf-category-lastest-post-wrapper .flf-category-lastest-post .wp-block-latest-posts__post-excerpt .read-more {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0px !important;
    display: inline !important;
}

.flf-category-lastest-post-wrapper .flf-category-lastest-post .wp-block-latest-posts__post-excerpt {
    margin-top: 50px;
    display: inline-block;
    width: 44%;
}

.flf-category-lastest-post {
    margin-left: 40px;
    margin-right: 70px;
}

.flf-category-lastest-post-wrapper {
    margin-bottom: 30px;
}


/* 18-11-2021 */

.flf-home-page-section.flf-home-page-section-slider-wrapper {
    padding: 0px !important;
}

.flf-home-page-section-slider-wrapper .gb-inside-container {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.flf-home-page-section-slider-wrapper .gb-inside-container .flf-home-page-row {
    margin-left: 0px;
}

.flf-home-page-section-slider-wrapper .gb-inside-container .flf-home-page-row .gb-grid-column {
    padding: 0px;
}

.flf-home-page-section-slider-wrapper .slick-list .slick-slide {
    line-height: 0;
}

.flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-image-part {
    display: inline-block;
    max-width: 60%;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-image-part .flf-slider-image {
    height: 100%;
}

.flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-image-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part {
    display: inline-block;
    max-width: 40%;
    width: 100%;
    background-color: #F7F7F7;
    padding: 40px 80px;
}

.flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part .flf-slider-content-title {
    line-height: 38px;
    margin-bottom: 20px;
}

.flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part .flf-slider-content-title h2 {
    color: #0E131A;
    font-size: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    margin: 0px;
}

.flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part .flf-slider-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part .flf-slider-content-wrap p {
    line-height: 1.5;
    font-size: 17px;
    margin-bottom: 20px;
}

.flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part .flf-slider-content-wrap a.read-more {
    display: inline-block;
    border: 2px solid #31b462;
    color: #31b462;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.flf-home-page-section-slider-wrapper .slick-slider .slick-arrow {
    z-index: 99;
    opacity: .5;
    width: 40px;
    height: 40px;
}

.flf-home-page-section-slider-wrapper .slick-slider .slick-arrow:before {
    color: #333;
    font-size: 28px;
    line-height: 1;
}

.flf-home-page-section-slider-wrapper .slick-slider .slick-prev {
    left: 20px;
}

.flf-home-page-section-slider-wrapper .slick-slider .slick-next {
    right: 20px;
}

.flf-home-page-section-slider-wrapper .slick-slider .slick-arrow:hover {
    opacity: .8;
}

.flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part .flf-slider-content-wrap a.read-more:hover {
    background: #31b462;
    color: #fff;
}

.flf-home-page-section.flf-home-page-section-five .flf-home-split-post-wrap {
    margin-top: 45px;
}
/**27-01-202*/
.postid-5238 .entry-content.wp-block-post-content ol li {
    display: block;
}
 .postid-5238 .entry-content.wp-block-post-content ol li:before {
    content: counter(item) ".";
    counter-increment: item;
    font-weight: 700;
    left: -1.5em;
    min-width: 20px;
    min-height: 20px;
}
.post-5238 .ib-toc-container ol.ib-toc-anchors>li:before {
    content: counter(item) ".";
}
p.hidden-text {
    display: none;
}
/* media query */

@media(min-width:1025px) {
    .flf-home-page-section.flf-home-page-section-five li .wp-block-latest-posts__featured-image.alignright {
        width: 50%;
    }
}

@media(min-width:1200px) {
    .flf-home-page-section.flf-home-page-section-five a {
        font-size: 22px;
    }
}

@media(max-width:1200px) {
    .flf-home-page-section.flf-home-page-section-five li .wp-block-latest-posts__featured-image.alignright a {
        height: 175px;
    }
    /* 18-11-2021 */
    .flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part .flf-slider-content-title h2 {
        font-size: 26px;
    }
    .flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part {
        padding: 40px;
    }
    .flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part .flf-slider-content-wrap p {
        font-size: 16px;
    }
    .flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part .flf-slider-content-wrap a.read-more {
        padding: 8px 16px;
        font-size: 14px;
    }
    /* 19-11-2021 */
    .flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-image-part {
        height: 360px;
    }
    .flf-home-page-section-slider-wrapper .slick-slider .slick-next {
        right: 0px;
    }
    .flf-home-page-section-slider-wrapper .slick-slider .slick-prev {
        left: 0px;
    }
}

@media(max-width:1100px) {
    .flf-home-page-section.flf-home-page-section-five a {
        width: 38%;
    }
    .flf-home-page-section.flf-home-page-section-five li .wp-block-latest-posts__featured-image.alignright a {
        height: 180px;
    }
}

@media(max-width:1024px) {
    .flf-home-page-section.flf-home-page-section-six .flf-home-page-row {
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
    }
    .flf-home-page-section.flf-home-page-section-six .flf-home-page-col-one .btn-container {
        justify-content: center;
    }
    .flf-home-page-section.flf-home-page-section-six .flf-home-page-row .gb-grid-column-d7d94d93 {
        width: 100%;
    }
    .flf-home-page-section.flf-home-page-section-six h3 {
        margin-top: 30px;
        font-size: 22px !important;
        text-align: center;
    }
    .flf-home-page-section.flf-home-page-section-six .flf-home-page-row {
        margin-left: -30px;
    }
    .flf-home-page-section.flf-home-page-section-six .flf-home-page-row .gb-grid-column-d7d94d93 .flf-home-page-col-one {
        flex-direction: row;
        align-items: baseline;
    }
    .single.single-post .gb-grid-column-f2f9d038 {
        width: 100%;
    }
    .single.single-post .site-content {
        padding: 40px 40px;
    }
    .single.single-post .gb-grid-column-a7ae1829 {
        width: 80%;
        margin-top: 30px;
        text-align: center;
    }
    .single.single-post .gb-grid-wrapper-a9f2869b {
        justify-content: center;
    }
    .single.single-post .gb-grid-column-a7ae1829 .pgafu-post-grid-content .pgafu-content-above-image .pgafu-post-title a {
        line-height: 1.9 !important;
    }
    .single.single-post .gb-grid-column-a7ae1829 .pgafu-post-grid-content {
        align-items: center;
    }
    .archive.category .gb-grid-column-795699af {
        width: 100%;
    }
    .archive.category .gb-grid-column-973cd769 {
        width: 100%;
    }
    .archive.category .gb-container-973cd769 {
        text-align: center;
    }
    /* 24-09-2021 */
    .flf-home-page-section.flf-home-page-section-six h3 span:before {
        height: 18px;
    }
    /* 27-09-2021 */
    .flf-home-page-section.flf-home-page-section-six {
        padding: 10% 10% 10% 10%;
    }
    /* 04-10-21 */
    .flf-header-col.flf-header-col-two .flf-hand-burger-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35px;
        height: 35px;
    }
    .header-main-menu-wrap {
        transition: .2s;
        display: block !important;
        position: absolute;
        left: 0px;
        width: 100%;
        top: 15px;
        height: auto;
        transition: 0.5s;
        z-index: -1;
    }
    .flf-header-col.flf-header-col-two .show-menu {
        display: block !important;
        position: absolute;
        left: 0px;
        width: 100%;
        height: auto;
        transition: 0.5s;
        z-index: -1;
        background: #165DEB;
        top: 100%;
        -webkit-box-shadow: 0px 5px 8px rgba(51, 51, 51, 0.078);
        box-shadow: 0px 5px 8px rgba(51, 51, 51, 0.078);
    }
    .flf-header-col.flf-header-col-two .menu {
        display: none;
        padding: 20px 0px;
    }
    .flf-header-col.flf-header-col-two .menu :hover .sub-menu {
        position: relative;
        margin: 10px 0px 10px 0px;
    }
    .flf-header-col.flf-header-col-two .menu .menu-item-has-children {
        position: relative;
        padding: 0px;
        height: auto;
    }
    .flf-header-row {
        padding: 10px 40px;
    }
    .flf-header-col.flf-header-col-two .show-menu .menu {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .flf-header-col.flf-header-col-two .menu .menu-item .sub-menu {
        top: auto;
        margin: 0px;
        padding: 5px 0px;
    }
    .flf-header-col.flf-header-col-two .show-menu .my_extra_menu_class {
        width: 97%;
        display: inline-block;
        background: #fff;
    }
    .flf-header-col.flf-header-col-two .menu .menu-item a {
        display: inline-block;
        width: 100%;
        color: #333;
        padding: 12px 42px !important;
        line-height: 1.2;
        font-weight: 600;
        border: none !important;
    }
    .flf-header-col.flf-header-col-two .menu .menu-item:hover a,
    .flf-header-col.flf-header-col-two .menu .menu-item.current-menu-item a {
        border: none;
        background: #757575;
        color: #fff;
    }
    .flf-header-col.flf-header-col-two .menu .menu-item-has-children:before {
        top: 16px;
        right: 30px;
        border-color: #333;
    }
    .flf-header-col.flf-header-col-two .menu .menu-item-has-children:hover:before {
        border-color: #fff;
    }
    .flf-header-col.flf-header-col-two .menu .menu-item-has-children:hover .sub-menu a {
        padding: 10px 60px !important;
        color: #333;
        font-weight: normal;
    }
    .flf-header-col.flf-header-col-two .flf-hand-burger-icon.open-burger span {
        opacity: 1;
        -webkit-transform: rotate( 45deg) translate(-2px, -1px);
        -ms-transform: rotate( 45deg) translate(-2px, -1px);
        transform: rotate( 45deg) translate(-2px, -1px);
        background: #232323;
    }
    .flf-header-col.flf-header-col-two .flf-hand-burger-icon.open-burger span:nth-child(2) {
        opacity: 0;
        -webkit-transform: rotate( 0deg) scale(0.2, 0.2);
        -ms-transform: rotate( 0deg) scale(0.2, 0.2);
        transform: rotate( 0deg) scale(0.2, 0.2);
    }
    .flf-header-col.flf-header-col-two .flf-hand-burger-icon.open-burger span:nth-child(3) {
        -webkit-transform: rotate( -45deg) translate(0, 0px);
        -ms-transform: rotate( -45deg) translate(0, 0px);
        transform: rotate( -45deg) translate(0, 0px);
    }
    .single.single-post .gb-grid-column-a7ae1829 .flf-form-section form.sendfox-form .btn-container {
        left: 0%;
    }
    .single.single-post .site {
        padding: 0px 0px;
    }
    .single.single-post .gb-grid-column-f2f9d038 {
        padding-right: 0px !important;
    }
    .archive.category .gb-grid-column-973cd769 .flf-form-section .btn-container {
        left: 0px;
    }
    .flf-related-posts-section .gb-inside-container {
        padding-top: 0px !important;
    }
    .flf-home-page-section.flf-home-page-section-five li .wp-block-latest-posts__featured-image.alignright a {
        width: 100%;
    }
    .flf-home-page-section.flf-home-page-section-five a {
        width: 100%;
        justify-content: center;
        min-height: 43px;
    }
    .flf-home-page-section.flf-home-page-section-five li {
        justify-content: center;
    }
    .flf-home-page-section.flf-home-page-section-five time {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        text-align: center;
    }
    /* 18-11-2021 */
    .flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part {
        padding: 25px 40px;
    }
    .flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part .flf-slider-content-title h2 {
        font-size: 22px;
    }
}

@media(max-width:980px) {
    .flf-home-page-section.flf-home-page-section-two .item {
        width: 47%;
    }
    .flf-home-page-section.flf-home-page-section-two .flf-single-post-img {
        height: auto !important;
        width: 100% !important;
    }
    .flf-home-page-section.flf-home-page-section-three .item {
        width: 47%;
    }
    .flf-home-page-section.flf-home-page-section-three .flf-single-post-img {
        height: auto !important;
        width: 100% !important;
    }
    .flf-home-page-section.flf-home-page-section-six h3 {
        font-size: 20px;
    }
    /* .single.single-post .flf-related-posts-section .flf-related-posts-row .flf-related-posts-col .grid-items {
        flex-direction: column;
    } */
    .single.single-post .flf-related-posts-section .gb-inside-container {
        padding: 0px 0px;
    }
    .single.single-post .flf-related-posts-section .flf-related-posts-row .flf-related-posts-col .grid-items .item {
        width: 33.333%;
    }
    .flf-home-page-section.flf-home-page-section-five a {
        font-size: 16px;
    }
}

@media(max-width:860px) {
    .flf-home-page-section.flf-home-page-section-five a {
        width: 100%;
        text-align: center;
        padding: 0px;
        justify-content: center;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .flf-home-page-section.flf-home-page-section-five time {
        position: relative;
        left: 0px;
        top: 0px;
        float: left;
    }
    .flf-home-page-section.flf-home-page-section-five li .wp-block-latest-posts__featured-image.alignright a {
        margin: 0px;
    }
    .flf-home-page-section.flf-home-page-section-five li {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .flf-header-title {
        font-size: 27px;
    }
}

@media(max-width:767px) {
    .flf-home-page-section.flf-home-page-section-two .gb-inside-container {
        padding: 0px;
    }
    .flf-home-page-section.flf-home-page-section-six .gb-inside-container {
        padding: 8px;
    }
    .flf-home-page-section.flf-home-page-section-three .gb-inside-container {
        padding: 0px;
    }
    .flf-home-page-section.flf-home-page-section-one .flf-home-page-col-two {
        margin-top: 40px;
    }
    .flf-home-page-section.flf-home-page-section-one .flf-home-page-row {
        justify-content: center;
    }
    .flf-home-page-section.flf-home-page-section-one .flf-home-page-row .flf-home-page-image img {
        width: 100%;
    }
    .flf-home-page-section.flf-home-page-section-two .item {
        width: 100% !important;
    }
    .flf-home-page-section.flf-home-page-section-three .item {
        width: 100% !important;
    }
    .flf-home-page-section.flf-home-page-section-six h3 {
        margin-top: 30px;
    }
    .flf-home-page-section.flf-home-page-section-five h3 {
        font-size: 29px !important;
    }
    .flf-home-page-section.flf-home-page-section-four h3 {
        font-size: 30px !important;
    }
    .flf-home-page-section.flf-home-page-section-five ul {
        margin: 0px;
    }
    .flf-home-page-section.flf-home-page-section-four ul {
        margin: 0px;
    }
    .flf-home-page-section.flf-home-page-section-three h3 {
        font-size: 30px !important;
    }
    .flf-home-page-section.flf-home-page-section-two h3 {
        font-size: 30px !important;
    }
    .flf-home-page-section.flf-home-page-section-two .flf-single-post-desc-wrap .flf-single-post-title {
        font-size: 16px !important;
    }
    .flf-home-page-section.flf-home-page-section-three .flf-single-post-desc-wrap .flf-single-post-title {
        font-size: 16px !important;
    }
    .flf-home-page-section.flf-home-page-section-three {
        padding: 20px 20px;
    }
    .flf-home-page-section.flf-home-page-section-four {
        padding-bottom: 20px;
        padding-top: 20px;
        background: #165DEB;
    }
    .flf-home-page-section.flf-home-page-section-two {
        padding: 20px 20px;
    }
    .flf-home-page-section.flf-home-page-section-one {
        padding-bottom: 20px;
        padding-top: 40px;
    }
    .flf-home-page-section.flf-home-page-section-five {
        padding-bottom: 0px;
        overflow: hidden;
    }
    .flf-home-page-section.flf-home-page-section-six {
        padding: 10% 10% 10% 10%;
        background: #165DEB;
    }
    .flf-home-page-section.flf-home-page-section-one .flf-home-page-row h2 {
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .single.single-post .gb-grid-column-a7ae1829 {
        width: 100%;
    }
    .single.single-post .gb-grid-column-f2f9d038 .wp-block-post-title {
        font-size: 25px;
    }
    .archive.category .gb-container-5a2e7e09 {
        text-align: center;
    }
    .archive.category .gb-grid-wrapper-395d6015 .gb-grid-column-5a2e7e09 {
        width: 100%;
    }
    .archive.category .gb-grid-wrapper-395d6015 .gb-grid-column-7915e9f0 {
        width: 100%;
    }
    .archive.category .gb-grid-column-7915e9f0 h2 {
        margin-bottom: 30px;
    }
    .archive.category .gb-container-7915e9f0 {
        text-align: left;
    }
    .archive.category .gb-container-795699af .pgafu-filtr-container .pgafu-columns .pgafu-post-grid-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .archive.category .gb-grid-column-973cd769 .wp-block-group .wp-block-group__inner-container {
        padding: 20px !important;
    }
    .archive.category .gb-container-8203a362 .gb-inside-container {
        padding: 20px 0px !important;
    }
    /* 24-09-2021 */
    .flf-home-page-section h3 span:before {
        height: 30px;
    }
    .flf-home-page-section h3 span:after {
        height: 20px;
    }
    .flf-home-page-section.flf-home-page-section-three h3 span:before,
    .flf-home-page-section.flf-home-page-section-two h3 span:before {
        height: 25px;
    }
    .flf-home-page-section.flf-home-page-section-three h3 span:after,
    .flf-home-page-section.flf-home-page-section-two h3 span:after {
        height: 30px;
        top: 84%;
    }
    .flf-home-page-section.flf-home-page-section-five h3 span:after {
        display: none;
    }
    .flf-home-page-section.flf-home-page-section-five h3 span:before {
        height: 40px;
        top: 42%;
    }
    .single.single-post .gb-grid-column-a7ae1829 .flf-form-section .wp-block-group__inner-container {
        padding: 20px;
    }
    /* 4-10-21 */
    .flf-header-col.flf-header-col-two .menu .menu-item a {
        font-size: 16px;
    }
    /* 6-10-21 */
    .archive.category .gb-container-795699af .pgafu-filtr-container .pgafu-columns .pgafu-post-grid-content .pgafu-post-image-bg {
        width: 100%;
    }
    .archive.category .gb-container-795699af .pgafu-filtr-container .pgafu-columns {
        width: 100%;
    }
    .archive.category .gb-container-795699af .pgafu-filtr-container .pgafu-columns .pgafu-post-grid-content .pgafu-content-above-image {
        width: 100%;
        text-align: left;
        padding-left: 0px;
    }
    .single.single-post .flf-related-posts-section .flf-related-posts-row .flf-related-posts-col .grid-items .item {
        width: 50%;
    }
    .single.single-post .flf-related-posts-section .flf-related-posts-row .flf-related-posts-col .grid-items .item .flf-single-post-title {
        font-size: 18px;
    }
    .single.single-post .flf-related-posts-section .flf-related-posts-row .flf-related-posts-col .grid-items .item .flf-single-post-desc-wrap {
        margin-top: 10px;
    }
    .flf-home-page-section.flf-home-page-section-five a {
        height: 100%;
        font-size: 18px;
        padding: 10px 0px 0px 0px;
        width: 100%;
        margin-bottom: 10px;
        min-height: auto;
    }
    .flf-home-page-section.flf-home-page-section-five li {
        margin: 17px 0px;
    }
    .flf-home-page-section.flf-home-page-section-five li .wp-block-latest-posts__featured-image.alignright {
        margin: 20px 0px -10px;
        float: none;
    }
    .flf-home-page-section.flf-home-page-section-five .flf-home-split-post-wrap .gb-container-8751596e .gb-inside-container {
        margin-bottom: 30px;
    }
    .flf-home-page-section.flf-home-page-section-five li .wp-block-latest-posts__featured-image.alignright a img {
        margin-left: 0px;
    }
    /* 16-11-21 */
    .flf-category-lastest-post-wrapper .flf-category-lastest-post .wp-block-latest-posts__featured-image.alignleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .flf-category-lastest-post-wrapper .flf-category-lastest-post.wp-block-latest-posts.wp-block-latest-posts__list li a {
        font-size: 27px;
    }
    .flf-category-lastest-post {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .flf-category-lastest-post-wrapper .flf-category-lastest-post .wp-block-latest-posts__post-excerpt {
        margin-top: 30px;
        width: 100%;
    }
    /* 18-11-2021 */
    .flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-image-part,
    .flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part {
        max-width: 100%;
    }
    .flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part {
        padding: 30px 50px;
    }
    .flf-home-page-section-slider-wrapper .slick-slider .slick-prev {
        left: 0px;
    }
    .flf-home-page-section-slider-wrapper .slick-slider .slick-next {
        right: 0px;
    }
    .flf-home-page-section-slider-wrapper .slick-slider .slick-arrow {
        top: 180px;
    }
}

@media(max-width:560px) {
    .single.single-post .gb-container-7d5026f4 .gb-inside-container .flf-post-wrap-section {
        display: none;
    }
    .flf-related-posts-section h2.flf-related-posts-title {
        margin-top: 30px;
        margin-bottom: 0px;
        text-align: center;
    }
}

@media(max-width:480px) {
    .flf-home-page-section.flf-home-page-section-six .flf-home-page-row .flf-home-page-col-one svg {
        display: none;
    }
    .flf-home-page-section.flf-home-page-section-six .flf-home-page-col-one .styleBtn {
        padding: 10px 30px 10px 30px;
    }
    .single.single-post .gb-grid-column-a7ae1829 .flf-form-section form.sendfox-form .btn-container .style-icon {
        display: none;
    }
    .single.single-post .gb-grid-column-a7ae1829 .flf-form-section form.sendfox-form .btn-container .styleBtn {
        line-height: 1.5;
        padding: 10px 55px;
        font-size: 12px;
    }
    .single.single-post .gb-grid-column-f2f9d038 .wp-block-post-title {
        font-size: 18px;
    }
    .single.single-post .gb-grid-column-f2f9d038 .wp-block-group .wp-block-group__inner-container {
        font-size: 12px;
    }
    .single.single-post .gb-grid-column-a7ae1829 .flf-form-section h2 {
        font-size: 18px !important;
        font-weight: 300 !important;
    }
    .single.single-post .gb-grid-column-a7ae1829 .pgafu-post-grid-content {
        flex-direction: column;
    }
    .archive.category .gb-grid-column-973cd769 .flf-form-section .btn-container .styleBtn {
        line-height: 1.5;
        padding: 10px 35px;
        font-size: 12px;
    }
    .archive.category .gb-grid-column-973cd769 .flf-form-section .btn-container .style-icon {
        display: none;
    }
    .archive.category .gb-container-795699af .pgafu-filter-wrp .pgafu-filter .pgafu-filtr-cat a {
        font-size: 13px;
    }
    .archive.category .gb-container-795699af .pgafu-filter-wrp .pgafu-filter {
        text-align: center;
    }
    /* 24-09-2021 */
    .single.single-post .gb-grid-column-a7ae1829 .flf-form-section h2 span:before {
        top: 40%;
    }
    .single.single-post .flf-related-posts-section .flf-related-posts-row .flf-related-posts-col .grid-items .item {
        width: 100%;
    }
    /* 18-11-2021 */
    .flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-content-part {
        padding: 30px 40px;
    }
    .flf-home-page-section-slider-wrapper .slick-list .slick-slide .flf-slider-image-part {
        height: 220px;
    }
    .flf-home-page-section-slider-wrapper .slick-slider .slick-arrow {
        top: 110px;
    }
}