@charset "UTF-8";

@keyframes jumpping {

    0%,
    100% {
        transform: translate3d(0, 0, 0)
    }

    40% {
        transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0))
    }
}

.jump {
    animation: jumpping 6s infinite linear
}

html {
    font-size: 14px
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto
}

.row>* {
    padding-right: 15px;
    padding-left: 15px
}

body {
    font-size: 15px;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.helix-ultimate-preloader {
    overflow: hidden
}

body.helix-ultimate-preloader:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: rgba(255, 255, 255, 0.9)
}

body.helix-ultimate-preloader:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 36px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    line-break: 48px;
    text-align: center;
    color: #007bff;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    z-index: 99999
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none
}

label {
    font-weight: normal
}

legend {
    padding-bottom: 10px;
    color: #000
}

img {
    max-width: 100%
}

ul,
ul.menu {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:active,
a:link,
a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none
}

.btn-default {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #95b04f;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    padding: 14px 30px;
    border: none
}

.btn-default:focus {
    box-shadow: none
}

.btn-default:hover {
    background-color: #000000;
    color: #fff
}

.btn-primary,
.btn-danger {
    padding: 0.9rem 1.8rem
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 0 0.375rem 0.375rem 0
}

@media (min-width:1367px) {

    #sp-top-bar .container,
    #sp-header .container {
        max-width: 1750px
    }
}

#sp-header .container-inner>.row {
    align-items: center;
    justify-content: space-between
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    animation: spFadeInDown 0.5s
}

.logo a {
    font-size: 24px;
    line-height: 1
}

.logo p {
    margin: 5px 0 0
}

.welcome-msg {
    padding: 7px 0
}

.menu-top {
    float: right
}

.menu-top ul {
    display: flex;
    gap: 30px
}

.menu-top ul li a {
    padding: 7px 0;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    position: relative
}

.menu-top ul li a:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0%;
    width: 0px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.menu-top ul li a:hover:before {
    width: 100%
}

.header-links .sp-column {
    gap: 20px
}

@media screen and (min-width:1367px) {
    .header-links .sp-column {
        gap: 30px
    }
}

.timework {
    padding-left: 40px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: -3px
}

.timework:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #95b04f;
    -webkit-mask-image: url(../images/icon/icon-clock.png);
    mask-image: url(../images/icon/icon-clock.png)
}

@media screen and (min-width:1367px) {
    .timework {
        margin-right: 40px
    }
}

@media screen and (max-width:1365px) {
    .timework {
        display: none
    }
}

.overlay {
    position: fixed;
    background: #000000b3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 8;
    cursor: url(../images/icon/close.png), pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s
}

.overlay.active {
    visibility: visible;
    opacity: 1
}

.search-header {
    height: 24px
}

.search-header .icon-search {
    height: 24px;
    width: 24px;
    background-color: #000000;
    -webkit-mask-image: url(../images/icon/icon-search.png);
    mask-image: url(../images/icon/icon-search.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    mask-position: 0 0
}

.search-header .icon-search:before {
    display: none
}

.search-header .icon-search:after {
    display: none
}

.search-header .icon-search:hover {
    color: #95b04f;
    cursor: pointer;
    background-color: #95b04f
}

.search-header .search-wrapper {
    padding: 0;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    pointer-events: none
}

.search-header .search-wrapper.active {
    visibility: visible;
    opacity: 1
}

.search-header .search-wrapper .input-group {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
    pointer-events: all
}

@media (min-width:1200px) {
    .search-header .search-wrapper .input-group {
        width: 100%
    }
}

.search-header .search-wrapper .form-control {
    border: none;
    height: 60px;
    line-height: 60px;
    letter-spacing: 4px;
    padding: 0 0px;
    border-radius: 0;
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase
}

.search-header .search-wrapper .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.search-header .search-wrapper .form-control:-ms-input-placeholder {
    color: #fff
}

.search-header .search-wrapper .form-control::-webkit-input-placeholder {
    color: #fff
}

.search-header .search-wrapper .form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.search-header .search-wrapper .form-control:focus:-moz-placeholder {
    color: transparent
}

.search-header .search-wrapper .form-control:focus::-moz-placeholder {
    color: transparent
}

.search-header .search-wrapper .form-control:focus:-ms-input-placeholder {
    color: transparent
}

.search-header .search-wrapper .form-control:focus {
    box-shadow: none;
    outline: none
}

.search-header .search-wrapper .form-control::-webkit-search-cancel-button {
    -webkit-appearance: none;
    color: #fff
}

.search-header .search-wrapper .input-group-btn {
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 9
}

.search-header .search-wrapper .input-group-btn .ic-search {
    font-size: 0;
    background: transparent;
    border: none;
    padding: 0;
    color: #fff
}

.search-header .search-wrapper .input-group-btn .ic-search:before {
    content: "";
    font-family: "icomoon";
    display: inline-block;
    font-size: 24px
}

.search-header .search-wrapper .input-group-btn .ic-search:hover {
    color: #95b04f
}

#my_account {
    position: relative;
    height: 24px
}

#my_account>a {
    display: inline-block;
    position: relative;
    font-size: 0;
    padding-bottom: 10px
}

#my_account>a:before {
    content: "";
    font-size: 24px;
    vertical-align: -3px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #000000;
    -webkit-mask-image: url(../images/icon/icon-account.png);
    mask-image: url(../images/icon/icon-account.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

#my_account>a:hover:before {
    background-color: #95b04f
}

#my_account>a:after {
    content: "";
    font-family: fontawesome;
    vertical-align: 0px;
    display: inline-block;
    border: none;
    display: none
}

#my_account ul.dropdown-menu {
    padding: 11px 20px;
    min-width: 150px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0 0 10px 10px;
    transition: all 0.2s ease-out;
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    opacity: 0;
    visibility: visible
}

#my_account ul.dropdown-menu li a {
    padding: 4px 0;
    display: block;
    color: #000000;
    font-size: 14px
}

#my_account ul.dropdown-menu li a:hover {
    color: #95b04f
}

#my_account:hover .dropdown-menu {
    position: absolute;
    top: 100%;
    top: 35px;
    right: 0;
    display: block;
    opacity: 1;
    visibility: visible
}

.mod-login-logout .btn-primary {
    background: none;
    padding: 0px 0px;
    display: block;
    margin: 0;
    font-size: 14px;
    border: none;
    color: #000000
}

.mod-login-logout .btn-primary:hover {
    background: none;
    color: #95b04f
}

.mod-login-logout .btn-primary:focus {
    box-shadow: none
}

.mod-login .modal-title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize
}

.mod-login .mod-login__options li {
    padding: 5px 0;
    display: inline-block;
    width: 49%
}

.mod-login .mod-login__userdata .form-group {
    margin-bottom: 15px
}

.mod-login .mod-login__userdata .mod-login__remember {
    margin-bottom: 0
}

.mod-login .mod-login__userdata .form-control {
    border-radius: 0.25rem
}

.mod-login .mod-login__submit .btn-primary {
    text-transform: uppercase;
    background: #95b04f;
    border: none
}

.mod-login .mod-login__submit .btn-primary:hover {
    background: #000000
}

.mod-login .modal-dialog {
    top: 25%
}

.mod-login .modal-dialog .modal-content {
    border-radius: 0
}

.mod-login .modal-dialog .modal-content .modal-header {
    border-radius: 0;
    padding: 14px 20px
}

.mod-login .modal-dialog .modal-content .modal-body {
    border-radius: 0;
    padding: 20px
}

.mod-login .modal-dialog .modal-content .modal-body .input-group-text {
    font-size: 16px
}

.mod-login .modal-dialog .modal-content .btn-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 100%;
    background: #95b04f;
    position: absolute;
    top: -20px;
    right: -20px;
    margin: 0;
    font-size: 25px;
    font-size: 0;
    box-shadow: none;
    opacity: 1
}

.mod-login .modal-dialog .modal-content .btn-close:before {
    content: "";
    font-family: icomoon;
    display: inline-block;
    font-size: 18px
}

.mod-login .modal-dialog .modal-content .btn-close:hover {
    background: #000000;
    color: #fff
}

.topsetting .icon-setting:hover {
    cursor: pointer
}

.topsetting .icon-setting:hover svg {
    fill: #95b04f
}

.topsetting .setting-content {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    overflow: hidden;
    width: 0px;
    border-radius: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.topsetting .setting-content.active {
    visibility: visible;
    opacity: 1;
    width: 500px
}

.topsetting .setting-close {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    top: 10px;
    left: 10px;
    z-index: 9;
    color: #000000;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 24px;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    transition: transform 0.5s ease
}

.topsetting .setting-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.topsetting .setting-close:hover svg {
    stroke: #95b04f;
    cursor: pointer
}

.topsetting .setting-content .content-in {
    padding: 60px
}

.topsetting .setting-content .content-in .sp-module-title {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 10px
}

.topsetting .setting-content .content-in .header-logo {
    margin-bottom: 50px
}

.topsetting .setting-content .content-in .logotext {
    margin-top: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #888888
}

.topsetting .setting-content .content-in .top-contact {
    position: fixed;
    bottom: 60px
}

@media (min-width:1366px) and (max-width:1367px) {
    .topsetting .setting-content .content-in .top-contact {
        bottom: 30px
    }
}

.topsetting .setting-content .content-in .top-contact ul.st-info li {
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 17px
}

.topsetting .setting-content .content-in .top-contact ul.st-info li.phone {
    font-size: 24px;
    color: red;
    font-weight: 400
}

.topsetting .setting-content .content-in .top-contact ul.socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: start;
    margin: 0 -5px
}

.topsetting .setting-content .content-in .top-contact ul.socials li {
    margin: 0 5px
}

.topsetting .setting-content .content-in .top-contact ul.socials li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    background: #f5f5f5;
    color: #000000;
    font-size: 20px;
    display: block;
    transition: all 0.2s ease-in-out 0s
}

.topsetting .setting-content .content-in .top-contact ul.socials li a i {
    font-size: 0
}

.topsetting .setting-content .content-in .top-contact ul.socials li a i:before {
    font-size: 20px
}

.topsetting .setting-content .content-in .top-contact ul.socials li a:hover {
    background: #95b04f;
    color: #fff
}

.mod-languages ul {
    margin: 0 -2px
}

.mod-languages ul li {
    margin: 0 2px
}

.mod-languages ul li a {
    padding: 0 10px;
    min-width: 60px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    display: block
}

.mod-languages ul li a:hover {
    background-color: #95b04f;
    border-color: #95b04f;
    color: #fff !important
}

.mod-languages ul li.lang-active a {
    background-color: #95b04f;
    border-color: #95b04f;
    color: #fff !important
}

#sp-title {
    min-height: 0
}

.sp-page-title {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed
}

.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading {
    margin: 0;
    padding: 0;
    color: #fff
}

.sp-page-title .sp-page-title-heading {
    font-size: 24px;
    line-height: 1
}

.sp-page-title .sp-page-title-sub-heading {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px
}

.body-innerwrapper {
    overflow-x: hidden
}

.layout-boxed .body-innerwrapper {
    max-width: 1750px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

#sp-main-body {
    padding: 60px 0 150px
}

.com-sppagebuilder #sp-main-body {
    padding: 0
}

.mod-breadcrumbs__wrapper {
    text-align: center
}

.mod-breadcrumbs__wrapper .breadcrumb {
    padding: 48px 0 55px;
    background: transparent;
    margin: 0;
    display: inline-block
}

.mod-breadcrumbs__wrapper .breadcrumb .breadcrumb-item {
    line-height: 22px;
    margin: 0;
    display: inline-block
}

.mod-breadcrumbs__wrapper .breadcrumb .breadcrumb-item a {
    display: inline-block;
    color: #888888;
    font-size: 14px
}

.mod-breadcrumbs__wrapper .breadcrumb .breadcrumb-item a:hover {
    color: #95b04f
}

.mod-breadcrumbs__wrapper .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #888888;
    font-size: 12px
}

.mod-breadcrumbs__wrapper .breadcrumb .large-item {
    color: #000000;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 7px;
    text-transform: capitalize
}

.mod-breadcrumbs__wrapper .breadcrumb .breadcrumb-item.active {
    color: #888888
}

.banner {
    display: block;
    position: relative;
    overflow: hidden
}

.banner:hover {
    cursor: pointer
}

.banner:hover img {
    opacity: 0.8 !important
}

.banner-col a {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s
}

.banner-col a:hover {
    opacity: 0.8
}

#sp-left .sp-column {
    width: 100%
}

#sp-right .sp-column {
    width: 100%
}

#sp-left,
#sp-right {
    overflow: visible;
    display: flex
}

#sp-left .block_sticky,
#sp-right .block_sticky {
    top: 120px;
    position: -webkit-sticky;
    position: sticky
}

#sp-left .sp-module,
#sp-right .sp-module {
    margin-bottom: 40px;
    padding: 0px
}

#sp-left .sp-module:first-child,
#sp-right .sp-module:first-child {
    margin-top: 0
}

#sp-left .sp-module:last-child,
#sp-right .sp-module:last-child {
    margin-bottom: 0px
}

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
    font-size: 24px;
    margin-bottom: 25px
}

#sp-left .sp-module ul,
#sp-right .sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#sp-left .sp-module ul li,
#sp-right .sp-module ul li {
    display: block;
    margin-bottom: 13px
}

#sp-left .sp-module ul li a,
#sp-right .sp-module ul li a {
    display: block;
    padding: 0px 0;
    font-size: 15px;
    color: #888888
}

#sp-left .sp-module ul li a:hover,
#sp-right .sp-module ul li a:hover {
    color: #95b04f
}

#sp-left .sp-module ul li:last-child,
#sp-right .sp-module ul li:last-child {
    margin-bottom: 0px
}

#sp-left .sp-module .categories-module,
#sp-right .sp-module .categories-module {
    margin-top: -5px
}

#sp-left .sp-module .categories-module li a,
#sp-right .sp-module .categories-module li a {
    font-size: 15px;
    color: #888888;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative
}

#sp-left .sp-module .categories-module li a:before,
#sp-right .sp-module .categories-module li a:before {
    position: absolute;
    display: inline-block;
    content: "";
    top: 10px;
    left: 0;
    width: 0px;
    height: 1px;
    background: #95b04f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#sp-left .sp-module .categories-module li a:hover,
#sp-right .sp-module .categories-module li a:hover {
    padding-left: 30px
}

#sp-left .sp-module .categories-module li a:hover:before,
#sp-right .sp-module .categories-module li a:hover:before {
    width: 20px
}

#sp-left .sp-module .latestnews>div,
#sp-right .sp-module .latestnews>div {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8
}

#sp-left .sp-module .latestnews>div:last-child,
#sp-right .sp-module .latestnews>div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

#sp-left .sp-module .latestnews>div>a,
#sp-right .sp-module .latestnews>div>a {
    display: block;
    font-weight: 400
}

#sp-left .sp-module .tagscloud,
#sp-right .sp-module .tagscloud {
    margin: -2px 0
}

#sp-left .sp-module .tagscloud .tag-name,
#sp-right .sp-module .tagscloud .tag-name {
    display: inline-block;
    padding: 5px 10px;
    background: #808080;
    color: #fff;
    border-radius: 4px;
    margin: 2px 0
}

#sp-left .sp-module .tagscloud .tag-name span,
#sp-right .sp-module .tagscloud .tag-name span {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px
}

.login img {
    display: inline-block;
    margin: 20px 0
}

.login .checkbox input[type="checkbox"] {
    margin-top: 6px
}

.form-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.search .btn-toolbar {
    margin-bottom: 20px
}

.search .btn-toolbar span.icon-search {
    margin: 0
}

.search .btn-toolbar button {
    color: #fff;
    padding: 0.9rem 1rem
}

.search .btn-toolbar button:hover {
    background: #95b04f
}

.search .btn-toolbar .btn-group label {
    line-height: 40px
}

.search .btn-toolbar input {
    margin: 0 5px
}

.search .phrases .phrases-box {
    margin-bottom: 20px
}

.search .phrases .ordering-box {
    margin-bottom: 15px
}

.search .only label {
    display: inline-block;
    margin: 0 20px 20px 0px
}

.search .search-results dt.result-title {
    margin-top: 40px
}

.search .search-results dt,
.search .search-results dd {
    margin: 5px 0
}

.filter-search .chzn-container-single .chzn-single {
    height: 34px;
    line-height: 34px
}

.form-search .finder label {
    display: block
}

.form-search .finder .input-medium {
    width: 60%;
    border-radius: 4px
}

.finder .word input {
    display: inline-block
}

.finder .word .input-group {
    gap: 5px
}

.finder .word .btn-primary {
    border-radius: 5px !important
}

.finder .search-results.list-striped li {
    padding: 20px 0
}

.article-list .article {
    margin-bottom: 60px
}

.article-list .article .article-image {
    margin-bottom: 25px;
    position: relative
}

.article-list .article .article-image .article-intro-image {
    border-radius: 20px;
    overflow: hidden
}

.article-list .article .article-image .article-intro-image img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.article-list .article .article-image .create {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 70px;
    height: 80px;
    border-radius: 15px;
    padding: 15px 0;
    background-color: #000000;
    border: 5px solid #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.article-list .article .article-image .create .day-time {
    display: block
}

.article-list .article .article-image .create .month-time {
    display: block
}

.article-list .article .article-image:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {
    height: auto
}

.article-list .article .article-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.article-list .article .category-name {
    margin-bottom: 6px;
    font-size: 0.8rem;
    color: #777;
    display: inline-block
}

.article-list .article .article-info {
    margin-bottom: 9px;
    line-height: 27px
}

.article-list .article .article-header h1,
.article-list .article .article-header h2 {
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: 700
}

.article-list .article .article-introtext {
    font-size: 15px;
    margin-bottom: 30px
}

.article-list .article .article-introtext p {
    margin-bottom: 0px
}

.article-list .article .readmore a {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.article-list .article .readmore a:before {
    content: "";
    height: 12px;
    display: inline-block;
    width: 25px;
    background-color: #000000;
    -webkit-mask-image: url(../images/icon/icon-arrow.png);
    mask-image: url(../images/icon/icon-arrow.png);
    margin-left: 8px;
    margin-top: 5px;
    float: right
}

.article-list .article .readmore a:hover {
    color: #95b04f !important;
    text-decoration: none
}

.article-list .blog-list .article {
    display: flex
}

.article-list .blog-list .article .article-image {
    max-width: 440px;
    padding-left: 20px;
    padding-right: 30px;
    margin-bottom: 0px
}

.article-list .blog-list .article .article-image .create {
    top: 25px;
    left: 0px
}

.article-list .blog-list .article .article-header h1,
.article-list .blog-list .article .article-header h2 {
    font-size: 30px
}

.article-list .blog-list .article .article-introtext {
    margin-bottom: 50px
}

.article-list .blog-grid .article:hover .article-image .create {
    opacity: 0
}

.article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article-info>span {
    font-size: 14px;
    color: #888;
    margin-right: 40px
}

.article-info>span a {
    color: #888888
}

.article-info>span a:hover {
    color: #95b04f
}

.article-info span+.tag::before {
    display: inline-block;
    content: ","
}

.article-info span .tag a {
    color: #888
}

.article-info span .tag a:hover {
    color: #95b04f
}

.article-info .icon-fw {
    color: #95b04f;
    font-size: 12px
}

.article-details .article-header {
    position: relative
}

.article-details .article-header h1,
.article-details .article-header h2 {
    font-size: 2.142rem;
    font-weight: 700;
    color: #000000;
    line-height: 40px;
    margin-bottom: 15px
}

.article-details .title {
    color: #000000;
    font-size: 1.25rem
}

.article-details .article-info {
    margin-bottom: 1rem
}

.article-details .article-full-image {
    text-align: center;
    margin-bottom: 25px
}

.article-details .article-full-image img {
    display: inline-block;
    border-radius: 20px;
    width: auto !important;
    height: auto !important
}

.article-details .article-featured-video,
.article-details .article-featured-audio,
.article-details .article-feature-gallery {
    margin-bottom: 25px
}

.article-details .article-ratings-social-share {
    padding: 1rem 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1rem
}

.article-details .article-author-information {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #f5f5f5
}

.article-details .article-can-edit {
    position: relative;
    margin-bottom: 10px
}

.article-details .article-can-edit a {
    display: inline-block;
    background: #2a61c9;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 14px
}

.article-details .articleBody p {
    margin-bottom: 24px;
    line-height: 24px
}

.article-details .articleBody p img {
    margin-bottom: 30px;
    margin-top: 30px;
    height: auto !important
}

.article-details .articleBody ul.yt-accordion {
    padding: 30px 0 10px
}

.article-details .articleBody ul.yt-accordion li.yt-accordion-group {
    margin-bottom: 20px
}

.article-details .articleBody ul.yt-accordion li.yt-accordion-group:last-child {
    margin-bottom: 0px
}

.article-details .articleBody ul.yt-accordion li.yt-accordion-group h3.accordion-heading {
    border-radius: 5px;
    padding: 25px 30px;
    font-weight: 700
}

.article-details .articleBody ul.yt-accordion li.yt-accordion-group h3.accordion-heading.active {
    border-radius: 5px 5px 0 0
}

.article-details .articleBody ul.yt-accordion li.yt-accordion-group h3.accordion-heading.active .icon_accordion {
    color: #fff !important
}

.article-details .articleBody ul.yt-accordion li.yt-accordion-group .icon_accordion {
    float: right;
    line-height: 25px
}

.article-details .articleBody ul.yt-accordion li.yt-accordion-group .yt-accordion-inner {
    border-radius: 0 0 5px 5px;
    padding: 32px 30px;
    line-height: 25px
}

.article-details .articleBody ul.yt-accordion li.yt-accordion-group .yt-accordion-inner.active {
    background: #f9fafc !important
}

.article-details .articleBody .yt-list.type-numblocks1 {
    padding: 30px 0
}

.article-details .articleBody .yt-list.type-numblocks1>li {
    position: relative;
    padding-left: 108px;
    margin-bottom: 20px
}

.article-details .articleBody .yt-list.type-numblocks1>li:before {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    background-color: #ffffff;
    border: 2px solid #95b04f;
    margin: 0px 0px 0px -108px;
    font-size: 30px;
    color: #95b04f;
    font-weight: 700;
    content: counter(section)
}

.article-details .articleBody .yt-list.type-numblocks1>li:after {
    content: "";
    width: 2px;
    background-color: #e6e8eb;
    position: absolute;
    top: 100px;
    left: 40px;
    bottom: 0
}

.article-details .articleBody .yt-list.type-numblocks1>li:last-child {
    margin-bottom: 0
}

.article-details .articleBody .yt-list.type-numblocks1>li:last-child:after {
    display: none
}

.article-details .articleBody .yt-list.type-numblocks1>li span {
    padding: 25px 0;
    display: block;
    margin-bottom: 0
}

.article-details .articleBody .yt-list.type-numblocks1>li span h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px
}

.related-article-list-container {
    margin-top: 15px
}

.related-article-list-container .related-article-title {
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3
}

.related-article-list-container ul.related-article-list {
    list-style: none;
    padding: 0
}

.related-article-list-container ul.related-article-list li {
    margin-bottom: 10px
}

.related-article-list-container ul.related-article-list li .article-header h2 {
    font-size: 1.2rem
}

.related-article-list-container ul.related-article-list li .article-header h2 a {
    color: #252525
}

.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
    color: #044cd0
}

.related-article-list-container ul.related-article-list li .published {
    font-size: 14px
}

.tags {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0 0;
    display: block
}

.tags>li {
    display: inline-block
}

.tags>li a {
    display: block;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 6.25rem
}

.tags>li a:hover {
    color: #fff
}

.pager {
    list-style: none;
    padding: 2rem 0 0 0;
    margin: 2rem 0 0 0;
    border-top: 1px solid #f5f5f5
}

.pager::after {
    display: block;
    clear: both;
    content: ""
}

.pager>li {
    display: inline-block
}

.pager>li.previous {
    float: left
}

.pager>li.next {
    float: right
}

.pager>li a {
    display: inline-block;
    font-size: 0.785rem;
    padding: 10px 20px;
    border-radius: 3px
}

#article-comments {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #f5f5f5
}

.article-ratings {
    display: flex;
    align-items: center
}

.article-ratings .rating-symbol {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 1rem;
    display: inline-block;
    margin-left: 5px
}

.article-ratings .rating-symbol span.rating-star {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    display: inline-block
}

.article-ratings .rating-symbol span.rating-star.active:before {
    content: "";
    color: #F6BC00
}

.article-ratings .rating-symbol span.rating-star:before {
    content: "";
    padding-right: 5px
}

.article-ratings .rating-symbol span.rating-star:hover:before,
.article-ratings .rating-symbol span.rating-star:hover~span.rating-star:before {
    content: "";
    color: #E7B000;
    cursor: pointer
}

.article-ratings .ratings-count {
    font-size: 0.785rem;
    color: #999
}

.article-ratings .fa-spinner {
    margin-right: 5px
}

.pagination-wrapper {
    align-items: center
}

.pagination-wrapper .pagination {
    margin-bottom: 0
}

.pagination-counter,
.com-content-category__counter {
    display: none
}

.com-content-category__navigation,
.pagination-wrapper,
.paginationblock {
    text-align: center;
    justify-content: center;
    display: flex
}

.com-content-category__navigation .mr-auto,
.pagination-wrapper .mr-auto,
.paginationblock .mr-auto {
    margin-right: 0 !important
}

.com-content-category__navigation .pagination li,
.pagination-wrapper .pagination li,
.paginationblock .pagination li {
    display: inline-block;
    padding: 0px;
    margin: 0 3px
}

.com-content-category__navigation .pagination li>a,
.com-content-category__navigation .pagination li>span,
.pagination-wrapper .pagination li>a,
.pagination-wrapper .pagination li>span,
.paginationblock .pagination li>a,
.paginationblock .pagination li>span {
    border-radius: 5px !important;
    border: 1px solid #e7e7e7;
    padding: 8px 0px;
    background-color: transparent;
    color: #000000;
    text-align: center;
    display: block;
    margin: 0;
    width: 40px;
    height: 40px;
    font-size: 14px;
    padding: 0;
    line-height: 40px
}

.com-content-category__navigation .pagination li>a:focus,
.com-content-category__navigation .pagination li>span:focus,
.pagination-wrapper .pagination li>a:focus,
.pagination-wrapper .pagination li>span:focus,
.paginationblock .pagination li>a:focus,
.paginationblock .pagination li>span:focus {
    box-shadow: none
}

.com-content-category__navigation .pagination li:hover>a,
.com-content-category__navigation .pagination li:hover>span,
.pagination-wrapper .pagination li:hover>a,
.pagination-wrapper .pagination li:hover>span,
.paginationblock .pagination li:hover>a,
.paginationblock .pagination li:hover>span {
    color: #fff;
    background-color: #95b04f;
    border-color: #95b04f
}

.com-content-category__navigation .pagination li.active>a,
.com-content-category__navigation .pagination li.active>span,
.pagination-wrapper .pagination li.active>a,
.pagination-wrapper .pagination li.active>span,
.paginationblock .pagination li.active>a,
.paginationblock .pagination li.active>span {
    color: #fff;
    background-color: #95b04f;
    border-color: #95b04f
}

.com-content-category__navigation .pagination li .fa-angle-left:before,
.pagination-wrapper .pagination li .fa-angle-left:before,
.paginationblock .pagination li .fa-angle-left:before {
    content: "";
    font-size: 16px;
    font-family: icomoon !important
}

.com-content-category__navigation .pagination li .fa-angle-right:before,
.pagination-wrapper .pagination li .fa-angle-right:before,
.paginationblock .pagination li .fa-angle-right:before {
    content: "";
    font-size: 14px;
    font-family: icomoon !important
}

.com-content-category__navigation .pagination li.disabled,
.pagination-wrapper .pagination li.disabled,
.paginationblock .pagination li.disabled {
    display: none
}

.pagenavigation {
    overflow: hidden;
    margin-bottom: 30px
}

.pagenavigation .pagination {
    justify-content: space-between
}

.pagenavigation ul>li a {
    border: 1px solid #EDEDED;
    color: #000000;
    display: inline-block !important
}

.pagenavigation ul>li a:hover {
    color: #95b04f;
    border: 1px solid #95b04f;
    background-color: transparent
}

.pagenavigation ul {
    list-style: none;
    padding: 2rem 0 0 0;
    margin: 2rem 0 1rem 0;
    border-top: 1px solid #f5f5f5;
    display: block
}

.pagenavigation ul>li {
    display: inline-block
}

.pagenavigation ul>li.previous {
    float: left
}

.pagenavigation ul>li.next {
    float: right
}

.pagenavigation ul>li a {
    display: inline-block;
    font-size: 0.785rem;
    padding: 10px 20px;
    border-radius: 5px !important
}

.article-social-share {
    float: right
}

.article-social-share .social-share-icon ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.article-social-share .social-share-icon ul li {
    display: inline-block
}

.article-social-share .social-share-icon ul li:not(:last-child) {
    margin-right: 10px
}

.article-social-share .social-share-icon ul li a {
    border: 1px solid #EDEDED;
    font-size: 1rem;
    border-radius: 50%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    display: inline-block
}

.article-social-share .social-share-icon ul li a:hover,
.article-social-share .social-share-icon ul li a:focus {
    color: #fff
}

.newsfeed-category .category {
    list-style: none;
    padding: 0;
    margin: 0
}

.newsfeed-category .category li {
    padding: 5px 0
}

.newsfeed-category #filter-search {
    margin: 10px 0
}

.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
    list-style: none;
    padding: 0;
    margin: 0
}

.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
    padding: 2px 0
}

.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
    margin: 5px 0
}

.article-footer-top {
    display: table;
    clear: both;
    width: 100%
}

.article-footer-top .post_rating {
    float: left
}

.contentpane:not(.com-sppagebuilder) {
    padding: 20px
}

.yt-member.yt-member-style-2 .yt-member-icons .yt-member-ic {
    padding: 20px 5px
}

.yt-testimonial.button-type2 .owl-prev,
.yt-testimonial.button-type2 .owl-next {
    width: 14px
}

.yt-testimonial .owl-dots .owl-dot {
    display: inline-block
}

#sp-footer-top {
    padding: 30px 0
}

.box-newsletter form.newsletter {
    margin: 0 auto;
    max-width: 470px;
    display: flex;
    justify-content: center;
    gap: 10px
}

.box-newsletter form.newsletter input {
    box-shadow: none;
    width: 310px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 25px;
    background-color: #f5f5f5;
    color: #000000;
    border: none;
    max-width: 310px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px
}

.box-newsletter form.newsletter input::-moz-placeholder {
    color: #000000;
    opacity: 1
}

.box-newsletter form.newsletter input:-ms-input-placeholder {
    color: #000000
}

.box-newsletter form.newsletter input::-webkit-input-placeholder {
    color: #000000
}

.box-newsletter form.newsletter input:focus::-webkit-input-placeholder {
    color: transparent
}

.box-newsletter form.newsletter input:focus:-moz-placeholder {
    color: transparent
}

.box-newsletter form.newsletter input:focus::-moz-placeholder {
    color: transparent
}

.box-newsletter form.newsletter input:focus:-ms-input-placeholder {
    color: transparent
}

.box-newsletter form.newsletter button {
    width: auto;
    height: 50px;
    border-radius: 25px;
    background-color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    padding: 0 30px;
    border: none;
    margin: 0
}

.box-newsletter form.newsletter button:hover {
    background-color: rgba(0, 0, 0, 0.2)
}

.ft-google iframe {
    width: 100%;
    height: 205px;
    border: none;
    border-radius: 10px
}

ul.social-icons {
    margin: 0 -4px;
    display: flex;
    justify-content: flex-end
}

ul.social-icons li {
    margin: 0 4px
}

ul.social-icons li a {
    color: #fff !important;
    font-size: 18px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    transition: all 0.2s ease-in-out 0s
}

ul.social-icons li a i {
    display: inline-block;
    font-size: 0px;
    line-height: 50px
}

ul.social-icons li a i:before {
    font-size: 20px
}

ul.social-icons li a:hover {
    background: #000000
}

#sp-footer-bottom {
    padding-top: 60px;
    padding-bottom: 60px
}

#sp-footer-bottom .sp-module .sp-module-title {
    color: #000000;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: -3px;
    font-size: 18px;
    text-transform: capitalize
}

#sp-footer-bottom .sp-module ul.menu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0px
}

#sp-footer-bottom .sp-module ul.menu li {
    display: block
}

#sp-footer-bottom .sp-module ul.menu li a {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s
}

#sp-footer-bottom .sp-module ul.menu li a:hover {
    padding-left: 10px
}

#sp-footer-bottom .sp-module ul.menu li a:hover:before {
    background-color: #95b04f
}

.sp-contact-info {
    list-style: none;
    padding: 0;
    margin: 0px
}

@media (min-width:1200px) {
    .sp-contact-info {
        max-width: 55%
    }
}

.sp-contact-info li {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 20px
}

.sp-contact-info li:last-child {
    margin-bottom: 0
}

.sp-contact-info li.sp-contact-mobile {
    font-size: 24px;
    line-height: 28px
}

.sp-contact-info li span {
    margin-right: 8px;
    display: none
}

@media (min-width:1200px) {
    ul.time-footer {
        max-width: 59%
    }
}

ul.time-footer li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 9px
}

ul.time-footer li:last-child {
    margin-bottom: 0
}

#sp-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f7f7f7
}

#sp-footer ul.menu {
    margin: 0 -5px
}

#sp-footer ul.menu li {
    display: inline-block;
    margin: 0 5px
}

#sp-footer ul.menu li a {
    font-size: 13px;
    text-transform: capitalize
}

@media (min-width:1200px) {
    #sp-footer ul.menu {
        margin: 0 -18px
    }

    #sp-footer ul.menu li {
        display: inline-block;
        margin: 0 18px
    }
}

#sp-footer .sp-copyright {
    float: right;
    font-size: 13px;
    text-align: right
}

html.coming-soon {
    width: 100%;
    height: 100%;
    min-height: 100%
}

html.coming-soon body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 40%
}

html.coming-soon .coming-soon-logo {
    display: inline-block;
    margin-bottom: 2rem
}

html.coming-soon #coming-soon-countdown {
    margin-top: 4rem
}

html.coming-soon #coming-soon-countdown .coming-soon-days,
html.coming-soon #coming-soon-countdown .coming-soon-hours,
html.coming-soon #coming-soon-countdown .coming-soon-minutes,
html.coming-soon #coming-soon-countdown .coming-soon-seconds {
    margin: 0;
    float: left;
    width: 25%
}

html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
    width: 100%;
    font-size: 4.5rem;
    letter-spacing: -1px;
    line-height: 1
}

html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
    font-size: 1.5rem;
    letter-spacing: -1px;
    display: block;
    text-transform: uppercase
}

html.coming-soon .coming-soon-position {
    margin-top: 2rem
}

html.coming-soon .social-icons {
    margin-top: 4rem
}

html.coming-soon .coming-soon-login form {
    display: inline-block
}

html.error-page {
    width: 100%;
    height: 100%
}

html.error-page body {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center bottom
}

@media (min-width:1367px) {
    html.error-page body {
        background-position: 80% bottom
    }
}

html.error-page .error-logo {
    display: inline-block
}

html.error-page .error-code {
    color: #95b04f;
    font-size: 300px;
    font-weight: 700;
    text-align: center;
    margin: 0px 0 40px;
    line-height: 1.2
}

html.error-page .error-message {
    font-size: 20px;
    margin-bottom: 30px;
    color: #000000;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400
}

html.error-page .btn {
    height: 60px;
    line-height: 60px;
    padding: 0 60px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #95b04f;
    border: none
}

html.error-page .btn span {
    display: none
}

html.error-page .btn:hover {
    background-color: #000000
}

.sp-social-share ul {
    display: block;
    padding: 0;
    margin: 20px -5px 0
}

.sp-social-share ul li {
    display: inline-block;
    font-size: 24px;
    margin: 0 5px
}

.profile>div:not(:last-child) {
    margin-bottom: 30px
}

.dl-horizontal dt {
    margin: 8px 0
}

.dl-horizontal dd {
    margin: 8px 0
}

.page-header {
    padding-bottom: 15px
}

table.category {
    width: 100%
}

table.category thead>tr,
table.category tbody>tr {
    border: 1px solid #f2f2f2
}

table.category thead>tr th,
table.category thead>tr td,
table.category tbody>tr th,
table.category tbody>tr td {
    padding: 10px
}

.contact-form .form-actions {
    background: none;
    border: none
}

@media print {
    .visible-print {
        display: inherit !important
    }

    .hidden-print {
        display: none !important
    }
}

.sp-preloader {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.sp-preloader>div {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    animation: spSpin 0.75s linear infinite
}

.sp-preloader>div:after {
    content: "";
    position: absolute;
    width: 49px;
    height: 49px;
    top: 1px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%
}

.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 30px;
    color: #fff;
    display: none;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    width: 40px;
    height: 40px;
    z-index: 30;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1000;
    background-color: #95b04f
}

.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {
    color: #fff;
    background: #000000
}

.form-horizontal {
    color: #000
}

.control-group {
    margin-bottom: 20px
}

meter {
    width: 100%
}

input.form-control {
    padding: 0.9rem 1rem;
    line-height: 1.5;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
    color: #000000;
    background-color: #f5f5f5
}

input.form-control::-moz-placeholder {
    color: #000000;
    opacity: 1
}

input.form-control:-ms-input-placeholder {
    color: #000000
}

input.form-control::-webkit-input-placeholder {
    color: #000000
}

input.form-control:focus::-webkit-input-placeholder {
    color: transparent
}

input.form-control:focus:-moz-placeholder {
    color: transparent
}

input.form-control:focus::-moz-placeholder {
    color: transparent
}

input.form-control:focus:-ms-input-placeholder {
    color: transparent
}

input.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: none
}

.input-group-text {
    border-color: #6c757d;
    background-color: #6c757d;
    color: #fff
}

input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="number"]:not(.form-control),
select:not(.form-control) {
    display: block;
    padding: 0.9rem 1rem;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

input[type="text"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus,
input[type="search"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus,
select:not(.form-control):focus {
    color: #000;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: none
}

select:not(.form-control) {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding: 0.9rem 1.5rem
}

select.form-select {
    padding: 0.9rem 1.5rem
}

.chzn-select,
.chzn-select-deselect {
    width: 100%
}

.chzn-container.chzn-container-single .chzn-single {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    height: calc(2.25rem + 2px);
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none
}

.chzn-container.chzn-container-single .chzn-single div {
    width: 30px;
    background: none
}

.chzn-container.chzn-container-single .chzn-single div>b {
    background: none;
    position: relative
}

.chzn-container.chzn-container-single .chzn-single div>b:after {
    content: "";
    font-family: FontAwesome;
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
    border-radius: 0.25rem 0.25rem 0 0
}

.chzn-container.chzn-container-single .chzn-search {
    padding: 0.625rem
}

.chzn-container.chzn-container-single .chzn-search input[type="text"] {
    display: block;
    width: 100%;
    padding: 0.5rem 1.429rem 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    height: calc(2rem + 2px);
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.chzn-container.chzn-container-single .chzn-search:after {
    content: "";
    font-family: FontAwesome;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.chzn-container.chzn-container-single .chzn-drop {
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-single .chzn-results li.highlighted {
    background-image: none !important
}

.chzn-container.chzn-container-multi .chzn-choices {
    display: block;
    width: 100%;
    padding: 0 0.75rem;
    min-height: calc(2.25rem + 2px);
    line-height: 1.25;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.25;
    height: calc(2rem + 2px);
    background-color: #fff
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
    margin: 5.5px 5px 0 0;
    padding: 5px 20px 5px 5px;
    background-image: none;
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    background: none;
    top: 5px;
    color: rgba(0, 0, 0, 0.2)
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
    color: rgba(0, 0, 0, 0.5)
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
    content: "";
    font-family: FontAwesome;
    font-size: 0.875rem;
    position: absolute;
    top: 0;
    right: 0
}

.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
    border-radius: 0.25rem
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
    margin-top: -4px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
    padding: 0.75rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-radius: 0 0 0.25rem 0.25rem
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
    background: none
}

.form-horizontal .control-label {
    float: left;
    width: auto;
    padding-top: 5px;
    padding-right: 5px;
    text-align: left
}

.form-horizontal .controls {
    margin-left: 220px
}

dl.dl-horizontal {
    display: grid;
    grid-template-columns: auto 1fr
}

dl.dl-horizontal dt {
    grid-column-start: 1;
    grid-column-end: 2
}

dl.dl-horizontal dd {
    grid-column-start: 2;
    grid-column-end: 3;
    padding: 0 0 0 1em;
    margin-bottom: 0
}

.card-block {
    padding: 20px
}

.card-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block
}

.card-block ul li {
    display: block
}

.alert.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

#sp-cookie-consent {
    position: fixed;
    font-size: 16px;
    font-weight: 500;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10001
}

#sp-cookie-consent>div {
    padding: 20px;
    position: relative
}

.form-check-inline input[type="radio"] {
    display: none
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
    margin: 0;
    margin-right: -5px
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #333;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
    background: #46a546;
    color: #fff
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
    display: none !important
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
    border-left: 1px solid #b3b3b3;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.com-contenthistory .btn-group {
    display: flex;
    justify-content: flex-end
}

.com-contenthistory .btn-group button {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.com-contenthistory .btn-group button:hover {
    color: #333;
    background-color: #e9e9e9
}

#versionsModal {
    top: 10%
}

#versionsModal .modal-dialog {
    max-width: 80%
}

#versionsModal iframe {
    min-height: 300px
}

.tag-category {
    padding-bottom: 3rem
}

.tag-category .btn-group {
    margin-bottom: 15px
}

.tag-category .mb-3 #filter-search {
    height: 40px
}

.tag-category .mb-3 .btn.btn-secondary {
    height: 40px
}

.tag-category .mb-3 .btn-group {
    margin-left: 1rem
}

.tag-category .mb-3 .btn-group select {
    -webkit-appearance: none;
    vertical-align: middle;
    background: url(../images/bg-selectbox.png) no-repeat right center #fff;
    padding-right: 26px;
    width: 80px
}

.tag-category .mt-3 {
    margin-left: 1rem;
    margin-top: 0px !important
}

.tag-category .mt-3 select {
    -webkit-appearance: none;
    vertical-align: middle;
    background: url(../images/bg-selectbox.png) no-repeat right center #fff;
    padding-right: 26px;
    width: 80px
}

.tag-category .list-group li h3 {
    font-size: 18px
}

.search-sidebar .form-search {
    position: relative
}

.search-sidebar .form-search .search-query {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 0 0 0 20px;
    line-height: 40px
}

.search-sidebar .form-search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background-color: transparent;
    font-size: 0;
    padding: 0 13px;
    height: 40px
}

.search-sidebar .form-search .btn-search:before {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block
}

.search-sidebar .form-search .btn-search:hover {
    color: #000000
}

.hasTooltip {
    display: inline-block !important
}

.tooltip>.tooltip-inner {
    background-color: #000 !important;
    border: none !important;
    box-shadow: none !important
}

div.itemToolbar {
    display: none
}

.hasPopover {
    display: inline-block !important
}

.tooltip {
    display: none
}

.category-list select:not([multiple]).inputbox {
    width: 80px
}

.category-list .col-auto button[name="filter_submit"] {
    display: none
}

.categories-list h3.page-header {
    font-size: 24px
}

.categories-list h3.page-header .badge {
    font-size: 14px
}

.blog .article-list .article:hover img {
    opacity: 0.85
}

.blog .article-list .article .article-header h2 a:hover {
    color: #95b04f
}

.blog .article-list .article .readmore a:hover {
    color: #000000
}

#search-results .search-pages-counter {
    margin-top: 10px
}

.login .list-group .list-group-item {
    border: none
}

.article-details .pager {
    float: left;
    width: 100%
}

.recent-posts .sj-basic-news {
    margin: 0
}

.recent-posts .sj-basic-news .item-inner .item-detail {
    margin: 0;
    padding: 0px 0 30px
}

.recent-posts .sj-basic-news .item-inner .item-detail.bs-show-line {
    border-top: 1px solid #f2f3f6
}

.recent-posts .sj-basic-news .item-inner .item-detail:last-child {
    padding-bottom: 0
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content {
    display: flex;
    text-align: left
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .item-img {
    margin-right: 20px;
    overflow: hidden;
    border-radius: 10px;
    min-width: 120px
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .item-img img {
    transition: all 0.3s ease-in-out 0s;
    border-radius: 10px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .item-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-title h4 {
    line-height: 22px;
    margin-bottom: 0
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-title h4 a {
    font-size: 16px;
    font-weight: 700
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-meta {
    color: #888888;
    font-size: 14px
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-meta i {
    color: #888
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-meta .entry-date i {
    margin-right: 2px;
    color: #888;
    display: none
}

.full-categories .sppb-section-title {
    margin-bottom: 30px !important;
    border-bottom: 1px solid #eee
}

.full-categories h3.sppb-title-heading {
    font-size: 150%;
    text-align: left;
    padding: 0;
    font-weight: 700;
    color: #222;
    padding-bottom: 6px;
    text-transform: uppercase;
    position: relative
}

.full-categories h3.sppb-title-heading:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    bottom: -9px;
    background-color: #000000
}

.static-image a img:hover {
    opacity: 0.8
}

.search-sidebar .form-search {
    position: relative
}

.search-sidebar .form-search .search-query {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 0 0 0 20px;
    line-height: 40px
}

.search-sidebar .form-search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background-color: transparent;
    font-size: 0;
    padding: 0 13px;
    height: 40px;
    cursor: pointer
}

.search-sidebar .form-search .btn-search:before {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block
}

.search-sidebar .form-search .btn-search:hover {
    color: #000000
}

.form-vertical {
    display: flex;
    margin: 0px 0
}

.form-vertical .login-greeting {
    line-height: 26px
}

.form-vertical .logout-button input[type="submit"] {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 0;
    font-size: 12px;
    margin-left: 10px
}

.services-sidebar {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 30px
}

.services-sidebar li:last-child .service-content {
    border: none
}

.services-sidebar li .service-content {
    padding: 25px 0
}

.services-sidebar li .service-content .service-icon {
    display: inline-block;
    font-size: 30px;
    line-height: 1.2;
    min-width: 36px;
    text-align: center;
    vertical-align: top;
    color: #000000
}

.services-sidebar li .service-content .service-info {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px
}

.services-sidebar li .service-content .service-info h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.services-sidebar li .service-content .service-info h4 a {
    color: #000000
}

.services-sidebar li .service-content .service-info h4 a:hover {
    color: #95b04f
}

.services-sidebar li .service-content .service-info p {
    margin: 0
}

.autosearch-input {
    color: #444
}

.search .input-group,
.registration .input-group,
.finder .input-group,
.profile-edit .input-group,
.login .input-group {
    display: flex
}

.form-check-input {
    margin-top: 0.1rem
}

.search .form-group .input-group,
.search .form-group select:not(.form-control) {
    width: 50%;
    padding: 0 10px
}

.list-group .list-group-item {
    color: #000000
}

.list-group .list-group-item:hover {
    color: #95b04f
}

.blog-featured .item-title {
    font-size: 18px;
    font-weight: 500
}

.blog-featured .item-title a {
    color: #000000
}

.blog-featured .item-title a:hover {
    color: #95b04f
}

.blog-featured .article-info .create {
    display: none
}

.yt-member-style-3 .yt-member-photo img:hover,
.yt-member-style-1 .yt-member-photo img:hover {
    opacity: 0.85
}

.yt-member-style-3 div.yt-member-info {
    padding: 5px 1.5em
}

.yt-member-style-3 div.yt-member-icons {
    float: left
}

.featherlight {
    z-index: 1200
}

.review_mark {
    margin: 3px 0 1px
}

#g-about h3.title {
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 75px
}

#g-about .yt-member .yt-member-name {
    font-size: 1rem;
    color: #000000 !important
}

#g-about .yt-member .yt-member-name:hover {
    color: #95b04f !important
}

.fancybox-title .child {
    display: none
}

#g-about .yt-content-slider .yt-content-slide .caption {
    background: transparent
}

#g-about .yt-content-slider .owl2-controls .owl2-nav div {
    background-color: transparent;
    color: #000000;
    height: 40px;
    width: 40px;
    margin: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    opacity: 0;
    line-height: 40px;
    border-radius: 2px;
    cursor: pointer;
    background: rgba(200, 200, 200, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#g-about .yt-content-slider .owl2-controls .owl2-nav div:hover {
    color: #fff;
    background: rgba(100, 100, 100, 0.5)
}

#g-about .yt-content-slider .owl2-controls .owl2-nav div.owl-next {
    right: 0;
    text-indent: 0;
    font-size: 0;
    right: 20px
}

#g-about .yt-content-slider .owl2-controls .owl2-nav div.owl-next:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 18px
}

#g-about .yt-content-slider .owl2-controls .owl2-nav div.owl-prev {
    left: 0;
    font-size: 0;
    left: 20px
}

#g-about .yt-content-slider .owl2-controls .owl2-nav div.owl-prev:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 18px
}

#g-about .yt-content-slider:hover .owl2-controls .owl2-nav div {
    opacity: 1
}

ul.yt-accordion {
    border: none !important
}

.sp-scroll-up .fa-chevron-up {
    display: none
}

.sidebar-megamenu .menu_vertical .sj-megamenu .level-1>a,
.sidebar-megamenu .menu_vertical .sj-megamenu>span {
    padding: 10px 15px
}

.sidebar-megamenu .menu_vertical .sj-megamenu .level-1>a span,
.sidebar-megamenu .menu_vertical .sj-megamenu>span span {
    padding: 0
}

.sidebar-megamenu .menu_vertical .title-mod:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome
}

.breadcrumb ul.items .breadcrumb-item:first-child:before {
    content: "";
    font-family: "FontAwesome";
    margin: 0 5px
}

.breadcrumb ul.items .breadcrumb-item:last-child {
    color: #95b04f
}

@media (min-width:768px) {
    div.contact-ajax .ctajax-element .el-ctajax-form input {
        width: 100%
    }

    div.contact-ajax .ctajax-element .el-ctajax-form textarea {
        width: 100%
    }
}

div.contact-ajax .ctajax-wrap {
    padding: 0px 0;
    margin: 0 -15px
}

div.contact-ajax .ctajax-wrap .sub-title,
div.contact-ajax .ctajax-wrap .modtitle {
    text-align: center
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-inner {
    padding: 0 15px
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-inner label {
    display: block;
    margin-bottom: 6px
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-input {
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin: 0px 0 20px;
    color: #000000;
    width: 100%;
    border: 1px solid #f6f8fa;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 14px
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-input::-moz-placeholder {
    color: #000000
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-input:-ms-input-placeholder {
    color: #000000
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-input::-webkit-input-placeholder {
    color: #000000
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-input:focus::-webkit-input-placeholder {
    color: transparent
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-input:focus:-moz-placeholder {
    color: transparent
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-input:focus::-moz-placeholder {
    color: transparent
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-input:focus:-ms-input-placeholder {
    color: transparent
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-input:focus {
    box-shadow: none;
    outline: none;
    border-color: #000000;
    background-color: #fff
}

div.contact-ajax .ctajax-wrap select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px
}

div.contact-ajax .ctajax-wrap .submit-bottom {
    display: flex;
    justify-content: space-between;
    margin: 0;
    align-items: center
}

div.contact-ajax .ctajax-wrap .submit-bottom .require-check:before {
    content: "*";
    color: red
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form .el-control {
    position: relative
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form .el-control>label {
    display: none
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form .el-control .ca-tooltip {
    position: absolute;
    top: 19px;
    right: 20px;
    height: 15px;
    margin: 0
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form .el-control .ca-tooltip .el-error {
    font-size: 14px;
    height: 15px;
    line-height: 15px
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form .el-control .el-ok {
    top: 19px;
    position: absolute;
    right: 20px;
    font-size: 14px;
    height: 15px;
    line-height: 15px
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form .el-control .el-ok:before {
    content: ""
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form .el-control .ctajax-error input,
div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form .el-control .ctajax-error textarea {
    border-color: red
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form .el-control .ctajax-error .el-error {
    color: red
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"] {
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    border: 0;
    padding: 0 30px;
    background: #95b04f !important;
    border-radius: 5px;
    color: #fff;
    margin: 0;
    transition: none
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"]:hover {
    background: #000000 !important
}

div.contact-ajax .ctajax-wrap .require-check {
    display: none
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact {
    display: none
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact i {
    color: #95b04f;
    font-size: 24px !important;
    margin-right: 25px;
    vertical-align: top
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact i:before {
    font-family: icomoon !important
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact .fa-map-marker:before {
    content: ""
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact .fa-phone:before {
    content: ""
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact .fa-envelope-o:before {
    content: ""
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact .fa-clock-o:before {
    content: ""
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact .cf {
    margin: 0 0 25px
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact .cf:last-child {
    margin: 0
}

div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-label {
    display: inline-block;
    line-height: 20px
}

div.contact-ajax .ctajax-wrap .social-networks {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: 53px
}

div.contact-ajax .ctajax-wrap .social-networks .fa-facebook:before {
    content: "";
    font-family: "icomoon"
}

div.contact-ajax .ctajax-wrap .social-networks a.network {
    background-color: transparent;
    font-size: 18px;
    margin: 0 3px
}

div.contact-ajax .ctajax-wrap .social-networks a.network i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f6f8fa;
    color: #000000;
    transition: all 0.3s ease-in-out
}

div.contact-ajax .ctajax-wrap .social-networks a.network i:hover {
    color: #fff;
    background-color: #95b04f;
    transform: translateY(-8px)
}

div.contact-ajax .ctajax-wrap .social-networks a.network:hover {
    background-color: transparent
}

div.contact-ajax .ctajax-element .el-inner .el-map {
    line-height: 0
}

div.contact-ajax .ctajax-element .el-inner .el-map iframe {
    display: block
}

.com-tags-tag-list .com-tags-tag__filter {
    margin-bottom: 20px
}

.com-content-category__pagination.btn-group {
    margin-bottom: 20px
}

.com-content-category__navigation.w-100 {
    margin-bottom: 0px;
    margin-top: 45px
}

.article-details .content_rating {
    display: inline-block
}

.article-details .content_vote select {
    display: inline-block;
    height: auto;
    font-size: 0.875rem;
    padding: 0.4rem 0.75rem;
    vertical-align: top
}

.article-details .content_rating .vote-star-empty svg {
    fill: #f6bc00
}

.bannergroup .banneritem img:hover {
    opacity: 0.85
}

#search-top-bar .search-sidebar form.form-search {
    position: relative
}

#search-top-bar .search-sidebar form.form-search .btn-search {
    right: 0;
    border-radius: 0
}

.rtl #search-top-bar .search-sidebar form.form-search .btn-search {
    right: auto;
    left: 0
}

.icon-times,
.icon-user-edit,
.icon-backward-2 {
    font-family: Font Awesome\ 5 Free !important;
    font-weight: 900
}

.com-users-profile {
    color: #000
}

@media (min-width:1200px) {
    .com-users-profile dt {
        min-width: 180px
    }
}

.com-users-login__remember {
    margin-bottom: 10px
}

.com-users .password-group .input-group-text .fa-key {
    line-height: 26px
}

.form-check-inline input[type="radio"] {
    display: inline-block
}

.article-details ul.yt-accordion li.yt-accordion-group h3.accordion-heading {
    color: #000000 !important;
    padding: 14px 8px
}

.article-details ul.yt-accordion li.yt-accordion-group h3.accordion-heading .icon_accordion {
    color: #000000 !important;
    font-size: 14px !important
}

.article-details ul.yt-accordion li.yt-accordion-group h3.accordion-heading:hover {
    color: #95b04f !important
}

.article-details ul.yt-accordion li.yt-accordion-group h3.accordion-heading:hover .icon_accordion {
    color: #000000 !important
}

.article-details .yt-member.yt-member-style-2 .yt-member-icons a {
    margin: 0
}

.article-details .yt-member-icons {
    padding: 10px 10px
}

.article-details .yt-member.yt-member-style-3 .yt-member-icons a {
    margin: 2px
}

.article-details .yt-member-role {
    opacity: 1;
    color: #000000
}

.article-details .yt-section-content {
    max-width: 100%;
    padding: 0
}

.article-details .yt-member {
    margin-bottom: 30px
}

.article-details .yt-member .yt-member-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000000
}

.article-details .yt-member .yt-member-name a:hover {
    color: #95b04f
}

.article-details .yt-member .yt-member-icons a i {
    color: #000000 !important
}

.article-details .yt-member.yt-member-style-1 .yt-member-icons a:hover .fa-twitter,
.article-details .yt-member .yt-member-icons a:hover i {
    color: #95b04f !important
}

.article-details .yt-member.yt-member-style-2 .yt-member-icons a.yt-m-twitter:hover,
.article-details .yt-member.yt-member-style-3 .yt-member-icons a.yt-m-twitter:hover,
.article-details .yt-member.yt-member-style-2 .yt-member-icons a:hover,
.article-details .yt-member.yt-member-style-3 .yt-member-icons a:hover {
    background-color: #95b04f !important
}

.article-details .yt-member.yt-member-style-2 .yt-member-icons a.yt-m-twitter:hover i,
.article-details .yt-member.yt-member-style-3 .yt-member-icons a.yt-m-twitter:hover i,
.article-details .yt-member.yt-member-style-2 .yt-member-icons a:hover i,
.article-details .yt-member.yt-member-style-3 .yt-member-icons a:hover i {
    color: #fff !important
}

.article-details .yt-member.yt-member-style-2 .yt-member-icons a {
    background: #fff
}

.article-details .yt-member:hover {
    border-color: transparent !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15) !important
}

.article-details .yt-member-info {
    padding: 20px 20px
}

.article-details .yt-member-role {
    margin-bottom: 0
}

#g-about .yt-member.yt-member-style-1 .yt-member-icons {
    padding-bottom: 30px
}

#g-about .yt-member-info {
    padding-bottom: 10px
}

.com-media.contentpane {
    padding: 10px !important
}

.com-media .well {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px
}

.com-media .well .row {
    margin: 0;
    padding: 0
}

.com-media .well .row>div:first-child {
    width: calc(100% - 200px)
}

.com-media .well .row>div:last-child {
    width: 200px;
    float: right;
    text-align: right;
    padding-top: 30px
}

.com-media .well .row #folderlist {
    display: inline-block
}

.com-media .well .row #upbutton {
    display: none
}

.com-media.view-imagesList {
    padding: 0px 0px 10px 0 !important
}

.com-media.view-imagesList:before {
    content: " ";
    display: table
}

.com-media.view-imagesList:after {
    display: block;
    clear: both;
    content: ""
}

.com-media.view-imagesList ul.manager {
    list-style: none;
    padding: 0;
    margin: 0
}

.com-media.view-imagesList ul.manager>li.thumbnail {
    width: 110px;
    float: left
}

.com-media.view-imagesList ul.manager>li.thumbnail>a {}

.com-media.view-imagesList ul.manager>li.thumbnail>a.selected {
    border: 2px solid green;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child {
    height: 60px;
    margin-bottom: 10px;
    text-align: center
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span {
    display: inline-block;
    width: 60px;
    height: 40px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    background-color: #92ceff;
    border-radius: 0 5px 5px 5px
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span:before {
    content: "";
    width: 50%;
    height: 12px;
    border-radius: 0 20px 0 0;
    background-color: #92ceff;
    position: absolute;
    top: -12px;
    left: 0px
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child img {
    display: inline-block
}

.sidebar-megamenu .sambar .menu_vertical {
    background: #fff
}

.sidebar-megamenu .sambar .menu_vertical .btn-megamenu .title-mod {
    background: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    color: #000000;
    font-weight: 500;
    line-height: 42px
}

.sidebar-megamenu .sambar .menu_vertical .btn-megamenu .title-mod:before {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 6px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #95b04f
}

.sidebar-megamenu .sambar .menu_vertical .sambar-inner {
    background: #fff;
    border: 1px solid #ddd
}

.sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent>li>span {
    padding: 10px 15px
}

.sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .level-1>a,
.sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .level-1>a>span,
.sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .level-1>span>span {
    color: #000000;
    font-size: 14px;
    text-transform: capitalize
}

.sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .level-1>a:hover,
.sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .level-1>a>span:hover,
.sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .level-1>span>span:hover {
    color: #95b04f
}

.sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent .sj-dropdown li.sj-menu-item>a:hover {
    color: #95b04f
}

.sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent>li>a>span,
.sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent>li>span>span {
    display: inline-block
}

.sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent>li>a>img,
.sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent>li>span>img {
    display: inline-block
}

.custom-vertical-1 {
    padding-top: 15px
}

.custom-vertical-1 li.item {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0 0 30px
}

.custom-vertical-1 li.item:nth-child(3) {
    clear: both
}

.custom-vertical-1 li.item .img {
    display: inline-block;
    float: left;
    width: 25%
}

.custom-vertical-1 li.item .content {
    display: block;
    overflow: hidden;
    line-height: 14px;
    padding: 0 10px
}

.custom-vertical-1 li.item .content h3.title {
    margin: 0 0 10px;
    font-size: 12px
}

.custom-vertical-1 li.item .content h3.title a {
    color: #222;
    text-transform: uppercase
}

.custom-vertical-1 li.item .content h3.title a:hover {
    color: #95b04f
}

.custom-vertical-1 li.item .content span {
    display: block;
    font-size: 12px;
    color: #666
}

.custom-vertical-3>.item>ul>li.item {
    padding: 5px 0
}

.custom-vertical-4 .items {
    margin: 0 0 15px
}

.custom-vertical-4 .items ul .item {
    padding: 5px 0
}

.custom-vertical-4 .items ul .item a {
    font-size: 14px
}

.custom-vertical-2 {
    overflow: hidden;
    padding: 10px
}

.custom-vertical-2>.item {
    float: left;
    display: inline-block;
    width: 25%
}

.custom-vertical-2>.item .list-text {
    margin: 0 0 30px;
    border: none !important
}

.custom-vertical-2>.item .list-text .item {
    margin: 0 0 5px
}

.custom-vertical-2>.item .list-text span {
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    min-width: 50px;
    text-align: center
}

.custom-vertical-2>.item .list-text span.hot {
    background: #ed3f46
}

.custom-vertical-2>.item .list-text span.new {
    background: #63c54c
}

.custom-vertical-2>.item .list-text span.sale {
    background: #ecaa1b
}

.custom-vertical-2>.item .list-text strong {
    font-size: 14px;
    color: #222;
    margin: 0 15px
}

.custom-vertical-2>.item .list-menu {
    margin: 0 0 30px
}

.custom-vertical-2>.item .list-menu h3.title {
    color: #000000;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase
}

.custom-vertical-2>.item .list-menu h3.title:after {
    content: "";
    height: 2px;
    width: 40px;
    background: #95b04f;
    display: block;
    margin: 8px 0
}

.custom-vertical-2>.item .list-menu>ul {
    border: none !important
}

.custom-vertical-2>.item .list-menu>ul>li a {
    font-size: 13px;
    color: #000000;
    padding: 8px 0;
    display: inline-block
}

.custom-vertical-2>.item .list-menu>ul>li a:hover {
    color: #95b04f
}

.custom-vertical-2>.item .list-menu .view-more {
    font-size: 12px;
    text-decoration: underline
}

body.site.home-layout .header-style-1 .sidebar-megamenu .menu_vertical:hover .sj-megamenu-hover {
    opacity: 1;
    visibility: visible;
    top: 100%
}

body.site .header-style-1 .sidebar-megamenu:hover .menu_vertical .sj-megamenu,
body.site .header-style-1 .sidebar-megamenu:hover .menu_vertical .sj-megamenu-hover {
    opacity: 1;
    visibility: visible;
    top: 100%
}

body.site .header-style-1 .sidebar-megamenu .menu_vertical .sj-megamenu,
body.site .header-style-1 .sidebar-megamenu .menu_vertical .sj-megamenu-hover {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    position: absolute;
    left: 0;
    top: 130%;
    width: 120%;
    background-color: #fff;
    z-index: 140
}

body.site .menu_vertical .offcanvas-menu ul.nav li a {
    color: #000000
}

body.site .menu_vertical .offcanvas-menu ul.nav li a>img {
    display: inline-block
}

body.site .menu_vertical .offcanvas-menu ul.nav li a>.image-title {
    margin: 0 5px
}

body.site .sidebar-megamenu .menu_vertical .offcanvas-menu {
    left: -100%;
    right: auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

body.site .sidebar-megamenu .menu_vertical.offcanvas .offcanvas-overlay {
    visibility: visible;
    opacity: 1
}

body.site .sidebar-megamenu .menu_vertical.offcanvas .offcanvas-menu {
    display: block;
    transition-duration: 0ms;
    left: 0;
    right: auto;
    transform: translate(0, 0px)
}

body.site .sidebar-megamenu .menu_vertical.offcanvas .offcanvas-menu .offcanvas-inner {
    padding: 30px 10px
}

body.site.rtl .sidebar-megamenu .menu_vertical .offcanvas-menu {
    left: auto;
    right: -100%
}

body.site.rtl .sidebar-megamenu .menu_vertical.offcanvas .offcanvas-menu {
    right: 0;
    left: auto
}

@media (max-width:980px) {
    .sidebar-megamenu .sambar .sambar-inner .btn-sambar {
        position: absolute;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        margin: 0;
        padding: 0;
        text-shadow: none;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        margin-right: 10px;
        margin-top: 5px;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #95b04f
    }

    .sidebar-megamenu .sambar .sambar-inner .btn-sambar:before {
        content: "";
        display: inline-block;
        font-family: FontAwesome
    }

    .sidebar-megamenu .sambar .sambar-inner .btn-sambar .icon-bar {
        display: none
    }

    .sidebar-megamenu .menu_vertical .title-mod {
        display: block
    }
}

@media (max-width:980px) {
    .sidebar-megamenu .menu_vertical .title-mod {
        display: none
    }
}

.home-layout .sp-megamenu-parent>li:first-child>a,
.home-layout .sp-megamenu-parent>li:first-child>span {
    color: #95b04f
}

.home-layout .sp-megamenu-parent>li:first-child:before,
.home-layout .sp-megamenu-parent>li:first-child:after {
    height: 20px
}

.home-layout .sp-megamenu-parent>li:first-child:before {
    top: 25px
}

.home-layout .sp-megamenu-parent>li:first-child:after {
    bottom: 25px
}

.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0 0px;
    z-index: 3;
    display: block;
    float: left;
    position: relative
}

.sp-megamenu-parent>li {
    display: inline-block;
    position: relative;
    padding: 0 0px;
    margin: 0 15px
}

@media (min-width:1367px) {
    .sp-megamenu-parent>li {
        margin: 0 20px
    }

    .sp-megamenu-parent>li.sp-has-child {
        margin: 0 30px
    }
}

.sp-megamenu-parent>li.menu-justify {
    position: static
}

.sp-megamenu-parent>li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1px;
    height: 0px;
    background: #95b04f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.sp-megamenu-parent>li:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 1px;
    height: 0px;
    background: #95b04f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.sp-megamenu-parent>li:hover:before,
.sp-megamenu-parent>li.active:before,
.sp-megamenu-parent>li:hover:after,
.sp-megamenu-parent>li.active:after {
    height: 20px
}

.sp-megamenu-parent>li:hover:before,
.sp-megamenu-parent>li.active:before {
    top: 25px
}

.sp-megamenu-parent>li:hover:after,
.sp-megamenu-parent>li.active:after {
    bottom: 25px
}

.sp-megamenu-parent>li:hover>a,
.sp-megamenu-parent>li:hover>span,
.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active>span {
    color: #95b04f
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 51px 0 49px;
    font-weight: 400;
    line-height: 20px;
    color: #000000
}

.sp-megamenu-parent>li .sp-menu-badge {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background: #d60000;
    color: #fff;
    border-radius: 3px
}

.sp-megamenu-parent>li.menu-services .sp-dropdown-inner .col-sm-2 {
    width: 20%
}

.sp-megamenu-parent>li.menu-services .sp-dropdown-inner .col-sm-2 .banner-col {
    margin: 7px 0 23px
}

.sp-megamenu-parent>li.menu-services .sp-dropdown-inner .col-sm-2 .banner-col img {
    border-radius: 20px
}

@media (min-width:1200px) {
    .sp-megamenu-parent>li.menu-services .sp-dropdown-inner .col-sm-2 .banner-col img {
        border-radius: 20px
    }
}

.sp-megamenu-parent .sp-module {
    padding: 10px
}

.sp-megamenu-parent .sp-mega-group {
    list-style: none;
    padding: 0;
    margin: 0
}

.sp-megamenu-parent .sp-mega-group>li>a,
.sp-megamenu-parent .sp-mega-group>li>span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
    list-style: none;
    padding: 0;
    margin: 0
}

.sp-megamenu-parent .sp-dropdown {
    margin: 0;
    position: absolute;
    z-index: 10;
    display: none
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 23px 30px 20px;
    border-radius: 0 0 20px 20px
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.row:not(:first-child) {
    margin-top: 20px
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: none;
    padding: 0;
    margin: 0
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 100%
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    top: 0
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
    border-radius: 0 0 30px 30px
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: block;
    padding: 0;
    position: relative
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 13px;
    line-height: 1;
    display: block;
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:before,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):before {
    position: absolute;
    display: inline-block;
    content: "";
    top: 50%;
    left: 0;
    width: 0px;
    height: 1px;
    background: #95b04f;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):hover {
    padding-left: 30px
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover:before,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):hover:before {
    width: 20px
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
    text-transform: uppercase;
    font-weight: bold
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active a {
    color: #95b04f
}

.sp-megamenu-parent .sp-dropdown .sp-module {
    padding: 0
}

.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
    font-size: 15px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: bold
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
    margin: 0
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li:not(:last-child) {
    margin: 0 0 15px
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a {
    font-size: 14px
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a span {
    opacity: 0.8
}

.sp-megamenu-parent .sp-dropdown-mega>.row {
    margin-top: 30px
}

.sp-megamenu-parent .sp-dropdown-mega>.row:first-child {
    margin-top: 0
}

.sp-megamenu-parent .sp-has-child:hover>.sp-dropdown {
    display: block
}

.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover>.sp-dropdown {
    animation: spFadeIn 600ms
}

.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover>.sp-dropdown {
    animation: spFadeInUp 400ms ease-in
}

.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover>.sp-dropdown {
    animation: spFadeInDown 400ms ease-in
}

.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover>.sp-dropdown {
    animation: spZoomIn 300ms
}

.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover>.sp-dropdown {
    animation: spRotateIn 300ms
}

.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover>.sp-dropdown {
    animation: spPulse 300ms
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,
body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-family: "FontAwesome";
    content: "";
    font-size: 14px;
    float: right;
    margin-left: 7px;
    position: absolute
}

body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-right {
    margin-left: 5px
}

body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-left {
    margin-right: 5px
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    font-family: "FontAwesome";
    content: "";
    float: right;
    margin-left: 5px
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
    margin-left: 45px
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: 0
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: auto;
    right: 0
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
    right: 0
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    left: 100%
}

@media (min-width:576px) {
    .sp-menu-full.container {
        width: 540px
    }
}

@media (min-width:768px) {
    .sp-menu-full.container {
        width: 720px
    }
}

@media (min-width:992px) {
    .sp-menu-full.container {
        width: 960px
    }
}

@media (min-width:1200px) {
    .sp-menu-full.container {
        width: 1140px
    }
}

#offcanvas-toggler {
    display: block;
    height: 30px;
    width: 40px;
    color: #000000;
    text-align: center;
    line-height: 30px;
    font-size: 20px
}

#offcanvas-toggler>.fa {
    color: #fff !important
}

#offcanvas-toggler>span:hover {
    color: #fff
}

.offcanvas-init {
    overflow-x: hidden;
    position: relative
}

.offcanvas-active .offcanvas-overlay {
    visibility: visible;
    opacity: 1
}

.offcanvas-overlay {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

.body-wrapper {
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    backface-visibility: hidden
}

.close-offcanvas {
    position: absolute;
    top: 15px;
    z-index: 1;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    background: #333;
    color: #fff
}

.close-offcanvas:hover {
    color: #fff
}

.offcanvas-menu {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    overflow: inherit;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 10000
}

.offcanvas-menu .offcanvas-inner {
    padding: 30px
}

.offcanvas-menu .offcanvas-inner .sp-module {
    padding: 0;
    margin: 0
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 1rem;
    font-weight: bold
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 20px
}

.offcanvas-menu .offcanvas-inner .sp-module ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span {
    display: block;
    font-size: 1rem;
    padding: 10px 0;
    position: relative
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-family: FontAwesome
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler:after {
    content: ""
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>a>.menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after {
    content: ""
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>.nav-header>.menu-toggler:after {
    content: ""
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.nav-header>.menu-toggler {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-family: FontAwesome
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.nav-header>.menu-toggler:after {
    content: ""
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul {
    display: none
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul li a {
    font-size: 0.875rem
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: left;
    margin-left: 0px;
    height: 24px;
    width: auto;
    color: #000000;
    text-align: center;
    line-height: 30px
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right>.fa {
    color: #fff
}

body.ltr #offcanvas-toggler.offcanvas-toggler-left {
    float: left;
    margin-right: 20px
}

body.ltr #offcanvas-toggler.offcanvas-toggler-left>.fa {
    color: #fff
}

body.ltr.offcanvs-position-left .body-wrapper {
    left: 0
}

body.ltr.offcanvs-position-left .offcanvas-menu {
    left: -300px
}

body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
    left: 0
}

body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
    left: 300px
}

body.ltr.offcanvs-position-right .body-wrapper {
    right: 0
}

body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -300px
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    right: 0
}

body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
    right: 300px
}

body.ltr .close-offcanvas {
    right: 15px;
    top: 15px;
    line-height: 23px
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler,
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler {
    right: 0
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.nav-header>.menu-toggler {
    right: 0
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li ul {
    margin-left: 10px
}

#offcanvas-toggler .title-menu {
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 14px
}

.burger-icon {
    cursor: pointer;
    display: inline-block
}

.burger-icon>span {
    display: block;
    background-color: #95b04f;
    width: 40px;
    height: 1px;
    margin: 6px 0;
    border-radius: 0
}

.burger-icon>span:last-child {
    margin-bottom: 0
}

.burger-icon>span:first-child {
    margin-top: 0
}

#offcanvas-toggler {
    display: none !important;
    margin-top: 0px;
    height: auto;
    line-height: normal
}

.close-offcanvas {
    background: transparent;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    transition: transform 0.5s ease
}

.close-offcanvas:hover {
    background: transparent
}

.close-offcanvas .burger-icon {
    line-height: 20px
}

.close-offcanvas .burger-icon span {
    display: none
}

.close-offcanvas .burger-icon:before {
    content: "";
    font-family: icomoon;
    display: inline-block;
    font-size: 24px
}

.close-offcanvas:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #95b04f
}

body .offcanvas-menu {
    background: #fff
}

body .close-offcanvas {
    color: #222
}

.offcanvs-position-right .offcanvas-menu {
    right: -300px;
    left: auto
}

.offcanvs-position-right .offcanvas-menu .close-offcanvas {
    top: 5px;
    left: 5px;
    right: auto
}

body.site .sidebar-megamenu .menu_vertical.offcanvas .offcanvas-menu {
    margin: 0;
    width: 300px
}

body.site .sidebar-megamenu .menu_vertical.offcanvas .offcanvas-overlay {
    z-index: 999
}

@media (max-width:991px) {
    #offcanvas-toggler {
        display: block !important
    }

    .sp-megamenu-wrapper #offcanvas-toggler {
        display: none !important
    }
}

@keyframes spFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes spFadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes spFadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes spFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spFadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spZoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    100% {
        opacity: 1
    }
}

@keyframes spRotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

@keyframes spPulse {
    from {
        opacity: 0;
        transform: scale3d(1, 1, 1)
    }

    50% {
        opacity: 0.5;
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes spSpin {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader1 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes loader1 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader6 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(180deg)
    }
}

@keyframes loader6 {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(180deg)
    }
}

@keyframes rotate-360 {
    from {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes audioWave {
    25% {
        background: linear-gradient(#000000, #000000) 0 50%, linear-gradient(#000000, #000000) 0.625em 50%, linear-gradient(#000000, #000000) 1.25em 50%, linear-gradient(#000000, #000000) 1.875em 50%, linear-gradient(#000000, #000000) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em
    }

    37.5% {
        background: linear-gradient(#000000, #000000) 0 50%, linear-gradient(#000000, #000000) 0.625em 50%, linear-gradient(#000000, #000000) 1.25em 50%, linear-gradient(#000000, #000000) 1.875em 50%, linear-gradient(#000000, #000000) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em
    }

    50% {
        background: linear-gradient(#000000, #000000) 0 50%, linear-gradient(#000000, #000000) 0.625em 50%, linear-gradient(#000000, #000000) 1.25em 50%, linear-gradient(#000000, #000000) 1.875em 50%, linear-gradient(#000000, #000000) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em
    }

    62.5% {
        background: linear-gradient(#000000, #000000) 0 50%, linear-gradient(#000000, #000000) 0.625em 50%, linear-gradient(#000000, #000000) 1.25em 50%, linear-gradient(#000000, #000000) 1.875em 50%, linear-gradient(#000000, #000000) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em
    }

    75% {
        background: linear-gradient(#000000, #000000) 0 50%, linear-gradient(#000000, #000000) 0.625em 50%, linear-gradient(#000000, #000000) 1.25em 50%, linear-gradient(#000000, #000000) 1.875em 50%, linear-gradient(#000000, #000000) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em
    }
}

@-webkit-keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes effect-2 {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sequence1 {
    0% {
        height: 10px
    }

    50% {
        height: 50px
    }

    100% {
        height: 10px
    }
}

@keyframes sequence2 {
    0% {
        height: 20px
    }

    50% {
        height: 65px
    }

    100% {
        height: 20px
    }
}

@keyframes rot1 {
    100% {
        transform: skew(-10deg) translateX(50px) rotate(405deg)
    }
}

@-webkit-keyframes rot1 {
    100% {
        -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg)
    }
}

@keyframes rot2 {
    100% {
        transform: skew(-10deg) rotate(525deg)
    }
}

@-webkit-keyframes rot2 {
    100% {
        -webkit-transform: skew(-10deg) rotate(525deg)
    }
}

@keyframes rot3 {
    100% {
        transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg)
    }
}

@-webkit-keyframes rot3 {
    100% {
        -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg)
    }
}

@keyframes width {
    10% {
        width: 10%
    }

    20% {
        width: 20%
    }

    30% {
        width: 30%
    }

    40% {
        width: 40%
    }

    50% {
        width: 50%
    }

    60% {
        width: 60%
    }

    70% {
        width: 70%
    }

    80% {
        width: 80%
    }

    90% {
        width: 90%
    }

    100% {
        width: 100%
    }
}

.sp-pre-loader {
    background: #FFFFFF;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.sp-pre-loader .sp-loader-clock {
    border: 3px solid #000000;
    border-radius: 60px;
    bottom: 0;
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px
}

.sp-pre-loader .sp-loader-clock:after {
    content: "";
    position: absolute;
    background-color: #000000;
    top: 2px;
    left: 48%;
    height: 38px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 97%;
    transform-origin: 50% 97%;
    -webkit-animation: grdAiguille 2s linear infinite;
    animation: grdAiguille 2s linear infinite
}

.sp-pre-loader .sp-loader-clock:before {
    content: "";
    position: absolute;
    background-color: #000000;
    top: 6px;
    left: 48%;
    height: 35px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 94%;
    transform-origin: 50% 94%;
    -webkit-animation: ptAiguille 12s linear infinite;
    animation: ptAiguille 12s linear infinite
}

.sp-pre-loader .sp-loader-circle {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    border: 3px solid fade(#000000, 70%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: loader1 3s linear infinite;
    animation: loader1 3s linear infinite
}

.sp-pre-loader .sp-loader-circle:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 20px;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background-color: #000000
}

.sp-pre-loader .sp-loader-bubble-loop {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 12px;
    background-color: #000000;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: loader6 1s ease-in-out infinite;
    animation: loader6 1s ease-in-out infinite
}

.sp-pre-loader .sp-loader-bubble-loop:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: -25px;
    height: 12px;
    width: 12px;
    border-radius: 12px
}

.sp-pre-loader .sp-loader-bubble-loop:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 25px;
    height: 12px;
    width: 12px;
    border-radius: 12px
}

.sp-pre-loader .circle-two {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px
}

.sp-pre-loader .circle-two>span,
.sp-pre-loader .circle-two>span:before,
.sp-pre-loader .circle-two>span:after {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sp-pre-loader .circle-two>span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear
}

.sp-pre-loader .circle-two>span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent
}

.sp-pre-loader .circle-two>span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent
}

.sp-pre-loader .wave-two-wrap {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    width: 90px
}

.sp-pre-loader .wave-two {
    margin: 0;
    list-style: none;
    width: 90px;
    position: relative;
    padding: 0;
    height: 10px
}

.sp-pre-loader .wave-two li {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #000000;
    bottom: 0
}

.sp-pre-loader .wave-two li:nth-child(1) {
    left: 0;
    -webkit-animation: sequence1 1s ease infinite 0;
    animation: sequence1 1s ease infinite 0
}

.sp-pre-loader .wave-two li:nth-child(2) {
    left: 15px;
    -webkit-animation: sequence2 1s ease infinite 0.1s;
    animation: sequence2 1s ease infinite 0.1s
}

.sp-pre-loader .wave-two li:nth-child(3) {
    left: 30px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
    animation: sequence1 1s ease-in-out infinite 0.2s
}

.sp-pre-loader .wave-two li:nth-child(4) {
    left: 45px;
    -webkit-animation: sequence2 1s ease-in infinite 0.3s;
    animation: sequence2 1s ease-in infinite 0.3s
}

.sp-pre-loader .wave-two li:nth-child(5) {
    left: 60px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
    animation: sequence1 1s ease-in-out infinite 0.4s
}

.sp-pre-loader .wave-two li:nth-child(6) {
    left: 75px;
    -webkit-animation: sequence2 1s ease infinite 0.5s;
    animation: sequence2 1s ease infinite 0.5s
}

.sp-pre-loader .sp-loader-audio-wave {
    width: 3em;
    height: 2em;
    background: linear-gradient(#000000, #000000) 0 50%, linear-gradient(#000000, #000000) 0.625em 50%, linear-gradient(#000000, #000000) 1.25em 50%, linear-gradient(#000000, #000000) 1.875em 50%, linear-gradient(#000000, #000000) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    animation: audioWave 1.5s linear infinite;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.sp-pre-loader .sp-loader-with-logo {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center
}

.sp-pre-loader .sp-loader-with-logo .logo {
    display: inline-block;
    width: auto
}

.sp-pre-loader .sp-loader-with-logo .line {
    background: #000000;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0
}

select::-ms-expand {
    display: none
}

.sp-simpleportfolio .sp-simpleportfolio-description>h2 {
    font-size: 36px;
    font-weight: 500;
    color: #000000
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
    border-radius: 20px 20px 0 0
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    border-radius: 0px 0px 20px 20px
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
    background: #95b04f
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 {
    font-size: 20px;
    margin-bottom: 12px
}

.sp-simpleportfolio .sp-simpleportfolio-img {
    border-radius: 20px 20px 0 0
}

.sub-title {
    margin-bottom: 7px;
    font-size: 14px;
    letter-spacing: 6px;
    line-height: 24px;
    text-transform: uppercase;
    color: #95b04f;
    font-weight: 400
}

.modtitle {
    margin-bottom: 50px;
    color: #000000;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize
}

.modtitle span {
    color: #000000;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize
}

.sppb-addon-title {
    margin-bottom: 50px;
    color: #000000;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize
}

.sppb-addon-module .sppb-addon-title {
    color: #95b04f;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700
}

.sppb-addon-module .heading-title {
    margin-bottom: 50px;
    color: #000000;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize
}

.sp-module .sp-module-title {
    margin-bottom: 50px;
    color: #000000;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize
}

.sp-module .heading-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700
}

.sp-page-builder .owl2-controls {
    margin: 0
}

.sp-page-builder .owl2-controls .owl-dots {
    float: none;
    margin-left: -5px;
    margin-right: -5px;
    line-height: 10px
}

.sp-page-builder .owl2-controls .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    margin: 0 5px;
    display: inline-block;
    opacity: 1;
    float: none;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s
}

.sp-page-builder .owl2-controls .owl-dots .owl-dot span {
    display: none
}

.sp-page-builder .owl2-controls .owl-dots .owl-dot:hover {
    background-color: #000000;
    cursor: pointer
}

.sp-page-builder .owl2-controls .owl-dots .owl-dot.active {
    background-color: #000000
}

.sp-page-builder .owl2-controls .owl2-nav>div {
    background-color: #f7f7f7;
    border: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: none;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    z-index: 99;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #000000;
    margin-top: -20px;
    font-weight: 300
}

.sp-page-builder .owl2-controls .owl2-nav>div i {
    display: none
}

.sp-page-builder .owl2-controls .owl2-nav>div:before {
    width: 25px;
    height: 12px;
    content: "";
    margin-top: 14px;
    display: inline-block;
    background-color: #000000;
    -webkit-mask-image: url(../images/icon/icon-arrow.png);
    mask-image: url(../images/icon/icon-arrow.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center
}

.sp-page-builder .owl2-controls .owl2-nav>div:hover {
    background-color: #95b04f;
    color: #fff
}

.sp-page-builder .owl2-controls .owl2-nav>div:hover:before {
    background-color: #fff
}

.sp-page-builder .owl2-controls .owl2-nav .owl-next {
    right: -210px;
    left: auto
}

.sp-page-builder .owl2-controls .owl2-nav .owl-prev {
    left: -210px;
    right: auto
}

.sp-page-builder .owl2-controls .owl2-nav .owl-prev:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.sp-page-builder .sppb-section:hover .owl2-controls .owl2-nav>div {
    opacity: 1
}

.sp-page-builder .sppb-section:hover .owl2-controls .owl2-nav>div.owl-next {
    right: -110px;
    left: auto
}

.sp-page-builder .sppb-section:hover .owl2-controls .owl2-nav>div.owl-prev {
    left: -110px;
    right: auto
}

.dynamicslideshow-container {
    margin: 0
}

.dynamicslideshow-container .dynamicslideshow-container .tp-simpleresponsive img {
    max-width: 100%;
    height: auto !important
}

.dynamicslideshow-container .tp-bannertimer {
    display: none
}

.dynamicslideshow-container .subtitle-slider {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    margin-bottom: 7px
}

.dynamicslideshow-container .subtitle-slider span {
    color: #95b04f
}

.dynamicslideshow-container .title-slider {
    font-size: 48px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px
}

.dynamicslideshow-container .des-slider {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 300;
    margin-bottom: 50px
}

.dynamicslideshow-container .btn-more {
    display: inline-block;
    color: #fff;
    background: #95b04f;
    line-height: 50px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 32px;
    height: 50px;
    border-radius: 5px;
    letter-spacing: 1px
}

.dynamicslideshow-container .btn-more:hover {
    background: #000000;
    color: #fff
}

.dynamicslideshow-container .sl-style2 .subtitle-slider,
.dynamicslideshow-container .sl-style2 .title-slider,
.dynamicslideshow-container .sl-style2 .des-slider {
    color: #fff
}

.dynamicslideshow-container .sl-style2 .button {
    background: transparent;
    border: 1px solid #fff
}

.dynamicslideshow-container .sl-style2 .button:hover {
    border-color: #95b04f
}

.dynamicslideshow-container .tp-bullets {
    bottom: 0;
    right: 15px !important;
    left: auto !important;
    margin: 0
}

@media screen and (min-width:1366px) {
    .dynamicslideshow-container .tp-bullets {
        right: 72px !important
    }
}

@media screen and (min-width:1750px) {
    .dynamicslideshow-container .tp-bullets {
        right: 95px !important
    }
}

.dynamicslideshow-container .tp-bullets .bullet {
    display: none
}

.dynamicslideshow-container .tp-bullets .tparrows {
    background: #f7f7f7;
    border: none;
    border-radius: 25px;
    width: 100px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    float: left !important
}

.dynamicslideshow-container .tp-bullets .tparrows:before {
    display: inline-block;
    width: 32px;
    height: 16px;
    content: "";
    background-color: #000000;
    -webkit-mask-image: url(../images/icon/right-arrow.png);
    mask-image: url(../images/icon/right-arrow.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center
}

.dynamicslideshow-container .tp-bullets .tparrows:hover {
    background: #95b04f
}

.dynamicslideshow-container .tp-bullets .tparrows:hover:before {
    background-color: #fff
}

.dynamicslideshow-container .tp-bullets .tparrows.tp-leftarrow.round {
    margin-right: 10px
}

.dynamicslideshow-container .tp-bullets .tparrows.tp-leftarrow.round:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

@media (min-width:1200px) {
    .section-services {
        position: relative
    }

    .section-services:before {
        position: absolute;
        top: -125px;
        left: 15px;
        content: "";
        display: inline-block;
        width: 157px;
        height: 186px;
        background: url(../images/icon/icon-green1.png) no-repeat center center;
        animation: jumpping 6s infinite linear
    }

    .section-services:after {
        position: absolute;
        bottom: -165px;
        right: 0px;
        content: "";
        display: inline-block;
        width: 256px;
        height: 512px;
        background: url(../images/icon/icon-logo.png) no-repeat center center
    }
}

@media (min-width:1367px) {
    .section-services:before {
        left: 112px
    }
}

.slider-services {
    position: relative;
    margin: -30px
}

.slider-services .owl2-carousel {
    padding: 30px;
    overflow: hidden
}

.slider-services .owl2-carousel .owl2-stage-outer {
    overflow: visible
}

.slider-services .policy {
    position: relative
}

.slider-services .policy:after {
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    background-color: #eeeeee;
    position: absolute;
    top: 20px;
    right: -1px
}

.slider-services .policy .policy_inner {
    padding: 20px 20px;
    text-align: center;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.slider-services .policy .policy_inner .service-ico {
    display: inline-block;
    line-height: 100%;
    width: 80px;
    height: 80px;
    margin-bottom: 17px;
    position: relative
}

.slider-services .policy .policy_inner .service-ico img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -moz-transition: -moz-transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    -ms-transition: -ms-transform 0.4s ease-in-out
}

.slider-services .policy .policy_inner .service-ico .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 100%;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -moz-transition: -moz-transform 0.4s ease-in-out
}

.slider-services .policy .policy_inner .service-info {
    display: inline-block
}

.slider-services .policy .policy_inner .service-info h4 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 700
}

.slider-services .policy .policy_inner .service-info p {
    font-size: 15px;
    line-height: 25px;
    color: #888888;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0
}

.slider-services .policy .policy_inner:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    background-color: #ffffff
}

.slider-services .policy .policy_inner:hover .img-responsive {
    opacity: 0
}

.slider-services .policy .policy_inner:hover .img1 {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0
}

.slider-services .policy .policy_inner:hover .img2 {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

@media (min-width:567px) {
    .slider-services .policy .policy_inner {
        padding: 20px 50px
    }
}

.slider-services .owl2-item .policy:after {
    display: none
}

.slider-services .owl2-item.active .policy:after {
    display: block
}

.slider-services .owl2-item.active .policy4:after {
    display: none
}

.slider-services .owl2-item.active .policy:hover:after {
    display: none
}

.slider-services .owl2-controls .owl-dots {
    margin-top: 40px;
    position: unset;
    text-align: center;
    float: none;
    margin-left: -5px;
    margin-right: -5px;
    line-height: 10px
}

.slider-services .owl2-controls .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    margin: 0 5px;
    display: inline-block;
    opacity: 1;
    float: none;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s
}

.slider-services .owl2-controls .owl-dots .owl-dot span {
    display: none
}

.slider-services .owl2-controls .owl-dots .owl-dot:hover {
    background-color: #000000;
    cursor: pointer
}

.slider-services .owl2-controls .owl-dots .owl-dot.active {
    background-color: #000000
}

@media screen and (max-width:767px) {
    .slider-services .owl2-item.active .policy:after {
        display: none
    }

    .slider-services .owl2-dots {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .section-counter {
        position: relative
    }

    .section-counter:before {
        position: absolute;
        bottom: 11px;
        left: 0px;
        content: "";
        display: inline-block;
        width: 256px;
        height: 512px;
        z-index: 4;
        background: url(../images/icon/icon-logo.png) no-repeat center center;
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .section-counter:after {
        position: absolute;
        top: 170px;
        right: 10px;
        content: "";
        display: inline-block;
        width: 140px;
        height: 130px;
        background: url(../images/icon/icon-green2.png) no-repeat center center;
        animation: jumpping 6s infinite linear
    }
}

@media (min-width:1367px) {
    .section-counter:after {
        right: 120px
    }
}

.section-counter .modtitle {
    margin-bottom: 20px !important
}

.counters-image {
    margin-bottom: 90px
}

.counters-image .sppb-addon-single-image-container {
    border-radius: 30px;
    background: #000
}

.counters-image .sppb-addon-single-image-container img {
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    border-radius: 26px
}

.counters-image .sppb-addon-single-image-container img:hover {
    opacity: 0.5
}

.counters-num {
    display: flex;
    flex-wrap: wrap;
    padding: 5.3rem 0rem;
    background: #95b04f;
    position: relative;
    border-radius: 0px 30px 30px 0px
}

.counters-num:before {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    left: -300%;
    top: 0;
    background: #95b04f
}

.counters-num .item {
    width: 33.33%
}

.counters-num .item .js-counter {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700
}

.counters-num .item .suffix {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400
}

.counters-num .item p {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 10px
}

.counters-head .description {
    font-size: 16px;
    line-height: 26px;
    color: #ff665e;
    font-weight: 400;
    font-style: italic
}

.counters-head .description p {
    margin: 0
}

.counters-text {
    margin: 30px -30px 0;
    overflow: hidden
}

.counters-text .item_policy {
    width: 50%;
    float: left;
    margin: 25px 0;
    padding: 0 30px
}

.counters-text .item_policy .policy-ico {
    margin-bottom: 12px
}

.counters-text .item_policy .policy-ico img {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0);
    transition: all 1.2s ease 0s
}

.counters-text .item_policy .policy-title {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px
}

.counters-text .item_policy .policy-des {
    font-size: 15px;
    line-height: 24px;
    color: #888888;
    font-weight: 400
}

.counters-text .item_policy:hover .policy-ico img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.counters-text .item_policy:hover .policy-title {
    color: #95b04f
}

.counters-text .item_policy.item6,
.counters-text .item_policy.item7 {
    margin-bottom: 0
}

@media screen and (min-width:1200px) {
    .section-counter .box-counter {
        padding-right: 45px
    }

    .section-counter .box-right {
        padding-left: 45px
    }
}

@media (min-width:1200px) {
    .section-package {
        position: relative
    }

    .section-package:before {
        position: absolute;
        top: 0px;
        left: 13px;
        content: "";
        display: inline-block;
        width: 92px;
        height: 60px;
        z-index: 1;
        background: url(../images/icon/icon-green3.png) no-repeat center center;
        animation: jumpping 6s infinite linear
    }

    .section-package:after {
        position: absolute;
        top: -127px;
        right: 30px;
        content: "";
        display: inline-block;
        width: 339px;
        height: 189px;
        background: url(../images/icon/icon-floower3.png) no-repeat center center;
        animation: jumpping 6s infinite linear
    }
}

@media (min-width:1367px) {
    .section-package:before {
        left: 160px
    }

    .section-package:after {
        right: 40px
    }
}

.section-package .box-title {
    text-align: center
}

.block-package-wrapper {
    margin: 0 -23px
}

@media (min-width:1200px) {
    .block-package-wrapper .item-pakage {
        padding: 0 23px
    }
}

.block-package-wrapper .item-pakage .pk-inner {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.block-package-wrapper .item-pakage .pk-inner .pk-top {
    position: relative;
    margin-bottom: 10px
}

.block-package-wrapper .item-pakage .pk-inner .pk-top .pk-image img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.block-package-wrapper .item-pakage .pk-inner .pk-top .pk-title {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 44%;
    width: 100%;
    margin: 0
}

.block-package-wrapper .item-pakage .pk-inner .pk-top .pk-title a {
    color: #fff
}

.block-package-wrapper .item-pakage .pk-inner .pk-des ul {
    list-style: none;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    text-align: center
}

@media (min-width:1200px) {
    .block-package-wrapper .item-pakage .pk-inner .pk-des ul {
        padding: 0 40px
    }
}

.block-package-wrapper .item-pakage .pk-inner .pk-des ul li {
    font-size: 16px;
    padding: 13px 0;
    line-height: 22px;
    display: block;
    font-weight: 400;
    border-bottom: 2px dotted #eee
}

.block-package-wrapper .item-pakage .pk-inner .pk-des ul li:last-child {
    border: none
}

.block-package-wrapper .item-pakage .pk-inner .pk-price {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #95b04f;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.block-package-wrapper .item-pakage .pk-inner .pk-price span {
    font-size: 20px;
    line-height: 36px;
    color: #95b04f;
    font-weight: 700;
    text-align: center;
    text-transform: none
}

.block-package-wrapper .item-pakage .pk-inner .pk-button {
    position: absolute;
    padding: 25px 0;
    bottom: -100%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.block-package-wrapper .item-pakage .pk-inner .pk-button a {
    text-transform: uppercase;
    padding: 12px 38px;
    display: inline-block;
    background: #95b04f;
    border-radius: 5px;
    letter-spacing: 1px;
    color: #fff
}

.block-package-wrapper .item-pakage .pk-inner .pk-button a:hover {
    background: #000000
}

.block-package-wrapper .item-pakage:hover .pk-inner {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1)
}

.block-package-wrapper .item-pakage:hover .pk-inner .pk-image {
    background: #000
}

.block-package-wrapper .item-pakage:hover .pk-inner .pk-image img {
    opacity: 0.5
}

.block-package-wrapper .item-pakage:hover .pk-inner .pk-des ul li {
    color: #000000
}

.block-package-wrapper .item-pakage:hover .pk-inner .pk-button {
    bottom: 0px
}

.block-package-wrapper .item-pakage:hover .pk-inner .pk-price {
    opacity: 0
}

@media (min-width:768px) and (max-width:991px) {
    .block-package-wrapper .item-pakage .pk-inner {
        border-radius: 20px
    }

    .block-package-wrapper .item-pakage .pk-inner .pk-price {
        font-size: 36px;
        line-height: 46px
    }
}

@media screen and (max-width:767px) {
    .block-package-wrapper .item-pakage {
        margin-bottom: 30px
    }

    .block-package-wrapper .item-pakage .pk-inner {
        border-radius: 20px
    }

    .block-package-wrapper .item-pakage .pk-inner .pk-price {
        font-size: 36px;
        line-height: 46px
    }
}

.block-testimonial {
    padding-left: 155px;
    position: relative
}

.block-testimonial:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 87px;
    line-height: 75px;
    color: #95b04f
}

.block-testimonial .yt-testimonial {
    margin: -10px 0 0
}

.block-testimonial .yt-testimonial .owl2-controls .owl2-nav>div {
    background-color: #f7f7f7;
    border: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: none;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    z-index: 99;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #000000;
    margin-top: -20px;
    font-weight: 300
}

.block-testimonial .yt-testimonial .owl2-controls .owl2-nav>div i {
    display: none
}

.block-testimonial .yt-testimonial .owl2-controls .owl2-nav>div:before {
    width: 25px;
    height: 12px;
    content: "";
    margin-top: 14px;
    display: inline-block;
    background-color: #000000;
    -webkit-mask-image: url(../images/icon/icon-arrow.png);
    mask-image: url(../images/icon/icon-arrow.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center
}

.block-testimonial .yt-testimonial .owl2-controls .owl2-nav>div:hover {
    background-color: #95b04f;
    color: #fff
}

.block-testimonial .yt-testimonial .owl2-controls .owl2-nav>div:hover:before {
    background-color: #fff
}

.block-testimonial .yt-testimonial .owl2-controls .owl2-nav .owl-next {
    right: -210px;
    left: auto
}

.block-testimonial .yt-testimonial .owl2-controls .owl2-nav .owl-prev {
    left: -210px;
    right: auto
}

.block-testimonial .yt-testimonial .owl2-controls .owl2-nav .owl-prev:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.block-testimonial .yt-testimonial .owl2-controls .owl-dots {
    position: unset;
    margin: 45px -7px 0;
    text-align: left;
    float: none;
    margin-left: -5px;
    margin-right: -5px;
    line-height: 10px
}

.block-testimonial .yt-testimonial .owl2-controls .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    margin: 0 5px;
    display: inline-block;
    opacity: 1;
    float: none;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s
}

.block-testimonial .yt-testimonial .owl2-controls .owl-dots .owl-dot span {
    display: none
}

.block-testimonial .yt-testimonial .owl2-controls .owl-dots .owl-dot:hover {
    background-color: #000000;
    cursor: pointer
}

.block-testimonial .yt-testimonial .owl2-controls .owl-dots .owl-dot.active {
    background-color: #000000
}

.block-testimonial .yt-testimonial .owl2-stage {
    transition: all 0.3s ease-in-out 0s !important
}

.block-testimonial .moduletable {
    padding: 0 !important
}

.block-testimonial .moduletable .testimonial-title {
    display: none
}

.block-testimonial .item .client-quote {
    font-size: 30px;
    line-height: 45px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 50px
}

.block-testimonial .item .client-image {
    margin-bottom: 25px;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    overflow: hidden
}

.block-testimonial .item .client-image img {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0);
    transition: all 1.2s ease 0s
}

.block-testimonial .item .client-info .client-name {
    font-size: 16px;
    text-transform: uppercase;
    color: #95b04f;
    font-weight: 400;
    margin-bottom: 5px
}

.block-testimonial .item .client-info .client-title {
    font-size: 14px;
    color: #888888;
    font-weight: 400
}

.block-testimonial .item:hover .client-image img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.banner_tesnimall {
    text-align: right;
    position: relative
}

.banner_tesnimall:after {
    content: "";
    width: 181px;
    height: 194px;
    position: absolute;
    right: -15px;
    bottom: -80px;
    background: url(../images/icon/icon-flower.png) no-repeat center;
    transition: all 1.2s ease 0s;
    animation: jumpping 6s infinite linear;
    z-index: 3
}

@media (min-width:1200px) {
    .banner_tesnimall:after {
        right: -100px
    }
}

.banner_tesnimall:hover:after {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (min-width:1200px) {
    .section-appointment {
        position: relative
    }

    .section-appointment:after {
        position: absolute;
        bottom: -165px;
        right: 0px;
        content: "";
        display: inline-block;
        width: 256px;
        height: 512px;
        background: url(../images/icon/icon-logo.png) no-repeat center center;
        display: none
    }
}

.block_video {
    position: relative;
    padding: 12rem 0
}

.block_video .box_video_bg {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    left: -257%;
    top: 0;
    background: #f0f4e6;
    border-radius: 60px
}

.block_video .box_video_bg:after {
    content: "";
    width: 147px;
    height: 143px;
    position: absolute;
    right: -60px;
    top: -60px;
    background: url(../images/icon/icon-flower2.png) no-repeat center;
    transition: all 0.3s ease-in-out 0s;
    animation: jumpping 6s infinite linear
}

.block_video .link_video {
    display: inline-block;
    position: relative;
    border-radius: 60px;
    transition: all 0.3s ease-in-out 0s;
    border: 10px solid #fff;
    overflow: hidden
}

.block_video .link_video:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: #fff;
    -webkit-mask-image: url(../images/icon/icon-video.png);
    mask-image: url(../images/icon/icon-video.png)
}

.block_video .link_video:hover:before {
    background-color: #95b04f
}

.contact-appointment {
    text-align: center
}

.contact-appointment .contact-ajax .ctajax-wrap {
    margin: 0
}

.contact-appointment .contact-ajax .ctajax-wrap .ctajax-element {
    margin: 0;
    width: 100%
}

.contact-appointment .contact-ajax .ctajax-wrap .ctajax-element .el-inner {
    padding: 0
}

.contact-appointment .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-form {
    padding: 0 110px
}

@media (max-width:1199px) {
    .contact-appointment .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-form {
        padding: 0 30px
    }
}

.contact-ajax.contact-popup .modal-content {
    animation-duration: 0.5s;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2)
}

.contact-ajax.contact-popup .modal.fade.show {
    background-color: rgba(0, 0, 0, 0.6)
}

.contact-ajax.contact-popup .modal.fade.show .modal-dialog {
    transform: translate(0, 70px)
}

.contact-ajax.contact-popup .btn-contact {
    animation: spFadeInRight 1500ms ease-in-out
}

.contact-ajax.contact-popup .ctajax-wrap {
    padding: 0px 0;
    margin: 0
}

.contact-ajax.contact-popup .ctajax-wrap .ctajax-element:first-child {
    margin-bottom: 0;
    width: 100%
}

.contact-ajax.contact-popup .ctajax-wrap .ctajax-element .el-inner {
    padding: 20px 24px
}

.section-brand .sppb-addon-title {
    margin-bottom: 25px
}

.section-brand .sppb-addon-single-image-container {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    overflow: hidden
}

.section-brand .sppb-addon-single-image-container:hover {
    box-shadow: 0 10px 10px #0000001a
}

.section-brand .sppb-button-wrapper {
    text-align: left !important
}

.latest-news {
    margin: 0
}

.latest-news .pre-text {
    margin-bottom: 7px;
    font-size: 14px;
    letter-spacing: 6px;
    line-height: 24px;
    text-transform: uppercase;
    color: #95b04f;
    font-weight: 400;
    text-align: center
}

.latest-news .heading-title {
    text-align: center
}

.latest-news .owl2-controls {
    text-align: center;
    float: none;
    vertical-align: middle;
    display: block
}

.latest-news .owl2-controls .owl2-dots {
    float: none;
    margin-top: 40px
}

.latest-news .sj-extraslider {
    margin: 0;
    position: relative
}

.latest-news .sj-extraslider .extraslider-inner {
    border: none;
    overflow: visible
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 {
    padding-left: 20px
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner {
    margin: 0;
    overflow: visible
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-image {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 0;
    float: none;
    overflow: visible
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-image img {
    border-radius: 20px;
    transition: all 0.5s
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-image a:hover img {
    opacity: 0.8
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-image .item-date {
    position: absolute;
    top: 25px;
    left: -25px;
    width: 70px;
    height: 80px;
    border-radius: 15px;
    padding: 15px 0;
    background-color: #000000;
    border: 5px solid #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    z-index: 2
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-image .item-date b {
    font-size: 14px;
    color: #fff;
    display: block
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-image img {
    width: auto
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-info {
    padding: 0px;
    margin: 0;
    background: none;
    color: #888888;
    position: relative;
    overflow: hidden
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-info .item-title {
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: none
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-info .item-title a {
    color: #000000
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-info .item-title a:hover {
    color: #95b04f !important;
    text-decoration: none
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-info .item-content {
    margin: 0
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-info .item-content .item-description {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-info .item-content .item-description p {
    margin: 0
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-info .item-content .item-readmore {
    padding: 0px;
    text-align: left;
    font-weight: normal
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-info .item-content .item-readmore a {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: -100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-info .item-content .item-readmore a:before {
    content: "";
    height: 12px;
    display: inline-block;
    width: 25px;
    background-color: #000000;
    -webkit-mask-image: url(../images/icon/icon-arrow.png);
    mask-image: url(../images/icon/icon-arrow.png);
    margin-left: 8px;
    margin-top: 5px;
    float: right
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner .item-info .item-content .item-readmore a:hover {
    color: #95b04f !important;
    text-decoration: none
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2:hover .item-description {
    opacity: 0
}

.latest-news .sj-extraslider .extraslider-inner .item-wrap.style2:hover .item-readmore a {
    left: 0 !important
}

.block-counters .yt-counter-wrapper {
    padding: 0;
    margin-bottom: 0;
    text-align: center
}

.block-counters .yt-counter-wrapper .yt-counter-icon {
    text-align: center;
    margin: 0 0 28px !important;
    padding-top: 0;
    padding-bottom: 34px;
    float: none !important;
    position: relative
}

.block-counters .yt-counter-wrapper .yt-counter-icon img {
    width: auto !important
}

.block-counters .yt-counter-wrapper .yt-counter-icon:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 90px;
    left: 50%;
    margin-left: -45px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px
}

.block-counters .yt-counter-wrapper .yt-counter-desc {
    margin: 0;
    float: none !important
}

.block-counters .yt-counter-wrapper .yt-counter-desc .yt-counter-number {
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 17px;
    text-align: center
}

.block-counters .yt-counter-wrapper .yt-counter-desc .yt-counter-text {
    text-transform: uppercase
}

.section-about .image-about-us img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.section-about img:hover {
    opacity: 0.7
}

.section-about .content-about-us ul li {
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 25px;
    padding-left: 25px;
    position: relative
}

.section-about .content-about-us ul li:last-child {
    margin-bottom: 0
}

.section-about .content-about-us ul li:before {
    content: "";
    color: #95b04f;
    font-family: icomoon;
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block
}

.section-about .content-about-us .signature {
    margin-top: 55px
}

.section-skill .item {
    text-align: center
}

.section-skill .item .sk-persent .sk-inner.progress-bar {
    display: inline-block;
    height: 170px;
    width: 170px;
    line-height: 0;
    background: transparent
}

.section-skill .item .sk-persent .sk-inner.progress-bar div {
    height: 170px;
    width: 170px
}

.section-skill .item .sk-persent .sk-inner.progress-bar div span {
    line-height: 160px;
    height: 160px;
    width: 160px;
    left: 5px;
    top: 5px;
    background-color: #f7f7f7;
    font-size: 40px;
    text-transform: uppercase;
    color: #95b04f;
    font-weight: 700;
    font-family: "Playfair Display", serif
}

.section-ourteam .sub-title,
.section-ourteam .sppb-addon-title {
    text-align: center;
    display: block
}

.section-ourteam .sppb-addon-feature {
    position: relative;
    overflow: hidden
}

.section-ourteam .sppb-addon-feature .sppb-img-container {
    border-radius: 20px;
    overflow: hidden
}

.section-ourteam .sppb-addon-feature .sppb-img-container img {
    transition: all 0.3s ease-in-out 0s
}

.section-ourteam .sppb-addon-feature .sppb-media-content {
    background: #fff;
    padding: 25px 30px 20px;
    border-radius: 0 20px 0 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: all 0.3s ease-in-out 0s
}

.section-ourteam .sppb-addon-feature .sppb-media-content .sppb-addon-title {
    text-align: left
}

.section-ourteam .sppb-addon-feature .sppb-media-content .cl-job {
    font-size: 16px;
    color: #000000
}

.section-ourteam .sppb-addon-feature .sppb-media-content ul.socials {
    justify-content: start;
    margin-top: 0px;
    border-top: 1px solid #eeeeee;
    padding: 0px 0 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    display: flex;
    gap: 5px;
    transition: all 0.3s ease-in-out 0s
}

.section-ourteam .sppb-addon-feature .sppb-media-content ul.socials li a {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #f5f9fc;
    line-height: 36px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease-in-out 0s
}

.section-ourteam .sppb-addon-feature .sppb-media-content ul.socials li a i {
    line-height: 36px;
    font-size: 0
}

.section-ourteam .sppb-addon-feature .sppb-media-content ul.socials li a i:before {
    font-size: 18px
}

.section-ourteam .sppb-addon-feature .sppb-media-content ul.socials li a:hover {
    color: #fff;
    background: #95b04f
}

.section-ourteam .sppb-addon-feature:hover .sppb-media-content {
    bottom: 0px
}

.section-ourteam .sppb-addon-feature:hover .sppb-media-content ul.socials {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
    padding-top: 20px
}

.section-ourteam .sppb-addon-feature:hover img {
    opacity: 0.8
}

.section-statistics .item-inn {
    border-radius: 30px;
    color: #fff;
    background: #95b04f;
    padding: 26px 20px;
    text-align: center
}

.section-statistics .item-inn .js-counter,
.section-statistics .item-inn .suffix {
    font-size: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-align: center
}

.section-statistics .item-inn p {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 3px;
    text-align: center;
    margin-bottom: 10px
}

.section-faqs .sub-title,
.section-faqs .sppb-addon-title {
    text-align: center;
    display: block
}

.section-faqs .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
    border: none;
    background-color: #f7f7f7
}

.section-faqs .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    padding: 19px 30px;
    display: block;
    color: #000000;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 10px;
    position: relative
}

.section-faqs .accordion-item .accordion-header .accordion-button:after {
    position: absolute;
    top: 20px;
    right: 30px;
    width: auto;
    height: auto;
    display: inline-block;
    background: none;
    font-family: icomoon;
    content: ""
}

.section-faqs .accordion-item .accordion-header .accordion-button:hover {
    color: #95b04f
}

.section-faqs .accordion-item .accordion-body {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 300;
    padding: 0 30px
}

.section-faqs .accordion-item .collapse.show .accordion-body {
    padding-bottom: 30px
}

.section-faqs .accordion-item:last-child {
    margin-bottom: 0
}

.section-store .item-info {
    padding: 48px 15px;
    text-align: center;
    border-radius: 20px;
    background-color: #ffffff;
    border: 2px solid #F7F7F7;
    transition: all 0.3s ease-in-out 0s
}

.section-store .item-info:hover {
    border: 2px solid #95b04f
}

.contact-formpage .contact-ajax .element-form .el-form {
    border-radius: 20px;
    background-color: #f7f7f7;
    padding: 30px
}

@media screen and (min-width:1200px) {
    .contact-formpage .contact-ajax .element-form .el-form {
        padding: 95px 110px 100px
    }
}

.contact-formpage .contact-ajax .ctajax-wrap .ctajax-element textarea {
    min-height: 100px
}

.contact-formpage .contact-ajax .ctajax-wrap .ctajax-element .el-input {
    background-color: #fff;
    text-transform: uppercase
}

.contact-formpage .contact-ajax .ctajax-wrap .ctajax-element .el-input:hover,
.contact-formpage .contact-ajax .ctajax-wrap .ctajax-element .el-input:focus {
    background-color: #fff
}

.contact-formpage .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-map {
    margin: 0
}

.contact-formpage .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-map iframe {
    border: 0;
    width: 100%;
    overflow: hidden;
    height: 792px;
    border-radius: 20px
}

.item-gallery .sppb-addon-image-overlay {
    border-radius: 20px
}

.item-gallery .sppb-addon-image-overlay-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: #fff;
    color: #000000;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    font-size: 0;
    transition: all 0.3s ease-in-out 0s
}

.item-gallery .sppb-addon-image-overlay-icon:before {
    content: "";
    font-size: 20px;
    font-family: icomoon;
    display: inline-block
}

.item-gallery .sppb-addon-image-overlay-icon:hover {
    color: #95b04f
}

.sp-module .sj-popup-container .popup_bg {
    background: #000000b3;
    opacity: 1
}

.sp-module .sj-popup-container .popup-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 100%;
    background: #95b04f;
    position: absolute;
    top: -20px;
    right: -20px;
    left: auto;
    margin: 0;
    font-size: 0;
    box-shadow: none;
    opacity: 1
}

.sp-module .sj-popup-container .popup-close:before {
    content: "";
    font-family: icomoon;
    display: inline-block;
    font-size: 18px
}

.sp-module .sj-popup-container .popup-close:hover {
    background: #000000;
    color: #fff
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup {
    background-color: #fff;
    background-repeat: no-repeat !important;
    background-position: 20px 20px !important;
    background-size: initial !important
}

@media (max-width:767px) {
    .sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup {
        background-image: none !important
    }
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content {
    text-align: center;
    padding: 300px 20px 32px;
    margin: 0;
    text-align: center
}

@media (max-width:767px) {
    .sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content {
        padding: 15px 10px
    }
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .popup-title {
    margin: 30px 0 5px;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .newsletter_promo {
    font-size: 15px;
    line-height: 25px;
    color: #888888;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    padding: 0
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup {
    margin: 0 0 15px
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .email {
    margin: 0 0 10px
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .email input {
    direction: unset;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    color: #000000
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .email input:hover,
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .email input:focus {
    border-color: #000000;
    background: #fff;
    box-shadow: none;
    outline: none
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .email input::-moz-placeholder {
    color: #000000;
    opacity: 1
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .email input:-ms-input-placeholder {
    color: #000000
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .email input::-webkit-input-placeholder {
    color: #000000
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .email input:focus::-webkit-input-placeholder {
    color: transparent
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .email input:focus:-moz-placeholder {
    color: transparent
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .email input:focus::-moz-placeholder {
    color: transparent
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .email input:focus:-ms-input-placeholder {
    color: transparent
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .btn-button {
    margin: 0
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .btn-button button {
    border: 0 none;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
    padding: 0 17px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 5px;
    background: #95b04f
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup .btn-button button:hover {
    background: #000000
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .hidden-popup {
    padding: 0;
    font-size: 14px;
    color: #888888;
    font-weight: 400
}

.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .hidden-popup .inline {
    color: #888888;
    top: 0
}

*,
html {
    outline: none !important
}

@-ms-viewport {
    width: device-width
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }

    .row * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .row:before,
    .row:after {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

    #offcanvas-toggler {
        display: none !important;
        visibility: hidden !important
    }

    .offcanvas-menu {
        display: none !important
    }

    .modtitle {
        font-size: 30px;
        line-height: 38px
    }

    .modtitle span {
        font-size: 30px;
        line-height: 38px
    }

    .sppb-addon-title {
        font-size: 30px;
        line-height: 38px
    }

    .counters-head .description {
        display: none
    }

    .counters-text {
        margin: 20px -15px 0
    }

    .counters-text .item_policy {
        padding: 0 15px;
        margin: 20px 0
    }

    .counters-text .item_policy .policy-des br {
        display: none
    }

    .counters-num {
        padding: 3rem 0
    }

    .block-testimonial {
        padding-left: 120px
    }

    ul.time-footer {
        max-width: 80%
    }

    .contact-formpage .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-map iframe {
        height: 630px
    }

    body.site #sp-main-body #sp-left,
    body.site #sp-main-body #sp-component,
    body.site #sp-main-body #sp-right {
        float: left
    }

    .article-list .blog-list .article .article-header h1,
    .article-list .blog-list .article .article-header h2 {
        font-size: 20px
    }

    .recent-posts .sj-basic-news .item-inner .item-detail .item_content .item-img {
        margin-right: 12px;
        overflow: hidden;
        border-radius: 5px;
        min-width: 80px
    }

    .recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-date {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .info-404 {
        width: 100%
    }
}

@media (max-width:480px) {
    body.site .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
        margin: 0 0 5px
    }

    body.site .form-vertical .login-greeting {
        line-height: 14px
    }
}

@media (max-width:767px) {
    .body-innerwrapper {
        overflow-x: hidden
    }

    .hidden-xs {
        display: none
    }

    #sp-header.header-sticky {
        height: auto !important
    }

    #sp-menu {
        z-index: 1
    }

    #sp-header {
        padding: 30px 0
    }

    #sp-logo {
        display: block;
        text-align: center;
        width: 100%
    }

    #sp-logo .logo {
        margin-bottom: 20px
    }

    .topsetting .setting-content.active {
        width: 360px
    }

    .topsetting .setting-content .content-in .top-contact {
        position: unset;
        margin-top: 60px
    }

    .sub-title {
        margin-bottom: 0
    }

    .modtitle {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px
    }

    .modtitle span {
        font-size: 30px;
        line-height: 38px
    }

    .sppb-addon-title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px
    }

    .sppb-addon-module .heading-title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px
    }

    .mod-login .modal-dialog {
        top: 15%
    }

    .mod-login .modal-dialog .modal-content .btn-close {
        right: -5px
    }

    .dynamicslideshow-container .des-slider,
    .dynamicslideshow-container .slide-button {
        display: none
    }

    .slider-services .owl2-controls .owl-dots {
        margin-top: 20px
    }

    .counters-image {
        margin-bottom: 40px
    }

    .counters-image .sppb-addon-single-image-container {
        width: 100%
    }

    .counters-text {
        margin: 15px -15px 0
    }

    .counters-text .item_policy {
        padding: 0 15px;
        margin: 15px 0
    }

    .counters-text .item_policy .policy-des br {
        display: none
    }

    .counters-head {
        margin-top: 60px
    }

    .counters-head .description p br {
        display: none
    }

    .counters-num {
        padding: 2rem 0rem
    }

    .counters-num .item {
        padding: 0 5px
    }

    .counters-num .item .js-counter,
    .counters-num .item .suffix {
        font-size: 36px;
        line-height: 50px
    }

    .counters-num .item p {
        font-size: 10px;
        margin-top: 0
    }

    .block-testimonial {
        padding-left: 70px
    }

    .block-testimonial:before {
        font-size: 50px;
        line-height: 70px
    }

    .block-testimonial .yt-testimonial {
        margin: 0px 0 0
    }

    .block-testimonial .item .client-quote {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 20px
    }

    .block-testimonial .item .client-image {
        margin-bottom: 20px
    }

    .block-testimonial .yt-testimonial .owl2-controls .owl-dots {
        margin-top: 20px
    }

    .banner_tesnimall {
        display: none
    }

    .block_video {
        margin-bottom: 100px;
        padding: 7.5rem 0
    }

    .latest-news .pre-text {
        margin-bottom: 0
    }

    #sp-bottom1 .sp-module,
    #sp-bottom2 .sp-module {
        margin-bottom: 20px
    }

    ul.social-icons {
        justify-content: left
    }

    #sp-bottom4 .sp-module,
    #sp-bottom5 .sp-module {
        margin-bottom: 60px
    }

    #sp-footer .sp-copyright {
        float: none;
        text-align: left;
        margin-top: 20px;
        display: block
    }

    .section-ourteam .item {
        margin-bottom: 30px
    }

    .section-ourteam .item:last-child {
        margin-bottom: 0px
    }

    .section-ourteam .sppb-addon-feature .sppb-media-content {
        width: 65%
    }

    .section-statistics .item {
        margin-bottom: 30px
    }

    .section-about .image-about-us {
        margin-bottom: 60px
    }

    div.contact-ajax .ctajax-wrap {
        margin: 0
    }

    div.contact-ajax .ctajax-wrap .element-form {
        width: 100%;
        margin-bottom: 90px !important
    }

    div.contact-ajax .ctajax-wrap .element-form .el-inner {
        padding: 0
    }

    div.contact-ajax .ctajax-wrap .element-info {
        width: 100%
    }

    div.contact-ajax .ctajax-wrap .element-info .el-inner {
        padding: 0px;
        margin-bottom: 90px
    }

    div.contact-ajax .ctajax-wrap .social-networks {
        margin-top: 15px
    }

    .mod-breadcrumbs__wrapper .breadcrumb .large-item {
        font-size: 30px;
        line-height: 36px
    }

    html.error-page .error-code {
        font-size: 150px
    }

    html.error-page body {
        background-size: contain
    }

    .blog .open-sidebar,
    .view-article .open-sidebar,
    .blog-featured .open-sidebar {
        display: inline-block;
        border: 2px solid #999;
        padding: 3px 15px;
        letter-spacing: 1px;
        line-height: 23px;
        font-size: 10px;
        vertical-align: top;
        text-transform: uppercase;
        margin: 0 0 20px;
        color: #222
    }

    .blog .open-sidebar:hover,
    .view-article .open-sidebar:hover,
    .blog-featured .open-sidebar:hover {
        border-color: #fe5722
    }

    .blog #close-sidebar,
    .view-article #close-sidebar,
    .blog-featured #close-sidebar {
        display: none
    }

    .blog .sidebar-overlay,
    .view-article .sidebar-overlay,
    .blog-featured .sidebar-overlay {
        background: rgba(0, 0, 0, 0.5);
        display: none;
        height: 100%;
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0px;
        right: 0px;
        width: 100%;
        z-index: 9998
    }

    .blog .sidebar-overlay.show,
    .view-article .sidebar-overlay.show,
    .blog-featured .sidebar-overlay.show {
        display: block
    }

    #sp-left .sidebar-offcanvas,
    #sp-right .sidebar-offcanvas {
        padding-left: 15px !important;
        padding-right: 10px !important;
        background: #fff;
        width: 300px;
        position: fixed;
        top: 0px;
        bottom: 0px;
        z-index: 9999;
        height: 100%;
        overflow-x: scroll;
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        transition: all 300ms ease-in-out;
        padding-top: 40px;
        margin: 0px;
        left: -100%
    }

    #sp-left .sidebar-offcanvas.active,
    #sp-right .sidebar-offcanvas.active {
        left: 0
    }

    #sp-left .sidebar-offcanvas #close-sidebar,
    #sp-right .sidebar-offcanvas #close-sidebar {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 16px;
        display: block;
        color: #000000;
        -webkit-transition: transform 0.5s ease;
        -moz-transition: transform 0.5s ease;
        transition: transform 0.5s ease
    }

    #sp-left .sidebar-offcanvas #close-sidebar:before,
    #sp-right .sidebar-offcanvas #close-sidebar:before {
        content: "";
        font-family: icomoon;
        display: inline-block;
        font-size: 24px
    }

    #sp-left .sidebar-offcanvas #close-sidebar:hover,
    #sp-right .sidebar-offcanvas #close-sidebar:hover {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #95b04f
    }

    #sp-component.col-lg-12 .open-sidebar {
        display: none !important
    }

    .article-list .blog-list .article {
        display: block
    }

    .article-list .blog-list .article .article-image {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px
    }

    .article-list .blog-list .article .article-image .create {
        top: 10px;
        left: 10px
    }

    .form-horizontal .controls {
        margin-left: 150px
    }

    .search .form-group .input-group,
    .search .form-group select:not(.form-control) {
        width: 100%
    }

    .search .form-group .input-group {
        padding: 0
    }

    #myLogin .modal-dialog {
        width: auto;
        z-index: 999
    }

    div.contact-ajax .ctajax-element .el-ctajax-form input {
        width: 100%
    }

    div.contact-ajax .ctajax-element .el-ctajax-form textarea {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .body-innerwrapper {
        overflow-x: hidden
    }

    #sp-header {
        padding: 30px 0
    }

    .modtitle {
        font-size: 30px;
        line-height: 38px
    }

    .modtitle span {
        font-size: 30px;
        line-height: 38px
    }

    .sppb-addon-title {
        font-size: 30px;
        line-height: 38px
    }

    .sppb-addon-module .heading-title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px
    }

    .mod-login .modal-dialog {
        top: 15%
    }

    .counters-image {
        margin-bottom: 50px
    }

    .counters-image .sppb-addon-single-image-container {
        width: 100%
    }

    .counters-head {
        margin-top: 60px
    }

    .block-testimonial {
        padding-left: 80px
    }

    .block-testimonial:before {
        font-size: 50px;
        line-height: 70px
    }

    .block-testimonial .yt-testimonial {
        margin: 0px 0 0
    }

    .block-testimonial .item .client-quote {
        font-size: 20px;
        line-height: 35px
    }

    .logo-footer {
        text-align: center;
        margin-bottom: 30px
    }

    ul.time-footer {
        max-width: 95%
    }

    .mod-breadcrumbs__wrapper .breadcrumb .large-item {
        font-size: 36px;
        line-height: 46px
    }

    .section-ourteam .sppb-addon-feature .sppb-media-content {
        width: 100%
    }

    .section-ourteam .sppb-addon-feature .sppb-addon-title {
        font-size: 20px
    }

    .section-statistics .item-inn p {
        font-size: 12px
    }

    .section-statistics .item-inn .js-counter,
    .section-statistics .item-inn .suffix {
        font-size: 40px
    }

    .section-about .image-about-us {
        margin-bottom: 60px
    }

    div.contact-ajax .ctajax-wrap {
        margin: 0
    }

    div.contact-ajax .ctajax-wrap .element-form {
        width: 100%;
        margin-bottom: 90px !important
    }

    div.contact-ajax .ctajax-wrap .element-form .el-inner {
        padding: 0
    }

    div.contact-ajax .ctajax-wrap .element-info {
        width: 100%
    }

    div.contact-ajax .ctajax-wrap .element-info .el-inner {
        padding: 0px;
        margin-bottom: 90px
    }

    div.contact-ajax .ctajax-wrap .social-networks {
        margin-top: 15px
    }

    #sp-left {
        order: 1
    }

    .blog .open-sidebar,
    .view-article .open-sidebar,
    .blog-featured .open-sidebar {
        display: inline-block;
        border: 2px solid #999;
        padding: 3px 15px;
        letter-spacing: 1px;
        line-height: 23px;
        font-size: 10px;
        vertical-align: top;
        text-transform: uppercase;
        margin: 0 0 20px;
        color: #222
    }

    .blog .open-sidebar:hover,
    .view-article .open-sidebar:hover,
    .blog-featured .open-sidebar:hover {
        border-color: #fe5722
    }

    .blog #close-sidebar,
    .view-article #close-sidebar,
    .blog-featured #close-sidebar {
        display: none
    }

    .blog .sidebar-overlay,
    .view-article .sidebar-overlay,
    .blog-featured .sidebar-overlay {
        background: rgba(0, 0, 0, 0.5);
        display: none;
        height: 100%;
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0px;
        right: 0px;
        width: 100%;
        z-index: 9998
    }

    .blog .sidebar-overlay.show,
    .view-article .sidebar-overlay.show,
    .blog-featured .sidebar-overlay.show {
        display: block
    }

    #sp-left .sidebar-offcanvas,
    #sp-right .sidebar-offcanvas {
        padding-left: 15px !important;
        padding-right: 10px !important;
        background: #fff;
        width: 300px;
        position: fixed;
        top: 0px;
        bottom: 0px;
        z-index: 9999;
        height: 100%;
        overflow-x: scroll;
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        transition: all 300ms ease-in-out;
        padding-top: 40px;
        margin: 0px;
        left: -100%
    }

    #sp-left .sidebar-offcanvas.active,
    #sp-right .sidebar-offcanvas.active {
        left: 0
    }

    #sp-left .sidebar-offcanvas #close-sidebar,
    #sp-right .sidebar-offcanvas #close-sidebar {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 16px;
        display: block;
        -webkit-transition: transform 0.5s ease;
        -moz-transition: transform 0.5s ease;
        transition: transform 0.5s ease
    }

    #sp-left .sidebar-offcanvas #close-sidebar:before,
    #sp-right .sidebar-offcanvas #close-sidebar:before {
        content: "";
        font-family: icomoon;
        display: inline-block;
        font-size: 24px
    }

    #sp-left .sidebar-offcanvas #close-sidebar:hover,
    #sp-right .sidebar-offcanvas #close-sidebar:hover {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #95b04f
    }

    #sp-component.col-lg-12 .open-sidebar {
        display: none !important
    }

    .blog-featured .row {
        display: block
    }

    .blog-featured .row .item {
        float: left
    }

    body.rtl #sp-top .sp-module {
        margin-right: 0px !important;
        margin-left: 30px !important
    }

    body.rtl .sec_col2 {
        padding: 0px !important
    }

    body.rtl .txt-banner {
        margin-left: 0px !important;
        margin-right: 70px !important
    }

    body.rtl .btn-default.btn-banner {
        margin-left: 70px !important;
        margin-right: 0px !important
    }

    body.rtl .sec_col2_left {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    body.rtl .block-clients .block-warp .item .item-wrap .item-detail .item-info {
        padding-left: 0px;
        padding-right: 30px
    }

    body.rtl .block-clients .yt-testimonial.button-type2 .owl2-controls .owl2-nav .owl-prev {
        right: calc(50% + 30px);
        left: auto
    }

    body.rtl .block-clients .yt-testimonial.button-type2 .owl2-controls .owl2-nav .owl-next {
        right: calc(50% + 100px);
        left: auto
    }
}

@media (min-width:1199px) {
    #offcanvas-toggler {
        display: none !important;
        visibility: hidden !important
    }

    #sp-main-body .col-lg-12.col-xl-9 {
        flex: 0 0 100%;
        max-width: 100%
    }

    body.view-article #sp-main-body .col-lg-12.col-xl-9 {
        flex: 0 0 100%;
        max-width: 100%
    }

    body.com-spsimpleportfolio #sp-main-body .col-lg-12.col-xl-9 {
        flex: 0 0 100%;
        max-width: 100%
    }

    body.com-users #sp-main-body .col-lg-12.col-xl-9 {
        flex: 0 0 100%;
        max-width: 100%
    }

    body.view-login #sp-main-body .col-lg-12.col-xl-9 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .com-sppagebuilder #sp-main-body .col-lg-12.col-xl-9 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .container {
        max-width: 1200px
    }

    .sppb-row-container {
        max-width: 1200px
    }

    .search .form-group .chzn-container .chzn-drop,
    .search .form-group .chzn-container .chzn-single {
        width: 50%
    }

    .search .form-group.search-display .chzn-container .chzn-drop,
    .search .form-group.search-display .chzn-container .chzn-single {
        width: 20%
    }

    .search .form-group.search-only {
        width: 100%
    }
}

@media (min-width:1367px) {
    .container {
        max-width: 1320px
    }

    .sppb-row-container {
        max-width: 1320px
    }
}

@media (max-width:1367px) {

    .home-layout .container,
    .home-layout .sppb-row-container {
        max-width: 100%
    }

    .container,
    .sppb-row-container {
        max-width: 100%
    }
}