/*--------main font family---------------*/

@font-face {
    font-family: 'Fustat';
    src: url('../fonts/Fustat-ExtraLight.eot');
    src: url('../fonts/Fustat-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fustat-ExtraLight.woff2') format('woff2'),
        url('../fonts/Fustat-ExtraLight.woff') format('woff'),
        url('../fonts/Fustat-ExtraLight.ttf') format('truetype'),
        url('../fonts/Fustat-ExtraLight.svg#Fustat-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fustat';
    src: url('../fonts/Fustat-ExtraBold.eot');
    src: url('../fonts/Fustat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fustat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Fustat-ExtraBold.woff') format('woff'),
        url('../fonts/Fustat-ExtraBold.ttf') format('truetype'),
        url('../fonts/Fustat-ExtraBold.svg#Fustat-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fustat';
    src: url('../fonts/Fustat-Regular.eot');
    src: url('../fonts/Fustat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fustat-Regular.woff2') format('woff2'),
        url('../fonts/Fustat-Regular.woff') format('woff'),
        url('../fonts/Fustat-Regular.ttf') format('truetype'),
        url('../fonts/Fustat-Regular.svg#Fustat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fustat';
    src: url('../fonts/Fustat-Medium.eot');
    src: url('../fonts/Fustat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fustat-Medium.woff2') format('woff2'),
        url('../fonts/Fustat-Medium.woff') format('woff'),
        url('../fonts/Fustat-Medium.ttf') format('truetype'),
        url('../fonts/Fustat-Medium.svg#Fustat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fustat';
    src: url('../fonts/Fustat-Bold.eot');
    src: url('../fonts/Fustat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fustat-Bold.woff2') format('woff2'),
        url('../fonts/Fustat-Bold.woff') format('woff'),
        url('../fonts/Fustat-Bold.ttf') format('truetype'),
        url('../fonts/Fustat-Bold.svg#Fustat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fustat';
    src: url('../fonts/Fustat-Light.eot');
    src: url('../fonts/Fustat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fustat-Light.woff2') format('woff2'),
        url('../fonts/Fustat-Light.woff') format('woff'),
        url('../fonts/Fustat-Light.ttf') format('truetype'),
        url('../fonts/Fustat-Light.svg#Fustat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fustat';
    src: url('../fonts/Fustat-SemiBold.eot');
    src: url('../fonts/Fustat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fustat-SemiBold.woff2') format('woff2'),
        url('../fonts/Fustat-SemiBold.woff') format('woff'),
        url('../fonts/Fustat-SemiBold.ttf') format('truetype'),
        url('../fonts/Fustat-SemiBold.svg#Fustat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/*--------end main font family---------------*/

/*--------main color typhography--------*/
:root {
    --sk-primary: #000000;
    --sk-secondary: #D186FE;
    --sk-text: #000000;
    --sk-white: #ffffff;
    --sk-black: #000000;
    --sk-skeen: #EFEFEF;
    --sk-gray: #E8E8E8;
    --sk-light: #3B3B3B;
}
/*--------End main color typhography--------*/

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    padding: 40px;
    margin: 0;
    letter-spacing: normal;
    font-weight: 400;
    font-style: normal;
    font-family: 'Fustat';
    color: var(--sk-text);
    font-size: 20px;
    line-height: 1.7;
}
.font-size-h1,.font-size-h2,.font-size-h3,.font-size-h4,.font-size-h5,.font-size-h6,
h1,h2,h3,h4,h5,h6,div.maxtitle-1,p.maxtitle-1,span.maxtitle-1,div.maxtitle-2,p.maxtitle-2,span.maxtitle-2,div.maxtitle-3,p.maxtitle-3,span.maxtitle-3,div.maxtitle-4,p.maxtitle-4,span.maxtitle-4,div.maxtitle-5,p.maxtitle-5,span.maxtitle-5,div.maxtitle-6,p.maxtitle-6, span.maxtitle-6 {
    margin: 0 0 30px 0;
    line-height: 1.1;
    letter-spacing: normal;
    color: var(--sk-text);
    font-weight: 800;
    font-family: 'Fustat';
}
.font-size-h1,
h1,h1.maxtitle-1,h2.maxtitle-1,h3.maxtitle-1,h4.maxtitle-1,h5.maxtitle-1,h6.maxtitle-1,div.maxtitle-1,span.maxtitle-1,p.maxtitle-1 {
    font-size: 70px;
    line-height: 1.18;
}
.font-size-h2,
h2,h1.maxtitle-2,h2.maxtitle-2,h3.maxtitle-2,h4.maxtitle-2,h5.maxtitle-2,h6.maxtitle-2,div.maxtitle-2,span.maxtitle-2,p.maxtitle-2  {
    font-size: 45px;
    line-height: 1.1;   
}
.font-size-h3,
h3,h1.maxtitle-3,h2.maxtitle-3,h3.maxtitle-3,h4.maxtitle-3,h5.maxtitle-3,h6.maxtitle-3,div.maxtitle-3,span.maxtitle-3,p.maxtitle-3  {
    font-size: 22px;
}
.font-size-h4,
h4,h1.maxtitle-4,h2.maxtitle-4,h3.maxtitle-4,h4.maxtitle-4,h5.maxtitle-4,h6.maxtitle-4,div.maxtitle-4,span.maxtitle-4,p.maxtitle-4 {
    font-size: 20px;
}
.font-size-h5,
h5,h1.maxtitle-5,h2.maxtitle-5,h3.maxtitle-5,h4.maxtitle-5,h5.maxtitle-5,h6.maxtitle-5,div.maxtitle-5,span.maxtitle-5,p.maxtitle-5 {
    font-size: 18px;
}
.font-size-h6,
h6,h1.maxtitle-6,h2.maxtitle-6,h3.maxtitle-6,h4.maxtitle-6,h5.maxtitle-6,h6.maxtitle-6,div.maxtitle-6,span.maxtitle-6,p.maxtitle-6 {
    font-size: 16px;
}
p {
    margin:0 0 30px;
}
strong {
    font-weight: bold;
}
ul,ol {
    padding:0 0 0 20px;
    margin: 0px 0px 20px 10px;
}
ul li,ol li {
    margin: 0 0 10px;
    padding: 0px;
}
a { 
    color: var(--sk-primary);
    text-decoration: none;
    -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%;
    height: auto;
}
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;
    z-index: 1;
    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: #ffffff;
    //height: 42px;
}*/

/*textarea{
    height: 150px;
    resize: none;
    padding: 20px;
}*/
table {  
    margin-bottom: 0px;
    overflow-x: auto;
}
td, th {
    padding: 5px 10px;
    border-right: 1px solid #e1e1e1;
    background: #fff;
}
th, tr {  
    border: 1px solid #e1e1e1;
}
button:focus {
    outline: none;
}
.btn-outer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 22px 26px 18px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 25px;
    border: 1px solid var(--sk-primary);
    color: var(--sk-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
    gap: 14px;
    text-transform: uppercase;
}
.btn:hover {
    color: var(--sk-white);
    background-color: var(--sk-primary);
}
.btn.btn-secondary {
    border: 1px solid var(--sk-white);
    background-color: transparent;
    color: var(--sk-white);
}
.btn.btn-secondary:hover {
    color: var(--sk-primary);
    background-color: var(--sk-white);
}
.btn:focus {
    outline: none;
}
.btn i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
}
.btn i img {
    width: 100%;
    transition: all 0.3s ease-out;
}
.hover-icon {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.btn:hover .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.btn:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.content-title,
.content-row,
.content-info,
.content-blog,
.content-img {
    position: relative;
    width: 100%;
}
.content-img img {
    width: 100%;
}
.content-title *:last-child,
.content-info *:last-child {
    margin-bottom: 0;
}
.content-middle .row > [class^="col-"] {
    align-self: center;
}
.content-bottom .row > [class^="col-"] {
    align-self: flex-end;
}
.center-align {
    text-align: center;
}
.right-align {
    text-align: right;
}
.gallery-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.gallery-item img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-out;
    border-radius: 20px;
}
.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.equal-column > .row > [class^="col-"] {
    flex: 1;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.overflow-hidden {
    overflow: hidden;
}
.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.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: var(--sk-black);
}
.bg-black {
    background-color: var(--sk-text);
}
.bg-gray {
    background-color: var(--sk-gray);
}
.bg-primary {
    background-color: var(--sk-primary) !important;
}
.bg-light-green {
    background-color: var(--sk-light-green);
}
.bg-secondary {
    background-color: var(--sk-secondary) !important;
}
.bg-skeen {
    background-color: var(--sk-skeen);
}

/*---------header-part---------*/

.main-part {
    position: relative;
}
.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
}

.header-part {
    position: absolute;
    display: block;
    width: calc(100% - 80px);
    z-index: 999;
    top: 38px;
    left: 40px;
    transition: all 0.3s ease-out;
    padding: 35px 0;
	border-radius: 50px;
}
.header-part.header-dark {
    background-color: var(--sk-primary);
    border-radius: 50px;
    padding: 0;
    top: 40px;
}
.header-part.header-scroll {
    top: -200px;
    padding: 15px 0;
}
.header-part.sticky {
    position: fixed;
    top: 40px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
    padding: 15px 0;
    background-color: var(--sk-primary);
}
.header-part.header-dark.sticky {
    padding: 0;
    border-radius: 35px;
    top: 40px;
} 
.wrapper {
    position: relative;
}
.home.body-sticky .wrapper:before,
.product-page.body-sticky .wrapper:before {
    position: fixed;
    content: '';
    display: flex;
    left: 0;
    top: 0px;
    width: 100%;
    height: 83px;
    background-color: var(--sk-white);
    z-index: 2;
    overflow: hidden;
}
body.logged-in.admin-bar .header-part.sticky {
    top: 120px;
}
.header-logo {
    display: flex;
}
.header-logo a {
    display: flex;
}
.header-logo img {
    width: 233px;
    height: auto;
    display: flex;
}
.header-top {
    position: relative;
    padding: 80px 0 30px;
}
.header-part.sticky .header-top {
    display: none;
}
.header-top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}
.header-top-top-right {
    position: relative;
    display: flex;
    align-items: center;
    gap: 33px;
}
.header-top-menu {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.header-top-menu li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.header-top-menu li a {
    position: relative;
    display: flex;
    color: #676767;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
}
.header-top-menu li a:hover {
    color: var(--sk-white);
}
.header-top-top-right .header-lang li a {
    font-size: 15px;
}
.header-top-top-right .btn {
    padding: 0;
    border: none;
}
.header-top-top-right .btn i {
    width: 15px;
    min-width: 15px;
    margin-top: -2px;
}
.header-top-menu li:before {
    position: relative;
    display: flex;
    content: '|';
    color: #676767;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
    margin: 0 10px;
}
.header-top-menu li:first-child:before {
    display: none;
}
.header-right {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-lang {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 15px;
}
.header-lang li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.header-lang li a {
    position: relative;
    display: flex;
    color: var(--sk-white);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.5;
}
.header-lang li.active a {
    text-decoration: underline;
}
.header-right .btn {
    padding: 18px 27px;
}
.main-menu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.main-menu > li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0px 0 44px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu > li > a {
    display: flex;
    position: relative;
    color: var(--sk-white);
    line-height: 1.3;
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} 
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a,
.main-menu > li.current-menu-ancestor > a {
    color: var(--sk-white);
    text-decoration: underline;
}
.main-menu > li > ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 0;
    box-shadow: none;
    min-width: 168px;
    border-radius: 0px;
    background-color: var(--sk-off-white);
    border: none;
    padding: 10px;
    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{
    top: 100%;
    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: 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-primary);
    line-height: 1.5;
    font-size: 16px;
    padding: 10px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}
.main-menu > li li.current-menu-item a,
.main-menu > li li:hover a {
    color: var(--sk-secondary);
}
.header-main {
    position: relative;
    border-top: 1px solid #676767;
    padding: 25px 0;
}
.header-part.sticky .header-main {
    border-top: none;
}
.header-main-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.header-main-inner .main-menu li:first-child {
    margin-left: 0;
}
.header-main-inner nav {
    display: none;
}
.header-main-inner nav li:nth-child(4),
.header-main-inner nav li:nth-child(5) {
    display: none;
}
.header-part.sticky .header-main-inner nav {
    display: flex;
}
.header-part.sticky .hp-name {
    display: none;
}
.header-product-row {
    display: flex;
    align-items: center;
    gap: 60px;
}
.header-product-name {
    position: relative;
    display: flex;
    flex-direction: column;
}
.header-product-name label {
    position: relative;
    display: block;
    margin: 0 0 5px;
    color: #676767;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
}
.header-product-name p {
    margin: 0;
    color: var(--sk-white);
    font-weight: 300;
    text-transform: uppercase;
}
.header-price {
    color: var(--sk-white);
    font-weight: 800;
}
.header-main-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
.header-search {
    position: relative;
    display: flex;
    width: 305px;
}
.header-search input {
    position: relative;
    display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--sk-white);
    border-radius: 18px;
    padding: 10px 15px;
    color: var(--sk-white);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
}
.header-search input::placeholder {
    opacity: 1;
    color: #676767;
}
.header-search .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    padding: 0;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    align-items: center;
    border: none;
}
.header-search .search-btn img {
    width: 21px;
}
.header-meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 38px;
    padding: 0;
    margin: 0;
}
.header-meta li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.header-meta li a {
    position: relative;
    display: flex;
}
.header-top-top-right .btn.btn-secondary,
.header-top-top-right .btn.btn-secondary i {
    background-color: transparent;
}
/*--------mobile-menu---------*/
body.sk-hidden  {
    overflow: hidden;
}
.mobile-header {
    display: none;
}
.desktop-header,
.mobile-header {
    width: 100%;
}
.canvas-menu .sk-dropdown-toggle {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    margin-left: 30px;
}
.canvas-menu .sk-dropdown-toggle span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    top: 14px;
    height: 3px;
    border-radius: 0px;
    background-color: var(--sk-white);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity;
}
.canvas-menu .sk-dropdown-toggle span:before {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    top: -8px;
    width: 100%;
    height: 3px;
    border-radius: 0px;
    background-color: var(--sk-white);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle span:after {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    top: 8px;
    width: 100%;
    height: 3px;
    border-radius: 0px;
    background-color: var(--sk-white);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle.open span {
    transform: translate3d(0,0px,0) rotate(45deg);
}
.canvas-menu .sk-dropdown-toggle.open span:before {
    transform: rotate(-45deg) translate3d(8px,-8px,0);
    opacity: 0;
}
.canvas-menu .sk-dropdown-toggle.open span:after {
    transform: translate3d(0,-8px,0) rotate(-90deg);
    width: 100%;
}
.canvas-menu .sk-dropdown-toggle::after {
    display: none;
}
.mobile-header .canvas-menu,
.mobile-header .main-left-col {
    z-index: 99999;
}
.sk-offcanvas-content {
    position: fixed;
    left: 0;
    width: 100%;
    max-width: 100%;
    top: -100%;
    bottom: 0;
    z-index: 9999;
    visibility: hidden;
    background-color: var(--sk-primary);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.sk-offcanvas-content.open {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
} 
.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;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 150px 40px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.navbar-collapse nav {
    width: 100%;
}
ul.sk-mobile-menu {
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.sk-nav-menu > li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    display: block;
}
ul.sk-mobile-menu > li > a {
    color: var(--sk-white);
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}
ul.sk-mobile-menu > li.current-menu-item > a,
ul.sk-mobile-menu > li.current-menu-ancestor > a {
    color: var(--sk-white);
} 
li.menu-item-has-children .caret {
    position: absolute;
    display: inline-flex;
    width: 40px;
    height: 40px;
    vertical-align: sub;
    margin-left: 0;
    right: 0px;
    top: 10px;
}
li.menu-item-has-children .caret:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: flex;
    background: url(../images/arrow-right.svg) no-repeat center;
    background-size: 21px;
    -webkit-transform:  rotate(0deg);
    -moz-transform:  rotate(0deg);
    -ms-transform:  rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s ease-out;
}
li.menu-item-has-children.menu-active .caret:after {
    -webkit-transform:  rotate(-90deg);
    -moz-transform:  rotate(-90deg);
    -ms-transform:  rotate(-90deg);
    transform: rotate(-90deg);
}
ul.sk-mobile-menu ul.sub-menu {
    list-style: none;
    margin: auto;
    -webkit-transition: 0s;
    transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    display: none;
    width: 100%;
    padding: 0px 0px 0 20px;
    margin: 0 0 10px;
}
ul.sk-nav-menu > li .sub-menu li {
    padding: 0px 0;
    margin: 0;
    display: block;
    border-bottom: none;
    position: relative;
}
ul.sk-mobile-menu > li li a {
    color: var(--sk-text);
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px;
    line-height: 1.5;
    text-decoration: none;
    display: block;
}
ul.sk-mobile-menu > li li.current-menu-item > a {
    color: var(--sk-primary);
} 

/*--------------end-----------------*/

/*-----------main-part------------*/
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.pt-110 {
    padding-top: 110px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.mt-90 {
    margin-top: 90px;
}
.mb-90 {
    margin-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.mt-70 {
    margin-top: 70px;
}
.mb-70 {
    margin-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pt-64 {
    padding-top: 64px;
}
.pb-64 {
    padding-bottom: 64px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pb-35 {
    padding-bottom: 35px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.hero-banner {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 933px;
    padding: 228px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    border-radius: 50px;
}
.light-overlay {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1.0),rgba(255, 255, 255, 0.0));
    border-radius: 50px;
    mix-blend-mode: multiply;
}
.hero-caption {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 770px;
}
.hero-caption h1 {
    color: var(--sk-white);
}
.hero-caption h1 span {
    position: relative;
    line-height: 1;
    padding: 3px 15px 5px;
    display: inline-block;
}
.hero-caption h1 span::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    border: 2px solid transparent;
    background: linear-gradient(261deg, #d186fe, #FFAF2F, #FE2D8C, #47ADFC) border-box;
    -webkit-mask: linear-gradient(#fff  0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.hero-caption p {
    color: var(--sk-white);
    font-size: 22px;
    max-width: 541px;
}
.white-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    mix-blend-mode: overlay;
}
.hero-slider.owl-carousel .owl-dots {
    position: absolute;
    max-width: 1468px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    width: 100%;
}
.hero-slider.owl-carousel .owl-dot {
    position: relative;
    display: inline-flex;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--sk-white);
    margin: 0 11px 0 0;
    transition: all 0.3s ease-out;
}
.hero-slider.owl-carousel .owl-dot.active {
    width: 48px;
    background-color: var(--sk-white);
    border-radius: 10px;
}
.card-row {
    position: relative;
    display: flex;
    gap: 40px;
}
.card-blog {
    position: relative;
    flex: 1 0 0;
    width: 100%;
    display: flex;
    padding: 60px 80px 75px;
    background-color: #f0f0f0;
    border-radius: 50px;
    flex-direction: column;
    min-height: 596px;
    gap: 50px;
    justify-content: flex-start;
    transition: all 0.3s ease-out;
    overflow: hidden;
    transition: width 2s;
}
.card-blog.no-active {
    width: 188px;
}
.card-blog.active {
    flex-basis: calc(100% - 228px);
    justify-content: space-between;
}
.card-bg {
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 72%;
    height: 72%;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out;
    border-radius: 50px;
}
.card-bg.one {
    background-position: 100px 0;
    width: 88%;
}
.card-blog.no-active .card-bg {
    background-size: 0;
}
.card-blog.active .card-bg {
    background-size: cover;
    height: 100%;
    width: 55%;
    background-position: 19px 50%;
}
.card-title {
    transform: rotate(0deg);
    writing-mode: inherit;
    position: relative;
    left: auto;
    top: auto;
    transition: none;
    transition: all 0.3s ease-out;
}
.card-blog.no-active .card-title {
    
    position: absolute;
    white-space: nowrap;
    writing-mode: tb;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.card-title *:last-child {
    margin: 0;
}
.card-info {
    position: relative;
    max-width: 375px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}
.card-info p {
    font-size: 22px;
    line-height: 1.5;
    color: var(--sk-light);
}
.card-info .btn {
    margin-top: 30px;
}
.card-blog.active .card-title{
    transform: rotate(0deg);
    writing-mode: inherit;
    position: relative;
    left: auto;
    top: auto;
    transition: none;
}
.card-blog.active .card-info {
    height: auto;
}
.video-div-row {
    position: relative;
    width: 100%;
}
.video-div {
    position: relative;
    display: flex;
    width: 100%;
    height: 896px;
    mask-image: url(../images/mask.png);
    -webkit-mask-image: url(../images/mask.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
}
.video-div video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-title {
    position: absolute;
    top: 46px;
    left: 52px;
    width: 620px;
    z-index: 1;
}
.video-title h2 span {
    position: relative;
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
}
.video-title h2 span::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 2px solid transparent;
    background: linear-gradient(261deg, #d186fe, #FFAF2F, #FE2D8C, #47ADFC) border-box;
    -webkit-mask: linear-gradient(#fff  0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.video-info {
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 521px;
}
.video-info *:last-child {
    margin-bottom: 0;
}
.product-blog {
    position: relative;
    display: flex;
    width: 100%;
    height: 336px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #E8E8E8;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.product-blog:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 1.0);
    opacity: 0.1;
}
.product-logo {
    position: relative;
    display: flex;
}
.product-slider.owl-carousel {
    margin-left: -40px;
    width: calc(100% + 80px);
    padding: 0 40px;
    overflow: hidden;
}
.product-slider.owl-carousel .owl-stage-outer {
    overflow: initial;
}
.product-slider.owl-carousel .owl-dots {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.product-slider.owl-carousel .owl-dot {
    position: relative;
    display: inline-flex;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--sk-primary);
    margin: 0 11px 0 0;
    transition: all 0.3s ease-out;
}
.product-slider.owl-carousel .owl-dot.active {
    width: 48px;
    background-color: var(--sk-primary);
    border-radius: 10px;
}
.contact-section {
    position: relative;
    border-radius: 50px;
    padding: 135px 0 125px;
}
.contact-form {
    position: relative;
    display: block;
    max-width: 572px;
}
.contact-form h2 {
    text-align: center;
    margin-bottom: 60px;
}
.contact-form .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 25px;
}
.input-div {
    position: relative;
    display: block;
    width: 100%;
}
.input-div input,
.input-div textarea {
    position: relative;
    display: block;
    width: 100%;
    background-color: transparent;
    border-radius: 25px;
    border: 1px solid #9A9A9A;
    transition: all 0.3s ease-out;
    padding: 18px 25px;
    color: var(--sk-primary);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}
.input-div textarea {
    resize: vertical;
}
.input-div input::placeholder,
.input-div textarea::placeholder {
    color: #9A9A9A;
    opacity: 1;
}
.input-div input.active,
.input-div textarea.active,
.input-div input:focus,
.input-div textarea:focus {
    border-color: var(--sk-primary);
} 
.check-div {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0 25px;
    padding-left: 20px;
}
.check-div label {
    position: relative;
    display: block;
    padding-left: 24px;
    font-size: 12px;
    line-height: 1.3;
    color: var(--sk-text);
}
.check-div label a {
    text-decoration: underline;
}
.check-div .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: -2px;
    margin: 0;
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: 1px solid var(--sk-primary);
    border-radius: 5px;
}
.jq-checkbox.checked {
    background-color: var(--sk-primary);
}
.jq-checkbox.checked .jq-checkbox__div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
}
.jq-checkbox.checked .jq-checkbox__div:before {
    position: absolute;
    content: '';
    left: 4px;
    top: 4px;
    width: 7px;
    height: 7px;
    background-color: var(--sk-white);
    border-radius: 50%;
}
.submit-div {
    text-align: center;
}
.submit-div .btn {
    background-color: var(--sk-primary);
    color: var(--sk-white);
    padding-left: 48px;
    padding-right: 48px;
}
.submit-div .btn:hover {
    background-color: transparent;
    color: var(--sk-primary);
    border-color: var(--sk-primary);
}
/*----------end-main-part------------*/

/*----------footer-part------------*/
.footer-part {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--sk-primary);
    border-radius: 50px;
    padding: 21px 0;
    margin-top: 30px;
}
.footer-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.footer-logo {
    position: relative;
    display: flex;
}
.footer-logo img {
    width: 232px;
    display: flex;
}
.footer-right p {
    margin-bottom: 0;
    color: var(--sk-white);
    font-size: 15px;
    line-height: 1.7;
    text-align: right;
    letter-spacing: 0.05em;
}
.footer-right p small {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: 300;
    margin-top: 5px;
}
/*---------end-footer-part------------*/

/*-----------sub-pages-----------------*/

.login-section {
    padding: 90px 0;
    display: flex;
    min-height: calc(100vh - 80px);
}
.login-section.contact-section {
    padding: 60px 0;
    display: flex;
    min-height: calc(100vh - 80px);
}
.contact-form-outer {
    max-width: 532px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.login-section .contact-form {
    max-width: 532px;
}
.login-section .header-logo {
    justify-content: center;
    margin-bottom: 30px;
}
.login-section .contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}
.login-section .row {
    --bs-gutter-y: 29px;
}
.login-section .submit-div {
    margin-top: 0px;
}
.close-btn-outer {
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.close-btn {
    position: relative;
    display: flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sk-primary);
    border-radius: 25px;
}
.close-btn img {
    display: flex;
    width: 18px;
}
.product-section {
    padding: 429px 0 85px;
}
.product-row .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 30px;
}
.product-row .content-title {
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.product-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 267px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px;
    text-decoration: none;
}
.product-item:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-image: linear-gradient(44deg,rgba(0, 0, 0, 0.45),rgba(84, 84, 84, 0.45));
}
.product-item.full-height {
    height: 100%;
}
.product-item-info {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 25px;
    max-width: 230px;
}
.product-item-info .sub-title {
    color: var(--sk-white);
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    display: block;
    margin: 0 0 15px;
}
.product-item-info h3 {
    color: var(--sk-white);
    text-decoration: none;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
    margin: 0;
}
.blog-section {
    border-radius: 50px;
    padding: 63px 0 110px;
}
.blog-row .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}
.post-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: var(--sk-white);
    border-radius: 50px;
    padding: 20px;
}
.post-img {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.post-img img {
    width: 100%;
}
.post-blog-info h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
}
.post-blog-info h3 a {
    color: var(--sk-primary);
    text-decoration: none;
}
.post-blog-info p {
    font-size: 18px;
    line-height: 1.2;
}
.post-blog .btn-outer {
    position: relative;
    flex: 1 0 0;
    align-items: flex-end;
    padding-bottom: 20px;
}
.load-more {
    position: relative;
    display: inline-flex;
}
.load-more img {
    width: 24px;
    min-width: 24px;
    transition: all 0.3s ease-out;
    position: relative;
    left: 0;
}
.load-more:hover img {
    left: 5px;
}
.thank-you-page {
    background-color: #c0c0c0;
}
#catapult-cookie-bar {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    z-index: 99999;
    overflow: hidden;
    color: #ddd;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--sk-skeen);
    padding: 15px 20px 15px;
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    box-shadow: 0 -5px 10px rgba(0,0,0,0.35);
}
.ctcc-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.ctcc-left-side a {
    text-decoration: underline;
}
.ctcc-right-side {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
#catapult-cookie-bar .btn {
    padding: 10px 15px 8px;
    font-size: 16px;
    line-height: 26px;
    margin-left: 15px;
}
#catapult-cookie-bar {
    display: none;
}
.home.login-page header {
    display: none;
}
.home.login-page .wrapper:before {
    display: none !important;
}
/*----------end-sub-pages-----------------*/
.modal {
    z-index: 99999;
}