@charset "utf-8";
/* CSS Document */
/* Default Class < */
html {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
}
body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #FFF;
}
a:active {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:link {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:visited {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:not([href]) {
   cursor: pointer;
}
button,
textarea,
input,
select,
a{
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 	-webkit-tap-highlight-color: transparent;
}
button:focus {
    outline: none;
	border: none;
   -moz-outline-style: none;
}
button:active {
    outline: none;
	border: none;
  -moz-outline-style: none;
}
/*
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
	border: none;
   -moz-outline-style: none;
}
input:active,
select:active,
textarea:active,
button:active {
    outline: none;
	border: none;
  -moz-outline-style: none;
}
*/
a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
	overflow-x:hidden;
}
.modal-body::-webkit-scrollbar {
  	width: 5px;
	border-radius: 8px;
}
.modal-body::-webkit-scrollbar-track {
  	background: #f1f1f1;
	border-radius: 8px;
}
.modal-body::-webkit-scrollbar-thumb {
  	background: #ccc;
	border-radius: 8px;
}
.modal-body::-webkit-scrollbar-thumb:hover {
  	background: #F59E36;
}
.my-error-class {
    color:red;
	padding-top: 5px;
	margin-bottom: 0px !important;
	font-weight: 400 !important;
}
.my-valid-class {
    color:green;
	padding-top: 5px;
	font-weight: 400 !important;
}
.uppercase{
    text-transform:uppercase !important;
}
.r-bg {
	background-color: inherit !important;
}
.form-control:focus {
  border-color: #c1c1c1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0), 0 0 8px rgba(255, 0, 0, 0.0);
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.link-o {
	color: #000;
	text-decoration: none;
}
.link-o:hover {
	color: #F59E36;
	text-decoration: none;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	h4 {
		font-size: 16px;
	}
}

.footer-main-content h6 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
/* Sticky column < */
.sticky {
    position: -webkit-sticky;
    position: sticky;
   /* top: 100px;*/
}
.sticky:before,
.sticky:after {
    content: '';
    display: table;
}
/* Sticky column >*/
/* Sticky school column < */
.sticky-school {
    position: -webkit-sticky;
    position: sticky;
    top: 175px;
}
.sticky-school:before,
.sticky-school:after {
    content: '';
    display: table;
}
/* Sticky school column >*/
.bg-o {
	background-color: #F59E36;
}
.bg-whatsapp {
	background-color: #00E676;
}
.bg-whatsapp i {
	font-size: 24px;
	top: 2px !important;
}
.bg-b {
	background-color: #034AB2;
}
.bg-g {
	background-color: #F6F7FA;
}
.bg-w {
	background-color: #FFF;
}
.color-w {
	color: #FFF !important;
}
.color-0 {
	color: #000 !important;
}
.color-b {
	color: #0448B2;
}
.color-o {
	color: #F59E36;
}
.color-r {
	color: #E90101;
}
.border-b {
	border-bottom: solid 1px #EEEEEE;
}
.border-t {
	border-top: solid 1px #EEEEEE;
}
.border-l {
	border-left: solid 1px #EEEEEE;
}
.border-r {
	border-right: solid 1px #EEEEEE;
}
.border-b-m {
	border-bottom: none;
}
.border-t-m {
	border-top: none;
}
.border-l-m {
	border-left: none;
}
.border-r-m {
	border-right: none;
}
.bg-color-1 {
	background-color: #F9DED3;
}
.bg-color-2 {
	background-color: #DAD9F8;
}
.bg-color-3 {
	background-color: #FFF5DC;
}
.bg-color-4 {
	background-color: #FCDCDD;
}
.bg-color-5 {
	background-color: #DFFCF8;
}
.btn-w {
	background-color: #FFF;
	color: #141414;
	border-radius: 24px;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-w:hover {
	background-color: #034AB2;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-o {
	background-color: #F59E36;
	color: #FFF;
	border-radius: 24px;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-o:hover {
	background-color: #FFF;
	color: #F59E36;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-download {
	background-color: #F59E36;
	color: #FFF;
	border-radius: 24px;
	font-weight: 700;
	padding: 5px 40px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-download:hover {
	background-color: #034AB2;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-r {
	background-color: #D51119;
	border: solid 1px #D51119;
	color: #FFF !important;
	border-radius: 24px;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-r:hover {
	background-color: #FFF;
	border: solid 1px #D51119;
	color: #D51119 !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-r-outline {
	background-color: #FFF;
	border: solid 1px #D51119;
	color: #D51119;
	border-radius: 24px;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-r-outline:hover {
	background-color: #D51119;
	border: solid 1px #D51119;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-cl {
	background-color: #FBAA89;
	color: #FFF !important;
	border-radius: 24px;
	font-weight: 700;
	padding: 5px 20px 7px 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-cl:hover {
	background-color: #F5A13D;
	color: #FFF !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-ob {
	background-color: #F59E36;
	color: #FFF !important;
	border-radius: 24px;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-ob:hover {
	background-color: #034AB2;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-ob-r-b {
	background-color: #F59E36;
	color: #FFF;
	border-radius: 10px;
	font-weight: 700;
	padding: 15px 20px;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-ow:hover {
	background-color: #034AB2;
	border: solid 1px #FFF;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-ow p {
	margin: 0;
	padding: 0;
}
.btn-edit {
	background-color: #28a745;
	color: #FFF !important;
	border-radius: 24px;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-edit:hover {
	background-color: #034AB2;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-edit i {
	font-weight: 400;
}
.border-edit {
	border: solid 1px #E4E4E4;
	border-radius: 10px;
	padding: 15px;
}
.input-line {
	background: inherit !important;
	background-color: inherit !important;
	border-color: inherit !important;
	border: none;
	border-bottom: solid 1px #FFF;
	padding: 20px 30px;
	color: #FFF !important;
	border-radius: 0;
	box-shadow: none !important;
	-webkit-appearance: none;
}
.input-line::placeholder {
	color: #FFF;
	font-weight: 300;
}
.img-maillist {
	height: 50px;
	margin-top: -10px;
}
.input-icon {
	left: 0;
	top: 0;
	margin-left: 18px;
	margin-top: 12px;
	position: absolute;
	z-index: 2;
	color: #FFF;
	font-size: 18px;
}
@media only screen and (max-width: 767px) {
	.input-line {
		background: inherit !important;
		background-color: inherit !important;
		border-bottom: none;
		border-color: #FFFFFF;
		border: solid 1px #FFFFFF;
		padding: 20px 40px;
		color: #FFF;
		-webkit-appearance: none;
		border-radius: 24px;
	}
	.input-icon {
		left: 0;
		top: 0;
		margin-left: 30px;
		margin-top: 12px;
		position: absolute;
		z-index: 2;
		color: #FFF;
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.border-b-m {
		border-bottom: solid 1px #EEEEEE;
	}
	.border-t-m {
		border-top: solid 1px #EEEEEE;
	}
	.border-l-m {
		border-left: solid 1px #EEEEEE;
	}
	.border-r-m {
		border-right: solid 1px #EEEEEE;
	}
}
.top-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600
}
.top-menu li {
	float: left;
	border-right: solid 1px #EEEEEE;
	padding: 10px 15px;
}
.top-menu li:last-child {
	border-right: none;
	padding: 10px 0 10px 15px;
}
.top-menu li:first-child {
	padding: 10px 15px 10px 0;
}
.top-menu li a {
	color: #787878;
	text-decoration: none;
	cursor: pointer;
}
.top-menu li a:hover {
	color: #F59E36;
}
.top-phone-icon {
	transform: rotate(-40deg);
	font-size: 18px;
	margin-right: 5px;
}
.top-whatsapp-icon {
	color: #00E676;
	font-size: 18px;
}
.top-whatsapp-icon:hover {
	color: #00AA57;
}
.main-logo {
	width: 150px;
}
.btn-circle {
  	width: 40px;
  	height: 40px;
  	line-height: 40px;
  	text-align: center;
  	padding: 0;
  	border-radius: 50%;
}
.btn-circle i {
  	position: relative;
  	top: -1px;
}
.navbar-dropdown-info {
	margin: 15px 30px;
}
.navbar-main-link {
	margin-bottom: 15px;
}
.navbar-main-link a {
	color: #0448B2 !important;
	font-weight: 700 !important;
}
.navbar-main-link a:hover {
	color: #F59E36 !important;
}
.navbar-menu {
	margin: 0 0 20px 0;
	padding: 0;
}
.navbar-menu li {
	list-style: none;
	padding: 0 0 !important;
	font-size: 14px;
	line-height: 30px;
}
.navbar-menu li a {
	font-weight: 400 !important;
}
/* Navbar Animation < */
.navbar {
	transition-duration: 0.6s;
}
.navbar-scroll {
	-webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	transition-duration: 0.3s;
}
.top-bar {
	transition-duration: 0.3s;
	animation: up 0.6s forwards;
}
.main-menu {
	padding-bottom : 1.5rem;
	padding-top : 1.5rem;
	transition-duration: 0.6s;
	animation: paddingUp 0.6s forwards;
}
.navbar-scroll .top-bar {
	animation: down 0.6s forwards;
}
.navbar-scroll .main-menu {
	animation: paddingDown 0.6s forwards;
}
.main-logo {
	transition-duration: 0.6s;
	animation: logoImageSizeUp 0.6s forwards;
}
.navbar-scroll .main-logo {
	animation: logoImageSizeUp 0.6s forwards;
}
.navbar-scroll .main-logo {
	animation: logoImageSizeDown 0.6s forwards;
}
@-webkit-keyframes up {
	0%   { margin-top: -45px;}
	100%  { margin-top: 0px;}
}
@-webkit-keyframes down {
	0%   { margin-top: 0px;}
	100%  { margin-top: -45px;}
}
@-webkit-keyframes paddingDown {
	0%   { 
		padding-bottom : 1.5rem;
		padding-top : 1.5rem;
	}
	100%   { 
		padding-bottom : .2rem;
		padding-top : .3rem;
	}
}
@-webkit-keyframes paddingUp {
	0%   { 
		padding-bottom : .5rem;
		padding-top : .3rem;
	}
	100%   { 
		padding-bottom : 1.5rem;
		padding-top : 1.5rem;
	}
}
@-webkit-keyframes logoImageSizeDown {
	0%   { width: 150px;}
	100%  { width: 100px; }
}
@-webkit-keyframes logoImageSizeUp {
	0%   { width: 100px;}
	100%  { width: 150px; }
}
@media only screen and (max-width: 767px) {
	#myScrollspy {
		position: inherit;
	}
	.main-menu {
		padding-bottom : .6rem;
		padding-top : .5rem;
		animation: none !important;
	}
	.main-logo {
		width: 100px;
		animation: none !important;
	}
	.top-bar {
		animation: none !important;
	}
	.navbar-scroll {
		-webkit-box-shadow: inherit !important;
		-moz-box-shadow: inherit !important;
		box-shadow: inherit !important;
	}
	.navbar-scroll .top-bar {
		animation: none !important;
	}
	.navbar-scroll .main-menu {
		animation: none !important;
	}
	.navbar-scroll .main-logo {
		animation: none !important;
	}
	.navbar-scroll .main-logo {
		animation: none !important;
	}
}

/* Navbar Animation > */
.btn-rounded-custom {
	width: auto;
  	height: 40px;
	text-align: center;
	border-radius: 25px;
	font-size: 14px;
	padding: 0 20px;
}
.navbar-button {
	padding-top: 0;
}
.navbar .dropdown-toggle::after {
	display: none;
}
.navbar-nav li {
	padding: 0 10px;
}
.navbar-nav .nav-item:not(:last-child) {
   	border-right: 1px solid #ABABAF;
}
.navbar-nav .nav-item:nth-last-child(2) {
   	border-right: none;
	padding: 0 0 0 10px;
}
.navbar-nav li a {
	color: #515151;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}
.navbar-nav li a:hover {
	color: #F59E36;
}
.nav-link {
    padding: 0.3rem 1rem;
}
.navbar-more {
	border: solid 1px #ABABAF;
	padding: 0.3rem 7px;
}
.navbar-more:hover {
	border: solid 1px #F59E36;
}
.top-dropdown {
	position: absolute;
	top: 9px !important;
	left: -16px !important;
	font-size: 14px;
	color: #000;
	border-color: #EEEEEE;
	border-radius: 0 0 5px 5px !important;
}
.top-dropdown .dropdown-item {
	border-bottom: solid 1px #EEEEEE;
	padding: 10px 25px;
	min-width: 200px;
}
.top-dropdown .dropdown-item:last-of-type {
	border-bottom: none;
}
.top-dropdown .dropdown-item:focus {
	background-color: #F59E36;
	color: #FFF;
}
.dropdown-menu {
	border-radius: 15px;
	border: none;
	-webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
}
.dropdown-menu {
	display: block;
	visibility: hidden;
	opacity:0;
	transform: translateY(30px);
	transition:.5s ease all;
}
.dropdown-menu.show {
	display: block;
	visibility: visible;
	opacity:1;
	transform: translateY(0px);
	transition:.5s ease all;
}
.navbar-image-menu-title {
	margin: 15px 0;
}
.navbar-image-menu-title a {
	color: #474747;
	font-weight: 700 !important;
	font-size: 14px;
	line-height: 19px;
}
.navbar-image-menu-container {
  	overflow: hidden;
  	margin: 0;
    height: 300px;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.navbar-image-menu-container img {
   	width: 100%;
  	height: 300px;
  	object-fit: cover;
    cursor: pointer;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.navbar-image-menu:hover img {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.navbar-image-menu:hover a {
    color: #F59E36;
}
@media only screen and (max-width: 767px) {
    .top-menu li {
		padding: 10px 10px;
		height: 40px;
		font-size: 12px;
	}
	.top-menu li:nth-child(2) {
		padding: 13px 10px;
	}
	.top-menu li:last-child {
		font-size: 14px;
		padding: 12px 0 12px 10px;
	}
	.main-logo {
		width: 100px;
	}
	.btn-rounded-custom {
		width: 40px;
  		height: 40px;
  		line-height: 40px;
  		text-align: center;
  		padding: 0;
  		border-radius: 50%;
	}
	.btn-rounded-custom i {
	  	position: relative;
	  	top: -1px;
	}
	.navbar-nav  {
		flex-direction:row;
		align-items: center;
  		justify-content: center;
	}
	.navbar-nav li {
		padding: 0 5px;
	}
	.navbar-more {
		margin-left: 10px;
		padding: 0.3rem 10px !important;
	}
	.navbar-nav .nav-item:not(:last-child) {
   		border-right: 1px solid #EEEEEE;
	}
	.navbar-nav .nav-item:nth-last-child(2) {
   		border-right: none;
		padding: 0 0 0 5px;
	}
	.navbar-nav .dropdown-menu {
    	position:absolute;
	}
	.dropdown-menu {
		border-radius: 0 0 15px 15px;
		border: none;
		border-top: solid 1px #eeeeee;
		margin-top: 5px;
		-webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	}
	.navbar .row {
		margin-right: 0;
    	margin-left: 0;
	}
	.navbar .px-5 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-dropdown-info {
		font-size: 14px;
		line-height: 22px;
	}
	.navbar-main-link {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.navbar-image-menu-container {
    	height: auto;
	}
	.navbar-image-menu-container img {
  		height: auto;
	}
}
.reset-navbar-image-menu-padding {
	padding-left: 5px;
	padding-right: 5px;
}
.reset-color-menu-padding {
	padding-left: 7px;
	padding-right: 7px;
	list-style: none;
}
.color-menu {
	padding: 15px 15px 15px 20px;
	border-radius: 8px;
	height: 90px;
	overflow: hidden;
}
.color-menu-text {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
}
.color-menu-text a {
	color: #1F2330 !important;
}
.color-menu-text a:hover {
	color: #F59E36 !important;
}
.color-menu-icon {
	background-color: #F5F5F5;
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	min-height: 30px !important;
	line-height: 30px;
	margin-left: 10px;
	text-align: center;
}
.color-menu-icon i {
	color: #1F2330;
	font-size: 16px;
	margin-left: 3px;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu-seperator {
	border-right: solid 1px #2D71D2;
}
.footer-menu li {
	padding: 5px 3px;
	font-size: 12px;
}
.footer-menu li::before {
  	content: "";  
	width: 7px;
	height: 7px;
	background-color: #F59E36;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.footer-menu li a {
	text-decoration: none;
	display: table;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.footer-menu li a:hover {
	text-decoration: none;
	color: #F59E36;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.footer-phone a {
	color: #FFF;
	font-weight: 700;
	font-size: 24px;
	text-decoration: none;
}
.footer-phone a:hover {
	color: #F59E36;
}
.footer-phone a i {
	font-size: 24px;
}
.footer-mail a {
	color: #FFF;
	text-decoration: none;
}
.footer-mail a:hover {
	color: #F59E36;
	text-decoration: none;
}
.footer-offices {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-offices li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.footer-offices li .btn {
	background-color: #FFF;
	border-radius: 4px;
	color: #000;
	font-weight: 700;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.footer-offices li .btn:hover {
	background-color: #F59E36;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.footer-offices li:last-child {
	margin-right: 0;
	float: none;
}
.footer-info {
	font-size: 12px;
	padding-right: 30px;
}
@media only screen and (max-width: 767px) {
	.footer-menu-seperator {
		border-right: none;
	}
}
.copyright-bar {
	background-color: #0A40AD;
	color: #FFF;
}
.footer-social {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-social li {
	float:left;
	margin-right: 20px;
}
.footer-social li:last-child {
	float: none;
	margin-right: 0;
}
.footer-social li a {
	color: #FFF;
	font-size: 18px;
}
.footer-social li a:hover {
	color: #F59E36;
}
.w-box {
	position: relative;
	background-color: #FFF;
	border-radius: 15px;
	-webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
	padding: 30px 30px 35px 30px;
	margin-bottom: 30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.w-box:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.w-box-button {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #F59E36;
	color: #FFF;
	font-weight: 600;
	padding: 7px 20px;
	border-radius: 15px 0 15px 0;
}
.w-box-button:hover {
	background-color: #034AB2;
	color: #FFF;
}
.w-box h2 {
	font-weight: 700;
	color: #474747;
}
.w-box-info {
	color: #606060;
	line-height: 22px;
}
.w-box-info a {
	color: #F59E36;
	font-weight: 700;
	text-decoration: none;
}
.w-box-info a:hover {
	color: #034AB2;
	text-decoration: none;
}
.w-box-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	
}
@media only screen and (max-width: 767px) {
	.w-box-button {
		padding: 10px 20px;
		border-radius: 0 0 15px 15px;
		width: 100%;
	}
}
.ul-column-2 {
	column-count: 2;
}
.ul-column-3 {
	column-count: 3;
}
.ul-column-4 {
	column-count: 4;
}
.ul-column-5 {
	column-count: 5;
}
@media only screen and (max-width: 767px) {
	.ul-column-3 {
		column-count: 2;
	}
}

.w-box-ul li {
	margin-bottom: 7px;
}
.w-box-ul li::before {
  	content: "";  
	width: 7px;
	height: 7px;
	background-color: #F59E36;
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}
.w-box-ul li a {
	text-decoration: none;
	display: table;
	color: #000000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.w-box-ul li a:hover {
	text-decoration: none;
	color: #F59E36;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.bg-home-country {
	background-image: url("../../images/home-country.png");
	background-position: bottom right;
	background-size: cover;
	position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .4;
    width: 100%;
    height: 100%;
	border-radius: 15px;
}
.grid {
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-around;
}
.cell {
  flex: 0 0 50%;
  height: auto;
  margin-bottom: 5px;
}
.cell::before {
  	content: "";  
	width: 7px;
	height: 7px;
	background-color: #F59E36;
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}
.cell a {
	text-decoration: none;
	display: table;
	color: #000000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.cell a:hover {
	text-decoration: none;
	color: #F59E36;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media only screen and (max-width: 767px) {
	.bg-home-country {
		background-position: bottom center;
		background-size: cover;
    	opacity: .2;
	}
}
.w-box .color-0 a {
	color: #000;
}
.w-box .color-0 a:hover {
	color: #09469F;
}
.set-padding-y {
	padding-top:75px; 
	padding-bottom:75px; 
}
.set-padding-x {
	padding-left: 10%;
	padding-right: 10%;
}
.content-style {
	margin-bottom: 40px;
	margin-top: 0px;
}
.support-content {
	text-align: center;
	min-height: 390px;
}
.support-content-int {
	margin-top: -20px;
}
.support-content a {
	color: #1F2330;
	text-decoration: none;
}
.support-content a:hover {
	color: #F59E36;
	text-decoration: none;
}
.support-content p {
	color: #747474;
	margin-top: 15px;
}
.support-img {
	position: relative;
}
.support-img img {
	padding: 25%;
}
.support-img-bg {
	/*background-image: url("../img/suportImgBg.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	*/
}
.support-border {
    border: solid 1px #E4E4E4;
    border-radius: 10px;
    text-align: center;
    height: 100%;
	padding:0 15px 25px 15px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.support-border:hover {
    border: solid 1px #F59E36;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.reset-support-mb {
	margin-bottom: 30px;
}
.support-content-int {
	padding-bottom: 15px;
}
.support-link {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.set-padding-y {
		padding-top:35px; 
		padding-bottom:35px; 
	}
	.set-padding-x {
		padding-left: 15px;
		padding-right: 15px;
	}
	.title-style {
		font-size: 24px;
	}
	.content-style {
		margin-bottom: 40px;
		margin-top: 20px;
		width: 100%;
	}
	.reset-mobile-margin {
		margin-top: -50px;
	}
	.reset-support-mb {
		margin-bottom: 10px;
		margin-top:  25px;
		/*
		padding-left: 30px;
		padding-right: 30px;
		*/
	}
}
@media only screen and (max-width: 1366px) {
	.support-img img {
		padding: 20%;
	}
	.support-content-int {
		margin-top: -10px;
	}
}
.c-box {
	padding: 25px 15px 25px 25px;
	border-radius: 8px;
	height: 100%;
	overflow: hidden;
	background-color: #FFF;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.c-box-content {
	margin-top: 30px;
}
.c-box-text {
	color: #000000;
	font-size: 15px;
	font-weight: 600;
}
.c-box-text a {
	color: #1F2330 !important;
	text-decoration: none;
}
.c-box-text a:hover {
	color: #F59E36 !important;
	text-decoration: none;
}
.c-box-icon {
	background-color: #F5F5F5;
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	min-height: 30px !important;
	line-height: 30px;
	text-align: center;
}
.c-box:hover .c-box-icon {
	background-color: #F59E36;
}
.c-box:hover .c-box-icon i {
	color: #FFF;
}
.c-box-icon i {
	color: #1F2330;
	font-size: 16px;
	margin-left: 3px;
}
.c-box-sum {
	border-radius: 50%;
	width: 50px !important;
	height: 50px !important;
	min-width: 50px !important;
	min-height: 50px !important;
	line-height: 50px;
	text-align: center;
	font-weight: 800;
	font-size: 20px;
}
.c-box-sum-flag {
	border-radius: 50%;
	width: 50px !important;
	height: 50px !important;
	min-width: 50px !important;
	min-height: 50px !important;
	line-height: 50px;
	text-align: center;
}
.c-box-sum-flag img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
    border-radius: 50%!important;
}
.c-box-sum-color-1 {
	background-color: #FEE1E6;
	color: #F51C40;
}
.c-box-sum-color-2 {
	background-color: #FFEFE9;
	color: #F98557;
}
.c-box-sum-color-3 {
	background-color: #EBFDFC;
	color: #6CF1E4;
}
.c-box-sum-color-4 {
	background-color: #F9DFFB;
	color: #D20ADB;
}
.c-box-sum-color-5 {
	background-color: #FFEFE9;
	color: #F88557;
}
.c-box-sum-color-6 {
	background-color: #FFF6DE;
	color: #FFB600;
}
.c-box-sum-color-7 {
	background-color: #E9FAFC;
	color: #57D8E6;
}
.c-box-sum-color-8 {
	background-color: #E3F9F1;
	color: #33D095;
}
.c-box:hover .c-box-sum-color-1 {
	background-color: #F51C40;
	color: #FEE1E6;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.c-box:hover .c-box-sum-color-2 {
	background-color: #F98557;
	color: #FFEFE9;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.c-box:hover .c-box-sum-color-3 {
	background-color: #6CF1E4;
	color: #EBFDFC;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.c-box:hover .c-box-sum-color-4 {
	background-color: #D20ADB;
	color: #F9DFFB;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.c-box:hover .c-box-sum-color-5 {
	background-color: #F88557;
	color: #FFEFE9;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.c-box:hover .c-box-sum-color-6 {
	background-color: #FFB600;
	color: #FFF6DE;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.c-box:hover .c-box-sum-color-7 {
	background-color: #57D8E6;
	color: #E9FAFC;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.c-box:hover .c-box-sum-color-8 {
	background-color: #33D095;
	color: #E3F9F1;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.all-content {
	background-color: #F59E36;
	height: 100%;
	padding: 25px 15px 25px 25px;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.all-content:hover {
	background-color: #034AB2;
}
.all-content .c-box-text a {
	color: #FFF !important;
}
.all-content .c-box-content {
	margin-top: 0;
}
.all-content .c-box-icon {
	position: absolute;
	right: 30px;
}
.all-content .c-box-text {
	font-size: 18px;
}
.c-box-bg {
	background-image: url("../../images/home-all-program.jpg");
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.reset-c-box-col {
	margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
	.c-box {
		min-height: 175px;
	}
	.all-content {
		min-height: 175px;
	}
	.c-box-icon {
		display: none;
	}
}
.set-padding-video {
	padding-top:75px; 
	padding-bottom:100px; 
	padding-left: 10%;
	padding-right: 0;
	width: 100%;
	overflow: hidden;
}
.video-container {
	background-color: #FFF;
	padding: 10px;
	border-radius: 15px;
	width: 100%;
	height: auto;
}
.video-container iframe {
	width: 100%;
	height: 400px;
}
.tv-logo {
	margin-top: -15px;
}
.video-thumb {
	background-color: #FFF;
	border-radius: 15px;
	padding: 15px;
}
.video-thumb h6 {
	color: #434343;
	font-size: 14px;
	margin: 0;
	min-height: 45px;
}
.video-thumb p {
	color: #292929;
	font-size: 12px;
}
.video-thumb i {
	color: #FF0000;
	font-size: 40px;
}
.video-thumb a {
	font-size: 14px !important;
	color: #FF0000;
	font-weight: 700;
	text-decoration: none;
}
.video-thumb a i {
	font-size: 14px !important;
	color: #FF0000;
}
.video-thumb a:hover {
	color: #034AB2;
	text-decoration: none;
}
.video-thumb a:hover i {
	color: #034AB2;
	text-decoration: none;
}
.navigation-icon {
    background-color: #FFF;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px;
    text-align: center;
	border: 0;
}
.navigation-icon i {
	color: #034AB2;
	font-size: 18px;
}
.navigation-icon:hover {
	background-color: #F59E36;
}
.navigation-icon:hover i {
	color: #FFF;
}
.reset-mr {
	margin-right: 10%;
}
.reset-m-padding-p {
		padding-right: 10%;
	}
@media only screen and (max-width: 767px) {
	.h1-video {
		font-size: 20px;
		text-align: left;
	}
	.video-container iframe {
		width: 100%;
		height: 200px;
	}
	.set-padding-video {
		padding-top:35px; 
		padding-bottom:35px; 
		padding-left: 0;
		padding-right: 0;
	}
	.navigation-icon {
		display: none;
	}
	.reset-m-padding-video {
		padding-left: 15px;
		padding-right: 15px;
	}
	.reset-m-padding-p {
		padding-left: 15px;
		padding-right: 15px;
	}
	.reset-mr {
		margin-right: 0;
		margin: 0 auto;
	}
}
.services {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 20px;
	
	-webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.services:hover {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.services .icon {
	float: left;
	-ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    justify-content: center;
	padding: 10px;
	margin-right: 10px;
}
.services i {
	font-size: 48px;
}
.services h5 {
	color:#434343;
	font-weight: 600;
}
.services h5 a {
	color:#434343;
	font-weight: 600;
	text-decoration: none;
}
.services p {
	margin-bottom: 0;
	color:#747474;
	font-size: 14px;
}
.services .color-1 {
	color:#E7232A;
}
.services .color-2 {
	color:#cccccc;
}
.services .color-3 {
	color:#23ABE7;
}
.services .color-4 {
	color:#45B815;
}
.services .color-5 {
	color:#23D3E7;
}
.services .color-6 {
	color:#FF8800;
}
.services .color-7 {
	color:#8A8A8A;
}
.services .color-8 {
	color:#8A8A8A;
}
.services .color-9 {
	color:#3100FF;
}
@media only screen and (max-width: 767px) {
	.services {
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
		border-radius: 15px;
		padding: 20px;
		border: solid 1px #EEEEEE;
		margin-bottom: 40px;
		-webkit-box-shadow: none;
		-moz-box-shadow:none;
		box-shadow: none;
	}
	.services:hover {
		-webkit-box-shadow: none;
		-moz-box-shadow:none;
		box-shadow: none;
	}
	.services .icon {
		width: 100%;
		float: none;
	}
}
.banner-margin  {
	min-height: 350px;
	margin-top: 150px;
	margin-bottom: 25px;
	padding-bottom: 0;
}
.banner-container {
	background-color: #034AB2;
}
.banner-container h1 {
   font-size: 36px;
   font-weight: 700;
   color: #FFF;
}
.banner-container h2 {
   font-size: 36px;
   font-weight: 300;
   color: #FFF;
   position: relative;
}
.animation-fadeInBottom{
	animation-duration: 1s;
    animation-fill-mode: both;
	animation-name: fadeInBottom
}
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}
.animation-fadeInTop{
	animation-duration: 1s;
    animation-fill-mode: both;
	animation-name: fadeInTop
}
@keyframes fadeInTop {
    from {
		transform: translateX(-100%);
        opacity: 0;
    }
    to { opacity: 1 }
}

.banner-thumb {
	margin: 0;
	padding: 0;
	width: 100%;
	padding-right: 10px;
    margin-right: auto;
    margin-left: auto;
}
.banner-thumb-height {
	height: 75px;
}
.btn-banner-thumb {
	border-radius: 8px;
	height: 75px;
	overflow: hidden;
	background-color: #F59F36;
	color: #FFF;
	font-weight: 700;
	text-align: center !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}
.btn-banner-thumb.active:after, .btn-banner-thumb.active:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.btn-banner-thumb.active:after {
	border-color: rgba(0, 0, 0, 0);
	border-width: 6px;
	margin-left: -6px;
}
.btn-banner-thumb.active:before {
	border-bottom-color: #034AB2;
	border-width: 10px;
	margin-left: -10px;
}
.btn-banner-thumb:hover {
	background-color: #034AB2;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-banner-thumb.active {
	background-color: #034AB2;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-banner-thumb.active:hover {
	cursor:inherit;
}
.r-box {
	position: absolute;
	bottom: 0;
	background-color: #FFF;
	border-radius: 15px;
	-webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
	padding: 30px 30px 35px 30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.r-box:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.r-box p {
	color: #515151;
}
.r-input {
	border: solid 1px #C1C1C1;
	border-radius: 24px;
	line-height: 30px;
	height: calc(2.2em + .75rem + 2px);
	color: #515151;
	padding-left: 20px;
	-webkit-appearance:none;

}
.r-input:placeholder {
	color: #515151;
}
.r-textarea {
	border: solid 1px #C1C1C1;
	border-radius: 10px;
	line-height: 30px;
	height: calc(2.2em + .75rem + 2px);
	color: #515151;
	padding-left: 20px;
}
.r-input:placeholder {
	color: #515151;
}
@media only screen and (max-width: 767px) {
	.r-box {
		position: inherit;
		margin-bottom: 1.5rem;
		margin-top: 1.5rem;
	}
	.banner-content {
		height: 250px;
	}
	.banner-margin {
		margin-top: 0px;
		min-height: inherit !important;
		padding-top: 0;
		padding-bottom: 0;
	}
	.banner-container {
		background-color: #034AB2;
	}
	.animation-fadeInBottom {
		padding-bottom: 40px;
		z-index: 2;
	}
	.banner-container h1 {
	   font-size: 24px;
	   font-weight: 700;
	   color: #FFF;
	}
	.banner-container h2 {
	   font-size: 24px;
	   font-weight: 400;
	   color: #FFF;
	   position: relative;
	}
	.banner-container p {
		min-height: 75px;
	}
	.btn-banner-thumb:focus {
		background-color: #F59F36 !important;
	}
	.btn-banner-thumb.active:focus {
		background-color: #F59F36 !important;
	}
	.banner-thumb {
		padding-right: 0;
	}
	.banner-image {
		position: absolute;
		bottom: 0;
		right: 15px;
		z-index: -1;
		height: 250px;
		animation-duration: 3s;
    	animation-fill-mode: both;
		animation-name: imganim
	}
	.banner-container {
		background-color: inherit;
		animation-duration: 3s;
    	animation-fill-mode: both;
		animation-name: bganim
	}
	.animation-fadeInTop{
		animation-duration: 1s;
    	animation-fill-mode: both;
		animation-name: fadeInTop2
	}
	@keyframes fadeInTop2 {
		from {transform: translateX(-100%); opacity: 0;}
    	to {opacity: 0.5;}
	}
	@keyframes bganim {
    	from {background-color: #034AB2;}
		to { background-color: inherit;}
	}
}
.reset-header-margin {
	margin-top: 150px;
}
.int-header-slider .color-menu a {
	text-decoration: none;
	color: #1F2330;
	font-size: 16px;
}
.int-title {
	font-size: 28px;
	line-height: 45px;
	margin: 0;
	padding-bottom: 30px;
}

@media only screen and (min-width: 576px) { 
	.header-container {
		width: 100% !important;
		padding-left: calc((100vw  - 570px)/2);
	}
}
@media only screen and (min-width: 768px) { 
	.header-container {
		width: 100% !important;
		padding-left: calc((100vw  - 750px)/2);
	}
}
@media only screen and (min-width: 992px) {
	.header-container {
		width: 100% !important;
		padding-left: calc((100vw  - 990px)/2);
	}
}
@media only screen and (min-width: 1200px) { 
	.header-container {
		width: 100% !important;
		padding-left: calc((100vw  - 1170px)/2);
	}
}
.int-header-slider-navigation {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
.int-header-slider-nav {
    background-color: #F0F0F0;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px;
    text-align: center;
	border: 0;
}
.int-header-slider-nav i {
	color: #1F2330;
	font-size: 18px;
}
.int-header-slider-nav:hover {
	background-color: #F59E36;
}
.int-header-slider-nav:hover i {
	color: #FFF;
}
.set-padding-int-header {
		padding-top: 45px;
		padding-bottom: 15px;
	}

@media only screen and (max-width: 1200px) {
	.int-header-slider .color-menu a {
		text-decoration: none;
		color: #1F2330;
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px) {
	.int-title {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.reset-header-margin {
		margin-top: 0;
	}
	.int-title {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 15px;
	}
	.set-padding-int-header {
		padding-top: 25px;
		padding-bottom: 15px;
	}
}
.side-content {
    -webkit-border-radius: 10px;
    -moz-border-radius:  10px;
    border-radius:  8px;
    height: auto;
    width: 100%;
    background-color: #FFF;
}
.left-menu {
	border: solid 1px #E4E4E4;
    border-radius:  0 0 8px 8px;
}
.side-menu-title {
	background-color: #F59E36;
	padding: 12px 20px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	border-radius: 8px 8px 0 0;
}
#leftMenu.collapse {
	display: block !important;
}
@media only screen and (max-width: 767px) {
	#leftMenu.collapse {
		display: none !important;
	}
	#leftMenu.show  {
		display: block !important;
	}
	.page-left-menu {
		border-radius: 0 0 15px 15px ;
	}
	.page-left-menu-title {
		display: none;
	}
	.side-menu-title {
		border-radius: 8px;
		padding: 15px 20px;
		position: relative;
	}
}
/* Custom optionbox < */
.custom-option {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.optionbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: solid 1px #E4E4E4;
  border-radius: 50%;
}
.custom-option:hover input ~ .optionbox {
  background-color: #E4E4E4;
}
.custom-option input:checked ~ .optionbox {
  background-color: #F59E36;
  border: solid 1px #F59E36;
}
.optionbox:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-option input:checked ~ .optionbox:after {
  display: block;
}
.custom-option .optionbox:after {
 	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FFFFFF;
    border: none;
}
/* Custom optionbox > */
/* Custom checkbox < */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFF;
    border: solid 1px #E4E4E4;
}
.custom-checkbox:hover input ~ .checkmark {
    background-color: #E4E4E4;
}
.custom-checkbox input:checked ~ .checkmark {
    background-color: #F59E36;
    border: solid 1px #F59E36;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Custom checkbox > */
select.classic {
	background-color: #FFFFFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    height: 40px;
    padding-right: 50px;
    width: auto;
	font-size: 14px;
	border: solid 1px #E4E4E4;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 15px) calc(15px + 1px), calc(100% - 10px) calc(15px + 1px), 100% 0;
    background-size:5px 5px,5px 5px,2em 3.5em;
    background-repeat: no-repeat;
}
select.classic, select.classic:focus {
    outline: none;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
@media only screen and (max-width: 767px) {
    select.classic {
        width: 100% !important;
    }
}
.country-thumb {
	position: relative;
	border: solid 1px #E4E4E4;
	border-radius: 8px;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.country-thumb-image {
  	overflow: hidden;
	border-radius: 8px 8px 0 0;
  	margin: 0;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.country-thumb-image img {
	border-radius: 8px 8px 0 0;
   	width: 100%;
	height: 150px;
  	object-fit: cover;
    cursor: pointer;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.country-thumb-image:hover img {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.country-thumb:hover  {
	border: solid 1px #F59E36;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.country-thumb:hover .country-thumb-image img  {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.country-thumb:hover .c-box-icon  {
	background-color: #F59E36;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.country-thumb:hover .c-box-icon i  {
	color: #FFF;
}
.thumb-title {
	font-size: 16px;
	font-weight: 600;
	color: #1F2330;
	text-decoration:none;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.thumb-title:hover {
	color: #F59E36;
	text-decoration:none;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.thumb-info {
	font-size: 12px;
	font-weight: 300;
	color: #474747;
	margin-top: 5px;
}
.col-m-b {
	margin-bottom: 50px;
}
.thumb-bottom-info {
	position: absolute;
	margin-top: -15px;
	border: solid 1px #E4E4E4;
	background-color: #FFF;
	border-radius: 24px;
	color: #F59E36;
	display: inline-block;
	padding: 5px 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 150px;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.country-thumb:hover .thumb-bottom-info  {
	border: solid 1px #F59E36;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.country-flag {
	position: absolute;
	margin-top: -20px;
	margin-left: 15px;
	border-radius: 50%;
	width: 40px !important;
	height: 40px !important;
	text-align: center;
}
.country-flag img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
    border-radius: 50%!important;
}
.thumb-text {
	margin: 35px 15px;
}
@media only screen and (max-width: 767px) {
	.thumb-title {
		font-size: 14px;
		font-weight: 600;
		color: #1F2330;
		text-decoration:none;
		transition: all 0.8s ease;
    	-webkit-transition: all 0.8s ease;
    	-moz-transition: all 0.8s ease;
    	-o-transition: all 0.8s ease;
	}
    .thumb-bottom-info {
		padding: 5px 10px;
		min-width: 90%;
		width: 90%;
		font-size: 12px;
	}
	.country-flag {
		position: absolute;
		margin-top: -15px;
		margin-left: 15px;
		border-radius: 50%;
		width: 30px !important;
		height: 30px !important;
		text-align: center;
	}
	.thumb-text {
		margin: 25px 15px;
	}
}
.left-info-box {
	border: solid 1px #F59E36;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 20px;
}
.left-info-box h6 {
	font-size: 16px;
	color: #F59E36;
	font-weight: 600;
}
.left-info-box p {
	font-size: 12px;
	color: #747474;
}
.left-info-box a {
	font-size: 12px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}
.left-info-box a:hover {
	color: #F59E36;
	text-decoration: none;
}
.left-info-box img {
	width: 40%;
	margin-bottom: 20px;
}
.header-country-flag {
	border-radius: 50%;
	width: 60px !important;
	height: 60px !important;
	text-align: center;
	margin-right: 15px;
	margin-top: -30px;
}
.header-country-flag img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
    border-radius: 50%!important;
}
.school-thumb {
	position: relative;
	border: solid 1px #E4E4E4;
	border-radius: 8px;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
	padding: 25px 15px;
	height: 100%;
}
.offer {
	background-color: #FDF2F2;
}
.school-thumb:hover {
	border: solid 1px #F59E36;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.school-thumb:hover .school-thumb-bottom-info {
	border: solid 1px #F59E36;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.school-thumb-logo {
	width: auto;
	height: 60px;
}
.school-thumb-text {
	margin: 15px 0 10px 0;
}
.school-thumb-info {
	font-size: 12px;
	font-weight: 300;
	color: #474747;
	margin-top: 5px;
	height: 40px;
	overflow: hidden;
}
.school-thumb-bottom-info {
	position: absolute;
	/*margin-top: 10px;*/
	bottom: 0;
	margin-bottom: -20px;
	border: solid 1px #E4E4E4;
	background-color: #FFF;
	border-radius: 24px;
	color: #000000;
	font-weight: 700;
	display: inline-block;
	padding: 5px 20px 5px 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 100px;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.school-thumb-bottom-info a {
	color: #000000;
	text-decoration: none;
}
.school-thumb-bottom-info a:hover {
	color: #F59E36;
	text-decoration: none;
}
.school-country-flag {
	margin-right: 10px;
	border-radius: 50%;
	width: 25px !important;
	height: 25px !important;
	text-align: center;
}
.school-country-flag img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
    border-radius: 50%!important;
}
.btn-detail {
	background-color: #F5F5F5;
	border-radius: 16px;
	font-size: 13px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
}
.offer .btn-detail {
	background-color: #FFF;
}
.btn-detail:hover {
	background-color: #F59E36;
	color: #FFF;
}
.o-link {
	color: #F59E36;
	text-decoration: none;
	font-weight: 600;
}
.o-link:hover {
	color: #034AB2;
	text-decoration: none;
}
.ribbon {
  	width: 50px;
  	height: 70px;
  	background-color: #F8042E;
  	position: absolute;
  	right: 20px;
  	top: 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}
.ribbon i {
	font-size: 16px;
}
.ribbon:before {
  	content: "";
  	position: absolute;
  	z-index: 2;
  	left: 0;
  	bottom: -15px;
  	border-left: 25px solid #F8042E;
  	border-right: 25px solid #F8042E;
  	border-bottom: 15px solid transparent;
}
.corner-ribbon {
  	width: 120px;
  	height: 120px;
  	overflow: hidden;
  	position: absolute;
}
.corner-ribbon::before,
.corner-ribbon::after {
  	position: absolute;
  	z-index: -1;
  	content: '';
  	display: block;
  	border: 5px solid #BF0D2C;
}
.corner-ribbon span {
  	position: absolute;
  	display: block;
  	width: 170px;
  	padding: 5px 0;
	padding-left: 25px;
  	background-color: #F8042E;
  	color: #fff;
  	font-size: 12px;
  	text-align: center;
}
.corner-ribbon-top-right {
  	top: -10px;
  	right: -10px;
}
.corner-ribbon-top-right::before,
.corner-ribbon-top-right::after {
  	border-top-color: transparent;
  	border-right-color: transparent;
}
.corner-ribbon-top-right::before {
  	top: 0;
  	left: 21px;
}
.corner-ribbon-top-right::after {
  	bottom: 21px;
  	right: 0;
}
.corner-ribbon-top-right span {
  	left: -15px;
  	top: 15px;
  	transform: rotate(45deg);
}
.left-info-box-bg {
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 20px;
}
.left-info-box-bg h6 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.left-info-box-bg p {
	font-size: 12px;
	margin-top: 10px;
}
.left-info-box-bg a {
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}
.left-info-box-bg a:hover {
	text-decoration: none;
}
.left-info-box-bg img {
	width: 40%;
	margin-bottom: 20px;
}
.left-info-box-bg-flag {
	margin-right: 10px;
	border-radius: 50%;
	width: 25px !important;
	height: 25px !important;
	float: left;
}
.left-info-box-bg-flag img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
    border-radius: 50%!important;
}
.bg-germany {
	background-color: #F59E36;
	color: #FFF !important;
}
.bg-germany a {
	color: #FFF !important;
}
.bg-germany a:hover {
	color: #034AB2 !important;
}
.bg-left-country {
	background-color:#FFF;
	border: solid 1px #F59E36;
	color: #000 !important;
}
.bg-left-country a {
	color: #000 !important;
}
.bg-left-country a:hover {
	color: #034AB2 !important;
}
.bg-france {
	background-color: #034AB2;
	color: #FFF !important;
}
.bg-france a {
	color: #FFF !important;
}
.bg-france a:hover {
	color: #F59E36 !important;
}
.f-input {
	border: solid 1px #C1C1C1;
	border-radius: 8px;
	line-height: 30px;
	color: #515151;
	padding-left: 35px;
}
.filter-area {
	min-height: 100px;
	max-height: 300px;
	overflow-y: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
.f-input:placeholder {
	color: #515151;
}
.filter-area::-webkit-scrollbar {
  	width: 5px;
	border-radius: 8px;
}
.filter-area::-webkit-scrollbar-track {
  	background: #f1f1f1;
	border-radius: 8px;
}
.filter-area::-webkit-scrollbar-thumb {
  	background: #ccc;
	border-radius: 8px;
}
.filter-area::-webkit-scrollbar-thumb:hover {
  	background: #F59E36;
}
.school-country-h-flag {
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	text-align: center;
	margin: 0 auto;
}
.school-country-h-flag img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
    border-radius: 50%!important;
}
.school-country {
	border-right: solid 1px #366EC0;
}
.school-country p {
	color: #FFF;
	padding-top: 5px;
	margin: 0;
}
.school-title {
	color: #FFF;
}
.school-title h2 {
	margin: 0;
	padding: 0;
	font-weight: 700;
}
.school-title p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-weight: 400;
}
.hasRibbon .school-title {
	padding-right: 60px;
}
@media only screen and (max-width: 767px) {
	.school-country {
		border-right: none;
	}
	.school-title {
		color: #FFF;
		padding-right: 0;
		margin-top: 15px;
	}
	.school-title h2 {
		font-size: 18px;
	}
	.hasRibbon .school-title {
		padding-right: 0;
	}
	.hasRibbon .school-title h2 {
		padding-right: 60px;
	}
	.school-country-h-flag {
		text-align: left;
		margin: inherit;
		float: left;
	}
	.school-title p {
		padding-top: 10px;
		font-size: 12px;
	}
}
.school-menu-bar {
	padding: 15px;
	background-color: #FFF;
	border: solid 1px #E4E4E4;
	border-radius: 10px;
	position: relative;
	top: -100px;
	margin-right: 10px;
}
.school-logo-container {
	border: solid 1px #E3E3E3;
	background-color: #FFF;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}
.school-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	margin-top: 20px;
}
.school-menu li {
	border-bottom: solid 1px #EFEFEF;
	position: relative;
}
.school-menu li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.school-menu li::before {
  	content: "";  
	width: 5px;
	height: 5px;
	background-color: #F59E36;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}
.school-menu li .active {
	color: #F59E36 !important;
	font-weight: 700 !important;
}
.school-menu li .active:hover {
	color: #000000 !important;
	font-weight: 700 !important;
}
.school-menu li a {
	text-decoration: none;
	padding: 7px 5px 7px 0;
	display: table;
	color: #000000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.school-menu li a:hover {
	text-decoration: none;
	color: #F59E36;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.school-menu li::after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 14px;
	color: #E2E2E2;
}
.school-menu li:hover::after {
	color: #F59E36;
}
.page-content {
	margin: 30px 0;
	border: solid 1px #E4E4E4;
	border-radius: 10px;
}
.school-info-title {
	border-bottom: solid 1px #E4E4E4;
	color: #F59E36;
	font-weight: 700;
	padding: 20px 15px;
}
.school-video-container {
	border: solid 1px #E4E4E4;
	padding: 10px;
	border-radius: 10px;
}
.school-video-container iframe {
	width: 100%;
	height: 200px;
}
.school-gallery-thumb {
	border: solid 1px #E4E4E4;
	padding: 5px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}
.school-gallery-thumb img {
	border-radius: 10px;
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.school-gallery-thumb:hover img {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.school-gallery-all {
	border: solid 1px #F59E36;
	height: 100%;
	border-radius: 10px;
	padding: 10px 5px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: #F59E36;
}
.school-gallery-all:hover {
	background-color: #F59E36;
	color: #FFF;
}
.school-gallery-all a {
	color: #F59E36;
	text-decoration: none;
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.school-gallery-all a:hover {
	color: #FFF;
	text-decoration: none;
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.school-gallery-all:hover a {
	color: #FFF;
	text-decoration: none;
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.school-gallery-all i {
	background-color: #F59E36;
	padding: 9px 10px 7px 11px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #FFF;
	font-size: 14px;
	margin-bottom: 5px;
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.school-gallery-all:hover i {
	background-color: #FFF;
	color: #F59E36;
	text-decoration: none;
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.school-info-icon {
	text-align: center;
	color: #000;
	border: solid 1px #E4E4E4;
	border-radius: 15px;
	padding: 15px 10px;
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.school-info-icon:hover {
	color: #000;
	border: solid 1px #E4E4E4;
	background-color: #EFEEEE;
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.school-info-icon a {
	color: #000;
	text-decoration: none;
}
.school-info-icon h6 {
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.school-info-icon span {
	font-size: 12px;
	font-weight: 400;
}
.school-info-icon p {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.school-info-icon img {
	width: auto;
	height: 40px;
	margin: 0 auto;
}
.school-contact-icon {
	text-align: center;
	color: #FFF;
	background-color: #F59E36;
	border: solid 1px #E4E4E4;
	border-radius: 15px;
	padding: 15px 10px;
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.school-contact-icon:hover {
	background-color: #034AB2;
	border: solid 1px #034AB2;
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.school-contact-icon a {
	color: #FFF;
	text-decoration: none;
}
.school-contact-icon h6 {
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.school-contact-icon span {
	font-size: 12px;
	font-weight: 400;
}
.school-contact-icon i {
	font-size: 40px !important;
	height: 40px;
}
@media only screen and (max-width: 767px) {
	.school-menu-bar {
		padding: 15px;
		background-color: #FFF;
		border: solid 1px #E4E4E4;
		border-radius: 10px;
		position: relative;
		top: 0;
		margin-right: 0;
		margin: 20px 15px
	}
	.page-content {
		margin: 10px 0;
	}
	.school-video-container iframe {
		width: 100%;
		height: 175px;
	}
	.school-gallery-all {
		padding: 7px 5px;
	}
}
.school-programs-flag {
	margin-right: 10px;
	border-radius: 50%;
	width: 25px !important;
	height: 25px !important;
	text-align: center;
}
.school-programs-flag img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
    border-radius: 50%!important;
}
.school-table tbody tr:nth-of-type(odd) {
    background-color: #F6F7FA;
}
.school-table tbody tr:hover {
    background-color: #FFF7E4;
}
.school-table td, .school-table th {
   border-top: none;
}
.school-table th, .school-table td {
    vertical-align: middle;
}
.school-table th {
    color: #034AB2;
	font-weight: 700;
}
.school-table thead th {
    border-bottom: 1px solid #dee2e6;
}
.badge {
	padding: 2px 10px;
    font-size: 100%;
    font-weight: 400;
	margin-left: 5px;
	min-width: 70px;
	border-radius: 4px;
	line-height: inherit;
}
.badge-degree {
    color: #000;
    background-color: #FFEFCA;
}
.badge-master {
    color: #000;
    background-color: #FFD9D1;
}
.btn-plus {
    background-color: #F59E36;
    padding: 6px 7px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    color: #FFF;
    font-size: 14px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
	cursor: pointer;
}
.btn-plus:hover {
    background-color: #034AB2;
}
.f-input-school {
	border: solid 1px #E4E4E4;
	border-radius: 24px;
	line-height: 30px;
	color: #515151;
	padding-left: 30px;
}
.f-input-school-icon {
	left: 0;
    top: 0;
    margin-left: 11px;
    margin-top: 11px;
    position: absolute;
    z-index: 2;
    color: #565757;
    font-size: 14px;
}
.d-nowrap {
	white-space: nowrap;
}
.tooltip-inner {
    max-width: 200px;
    padding: 7px 14px;
    color: #fff;
    text-align: center;
	font-weight: 400;
    background-color: #F59E36;
    border-radius: 16px;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: 0px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #F59E36;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #F59E36;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #F59E36;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #F59E36;
}
.bottom-info {
	margin:30px 0 0 0 !important;
	border-radius: 10px 10px 0 0;
}
.school-bottom-info {
	border-radius: 0 0 10px 10px;
	padding: 15px 20px;
	background-color: #F59E36;
	color: #FFF;
	margin-bottom: 30px;
	 -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.school-bottom-info a {
	color: #FFF;
	text-decoration: none;
}
.school-bottom-info a:hover {
	color: #FFF;
	text-decoration: none;
}
.school-bottom-info:hover {
	background-color: #034AB2;
	color: #FFF;
	 -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.school-bottom-info i {
	background-color: #FFF;
    padding: 9px 10px 7px 11px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #F59E36;
    font-size: 14px;
    margin-bottom: 5px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
@media only screen and (max-width: 767px) {
	.school-programs-flag {
		width: 20px !important;
		height: 20px !important;
		margin-right: 0;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	.badge {
		margin-left: 0px;
		margin-top: 5px;
	}
	.school-table .h-aling {
		text-align: center;
	}
	.school-table thead th {
   	 	vertical-align: middle;
    	border-bottom: 1px solid #dee2e6;
	}
}
.show#dp-login .btn-rounded-custom { 
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
    height: 40px;
    line-height: 0px;
}
.dropdown-custom {
    min-width: 14rem;
    padding: .5rem 20px;
    margin: 0;
    color: #FFF;
    right: 8px;
    text-align: left;
    list-style: none;
    background-color: #F59E36;
    background-clip: padding-box;
    border: none;
    -webkit-border-radius: 15px 0 15px 15px;
    -moz-border-radius: 15px 0 15px 15px;
    border-radius: 15px 0 15px 15px;
}
.dropdown-custom {
	margin-right: -8px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	transform:  none;
	transition: none;
}
.dropdown-custom .dropdown-item i {
	margin-right: 10px;
}
.dropdown-custom .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    border-bottom: solid 1px #FACA92;
    text-align: left;
    padding: 8px 0;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.dropdown-custom .dropdown-item:hover {
    font-weight: 400;
    color: #000;
	background-color: inherit;
    padding: 8px 0px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
    cursor: pointer;
}
.dropdown-custom .dropdown-item:last-child {
    border-bottom: none;
}
/* Login / Forgot Password / Logout Modal < */
.modal-content {
    padding: 0px 10px;
    background-color: #FFF;
    border-style: none;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.at-login-form  .modal-header {
    padding: 10px 10px;
    border-bottom: 0px solid #e5e5e5;
}
.modal {
    overflow-y: hidden !important;
}
.modal-open {
    overflow-y: overlay;
}
.at-login-form .signup-or-separator {
	background: none;
	height: 40px;
	position: relative;
	text-align: center;
}
.at-login-form .signup-or-separator hr {
    margin: -25px auto 10px;
    width: 100%;	
 }
.at-login-form .forgot-password {
    color: #D51119;
    cursor: pointer;
}
.at-login-form .forgot-password:hover {
    color: #F59E36;
    cursor: pointer;
}
.modal-header .close {
    padding: 0;
    margin: 0; 
}
.modal .close {
	color: #D51119;
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-shadow: inherit;
    filter:inherit;
    opacity:inherit;
}
.modal .close:focus, .modal .close:hover {
    color: #F59E36;
    text-decoration: none;
    cursor: pointer;
    filter:inherit;
    opacity:inherit;
}
.form-title {
    color: #F59E36;
    font-size: 20px;
    font-weight: 700;
	text-align: center;
	width:100%;
}
.modal .form-label {
    font-weight: 700;
    font-size: 14px;
    color: #484848;
}
.btn-o-outline {
    color: #F59E36 !important;
    background-color: #FFFFFF;
    border-color: #F59E36;
	border-radius: 25px;
	padding-left: 30px;
	padding-right: 30px;
}
.btn-o-outline:hover {
    color: #FFFFFF !important;
    background-color: #F59E36;
    border-color: #F59E36;
}
.logout-title {
	color: #D51119;
    font-size: 20px;
    font-weight: 700;
}
.r-border {
	border: solid 2px #F59E36;
}
.r-border-logout {
	border: solid 2px #D51119;
}
@media only screen and (max-width: 767px) {
    .at-login-form .modal-dialog {
        width: 90%;
        margin: 10px auto;
    }
	.btn-o-outline {
    	color: #F59E36 !important;
    	background-color: #FFFFFF;
    	border-color: #F59E36;
		border-radius: 25px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* Login / Forgot Password / Logout Modal > */
.list-title {
	font-weight: 700;
	font-size: 14px;
	color: #F59E36;
}
.list-o {
	margin: 20px;
	padding: 0;
	list-style: none;
}
.list-o li {
	margin-bottom: 15px;
}
.list-o  li::before {
  	content: "\2022";
  	color: #F59E36;
  	font-weight: bold;
	font-size: 20px;
  	display: inline-block; 
  	width: 1em;
  	margin-left: -1em;
}
.school-top-info {
	background-color: #FDF2F2
}
.school-top-info-icon {
	background-color: #F59E36;
	color: #FFF;
	font-size: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	width: 45px;
	height: 45px;
	min-width: 45px;
	min-height: 45px;
}
.school-top-info-input {
	border: solid 1px #F59E36;
	background-color: #FFF;
	border-radius: 30px;
	padding: 15px 20px;
}
.r-padding {
	padding: 5px 20px;
}
.school-info-link {
	font-weight: 700;
	color: #000;
	text-decoration: none;
}
.school-info-link:hover {
	color: #F59E36;
	text-decoration: none;
}
.school-info-link i {
	margin-left: 5px;
}
.bordered-thumb {
	border: solid 1px #E4E4E4;
	border-radius: 10px;
	padding: 10px 10px 0 10px;
	text-align: center;
	height: 100%;
}
.bordered-thumb p {
	margin-top: 10px;
}
.bordered-thumb img {
	border-radius: 10px;
}
.bordered-thumb-h {
	border: solid 1px #E4E4E4;
	border-radius: 10px;
	padding: 10px 10px 0 10px;
	text-align: center;
	height: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.bordered-thumb-h:hover {
	border: solid 1px #F59E36;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.bordered-thumb-h p {
	margin-top: 10px;
}
.bordered-thumb-h img {
	border-radius: 10px;
}
.school-comment {
	padding: 30px 20px;
	border-radius: 10px;
	border-top: solid 1px #E4E4E4;
	border-right: solid 1px #E4E4E4;
	border-bottom: solid 1px #E4E4E4;
	border-left: solid 5px #F59E36;
}
.school-comment-info h6 {
	color: #F59E36;
}
.school-comment-info p {
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
}
.school-comment-translate {
	background-color: #F6F7FA;
	border: solid 1px #E4E4E4;
	padding: 15px;
	border-radius: 10px;
}
.school-comment-translate h6 {
	color: #034AB2;
	font-weight: 700;
	font-size: 14px;
}
.school-comment-translate p {
	margin-bottom: 0;
}
.school-comment-profile-image {
	width: 75px;
	margin-right: 20px;
}
.school-s-comment {
	padding: 20px 20px 15px 20px;
	border-radius: 10px;
	border-top: solid 1px #E4E4E4;
	border-right: solid 1px #E4E4E4;
	border-bottom: solid 1px #E4E4E4;
	border-left: solid 5px #DCDCDC;
}
.school-s-comment h6 {
	color: #F59E36;
}
.school-s-comment p {
	color: #6B6B6B;
	margin-bottom: 0;
}
.rounded-image {
	border-radius: 10px;
}
.btn-card {
	font-weight: 700;
	color: #000;
	position: relative;
	padding-left: 20px;
}
.btn-card:before {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #F59E36
}
.accordion .card {
  border-radius: 10px;
}
.card-header .mb-0 > a {
  	display: block;
  	position: relative;
	text-align: left;
}
.card-header .mb-0 > a:after {
  	content: "\f078";
  	font-family: 'FontAwesome';
  	position: absolute;
	color: #B7B8BA;
  	right: 0;
}
.card-header .mb-0 > a[aria-expanded="true"]:after {
  	content: "\f077";
	color: #B7B8BA;
}
.card-header .mb-0 > a {
	color: #000;
}
.card-header .mb-0 > a[aria-expanded="true"] {
	color: #F59E36 !important;
}
.list-o-s {
	margin: 20px;
	padding: 0;
	list-style: none;
}
.list-o-s li {
	margin-bottom: 7px;
}
.list-o-s li::before {
  	content: "\25A0";
  	color: #F59E36;
  	font-weight: bold;
	font-size: 13px;
  	display: inline-block; 
  	width: 20px;
  	margin-left: -20px;
}
.contant-locality h6 {
	font-size: 14px;
}
.contant-locality p {
	font-size: 12px;
	margin-top: 0;
}
.ul-link {
	
	padding: 0;
	list-style: none;
}
.ul-link li {
	padding-left: 20px;
	margin-bottom: 5px;
}
.ul-link li a {
	color: #000;
	text-decoration: none;
}
.ul-link li a:hover {
	color: #F59E36;
	text-decoration: none;
}
.ul-link li> a:before {
  	content: "\f0c1";
  	font-family: 'FontAwesome';
  	position: absolute;
	color: #F59E36;
	font-size: 12px;
  	left: 15px;
	margin-top: 3px;
}
.r-line-height {
	line-height: 22px;
}
.school-contact-table a {
	color: #000;
	text-decoration: none;
}
.school-contact-table a:hover {
	color: #F59E36;
	text-decoration: none;
}
.school-contact-table tr {
	border-bottom: solid 1px #E4E4E4;
	height: 40px;
}
.school-contact-table tr:last-child {
	border-bottom: none;
}
.school-contact-table tr td:first-child {
	font-weight: 700;
	width: 80px;
}
.school-contact-table tr td:nth-child(2)  {
	font-weight: 700;
	padding-left: 5px;
	padding-right: 10px;
}
.school-contact-map iframe {
	width: 100%;
	height: 400px;
}
@media only screen and (max-width: 767px) {
	.school-contact-map iframe {
		width: 100%;
		height: 200px;
	}
}
.programs-link {
	color: #F59E36;
	font-weight: 700;
	text-decoration: none;
}
.programs-link:hover {
	color: #034AB2;
	font-weight: 700;
	text-decoration: none;
}
.programs-link:hover i {
	background-color: #034AB2;
}
.programs-link i {
	background-color: #F59E36;
    padding: 5px 5px 5px 9px;
    border-radius: 50%;
	margin-right: 5px;
    width: 25px;
    height: 25px;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 5px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.blog-thumb {
	position: relative;
	border: solid 1px #E4E4E4;
	border-radius: 8px;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
	height: 100%;
}
.blog-thumb-image {
  	overflow: hidden;
	border-radius: 8px 8px 0 0;
  	margin: 0;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.blog-thumb-image img {
	border-radius: 8px 8px 0 0;
   	width: 100%;
  	object-fit: cover;
    cursor: pointer;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.blog-thumb-image:hover img {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.blog-thumb:hover  {
	border: solid 1px #F59E36;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.blog-thumb:hover .blog-thumb-image img  {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.blog-thumb-title {
	padding: 15px;
}
.blog-thumb-title h6{
	font-size: 14px;
	font-weight: 600;
}
.blog-thumb-title a{
	text-decoration: none;
	color: #000;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.blog-thumb-title a:hover{
	text-decoration: none;
	color: #F59E36;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.blog-thumb:hover .blog-thumb-title a  {
	color: #F59E36;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.blog-icon {
	background-color: #F5F5F5;
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	min-height: 30px !important;
	line-height: 30px;
	text-align: center;
	margin-right: 15px;
}
.blog-thumb:hover .blog-icon  {
	background-color: #F59E36;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.blog-thumb:hover .blog-icon i  {
	color: #FFF;
}
.r-radius {
	border-radius: 8px;
	font-size: 14px;
	padding: 15px 20px;
}
.btn-icon {
    background-color: #FFF;
    padding: 9px 10px 7px 11px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #F59E36;
    font-size: 14px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.blog-image-border {
	border-radius: 10px 10px 0 0;
}
.video-text {
	font-size: 12px;
	color: #000;
}
.reset-pt-v {
	padding-top: 2rem;
}
.r-modal-video {
    display: block;
    -ms-flex-align: none;
    align-items: none;
    -ms-flex-pack: none;
    justify-content:none;
    padding: 0;
    border-bottom: none;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.r-modal-close {
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: 999;
	background: #FFF;
}
.video-all-thumb {
	position: relative;
	border: solid 1px #E4E4E4;
	border-radius: 8px;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
	height: 100%;
}
.video-all-thumb-image {
  	overflow: hidden;
	border-radius: 8px 8px 0 0;
  	margin: 0;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.video-all-thumb-image img {
	border-radius: 8px 8px 0 0;
   	width: 100%;
  	object-fit: cover;
}
.video-all-thumb:hover  {
	border: solid 1px #F59E36;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.video-all-thumb-title {
	padding: 15px;
}
.video-all-thumb-title h6{
	font-size: 14px;
	font-weight: 700;
	color: #FF0000;
}
.int-title-single {
	font-size: 36px;
	line-height: 45px;
	margin: 0;
	padding-bottom: 10px;
}
.int-title-content {
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.set-padding-int-header-single {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.set-padding-int-header-single {
    	padding-top: 30px;
    	padding-bottom: 30px;
	}
	.int-title-single {
		font-size: 24px;
		line-height: 30px;
		margin: 0;
		padding-bottom: 10px;
	}
	.int-title-content {
		color: #747474;
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		margin-bottom: 0;
	}
}
.reset-mt-all {
	margin-top: -40px;
}
.school-price-container {
	border: solid 1px #E4E4E4;
	background-color: #FDFDFD;
	border-radius: 15px;
	margin: 15px;
	padding: 50px;
}
.school-price-table  {
	width: 100%;
}
.school-price-table tr {
	border-bottom: solid 1px #E4E4E4;
	height: 40px;
}
.school-price-table tr td {
	padding-top: 25px;
	padding-bottom: 25px;
}
.school-price-table tr td:first-child {
	font-weight: 700;
	text-align: left;
	padding-right: 10px;
}
.school-price-table tr td:last-child  {
	font-weight: 700;
	color: #034AB2;
	text-align: right;
	padding-right: 20px;
}
.school-price-table tr td:last-child p  {
	font-size: 12px;
	font-weight: 400;
}
.school-price-table tr td:nth-child(2)  {
	text-align: left;
}
.school-price-table tr:last-child {
	border-bottom: none;
	background-color: #0448B2;
	color: #FFF !important;
}
.school-price-table tr:last-child td {
	border-bottom: none;
	background-color: #0448B2;
	color: #FFF !important;
}
.school-price-table tr:last-child td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.school-price-table tr:last-child td:last-child {
	text-align: right !important;
	padding-right: 20px;
}
.school-price-table tr:last-child td:first-child {
	padding-left: 20px;
}
.school-price-list {
	margin: 0;
	padding: 0;
	list-style:none;
}
.school-price-list li {
	padding: 3px 0;
}
@media only screen and (max-width: 767px) {
	.school-price-container {
		margin: 0;
		padding: 15px;
	}
	.school-price-table{
    	width:100%;
    	table-layout:fixed;
    	max-width:100%;
	}
	.school-price-table tr td{
	    width:100%;
	    display:inline-block;
	    margin:0;
	    padding-top:0;
	    padding-bottom:0;
		text-align: left !important;
	}
	.school-price-table tr td:first-child{
	    padding-top:10px;
	    padding-bottom:10px;
	}
	.school-price-table tr td:last-child {
	    padding-bottom:10px;
	    padding-top:10px;
		font-size: 24px;
	}
	.school-price-table tr td:last-child p  {
		font-size: 14px;
		font-weight: 400;
	}
	.school-price-table tr:last-child td:last-child {
		text-align: right !important;
		padding-right: 15px;
		width: 50%;
		font-size: 16px;
	}
	.school-price-table tr:last-child td:first-child {
		text-align: left  !important;
		padding-left: 15px;
		width: 50%;
	}
}
.country-comparison-box {
	padding: 25px 15px;
	background-color: #DFFCF8;
	border-left: 5px solid #91FCED;
	border-radius: 10px;
	height: 100%;
}
.country-comparison-box h6 {
	border-bottom: solid 1px #00D8BA;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.country-comparison-box table tr {
	padding: 15px;
}
.country-comparison-box table tr:first-child {
	font-weight: 700;
}
.country-comparison-box table  {
	width: 100%;
}
.country-comparison-box table tr td  {
	width: 50%;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: solid 1px #B5F6ED;
}
.country-comparison-box table tr td:last-child  {
	text-align: right;
}
.cb-icon i {
    background-color: #91FCED;
   	text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #FFF;
    font-size: 18px;
	line-height: 40px;
	margin-right: 15px;
}
.cb-info {
	line-height: 16px;
	font-size: 14px;
	font-weight: 600;
}
.country-life-box {
	padding: 25px 15px;
	background-color: #F9DED3;
	border-left: 5px solid #FBAA89;
	border-radius: 10px;
	height: 100%;
}
.country-life-box h6 {
	border-bottom: solid 1px #FF4A00;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.country-life-box table tr {
	padding: 15px;
}
.country-life-box table tr:last-child {
	font-weight: 700;
}
.country-life-box table  {
	width: 100%;
}
.country-life-box table tr td  {
	width: 50%;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: solid 1px #FAC6B1;
}
.country-life-box table tr td:last-child  {
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.reset-box-row-m {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.languageSchool-price-table  {
	width: 100%;
}
.languageSchool-price-table tr {
	border-bottom: solid 1px #E4E4E4;
	height: 30px;
}
.languageSchool-price-table tr td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.languageSchool-price-table tr td:first-child {
	font-weight: 700;
	text-align: left;
	padding-right: 10px;
}
.languageSchool-price-table tr td:last-child  {
	font-weight: 700;
	color: #0448B2;
	text-align: right;
	padding-right: 20px;
}
.languageSchool-price-table tr td:nth-child(2)  {
	text-align: left;
}
.languageSchool-price-table tr:last-child {
	border-bottom: none;
	background-color: #0448B2;
	color: #FFF !important;
}
.languageSchool-price-table tr:last-child td {
	border-bottom: none;
	color: #FFF !important;
}
.languageSchool-price-table tr:last-child td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.languageSchool-price-table tr:last-child td:last-child {
	text-align: right !important;
	padding-right: 20px;
}
.languageSchool-price-table tr:last-child td:first-child {
	padding-left: 20px;
}
.languageSchool-price-list {
	margin: 0;
	padding: 0;
	list-style:none;
}
.languageSchool-price-list li {
	padding: 3px 0;
}

.border-none  {
	border: none !important;
	border-bottom: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
.border-none td  {
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}
.border-none td:nth-child(2)  {
	color: #000 !important;
	font-weight: 400 !important;
}
.reset-bottom-padding td  {
	padding-bottom: 15px !important;
}
.table-info-r {
	color: #E90101;
	font-size: 10px;
	font-weight: 300px;
}
.bordered-image {
	border-radius: 10px;
}
.o-title {
	font-weight: 700;
	font-size: 16px;
	color: #F59E36;
}
.country-life-table {
	width: 100%;
}
.country-life-table tbody tr:nth-of-type(odd) {
    background-color: #F6F7FA;
}
.country-life-table tbody tr:hover {
    background-color: #FFF7E4;
}
.country-life-table td, .country-life-table th {
   	border-top: none;
}
.country-life-table th, .country-life-table td {
    vertical-align: middle;
}
.country-life-table th {
    color: #034AB2;
	font-weight: 700;
}
.country-life-table thead th {
    border-bottom: 1px solid #dee2e6;
}
.country-life-table tbody tr td:last-child {
    font-weight: 700;
}
.country-life-table tbody tr td:not(:first-child) {
   text-align: center;
}
@media only screen and (max-width: 767px) {
	.country-life-table .h-aling {
		text-align: center;
	}
	.country-life-table thead th {
   	 	vertical-align: middle;
    	border-bottom: 1px solid #dee2e6;
	}
	
}
.corporate-menu-bar {
	padding: 15px;
	background-color: #F59E36;
	border: solid 1px #F59E36;
	border-radius: 10px;
	position: relative;
	top: -120px;
	margin-right: 10px;
}
.corporate-logo-container {
	border: solid 1px #E3E3E3;
	background-color: #FFF;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}
.corporate-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	margin-top: 20px;
}
.corporate-menu li {
	border-bottom: solid 1px #F7B05A;
	position: relative;
}
.corporate-menu li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.corporate-menu li::before {
  	content: "";  
	width: 5px;
	height: 5px;
	background-color: #FFF;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}
.corporate-menu li::after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 14px;
	color: #F7B05A;
}
.corporate-menu li:hover::after {
	color: #FFF;
}
.corporate-menu li a {
	text-decoration: none;
	padding: 7px 0;
	display: table;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.corporate-menu li a:hover {
	text-decoration: none;
	color: #432600;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.corporate-menu li .active {
	color: #432600 !important;
	font-weight: 700 !important;
}
.corporate-menu li .active:hover {
	color: #FFF !important;
	font-weight: 700 !important;
}
.ribbon-corporate {
  	width: 100px;
  	height: 125px;
  	background-color: #F8042E;
  	position: absolute;
  	right: 20px;
  	top: 0px;
	color: #FFF;
	text-align: center;
	padding-top: 25px;
}
.ribbon-corporate:before {
  	content: "";
  	position: absolute;
  	z-index: 2;
  	left: 0;
  	bottom: -15px;
  	border-left: 50px solid #F8042E;
  	border-right: 50px solid #F8042E;
  	border-bottom: 15px solid transparent;
}
.ribbon-corporate span {
  	font-size: 18px;
}
.ribbon-corporate p {
  	font-size: 30px;
	font-weight: 700;
}
.corporate-title {
	color: #FFF;
	padding-right: 150px;
}
.corporate-title h2 {
	margin: 0;
	padding: 0;
	font-weight: 700;
}
.corporate-title p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-weight: 300;
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.corporate-menu-bar {
		padding: 15px;
		border-radius: 10px;
		position: relative;
		top: 0;
		margin-right: 0;
		margin: 20px 15px
	}
	.corporate-title {
		color: #FFF;
		padding-right: 80px;
		margin-top: 0;
	}
	.corporate-title h2 {
		font-size: 18px;
	}
	.corporate-title p {
		padding-top: 10px;
		font-size: 12px;
	}
	.ribbon-corporate {
  		width: 70px;
  		height: 80px;
  		background-color: #F8042E;
  		position: absolute;
  		right: 10px;
  		top: 0px;
		color: #FFF;
		text-align: center;
		padding-top: 15px;
}
	.ribbon-corporate:before {
  		content: "";
  		position: absolute;
  		z-index: 2;
  		left: 0;
  		bottom: -15px;
  		border-left: 35px solid #F8042E;
  		border-right: 35px solid #F8042E;
  		border-bottom: 15px solid transparent;
	}
	.ribbon-corporate span {
	  	font-size: 14px;
	}
	.ribbon-corporate p {
	  	font-size: 20px;
		font-weight: 700;
	}
}
.user-menu-bar {
	padding: 15px;
	background-color: #FFF;
	border: solid 1px #E4E4E4;
	border-radius: 10px;
	position: relative;
	top: -100px;
	margin-right: 10px;
}
.user-logo-container {
	padding: 10% 10% 15px 10%;
	text-align: center;
}
.user-logo-container img {
	border: solid 3px #E4E4E4;
	text-align: center;
}
.user-info{
	text-align: center;
	margin-bottom: 20px;
}
.user-info p {
	margin: 0;
	padding-bottom: 5px;
}
.user-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	margin-top: 5px;
}
.user-menu li {
	border-bottom: solid 1px #EFEFEF;
	position: relative;
}
.user-menu li:first-child {
	border-top: solid 1px #EFEFEF;
}
.user-menu li:last-child {
	margin-bottom: o;
	border-bottom: none;
}
.user-menu li::before {
  	content: "";  
	width: 5px;
	height: 5px;
	background-color: #F59E36;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}
.user-menu li a {
	text-decoration: none;
	padding: 7px 0;
	display: table;
	color: #000000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.user-menu li a:hover {
	text-decoration: none;
	color: #F59E36;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.user-menu li::after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 14px;
	color: #E2E2E2;
}
.user-menu li:hover::after {
	color: #F59E36;
}
.adviser-container {
	border: solid 1px #3976CE;
	border-radius: 10px;
	padding: 10px 15px;
	background-color: #175CC1;
}
.adviser-photo {
	border-radius: 50%;
	width: 85px !important;
	height: 85px !important;
	text-align: center;
	margin: 0 auto;
}
.adviser-photo img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
    border-radius: 50%!important;
	border: solid 2px #FFF;
}
.adviser-title {
	color: #FFF;
}
.adviser-title h2 {
	margin: 0;
    padding: 0;
    font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: left;
}
.adviser-title p {
	text-align: left;
	margin: 0;
    padding: 0;
	padding-bottom: 5px;
    font-weight: 400;
}
.btn-ob-r-b:hover {
	background-color: #034AB2;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-ow {
	background-color: #F59E36;
	border: solid 1px #F59E36;
	color: #FFF;
	border-radius: 24px;
	font-weight: 600;
	font-size: 12px;
	padding: 5px 15px;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-ow i {
	font-size: 16px;
	margin-right: 5px;
}
@media only screen and (max-width: 767px) {
	.user-menu-bar {
		padding: 15px;
		background-color: #FFF;
		border: solid 1px #E4E4E4;
		border-radius: 10px;
		position: relative;
		top: 0;
		margin-right: 0;
		margin: 20px 15px
	}
	.adviser-container {
		border: solid 1px #3976CE;
		border-radius: 10px;
		padding: 10px 5px 10px 15px;
		background-color: #175CC1;
		width: 100%;
	}
	.adviser-title {
	 	text-align: center;
	}
	.adviser-title h2 {
		margin: 0;
    	padding: 0;
    	font-weight: 700;
		font-size: 18px;
		margin-bottom: 15px;
		text-align: left;
	}
	.adviser-title p {
		text-align: left;
		margin: 0;
	    padding: 0;
		padding-bottom: 5px;
	    font-weight: 400;
	}
	.btn-ow i {
		margin-right: 0px;
	}
	.user-logo-container {
		padding: 0 20% 0 20%;
		text-align: center;
		margin-bottom: 20px;
	}
	.adviser-photo {
		width: 90px !important;
		height: 90px !important;
	}
}
.user-photo-container {
    padding: 7px;
    margin: 0 auto;
    border: solid 1px #E4E4E4;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.user-photo-container .uploadText {
    position: absolute;
    bottom: 6px;
    left: 7px;
    width: 225px;
    background-color: #F59E36;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
}
.user-photo-container:hover .uploadText {
    background-color: #034AB2;
}
.input-icon-form {
    position: absolute;
	right: 20px;
    top: 12px;
	color: #8A8A8A ;
	font-size: 18px;
}
.user-form label {
	font-weight: 700;
	color: #484848;
}
.datepicker-dropdown.dropdown-menu {
	display: block;
	visibility: visible;
	opacity:1;
	transform: inherit;
	transition:none;
	 position: absolute;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
.datepicker-dropdown.dropdown-menu.show {
	display: block;
	visibility: visible;
	opacity:1;
	transform: translateY(0px);
	transition:.5s ease all;
}
.ekko-lightbox .modal-content {
	padding: 0;
}
.serviceNumber {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #F59E36;
}
.office-address {
	height: 60px !important;
}
.offices-map iframe {
	width: 100%;
	height: 175px;
	border: solid 1px #ccc;
	border-radius: 15px;
}
.office-map iframe {
	width: 100%;
	height: 300px;
}
.offices-icon{
	color: #F59E36;
	margin-right: 5px;
	font-size: 12px;
}
.r-office-bg {
	background-color:#FDF2F2;
	border-radius: 10px 10px 0 0;
}
.guide-search-bar-container {
	position: relative;
}
.guide-search-bar {
	position: absolute;
	margin-top: -30px;
	text-align: center;
	width: 100%;
}
.guide-search-input {
	border: solid 1px #E4E4E4;
	border-radius: 30px !important;
	line-height: 50px;
	padding-left: 25px;
	height: 60px;
	color: #515151;
	width: 75% !important;
}
.guide-search-input:placeholder {
	color: #515151;
}
.btn-search-button-inside {
	background-color: #F59E36;
	color: #FFF;
	border-radius: 50% 50% !important;
	width: 50px;
	height: 50px;
	position: relative;
	margin-left: -55px;
	margin-top: 5px;
	font-size: 18px;
}
.btn-search-button-inside:hover {
	background-color: #034AB2;
	color: #FFF;
}
.education-guide-font h1 {
	font-size: 30px;
}
.education-guide-font p {
	font-size: 16px;
	line-height: 24px;
}
.education-guide-padding {
	padding: 30px 0 50px 0;
}
.education-guide-page {
	padding-top: 75px;
	padding-bottom: 50px;
}
.education-guide-title {
	color: #F59E36;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
/* DataTable Custom Draft < */
#empTable_filter {
	display: none;
}
table.dataTable thead th, table.dataTable thead td {
	border-bottom: 1px solid #dee2e6 !important;
	padding: 10px 0 10px 10px !important;
}
.dataTables_wrapper .dataTables_paginate {
	padding-top: 0 !important;
}
.dataTables_paginate .paging_simple_numbers {
	padding-top: 10px;
	padding-bottom: 10px;
}
.paginate_button.current {
    color : #FFF !important;
    border:none !important;
    background-color: #F59E36 !important;
    background: #F59E36 !important;
	font-weight: 700;
}
.paginate_button.current:hover {
    color : #FFF !important;
    border:none !important;
    background-color: #F59E36 !important;
    background: #F59E36 !important;
	font-weight: 700;
}
.paginate_button {
    color : #333 !important;
    border:none !important;
    background-color: white;
    background: inherit !important;
}
.paginate_button:hover {
   color : #FFF !important;
    border:none !important;
    background-color: #F59E36 !important;
    background: #F59E36 !important;
}
.dataTables_info {
	padding-left: 15px;
	padding-top: 20px !important;
	padding-bottom: 15px;
}
.dataTables_paginate.paging_simple_numbers {
	padding-left: 15px;
	padding-top: 15px !important;
	padding-bottom: 15px;
}
.paginate_button.previous, .paginate_button.next   {
	font-weight: 700;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}
/* DataTable Custom Draft > */
.programs-title-link {
	color: #000;
	text-decoration: none;
}
.programs-title-link:hover {
	color: #F59E36;
	text-decoration: none;
}
.draft-alert {
	border-radius: 10px;
	padding: 20px;
	font-size: 14px;
	color: #000;
	margin-bottom: 50px;
}
.draft-alert i {
	font-size: 24px;
	margin-right: 10px;
	color: #4CC066 !important;
}
.swal2-popup .swal2-styled {
	padding: 5px 20px !important;
	font-size: 16px !important;
	border-radius: 35px !important;
}
.swal2-cancel.swal2-styled {
	background-color: #B4B4B4 !important;
	background: #B4B4B4 !important;
}
.swal2-validation-message {
	background: #FFF !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}
.swal-validation-error {
	border:solid 1px #f27474;
}
.swal-p-info {
	font-size: 14px !important;
	font-weight: 400 !important;
	text-align: justify !important;
}
.swal-p-info-phone {
	background-color: #09AD64 !important;
	padding: 20px 10px;
	border-radius: 15px;
	display: block;
	text-align: center;
}
.swal-p-info-phone i {
	font-size: 30px;
	width: 100%;
	color: #FFF;
	margin-bottom: 10px;
}
.swal-p-info-phone span {
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
}
.swal-p-info-phone .phone-info {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
}
.swal-p-info-phone a {
	text-decoration: none !important;
}
.phone-number {
	text-decoration: none !important;
}
.phone-number:hover {
	text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
	.swal-p-info-phone span {
		font-size: 24px;
	}
	.swal-p-info-phone .phone-info {
		font-size: 16px;
	}
}
.swal2-modal {
	border: solid 2px #F59E36 !important;
	border-radius: 10px !important;
}
.swal2-popup .swal2-title {
	color: #F59E36 !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	margin-top: 10px !important;
}
.modal-label {
	font-weight: 700;
    font-size: 14px;
    color: #484848 !important;
	width: 100%;
	text-align: left;
}
.border-program {
	border: 1px solid #dee2e6;
	border-radius: 4px;
}
.program-title {
	border-bottom: solid 1px #E4E4E4;
	border-radius: 4px 4px 0 0;
	background-color: #034AB2;
    color: #FFF;
    padding: 10px 15px 10px 15px;
	font-weight: 700;
    font-size: 16px;
}
.securitycodecontainer {
    padding: 20px;
    background-color: #ffa4a4;
    color: #000;
	border-radius: 10px;
}
.securitycodecontainer .r-input {
    border-radius: 0 24px 24px 0;
}
.securitycode {
	background-color: #000;
	border-radius: 24px 0 0 24px;
	text-align: center;
	padding-top: 10px;
	width: 100%;
	height: calc(2.2em + .75rem + 2px);
	float: left;
}
.agent-menu-bar {
	padding: 15px;
	background-color: #FFF;
	border: solid 1px #E4E4E4;
	border-radius: 10px;
	position: relative;
	margin-top: 30px;
}
.agent-info{
	text-align: center;
	margin-bottom: 20px;
}
.agent-info p {
	margin: 0;
	padding-bottom: 5px;
}
.user-menu li .active {
	color: #F59E36 !important;
	font-weight: 700 !important;
}
.user-menu li .active:hover {
	color: #000000 !important;
	font-weight: 700 !important;
}
/* Search Bar < */

/* Search Bar > */
/* Search Bar < */
#dropdownMenuButtonCategories.dropdown-toggle::after {
    display:none;
}
.search-container {
	position: absolute;
	background-color: #FFF;
	left: 0;
    right: 0;
	border-top: solid 1px #EEEEEE;
	display: block;
	visibility: hidden;
	opacity:0;
	transform: translateY(30px);
	transition:.5s ease all;
	z-index: 5;
}
.search-container.open {
	display: block;
	visibility: visible;
	opacity:1;
	transform: translateY(0px);
	transition:.5s ease all;
}
.shadow-sp {
    -webkit-box-shadow: 0px 20px 40px -2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 20px 40px -2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 20px 40px -2px rgba(0, 0, 0, 0.16);
}
.search-bar .form-control {
	height: 50px;
	border: none;
	border-radius: 50px !important;
	padding: 0 60px;
	z-index: 1;
    font-size: 14px;
	font-weight: 400;
    position: relative;
}
.search-bar .form-control::placeholder { 
	font-size: 14px;
	font-weight: 400;
	color:#919192;
}
.search-icon {
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 24px;
    color: #F59E36;
    z-index: 4;
}
.search-bar .search-input {
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.search-bar .search-input:hover {
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.search-bar .search-input:focus {
	border: solid 1px #CCC;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.search-bar .btn-search-submit {
	position: absolute;
    font-size: 14px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
	margin-top: 0;
    width: 100px;
    margin-left: -100px;
	background-color: #F59E36;
	height: 50px !important;
	border: none;
	-webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
	color:#FFF;
	z-index: 2;
}
.search-bar .btn-search-submit:hover {
	background-color: #034AB2;
	color:#FFF;
}
.search-bar .search-input {
	z-index: 2 !important;
}
@media only screen and (max-width: 767px) {
    .search-bar .form-control {
	    padding: 0 20px;
    }
	.search-bar .btn-search-submit {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
	    margin-top: 0;
        width: 50px;
        height: 50px;
        font-size: 18px !important;
        margin-left: -50px;
        background-color: #F59E36;
        color: #FFF;
    }
    .btn-white-custom {
        color: #F59E36;
        padding: 0;
        height: 50px;
        width: 50px !important;
        -webkit-border-radius: 75px;
        -moz-border-radius: 75px;
        border-radius: 75px;
        text-align: center;
        font-size: 24px;
    }
    .btn-white-plus {
        color: #F59E36;
        padding: 0;
        line-height: 50px;
        height: 50px;
        width: 50px !important;
        -webkit-border-radius: 75px;
        -moz-border-radius: 75px;
        border-radius: 75px;
        text-align: center;
        font-size: 24px;
    }
}
.dropdown-custom-cat {
    z-index: 1000;
    min-width: 15rem;
    padding: .5rem 20px;
    margin: 0;
    color: #FFF;
    right: 8px;
    text-align: left;
    list-style: none;
    background-color: #F59E36;
    background-clip: padding-box;
    border: none;
    -webkit-border-radius: 0 15px 15px 15px;
    -moz-border-radius: 0 15px 15px 15px;
    border-radius: 0 15px 15px 15px;
    transform: translate3d(0px, 50px, 0px) !important;
    
}
.dropdown > .dropdown-toggle:hover + .dropdown-custom-cat{
    position: absolute;
    top: 0;
    transform: translate3d(0px, 50px, 0px) !important;
}
.dropdown > .dropdown-toggle:focus + .dropdown-custom-cat{
    display: block !important;
    transform: translate3d(0px, 50px, 0px) !important;
}
.dropdown-custom-cat .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    border-bottom: solid 1px #FACA92;
    text-align: left;
    padding: 8px 0;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.dropdown-custom-cat .dropdown-item:hover {
    font-weight: 400;
    color: #FFF;
    background-color: inherit;
    padding: 8px 3px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.dropdown-custom-cat .dropdown-item:last-child {
    border-bottom: none;
}
/* Search Bar > */
.btn-white-custom {
    color: #F59E36;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    padding-top: 13px;
    min-height: 50px;
	font-size: 14px !important;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-white-custom:hover {
    color: #034AB2;
}
.btn-white-custom:focus {
    background-color: #F59E36;
    color: #FFFFFF;
    border-color: #F59E36;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}
.btn-white-plus {
    color: #F59E36 !important;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    padding-top: 13px;
    min-height: 50px;
	font-size: 14px !important;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-white-plus:hover {
    color: #034AB2 !important;
}
.btn-white-plus:focus {
    color: #034AB2 !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
	.btn-white-plus {
    	padding-top: 0;
		text-align: center;
		padding-left: 0px;
    	padding-right: 0px;
	}
	.btn-white-custom {
    	padding-top: 0;
		text-align: center;
		padding-left: 0px;
    	padding-right: 0px;
    	padding-top: 0px !important;
	}
}
.btn-shadow {
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.btn-shadow:hover {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.btn-shadow:focus {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2) !important;
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2)!important;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2)!important;
}
.btn.focus, .btn:focus {
    outline: none;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.ui-autocomplete {
	position: absolute; 
	cursor: default; 
	background:#CCC
}   
html .ui-autocomplete { 
	width:1px;
}
.form-control:focus {
    box-shadow: inherit !important;
}
.ui-menu {
    list-style:none;
    margin: 0; 
    float: left;
	max-height: 300px;
	height: auto;
	overflow-y: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	background-color: #FFF;
	padding: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	position: fixed;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.ui-menu {
   		width: 100% !important;
		left: 0 !important;
		
	}
}
.ui-menu::-webkit-scrollbar {
  	width: 8px;
	border-radius: 8px;
}
.ui-menu::-webkit-scrollbar-track {
  	background: #ced4da;
	border-radius: 18px;
}
.ui-menu::-webkit-scrollbar-thumb {
  	background: #F59E36;
	border-radius: 8px;
}
.ui-menu::-webkit-scrollbar-thumb:hover {
  	background: #034AB2;
}
.ui-helper-hidden-accessible {
	display: none !important;
}
.ui-menu .ui-menu {
    margin-top: -3px !important;
}
.ui-menu .ui-menu-item {
	border-bottom: solid 1px #EBEBEB;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
	cursor: pointer;
	padding: 5px 10px;
}
.ui-menu li {
	cursor: pointer !important;
}
.ui-menu li:hover {
	cursor: pointer !important;
	background-color:#EDEDED;
}
.ui-menu li:hover {
	cursor: pointer !important;
	color: #000;
}
.ui-menu .ui-menu-item:last-child {
	border-bottom: none;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;	
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
.ui-front {
    z-index: 1500 !important;
}
.search-badge:hover {
	background-color: #F59E36;
	color: #FFF;
}
.header-offices .list-group-item {
	padding: 10px 0;
}
.header-offices .list-group-item-action.detail-info {
	font-weight: 700;
	background-color:#D5D5D5;
	color: #000 !important;
	text-align: center;
}
.header-offices .list-group-item i {
	color: #ccc;
	font-size: 18px;
	margin-right: 10px;
}
.header-offices .list-group-item-action {
	background-color: #034AB2;
	color: #FFF;
	border: none;
	text-align: center;
}
.header-offices .list-group-item-action:hover {
	background-color: #F59E36;
	color: #FFF;
	border: none;
	text-align: center;
}
.search-up-container {
	margin-top: 4px;
	line-height: 0px;
	color: #FFF;
	text-align: center;
	position: relative;
}
.search-up-container i{
	position: absolute;
	margin-left: -25px;
	margin-bottom: -20px;
	bottom: 0;
	padding: 10px 20px;
	background-color: #F59E36;
	border-radius: 10px;
	cursor: pointer;
}
.search-up-container i:hover{
	background-color: #034AB2;
	cursor: pointer;
}
.breadcrumb {
    background-color: inherit;
    padding: inherit;
    margin-bottom: inherit;
    border-radius: inherit;
}
.breadcrumb li {
    color: #FFF;
}
.breadcrumb-item.active {
	color: #6C95D2;
}
.breadcrumb li a {
    color: #FFF;
	text-decoration: none;
}
.breadcrumb li a:hover {
    color: #F59E36;
	text-decoration: none;
}
.search-list .badge {
	margin-right: 10px;
	min-width: 100px;
	font-size: 100%;
    padding: .30em 1em;
}
.search-list .list-group-item {
	color: #000;
}
.search-list .list-group-item-success {
	background-color: #E3F3E6;
}
.info-bar {
	text-align: center;
}
.info-bar h1 {
	font-size: 50px;
	color:#F59E36;
	font-weight: 700;
}
.info-bar h3 {
	font-size: 24px;
	color:#F59E36;
	font-weight: 700;
}
.info-bar p {
	font-size: 16px;
	color:#B8B8B8;
	font-weight: 400;
}
.no-result {
	width: 25%;
}
@media only screen and (max-width: 767px) {
	.no-result {
		width: 75%;
	}
}
.adviser-thumb {
	padding: 0;
	margin-bottom: 30px;
	text-align: center;
	border: solid 1px #E4E4E4;
	border-radius: 8px;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.adviser-thumb:hover  {
	border: solid 1px #F59E36;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.adviser-thumb-container {
	padding: 25px 15px 10px 15px;
}
.adviser-image {
	width: 100px;
	margin-bottom: 20px;
	border: solid 1px #dee2e6;
}
.adviser-thumb hr {
	border-top: 1px solid #E4E4E4;
	margin: 0;
	padding: 0;
}
.adviser-btn {
	color: #000;
	font-size: 14px;
	border-radius: 0;
	padding: 7px 0;
	width: 50%;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.adviser-btn:hover {
	background-color: #F59E36;
	color: #FFF !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.adviser-btn i {
	color: #F59E36;
	margin-right: 5px;
}
.adviser-btn:hover i {
	color: #FFF;
}
.adviser-btn:focus {
	border: none;
}
.b-left {
	border-right: solid 1px #E4E4E4;
}
.b-left:hover {
	border-bottom-left-radius: 8px;
}
.b-right:hover {
	border-bottom-right-radius: 8px;
}
.adviser-phone-modal {
	text-align: center;
	padding-bottom: 30px;
}
.adviser-phone-modal .phone-number {
	font-size: 24px;
	font-weight: 700;
	color: #F59E36;
	text-decoration: none;
}
.adviser-phone-modal .phone-number:hover {
	color: #000;
}
.adviser-phone-modal .phone-info {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.call-gif {
	width: 30%;
}
.btn-addReviewList {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 8px 0 7px;
	border: none;
	padding: 5px 10px;
	color: #FFF !important;
}
.btn-addReviewList i {
	color: #FFF !important;
}
.btn-addReviewList.reviewAdd {
	background-color: #F59E36;
	border-top: solid 1px #F59E36;
	border-right: solid 1px #F59E36;
}
.btn-addReviewList.reviewAdd:hover {
	background-color: #034AB2;
	border-top: solid 1px #034AB2;
	border-right: solid 1px #034AB2;
}
.btn-addReviewList.reviewRemove {
	background-color: #034AB2;
	border-top: solid 1px #034AB2;
	border-right: solid 1px #034AB2;
}
.btn-addReviewList.reviewRemove:hover {
	background-color: #F59E36;
	border-top: solid 1px #F59E36;
	border-right: solid 1px #F59E36;
}
.nav-pills .nav-link {
    color: #484848;
    background-color: #F5F5F5;
    font-weight: 700;
    font-size: 14px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #FFF;
    background-color: #F59E36;
    font-weight: 700;
    font-size: 14px;
}
.nav-pills .nav-item a {
    border-radius:0px !important;
    border-top: solid 1px #E4E4E4 !important;
    border-bottom: solid 1px #E4E4E4 !important;
	padding: 8px 0;
}
.nav-pills .nav-item:first-child a {
    border-radius: 24px 0 0 24px !important;
    border-left: solid 1px #E4E4E4 !important;
    border-top: solid 1px #E4E4E4 !important;
    border-bottom: solid 1px #E4E4E4 !important;
}
.nav-pills .nav-item:last-child a{
    border-radius:0 24px 24px 0 !important;
    border-right: solid 1px #E4E4E4 !important;
    border-top: solid 1px #E4E4E4 !important;
    border-bottom: solid 1px #E4E4E4 !important;
}
@media only screen and (max-width: 767px) {
	.nav-pills .nav-item a {
        border-radius:24px !important;
        border: solid 1px #E4E4E4 !important;
        margin-bottom: 10px;
    }   
    .nav-pills .nav-item:first-child a {
        border-radius:24px!important;
        border: solid 1px #E4E4E4 !important;
    }
    .nav-pills .nav-item:last-child a{
        border-radius:24px !important;
        border: solid 1px #E4E4E4 !important;
    }
}
.price-offer-thumb {
	padding: 15px 15px 0px 15px;
	margin-bottom: 30px;
	text-align: center;
	border: solid 1px #FBC98D;
	border-radius: 8px;
}
.price-offer-thumb h5 {
	border-bottom: solid 1px #FBC98D;
}
.price-offer-line p {
	padding: 0;
	margin: 0;
}
.price-offer-line {
	border-bottom: solid 1px #E4E4E4;
	padding: 7px 0;
}
.price-offer-price {
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
}
.corporate-link a {
	color: #000;
	text-decoration: none;
}
.corporate-link a:hover {
	color: #F59E36;
	text-decoration: none;
}
.c-box-pt {
	padding: 25px 25px 25px 25px;
	border-radius: 8px;
	height: 100%;
	overflow: hidden;
	background-color: #FFF;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.c-box-pt-text {
	color: #000000;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
}
.c-box-pt-text a {
	color: #1F2330 !important;
	text-decoration: none;
}
.c-box-pt-text a:hover {
	color: #F59E36 !important;
	text-decoration: none;
}
.c-box-pt-icon {
	background-color: #F5F5F5;
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	min-height: 30px !important;
	line-height: 30px;
	text-align: center;
}
.c-box-pt:hover .c-box-pt-icon {
	background-color: #F59E36;
}
.c-box-pt:hover .c-box-pt-icon i {
	color: #FFF;
}
.c-box-pt-icon i {
	color: #1F2330;
	font-size: 16px;
	margin-left: 3px;
}
.img-content-container {
	overflow: hidden;
  	margin: 0;
    height: 500px;
}
.img-content-container img {
   	width: 100%;
  	height: 500px;
  	object-fit: cover;
    transition: all 0.8s ease;
}
@media only screen and (max-width: 767px) {
	.img-content-container {
		overflow: hidden;
  		margin: 0;
    	height: auto;
	}
	.img-content-container img {
	   	width: 100%;
	  	height: auto;
	  	object-fit: cover;
	    transition: all 0.8s ease;
	}
}
.page-left-menu {
	margin: 0;
	padding: 0;
	list-style: none;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.page-left-menu li {
	border-bottom: solid 1px #E2E2E2;
}
.page-left-menu li a {
	display: block;
	padding: 10px 10px;
    color: #000 !important;
    text-decoration: none;
    cursor: pointer;
}
.page-left-menu li a:hover {
	background-color: #F5F1EE !important;
    color: #F59E36;
}
.page-left-menu li .active-page{
	background-color: #F5F1EE !important;
	font-weight: 700;
	position: relative;
}
.page-left-menu li .active-page:before{
	margin-right: 10px;
	color: #000;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f054";
	font-size: 12px;
}
.page-left-menu li .active{
	color: #F59E36 !important;
    position: relative;
}
.page-left-menu li .active:before{
    margin-right: 10px;
	color: #F59E36;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f00c";
	font-size: 12px;
}
.page-left-menu li .active:hover{
	color: #000000 !important;
}
.page-left-menu li:last-child {
	border-bottom: none;
}

#leftMenu.collapse {
	display: block !important;
}
@media only screen and (max-width: 767px) {
	#leftMenu.collapse {
		display: none !important;
	}
	#leftMenu.show  {
		display: block !important;
	}
	.page-left-menu {
		border-radius: 0 0 15px 15px ;
	}
	.page-left-menu-title {
		display: none;
	}
}
.unity-form h6 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
}
.unity-form .custom-label {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
}
.unity-form .form-check {
	margin-bottom: 5px;
}
.unity-form [type="radio"]:checked,
.unity-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.unity-form [type="radio"]:checked + label,
.unity-form [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.unity-form [type="radio"]:checked + label:before,
.unity-form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.unity-form [type="radio"]:checked + label:after,
.unity-form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F59E36;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.unity-form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.unity-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.content-box {
    border: solid 1px #EFEFEF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
    box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
}
.cloneDelete {
    color: #E3171F;
    cursor: pointer;
}
.edit-container {
    background-color: #F8F8F8;
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #E4E4E4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.edit-title {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.edit-content {
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.btn-edit {
    background-color: #008D4E;
    border-color: #008D4E;
    color: #FFF;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    width: 40px;
    height: 40px;
    text-align: center;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    justify-content: center;
}
.btn-delete {
    background-color: #CD0003;
    border-color: #CD0003;
    color: #FFF;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    width: 40px;
    height: 40px;
    text-align: center;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    justify-content: center;
}