::selection {
  background-color:#FFC107;
  color: #fff;
}
::-moz-selection {
  background-color:#FFC107;
  color: #fff;
}



.theme-color {
  color:#FFC107;
}


.theme-after-bg:after,
.btn-theme,
.theme-bg {
  background:#FFC107;
}


.btn-theme {
  border-color:#FFC107;
}

.portfolio-hover-01 .action-btn a:hover,
.portfolio-filter li:hover, 
.portfolio-filter li.active,
.owl-dots .owl-dot.active,
.m-btn-theme, 
.title-section h2:after,
.m-btn-white:hover,
.theme-after:after,
.theme-g-bg{
	background: #FFC107;
	background: -webkit-linear-gradient(to right, #FFC107, #FFC107);
	background: linear-gradient(to right, #FFC107, #FFC107);
}


/*Reverce*/
.m-btn-theme:hover{
	background: #0072ff;
	background: -webkit-linear-gradient(to right, #FFC107, #FFC107);
	background: linear-gradient(to right, #FFC107, #FFC107);
}

.home-banner .avtar-img,
.m-btn-theme:hover,
.m-btn-white:hover {
  box-shadow: 0px 15px 20px rgba(5, 117, 230, 0.4);
}

@media (max-width: 991px){
  .header {
    background:#FFC107;
  }
}

	

