@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Muli');	/*importing muli font*/

/* "!important is used to overwrite the existing value for a particular property" */

:root {
	--bg-primary: #E51F82;
}

body {
    color: #999 !important;
    text-decoration: none !important;
	font-family: 'Muli', sans-serif !important;
}

.textarea-1 {
	min-height: 70px !important;
	max-height: 70px !important;
}

.textarea-2 {
	min-height: 150px !important;
	max-height: 150px !important;
}

.container {
	padding: 70px 10px !important;
}
.form-width {			/*for form card*/
	padding: 0px 30px 15px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	box-shadow: 0px 2px 1px #ddd;
	border-radius: 10px !important;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-header {		/*header of the form*/
	margin: 0 -30px;
    margin-bottom: 30px !important;
	background-color: var(--bg-primary);
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23a061a0' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
	padding: 15px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.24);
	color:white !important;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
a, a:focus, a:hover {
    text-decoration: none !important;
	color: inherit !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, input.checkbox:focus {
	outline:0px auto -webkit-focus-ring-color !important;
}
.btn-default.focus, .btn-default:focus, .btn-default:hover {
	color: var(--bg-primary) !important;
    background-color: white !important;
    border: 1px solid var(--bg-primary) !important;
    text-decoration: none;
}
.btn:active {
	box-shadow:none !important;
}
.btn-default {				/*customized buttons eg: send, register, done.... present in each form*/
	width:100%;
	border-radius: 2px !important;
	box-shadow:1px 4px 7px 0px rgba(99, 97, 97, 0.24);
	color:white !important;
	background-color: var(--bg-primary) !important;
	border-color: transparent !important;
}
.btn.focus, .btn:focus {
	box-shadow:none !important;
}
.form-control {
	height: 46px;
	border: 1px solid #ced4da5c !important;
	padding-left: 20px !important;	
	box-shadow: 1px 1px 3px 0px #f0ecec82;
}
.form-control:focus {
	border-color: #ced4da !important;
    box-shadow: none !important;
}
.iconalign {		/*icon alignment*/
	top: -38px;
    position: relative;
    padding: 11px;
}

.form-select{
	height: 46px !important;
	color: #495057!important;
	padding-left: 20px !important;
	box-shadow: 1px 1px 3px 0px #f0ecec82;
}

.form-select:focus{
	box-shadow: none !important;
	border-color: #ced4da !important
}

#div2 {
	display: none;
}

/*CONTACT US FORM*/
.btn-browse {					/*BROWSE button*/
	background-color:var(--bg-primary) !important;
	color:white !important;
	border-radius: 0px !important;
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
	height:46px !important;
}
.btn-browse:hover, .btn-browse:focus {
	background-color:var(--bg-primary) !important;
	color:white !important;
}
.file {
	visibility:hidden;
	position:absolute;
}


/*Login-1 FORM*/
.icon-button {
	background-color: var(--bg-primary);
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 50px;
}
/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
/* Icons */
.icon-button img {
	background: none;
	color: white;
	height: 20px;
	left: 50%;
	line-height: 20px;
	position: absolute;
	top: 50%;
    transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 20px;
	z-index: 10;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}


/*rating of the feedback form*/
.rating{
	direction: rtl;
}
/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}
.rating:not(:checked) > label {
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
}
.rating:not(:checked) > label:before {
    content: '★ ';
}
.rating > input:checked ~ label {
    color: var(--bg-primary);
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: var(--bg-primary);
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: var(--bg-primary);
}
.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}


/*to avoid safari select field shadow*/
select {
	appearance: none !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	-o-appearance:none !important;
}




