::selection {
  background-color:#4745e4;
  color: #fff;
}
::-moz-selection {
  background-color:#4745e4;
  color: #fff;
}



.theme-color {
  color:#4745e4;
}


.theme-after-bg:after,
.btn-theme,
.theme-bg {
  background:#4745e4;
}

.border-theme,
.btn-theme {
  border-color:#4745e4;
}

.tab-style-1 .nav .nav-item a.active,
.owl-dots .owl-dot.active,
.m-btn-theme, 
.title-section h2:after,
.m-btn-white:hover,
.theme-before:before,
.theme-after:after,
.theme-g-bg{
	background: #18cff5;
  background: -webkit-linear-gradient(to right, #4745e4, #18cff5);
  background: linear-gradient(to right, #4745e4, #18cff5);
}


/*Reverce*/
.about-text li:hover i,
.m-btn-theme:hover{
	background: #4745e4;
  background: -webkit-linear-gradient(to right, #18cff5, #4745e4);
  background: linear-gradient(to right, #18cff5, #4745e4);
}

.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:#4745e4;
  }
}