::selection {
  background-color:#1e1f29;
  color: #fff;
}
::-moz-selection {
  background-color:#1e1f29;
  color: #fff;
}



.tab-style-1 .nav .nav-item a,
.more-btn:hover,
.more-btn:focus,
.more-btn:active,
.theme-color {
  color:#1e1f29;
}


.theme-after-bg:after,
.btn-theme,
.theme-bg {
  background:#1e1f29;
}


.feature-box-01:after,
.feature-box:hover,
.btn-theme {
	border-color:#1e1f29;
}

.tab-style-1 .nav .nav-item a.active,
.fixed-header.header-01,
.owl-dots .owl-dot.active,
.m-btn-theme, 
.title-section h2:after,
.m-btn-white:hover,
.theme-after:after,
.theme-g-bg{
	background: #262734;
  background: -webkit-linear-gradient(to right, #1e1f29, #262734);
  background: linear-gradient(to right, #1e1f29, #262734);
}


/*Reverce*/
.m-btn-theme:hover{
  background: #1e1f29;
  background: -webkit-linear-gradient(to right, #262734, #1e1f29);
  background: linear-gradient(to right, #262734, #1e1f29);
}

.m-btn-theme:hover,
.m-btn-white:hover {
  box-shadow: 0px 15px 20px rgba(130, 130, 130, 1);
}

@media (max-width: 991px){
	.header	{
		background:#1e1f29;
	}
}