@charset "UTF-8";
  @media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1400px !important;
}
#sp-accordion {
 padding-left: 260px;
}
}
.layout-boxed .body-innerwrapper {
  max-width: 1600px;
  margin: 25px auto;
}
#sp-main-body {
    padding: 10px 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;
}

.rt-info-text-2 {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}
.rt-info-text {
    position: relative;
    margin-bottom: 25px;
}
.media-body {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.pull-left {
    float: left !important;
}
.rt-info-text-2 span {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-block;
    border: 2px solid #f1f1f1;
}
.rt-info-text-2 span i {
    line-height: 48px;
    font-size: 24px;
}
.rt-info-text-2 h4 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 600;
}
#sp-bottom .working {
  margin-bottom: 1.25em;
}
#sp-bottom .working > div:first-child {
  margin-bottom: 0.7em;
}
#sp-bottom .working > div:first-child span {
  text-transform: uppercase;
  color: #fff;
}
#sp-bottom.footer-widgets .working:last-child {
  margin: 0;
}
#sp-bottom .working .green {
  color: #9cc212;
}
#sp-bottom .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:#323136;
 border:none;
 border-radius:3px 0 0 3px;
 color:rgba(255,255,255,.6);
 padding:10px 20px;
 height:46px
}
#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:#333
}
.pagination>li.active>.page-link:focus,
.pagination>li.active>.page-link:hover {
 border-color:#333;
 background-color:#333
}

.newsletter-signup{
  max-width: 500px; margin: 0px auto
}
#sp-newsletter .newsletter-signup form {
 display:-webkit-flex;
 display:-moz-flex;
 display:-ms-flex;
 display:-o-flex;
 display:flex
}
	
#sp-newsletter .newsletter-signup form input[type=text] {
 background:#323136;
 border:none;
 border-radius:3px 0 0 3px;
 color:rgba(255,255,255,.6);
 padding:2px 20px;
 height:46px
}	
#sp-newsletter .newsletter-signup form button{
 padding:10px 30px;
 height:50px
}
.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 {
	transition: 0.5s ease-in-out;
	background: rgba(249,247,246, 0.7);
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1) !important;
	backdrop-filter: blur(5px);
}
#sp-header.header-sticky {
	background: rgba(249,247,246, 0.7);
	backdrop-filter: blur(5px);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);

}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	line-height: 20px;
	display: block;
	cursor: pointer;
	padding: 8px;
	font-size: 16px;
	font-weight: 300;
}
  @media (max-width: 991px){
#sp-header-topbar {
  margin: 0px;
}
}
#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: #222;
  text-transform: uppercase;
  font-size: 15px;
}
#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:#323136;
 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(--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:#2a61c9
}
#sp-map h3, #sp-testimonial h3, #sp-news h2, #sp-section-8 h3{
    text-align: center;
    padding: 20px 0px;
    font-size: 2rem;
}
#sp-news h3{
font-size: 30px;
line-height: 1.6;
text-transform: uppercase;
word-wrap: break-word;
font-weight: 500;
}
#sp-news h2{
text-transform: uppercase;
}
#sp-section-7 h3, #sp-section-8 h3{
font-size: 40px;
line-height: 1.6;
text-transform: uppercase;
word-wrap: break-word;
font-weight: 500;
}
#sp-news,#sp-testimonial,#sp-advert,#sp-top  {
    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-bottom .sp-module .sp-module-title {
    font-size: 24px;
}
#sp-right .sp-module {
    padding: 0px;
    border: 0px solid #f3f3f3;
}
section.parallax-section {
	padding: 40px 0 !important;
}
.mask-bg, .single-menu .hero-menu_content {
  background-color: #f7f4f2 !important;
}
.single-menu .hero-menu_content{
    border: 0px solid transparent !important;
}
.owl-dots {display: none !important}
#sp-map .customoranges{margin: 25px auto;}
.bgr, .carousel289 .overlay {
    background-color: #f9f7f6 !important;
}
#sp-top .sp-module-title, #sp-advert .sp-module-title {margin: 25px auto; text-align: center; font-size: 24px; border-bottom: 1px solid #ccc; padding-bottom: 10px;text-transform: uppercase;letter-spacing: 0.03em;}
 @media (max-width: 991px){
#sp-header {
  height: 60px;
}
}
 @media (min-width: 991px){
.detailed .project-details {
  width: 50% !important;
}
}
#m-create288 .container,#menucreate .container {
  width: 100% !important;
}
#mx-counter-282{
    margin-top: -100px
}
.bg-dark h1, .bg-dark h2, .bg-dark a, .bg-dark h3{
  color: #fff !important;
}
.bg-dark .mask-bg {
  background-color: #2A2B30 !important;
}

.bg-dark #sp-main-body, .bg-dark #sp-top-header, .bg-dark #sp-header.header-sticky,.bg-dark #sp-header,.bg-dark .sm-popup,.bg-dark .qcontact-modal-item,.bg-dark #sp-section-6,.bg-dark .social-icons a,.bg-dark #sp-section-9,.bg-dark .single-menu .hero-menu_content, .bg-dark .bgr, .bg-dark body section {
  background-color: #222429 !important;
}
.bg-dark .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner,.bg-dark .offcanvas-menu,.bg-dark .mx_lms_courses__single__inner,.bg-dark #sp-my,.bg-dark #sp-map,.bg-dark #sp-news {
  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;
}
.bg-dark .hero-menu-item-details p,.bg-dark .hero-menu-item-title h6 {
    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{
    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 {
    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 {
  color: #f1f1f1 !important;
}
.bg-dark .gallery-thumbs .swiper-slide-thumb-active {
  background: #0053cf !important;
}

.bg-dark .dt-ov {
    background-color: #171717;
    z-index: 0;
}

.bg-dark .detailed-button::after {
    background-color: #121212
}

.bg-dark .detailed-dot::before,
.bg-dark .plus-button .line-s {
    background-color: #ededed
}

.bg-dark .dot-index,
.bg-dark .ap-text,
.bg-dark .detailed-arrows i,
.bg-dark .detailed-fraction div,
.bg-dark .detailed .project-title {
    color: #ededed
}

.bg-dark .detailed .project-excerpt,
.bg-dark .detailed .project-meta {
    color: #9f9f9f
}

.bg-dark .detailed .project-year,
.bg-dark .detailed .project-category {
    color: #c1c1c1
}
:root {
 --bs-light-rgb:235,  238, 242;
 }
.bg-dark body {
 --bs-bg-opacity:1;
 background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}
.section-title h2 {
	font-size:30px;
	font-weight:900;
	color: #323246;
	font-family: 'Marcellus', sans-serif !important;
}
#sp-accordion .sppb-panel-modern>.sppb-panel-heading {
 background: none !important;
 color:#fff !important;
}
#sp-accordion .sppb-panel-title{
	font-size:24px !important;
	font-weight:500;
	font-family: 'Marcellus', sans-serif !important;
}
#sp-accordion .sppb-panel-modern {
  background: none !important;
  border: 0px solid #e8eff1 !important;
  border-bottom: 1px solid #e8eff1 !important;
  
}
#sp-slider{
	margin-top: -83px
}