
@media (min-width:1400px) {
 #sp-timenews .container,
 #sp-bottom .container,
 #sp-newses .container,
 #sp-extras .container {
  max-width:1620px
 }
}
 @media (max-width: 992px){
#sp-header.full-header {
  padding: 15px;
}
}
/* dark version */
.bg-dark #sp-main-body, .bg-dark #sp-top-header,.bg-dark #sp-section-9,.bg-dark #sp-top-bar.mxte{
  background-color: #fff !important;
}
.bg-dark select,
.bg-dark input[type="text"],
.bg-dark input[type="email"],
.bg-dark input[type="url"],
.bg-dark input[type="password"],
.bg-dark input[type="search"],
.bg-dark textarea,
.bg-dark.form-control{
  color: #111 !important;
}
 .bg-dark #sp-header.header-sticky,.bg-dark select,
.bg-dark input[type="text"],
.bg-dark input[type="email"],
.bg-dark input[type="url"],
.bg-dark input[type="password"],
.bg-dark input[type="search"],
.bg-dark textarea,
.bg-dark.form-control{
  background-color: rgba(255,255,255, 0.85) !important;
}
.bg-dark .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner,.bg-dark .offcanvas-menu,.bg-dark #sp-header {
  background: #fff !important;
}
.bg-dark #sp-section-10,.bg-dark .services-three__single {
  background-color: #f1f1f1 !important;
}
.bg-dark .team-item_info a,.bg-dark  h3.news-spr__tilte,.bg-dark .spr-news_title>a,.bg-dark .spr-news_read-btn > a,.bg-dark  .spr-news_meta li, .spr-news_meta li a, .bg-dark .team-item_titles h4, .bg-dark .mx-main-title h1 {
  color: #222 !important;
}
.bg-dark .the-button a, .bg-dark .all-content-inner h2, .bg-dark .all-content-inner a, .bg-dark  h3.services-eight__title a,.bg-dark .inner-box h3, .bg-dark .inner-box h3 a, .bg-dark .sppb-addon-tab .sppb-nav > li > a,.bg-dark h3.reasons-list__box-title,.bg-dark .offcanvas-menu .offcanvas-inner ul.menu li.active a{
  color: #222 !important;
}

.bg-dark #sp-left .sp-module .sp-module-title,.bg-dark #sp-right .sp-module .sp-module-title,.bg-dark .gallery-thumbs .swiper-slide {
    border-bottom: 1px solid #333;
}
.bg-dark .burger-icon > span{
  background: #222 !important;
}
.bg-dark .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,.bg-dark .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .bg-dark .singleTbox-1 .autor-bio h5,.bg-dark  .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,.bg-dark .article-details .article-info > span {
  color: #222 !important;
}
.bg-dark body section {
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}

.bg-dark, .bg-dark body, .bg-dark body section {
 background:#fff !important;
 color:#111 !important;
}
.bg-dark body h1,
.bg-dark body h2,
.bg-dark body h3,
.bg-dark body h4,
.bg-dark body h5,
.bg-dark body h6 {
 color:#111 !important;
}
.bg-dark body a {
 color: #555 !important;
}
.bg-dark body a:hover {
 color: var(--maincolor) !important;
}
.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password] {
height: 50px !important;
} 

html {
    scroll-behavior: smooth;
    font-size: 100%;
}
#menu-right .sp-module:first-child {
  border-right: 0px solid rgba(80, 80, 80, 0.2);
}

body{
    
    font-size: var(--fs-16);
    font-weight: var(--fw-normal);
    line-height: var(--fs-28);
    color: var(--color-white);
    background-color: var(--color-dark);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transition: var(--transition-base);
	-moz-transition: var(--transition-base);
	transition: var(--transition-base);
}

a {
    -webkit-transition: var(--transition-bezier);
    -khtml-transition: var(--transition-bezier);
    -moz-transition: var(--transition-bezier);
    -ms-transition: var(--transition-bezier);
    -o-transition: var(--transition-bezier);
    transition: var(--transition-bezier);
    text-decoration: none;
    outline: none;
}

a:before,
a:after {
    -webkit-transition: inherit;
    -khtml-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

a:hover,
a:focus {
    color: var(--maincolor);
}

a:active,
a.nice-select.open {
    color: var(--link-color-active);
}

a,
a:hover,
a:focus,
a:before,
a:after {
    outline: none;
    text-decoration: none;
}

a > h1,
a > h2,
a > h3,
a > h4,
a > h5,
a > h6 {color: inherit;}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {color: inherit;}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
    border-left: 1px solid rgba(var(--color-black-rgb), 0.3);
    border-top: 1px solid rgba(var(--color-black-rgb), 0.3);
	color: inherit !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
	color: inherit !important;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control,
.nice-select,
.sppb-form-control{
    display: block;
    width: 100%;
    height: 55px;
    padding: 15px 20px;
    
    font-size: var(--fs-14);
    font-weight: var(--fw-normal);
    line-height: normal;
    background-color: rgba(var(--color-dark-black-rgb), 0.30);
    color: var(--color-white);
    background-clip: padding-box;
    border: 1px solid rgba(135, 135, 135, 0.4);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: var(--transition-bezier);
    backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    outline-offset: 0;
}
#menu-right{
    position: relative;
}
#menu-right input[type="text"]{
    height: 40px;
    border: 1px solid rgba(135, 135, 135, 0.4);
}
#menu-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  left: 15px;
  background-color: rgba(135, 135, 135, 0.4);
}
#sp-top-bar.mxte .sp-contact-info li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  right: -29px;
  background-color: rgba(135, 135, 135, 0.4);
}
#sp-top-bar.mxte .sp-contact-info li {
    position: relative;
  margin: 0px 50px 0px 0px;
}
textarea,
textarea.form-control {
    height: 200px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.form-control:focus,
textarea:focus,
textarea.form-control:focus,
.nice-select:focus,
.nice-select:hover,
.sppb-form-control:focus{
    border-color: rgba(135, 135, 135, 0.4);
    background-color: rgba(var(--color-dark-black-rgb), 0.50);
    color: inherit;
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
    transition: var(--transition-bezier);
}

#sp-footer {
	font-size: inherit;
position: relative;
z-index: 2;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

.sp-scroll-up {
	background: var(--maincolor);
}

.z-index3 {z-index: 3 !important;}
.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}

.divider-position {
  display: flex;
}


@media (max-width: 768px) {
	.sppb-addon-clients img {margin-bottom: 20px;}
}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn,
.registration form > div .btn,
.hikashop_vote_form .button .btn,
.article-list .article .readmore a, .sppb-readmore,
.hikashop_vote_form .button {
    position: relative;
	z-index: 1;
    width: auto;
    min-width: 230px;
    padding: 16px 30px;
    gap: 10px;
    
    font-size: var(--fs-16); 
    font-weight: var(--fw-semibold);
    line-height: var(--fs-28);
    text-transform: uppercase;
    color: var(--color-white);
    border-width: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    letter-spacing: 0.8px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  white-space: normal;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	display: flex;
	align-items: center;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) span {
margin-right: 5px;	
}

#sp-top {
	position: relative;
z-index: 9999;
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-footer, #sp-bottom {
	background: inherit;
}

.width-auto .sppb-column-addons {width: auto;}

.full-column-height > div,
.full-column-height > div > div,
.full-column-height > div > div > div {
	height: 100%;
}

.com-finder > * + *, .com-finder__results > * + * {
	margin-top: 0;
}

/* HEADER */

#sp-header {
  height: 76px;
  box-shadow: none;
  transition: 0.4s ease-in-out;
  background-color: rgba(var(--color-black-rgb), 0.65);
  border-bottom: 1px solid rgba(135, 135, 135, 0.4);
  box-shadow: 0px 4px 40px 0px rgba(var(--color-black), 0.35);
  transition: var(--transition-base);
  backdrop-filter: blur(30px);
  padding-left: 15px;
}
#sp-top-bar.mxte{
  box-shadow: none;
  transition: 0.4s ease-in-out;
background-color: var(--color-black);
  border-bottom: 1px solid rgba(135, 135, 135, 0.4);
  box-shadow: 0px 4px 40px 0px rgba(var(--color-black), 0.35);
  transition: var(--transition-base);
  backdrop-filter: blur(30px);
  padding: 10px 15px;
}
#sp-header.header-sticky {

}

@media (max-width: 992px) {
#sp-header, #sp-header.header-sticky {padding-right: 15px;}
}

@media (max-width: 768px) {
#sp-header {
	height: auto;
	padding: 15px;
}
}

#sp-header > .row {
	z-index: 1;
}

#sp-header .logo {
	height: auto;
}

#sp-header .logo img {
	height: auto;
}

.sp-megamenu-parent {
	position: static;
	border-left: 1px solid rgba(135, 135, 135, 0.4);
	padding-left: 70px;
}

@media (min-width: 1200px) {
	.sp-megamenu-parent {
		margin-right: 0px;
	}
}

.sp-megamenu-parent > li + li > a {
margin-left: 50px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-white);
  letter-spacing: 1px;
  padding: 25px 0px;
  transition: var(--transition-base);
}

.sp-megamenu-parent > li > a:before {
content: '';
  position: absolute;
  left: auto;
  right: calc(100% + 9px);
  top: 50%;
  width: 0px;
  height: 1px;
  background-color: var(--maincolor);
  transition: var(--transition-base);
}

.sp-megamenu-parent > li.active > a:before {
	width: 20px;
}

.sp-megamenu-parent > li > a:hover:before {
	width: 25px;
}

@media (max-width: 1400px) {
.sp-megamenu-parent > li + li > a {
 margin-left: 30px;
}

.sp-megamenu-parent > li.active > a:before {
	width: 18px;
}

.sp-megamenu-parent > li > a:hover:before {
	width: 18px;
}
}
@media (max-width: 1500px) {
#menu-right .mod-finder  {
    display: none
}
}
.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a, 
.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li:last-child:hover > a {
color: var(--maincolor);
}

.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: var(--color-black);
  box-shadow: 0px 0px 40px 0px rgba(39, 61, 113, 0.1);
  padding: 15px 25px;
  border-radius: 5px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group > li > a,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item > a,
.sp-megamenu-parent .sp-mega-group > li > a {
font-size: var(--fs-14);
  font-weight: 500;
  line-height: var(--fs-24);
  padding: 10px 0px;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--color-white);
  letter-spacing: 1px;
  display: block;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
color: var(--maincolor);
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
	right: 0;
	left: 0;
	max-width: unset;
	width: 100%;
	padding: 0;
}

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

.sp-megamenu-parent .custom-mega .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner > .row:first-child {
	display: none !important;
}

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

.sp-megamenu-parent .sp-mega-group > li > .sp-group-title {
	text-transform: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  padding: 20px 15px 0 15px;
  font-size: 20px;
  margin-bottom: 10px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item:not(:last-child) {
	border-bottom: 0;
}

.sp-megamenu-parent > li .sp-menu-badge {
	height: auto;
	display: inline-block;
	text-transform: none;
	line-height: 1;
  font-weight: 500;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  font-family: 'Axiforma Medium';
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 20px;
	position: relative;
	z-index: 22;
	height: auto;
}

.burger-icon > span {
	background-color: var(--color-white);
}

#sp-header.header-sticky .burger-icon > span {
	background-color: var(--color-white);
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
	color: #fff !important;
}

.close-offcanvas {
	z-index: 99;
}

@media (max-width: 992px) {
.offcanvas-menu {
	background-color: var(--bs-dark);
	color: #fff;
}
.offcanvas-menu .offcanvas-inner a {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
	color: #fff;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
	color: #fff;
}

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


.offcanvas-menu .logo {display: none;}

.offcanvas-menu .offcanvas-inner {
	padding: 50px 25px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
}
}

@media (min-width: 992px) {
	
#offcanvas-toggler.offcanvas-toggler-secondary {
	display: none !important;
}
	
.offcanvas-menu .offcanvas-inner {
	padding: 0;
}

.offcanvas-menu .offcanvas-inner > .d-flex {display: none !important;}

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

.offcanvas-menu {
	background-color: transparent;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .menu {display: none !important;}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: var(--maincolor);
}

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

body.rtl.offcanvs-position-right .offcanvas-menu {
	left: -400px;
}

.offcanvas-menu {
	width: 400px;
}

.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
	color: inherit;
}

}

/* */

/* PAGE TITLE */

#sp-title {
	position: relative; 
}

#sp-title .sp-module {
	height: 100%;
	position: absolute;
	width: 100%;
}

#sp-title .sp-module .sp-module-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column > .sppb-column-addons {height: 100%; position: static !important;}
#sp-title .sppb-row-container, #sp-title .sppb-row-column, #sp-title .sppb-column, #sp-title .sppb-column-addons {position: static !important;}

.sp-page-title {
padding: 160px 0 160px;
  position: relative;
background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  text-align: center;
}

@media (max-width: 768px) {
.sp-page-title {
padding: 100px 0;
}
}

.sp-page-title .sp-page-title-heading {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0px;
  z-index: 5;
  position: relative;
  color: inherit !important;
}

@media (max-width: 992px) {
.sp-page-title .sp-page-title-heading {
font-size: 45px;
  letter-spacing: 0;
}
}

@media (max-width: 768px) {
.sp-page-title .sp-page-title-heading {
font-size: 40px;
}
}

@media (max-width: 575px) {
.sp-page-title .sp-page-title-heading {
font-size: 35px;
}
}

.sp-page-title .breadcrumb,
.breadcrumb {
  margin: 0;
  justify-content: center;
  position: relative;
  z-index: 9;
  color: var(--color-white);
  
  width: 100%;
  margin: 25px 0 0;
  padding: 0px;
  list-style: none;
}

.sp-page-title .breadcrumb > li,
.breadcrumb > li {margin: 0;}


.sp-page-title .breadcrumb > li.float-start,
.breadcrumb > li.float-start {
	display: none;
}


.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--color-white);
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 10px;
}

.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
}

.sp-page-title .breadcrumb > li > a:hover,
.breadcrumb > li > a:hover {color: var(--maincolor);}

.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--maincolor);
}

@media (max-width: 768px) {
	.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a,
.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
  font-size: 14px;
  line-height: 24px;
}
.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before {
  font-size: 14px;
}
}

/* */

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
.com-content #sp-main-body,
.com-tags #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body,
.com-users #sp-main-body  {
	padding: 100px 0;
}


.view-product #sp-main-body {padding-bottom: 270px;}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}


.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-search #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body,
.com-users #sp-header.header-sticky ~ section#sp-main-body  {
	padding-top: 100px;
}

.com-spsimpleportfolio.view-item #sp-main-body, .com-spsimpleportfolio.view-item #sp-header.header-sticky ~ section#sp-main-body {padding: 0;}


/* SIDEBAR */

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 50px;
	padding-bottom: 120px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

/* */

/* LOGIN & REGISTRATION */

.login .col-lg-4,
.registration .form-validate {
	padding: 50px;
border-radius: 0;
}

@media (min-width: 992px) {
.login .col-lg-4,
.registration .col-xl-6 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
}


.login-description,
.registration legend {
font-size: 2.125rem;
font-weight: 700;
line-height: 1.6;
}

.registration fieldset:last-of-type {margin-top: 40px;}

.registration .spacer {display: none;}

.login .form-control,
.registration .form-control {
padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 18px;
  padding-bottom: 18px;
outline: none;
resize: none;
border-radius: 0;
font-size: 16px;
font-weight: 700;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border: 1px solid rgb(209, 213, 219);
background: #fff;
height: auto;
width: auto;
}

.login .form-control:focus,
.registration .form-control:focus {
	border-color: var(--maincolor);
}

.input-group-text,
.login .password-group button.input-password-toggle,
.registration button.input-password-toggle {
	display: flex;
	align-items: center;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	border: none;
width: 61.6px;
height: 61.6px;
background: #002633;
line-height: 50px;
font-size: 20px;
text-align: center;
color: #ffffff;
border-radius: 5px 0px 0px 5px !important;
-webkit-border-radius: 5px 0px 0px 5px !important;
-moz-border-radius: 5px 0px 0px 5px !important;
-ms-border-radius: 5px 0px 0px 5px !important;
-o-border-radius: 5px 0px 0px 5px !important;
justify-content: center;
}

.login .password-group button.input-password-toggle,
.registration button.input-password-toggle {
border-radius: 0px 5px 5px 0px !important;
-webkit-border-radius: 0px 5px 5px 0px !important;
-moz-border-radius: 0px 5px 5px 0px !important;
-ms-border-radius: 0px 5px 5px 0px !important;
-o-border-radius: 0px 5px 5px 0px !important;	
}

.registration .input-group-text .btn-secondary {
	background: transparent;
	border: none;
border-radius: 0px 5px 5px 0px !important;
-webkit-border-radius: 0px 5px 5px 0px !important;
-moz-border-radius: 0px 5px 5px 0px !important;
-ms-border-radius: 0px 5px 5px 0px !important;
-o-border-radius: 0px 5px 5px 0px !important;	
}

.login .list-group {
	flex-direction: row;
	justify-content: space-between;
}

.login .list-group-item {
	position: relative;
	display: block;
	padding: 0;
	color: var(--maincolor);
	background-color: transparent;
	border: none;
}

.login .btn {
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
	min-width: unset !important;
}

/* */

/* BLOG */

.sppb-addon-articles .sppb-addon-article-layout-content {
	height: auto;
}

.article-list .article,
.sppb-addon-articles .sppb-addon-article,
.sppb-articles-carousel-column  {
	padding: 0;
	border: 0;
	position: relative;
	overflow: hidden;
  border-radius: 0;
}

.blog-grid .article-list .article,
.blog-grid.sppb-addon-articles .sppb-addon-article,
.blog-grid .sppb-articles-carousel-column {
	position: relative;
	min-height: auto;
	display: flex;
	overflow: hidden;
}

.sppb-articles-carousel-column {margin-bottom: 0px}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap, .sppb-articles-carousel-img {
	margin: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	border: 0px solid transparent;
  border-radius: 0;
}

.blog-grid .article-list .article .article-intro-image, .blog-grid .article-list .article .article-featured-video, .blog-grid .article-list .article .article-featured-audio, .blog-grid .article-list .article .article-feature-gallery, .blog-grid.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap, .blog-grid .sppb-articles-carousel-img {
	position: relative;
	flex-shrink: 0;
	width: auto;
}

.article-list .article .article-intro-image:after, .article-list .article .article-featured-video:after, .article-list .article .article-featured-audio:after, .article-list .article .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap:after, .sppb-articles-carousel-img:after {

}

.article-list .article:hover .article-intro-image:after, .article-list .article:hover .article-featured-video:after, .article-list .article:hover .article-featured-audio:after, .article-list .article:hover .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap:after, .sppb-articles-carousel-column:hover .sppb-articles-carousel-img:after {

}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img, .sppb-articles-carousel-img img {
width: 100%;
  height: 100%;
display: block;
  border-radius: 0;
transition: var(--bs-transition);
}

.article-list .article:hover .article-intro-image img, .article-list .article:hover .article-featured-video img, .article-list .article:hover .article-featured-audio img, .article-list .article:hover .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap img, .sppb-articles-carousel-column:hover .sppb-articles-carousel-img img {
}

.article-intro-image > a, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap, .sppb-articles-carousel-img > a {height: 100%; display: block; overflow: hidden;}

.blog-list .article-intro-image > a {width: 100%;}

.article-body {
background: transparent;
padding: 0;
margin-bottom: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
box-shadow: none;
overflow: hidden;
flex: 1;
transition: var(--transition-base);
border: 1px solid rgba(135, 135, 135, 0.4) !important;
}

.blog-grid .article-body,
.blog-grid.sppb-addon-articles .sppb-addon-article-layout-content .sppb-article-info-wrap,
.blog-grid .sppb-articles-carousel-content {
	width: 100%;
	transition: var(--transition-base);
	border: 1px solid rgba(135, 135, 135, 0.4);
	border-left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.article-list .article .article-header, .sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6), .sppb-articles-carousel-link {order: 1;}

.blog-grid .article-list .article .article-header, .blog-grid .sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6), .blog-grid .sppb-articles-carousel-link {flex: 1 auto;}

.article-list .article .article-header h2,
.sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6),
.sppb-articles-carousel-link {
padding: 30px 30px;
font-size: var(--fs-24);
  line-height: var(--fs-36);
  font-weight: var(--fw-semibold);
  color: var(--color-white);
  margin: 0;
}


@media (max-width: 768px) {
.article-list .article .article-header h2,
.sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6),
.sppb-articles-carousel-link {
font-size: 20px !important;
}	
}

.article-list .article .article-header h2 a,
.sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6) a {
color: inherit;
transition: all 500ms ease;
display: block;
}

.article-list .article .article-header h2 a:hover,
.sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6) a:hover {
color: var(--maincolor);
}

.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta,
.sppb-articles-carousel-meta {
order: 4;
margin: 0;
display: flex;
justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
border-top: 1px solid rgba(135, 135, 135, 0.4);
  padding: 0px 30px;
  width: 100%;
}

.sppb-articles-carousel-meta-category {order: 4;}
.sppb-articles-carousel-meta-category a {border: none !important;}

.blog-grid .article-list .article .article-info,
.blog-grid.sppb-addon-articles .sppb-article-meta,
.blog-grid .sppb-articles-carousel-meta {
	padding: 0;
border-bottom: 1px solid rgba(135, 135, 135, 0.4);
}

.sppb-addon-articles .sppb-article-meta {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.article-info > span,
.sppb-addon-articles .sppb-article-meta > span,
.sppb-articles-carousel-meta-category a,
.sppb-articles-carousel-meta-date, 
.sppb-addon-articles .sppb-article-meta > time {
margin: 0;
position: relative;
	display: flex;
	color: var(--thirdcolor);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 30px;
	flex: 1 1 auto;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
  border-color: rgba(135, 135, 135, 0.4);
}

.article-list .article .article-info > *:last-child,
.sppb-addon-articles .sppb-article-meta > *:last-child,
.sppb-articles-carousel-meta > *:last-child {
	border: none;
}

.sppb-article-meta > span.sppb-meta-category {order: 4;}

.article-info > span a,
.sppb-addon-articles .sppb-article-meta > span a {color: inherit;}

.article-info > span a:hover {
color: var(--maincolor);
}

.article-info > span.category-name:hover, .sppb-article-meta > span.sppb-meta-category:hover, .sppb-articles-carousel-meta-category a:hover {
color: var(--maincolor);
}

.article-info > span + span::before,
.sppb-addon-articles .sppb-article-meta > span + span:before {
padding: 0;
margin: 0;
}

.article-info > span:before,
.sppb-addon-articles .sppb-article-meta > span:before,
.sppb-articles-carousel-meta-date:before,
.sppb-articles-carousel-meta-category a:before, 
.sppb-addon-articles .sppb-article-meta > time:before {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
margin: 0;
	font-weight: 400;
	font-family: "Font Awesome 6 Free" !important;
font-size: 20px;
}


.article-info > span.published:before {content: "\f073";}

.article-info > span.createdby:before, .sppb-article-meta > span.sppb-meta-author:before {content: "\f007";}
.com-content:not(.view-article) .article-info > span.published:before, .sppb-article-meta > span.sppb-meta-date:before, .sppb-articles-carousel-meta-date:before, .sppb-addon-articles .sppb-article-meta > time:before {content: "\f073";}
.article-info > span.category-name:before, .sppb-article-meta > span.sppb-meta-category:before, .sppb-articles-carousel-meta-category a:before {content: "\f07b";}
.article-info > span.hits:before {content: "\f06e";}
.article-info > span.read-time:before {content: "\f017";}

.com-content:not(.view-article) .article-info > span.published:before, .sppb-article-meta > time.sppb-meta-date:before, .sppb-articles-carousel-meta-date:before {
	display: none;
}

.com-content:not(.view-article) .article-info > span.published, .sppb-article-meta > time.sppb-meta-date, .sppb-articles-carousel-meta-date {
	display: inline-block;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.42px;
	color: var(--color-white);
	background-color: var(--maincolor);
	padding: 7px 14px;
	position: absolute;
	top: -20px;
	z-index: 1;
	right: 45px;
	transform: rotateZ(-90deg);
	transform-origin: right;
}

.blog-grid.com-content:not(.view-article)  .article-info > span.published, .blog-grid .sppb-article-meta > span.sppb-meta-category, .blog-grid .sppb-articles-carousel-meta-date {
	display: inline-block;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.42px;
	color: var(--color-white);
	background-color: var(--maincolor);
	padding: 7px 32px 7px 14px;
	clip-path: polygon(90% 0%, 0% 0%, 0% 100%, 100% 100%);
	position: absolute;
	top: -20px;
	z-index: 1;
	left: 45px;
	transform: rotateZ(90deg);
	transform-origin: left;
	right: auto;
}

.article-introtext {
order: 3;
margin-bottom: 10px;
}



.article-introtext p {margin-bottom: 0;padding: 15px;}

.article-list .article .readmore {
	order: 3;
}

.article-list .article .readmore {
	font-size: inherit;
  width: 100%;
  flex: 0;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(135, 135, 135, 0.4);
  padding: 10px 0;
}

.article-list .article .readmore a,
.article-list .article .readmore a:hover {
  padding: 0px 30px;
  background-color: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 230px;
  letter-spacing: 0;
  color: var(--color-white);
  display: flex;
}


ul.pagination {
display: flex;
justify-content: space-between;
margin-top: 30px;
padding: 0;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-link, .disabled > .page-link, .page-link.disabled, .pagination > li > a, .pagination > li > span {
padding: 0;
font-weight: 400;
height: 44px;
width: 44px;
line-height: 44px !important;
display: inline-block;
position: relative;
margin-right: 10px;
text-align: center;
font-size: 16px;
border: 1px solid rgba(135, 135, 135, 0.4);
border-radius: 0px !important;
background-color: rgba(var(--color-white-rgb), 0.30);
  color: var(--color-white);
}

.page-item.active .page-link,
.page-link:hover {
background: var(--maincolor) !important;
border-color: var(--maincolor);
color: #fff !important;
}

.pagination-counter {margin-top: 40px;}

.articles-more .list-group-item {
position: relative;
  background-color: var(--maincolor);
  border: none;	
  border-radius: 0;
}

.articles-more .list-group-item a {
overflow: hidden;
  padding: 10px;
margin-top: -2px;
  font-size: 30px;
  color: var(--color-white);
line-height: 1.4;
font-weight: 600;
display: block;
position: relative;
z-index: 2;  
}

/* SINGLE ARTICLE */

.article-details .sppb-row-container {padding: 0; max-width: 100%;}

.article-details {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
}

.article-details > *:not(.article-full-image) {
	order: 4;
	width: 100%;
}

.article-details .article-header {
	order: 2;
}

.article-details .article-info {
	order: 3;
margin-bottom: 25px;
gap: 1.5rem;
align-items: center;
margin-top: 20px;
justify-content: flex-start;
}

.article-details .article-info > span {
	margin: 0;
	position: relative;
	display: flex;
	color: var(--color-white);
	gap: 5x;
	padding: 0px;
	flex: 0 0 auto;
	border-width: 0px;
	font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.article-details .article-info > span::before {color: var(--maincolor);}

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

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.32px;
}

@media (max-width: 768px) {
.article-details .article-header h1, .article-details .article-header h2 {
font-size: 22px;
}	
}

.article-details .article-full-image {
position: relative;
display: block;
	order: 1;
	width: 100%;
overflow: hidden;
  margin-bottom: 50px;
  border-radius: var(--bs-border-radius-sm);
}

.article-details .article-full-image img {
	border-radius: 0px;
	display: block;
	width: 100%;
}

.article-details .article-ratings-social-share {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
  align-items: center;
  order: 6;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
border-top: 1px solid var(--color-dark-black-three);
padding-top: 30px;
margin-top: 30px !important;
flex-direction: row-reverse;
}

@media (min-width: 768px) {
	.article-details .article-ratings-social-share {text-align: left;}
}

.article-social-share {
	float: none;
}

.article-details .article-ratings-social-share > div:first-child {
	width: 100%;
}

.tags {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	border: none;
	justify-content: flex-start;
display: block;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
border-top: 0;
border-bottom: 0;
  order: 5;
border-top: 1px solid #CCE3FF;
padding-top: 3rem;
margin-top: 3rem !important;
}

@media (max-width: 768px) {
.tags, .article-details .article-ratings-social-share {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
display: block !important;
margin-top: 40px !important;
margin-bottom: 0px !important;
}
.article-social-share {
	float: none;
}
}

.tags:before {

}

.tags {
  display: flex;
  flex-wrap: wrap;
  align-self: start;
  gap: 10px;
}

.tags > li {
	margin: 0;
	position: relative;
}

.tags > li a {
display: block;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 18px 7px;
  color: var(--bs-body-color);
  background-color: var(--bs-white);
  box-shadow: 0 20px 30px 0 rgba(174, 191, 210, 0.3);
  border: none;
}

.tags > li a:hover {
  color: var(--bs-white);
  background-color: var(--maincolor);
}

.tags > li {margin-left: 1px;}

.social-share-block {width: 100%;}

.social-share-icon {display: flex; align-items: center;}

.article-social-share .social-share-icon:before {
content: "Share:";

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.2px;
  margin-right: 15px;
}

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

.article-social-share .social-share-icon ul li {
	margin: 0;
	margin-left: 10px;
}

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

.article-social-share .social-share-icon ul li a {
width: 40px;
  height: 40px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background-color: var(--color-dark-black-three);
  border: 1px solid var(--color-dark-black-three);
  color: var(--color-white);
  border-radius: 50% !important;
}

.article-social-share .social-share-icon ul li a:hover {
  border-color: var(--maincolor);
  background-color: var(--maincolor);
}

.article-details .article-author-information {
padding: 0;
text-align: left;
border: 0;
margin: 0;
border: 0;
border-radius: 0;
margin-bottom: 0;
order: 6;
  padding: 0px;
  display: -webkit-box;
  display: flex;
  border-radius: var(--bs-border-radius-sm);
  margin-top: 80px;
	padding: 40px;
	display: flex;
	background-color: var(--bs-white);
}

.article-details .article-author-information > .d-flex {
justify-content: center;
display: flex;
align-items: flex-start;
gap: 30px;
}

.article-details .article-author-information > .d-flex .flex-shrink-0 img {
width: 100px;
flex: 0 0 auto;
}

.article-details .article-author-information h5 {
font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 16px;
  line-height: 1.333;
}

.article-details .article-author-information .author-bio {
margin-bottom: 0 !important;
font-size: 16px;
  line-height: 30px;
}

.author-website {color: var(--bs-dark); margin-left: 4px; margin-top: 15px !important;}

.author-website a,
.author-website a:hover {color: var(--bs-dark);}

#article-comments {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	border: none;
  order: 9;
  width: 100%;
margin-top: 40px;
}


.article-details ul.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	padding: 0;
}

.article-details .page-link,
.article-details .page-link:hover {
	background: transparent;
	padding: 0;
	border: none;
	margin-right: 0;
	font-weight: 600;
	color: var(--maincolor) !important;
}

.article-details .pagenavigation {
	order: 7;
width: 100%;
margin-top: 40px;
padding: 0px;
border-top: 0;
border-top: 2px solid rgba(135, 135, 135, 0.4);
padding-top: 20px;
}

.article-details .pagenavigation .pagination {
	justify-content: space-between;
}

.article-details .pagenavigation .btn {
border: medium none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
font-size: 14px;
  font-weight: 400;
  font-family: var(--bs-body-font-family);
  color: var(--bs-dark);
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  background-color: var(--bs-white);
  padding: 26px 40px 23px;
}

.article-details .pagenavigation .btn:hover {
color: var(--maincolor);
}

.article-details .pagenavigation .btn span[class^="icon-"] {
	font-weight: 900;
	font-size: 15px;
}

/* ANIMATION */

@keyframes sliderobject-move1 {
    0% {
        left: -30%;
    	top: 10%;
    }
    100% {
        left: -2%;
	    top: -10%;
    }
}

@keyframes sliderobject-move2 {
    0% {
        left: 50%;
        top: 15%;
    }
    100% {
        left: 43%;
        top: 10%;
    }
}

/* */

@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div:not(#sp-logo) > .sp-column,
#sp-header > .row > div:not(#sp-logo) > .sp-column  {display: block !important;}


#sp-header .sp-module {
	margin-left: 0px !important; 
}

@media (min-width: 1400px) {.contained-section {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

/* Extras */
#sp-testim {
  background-color: rgba(135, 135, 135, 0.2) !important;
}
#sp-infoset, #sp-bottom, #sp-footer {
  background-color: rgba(105, 105, 105, 0.1) !important;
}
#sp-extras {
  background-color: rgba(100, 100, 100, 0.05) !important;
}
#sp-teams{
background: var(--maincolor) !important;
color: #fff !important;
}
.swiper-container-fade .swiper-slide::before  {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-dark .swiper-container-fade .swiper-slide::before  {
  background-color: rgba(255, 255, 255, 0.4);
}
#sp-footer .container-inner {
  border-top: 1px solid rgba(135, 135, 135, 0.4);
}
#sp-bottom .newsletter-signup form, .sm-popup .newsletter-signup form {
 display:-webkit-flex;
 display:-moz-flex;
 display:-ms-flex;
 display:-o-flex;
 display:flex
}
#sp-bottom .newsletter-signup form input[type=text]{
 background: none;
 border:none;
 border-radius:3px 0 0 3px;
 color: rgba(135, 135, 135, 0.6);
	border: 1px solid rgba(135, 135, 135, 0.6);
 padding:10px 20px;
 height:46px
}
#sp-bottom .newsletter-signup form button[type=submit], .sm-popup .newsletter-signup form button[type=submit] {
 text-transform:uppercase;
 background:var(--maincolor);
 padding-left:18px;
 padding-right:18px;
 width:140px;
 height:46px;
 color:#fff;
 border:none;
 box-shadow:none;
 border-radius:0 3px 3px 0;
 -webkit-transition:.4s;
 transition:.4s
}
#sp-bottom .newsletter-signup form button[type=submit]:hover {
 background:var(--secondcolor)
}
.bg-dark [data-darkmode-toggle] .switch {
  color: rgba(12, 12, 12, 0.5) !important;
}
.blog-one__content{
  color: #222;
}
.mxte-service-style-3 .mxte-service-title a {
	color: inherit !important;
}
#sp-contacts{
	background-color: var(--sixcolor) !important
}
#sp-section-4{
  background-color: var(--maincolor) !important;
}
:root {

    /* Font Weight */
    --fw-lighter:         lighter;
    --fw-light:           300;
    --fw-normal:          400;
    --fw-medium:          500;
    --fw-semibold:        600;
    --fw-bold:            700;
    --fw-bolder:          bolder;

    /* Font Size */
    --fs-0:	        0rem;

    --fs-1:	        0.0625rem;
    --fs-2:	        0.125rem;
    --fs-3:	        0.1875rem;
    --fs-4:	        0.25rem;
    --fs-5:	        0.3125rem;
    --fs-6:	        0.375rem;
    --fs-7:	        0.4375rem;
    --fs-8:	        0.5rem;
    --fs-9:	        0.5625rem;
    --fs-10:	    0.625rem;

    --fs-11:	    0.6875rem;
    --fs-12:	    0.75rem;
    --fs-13:	    0.8125rem;
    --fs-14:	    0.875rem;
    --fs-15:	    0.9375rem;
    --fs-16:	    1rem;
    --fs-17:	    1.0625rem;
    --fs-18:	    1.125rem;
    --fs-19:	    1.1875rem;
    --fs-20:	    1.25rem;

    --fs-21:	    1.3125rem;
    --fs-22:	    1.375rem;
    --fs-23:	    1.4375rem;
    --fs-24:	    1.5rem;
    --fs-25:	    1.5625rem;
    --fs-26:	    1.625rem;
    --fs-27:	    1.6875rem;
    --fs-28:	    1.75rem;
    --fs-29:	    1.8125rem;
    --fs-30:	    1.875rem;

    --fs-31:	    1.9375rem;
    --fs-32:	    2rem;
    --fs-33:	    2.0625rem;
    --fs-34:	    2.125rem;
    --fs-35:	    2.1875rem;
    --fs-36:	    2.25rem;
    --fs-37:	    2.3125rem;
    --fs-38:	    2.375rem;
    --fs-39:	    2.4375rem;
    --fs-40:	    2.5rem;

    --fs-41:	    2.5625rem;
    --fs-42:	    2.625rem;
    --fs-43:	    2.6875rem;
    --fs-44:	    2.75rem;
    --fs-45:	    2.8125rem;
    --fs-46:	    2.875rem;
    --fs-47:	    2.9375rem;
    --fs-48:	    3rem;
    --fs-49:	    3.0625rem;
    --fs-50:	    3.125rem;

    --fs-51:	    3.1875rem;
    --fs-52:	    3.25rem;
    --fs-53:	    3.3125rem;
    --fs-54:	    3.375rem;
    --fs-55:	    3.4375rem;
    --fs-56:	    3.5rem;
    --fs-57:	    3.5625rem;
    --fs-58:	    3.625rem;
    --fs-59:	    3.6875rem;
    --fs-60:	    3.75rem;

    --fs-61:	    3.8125rem;
    --fs-62:	    3.875rem;
    --fs-63:	    3.9375rem;
    --fs-64:	    4rem;
    --fs-65:	    4.0625rem;
    --fs-66:	    4.125rem;
    --fs-67:	    4.1875rem;
    --fs-68:	    4.25rem;
    --fs-69:	    4.3125rem;
    --fs-70:	    4.375rem;

    --fs-71:	    4.4375rem;
    --fs-72:	    4.5rem;
    --fs-73:	    4.5625rem;
    --fs-74:	    4.625rem;
    --fs-75:	    4.6875rem;
    --fs-76:	    4.75rem;
    --fs-77:	    4.8125rem;
    --fs-78:	    4.875rem;
    --fs-79:	    4.9375rem;
    --fs-80:	    5rem;

    --fs-81:	    5.063rem;
    --fs-82:	    5.125rem;
    --fs-83:	    5.188rem;
    --fs-84:	    5.25rem;
    --fs-85:	    5.313rem;
    --fs-86:	    5.375rem;
    --fs-87:	    5.438rem;
    --fs-88:	    5.5rem;
    --fs-89:	    5.5625rem;
    --fs-90:	    5.625rem;

    --fs-91:	    5.6875rem;
    --fs-92:	    5.75rem;
    --fs-93:	    5.8125rem;
    --fs-94:	    5.875rem;
    --fs-95:	    5.9375rem;
    --fs-96:	    6rem;
    --fs-97:	    6.0625rem;
    --fs-98:	    6.125rem;
    --fs-99:	    6.1875rem;
    --fs-100:	    6.25rem;

    --fs-110:	    6.875rem;
    --fs-120:	    7.5rem;
    --fs-128:	    8rem;
    --fs-130:	    8.25rem;
    --fs-140:	    8.75rem;
    --fs-150:	    9.375rem;
    --fs-175:	    10.9375rem;
    --fs-176:	    11rem;
    --fs-190:	    11.875rem;
    --fs-192:	    12rem;

    --fs-200:	    12.5rem;
    --fs-210:	    13.125rem;
    --fs-240:	    15rem;
    --fs-280:	    17.5rem;
    --fs-291:        18.188rem;

    --fs-320:	    20rem;
    --fs-370:	    23.125rem;

    --fs-400:	    25rem;

    --fs-500:	    31.25rem;
    --fs-592:	    37rem;

    --fs-600:	    37.5rem;
    --fs-680:	    42.5rem;

    /* Theme Colors */
	
    --maincolor-rgb:          215, 0, 6;

    --color-secondary:      #FFFFFF;
    --color-secondary-rgb:    255, 255, 255;
    --secondcolor:            #FFFFFF;
    --secondcolor-rgb:          255, 255, 255;

    --thirdcolor:          #9A9A9A;
    --thirdcolor-rgb:        154, 154, 154;

    --color-dark-red:       #702427;
    --color-dark-red-rgb:     112, 36, 39; 
    
    --color-dark:           #110E10; 
    --color-dark-rgb:         17, 14, 16;

    --color-gray:          #4c4c4c;
    --color-gray-rgb:        76, 76, 76;
    
    --color-dark-black:      #272727; 
    --color-dark-black-rgb:    39, 39, 39;

    --color-dark-black-two:     #161616; 
    --color-dark-black-two-rgb:   22, 22, 22;

    --color-dark-black-three:     #3D3D3D; 
    --color-dark-black-three-rgb:   61, 61, 61;

    --color-light:          #ECECEC;
    --color-light-rgb:        236, 236, 236;

    --color-light-gray:          #DDDDDD;
    --color-light-gray-rgb:       221, 221, 221;

    --color-light-gray-two:          #D9D9D9;
    --color-light-gray-two-rgb:       217, 217, 217;
    
    --color-white:          #FFFFFF;
    --color-white-rgb:        255, 255, 255;

    --color-black:          #000000;
    --color-black-rgb:        0, 0, 0;

    --color-muted:          #4E4E4E;
    --color-muted-rgb:        78, 78, 78; 

    --link-color: #D70006;
    --link-color-hover-white: #FFFFFF;
    --link-color-hover-black: #000000;
    
    --gradient-color-from: #00C6FF;
    --gradient-color-to: #0072FF;

    --gradient-one: linear-gradient(90deg, #00C6FF 0%, #0072FF 100%);
    --gradient-one-alt: linear-gradient(90deg, #0072FF 0%, #00C6FF 100%);
    --gradient-one-180: linear-gradient(180deg, #00C6FF 0%, #0072FF 100%);

    /* Responsive Breakdown */
    --breakpoint-extralargedesktop: 1399.98px;
    --breakpoint-largedesktop: 1199.98px;
    --breakpoint-desktop: 991.98px;
    --breakpoint-tablet: 767.98px;
    --breakpoint-mobile: 575.98px;
    --breakpoint-minimobile: 499.98px;

    /* Transition Method */
    --transition-base: all 0.5s ease-in-out;
    --transition-bezier: all .25s cubic-bezier(.645, .045, .355, 1);
}