@font-face {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: 400;
    src: local('OpenSans-Regular'), url(fonts/OpenSans-Regular.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: OpenSans-Bold;
    font-style: normal;
    font-weight: 700;
    src: local('OpenSans-Bold'), url(fonts/OpenSans-Bold.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: OpenSans-SemiBold;
    font-style: normal;
    font-weight: 700;
    src: local('OpenSans-SemiBold'), url(fonts/OpenSans-SemiBold.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: OpenSans-Light;
    font-style: normal;
    font-weight: 700;
    src: local('OpenSans-Light'), url(fonts/OpenSans-Light.woff) format('woff');
    font-display: swap
}

html {
    font-size: 18px
}

body {
    font-family: OpenSans-Regular, arial, sans-serif;
    line-height: 1.8;
    color: var(--color-main)
}

footer,
main {
    overflow: hidden
}

p {
    margin-bottom: 1rem
}

p.mb_0 {
    margin-bottom: 0 !important
}

a {
    color: var(--color-main);
    text-decoration: none;
    transition: .4s ease
}

a:hover {
    color: var(--color-main);
    text-decoration: underline;
    transition: .4s ease
}

img {
    max-width: 100%;
    height: auto
}

.h1,
h1 {
    font-family: OpenSans-Bold, arial, sans-serif;
    font-size: 4rem;
    line-height: 1;
    font-weight: 100;
    letter-spacing: -1.7px
}

.h2,
h2 {
    font-family: OpenSans-Bold, arial, sans-serif;
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 100;
    letter-spacing: -1.7px
}

.h3,
h3 {
    font-family: OpenSans-Bold, arial, sans-serif;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 100;
    margin-bottom: 1.5rem
}

.h4,
.h5,
h4,
h5 {
    font-family: OpenSans-SemiBold, arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 100
}

.title_1 {
    text-align: center
}

.page_text h2 {
    font-size: 2.3rem;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 1.3rem
}

.page_text h3 {
    font-size: 1.8rem
}

.page_text p {
    margin-bottom: 2.5rem
}

b,
strong {
    font-family: OpenSans-Bold, arial, sans-serif;
    font-weight: 100
}

.text_light {
    font-family: OpenSans-Light, arial, sans-serif
}

.text_medium {
    font-family: OpenSans-Regular, arial, sans-serif
}

small {
    font-size: 80%
}

.text_md {
    font-size: 115%
}

.text_lg {
    font-size: 130%
}

.uppercase {
    text-transform: uppercase
}

.text_center {
    text-align: center
}

.break_word {
    word-wrap: break-word
}

.nowrap {
    white-space: nowrap
}

[class*=" list_cs"],
[class*=" list_cs"] ul,
[class^=list_cs] {
    list-style: none;
    padding: 0
}

[class*=" list_cs"] li,
[class^=list_cs] li {
    padding: 0 0 1rem 1.5rem;
    line-height: 1.4;
    position: relative
}

[class*=" list_cs"] li:before,
[class^=list_cs] li:before {
    font-family: uniwp;
    content: "\e033";
    position: absolute;
    margin-right: 0;
    left: 0;
    color: var(--color-1);
    font-size: .8rem
}

[class*=" list_cs"] li a,
[class^=list_cs] li a {
    color: var(--color-main);
    display: inline-block
}

[class*=" list_cs"] li a:hover,
[class^=list_cs] li a:hover {
    color: var(--color-1);
    text-decoration: none
}

hr {
    border: 1px solid #ddd
}

figure.aligncenter {
    text-align: center
}

img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block
}

img.alignright {
    float: right
}

.round img {
    border-radius: 50%
}

.round_r_0_r_0 img {
    border-radius: 15% 0 15% 0
}

table {
    border-collapse: collapse;
    width: 100%
}

table td,
table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.container,
.full_width .col_container .wrapper {
    max-width: 1350px;
    width: 95%;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

section {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll
}

.full_width .container {
    max-width: 100%;
    width: 100%
}

.non_stretched {
    max-width: 1450px;
    margin: 0 auto;
    width: calc(95% - 3rem)
}

.non_stretched .container {
    padding-left: 0;
    padding-right: 0
}

.col_row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem
}

.col_row>div {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll
}

.col_px_lg .col_row {
    width: calc(100% + 4.8rem);
    margin-left: -2.4rem;
    margin-right: -2.4rem
}

.col_px_lg .col_row>div {
    padding-left: 2.4rem;
    padding-right: 2.4rem
}

.col_px_sm .col_row {
    width: calc(100% + 1.6rem);
    margin-left: -.8rem;
    margin-right: -.8rem
}

.col_px_sm .col_row>div {
    padding-left: .8rem;
    padding-right: .8rem
}

.col_row>:after {
    display: block;
    content: "";
    clear: both
}

.col_row .col_w100 {
    flex: 0 0 100%;
    width: 100%
}

.col_row .col_w90 {
    flex: 0 0 90%;
    width: 90%
}

.col_row .col_w80 {
    flex: 0 0 80%;
    width: 80%
}

.col_row .col_w70 {
    flex: 0 0 70%;
    width: 70%
}

.col_row .col_w60 {
    flex: 0 0 60%;
    width: 60%
}

.col_row .col_w50 {
    flex: 0 0 50%;
    width: 50%
}

.col_row .col_w40 {
    flex: 0 0 40%;
    width: 40%
}

.col_row .col_w30 {
    flex: 0 0 30%;
    width: 30%
}

.col_row .col_w20 {
    flex: 0 0 20%;
    width: 20%
}

.col_row .col_w10 {
    flex: 0 0 10%;
    width: 10%
}

.align_center .col_row,
.col_row.align_center {
    align-items: center
}

.align_self_center .col_row {
    align-self: center
}

.clearfix:after {
    display: block;
    content: "";
    clear: both
}

.py_0 {
    padding-top: 0;
    padding-bottom: 0
}

.py_sm {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py_md {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.py_lg {
    padding-top: 12rem;
    padding-bottom: 12rem
}

.p_0 {
    padding: 0
}

.pt_0 {
    padding-top: 0
}

.pb_0 {
    padding-bottom: 0
}

.pt_sm {
    padding-top: 2rem
}

.pt_md {
    padding-top: 4rem
}

.pt_lg {
    padding-top: 7rem
}

.pb_sm {
    padding-bottom: 2rem
}

.pb_md {
    padding-bottom: 4rem
}

.pb_lg {
    padding-bottom: 7rem
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4 {
    color: #fff
}

.dark a {
    color: #fff
}

.dark .list_cs a {
    color: #fff;
    border-bottom: 1px dashed rgb(255 255 255 / .37)
}

.text p+h2 {
    padding-top: 1.5rem
}

.text h2 {
    margin-bottom: 2.1rem
}

.text ul {
    padding-left: 1.2rem
}

.text li {
    padding-bottom: .7rem;
    padding-left: .5rem
}

[class*=" btn_"],
[class^=btn_] {
    font-family: OpenSans-Bold, arial, sans-serif;
    padding: 1.3rem 3rem;
    border: 1px solid;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    transition: .4s ease;
    letter-spacing: 1px;
    border-radius: .8rem;
    box-shadow: 0 .8rem 1rem rgb(0 0 0 / .19);
    font-size: 1rem
}

[class*=" btn_"]:hover,
[class^=btn_]:hover {
    text-decoration: none;
    transition: .4s ease
}

[class*=" btn_"]:before,
[class^=btn_]:before {
    margin-right: 1rem;
    transition: .4s ease
}

[class*=" btn_"]:hover:before,
[class^=btn_]:hover:before {
    transition: .4s ease
}

.btn_lg {
    font-size: 1.5rem;
    padding: 1.2rem 4rem
}

.btn_md {
    font-size: 1.2rem;
    padding: 1rem 2.3rem
}

.btn_sm {
    padding: .6rem 1rem;
    font-size: .9rem
}

.btn_1 {
    color: #fff;
    background: var(--color-main);
    border-color: var(--color-main)
}

.btn_1:focus,
.btn_1:hover {
    background: #fff;
    color: var(--color-main);
    border-color: var(--color-main)
}

.btn_2 {
    color: var(--color-main);
    background: #fff;
    border-color: #fff
}

.btn_2:focus,
.btn_2:hover {
    background: var(--color-main);
    color: #fff;
    border-color: var(--color-main)
}

.btn_3 {
    background: var(--color-1);
    color: #fff;
    border-color: var(--color-1)
}

.btn_3:focus,
.btn_3:hover {
    background: #fff;
    color: var(--color-1);
    border-color: var(--color-1)
}

.btn_4 {
    background: #fff0;
    color: #fff;
    border-color: #fff
}

.btn_4:focus,
.btn_4:hover {
    background: #fff;
    color: var(--color-main);
    border-color: #fff
}

.dark .btn_1:focus,
.dark .btn_1:hover {
    background: #fff0;
    color: #fff;
    border-color: #fff
}

.box_btn {
    padding-top: 1.5rem
}

.box_btn a {
    margin-right: 1rem
}

.box_btn a:last-child {
    margin-right: 0
}

.btn_round {
    border-radius: 1.5rem 0
}

button:focus,
input[type=button]:focus {
    outline: 0
}

label {
    display: block;
    margin-bottom: 0;
    padding: 0 0 .5rem
}

.form_control {
    padding: 1rem 1.5rem;
    border: none;
    background: #fff;
    width: 100%;
    transition: .4s ease;
    border-radius: 2rem;
    border: 1px solid #999
}

textarea.form_control {
    height: auto
}

input:focus,
input:hover,
textarea.form_control:focus,
textarea.form_control:hover {
    background: #fff;
    outline: 0;
    transition: .4s ease;
    box-shadow: 0 .5rem 1.5rem rgb(0 0 0 / .17)
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.checkbox input[type=checkbox]+span {
    cursor: pointer
}

.checkbox input[type=checkbox]+span:before {
    content: '';
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    display: inline-block;
    min-width: 2rem;
    width: 2rem;
    height: 2rem;
    margin-right: 2rem;
    vertical-align: -2px;
    box-shadow: 0 .5rem 1.5rem rgb(0 0 0 / .17)
}

.checkbox input[type=checkbox]:checked+span:before {
    background-image: url(images/bullet.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    border-radius: 2px
}

input[type=checkbox]:disabled+span {
    cursor: default;
    opacity: .5
}

::-webkit-input-placeholder {
    color: #999 !important
}

::-moz-placeholder {
    color: #999 !important;
    opacity: 1
}

:-moz-placeholder {
    color: #999 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999 !important
}

.box_send {
    position: relative
}

form .box_btn {
    display: block
}

.grecaptcha-badge {
    display: none
}

header {
    font-family: OpenSans-SemiBold, arial, sans-serif;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: .4s ease;
    width: 100%;
    padding: 2rem 0
}

header a:hover {
    text-decoration: none
}

header .container {
    display: flex;
    align-items: center
}

header .logo img {
    transition: .4s ease;
    width: 12rem
}

header .logo img:hover {
    animation: swing 1s ease
}

header .right {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-direction: column
}

header a i {
    color: var(--color-main);
    font-size: 1.6rem
}

header a:hover i {
    color: var(--color-main)
}

header ul li.separator {
    border-left: 1px solid #ccc;
    padding-left: 1rem;
    margin-left: 1rem
}

.h_scroll {
    background: rgb(255 255 255 / .91);
    box-shadow: 0 1rem 1rem rgb(0 0 0 / .1);
    padding: .8rem 0;
    transition: .4s ease
}

.h_scroll ul li a {
    font-size: .9rem
}

.h_scroll .logo img {
    max-width: 6rem;
    transition: .4s ease
}

.top_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end
}

.top_menu li {
    position: relative;
    padding: 0;
    transition: .4s ease
}

.top_menu li a {
    font-family: OpenSans-SemiBold, arial, sans-serif;
    line-height: 1.3;
    display: flex;
    align-items: center;
    transition: .5s ease;
    padding: .6rem 1rem
}

.top_menu>li>a {
    white-space: nowrap
}

.top_menu .menu-item-has-children>a:after {
    font-family: uniwp;
    content: "\e031";
    display: inline-block;
    vertical-align: middle;
    font-size: .6rem;
    margin-left: .5rem;
    color: var(--color-main)
}

.top_menu li a:hover {
    text-decoration: none;
    transition: .4s ease
}

.top_menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transition: .5s ease
}

.top_menu .sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    background: #fff;
    padding: 1.5rem 2rem;
    top: 2rem;
    border-radius: 1rem;
    box-shadow: 2rem 2rem 2rem rgb(0 0 0 / .13);
    background: #fff;
    width: 15rem
}

.h_scroll .top_menu .sub-menu {
    top: 2rem
}

.top_menu li:hover .sub-menu {
    display: block
}

.top_menu .sub-menu li {
    margin: 0
}

.top_menu .sub-menu a {
    text-transform: none;
    position: relative;
    display: block;
    padding: .3rem 0;
    font-size: .8rem
}

.top_menu .sub-menu .current_page_item a {
    text-decoration: underline
}

.top_menu .pll-parent-menu-item .sub-menu {
	padding: 0.7rem;
	width: auto;
	right: 0;
}

.top_menu .pll-parent-menu-item .sub-menu img {
	width: 1rem;
}

.top_menu li.icon {
    padding: 0;
    border: none
}

.menu_btn {
    cursor: pointer;
    display: none;
    padding: 1rem 0;
    position: relative;
    background: #fff0;
    margin-left: .7rem
}

.menu_btn span {
    background: var(--color-main);
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 1.7rem
}

.menu_btn span:after,
.menu_btn span:before {
    background: var(--color-main);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}

.menu_btn span:after {
    top: -.5rem
}

.menu_btn span:before {
    top: .5rem
}

.menu_btn.active>span {
    background: 0 0 !important
}

.menu_btn.active span:before {
    transform: rotate(-45deg)
}

.menu_btn.active span:after {
    transform: rotate(45deg)
}

.menu_btn.active>span:after,
.menu_btn.active>span:before {
    top: 0
}

[class*=" circles_box_"],
[class^=circles_box_] {
    position: relative;
    overflow: hidden
}

[class*=" circles_box_"]>.container,
[class^=circles_box_]>.container {
    position: relative;
    z-index: 1
}

.circles_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.circles_box .circle {
    position: absolute;
    width: 350px;
    height: 350px
}

.circles_box .circle:after {
    content: '';
    position: absolute;
    padding: 50%;
    filter: blur(50px);
    border: 1px solid rgb(255 255 255 / .3);
    border-radius: 10px;
    opacity: .3
}

.circles_box .circle:nth-child(1) {
    left: 0;
    top: 15%;
    animation: rotate-orbit-counterclockwise 25s linear infinite
}

.circles_box .circle:nth-child(1):after {
    background: linear-gradient(to right top, #f3fe00, #52b4a8);
    animation: rotate 25s linear infinite
}

.circles_box .circle:nth-child(2) {
    top: 25%;
    right: 10%;
    animation: rotate-orbit 25s linear infinite
}

.circles_box .circle:nth-child(2):after {
    background: linear-gradient(to right top, #d02a8a, #544fcb);
    animation: rotate 15s linear infinite
}

.circles_box .circle:nth-child(3) {
    left: 20%;
    bottom: 20%;
    animation: rotate-orbit-counterclockwise 25s linear infinite
}

.circles_box .circle:nth-child(3):after {
    background: linear-gradient(to right top, #8eeded, #544fcb);
    animation: rotate 20s linear infinite
}

.circles_box .circle:nth-child(4) {
    left: 0;
    bottom: 0;
    animation: rotate-orbit-counterclockwise 25s linear infinite
}

.circles_box .circle:nth-child(4):after {
    background: linear-gradient(to right top, #d02a8a, #544fcb);
    animation: rotate 25s linear infinite
}

.circles_box .circle:nth-child(5) {
    bottom: 0;
    right: 0;
    animation: rotate-orbit-counterclockwise 25s linear infinite
}

.circles_box .circle:nth-child(5):after {
    background: linear-gradient(to right top, #8eeded, #544fcb);
    animation: rotate-orbit 35s linear infinite
}

.bgr_point {
    background-image: radial-gradient(circle, rgb(183 183 183 / .24) 10%, #fff 10%, transparent 10%);
    background-size: 20px 20px;
    background-repeat: repeat;
    background-position: 0 0
}

.bgr_square {
    background-size: 4px 4px;
    background-image: linear-gradient(90deg, #000 1px, transparent 1px), linear-gradient(black 1px, transparent 1px);
    background-repeat: repeat;
    background-position: 0 0
}

@keyframes fancybox-zoomIn {
    from {
        opacity: 0;
        transform: scale(.75)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animation_top img {
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-name: bounce-top
}

@keyframes bounce-top {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-1.5rem)
    }

    100% {
        transform: translateY(0)
    }
}

.animation_top_slow img {
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-name: bounce-top-slow
}

@keyframes bounce-top-slow {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-.7rem)
    }

    100% {
        transform: translateY(0)
    }
}

.animation_right img {
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-name: bounce-right
}

@keyframes bounce-right {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(1rem)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes rotate-right {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(10deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes rotate-left {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-10deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    20% {
        opacity: 1
    }

    40% {
        transform: scale(1.15)
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-50px);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    40% {
        transform: translateY(5px)
    }

    70% {
        transform: translateY(-3px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    40% {
        transform: translateY(-3px)
    }

    70% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes spinIn {
    0% {
        opacity: 0;
        transform: rotate(180deg) scale(0)
    }

    20% {
        opacity: 1
    }

    40% {
        transform: rotate(360deg) scale(1.15)
    }

    70% {
        transform: rotate(360deg) scale(.9)
    }

    100% {
        transform: rotate(360deg) scale(1)
    }
}

@keyframes fancybox-zoomOut {
    to {
        opacity: 0;
        transform: scale(1.25)
    }
}

@keyframes rotate-orbit {
    from {
        transform: rotate(0) translateX(100px) rotate(0)
    }

    to {
        transform: rotate(360deg) translateX(100px) rotate(-360deg)
    }
}

@keyframes rotate-orbit-counterclockwise {
    from {
        transform: rotate(0) translateX(100px) rotate(0)
    }

    to {
        transform: rotate(-360deg) translateX(100px) rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes gradientAnimation {

    0%,
    100% {
        background: linear-gradient(45deg, #f3fe00, #52b4a8, #544fcb, #d02a8a, #00baf2, #612dea);
        background-size: 250% 250%
    }

    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes swing {
    20% {
        transform: rotate(8deg)
    }

    40% {
        transform: rotate(-5deg)
    }

    60% {
        transform: rotate(3deg)
    }

    80% {
        transform: rotate(-3deg)
    }

    100% {
        transform: rotate(0)
    }
}

.page_head {
    padding: 13rem 0 2rem
}

.page_head .h1,
.page_head h1 {
    margin-bottom: 1rem;
    line-height: 1.3;
    letter-spacing: -1.2px
}

.page_head h1,
.single-post .page_head h1 {
    font-size: 1.9rem;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    display: flex;
    align-items: center
}

.category_layout_1 .page_head h1:before,
.single-post .page_head h1:before {
    content: 'B';
    flex: 0 0 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    background: linear-gradient(140deg, #f3fe00, #52b4a8, #544fcb);
    border-radius: 2rem 0 2rem 2rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem
}

.page_head .text {
    padding: 0 15%
}

.single-post .page_head {
    padding-bottom: 3rem
}

.page>.page_content_box {
    padding-top: 0
}

.page_content .wp-block-image,
.page_content h3,
.page_content ol,
.page_content p,
.page_content ul,
.page_content table {
    margin-bottom: 2rem
}

.page_content .hcb_wrap {
    margin-bottom: 2.5rem
}

.page_content table {
    margin-bottom: 2.5rem
}

.page_content h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 2rem
}


.page_content .page_content_excerpt > *:first-child {
	margin-top: 0;
}

.page_content h3 {
    font-size: 1.2rem
}

.page_content p+h3 {
    margin-top: 3.2rem
}

.page_content h4 {
    font-size: 1rem
}

.page_content a {
    color: var(--color-1);
    text-decoration: none;
    border-bottom: 3px double
}

.page_content h2 {
    margin-top: 3.6rem
}

.page_content>:first-child {
    margin-top: 0
}

.page_content .hcb_wrap {
    margin-top: 0
}

.page_content ol,
.page_content ul {
    padding-left: 1.5rem
}

.page_content .wp-block-image {
    background: #f5f5f5
}

.page_content .annotation a {
    color: var(--color-1)
}

.page_content_box .post_bottom_nav {
	display: flex;
	padding-top: 2rem;
	gap: 1rem;
	justify-content: end;
}

.page_content_box .post_bottom_nav a {
	text-transform: lowercase;
}

.post_bottom_nav + .related_posts {
	padding-top: 3rem;
}

.related_posts .posts_list .col:first-child {
	color: white;
	justify-content: center;
	align-items: center;
	/* animation: gradientAnimation 20s ease infinite; */
	border-color: white;
	background: linear-gradient(140deg, #f3fe00, #52b4a8, #544fcb);
	border-top-right-radius: 0;
}

.related_posts .posts_list .col:first-child h2 {
	font-size: 2rem;
}


.category_menu {
    margin-bottom: 2rem;
    padding: 0 0 1rem
}

.category_menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	gap: 1rem;
}

.category_body {
    padding-top: 1rem;
    padding-bottom: 6rem
}

.category_description {
    padding-bottom: 3rem
}

.category_description h1 {
    font-size: 2rem
}

.category_menu a {
    padding: .8rem 1.5rem;
    display: block;
    position: relative;
    line-height: 1.2;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .8rem 1rem rgb(0 0 0 / .19);
    font-size: .9rem;
    transition: none
}

.category_menu .current-cat a,
.category_menu a:hover {
    background: linear-gradient(140deg, #f3fe00, #52b4a8, #544fcb);
    color: #fff;
    font-size: .9rem;
    text-decoration: none;
    transition: none
}

.breadcrumb {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 1rem 0
}

.breadcrumb,
.breadcrumb a {
    color: var(--color-main);
    font-size: .8rem
}

.breadcrumb span i {
    display: block;
    font-size: .4rem;
    color: #d0d0d0;
    margin: 0 .5rem
}

.pagination {
    list-style: none;
    padding: 3rem 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.pagination a,
.pagination span {
    padding: .5rem .9rem;
    border-radius: .7rem
}

.pagination a:hover,
.pagination a:hover i {
    text-decoration: none;
    color: var(--color-main)
}

.pagination .current {
    background: var(--color-main);
    color: #fff
}

.pagination i {
    color: #d0d0d0;
    font-size: 1.3rem
}

.posts_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem
}

.posts_list .item {
    border-radius: 2.5rem 0 2.5rem 0;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column
}

.posts_list .img {
    padding-top: 14rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.posts_list .item .body {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column
}

.posts_list .title {
    text-transform: none;
    font-size: 1rem;
    margin-bottom: .5rem
}

.posts_list .intro {
    font-size: 80%;
    padding-top: .5rem;
    padding-bottom: 2rem
}

.posts_list .date {
    color: #8f8f8f;
    font-size: 80%
}

.posts_list .image {
    overflow: hidden
}

.posts_list .footer {
    margin-top: auto
}

.post_thumbnail {
    text-align: center;
    padding: 0 10%
}

.post_thumbnail img {
    border-radius: .5rem;
    margin-top: -3rem;
    z-index: 1;
    position: relative
}

.post_body .content {
    padding: 0 12%
}

.page_thumbnail {
    text-align: center;
    padding-bottom: 3rem
}

.page_thumbnail img {
    border-radius: 3rem 0 3rem 3rem;
}

.page_body .wrapper {
    padding: 0 19%
}

.owl-carousel {
    padding-right: 5rem
}

.owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    top: 0
}

.owl-carousel .owl-dots {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-right: .5rem
}

.owl-carousel .owl-dots button {
    margin-bottom: .7rem
}

.owl-carousel .owl-dots button span {
    padding: 1.2rem;
    background: var(--color-1);
    opacity: .2;
    display: block;
    border-radius: 50%;
    transition: .4s ease
}

.owl-carousel .owl-dots button span:hover {
    opacity: .5;
    transition: .4s ease
}

.owl-carousel .owl-dots button.active span {
    opacity: 1;
    transition: .4s ease
}

.owl-carousel .owl-nav button span {
    background: #fff);
    display: flex;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: .4s ease;
    box-shadow: .5rem .5rem 1rem rgb(0 0 0 / .18)
}

.owl-carousel .owl-nav button span:hover {
    background: #fff;
    transition: .4s ease
}

.owl-carousel .owl-nav button span:after {
    font-family: uniwp;
    color: #fff
}

.owl-carousel .owl-nav button span:hover:after {
    color: var(--color-1)
}

.owl-carousel .owl-prev span:after {
    content: "<";
    transform: rotate(-180deg)
}

.owl-carousel .owl-next span:after {
    content: ">"
}

.accordion_box .item {
    padding: 2rem 3rem;
    margin-bottom: 1.5rem;
    border-radius: 2rem;
    background: #fff;
    border-radius: 2.5rem 0 2.5rem 0
}

.accordion_box .content {
    display: none;
    padding: 2rem 0 0;
    overflow: hidden;
    background: #fff
}

.accordion_box .title {
    background: #fff;
    /*! padding: 1rem 2rem; */
    transition: all .2s linear 0;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center
}

.accordion_box .title h2 {
    margin-bottom: 0;
    margin-right: auto;
    padding-right: 15%;
    text-transform: none;
    font-size: 1.2rem
}

.accordion_box .title:after {
    font-family: uniwp;
    content: "\e903";
    color: var(--color-2);
    border: 0;
    border-radius: 50%;
    min-height: 2.3rem;
    min-width: 2.3rem;
    display: flex;
    transform: rotate(-180deg);
    justify-content: center;
    align-items: center;
    font-size: 1.5rem
}

.accordion_box .active_item:after {
    transform: rotate(0)
}

.slider {
    background: #000
}

.slider .container {
    display: flex;
    flex-direction: column;
    justify-content: space-around !important
}

.slider .item .wrapper {
    width: 50%
}

.slider .item {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 45rem;
    padding: 10rem 4rem 5.5rem 4rem;
    display: flex;
    color: #fff
}

.slider .item:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.slider .item:after {
    background: rgb(3 3 3 / .56)
}

.slider .subtitle,
.slider h2 {
    text-transform: uppercase;
    color: #fff
}

.slider .container {
    z-index: 1
}

.slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1rem;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.slider .owl-dots button {
    outline: 0 !important;
    border: 2px solid #fff !important;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .3rem
}

.slider .owl-dots span {
    background: #fff0;
    height: 1rem;
    width: 1rem;
    display: block;
    border-radius: 50%
}

.slider .owl-dots .active span {
    background: #fff
}

.slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: 0 !important
}

.slider .owl-nav .owl-prev {
    left: 1.5rem
}

.slider .owl-nav .owl-next {
    right: 1.5rem
}

.gallery_body,
.gallery_simple {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: .7rem;
    grid-row-gap: 3.5rem
}

.gallery:after {
    display: block;
    content: "";
    clear: both
}

.gallery-icon img {
    border: none !important
}

.gallery_nav,
.tabs_nav {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    border-bottom: 2px solid;
    padding-bottom: 1rem
}

.gallery_nav li,
.tabs_nav li {
    font-family: OpenSans-Bold, arial, sans-serif;
    font-size: 1.4rem;
    margin: 0 .6rem;
    line-height: 1.3;
    cursor: pointer;
    order: 2
}

.gallery_nav li.active,
.tabs_nav li.active {
    font-size: 3rem;
    margin-right: auto;
    order: 1
}

.tabs_box .tabs_body .content {
    display: none
}

.tabs_box .tabs_body .active {
    display: block !important
}

.tabs_nav li {
    cursor: pointer
}

footer:before {
    content: '';
    animation: gradientAnimation 20s ease infinite;
    height: 1.5rem;
    width: 100%;
    display: block
}

footer section {
    text-align: center
}

footer section {
    padding-top: 4rem;
    padding-bottom: 4rem
}

footer .logo img {
    filter: brightness(0) invert(1);
    width: 30%
}

footer ul.menu {
    padding: 2rem 0 0 0;
    display: flex;
    justify-content: center;
    list-style: none
}

footer .menu a {
    font-family: OpenSans-SemiBold, arial, sans-serif;
    line-height: 1;
    display: flex;
    align-items: center;
    transition: .5s ease;
    padding: .6rem;
    color: #fff;
    text-transform: uppercase
}

footer .menu a:hover {
    text-decoration: none;
    transition: .4s ease;
    color: var(--color-1)
}

footer .contact_links ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 2rem 0 0 0;
    line-height: 1;
    margin: 0
}

footer .contact_links a {
    color: #fff;
    transition: .4s ease;
    font-size: 3.5rem;
    margin: 0 .5rem;
    display: inline-block
}

footer .contact_links a:hover {
    text-decoration: none;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
    transition: .4s ease
}

footer .bottom_menu {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
    padding: 2.5rem 0 .5rem
}

footer .bottom_menu li {
    padding: 0 .5rem
}

footer .bottom_menu a {
    font-family: OpenSans-SemiBold, arial, sans-serif;
}

footer .bottom_menu img {
    width: 1.3rem;
}

footer .copyright {
    font-size: .7rem;
    padding: 1rem 0 3rem;
    color: gray;
    text-align: center
}

footer .copyright a {
    color: gray
}

a[data-fancybox] img {
    cursor: zoom-in
}

.fancybox-zoomIn {
    animation: .25s ease both fancybox-zoomIn
}

.fancybox-zoomOut {
    animation: .15s ease both fancybox-zoomOut
}

.icon_text {
    display: flex
}

.icon_text .text {
    padding-left: .5rem
}

.icon_text i {
    padding-top: .1%
}

.iconbox_left {
    margin-bottom: 1rem
}

.iconbox_left .col {
    display: flex
}

.iconbox_left .icon {
    padding-right: 1rem;
    width: 2.5rem;
    font-size: 1.2rem
}

.iconbox_left p:last-child {
    margin: 0
}

.cn-text-container {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.468' height='36.012' viewBox='0 0 37.468 36.012'%3E%3Cpath d='M16.1-.848A18.012,18.012,0,0,1,.12-20.667,18.017,18.017,0,0,1,19.944-36.653a19.126,19.126,0,0,1,2.508.449l1.192.3-.012,1.228A14.025,14.025,0,0,0,34.775-20.861l1.2.249.043,1.224a18.594,18.594,0,0,1-.092,2.555A18.015,18.015,0,0,1,16.1-.848ZM32.826-17.159l.034-.975-.186-.047a17.155,17.155,0,0,1-12.1-15.01l-.007-.191-.956-.172A14.9,14.9,0,0,0,3.219-20.334,14.9,14.9,0,0,0,16.435-3.947,14.9,14.9,0,0,0,32.826-17.159ZM20.014-8.1a1.445,1.445,0,0,1-1.281-1.587,1.445,1.445,0,0,1,1.587-1.281A1.446,1.446,0,0,1,21.6-9.385,1.444,1.444,0,0,1,20.014-8.1Zm-8.3-2.884a1.208,1.208,0,0,1-1.07-1.326,1.209,1.209,0,0,1,1.327-1.07,1.209,1.209,0,0,1,1.07,1.327A1.208,1.208,0,0,1,11.71-10.989Zm15.548-1.866a1.945,1.945,0,0,1-1.724-2.136,1.945,1.945,0,0,1,2.138-1.724A1.945,1.945,0,0,1,29.4-14.577,1.945,1.945,0,0,1,27.258-12.855ZM19.209-18.6a1.291,1.291,0,0,1-1.144-1.418,1.29,1.29,0,0,1,1.418-1.145,1.292,1.292,0,0,1,1.145,1.419A1.293,1.293,0,0,1,19.209-18.6Zm-9.97,0a1.944,1.944,0,0,1-1.724-2.137,1.945,1.945,0,0,1,2.138-1.723,1.943,1.943,0,0,1,1.722,2.137A1.944,1.944,0,0,1,9.239-18.609Zm6.736-8.065a1.791,1.791,0,0,1-1.587-1.968,1.791,1.791,0,0,1,1.968-1.587,1.793,1.793,0,0,1,1.588,1.968A1.792,1.792,0,0,1,15.975-26.674Zm20.1-1.088a.709.709,0,0,1,.778-.627.709.709,0,0,1,.628.778.709.709,0,0,1-.778.627A.709.709,0,0,1,36.074-27.762Zm-4.311.771a1.79,1.79,0,0,1-1.587-1.967,1.789,1.789,0,0,1,1.968-1.587,1.789,1.789,0,0,1,1.586,1.968A1.788,1.788,0,0,1,31.763-26.991Zm-1.858-7.984a1.29,1.29,0,0,1,1.418-1.145A1.293,1.293,0,0,1,32.468-34.7a1.292,1.292,0,0,1-1.42,1.144A1.291,1.291,0,0,1,29.905-34.975Z' transform='translate(-0.016 36.756)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: left center;
    background-repeat: no-repeat;
    padding: .5rem 0 .5rem 3rem
}

.cn-more-info {
    background-color: #6a6a6a !important
}

.category_layout_1 .posts_list,
.related_posts .posts_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: auto;
    margin: 0
}

.category_layout_1 .posts_list .col,
.related_posts .posts_list .col {
    border: 1px solid #b2b2b2;
    padding: 2.5rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: column
}

.category_layout_1 .posts_list .image,
.related_posts .posts_list .image {
    padding-top: 70%;
    position: relative;
    margin-bottom: 1.5rem
}

.category_layout_1 .posts_list .image img,
.related_posts .posts_list .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    max-height: 100%;
    width: auto
}

.category_layout_1 .posts_list .title,
.related_posts .posts_list .title {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 1.5rem
}

.category_layout_1 .posts_list .title>*,
.related_posts .posts_list .title>* {
    text-transform: none;
    letter-spacing: 0
}

.category_layout_1 .posts_list .text,
.related_posts .posts_list .text {
    font-size: .8rem
}

.category_layout_1 .posts_list .box_btn,
.related_posts .posts_list .box_btn {
    margin-top: auto
}

.top_menu .btn_1 {
    margin-left: .5rem
}

.icon_text .text {
    padding-left: .5rem
}

.top_menu .btn_cs {
    padding: .9rem 1.7rem !important;
    margin-left: 1.5rem !important
}

.top_menu .btn_2:hover,
.top_menu .btn_3:hover {
    color: #fff
}

.carousel_cs1 {
    background: #f8f8f8;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.carousel_cs1 .item {
    padding: .8rem
}

.box_cs1 .col_row .col:last-child {
    position: relative
}

.page_content {
    line-height: 2
}

.hcb_wrap.hcb_wrap>pre,
.hcb_wrap.hcb_wrap>pre>code {
    background: #171717
}

.box_cs1 {
    padding-top: 12rem;
    overflow: hidden
}

.box_cs1 .container>.col_row {
    align-items: center
}

.box_cs1 h1 {
    font-size: 5.3rem
}

.box_cs2 {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.box_cs2 .circle {
    animation: none !important;
    top: 30% !important;
    left: 23% !important;
    width: 22rem;
    height: 22rem;
    animation: pulse 10s infinite !important
}

.box_cs2 .circle:nth-child(1):after {
    background: linear-gradient(to right top, #00ff70, #0028ff);
    opacity: .6;
    transform: rotate(45deg)
}

.gallery_cs1 {
    padding: 6rem 4%
}

.gallery_cs1 .gallery_nav {
    color: #fff
}

.gallery_cs1 .owl-dots button span {
    background: #fff
}

.gallery_light {
    background-color: #f8f8f8 !important;
    background-image: linear-gradient(90deg, #fff 1px, #fff0 1px), linear-gradient(#e8e8e8 1px, transparent 1px) !important
}

.gallery_light .owl-dots button span {
    background: #b7ad98
}

.gallery_light .gallery_nav {
    color: var(--color-main)
}

.gallery_light .circles_box {
    opacity: 0
}

.gallery_cs1 .circles_box .circle:after {
    opacity: .8
}

.gallery_cs1 .circles_box .circle {
    width: 350px;
    height: 350px
}

.gallery_cs1 .circles_box .circle:nth-child(1):after {
    top: 25%;
    right: 10%;
    background: linear-gradient(to right top, #f3fe00, #07b9a3)
}

.gallery_cs1 .circles_box .circle:nth-child(5):after {
    top: 25%;
    right: 10%;
    background: linear-gradient(to right top, #f3fe00, #07b9a3)
}

.gallery_cs1 .circles_box .circle:nth-child(2):after {
    left: 20%;
    bottom: 20%
}

.gallery_cs1 .circles_box .circle:nth-child(3):after {
    left: auto;
    top: 15%;
    background: linear-gradient(to right top, #00baf2, #612dea);
    right: 0
}

.gallery_cs1 .circles_box .circle:nth-child(4),
.gallery_cs1 .circles_box .circle:nth-child(5) {
    width: 150px;
    height: 150px
}

.gallery_cs1 .gallery_body {
    display: block
}

.gallery_cs1 .owl-item .item {
    margin: .3rem;
    position: relative;
    color: #fff;
    overflow: hidden
}

.gallery_cs1 .owl-item .item a {
    padding: .7rem 1.8rem
}

.gallery_cs1 .item .content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .72);
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: .4s ease
}

.gallery_cs1 .owl-item .item:hover .content {
    opacity: 1;
    transition: .4s ease
}

.gallery_cs1 .item .title {
    font-family: OpenSans-Bold, arial, sans-serif;
    font-size: 1rem;
    margin-bottom: .8rem;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: .4s ease;
    text-align: center
}

.gallery_cs1 .item .description {
    margin-bottom: 1.5rem;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: .4s ease;
    text-align: center;
    padding: 0 10%;
    font-size: 80%
}

.gallery_cs1 .item img {
    transform: scale(1);
    transition: .4s ease
}

.gallery_cs1 .wrapper:hover>img {
    transform: scale(1.03);
    transition: .4s ease
}

.gallery_cs1 .wrapper {
    overflow: hidden
}

.gallery_cs1 .item a {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.gallery_cs1 .content:hover>a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.gallery_cs1 .content:hover>.description {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease
}

.gallery_cs1 .content:hover>.title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease
}

.gallery_cs1 .internal .content {
    opacity: 1;
    background: #fff0;
    padding: 10%
}

.gallery_cs1 .internal .description,
.gallery_cs1 .internal .title,
.gallery_cs1 .internal a {
    -webkit-transform: none;
    transform: none
}

.text_cs1 ul {
    column-count: 3;
    column-gap: 4rem
}

.contact_form .head h2 {
    padding-top: 0
}

.contact_form .image img {
    border-radius: 3rem;
    box-shadow: -1rem 1rem 3rem rgb(0 0 0 / .37)
}

.contact_form .col:nth-child(1) .wrapper {
    padding-right: 10%
}

.contact_form .circle:after {
    opacity: .6
}

.contact_form .circle:nth-child(1) {
    left: 10%;
    top: 35%;
    animation: rotate-orbit-counterclockwise 25s linear infinite
}

#contact_form input.form_control:nth-child(1) {
    display: block;
    width: 2px;
    height: 2px;
    margin-bottom: -2px;
    border: none;
    padding: 0;
    opacity: .01
}

#contact_form>* {
    margin-bottom: 1.1rem
}

#contact_form textarea {
    height: 8rem
}

.img_box_cs1 {
    position: relative
}

.img_box_cs1 .img_cs2 {
    max-width: 45%
}

.img_box_cs1 .img_cs3 {
    max-width: 35%
}

.img_box_cs1 .img_cs1 img {
    mask-image: url(images/mask.svg);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat
}

.img_box_cs1 .img_cs2 {
    position: absolute;
    top: 0;
    left: -5%;
    transition: .4s ease
}

.img_box_cs1 .img_cs3 {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .8s ease
}

.img_box_cs1 .img_cs1,
.img_box_cs1 img {
    filter: drop-shadow(.3rem .3rem .3rem rgba(0, 0, 0, .18))
}

.title_cs1 span {
	font-size: 4rem;
}

@media (max-width:1280px) {

    .box_cs1 h1,
    .h1,
    h1 {
        font-size: 3.5rem
    }

    .box_cs3 h2,
    .h2,
    h2 {
        font-size: 3.3rem
    }

    .h3,
    h3 {
        font-size: 1.8rem
    }

    .h4,
    .h5,
    h4,
    h5 {
        font-size: 1.2rem
    }

    .container {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%
    }

    .col_px_lg .col_row,
    .col_px_sm .col_row,
    .col_row {
        margin-left: -2rem;
        margin-right: -2rem;
        width: auto
    }

    .col_px_lg .col_row>div,
    .col_px_sm .col_row>div,
    .col_row>div {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .col_px_sm .col_row {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .col_px_sm .col_row>div {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .non_stretched {
        width: calc(100% - 3rem);
        padding: 2rem
    }

    .box_btn {
        display: block
    }

    .box_btn a {
        margin-bottom: .7rem
    }

    footer .col_container .logo {
        flex: 0 0 auto !important;
        width: auto;
        padding-right: 2rem !important
    }

    footer .col_container .icon_text {
        padding-top: 0
    }

    .owl-carousel {
        padding-right: 2.5rem
    }

    .owl-carousel .owl-dots button span {
        padding: .7rem
    }

    .owl-carousel .owl-dots {
        padding-right: 0
    }

    .gallery_nav li,
    .tabs_nav li {
        padding: .8rem
    }

    .gallery_nav li.active,
    .tabs_nav li.active {
        font-size: 2.3rem;
        padding-left: 0
    }

    .category_layout_1 .posts_list {
        margin-top: 2rem;
        margin-left: 0;
        margin-right: 0;
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .category_body .category_layout_1 .posts_list {
        margin-top: 0
    }

    .gallery_cs1 {
        padding: 4rem 0
    }

    .gallery_cs1 .item .content {
        z-index: -1
    }

    .gallery_cs1 .internal .content {
        z-index: 1
    }

    .gallery_cs1 .item.active .content {
        opacity: 1;
        z-index: 1;
        transition: .4s ease
    }

    .gallery_cs1 .item .description,
    .gallery_cs1 .item .title,
    .gallery_cs1 .item a {
        -webkit-transform: none;
        transform: none;
        font-size: 90%
    }

    .gallery_cs1 .gallery_nav {
        margin-top: 0
    }
	.title_cs1 span {
		font-size: 3rem;
	}
}

@media (max-width:1200px) {
    header .wrapper {
        padding-right: 2rem
    }

    header .logo {
        display: block;
        padding-right: 1.3rem;
        margin-right: auto
    }

    header .logo img {
        width: 7rem;
        max-width: 100%
    }

    .h_scroll .logo img {
        width: 4rem
    }

    header .right {
        background: #fff0
    }

    header ul li.separator {
        padding-left: .5rem;
        margin-left: .5rem
    }

    .menu_btn {
        display: inline-block
    }

    .top_menu {
        display: none;
        position: fixed;
        width: 100%;
        left: 0;
        background: #fff;
        top: 0;
        border: 0;
        padding: 5.5rem 1.5rem 1.5rem;
        margin: 0;
        overflow-y: scroll;
        bottom: 0
    }

    .top_menu a {
        padding: .6rem 0
    }

    .top_menu li {
        display: block;
        margin-bottom: .5rem
    }

    .h_scroll .top_menu li {
        padding: 0
    }

    .top_menu li a:hover {
        transform: none
    }

    .top_menu li.icon {
        padding: 1.5rem 0
    }

    .top_menu .sub-menu {
        display: block;
        box-shadow: none;
        position: static;
        padding: 1rem
    }

    .top_menu .sub-menu li a {
        border-bottom: 1px solid #fff
    }

    .top_menu .sub-menu:before {
        content: none
    }

    .top_menu .btn_cs {
        margin-left: 0 !important
    }
	.top_menu .pll-parent-menu-item .sub-menu {
		background: none;
		display: flex;
		gap: 1rem;
		padding-top: 1rem;
	}
	.top_menu .pll-parent-menu-item > a {
		display: none;
	}
	.top_menu .pll-parent-menu-item .sub-menu img {
		width: 1.5rem;
	}
    .btn_cs {
        margin-left: 0
    }

    .slider .item .wrapper {
        width: auto
    }

    .posts_list {
        grid-template-columns: repeat(2, 1fr)
    }

    .posts_list img {
        object-fit: cover;
        height: 100%;
        width: 100%
    }

    .gallery_nav li,
    .tabs_nav li {
        font-size: 1.1rem
    }
	
	.page_head {
		padding: 6rem 0 1rem;
	}

    .text_cs1 ul {
        column-count: 2;
        column-gap: 2rem
    }

    .box_cs2 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
}

@media (max-width:992px) {

    .box_cs3 h2,
    .h2,
    .page_text h2,
    footer .slogan,
    h2 {
        font-size: 2.2rem
    }

    .box_cs2,
    section {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .pt_lg,
    .py_lg {
        padding-top: 3rem
    }

    .pb_lg,
    .py_lg {
        padding-bottom: 3rem
    }

    .pt_md,
    .py_md {
        padding-top: 2rem
    }

    .pb_md,
    .py_md {
        padding-bottom: 2rem
    }

    .pt_sm,
    .py_sm {
        padding-top: .8rem
    }

    .pb_sm,
    .py_sm {
        padding-bottom: .8rem
    }

    .col_center .col_row {
        align-items: start
    }

    [class*=" btn_"],
    [class^=btn_] {
        padding: 1rem 1.7rem
    }

    .page_body .wrapper {
        padding: 0 10%
    }

    .breadcrumb {
        display: block
    }

    .breadcrumb span {
        display: block;
        padding: .3rem
    }

    .breadcrumb span i {
        display: none
    }

    .category_menu ul {
        flex-wrap: wrap;
        padding: 1rem 0
    }

    .category_menu a {
        padding: .5rem .7rem;
        border: 1px solid;
        border-radius: 1rem;
        margin: .2rem .5rem .2rem 0
    }

    .category_menu .current-cat a {
        background: #fff;
        color: var(--color-1)
    }

    .category_menu .current-cat a:after {
        content: none
    }

    .category_layout_1 .posts_list {
        grid-template-columns: repeat(2, 1fr)
    }

    .items_list_markers .col_row>.col {
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .offer_list,
    .reference_list {
        grid-template-columns: repeat(2, 1fr)
    }

    .gallery_body,
    .gallery_simple {
        grid-template-columns: repeat(2, 1fr) !important
    }

    .gallery_cs1 .item .description {
        text-align: center;
        font-size: .8rem
    }

    .single-post .page_head h1 {
        font-size: 2rem
    }

    footer .bottom_menu {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .img_box_cs1 .img_cs2 {
        left: 5%
    }

    .img_box_cs1 .img_cs3 {
        right: 3%
    }
}

@media (max-width:768px) {
    .title_center {
        margin-bottom: 1rem
    }

    .container {
        max-width: 100% !important;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .col_row {
        display: block
    }

    .col_row>div {
        margin-bottom: 2.5rem;
        width: 100% !important;
        max-width: 100% !important
    }

    .col_row>:last-child {
        margin-bottom: 0
    }

    .slider .item .wrapper {
        padding: 0 1rem
    }

    .slider .item {
        padding: 10rem 1rem 2rem 1rem;
        height: 40rem
    }

    .slider .item .wrapper {
        padding: 0
    }

    .slider .owl-nav {
        display: none
    }

    .slider .content {
        width: 100%
    }

    .slider-carousel .owl-dots {
        top: auto;
        flex-direction: row;
        left: 0;
        bottom: 1.5rem
    }

    .tabs_box .tabs {
        display: block
    }

    .gallery_nav,
    .tabs_nav {
        flex-direction: column;
        margin-bottom: 1rem;
        border-bottom: none
    }

    .gallery_nav li.active,
    .tabs_nav li.active {
        padding: 0 0 1rem;
        margin: 0
    }

    .gallery_nav li,
    .tabs_nav li {
        padding: .4rem;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid
    }

    .accordion_box {
        text-align: left
    }

    .pagination {
        overflow-x: scroll
    }

	.category_menu {
		margin-bottom: 0;
		padding: 0;
	}

    .category_body {
        padding-bottom: 3rem
    }

    .category_body .pagination {
        margin-bottom: 0
    }
	
	.page_thumbnail {
		padding-bottom: 0;
	}

    .title_1 br {
        display: none
    }

    .box_cs1 {
        text-align: center
    }

    .box_cs1 .col_row {
        display: flex;
        flex-direction: column
    }

    .box_cs1 .container>.col_row>.col:first-child {
        order: 2;
        margin-top: 3rem;
        margin-bottom: 1rem
    }

    .category_layout_1 .posts_list {
        display: grid
    }

    .category_layout_1 .posts_list .col {
        margin-bottom: 0
    }

    .text_cs1 ul {
        column-count: 1
    }

    .blog_box,
    .contact_form {
        text-align: center
    }

    .contact_form .col:nth-child(1) .wrapper {
        padding-right: 0
    }

    .blog_box ul {
        list-style: none;
        padding: 0
    }

    .blog_box ul li {
        padding-left: 0
    }

    footer .logo img {
        filter: brightness(0) invert(1);
        width: auto;
        max-width: 50%
    }

    .box_cs1 .text_cs {
        display: none
    }
}

@media (max-width:576px) {

    .box_cs1 h1,
    .h1,
    h1 {
        font-size: 2.5rem;
        word-wrap: break-word
    }

    .h2,
    .page_text h2,
    h2 {
        font-size: 1.8rem
    }

    .h3,
    h3 {
        font-size: 1.5rem
    }

    .h4,
    .h5,
    h4,
    h5 {
        font-size: 1.1rem
    }

    .hcb_wrap+h2,
    p+h2 {
        margin-top: 3rem
    }

    .h_scroll .logo img,
    header .logo img {
        width: 5rem
    }

    .slider .content {
        padding: 1.5rem
    }

    .slider .item {
        height: 55rem
    }

    .gallery_body,
    .gallery_simple {
        grid-template-columns: repeat(1, 1fr) !important
    }

    .accordion_box .title:after {
        font-size: 1rem
    }

    .accordion_box .item {
        padding: 1.5rem 2rem
    }

    .accordion_box .title h2 {
        font-size: 1rem
    }

    .owl-carousel {
        padding-right: 1.5rem
    }

    .owl-carousel .owl-dots button {
        margin-bottom: .3rem
    }

    .owl-carousel .owl-dots button span {
        padding: .4rem
    }

    .box_cs1 {
        padding-top: 8rem
    }

    .category_layout_1 .posts_list {
        grid-template-columns: repeat(1, 1fr)
    }

    .posts_list {
        grid-template-columns: repeat(1, 1fr)
    }

    .page_body .wrapper {
        padding: 0
    }

    footer .bottom_menu {
        flex-direction: column;
        align-items: center;
        margin-bottom: 1.7rem
    }

    :not(pre)>code {
        white-space: pre-wrap !important;
        word-break: break-word
    }

    .gallery_cs1 .internal .content {
        padding: 1rem
    }

    .gallery_cs1 .item .description {
        padding: 0 1rem
    }

    footer .contact_links a {
        font-size: 2.5rem
    }

    .img_box_cs1 .img_cs2 {
        max-width: 35%
    }

    .img_box_cs1 .img_cs3 {
        max-width: 30%
    }
	.title_cs1 span {
		font-size: 2.5rem;
	}
}