
.primary
{
	background-color:#008fff;
}
.danger
{
    background-color:#de356d;	
}
.success
{
	background-color:#28a745;
}
.card1 {
    background-color: #5bc0de;
    padding: 15px;
    border-radius: 14px;
    color: white;
    font-size: 20px;
	margin-top:10px;
}
.card2 {
    background-color: green;
    padding: 15px;
    border-radius: 14px;
    color: white;
    font-size: 20px;
	margin-top:10px;
}
.card3 {
    background-color:orange;
    padding: 15px;
    border-radius: 14px;
    color: white;
    font-size: 20px;
	margin-top:10px;
}
.card4 {
    background-color:#990;
    padding: 15px;
    border-radius: 14px;
    color: white;
    font-size: 20px;
	margin-top:10px;
}
.profile
{
 
	margin-top:10px;
	border:2px solid gray;
	/*box-shadow:0 0 10px black;*/
	border-radius:10px 10px 0 0;
	padding:40px;
	margin-bottom:10px;
	
}
.font
{
	color: black;
    font-size:15px;
}



a {
    color: #888;
    text-decoration: none;
}
a:hover,
a:active {
    color: #333;
}
/* Header Style */
.main,
.container > header {
    margin: 0 auto;
    padding: 2em;
}
.container > header {
    text-align: center;
}
.container > header h1 {
    font-size: 2.625em;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
}
.container > header span {
    display: block;
    font-size: 60%;
    opacity: 0.5;
    padding: 0 0 0.6em 0.1em;
}

.container {
    height: 100%;
    position: relative;
}
.container > section {
    margin: 0 auto;
    padding: 5em 0.5em;
    text-align: center;
    color: #fff;
}
.container > section div {
    position: relative;
    margin: 0;
    z-index: 1;
}
.container > section div.text {
    font-size: 1.4em;
}
.no-touch .note-touch {
    display: none;
}
.color-pattern-1 {
    background: #0e83cd;
}
.color-pattern-2 {
    background: #f06060;
}
.color-pattern-3 {
    background: #fcd04b;
}
.color-pattern-4 {
    background: #CC2E8C;
}
.color-pattern-5 {
    background: #0e83cd;
}

/* General button style (reset) */
.button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 11px 80px;
    display: inline-block;
    margin-top: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700 !important;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button-4 {
    border-radius: 34px;
    border: 3px solid #a7b5b0;
    color: #fff;
    overflow: hidden;
    font-size: 20px;
}
.button-4:active {
    border-color: #902866;
    color: #902866;
}
.button-4:hover {
    background: #AB327A;
}
.button-4>.fa {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button-4:active>.fa {
    color: #902866;
}
/* Button 4a */
.button-4a>.fa {
    left: 100%;
    top: -21px;
}
.button-4a:hover>.fa {
    left: 80%;
}
/* Button 4b */
.button-4b>.fa {
    left: -50%;
    top: 0;
}
.button-4b:hover>.fa {
    left: 10%;
}
/* Button 4c */
.button-4c>.fa {
    left: 70%;
    opacity: 0;
    top: 0;
}
.button-4c:hover>.fa {
    left: 80%;
    opacity: 1;
}
/* Button 4d */
.button-4d>.fa {
    left: 30%;
    opacity: 0;
    top: 0;
}
.button-4d:hover>.fa {
    left: 10%;
    opacity: 1;
}

.dropdown-cll{
height: 50px;
    width: 100%;
    border: none;
    background: #f7f4f2;
    padding: 0 40px;
    margin-bottom: 18px;
    border-radius: 3px;
    outline: none;
    font-size: 16px;
    border: 1px solid #ced4da;
    color: var(--thm-gray);
}

