@charset "UTF-8";


.layout-boxed .body-innerwrapper {
  max-width: 1600px;
  border: 1px solid #ccc;
  margin: 25px auto;
}
#sp-top2 ul.social-icons {
    margin-top: 20px;
}
#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
}
.white {
	color: #333;
	background-color: #fff;
	margin: 0 auto 10px auto;
	border: 1px solid #f1f1f1;
	padding: 5px 10px;
}
.white:hover {
	color: #333;
	background-color: #f9f9f9;
}
.beige {
	color: #000;
	background-color: #e3e1df;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	border: 1px solid #fff;
}

.greys {
	color: #333;
	background-color: #fafafa;
	margin: 0 auto 5px auto;
	padding: 5px;
}
.greys:hover {
	color: #333;
	background-color: #ddd;
}

.blues {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
    background: #006699;
    background: -moz-linear-gradient(45deg, #006699 0%, #3399cc 100%);
    background: -webkit-linear-gradient(45deg, #006699 0%,#3399cc 100%);
    background: linear-gradient(45deg, #006699 0%,#3399cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#3399cc',GradientType=1 );
}

.greens {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	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 );
}
.oranges {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	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 );
}

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

.colors {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
	background: #ff7b26;
}
.reds h3::before,.oranges h3::before,.greens h3::before,.blues h3::before,.dark h3::before,.colors h3::before   {background-color:#fff !important;}

.dark {
	background-color: #444;
	margin: 0 auto 10px auto;
	color: #ddd;
	padding: 5px 10px;
}
.dark ul, .mcolor ul, .white ul {
	padding-left: 10px;
}

.dark a, .colors a { color: #ddd !important;}
#sp-top-bar{
    background: transparent !important;
}
#sp-tops {
    padding: 10px 0px;
}

/*
// #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; }
#sp-top-bar { background: #fff }
.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-header {
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    animation: spFadeIn 0.5s;
}
.sp-megamenu-parent > li > a {
  text-transform: uppercase;
  font-size: 15px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 50px;
  font-size: 16px;
  margin: 5px 1px;
  font-weight: 500;
  text-transform: uppercase;
}

.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;
}

.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;
  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);
}
.owl-carousel button {
  box-shadow: 1px 1px 2px #777,-1px -1px 2px #999;
  border: 0;
  color: #fff;
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
section {
  background: #fff;
}
ul.social-icons > li:not(:last-child) {
  margin-right: 5px !important;
}
.bg-dark section,.bg-dark .gallery-thumbs .swiper-slide,.bg-dark .gallery-title,.bg-dark .sp-megamenu-parent > li:hover > a,.bg-dark .sp-megamenu-parent > li.active > a, .bg-dark .services-three__single {
  background: #1c1d20 !important;
}
.bg-dark #sp-team,.bg-dark #sp-news, .bg-dark #sp-advert,.bg-dark .sppb-panel-modern .sppb-panel-body,.bg-dark .sppb-nav-tabs > li > a{
  background: #2a2e31 !important;
}
.bg-dark h1, .bg-dark h2, .bg-dark h2 a, .bg-dark a, .bg-dark h3,.bg-dark .mx-grid.style-1 .mx-grid-padding{
  color: #fff !important;
}
.bg-dark #sp-main-body, .bg-dark #sp-top-header, .bg-dark #sp-header.header-sticky,.bg-dark .sm-popup,.bg-dark .qcontact-modal-item,.bg-dark #sp-section-6,.bg-dark #npost465{
  background: #111 !important;
}
.bg-dark .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner,.bg-dark .offcanvas-menu{
  background: #222 !important;
}
.bg-dark .team-item_info a{
  color: #222 !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 .layout-boxed .body-innerwrapper{
    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;
}
:root {
 --bs-light-rgb:235,  238, 242;
 }
#n-page308 .ss2-images {
    width: 49%;
}
#n-page308 .showcase-slideshow-2-wrapper {
    max-width: 30%;
}
#n-page308 .ss2-overlay {
    width: 35%;
}
#n-page308 .ss2-button {
    left: 45%;
}
#n-page308 .ss2-project-title {
    font-size: 70px;
    margin-bottom: 20px;
    line-height: 70px;
}
@media only screen and (max-width: 850px) {
#n-page308 .ss2-images {
    width: 100%;
}
  #n-page308 .showcase-slideshow-2-wrapper {
    max-width: 80%;
}
  #n-page308 .ss2-button {
    left: 75%;
}
}