/*--------main color typhography--------*/
:root {
    --sk-primary: #DD3131;
    --sk-secondary: #222222;
    --sk-text: #5E5F63;
    --sk-hover: #B20101;
    --sk-skeen: #F6F6F6;
    --sk-dark: #336666;
    --sk-white: #ffffff;
    --sk-black: #000000;
    --sk-gray: #5E5F63;
    --sk-border: #BFBFBF;
}
/*--------End main color typhography--------*/

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    letter-spacing: 0.03px;
    font-weight: 400;
    font-style: normal;
    font-family: "sofia-pro",sans-serif;
    color: var(--sk-text);
    font-size: 18px;
    line-height: 1.55;
}
h1,h2,h3,h4,h5,h6,.maxtitle-1,.maxtitle-2,.maxtitle-3,.maxtitle-4,.maxtitle-5,.maxtitle-6 {
    margin: 0 0 15px 0;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--sk-secondary);
    font-weight: 600;
    font-family: "sofia-pro",sans-serif;
    font-style: normal;
}
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: 56px;
}
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: 40px;
}
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: 32px;
}
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: 28px;
}
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: 24px;
}
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: 20px;
}
h1.maxtitle-7, h2.maxtitle-7, h3.maxtitle-7, h4.maxtitle-7, h5.maxtitle-7, h6.maxtitle-7, div.maxtitle-7, span.maxtitle-7, p.maxtitle-7 {
    font-size: 18px;
}
p, .intro-text {
    margin:0 0 17px;
}
strong {
    font-weight: 700;
}
ul,ol {
    padding:0 0 0 25px;
    margin: 10px 0px 16px;
}
ul li,ol li {
    margin: 0 0 4px;
    padding: 0 0 0 10px;
}
ul ul {
    list-style-type: circle;
}
a {
    color: var(--sk-text);
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*outline: 2px dashed transparent !important;*/
}
a:hover, a:visited, a:focus{
    text-decoration: none;
    outline: none;
}
a:hover {
    color: var(--sk-hover);
    text-decoration: underline;
}
input {
    outline: 2px dashed transparent !important;
}
input:focus-visible,  
textarea::focus-visible, 
.news-post-img:focus-visible, 
img:focus-visible {
    outline: 2px dashed !important;
}
a:focus-visible {
    transition: all 0.0s ease-out;
    outline: 2px dashed !important;
}
img {
    max-width: 100%;
    height: auto;
}
input, textarea, img {
    outline: none;
    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;
}
*/
button:focus {
    outline: none;
}
.white-color .maxtitle-1, .white-color .maxtitle-2, .white-color .maxtitle-3, .white-color .maxtitle-4, .white-color .maxtitle-5, .white-color .maxtitle-6,
.white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color span, .white-color, .white-color a:hover {
    color: var(--sk-white);
}
.black-color, .black-color p {
    color: var(--sk-black);
}
.white-color .main-btn span {
    color: inherit;
}
.bg-skeen {
    background-color: var(--sk-skeen);
}
.bg-primary {
    background-color: var(--sk-primary) !important;
}
.bg-secondary {
    background-color: var(--sk-secondary) !important;
}
.bg-black {
    background-color: var(--sk-black) !important;
}
.bg-white {
    background-color: var(--sk-white);
}

.bg-black h1,.bg-black h2,.bg-black h3,.bg-black h4,.bg-black h5,.bg-black h6,.bg-black .maxtitle-1,.bg-black .maxtitle-2,.bg-black .maxtitle-3,.bg-black .maxtitle-4,.bg-black .maxtitle-5,.bg-black .maxtitle-6 {
	color: var(--sk-white);
}
.btn-outer {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
    z-index: 1;
}
.btn-outer br {
    display: none;
}
.btn {
    display: inline-flex;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    line-height: 1.3;
    color: var(--sk-white);
    border: 2px solid var(--sk-primary);
    background-color: var(--sk-primary);
    cursor: pointer;
    padding: 13px 20px 13px 20px;
    font-weight: 600;
    gap: 0;
    outline: none;
    position: relative;
    border-radius: 0px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: normal;
    font-family: "sofia-pro",sans-serif;
    text-transform: uppercase;
}
.btn span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
}
.btn:focus-visible {
    outline: 2px dashed !important;
}
.btn:hover {
    text-decoration: none;
}
.btn:before {
    content: '';
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--sk-hover);
}
.btn.btn-primary {
    overflow: hidden;
}
.btn.btn-primary:before {
    content: '';
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: var(--sk-hover);
}
.btn.btn-primary:hover:before {
    left: 100%;
}
.btn.btn-primary:after {
    content: '';
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: var(--sk-hover);
    transition-delay: 0.3s;
    z-index: 0;
}
.btn.btn-primary:hover:after,.btn.btn-primary:hover:after {
    left: 0;
}
.btn:hover:before, .btn:active:before {
    width: 100%;
}
.btn:focus {
    outline: none;
}
.btn .hover-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
}
.btn:hover .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.btn:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.btn:hover {
    color: var(--sk-white);
    border-color: var(--sk-hover);
    background-color: var(--sk-primary);
}
.btn.btn-secondary {
    background-color: transparent;
    border-color: var(--sk-primary);
    color: var(--sk-primary);
}
.btn.btn-secondary:hover {
    background-color: transparent;
    color: var(--sk-white);
    border-color: var(--sk-primary);
}
.btn.btn-secondary:before {
    background-color: var(--sk-primary);
}
.btn.btn-white {
    background-color: var(--sk-white);
    border-color: var(--sk-white);
    color: var(--sk-primary);
}
.btn.btn-white:hover {
    border-color: #FAE5E5;
}
.btn.btn-white:before {
    background-color: #FAE5E5;
}
.white-color .btn.btn-white span {
    color: var(--sk-primary);
}
.btn.btn-white-light {
    background-color: transparent;
    border-color: var(--sk-white);
    color: var(--sk-white);
}
.btn.btn-white-light:hover {
    border-color: var(--sk-white);
    color: var(--sk-primary);
}
.white-color .btn.btn-white-light:hover span {
    color: var(--sk-primary);
}
.btn.btn-white-light:before {
    background-color: var(--sk-white);
}
.content-title, .content-row, .content-info, .content-blog, .content-img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
}
.content-blog *:last-child, .content-title *:last-child, .content-info *:last-child {
    margin-bottom: 0;
}
.gallery-item .content-img {
    overflow: hidden;
    display: flex;
}
.gallery-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.gallery-item img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform .5s ease;
}
a.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: 40px;
    height: 40px;
    bottom: 30px;
    right: 15px;
    background-color: var(--sk-primary);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.scroll-top:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 10px;
    height: 12px;
    background: url(../images/arrow-up-white.svg) no-repeat center;
    background-size: contain;
}
.scroll-top.sticky {
    opacity: 1;
    visibility: visible;
}
.equal-column > .row > [class^="col-"] {
    flex: 1;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
}
.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutters > [class^="col-"], 
.row.no-gutters > [class*=" col-"] {
    padding-right: 0px;
    padding-left: 0;
}
.text-center {
    text-align: center;
}
/*---------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: fixed;
    display: block;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: transparent;
    transition: all 0.3s ease-out;
}
.header-part .container-fluid {
    max-width: 1920px;
    padding-left: 32px;
    padding-right: 32px;
}

body.logged-in.admin-bar .header-part {
    top:32px;
}
.header-logo {
    position: relative;
    display: flex;
}
.header-logo a {
    position: relative;
    display: flex;
}
.header-logo img {
    width: 212px;
    height: auto;
    display: flex;
}
#menu > ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
#menu > ul > li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#menu > ul > li:last-child {
    padding-right: 0;
}
#menu > ul > li .drop-nav-arrow {
    position: relative;
    display: inline-flex;
    width: 12px;
    height: 6px;
    margin-left: 6px;
    top: 1px;
}
#menu > ul > li .drop-nav-arrow:after {
    position: absolute;
    display: flex;
    content: '';
    left: 0;
    top: 0;
    width: 12px;
    height: 6px;
    background: url(../images/angle-down-white.svg) no-repeat center;
    background-size: contain;
    transition: all 0.3s ease-out;
}
#menu > ul > li:hover .drop-nav-arrow:after {
    transform: rotate(-180deg);
}
#menu > ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--sk-white);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
    padding: 38px 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#menu > ul > li > a:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--sk-white);
    transition: all 0.3s ease-out;
}
#menu > ul > li:hover > a:before {
    width: 100%;
}
#menu > ul > li > ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 0px;
    padding: 14px 0 14px 20px;
    width: 100%;
    flex-direction: column;
    min-width: 221px;
    border-radius: 6px;
    background-color: var(--sk-white);
    list-style-type: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.0s ease-out;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}
#menu > ul > li:not(.mega-menu) > ul:before {
	position: absolute;
	content: '';
	display: flex;
	left: 25px;
	top: -15px;
	width: 14px;
    height: 14px;
    background: white;
    top: -7px;
    right: 24px;
    transform: rotate(45deg);
    border-top-left-radius: 6px;
    box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.04);
}
#menu > ul > li:hover > ul {
    top: 100%;
    opacity: 1;
    display: flex;
    gap: 11px 32px;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    transition: all 0.3s ease-out;
}
#menu > ul > li ul > li {
    padding: 0;
    margin: 0;
    line-height: 1;
    position: relative;
    display: inline-flex;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#menu > ul > li > ul > li > a {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--sk-text);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
    letter-spacing: 0.03px;
}
#menu > ul > li > ul > li > a img {
    max-width: 165px;
    width: 165px;
    border-radius: 1.97px;
    transition: all 0.6s ease-out;
    transform: scale(1);
}
#menu > ul > li > ul > li > a span {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 1.97px;
}
/* #menu > ul > li:first-child > ul > li > a {
    max-width: 165px;
} */
#menu > ul > li > ul > li:hover > a {
    color: var(--sk-primary);
}
#menu > ul > li > ul > li:hover > a img {
    transform: scale(1.1);
}
#menu > ul > li > ul > li.sub-menu-top > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
	color: var(--sk-primary);
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 14px;
	padding-right: 14px;
	width: 100%;
    flex-wrap: nowrap;
    white-space: nowrap;
    flex-direction: row;
	margin-bottom: 3px;
}
#menu > ul > li > ul > li.sub-menu-top > a:after {
	position: relative;
	display: inline-flex;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/arrow.svg) no-repeat center;
	background-size: contain;
}
#menu > ul > li.mega-menu {
	position: static;
}
#menu > ul > li.mega-menu > ul.sub-menu{
	padding: 32px 32px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    min-width: 221px;
    border-radius: 0;
    background-color: var(--sk-white);
    border-top: 1px solid #F6F6F6;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.17);
}
#menu > ul > li.mega-menu > ul.sub-menu:before {
	position: absolute;
	content: '';
	display: flex;
	left: 0;
	top: 10%;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.7);
}
#menu > ul > li.mega-menu > ul.sub-menu:after {
	position: absolute;
	content: '';
	display: flex;
	left: 0;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#menu > ul > li.mega-menu:hover > ul.sub-menu{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.mega-menu-row {
    position: relative;
    display: flex;
    gap: 48px;
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 20px;
	z-index: 1;
}
.mega-menu-col {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mega-menu-col-top-title {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 31px;
}
.mega-menu-col-top-title a {
	position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
	text-decoration: none;
}
.mega-menu-col-top-title a span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--sk-secondary);
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
	transition: all 0.3s ease-out;
}
.mega-menu-col-top-title a span:hover {
    color: var(--sk-primary);
}
.mega-menu-col-top-title a span:after {
    position: relative;
    display: flex;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/red-arrow.svg) no-repeat center;
    background-size: contain;
    margin-top: 3px;
}
.mega-menu-col-top-title p {
    color: var(--sk-secondary);
    font-size: 16px;
    margin: 0;
}
.mega-sub-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 8px;
}
.mega-sub-menu li {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}
.mega-sub-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 50px 0 0;
    border-radius: 4px;
    border: 1px solid var(--sk-skeen);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--sk-secondary);
    text-decoration: none;
}
.mega-sub-menu li a:hover {
    color: var(--sk-primary);
    border-color: var(--sk-primary);
}
.mega-sub-menu li a img {
    width: 64px;
    min-width: 64px;
/*     height: 59px; */
    margin-right: 43px;
    border-radius: 3px 0 0 3px;
}
.mega-sub-menu li a:after {
    position: absolute;
    content: '';
    display: flex;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/red-arrow.svg) no-repeat center;
    background-size: contain;
}
/*----------mobile-menu---------*/
body.sk-hidden {
    overflow: hidden;
}
.mobile-header {
    display: none;
}
.desktop-header, .mobile-header {
    width: 100%;
}
.mm-wrapper_opening .header-right .header-top-btn,
.mm-wrapper_opening .header-right .btn,
.mm-wrapper_opening .header-logo {
    opacity: 0;
}
.mm-menu_fullscreen.mm-menu_position-top {
    height: calc(100vh - 98px);
}
.body-sticky .mm-menu_fullscreen.mm-menu_position-top {
    height: calc(100vh - 98px);
}
.mm-wrapper_opening .mm-menu_position-bottom, 
.mm-wrapper_opening .mm-menu_position-front, 
.mm-wrapper_opening .mm-menu_position-top {
    top: 98px;
}
.body-sticky.mm-wrapper_opening .mm-menu_position-bottom, 
.body-sticky.mm-wrapper_opening .mm-menu_position-front, 
.body-sticky.mm-wrapper_opening .mm-menu_position-top {
    top: 98px;
}
body.logged-in.admin-bar.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-top {
    top: 130px;
}
body.logged-in.admin-bar.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-top {
    height: calc(100vh - 130px);
}
.mm-panel_opened-parent {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mm-navbar, .mm-panel, .mm-panels {
    border-bottom: none;
    background-color: var(--sk-black);
}
.mm-navbar,
.mm-panel {
    background-color: transparent;
}
.mm-panels:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mobile-nav.svg) no-repeat;
    background-size: 180vw;
    background-position: center bottom;
}
.menu-icon {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    border: none;
    background-color: var(--sk-white);
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sk-white);
    text-decoration: none;
    font-weight: 500;
    color: var(--sk-black);
}
.menu-icon:hover {
    color: var(--sk-white);
    text-decoration: none;
}
.mm-wrapper_opening .menu-icon:before {
    border-color: var(--sk-white);
}
#menu-main-menu-mobile .mm-navbar.mm-navbar_sticky {
    display: none;
}
/*.menu-icon:hover:before {
    left: 0;
    top: 0;
}*/
.mm-listitem a {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
} 
.mm-listitem a {
    color: var(--sk-white) !important;
    padding: 12px 0;
    padding-left: 0px;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: inherit;
}
.sub-menu .dropdown.mm-listitem .mm-listitem__text {
    color: var(--sk-white);
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    padding: 10px 0;
    display: flex;
	align-items: flex-start;
    gap: 0 10px;
	flex-direction: column;
	padding-right: 30px;
	width: 100%;
	white-space: normal;
}
.sub-menu .dropdown.mm-listitem .mm-listitem__text:after {
	position: absolute;
	right: 0;
}
.sub-menu .dropdown.mm-listitem .mm-listitem__text span {
	display: flex;
	margin-bottom: 5px;
}
.sub-menu .mm-listitem__text p {
	font-weight: 400;
	color: var(--sk-white);
    font-size: 16px;
    margin: 0;
}
.sub-menu .mm-listitem__text img {
    max-width: 165px;
    display: none;
}
.sub-menu .mm-listitem__text strong {
    font-size: 20px;
}
.mm-panel .mm-navbar_sticky {
    display: flex;
    flex-direction: column;
    position: relative;
}
#navbar.mm-panel .mm-navbar_sticky {
    display: none;
}
.mm-navbar__title {
    color: var(--sk-white);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    padding: 0px 0 10px !important;
    justify-content: flex-start !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.mm-navbar__title span {
    text-decoration: none;
}
.mm-btn.mm-btn_next.mm-listitem__btn {
    width: 0px;
    border-left: none;
}
.mm-listitem__text.mm-btn_next {
    padding-left: 6px;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: inherit;
}
.mm-panels>.mm-panel {
    margin-top: 0px;
}
.mm-wrapper_opening .header-top {
    display: none;
}
.mm-navbar__title,
.mm-listitem {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.mm-btn_next:after, .mm-btn_prev:before {
    border: none;
    top: 7px;
    height: 16px;
    right: -12px;
    width: 16px;
    background: url(../images/arrow.svg) no-repeat center;
    background-size: contain;
    transform: none;
}
.mm-btn.mm-btn_prev {
    margin-left: 32px;
    color: var(--sk-white) !important;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    color: var(--sk-white);
}
/*.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child:before {
    content: 'Back';
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: var(--sk-secondary);
}*/
.mm-navbar.mm-navbar_sticky .mm-btn_prev:before {
    content: '';
    background: url(../images/arrow.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    border: none;
    left: 0;
    transform: none;
    top: 3px;
    right: auto;
    margin-right: 16px;
    transform: rotate(-180deg);
}
.mm-navbar.mm-navbar_sticky .mm-btn_prev:after {
    content: 'Back';
    transform: none;
    font-weight: 400;
    margin-left: 39px;
    border: none;
}
.mm-listview {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.mm-panel:after, .mm-listitem:after {
    display: none;
}
.mm-add-listing.dropdown.mm-listitem .mm-btn.mm-btn_next.mm-listitem__btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mm-add-listing.dropdown.mm-listitem .mm-btn.mm-btn_next.mm-listitem__btn:after {
    display: none !important;
}
.mm-add-listing.dropdown.mm-listitem > a.mm-listitem__text {
    padding-right: 5px;
    gap: 10px;
}
.mm-add-listing.dropdown.mm-listitem > a.mm-listitem__text:after {
    position: relative;
    content: '';
    border: 3px solid var(--mm-color-button);
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: var(--sk-primary);
    margin-top: 5px;
}
.mm-add-listing.mm-listitem a {
    font-weight: 400;
    font-size: 28px;
    padding: 14px 0;
    display: flex;
    align-items: center;
}
.mm-add-listing.mm-listitem img {
    width: 10px;
    margin-right: 8px;
    position: relative;
    top: -3px;
}
.mm-add-listing.mm-footer.mm-listitem {
    padding: 20px 20px 75px;
    margin-top: 30px;
    display: flex;
    flex: 1 0 0;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}
.mm-add-listing.mm-footer.mm-listitem p {
    margin: 0;
}
.menu-bottom.mm-listitem__text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 37px;
    padding-bottom: 0px;
    display: flex;
    align-items: flex-end;
    gap: 3px;
}
.sub-menu .mm-listitem a {
	white-space: normal;
}
.menu-bottom-left {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 0 36px 20px;
    white-space: normal;
    align-items: flex-start;
}
.menu-bottom-left span.p {
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 600;
}
.mm-add-listing .menu-bottom {
    background-color: var(--sk-primary);
}
.mm-add-listing .menu-bottom a {
   color: var(--sk-primary) !important;
}
.mm-add-listing.mm-listitem .menu-bottom .menu-bottom-right {
    width: 133px;
    min-width: 133px;
    margin-right: -20px;
}
.mm-add-listing.mm-listitem .menu-bottom .menu-bottom-right img {
    width: 100%;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 0;
}
.menu-bottom-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.menu-bottom-link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0px;
}
.menu-bottom-link a i {
    position: relative;
    display: flex;
}
.mm-add-listing.mm-listitem .menu-bottom a.btn {
    color: var(--sk-primary) !important;
    justify-content: space-between;
    align-items: normal;
    font-size: 16px !important;
    padding: 14px 22px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.mm-add-listing.mm-listitem .menu-bottom a.btn i {
    width: 48px;
    min-width: 48px;
}
.mm-add-listing.mm-listitem .menu-bottom a.btn i img {
    margin: 0;
    left: auto;
    top: auto;
    width: 7px;
    height: 13px;
}
.mm-add-listing.mm-listitem .menu-bottom a.btn i .hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mm-add-listing.mm-listitem .menu-bottom a.btn i:before {
    background-color: var(--sk-light-blue);
}
.sub-menu .mm-listitem__text i {
    position: relative;
    display: inline-flex;
    width: 14px;
    min-width: 14px;
    height: 14px;
    background: url(https://cscsukstg.wpenginepowered.com/wp-content/themes/cscs/assets/images/external-link-white.svg) no-repeat center;
    background-size: contain;
    margin-right: 10px;
}
.mm-add-listing.menu-bottom-listing {
    flex: 1 0 0;
    align-items: flex-end;
    
    margin-top: 70px; 
    padding: 0 !important;
}
/*.mm-wrapper_opening .header-logo {
    opacity: 0;
    visibility: hidden;
}*/
/*--------------end-----------------*/

/*-----------main-part------------*/

.pt-130 {
    padding-top: 130px;
}
.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-75 {
    padding-top: 75px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pb-65 {
    padding-bottom: 65px;
}
.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-45 {
    margin-top: 45px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-40 {
    padding-bottom: 40px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.pt-25 {
    padding-top: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.mb--30 {
    margin-bottom: -30px;
}
.mb-32 {
    margin-bottom: 32px;
}
.hero-banner {
    padding-top: 151px;
    background-color: var(--sk-primary);
    min-height: 589px;
    display: flex;
    align-items: flex-end;
}
.gradient-banner {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-caption {
    padding: 50px 0 100px;
}
.hero-caption *:last-child {
    margin-bottom: 0;
}
.hero-caption h1 b {
    font-weight: inherit;
}
.hero-caption p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.03px;
}
.new-banner .hero-caption h1 {
    font-size: 48px;
}
.hero-img {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 57%);
}
.new-hero-img {
    mask-image: url(../images/hero-img-mask.svg);
    -webkit-mask-image: url(../images/hero-img-mask.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: right bottom;
    -webkit-mask-position: right bottom;
    mask-size: contain;
    -webkit-mask-size: contain;
    clip-path: none;
}
.hero-img img {
    width: 100%;
    height: 438px;
    object-fit: cover;
}
.new-hero-img img {
    max-width: 572px;
    height: auto;
	min-height: 526px;
	object-fit: cover;
    object-position: center;
}
.hero-logo {
    position: absolute;
    bottom: 70px;
    left: 0%;
    width: 204px;
    height: 183px;
    mask-image: url(../images/logo-mask.svg);
    -webkit-mask-image: url(../images/logo-mask.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: right bottom;
    -webkit-mask-position: right bottom;
    mask-size: contain;
    -webkit-mask-size: contain;
    clip-path: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sk-white);
	padding: 25px 20px 25px 31px;
}
.hero-banner .col-12 {
    position: relative;
}
.gy-42 {
    --bs-gutter-y: 42px;
}
.content-info *:last-child,
.content-title *:last-child {
    margin-bottom: 0;
}
p a,
.content-title p a {
    color: var(--sk-primary);
    text-decoration: underline;
}
p a:hover,
.content-title p a:hover {
    color: var(--sk-secondary);
    text-decoration: underline;
}
.sub-title,
.peta-title {
    color: var(--sk-text);
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}
.sub-title.color-secondary,
.peta-title.color-secondary {
    color: var(--sk-secondary);
}
.p-font-20 .intro-text *,
.intro-text * {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.05px;
    color: var(--sk-secondary);
}
.breadcrumbs ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}
.breadcrumbs ul li {
    position: relative;
    display: flex;
    padding: 0;
    align-items: center;
    margin: 0;
}
.breadcrumbs ul li:after {
    position: relative;
    display: flex;
    content: '';
    width: 6px;
    height: 10px;
    background: url(../images/breadcrumb-arrow.svg) no-repeat center;
    background-size: contain;
    margin: 0 11px;
}
.breadcrumbs ul li:last-child:after {
    display: none;
}
.breadcrumbs ul li a {
    font-size: 12px;
    line-height: 1.5;
    text-decoration: underline;
    color: var(--sk-text);
    display: flex;
}
.breadcrumbs ul li a:hover {
    color: var(--sk-secondary);
}
.breadcrumbs ul li span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: var(--sk-text);
}
.link-arrowed {
    color: var(--sk-primary);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
}
.link-arrowed:hover {
    color: var(--sk-hover);
    text-decoration: none;
}
.btn-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--sk-primary);
    text-decoration: none;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}
.btn-link i {
    position: relative;
    display: flex;
}
.btn-link i img {
    width: 18px;
    min-width: 18px;
    object-fit: contain;
    transition: 0s;
}
.btn-outer.gap-48 {
    gap: 48px;
}
.btn-link:hover {
    color: var(--sk-hover);
    text-decoration: none;
}
.btn-link:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.btn-link:hover .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.arrow-span {
    position: relative;
    display: flex;
    margin-left: 2px;
    margin-bottom: -4px !important;
}
.arrow-span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 13px;
    min-width: 13px;
    height: auto;
}
.link-arrowed .arrow-icon {
    position: relative;
    transition: transform 0.3s ease;
    vertical-align: middle;
}
.link-arrowed .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}
.link-arrowed:hover .arrow-icon {
    transform: translate3d(0px, 0, 0);
}
.link-arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}
.intro-text {
    font-size: 32px;
    line-height: 46px;
    color: var(--sk-dark-two);
}
.read-more {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    gap: 10px;
    transition: all 0.3s ease-out;
}
.read-more:hover {
    text-decoration: none;
    background-color: var(--sk-secondary);
}
.read-more img {
    transition: all 0.3s ease-out;
    height: auto;
}
.read-more span {
    position: relative;
    display: flex;
}
.hover-icon {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}
.read-more:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.read-more:hover .normal-icon {
    opacity: 0;
}
.content-list ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.content-list ul li {
    position: relative;
    display: block;
    padding: 0 0 0 30px;
    margin: 0 0 6px;
}
.content-list ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    width: 16px;
    height: 11px;
    background: url(/wp-content/themes/skiclub/assets/images/tick.svg) no-repeat center;
    background-size: contain;
}
.intro-text * {
    margin-bottom: 0;
}
.link-list {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.link-list li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 15px;
}
.link-list li img {
    display: flex;
    margin-right: 8px;
}
.link-list li a {
    position: relative;
    display: inline-flex;
    color: var(--sk-secondary);
    text-decoration: none;
    font-weight: 700;
}
.link-list li a:hover {
    text-decoration: underline;
}
.testimonials-block {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.testimonials-block.text-center {
    align-items: center;
}
.quote {
    position: relative;
    display: flex;
    margin-bottom: 21px;
}
.text-center .quote {
    justify-content: center;
}
.quote img {
    width: 56px;
}
.testimonials-block p {
    color: var(--sk-secondary);
    font-size: 24px;
    line-height: 1.65;
    font-weight: 500;
    letter-spacing: 0.04px;
    margin-bottom: 17px;
}
.testimonials-block cite {
    color: var(--sk-text);
    font-style: normal;
    letter-spacing: 0.03px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}
.testimonials-block.white-color p,
.testimonials-block.white-color cite {
    color: var(--sk-white);
}
.image-content-section .row {
    --cui-gutter-x: 18px;
}
.image-content-section .row > div:last-child .content-title {
    padding-left: 62px;
}
.image-content-section .row > div:first-child .content-title {
    padding-right: 62px;
}
.content-title .sub-title {
    color: var(--sk-primary);
}
.accordion .accordion-item {
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    border: none;
}
.accordion .accordion-item:last-child {
    border-bottom: 1px solid var(--sk-border);
}
.accordion .accordion-button {
    position: relative;
    padding: 15px 50px 15px 0;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 1.83;
    font-weight: 400;
    color: var(--sk-secondary);
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease-out;
    border-top: 1px solid var(--sk-border)!important;
    border-radius: 0 !important;
}
.accordion .accordion-button[aria-expanded="true"] {
    border-top-color: var(--sk-primary) !important;
    border-bottom-color: var(--sk-primary);
    color: var(--sk-primary);
}
.accordion .accordion-button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.accordion .accordion-button:focus-visible {
    outline: 2px dashed !important;
}
.accordion .accordion-button:after {
    display: none;
}
.accordion .accordion-button span {
    position: absolute;
    display: flex;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}
.accordion .accordion-button span:before {
    position: absolute;
    content: '';
    display: flex;
    background: url(../images/plus.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.accordion .accordion-button[aria-expanded="true"] span:before {
    background: url(../images/minus.svg) no-repeat center;
    background-size: contain;
}
.accordion .accordion-body {
    padding: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
    color: var(--sk-text);
}
.accordion .accordion-body *:last-child {
    margin-bottom: 0;
}
.table-outer {
    position: relative;
    display: block;
    width: 100%;
}
table,
.table-outer table {
    max-width: 100%;
    border: none;
    border-collapse: collapse;
}
table tr,
.table-outer table tr {
    border: none;
}
table thead th,
.table-outer table thead th {
    background-color: var(--sk-secondary);
    padding: 15px 20px;
    color: var(--sk-white);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    border: none;
    text-align: left;
}
table tbody th,
.table-outer table tbody th {
    background-color: transparent;
    padding: 15px 20px;
    color: var(--sk-black);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    border: none;
    text-align: left;
}
table tbody td,
.table-outer table tbody td {
    background-color: transparent;
    padding: 15px 20px;
    color: var(--sk-black);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    border: none;
    text-align: left;
}
table tbody tr:nth-child(odd),
.table-outer table tbody tr:nth-child(odd) {
    background-color: var(--sk-skeen);
}
table tbody tr td:first-child,
table tbody tr th:first-child,
.table-outer table tbody tr td:first-child,
.table-outer table tbody tr th:first-child {
    border-left: 1px solid var(--sk-skeen);
}
table tbody tr:last-child td,
table tbody tr:last-child th, 
.table-outer table tbody tr:last-child td,
.table-outer table tbody tr:last-child th {
    border-bottom: 1px solid var(--sk-skeen);
}
table tbody tr td:last-child,
.table-outer table tbody tr td:last-child {
    border-right: 1px solid var(--sk-skeen);
}

blockquote {
    font-size: 20px;
    line-height: 1.7;
    color: var(--sk-black);
    padding: 37px 0 37px 46px;
    border-left:3px solid var(--sk-secondary);
    margin: 20px 0;
}
blockquote *:last-child {
    margin-bottom: 0;
}
.icon-img {
    position: relative;
    display: flex;
    margin: 0 0 25px;
}
.text-center .icon-img {
    justify-content: center;
}

figcaption {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.3;
}
.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.01);
    width: 56px;
    height: 56px;
    background-color: var(--sk-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 50%;
}
.play-btn:after {
    content: '';
    position: absolute;
    opacity: 0.300000011920929;
    width: 66px;
    height: 66px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: var(--sk-white);
    border-radius: 50%;
}
.play-btn:before {
    content: '';
    position: absolute;
    opacity: 0.300000011920929;
    width: 76px;
    height: 76px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: var(--sk-white);
    border-radius: 50%;
}
.play-btn i {
    position: relative;
    display: flex;
    z-index: 1;
}
.play-btn img {
    width: 16px;
    height: auto;
    transition: all 0.3s ease-out;
    transform: none !important;
    margin: 0 0 0 3px;
}
.image-banner {
    padding: 160px 0;
    position: relative;
}
.ml-auto {
    margin-left: auto;
}
.icon-blog .icon-img {
    margin-bottom: 17px;
}
.icon-img img {
    height: 49px;
    object-fit: contain;
}
.icon-blog h2,
.icon-blog h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.icon-blog *:last-child {
    margin-bottom: 0;
}
.icon-blog p {
    letter-spacing: 0.03px;
    color: var(--sk-gray);
}
.white-color.icon-blog p {
    color: var(--sk-white);
}
.max-width-817 {
    max-width: 817px;
    margin-left: auto;
    margin-right: auto;
}
.white-color.content-title .sub-title {
    color: var(--sk-white);
}
.cta-banner {
    min-height: 505px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-slider.swiper {
    overflow: inherit;
}
.product-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.product-blog:hover a.gallery-item img {
    transform: scale(1.1);
}
.product-blog .gallery-item,
.product-blog .gallery-item img {
    border-radius: 4.58px;;
}
.product-blog .gallery-item {
    margin-bottom: 24px;
}
.product-blog h3 {
    letter-spacing: 0.04px;
    font-size: 24px;
}
.product-blog h3 a {
    color: var(--sk-secondary);
    text-decoration: none;
}
.product-blog h3 a:hover {
    color: var(--sk-primary);
}
.product-blog p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}
.gallery-item {
    overflow: hidden;
    display: flex;
    width: 100%;
}
.gallery-item img {
    width: 100%;
    transition: all 0.6s ease-out;
    transform: scale(1.0);
}
a.gallery-item:hover img {
    transform: scale(1.1);
}
.card-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.card-blog .gallery-item {
    margin-bottom: 22px;
    border-radius: 4px;
}
.card-blog .gallery-item img {
    border-radius: 4px;
}
.card-blog h3 {
    font-size: 24px;
    margin-bottom: 11px;
}
.card-blog h3 a {
    text-decoration: none;
    color: var(--sk-secondary);
}
.card-blog h3 a:hover {
    color: var(--sk-primary);
}
.card-blog p {
    color: var(--sk-gray);
}
.card-blog *:last-child {
    margin-bottom: 0;
}
.service-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: var(--sk-skeen);
    padding: 30px 40px 30px 30px;
}
.service-blog *:last-child {
    margin-bottom: 0;
}
.service-num {
    position: relative;
    display: block;
    color: var(--sk-primary);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 18px;
}
.service-blog h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.service-blog p {
    color: var(--sk-gray);
}
.testimonial-slider.swiper .swiper-nav,
.product-slider.swiper .swiper-nav {
    position: absolute;
    right: 0;
    top: -100px;
    width: auto;
    margin: 0;
}
.service-slider.swiper .swiper-nav {
    position: absolute;
    right: 0;
    top: -120px;
    width: auto;
    margin: 0;
}
.testimonial-slider.swiper .swiper-nav .swiper-button-prev,
.testimonial-slider.swiper .swiper-nav .swiper-button-next,
.product-slider.swiper .swiper-nav .swiper-button-prev,
.product-slider.swiper .swiper-nav .swiper-button-next,
.service-slider.swiper .swiper-nav .swiper-button-prev,
.service-slider.swiper .swiper-nav .swiper-button-next {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 54px;
    height: 54px;
    border: 2px solid var(--sk-primary);
    background-color: var(--sk-primary);
    border-radius: 2px;
    font-size: 0;
    margin-left: 4px;
    transition: all 0.3s ease-out;
}
.testimonial-slider.swiper .swiper-nav .swiper-button-prev:after,
.testimonial-slider.swiper .swiper-nav .swiper-button-next:after,
.product-slider.swiper .swiper-nav .swiper-button-prev:after,
.product-slider.swiper .swiper-nav .swiper-button-next:after,
.service-slider.swiper .swiper-nav .swiper-button-prev:after,
.service-slider.swiper .swiper-nav .swiper-button-next:after {
    position: absolute;
    content: '';
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    background: url(../images/arrow-white.svg) no-repeat center;
    background-size: contain;
}
.testimonial-slider.swiper .swiper-nav .swiper-button-prev:after,
.product-slider.swiper .swiper-nav .swiper-button-prev:after,
.service-slider.swiper .swiper-nav .swiper-button-prev:after {
    transform: translate(-50%,-50%) rotate(-180deg);
}
.service-slider.swiper {
    overflow: inherit;
}
.service-slider .swiper-wrapper {
	display: flex;
}
.service-slider .item {
	height: auto;
}
.check-list ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 27px 0 0;
}
.check-list li {
    position: relative;
    display: block;
    padding: 0 0 0 33px;
    margin: 0 0 22px;
    font-size: 20px;
    color: var(--sk-black);
}
.check-list li:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background: url(../images/tick.svg) no-repeat center;
    background-size: contain;
}
.check-list li strong {
    display: block;
    color: var(--sk-black);
    margin-bottom: 5px !important;
}
.cta-info {
    padding: 70px 0;
}
.cta-info h2 {
    font-size: 36px;
}
.cta-img {
    margin-left: auto;
}
/*-------------end-----------------*/


/*----------footer-part-----------*/

.footer-part {
    position: relative;
    display: block;
    width: 100%;
    padding: 65px 0 45px;
}
.footer-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    gap: 40px 0;
}
.footer-col {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
.span-heading {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-col p {
    color: var(--sk-gray);
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.footer-col p a {
    color: var(--sk-gray);
    text-decoration: underline;
}
.footer-col p a:hover {
    color: var(--sk-primary);
}
.footer-col p small {
    font-size: 80%;
    display: block;
}
.footer-col *:last-child {
    margin-bottom: 0;
}
.footer-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 5px;
}
.footer-menu li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.footer-menu li a {
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
    color: var(--sk-gray);
    font-weight: 400;
}
.footer-menu li a:hover {
    color: var(--sk-primary);
}
.footer-logo {
    position: relative;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-logo br {
    display: none;
}
.footer-logo img {
    height: 81px;
	object-fit: contain;
}
.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
}
.footer-bottom p {
    margin: 0;
    color: var(--sk-gray);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
.footer-bottom ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px 18px;
    padding: 0;
    margin: 0;
}
.footer-bottom ul li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.footer-bottom ul li a {
    position: relative;
    display: flex;
    color: var(--sk-gray);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
}
.footer-bottom ul li a:hover {
    color: var(--sk-primary);
}
/*-------------end-----------------*/

/*----------gradient-background------------*/

 .gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
 .gradient-background + .container-fluid {
    position: relative;
    z-index: 2;
 }
.gradient-sphere {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}
.sphere-1 {
    width: 100vw;
    height: 100vw;
    background-image: radial-gradient(50% 100%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    top: -115%;
    left: -41%;
    animation: float-1 15s ease-in-out infinite alternate;
    border-radius: 50%;
    width: 2668px;
    height: 2668px;
    background-image: radial-gradient(50% 100%, #8D0101 0%, rgba(225, 67, 67, 0) 100%);
    top: -1000px;
    left: -1600px;
}
.sphere-2 {
    width: 100vw;
    height: 100vw;
    background-image: radial-gradient(50% 100%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    top: -171%;
    right: -55%;
    animation: float-2 18s ease-in-out infinite alternate;
    border-radius: 50%;
    width: 2668px;
    height: 2668px;
    background-image: radial-gradient(50% 100%, #8D0101 0%, rgba(225, 67, 67, 0) 100%);
    top: -1200px;
    right: -1600px;
}
.sphere-3 {
    width: 30vw;
    height: 30vw;
    background: linear-gradient(120deg, rgba(133, 89, 255, 0.5), rgba(98, 216, 249, 0.3));
    top: 60%;
    left: 20%;
    animation: float-3 20s ease-in-out infinite alternate;
}
.noise-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.01791881742931548;
    background-image: url(../images/noise.png);
}
@keyframes float-1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(10%, 10%) scale(1.1);
    }
}
@keyframes float-2 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, -5%) scale(1.15);
    }
}
@keyframes float-3 {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.3;
    }
    100% {
        transform: translate(-5%, 10%) scale(1.05);
        opacity: 0.6;
    }
}
@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1.1);
    }
}
.particles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.particle {
    position: absolute;
    background: white;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}
.bg-black .sphere-1 {
    background-image: radial-gradient(50% 100%, rgba(141, 1, 1, 0.34) 0%, rgba(141, 1, 1, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
}
.bg-black .sphere-2 {
    background-image: radial-gradient(50% 100%, rgba(141, 1, 1, 0.34) 0%, rgba(141, 1, 1, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: radial-gradient(50% 100%, rgba(141, 1, 1, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
}
.bg-black .noise-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.01791881742931548;;
    z-index: 5;
    background-image: url(../images/noise-light.png);
}
.cta-section .sphere-1 {
    display: none;
}
/*---------gradient-background--------*/
.sticky-row {
    position: relative;
    display: flex;
    gap: 100px;
    align-items: center;
}
.sticky-left {
    width: 40%;
    position: relative;
    /*height: 60vh;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*top: 50%;
    transform: translateY(-50%);
    padding-top: 90px;*/
}
.sticky-left img {
	aspect-ratio: 1 / 1.1;
    object-fit: contain;
	max-height: 500px;
}
.sticky-section {
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
/*.sticky-section:first-child {
    padding-top: 90px;
}
.sticky-section:nth-child(2) {
    padding-top: 0px;
    padding-bottom: 90px;
}*/
.sticky-right {
    width: 60%;
}
.sticky-section p {
    max-width: 100%;
}
.sticky-right .hero-caption {
    padding: 0;
}
.hero-caption h1 b i em,
.hero-caption h1 b i {
    font-style: normal;
}
.hero-list-icon {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    width: 100%;
    margin: 86px 0 0;
    padding: 0;
}
.hero-list-icon li {
    position: relative;
    display: flex;
    font-size: 22px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    color: var(--sk-white);
    align-items: center;
    gap: 20px;
}
.hero-list-icon li img {
    position: relative;
    display: flex;

}
.partner-logo {
    margin: 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 74px;
}
.partner-logo img {
    margin: 0 auto;
    max-width: 170px;
    max-height: 74px;
    object-fit: contain;
}
.sub-banner {
    display: flex;
    min-height: 500px;
    flex-direction: column;
    justify-content: center;
    padding: 130px 0 60px;
	padding: 200px 0 130px;
}
.video-wrapper {
    position: relative;
    padding-bottom: 73.2%;
    height: 0;
}
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 8px;
}
.product-row > .row {
    --bs-gutter-x: 45px;
    --bs-gutter-y: 64px;
}
.p-font-20 p {
    font-size: 20px;
}
.p-max-625 p {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
}
.sub-banner p {
    font-weight: 500;
    font-size: 20px;
}
.content-gray-row .row {
    --bs-gutter-x: 45px;
    --bs-gutter-y: 30px;
}
.content-gray-box .sub-title {
    color: var(--sk-primary);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 8px;
}
.content-gray-box p {
    color: var(--sk-gray);
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.07px;
    font-weight: 500;
} 
.content-gray-box *:last-child {
    margin-bottom: 0;
}
.card-row .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 36px;
}
.client-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--sk-white);
}
.client-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sk-white);
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    margin-bottom: 24px;
    height: 174px;
}
.client-logo img {
    max-width: 198px;
    max-height: 59px;
    object-fit: contain;
}
.btn-arrow {
    position: absolute;
    right: 16px;
    bottom: 20px;
    display: flex;
}
.btn-arrow img {
    max-width: 14px;
    width: 14px;
    object-fit: contain;
}
.client-blog h3,
.client-blog h3 a {
    text-decoration: none;
    color: var(--sk-white);
}
.client-blog h3 a:hover {
    color: var(--sk-primary);
}
.client-blog h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.client-blog p {
    font-size: 16px;
}
.client-blog *:last-child {
    margin-bottom: 0;
}
.icon-blog.icon-blog-inline {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
}
.icon-blog.icon-blog-inline .icon-img img {
    min-width: 49px;
}
.team-row > .row {
    --bs-gutter-x: 48px;
    --bs-gutter-y: 80px;
}
.team-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.team-img {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.team-img img {
    position: relative;
    display: flex;
    width: 100%;
}
.team-blog h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 12px 0;
    color: var(--sk-primary);
    font-weight: 500;
    text-transform: uppercase;
}
.team-blog h3 {
    font-size: 26px;
    line-height: 31px;
    font-weight: 600;
    color: var(--sk-secondary);
    margin: 0 0 13px 0;
}
.team-blog p {
    color: var(--sk-gray);
}
.team-blog *:last-child {
    margin-bottom: 0;
}
.team-bio-modal {
    background-color: var(--sk-primary);
}
.team-bio-modal .modal-dialog {
    margin: 0;
    max-width: 100%;
}
.team-bio-modal .modal-content {
    border-radius: 0;
    position: static;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
.team-bio-modal .modal-body {
    padding: 70px 0;
    border-radius: 0;
    background-color: transparent;
    max-width: 1440px;
    display: block;
    margin: auto;
}
.team-lightbox-content {
    padding: 0 0 0 383px;
    padding: 0 0 0 433px;
    position: relative;
}
.person-lightbox-image {
    width: 383px;
    margin: 0 50px 0 -433px;
    float: left;
}
.person-lightbox-details h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 16px 0;
    color: var(--sk-white);
    font-weight: 600;
}
.person-lightbox-details h3 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 10px 0;
    color: var(--sk-white);
    font-weight: 600;
}
.person-lightbox-details p {
    font-size: 17px;
    line-height: 27px;
    color: var(--sk-white);
    margin: 0 0 27px 0;
}
.team-bio-modal .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 0;
    opacity: 1;
    background: url(../images/close-red.svg) no-repeat center center #FFF;
    background-size: 28px;
}
.icon-row-vertical {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 34px;
}
.product-blog.product-blog-inline {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 65px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.17);
 	padding: 24px;   
}
.product-slider.swiper .product-blog.product-blog-inline {
	padding: 48px;
	border-radius: 8px;
	width: 100%;
	height: 100%;
}
.product-slider.swiper .product-blog.product-blog-inline .product-blog-info {
	width: 100%;
	max-width: 667px;
}
.product-slider.swiper .swiper-wrapper {
	display: flex;
}
.product-slider.swiper .item {
	height: auto;
}
.product-blog.product-blog-inline .gallery-item {
    width: 36.216%;
    margin-bottom: 0;
}
.product-blog-info {
    width: 63.784%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-blog-info .sub-title {
    color: var(--sk-primary);
    font-size: 20px;
    letter-spacing: 1px;
}
.product-blog.product-blog-inline h2,
.product-blog.product-blog-inline h3 {
    font-size: 40px;
}
.post-banner {
    min-height: 548px;
}
.blog-filter {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px 32px;
    padding: 52px 0;
}
.blog-filter a {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--sk-gray);
    letter-spacing: 0.03px;
    text-transform: uppercase;
    text-decoration: none;
}
.blog-filter a:hover,
.blog-filter a.active {
    color: var(--sk-primary);
}
.blog-row .row {
    --bs-gutter-x: 48px;
    --bs-gutter-y: 48px;
}
.blog-post {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
.blog-post.big-post {
    padding-bottom: 50%;
}
.blog-post img {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-out;
    transform: scale(1.0);
}
.blog-post:hover img {
    transform: scale(1.1);
}
.blog-post-hover {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 1%, rgba(0, 0, 0, 0.50) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.blog-post-info {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 64px;
}
.blog-post-info .post-cat {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.03px;
    margin-bottom: 10px;
}
.blog-post-info h3 {
    color: #fff;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-post-info p {
    color: #fff;
    font-size: 20px; 
    font-weight: 400;  
}
.blog-post-info *:last-child {
    margin-bottom: 0;
}
.post-detail-banner {
    min-height: 674px;
    justify-content: flex-end;
    padding-bottom: 99px;
}
.post-detail-banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.back-btn {
    position: relative;
    display: inline-flex;
    gap: 16px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    color: var(--sk-primary);
}
.back-btn img {
    width: 16px;
}
.back-btn:hover {
    text-decoration: none;
}
.post-auther {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.post-auther-img {
    position: relative;
    display: flex;
    margin-bottom: 12px;
}
.post-auther-img img {
    border-radius: 50%;
    display: flex;
    width: 60px;
    min-width: 60px;
    height: 60px;
    object-fit: cover;
}
.post-auther-name {
    position: relative;
    display: block;
    color: var(--sk-secondary);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 3px;
}
.post-auther-date {
    position: relative;
    display: block;
    color: var(--sk-gray);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 30px;
}
.post-social {
    position: relative;
    display: flex;
    gap: 24px;
    padding: 0;
    margin: 0;
}
.post-social li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.post-social li a {
    position: relative;
    display: flex;
}
.post-social li a img {
    height: 24px;
    object-fit: contain;
}
.post-footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #D0D2E4;
    padding-top: 20px;
}
.post-footer .post-auther {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    text-align: left;
}
.post-footer .post-auther-img {
    margin: 0;
}
.post-footer .post-auther-date {
    margin: 0;
}
.post-social-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.post-social-right p {
    color: var(--sk-gray);
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 16px;
}
.contact-blog {
    max-width: 523px;
    padding-top: 34px;
}
.contact-blog ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 42px;
    padding: 0;
    margin: 40px 0 0;
}
.contact-blog ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
    color: var(--sk-white);
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
}
.contact-blog ul li:before {
    position: relative;
    display: flex;
    content: '';
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-top: 4px;
}
.contact-blog ul li.email:before {
    background: url(../images/envelope.svg) no-repeat center;
    background-size: contain;
}
.contact-blog ul li.phone:before {
    background: url(../images/phone.svg) no-repeat center;
    background-size: contain;
}
.contact-blog ul li a {
    position: relative;
    display: inline-flex;
    color: var(--sk-white);
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
}
.contact-blog ul li a:hover {
    text-decoration: none;
}
.contact-blog ul li a:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease-out;
}
.contact-blog ul li a:hover:before {
    width: 100%;
}
.contact-form {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--sk-white);
    border-radius: 2px;
    padding: 15px 32px 28px 32px;
}
.gform-theme.gform-theme--api, 
.gform-theme.gform-theme--foundation {
    --gf-form-gap-x: 16px;
    --gf-form-gap-y: 19px;
}
.contact-form h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.04px;
    margin-bottom: 7px;
}
.contact-form h3:after {
    position: relative;
    display: flex;
    content: '';
    width: calc(100% + 64px);
    margin-left: -32px;
    background-color: #E2E2E2;
    margin-top: 18px;
    height: 1px;
}
.contact-form .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 19px;
}
.input-div {
    position: relative;
    display: block;
    width: 100%;
}
.gform-theme.gform-theme--framework .gfield_list_group_item::before, 
.gform-theme.gform-theme--framework .gform-field-label,
.input-div label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--sk-secondary);
}
.gform-theme.gform-theme--framework .gform-field-label span,
.input-div label small {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.02px;
    color: var(--sk-text);
    font-weight: 400;
}
.gform-theme.gform-theme--foundation .gfield .ginput_password.large, 
.gform-theme.gform-theme--foundation .gfield input.large, 
.gform-theme.gform-theme--foundation .gfield select.large,
.gform-theme.gform-theme--foundation .gfield textarea.medium,
.input-div input,
.input-div textarea {
    position: relative;
    display: block;
    width: 100%;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--sk-text);
    font-family: "sofia-pro",sans-serif;
    transition: all 0.3s ease-out;
    height: auto;
}
.gform-theme.gform-theme--foundation .gfield textarea.medium,
.input-div textarea {
    height: 144px;
    min-block-size: 144px;
    box-shadow: none;
    outline: none;
    border: 1px solid #E2E2E2;
}
.gform-theme.gform-theme--foundation .gfield .ginput_password.large:focus, 
.gform-theme.gform-theme--foundation .gfield input.large:focus, 
.gform-theme.gform-theme--foundation .gfield select.large:focus,
.input-div input:focus,
.gform-theme.gform-theme--foundation .gfield textarea.medium:focus,
.input-div textarea:focus {
    border-color: var(--sk-primary);
}
.gform_wrapper.gform-theme.gform-theme--foundation .gform_footer {
    position: relative;
}
.gform_wrapper.gform-theme.gform-theme--foundation .gform_footer input[type="submit"], 
.gform_wrapper.gform-theme.gform-theme--foundation .gform_page_footer input[type="submit"] {
    width: 100% !important;
    justify-content: center!important;
    margin-top: 5px!important;
    display: inline-flex!important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px!important;
    line-height: 1.3!important;
    color: var(--sk-white)!important;
    border: 2px solid var(--sk-primary)!important;
    background-color: var(--sk-primary)!important;
    cursor: pointer!important;
    padding: 13px 20px 13px 20px!important;
    font-weight: 600!important;
    gap: 0!important;
    outline: none!important;
    position: relative;
    border-radius: 0px!important;
    text-decoration: none!important;
    cursor: pointer;
    letter-spacing: normal;
    font-family: "sofia-pro", sans-serif;
    text-transform: uppercase!important;
    box-shadow: none !important;
}
.gform_wrapper.gform-theme.gform-theme--foundation .gform_footer input[type="submit"]:hover, 
.gform_wrapper.gform-theme.gform-theme--foundation .gform_page_footer input[type="submit"]:hover {
    border: 2px solid var(--sk-hover)!important;
    background-color: var(--sk-hover)!important;
}
#gform_ajax_spinner_2,
#gform_ajax_spinner_1 {
    position: absolute!important;
    left: 45%!important;
    top: 45%!important;
    color: #fff !important;
}
.gform_wrapper.gform-theme--api, 
.gform_wrapper.gform-theme--framework {
    --gf-form-spinner-fg-color: var(--sk-white)!important;
    --gf-form-spinner-bg-color: rgba(var(--sk-white), 0.1)!important;
}
.contact-form .btn {
    width: 100%;
    justify-content: center;
    margin-top: 5px;
}
.check-div {
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--sk-text);
    letter-spacing: 0.02px;
}
.check-div a {
    color: var(--sk-text);
    text-decoration: underline;
}
.section-404-error {
    padding-top: 171px;
}
.contact-banner {
    padding: 171px 0 96px;
}
.massage-box {
    position: relative;
    display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    padding: 64px 55px 78px;
}
.massage-box .icon-img {
    justify-content: center;
}
.grid-40 > .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}
.logo-block-outer > .row {
    --bs-gutter-x: 46px;
    --bs-gutter-y: 46px;
}
.logo-block-outer hr:last-child {
    display: none;
}
.logo-block {
    position: relative;
    display: flex;
    align-items: center;
    gap: 33px;
    width: 100%;
}
.logo-img {
    width: 189px;
    min-width: 189px;
    height: 172px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.17);
}
.logo-block-info h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.logo-block-info p {
    color: var(--sk-gray);
}
.logo-block-info *:last-child {
    margin-bottom: 0;
}
hr.hr {
    margin: 40px 0;
    border-top: 1px solid #E1E1E1;
    opacity: 1;
}
.how-it-works-row .row {
    --bs-gutter-x: 48px;
    --bs-gutter-y: 48px;
}
.how-it-works-row .content-title {
    padding-top: 48px;
}
.how-it-works {
    position: relative;
    display: flex;
    width: 100%;
/*     padding: 37px 64px 54px 62px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.17); */
}
.features-row .row {
    --bs-gutter-x: 44px;
    --bs-gutter-y: 54px;
}
.features-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.features-blog .gallery-item img,
.features-blog .gallery-item {
    border-radius: 8px;
}
.features-blog .gallery-item {
    margin-bottom: 15px;
}
.features-blog p {
    font-size: 20px;
    line-height: 1.5;
}
.features-blog *:last-child {
    margin-bottom: 0;
}
.zoom-icon {
    opacity: 0;
    z-index: 10;
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    padding: 20px;
    display: flex;
}
.how-it-works .gallery-item:hover img {
    transform: none;
}
.gallery-item:hover .zoom-icon,
.features-blog:hover .zoom-icon {
    opacity: 1;
}
.col-lg-6 .features-blog .gallery-item img,
.col-lg-6 .features-blog .gallery-item {
    border-radius: 0px;
}
.col-lg-6 .features-blog .gallery-item {
    margin-bottom: 20px;
}
.features-blog h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 9px;
    letter-spacing: 0.04px;
}
.features-blog h3 + p {
    font-size: 18px;
    color: var(--sk-gray);
    letter-spacing: 0.03px;
    font-weight: 400;
}
.demo-model {
    background-color: var(--sk-primary);
    overflow: inherit;
}
.demo-model .modal-dialog {
    margin: 0;
    max-width: 100%;
    position: relative;
    z-index: 2;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.demo-model .modal-content {
    border-radius: 0;
    position: static;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
.demo-model .modal-body {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    display: block;
    margin: 0;
    width: 100%;
}
.demo-model .modal-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    padding: 24px 0;
    border: none;
}
.demo-model .modal-header .btn.btn-secondary {
    border-color: var(--sk-white);
    color: var(--sk-white);
}
.demo-model .modal-header .btn.btn-secondary:hover {
    color: var(--sk-primary);
    border-color: var(--sk-white);
}
.demo-model .modal-header .btn.btn-secondary:before {
    background-color: var(--sk-white);
    color: var(--sk-primary);
    border-color: var(--sk-white);
}
.demo-model .modal-header .btn.btn-secondary span i {
    position: relative;
    display: flex;
}
.demo-model .contact-row {
    padding-top: 63px;
    padding-bottom: 165px;
}
.demo-model .contact-row .content-title {
    max-width: 545px;
}
.demo-model .contact-form {
    padding-top: 25px;
}
.contact-form .bootstrap-select {
    width: 100% !important;
}
.contact-form .bootstrap-select>.dropdown-toggle {
    background-color: transparent;
    position: relative;
    display: block;
    width: 100%;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    padding: 12px 50px 12px 15px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--sk-secondary);
    font-family: "sofia-pro", sans-serif;
    transition: all 0.3s ease-out;
    margin: 0 !important;
    text-transform: inherit;
}
.contact-form .bootstrap-select>.dropdown-toggle.show {
    border-color: var(--sk-primary);
}
.contact-form .bootstrap-select>.dropdown-toggle:before {
    display: none;
}
.contact-form .bootstrap-select .dropdown-menu {
    border-color: #E2E2E2;
    border-radius: 2px;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--sk-secondary);
}
.contact-form .bootstrap-select .dropdown-menu ul {
    padding: 15px 20px;
}
.contact-form .bootstrap-select .dropdown-menu li {
    padding: 0;
}
.contact-mfor .bootstrap-select .dropdown-menu li a {
    position: relative;
    padding: 5px 0px;
    background-color: transparent;
    color: var(--sk-secondary);

}
.bootstrap-select .dropdown-toggle::after {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: url(../images/angle-down.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
}
.case-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.17);
}
.bg-gold {
    background-color: #B38F58;
}
.bg-blue {
    background-color: #053E79;
}
.bg-green {
    background-color: #2CB9B3;
}
.case-blog .gallery-item {
    height: 229px;
    padding: 34px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.case-blog-info {
    position: relative;
    display: block;
    padding: 32px 32px 25px;
}
.case-cat {
    position: relative;
    display: block;
    color: var(--sk-secondary);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 6px;
}
.case-blog-info h3 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.04px;
    font-weight: 600;
    margin-bottom: 0;
}
.case-blog-info h3 a {
    color: var(--sk-secondary);
    text-decoration: none;
}
.case-blog-info h3 a:hover {
    color: var(--sk-primary);
}
.case-blog .btn-outer {
    padding: 0 32px 32px;
}
.case-slider-row .product-slider.swiper .swiper-wrapper {
    display: flex;
}
.case-slider-row .product-slider.swiper .swiper-slide {
    height: auto;
}
.logo-slider-row .swiper-wrapper {
    display: flex;
    align-items: center;
}
.logo-slider-row .swiper .swiper-slide img {
    max-height: 89px;
    object-fit: contain;
    width: auto;
    margin: auto;
    display: block;
}
.logo-slider.swiper .swiper-pagination {
    position: relative;
    text-align: center;
    margin: 20px auto 0;
    padding: 0;
}
.logo-slider.swiper .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-flex;
    width: 12px;
    height: 2px;
    background-color: #9FA2B7;
    padding: 0;
    margin: 0 4px;
}
.logo-slider.swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--sk-primary);
}
.project-next {
    background: #124155;
    padding: 60px 0;
}
.project-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    align-items: flex-start;
}
.project-left span {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #FFF;
    margin: 0 0 14px 0;
}
.project-left h3 {
    font-size: 34px;    
    font-weight: 600;
    color: #FFF;
}
.project-row .btn-outer {
    width: auto;
}




.space-top-large {
    padding-top: 60px;
}
.space-top-medium {
    padding-top: 40px;
}
.space-top-small {
    padding-top: 25px;
}
.space-top-zero {
    padding-top: 0;
}
.space-bottom-large {
    padding-bottom: 60px;
}
.space-bottom-medium {
    padding-bottom: 40px;
}
.space-bottom-small {
    padding-bottom: 25px;
}
.space-bottom-zero {
    padding-bottom: 0;
}
.bg-pos-top {
    background-position: top center;
}
.bg-pos-top-left {
    background-position: top left;
}
.bg-pos-top-right {
    background-position: top right;
}
.bg-pos-center {
    background-position: center center;
}
.bg-pos-center-left {
    background-position: center left;
}
.bg-pos-center-right {
    background-position: center right;
}
.bg-pos-bottom {
    background-position: bottom center;
}
.bg-pos-bottom-right {
    background-position: bottom right;
}
.bg-pos-bottom-left {
    background-position: bottom left;
}
.bg-pos-left {
    background-position: left;
}
.bg-pos-right {
    background-position: right;
}
.bg-size-contain {
    background-size: contain;
}
.bg-size-cover {
    background-size: cover;
}
.bg-auto-cover {
    background-size: auto;
}
.bulletai-loader-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bulletai-loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--sk-secondary);
    --_m: 
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {to{transform: rotate(1turn)}}

.text-left-i,
.text-left-i .text-center {
    text-align: left !important;
}
.gform_confirmation_message {
    text-align: center !important;
}
.gform_confirmation_message br {
    display: none;
}
.gform_confirmation_message h3 {
    margin-bottom: 20px;
}
.gform_confirmation_message h3:after {
    display: none;
}
.gform_confirmation_message .icon-img {
    margin: 25px auto;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}
.alignright {
    float: right;
    margin: 0 0px 15px 15px;
}
.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto 15px;
}
.max-width-col-8 {
    max-width: 826px;
    margin-left: auto;
    margin-right: auto;
}
.error-title h1 {
        position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}
.dropdown.mm-listitem {
    position: relative;
}
.dropdown.mm-listitem .mm-listitem__text {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.dropdown.mm-listitem .mm-listitem__text:after {
    border: none;
    height: 16px;
    width: 16px;
    background: url(../images/arrow.svg) no-repeat center;
    background-size: contain;
    transform: none;
    content: '';
    display: inline-flex;
    margin-top: 7px;
}
.mm-btn.mm-btn_next.mm-listitem__btn {
    position: static;
}
.mm-btn.mm-btn_next.mm-listitem__btn:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.mm-btn.mm-btn_next.mm-listitem__btn::after {
    display: none;
}
.home .sticky-banner .sphere-1 {
    width: 1500px;
    height: 1500px;
    top: -500px;
    left: -900px;
}
.home .sticky-banner .sphere-2 {
    width: 1500px;
    height: 1500px;
    top: -500px;
    right: -900px;
}
.home .sticky-banner {
    padding-top: 228px;
    padding-bottom: 80px;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.home-dropdown .accordion .accordion-item {
    border: none;
}
.home-dropdown .accordion .accordion-button {
    background-color: var(--sk-skeen);
    border: none !important;
    border-radius: 8px !important;
    padding: 14.5px 50px 14.5px 28px;
    display: block !important;
}
.home-dropdown .accordion .accordion-button[aria-expanded="true"] {
    background-color: var(--sk-primary);
    border-radius: 8px 8px 0 0 !important;
    color: var(--sk-white);
}
.home-dropdown .accordion .accordion-button span {
    width: 51px;
    height: 47px;
    background-color: var(--sk-primary);
    border-radius: 4px;
    right: 10px;
}
.home-dropdown .accordion .accordion-button[aria-expanded="true"] span {
    background-color: var(--sk-white);
}
.home-dropdown .accordion .accordion-button span:before {
    position: absolute;
    content: '';
    display: flex;
    background: url(../images/angle-down-white.svg) no-repeat center;
    background-size: contain;
    width: 14px;
    height: 14px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.home-dropdown .accordion .accordion-button[aria-expanded="true"] span:before {
    background: url(../images/angle-down.svg) no-repeat center;
    background-size: contain;
    transform: translate(-50%,-50%) rotate(-180deg);
}
.home-dropdown .accordion .accordion-body {
    border-radius: 0 0 8px 8px;
    border: 1px solid #E6E6E6;
    border-top: none;
    padding-bottom: 10px;
}
.home-dropdown ul {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 29px;
    margin: 0;
}
.home-dropdown ul li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.home-dropdown ul li:not(:first-child) {
    border-top: 1px solid #E6E6E6;
}
.home-dropdown ul li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 13px 50px 13px 0;
    text-decoration: none;
    color: var(--sk-secondary);
    font-weight: 500;
}
.home-dropdown ul li a:hover {
	color: var(--sk-primary);
}
.home-dropdown ul li a:after {
    position: absolute;
    content: '';
    display: flex;
    right: 29px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/red-arrow.svg) no-repeat center;
    background-size: contain;
}
.inline-icon-row {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    margin: 36px 0 0;
}
.inline-icon-blog {
    position: relative;
    display: flex;
    gap: 23px;
    align-items: flex-start;
}
.inline-icon-blog .icon-img img {
    min-width: 49px;
}
.inline-icon-blog .icon-blog-info h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.grid-108 > .row {
    --bs-gutter-x: 50px;
}
.btn-outline {
    width: 100%;
    justify-content: space-between;
    border: 2px solid var(--sk-primary);
    background-color: transparent;
    color: var(--sk-primary);
    display: flex;
    align-items: center;
    gap: 15px;
}
.btn-outline:after {
    position: relative;
    display: flex;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/red-arrow.svg) no-repeat center;
    background-size: contain;
}
.btn-outline:hover:after {
    background: url(../images/red-arrow-white.svg) no-repeat center;
    background-size: contain;
}
.new-product-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: var(--sk-white);
    border-radius: 8px;
}
.new-product-blog .gallery-item,
.new-product-blog .gallery-item img {
    border-radius: 8px 8px 0 0;
}
.new-product-blog .product-blog-info {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px 44px 34px 32px;
}
.new-product-blog .product-blog-info *:last-child {
    margin-bottom: 0;
}
.new-product-blog .product-meta {
    position: relative;
    display: block;
    color: var(--sk-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 13px;
    line-height: 1.2;
}
.new-product-blog .product-blog-info .maxtitle-3 {
    color: var(--sk-secondary);
    font-size: 24px;
    margin-bottom: 15px;
}
.new-product-blog .product-blog-info .maxtitle-3 a {
    color: var(--sk-secondary);
    text-decoration: none;
}
.new-product-blog .product-blog-info .maxtitle-3 a:hover {
    color: var(--sk-primary);
    text-decoration: none;
}
.testimonial-slider.swiper .swiper-nav {
    top: -110px;
}
.testimonial-slider.swiper .swiper-nav .swiper-button-prev,
.testimonial-slider.swiper .swiper-nav .swiper-button-next,
.product-slider.new-product-slider.swiper .swiper-nav .swiper-button-prev, 
.new-product-slider.product-slider.swiper .swiper-nav .swiper-button-next {    
    background-color: var(--sk-primary);
}
.testimonial-slider.swiper .swiper-nav .swiper-button-prev:after,
.testimonial-slider.swiper .swiper-nav .swiper-button-next:after,
.product-slider.new-product-slider.swiper .swiper-nav .swiper-button-prev:after, 
.product-slider.new-product-slider.swiper .swiper-nav .swiper-button-next:after {
    background: url(../images/arrow-white.svg) no-repeat center;
    background-size: contain;
}
.service-slider.swiper .swiper-pagination,
.testimonial-slider.swiper .swiper-pagination,
.product-slider.new-product-slider.swiper .swiper-pagination {
    text-align: center;
    margin: 40px 0 0;
    padding: 0;
}
.service-slider.swiper .swiper-pagination .swiper-pagination-bullet,
.testimonial-slider.swiper .swiper-pagination .swiper-pagination-bullet,
.product-slider.new-product-slider.swiper .swiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
    background-color: #C9C9C9;
    border-radius: 3.4028234663852886e+38px;
    opacity: 0.87;
    margin: 0 7px;
}
.service-slider.swiper .swiper-pagination .swiper-pagination-bullet-active,
.testimonial-slider.swiper .swiper-pagination .swiper-pagination-bullet-active,
.product-slider.new-product-slider.swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 45px;
    background-color: var(--sk-primary);
}
.new-product-slider.swiper .swiper-wrapper {
    display: flex;
}
.new-product-slider.swiper .item {
    height: auto;
}
.p-max-width-817 p {
    max-width: 817px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.4;
}
.testimonial-slider.swiper {
    overflow: inherit;
}
.testimonial-slider.swiper .swiper-wrapper {
    display: flex;
}
.testimonial-slider.swiper .item {
    height: auto;
}
.testimonial-slider .testimonials-block {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--sk-white);
    padding: 64px 52px 76px 63px;
    height: 100%;
    border-radius: 8px;
}
.testimonial-slider .quote img {
    max-width: 200px;
    max-height: 100px;
    width: auto;
}
.testimonial-slider .testimonials-block p {
    color: var(--sk-text);
    font-size: 20px;
    line-height: 1.9;
    font-weight: 400;
    margin-bottom: 22px;
    letter-spacing: 0.032px;
}
.testimonial-slider .testimonials-block cite {
    color: var(--sk-secondary);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}
.width-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.grid-48 > .row {
    --bs-gutter-x: 48px;
}
.content-title ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 30px 0;
}
.content-title ul li {
    position: relative;
    display: block;
    padding: 0 0 0 29px;
    margin: 0;
}
.content-title ul li:before {
    position: absolute;
    content: '';
    display: flex;
    width: 20px;
    height: 20px;
    background: url(../images/check-circle.svg) no-repeat center;
    background-size: contain;
    left: 0;
    top: 4px;
}
.new-number-row > .row {
    --bs-gutter-x: 52px;
    --bs-gutter-y: 52px;
}
.new-number-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    background-color: var(--sk-skeen);
    border-radius: 8px;
    padding: 65px 46px 50px;
    gap: 16px;
}
.new-num {
    position: relative;
    display: block;
    color: var(--sk-primary);
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.069px;
}
.new-number-blog *:last-child {
    margin-bottom: 0;
}
.new-post-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: var(--sk-white);
    border-radius: 8px;
    padding: 28px 32px 20px;
    text-align: center;
    align-items: center;
}
.new-post-img {
    position: relative;
    display: flex;
    margin-bottom: 16px;
}
.new-post-blog .maxtitle-3 {
    color: var(--sk-secondary);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.032px;
    margin-bottom: 7px;
}
.new-post-blog *:last-child {
    margin-bottom: 0;
}
.si-content {
    --puzzle-main: #DD3131;
    --puzzle-light: #FADFDF;
    --puzzle-icon-active: #FFFFFF;
}
.si-content .content-img svg .puzzle-segment {
    cursor: pointer;
}
.si-content .content-img svg .segment-bg {
    fill: var(--puzzle-light);
}
.si-content .content-img svg .segment-icon {
    fill: var(--puzzle-main);
}
.si-content .content-img svg .puzzle-segment:hover .segment-bg,
.si-content .content-img svg .puzzle-segment.is-active .segment-bg {
    fill: var(--puzzle-main);
}
.si-content .content-img svg .puzzle-segment:hover .segment-icon,
.si-content .content-img svg .puzzle-segment.is-active .segment-icon {
    fill: var(--puzzle-icon-active);
}
.si-content .content-title .si-content {
    display: none;
}
.si-content .content-title .si-content.is-active {
    display: block;
}
.si-content-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.si-content-nav .si-nav-prev,
.si-content-nav .si-nav-next {
    position: relative;
    display: inline-flex;
    width: 20px;
    height: 20px;
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    background: var(--puzzle-main);
    -webkit-mask: url(../images/arrow.svg) no-repeat center;
    mask: url(../images/arrow.svg) no-repeat center;
    -webkit-mask-size: 16px;
    mask-size: 16px;
}
.si-content-nav .si-nav-prev {
    transform: rotate(-180deg);
}
.cta-two .row {
	align-items: center !important;
}
.bg-black p {
	color: #fff;
}
.btn-align-center .btn-outer {
	justify-content: center;
}
.certificatebyqms {
    transform: scale(0.8);
    margin: -21px -43px 0;
}
/* Swiper base resets: neutralise the library defaults so the theme's
   nav-arrow / pagination styling (ported from owl) renders identically */
.swiper:not(.swiper-initialized) {
    display: none;
}
.swiper .swiper-slide {
    height: auto;
}
.swiper .swiper-slide img {
    display: block;
    width: 100%;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    color: inherit;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
    font-size: 0;
    line-height: 0;
}
.swiper .swiper-pagination,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
}
.swiper .swiper-pagination-bullet {
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
    cursor: pointer;
}
.swiper .swiper-button-prev.swiper-button-lock,
.swiper .swiper-button-next.swiper-button-lock,
.swiper .swiper-pagination.swiper-pagination-lock {
    display: none !important;
}
