/*
Theme Name: Malo
Description:  A simple, three column, widget-ready WordPress theme.
Author:  AVIV KETTER
Author URI:  http: //createam.co
version:  5.0
Text Domain:malo
Tags:  fixed-width, three-columns, threaded-comments, brown
*/
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500');

/* basics */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: sans-serif;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

a {
	color: #050505;
	text-decoration: none;
	transition: 0.3s;
}

a:focus, a:hover, a:active {
	outline: 0;
	border: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 600;
}

blockquote, .blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

mark {
	background: #ffff00;
	color: #000000;
}

pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before, q:after {
	content: '';
	content: none;
}

small {
	font-size: 75%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ul, ol {
	list-style: none;
	display: block;
}

ul.list li {
	display: list-item;
	list-style: inside;
	list-style-type: disc;
}

ol.list li {
	display: list-item;
	list-style: inside;
	list-style-type: decimal;
}

dd {
	margin: 0 0 0 40px;
}

img {
	display: block;
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.clr {
	clear: both;
	display: block;
}

.cf:after, .wrap:after, ul:after, ol:after, .clear {
	clear: both;
	content: '';
	display: block;
	width: 100%;
}

/*MENU FIX*/
.hmenu {
	float: right;
	padding: 38px 100px 0 0px;
}

html[lang="en-US"] .hmenu {
	padding: 38px 0 0px 70px
}

@media screen and (min-width: 1301px) {
	
	header .wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	header .hleft {
		/*margin-right: auto;*/
		/*float: none !important;*/
		/*padding: 0 94px 0 0;*/
	}
	
	header .hmenu {
		/*margin: 0 auto;*/
		/*float: none !important;*/
		/*padding-right: 0;*/
	}
	
	header .logo {
		margin-left: 0;
		float: none !important;
	}
	
	html[dir="rtl"] header .hleft .loginbtn {
		/*top: -6px;*/
	}
}

@media screen and (max-width: 1780px) and (min-width: 1301px) {
	html[dir="rtl"] header .hleft {
		/*margin: -32px 0 0 0;*/
	}
}

/*MENU FIX*/
/*FOCUS*/

.psyinfodiv ul li:active .pinfodiv,
.psyinfodiv ul li:focus .pinfodiv {
	background: #293a59;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

.psyinfodiv ul li a {
	display: block;
}

/*FOCUS*/
/*================================================== FORM */
button, input, select, textarea {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px;
	background: none;
	font-size: 100%;
	color: #000000;
	display: block;
	padding: 0 10px;
	text-transform: none;
	width: 100%;
}

select {
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type=button], input[type=submit], button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	transition: 0.3s;
}

textarea {
	resize: none;
	padding: 10px;
	overflow: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: 40px;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/**/
input[type=checkbox], input[type=radio] {
	width: auto;
	display: none;
}

input[type="checkbox"] + label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 4px;
	position: relative;
	top: -1px;
	background: #ffffff;
	border: 1px solid #dce0e1;
	vertical-align: middle;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	cursor: pointer;
}

input[type="checkbox"]:checked + label span {
	background: url(images/tick.png) no-repeat center center #ffffff;
}

/*input[type="radio"] + label span {display:inline-block; width:16px; height:16px; margin-left: 4px; position: relative; top: -1px; background: #fff; border: 1px solid #a0a0a0; vertical-align: middle; border-radius: 50%; -webkit-border-radius: 50%; cursor: pointer; }
input[type="radio"]:checked + label span { background: url(images/dot.png) no-repeat center center #fff; }*/
input[type="checkbox"]:checked + label {
	color: #253470;
}

/**/
::-webkit-input-placeholder {
	color: #8d8d8d;
}

:-moz-placeholder {
	color: #8d8d8d;
	opacity: 1;
}

::-moz-placeholder {
	color: #8d8d8d;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #8d8d8d;
}

/**/
/*::-moz-selection { color: #000; background: #fff; }
::selection { color: #000; background: #fff; }*/
/**/
.tbl {
	border-collapse: collapse;
	display: table;
	width: 100%;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

/**/
input.wpcf7-not-valid {
	border-color: #ff0000 !important;
}

textarea.wpcf7-not-valid {
	border-color: #ff0000 !important;
}

div.wpcf7 img.ajax-loader {
	display: none !important;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

div.wpcf7-validation-errors {
	margin: 10px 0 !important;
	text-align: center;
	display: none !important;
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

div.wpcf7-response-output {
	margin: 10px 0 !important;
	text-align: center;
}

div.wpcf7 br {
	display: none;
}

.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}

.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.aligncenter {
	float: none;
	margin: 0px auto 10px auto;
	text-align: center;
}

/*================================================== TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 100%;
}

p {
	line-height: 100%;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0px;
}

/*================================================== SITE CSS */
body {
	color: #050505;
	font-size: 20px;
	font-family: 'FormulaNarrow', sans-serif;
	direction: rtl;
	font-weight: 300;
}

button, input, select, textarea {
	font-weight: 400;
	font-family: 'FormulaNarrow', sans-serif;
}

#wrapper {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/*========== HEADER */
#wrapper {
}

header {
	background: #ffffff;
	padding: 25px;
	transition: 0.3s;
	z-index: 9;
}

.logo {
	max-width: 238px;
	float: right;
}

.logo a {
	display: block;
}

.hmenu {
	float: right;
	padding: 0 100px 0 0px;
}

.menu > li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

.menu > li > a {
	display: block;
	font-size: 1.5em;
	color: #050505;
	padding: 15px 0;
	position: relative;
}

html[lang="en-US"] .menu > li {
	padding: 0 6px;
}

html[lang="en-US"] .menu > li > a {
	/*padding:15px 16px;*/
	font-size: 18px;
}

.menu > li > a:before {
	content: '';
	background: #ff642f;
	height: 5px;
	left: 0;
	right: 0;
	width: 80%;
	margin: 0px auto;
	bottom: 0px;
	position: absolute;
	opacity: 0;
	transition: 0.3s;
}

.menu > li:hover > a:before, .menu > li.current-menu-item > a:before, .menu > li:focus > a:before {
	opacity: 1;
	border-bottom: 0px;
}

body.acp-underline-focus .menu > li > a:focus {
	text-decoration: none;
	border-bottom: 0px;
}

body.acp-underline-focus a:focus {
	text-decoration: none;
	border-bottom: 0.5px solid;
}

.menu > li:hover > a, .menu > li.current-menu-item > a {
	font-weight: 900;
}

.menu-item-has-children > a span.arrm {
	position: absolute;
	background: url(images/arrow-down.png) no-repeat center center;
	width: 100%;
	height: 50px;
	cursor: pointer;
	right: 0px;
}

.menu > li > ul {
	display: none;
}

.menu > li > ul {
	line-height: 1.2;
	display: block;
	right: 0px;
	background: rgb(255, 255, 255);
	/*width: 100%;*/
	top: 51px;
	position: absolute;
	font-size: 21px;
	/*min-width: 267px;*/
	width: auto;
	min-width: 1px;
	z-index: 9999;
}

@media screen and (min-width: 1300px) {
	.menu > li > ul {
		white-space: nowrap;
	}
}

.menu-language-dropdown-container ul.sub-menu {
	padding: 5px 20px;
}

body.acp-contrast-bright #acp-body-wrap button,
body.acp-contrast-bright #acp-body-wrap button *,
body.acp-contrast-bright #acp-body-wrap a,
body.acp-contrast-bright #acp-body-wrap a *,
body.acp-contrast-dark #acp-body-wrap button,
body.acp-contrast-dark #acp-body-wrap button *,
body.acp-contrast-dark #acp-body-wrap a,
body.acp-contrast-dark #acp-body-wrap a * {
	display: block
}

@media screen and (max-width: 767px) {
	
	.menu > li > ul {
		top: 0px;
		position: relative;
	}
	
}

.menu > li > ul li {
	padding: 0px 15px;
	line-height: 1.6;
}

.menu > li > ul li > a {
	display: block;
	width: 100%;
	border-bottom: 0.8px solid #e9ecec;
}

.menu > li > ul li:hover,
.menu > li > ul li:focus {
	color: #ffffff;
	background-color: #f98427;
}

.menu > li > ul li:hover a, .menu > li > ul li:focus a {
	border-bottom: 0.8px solid transparent;
	background-color: #f98427;
}

#menu-language-dropdown-1.menu > li > ul li:hover,
#menu-language-dropdown-1.menu > li > ul li:focus {
	background-color: transparent;
}

.hidden-text {
	position: absolute;
	top: -999px;
	font-size: 0px;
}

body.acp-contrast-dark #acp-body-wrap *, body.acp-contrast-dark #acp-body-wrap label {
	color: white !important;
}

/**/
.hleft {
	float: left;
}

.lang {
	float: left;
	padding: 6px 15px 0 15px;
	position: relative;
	top: 50px;
}

i:not(.material-icons) {
	border: solid white;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	position: relative;
	right: 100%;
	top: 17px;
}

html[lang="en-US"] i:not(.material-icons) {
	right: -100%;
}

.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.lang img {
	max-width: 40px;
	margin: 0px auto;
}

.cbtn {
	float: left;
	line-height: 24px;
	border-left: 1px solid #e1e1e1;
	padding: 0 15px;
	font-size: 1.2em;
	margin-bottom: 20px;
	display: none;
}

.cbtn a:hover {
	color: #ff642f;
}

.loginbtn {
	clear: both;
	position: relative;
	left: 90px;
}

.loginbtn span.butn {
	background: #f97d1b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5N2QxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY0MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #f97d1b 0%, #ff642f 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f97d1b), color-stop(100%, #ff642f));
	background: -webkit-linear-gradient(left, #f97d1b 0%, #ff642f 100%);
	background: -o-linear-gradient(left, #f97d1b 0%, #ff642f 100%);
	background: -ms-linear-gradient(left, #f97d1b 0%, #ff642f 100%);
	background: linear-gradient(to right, #f97d1b 0%, #ff642f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f97d1b', endColorstr='#ff642f', GradientType=1);
	border-radius: 30px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	display: inline-block;
}

.loginbtn a {
	background: url(images/admin.png) no-repeat 139px center;
	color: #ffffff;
	line-height: 52px;
	display: inline-block;
	padding: 3px 60px 0 35px;
	font-size: 1.3em;
	border-radius: 30px;
}

.loginbtn a.logou {
	background: url(images/admin.png) no-repeat 115px center;
	border-radius: 30px;
}

@media screen and (min-width: 1300px) {
	.loginbtn span.butn {
		margin: 0 10px;
	}
	
	.loginbtn span.butn.register-exam a {
		background-image: none;
		padding: 0 10px;
	}
}

/*========== FOOTER */
footer {
	background: #ffffff;
}

footer .wrap {
	max-width: 1580px;
}

footer a:hover {
	text-decoration: underline;
}

.footer-top {
	background: #f8f8f8;
	padding: 60px 0;
}

.flogo {
	float: right;
	max-width: 250px;
}

.flogo a {
	display: block
}

.f-menu {
	float: right;
	margin-right: 2%;
}

.f-menu h4 {
	font-size: 1.5em;
	font-weight: 900;
	color: #000000;
	margin-bottom: 20px;
}

.f-menu ul li {
	display: block;
	line-height: 100%;
	margin-bottom: 5px;
}

.f-menu ul li a {
	color: #29354b;
	font-size: 1.5em;
}

.copyright {
	background: #293a59;
	padding: 20px 10px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
	padding-bottom: 0px;
}

.copyright a {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
}

.copyright a:hover {
	color: #f97d1b;
	text-decoration: none;
}

.copyright p {
	text-align: right;
}

.copyright .wrap > a {
	top: -37px;
	position: relative;
}

/*================================================== PAGE HOME */
.slides {
	height: 390px;
}

/**/
.hmupdate .wrap {
	border-bottom: 1px solid #c8cbcf;
	max-width: 1500px;
	padding: 60px 0;
}

.hmupdate h3 {
	border-left: 1px solid #9d9e9e;
	font-size: 2.1em;
	width: 150px;
	min-height: 100px;
	text-align: center;
	padding-top: 10px;
	float: right;
	margin-left: 20px;
}

.newsupdate {
	float: right;
	max-width: 1200px;
}

.newsupdate .cell {
	vertical-align: top;
}

.newsupdate .num {
	border-bottom: 7px solid #293a59;
	color: #ff642f;
	font: bold 2.4em Arial;
	line-height: 100%;
	display: inline-block;
	margin-left: 20px;
}

.newsupdate p {
	font-size: 1.5em;
}

.newsarrow {
	float: left;
	padding: 12px 0 0 20px;
}

.newsarrow .owl-prev, .newsarrow .owl-next {
	height: 62px;
	width: 32px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin: 0 2px;
}

.newsarrow .owl-prev {
	background: url(images/arrow-right.png) no-repeat;
}

.newsarrow .owl-next {
	background: url(images/arrow-left.png) no-repeat;
}

.newsarrow .owl-prev.disabled, .newsarrow .owl-next.disabled {
	opacity: 0;
	visibility: hidden;
}

/**/
.hm-exam {
	color: #f97d1b;
}

.hm-exam .wrap {
	max-width: 1580px;
}

.hm-exam h3 {
	color: #f97d1b;
	font-size: 3em;
	font-weight: 900;
	text-align: center;
	padding: 40px 0;
}

.hm-exam ul {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0px;
}

.hm-exam li {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	padding: 0 10px;
	font-size: 20px;
	position: relative;
}

.hm-exam li a {
	display: block
}

.hm-exam .thumb {
	padding: 45%;
	position: relative;
	transition: 0.3s;
}

.hm-exam .thumb:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, 0.15);
}

.hm-exam .thumb:hover {
	-webkit-box-shadow: 0px 33px 67px -30px rgba(0, 0, 0, 0.68);
	-moz-box-shadow: 0px 33px 67px -30px rgba(0, 0, 0, 0.68);
	box-shadow: 0px 33px 67px -30px rgba(0, 0, 0, 0.68);
}

.hm-exam li a:focus .thumb,
.hm-exam li a:hover .thumb {
	-webkit-box-shadow: 0px 33px 67px -30px rgba(0, 0, 0, 0.68);
	-moz-box-shadow: 0px 33px 67px -30px rgba(0, 0, 0, 0.68);
	box-shadow: 0px 33px 67px -30px rgba(0, 0, 0, 0.68);
}

.hm-exam li h4 {
	background: #f97d1b;
	color: #ffffff;
	font-size: 2em;
	position: absolute;
	right: 10px;
	bottom: 35px;
	padding: 8px 15px;
	min-width: 215px;
	line-height: 0.7;
	min-height: 72px;
}

/**/
.exam-detail {
	padding: 80px 0 70px 0;
}

.exam-detail .wrap {
	max-width: 1580px;
}

.exam-detail h4 {
	color: #f97d1b;
	font-size: 2.1em;
}

.exam-detail .half {
	float: right;
	width: 49.4%;
	-webkit-box-shadow: 0px 8px 55px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 8px 55px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 8px 55px 3px rgba(0, 0, 0, 0.3);
}

.exam-detail .half:focus,
.exam-detail .half:hover {
	-webkit-box-shadow: 0px 9px 55px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 9px 55px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 9px 55px 3px rgba(0, 0, 0, 0.4);
}

.exam-detail .half.lft {
	float: left;
}

.exam-detail .cell:first-child {
	background: #314261;
	height: 140px;
	width: 240px;
}

.exam-detail .cell:last-child {
	padding-right: 30px;
}

.exam-detail img {
	margin: 0px auto;
}

/**/
.consult .cinn {
	background: rgba(41, 58, 89, 0.9);
	padding: 70px 0;
	text-align: center;
}

.consult h3 {
	font-size: 3em;
	color: #ffffff;
	font-weight: 900;
	margin-bottom: 50px;
}

.consult li {
	display: inline-block;
	width: 100%;
	max-width: 380px;
	padding: 0 20px;
}

.consult li a {
	display: block
}

.consult .cell {
	padding: 25px;
	height: 320px;
	border: 1px solid #fcfcfc;
	background: rgba(252, 252, 252, 0.14);
	transition: 0.3s;
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.consult .cell img {
	margin: 0px auto 10px auto;
	transition: 0.3s;
	max-height: 100px;
}

.consult .cell h4 {
	font-size: 2.1em;
	margin-bottom: 10px;
}

.consult .cell p {
	display: none;
	font-size: 1.3em;
}

.consult a:focus .cell,
.consult a:hover .cell {
	background: rgba(252, 252, 252, 1);
	color: #000000;
}

.consult a:focus .cell img,
.consult a:hover .cell img {
	max-height: 60px;
}

.consult a:focus .cell p,
.consult a:hover .cell p {
	display: block;
}

.home_popup {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	right: 0px;
	top: 73%;
	width: 380px;
	z-index: 999;
	background: #f9c201;
	right: 21px;
}

.hpopimg {
	flex-shrink: 0;
	width: 180px;
}

.hpoptext {
	flex-grow: 1;
	min-width: 202px;
	padding: 27px 32px 10px 20px;
	color: #2c3d5c;
}

.hpoptitle {
	display: block;
	font-size: 40px;
	line-height: 30px;
}

.hpoptext p {
	font-size: 30px;
	line-height: 26px;
}

.hpopclose {
	width: 24px;
	position: absolute;
	top: 12px;
	right: 14px;
	cursor: pointer;
}

/*================================================== PAGE ABOUT */
.breadcrumbs {
	margin-bottom: 0px;
	font-size: 18px;
}

.breadcrumbs .wrap {
	max-width: 1360px;
}

.breadcrumbs a.home {
	display: none;
}

.pg-banner {
	height: 160px;
	margin-bottom: 40px;
	background-position: center !important;
}

.pagetitle {
	margin-bottom: 25px;
}

.pagetitle h1 {
	color: #f97d1b;
	font-size: 3em;
	font-weight: 900;
	text-align: center;
}

.pagetitle:after {
	content: '';
	border-bottom: 4px solid #29354b;
	display: block;
	max-width: 80px;
	margin: 0px auto;
}

.subhead2 {
	margin-bottom: 60px;
}

.subhead2 h3 {
	color: #2c2b2a;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
}

.subhead2:after {
	content: '';
	border-bottom: 4px solid #29354b;
	display: block;
	max-width: 80px;
	margin: 0px auto;
}

.pgtxt {
	text-align: center;
	margin-bottom: 60px;
	padding-top: 20px;
}

.pgtxt .wrap {
	max-width: 1060px;
}

.page-template-default .txtpage h4,
.pgtxt h4 {
	font-size: 1.6em;
	margin-bottom: 10px;
	font-weight: 900;
}

.page-template-default .txtpage h3,
.pgtxt h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.pgtxt p {
	font-size: 1.3em;
}

/**/
.pgcontent {
	padding: 20px 0;
}

.pgcontent .wrap {
	max-width: 1360px;
}

.pgcontent .wrap.sml {
	max-width: 1060px;
}

.page-template-default .pgcontent a {
	color: #f95b0e !important;
	/*text-decoration: underline !important;*/
	text-decoration: none !important;
}

body.acp-contrast-bright.page-template-default #acp-body-wrap a {
	color: #000000 !important;
}

.page-template-default .pgcontent table a {
	text-decoration: none !important;
}

table[role="presentation"],
table[role="presentation"] thead,
table[role="presentation"] tbody,
table[role="presentation"] tr,
table[role="presentation"] th,
table[role="presentation"] td {
	/*display: block !important;*/
}

body.acp-contrast-dark.parent-pageid-1534 #acp-body-wrap thead tr td {
	background: #000000 !important;
}

body.acp-contrast-bright.parent-pageid-1534 #acp-body-wrap thead tr td,
body.acp-contrast-bright.parent-pageid-1534 #acp-body-wrap th span {
	background: transparent;
	color: #ffffff !important;
}

/*#abroad_cat_en .examrow-10541054{display: block !important}*/

/*================================================== PAGE QANDA */
.printandshare {
	text-align: left;
	direction: ltr;
	margin-bottom: 10px;
	position: relative;
}

.printandshare .social_bar {
	position: absolute;
	top: 29px;
	left: 40px;
	visibility: hidden;
	opacity: 0;
}

.printandshare a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 30px;
	height: 30px;
}

.icon-print {
	background: url(images/icon-print.png) no-repeat !important;
}

.acp-contrast-dark #acp-body-wrap .icon-print {
	filter: invert(1);
}

.icon-share {
	background: url(images/icon-share.png) no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.social_bar, .printandshare a.icon-share.active .social_bar {
	visibility: visible;
	opacity: 1;
}

.selectbox {
	background: #374867;
	font-size: 1.4em;
	max-width: 400px;
	margin-bottom: 30px;
}

.selectbox select {
	background: url(images/arrow-down.png) no-repeat left center;
	height: 60px;
	padding: 0 20px 0 50px;
	color: #ffffff;
}

.shop_selectbox {
	background: #374867;
	font-size: 1.4em;
	max-width: 500px;
	margin-bottom: 30px;
	position: relative;
}

.shopseltitle {
	background: url(images/arrow-down.png) no-repeat left center;
	height: 60px;
	padding: 0 20px 0 50px;
	color: #ffffff;
	line-height: 60px;
	cursor: pointer;
}

body.acp-contrast-bright #acp-body-wrap .shopseltitle {
	background: url(images/arrow-down.png) no-repeat left center !important;
	filter: invert(1);
	color: #ffffff !important;
}

.shopselopen {
	position: absolute;
	top: 60px;
	right: 0px;
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #374867;
	border-right: 1px solid #374867;
	border-left: 1px solid #374867;
	z-index: 999;
	padding: 10px 0px;
	display: none;
}

.shopselopen ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

.shopselopen ul li {
	display: block;
	padding: 0px;
	margin: 0px;
}

.shopselopen ul li a {
	display: block;
	color: #374867;
	padding: 8px 10px;
}

.shopselopen ul li a:hover {
	background: #1e90ff;
	color: #ffffff;
}

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

.qa {
	background: #ffffff;
	border: 1px solid #bcbcbc;
	padding: 0 25px;
	font-size: 1.4em;
	margin-bottom: 15px;
}

.qa h4 {
	padding: 15px 40px 15px 15px;
	background: url(images/plus.png) no-repeat right 13px;
	cursor: pointer;
}

.desc {
	padding: 10px 40px 40px 40px;
	display: none;
}

.qa.active {
	background: #f7f6f6;
	border: 1px solid #f7f6f6;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	direction: rtl;
}

.qa.active h4 {
	color: #f97d1b;
	background: url(images/minus.png) no-repeat right 13px;
}

.btnholder {
	padding: 70px;
	0;
	text-align: center;
}

.qbtn {
	background: url(images/bubble.png) no-repeat 225px center #f97d1b;
	border-radius: 40px;
	display: inline-block;
	line-height: 80px;
	padding: 0 90px 0 35px;
	font-size: 2.5em;
	color: #ffffff;
}

.subhead {
	color: #f97d1b;
	font-size: 1.75em;
	text-align: center;
}

.subhead:after {
	content: '';
	border-bottom: 4px solid #29354b;
	display: block;
	max-width: 50px;
	margin: 0px auto;
}

.question_popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .9);
	direction: rtl;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}

.question_popup.open {
	visibility: visible;
	opacity: 1;
	overflow: auto;
}

.question_popup .popup_form {
	background: #ffffff;
	position: relative;
	margin: 0px auto;
	width: 100%;
	max-width: 500px;
	top: 14%;
	padding: 40px;
	z-index: 999999 !important;
	padding-bottom: 20px;
}

.question_popup .popup_form form input {
	display: block;
	outline: 0px;
	border: 1px solid #cdcdcd;
	height: 50px;
	border-radius: 5px;
	margin: 5px 0px 20px 0px;
}

.question_popup .popup_form form {
	direction: rtl !important;
}

.question_popup .popup_form form input:focus, .question_popup .popup_form form textarea:focus {
	border: 1px solid #2f3b50;
}

.question_popup .popup_form form textarea {
	border: 1px solid #cdcdcd;
	max-height: 150px;
	border-radius: 5px;
	margin: 5px 0px 20px 0px;
}

.question_popup .popup_form form lable {
	font-size: 1.2em;
	color: #050505;
	font-weight: 600;
}

.question_popup .popup_form form .submit {
	max-width: 40%;
	margin-right: auto;
}

.question_popup .popup_form form .submit input[type="submit"] {
	background-color: #2f3b50;
	color: #ffffff;
	border-radius: 7px;
	font-size: 1.3em;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.question_popup .popup_form form .submit input[type="submit"]:hover {
	background-color: #f97d1b;
}

.question_popup .popup_form .close_popup {
	position: absolute;
	width: 33px;
	height: 33px;
	top: -45px;
	right: 0;
	cursor: pointer;
}

/*================================================== PAGE PROJECT */
.prolist {
}

.prolist ul {
	font-size: 0px;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
}

.prolist li {
	display: none;
	vertical-align: top;
	width: 33.33%;
	padding: 15px;
	font-size: 20px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.prolist li.show {
	display: inline-block;
}

.prolist li .tbl {
	background: #e9ecec;
}

.prolist li .cell {
	height: 250px;
}

.prolist li img {
	margin: 0px auto;
}

.prolist li .clickhide {
	border: none !important;
}

body:not(.page-template-page-otherexam) .prolist li h5 {
	border-bottom: 7px solid #f97d1b;
}

.prolist li h5 {
	background: #e9ecec;
	font-size: 1.6em;
	padding: 0 0 5px 0;
	font-weight: 900;
}

.hoverdiv {
	background: #293a59;
	position: absolute;
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	color: #ffffff;
	padding: 20px;
	opacity: 0;
	transition: 0.3s;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

.hoverdiv.access-open {
	opacity: 1;
}

.hoverdiv h4 {
	font-size: 1.9em;
	margin-bottom: 5px;
}

.hoverdiv p {
	font-size: 1.3em;
}

.prolist li.active .hoverdiv, .prolist li:hover .hoverdiv {
	opacity: 1;
}

.prolist li .clickshow {
	display: none;
	background: #f1f3f3;
	padding: 50px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	text-align: center;
}

.prolist li .cbox {
	background: #ebebeb;
	display: inline-block;
	vertical-align: top;
	padding: 30px 15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	color: #222222;
	max-width: 210px;
	width: 100%;
	margin: 0 30px;
	min-height: 223px;
}

.prolist li .cbox:hover {
	background: #293a59;
	color: #ffffff;
	box-shadow: none;
}

.prolist li .cbox:hover strong {
	color: #ffffff;
}

.prolist li .cbox p strong {
	color: #f97d1b;
	font-size: 32px;
}

.prolist li .cbox p {
	font-size: 1em;
	margin-bottom: 10px;
}

.prolist li .cbox span {
	font-weight: 600;
}

.prolist li.active:before {
	content: '';
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	position: absolute;
	border-bottom: 12px solid #f1f3f3;
	bottom: -20px;
	z-index: 9;
	left: 0;
	right: 0;
	margin: 0px auto;
	width: 0px;
}

.prolist li.big-cloned {
	float: left;
	width: 100%;
	padding: 20px 15px;
	display: block;
}

.prolist li.big-cloned .clickhide {
	display: none;
}

.prolist li.big-cloned .clickshow {
	display: block;
}

.showmore {
	background: url(images/arrow-down-blk.png) no-repeat center bottom;
	display: inline-block;
	font-size: 1.6em;
	padding-bottom: 25px;
}

/*================================================== PAGE REPORTS */
.pgsearchbox {
	margin-bottom: 40px;
}

.pgsearchbox input[type="text"] {
	background: url(images/icon-search.png) no-repeat right center;
	border: 1px solid #acacac;
	color: #b9b9b9;
	font-size: 1.2em;
	height: 40px;
	margin-left: 20px;
	max-width: 370px;
	width: 100%;
	float: right;
	padding-right: 50px;
}

.sbutton {
	background: #f97d1b;
	color: #ffffff;
	font-size: 1.4em;
	float: right;
	width: 90px;
	height: 40px;
}

.resultsubtxt {
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	line-height: 16px;
	color: #2c2b2a;
	margin-top: -5px;
	margin-bottom: 90px;
}

.reports {
	margin-left: -10px;
	margin-right: -10px;
}

.reports .tbl {
	border-collapse: separate;
	width: 100%;
	border-spacing: 10px;
}

.reports .tbl .cell {
	padding: 25px 30px 30px 30px;
	font-weight: bold;
	/*vertical-align: bottom; */
}

.tblrow {
	display: table-row;
}

.tblrow.tblhead .cell {
	background: #304160 !important;
	color: #ffffff;
	font-size: 1.48em;
	font-weight: 600;
}

.tblrow .cell:first-child {
	width: 260px;
}

.tblrow .cell {
	background: #f6f6f6;
	color: #555555;
	transition: .5s;
}

.tblrow:nth-child(2n-1) .cell {
	background: #e7e7e7;
}

.tblrow:hover .cell {
	background: #d4d4d4;
}

.tblrow .cell .rgt {
	float: right;
	font-size: 1.1em;
}

.norm {
	font-size: 30px;
	font-weight: 400;
	font-family: 'Heebo', sans-serif;
	text-align: center;
}

.tblrow .cell .lft {
	float: left;
	font-size: 1.1em;
	padding-top: 12px;
}

a.icopdf {
	background: url(images/icon-pdf.png) no-repeat right top;
	color: #314f86;
	display: inline-block;
	vertical-align: top;
	padding: 8px 35px 0 0;
	margin-right: 35px;
	font-weight: 600;
}

/*================================================== PAGE TEXT PAGE */
.txtpage {
}

.txtpage .rgt {
	float: right;
	width: 15%;
	font-size: 1.1em;
}

.txtpage .lft {
	float: left;
	width: 81%;
}

blockquote, .txtpage .blockquote {
	background: #d4d4d48c;
	padding: 40px 60px;
	margin: 40px 0;
}

.txtpage p {
	margin-bottom: 30px;
	line-height: 130%;
	font-size: 22px;
}

.txtpage h4 {
	color: #0e2866;
	font-size: 1.8em;
}

.tbldata {
	border-spacing: 10px;
	border-collapse: separate;
}

.tbldata .cell {
	padding: 20px;
	vertical-align: top;
}

.tbldata .tblhead {
	font-size: 1.8em;
	text-align: center;
}

.tbldata .tblhead .cell {
	vertical-align: middle;
	line-height: 110%;
}

.tbldata .tblrow {
	font-size: 1.1em;
}

.tbldata p {
	margin: 0px;
	line-height: 110%;
}

/*================================================== PAGE PRESS ROOM */
.postcont {
	padding: 50px 0;
}

.postcont ul {
	margin-bottom: 80px;
}

.postcont li {
	border-bottom: 1px solid #909195;
	background: none !important;
	padding: 15px 0 !important;
}

.postcont li a {
	color: #0087bf;
}

.postcont li h4 {
	font-size: 1.2em;
	font-weight: 500;
}

.postcont h3 {
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 40px;
}

.morebtn {
	text-align: center;
	padding-bottom: 80px;
}

.morebtn a {
	width: 240px;
	line-height: 46px;
	margin: 0px auto;
	background: #005e96;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

/*================================================== PAGE EXTRA */
.fancybox-slide--iframe .fancybox-content {
	max-width: 1060px;
	max-height: 630px;
}

.fancybox-toolbar {
	display: none !important;
}

.fancybox-content .fbtnclose {
	background: url(images/close.png) no-repeat !important;
	content: '';
	position: absolute;
	top: -72px;
	right: 4px;
	width: 34px;
	height: 34px;
}

.fancybox-content .fancybox-button--close:after, .fancybox-content .fancybox-button--close:before {
	display: none;
}

.fancybox-content iframe {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

/**/
body.blog .find {
	display: none;
}

.blog_details {
	margin-left: -20px;
	margin-right: -20px;
	text-align: left;
}

.blog_details li {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	padding: 20px;
}

.txtwrap .blog_details li p {
	font-size: 1em;
}

.blog_details .liimg a {
	display: block;
	padding: 35%;
}

.blog_details .litext {
	padding: 20px 0 0 0;
}

.blog_details h3 {
	font-size: 1.33em;
	font-weight: 300;
	margin-bottom: 10px;
}

.recentposts {
	border-bottom: 1px solid #9c9c9c;
}

.repost {
	border-top: 1px solid #9c9c9c;
	padding: 25px 0;
}

.reinner {
	width: 70%;
}

.repost h4 {
	font-size: 1.4em;
	font-weight: 700;
}

.repost h4 a {
	color: #f97d1b;
}

.repost p {
	font-size: 1.15em;
}

.navigation {
	text-align: center;
	font-size: 1.1em;
	padding: 60px 0;
}

.navigation a, .navigation span {
	background: #b7b7b7;
	color: #ffffff;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	line-height: 26px;
	margin: 0 2px;
}

.navigation span.current {
	background: #f97d1b;
}

.navigation .nextpostslink {
	background: url(images/prev.png) no-repeat center center;
	font-size: 0px;
}

.navigation .previouspostslink {
	background: url(images/next.png) no-repeat center center;
	font-size: 0px;
}

.h3 {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 20px;
}

/* --- Exam date page -- */
\
.examrow.tblrow .cell {
	background: #f1f1f1;
	vertical-align: top;
}

.examrow.tblrow .cell:first-child { /*width:16.66%;*/
	width: 12%;
}

.examcol.cell { /*width:16.66%;*/
	width: 12%;
}

.examth .examdata {
	background: #f97d1b;
	color: #ffffff;
	padding: 24px 10px;
	font-size: 27px;
	text-align: right;
	height: 100%
}

#abroad_cat_en {
	direction: ltr
}

#abroad_cat_en .examdata {
	text-align: left
}

.exammid {
	border-collapse: separate;
	border-spacing: 10px;
	padding-bottom: 60px;
}

div {
	display: block;
}

.tabcpti { /*display:none;*/
	width: 100%;
	margin-bottom: 30px;
}

.examdata {
	padding: 10px;
	text-align: right;
	font-size: 22px;
}

.examdata span {
	display: block;
}

.examdata span.one {
	font-size: 24px;
	color: #2e2c2a;
	font-weight: 700;
	line-height: 25px;
}

.examdata span.two {
	font-size: 23px;
	color: #2e2c2a;
	line-height: 25px;
}

.examrow.tblrow .examprice {
	vertical-align: central;
}

.examprice span {
	display: table-cell;
	vertical-align: middle;
	line-height: 24px;
}

.examwrap {
	max-width: 1365px;
	margin: 0 auto;
}

.examsel {
	width: 281px;
	margin: 0 0 40px 0;
}

.examsel select {
	background: url(images/selbg.png) no-repeat 14px center;
	padding: 0 15px 0 40px;
	border: 1px solid #b7b7b7;
	height: 60px;
	font-size: 27px;
	color: #252424;
	border-radius: 0px;
	cursor: pointer;
	position: relative;
}

.examsel .sellist {
	background: url(images/selbg.png) no-repeat 14px center;
	padding: 0 10px 0 0px;
	border: 1px solid #b7b7b7;
	height: 60px;
	font-size: 27px;
	color: #252424;
	border-radius: 0px;
	cursor: pointer;
	position: relative;
	
}

.page-template-page-services .open_link a {
	height: auto !important;
	display: block;
}

.page-id-4597 table tr td {
	width: auto !important;
	padding-left: 10px !important;
	font-size: 18px;
}

body.page-template-page-reports.acp-contrast-bright #acp-body-wrap .tblrow.tblhead .cell {
	color: #ffffff !important;
}

body.page-template-page-reports.acp-contrast-bright #acp-body-wrap *, body.page-template-page-reports.acp-contrast-bright #acp-body-wrap label {
	color: #000000;
}

span.mainfield {
	display: inline-block;
}

.acp-contrast-bright .examsel .sellist::after,
.acp-contrast-dark .examsel .sellist::after {
	content: ">";
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	transform: rotate(-90deg);
	
}

.examsel span {
	display: block;
	line-height: 60px;
}

.examsel a {
	display: block;
}

.examsel ul {
	background: #ffffff;
	min-height: 50px;
	position: absolute;
	width: 100%;
	display: none;
	border: 1px solid #cccccc;
	top: 59px;
	right: 0px;
	z-index: 99;
	overflow: hidden;
}

.examsel li {
	line-height: 35px;
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #cccccc;
	padding: 0 10px;
}

/* --- Exam Preparation -- */
.preparationmain {
}

.prepwrap {
	max-width: 1360px;
	margin: 0 auto;
}

.prepicons {
	margin: 0 0 38px 0;
	float: left;
}

.prepicons a {
	display: inline-block;
	vertical-align: top;
	margin: 0 18px 0 0;
}

.prepconright {
	float: right;
	width: 190px;
}

.prepconright ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

.prepconright ul li:first-child {
	border-top: 1px solid #707070;
}

.prepconright ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #707070;
}

/*.rgt .prepconright ul li a  {display:block; padding: 10px; font-size:23px; color:#000000 !important; text-decoration: none !important;}*/
.rgt .prepconright ul li a {
	display: block;
	padding: 10px;
	color: #000000 !important;
	text-decoration: none !important;
}

.prepconright ul li a:hover, .prepconright ul li.active a {
	color: #fa620f;
	background: #f1f1f1;
}

.prepconleft {
	float: left;
	width: 1119px;
	padding: 10px 0 0 0;
}

.prepconleft h3 {
	font-size: 37px;
	color: #0e2866;
	line-height: 37px;
	font-weight: normal;
}

.prepconleft p {
	font-size: 22px;
	line-height: 26px;
	color: #050505;
	margin: 0 0 24px 0;
}

.prepconleft p a, .page-template-page-contact .pgtxt a, .page-template-page-contact .pgcontent a {
	color: #f95b0e;
	text-decoration: underline;
}

.paglist {
	padding-bottom: 15px;
}

.prepvright {
	float: right;
	width: 545px;
}

.prepvright h3 {
	font-size: 37px;
	color: #0e2866;
	line-height: 37px;
	font-weight: normal;
}

.prepvright p {
	font-size: 22px;
	line-height: 26px;
	color: #050505;
	margin: 0 0 24px 0;
}

.prepvright p a {
	color: #f95b0e;
}

.prepvleft {
	float: left;
	width: 544px;
	position: relative;
}

.vimg img {
	width: 100%;
}

a.playicon {
	display: block;
	position: absolute;
	width: 245px;
	top: 50%;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	transform: translateY(-122px);
}

.prepbottom {
	padding: 102px 0 152px 0;
}

.prepbottom h4 {
	font-size: 35px;
	color: #000000;
	line-height: 35px;
	margin: 0 0 15px 0;
	font-weight: normal;
}

.prepbotdiv {
	border-top: 1px solid #b3b7bb;
	border-bottom: 1px solid #b3b7bb;
	padding: 47px 0;
}

.prepbotdiv ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

.prepbotdiv ul li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin: 0 0 0 85px;
}

.pdficon {
	float: right;
	width: 97px;
}

.pdficon a {
	display: block;
	width: 100%;
	height: 97px;
	background: url(images/pdficon.png) no-repeat center center #e1e1e1;
}

.pdficon a:hover {
	background: url(images/pdficonhover.png) no-repeat center center #100c20;
	-webkit-box-shadow: 4px 4px 42px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 4px 4px 42px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 4px 4px 42px 0px rgba(0, 0, 0, 0.75);
}

.pdftext {
	float: right;
	width: 303px;
	padding: 0 13px 0 0;
}

.pdftext h5 {
	font-size: 26px;
	color: #000000;
	font-weight: normal;
	line-height: 26px;
}

.pdftext p {
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 5px;
}

.pdftext a {
	font-size: 22px;
	color: #000000;
	line-height: 22px;
}

/* --- Psychometric Entrance Page -- */
.psywrap {
	max-width: 1547px;
	margin: 0 auto;
}

.psytopboxes {
	padding: 45px 0 63px 0;
}

.psytopboxes ul {
	display: block;
	margin: 0px -10px;
	text-align: center;
	font-size: 0px;
}

.psytopboxes ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	margin: 0px 10px;
	max-width: 23.3%;
	width: 100%;
}

.psylbox {
	background: #e9ecec;
	padding: 35px 15px 28px 15px;
	border-bottom: 7px solid #f97d1b;
}

.psylimg {
	height: 149px;
	line-height: 149px;
	text-align: center;
	margin: 0 0 17px 0;
}

.psylimg img {
	max-height: 149px;
	display: inline;
	vertical-align: middle;
}

.psyltitle {
	display: table;
	width: 100%;
	height: 76px;
	line-height: 76px;
	border-collapse: collapse;
}

.psyltitle span {
	display: table-cell;
	vertical-align: middle;
	line-height: 38px;
	font-size: 37px;
	color: #272626;
}

.psyexam {
	padding: 70px 0 32px 0;
	background: #2f3b50;
}

.psyexam h3 {
	font-size: 60px;
	line-height: 60px;
	color: #ffffff;
	font-weight: normal;
	margin: 0 0 45px 0;
	text-align: center;
}

.psyexamthrow {
	padding: 5px 0 20px 0;
}

.psyexamthcol {
	float: right;
	width: 20%;
	font-size: 29px;
	line-height: 29px;
	color: #ffffff;
	padding: 0 18px 0 0;
}

.psyexamrow {
	margin: 0 0 24px 0;
	background: #ffffff;
	border-bottom: 3px solid #f97d1b;
	padding: 12px 0;
	color: #2e2c2a;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.psyexamrow.cf:nth-child(2n+1):hover {
	background: #f97d1b;
	color: #ffffff;
}

.psyexamrow.cf:nth-child(2n+1) {
	background: #d5d5d5;
}

.psyexamcol {
	float: right;
	width: 20%;
	padding: 0 18px 0 0;
	border-left: 2px solid #bcbcbc;
}

.psyexamt {
	display: table;
	border-collapse: collapse;
	height: 60px;
	width: 100%;
	line-height: 60px;
}

.psyexamcell {
	display: table-cell;
	vertical-align: middle;
	font-size: 27px;
	line-height: 27px;
}

.psyexamcell span {
	display: block;
}

.psyexamcell p {
	margin-bottom: 5px;
}

.psyexamcol:last-child {
	border: 0px;
}

.psyexamrow:hover {
	background: #f97d1b;
	color: #ffffff;
}

.psyexamprice {
	padding: 85px 0 78px 0;
}

.psyexamprice h3 {
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	color: #f97d1b;
	font-weight: normal;
	margin: 0 0 33px 0;
}

.psyexamprice ul {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.psyexamprice ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px 12px;
	width: 267px;
}

.pspricetop {
	background: #f97d1b;
	color: #ffffff;
	padding: 17px 3px;
	font-size: 33px;
	line-height: 33px;
}

.pspricetop span {
	font-size: 30px;
}

.pspricebot {
	background: #2f3b50;
	padding: 10px 3px;
	font-size: 67px;
	color: #ffffff;
	line-height: 47px;
	padding-top: 15px
}

.pspricebot span {
	font-size: 44px;
}

.psypbot {
	text-align: center;
	font-size: 27px;
	color: #252424;
	line-height: 27px;
	padding: 17px 0 0 0;
}

.page-template-page-psychometric-entrance .pgcontent {
	padding-bottom: 0px;
}

.psymoreinfo {
	background: url(images/botimgbg.jpg) no-repeat center center;
	background-size: cover;
}

.psyinfodiv {
	padding: 58px 0 75px 0;
	max-width: 1388px;
	margin: 0 auto;
}

.psyinfodiv h3 {
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	color: #090419;
	margin: 0 0 42px 0;
}

.psyinfodiv ul {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	text-align: center;
}

.psyinfodiv ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0 20px 0;
	padding: 0 10px;
	text-align: center;
	width: 25%;
	color: #2f3b50;
}

.psyinfodiv ul li:focus,
.psyinfodiv ul li:hover {
	color: #ffffff;
}

.psyinfodiv ul li:focus .pinfodiv,
.psyinfodiv ul li:hover .pinfodiv {
	background: #293a59;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
	transition: background 0.3s;
}

.pinfodiv {
	background: #ffffff;
	padding: 50px 10px 45px 10px;
}

.pinfoimg {
	min-height: 115px;
	margin: 0 0 50px 0;
	transition: 0.3s;
}

/*.psyinfodiv ul li:hover .pinfoimg {min-height:inherit; margin:0 0 5px 0;}*/
.pinfoimg img {
	margin: 0 auto;
	height: 90px;
}

.pinfoimg img + img {
	display: none;
}

.psyinfodiv ul li:focus .pinfoimg img,
.psyinfodiv ul li:hover .pinfoimg img {
	display: none;
}

.psyinfodiv ul li:focus .pinfoimg img + img,
.psyinfodiv ul li:hover .pinfoimg img + img {
	display: block;
}

.psyinfodiv ul li:focus .pinfotext,
.psyinfodiv ul li:hover .pinfotext {
	color: #ffffff;
}

.pinfotext {
	font-size: 36px;
	line-height: 36px;
}

/* --- update page -- */
.update_main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px 0px 0px 0px;
}

.update_main ul {
	padding: 0px;
	margin: 0px;
}

.update_main ul li {
	display: block;
	margin: 0px;
	border-bottom: 1px solid #7a7a7a;
	padding: 18px 137px 18px 50px;
	position: relative;
	min-height: 150px;
}

.update_main ul li:first-child {
	border-top: 1px solid #7a7a7a;
}

.udate {
	background: #ebebeb;
	position: absolute;
	top: 18px;
	right: 0px;
	width: 123px;
	display: table;
	border-collapse: collapse;
	height: 115px;
	line-height: 115px;
	text-align: center;
	padding: 5px;
}

.udateinner {
	display: table-cell;
	vertical-align: middle;
	line-height: 41px;
	color: #080808;
}

.udateinner span {
	display: block;
}

.udateinner span.one {
	font-size: 2em;
	line-height: 1;
}

.udateinner span.two {
	font-size: 1.8;
	line-height: 1;
}

.ulisttext {
	max-width: 683px;
}

.ulisttext h3 {
	font-size: 1.5em;
	line-height: 1;
	color: #f97d1b;
	margin: 0 0 2px 0;
	font-weight: 600;
}

.ultinner p {
	font-size: 1.2em;
	line-height: 1;
	color: #232222;
	padding: 2px 0 8px 0;
}

.uanchor {
	font-size: 1.2em;
	color: #232222;
}

/*========================*/
.pg-banner.others {
	margin-bottom: 73px;
}

.noresultf {
	font-size: 30px;
	padding: 30px 0px;
	text-align: center;
}

.pgsearchbox ul li.sf-field-search {
	margin-left: 20px;
	max-width: 370px;
	float: right;
}

.pgsearchbox ul li input[type="text"] {
	max-width: 100%;
}

.pgsearchbox ul li.sf-field-submit {
	float: right;
	width: 90px;
}

.pgsearchbox ul li.sf-field-submit input[type=submit] {
	background: #f97d1b;
	color: #ffffff;
	font-size: 1.4em;
	width: 100%;
	height: 40px;
}

/*--------Login---------*/
.pgcontent .log_forms, .pgcontent .forgot-pass-form {
	margin: 0px auto;
	width: 300px !important;
	border: 1px solid #CCCCCC;
}

.pgcontent .log_forms label, .pgcontent .forgot-pass-form label {
	display: none !important;
}

.pgcontent .log_forms input[type=text], .pgcontent .log_forms input[type=password], .pgcontent .forgot-pass-form input[type=email] {
	padding: 8px 10px !important;
	border: 1px solid #E3E3E3;
}

.pgcontent .log_forms input[type=submit], .pgcontent .forgot-pass-form input[type=submit] {
	border: none !important;
	background: #f97d1b;
	color: #FFFFFF;
	font-size: 28px !important;
	padding: 7px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pgcontent .log_forms input[type=submit]:hover, .pgcontent .forgot-pass-form input[type=submit]:hover {
	background: #293a59;
}

.pgcontent .log_forms .log-form-group.extra-links, .pgcontent .forgot-pass-form .forgot-text {
	text-align: center;
}

/* channges */
.menu_show {
	display: none;
}

ul#menu-language-dropdown li a {
	padding-top: 0px !important;
}

.lang {
	padding-top: 0px;
}

.menu > li:hover > a, .menu > li.current-menu-item > a {
	font-weight: 400;
	color: #000000;
}

.menu > li.current-menu-item > a {
	font-weight: 600;
}

#menu-language-dropdown-1.menu > li > a {
	padding-top: 2px;
	font-size: 1.2em;
}

#menu-language-dropdown-1.menu > li {
	position: relative;
}

#menu-language-dropdown-1.menu > li:hover > a:before, #menu-language-dropdown-1.menu > li.current-menu-item > a:before {
	opacity: 0;
}

#menu-language-dropdown-1.menu > li:hover a {
	font-weight: 300;
}

#menu-language-dropdown-1.menu > li:hover ul.sub-menu {
	display: block !important;
}

#menu-language-dropdown-1.menu > li ul.sub-menu {
	display: none;
	position: absolute;
	top: 29px;
	left: 0px;
	background: #ffffff;
	padding: 10px;
	width: 100%
}

#menu-language-dropdown-1.menu > li ul.sub-menu li a:hover {
	color: #ff642f;
}

.butn a.logou:active,
.butn a.logou:focus,
.butn a.logou:hover,
.loginbtn a:active,
.loginbtn a:focus,
.loginbtn a:hover {
	background-color: #293a59;
	all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 30px;
}

.psytopboxes ul li {
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.psytopboxes ul li a + a {
	position: absolute;
	top: 0;
	left: 0;
	background: #293a59;
	padding: 20px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
}

.psytopboxes ul li a + a:after {
	height: 0;
	width: 0;
	content: '';
}

.psytopboxes ul li a + a .psylbox {
	border-bottom: none;
	padding: 0;
	background: transparent;
}

.psytopboxes ul li a + a .psyltitle span {
	color: #ffffff;
}

.psytopboxes ul li a + a .psylimg img {
	max-height: 85px;
}

.psytopboxes ul li:focus a + a,
.psytopboxes ul li:hover a + a {
	opacity: 1;
	visibility: visible;
}

.clickhide {
	background: #e9ecec;
	border-bottom: 7px solid #f97d1b;
}

.hoverdiv img {
	margin-bottom: 10px !important;
}

.about_content {
	margin-bottom: 20px;
}

.psytopboxes ul li a {
	display: block;
	transition: 0.3s;
}

.psytopboxes ul li a:focus,
.psytopboxes ul li a:hover {
	-webkit-box-shadow: 0px 33px 67px -30px rgba(0, 0, 0, 0.68);
	-moz-box-shadow: 0px 33px 67px -30px rgba(0, 0, 0, 0.68);
	box-shadow: 0px 33px 67px -30px rgba(0, 0, 0, 0.68);
}

.error404 .pgtxt h2, .error404 .pgtxt a, .error404 .pgtxt p {
	font-size: 27px;
	line-height: 50px;
}

.error404 .pgtxt a:hover {
	color: #f97d1b;
}

.printandshare .social_bar.active {
	visibility: visible;
	opacity: 1;
}

/*.rgt.is_stuck{width: 100% !important;}*/

.hmenu .nav {
	position: relative;
}

.hmenu .nav .site_search {
	position: absolute;
	top: 0;
	left: 0;
}

body.acp-contrast-bright #acp-body-wrap .breadcrumbs button,
body.acp-contrast-bright #acp-body-wrap .breadcrumbs button *,
body.acp-contrast-bright #acp-body-wrap .breadcrumbs a,
body.acp-contrast-bright #acp-body-wrap .breadcrumbs a * {
	color: #00497a;
	display: inline;
}

@media screen and (max-width: 1300px) {
	.hmenu .nav .site_search {
		left: -40px;
	}
}

.hmenu .nav .site_search form input[type="text"] {
	height: 50px;
	font-size: 16px;
	display: inline-block;
	border: none;
	outline: none;
	color: #555555;
	padding: 3px;
	padding-right: 50px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}

.hmenu .nav .site_search form input[type="text"]:focus:hover {
	border-bottom: 1px solid #BBBBBB;
}

.hmenu .nav .site_search form input[type="text"]:focus {
	width: 200px;
	z-index: 1;
	border-bottom: 1px solid #BBBBBB;
	cursor: text;
}

.hmenu .nav .site_search form input[type="submit"] {
	height: 50px;
	width: 50px;
	display: inline-block;
	color: red;
	float: right;
	text-indent: -10000px;
	border: none;
	z-index: 2;
	cursor: pointer;
	cursor: pointer;
	transition: opacity .4s ease;
	background-image: url(images/site_search.png) !important;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
}

#acp-toggle-toolbar {
	position: fixed;
	right: 0;
	top: 65%;
	background-image: url(images/malo_a.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: none;
	border: 0px;
	border-radius: 0px;
}

#acp-toggle-toolbar {
	position: fixed;
	left: 0;
	right: auto;
	top: 7px;
	background-image: url(images/malo_a.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 0px;
	border-radius: 0px;
	width: 50px;
	height: 50px;
	top: auto;
	bottom: 33px;
}

#acp-toggle-toolbar img {
	height: 0px;
	width: 0px;
}

button#acp-close-toolbar {
	text-align: right;
}

body.rtl #acp-close-toolbar {
	left: -7px;
	right: 7px;
	height: 20px;
	width: 20px;
	top: 4px;
}

#acp-toolbar.acp-toolbar-skin-2 p.toolbar-heading {
	padding: 9px 0px;
}

#acp-toolbar .ul-sub li, #acp-toolbar .ul-general li {
	max-width: 33%;
	width: 100%;
	min-width: 33%;
}

#acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav ul.ul-general a, #acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav button {
	background: #ffffff;
	border: 1px solid rgba(26, 26, 26, 0.5);
	border-bottom: 1px solid rgba(26, 26, 26, 0.5);
}

#acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav ul.ul-general a i.material-icons, #acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav button i.material-icons {
	color: #1a1a1a;
}

#acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav ul.ul-general a:hover, #acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav ul.ul-general a:focus, #acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav button:hover, #acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav button:focus {
	background: #ff642f;
}

#acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav ul.ul-general a:hover span, #acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav ul.ul-general a:focus span, #acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav button:hover span, #acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav button:focus span {
	color: #ffffff;
}

#acp-toolbar ul.acp-main-nav button span {
	color: #1a1a1a;
}

#acp-toolbar.acp-toolbar-skin-2 p.acp-label {
	padding: 3px 0px;
}

.acp-li-zoom ul {
	width: 100%;
}

.acp-li-zoom ul li, .acp-li-contrast ul li {
	width: 100%;
	max-width: 50% !important;
	min-width: 50% !important;
}

#acp-toolbar.acp-toolbar-skin-2 ul {
	width: 100%;
}

.acp-main-nav li:nth-child(5) ul li {
	min-width: 50%;
	max-width: 50%;
}

#acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav ul.ul-sub.ul-2-items li {
	min-width: 50%;
}

#acp-toolbar.acp-toolbar-skin-2 .material-icons {
	font-size: 25px;
}

#acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav button {
	padding: 4px;
}

.ul-sub.ul-general {
	width: 100%;
}

/*.ul-sub.ul-general li{width: 100% !important; min-width: 100% !important; max-width: 100% !important;}*/
#acp-toolbar.acp-toolbar-skin-2 ul.acp-main-nav ul.ul-general button {
	max-width: 30%;
	margin: 0 auto;
}

#acp-toolbar ul.acp-main-nav > li:last-child a img {
	margin: 0 auto;
}

/*================================================== RESPONSIVE */

.examrow.hidden {
	display: none !important;
}

@media screen and (max-width: 1800px) {
	.wrap {
		padding: 0 20px;
	}
	
	header {
		padding: 25px 0;
	}
	
	.logo {
		max-width: 190px;
	}
	
	.hmenu {
		padding: 6px 0px 0 0px;
	}
	
	.menu > li > a {
		font-size: 1.2em;
	}
	
	.f-menu ul li a {
		font-size: 1.1em;
	}
	
	.newsupdate {
		max-width: 70%;
	}
	
	.tblwrap {
		overflow: auto;
		margin: 0 20px;
		padding-bottom: 30px;
	}
	
	.tblwrap2 {
		overflow: auto;
		padding-bottom: 30px;
	}
	
	.fixwidth, .fixwidth2 {
		width: 1320px;
		margin-right: -20px;
	}
	
	.fixwidth, .fixwidth2 > div > div {
		display: block;
	}
	
	.page-template-page-examdates .fixwidth, .fixwidth2 > div > div {
		display: table-row
	}
	
	.psyexamthrow, .psyexamrow {
		width: 1550px;
	}
}

@media screen and (max-width: 1600px) {
	.menu > li > a {
		font-size: 1.2em;
	}
	
	.menu > li {
		padding: 0 7px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
	/*.loginbtn a {*/
	/*    line-height: 35px !important;*/
	/*    padding: 0 10px !important;*/
	/*    font-size: 15px !important;*/
	/*}*/
}

@media only screen and (max-width: 1640px) {
	.prepconleft {
		width: 80%;
	}
	
	.page-template-page-about-php .prepconright {
		width: 80%;
	}
	
	.prolist li {
		width: 50%;
	}
	
	#menu-language-dropdown-1.menu > li ul.sub-menu {
		width: 80px;
		left: -3px;
	}
}

@media only screen and (max-width: 1440px) {
	
	.f-menu {
		margin-right: 2%;
	}
	
	.menu > li {
		padding: 0px 9px;
	}
	
}

@media screen and (min-width: 1301px) {
	.menu {
		display: block !important;
		height: auto !important;
		opacity: 1 !important;
	}
}

@media screen and (max-width: 1366px) {
	.question_popup .popup_form {
		margin-bottom: 50px !important;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 1300px) {
	body {
		font-size: 16px;
	}
	
	header {
		padding: 15px 0;
	}
	
	.logo {
		max-width: 190px;
		float: left;
	}
	
	.hleft {
		float: right;
	}
	
	.lang, .cbtn {
		display: none;
	}
	
	.lang {
		top: 0
	}
	
	.loginbtn {
		left: 0;
	}
	
	.loginbtn a {
		background: url(images/admin.png) no-repeat 126px center;
	}
	
	.loginbtn a.logou {
		background: url(images/admin.png) no-repeat 105px center;
	}
	
	.hmenu {
		float: right;
		padding: 9px 0 0 30px;
	}
	
	html[lang="en-US"] .hmenu {
		padding: 9px 30px 0 0;
	}
	
	.menu {
		position: absolute;
		right: 0;
		width: 280px;
		background: #ffffff;
		padding: 20px 10px 10px 10px;
		top: 73px;
		display: none;
		z-index: 99;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	}
	
	.menu > li {
		display: block;
		padding: 0;
	}
	
	.menu > li > a {
		font-size: 1.2em;
		padding: 10px 0;
	}
	
	.menu > li > a::before {
		width: 100%;
	}
	
	.menu > li > ul {
		position: relative;
		top: 0;
	}
	
	.tglmenu, .tglmenu1 {
		background: url(images/tglmenu.png);
		width: 48px;
		height: 37px;
		cursor: pointer;
	}
	
	.slides {
		height: 300px;
	}
	
	.newsarrow {
		padding-top: 30px;
	}
	
	.hmupdate h3 {
		border-left: 0;
		width: 100%;
		min-height: inherit;
		padding: 0 0 15px 0;
	}
	
	.newsupdate {
		max-width: 80%;
	}
	
	.hmupdate .owl-item {
		padding: 20px;
	}
	
	.newsarrow .owl-prev, .newsarrow .owl-next {
		height: 30px;
		width: 17px;
		background-size: contain !important;
	}
	
	.hm-exam li {
		width: 50%;
		margin-bottom: 20px;
	}
	
	.exam-detail .half {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.consult li {
		padding: 15px 20px;
	}
	
	.flogo {
		float: none;
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.copyright {
		line-height: 1.5;
	}
	
	/**/
	.printandshare {
		margin-bottom: 20px;
	}
	
	.btnholder {
		padding: 20px;
		text-align: center;
	}
	
	.qa {
		padding: 0 15px;
	}
	
	.qbtn {
		background-position: 147px center !important;
		background-size: 30px !important;
		padding: 0 70px 0 30px;
		font-size: 28px;
		line-height: 50px;
	}
	
	/**/
	.txtpage .rgt {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.txtpage .lft {
		width: 100%;
		font-size: 1.3em;
	}
	
	.txtpage blockquote, .txtpage .blockquote {
		padding: 20px;
		margin: 20px 0;
	}
	
	.prepbotdiv ul li {
		margin: 0 0 30px 0;
	}
	
	.psywrap {
		padding: 0 20px;
	}
	
	.tblwrap {
		margin: 0;
	}
	
	.psytopboxes ul li {
		width: 48%;
		max-width: inherit;
		margin-bottom: 20px;
	}
	
	.psyexamprice ul li {
		margin-bottom: 20px;
	}
	
	.psyinfodiv {
		text-align: center;
	}
	
	.prepvright {
		width: 100%;
	}
	
	.prepvleft {
		width: 100%;
	}
	
	.prepconright {
		margin-bottom: 20px;
	}
	
	.tbldata {
		width: 1000px;
	}
	
	.reports {
		margin: 0 -10px;
	}
	
	a.icopdf {
		background-size: 22px !important;
		padding: 6px 35px 2px 0;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	
	.psyinfodiv ul li {
		width: 33.33%;
	}
	
	.prepconright ul.sidemenu {
		position: absolute;
		right: 0;
		width: 280px;
		background: #ffffff;
		padding: 20px 10px 10px 10px;
		top: 95px;
		display: none;
		z-index: 99;
		box-shadow: 0 3px 9px 4px rgba(0, 0, 0, 0.2);
	}
	
	.prepconright ul li:first-child {
		border-top: 0px;
	}
	
	.menu_show {
		position: absolute;
		right: 0;
		width: 280px;
		background: #ffffff;
		padding: 0px 10px 10px 10px;
		top: 73px;
		display: none;
		z-index: 99;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
		display: none;
	}
	
	.menu {
		position: relative;
		right: auto;
		box-shadow: none;
		display: block;
		top: 0px;
		width: auto;
	}
	
	ul#menu-language-dropdown li ul.sub-menu {
		position: relative;
		text-align: right;
		top: 0;
		margin-left: auto;
		display: block !important;
		background: #ececec;
	}
	
	ul#menu-language-dropdown {
		background: #ececec;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: -10px;
		padding-right: 24px;
	}
	
	.menu > li:hover > a:before {
		opacity: 0;
	}
	
	.menu > li:hover > a {
		color: #ff642f
	}
	
	ul#menu-language-dropdown li a {
		color: #ff642f;
	}
	
	ul#menu-language-dropdown li ul.sub-menu a {
		color: #050505;
	}
	
	ul#menu-language-dropdown li ul.sub-menu li {
		padding: 5px 0px;
	}
	
	.hmenu > ul.menu {
		display: none;
	}
	
	.lang.mob_show {
		display: block;
		font-size: 1.4em;
		float: none;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: -10px;
	}
	
	.cbtn.mob_show {
		display: block;
		border-left: 0px;
		float: none;
		font-size: 1.4em;
	}
	
	#menu-header {
		display: none;
	}
	
	.hmenu .nav .site_search form input[type="text"] {
		right: 240px;
		height: 40px;
		margin-right: 10px;
	}
	
	.hmenu .nav .site_search form input[type="submit"] {
		right: 325px;
		top: 2px;
		height: 40px;
	}
}

@media screen and (max-width: 1280px) {
	.prepconleft {
		width: 100%;
	}
	
	.prepconright {
		width: 200px;
	}
	
	.repor_mob_cont {
		background: #f8f8f8;
		margin-bottom: 20px;
	}
	
	.repor_mob_cont ul {
		padding: 10px;
	}
	
	.repor_mob_cont ul li {
		border-bottom: 1px solid #cdcdcd;
	}
	
	.repor_mob_cont ul li:last-child {
		border-bottom: 0px;
	}
	
	.repor_mob_cont ul li .mob_col {
		width: 50%;
		float: right;
		line-height: 100%;
		color: #2c2b2a;
		font-size: 25px;
		line-height: 100%;
		padding: 10px 0px;
	}
	
	.repor_mob_cont ul li .mob_col.mob_h {
		color: #160000;
		font-size: 32px;
		font-weight: 600;
	}
	
	.repor_mob_cont ul li .mob_col.mob_norm {
		text-align: left;
	}
	
	.repor_mob_cont ul li .mob_col.mob_txt {
		text-align: right;
	}
	
	.repor_mob_cont ul li .mob_col.lastpdf:last-child {
		text-align: left;
		padding: 30px 0px 0px;
	}
	
	.repor_mob_cont ul li a.icopdf:first-child {
		padding-left: 15%;
	}
	
	.repor_mob_cont ul li a.icopdf {
		background-position: right 5px;
		font-size: 22px;
		margin-bottom: 0px;
	}
	
	.repor_mob_cont ul li:first-child .mob_col.mob_norm {
		font-family: 'Roboto-Light';
	}
	
}

@media screen and (max-width: 1200px) {
	
	.copyright {
		font-size: 14px;
	}
	
	.psytopboxes ul li {
		width: 47%;
	}
}

@media screen and (max-width: 1000px) {
	.breadcrumbs {
		display: none;
	}
	
	.alignleft {
		float: none;
		margin-right: 0;
	}
	
	.f-menu {
		margin-right: 0;
		width: 49%;
		margin-bottom: 20px;
		float: none;
		display: inline-block;
		vertical-align: top;
		padding: 0 0 0 10px;
	}
	
	.psyinfodiv ul li {
		width: 50%;
	}
	
	.reinner {
		width: 100%;
	}
	
	.resultsubtxt {
		line-height: 100%;
	}
	
	.copyright .wrap > a {
		top: 0;
	}
	
	.copyright p {
		text-align: center;
	}
	
	.copyright {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 783px) {
	div.heateor_sss_mobile_footer {
		height: auto !important;
	}
}

@media screen and (max-width: 767px) {
	
	.question_popup .popup_form {
		width: 80%;
		margin: 0 auto;
		padding: 20px;
	}
	
	.question_popup .popup_form form lable {
		font-size: 1em;
	}
	
	.question_popup .popup_form form input {
		height: 35px;
		margin: 0px 0px 10px 0px;
	}
	
	.question_popup .popup_form form textarea {
		max-height: 95px;
	}
	
	.question_popup .popup_form form .submit input[type="submit"] {
		font-size: 1.1em
	}
	
	.question_popup .popup_form .close_popup {
		width: 25px;
		height: 25px;
		top: -37px;
	}
	
	.hmenu .nav .site_search form input[type="text"]:focus {
		top: 40px;
		border: 1px solid #BBBBBB;
		background: #ffffff;
		color: #000000;
		padding-right: 10px;
	}
	
}

@media screen and (max-width: 669px) {
	.hmenu {
		padding: 9px 0 0 45px;
	}
	
	html[lang="en-US"] .hmenu {
		padding: 9px 45px 0 0;
	}
}

@media screen and (max-width: 700px) {
	.hmupdate .wrap {
		padding: 40px 0 20px 0;
	}
	
	.prolist li {
		width: 100%;
	}
	
	.selectbox {
		max-width: 100%;
	}
	
	.psytopboxes ul {
		margin: 0px;
	}
	
	.psytopboxes ul li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.tblrow.tblhead .cell {
		font-size: 1.5em;
	}
	
	.reports .tbl .cell {
		padding: 15px 10px;
		vertical-align: middle;
	}
	
	.tblrow.tblhead .cell:first-child {
		padding: 15px 10px;
	}
	
	.tblrow .cell:first-child {
		width: 90px;
		padding: 15px 0;
		vertical-align: middle;
	}
	
	.fixwidth .tblrow .cell:first-child {
		padding: 15px 10px;
		width: auto;
	}
	
	.fixwidth2 .tblrow .cell:first-child {
		padding: 0;
	}
	
	.norm {
		font-size: 17px;
	}
	
	.udate {
		width: 90px;
		height: 90px;
	}
	
	.update_main ul li {
		padding: 18px 100px 18px 5px;
	}
	
	.prepbotdiv ul li {
		width: 100%;
	}
	
	.pdftext {
		width: 100%;
		padding: 20px 0 0 20px;
	}
	
	/*.home_popup {display:none;}*/
	.home_popup {
		flex-direction: column;
		align-items: end;
		width: auto;
	}
	
	.hpopimg {
		width: 108px;
		padding-top: 5px;
	}
	
	.hpopclose {
		left: 15px;
		right: auto;
	}
	
	.hpoptext {
		width: auto;
		min-width: auto;
		padding: 12px;
	}
	
	.hpoptitle {
		display: block;
		font-size: 27px;
		line-height: 27px;
	}
	
	.hpoptext p {
		font-size: 25px;
		line-height: 25px;
	}
	
	.alignleft {
		width: 100%;
	}
	
	.searchandfilter label {
		display: block !important;
	}
	
	.pgsearchbox ul li.sf-field-submit {
		float: left;
		width: 20%;
	}
	
	.pgsearchbox ul li.sf-field-search {
		width: 74%;
		max-width: 100%;
	}
	
	.page-template-page-reports .printandshare {
		display: none;
	}
	
	.resultsubtxt {
		margin-bottom: 40px;
	}
	
}

@media screen and (max-width: 639px) {
	.loginbtn {
		//display: none;
	}
	
	.pagetitle h1 {
		font-size: 2.4em;
	}
	
	.hmenu .nav .site_search form input[type="text"] {
		right: 0px;
		height: 40px;
		margin-right: 10px;
	}
	
	.hmenu .nav .site_search form input[type="submit"] {
		right: 0px;
		top: 2px;
		height: 40px;
	}
}

@media screen and (max-width: 500px) {
	.hm-exam li {
		width: 100%;
	}
	
	.exam-detail .cell {
		width: 100%;
		display: block;
		padding: 20px;
	}
	
	.exam-detail .cell:first-child {
		height: auto;
		width: 100%;
	}
	
	.consult li {
		padding: 15px 0;
	}
	
	.pgsearchbox input[type="text"] {
		margin-left: 0;
		max-width: 100%;
		margin-bottom: 10px;
	}
	
	/*.pgsearchbox ul li.sf-field-search{margin-left: 0; max-width: 100%;}*/
	.psyinfodiv ul li {
		width: 100%;
	}
	
	.prepconright {
		width: 100%;
	}
	
	.repor_mob_cont ul li .mob_col.lastpdf {
		width: 100%;
	}
	
	.repor_mob_cont ul li .mob_col.las {
		display: none;
	}
	
	.repor_mob_cont ul li .mob_col {
		font-size: 22px;
	}
	
	.repor_mob_cont ul li .mob_col.mob_h {
		font-size: 26px;
	}
	
	.pgcontent .log_forms, .pgcontent .forgot-pass-form {
		width: 100% !important;
	}
	
	.prolist li h5 {
		font-size: 1.3em;
	}
	
}

@media only screen and (max-width: 380px) {
	.pgsearchbox ul li.sf-field-search {
		width: 72%;
		max-width: 100%;
	}
	
	.hmenu {
		padding: 9px 0 0 30px;
	}
	
	html[lang="en-US"] .hmenu {
		padding: 9px 30px 0 0;
	}
}

@media print {
	* {
		-webkit-print-color-adjust: exact;
	}
	
	.faqmaindiv {
		direction: rtl !important;
	}
	
	.faqmaindiv {
		text-align: right;
	}
	
}

.prepconleft ol, .txtpage .lft ol {
	font-size: 22px;
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
	line-height: 26px;
}

.prepconleft ul, .txtpage .lft ul {
	font-size: 22px;
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
	line-height: 26px;
}

.price_div > span {
	display: inline
}

.contact_baner {
	display: flex;
	margin-bottom: 30px;
}

.contact_baner .contact_img {
	width: 50%;
}

.contact_baner .contact_img img {
	width: 100%;
	height: auto;
}

.contact_baner .contact_map {
	width: 50%;
}

/*td{*/
/*background: #f6f6f6;*/
/*color: #555;*/
/*transition: .5s;*/
/*margin: 3px;*/
/*border: 6px solid #ffffff;*/
/*padding: 20px;*/
/*font-size: 22px;*/
/*}*/

thead td {
	background: #304160 !important;
	color: #ffffff;
	font-size: 1.48em;
	font-weight: 600;
	line-height: 1;
}

.table_div {
	width: 100%;
	overflow-x: hidden;
}

.pgcontent.txtpage ul {
	list-style: disc;
}

.pgcontent.txtpage ol {
	list-style: decimal;
}

@media print {
	#acp-toolbar, footer, header, .breadcrumbs, .navigation, rgt, #acp-toggle-toolbar {
		display: none !important;
	}
	
	.pagetitle,
	.prepconleft {
		width: 100%;
	}
	
	.pagetitle h1 {
		font-size: 18pt !important;
		display: block !important;
	}
	
}

span:lang(en) {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 300;
}

@media screen and (max-width: 700px) {
	td {
		/*float: right; */
	}
	
	/*    .table_div table td {
        width: auto !important;
        display: flex;
        align-items: center;
    } */
	body::-webkit-scrollbar {
		width: 1em;
	}
	
	body::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	}
	
	body::-webkit-scrollbar-thumb {
		background-color: darkgrey;
		outline: 1px solid slategrey;
	}
	
	.scrollshow {
		overflow-x: scroll;
		width: auto;
		/*height: 20px;*/
	}
	
	.scrollshow .mobile-swipe {
		background: url(./images/swipelr.png) no-repeat;
		background-size: 50px;
		position: absolute;
		top: 68px;
		right: 10px;
		z-index: 0;
		width: 100px;
		height: 100px;
	}
}

.prepconleft p {
	font-size: 25px;
}

.scroll_icon_mobile {
	display: block;
	text-align: left;
	display: none;
}

@media only screen and (max-width: 768px) {
	.scroll_icon_mobile {
		display: block;
	}
}

table {
	width: 100% !important;
}

@media only screen and (max-width: 768px) {
	.repor_mob_cont ul li:first-child .mob_col.mob_norm {
		font-weight: bold;
	}
}

.acp-contrast-dark .shop_selectbox .shopseltitle {
	background: url(images/arrow-down.png) no-repeat left center !important;
	border: 1px solid #ffffff;
}

.acp-contrast-bright .shopseltitle {
	border: 1px solid;
}

header {
	padding: 0;
}

.top-header {
	background: #293a59;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px;
}

header .wrap {
	padding: 0 20px;
}

.loginbtn {
	left: 0;
}

input#s {
	border: 1px solid #dddddd;
	height: 30px;
	color: #ffffff;
	border-radius: 20px;
}

#s::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
	opacity: 1; /* Firefox */
}

#s:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff;
}

#s::-ms-input-placeholder { /* Microsoft Edge */
	color: #ffffff;
}

.top-header .lang {
	float: none;
	top: 0;
}

.top-header .hleft {
	display: flex;
	align-items: center;
}

#searchform {
	position: relative;
}

.top-header .ssub {
	background-image: url(https://www.nite.org.il/wp-content/themes/malo/images/site_search.png) !important;
	height: 50px;
	width: 50px;
	cursor: pointer;
	text-indent: -10000px;
	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	filter: brightness(0) invert(1);
	left: 9px;
}

body.acp-contrast-dark .top-header .ssub {
	background-color: transparent !important;
	border: 0 !important;
	filter: brightness(0) invert(1);
}

body.acp-contrast-bright .top-header .ssub {
	background-color: transparent !important;
	border: 0 !important;
	filter: brightness(0) invert(0);
}

.top-header .lang ul li a {
	color: #ffffff !important;
}

.top-header .lang .sub-menu {
	background: #293a59;
}

.top-header .lang .sub-menu {
	top: 30px;
}

.top-header .lang:hover #menu-language-dropdown .sub-menu {
	display: block !important;
}

.hmenu {
	/*padding-top: 20px;*/
}

.register-exam .logou {
	background-image: none !important;
}

@media screen and (max-width: 600px) {
	html[lang="en-US"] .top-header .loginbtn a {
		font-size: 12px;
	}
	
	.top-header .loginbtn a {
		font-size: 16px;
		/*height: auto;*/
		/*line-height: 1;*/
		line-height: 2.5;
		padding: 1px 12px;
	}
	
	.top-header .loginbtn a:first-of-type {
		padding-right: 34px;
		background-position: right center;
	}
	
	header {
		padding: 0 !important;
	}
	
	.top-header .hleft {
		width: 310px;
	}
}

@media screen and (max-width: 410px) {
	html[lang="en-US"] .top-header .loginbtn .register-exam {
		padding-right: 10px;
	}
	
	html[lang="en-US"] .top-header .loginbtn a.logou {
		padding-right: 0 !important;
	}
	
	.top-header .loginbtn a {
		font-size: 12px;
	}
}

@media screen and (max-width: 330px) {
	html[lang="en-US"] .top-header .loginbtn a {
		font-size: 11px;
	}
}

html[lang="en-US"] .top-header .ssub {
	left: auto;
	right: 0;
}

html[lang="en-US"] .hmenu {
	padding-top: 0;
}

.hidden-text {
	visibility: hidden;
	opacity: 0;
	height: 0;
}

#menu-language-dropdown-1 li.wpml-ls-current-language .sub-menu {
	width: 100% !important;
}

#menu-language-dropdown-1 li.wpml-ls-current-language > a {
	display: flex;
}

#menu-language-dropdown-1 li.wpml-ls-current-language > a .dropdown {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #f97d1b;
	margin-right: auto;
	align-self: center;
	display: block;
}

body.acp-contrast-dark #acp-body-wrap *,
body.acp-contrast-dark #acp-body-wrap label,
body.acp-contrast-dark .nav .menu li > a {
	color: white !important;
}

body.acp-contrast-bright .nav .menu li > a span,
body.acp-contrast-dark .nav .menu li > a span {
	background-color: transparent !important;
}

.acp-contrast-dark .breadcrumbs .wrap span,
.acp-contrast-dark .breadcrumbs .wrap a {
	display: inline-block !important;
}

.page-template-default .txtpage ul li,
.otherexam-template-default .pgtxt ul li,
.services-template-default .pgtxt ul li,
.post-template-default .pgtxt ul li,
.single-news .pgtxt ul li {
	list-style-type: disc;
}

.page-template-default .txtpage ol li,
.otherexam-template-default .pgtxt ol li,
.services-template-default .pgtxt ol li,
.post-template-default .pgtxt ol li,
.single-news .pgtxt ol li {
	list-style-type: decimal;
}

.single-news .pgtxt a {
	/*text-decoration: underline !important;*/
}

.page-template-default .txtpage h4,
.otherexam-template-default .pgtxt h4,
.post-template-default .pgtxt h4,
.single-news .pgtxt h4 {
	font-size: 1.4em;
}

.page-template-default .txtpage h5,
.otherexam-template-default .pgtxt h5,
.post-template-default .pgtxt h5,
.single-news .pgtxt h5 {
	font-size: 1.2em;
}

.page-template-default .txtpage h6,
.otherexam-template-default .pgtxt h6,
.post-template-default .pgtxt h6,
.single-news .pgtxt h6 {
	font-size: 1em;
}

.page-template-default .txtpage h2,
.otherexam-template-default .pgtxt h2,
.services-template-default .pgtxt h2,
.post-template-default .pgtxt h2,
.single-news .pgtxt h2 {
	font-size: 2.2em;
}

.page-template-default li,
.post-template-default li,
.single-news .pgtxt li {
	font-size: 1.3em;
}

.single-news .pgtxt h4 {
	font-size: 1.4em;
}

.otherexam-template-default .pgtxt li,
.services-template-default .pgtxt li,
.news-template-default .pgtxt li,
.post-template-default .pgtxt li,
.page-template-default .txtpage li {
	font-size: 24px;
}

/*.page-template-default .txtpage h2{*/
/*    margin: 20px 0;*/

/*}*/
/*.page-template-default .txtpage p{*/
/*    font-size: 24px;*/
/*}*/

.otherexam-template-default .pgtxt h2 span,
.services-template-default .pgtxt h2 span,
.news-template-default .pgtxt h2 span,
.post-template-default .pgtxt h2 span,
.page-template-default .txtpage h2 span {
	font-size: 1em;
}

.otherexam-template-default .pgtxt h3 span,
.services-template-default .pgtxt h3 span,
.news-template-default .pgtxt h3 span,
.post-template-default .pgtxt h3 span,
.page-template-default .txtpage h3 span {
	font-size: 1.05em;
}

/*.page-template-default .txtpage ol{*/
/*    padding: 0 20px;*/
/*}*/

.otherexam-template-default .pgtxt ul,
.services-template-default .pgtxt ul,
.news-template-default .pgtxt ul,
.post-template-default .pgtxt ul,
.page-template-default .txtpage ul {
	padding: 0 20px;
}

.otherexam-template-default .pgtxt ol,
.services-template-default .pgtxt ol,
.news-template-default .pgtxt ol,
.post-template-default .pgtxt ol,
.page-template-default .txtpage ol {
	padding: 0 20px;
}

.otherexam-template-default .pgtxt li,
.services-template-default .pgtxt li,
.post-template-default .pgtxt li,
.page-template-default .txtpage li {
	margin-top: 10px;
}

html[lang='en-US'] .otherexam-template-default .pgtxt li,
html[lang='en-US'] .services-template-default .pgtxt li,
html[lang='en-US'] .news-template-default .pgtxt li,
html[lang='en-US'] .post-template-default .pgtxt li,
html[lang='en-US'] .page-template-default .txtpage li {
	font-size: 22px;
	line-height: 1.3;
}

html[lang='en-US'] .otherexam-template-default .pgtxt p,
html[lang='en-US'] .services-template-default .pgtxt p,
html[lang='en-US'] .news-template-default .pgtxt p,
html[lang='en-US'] .post-template-default .pgtxt p,
html[lang='en-US'] .page-template-default .txtpage p {
	
	font-size: 22px;
	line-height: 1.3;
}

html[lang='en-US'] .otherexam-template-default .pgtxt span,
html[lang='en-US'] .services-template-default .pgtxt span,
html[lang='en-US'] .news-template-default .pgtxt span,
html[lang='en-US'] .post-template-default .pgtxt span,
html[lang='en-US'] .page-template-default .txtpage span {
	font-size: 22px;
	line-height: 1.3;
}
html[lang='en-US'] .otherexam-template-default .pgtxt h2 span,
html[lang='en-US'] .services-template-default .pgtxt h2 span,
html[lang='en-US'] .news-template-default .pgtxt h2 span,
html[lang='en-US'] .post-template-default .pgtxt h2 span,
html[lang='en-US'] .page-template-default .txtpage h2 span {
	font-size: inherit;
}
html[lang='en-US'] .otherexam-template-default .pgtxt h3 span,
html[lang='en-US'] .services-template-default .pgtxt h3 span,
html[lang='en-US'] .news-template-default .pgtxt h3 span,
html[lang='en-US'] .post-template-default .pgtxt h3 span,
html[lang='en-US'] .page-template-default .txtpage h3 span {
	font-size: inherit;
	font-weight: 600;
}

.reader-hide {
   	opacity: 0;
	position: absolute;
	z-index: -1;
}

#menu-header li.menu-item.menu-item-has-children:hover ul.sub-menu {
  display: block !important;
}
.pgtxt a{
	color:#f97d1b;
}
.pgtxt span{
	font-size:1em;
}

html[lang = ar] body.search .pagetitle h1{
	direction:ltr;
}
html[lang='en-US'] .otherexam-template-default .pgtxt h2 span,
html[lang='en-US'] .services-template-default .pgtxt h2 span,
html[lang='en-US'] .news-template-default .pgtxt h2 span,
html[lang='en-US'] .post-template-default .pgtxt h2 span,
html[lang='en-US'] .page-template-default .txtpage h2 span {
	font-size: reverte;
}
html[lang='en-US'] .otherexam-template-default .pgtxt h3 span,
html[lang='en-US'] .services-template-default .pgtxt h3 span,
html[lang='en-US'] .news-template-default .pgtxt h3 span,
html[lang='en-US'] .post-template-default .pgtxt h3 span,
html[lang='en-US'] .page-template-default .txtpage h3 span {
	font-size: revert;
	font-weight: revert;
}
/*New code*/
.hmenu ul.sub-menu {
	display: none;
}

#menu-header-final li.menu-item.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
}

#menu-header-final-ar li.menu-item.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
}

.menu-item-has-children > a span.arrm {
    display: none;
}

ul#menu-header li ul li a:hover {
    background: #f78334;
    color: #fff;
}

#menu-header-final li ul li a:hover {
    background: #f78334;
    color: #fff;
}

#menu-header-final-ar li ul li a:hover {
    background: #f78334;
    color: #fff;
}

.menu > li > ul li:hover a {
  background-color: transparent;
}

.menu > li > ul li:hover {
    background-color: transparent;
}
@media screen and (max-width: 1300px) {
.menu-item-has-children > a span.arrm {
    display: block;
    position: absolute;
/*     background: url(images/arrow-down.png) no-repeat center center; */
    width: 36px;
    height: 36px;
    cursor: pointer;
    left: 0px;
    right: unset;
    background-color: #fc6a35;
    top: 0px;
    border: solid 1px #fff;
}
.menu-item-has-children ul.sub-menu a span.arrm {
    display: none;
}
}