/*
Theme Name: Tally Academy
Description: An HTML5 version.
Version: 1.0
Tags: html5, naked, clean, basic
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a {
	color: blueviolet;
	text-decoration: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

/*--Header Top--*/

.header-top {
	float: left;
	width: 100%;
	background-color: #444;
	color: #fff;
	font-size: 13px;
	padding: 5px 0;
}

.topph {
	float: left;
	width: 100%;
	padding: 8px 0 8px;
}

.topaddress {
	float: left;
	width: 100%;
	padding: 8px 0 8px 30px;
}

.topsocial {
	float: left;
	width: auto;
	padding: 8px 0;
}

.topsocial a {
	color: #fff;
	font-size: 40px;
	float: left;
	width: auto;
	margin: 15px 15px 0 0;
	line-height: 11px;
}

/*--Header Menu--*/

.header {
	float: left;
	width: 100%;
    background: linear-gradient(blueviolet, darkviolet);
}

.logo {
	float: left;
	width: 100%;
	padding: 10px 0;
}

.menu_area {
	float: left;
	width: 100%;
	text-align: right;
}

.menu_area .menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.menu_area .menu li {
	list-style: none;
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: top;
}

.menu_area .menu li:hover .sub-menu {
	display: block;
}

.menu_area .menu li a {
	color: #fff;
	float: left;
	width: 100%;
	padding: 17px 0px;
	font-size: 14px;
	border-radius: 2px;
}

.menu_area .menu li a:hover {
	color: #ffa81e;
	text-decoration: none;
}

.menu_area .menu li.current-menu-item a {
	color: #ffa81e;
}

.menu_area .sub-menu {
	display: none;
	position: absolute;
	top: 54px;
    background: linear-gradient(blueviolet, darkviolet);
	max-width: 300px;
	border: 1px solid blueviolet;
	z-index: 8;
}

.menu_area .menu li .sub-menu li {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0 15px;
	border-bottom: 1px solid #fff;
	margin: 0;
}

.menu_area .menu li .sub-menu li a {
	line-height: normal;
	padding: 10px 0;
	white-space: nowrap;
	width: auto;
	font-size: 14px;
}

.menu_area .menu li .sub-menu li:last-child {
	border: none;
}

.mobile_menu_icon {
	display: none;
	float: right;
	margin: 10px 0 0;
	color: #fff;
	cursor: pointer;
}

.menu_mobile_wrapper {
	position: fixed;
	left: -80%;
	transition: all 0.1s;
    background: linear-gradient(blueviolet, darkviolet);
	height: 100%;
	z-index: 10000;
	width: 80%;
}

.menu_mobile_wrapper.in {
	left: 0;
}

.menu_mobile_wrapper .logo {
	text-align: center;
}

.menu_mobile_wrapper .topsocial {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0 0;
}

.menu_mobile_wrapper .topsocial a {
	float: none;
	font-size: inherit;
}

.menu_mobile {
	float: left;
	width: 100%;
	text-align: left;
}

.menu_mobile .menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.menu_mobile .menu li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
	line-height: normal;
}

.menu_mobile .menu li a {
	color: #fff;
	font-size: 15px;
	float: left;
	width: 90%;
}

.menu_mobile .sub-menu {
	display: none;
}

.menu_mobile_wrapper h4 {
	float: left;
	width: 100%;
	margin: 15px 0 0;
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.usermenu {
	float: right;
	width: auto;
	margin: 0px 0 0;
	position: relative;
	height: 35px;
}

.usermenu li {
	list-style: none;
	height: 50px;
	float: left;
	line-height: 36px;
	width: auto;
	margin-left: 15px;
}

.usermenu li:hover .user_submenu {
	display: block;
}

.usermenu li.loginlink {
	height: 36px;
}

.usermenu li.signuplink {
	height: 36px;
}

.usermenu li a {
	color: #fff;
	font-weight: bold;
	float: left;
	width: auto;
	height: 20px;
}

.usermenu li a:hover {
	text-decoration: none;
}

.user_submenu {
	display: none;
	position: absolute;
	top: 40px;
	background-color: #fff;
	color: #333;
	width: 120px;
	z-index: 6;
	border: 0px solid #e4e4e4;
	border-radius: 0 0 3px 3px;
	margin: 0;
}

.usermenu .user_submenu li {
	list-style: none;
	text-transform: capitalize;
	float: left;
	width: 100%;
	padding: 0px;
	line-height: 35px;
	height: auto;
	margin: 0;
}

.usermenu .user_submenu li:hover {
    background: linear-gradient(blueviolet, darkviolet);
}

.usermenu li .user_submenu a {
	color: #555;
	height: 36px;
	width: 100%;
	padding: 0 15px;
}

.usermenu li .user_submenu a:hover {
	text-decoration: none;
	color: #fff;
}

.slider_area {
	float: left;
	width: 100%;
	overflow: hidden;
	max-height: 600px;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
}

.slider_area .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1000;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,1);
	text-align: center;
}


.slider_area .bxloader {
	position: absolute;
	left: 50%;
	top: 50%;
}

.slider_area .bx-wrapper {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border: 0px solid #fff;
	margin: 0;
}

.home_content {
	float: left;
	width: 100%;
	padding: 80px 0;
}

.home_content h1 {
	font-size: 27px;
	margin: 0 0 80px;
}

.home_content h3 {
	font-size: 17px;
	margin: 0 0 30px;
	line-height: 27px;
}

.home_content p {
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 20px;
	word-spacing: 1.5px;
	letter-spacing: 0.3px;
}

.home_content p:last-child {
	margin: 0;
}

/*--Highlights Area--*/

.news_highlight {
    float: left;
    width: 100%;
    background: linear-gradient(blueviolet, darkviolet);
	padding: 60px 0 60px;
	color: #fff;
}

.highlights {
	float: left;
	width: 100%;
}

.highlights h1 {
	display: inline-block;
	width: auto;
	font-weight: 700;
	font-size: 20px;
	margin: 4px 0 0;
}

.placed_students_wrap {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	text-align: center;
}

.slidercontrols {
	float: right;
	width: auto;
}

.scrollleft {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.scrollright {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #ffffff;
	line-height: 30px;
	cursor: pointer;
}

.latestjobs {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}

.latestjobsin {
	float: left;
	width: 100%;
	margin: 0;
}

.latestjobsin .jobslide {
	list-style: none;
	float: left;
	width: 100%;
}

.jobtitle {
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: 300;
	font-family: Arial;
	line-height: 32px;
}

.jobvacancy {
	float: left;
	width: 100%;
	margin: 10px 0 10px;
}

.jobpostedon {
	float: left;
	width: 100%;
	margin: 0px 0 8px;
}

.jobplacements {
	float: left;
	width: 100%;
}

.jobreadmore a {
	color: #fff;
}

.studentplacements {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}

.student_placements {
	margin: 0;
	float: left;
	padding: 0;
	width: 100%;
}

.student_placements .spslide {
	float: left;
	width: 100%;
}

.singleimnm {
	float: left;
	width: 110px;
	margin: 5px 0 0 0;
}

.single_student_wrap img {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 2px;
	margin: 0 0 5px;
}

.studentname {
	float: left;
	width: 100%;
	font-weight: bold;
}

.stddesc {
	float: right;
	width: calc(100% - 115px);
	font-size: 13px;
	line-height: 22px;
}

.pracprog {
	float: left;
	width: 100%;
}

.section_title {
	float: left;
	width: 100%;
	background: linear-gradient(blueviolet, darkviolet);
	color: #FFFFFF;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	font-size: 16px;
	margin: 60px 0 0px;
}

#googlemap {
	float: left;
	width: 100%;
	height: 300px;
}

.courses_list {
	float: left;
	width: 100%;
	padding: 25px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: safe;
	margin: 0;
	border-bottom: 1px solid blueviolet;
	border-left: 1px solid blueviolet;
	border-right: 1px solid blueviolet;
}

.course {
	float: left;
	width: 31%;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 0 0 25px 20px;
}

.course_title {
	float: left;
	width: 100%;
	font-size: 17px;
	margin: 0px 0 15px;
	text-align: center;
	font-weight: 600;
}

.icon_wrap {
	float: left;
	width: 100%;
	text-align: center;
}

.icon_wrap img {
	float: left;
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.course_icon {
	display: inline-block;
	width: 70px;
	text-align: center;
	height: 70px;
	line-height: 70px;
	margin: 15px 15px;
	border-radius: 50%;
    background: linear-gradient(blueviolet, darkviolet);
	padding: 10px;
	color: #fff;
	transition: all 0.1s ease-in;
	cursor: pointer;
}

.course_icon .fa {
	font-size: 3em;
	display: inline-block;
	width: auto;
}

.course_icon:hover {
    background: linear-gradient(blueviolet, darkviolet);
}

.course_desc {
	float: left;
	width: 100%;
	text-align: center;
}

.course_sdesc {
	float: left;
	width: 100%;
	margin: 15px 0 15px;
	font-size: 12px;
	letter-spacing: 0.2px;
}

.course_readm {
	float: left;
	width: 100%;
}

.course_readm a {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	background: linear-gradient(blueviolet, darkviolet);
	padding: 8px 12px;
	display: inline-block;
	width: auto;
}

/*--Login Page--*/

.login_wrapper {
	float: left;
	width: 100%;
	text-align: center;
	margin: 7em 0 7em;
}

.loginform {
	display: inline-block;
	text-align: left;
	max-width: 460px;
	background-color: #fff;
	margin: 0;
}

.login_header {
	float: left;
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
    background: linear-gradient(blueviolet, darkviolet);
	border-radius: 3px 3px 0 0;
}

.login_header h3 {
	margin: 0;
	font-size: 18px;
	float: left;
	width: 100%;
	color: #fff;
	line-height: 60px;
}

.login_rows {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	padding: 15px 0px 15px;
}

.login_rows label {
	font-size: 13px;
	font-weight: normal;
	float: left;
	width: 100%;
	padding: 0 15px 5px;
	margin: 0;
}

.forminputwrap {
	float: left;
	width: 100%;
	padding: 0 15px;
	margin: 0 0 15px;
}

.forminput {
	float: left;
	width: 100%;
	border: 1px solid #e4e4e4;
	height: 44px;
	padding: 0 12px;
}

.formbtnwrap {
	float: left;
	width: 100%;
	padding: 0 15px;
}

.rememberme {
	float: left;
	cursor: pointer;
	font-size: 13px;
}

.rememberme .fa {
	width: 13px;
}

.rememberme .fa-check-square {
	color: blueviolet;
}

.loginbtn {
	float: left;
	width: 180px;
	height: 44px;
	border: none;
    background: linear-gradient(blueviolet, darkviolet);
	color: #fff;
	border-radius: 3px;
}


.forgotbtn {
	float: left;
	width: 180px;
	height: 44px;
	border: none;
    background: linear-gradient(blueviolet, darkviolet);
	color: #fff;
	border-radius: 3px;
	text-align: center;
    padding: 13px 0;
	margin: 0 0 0 10px;
	cursor: pointer;
}

.studentprofile_wrapper {
	float: left;
	width: 100%;
	text-align: center;
	padding: 60px 0;
	background-color: #fff;
}

.studentprofile {
	display: inline-block;
	text-align: left;
	width: 580px;
	background-color: #fff;
}

.profileheader {
	float: left;
	width: 100%;
    background: linear-gradient(blueviolet, darkviolet);
	text-align: center;
	padding: 20px 0 20px;
	border-radius: 3px 3px 0 0;
}

.profileheader h4 {
	color: #fff;
	font-size: 16px;
	font-family: Open Sans;
	margin: 0;
	float: left;
	width: 100%;
}

.profile_form {
	float: left;
	width: 100%;
	padding: 30px 30px 0;
	border-left: 1px solid blueviolet;
	border-right: 1px solid blueviolet;
	border-bottom: 1px solid blueviolet;
	border-radius: 0 0 3px 3px;
}

.profile_row {
	float: left;
	width: 100%;
	margin: 0 0 15px;
	padding: 0 0 15px;
	font-size: 13px;
}

.profile_row label {
	font-weight: 400;
	float: left;
	width: 100%;
	margin: 0 0 5px;
	color: blueviolet;
	font-size: 14px;
}

.profile_row input {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	height: 44px;
	padding: 0 12px;
}

.profileimage {
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0 0;
}

.profilepic_container {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	line-height: 100px;
}

.prevwrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.appendedimg {
	float: left;
	width: 100%;
	height: 100%;
}

.profilepic_container .fa-camera {
	position: relative;
	color: #555;
}

.aboneimg {
	float: left;
	width: 100%;
	height: 100%;
}

.regnumber {
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	padding: 2px 0 2px;
}

.gender_options {
	margin: 0;
	float: left;
	width: 100%;
}

.gender_options li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}

.address {
	float: left;
	width: 100%;
	border: 1px solid #bbb;
	resize: none;
	padding: 12px 12px;
}

.qualification_group {
	float: left;
	width: 33.33%;
}

.btnwrapper {
	float: left;
	width: auto;
}

.saveprofile {
	float: left;
	width: 180px;
	height: 44px;
	border: none;
    background: linear-gradient(blueviolet, darkviolet);
	color: #fff;
	font-weight: 500;
}

/*--Footer Area--*/

.footer_area {
	background-color: blueviolet;
	float: left;
	width: 100%;
	padding: 40px 0 40px;
}

.aboutus {
	float: left;
	width: 100%;
	color: #fff;
}

.aboutus h3 {
	margin: 0 0 30px;
	float: left;
	width: 100%;
	font-size: 18px;
}

.aboutus p {
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 23px;
	float: left;
	width: 246px;
}

.aboutus ul {
	margin: 0;
	list-style: none;
	font-size: 14px;
	float: left;
	width: 100%;
}

.aboutus ul li {
	float: left;
	width: 100%;
	margin: 0 0 21px 0;
	list-style: none;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.aboutus ul li:last-child {
	margin: 0;
}

.aboutus .newsletter {
	float: left;
	width: 100%;
}

.emtonsl {
	float: left;
	width: 70%;
	padding: 0 15px;
	border: 1px solid #ccc;
	height: 38px;
	border-radius: 3px;
	color: #000;
}

.submitnewlet {
	float: left;
	width: 28%;
	padding: 0 15px;
	border: 1px solid #fff;
	color: #fff;
	height: 38px;
	border-radius: 3px;
	margin: 0 0 0 2%;
	transition: all 0.1s ease-in;
	background-color: transparent;
}

.submitnewlet:hover {
	background-color: #000;
	border: 1px solid #000;
}

.coyright {
	color: #fff;
	float: left;
	width: 100%;
	margin: 0px 0 0;
	text-align: center;
	background-color: #000;
	padding: 15px 0;
}

.croppingimage {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 10px;
	text-align: center;
}

#picimgid {
	width: 100%;
	height: auto;
}

.cropoptions {
	display: inline-block;
	width: 100%;
	padding: 0;
	text-align: center;
}

.cropbtn {
	border: none;
	color: #fff;
	background-color: #666;
	min-width: 96px;
	font-size: 13px;
	font-family: Roboto;
	padding: 10px 5px;
}

.croppingimage .jcrop-active {
	position: relative;
	display: inline-block;
}

.gender_options .fa-check-circle {
	color: blueviolet;
}

.successmsg.updated {
	float: left;
	width: auto;
	margin: 12px 0 0 15px;
	color: green;
}

.errormsg {
	float: left;
	width: auto;
	margin: 12px 0 0 15px;
	color: #ff0000;
}

.profile_row.regdata {
	float: left;
	width: 50%;
}

.profile_row.fullname {
	width: 50%;
}

.resources_group {
	float: left;
	width: 100%;
}

.resource {
	float: left;
	width: 100%;
	margin: 0 0 15px;
}

.profile_row .resource label {
	width: 50%;
	color: #333;
	font-size: 13px;
	margin: 0;
}

.resval {
	float: left;
	width: 50%;
}

.resval img {
	width: 100%;
	height: auto;
	max-width: 60px;
}

/*--Inner Pages--*/

.body_area {
	float: left;
	width: 100%;
	padding: 30px 0;
	background-color: #f7f7f7;
}

.innerbody {
	background-color: #fff;
	float: left;
	padding: 30px;
	width: 100%;
	min-height: 600px;
}

.innertdata {
	float: left;
	width: 100%;
}

.innertdata header {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	font-size: 11px;
	font-weight: 700;
	color: blueviolet;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 15px;
}

.innertdata h1 {
	margin: 0 0 10px;
	font-size: 21px;
	float: left;
	width: 100%;
	color: #333;
}

.bodycontent {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

.bodycontent p {
	margin: 0 0 30px;
	font-size: 13px;
	line-height: 24px;
}

.bodycontent ul {
	padding: 0 0 0 30px;
}

.bodycontent ul li {
	font-size: 13px;
}

.sidebar {
	background-color: #fff;
	float: left;
	padding: 30px;
	width: 100%;
	min-height: 600px;
}

.sidebar aside {
	float: left;
	width: 100%;
}

.sidebar ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

.sidebar ul>li {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 13px;
}

.sidebar ul li h3 {
	float: left;
	width: 100%;
	font-size: 13px;
	padding: 10px 15px 10px 15px;
	background: linear-gradient(blueviolet, darkviolet);
	color: #fff;
	border-radius: 3px 3px 0 0;
	margin: 0;
}

#searchform {
	float: left;
	width: 100%;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 15px;
}

.screen-reader-text {
	display: none;
}

#searchform #s {
	float: left;
	width: 65%;
	border: 1px solid #bbb;
	border-radius: 1px;
	height: 34px;
	padding: 5px 12px;
}

#searchsubmit {
	float: right;
	width: 30%;
	height: 34px;
	background-color: transparent;
	border: 1px solid blueviolet;
	color: blueviolet;
	transition: all 0.1s ease-in;
	border-radius: 2px;
}

.sidebar ul ul {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px;
}

.sidebar ul>li li {
	margin: 0 0 5px;
}

.sidebar ul ul li a {
	color: #2a88bb;
}

.tallysyllabus {float: left; width: 100%;}
#panel, #flip {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel0, #flip0 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel0 {display:none;}
/*#panel {display:none;}*/
#panel1, #flip1 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel1 {display:none;}
#panel1, #flip1 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel1 {display:none;}
#panel2, #flip2 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel2 {display:none;}
#panel8, #flip18 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel19 {display:none;background-color:#e5eecc;}
#panel4, #flip4 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel4 {display:none;}
#panel5, #flip5 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel5 {display:none;}
#panel6, #flip6 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel6 {display:none;}
#panel24, #flip25 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel25, #flip24 {display:none;background-color:#e5eecc;}
#panel7, #flip7 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel7 {display:none;}
#panel8, #flip8 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel8 {display:none;}
#panel9, #flip9 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel9 {display:none;}
#panel10, #flip10 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel10 {display:none;}
#panel11, #flip11 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel11 {display:none;}
#panel12, #flip12 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel12 {display:none;}
#panel13, #flip13 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel13 {display:none;}
#panel14, #flip14 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel14 {display:none;}
#panel3, #flip3 {padding:5px;background-color:#e5eecc;border:solid 1px #c3c3c3;cursor: pointer;}
#panel3 {display:none;background-color:#e5eecc;}

#enquirymodal .nf-form-content input.ninja-forms-field, #enquirymodal .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: 37px;
}

#enquirymodal .nf-error.field-wrap .nf-field-element::after {
	font-size: 20px;
	bottom: 1px;
	height: 35px;
	width: 35px;
	line-height: 37px;
}
#enquirymodal .nf-pass.field-wrap .nf-field-element::after {
	font-size: 25px;
	right: 10px;
	height: 37px;
	line-height: 37px;
}

#enquirymodal .nf-form-content textarea.ninja-forms-field {
	height: 90px;
}

#enquirymodal h3 {
	margin: 0 0 10px;
	text-align: center;
	float: left;
	width: 100%;
	font-size: 18px;
}

#enquirymodal .nf-form-fields-required {
	float: left;
	width: 100%;
	margin: 0 0 15px;
	text-align: center;
	font-size: 12px;
}

#enquirymodal #nf-field-4 {
	padding: 0 15px 0 15px;
	background: linear-gradient(blueviolet, darkviolet);
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
}

#enquirymodal #nf-field-4:hover {
	padding: 0 15px 0 15px;
	background: linear-gradient(black, black);
	color: #fff;
}

.partner_area {
	float: left;
	width: 100%;
	padding: 0 0 60px;
}
.partner_area_inner {
	float: left;
	width: 100%;
	padding: 30px 30px 30px;
	border-left: 1px solid blueviolet;
	border-bottom: 1px solid blueviolet;
	border-right: 1px solid blueviolet;
}

.partner_area_inner .partnerslide img {
	border: 1px solid #eee;
	padding: 30px;
}
.bx-wrapper .bx-controls-direction a {
	width: 50px;
	height: 50px;
	z-index: 1000;
}

.bx-wrapper .bx-prev {
	background-image: url("images/arrow_left.png");
	background-position: 0 0;
}

.bx-wrapper .bx-next {
	background-image: url("images/arrow_right.png");
	background-position: 0 0;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
	background-position: center;
}

.qrcodewrap {
	float: left;
	width: 100%;
}

.qrcodewrap img {
	position: relative;
	left: -26px;
	width: 200px;
	height: auto;
}
