.color-1 {color:#7136ae}
.bg-color-1 {background-color:#7136ae}
.btn-color-1 {color:white;background-color:#7136ae}
.btn-color-1:hover {color:white;background-color:#6924af}
.bg-violet-100 {background-color: #f3eefe}

/* a.main-button-service {
  font-size: 14px;
  border-radius: 25px;
  padding: 10px 20px;
  background-color: #ece3f1;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} */

/* a.main-button-service:hover {
	background-color: #b27be3;
} */

.card {
/*   padding: 10px; */
/*   border: none; */
  /* min-height: 50%; */
}
.item {
  padding: 10px;
  /* min-height: 50%; */
}

/* ---- button-dh ---- */
.ds-button {
  display: inline-block;
  padding: 10px 26px;
  margin-bottom: 10px;
  background-color: #d0cfff;
  /* background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) ); */
  border: none;
  border-radius: 7px;
  color: #791981;
  font-size: 16px;
  cursor: pointer;
}
.ds-button:hover {
  background-color: #880085;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #fff;
}
.ds-button:active,
.ds-button.is-checked {
  background-color: #8f49d4;
}
.ds-button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.ds-button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */
.ds-button-group:after {
  content: '';
  display: block;
  clear: both;
}
.ds-button-group {
  text-align: center;
}
.ds-button-group .ds-button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
  text-align: center;
}
.ds-button-group .ds-button:first-child { border-radius: 0.5em 0 0 0.5em; }
.ds-button-group .ds-button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- button-dh ---- */
.dh-button {
  display: inline-block;
  padding: 10px 26px;
  margin-bottom: 10px;
  background-color: #bdeac8;
  /* background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) ); */
  border: none;
  border-radius: 7px;
  color: #517057;
  font-size: 16px;
  cursor: pointer;
}
.dh-button:hover {
  background-color: #195326;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: white;
}
.dh-button:active,
.dh-button.is-checked {
  background-color: #2f753e;
}
.dh-button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.dh-button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */
.dh-button-group:after {
  content: '';
  display: block;
  clear: both;
}
.dh-button-group {
  text-align: center;
}
.dh-button-group .dh-button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
  text-align: center;
}
.dh-button-group .dh-button:first-child { border-radius: 0.5em 0 0 0.5em; }
.dh-button-group .dh-button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- button-dl ---- */
.dl-button {
  display: inline-block;
  padding: 10px 26px;
  margin-bottom: 10px;
  background-color: #fcc54e;
  border: none;
  border-radius: 7px;
  color: #96660d;
  font-size: 16px;
  cursor: pointer;
}
.dl-button:hover {
  background-color: #a82900;
  color: white;
}
.dl-button:active,
.dl-button.is-checked {
  background-color: #c43d10;
}
.dl-button.is-checked {
  color: white;
}

/* ---- button-group ---- */
.dl-button-group:after {
  content: '';
  display: block;
  clear: both;
}
.dl-button-group {
  text-align: center;
}
.dl-button-group .dl-button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
  text-align: center;
}
.dl-button-group .dl-button:first-child { border-radius: 0.5em 0 0 0.5em; }
.dl-button-group .dl-button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */

.grid, .grid_ds, .grid_dh, .grid_dl {
  border: 1px solid #333;
}

/* clear fix */
.grid:after, .grid_ds:after, .grid_dh:after, .grid_dl:after {
  content: '';
  display: block;
  clear: both;
}


/* === BASE HEADING === */
h1 {
  position: relative;
  padding: 0;
  margin: 0;
  /* font-family: "Raleway", sans-serif; */
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}

/* === HEADING STYLE #1 === */
.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b10c9b;
}
.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b10c9b;
}

/* === HEADING STYLE #2 === */
.two h1 {
  text-transform: capitalize;
}
.two h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #c50000;
}
.two h1 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}
.alt-two h1 {
  text-align:center;
}
.alt-two h1:before {
  left:50%; margin-left:-30px;
}

.btnbtn {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
}


.card-sleek {
	background: linear-gradient(135deg, #85D8CE , #3c3f3f );
	color: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out;
}

.card-sleek2 {
	background: linear-gradient(135deg, #FFA726  , #55362d );
	color: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out;
}


.card-sleek3 {
	background: linear-gradient(135deg, #5C6BC0   , #573e5e );
	color: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out;
}


.card-sleek4 {
	background: linear-gradient(135deg, #FFEB3B    , #25241a  );
	color: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out;
}

.card:hover {
	transform: translateY(-5px);
}

 .card-body {
	padding: 2rem;
}

 .card-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.card-text {
	font-size: 1rem;
	line-height: 1.5;
}

.btn-sleek {
	background-color: #fff;
	color: #667eea;
	font-weight: bold;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn-sleek:hover {
	background-color: #667eea;
	color: #fff;
}

/* .top-edge {
	background-image: linear-gradient(50deg, #ffffff 0%, #f3c8f4 20%, #c69cf0 100%);
}
.top-edge-1 {
	background-image: linear-gradient(50deg, #ffffff 0%, #8eb6f1 20%, #2197c2 100%);
}
.top-edge-2 {
	background-image: linear-gradient(50deg, #ffffff 0%, #8ef1bf 20%, #0d975d 100%);
} */

.dl-file-tbl * {font-size: 14px}
.btn-h3-pink {
	color: white;
	background-color: #c375f0;
	border-color: #c375f0;
}
.btn-h3-pink:focus {
	color: white;
	background-color: #d32370;
	border-color: #d32370;
}
.btn-h3-pink:hover {
	color: white;
	background-color: #ea4c89;
	border-color: #ea4c89;
}
.btn-h3-pink:active {
	color: white;
	background-color: #d32370;
	border-color: #d32370;
}
