@charset "UTF-8";

.layout-boxed .body-innerwrapper {
  max-width: 1600px;
  margin: 20px auto 30px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}
.layout-boxed .body-innerwrapper #sp-header.full-header {
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}
section {
  background-color:  var(--lightrgba);
  
}
#sp-accordion section {
  background-color:  transparent;
  
}


#sp-main-body {
    padding: 20px 0
}

/*
// #Tabs
// --------------------------------------------------
*/
.sppb-nav-tabs>li>a {
  background: #f7f7f7;
  margin-right: 2px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: none !important;
  border-radius: 0;
  padding: 10px 20px;
  color: #6d6d6d !important;
  position: relative;
}
.sppb-nav-tabs>li>a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
}
.sppb-nav-tabs>li>a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
}
.sppb-nav-tabs>li>a:hover {
  border-color: #f7f7f7;
}
.sppb-nav-tabs>li>a .fa {
  margin-right: 4px;
}
.tab .nav-tabs > li.active > a {
  color: #ff7b26;
  border-left-color: #dcdcdc;
  border-right-color: #dcdcdc;
  background: #fff;
}
.tab .nav-tabs > li.active > a:after {
  background: #ff7b26;
}
.tab .nav-tabs > li.active > a:before {
  background: #fff;
}
.tab .nav-tabs > li.active > a:hover {
  border-bottom-color: #fff;
}
.tab .sppb-tab-modern-content {
  padding: 20px;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #111;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
}
.tab .sppb-tab-modern-content:before,
.tab .sppb-tab-modern-content:after {
  content: " ";
  display: table;
}
.tab .sppb-tab-modern-content:after {
  clear: both;
}
.tab .sppb-tab-modern-content p:last-child {
  margin-bottom: 0;
}

#sp-top1 { position: relative; z-index: 31; }

.pagination {
 margin-top:20px;
 margin-bottom:10px;
 text-align:center;
 display:block;
 border-radius:0
}
.pagination>li {
 display:inline-block;
 margin:0 3px
}
.pagination>li>.page-link {
 min-width:36px;
 height:36px;
 line-height:36px;
 text-align:center;
 font-size:14px;
 font-weight:600;
 padding:0;
 color:#000;
 padding:0 10px
}
.pagination>li>.page-link:focus,
.pagination>li>.page-link:hover {
 color:#000
}

.pagination>li.disabled>.page-link {
 background:0 0;
 color:#d0d4d6
}
.pagination>li.disabled>.page-link:focus,
.pagination>li.disabled>.page-link:hover {
 background:0 0;
 color:#d0d4d6
}
.pagination>li.active>.page-link {
 border-color:#333;
 background-color:#fff;
}
.pagination>li.active>.page-link:focus,
.pagination>li.active>.page-link:hover {
 border-color:#333;
 background-color:#fff;
}
.sp-module.blues {
	color: #f1f1f1;
	margin: 5px auto;
	padding: 15px;
	background: #0079cf;
    background: -moz-linear-gradient(45deg, #0079cf 0%, #00a9fc 100%);
    background: -webkit-linear-gradient(45deg, #0079cf 0%,#00a9fc 100%);
    background: linear-gradient(45deg, #0079cf 0%,#00a9fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079cf', endColorstr='#00a9fc',GradientType=1 );
}

.sp-module.greens {
	color: #f1f1f1;
	margin: 5px auto;
	padding: 15px;
	background: #669933;
    background: -moz-linear-gradient(45deg, #669933 0%, #66cc33 100%);
    background: -webkit-linear-gradient(45deg, #669933 0%,#66cc33 100%);
    background: linear-gradient(45deg, #669933 0%,#66cc33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669933', endColorstr='#66cc33',GradientType=1 );
}
.sp-module.oranges {
	color: #f1f1f1;
	margin: 5px auto;
	padding: 15px;
	background: #ff7b26;
    background: -moz-linear-gradient(45deg, #ff7b26 0%, #ffc108 100%);
    background: -webkit-linear-gradient(45deg, #ff7b26 0%,#ffc108 100%);
    background: linear-gradient(45deg, #ff7b26 0%,#ffc108 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b26', endColorstr='#ffc108',GradientType=1 );
}

.sp-module.reds {
	color: #f1f1f1;
	margin: 5px auto;
	padding: 15px;
	background: #ec430f;
    background: -moz-linear-gradient(45deg, #ec430f 0%, #f32328 100%);
    background: -webkit-linear-gradient(45deg, #ec430f 0%,#f32328 100%);
    background: linear-gradient(45deg, #ec430f 0%,#f32328 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec430f', endColorstr='#f32328',GradientType=1 );}

.sp-module.dark {
	background-color: #27282c;
	margin: 5px auto;
	color: #7c7e84;
	padding: 15px !important;
}
.sp-module.dark ul, .mcolor ul, .white ul {
	padding-left: 10px;
}
.sp-module.dark a, .colors a { color: #ddd !important;}

#sp-header.lg-header {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-mega-group > li > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #fafafa;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{
    background: var(--thirdcolor);
}

.reasons__wrapper .tab-content, .reasons__wrapper .tab-content img{
  border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#sp-header.header-sticky {
    top: 0;
    width: 100%;
    position: fixed;
    background-color: rgba(248, 249, 255, 0.7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 9999;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.05);
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
    -webkit-transition: all .6s;
    transition: all .6s;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	line-height: 20px;
	display: block;
	cursor: pointer;
	padding: 8px;
	font-size: 16px;
	font-weight: 300;
}

#sppb-addon-1621786411235 ul.sppb-nav.sppb-nav-modern {
    text-align: center !important;
}
#sppb-addon-1621786411235 .sppb-nav-modern > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}
.sppb-addon-tab .sppb-nav > li.active > a {
  background-color: #fff;
  border: none;
  box-shadow: 0 -1px 2px 0 rgba(209, 209, 209, 0.5);
}
.sppb-addon-tab .sppb-nav > li > a {
  border: none;
  text-transform: uppercase;
  padding: 15px 34px;
  color: #828282;
  background-color: transparent;
}
.sppb-addon-tab .sppb-tab-content {
  background: #fff;
  margin: 0;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
}
.sp-megamenu-parent > li > a {
  color: #111;
  text-transform: uppercase;
  font-size: 15px;
}
section#sp-inform {
  background-color: var(--maincolor) !important;
  color: #fff;
  padding: 20px 0px
}
#sp-advert, #sp-servi {
  background-color: var(--lightcolor);
}

#sp-info {
  background-color: var(--maincolor);
  padding-top: 20px;
}
#sp-info h2,#sp-info h5{
  color: #fff;
  }
 .mx-list-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

 .mx-list-info li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff29;
}

 .mx-list-info li:last-child {
  margin-bottom: 0;
  border: none;
}
#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], .sm-popup .newsletter-signup form input[type=text]{
 background:var(--maincolor);
 border:none;
 border-radius:3px 0 0 3px;
 color:rgba(255,255,255,.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(--lightcolor);
 padding-left:18px;
 padding-right:18px;
 width:140px;
 height:46px;
 color:#000;
 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:#2a61c9
}
#sp-news,#sp-testimonial  {
    padding: 20px 0px;
}
.top-search-wrapper {
  margin-right: -15px;
}
.pull-right {
    float: right;
}
.top-search-wrapper i.search-open-icon {
  text-align: right;
}
.top-search-input-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
  -webkit-animation: searchZoomIn 0.4s;
  animation: searchZoomIn 0.4s;
}
.top-search-input-wrap form {
  width: 100%;
}
.top-search-input-wrap .search-wrap {
  width: 100%;
}
.top-search-input-wrap .search-wrap .search.creative-top-search {
  float: none !important;
  width: 75%;
  margin: 0 auto;
  max-width: 900px;
}
.top-search-input-wrap .search-wrap .search.creative-top-search h3.sp-module-title {
  display: none;
}
.top-search-input-wrap .search-wrap .search.creative-top-search input {
  background: transparent;
  height: auto;
  box-shadow: none;
  padding: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  font-size: 100px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 4px;
  border-radius: 0;
  font-weight: 300;
}
.top-search-input-wrap .search-wrap .search.creative-top-search input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.top-search-input-wrap .search-wrap .search.creative-top-search input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.top-search-input-wrap .search-wrap .search.creative-top-search input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.top-search-input-wrap .search-wrap .search.creative-top-search input::-webkit-search-cancel-button, .top-search-input-wrap .search-wrap .search.creative-top-search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.top-search-input-wrap .search-wrap .search.creative-top-search input:focus {
  outline: 0;
  box-shadow: none;
}
.top-search-input-wrap .search-mods {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0, -100%, 0);
}

.top-search-input-wrap.search-open .search-mods {
  transform: translate3d(0, 0, 0);
}
.top-search-input-wrap .search-info-text {
  color: #fff;
  text-align: right;
  display: block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}

#sp-right .sp-module {
    padding: 0px;
    border: 0px solid #f3f3f3;
}
.owl-dots {display: none !important}
#sp-map .customoranges{margin: 25px auto;}
#sp-top .sp-module-title, #sp-advert .sp-module-title {margin: 25px auto; text-align: center;  padding-bottom: 10px;letter-spacing: 0.03em;}
#sp-gallery{background-color: rgba(0, 0, 0, 0.9); 
color: #f1f1f1;}
.gl-carousel-wrap {
	padding: 0px !important;
}
#sp-projects .custom {padding: 50px 0px; background-color: rgba(255, 255, 255, 0.9);}
#sp-testimonials  {padding: 30px 0px; }
#sp-mail  {
  display: flex;
  margin: 0 auto;
  padding: 25px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,.7);
}
figcaption h2 {font-size: 18px;}
#sp-top .container {
    width: 100%;
    max-width: 1600px;
}
#sp-serv .container, #sp-section-4 .container {
 width: 100%;
 max-width: 1800px;
}
#sp-gallery h3, #sp-teams h3.sp-module-title, #sp-events h3 {text-align: center;  padding: 30px 0px;}
#sp-teams h2, #sp-slider h2{
  color: #fff;
}

@media (min-width: 1400px){
#sp-servi .container, #sp-alnews .container, #sp-testim .container {
  max-width: 1720px;
}
}
@media (max-width: 991px){
#sp-header {
  height: 60px;
}
}
.btn.plg_system_webauthn_login_button {
  margin-bottom: 5px;
}
svg#Passkey {
  height: 2rem;
}
#icon-passkey {
  fill: #fff;
}
#sp-tops .reasons-list__box-text, #sp-tops .reasons-list__box-title {
 color: #fff;
}
#sp-header-topbar a {
  color: #0d0d0d;
}
#sp-header-topbar .container-inner {
  border-bottom: 0px solid #e5e5e5;
}
#sp-tops .reasons-list__item:hover{  background: #222429 !important; border: 1px solid #333;}
.bg-dark h1, .bg-dark h2, .bg-dark a, .bg-dark h3{
  color: #fff;
}

.bg-dark #sp-main-body, .bg-dark #sp-top-header, .bg-dark .col-xl-7.setforms, .bg-dark #sp-header.header-sticky,.bg-dark .sm-popup,.bg-dark .qcontact-modal-item,.bg-dark #sp-section-6,.bg-dark #sp-section-9,.bg-dark #sp-alnews,.bg-dark .news-set-nav li a{
  background: #222429 !important;
}
.bg-dark .offcanvas-menu,.bg-dark #sp-my,.bg-dark #sp-map,.bg-dark #sp-newses,.bg-dark .picker-wrap .list-post {
  background: #2A2B30 !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{
  color: #222 !important;
}
.news-spr__single:hover .news-spr__tilte {
    color: #ffffff !important;;
}
.bg-dark .pager {
    border-top: 1px solid #333;
}
.bg-dark #sp-left .sp-module,.bg-dark .article-list .article,.bg-dark .qcontact-modal-item, .bg-dark .supper-news-item, .bg-dark .gallery-container, .bg-dark .services-three__single:hover, .bg-dark .sppb-panel-modern,.bg-dark .picker-wrap .list-post-wrap{
    border: 1px solid #333;
}
.bg-dark #sp-left .sp-module .sp-module-title,.bg-dark #sp-right .sp-module .sp-module-title,.bg-dark .gallery-thumbs .swiper-slide,.bg-dark #sp-header-topbar .container-inner {
    border-bottom: 1px solid #333;
}

.bg-dark .burger-icon > span{
  background: #f1f1f1 !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 #service20 p {
  color: #f1f1f1 !important;
}
.bg-dark .gallery-thumbs .swiper-slide-thumb-active {
  background: #0053cf !important;
}

.bg-dark body section#sp-team .container section{
 background:#fff !important;
 color:#222
}
.bg-dark section {
  border-left: 10px solid #222;
  border-right: 10px solid #222;
  background-color:  var(--lightrgba);
  
}

.bg-dark section#sp-section-1{
  border-top: 10px solid #222;  
}
.bg-dark footer{
  border-left: 10px solid #222;
  border-right: 10px solid #222;
  border-bottom: 10px solid #222;  
}
:root {
 --bs-light-rgb:235,  238, 242;
 }

#sp-tabs h2.sp-module-title {
 text-align: center;
  margin-top: 80px;
  margin-bottom: 10px
}
#sp-section-5 h3.sp-module-title {
 text-align: center;
 color: #fff;
 margin-bottom: 30px
}
#sp-section-7 h3.sp-module-title{
 text-align: center;
  margin-top: 80px;
  margin-bottom: 20px
}

#sp-news h3.sp-module-title{
 text-align: center;
}

ul.social-icons > li:not(:last-child) {
  margin-right: 6px;
}

#sp-bottom .sp-module .sp-module-title {
  padding: 10px 0px;
}


/* HEADER */

body.locked {
  overflow: hidden;
}

#sp-header.lg-header {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
/* HEADER */

#sp-header.mxtemp, #sp-header.main-header--two, #sp-header.main-header--three, #sp-header.main-header--four, #sp-header.main-header--five, #sp-header.main-header--six, #sp-header.main-header--seven, #sp-header.main-header--eight{
height: auto;
box-shadow: none;
padding: 0px;
}

#sp-tops {
 padding:25px 0px;
  background-color: rgba(255, 255, 255, .7);
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
}

@keyframes sticky {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0%);
	}
}

#sp-header .sp-megamenu-parent {
	float: none;
	margin: 0;
	text-align: center;
}

#sp-header.mx .sp-megamenu-parent > li {text-align: left;}

#sp-header.mx .sp-megamenu-parent > li > a, #sp-header.mx .sp-megamenu-parent > li > span,
#sp-header.mx .sp-megamenu-parent > li:last-child > a {
	padding: 28px 12px;
    font-size: 17px;
	color: #666;
	line-height: 28px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	transition: all 500ms ease;
}

@media (max-width: 1400px) {
#sp-header.mx .sp-megamenu-parent > li > a, #sp-header.mx .sp-megamenu-parent > li > span,
#sp-header.mx .sp-megamenu-parent > li:last-child > a {
	padding: 30px 10px;
}
}

@media (max-width: 1200px) {
body.ltr #sp-header.mx .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr #sp-header.mx .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}
#sp-header.mx .sp-megamenu-parent > li > a, #sp-header.mx .sp-megamenu-parent > li > span,
#sp-header.mx .sp-megamenu-parent > li:last-child > a {
	padding: 30px 10px;
}
}

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


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: var(--white) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: var(--box-shadow-extra);
    padding: 15px;
}

.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 {
color: var(--dark);
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 7px 15px !important;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    font-weight: 500 !important;
	line-height: 28px;
}

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

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
	padding: 30px;
}

.sp-megamenu-parent .sp-mega-group > li > .sp-group-title {
	text-transform: none;
  color: #1C2539;
  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;
}

#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(--maincolor, #DD111E);
}

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

.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(--maincolor, #DD111E);
	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 .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-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;
}

.burger-icon > span {
  margin: 4px 0;
  transition: .3s;
  float: right;
  width: 100%;
  -webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
	background-color: #232323;
}
.burger-icon {
	width: 35px;
}
.burger-icon > span:nth-child(1) {
	height: 2px;
	width: 25px;
}
.burger-icon > span:nth-child(2) {
	height: 2px;
}
.burger-icon > span:nth-child(3) {
	height: 2px;
	width: 15px;
}
.offcanvas-menu .burger-icon > span:nth-child(1),.offcanvas-menu .burger-icon > span:nth-child(2),.offcanvas-menu .burger-icon > span:nth-child(3)  {
	height: 2px;
	width: 30px;
  margin: 2.6px 0px;
}
.burger-icon:hover > span {width: 100%;}

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

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	float: right;
	margin-left: 0px;
}

#offcanvas-toggler {
	display: inline-block;
	height: auto;
	cursor: pointer;
}

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

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

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


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

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

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

.offcanvas-menu {
	width: 500px;
	z-index: 99999;
	padding: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -500px;
  top: 0;
}
.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 .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
	color: inherit;
}
}

.main-header {
  position: relative;
  z-index: 999;
  background-color: transparent;
}
.topbar {
  color: #fff;
  position: relative;
  z-index: 999;
  padding: 13.5px 0px;
}
.topbar a {
color: inherit;
background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
transition: all 500ms ease;
}
.topbar #sp-top1 a:hover {
  background-size: 100% 1px;
}
.topbar .sp-module {
  display: inline-block;
}
@media (max-width: 991px) {
  .main-header {
    background-color: var(--mxtemp-white, #ffffff);
  }
}
.main-header::before {
  content: "";
  width: 50%;
  height: calc(100% - 41px);
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--secondcolor, #053E6A);
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
  z-index: 1;
}

@media (max-width: 1199px) {
  .main-header::before {
    display: none;
  }
}
.mxtemp .main-header__right__right a.sp-sign-in span.signin-text{
    display: none !important;
  }
 #sp-header.mxtemp .main-header__right__right .sp-module {
  margin-left: 0px;
} 
.main-header::after {
  content: "";
  width: 100%;
  height: calc(100% - 41px);
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--maincolor, #DD111E);
}
@media (max-width: 991px) {
  .main-header::after {
    display: none;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  .main-header .container {
    max-width: 1350px;
  }
}
.main-header__inner {
  padding-left: 15px;
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--mxtemp-white, #ffffff);
  z-index: 1;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.main-header__logo--1 {
  display: none;
  position: absolute;
  top: 18px;
  left: 80px;
  z-index: 2;
}
@media (min-width: 1800px) {
  .main-header__logo--1 {
    display: block;
  }
}
.main-header__logo--2 {
  display: block;
}
@media (min-width: 1800px) {
.mxtemp #sp-top2 ul.social-icons, .main-header__logo--2 {
    display: none;
  }	
}
.main-header__logo img {
  position: relative;
  max-width: 100%;
  z-index: 1;
}
.main-header__right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1799px) {
  .main-header__right {
    width: auto;
  }
}
.main-header__right__right {
  display: flex;
  align-items: center;  
  gap: 20px;
  min-height: 84px;
  padding-left: 15px;
}
.mxtemp .main-header__right__right {
  background-color: var(--mxtemp-white2, #F2F2F2);
}
@media (max-width: 1399px) {
  .main-header__right__right {
    gap: 20px;
  }
}

  .main-header__right__right {
    margin-left: 20px;
  }


.main-header__links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-header--four .main-header__links .main-header__search::after {
  background-color: RGBA(var(--mxtemp-white-rgb, 255, 255, 255), 0.2);
}
@media (max-width: 1399px) {
  .main-header__links::after {
    left: -25px;
  }
}
@media (max-width: 991px) {
  .main-header__links::after {
    height: 30px;
  }
	.topbar {
  color: #222;
}
}
@media (max-width: 575px) {
  .main-header__links::after {
    left: -20px;
  }
}
.mxtemp .main-header__right__right .main-header__user,.mxtemp .main-header__right__right .main-header__search {
  display: inline-flex;
  position: relative;
  font-size: 16px;
  background-color: var(--maincolor, #DD111E);
	color: #fff !important;
  transition: all 500ms ease;
	padding: 8px;
	border-radius: 50px;
}
.mxtemp .main-header__right__right .main-header__user:hover,.mxtemp .main-header__right__right  .main-header__search:hover {
  color: var(--mxtemp-base, #DD111E);
}

.main-header__button {
  position: absolute;
	color: #fff;
  top: 31px;
  right: 53px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.main-header__button a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
@media (max-width: 1850px) {
  .main-header__button {
    gap: 30px;
    right: 40px;
  }
}
@media (max-width: 1799px) {
  .main-header__button {
    display: none;
  }
}
.main-header__btn .mxtemp-btn__text {
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 600;
  width: 121px;
}
.main-header__btn .mxtemp-btn__text--2 {
  color: var(--mxtemp-black, #06416F);
  background-color: var(--mxtemp-white, #ffffff);
}
.main-header .social-links {
  position: relative;
  z-index: 1;
}
@media (max-width: 1850px) {
  .main-header .social-links {
    gap: 20px;
  }
}

.social-icons a {
color: #fff !important;
}


/*** 

====================================================================
Top eight
====================================================================

***/
.topbar--eight {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0px 60px;
  padding-right: 0;
  background-color: var(--secondcolor, #053E6A);
  z-index: 1;
  max-height: 50px
}
.topbar--eight #sp-top1 {
  padding-top: 12px;
}
.topbar--eight #sp-top1 .sp-contact-info li {
  font-size: 13px;
}

@media (max-width: 1199.98px) {
  .topbar--eight .container-inner {
    padding: 0 20px;
  }
}

.topbar--eight .top-right .social-icon-one {
  margin-left: 40px;
}
@media (max-width: 1199.98px) {
  .topbar--eight .top-right .social-icon-one {
    display: none;
  }
}

@media (min-width: 1200px) {
  .topbar--eight .container {
    max-width: 100%;
    padding-left: 300px;
    padding-right: 8px;
  }
}
@media (min-width: 1199px) {  
.topbar--eight li.sp-contact-phone{
  display: none;
}
}
/*** 

====================================================================
Header Style eight
====================================================================

***/

@media (min-width: 1199.98px) {
.main-header--eight .logo-box {
  position: relative;
  min-width: 330px;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  padding-right: 40px;
  margin-right: 0px;
  margin-top: -10px;
  margin-top: -50px;
  margin-left: -60px;
}

.main-header--eight.header-sticky .logo-box {
  min-width: 300px;
  min-height: 90px;
  padding: 10px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -60px;
}
}
@media (max-width: 1199.98px) {
  .main-header--eight .logo-box::before{
    display: none;
  }
}
.main-header--eight.header-sticky .logo-box::before{
    display: none;
  }
.main-header--eight .logo-box:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  content: "";
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#sp-header.main-header--eight {
  background-color: var(--mxtemp-white-rgba, rgba(255, 255, 255, 0.8));
  border-bottom: 1px solid #e1e1e1;
}

.topbar--eight .social-icons a {
  color: #fff !important;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.topbar--eight ul.social-icons > li:not(:last-child) {
  margin-right: 0px;
}

#sp-header.main-header--eight.header-sticky {
  background-color: var(--mxtemp-white-rgba, rgba(255, 255, 255, 0.8));
  backdrop-filter: blur(30px);
}
.main-header--eight::before, .main-header--eight::after {
  display: none;
}
.main-header--eight::after {
  content: "";
  display: block;
  width: 465px;
  height: 100%;
  background-color: var(--secondcolor, #053E6A);
  position: absolute;
  top: 50%;
  left: auto;
  right: 0px;
  transform: translateY(-50%);
}
@media (max-width: 1799px) {
  .main-header--eight::after {
    width: 413px;
  }
}
@media (max-width: 1599px) {
  .main-header--eight::after {
    width: 395px;
  }
}
@media (max-width: 1399px) {
  .main-header--eight::after {
    width: 372px;
  }
}
@media (max-width: 1199px) {
  .main-header--eight::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-header--eight .main-header__container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media (min-width: 1400px) {
  .main-header--eight .main-header__container {
    padding-left: 40px;
    padding-right: 0px;
  }
}
@media (min-width: 1600px) {
  .main-header--eight .main-header__container {
    padding-left: 58px;
    padding-right: 0px;
  }
}

.main-header--eight .main-header__inner {
  background-color: transparent;
}
@media (max-width: 1199px) {
  .main-header--eight .main-header__inner {
    padding: 20px 0px;
  }
}
.main-header--eight .main-header__inner::after {
  display: none;
}
.main-header--eight .main-header__left {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1799px) {
  .main-header--eight .main-header__left {
    gap: 8px;
  }
}
@media (max-width: 1299px) {
  .main-header--eight .main-header__left {
    gap: 2px;
  }
}

.main-header--eight .main-menu .main-menu__list > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-header--eight .main-menu .main-menu__list > li > a {
  color: var(--mxtemp-white, #ffffff);
}
.main-header--eight .main-header__right {
  width: auto;
  justify-content: flex-end;
  color: var(--mxtemp-black2, #04243D);
}
.main-header--eight .main-header__right a.main-header__search.search-toggler{
  color: var(--mxtemp-black2, #04243D);
  margin: 0px .15rem;
  font-size: 20px;
}
.main-header--eight .mobile-nav__btn span {
  background-color: var(--mxtemp-white, #ffffff);
}
.main-header--eight .mobile-nav__btn:hover span {
  background-color: var(--mxtemp-black);
}
@media (max-width: 1199px) {
  .main-header--eight .main-header__call {
    margin-left: 30px;
  }
}
.main-header--eight .main-header__call li span {
  color: var(--mxtemp-white, #ffffff);
  background-color: var(--maincolor, #DD111E);
}

.main-header--eight .main-header__links {
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .main-header--eight .main-header__links {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .main-header--eight .main-header__links {
    margin-left: 20px;
  }
}
@media (max-width: 360px) {
  .main-header--eight .main-header__links {
    margin-left: 10px;
  }
}
.main-header--eight .main-header__links::after {
  background-color: RGBA(var(--mxtemp-white-rgb, 255, 255, 255), 0.2);
}
@media (max-width: 1399px) {
  .main-header--eight .main-header__links::after {
    left: -25px;
  }
}
@media (max-width: 1199px) {
  .main-header--eight .main-header__links::after {
    background-color: RGBA(var(--mxtemp-white-rgb, 255, 255, 255), 0.4);
  }
}
@media (max-width: 575px) {
  .main-header--eight .main-header__links::after {
    left: -20px;
  }
}
@media (max-width: 360px) {
  .main-header--eight .main-header__links::after {
    left: -15px;
  }
}
.main-header--eight .main-header__user,
.main-header--eight .main-header__search {
  color: var(--mxtemp-white, #ffffff);
}
.main-header--eight .main-header__user:hover,
.main-header--eight .main-header__search:hover {
  color: var(--maincolor, #DD111E);
}
@media (max-width: 1199px) {
  .main-header--eight .main-header__user:hover,
  .main-header--eight .main-header__search:hover {
    color: var(--mxtemp-black);
  }
}
.main-header--eight .main-header__call {
  margin-left: 42px;
  padding: 0px 9px;
  position: relative;
  color: #fff;
  background-color: var(--secondcolor, #053E6A);
}
.main-header--eight .main-header__call .sp-contact-info {
  margin-top: 12px;
}

@media (max-width: 1199px) {
  .main-header--eight .main-header__btn {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .main-header--eight .main-header__btn {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .main-header--eight .main-header__btn {
    display: none;
  }
}
.main-header--eight .main-header__btn .mxtemp-btn__text--1 {
  color: var(--mxtemp-white, #ffffff);
  background-color: var(--maincolor, #DD111E);
}
.main-header--eight .main-header__btn .mxtemp-btn__text--2 {
  color: var(--mxtemp-white, #ffffff);
  background-color: var(--secondcolor, #053E6A);
}
@media (max-width: 1199px) {
  .main-header--eight .main-header__btn .mxtemp-btn__text--2 {
    color: var(--mxtemp-white, #ffffff);
    background-color: var(--mxtemp-black);
  }
}
.main-header--eight .main-header__links .sp-sign-in {
  position: relative;
  color: var(--mxtemp-black2, #04243D);
  font-size: 20px;
}
.main-header--eight .main-header__links .main-header__search::after, .main-header--eight .main-header__links .sp-sign-in::after, .main-header--eight .main-header__call::after, .main-header__login::after {
  content: "";
  width: 1px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background-color: RGBA(var(--mxtemp-black-rgb, 6, 65, 111), 0.2);
}
.main-header--eight .main-header__links a.sp-sign-in span.signin-text {
  display: none !important;
}
.main-header--eight .main-header__links a.sp-sign-in .me-1 {
  margin: 0px .15rem !important;
}
#sp-header.main-header--eight.header-sticky .burger-icon > span {background-color: #111;}

#sp-header.mx.main-header--eight .sp-megamenu-parent > li > a,#sp-header.mx.main-header--eight .sp-megamenu-parent > li > span,
#sp-header.mx.main-header--eight .sp-megamenu-parent > li:last-child > a {
	padding: 13px 14px;	
}

.main-header--eight .main-header__inner {
  border: 0px solid #f1f1f1;
  padding: 0px;
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
}
.main-header--eight .burger-icon > span {
  background-color: #000;
}

.main-header--eight::before,.main-header--eight::after {
  display: none;
}
@media (max-width: 1199px) {
  .topbar--eight, .main-header--eight .main-header__call {
    display: none;
  }
}

.main-header--eight .main-header__btn .mxtemp-btn__text {
  padding: 35px 25px;
  font-size: 14px;
  font-weight: 600;
  min-width: 150px;
  text-transform: uppercase;
}


/*** 

====================================================================
    extras
====================================================================

***/
#sp-header.mx .login-toggler {
  cursor: pointer;
  position: relative;
  top: 4px;
  height: 44px;
  line-height: 44px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 20px;
  position: relative;
  color: inherit
}
#sp-header.mx.mxtemp .main-header__right__right .login-toggler{
background-color: var(--maincolor, #DD111E);
color: #fff !important;
transition: all 500ms ease;
border-radius: 50px;
margin-right: 10px;
width: 32px;
height: 32px;
line-height: 32px;
}
#sp-header.mx.mxtemp .main-header__right__right .login-toggler{
background-color: var(--maincolor, #DD111E);
color: #fff !important;
transition: all 500ms ease;
border-radius: 50px;
margin-right: 10px;
width: 32px;
height: 32px;
line-height: 32px;
}
#sp-header.mx.mxtemp .main-header__right__right .login-toggler i.has-close, #sp-header.mx.mxtemp .main-header__right__right .login-toggler i,#sp-header.mx.main-header--six .main-header__links .login-toggler i.has-close, #sp-header.mx.main-header--six .main-header__links .login-toggler i,#sp-header.mx.main-header--seven .main-header__links .login-toggler i.has-close, #sp-header.mx.main-header--seven .main-header__links .login-toggler i {
  font-size: 16px; 
}
.main-header--two .login-toggler i, .main-header--two .login-toggler i.has-close {
  font-size: 19px;
  color: var(--maincolor, #DD111E);
}
#sp-header.mx.main-header--three .login-toggler {
  color: #fff;
}
#sp-header.mx.main-header--three .login-toggler i, #sp-header.mx.main-header--three .login-toggler i.has-close,#sp-header.mx.main-header--four .login-toggler i, #sp-header.mx.main-header--four .login-toggler i.has-close {
  font-size: 18px;
}
.main-header--two .login-toggler .has-close,#sp-header.mx.main-header--three .login-toggler .has-close {
  top: 12px;
}
#sp-header.mx.main-header--six .login-toggler .has-close {
  top: 10px;
}
#sp-header.mx.mxtemp .main-header__right__right .main-header__login::after, #sp-header.mx.main-header--six .main-header__login::after, #sp-header.mx.main-header--seven .main-header__login::after {
  display: none;
}
#sp-header.mx.mxtemp .main-header__right__right .login-toggler,#sp-header.mx.main-header--six .main-header__links .login-toggler,#sp-header.mx.main-header--seven .main-header__links .login-toggler {
  margin-left: 1px;
  padding-left: 1px;
}
#sp-header.mx.main-header--six .main-header__links .login-toggler,#sp-header.mx.main-header--seven .main-header__links .login-toggler {
  color: var(--mxtemp-white, #ffffff) !important;
  background-color: var(--secondcolor, #053E6A);
  transition: all 500ms ease;
  border-radius: 50px;
  height: 37px;
  width: 36px;
  line-height: 32px;
}
.main-header__call li.sp-contact-mobile,.main-header__call li.sp-contact-email, .main-header__call li.sp-contact-time{
  display: none;
}
@media (min-width: 1299px) {  
.topbar.topbar--four li.sp-contact-phone, #sp-top-bar.mxutop li.sp-contact-phone, .topbar__inner li.sp-contact-phone{
  display: none;
}
}
#sp-top-bar.mxutop{
  padding: 12px 0px;
  background: var(--maincolor, #DD111E);
  position: relative;
  z-index: 2;
}
#sp-top-bar.mxutop a {
  color: #fff;
}
@media (max-width: 1299px) {  
.main-header__right__right li.sp-contact-phone, .main-header--twelve .main-header__right__right .main-header__call {
  display: none;
}
}

.main-header__call li span {
  top: 5px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;  
  left: 0px;
  top: -5px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  background-color: var(--maincolor, #DD111E);
  position: relative;
} 
.main-header__call:hover li span {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (min-width: 1599px) {
.mxutop #sp-top2 ul.social-icons {
    display: none;
  }	
}
.main-header__call .sp-contact-info {
  margin-top: 16px;
}
.main-header__right p {
 margin-bottom: 0px !important
} 
.main-header__call li a {
margin-top: auto;
font-size: 16px;
font-weight: 800;
text-transform: capitalize;
line-height: 3.25;
color: inherit;
background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
transition: all 500ms ease;
} 
.main-header__call li a::before {
  content: "Call Anytime";
	position: absolute;
	margin-bottom: 14px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25;
}
.main-header__call li a:hover {
  background-size: 100% 1px;
}
.mxtemp .main-header__right__right a.sp-sign-in{
background-color: var(--maincolor, #DD111E);
color: #fff !important;
transition: all 500ms ease;
padding: 7px;
border-radius: 50px;
margin-right: 10px;
}
.main-header__right__right a.sp-sign-in .me-1 {
  margin: 0px .15rem !important;
}
.sp-contact-info li {
  margin: 0px 20px 0px 0px;
  font-size: 100%;
}

/* button */
.mxtemp-btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 0px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.mxtemp-btn__text {
  width: 100%;
  display: block;
  position: relative;
  padding: 13px 30px;
  color: var(--mxtemp-white, #ffffff);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: all 500ms ease;
}
@media (max-width: 480px) {
  .mxtemp-btn__text {
    padding: 13px 20px;
    font-size: 15px;
  }
}
.mxtemp-btn__text--1 {
  background-color: var(--secondcolor, #053E6A);
  z-index: 2;
}
.mxtemp-btn__text--2 {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateY(100%);
  background-color: var(--mxtemp-black, #06416F);
  z-index: 1;
}
.mxtemp-btn:hover .mxtemp-btn__text--1 {
  transform: translateY(-100%);
}
.mxtemp-btn:hover .mxtemp-btn__text--2 {
  transform: translateY(0%);
}
.mxtemp-btn--black .mxtemp-btn__text--1 {
  background-color: var(--mxtemp-black, #06416F);
}
.mxtemp-btn--black .mxtemp-btn__text--2 {
  background-color: var(--maincolor, #DD111E);
}
/*--------------------------------------------------------------
# Mega menu full width
--------------------------------------------------------------*/

@media (min-width: 1800px) {
body.ltr .mx.mxtemp .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: -30px;
  right: 0;
}
}
 body.ltr .main-header--two .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full,  body.ltr .main-header--three .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full,  body.ltr .main-header--four .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full,  body.ltr .main-header--five .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full,  body.ltr .main-header--eight .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full,  body.ltr .main-header--nine .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full,  body.ltr .main-header--ten .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: -70px;
  right: 0;
}
@media (max-width: 1799px) {
body.ltr .mx.mxtemp .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto !important;
  right: 0;
  width: 180% !important;
}
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.8;
  cursor: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.514.535l-6.42 6.42L2.677.536a1.517 1.517 0 00-2.14 0 1.517 1.517 0 000 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 000 2.14 1.517 1.517 0 002.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 002.14 0 1.517 1.517 0 000-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 000-2.14 1.516 1.516 0 00-2.14 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"),auto;

}
@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.js-finder-searchform {
  position: relative;
}
.search-popup__content .awesomplete {
  display: inline;
  position: relative;
}
.search-popup__content .js-finder-searchform input[type="text"] {
  width: calc(100% - 30px);
  background-color: var(--mxtemp-white, #ffffff);
  font-size: 15px;
  color: var(--mxtemp-color, #868EA5);
  font-weight: 500;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 25px;
  transition: all 500ms ease;
}
.js-finder-searchform input[type=search]:focus,
.js-finder-searchform input[type="text"]:focus {
  color: var(--mxtemp-black2, #04243D);
}
.js-finder-searchform .mxtemp-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 0;
  right: -1px;
}
.js-finder-searchform .mxtemp-btn__text {
  padding: 0px;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
}
.js-finder-searchform .mxtemp-btn__text svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Login Popup
--------------------------------------------------------------*/
.login-popup {
  display: none;
  position: absolute;
  width: 350px;
  top: 61px;
  right: -22px;
  padding: 20px;
  background-color: var(--mxtemp-white, #ffffff);
  box-shadow: var(--box-shadow-extra);
  z-index: 2;
  color: #111;
}

.main-header--four .main-header__right .login-popup a {
  color: var(--maincolor, #DD111E);
}

@media only screen and (max-width: 991px) {
  .login-popup {
    top: 59px;
  }
}
@media only screen and (max-width: 575px) {
  .login-popup {
    width: 310px;
  }
}
.login-toggler {
  cursor: pointer;
  position: relative;
  margin-left: 18px;
  padding-left: 4px;
}

.login-toggler i {
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
}
.login-toggler i.has-close {
  font-size: 24px;
  font-weight: 900;
}
.login-toggler .has-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 10px;
  z-index: 1;
}
.login-toggler.icon-close .has-login {
  opacity: 0;
  visibility: hidden;
}
.login-toggler.icon-close .has-close {
  opacity: 1;
  visibility: visible;
}
:root {
  --mxtemp-color: #868EA5;
  --mxtemp-color-rgb: 134, 142, 165;
  --mxtemp-base: var(--secondcolor);
  --mxtemp-base-rgb: 221, 17, 30;
  --mxtemp-white: #ffffff;
  --mxtemp-white-rgba: rgba(255, 255, 255, 0.9);
  --mxtemp-white-rgb: 255, 255, 255;
  --mxtemp-white1: #fafafa;
  --mxtemp-white2: #F2F2F2;
  --mxtemp-white2-rgb: 242, 242, 242;
  --mxtemp-black: #06416F;
  --mxtemp-black-rgb: 6, 65, 111;
  --mxtemp-black-rgba: rgba(0, 0, 0, 0.5);
  --mxtemp-black2: #04243D;
  --mxtemp-black2-rgb: 4, 36, 61;
	--black: #000000;
	--dark: #1D2027;
	--dark-secondary: #222;
	--dark-optional: #3e00a7;
	--white: #ffffff;
	--bg-gray: #F7F7F7;
	--box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, .1);
  --box-shadow-extra: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
}