@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-BoldMT.eot');
    src: url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-BoldMT.woff2') format('woff2'),
        url('../fonts/Arial-BoldMT.woff') format('woff'),
        url('../fonts/Arial-BoldMT.ttf') format('truetype'),
        url('../fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-ItalicMT.eot');
    src: url('../fonts/Arial-ItalicMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-ItalicMT.woff2') format('woff2'),
        url('../fonts/Arial-ItalicMT.woff') format('woff'),
        url('../fonts/Arial-ItalicMT.ttf') format('truetype'),
        url('../fonts/Arial-ItalicMT.svg#Arial-ItalicMT') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-BoldItalicMT.eot');
    src: url('../fonts/Arial-BoldItalicMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-BoldItalicMT.woff2') format('woff2'),
        url('../fonts/Arial-BoldItalicMT.woff') format('woff'),
        url('../fonts/Arial-BoldItalicMT.ttf') format('truetype'),
        url('../fonts/Arial-BoldItalicMT.svg#Arial-BoldItalicMT') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/ArialMT.eot');
    src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArialMT.woff2') format('woff2'),
        url('../fonts/ArialMT.woff') format('woff'),
        url('../fonts/ArialMT.ttf') format('truetype'),
        url('../fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*--------main color typhography--------*/
:root {
  --sk-primary: #204F9A ;
  --sk-secondary: #e7501e;
  --sk-text: #434343;
  --sk-white: #ffffff;
  --sk-black: #000000;
  --sk-gray: #f5f6f6;
}
/*--------End main color typhography--------*/


body {
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-family: 'Arial';
    color: var(--sk-text);
    font-size: 18.667px;
    line-height: 1.2;
}

h1,h2,h3,h4,h5,h6{
    margin: 0 0 20px 0;
    line-height: 1.2;
    color: var(--sk-primary);
    font-weight: normal;
    font-family: 'Arial';
}

h1,
h1.maxtitle-1,
h2.maxtitle-1,
h3.maxtitle-1,
h4.maxtitle-1,
h5.maxtitle-1,
h6.maxtitle-1 {
    font-size: 32px;
    line-height: 1.2;
}
h2,
h1.maxtitle-2,
h2.maxtitle-2,
h3.maxtitle-2,
h4.maxtitle-2,
h5.maxtitle-2,
h6.maxtitle-2  {
    font-size: 27px;
    line-height: 1.2;
}

h3,
h1.maxtitle-3,
h2.maxtitle-3,
h3.maxtitle-3,
h4.maxtitle-3,
h5.maxtitle-3,
h6.maxtitle-3  {
    font-size: 25px;
    line-height: 1.2;
}

h4,
h1.maxtitle-4,
h2.maxtitle-4,
h3.maxtitle-4,
h4.maxtitle-4,
h5.maxtitle-4,
h6.maxtitle-4 {
    font-size: 22px;
    line-height: 1.2;
}

h5,
h1.maxtitle-5,
h2.maxtitle-5,
h3.maxtitle-5,
h4.maxtitle-5,
h5.maxtitle-5,
h6.maxtitle-5 {
    font-size: 20px;
    line-height: 1.2;
}

h6,
h1.maxtitle-6,
h2.maxtitle-6,
h3.maxtitle-6,
h4.maxtitle-6,
h5.maxtitle-6,
h6.maxtitle-6 {
    font-size: 18px;
    line-height: 1.2;
}

p {
    margin:0 0 20px;
}
strong {
    font-weight: bold;
}
ul,ol {
    padding:0 0 0 20px;
    margin: 0 0 20px;
}
ul li,ol li {
    margin: 0;
    padding: 0px;
}
a { 
    color: var(--sk-primary);
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover, a:visited, a:focus{
    text-decoration: none;
    outline: none;
} 
a:hover {
    color: var(--sk-secondary);
    text-decoration: none;
}  
img {
    max-width: 100%;
}
input, textarea, a, img {
    outline: none !important;
    resize: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
section:before, section:after{
    clear: both;
    display: table;
    content: "";
}
section{
    position: relative;
    clear: both;
    padding: 45px 0px;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-up {
    text-transform: uppercase;
}
/*input[type="text"] , input[type="password"] , input[type="email"] , input[type="url"] , input[type="phone"] , textarea{
    border: 1px solid #58646a;
    width: 100%;
    padding: 0 20px;
    background: var(--sk-white);
    //height: 42px;
}*/

/*textarea{
    height: 150px;
    resize: none;
    padding: 20px;
}*/
table{  
    margin-bottom: 0px;
    overflow-x: auto;
}
td , th{
    padding: 10px 20px;
    border-right: 1px solid #e1e1e1;
    background: #fff;
}
th,tr{  
    border: 1px solid #e1e1e1;
}
button:focus {
    outline: none;
}

.btn-outer {
    position: relative;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.btn-outer.right-align {
    align-items: flex-end;
}
.btn-outer.center-align {
    align-items: center;
}
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px 10px;
    background-color: var(--sk-primary);
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid var(--sk-primary);
    color: var(--sk-white);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: uppercase;
}
.btn:hover {
    color: var(--sk-white);
    background-color: var(--sk-secondary);
    border-color: var(--sk-secondary);
}
.btn:focus {
    outline: none;
}

.content-title,
.content-row,
.content-info,
.content-blog,
.content-img {
    position: relative;
}
.content-middle .row > [class^="col-"] {
    align-self: center;
}
.content-bottom .row > [class^="col-"] {
    align-self: flex-end;
}
.center-align,
.center-align,
.center-align {
    text-align: center;
}
.right-align,
.right-align,
.right-align {
    text-align: right;
}
.gallery-item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.scroll-top {
    position: fixed;
    display: inline-block;
    width: 30px;
    bottom: 100px;
    right: 15px;
    background-color: var(--sk-primary);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.scroll-top img {
    width: 100%;
    height: auto;
}
.scroll-top:hover .normal-img {
    opacity: 0;
    visibility: hidden;
}
.scroll-top:hover .hover-img {
    opacity: 1;
    visibility: visible;
}
.scroll-top.sticky {
    opacity: 1;
    visibility: visible;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 40px;
}
.equal-column > .row > [class^="col-"] {
    flex: 1;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.grid-25 > .row {
    margin: 0 -25px;
}
.grid-25 > .row > [class^="col-"]{
    padding: 0 25px;
}
.grid-22 > .row {
    margin: 0 -22px;
}
.grid-22 > .row > [class^="col-"]{
    padding: 0 22px;
}
.grid-10 > .row {
    margin: 0 -10px;
}
.grid-10 > .row > [class^="col-"]{
    padding: 0 10px;
}

.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color span,
.white-color {
    color: var(--sk-white);
}
.black-color {
    color: #000000;
}
.bg-skeen {
    background-color: var(--sk-skeen);
}
/*---------header-part---------*/

.main-part {
}
.main-area,
.main-area:not(.main-vertical)>.container,
.main-content-wrap,
.main-col,
.main-element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.main-area {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: stretch
}
.main-content-wrap {
    width: 100%;
}
.main-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-col.main-left-col {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.main-col.main-center-col,
.main-area .main-element {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main-col.main-right-col {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.main-col:empty {
    display: none
}

.main-area.main-content-top .main-col {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.main-area.main-content-middle .main-col,
.main-area .main-element {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main-area.main-content-bottom .main-col {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}
.container-fluid {
    padding: 0;
    max-width: 1200px;
}
.header-part .container {
    padding: 0;
    max-width: 1200px;
}
.header-part {
    position: fixed;
    display: inline-block;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 24px 24px 0 50px;
    background-color: var(--sk-white);
}
.header-part.sticky {
    padding-top: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
body.logged-in.admin-bar .header-part {
    top:32px;
}

.header-logo {
    position: relative;
    display: flex;
    padding: 16px 0 30px;
}
.header-part.sticky .header-logo {
    padding: 10px 0 20px;
}
.header-logo img {
    width: 372px;
    height: auto;
    display: flex;
}
.header-part.sticky .header-logo img {
    width: 200px;
}
.header-right {
    display: flex;
}
.header-contact {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    gap: 14px;
}
.header-contact li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
/*.header-contact li:before {
    position: relative;
    display: flex;
    content: '';
    width: 1px;
    height: 16px;
    background-color: var(--sk-text);
    margin: 0 7px;
}*/
.header-contact li:first-child:before {
    display: none;
}
.header-contact li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
}
.header-contact li a span {
    position: relative;
    display: flex;
}
.header-contact li a img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    object-fit: contain;
    display: flex;
    transition: all 0.3s ease-out;
}
.header-contact li.mail-link span {
    display: none;
}
.header-contact li.mail-link a {
    text-decoration: underline;
}
.hover-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.header-contact li a:hover .normal-img {
    opacity: 0;
    visibility: hidden;
}
.header-contact li a:hover .hover-img {
    opacity: 1;
    visibility: visible;
}
nav#menu {
    display: flex;
    align-items: flex-end;
}
.main-menu {
    display: flex;
    align-items: center;
    padding: 0 0;
    margin: 0;
}
.main-menu > li {
    position: relative;
    display: flex;
    padding: 0 0px;
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu > li:not(:last-child):after {
    position: relative;
    display: flex;
    content: '';
    width: 1px;
    height: 28px;
    background-color: var(--sk-text);
    margin: 0 17px;
}
.main-menu > li > a {
    display: inline-flex;
    position: relative;
    color: var(--sk-text);
    font-size: 20px;
    line-height: 1.5;
    padding: 0px 0px 10px;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1;
} 
.main-menu > li:hover > a {
    color: var(--sk-secondary);
    text-decoration: none;
}
.main-menu > li.current-menu-ancestor > a,
.main-menu > li.current-menu-item > a {
    color: var(--sk-secondary);
}
.main-menu > li > a:after {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: var(--sk-secondary);
    transition: all 0.3s ease-out;
}
.main-menu > li.current-menu-ancestor > a:after,
.main-menu > li.current-menu-item > a:after,
.main-menu > li:hover > a:after {
    width: 100%;
}
.main-menu > li > ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 0px;
    background-color: var(--sk-white);
    border-radius: 0px;
    padding: 20px;
    list-style-type: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.35s;
}
.main-menu > li:hover > ul{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.main-menu > li li {
    padding: 0;
    margin: 3px 0;
}
.main-menu > li li:last-child {
    border-bottom: none;
}
.main-menu > li li a {
    position: relative;
    display: inline-block;
    width: 100%;
    color: var(--sk-text);
    font-size: 19px;
    line-height: 1.3;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
}
.main-menu > li li.current-menu-item a,
.main-menu > li li:hover a {
    color: var(--sk-secondary);
    text-decoration: underline;
}


/*------mobile-menu-------*/
body.sk-hidden  {
    overflow: hidden;
}
.mobile-div,
.mobile-header {
    display: none;
}
.desktop-header,
.mobile-header {
    width: 100%;
}
.dropdown-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
}
.dropdown-toggle .span-line {
    width: 32px;
    height: 20px;
    position: relative;
    display: inline-block;
}
.dropdown-toggle .span-line span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    top: 8px;
    height: 4px;
    background-color: var(--sk-primary);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle .span-line span:before {
    position: absolute;
    content: '';
    left: 0;
    top: -8px;
    width: 100%;
    height: 4px;
    background-color: var(--sk-primary);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle .span-line span:after{
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 100%;
    height: 4px;
    background-color: var(--sk-primary);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle.open .span-line span {
    transform: translate3d(0,0px,0) rotate(45deg);
}
.dropdown-toggle.open .span-line span:before {
    transform: rotate(-45deg) translate3d(8px,-8px,0);
    opacity: 0;
}
.dropdown-toggle.open .span-line span:after {
    transform: translate3d(0,-8px,0) rotate(-90deg);
    width: 100%;
}
.dropdown-toggle::after {
    display: none;
}
.sk-offcanvas-content {
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 280px;
    z-index: 9999;
    background-color: var(--sk-white);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
    top: 100%;
    height: auto;
    background: #ffffff;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(2);
    transform: translateX(-50%) scale(2);
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sk-offcanvas-content.open {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
    visibility: visible;
} 
.sk-offcanvas-content .wp-sidebar {
    overflow-x: hidden;
    height: 100%;
    padding: 0px;  
    margin: 0;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    margin: auto;
}
ul.sk-mobile-menu {
    width: 100%;
    margin: 0 0 0px;
    padding: 0;
    overflow: hidden;
}
ul.sk-nav-menu > li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    display: block;
    padding: 0;
}
ul.sk-mobile-menu > li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 0;
}
ul.sk-mobile-menu > li:last-child {
    border-bottom: none;
}
ul.sk-mobile-menu > li > a {
    color: var(--sk-text);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-weight: normal;
    position: relative;
    display: block;
    padding: 15px 18px;
    text-decoration: none;
}
ul.sk-mobile-menu > li.current-menu-item > a,
ul.sk-mobile-menu > li.current-menu-ancestor > a {
    color: var(--sk-secondary);
}
ul.sk-mobile-menu > li > a:after {
    position: absolute;
    content: '';
    display: flex;
    left: 18px;
    bottom: 5px;
    width: 0;
    height: 2px;
    background-color: var(--sk-secondary);
    transition: all 0.3s ease-out;
}
ul.sk-mobile-menu > li.current-menu-item > a:after,
ul.sk-mobile-menu > li.current-menu-ancestor > a:after {
    width: calc(100% - 36px);
}
ul.sk-mobile-menu > li.menu-item-has-children .caret {
    border: none;
    position: absolute;
    top: 4px;
    right: 0px;
    width: 40px;
    height: 40px;
    z-index: 9;
    background:transparent;
    cursor: pointer;
}
ul.sk-mobile-menu > li.menu-item-has-children .caret:after {
    position: absolute;
    content: '';
    background: url(../images/scroll_orange.svg) no-repeat center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
    -moz-transform: translate(-50%,-50%) rotate(90deg);
    -ms-transform: translate(-50%,-50%) rotate(90deg);
    transform: translate(-50%,-50%) rotate(90deg);
    width: 24px;
    height: 24px;
}
ul.sk-mobile-menu > li.menu-item-has-children.menu-active .caret:after {
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    -ms-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
}
ul.sk-mobile-menu > li ul.sub-menu {
    list-style: none;
    margin: auto;
    -webkit-transition: 0s;
    transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
ul.sk-nav-menu > li li {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    left: -1.25rem;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
ul.sk-nav-menu > li.menu-active li {
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
ul.sk-mobile-menu > li li a {
    padding: 15px 18px;
    margin: 0;
    color: var(--sk-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-weight: normal;
    position: relative;
    display: block;
    letter-spacing: normal;
    box-shadow: none;
    text-decoration: none;
    background-color: #f0f0f0;
    text-transform: uppercase;
}
ul.sk-nav-menu > li ul li.current-menu-item a {
    color: var(--sk-secondary);
}

/*-------------end-----------------*/

/*---------main-part---------*/
body {
    padding-top: 144px;
}
body.sk-hidden {
    overflow: hidden;
}
.hero-slider-outer {
    position: relative;
}
.hero-banner {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.hero-slider.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
} 
.hero-slider.owl-carousel .owl-nav .owl-prev, 
.hero-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 42px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    font-size: 0 !important;
    outline: none;
    box-shadow: none;
}
 
.hero-slider.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 18px;
}
.hero-slider.owl-carousel .owl-nav .owl-prev:after, 
.hero-slider.owl-carousel .owl-nav .owl-next:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-180deg);
    width: 17px;
    height: 43px;
    background: url(../images/slider-arrow.png) no-repeat center;
    background-size: contain;
}
.hero-slider.owl-carousel .owl-nav .owl-next:after {
    transform: translate(-50%,-50%) rotate(0deg);
}
.hero-slider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.hero-slider.owl-carousel .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--sk-white);
    padding: 0;
    margin: 0 3px;
}
.hero-slider.owl-carousel .owl-dot.active {
    background-color: var(--sk-secondary);
}
.hero-btn {
    position: absolute;
    left: 0px;
    bottom: 34px;
    z-index: 1;
    width: 100%;
    padding-left: 50px;
}
.hero-btn .container  {
    max-width: 1220px;
}
.hero-btn .btn {
    display: inline-flex;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}
.hero-btn .btn:hover {
    background-color: var(--sk-secondary);
    border-color: var(--sk-secondary);
}
.content-title h1 {
    color: var(--sk-primary);
    margin-bottom: 5px;
}
.content-title h2 {
    color: var(--sk-dark);
}
.content-info p:last-child {
    margin-bottom: 0;
}
.center-align ul {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    margin: 0 auto 20px;
}
.card-blog {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    gap: 20px;
    padding: 30px;
    border-radius: 10px;
    background-color: var(--sk-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card-icon {
    position: relative;
    display: flex;
    font-size: 24px;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--sk-primary);
    color: #fff;
}
.card-blog-info h4 {
    color: var(--sk-text);
    font-weight: 700;
    margin: 0 0 10px;
}
.card-blog-info *:last-child {
    margin-bottom: 0;
}
hr.hr {
    margin: 30px 0;
}
.card-blog-info h2 {
    font-size: 24px;
    margin: 0 0 14px;
}
.card-blog-info h4 a,
.card-blog-info h2 a {
    text-decoration: none;
}
.check-list {
    position: relative;
}
.check-list ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 15px 20px;
}
.check-list ul li {
    position: relative;
    display: block;
    padding: 0 0 0 30px;
    margin: 0;
}
.check-list ul li:before {
    position: absolute;
    content: '✓';
    display: flex;
    left: 0;
    top: -1px;
    color: var(--sk-white);
    background-color: var(--sk-primary);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.color-primary {
    color: var(--sk-primary) !important;
}
/*-------------end------------*/

/*--------footer--------*/
.footer-part {
    position: relative;
    display: block;
    width: 100%;
}
.footer-top {
    background-color: var(--sk-gray);
    padding: 22px 0;
}
.footer-row {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 -38px;
}
.footer-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 0px;
}
.footer-col:first-child {
    padding-right: 40px;
}
.footer-col:last-child {
    padding-left: 40px;
}
.footer-col:nth-child(2) {
    padding-left: 40px;
    padding-right: 40px;
}
.footer-col:nth-child(3) {
    border-left: 1px solid #626262;
    padding-left: 40px;
    padding-right: 40px;
}
.footer-logo img {
    width: 226px;
    height: auto;
}
.footer-social {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 6px;
}
.footer-social li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0 0;
}
.footer-social li:last-child {
    padding-left: 48px;
}
.footer-social li a {
    position: relative;
    display: flex;
    text-transform: uppercase;
    color: var(--sk-text);
    font-size: 14px;
    line-height: 1.3;
    align-items: center;
    gap: 11px;
    text-decoration: none;
}
.footer-social li a:hover {
    color: var(--sk-secondary);
}
.footer-social li a span {
    display: flex;
    position: relative;
}
.footer-social li a img {
    height: 37px;
    width: 37px;
    min-width: 37px;
    transition: all 0.3s ease-out;
}
.footer-social li a:hover .normal-img {
    visibility: hidden;
    opacity: 0;
}
.footer-social li a:hover .hover-img {
    visibility: visible;
    opacity: 1;
}
.footer-col p {
    font-size: 16px;
    line-height: 1.394;
    margin: 0 0 8px;
}
.footer-col p:last-child {
    margin-bottom: 0;
}
.footer-col p a {
    color: var(--sk-text);
    text-decoration: none;
}
.footer-col p a:hover {
    color: var(--sk-secondary);
}
.footer-menu,
.footer-address {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}
.footer-menu li,
.footer-address li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.footer-address li span,
.footer-menu li a,
.footer-address li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.394;
    color: var(--sk-text);
    text-decoration: none;
    text-transform: uppercase;
}
.footer-menu li.current-menu-item a,
.footer-menu li a:hover,
.footer-address li a:hover {
    color: var(--sk-secondary);
}
.footer-menu li.current-menu-item a {
    text-decoration: underline;
}
.footer-bottom {
    text-align: center;
    background-color: var(--sk-primary);
    padding: 9px 0 7px;
}
.footer-bottom p {
    color: var(--sk-white);
    margin: 0;
    font-size: 15.5px;
    line-height: 1.2;
}
.footer-bottom p a {
    color: var(--sk-white);
    text-decoration: none;
}
.footer-bottom p a:hover {
    text-decoration: underline;
} 
.sidebar-sticky {
    position: fixed;
    display: block;
    flex-direction: column;
    right: 0;
    top: 300px;
    padding: 0;
    margin: 0;
    z-index: 99;
}
.sidebar-sticky li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 3px;
}
.sidebar-sticky li:last-child {
    margin-bottom: 0;
}
.sidebar-sticky li > a {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
}
.sidebar-sticky li > a img {
    width: 34px;
    height: auto;
    display: flex;
}
.sidebar-sticky li:hover .normal-img {
    opacity: 0;
    visibility: hidden;
}
.sidebar-sticky li:hover .hover-img {
    opacity: 1;
    visibility: visible;
}
.header-contact-info {
    position: absolute;
    top: -10px;
    right: 100%;
    background-color: var(--sk-white);
    padding: 25px 22px;
    font-size: 17px;
    line-height: 1.4;
    white-space: nowrap;
    border: 1px solid #bbb;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
    color: #535353;
}
.sidebar-sticky li:hover .header-contact-info {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.header-contact-info p a {
    text-decoration: underline;
    color: currentColor;
}
.header-contact-info p a:hover {
    color: var(--sk-primary);
}
.header-contact-info p:last-child {
    margin-bottom: 0;
}
.header-contact-info p {
    margin-bottom: 5px;
}
.header-contact-info p strong {
    
}
.header-contact-info .load-more {
    font-weight: bold;
}
.header-contact-info table,
.header-contact-info table tr,
.header-contact-info table td {
    padding: 0;
    border: none;
    font-size: 15.5px;
    line-height: 1.3;
    color: #535353;
}
.header-contact-info table tr td:first-child {
    padding-right: 11px;
}
/*-------------end------------*/

.map-div {
    margin-bottom: 20px;
}
.map-div iframe {
    width: 100%;
}

.text-block {
    position: relative;
    display: inline-block;
    width: 100%;
}
.text-block h3 {
    font-size: 22px;
    margin-top: 50px;
}
.text-decoration {
    text-decoration: underline;
}
.gray-text {
    color: #898989;
    word-break: break-all;
}
.text-block iframe {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    height: 700px;
}
.text-block ul {
    text-align: left;
    margin-bottom: 20px;
}
.text-block a {
    word-break: break-all;
}
.form-pattern .item, .form-pattern .capcha {
    position: relative;
}
form .item {
    margin-bottom: 16px;
}
form label {
    display: block;
}
form span.title {
    display: block;
    margin-bottom: 0;
}
form input.inputtext, form textarea {
    width: 380px;
    max-width: 80vw;
    margin: 0 auto;
    font: 14px/20px "Arial";
    border-radius: 0;
    border: 1px solid #000000;
}
form input.inputtext {
    height: 40px;
}
.form-pattern .valid-pattern + .result {
    position: relative;
    font-size: 12px;
    left: 50%;
    color: red;
    top: 10px;
    background: white;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 300px;
    padding: 7px 10px;
    z-index: 10;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    transform: translateX(-50%);
    display: none;
}
.form-pattern .valid-pattern + .result {
    position: relative;
    font-size: 12px;
    left: 50%;
    color: red;
    top: 10px;
    background: white;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 300px;
    padding: 7px 10px;
    z-index: 10;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    display: none;
}
.form-pattern .valid-pattern + .result {
    font-size: 12px;
    color: red;
}
.checkbox-pattern {
    float: left;
}
.check-text {
    overflow: hidden;
    display: block;
    text-align: left;
    padding-left: 10px;
}
.checkbox-item {
    display: flex;
}
.submit-wrap .btn {
    display: block;
    margin-bottom: 15px;
    border: 0;
    background: var(--sk-primary);
    color: #fff;
    height: 46px;
    cursor: pointer;
    width: 150px;
    font-size: 16px;
    line-height: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: none;
    font-weight: 400;
    padding: 9px 16px;
    border-radius: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.submit-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
form .capcha {
    margin-bottom: 15px;
    display: block;
}
.submit-wrap:hover {
    cursor: pointer;
}
.submit-wrap:hover input[type="submit"] {
    background-color: var(--sk-secondary);
    border-color: var(--sk-secondary);
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin: 3px;
}
form {
    margin-bottom: 25px;
}
.formular-content {
    max-width: 500px;
    margin: auto;
    margin-bottom: 30px;
}
form input[type="text"], form input[type="password"], form input[type="tel"], form input[type="email"], form textarea {
    padding: 9px 24px;
    font-size: 16px;
    width: 100%;
    border-radius: 0;
    line-height: 20px;
    background-color: var(--sk-white);
    border: 1px solid #313131;
    margin: 0;
    font-family: "Arial", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*form input[type="text"]:hover,*/
/*form input[type="password"]:hover,*/
/*form input[type="tel"]:hover,*/
/*form input[type="email"]:hover,*/
/*form textarea:hover {*/
/*  padding-left: 32px; }*/
/*form input[type="text"]:focus,*/
/*form input[type="password"]:focus,*/
/*form input[type="tel"]:focus,*/
/*form input[type="email"]:focus,*/
/*form textarea:focus {*/
/*  padding-left: 32px; }*/
form input[type="text"]:disabled,
form input[type="password"]:disabled,
form input[type="tel"]:disabled,
form input[type="email"]:disabled,
form textarea:disabled {
opacity: .5; }
form input[type="text"].error, form input[type="text"].wpcf7-not-valid,
form input[type="password"].error,
form input[type="password"].wpcf7-not-valid,
form input[type="tel"].error,
form input[type="tel"].wpcf7-not-valid,
form input[type="email"].error,
form input[type="email"].wpcf7-not-valid,
form textarea.error,
form textarea.wpcf7-not-valid {
    border-color: var(--sk-primary); 
}

form textarea {
  width: 100%;
  height: 120px;
  resize: none; 
}

label.error {
  position: absolute;
  background-color: var(--sk-primary);
  color: var(--sk-white);
  padding: 10px 15px;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 12px;
  z-index: 2;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; 
  text-align: left;
}
@media screen and (max-width: 991px) {
    label.error {
        margin: 0;
        top: calc(100% + 1px);
        width: 100%;
        height: auto;
        left: 0; 
    }
    label.error:hover {
        display: none; 
    } 
}
label.error:before {
    content: "";
    border-bottom: 10px solid var(--sk-primary);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
}
@media screen and (max-width: 991px) {
      label.error:before {
        border: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid var(--sk-primary);
        top: auto;
        bottom: 100%;
        left: 30px;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); 
    } 
}

.form_error label.error {
    margin-left: 0px;
    opacity: 1;
    visibility: visible; 
}
@media screen and (min-width: 992px) {
    .formular-content .capcha .capcha__value {
        width: auto;
    }
}
.formular-content .capcha .capcha__value {
    width: 150px;
    margin: 15px 0;
}
@media screen and (max-width: 991px) {
    .form_error label.error {
        margin-left: 0; 
    }
}
.form-field {
    margin-bottom: 24px;
    position: relative; 
}
.label-wrap {
    display: block;
    height: 100%; 
}
.form-field__title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    cursor: pointer;
    color: #313131;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.form-field__title:hover {
    color: #000; 
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #313131; 
}

::-webkit-scrollbar {
    width: 10px; 
}

::-webkit-scrollbar-track {
    background: #313131; 
}

::-webkit-scrollbar-thumb {
    background-color: var(--sk-primary); 
}
::-webkit-scrollbar-thumb:hover {
    background-color: var(--sk-primary); 
}
button, input[type="submit"], input[type="reset"] {
    font-size: 16px;
    line-height: 20px;
    color: var(--sk-white);
    height: 40px;
    cursor: pointer;
    padding: 4px 12px;
    border: 1px solid var(--sk-primary);
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    outline: none;
    font-weight: 400;
    text-align: center;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    background-color: var(--sk-primary);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: auto;
}
.cookie-section .container {
    max-width: calc(100% - 32px);
    margin: 0 auto;
}
.cookie-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--sk-white);
    padding: 16px 24px;
    background-color: #000;
    margin-bottom: 24px;
    margin-top: 30px;
}
.cookie-switch .cookie-switch__title {
    margin-right: 16px;
}
.cookie-switch .cookie-switch__toggle .switch-toggle__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
}
.cookie-switch .cookie-switch__toggle .switch-toggle__input {
    position: absolute;
    left: -9999px;
}
.cookie-switch .cookie-switch__toggle .switch-toggle__text {
    padding-right: 96px;
    font-size: 16px;
    line-height: 40px;
}
.cookie-switch .cookie-switch__toggle .switch-toggle__text:before, .cookie-switch .cookie-switch__toggle .switch-toggle__text:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cookie-switch .cookie-switch__toggle .switch-toggle__text:before {
    width: 36px;
    height: 36px;
    background-color: var(--sk-white);
    border-radius: 50%;
    top: 2px;
    right: 38px;
    z-index: 2;
    opacity: 1;
}
.cookie-switch .cookie-switch__toggle .switch-toggle__input:checked ~ .switch-toggle__text:before {
    right: 2px;
}
.cookie-switch .cookie-switch__toggle .switch-toggle__text:after {
    width: 76px;
    height: 40px;
    border-radius: 30px;
    background-color: #898989;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cookie-switch .cookie-switch__toggle .switch-toggle__input:checked ~ .switch-toggle__text:after {
    background-color: #898989  ;
}
.cookie-switch .cookie-switch__toggle .switch-toggle__input:checked ~ .switch-toggle__text:after {
    background-color: var(--sk-secondary);
}
.cookie-section {
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 24px;
    background-color: var(--sk-white);
    color: var(--sk-text);
    width: 100%;
    z-index: 11;
    padding: 20px 10px;
    -webkit-transform: translateY(100%);
          transform: translateY(100%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgb(48 48 48 / 10%), 0 4px 4px rgb(48 48 48 / 10%), 0 8px 8px rgb(48 48 48 / 10%), 0 15px 15px rgb(48 48 48 / 10%), 0 28px 28px rgb(48 48 48 / 10%);    
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; 
    left: auto;
    right: 25px;
    max-width: 380px;
    width: 80%;
    border: 1px solid #f1f1f1;
}
.cookie-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cookie-section {
    text-align: center; 
} 
.cookie-section .text {
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .cookie-section {
        text-align: center; 
    } 
}
.cookie-section P {
    margin: 0;
}
.cookie-section P a {
    text-decoration: underline;
    color: #313131;
}
.cookie-section P a:hover {
    color: #313131;
    text-decoration: none;
}
.cookie-section.cookie-section_show {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); 
}
.cookie-section .container {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.cookie-section .text {
    margin-right: 20px; 
}
.cookie-section .btns-wrap {
    min-width: 300px; 
    display: flex;
    gap:  15px;
}
.cookie-section .btns-wrap .btn {
      margin: 0; 
      display: inline-flex;
      background-color: var(--sk-primary);
      color: var(--sk-white);
      border-color: var(--sk-primary);
      width: 50%;
      padding: 10px 25px;
      border: none;
      text-transform: initial;
}
.cookie-section .btns-wrap .btn_secondary {
    background-color: var(--sk-black);
    color: var(--sk-white);
}
.cookie-section .btns-wrap .btn:hover{
    color: var(--sk-white);
    background-color: var(--sk-secondary);
    border-color: var(--sk-secondary);
}
.cookie-section .btns-wrap .btn_secondary:hover{
    background-color: var(--sk-secondary);
    color: var(--sk-white);
    border-color: var(--sk-secondary);
}
.submit-wrap {
    margin-bottom: 40px;
}
.sk-check-div {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    text-align: left;
    margin-bottom: 40px;
}
.sk-check-div label {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}
.sk-check-div input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
}
.contact__formular  {
    height: auto !important;
}
.select-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px auto 60px;
}
.jq-selectbox__select {
    border-radius: 0;
    border: 1px solid #000;
    height: 45px;
    padding: 0 50px 0 20px;
    font-weight: 400;
    color: #1b1b1b;
    text-align: left;
}
.jq-selectbox__select-text {
    line-height: 44px;
}
.jq-selectbox__trigger-arrow:before {
    content: '';
    display: flex;
    width: 15px;
    height: 15px;
    background: url(../images/chevron-down.svg) no-repeat center;
    background-size: contain;
}
.jq-selectbox__trigger-arrow {
    top: 15px;
}
.opened .jq-selectbox__trigger-arrow:before {
    transform: rotate(-180deg);
}
.jq-selectbox__dropdown {
    border: 1px solid #959090;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    padding: 0;
}
.jq-selectbox ul {
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    margin: 0;
    width: 100%;
}
.jq-selectbox ul li {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: var(--sk-text);
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    width: 100%;
}
.jq-selectbox ul li:hover {
    background-color: #f2f2f2;
}
.jq-selectbox ul li.sel,
.jq-selectbox ul li.selected {
    background-color: #f2f2f2;
    font-weight: 700;
    color: var(--sk-primary);
}