@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap");

@font-face {
    font-family: "SFpro-Medium";
    src: url("../fonts/SFPro/SFProDisplay-Medium.eot");
    src: url("../fonts/SFPro/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFPro/SFProDisplay-Medium.woff") format("woff"),
    url("../fonts/SFPro/SFProDisplay-Medium.ttf") format("truetype"),
    url("../fonts/SFPro/SFProDisplay-Medium.svg#SFpro-Medium") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "SFpro-Bold", sans-serif;
    src: url("../fonts/SFPro/SFProDisplay-Bold.eot");
    src: url("../fonts/SFPro/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFPro/SFProDisplay-Bold.woff") format("woff"),
    url("../fonts/SFPro/SFProDisplay-Bold.ttf") format("truetype"),
    url("../fonts/SFPro/SFProDisplay-Bold.svg#SFpro-Bold") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "SFpro-Heavy", sans-serif;
    src: url("../fonts/SFPro/SFProDisplay-Heavy.eot");
    src: url("../fonts/SFPro/SFProDisplay-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFPro/SFProDisplay-Heavy.woff") format("woff"),
    url("../fonts/SFPro/SFProDisplay-Heavy.ttf") format("truetype"),
    url("../fonts/SFPro/SFProDisplay-Heavy.svg#SFpro-Heavy") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "SFpro-regular", sans-serif;
    src: url("../fonts/SFPro/SFProDisplay-Regular.eot");
    src: url("../fonts/SFPro/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFPro/SFProDisplay-Regular.woff") format("woff"),
    url("../fonts/SFPro/SFProDisplay-Regular.ttf") format("truetype"),
    url("../fonts/SFPro/SFProDisplay-Regular.svg#SFpro-Regular") format("svg");
    font-display: swap;
}

html[data-lf-wp] body {
    background-color: #fff;
}

html[data-lf-wp] body h1,
html[data-lf-wp] body h2,
html[data-lf-wp] body h3,
html[data-lf-wp] body h4,
html[data-lf-wp] body h5 {
    color: #000;
    font-family: "SFpro-Medium", sans-serif;
}

html[data-lf-wp] body p,
html[data-lf-wp] body div {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] body .entry-content {
    margin: 0;
}

html[data-lf-wp] body .hentry {
    margin: 0;
}

html[data-lf-wp] body .social-icon-menu-items {
    float: left;
    margin-left: 10px;
}

html[data-lf-wp] body .social-icon-menu-items:first-of-type {
    margin-left: 0;
}

html[data-lf-wp] body input {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    color: #000;
}

html[data-lf-wp] body h1 {
    font-size: 40px;
}

html[data-lf-wp] body h2 {
    font-size: 30px;
}

html[data-lf-wp] body h3 {
    font-size: 25px;
}

html[data-lf-wp] body h4 {
    font-size: 20px;
}

html[data-lf-wp] body h5 {
    font-size: 18px;
}

html[data-lf-wp] .full-width {
    float: left;
    width: 100%;
}

html[data-lf-wp] .text-center,
html[data-lf-wp] .align-center {
    text-align: center;
}

html[data-lf-wp] .align-left {
    text-align: left;
}

html[data-lf-wp] .align-right {
    text-align: right;
}

html[data-lf-wp] .text-uppercase {
    text-transform: uppercase;
}

html[data-lf-wp] .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

html[data-lf-wp] .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

html[data-lf-wp] .slick-dots li.slick-active button:after {
    opacity: 1;
}

html[data-lf-wp] .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

html[data-lf-wp] .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: var(--red);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

html[data-lf-wp] .slick-dots li button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border: 1px solid var(--red);
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

html[data-lf-wp] .archive-breadcrumbs {
    padding: 0 30px;
}

html[data-lf-wp] a {
    color: var(--red);
    text-decoration: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

html[data-lf-wp] a:hover {
    color: green;
}

html[data-lf-wp] *:focus {
    outline: none !important;
}

html[data-lf-wp] * a:hover {
    text-decoration: none;
    outline: none;
}

html[data-lf-wp] * a:focus {
    text-decoration: none;
    outline: none;
}

html[data-lf-wp] * a:active {
    text-decoration: none;
    outline: none;
}

html[data-lf-wp] .divider {
    float: left;
    height: 20px;
    width: 100%;
}

html[data-lf-wp] button {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

html[data-lf-wp] ::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #616a71;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] \:-moz-placeholder {
    opacity: 1 !important;
    color: #616a71;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] ::-moz-placeholder {
    opacity: 1 !important;
    color: #616a71;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] \:-ms-input-placeholder {
    opacity: 1 !important;
    color: #616a71;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] *::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #616a71;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] *:-moz-placeholder {
    opacity: 1 !important;
    color: #616a71;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] *:-ms-input-placeholder {
    opacity: 1 !important;
    color: #616a71;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] ::-moz-selection {
    background: #000;
    color: #fff;
}

html[data-lf-wp] ::selection {
    background: #000;
    color: #fff;
}

html[data-lf-wp] #breadcrumbs {
    margin-top: 17px;
    margin-bottom: 0;
}

html[data-lf-wp] #breadcrumbs span,
html[data-lf-wp] #breadcrumbs a {
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #616a71;
}

html[data-lf-wp] #breadcrumbs .breadcrumb_last {
    font-weight: 700;
    color: var(--dark-grey);
}

html[data-lf-wp] .share-buttons .share-buttons-title {
    font-size: 18px;
    color: var(--red);
    font-family: "SFpro-Bold", sans-serif;
    padding-bottom: 15px;
}

html[data-lf-wp] .share-buttons .share-links-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    width: 100%;
}

html[data-lf-wp] .share-buttons .share-links-wrapper a {
    height: 30px;
    width: 30px;
    background-color: var(--dark-grey);
    font-size: 16px;
    margin-right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

html[data-lf-wp] .share-buttons .share-links-wrapper a:last-of-type {
    margin-right: 0;
}

html[data-lf-wp] .share-buttons .share-links-wrapper a:hover {
    background-color: var(--red);
}

html[data-lf-wp] .text-right {
    text-align: right;
}

html[data-lf-wp] .text-center {
    text-align: center;
}

html[data-lf-wp] .container-1520 {
    max-width: 1550px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

html[data-lf-wp] .container-packages {
    max-width: 1400px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

html[data-lf-wp] .red-bg-line {
    position: absolute;
    width: 60vw;
    height: 515px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--red);
}

html[data-lf-wp] .style-text h1 {
    font-family: "SFpro-Heavy", sans-serif;
    color: #2b2c35;
}

html[data-lf-wp] .style-text h2,
html[data-lf-wp] .style-text h2,
html[data-lf-wp] .style-text h3,
html[data-lf-wp] .style-text h4,
html[data-lf-wp] .style-text h5,
html[data-lf-wp] .style-text h6 {
    font-family: "SFpro-Bold", sans-serif;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #2b2c35;
}

html[data-lf-wp] .style-text p {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    line-height: 1.7;
    color: #616a71;
    margin-top: 2em;
    margin-bottom: 2em;
}

html[data-lf-wp] .style-text img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

html[data-lf-wp] .style-text hr {
    margin-top: 2em;
    margin-bottom: 2em;
}

html[data-lf-wp] .style-text a {
    color: var(--red);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

html[data-lf-wp] .style-text a:hover {
    color: var(--dark-grey);
}

html[data-lf-wp] .style-text ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 15px;
}

html[data-lf-wp] .style-text ul li {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 20px;
    color: #616a71;
    position: relative;
    padding-left: 35px;
}

html[data-lf-wp] .style-text ul li:before {
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    color: var(--red);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

html[data-lf-wp] .style-text table th,
html[data-lf-wp] .style-text table td {
    border: 1px dotted #cecece;
    padding: 15px;
    font-size: 16px;
    color: #616a71;
    line-height: 1.7;
}

html[data-lf-wp] .style-text table th {
    font-family: "SFpro-Bold", sans-serif;
}

html[data-lf-wp] body .red-button {
    font-family: "SFpro-regular", sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    background-color: var(--red);
    border: 1px solid var(--red);
    min-width: 170px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
}

html[data-lf-wp] body .red-button:hover {
    color: #fff;
    background-color: var(--dark-grey);
    border-color: var(--dark-grey);
    cursor: pointer;
}

html[data-lf-wp] body .white-button {
    font-family: "SFpro-regular", sans-serif;
    font-size: 16px;
    display: inline-block;
    color: var(--red);
    background-color: #fff;
    border: 1px solid var(--red);
    min-width: 170px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
}

html[data-lf-wp] body .white-button:hover {
    color: #fff;
    background-color: var(--red);
    border-color: #fff;
}

html[data-lf-wp] body .more-link {
    color: #2b2c35;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    display: inline-block;
}

html[data-lf-wp] body .more-link span {
    display: inline-block;
    vertical-align: middle;
    color: #2b2c35;
}

html[data-lf-wp] body .more-link .icon {
    height: 34px;
    width: 34px;
    color: #fff;
    background-color: var(--red);
    line-height: 34px;
    text-align: center;
    margin-right: 15px;
    font-size: 14px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

html[data-lf-wp] body .more-link:hover .icon {
    background-color: #2b2c35;
}

html[data-lf-wp] .nav-links {
    padding-bottom: 80px;
    text-align: center;
}

html[data-lf-wp] .nav-links span {
    border: 1px solid;
    display: inline-block;
    height: 40px;
    font-size: 15px;
    line-height: 39px;
    margin: 0 2px;
    vertical-align: middle;
    width: 40px;
}

html[data-lf-wp] .nav-links a {
    border: 1px solid;
    display: inline-block;
    height: 40px;
    font-size: 15px;
    line-height: 39px;
    margin: 0 2px;
    vertical-align: middle;
    width: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

html[data-lf-wp] article.search-resoults-section {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

html[data-lf-wp] .not-found-icon-wrap .fa {
    font-size: 100px;
    margin: 0;
}

html[data-lf-wp] .main-404-page .error-404 {
    padding-bottom: 100px;
}

html[data-lf-wp] .no-results {
    padding-bottom: 80px;
}

html[data-lf-wp] .search-form input {
    width: 288px;
    background-color: #fff;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
    font-family: "SFpro-regular", sans-serif;
    color: #fff;
    border: 1px solid var(--red);
    -webkit-border-radius: 22px 0 0 22px;
    -moz-border-radius: 22px 0 0 22px;
    -ms-border-radius: 22px 0 0 22px;
    border-radius: 22px 0 0 22px;
}

html[data-lf-wp] .search-form .red-button {
    min-width: 100px;
    margin-left: -5px;
    -webkit-border-radius: 0 22px 22px 0;
    -moz-border-radius: 0 22px 22px 0;
    -ms-border-radius: 0 22px 22px 0;
    border-radius: 0 22px 22px 0;
}

html[data-lf-wp] .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    display: none;
}

html[data-lf-wp] .main-navigation .second-navigation {
    display: none;
}

html[data-lf-wp] .main-navigation li a {
    font-family: "SFpro-Bold", sans-serif;
}

html[data-lf-wp] .site-header {
    border-bottom: 1px solid #cecece;
}

html[data-lf-wp] .site-header .ubermenu {
    padding-top: 10px;
}

html[data-lf-wp] .site-header .ubermenu .ubermenu-submenu {
    border: 0 !important;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}

html[data-lf-wp] .site-header .ubermenu .ubermenu-submenu:before {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    display: block;
    background-color: var(--red);
}

html[data-lf-wp] .site-header .ubermenu .ubermenu-item-header {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

html[data-lf-wp] .site-header .ubermenu .ubermenu-item-header:after {
    content: "";
    left: 40px;
    right: 40px;
    bottom: 0;
    height: 1px;
    background-color: var(--red);
    position: absolute;
    display: block;
}

html[data-lf-wp]
.site-header
.ubermenu
.ubermenu-item-header
.ubermenu-target-title {
    font-family: "SFpro-Bold", sans-serif;
}

html[data-lf-wp] .site-header .ubermenu .ubermenu-item-normal a {
    line-height: 1;
}

html[data-lf-wp]
.site-header
.ubermenu
.ubermenu-item-normal:hover
.ubermenu-target-title {
    color: var(--red);
}

html[data-lf-wp]
.site-header
.ubermenu
.ubermenu-item-normal
.ubermenu-target-title {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 1;
}

html[data-lf-wp] .site-header .site-header-inner {
    background-color: var(--red);
    padding: 10px 0;
}

html[data-lf-wp] .site-header .site-header-inner .email-phone-content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

html[data-lf-wp] .site-header .site-header-inner .email-phone-text {
    color: #fff;
    font-size: 14px;
}

html[data-lf-wp] .site-header .site-header-inner .content-detail {
    line-height: 1;
}

html[data-lf-wp] .site-header .site-header-inner .content-detail span {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    display: inline-block;
}

html[data-lf-wp]
.site-header
.site-header-inner
.content-detail
span:last-of-type {
    padding-right: 0;
}

html[data-lf-wp]
.site-header
.site-header-inner
.content-detail
span#header-email:before {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: -1px;
    background-color: #fff;
}

html[data-lf-wp] .site-header .site-header-inner .content-detail a {
    color: #fff;
    font-size: 14px;
}

html[data-lf-wp] .site-header .site-header-inner .content-detail a:hover {
    color: var(--dark-grey);
}

html[data-lf-wp] .site-header .logo-menu-wrapper {
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: var(--light-grey);
}

html[data-lf-wp] .site-header .site-brending-menu-wrapper {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

html[data-lf-wp] #menu-second-menu,
html[data-lf-wp] #second-menu {
    list-style: none;
    padding: 0;
}

html[data-lf-wp] #menu-second-menu a,
html[data-lf-wp] #second-menu a {
    font-family: "SFpro-regular", sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    background-color: var(--red);
    border: 1px solid var(--red);
    min-width: 170px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
}

html[data-lf-wp] #menu-second-menu a:hover,
html[data-lf-wp] #second-menu a:hover {
    color: #fff;
    background-color: var(--dark-grey);
    border-color: var(--dark-grey);
}

html[data-lf-wp] .newsletter-wrapper {
    width: 460px;
}

html[data-lf-wp] .newsletter-wrapper input {
    width: 100%;
}

html[data-lf-wp] .newsletter-wrapper .newsletter-inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: var(--red);
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
}

html[data-lf-wp]
.newsletter-wrapper
.newsletter-email
::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #fff;
    font-family: "SFpro-regular", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] .newsletter-wrapper .newsletter-email \:-moz-placeholder {
    opacity: 1 !important;
    color: #fff;
    font-family: "SFpro-regular", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] .newsletter-wrapper .newsletter-email ::-moz-placeholder {
    opacity: 1 !important;
    color: #fff;
    font-family: "SFpro-regular", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] .newsletter-wrapper .newsletter-email \:-ms-input-placeholder {
    opacity: 1 !important;
    color: #fff;
    font-family: "SFpro-regular", sans-serif;
    font-size: 16px;
}

html[data-lf-wp]
.newsletter-wrapper
.newsletter-email
*::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #fff;
    font-family: "SFpro-regular", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] .newsletter-wrapper .newsletter-email *:-moz-placeholder {
    opacity: 1 !important;
    color: #fff;
    font-family: "SFpro-regular", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] .newsletter-wrapper .newsletter-email *:-ms-input-placeholder {
    opacity: 1 !important;
    color: #fff;
    font-family: "SFpro-regular", sans-serif;
    font-size: 16px;
}

html[data-lf-wp] .newsletter-wrapper .newsletter-email input {
    width: 288px;
    background-color: var(--red);
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
    font-family: "SFpro-regular", sans-serif;
    color: #fff;
    border: 0;
    height: 42px;
    -webkit-border-radius: 22px 0 0 22px;
    -moz-border-radius: 22px 0 0 22px;
    -ms-border-radius: 22px 0 0 22px;
    border-radius: 22px 0 0 22px;
}

html[data-lf-wp] .newsletter-wrapper .newsletter-submit {
    width: 170px;
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
}

html[data-lf-wp] .newsletter-wrapper .newsletter-submit input {
    max-width: 170px;
    border-color: #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
}

html[data-lf-wp] .site-footer .site-info {
    background-color: var(--dark-grey);
    padding: 17px 0;
}

html[data-lf-wp] .site-footer .site-info .footer-copyright {
    color: #fff;
    font-size: 14px;
}

html[data-lf-wp] .site-footer .site-info .footer-copyright a,
html[data-lf-wp] .site-footer .site-info .footer-copyright a:hover {
    border-bottom: 1px dotted #fff;
    color: #fff;
}

html[data-lf-wp] .site-footer .widget-wrapper {
    padding: 50px 0 35px;
    background-color: var(--red);
}

html[data-lf-wp] .site-footer .widget-wrapper .widget_nav_menu ul {
    padding: 0;
    list-style: none;
}

html[data-lf-wp] .site-footer .widget-wrapper .widget_contact_widget ul {
    padding: 0;
    list-style: none;
}

html[data-lf-wp] .site-footer .widget-wrapper .widget_contact_widget ul li {
    color: #fff;
    font-size: 14px;
}

html[data-lf-wp] .site-footer .widget-wrapper .widget_contact_widget ul li a {
    font-size: 14px;
}

html[data-lf-wp] .site-footer .widget-wrapper .widget_contact_widget span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
}

html[data-lf-wp] .site-footer .widget-wrapper a {
    color: #fff;
}

html[data-lf-wp] .site-footer .widget-wrapper a:hover {
    color: var(--dark-grey);
}

html[data-lf-wp] .site-footer .widget-wrapper p {
    color: #fff;
    font-size: 14px;
}

html[data-lf-wp] .site-footer .widget-title {
    font-size: 16px;
    font-family: "SFpro-Bold", sans-serif;
    margin-top: 0;
    margin-bottom: 12px;
}

html[data-lf-wp] .site-footer #menu-second-menu a {
    border-color: #fff;
}

html[data-lf-wp] .site-footer .section-widget-footer {
    padding: 0;
}

html[data-lf-wp] .site-footer .section-widget-footer:nth-child(2) {
    flex: 0 0 58.333333%;
    max-width: 100%;
}

html[data-lf-wp] .site-footer .section-widget-footer:nth-child(2) aside {
    margin-top: 8px;
}

html[data-lf-wp]
.site-footer
.section-widget-footer:nth-child(2)
.widget_nav_menu
li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

html[data-lf-wp]
.site-footer
.section-widget-footer:nth-child(2)
.widget_nav_menu
li
a {
    font-size: 18px;
    font-family: "SFpro-Bold", sans-serif;
}

html[data-lf-wp]
.site-footer
.section-widget-footer:nth-child(2)
.widget_nav_menu
li:first-of-type {
    padding-left: 0;
}

html[data-lf-wp]
.site-footer
.section-widget-footer:nth-child(2)
.widget_nav_menu
li:last-of-type {
    padding-right: 0;
}

html[data-lf-wp] .site-footer .section-widget-footer:nth-child(3) {
    flex: 0 0 16.666667%;
    max-width: 100%;
}

html[data-lf-wp]
.site-footer
.section-widget-footer
.widget_librafire_social_widget {
    text-align: right;
}

html[data-lf-wp]
.site-footer
.section-widget-footer
.widget_librafire_social_widget
a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: var(--red);
    background-color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin-left: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

html[data-lf-wp]
.site-footer
.section-widget-footer
.widget_librafire_social_widget
a
i {
    line-height: inherit;
}

html[data-lf-wp]
.site-footer
.section-widget-footer
.widget_librafire_social_widget
a:hover {
    color: #fff;
    background-color: var(--red);
}

html[data-lf-wp]
.site-footer
.section-widget-footer
.widget_librafire_social_widget
a:first-of-type {
    margin-left: 0;
}

html[data-lf-wp] .site-footer .section-widget-footer:nth-child(4) {
    max-width: 100%;
    flex: 0 0 100%;
}

html[data-lf-wp] .site-footer .section-widget-footer:nth-child(4) aside {
    margin-top: 15px;
    margin-bottom: 25px;
}

html[data-lf-wp] .site-footer .section-widget-footer:nth-child(5) {
    width: 33.5%;
}

html[data-lf-wp]
.site-footer
.section-widget-footer:nth-child(5)
.our-address-item {
    padding-bottom: 10px;
}

html[data-lf-wp]
.site-footer
.section-widget-footer:nth-child(5)
.strong-content {
    padding-right: 20px;
    line-height: 0.8;
}

html[data-lf-wp]
.site-footer
.section-widget-footer:nth-child(5)
.strong-content
img {
    max-width: 21px;
}

html[data-lf-wp] .site-footer .section-widget-footer:last-of-type {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 66.5%;
}

html[data-lf-wp]
.site-footer
.section-widget-footer:last-of-type
.widget_nav_menu {
    margin-top: 33px;
    padding-left: 30px;
}

html[data-lf-wp] .home-hero-form-inner-wrapper {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 1px solid var(--red);
    width: 765px;
    max-width: 100%;
    -moz-box-shadow: 0 7px 8px 0 rgba(177, 179, 179, 0.2);
    -webkit-box-shadow: 0 7px 8px 0 rgba(177, 179, 179, 0.2);
    box-shadow: 0 7px 8px 0 rgba(177, 179, 179, 0.2);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
}

html[data-lf-wp] .home-hero-form-inner-wrapper .home-hero-form-input {
    display: inline-block;
    vertical-align: middle;
}

html[data-lf-wp] .home-hero-form-inner-wrapper .home-hero-form-input input {
    line-height: 43px;
    padding: 0 15px;
    border: none;
    min-width: 520px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
}

html[data-lf-wp] .home-hero-form-inner-wrapper .home-hero-form-button {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -2px;
}

html[data-lf-wp] .home-hero-form-inner-wrapper .home-hero-form-button button {
    min-width: 235px;
    line-height: 43px;
}

html[data-lf-wp] .home-hero-section-wrapper .home-hero-section-inner-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-position: right,
    center center;
    background-repeat: no-repeat;
    background-color: #2b2c35;
    background-size: 48%, cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.container-1520 {
    z-index: 2;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    overflow: hidden;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg {
    bottom: -5px;
    right: -5px;
    position: relative;
    z-index: 0;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.clouded {
    animation: upDown 9s ease infinite 4s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud {
    will-change: transform;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(1) {
    animation: fadeOut 11s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(2) {
    animation: fadeOut 7s ease infinite 5s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(3) {
    animation: fadeOut 7s ease infinite 4s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(4) {
    animation: fadeOut 13s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(5) {
    animation: fadeOut 11s ease infinite 5s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(6) {
    animation: fadeOut 9s ease infinite 5s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(7) {
    animation: fadeOut 8s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(8) {
    animation: fadeOut 10s ease infinite 4s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(9) {
    animation: fadeOut 12s ease infinite 5s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(10) {
    animation: fadeOut 8s ease infinite 3s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(11) {
    animation: fadeOut 11s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(12) {
    animation: fadeOut 13s ease infinite 1s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(13) {
    animation: fadeOut 7s ease infinite 3s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(14) {
    animation: fadeOut 8s ease infinite 1s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(15) {
    animation: fadeOut 8s ease infinite 5s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(16) {
    animation: fadeOut 9s ease infinite 5s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(17) {
    animation: fadeOut 7s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(18) {
    animation: fadeOut 10s ease infinite 5s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(19) {
    animation: fadeOut 8s ease infinite 3s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(20) {
    animation: fadeOut 9s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(21) {
    animation: fadeOut 8s ease infinite 3s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(22) {
    animation: fadeOut 8s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(23) {
    animation: fadeOut 12s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(24) {
    animation: fadeOut 12s ease infinite 1s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(25) {
    animation: fadeOut 11s ease infinite 5s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(26) {
    animation: fadeOut 7s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(27) {
    animation: fadeOut 8s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(28) {
    animation: fadeOut 11s ease infinite 3s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(29) {
    animation: fadeOut 13s ease infinite 1s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(30) {
    animation: fadeOut 10s ease infinite 4s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(31) {
    animation: fadeOut 10s ease infinite 5s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(32) {
    animation: fadeOut 12s ease infinite 5s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(33) {
    animation: fadeOut 11s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(34) {
    animation: fadeOut 11s ease infinite 1s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(35) {
    animation: fadeOut 8s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(36) {
    animation: fadeOut 11s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(37) {
    animation: fadeOut 7s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(38) {
    animation: fadeOut 13s ease infinite 2s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(39) {
    animation: fadeOut 13s ease infinite 5s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
.rocket-image-wrapper
svg
.cloud:nth-child(40) {
    animation: fadeOut 9s ease infinite 4s;
}

@keyframes upDown {
    0%,
    10% {
        transform: translateY(0);
    }
    20%,
    50% {
        transform: translateY(5px);
    }
    50%,
    100% {
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    0%,
    10% {
        opacity: 1;
        transform: translateX(0);
    }
    20%,
    50% {
        opacity: 0.4;
        transform: translateX(5px);
    }
    50%,
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-inner-wrapper
*:not(input) {
    color: #fff;
}

html[data-lf-wp] .home-hero-section-wrapper .left-home-hero-section {
    max-width: 51%;
}

html[data-lf-wp] .home-hero-section-wrapper .home-hero-section-promo-wrapper {
    text-align: center;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.hero-promo-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.one-hero-promo {
    display: inline-block;
    vertical-align: middle;
    padding: 13px 15px;
    border: 1px solid var(--red);
    margin: 0 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.one-hero-promo:first-of-type {
    margin-left: 0;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.one-hero-promo:last-of-type {
    margin-right: 0;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.one-hero-promo
* {
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif;
    color: #616a71;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.one-hero-promo:hover {
    background-color: var(--dark-grey);
    border-color: var(--dark-grey);
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.one-hero-promo:hover
* {
    color: #fff !important;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.home-hero-section-promo-inner-wrapper {
    display: inline-block;
    background-color: var(--light-grey);
    padding: 25px 80px;
    -webkit-border-radius: 0 0 80px 80px;
    -moz-border-radius: 0 0 80px 80px;
    -ms-border-radius: 0 0 80px 80px;
    border-radius: 0 0 80px 80px;
}

html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.home-hero-section-promo-inner-wrapper
.home-hero-promo-title
h1,
html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.home-hero-section-promo-inner-wrapper
.home-hero-promo-title
h2,
html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.home-hero-section-promo-inner-wrapper
.home-hero-promo-title
h3,
html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.home-hero-section-promo-inner-wrapper
.home-hero-promo-title
h4,
html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.home-hero-section-promo-inner-wrapper
.home-hero-promo-title
h5,
html[data-lf-wp]
.home-hero-section-wrapper
.home-hero-section-promo-wrapper
.home-hero-section-promo-inner-wrapper
.home-hero-promo-title
h6 {
    margin-top: 0;
    margin-bottom: 1em;
    font-family: "SFpro-Bold", sans-serif;
}

html[data-lf-wp] .services-section-wrapper {
    padding-top: 40px;
    overflow: hidden;
    position: relative;
}

html[data-lf-wp] .services-section-wrapper:last-of-type {
    padding-bottom: 80px;
}

html[data-lf-wp] .services-section-wrapper .services-section-title {
    padding-top: 20px;
    padding-bottom: 50px;
}

html[data-lf-wp] .services-section-wrapper .services-section-title h1,
html[data-lf-wp] .services-section-wrapper .services-section-title h2,
html[data-lf-wp] .services-section-wrapper .services-section-title h3,
html[data-lf-wp] .services-section-wrapper .services-section-title h4,
html[data-lf-wp] .services-section-wrapper .services-section-title h5 {
    font-family: "SFpro-Heavy", sans-serif;
}

html[data-lf-wp] .services-section-wrapper .inner-list-service {
    justify-content: space-between;
    align-items: center;
    position: relative;
}

html[data-lf-wp]
.services-section-wrapper
.inner-list-service
.red-bg-line.image-left {
    right: 62%;
    -webkit-border-radius: 0 300px 300px 0;
    -moz-border-radius: 0 300px 300px 0;
    -ms-border-radius: 0 300px 300px 0;
    border-radius: 0 300px 300px 0;
}

html[data-lf-wp]
.services-section-wrapper
.inner-list-service
.red-bg-line.image-right {
    left: 62%;
    -webkit-border-radius: 300px 0 0 300px;
    -moz-border-radius: 300px 0 0 300px;
    -ms-border-radius: 300px 0 0 300px;
    border-radius: 300px 0 0 300px;
}

html[data-lf-wp] .services-section-wrapper .image-service-wrapper {
    width: 55%;
    position: relative;
}

html[data-lf-wp] .services-section-wrapper .image-service-wrapper img {
    display: inline-block;
    z-index: 1;
}

html[data-lf-wp] .services-section-wrapper .image-service-wrapper.image-left {
    text-align: right;
}

html[data-lf-wp] .services-section-wrapper .image-service-wrapper.image-right {
    text-align: left;
    order: 2;
}

html[data-lf-wp] .services-section-wrapper .services-wrapper-list {
    width: 40%;
}

html[data-lf-wp]
.services-section-wrapper
.services-wrapper-list.services-left {
    order: 1;
    padding-left: 40px;
}

html[data-lf-wp]
.services-section-wrapper
.services-wrapper-list.services-right {
    padding-right: 40px;
}

html[data-lf-wp]
.services-section-wrapper
.services-wrapper-list
.one-service-wrapper {
    position: relative;
    padding: 30px;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    cursor: pointer;
}

html[data-lf-wp]
.services-section-wrapper
.services-wrapper-list
.one-service-wrapper
> a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

html[data-lf-wp]
.services-section-wrapper
.services-wrapper-list
.one-service-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    opacity: 0;
    background-color: var(--red);
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

html[data-lf-wp]
.services-section-wrapper
.services-wrapper-list
.one-service-wrapper:hover {
    background-color: #f5f9fb;
}

html[data-lf-wp]
.services-section-wrapper
.services-wrapper-list
.one-service-wrapper:hover:before {
    opacity: 1;
}

html[data-lf-wp]
.services-section-wrapper
.services-wrapper-list
.one-service-wrapper:hover
.more-link
.icon {
    background-color: #2b2c35;
}

html[data-lf-wp]
.services-section-wrapper
.services-wrapper-list
.one-service-wrapper
.one-service-title
h3 {
    margin-top: 0;
    margin-bottom: 0;
}

html[data-lf-wp]
.services-section-wrapper
.services-wrapper-list
.one-service-wrapper
.one-service-content
p {
    margin-top: 20px;
    margin-bottom: 20px;
}

html[data-lf-wp] .why-us-section-wrapper .why-us-section-inner-wrapper {
    margin: 50px 0 0 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 53%;
    background-color: var(--light-grey);
    padding: 100px 0;
}

html[data-lf-wp]
.why-us-section-wrapper
.why-us-section-inner-wrapper
.why-us-link-wrapper {
    padding-top: 15px;
}

html[data-lf-wp]
.why-us-section-wrapper
.why-us-section-inner-wrapper
.why-us-link-wrapper
a {
    min-width: 240px;
}

html[data-lf-wp]
.why-us-section-wrapper
.why-us-section-inner-wrapper
.style-text
h1,
html[data-lf-wp]
.why-us-section-wrapper
.why-us-section-inner-wrapper
.style-text
h2,
html[data-lf-wp]
.why-us-section-wrapper
.why-us-section-inner-wrapper
.style-text
h,
html[data-lf-wp]
.why-us-section-wrapper
.why-us-section-inner-wrapper
.style-text
h3,
html[data-lf-wp]
.why-us-section-wrapper
.why-us-section-inner-wrapper
.style-text
h4,
html[data-lf-wp]
.why-us-section-wrapper
.why-us-section-inner-wrapper
.style-text
h5 {
    font-family: "SFpro-Heavy", sans-serif;
    margin-top: 0;
    margin-bottom: 1.2em;
}

html[data-lf-wp] .simple-text-section-wrapper {
    margin-bottom: 100px;
}

html[data-lf-wp] .simple-text-section-wrapper.image-visible {
    margin-bottom: 0;
}

html[data-lf-wp]
.simple-text-section-wrapper.image-visible
.simple-text-section-inner-wrapper {
    padding-bottom: 0;
}

html[data-lf-wp] .simple-text-section-inner-wrapper {
    padding: 0;
}

html[data-lf-wp] .simple-text-section-inner-wrapper .simple-text-image-wrapper {
    text-align: center;
}

html[data-lf-wp]
.simple-text-section-inner-wrapper
.simple-text-image-wrapper
img {
    position: relative;
    display: inline-block;
}

html[data-lf-wp] .simple-text-section-inner-wrapper .style-text h1,
html[data-lf-wp] .simple-text-section-inner-wrapper .style-text h2,
html[data-lf-wp] .simple-text-section-inner-wrapper .style-text h,
html[data-lf-wp] .simple-text-section-inner-wrapper .style-text h3,
html[data-lf-wp] .simple-text-section-inner-wrapper .style-text h4,
html[data-lf-wp] .simple-text-section-inner-wrapper .style-text h5 {
    font-family: "SFpro-Heavy", sans-serif;
    margin-top: 0;
    margin-bottom: 1.2em;
}

html[data-lf-wp] .inner-page-hero-section-wrapper {
    background-color: var(--light-grey);
}

html[data-lf-wp]
.inner-page-hero-section-wrapper.small-section
.inner-page-hero-section-inner-wrapper {
    min-height: 270px;
}

html[data-lf-wp]
.inner-page-hero-section-wrapper.small-section
.inner-page-hero-section-inner-wrapper
.inner-hero-section-image-wrapper {
    display: none;
    width: 0;
}

html[data-lf-wp]
.inner-page-hero-section-wrapper.small-section
.inner-page-hero-section-inner-wrapper
.inner-hero-section-content-wrapper {
    width: 100%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

html[data-lf-wp]
.inner-page-hero-section-wrapper.small-section
.inner-page-hero-section-inner-wrapper
.inner-hero-section-content-wrapper
.inner-hero-section-content {
    max-width: 100%;
}

html[data-lf-wp]
.inner-page-hero-section-wrapper.single-post
.inner-page-hero-section-inner-wrapper {
    min-height: 270px;
}

html[data-lf-wp]
.inner-page-hero-section-wrapper.single-post
.inner-page-hero-section-inner-wrapper
.inner-hero-section-image-wrapper {
    display: none;
}

html[data-lf-wp]
.inner-page-hero-section-wrapper.single-post
.inner-page-hero-section-inner-wrapper
.inner-hero-section-content-wrapper {
    width: 100%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

html[data-lf-wp]
.inner-page-hero-section-wrapper.single-post
.inner-page-hero-section-inner-wrapper
.inner-hero-section-content-wrapper
.inner-hero-section-content {
    max-width: 100%;
}

html[data-lf-wp] .inner-page-hero-section-wrapper .style-text h1 {
    margin-top: 0;
    margin-bottom: 16px;
}

html[data-lf-wp] .inner-page-hero-section-wrapper .style-text h2,
html[data-lf-wp] .inner-page-hero-section-wrapper .style-text h2,
html[data-lf-wp] .inner-page-hero-section-wrapper .style-text h3,
html[data-lf-wp] .inner-page-hero-section-wrapper .style-text h4,
html[data-lf-wp] .inner-page-hero-section-wrapper .style-text h5,
html[data-lf-wp] .inner-page-hero-section-wrapper .style-text h6 {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

html[data-lf-wp]
.inner-page-hero-section-wrapper
.inner-page-hero-section-inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 515px;
    position: relative;
}

html[data-lf-wp]
.inner-page-hero-section-wrapper
.inner-page-hero-section-inner-wrapper
.inner-hero-section-image-wrapper {
    width: 50%;
}

html[data-lf-wp]
.inner-page-hero-section-wrapper
.inner-page-hero-section-inner-wrapper
.inner-hero-section-image-wrapper
img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

html[data-lf-wp]
.inner-page-hero-section-wrapper
.inner-page-hero-section-inner-wrapper
.inner-hero-section-content-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

html[data-lf-wp]
.inner-page-hero-section-wrapper
.inner-page-hero-section-inner-wrapper
.inner-hero-section-content-wrapper
.inner-hero-section-content {
    max-width: 555px;
    width: 100%;
}

html[data-lf-wp] article.search-resoults-section {
    border-bottom: 1px solid #cacaca;
}

html[data-lf-wp] .wiki .entry-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0;
}

html[data-lf-wp] .wiki .entry-title i {
    display: none;
}

html[data-lf-wp] .wiki {
    position: relative;
    padding-left: 50px;
}

html[data-lf-wp] .wiki:before {
    content: "\f15c";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    width: 28px;
    height: 28px;
    top: 4px;
    left: 0;
    font-size: 28px;
    color: var(--dark-grey);
}

html[data-lf-wp] .single-wiki .wiki {
    padding-left: 0;
}

html[data-lf-wp] .single-wiki .wiki:before {
    display: none;
}

html[data-lf-wp] .single-wiki .wiki-archive-wrapper .wiki-categories-title {
    position: relative;
    padding-left: 50px;
}

html[data-lf-wp]
.single-wiki
.wiki-archive-wrapper
.wiki-categories-title:before {
    content: "\f15c";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
    font-size: 30px;
    color: var(--dark-grey);
}

html[data-lf-wp] body .wiki-archive {
    min-height: none;
    padding-top: 10px;
}

html[data-lf-wp] body .wiki-archive .inner-page-hero-section-inner-wrapper {
    min-height: 300px !important;
}

html[data-lf-wp] body .wiki-archive .inner-hero-section-content {
    position: relative;
    top: -15px;
}

html[data-lf-wp] body .wiki-archive h1 {
    color: var(--red);
}

html[data-lf-wp] body .wiki-archive .wiki-archive-search form {
    display: flex;
    margin-top: 20px;
}

html[data-lf-wp] body .wiki-archive .wiki-search-textbox {
    border: 1px solid var(--red) !important;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 60%;
    padding-left: 25px;
    border-right: none !important;
}

html[data-lf-wp] body .wiki-archive .wiki-search-button {
    margin: 0;
    color: #fff;
    border: none;
    width: 25%;
    position: relative;
    left: -25px;
    z-index: 2;
}

html[data-lf-wp] body .wiki-archive .wiki-search-button:hover {
    background: var(--dark-grey);
}

html[data-lf-wp] .wiki-categories-title {
    position: relative;
    padding-left: 50px;
}

html[data-lf-wp] .wiki-categories-title h2 {
    font-family: "SFpro-Heavy", sans-serif;
    font-size: 30px;
}

html[data-lf-wp] .wiki-categories-title:before {
    content: "\f07b";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    left: 0;
    font-weight: 900;
    color: var(--dark-grey);
}

html[data-lf-wp] .wiki-categories-term {
    position: relative;
    margin-bottom: 20px;
}

html[data-lf-wp] .wiki-categories-term:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #cacaca;
    position: absolute;
    top: 100%;
}

html[data-lf-wp] .wiki-categories-term:last-of-type:after {
    display: none;
}

html[data-lf-wp]
.wiki-categories-term:nth-of-type(even)
.wiki-categories-term-inner {
    padding-left: 30px;
}

html[data-lf-wp] .wiki-categories-term:nth-of-type(even) .wiki-items {
    padding-right: 10px;
}

html[data-lf-wp] .post-type-archive-wiki .wiki-categories-title {
    padding-left: 0;
}

html[data-lf-wp] .post-type-archive-wiki .wiki-categories-title:before {
    display: none;
}

html[data-lf-wp] .wiki-categories-wrapper {
    padding-top: 60px;
}

html[data-lf-wp] .wiki-categories-wrapper i {
    font-size: 20px;
}

html[data-lf-wp] .wiki-categories-term-inner {
    padding-bottom: 20px;
}

html[data-lf-wp] .wiki-categories-term-inner .top-level-title {
    background: var(--red);
    border-radius: 30px;
    display: inline-block;
    padding: 10px 25px;
    margin: 20px 0;
    border: 1px solid var(--red);
    transition: all 0.4s;
    cursor: pointer;
}

html[data-lf-wp] .wiki-categories-term-inner .top-level-title h4 {
    color: #fff;
    display: inline-block;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

html[data-lf-wp] .wiki-categories-term-inner .top-level-title h4 i {
    padding-right: 2px;
}

html[data-lf-wp] .wiki-categories-term-inner .top-level-title:hover {
    background: #fff;
}

html[data-lf-wp] .wiki-categories-term-inner .top-level-title:hover h4 {
    color: var(--red);
}

html[data-lf-wp] .sub-level-title {
    padding-left: 45px;
    margin-bottom: 15px;
}

html[data-lf-wp] .sub-level-title i {
    color: var(--red);
    padding-right: 5px;
}

html[data-lf-wp] .sub-level-title a {
    color: #616a71;
}

html[data-lf-wp] .sub-level-title a span {
    border-bottom: 1px solid transparent;
    transition: all 0.4s;
}

html[data-lf-wp] .sub-level-title a:hover span {
    border-bottom: 1px solid var(--red);
}

html[data-lf-wp] .wiki-single-item {
    padding-bottom: 15px;
    line-height: 26px;
}

html[data-lf-wp] .wiki-single-item i {
    padding-right: 10px;
}

html[data-lf-wp] .wiki-single-item span {
    color: #616a71;
}

html[data-lf-wp] .wiki-single-item a {
    transition: all 0.4s;
    display: block;
    position: relative;
    padding-left: 30px;
}

html[data-lf-wp] .wiki-single-item a i {
    position: absolute;
    left: 0;
    color: var(--red);
}

html[data-lf-wp] .wiki-single-item a span {
    border-bottom: 1px solid transparent;
    transition: all 0.4s;
}

html[data-lf-wp] .wiki-single-item a:hover span {
    border-bottom: 1px solid var(--red);
}

html[data-lf-wp] .wiki-items {
    padding-left: 45px;
    padding-right: 40px;
}

html[data-lf-wp] .wiki-sidebar {
    padding-top: 70px;
    padding-right: 0;
    padding-left: 30px;
}

html[data-lf-wp] .wiki-sidebar .wiki-sidebar-categories-title {
    background: var(--red);
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
}

html[data-lf-wp] .wiki-sidebar .wiki-sidebar-categories-title h3 {
    margin: 0;
    color: #fff;
    font-weight: 400;
}

html[data-lf-wp] .wiki-sidebar .wiki-sidebar-categories {
    background: var(--light-grey);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 50px;
    padding: 25px 40px;
}

html[data-lf-wp]
.wiki-sidebar
.wiki-sidebar-categories
.wiki-sidebar-top-level-title {
    position: relative;
    padding: 7px 0;
}

html[data-lf-wp]
.wiki-sidebar
.wiki-sidebar-categories
.wiki-sidebar-top-level-title:before {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--red);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -15px;
}

html[data-lf-wp]
.wiki-sidebar
.wiki-sidebar-categories
.wiki-sidebar-top-level-title
a {
    color: #616a71;
    border-bottom: 1px solid transparent;
}

html[data-lf-wp]
.wiki-sidebar
.wiki-sidebar-categories
.wiki-sidebar-top-level-title
a:hover {
    border-bottom: 1px solid var(--red) !important;
}

html[data-lf-wp]
.wiki-sidebar
.wiki-sidebar-categories
.wiki-sidebar-top-level-title.has-subterms {
    padding: 4px 0;
}

html[data-lf-wp]
.wiki-sidebar
.wiki-sidebar-categories
.wiki-sidebar-top-level-title.has-subterms
a {
    color: var(--red);
    font-weight: 700;
}

html[data-lf-wp]
.wiki-sidebar
.wiki-sidebar-categories
.wiki-sidebar-top-level-title.has-subterms
i {
    color: var(--red);
    cursor: pointer;
}

html[data-lf-wp]
.wiki-sidebar
.wiki-sidebar-categories
.wiki-sidebar-sub-categories {
    padding-left: 20px;
}

html[data-lf-wp]
.wiki-sidebar
.wiki-sidebar-categories
.wiki-sidebar-sub-categories
.wiki-sidebar-sub-level-title {
    padding: 7px 0;
}

html[data-lf-wp]
.wiki-sidebar
.wiki-sidebar-categories
.wiki-sidebar-sub-categories
.wiki-sidebar-sub-level-title
a {
    display: inline-block;
    color: #616a71;
    border-bottom: 1px solid transparent;
}

html[data-lf-wp]
.wiki-sidebar
.wiki-sidebar-categories
.wiki-sidebar-sub-categories
.wiki-sidebar-sub-level-title
a:hover {
    border-bottom: 1px solid var(--red) !important;
}

html[data-lf-wp] .has-sub2terms i {
    color: var(--red);
    cursor: pointer;
}

html[data-lf-wp] .wiki-sidebar-sub-2-level-title {
    padding-left: 35px;
}

html[data-lf-wp] .wiki-sidebar-sub-2-level-title a {
    color: #616a71;
    border-bottom: 1px solid transparent;
}

html[data-lf-wp] .wiki-sidebar-sub-2-level-title a:hover {
    border-bottom: 1px solid var(--red);
}

html[data-lf-wp] .wiki-sidebar-posts-wrapper {
    margin-bottom: 50px;
}

html[data-lf-wp] .wiki-sidebar-posts-wrapper .wiki-sidebar-posts-title {
    background: var(--light-grey);
    color: var(--dark-grey);
    padding: 15px;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

html[data-lf-wp] .wiki-sidebar-posts-wrapper .wiki-sidebar-posts-title h3 {
    margin: 0;
    color: var(--dark-grey);
    font-weight: 400;
}

html[data-lf-wp] .wiki-sidebar-posts-wrapper .wiki-posts-items {
    background: var(--red);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 25px;
}

html[data-lf-wp] .wiki-sidebar-posts-wrapper .wiki-posts-items a {
    color: #fff;
    padding: 10px 10px 10px 20px;
    display: block;
    position: relative;
}

html[data-lf-wp] .wiki-sidebar-posts-wrapper .wiki-posts-items a i {
    width: 20px;
    position: absolute;
    left: 0;
}

html[data-lf-wp] .wiki-sidebar-posts-wrapper .wiki-posts-items a span {
    border-bottom: 1px solid transparent;
    transition: all 0.4s;
}

html[data-lf-wp] .wiki-sidebar-posts-wrapper .wiki-posts-items a:hover span {
    border-bottom: 1px solid #fff;
}

html[data-lf-wp] .single-wiki .wiki-archive-wrapper {
    padding-top: 60px;
}

html[data-lf-wp] .single-wiki .wiki-sidebar {
    padding-top: 60px;
}

html[data-lf-wp] .wiki-archive-sub-categories {
    padding-left: 50px;
    margin-bottom: 20px;
}

html[data-lf-wp]
.wiki-archive-sub-categories
.wiki-archive-sub-categories-title {
    padding-bottom: 20px;
}

html[data-lf-wp] .wiki-archive-sub-categories a {
    color: var(--dark-grey);
}

html[data-lf-wp] .wiki-archive-sub-categories a:hover {
    color: var(--red);
}

html[data-lf-wp] .wiki-related-posts {
    padding-bottom: 20px;
}

html[data-lf-wp] .wiki-related-posts .wiki-single-item a {
    color: #616a71;
}

html[data-lf-wp] .wiki-related-posts .wiki-single-item a span {
    border-bottom: 1px solid transparent;
    transition: all 0.4s;
}

html[data-lf-wp] .wiki-related-posts .wiki-single-item a:hover span {
    border-bottom: 1px solid var(--red);
}

html[data-lf-wp] .wiki-tags-wrapper {
    display: flex;
    align-items: flex-end;
    margin-bottom: 35px;
    margin-top: 20px;
}

html[data-lf-wp] .wiki-tags-wrapper h5 {
    margin-bottom: 0;
}

html[data-lf-wp] .wiki-tags-wrapper a {
    display: inline-block;
    padding: 6px 10px 6px;
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    margin-left: 20px;
    text-decoration: none;
    background: var(--red);
    transition: all 0.4s;
}

html[data-lf-wp] .wiki-tags-wrapper a:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 3em;
    top: 6px;
    left: -12px;
    color: var(--red);
    transition: all 0.4s;
}

html[data-lf-wp] .wiki-tags-wrapper a:after {
    background: #fff;
    content: "";
    height: 4px;
    left: -2px;
    position: absolute;
    top: 8px;
    width: 4px;
    z-index: 99;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

html[data-lf-wp] .wiki-tags-wrapper a:hover {
    background: var(--dark-grey);
    color: #fff;
}

html[data-lf-wp] .wiki-tags-wrapper a:hover:before {
    color: var(--dark-grey);
}

html[data-lf-wp] .wiki .style-text img {
    border-radius: 0 !important;
    margin: 20px auto;
}

html[data-lf-wp] .wiki .single-post-footer {
    margin-top: 25px;
    padding-bottom: 20px !important;
}

html[data-lf-wp] .wiki .single-post-footer .col-md-10 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

html[data-lf-wp] .wiki .single-post-footer .share-buttons .share-buttons-title {
    padding-bottom: 10px;
}

html[data-lf-wp] .wiki ul {
    list-style-type: disc;
    padding-left: 40px;
    padding-bottom: 15px;
    padding-top: 15px;
}

html[data-lf-wp] .wiki ul li {
    padding-left: 0;
    padding-bottom: 10px;
}

html[data-lf-wp] .wiki ul li:before {
    display: none;
}

html[data-lf-wp] .wiki p {
    margin: 1em 0;
}

html[data-lf-wp] .wiki-categories-title h2 {
    display: flex;
    margin-top: 0;
}

html[data-lf-wp] .wiki-categories-title h2 i {
    display: none;
}

html[data-lf-wp] .wiki-single-related a {
    line-height: 20px;
}

html[data-lf-wp] .wiki-archive-wrapper {
    padding-top: 60px;
}

html[data-lf-wp] .tax-wiki-categorie .wiki-sidebar,
html[data-lf-wp] .tax-wiki-tag .wiki-sidebar {
    padding-top: 60px;
}

html[data-lf-wp] .tax-wiki-categorie .nav-links,
html[data-lf-wp] .single-wiki .nav-links,
html[data-lf-wp] .tax-wiki-tag .nav-links {
    padding-bottom: 20px !important;
}

html[data-lf-wp] .tax-wiki-categorie .entry-summary,
html[data-lf-wp] .single-wiki .entry-summary,
html[data-lf-wp] .tax-wiki-tag .entry-summary {
    line-height: 20px;
}

html[data-lf-wp] .entry-title {
    display: inline-block;
}

html[data-lf-wp] .entry-title a {
    color: var(--dark-grey);
}

html[data-lf-wp] .entry-title a i {
    line-height: 1.45em;
}

html[data-lf-wp] .entry-title a:hover {
    color: var(--red);
}

html[data-lf-wp] .wiki-single-permalink {
    padding-bottom: 10px;
    position: relative;
}

html[data-lf-wp] .wiki-single-permalink a {
    font-size: 16px;
    font-style: italic;
    height: 24px;
    line-height: 24px;
    font-weight: 700;
}

html[data-lf-wp] .wiki-single-permalink a i {
    font-size: 16px;
    padding-left: 5px;
    position: absolute;
    height: 16px;
    width: 16px;
    transform: translate(0, 34%);
}

html[data-lf-wp] .wiki-archive-wrapper .no-results .not-found .text-center {
    text-align: left !important;
}

html[data-lf-wp] .wiki-archive-wrapper .no-results .not-found .text-center h1 {
    text-align: left;
}

html[data-lf-wp] .wiki-archive-wrapper form {
    display: none;
}

html[data-lf-wp] .frm_checkbox label {
    position: relative;
    font-size: 16px !important;
}

html[data-lf-wp] .frm_checkbox label .check-icon {
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid var(--red);
    left: 0;
    top: 7px;
    display: block;
}

html[data-lf-wp] .frm_checkbox label input {
    visibility: hidden !important;
}

html[data-lf-wp] .frm_checkbox label input:checked + .check-icon {
    background-color: var(--red);
}

html[data-lf-wp] .contact-form-info-section-wrapper {
    overflow: hidden;
    padding-bottom: 100px;
}

html[data-lf-wp] .contact-form-info-section-inner-wrapper {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    min-height: 515px;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contcat-form-wrapper
.frm_forms {
    margin-top: 45px;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contcat-form-wrapper
label.frm_primary_label {
    display: none;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contcat-form-wrapper
textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contcat-form-wrapper
.frm_submit {
    text-align: right;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contact-info-wrapper {
    position: relative;
    text-align: right;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contact-info-wrapper
.info-contact-title {
    color: #fff;
    margin-top: 0;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contact-info-wrapper
.red-bg-line {
    left: 0;
    -webkit-border-radius: 300px 0 0 300px;
    -moz-border-radius: 300px 0 0 300px;
    -ms-border-radius: 300px 0 0 300px;
    border-radius: 300px 0 0 300px;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contact-info-wrapper
.contact-info-inner-wrapper {
    z-index: 1;
    position: relative;
    padding-bottom: 50px;
    max-width: 260px;
    width: 100%;
    display: inline-block;
    text-align: left;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contact-info-wrapper
.contact-info-inner-wrapper
.one-contact-info {
    color: #fff;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    padding-bottom: 18px;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contact-info-wrapper
.contact-info-inner-wrapper
.one-contact-info
span {
    display: inline-block;
    vertical-align: middle;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contact-info-wrapper
.contact-info-inner-wrapper
.one-contact-info
.icon-info {
    width: 30px;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contact-info-wrapper
.contact-info-inner-wrapper
.one-contact-info
.content-info {
    width: calc(100% - 35px);
    padding-left: 10px;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contact-info-wrapper
.contact-info-inner-wrapper
.one-contact-info:last-of-type {
    padding-bottom: 0;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contact-info-wrapper
.contact-info-inner-wrapper
.one-contact-info
a {
    color: #fff;
    font-size: inherit;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contact-info-wrapper
.contact-info-inner-wrapper
.one-contact-info
a:hover {
    color: var(--dark-grey);
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contact-info-wrapper
.contact-bank-info-wrapper {
    position: relative;
    z-index: 1;
    max-width: 260px;
    width: 100%;
    display: inline-block;
    text-align: left;
}

html[data-lf-wp]
.contact-form-info-section-inner-wrapper
.contact-info-wrapper
.contact-bank-info-wrapper
.bank-info-content {
    color: #fff;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    line-height: 2;
}

html[data-lf-wp] .acf-map {
    height: 600px;
    padding: 0;
}

html[data-lf-wp] .blog-main-inner-wrapper {
    padding-top: 65px;
}

html[data-lf-wp] .single-blog-post {
    padding-bottom: 30px;
    position: relative;
}

html[data-lf-wp] .single-blog-post .link-all-wrapper {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

html[data-lf-wp] .single-blog-post-inner-wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: stretch;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

html[data-lf-wp] .single-blog-post-inner-wrapper:hover {
    background-color: #f5f9fb;
}

html[data-lf-wp] .single-blog-post-inner-wrapper:hover .more-link .icon {
    background-color: #2b2c35;
}

html[data-lf-wp]
.single-blog-post-inner-wrapper:hover
.content-blog-wrapper:before {
    opacity: 1;
}

html[data-lf-wp] .single-blog-post-inner-wrapper .image-blog-wrapper {
    width: 390px;
    float: left;
}

html[data-lf-wp] .single-blog-post-inner-wrapper .image-blog-wrapper img {
    margin-bottom: -4px;
    display: inline-block;
}

html[data-lf-wp] .single-blog-post-inner-wrapper .content-blog-wrapper {
    width: calc(100% - 390px);
    padding: 0 30px 0 35px;
    position: relative;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

html[data-lf-wp]
.single-blog-post-inner-wrapper
.content-blog-wrapper
.entry-header
a {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}

html[data-lf-wp]
.single-blog-post-inner-wrapper
.content-blog-wrapper
.entry-header
.post-date {
    display: inline-block;
    vertical-align: middle;
    width: 39%;
    text-align: right;
    font-style: italic;
    color: #2b2c35;
}

html[data-lf-wp] .single-blog-post-inner-wrapper .content-blog-wrapper h3 {
    margin-top: 0;
    margin-bottom: 0;
}

html[data-lf-wp] .single-blog-post-inner-wrapper .content-blog-wrapper p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
}

html[data-lf-wp] .single-blog-post-inner-wrapper .content-blog-wrapper:before {
    content: "";
    top: 0;
    bottom: 0;
    width: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    opacity: 0;
    background-color: var(--red);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

html[data-lf-wp] .single-post-footer {
    padding-bottom: 50px;
}

html[data-lf-wp] .single-post-footer .author-post-name {
    font-size: 18px;
    font-family: "SFpro-Bold", sans-serif;
    color: var(--red);
    padding-bottom: 10px;
}

html[data-lf-wp] .single-post-footer .author-post-date {
    font-style: italic;
}

html[data-lf-wp] .single-post-main-inner-wrapper {
    padding-bottom: 70px;
    padding-top: 30px;
}

html[data-lf-wp] .single-post-main-inner-wrapper .single-post-content img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

html[data-lf-wp] .posts-relation-inner-wrapper {
    padding-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

html[data-lf-wp] .posts-relation-inner-wrapper .section-posts-relation-title {
    width: 100%;
}

html[data-lf-wp]
.posts-relation-inner-wrapper
.section-posts-relation-title
h3 {
    margin-top: 0;
    margin-bottom: 50px;
}

html[data-lf-wp] .posts-relation-inner-wrapper .single-post-related-wrapper {
    padding-bottom: 30px;
}

html[data-lf-wp] .posts-relation-inner-wrapper .single-post-related-link {
    margin-top: auto;
}

html[data-lf-wp]
.posts-relation-inner-wrapper
.single-post-related-inner-wrapper {
    text-align: center;
    border: 1px solid var(--red);
    padding: 50px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    flex-flow: wrap;
    flex-direction: column;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

html[data-lf-wp]
.posts-relation-inner-wrapper
.single-post-related-inner-wrapper
.single-post-related-title {
    font-size: 25px;
    font-family: "SFpro-Medium", sans-serif;
    color: #2b2c35;
    margin-bottom: 10px;
}

html[data-lf-wp]
.posts-relation-inner-wrapper
.single-post-related-inner-wrapper
.style-text
p {
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 40px;
}

html[data-lf-wp]
.posts-relation-inner-wrapper
.single-post-related-inner-wrapper
.single-post-related-date {
    font-style: italic;
    color: #2b2c35;
}

html[data-lf-wp] .single-job-main-inner-wrapper {
    padding-top: 30px;
    padding-bottom: 80px;
}

html[data-lf-wp] .jobs-application-wrapper {
    width: 100%;
}

html[data-lf-wp] .jobs-application-wrapper .jobs-application-contant h2 {
    font-family: "SFpro-Heavy", sans-serif;
}

html[data-lf-wp] .jobs-application-wrapper .jobs-application-contant h1,
html[data-lf-wp] .jobs-application-wrapper .jobs-application-contant h2,
html[data-lf-wp] .jobs-application-wrapper .jobs-application-contant h3,
html[data-lf-wp] .jobs-application-wrapper .jobs-application-contant h4,
html[data-lf-wp] .jobs-application-wrapper .jobs-application-contant h5 {
    margin-bottom: 0.2em;
}

html[data-lf-wp] .jobs-application-wrapper .jobs-application-contant p {
    line-height: 1.2;
    margin: 15px 0;
}

html[data-lf-wp] .jobs-main-inner-wrapper {
    padding-bottom: 80px;
    padding-top: 30px;
}

html[data-lf-wp] .jobs-main-inner-wrapper .jobs-description-wrapper {
    padding-bottom: 40px;
}

html[data-lf-wp] .faq-temlplate-wrapper {
    padding-top: 30px;
}

html[data-lf-wp] .bottom-section-faq-inner-wrapper {
    min-height: 550px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: var(--light-grey);
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-image-wrapper {
    width: 50%;
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-image-wrapper.image-top {
    align-self: flex-start;
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-image-wrapper.image-bottom {
    align-self: flex-end;
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-image-wrapper.image-bottom
img {
    margin-bottom: -4px;
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-content-wrapper {
    width: 50%;
    padding-left: 110px;
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-content-inner-wrapper {
    max-width: 460px;
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-content-inner-wrapper
.bottom-section-contact-link-wrapper
.bottom-section-contact-link {
    margin: 15px 0;
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-content-inner-wrapper
.bottom-section-contact-link-wrapper
.bottom-section-contact-link:last-of-type {
    margin-bottom: 30px;
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-content-inner-wrapper
.bottom-section-contact-link-wrapper
.bottom-section-contact-link
.icon {
    display: inline-block;
    margin-right: 20px;
    height: 30px;
    width: 30px;
    background-color: var(--red);
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-content-inner-wrapper
.bottom-section-contact-link-wrapper
.bottom-section-contact-link
.content {
    font-size: 16px;
    color: #616a71;
    font-family: "Raleway", sans-serif;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-content-inner-wrapper
.bottom-section-contact-link-wrapper
.bottom-section-contact-link
a:hover
.content {
    color: var(--red);
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-content-inner-wrapper
.style-text
h2 {
    font-family: "SFpro-Heavy", sans-serif;
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-content-inner-wrapper
.style-text
p {
    line-height: 1.7;
}

html[data-lf-wp]
.bottom-section-faq-inner-wrapper
.bottom-section-faq-content-inner-wrapper
.red-button {
    padding-left: 50px;
    padding-right: 50px;
}

html[data-lf-wp] .question-inner-wrapper {
    padding-bottom: 70px;
    padding-top: 60px;
}

html[data-lf-wp] .question-inner-wrapper .one-question {
    padding-bottom: 30px;
    cursor: pointer;
}

html[data-lf-wp] .question-inner-wrapper .one-question.active .question-title {
    color: var(--red);
}

html[data-lf-wp]
.question-inner-wrapper
.one-question.active
.question-title:after {
    color: var(--red);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

html[data-lf-wp] .question-inner-wrapper .one-question .question-title {
    font-size: 18px;
    font-family: "SFpro-Bold", sans-serif;
    position: relative;
    color: #2b2c35;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

html[data-lf-wp] .question-inner-wrapper .one-question .question-title:after {
    content: "\f0de";
    font-family: FontAwesome, sans-serif;
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 8px;
    width: 9px;
    color: #616a71;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

html[data-lf-wp] .question-inner-wrapper .one-question .question-content {
    display: none;
}

html[data-lf-wp] .question-inner-wrapper .one-question .question-content p {
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 25px;
}

html[data-lf-wp] .question-inner-wrapper .one-question .one-question-inner {
    padding: 20px 25px;
    border: 1px solid var(--red);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

html[data-lf-wp] .half-section-wrapper {
    margin-top: 50px;
    margin-bottom: 70px;
}

html[data-lf-wp] .half-section-wrapper .half-section-inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}

html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper.image-right-side
.half-section-image-wrapper {
    order: 2;
}

html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper.image-right-side
.half-section-content-wrapper {
    order: 1;
    text-align: right;
    padding-left: 0;
    padding-right: 140px;
}

html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper.image-right-side
.half-section-content-wrapper
.half-section-content-inner-wrapper {
    text-align: left;
}

html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper.image-right-side
.red-bg-line {
    left: 33%;
    -webkit-border-radius: 300px 0 0 300px;
    -moz-border-radius: 300px 0 0 300px;
    -ms-border-radius: 300px 0 0 300px;
    border-radius: 300px 0 0 300px;
}

html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper
.half-section-image-wrapper {
    width: 57%;
    position: relative;
    min-height: 520px;
}

html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper
.half-section-image-wrapper.img-align-left {
    text-align: left;
}

html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper
.half-section-image-wrapper.img-align-right {
    text-align: right;
}

html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper
.half-section-image-wrapper.img-align-center {
    text-align: center;
}

html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper
.half-section-image-wrapper
img {
    display: inline-block;
    position: relative;
}

html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper
.red-bg-line {
    right: 33%;
    -webkit-border-radius: 0 300px 300px 0;
    -moz-border-radius: 0 300px 300px 0;
    -ms-border-radius: 0 300px 300px 0;
    border-radius: 0 300px 300px 0;
}

html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper
.half-section-content-wrapper {
    width: 43%;
    padding-left: 140px;
}

html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper
.half-section-content-wrapper
.half-section-content-inner-wrapper {
    max-width: 450px;
    display: inline-block;
}

html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper
.half-section-content-wrapper
.style-text
h1,
html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper
.half-section-content-wrapper
.style-text
h2,
html[data-lf-wp]
.half-section-wrapper
.half-section-inner-wrapper
.half-section-content-wrapper
.style-text
h3 {
    font-family: "SFpro-Heavy", sans-serif;
}

html[data-lf-wp] .free-services-wrapper {
    margin-bottom: 100px;
    margin-top: 50px;
}

html[data-lf-wp] .free-services-wrapper .free-services-section-title {
    padding-top: 20px;
    padding-bottom: 60px;
}

html[data-lf-wp] .free-services-wrapper .free-services-section-title h1,
html[data-lf-wp] .free-services-wrapper .free-services-section-title h2,
html[data-lf-wp] .free-services-wrapper .free-services-section-title h3,
html[data-lf-wp] .free-services-wrapper .free-services-section-title h4,
html[data-lf-wp] .free-services-wrapper .free-services-section-title h5 {
    margin-top: 0;
}

html[data-lf-wp] .free-services-wrapper .free-services-sectio-inner {
    justify-content: space-between;
}

html[data-lf-wp]
.free-services-wrapper
.free-services-sectio-inner
.one-free-service {
    padding-bottom: 40px;
}

html[data-lf-wp]
.free-services-wrapper
.free-services-sectio-inner
.one-free-service-title-icon
.one-free-service-icon {
    width: 70px;
}

html[data-lf-wp]
.free-services-wrapper
.free-services-sectio-inner
.one-free-service-title-icon
.one-free-service-icon
img {
    max-width: 50px;
}

html[data-lf-wp]
.free-services-wrapper
.free-services-sectio-inner
.one-free-service-title-icon
.one-free-service-title {
    width: calc(100% - 75px);
}

html[data-lf-wp]
.free-services-wrapper
.free-services-sectio-inner
.one-free-service-title-icon
.one-free-service-title
* {
    margin-top: 0;
    margin-bottom: 0;
}

html[data-lf-wp]
.free-services-wrapper
.free-services-sectio-inner
.one-free-service-title-icon
> div {
    display: inline-block;
    vertical-align: middle;
}

html[data-lf-wp]
.free-services-wrapper
.free-services-sectio-inner
.one-free-service-content
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

html[data-lf-wp] .testimonials-section-wrapper {
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px;
}

html[data-lf-wp] .testimonials-section-wrapper .testimonial-image-wrapper {
    position: relative;
    width: 55%;
    min-height: 520px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

html[data-lf-wp]
.testimonials-section-wrapper
.testimonial-image-wrapper
.red-bg-line {
    left: 12%;
    -webkit-border-radius: 300px 0 0 300px;
    -moz-border-radius: 300px 0 0 300px;
    -ms-border-radius: 300px 0 0 300px;
    border-radius: 300px 0 0 300px;
}

html[data-lf-wp] .testimonials-section-wrapper .testimonial-image-wrapper img {
    position: relative;
    z-index: 1;
}

html[data-lf-wp]
.testimonials-section-wrapper
.testimonials-slider-wrapper-main {
    width: 45%;
}

html[data-lf-wp]
.testimonials-section-wrapper
.testimonials-slider-wrapper-main
.testimonials-slider-wrapper {
    max-width: 540px;
    width: 100%;
}

html[data-lf-wp]
.testimonials-section-wrapper
.testimonials-slider-wrapper-main
.one-testimonial {
    background-color: #f5f9fb;
    position: relative;
    padding: 30px 30px 30px 35px;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
}

html[data-lf-wp]
.testimonials-section-wrapper
.testimonials-slider-wrapper-main
.one-testimonial
.testimonial-author-name {
    color: var(--red);
    font-family: "SFpro-Bold", sans-serif;
    font-size: 18px;
}

html[data-lf-wp]
.testimonials-section-wrapper
.testimonials-slider-wrapper-main
.one-testimonial
.testimonial-content
p {
    margin-top: 0;
    margin-bottom: 25px;
}

html[data-lf-wp]
.testimonials-section-wrapper
.testimonials-slider-wrapper-main
.one-testimonial
.testimonial-author-info {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: italic;
}

html[data-lf-wp]
.testimonials-section-wrapper
.testimonials-slider-wrapper-main
.one-testimonial:before {
    content: "";
    position: absolute;
    background-color: var(--red);
    width: 5px;
    top: 0;
    bottom: 0;
    left: 0;
}

html[data-lf-wp] .testimonials-section-wrapper .testimonials-slider-wrapper {
    padding-bottom: 50px;
    position: relative;
}

html[data-lf-wp]
.testimonials-section-wrapper
.testimonials-section-inner-wrapper
> div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

html[data-lf-wp] .reviews-section-inner-wrapper {
    flex-flow: wrap;
    padding-top: 70px;
    padding-bottom: 100px;
    align-items: flex-start;
    width: 100%;
}

html[data-lf-wp] .reviews-section-inner-wrapper .one-review-inner-wrapper {
    padding: 50px 30px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid var(--red);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

html[data-lf-wp] .reviews-section-inner-wrapper .review-author-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

html[data-lf-wp] .reviews-section-inner-wrapper .review-content p {
    margin-top: 50px;
    margin-bottom: 25px;
    line-height: 1.7;
}

html[data-lf-wp] .reviews-section-inner-wrapper .review-author-name {
    font-size: 18px;
    font-family: "SFpro-Bold", sans-serif;
    color: var(--red);
}

html[data-lf-wp] .reviews-section-inner-wrapper .review-rate {
    padding-top: 15px;
}

html[data-lf-wp] .half-white-section .why-us-section-inner-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: #fff;
    background-position: right center;
    background-size: 50%;
    min-height: 320px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

html[data-lf-wp]
.half-white-section
.why-us-section-inner-wrapper
.why-us-content {
    padding-left: 0;
    padding-right: 0;
}

html[data-lf-wp] .packages-section-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
}

html[data-lf-wp] .packages-section-wrapper .packages-section-inner-wrapper {
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: var(--light-grey);
}

html[data-lf-wp] .packages-section-wrapper .packages-list-inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    margin-top: 80px;
    justify-content: center;
}

html[data-lf-wp] .packages-section-wrapper .one-package-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    width: 25%;
    justify-content: center;
    margin-bottom: 30px;
}

html[data-lf-wp] .packages-section-wrapper .one-package-wrapper > div {
    max-width: 270px;
    width: 100%;
}

html[data-lf-wp]
.packages-section-wrapper
.one-package-wrapper
> div
.one-package-img {
    height: 65px;
}

html[data-lf-wp]
.packages-section-wrapper
.one-package-wrapper
> div
.one-package-img
img {
    max-height: 100%;
}

html[data-lf-wp] .packages-section-wrapper .one-package-wrapper p {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.7;
}

html[data-lf-wp]
.packages-section-wrapper
.one-package-wrapper
.one-package-link-wrapper {
    margin-top: auto;
}

html[data-lf-wp] .bottom-section-flex-tpl .style-text p:first-of-type {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

html[data-lf-wp] .bottom-section-flex-tpl .style-text h5 {
    margin-bottom: 0.2em;
}

html[data-lf-wp] .packages-table-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
}

html[data-lf-wp] .packages-table-inner-wrapper article {
    width: 100%;
    position: relative;
}

html[data-lf-wp] .packages-table-inner-wrapper .table-list li button {
    background-color: var(--red);
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-family: "SFpro-Medium", sans-serif;
}

html[data-lf-wp] .packages-table-inner-wrapper table .package-table-title {
    width: 100%;
    background-color: var(--red);
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

html[data-lf-wp] .packages-table-inner-wrapper table .package-table-title h3 {
    font-size: 25px;
    font-family: "SFpro-Medium", sans-serif;
    color: #fff;
    margin: 0;
}

html[data-lf-wp] .packages-table-inner-wrapper table .package-table-info-title {
    padding: 50px 0;
}

html[data-lf-wp]
.packages-table-inner-wrapper
table
.package-table-info-title
.regular-price-table
span:first-of-type {
    font-size: 34px;
    font-family: "SFpro-Heavy", sans-serif;
    color: var(--red);
}

html[data-lf-wp]
.packages-table-inner-wrapper
table
.package-table-info-title
.regular-price-table
.per-maand {
    font-size: 18px;
    font-family: "SFpro-Bold", sans-serif;
}

html[data-lf-wp]
.packages-table-inner-wrapper
table
.package-table-info-title
.promo-price-table {
    padding: 5px 0 25px 0;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    color: #616a71;
    text-decoration: line-through;
    font-weight: 400;
}

html[data-lf-wp]
.packages-table-inner-wrapper
table
.package-table-info-title
.promo-price-table
b {
    font-weight: 600;
}

html[data-lf-wp] .packages-table-inner-wrapper table .table-label {
    font-size: 18px;
    font-family: "SFpro-Medium", sans-serif;
    padding: 0 50px;
    color: #2b2c35;
}

html[data-lf-wp] .packages-table-inner-wrapper table .table-label-general {
    font-size: 25px;
    font-family: "SFpro-Medium", sans-serif;
    padding: 0 50px;
    color: #2b2c35;
}

html[data-lf-wp] .packages-table-inner-wrapper table i {
    color: var(--red);
    font-size: 20px;
}

html[data-lf-wp] .packages-table-inner-wrapper ul {
    display: flex;
    top: 0;
    padding-left: 0;
    z-index: 10;
    padding-bottom: 14px;
}

html[data-lf-wp] .packages-table-inner-wrapper li {
    list-style: none;
    flex: 1;
    border-top: 1px solid #ddd;
}

html[data-lf-wp] .packages-table-inner-wrapper li:last-child {
    border-right: 1px solid #ddd;
}

html[data-lf-wp] .packages-table-inner-wrapper button {
    width: 100%;
    border: 1px solid #ddd;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    color: #999;
}

html[data-lf-wp] .packages-table-inner-wrapper li.active button {
    background: #f5f5f5;
    color: #000;
}

html[data-lf-wp] .packages-table-inner-wrapper table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
}

html[data-lf-wp] .packages-table-inner-wrapper th {
    background: #f5f5f5;
    display: none;
}

html[data-lf-wp] .packages-table-inner-wrapper td,
html[data-lf-wp] .packages-table-inner-wrapper th {
    height: 53px;
    font-size: 16px;
    color: #616a71;
    font-family: "Raleway", sans-serif;
}

html[data-lf-wp] .packages-table-inner-wrapper td.hidden,
html[data-lf-wp] .packages-table-inner-wrapper th.hidden {
    border-left: none;
    border-bottom: none;
}

html[data-lf-wp]
.packages-table-inner-wrapper
th:last-of-type.section-red
.package-table-title {
    border-left: none;
    -webkit-border-radius: 0 40px 0 0;
    -moz-border-radius: 0 40px 0 0;
    -ms-border-radius: 0 40px 0 0;
    border-radius: 0 40px 0 0;
}

html[data-lf-wp]
.packages-table-inner-wrapper
.section-red
.package-table-title {
    background-color: var(--light-grey);
    border: 2px solid var(--red);
    border-bottom: none;
    color: var(--red);
}

html[data-lf-wp]
.packages-table-inner-wrapper
.section-red
.package-table-title
h3 {
    color: var(--red);
}

html[data-lf-wp]
.packages-table-inner-wrapper
.section-red
.package-table-info-title {
    background-color: var(--red);
}

html[data-lf-wp]
.packages-table-inner-wrapper
.section-red
.package-table-info-title
.regular-price-table
span:first-of-type {
    color: #fff;
}

html[data-lf-wp]
.packages-table-inner-wrapper
.section-red
.package-table-info-title
.promo-price-table {
    color: #fff;
}

html[data-lf-wp]
.packages-table-inner-wrapper
.section-red
.package-table-info-title
.red-button {
    background-color: #fff;
    color: var(--red);
}

html[data-lf-wp]
.packages-table-inner-wrapper
.section-red
.package-table-info-title
.red-button:hover {
    color: #fff;
    background-color: var(--dark-grey);
    border-color: var(--dark-grey);
    cursor: pointer;
}

html[data-lf-wp] .packages-table-inner-wrapper td.red {
    color: var(--red);
}

html[data-lf-wp] .packages-table-inner-wrapper td.section-red {
    background-color: var(--red);
    color: #fff !important;
}

html[data-lf-wp] .packages-table-inner-wrapper td.section-red * {
    color: #fff;
}

html[data-lf-wp] .packages-table-inner-wrapper tr:first-of-type th {
    border-top: none;
}

html[data-lf-wp] .packages-table-inner-wrapper tr:last-of-type td {
    border-bottom: none;
}

html[data-lf-wp] .packages-table-inner-wrapper tr td:first-of-type,
html[data-lf-wp] .packages-table-inner-wrapper tr th:first-of-type {
    border-left: none;
}

html[data-lf-wp] .packages-table-inner-wrapper tr td:last-of-type,
html[data-lf-wp] .packages-table-inner-wrapper tr th:last-of-type {
    border-right: none;
}

html[data-lf-wp] .packages-table-inner-wrapper td,
html[data-lf-wp] .packages-table-inner-wrapper th {
    border: 1px solid #cacaca;
    empty-cells: show;
    background-color: var(--light-grey);
}

html[data-lf-wp] .packages-table-inner-wrapper td,
html[data-lf-wp] .packages-table-inner-wrapper th {
    text-align: left;
}

html[data-lf-wp] .packages-table-inner-wrapper td + td,
html[data-lf-wp] .packages-table-inner-wrapper th + th {
    text-align: center;
    display: none;
}

html[data-lf-wp] .packages-table-inner-wrapper td.default {
    display: table-cell;
}

html[data-lf-wp] .packages-table-inner-wrapper .txt-l {
    font-size: 28px;
    font-weight: bold;
}

html[data-lf-wp] .packages-table-inner-wrapper .txt-top {
    position: relative;
    top: -9px;
    left: -2px;
}

html[data-lf-wp] .packages-table-inner-wrapper .tick {
    font-size: 18px;
    color: #2ca01c;
}

html[data-lf-wp] .packages-table-inner-wrapper .hide {
    border: 0;
    background: none;
}

html[data-lf-wp] .extension-table-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
}

html[data-lf-wp] .extension-table-inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

html[data-lf-wp]
.extension-table-inner-wrapper
.right-side-table-wrapper
.one-extension-price {
    border-right: none;
}

html[data-lf-wp] .extension-table-inner-wrapper > div {
    width: 50%;
}

html[data-lf-wp]
.extension-table-inner-wrapper
> div
.extension-table-headring {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-flow: wrap;
    font-family: "Raleway", sans-serif;
}

html[data-lf-wp]
.extension-table-inner-wrapper
> div
.extension-table-headring
h3 {
    font-family: "SFpro-Medium", sans-serif;
    margin: 0;
    font-size: 25px;
    color: var(--dark-grey);
    font-weight: 400;
}

html[data-lf-wp]
.extension-table-inner-wrapper
> div
.extension-table-headring
.extension-price-title {
    background-color: var(--red);
    color: #fff;
}

html[data-lf-wp]
.extension-table-inner-wrapper
> div
.extension-table-headring
.extension-price-title
h3 {
    color: #fff;
}

html[data-lf-wp]
.extension-table-inner-wrapper
> div
.extension-table-headring
div {
    width: 50%;
    font-size: 25px;
    color: var(--dark-grey);
    background-color: var(--light-grey);
    font-family: "SFpro-Medium", sans-serif;
    padding: 0 50px 0 65px;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100px;
}

html[data-lf-wp]
.extension-table-inner-wrapper
> div
.one-extension-info-wrpper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-flow: wrap;
}

html[data-lf-wp]
.extension-table-inner-wrapper
> div
.one-extension-info-wrpper
div {
    width: 50%;
    background-color: var(--light-grey);
    font-size: 18px;
    color: var(--dark-grey);
    font-family: "SFpro-Bold", sans-serif;
    padding-right: 65px;
    padding-left: 65px;
    height: 52px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-right: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
}

html[data-lf-wp]
.extension-table-inner-wrapper
> div
.one-extension-info-wrpper
.one-extension-price {
    color: var(--red);
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    justify-content: center;
}

html[data-lf-wp] .webhosting-package-wrapper {
    margin-top: 65px;
    margin-bottom: 50px;
}

html[data-lf-wp] .webhosting-package-inner-wrapper .packages-wrapper-list {
    width: 100%;
    justify-content: space-between;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.webhosting-package-description {
    width: 100%;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper {
    margin-bottom: 15px;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-inner-wrapper {
    overflow: hidden;
    background-color: var(--light-grey);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-flow: wrap;
    height: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-inner-wrapper.style-red {
    background-color: var(--red);
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-inner-wrapper.style-red
.one-webhosting-package-title {
    background-color: var(--light-grey);
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-inner-wrapper.style-red
.one-webhosting-package-title
h3 {
    color: var(--red);
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-inner-wrapper.style-red
.one-webhosting-promo-price {
    color: #fff;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-inner-wrapper.style-red
.one-webhosting-regular-price
span:first-of-type {
    color: #fff;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-inner-wrapper.style-red
.red-button {
    color: var(--red);
    background-color: #fff;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-inner-wrapper.style-red
.red-button:hover {
    color: #fff;
    background-color: var(--dark-grey);
    border-color: var(--dark-grey);
    cursor: pointer;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-inner-wrapper.style-red
.style-text
* {
    color: #fff;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-inner-wrapper.style-red
.style-text
ul
li:before {
    color: #fff;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-top-section {
    width: 100%;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-title {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--red);
    font-size: 25px;
    color: #fff;
    background-color: var(--red);
    font-family: "SFpro-Medium", sans-serif;
    -webkit-border-radius: 50px 50px 50px 0;
    -moz-border-radius: 50px 50px 50px 0;
    -ms-border-radius: 50px 50px 50px 0;
    border-radius: 50px 50px 50px 0;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-title
h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-price-wrapper {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-price-wrapper
.one-webhosting-regular-price {
    padding-bottom: 5px;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-price-wrapper
.one-webhosting-regular-price
span:first-of-type {
    font-size: 40px;
    font-family: "SFpro-Heavy", sans-serif;
    color: var(--red);
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-price-wrapper
.one-webhosting-regular-price
span:last-of-type {
    font-size: 18px;
    font-family: "SFpro-Bold", sans-serif;
    color: var(--dark-grey);
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-price-wrapper
.one-webhosting-promo-price {
    padding-bottom: 25px;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    color: #616a71;
    text-decoration: line-through;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-price-wrapper
.one-webhosting-promo-price
span:nth-child(2) {
    font-weight: 600;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-content {
    padding-right: 70px;
    padding-left: 70px;
}

html[data-lf-wp]
.webhosting-package-inner-wrapper
.one-webhosting-package-wrapper
.one-webhosting-package-link {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 10px;
    margin-top: auto;
    width: 100%;
}

html[data-lf-wp] body .frm_style_formidable-style.with_frm_style .frm_error {
    padding-top: 5px;
    text-align: center;
}

html[data-lf-wp]
body
.frm_style_formidable-style.with_frm_style
.frm_message
p {
    margin-top: 1em;
    margin-bottom: 1em;
}

html[data-lf-wp] body .select2-container--default .select2-selection--single {
    border: 1px solid var(--red);
    height: 45px;
    line-height: 1.3;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
}

html[data-lf-wp]
body
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    line-height: 45px;
    padding: 0 40px 0 25px;
}

html[data-lf-wp]
body
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    bottom: 1px;
    width: 40px;
    height: auto;
}

html[data-lf-wp]
body
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    left: 20%;
}

html[data-lf-wp] .site-header .mobile-menu {
    display: none;
    order: 3;
    width: auto;
    text-align: right;
}

html[data-lf-wp] .search-domain-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
}

html[data-lf-wp] .search-domain-wrapper .search-domain-table-inner {
    overflow: hidden;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
}

html[data-lf-wp] .search-domain-wrapper .search-domain-table-th {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

html[data-lf-wp] .search-domain-wrapper .search-domain-table-th > div {
    width: 33.33%;
    padding: 35px 10px;
    text-align: center;
    font-family: "SFpro-Medium", sans-serif;
    font-size: 25px;
    background-color: var(--light-grey);
    border-right: 1px solid #cecece;
    color: #2b2c35;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-th
> div:last-of-type {
    background-color: var(--red);
    color: #fff;
    border-right: none;
}

html[data-lf-wp] .search-domain-wrapper .search-domain-table-one-row {
    display: none;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row.not-available {
    opacity: 0.5;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row.not-available
> label {
    cursor: default;
    pointer-events: none !important;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row.not-available
input {
    pointer-events: none !important;
}

html[data-lf-wp] .search-domain-wrapper .search-domain-table-one-row > label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    justify-content: center;
    cursor: pointer;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row.check
.domain-title {
    color: var(--red);
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row.check
.search-domain-table-one-col {
    background-color: rgba(202, 202, 202, 0.5);
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    width: 33.33%;
    padding: 20px 15px;
    text-align: center;
    font-size: 16px;
    color: #2b2c35;
    font-family: "Raleway", sans-serif;
    background-color: var(--light-grey);
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col.domain-list {
    position: relative;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col.domain-list
span {
    display: none;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col.domain-list.loading:before {
    content: "\f1ce";
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    color: var(--red);
    opacity: 1;
    position: absolute;
    height: 19px;
    width: 19px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-animation: fa-spin 1.3s infinite linear;
    animation: fa-spin 1.3s infinite linear;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col.domain-list.available:not(.loading)
.domain-avalible {
    display: inline-block;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col.domain-list.not-available:not(.loading)
.domain-no-avalible {
    display: inline-block;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col.domain-list.error:not(.loading)
.domain-error {
    display: inline-block;
    color: var(--red);
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col:last-of-type {
    border-right: none;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col
input {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col
input:checked
+ .domain-title:after {
    opacity: 1;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col
.domain-title {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-family: "SFpro-Bold", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    width: calc(100% - 45px);
    position: relative;
    margin-left: 45px;
    padding-left: 20px;
    text-align: left;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col
.domain-title:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #2b2c35;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col
.domain-title:after {
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    font-size: 13px;
    color: var(--red);
    opacity: 0;
    position: absolute;
    left: 2px;
    top: 2px;
    height: 14px;
    margin: auto;
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col
.domain-price {
    color: var(--red);
}

html[data-lf-wp]
.search-domain-wrapper
.search-domain-table-one-row
.search-domain-table-one-col
.domain-no-avalible {
    color: var(--red);
}

html[data-lf-wp] .search-domain-wrapper .search-domain-bottom-link {
    display: none;
    margin-top: 50px;
    text-align: center;
}

html[data-lf-wp] .search-domain-wrapper .search-domain-bottom-link a {
    min-width: 280px;
}

html[data-lf-wp] .search-domain-wrapper .showe-more-domain {
    text-align: center;
    margin-top: 25px;
}

html[data-lf-wp] .arrow-toggle {
    display: none;
}

@media all and (max-width: 1550px) {
    html[data-lf-wp] .home-hero-section-wrapper .left-home-hero-section {
        padding-left: 70px;
    }
}

@media all and (max-width: 1450px) {
    html[data-lf-wp] .fdfdfd {
        color: red;
    }
}

@media all and (max-width: 1333px) {
    html[data-lf-wp] body .ubermenu .ubermenu-target {
        padding-right: 10px;
        padding-left: 10px;
    }

    html[data-lf-wp] .entry-title {
        font-size: 35px;
    }
}

@media all and (max-width: 1200px) {
    html[data-lf-wp] .rocket-image-wrapper svg {
        opacity: 0.3;
    }
}

@media all and (max-width: 1024px) {
    html[data-lf-wp] .home .logo-white {
        display: none;
    }

    html[data-lf-wp] .home .logo-black {
        display: block;
    }
}

@media all and (min-width: 1024px) {
    html[data-lf-wp]
    .home
    .home-hero-section-wrapper
    .home-hero-section-inner-wrapper {
        padding-top: 209px !important;
    }

    html[data-lf-wp] .home .site-header {
        border-bottom: none;
    }

    html[data-lf-wp] .home .site-header .logo-black {
        display: none;
    }

    html[data-lf-wp] .home .site-header .logo-menu-wrapper {
        position: absolute;
        left: 0;
        top: 36px;
        width: 100%;
        z-index: 3;
        background-color: transparent;
        border-bottom: 1px solid #cecece;
    }

    html[data-lf-wp]
    .home
    .site-header
    #site-navigation
    ul.nav-menu
    > li
    > a
    span {
        color: #fff;
        transition: color 0.4s;
    }

    html[data-lf-wp]
    .home
    .site-header
    #site-navigation
    ul.nav-menu
    > li
    > a
    span:hover {
        color: var(--red);
    }
}

@media all and (max-width: 1200px) {
    html[data-lf-wp]
    .wiki-template-default
    .inner-page-hero-section-wrapper
    .inner-page-hero-section-inner-wrapper
    .inner-hero-section-content-wrapper {
        justify-content: center !important;
    }

    html[data-lf-wp] .wiki-categories-term {
        max-width: 48%;
        flex: 0 0 48%;
    }

    html[data-lf-wp] .wiki-sidebar {
        padding-left: 15px;
    }

    html[data-lf-wp] .wiki-categories-term:after {
        width: 100%;
    }

    html[data-lf-wp]
    .site-header
    .site-brending-menu-wrapper
    .site-branding-main-logo
    img {
        max-width: 150px;
    }

    html[data-lf-wp]
    .site-header
    .site-brending-menu-wrapper
    .second-navigation
    ul {
        text-align: right;
    }

    html[data-lf-wp] body .ubermenu .ubermenu-target {
        padding: 5px 15px;
    }

    html[data-lf-wp] .site-footer .section-widget-footer:nth-child(5) {
        width: 100%;
        flex: 0 0 100%;
    }

    html[data-lf-wp]
    .site-footer
    .section-widget-footer:nth-child(5)
    .our-address-list
    li {
        display: inline-block;
        vertical-align: middle;
        padding-right: 15px;
    }

    html[data-lf-wp]
    .site-footer
    .section-widget-footer:nth-child(5)
    .our-address-list
    li:last-of-type {
        padding-right: 0;
    }

    html[data-lf-wp] .site-footer .section-widget-footer:last-of-type {
        width: 100%;
    }

    html[data-lf-wp] .home-hero-section-wrapper .home-hero-section-inner-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
        background-image: none !important;
    }

    html[data-lf-wp] .home-hero-section-wrapper .left-home-hero-section {
        max-width: 100%;
        padding: 0 70px;
    }

    html[data-lf-wp]
    .inner-page-hero-section-wrapper
    .inner-page-hero-section-inner-wrapper {
        min-height: auto;
        padding: 30px 0;
    }

    html[data-lf-wp]
    .inner-page-hero-section-wrapper
    .inner-page-hero-section-inner-wrapper
    .inner-hero-section-content-wrapper {
        padding: 0 15px;
    }

    html[data-lf-wp]
    .bottom-section-faq-inner-wrapper
    .bottom-section-faq-content-wrapper {
        padding-left: 50px;
    }

    html[data-lf-wp]
    .half-section-wrapper
    .half-section-inner-wrapper
    .half-section-image-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    html[data-lf-wp]
    .half-section-wrapper
    .half-section-inner-wrapper
    .half-section-image-wrapper
    img {
        top: 0 !important;
        left: 0 !important;
    }

    html[data-lf-wp]
    .half-section-wrapper
    .half-section-inner-wrapper
    .half-section-content-wrapper {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    html[data-lf-wp] .packages-section-wrapper .one-package-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }

    html[data-lf-wp] .home-hero-form-inner-wrapper {
        text-align: left;
    }

    html[data-lf-wp] .home-hero-form-inner-wrapper .home-hero-form-input {
        width: calc(100% - 235px);
    }

    html[data-lf-wp] .home-hero-form-inner-wrapper .home-hero-form-input input {
        width: 100%;
        min-width: auto;
    }

    html[data-lf-wp]
    .packages-table-inner-wrapper
    table
    .tabel-package-headint-td {
        vertical-align: top;
    }

    html[data-lf-wp]
    .packages-table-inner-wrapper
    table
    .package-table-info-title
    .regular-price-table
    span:first-of-type {
        font-size: 28px;
    }

    html[data-lf-wp] .packages-table-inner-wrapper td,
    html[data-lf-wp] .packages-table-inner-wrapper th {
        width: 230px !important;
    }

    html[data-lf-wp]
    .search-domain-wrapper
    .search-domain-table-one-row
    .search-domain-table-one-col
    .domain-title {
        margin: 0;
    }
}

@media all and (max-width: 1110px) {
    html[data-lf-wp] body .ubermenu .ubermenu-target {
        padding: 5px;
        font-size: 17px;
    }
}

@media all and (min-width: 1024px) {
    html[data-lf-wp] .packages-table-inner-wrapper ul {
        display: none;
    }

    html[data-lf-wp] .packages-table-inner-wrapper td,
    html[data-lf-wp] .packages-table-inner-wrapper th {
        display: table-cell !important;
    }

    html[data-lf-wp] .packages-table-inner-wrapper td,
    html[data-lf-wp] .packages-table-inner-wrapper th {
        width: 330px;
    }

    html[data-lf-wp] .packages-table-inner-wrapper td + td,
    html[data-lf-wp] .packages-table-inner-wrapper th + th {
        width: auto;
    }

    html[data-lf-wp] .single-post-main-inner-wrapper {
        padding-top: 15px;
        padding-bottom: 30px;
    }
}

@media all and (max-width: 1024px) {
    html[data-lf-wp] body h1 {
        font-size: 35px;
    }

    html[data-lf-wp] body h2 {
        font-size: 27px;
    }

    html[data-lf-wp] body h3 {
        font-size: 23px;
    }

    html[data-lf-wp] body h4 {
        font-size: 20px;
    }

    html[data-lf-wp] body h5 {
        font-size: 18px;
    }

    html[data-lf-wp] .wiki-archive-search form {
        max-width: 765px;
        margin: 30px auto;
    }

    html[data-lf-wp] body .wiki-archive {
        overflow-x: hidden;
    }

    html[data-lf-wp] body .wiki-archive .wiki-search-textbox {
        width: 70%;
    }

    html[data-lf-wp] body .wiki-archive .wiki-search-button {
        width: 30%;
    }

    html[data-lf-wp] .wiki-items {
        padding-left: 25px;
        padding-right: 0;
    }

    html[data-lf-wp] .sub-level-title {
        padding-left: 25px;
    }

    html[data-lf-wp] .wiki-single-item a {
        word-break: break-word;
    }

    html[data-lf-wp] .wiki-archive-search {
        width: calc(100% + 25px);
    }

    html[data-lf-wp]
    .wiki-categories-term:nth-of-type(even)
    .wiki-categories-term-inner {
        padding-left: 0;
    }

    html[data-lf-wp] .style-text p {
        line-height: 1.3;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    html[data-lf-wp] .entry-summary p {
        line-height: 24px;
    }

    html[data-lf-wp] .wiki p {
        line-height: 24px;
    }

    html[data-lf-wp] .site-footer .section-widget-footer:first-of-type {
        order: 1;
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    html[data-lf-wp] .site-footer .section-widget-footer:nth-child(2) {
        order: 3;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    html[data-lf-wp] .site-footer .section-widget-footer:nth-child(2) ul {
        text-align: center;
    }

    html[data-lf-wp] .site-footer .section-widget-footer:nth-child(3) {
        order: 2;
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    html[data-lf-wp] .site-footer .section-widget-footer:nth-child(4) {
        order: 4;
        text-align: center;
    }

    html[data-lf-wp] .site-footer .section-widget-footer:nth-child(5) {
        order: 5;
        text-align: center;
    }

    html[data-lf-wp] .site-footer .section-widget-footer:last-of-type {
        order: 6;
        justify-content: center;
    }

    html[data-lf-wp] .site-footer .section-widget-footer:last-of-type h4 {
        text-align: center;
    }

    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .container {
        width: 100%;
        max-width: 100%;
    }

    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .home-hero-section-promo-inner-wrapper {
        padding: 20px 30px 0;
    }

    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .hero-promo-wrapper {
        flex-flow: wrap;
    }

    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .one-hero-promo {
        width: calc(33% - 30px);
        margin: 0 15px 30px;
    }

    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .one-hero-promo:first-of-type,
    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .one-hero-promo:last-of-type {
        margin: 0 15px 30px;
    }

    html[data-lf-wp] .services-section-wrapper .services-section-title {
        padding-top: 0;
        padding-bottom: 0;
    }

    html[data-lf-wp]
    .inner-page-hero-section-wrapper
    .inner-page-hero-section-inner-wrapper {
        flex-flow: wrap;
        padding: 30px 0;
        justify-content: center;
        min-height: 150px !important;
    }

    html[data-lf-wp]
    .inner-page-hero-section-wrapper
    .inner-page-hero-section-inner-wrapper
    .inner-hero-section-content-wrapper {
        width: 100%;
        order: 1;
    }

    html[data-lf-wp]
    .inner-page-hero-section-wrapper
    .inner-page-hero-section-inner-wrapper
    .inner-hero-section-content-wrapper
    .inner-hero-section-content {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    html[data-lf-wp]
    .inner-page-hero-section-wrapper
    .inner-page-hero-section-inner-wrapper
    .inner-hero-section-image-wrapper {
        width: 100%;
        order: 2;
    }

    html[data-lf-wp]
    .inner-page-hero-section-wrapper
    .inner-page-hero-section-inner-wrapper
    .inner-hero-section-image-wrapper
    .inner-hero-section-image-inner-wrapper {
        text-align: center !important;
        padding: 15px;
    }

    html[data-lf-wp]
    .inner-page-hero-section-wrapper
    .inner-page-hero-section-inner-wrapper
    .inner-hero-section-image-wrapper
    img {
        max-width: 640px;
        width: 100%;
        top: 0 !important;
        left: 0 !important;
    }

    html[data-lf-wp] .jobs-main-inner-wrapper .jobs-description-wrapper {
        padding-bottom: 15px;
    }

    html[data-lf-wp]
    .inner-page-hero-section-wrapper.single-post
    .inner-page-hero-section-inner-wrapper {
        min-height: 150px;
    }

    html[data-lf-wp] .question-inner-wrapper .one-question .question-content p {
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 20px;
    }

    html[data-lf-wp] .contact-form-info-section-wrapper {
        padding-bottom: 50px;
    }

    html[data-lf-wp] .contact-form-info-section-inner-wrapper {
        flex-flow: wrap;
    }

    html[data-lf-wp] .contact-form-info-section-inner-wrapper .red-bg-line {
        height: 100%;
        left: 0;
        right: 0;
        width: 100%;
    }

    html[data-lf-wp] .contact-form-info-section-inner-wrapper > div {
        max-width: 100%;
        flex: 0 0 100%;
    }

    html[data-lf-wp]
    .contact-form-info-section-inner-wrapper
    .contcat-form-wrapper {
        order: 2;
    }

    html[data-lf-wp]
    .contact-form-info-section-inner-wrapper
    .contcat-form-wrapper
    .frm_forms {
        margin-top: 25px;
    }

    html[data-lf-wp]
    .contact-form-info-section-inner-wrapper
    .contact-info-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        order: 1;
    }

    html[data-lf-wp]
    .contact-form-info-section-inner-wrapper
    .contact-info-wrapper
    .red-bg-line {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
    }

    html[data-lf-wp]
    .contact-form-info-section-inner-wrapper
    .contact-info-wrapper
    .contact-info-inner-wrapper {
        width: 49.5%;
        vertical-align: top;
        max-width: 100%;
        padding-bottom: 0;
    }

    html[data-lf-wp]
    .contact-form-info-section-inner-wrapper
    .contact-info-wrapper
    .contact-bank-info-wrapper {
        width: 49.5%;
        vertical-align: top;
        max-width: 100%;
    }

    html[data-lf-wp] .half-section-wrapper .half-section-inner-wrapper {
        flex-direction: column;
    }

    html[data-lf-wp]
    .half-section-wrapper
    .half-section-inner-wrapper
    .half-section-image-wrapper {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        min-height: auto;
        order: 1 !important;
    }

    html[data-lf-wp]
    .half-section-wrapper
    .half-section-inner-wrapper
    .half-section-image-wrapper
    .red-bg-line {
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        min-height: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    html[data-lf-wp]
    .half-section-wrapper
    .half-section-inner-wrapper
    .half-section-image-wrapper
    img {
        max-width: 70%;
    }

    html[data-lf-wp]
    .half-section-wrapper
    .half-section-inner-wrapper
    .half-section-content-wrapper {
        width: 100%;
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        order: 2 !important;
    }

    html[data-lf-wp]
    .half-section-wrapper
    .half-section-inner-wrapper
    .half-section-content-wrapper
    .half-section-content-inner-wrapper {
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        text-align: center;
    }

    html[data-lf-wp] .simple-text-section-wrapper {
        margin-bottom: 50px;
    }

    html[data-lf-wp] .testimonials-section-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    html[data-lf-wp] .testimonials-section-wrapper .container-1520 {
        padding-right: 0;
        padding-left: 0;
    }

    html[data-lf-wp]
    .testimonials-section-wrapper
    .testimonials-slider-wrapper-main {
        width: 100%;
        order: 2;
        padding-bottom: 30px;
        padding-top: 15px;
    }

    html[data-lf-wp]
    .testimonials-section-wrapper
    .testimonials-slider-wrapper-main
    .testimonials-slider-wrapper {
        margin: auto;
    }

    html[data-lf-wp] .testimonials-section-wrapper .testimonial-image-wrapper {
        width: 100%;
        order: 1;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: auto;
    }

    html[data-lf-wp]
    .testimonials-section-wrapper
    .testimonial-image-wrapper
    .red-bg-line {
        width: 100%;
        left: 0;
        right: 0;
        min-height: auto;
        height: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    html[data-lf-wp]
    .testimonials-section-wrapper
    .testimonial-image-wrapper
    img {
        max-width: 90%;
    }

    html[data-lf-wp] .free-services-wrapper {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    html[data-lf-wp] .free-services-wrapper .free-services-section-title {
        padding-bottom: 25px;
    }

    html[data-lf-wp] .packages-section-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    html[data-lf-wp] .packages-section-wrapper .one-package-wrapper {
        width: 50%;
    }

    html[data-lf-wp] .packages-section-wrapper .packages-list-inner-wrapper {
        margin-top: 30px;
    }

    html[data-lf-wp] .packages-section-wrapper .packages-section-inner-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    html[data-lf-wp] .extension-table-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    html[data-lf-wp] .packages-table-inner-wrapper tr:first-of-type td {
        border-top: none;
    }

    html[data-lf-wp]
    .packages-table-inner-wrapper
    table
    .package-table-info-title {
        padding: 15px;
    }

    html[data-lf-wp] .packages-table-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    html[data-lf-wp] .search-domain-wrapper .search-domain-table-inner {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
    }

    html[data-lf-wp] .search-domain-wrapper .search-domain-table-th > div {
        font-size: 20px;
        padding: 25px 10px;
    }

    html[data-lf-wp]
    .search-domain-wrapper
    .search-domain-table-one-row
    .search-domain-table-one-col {
        padding: 10px;
    }

    html[data-lf-wp]
    .search-domain-wrapper
    .search-domain-table-one-row
    .search-domain-table-one-col
    .domain-title {
        font-size: 16px;
        word-wrap: break-word;
    }
}

@media all and (max-width: 991px) {
    html[data-lf-wp] .wiki-sidebar {
        max-width: 350px;
        margin: 0 auto;
        padding: 15px 15px 0;
    }

    html[data-lf-wp] .tax-wiki-categorie .wiki-sidebar,
    html[data-lf-wp] .tax-wiki-tag .wiki-sidebar {
        padding-top: 0;
    }

    html[data-lf-wp]
    .wiki-categories-term:nth-of-type(even)
    .wiki-categories-term-inner {
        padding-left: 0;
    }

    html[data-lf-wp] .logged-in header #site-navigation > div {
        top: 32px;
    }

    html[data-lf-wp] .menu-toggle,
    html[data-lf-wp] .main-navigation.toggled ul {
        display: block;
    }

    html[data-lf-wp]
    header
    .ubermenu.ubermenu-submenu-indicator-closes
    .ubermenu-active
    > .ubermenu-target
    > .ubermenu-sub-indicator-close {
        right: 20px !important;
    }

    html[data-lf-wp] header #site-navigation > div {
        background-color: #fff;
        bottom: 0;
        position: fixed;
        left: -100%;
        top: 0;
        overflow: auto;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        height: 100%;
        width: 60%;
        z-index: 999;
    }

    html[data-lf-wp] header #site-navigation > div .nav-menu .menu-item,
    html[data-lf-wp] header #site-navigation > div .nav-menu .page_item {
        float: left;
        text-align: left;
        width: 100%;
        padding: 0 10px 0 15px;
    }

    html[data-lf-wp] header #site-navigation > div .nav-menu .menu-item a,
    html[data-lf-wp] header #site-navigation > div .nav-menu .page_item a {
        color: #000;
    }

    html[data-lf-wp] header #site-navigation.toggled > div {
        left: 0;
        box-shadow: -1px 8px 15px #0000004a;
    }

    html[data-lf-wp] header #site-navigation.toggled .menu-toggle .fa:before {
        content: "\f00d";
    }

    html[data-lf-wp] header #site-navigation .menu-toggle {
        display: block;
        background-color: transparent;
        border: none;
        color: #000;
        float: right;
        font-size: 28px;
        padding: 3px 2px;
    }

    html[data-lf-wp] header #site-navigation ul.nav-menu {
        list-style: none;
    }

    html[data-lf-wp] header #site-navigation ul.nav-menu li {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        display: block;
        position: static;
    }

    html[data-lf-wp]
    header
    #site-navigation
    ul.nav-menu
    li.ubermenu-item-has-children
    > a:after {
        content: "\f078";
        position: absolute;
        font-family: FontAwesome, sans-serif;
        right: 20px;
        top: 0;
        left: auto;
        width: 20px;
        height: 20px;
        bottom: 0;
        margin: auto;
        line-height: 1;
        padding-right: 5px;
    }

    html[data-lf-wp]
    header
    #site-navigation
    ul.nav-menu
    li.ubermenu-item-has-children.ubermenu-active
    > a:after {
        content: none;
    }

    html[data-lf-wp]
    header
    #site-navigation
    ul.nav-menu
    li.menu-item-has-children {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    html[data-lf-wp]
    header
    #site-navigation
    ul.nav-menu
    li.menu-item-has-children.expandeds
    > .arrow-toggle
    > .fa:before {
        content: "\f106";
    }

    html[data-lf-wp] header #site-navigation ul.nav-menu li.menu-item,
    html[data-lf-wp] header #site-navigation ul.nav-menu li.page_item {
        line-height: 40px;
    }

    html[data-lf-wp]
    header
    #site-navigation
    ul.nav-menu
    li.menu-item
    .arrow-toggle,
    html[data-lf-wp]
    header
    #site-navigation
    ul.nav-menu
    li.page_item
    .arrow-toggle {
        color: #000;
        cursor: pointer;
        display: inline-block;
        font-size: 23px;
        height: 100%;
        margin-right: 0;
        padding: 1px 21px;
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
    }

    html[data-lf-wp] header #site-navigation ul ul.ubermenu-submenu {
        position: static !important;
        padding: 0;
        margin-top: 0;
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    html[data-lf-wp] header #site-navigation ul ul.sub-menu,
    html[data-lf-wp] header #site-navigation ul ul.children {
        display: none;
        width: 100%;
        margin-left: 0;
        padding-top: 0;
        top: 0;
        left: 0;
        position: relative;
    }

    html[data-lf-wp] body .ubermenu .ubermenu-target {
        padding: 10px;
    }

    html[data-lf-wp] .site-header .ubermenu .ubermenu-item-header {
        margin-bottom: 10px;
    }

    html[data-lf-wp] .site-header .ubermenu .ubermenu-item-header:after {
        content: none;
    }

    html[data-lf-wp]
    .site-header
    .ubermenu.ubermenu-main
    .ubermenu-item-normal
    > .ubermenu-target {
        padding: 10px 20px;
    }

    html[data-lf-wp] .site-footer .site-info .footer-copyright {
        line-height: 1.7;
    }

    html[data-lf-wp] .site-footer .widget-wrapper .widget_contact_widget span {
        vertical-align: top;
    }

    html[data-lf-wp] .ubermenu-skin-minimal.ubermenu-responsive-toggle {
        display: none;
        font-size: 20px !important;
        padding: 10px 15px;
    }

    html[data-lf-wp] .site-header .ubermenu .ubermenu-submenu:before {
        left: 0;
        right: 0;
        width: auto;
    }

    html[data-lf-wp] .site-header .site-brending-menu-wrapper {
        flex-flow: wrap;
        justify-content: space-between;
    }

    html[data-lf-wp] .site-header .site-brending-menu-wrapper .main-navigation {
        width: 50px;
        order: 3;
    }

    html[data-lf-wp]
    .site-header
    .site-brending-menu-wrapper
    .main-navigation
    .second-navigation {
        display: none;
    }

    html[data-lf-wp]
    .site-header
    .site-brending-menu-wrapper
    .site-branding-main-logo {
        width: 150px;
        order: 1;
    }

    html[data-lf-wp] .site-header .site-brending-menu-wrapper .second-navigation {
        width: calc(100% - 200px);
        order: 2;
    }

    html[data-lf-wp]
    .site-header
    .site-brending-menu-wrapper
    .second-navigation
    ul {
        text-align: right;
    }

    html[data-lf-wp] .home-hero-section-wrapper .home-hero-section-inner-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    html[data-lf-wp] .home-hero-section-wrapper .left-home-hero-section {
        padding: 0 15px;
    }

    html[data-lf-wp] .services-section-wrapper .container-1520 {
        padding-right: 0;
        padding-left: 0;
    }

    html[data-lf-wp] .services-section-wrapper .inner-list-service {
        flex-flow: wrap;
    }

    html[data-lf-wp] .services-section-wrapper .red-bg-line {
        display: none !important;
    }

    html[data-lf-wp] .services-section-wrapper .services-wrapper-list {
        width: 100%;
        padding: 30px 40px 0;
        order: 2 !important;
    }

    html[data-lf-wp] .services-section-wrapper .image-service-wrapper {
        width: 100%;
        order: 1 !important;
        text-align: center;
        background-color: var(--red);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
    }

    html[data-lf-wp] .services-section-wrapper .image-service-wrapper img {
        max-width: 80%;
    }

    html[data-lf-wp] .why-us-section-wrapper .why-us-section-inner-wrapper {
        background-image: none !important;
        padding: 30px 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    html[data-lf-wp] .single-blog-post-inner-wrapper {
        flex-flow: wrap;
        padding-bottom: 30px;
    }

    html[data-lf-wp] .single-blog-post-inner-wrapper .image-blog-wrapper {
        width: 100%;
    }

    html[data-lf-wp] .single-blog-post-inner-wrapper .image-blog-wrapper img {
        width: 100%;
    }

    html[data-lf-wp] .single-blog-post-inner-wrapper .content-blog-wrapper {
        padding-top: 30px;
        width: 100%;
    }

    html[data-lf-wp]
    .single-blog-post-inner-wrapper
    .content-blog-wrapper:before {
        width: 100%;
        height: 4px;
        top: 0;
        bottom: auto;
    }

    html[data-lf-wp] .single-post-footer {
        padding-bottom: 15px;
    }

    html[data-lf-wp] .posts-relation-inner-wrapper {
        padding-top: 15px;
    }

    html[data-lf-wp]
    .posts-relation-inner-wrapper
    .single-post-related-wrapper:last-of-type {
        padding-bottom: 0;
    }

    html[data-lf-wp]
    .posts-relation-inner-wrapper
    .single-post-related-inner-wrapper {
        padding: 20px;
    }

    html[data-lf-wp]
    .posts-relation-inner-wrapper
    .single-post-related-inner-wrapper
    .style-text
    p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    html[data-lf-wp] .jobs-main-inner-wrapper {
        padding-bottom: 40px;
    }

    html[data-lf-wp] .single-job-main-inner-wrapper {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    html[data-lf-wp] .bottom-section-faq-inner-wrapper {
        flex-flow: wrap;
        min-height: auto;
    }

    html[data-lf-wp]
    .bottom-section-faq-inner-wrapper
    .bottom-section-faq-image-wrapper {
        width: 100%;
        padding: 0;
    }

    html[data-lf-wp]
    .bottom-section-faq-inner-wrapper
    .bottom-section-faq-image-wrapper
    .bottom-section-faq-image-inner-wrapper {
        text-align: center !important;
        position: relative;
        overflow: hidden;
        padding-top: 50px;
        background-color: var(--red);
        -webkit-border-radius: 600px 0 0 600px;
        -moz-border-radius: 600px 0 0 600px;
        -ms-border-radius: 600px 0 0 600px;
        border-radius: 600px 0 0 600px;
    }

    html[data-lf-wp]
    .bottom-section-faq-inner-wrapper
    .bottom-section-faq-image-wrapper
    .bottom-section-faq-image-inner-wrapper
    img {
        max-width: 80%;
        position: relative;
        z-index: 2;
    }

    html[data-lf-wp] .bottom-section-faq-inner-wrapper .style-text p {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    html[data-lf-wp]
    .bottom-section-faq-inner-wrapper
    .bottom-section-faq-content-wrapper {
        width: 100%;
        padding: 30px !important;
        text-align: center;
    }

    html[data-lf-wp]
    .bottom-section-faq-inner-wrapper
    .bottom-section-faq-content-wrapper
    .bottom-section-faq-content-inner-wrapper {
        max-width: 100%;
    }

    html[data-lf-wp] .question-inner-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    html[data-lf-wp] .reviews-section-inner-wrapper {
        padding-bottom: 50px;
        padding-top: 30px;
    }

    html[data-lf-wp] .reviews-section-inner-wrapper .one-review-inner-wrapper {
        padding: 20px;
    }

    html[data-lf-wp] .reviews-section-inner-wrapper .review-content p {
        line-height: 1.5;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    html[data-lf-wp]
    .contact-form-info-section-inner-wrapper
    .contcat-form-wrapper
    .frm_style_formidable-style.with_frm_style
    .form-field {
        margin-bottom: 15px;
    }

    html[data-lf-wp] .contact-form-info-section-wrapper {
        padding-bottom: 30px;
    }

    html[data-lf-wp] .acf-map {
        height: 300px;
    }

    html[data-lf-wp]
    .free-services-wrapper
    .free-services-sectio-inner
    .one-free-service {
        padding-bottom: 15px;
    }

    html[data-lf-wp]
    .free-services-wrapper
    .free-services-sectio-inner
    .one-free-service:last-of-type {
        padding-bottom: 0;
    }

    html[data-lf-wp] .half-section-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    html[data-lf-wp] .extension-table-inner-wrapper > div {
        width: 100%;
        border-top: 1px solid #cacaca;
        margin-top: 5px;
    }

    html[data-lf-wp] .extension-table-inner-wrapper > div:first-of-type {
        border-top: none;
        margin-top: 0;
    }

    html[data-lf-wp]
    .extension-table-inner-wrapper
    > div
    .extension-table-headring
    div {
        padding: 25px;
        height: auto;
    }

    html[data-lf-wp]
    .extension-table-inner-wrapper
    > div
    .one-extension-info-wrpper
    div {
        height: auto;
        padding: 10px 25px;
    }

    html[data-lf-wp]
    .extension-table-inner-wrapper
    > div
    .one-extension-info-wrpper
    div:nth-child(2) {
        border-right: none;
    }

    html[data-lf-wp]
    .webhosting-package-inner-wrapper
    .one-webhosting-package-wrapper
    .one-webhosting-package-content {
        padding-right: 30px;
        padding-left: 30px;
    }

    html[data-lf-wp]
    .webhosting-package-inner-wrapper
    .one-webhosting-package-wrapper
    .one-webhosting-package-price-wrapper
    .one-webhosting-regular-price
    span:first-of-type {
        font-size: 30px;
    }

    html[data-lf-wp] .packages-table-inner-wrapper .table-list li button {
        font-size: 20px;
    }

    html[data-lf-wp] .packages-table-inner-wrapper td,
    html[data-lf-wp] .packages-table-inner-wrapper th {
        height: auto;
        padding: 10px 25px;
        font-size: 16px;
    }

    html[data-lf-wp] .packages-table-inner-wrapper tr:last-of-type td {
        padding: 0;
    }

    html[data-lf-wp] .packages-table-inner-wrapper table {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    html[data-lf-wp] .packages-table-inner-wrapper table .table-label {
        padding: 10px 25px;
        font-size: 16px;
    }

    html[data-lf-wp] .search-domain-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    html[data-lf-wp]
    .search-domain-wrapper
    .search-domain-table-one-row
    .search-domain-table-one-col {
        font-size: 14px !important;
    }

    html[data-lf-wp]
    .search-domain-wrapper
    .search-domain-table-one-row
    .search-domain-table-one-col
    .domain-title:after {
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

@media all and (max-width: 782px) {
    html[data-lf-wp] .logged-in header #site-navigation > div {
        top: 46px;
    }
}

@media all and (max-width: 768px) {
    html[data-lf-wp] .wiki-categories-term:after {
        width: calc(100% - 30px);
    }

    html[data-lf-wp] .wiki-categories-term {
        max-width: 100%;
        flex: 0 0 100%;
    }

    html[data-lf-wp] .wiki-archive-wrapper {
        padding-top: 40px;
    }

    html[data-lf-wp] .wiki-categories-wrapper {
        padding-top: 40px;
    }
}

@media all and (max-width: 767px) {
    html[data-lf-wp] .single-wiki-item-text {
        word-break: break-word;
    }

    html[data-lf-wp] .wiki {
        padding-left: 35px;
    }

    html[data-lf-wp] .wiki .single-post-footer .col-md-2 {
        display: flex;
        justify-content: flex-end;
    }

    html[data-lf-wp] .wiki .single-post-footer .col-md-2 .share-buttons-title {
        text-align: right;
    }

    html[data-lf-wp] .wiki-tags-wrapper {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    html[data-lf-wp] .wiki-tags-wrapper h5 {
        margin-bottom: 20px;
    }

    html[data-lf-wp] .wiki-tags-wrapper a {
        margin-bottom: 5px;
    }

    html[data-lf-wp] .single-wiki .wiki-archive-wrapper .wiki-categories-title {
        padding-left: 40px;
    }

    html[data-lf-wp] .wiki ul {
        margin-left: 0;
    }

    html[data-lf-wp] .wiki ul li {
        word-break: break-word;
    }

    html[data-lf-wp] .site-footer .section-widget-footer {
        margin-bottom: 15px;
    }

    html[data-lf-wp]
    .site-footer
    .section-widget-footer:last-of-type
    .widget_nav_menu {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0;
        text-align: center;
    }

    html[data-lf-wp] .home-hero-section-wrapper .left-home-hero-section {
        padding: 0;
    }

    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .home-hero-section-promo-inner-wrapper {
        padding: 15px 15px 0;
    }

    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .one-hero-promo {
        width: calc(50% - 30px);
        margin: 0 15px 15px;
    }

    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .one-hero-promo:first-of-type,
    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .one-hero-promo:last-of-type {
        margin: 0 15px 15px;
    }

    html[data-lf-wp]
    .contact-form-info-section-inner-wrapper
    .contact-info-wrapper
    .info-contact-title {
        margin-bottom: 15px;
    }

    html[data-lf-wp]
    .contact-form-info-section-inner-wrapper
    .contact-info-wrapper
    .contact-info-inner-wrapper {
        width: 100%;
        padding-bottom: 20px;
    }

    html[data-lf-wp]
    .contact-form-info-section-inner-wrapper
    .contact-info-wrapper
    .contact-bank-info-wrapper {
        width: 100%;
    }

    html[data-lf-wp]
    .webhosting-package-inner-wrapper
    .one-webhosting-package-wrapper {
        width: 100%;
        justify-content: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: wrap;
    }

    html[data-lf-wp]
    .webhosting-package-inner-wrapper
    .one-webhosting-package-wrapper
    .one-webhosting-package-inner-wrapper {
        max-width: 360px;
    }

    html[data-lf-wp]
    .webhosting-package-inner-wrapper
    .one-webhosting-package-wrapper
    .one-webhosting-package-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    html[data-lf-wp]
    .webhosting-package-inner-wrapper
    .one-webhosting-package-wrapper
    .one-webhosting-package-link {
        padding-bottom: 30px;
    }

    html[data-lf-wp] .webhosting-package-inner-wrapper .packages-wrapper-list {
        flex-flow: wrap;
    }

    html[data-lf-wp]
    .packages-table-inner-wrapper
    table
    .package-table-info-title
    .regular-price-table
    span:first-of-type {
        font-size: 24px;
    }

    html[data-lf-wp]
    .packages-table-inner-wrapper
    table
    .package-table-info-title
    .regular-price-table
    span:last-of-type {
        font-size: 14px;
    }

    html[data-lf-wp]
    .half-section-wrapper
    .half-section-inner-wrapper
    .half-section-image-wrapper
    img {
        max-width: 90%;
    }

    html[data-lf-wp] .single-post-footer .row > div {
        width: 50%;
    }

    html[data-lf-wp] .search-domain-wrapper .search-domain-table-th > div {
        font-size: 18px;
        padding: 15px 10px;
    }
}

@media all and (max-width: 640px) {
    html[data-lf-wp] .site-footer .widget-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    html[data-lf-wp]
    .site-footer
    .section-widget-footer:nth-child(2)
    .widget_nav_menu
    li {
        width: 49%;
        text-align: center;
        vertical-align: middle;
        padding: 0 15px;
    }

    html[data-lf-wp]
    .site-footer
    .section-widget-footer:nth-child(2)
    .widget_nav_menu
    li:first-of-type {
        padding-left: 15px;
    }

    html[data-lf-wp]
    .site-footer
    .section-widget-footer:nth-child(2)
    .widget_nav_menu
    li:last-of-type {
        padding-right: 15px;
    }

    html[data-lf-wp]
    .site-footer
    .section-widget-footer:nth-child(2)
    .widget_nav_menu
    li
    a {
        padding: 7px 0;
        display: inline-block;
    }

    html[data-lf-wp] #menu-second-menu a,
    html[data-lf-wp] #second-menu a {
        min-width: auto;
        padding-right: 15px;
        padding-left: 15px;
        line-height: 30px;
    }

    html[data-lf-wp]
    .site-header
    .site-brending-menu-wrapper
    .site-branding-main-logo
    img {
        max-width: 120px;
    }

    html[data-lf-wp] .home-hero-form-inner-wrapper .home-hero-form-input {
        width: 100%;
    }

    html[data-lf-wp] .home-hero-form-inner-wrapper .home-hero-form-input input {
        min-width: auto;
        max-width: 88%;
        width: calc(100% - 135px);
    }

    html[data-lf-wp] .home-hero-form-inner-wrapper .home-hero-form-button button {
        min-width: auto;
        max-width: 140px;
    }

    html[data-lf-wp] .services-section-wrapper {
        padding-top: 20px;
    }

    html[data-lf-wp] .services-section-wrapper .services-wrapper-list {
        padding: 30px 15px 0 !important;
    }

    html[data-lf-wp]
    .services-section-wrapper
    .services-wrapper-list
    .one-service-wrapper {
        padding: 20px;
    }

    html[data-lf-wp]
    .single-blog-post-inner-wrapper
    .content-blog-wrapper
    .entry-header
    a {
        width: 100%;
    }

    html[data-lf-wp]
    .single-blog-post-inner-wrapper
    .content-blog-wrapper
    .entry-header
    .post-date {
        width: 100%;
        padding-top: 10px;
        text-align: left;
    }

    html[data-lf-wp] .question-inner-wrapper .one-question .one-question-inner {
        padding: 15px;
    }

    html[data-lf-wp] .packages-section-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    html[data-lf-wp] .packages-section-wrapper .one-package-wrapper {
        width: 100%;
    }

    html[data-lf-wp] .packages-section-wrapper .one-package-wrapper p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    html[data-lf-wp] .packages-section-wrapper .one-package-wrapper > div {
        max-width: 100%;
    }

    html[data-lf-wp] .packages-section-wrapper .packages-section-inner-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    html[data-lf-wp]
    .extension-table-inner-wrapper
    > div
    .one-extension-info-wrpper
    div {
        font-size: 16px;
        padding: 10px 15px;
    }

    html[data-lf-wp]
    .extension-table-inner-wrapper
    > div
    .extension-table-headring
    div {
        font-size: 20px;
        padding: 15px;
    }

    html[data-lf-wp] header #site-navigation > div {
        width: 80%;
    }

    html[data-lf-wp] .search-domain-wrapper .search-domain-table-th {
        flex-flow: wrap;
    }

    html[data-lf-wp] .search-domain-wrapper .search-domain-table-th > div {
        width: 50%;
    }

    html[data-lf-wp]
    .search-domain-wrapper
    .search-domain-table-th
    > div:first-of-type {
        border-right: 0;
        width: 100%;
    }

    html[data-lf-wp] .search-domain-wrapper .search-domain-table-one-row label {
        flex-flow: wrap;
    }

    html[data-lf-wp]
    .search-domain-wrapper
    .search-domain-table-one-row
    .search-domain-table-one-col {
        width: 50%;
    }

    html[data-lf-wp]
    .search-domain-wrapper
    .search-domain-table-one-row
    .search-domain-table-one-col
    .domain-title {
        display: inline-block;
        width: auto;
    }

    html[data-lf-wp]
    .search-domain-wrapper
    .search-domain-table-one-row
    .search-domain-table-one-col:first-of-type {
        border-right: none;
        border-top-width: 2px;
        border-color: #616a71;
        width: 100%;
    }
}

@media all and (max-width: 575px) {
    html[data-lf-wp]
    .single-wiki
    .wiki-archive-wrapper
    .wiki-categories-title:before {
        top: 0;
    }

    html[data-lf-wp] .wiki .entry-title {
        font-size: 22px;
        line-height: 25px;
    }

    html[data-lf-wp] .wiki .entry-title a {
        word-break: break-word;
    }

    html[data-lf-wp] .wiki .entry-title i {
        padding-right: 5px;
    }

    html[data-lf-wp] .wiki-categories-title h2 {
        font-size: 25px;
        line-height: 28px;
    }

    html[data-lf-wp]
    .contact-form-info-section-inner-wrapper
    .contact-info-wrapper
    .red-bg-line {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    html[data-lf-wp] body .wiki-archive .inner-hero-section-content {
        width: 100% !important;
    }

    html[data-lf-wp] body .wiki-archive .wiki-search-textbox {
        padding-left: 10px;
    }

    html[data-lf-wp] .packages-table-inner-wrapper .table-list li button {
        font-size: 18px;
    }

    html[data-lf-wp] .packages-table-inner-wrapper td,
    html[data-lf-wp] .packages-table-inner-wrapper th {
        height: auto;
        padding: 10px 15px;
        font-size: 15px;
    }

    html[data-lf-wp] .packages-table-inner-wrapper tr:last-of-type td {
        padding: 0;
    }

    html[data-lf-wp] .packages-table-inner-wrapper table {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    html[data-lf-wp] .packages-table-inner-wrapper table .table-label {
        padding: 10px 15px;
        font-size: 15px;
    }
}

@media all and (max-width: 525px) {
    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .home-hero-section-promo-inner-wrapper {
        -webkit-border-radius: 0 0 50px 50px;
        -moz-border-radius: 0 0 50px 50px;
        -ms-border-radius: 0 0 50px 50px;
        border-radius: 0 0 50px 50px;
    }

    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .one-hero-promo {
        width: 100%;
        margin: 0 0 15px;
    }

    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .one-hero-promo:first-of-type,
    html[data-lf-wp]
    .home-hero-section-wrapper
    .home-hero-section-promo-wrapper
    .one-hero-promo:last-of-type {
        margin: 0 0 15px;
    }
}

@media all and (max-width: 480px) {
    html[data-lf-wp] .newsletter-wrapper {
        max-width: 100%;
        width: 100%;
    }

    html[data-lf-wp] .newsletter-wrapper .newsletter-submit {
        width: auto;
    }

    html[data-lf-wp] .newsletter-wrapper .newsletter-submit input {
        min-width: inherit;
        max-width: inherit;
        width: 150px;
    }

    html[data-lf-wp] .newsletter-wrapper .newsletter-email {
        width: calc(100% - 150px);
    }

    html[data-lf-wp] .newsletter-wrapper .newsletter-email input {
        width: 100%;
    }

    html[data-lf-wp] .site-footer .section-widget-footer:last-of-type aside {
        width: 100%;
    }

    html[data-lf-wp]
    .site-footer
    .section-widget-footer:nth-child(2)
    .widget_nav_menu
    li {
        width: 100%;
    }
}

@media all and (max-width: 460px) {
    html[data-lf-wp] .site-header .site-header-inner .email-phone-content-inner {
        flex-direction: column;
        justify-content: center;
    }

    html[data-lf-wp] .site-header .site-header-inner .email-phone-text {
        text-align: center;
    }

    html[data-lf-wp] .site-header .site-header-inner .content-detail {
        padding-top: 10px;
        text-align: center;
    }

    html[data-lf-wp] .wiki .single-post-footer .col-md-10,
    html[data-lf-wp] .wiki .single-post-footer .col-md-2 {
        width: 50%;
    }

    html[data-lf-wp] .wiki .single-post-footer .col-md-10 .author-post-name,
    html[data-lf-wp] .wiki .single-post-footer .col-md-2 .author-post-name {
        width: 100%;
    }

    html[data-lf-wp] .wiki .single-post-footer .share-buttons-title {
        padding-top: 0;
    }

    html[data-lf-wp] .wiki .single-post-footer .col-md-10 {
        text-align: left;
    }

    html[data-lf-wp] .wiki .single-post-footer .row .share-buttons-title {
        padding-top: 0;
    }

    html[data-lf-wp] .packages-table-inner-wrapper .red-button {
        width: auto;
        min-width: auto;
    }

    html[data-lf-wp] .single-post-footer .row > div {
        width: 100%;
        text-align: center;
    }

    html[data-lf-wp] .single-post-footer .row .share-buttons-title {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    html[data-lf-wp] .single-post-footer .row .share-links-wrapper {
        justify-content: center;
    }
}

@media all and (max-width: 420px) {
    html[data-lf-wp]
    .site-footer
    .widget-wrapper
    .widget_contact_widget
    span.light-content {
        max-width: calc(100% - 35px);
    }

    html[data-lf-wp]
    .site-footer
    .widget-wrapper
    .widget_contact_widget
    span.strong-content {
        padding-right: 10px;
    }

    html[data-lf-wp]
    .site-footer
    .section-widget-footer:nth-child(5)
    .our-address-list
    li {
        width: 100%;
    }
}

@media all and (max-width: 370px) {
    html[data-lf-wp] .site-header .site-brending-menu-wrapper .second-navigation {
        display: none;
        width: 100%;
        text-align: center;
        padding-top: 10px !important;
    }

    html[data-lf-wp]
    .site-header
    .site-brending-menu-wrapper
    .second-navigation
    ul {
        text-align: center;
    }

    html[data-lf-wp]
    .site-header
    .site-brending-menu-wrapper
    .second-navigation
    li {
        display: inline-block;
        vertical-align: middle;
    }

    html[data-lf-wp] .site-header .site-brending-menu-wrapper .main-navigation {
        order: 2;
    }

    html[data-lf-wp]
    .site-header
    .site-brending-menu-wrapper
    .main-navigation
    .second-navigation {
        display: block !important;
    }

    html[data-lf-wp]
    .site-header
    .site-brending-menu-wrapper
    .site-branding-main-logo {
        width: calc(100% - 55px);
    }

    html[data-lf-wp]
    .site-header
    .site-brending-menu-wrapper
    .site-branding-main-logo
    img {
        max-width: 150px;
    }
}

html[data-lf-wp] #masthead {
    z-index: 5;
    position: relative;
}

/*# sourceMappingURL=lf.css.map */
