.footer-bottom a {
	color: #f39c12;
}
.footer-top .training-con ul li a {
	padding-right: 10px;
	color: #f39c12;
	display: inherit;
}

.footer-top .nav > li > a {
	position: relative;
	display: block;
	padding: 0px 15px;
}

.footer-top ul.nav li > a:hover {
	background-color: transparent;
}

header .main-header .main-menus nav .mamnu li.active > a {
	background: #f39c12;
	-webkit-clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
	clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
}

.contact-area .form-area form fieldset .feld input[type="checkbox"] {
	width: initial !important;
	border: 1px solid #e1e1e1;
	padding: 0 !important;
	height: 18px !important;
	transition: all 0.3s;
}

.contact-area .form-area form fieldset .feld select {
	height: 50px !important;
	width: initial !important;
}

.contact-area .form-area form fieldset .feld span {
	position: relative !important;
	right: 0 !important;
	top: 0;
	line-height: 36px !important;
	height: 50px !important;
	color: #797979;
	transition: all 0.3s;
}

div.required label.control-label:after {
	content: ' *';
	color: #d64635;
}

.overlay-context {
	position: relative; }

.overlay-wrapper {
	width: 100%;
	height: 100%;
	padding: 0.5em 1em;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: rgba(255, 255, 255, 0.5);
	text-align: center; }
.overlay-wrapper:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle; }
.overlay-wrapper .overlay-body {
	padding-left: 2em;
	display: inline-block;
	position: relative;
	text-align: left; }
.overlay-wrapper .overlay-body:before {
	content: '\f110';
	font-family: 'FontAwesome';
	font-size: 1.8em;
	display: block;
	-webkit-animation: fa-spin 1s infinite steps(10);
	-moz-animation: fa-spin 1s infinite steps(10);
	-o-animation: fa-spin 1s infinite steps(10);
	animation: fa-spin 1s infinite steps(10);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px; }

body.overlay-context > .overlay-wrapper {
	position: fixed;
	z-index: 1000005;
	background: rgba(54, 65, 80, 0.4); }


.login_form_wrapper .help-block {
	width: auto;
	text-align: inherit;
}

.alert {
	position: relative;
	padding: 1em;
	margin: 0;
	border-radius: 0;
	line-height: normal; }
.alert > .close {
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.5em; }
.alert.alert-icon {
	padding-left: 3.5em;
	padding-right: 2.5em; }
.alert.alert-icon:before {
	font-family: 'FontAwesome';
	font-size: 4em;
	position: absolute;
	left: 0.25em;
	top: 50%;
	margin-top: -0.5em;
	opacity: 0.5; }

body > .alert {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	padding: 2.1875em;
	text-align: center; }
body > .alert > .close {
	right: 0.5em;
	margin-top: -0.5em;
	font-size: 2em; }
body > .alert.alert-icon {
	padding-left: 5.625em;
	padding-right: 3em; }

.alert-info {
	color: #ffffff;
	background-color: rgba(34, 209, 210, 0.98);
	border-color: #22d1d2; }
.alert-info.alert-icon:before {
	content: "";
	color: #ffffff; }

.alert-success {
	color: #ffffff;
	background-color: rgba(138, 206, 86, 0.98);
	border-color: #8ace56; }
.alert-success.alert-icon:before {
	content: "";
	color: #ffffff; }

.alert-warning {
	color: #ffffff;
	background-color: rgba(241, 187, 21, 0.98);
	border-color: #f1bb15; }
.alert-warning.alert-icon:before {
	content: "";
	color: #ffffff; }

.alert-danger {
	color: #ffffff;
	background-color: rgba(245, 80, 96, 0.98);
	border-color: #f55060; }
.alert-danger.alert-icon:before {
	content: "";
	color: #ffffff; }

.videos-area {
	position: relative;
	z-index: 999;
	display: block;
}
.videos-area .video-popups {
	display: block;
	margin: 0 0 45px;
}
.videos-area .video-popups a {
	display: inline-block;
	height: 115px;
	line-height: 115px;
	color: #fff;
	background: transparent;
	position: relative;
	padding: 0 50px;
	border: 2px solid #878244;
	font-size: 30px;
	-webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
	clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
	transition: all 0.3s;
}
.videos-area .video-popups a:after {
	content: '';
	position: absolute;
	left: 12px;
	top: -3px;
	bottom: -3px;
	width: 2px;
	background: #878244;
	transform: rotate(13deg);
	transition: all 0.3s;
}
.videos-area .video-popups a:before {
	content: '';
	position: absolute;
	right: 12px;
	top: -3px;
	bottom: -3px;
	width: 2px;
	background: #878244;
	transform: rotate(13deg);
	transition: all 0.3s;
}
.videos-area .video-popups a:hover {
	-webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
	clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
}
.videos-area .video-popups a:hover:after {
	content: '';
	position: absolute;
	left: 12px;
	top: -3px;
	bottom: -3px;
	width: 2px;
	background: #878244;
	transform: rotate(-13deg);
	transition: all 0.3s;
}
.videos-area .video-popups a:hover:before {
	content: '';
	position: absolute;
	right: 12px;
	top: -3px;
	bottom: -3px;
	width: 2px;
	background: #878244;
	transform: rotate(-13deg);
	transition: all 0.3s;
}

.dropdown-menu {
	display: initial;
	background: transparent;
}

.mean-container .mean-nav .dropdown-menu {
	float: left;
	width: 100%;
	background: #0c1923;
}

.breadcumb-area .breadcumb .content-home {
	line-height: 70px;
	height: auto;
	position: relative;
	z-index: 999;
}

.map-conts {
	max-width: 480px;
}

/* Share */
.social-share-section {
	/*border-top: 1px solid #ddd;*/
}

.social-share-section .social-share-section__title {
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 15px;
}
.social-share-section .btn {
	padding: 10px;
}

.img-ratio {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 56%;
}

.article-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}

.form-verify-field {
	display: none !important; }

.feld input {
	width: 100%;
	border: 1px solid #e1e1e1;
	padding: 0 15px;
	height: 50px;
	transition: all 0.3s;
}

.login_remember_box .forget_password {
	font-size: 16px !important;
	color: #f39c12;
	font-weight: 500;
	text-decoration: none;
}

.action-link {
	font-size: 16px !important;
	color: #f39c12;
	font-weight: 500;
	text-decoration: none;
}

.price-area .price-lists .phead .prices {
	position: relative;
	left: 0;
	right: 0;
 	width: 100%;
 	height: 130px;
	 border-radius: 0;
	border: 2px solid #f39c12;
	margin: 0 auto;
	bottom: -64px;
	background: #fff;
	z-index: 999;
	transition: all 0.3s;
}

.price-area .price-lists.active {
	background: #fbfbfb;
}
.price-area .price-lists.active .phead .prices {
	background: #f39c12;
}
.price-area .price-lists.active .phead .prices strong {
	color: #fff;
}
.price-area .price-lists.active .phead .prices span {
	color: #fff;
}

.btn-action {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	/* background: #f39c12; */
	text-transform: uppercase;
	/* font-weight: 500; */
	color: #fff;
	cursor: pointer;
	text-transform: capitalize;
	-webkit-clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
	/* clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%); */
}

.price-area .price-lists .phead {
	position: relative;
	display: block;
	border-bottom: 0px;
}

.price-area .price-lists .pbody {
	padding: 150px 0px 0px;
}

.modal-open {
	overflow: hidden !important;
}
.modal-open .page-header,
.modal-open .page-content,
.modal-open .page-footer,
.modal-open .page-cta {
	filter: blur(4px);
}
.modal-open .modal {
	height: 100%;
	display: flex;
}
.modal-open .modal .modal-dialog {
	margin: auto;
}

.modal-backdrop {
	z-index: 10000 !important;
}

.modal {
	z-index: 10010 !important;
}
.modal .modal-title {
	font-weight: 700;
	font-size: 16px;
}
.modal .modal-content {
	border-radius: 0;
}
.modal.bootstrap-dialog .modal-header {
	border-radius: 0;
}

.close {
	text-indent: inherit;
	background-image: none !important;
}

.modal-backdrop ~ .modal-backdrop {
	z-index: 10010 !important;
}

.modal ~ .modal {
	z-index: 10020 !important;
}

.bootstrap-dialog {
	z-index: 1001000 !important;
}

.mobilemenu .dropdown .caret {
	display: none !important;
}

.form-verify-field {
	display: none !important;
}

.work-email input[type="email"] {
	position: fixed;
	top: -9999px;
	left: -9999px;
}

.bootstrap-datetimepicker-widget {
	background: #ffffff;
}

.select2 {
	width: 100%;
	border-radius: 4px;
	height: 50px;
}

.select2-container .select2-selection--single {
	height: 49px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
	border-left: 0;
	height: 45px;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
	padding: 6px 6px;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
	top: 0.6rem;
	right: 1.5rem;
}

.auth-clients-holder {
	display: inline-block;
	vertical-align: top;
}

.btn-google {
	background-color: #d93025;
	border-color: #d93025;
}

.btn-google > i.fa {
	color: #d93025;
}

.btn-facebook {
	background-color: #1877f2;
	border-color: #1877f2;
}

.btn-facebook > i.fa, .btn-google > i.fa {
	position: relative;
	width: 40px;
	line-height: 30px;
}

.loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #f39c12;
	top: 50%;
	animation: loader 5s infinite ease;
}

.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #f39c12;
	animation: loader-inner 5s infinite ease-in;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}

.gap0 {
	margin: 0 !important; }

.gap-t-0 {
	margin-top: 0 !important; }

.gap-t-xxs {
	margin-top: em(5px) !important; }

.gap-t-xs {
	margin-top: em(10px) !important; }

.gap-t-sm {
	margin-top: em(16px) !important; }

.gap-t-md {
	margin-top: em(24px) !important; }

.gap-t-lg {
	margin-top: em(36px) !important; }

.gap-t-xlg {
	margin-top: em(46px) !important; }

.gap-b-0 {
	margin-bottom: 0 !important; }

.gap-b-xxs {
	margin-bottom: em(5px) !important; }

.gap-b-xs {
	margin-bottom: em(10px) !important; }

.gap-b-sm {
	margin-bottom: em(16px) !important; }

.gap-b-md {
	margin-bottom: em(24px) !important; }

.gap-b-lg {
	margin-bottom: em(36px) !important; }

.gap-b-xlg {
	margin-bottom: em(46px) !important; }

.gap-l-0 {
	margin-left: 0 !important; }

.gap-l-xxs {
	margin-left: em(5px) !important; }

.gap-l-xs {
	margin-left: em(10px) !important; }

.gap-l-sm {
	margin-left: em(16px) !important; }

.gap-l-md {
	margin-left: em(24px) !important; }

.gap-l-lg {
	margin-left: em(36px) !important; }

.gap-l-xlg {
	margin-left: em(46px) !important; }

.gap-r-0 {
	margin-right: 0 !important; }

.gap-r-xxs {
	margin-right: em(5px) !important; }

.gap-r-xs {
	margin-right: em(10px) !important; }

.gap-r-sm {
	margin-right: em(16px) !important; }

.gap-r-md {
	margin-right: em(24px) !important; }

.gap-r-lg {
	margin-right: em(36px) !important; }

.gap-r-xlg {
	margin-right: em(46px) !important; }

.p0 {
	padding: 0 !important; }

.pad-t-0 {
	padding-top: 0 !important; }

.pad-b-0 {
	padding-bottom: 0 !important; }

.login-btn {
	background: #f39c12 !important;
}

.login-btn:hover {
	background: #00664e !important;
}

@media (max-width: 767px) {
	.login-btn {
		color: #fff !important;
		clip-path:none;
	}
}

