/*==========  Fancy Seo Form  ==========*/#SeoForm {
	background: url(../images/Fform-background.png) no-repeat;
	padding: 5%;
    margin: 5% auto;
	background-size: cover;
}
#SeoForm .title {
	color: #ffffff;
	font-family: 'Poppins',sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 0;
	padding: 0 2%;
}
#SeoForm .title p {
	font-size: 0.7em;
}
#SeoForm a {
	color: #ffffff;
	text-decoration: none;
}
#SeoForm .login {
	margin: auto;
	text-align: center;
	box-shadow: 1px 2px 10px -2px rgba(0,0,0,.3);
	padding: 20px;
}
#SeoForm input {
    width: 350px;
    padding: 20px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    outline: none;
	color: #fff;
	font-weight: bold;
	margin: auto;
	display: block;
}

#SeoForm #agree:checked ~ label[for=agree] {
	background: #ffffff;
}
#SeoForm input[type="submit"]{
	background: #5c1c9d;
	border: 0;
	width: 30%;
	height: 40px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-family: 'Poppins',sans-serif;
	cursor: pointer;
	transition: background .3s ease-in-out;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
}
#SeoForm input[type="submit"]:hover {
    background: #d48c41;
    animation-name: shake;
}

#SeoForm .agree {
	padding: 30px 0px;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}
 ::-webkit-input-placeholder, .select_option {
	color: #ffffff;
	font-family: 'Poppins',sans-serif;
	font-size: 14px;
	font-weight: 700;
}
#SeoForm .animated {
	animation-fill-mode: both;
	animation-duration: 1s;
}
#SeoForm #waiting_list_captcha div {
	margin:auto;
}
#SeoForm #waiting_list_captcha .rc-anchor-light {
	background: transparent !important;
	color: #fff !important;
}

@media only screen and (min-width: 768px) {
	.rc-anchor-light { 
		transform:scale(0.85); 
		-webkit-transform:scale(0.85); 
	} 
}
/* Fancy Seo Form Select */

/* /// DECORATION CSS /// */
#SeoForm .cont_select_center {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -150px;
}
#SeoForm .cont_heg_50 {
	position: absolute;
	height: 50%;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fd7b52;
}
/* /// END DECORATION CSS /// */
#SeoForm .icon_select_mate {
	position: absolute;
	top: 20px;
	right: 2%;
	font-size: 16px;
	height: 22px;
	transition: all 275ms;
}
#SeoForm .select_mate {
    position: relative;
    margin: auto;
/*     box-shadow: 1px 2px 10px -2px rgba(0,0,0,.3); */
    border-radius: 3px;
    transition: all .375s ease-in-out;
    width: 376px;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #fff;
    outline: none;
    color: #fff;
}
#SeoForm .select_mate select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	z-index: -1;
}
#SeoForm .cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}
#SeoForm .cont_select_int {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	width: 100%;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
	transition: all 375ms ease-in-out;
}
#SeoForm .cont_select_int li {
	position: relative;
	float: left;
	width: 96%;
	border-bottom: 1px solid #e0e0e0;
	background-color: #5c1c9d;
	color: var(--orange);
	list-style-type: none;
	padding: 10px 2%;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
}
#SeoForm .cont_select_int li:last-child {
	border-radius: 3px;
	border-bottom: 0px;
}
#SeoForm .cont_select_int li:hover {
	background-color: var(--orange);
	color: #5c1c9d;
}
#SeoForm .cont_select_int .active {
	background-color: var(--orange);
	color: #5c1c9d;
}

#SeoForm .select_option {
	display: block;
	margin: 0px;
	cursor: pointer;
	text-align: center;
	padding: 15px 4%;
}

/* Fancy form checkbox */
#SeoForm .agree .check {
	cursor: pointer;
	position: relative;
	margin: auto;
	width: 18px;
	height: 18px;
	-webkit-tap-highlight-color: transparent;
	transform: translate3d(0, 0, 0);
	top: 5px;
	left: -10px;
}
#SeoForm .agree .check:before {
    content: "";
    position: absolute;
    top: -13px;
    left: -10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(34,50,84,.1);
    opacity: 0;
    transition: opacity .2s ease;
}
#SeoForm .agree .check svg {
	position: relative;
	z-index: 1;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #c8ccd4;
	stroke-width: 1.5;
	transform: translate3d(0, 0, 0);
	transition: all 0.2s ease;
}
#SeoForm .agree .check svg path {
	stroke-dasharray: 60;
	stroke-dashoffset: 0;
}
#SeoForm .agree .check svg polyline {
	stroke-dasharray: 22;
	stroke-dashoffset: 66;
}
#SeoForm .agree .check:hover:before {
	opacity: 1;
}
#SeoForm .agree .check:hover svg {
	stroke: var(--orange);
}
#SeoForm .agree #cbx:checked + .check svg {
	stroke: #fff;
}
#SeoForm .agree #cbx:checked + .check svg path {
	stroke-dashoffset: 60;
	transition: all 0.3s linear;
}
#SeoForm .agree #cbx:checked + .check svg polyline {
	stroke-dashoffset: 42;
	transition: all 0.2s linear;
	transition-delay: 0.15s;
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#SeoForm .login {
		width: 90%;
		padding-left: 2%;
		padding-right: 2%;
	}
	#SeoForm .select_mate, #SeoForm input, #SeoForm input[type=submit] {
		width: 90%;
		padding-left: 5%;
		padding-right: 2%;
	}
	#SeoForm {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#SeoForm .title {
		font-size: 1.3em;
	}
}
