@charset "utf-8";
@font-face {
    font-family: 'Rosemary'; src: url('../fonts/Rosemary.woff2') format('truetype'),url('../fonts/Rosemary.woff') format('truetype');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'Rosemary'; src: url('../fonts/Rosemary.woff2') format('truetype'),url('../fonts/Rosemary.woff') format('truetype');
    font-weight: bold; font-style: normal;
}
@font-face {
    font-family: 'Little-Daisy'; src: url('../fonts/LittleDaisy.woff2') format('truetype'),url('../fonts/LittleDaisy.woff') format('truetype');
    font-weight: normal;font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: "Rosemary", sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  	width: 8px;
	background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  	background-color: #c1c1c1;
	border: 1px solid #fff;
}
::-moz-selection {
 	color: #fff;
 	background: #8CA141;
}
::selection {
	color: #fff;
	background: #8CA141;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #252525;
	opacity: 1 !important;
	font-size: 16px;
}
::-webkit-input-placeholder {
 	color: #252525;
	opacity: 1 !important;
	font-size: 16px;
}
:-moz-placeholder {
 	color: #252525;
	opacity: 1 !important;
	font-size: 16px;
}
::-moz-placeholder {
 	color: #252525;
	opacity: 1 !important;
	font-size: 16px;
}
:-ms-input-placeholder {
 	color: #252525;
	opacity: 1 !important;
	font-size: 16px;
}
select:required:invalid {
	color: #252525 !important;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
a, a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer !important;
	color: #2d2d2d !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
	outline: none !important;
	box-shadow: none !important;
	font-size: 16px !important;
    font-weight: normal;
	color: #252525;
}
textarea {
	resize: none;
	line-height: 26px !important;
}
.form-floating > textarea.form-control {
	min-height: calc(10em + (0.75rem + 2px));
}
.form-floating > label {
	font-size: 16px;
	color: #252525;
	padding-left: 40px;
    padding-right: 40px;
}
.form-floating>.form-control:focus~label {
	color: #2d2d2d;
}
.form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after{
	background-color: transparent;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 600;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #8CA141;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
	cursor: pointer;
}
@keyframes fadeIn {
  	0% { opacity: 0; }
  	100% { opacity: 1; }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {left: 125%}
}
@keyframes shine {
    100% {left: 125%}
}
.nothing_display {
	width: 100%;
    padding: 50px 0;
    background: #fff;
    float: left;
    font-size: 20px;
    text-align: center;
    color: #8CA141;
}
.hash_anchor {
	 scroll-margin-top: 200px;
}
.d_ltr {
    direction: ltr;
}
/************************* arabic *************************/
.arabic .navbar-nav > li > a, .arabic .welcome h4, .arabic .why_choose_us h4, .arabic .getintouch_address, .arabic .about h4, .arabic .programs h4, .arabic .curriculum h4, .arabic .careers h3, .arabic .contact_address, .arabic .form-floating > label {
    font-size: 18px;
}
.arabic .language_switch {
    font-size: 14px;
}
@media (min-width: 200px) and (max-width: 767.98px) {
    .arabic .curriculum h4 {
        font-size: 16px;
    }
    .arabic .not_found h4, .arabic .gallery h3 {
        font-size: 18px;
    }
}
@media (min-width: 200px) and (max-width: 1199.98px) {
    .arabic .careers h3 {
        font-size: 14px;
    }
}
/************************* social_media *************************/
.social_media a {
	font-size: 25px;
	display: inline-flex;
	line-height: 1;
	color: #fff;
	background: #6D7F31;
	margin: 0 5px;
	padding: 5px 8px;
	border-radius: 5px;
	text-align: center;
	align-items: center;
    justify-content: center;
}
.social_media a.fb:hover, .social_media a.fb:focus {
	background: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
	background: #000;
}
.social_media a.im:hover, .social_media a.im:focus {
	background: #fb3958;
}
.social_media a.yt:hover, .social_media a.yt:focus {
	background: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
	background: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
	background: #0067ff;
}
.social_media a.wa:hover, .social_media a.wa:focus {
	background: #34af23;
}
/************************* header *************************/
.menu_bg {
	height: 85px;
	float: left;
	background: #fff;
	position: absolute;
}
.s_menu_bg {
	height: 70px;
	background: #fff;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	animation: fadeIn 2s ease-in-out;
}
.logo img {
	width: 150px;
	padding: 10px 0 0 0;
}
.s_menu_bg .logo img {
	width: 100px;
	padding: 5px 0 0 0;
}
.s_menu_bg .offcanvas-body {
	justify-content: end;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}
.navbar .has-megamenu {
	position: static!important;
}
.navbar .megamenu {
	padding: 1rem;
	left: auto !important;
	width: 650px !important;
	max-width: 650px !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
	text-align: center;
	padding: 8px 0;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
	top: auto;
	margin-top: 8px;
}
.navbar {
	width: 100%;
	float: left;
	padding: 0;
}
.navbar-nav > li > a {
    color: #2B474F;
    display: block;
    position: relative;
    padding: 2px 20px !important;
    font-size: 16px;
	font-weight: normal;
	border-radius: 30px;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
	color: #fff !important;
	background: #2F535D;
}
.dropdown-item {
    width: auto;
    font-size: 15px;
    border-radius: 0 !important;
	padding: 8px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
	background-color: #8CA141 !important;
    color: #fff !important;
}
.dropdown-menu {
	animation: fadeIn 1s;
	padding: 0;
}
.menu_icon {
    width: 32px;
	float: right;
    padding: 0;
	display: none;
	border: none;
	z-index: 9;
}
.menu_icon > span {
	height: 2px;
	float: left;
  	background: #8CA141;
  	margin: 3px 0;
}
.menu_icon:hover span {
	width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
	border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.nav-link, .dropdown-item {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.language_switch {
	font-size: 12px;
	font-weight: normal;
    color: #2B474F;
}
.language_switch .form-switch {
	min-height: 0px;
}
.language_switch .form-switch .form-check-input, .language_switch .form-check-input:checked {
    color: #fff;
    background-color: #A4CAD3;
  	background-image: url(../images/language_switch.svg) !important;
}
/***************************** btn *****************************/
.send_btn {
	width: auto;
	font-size: 20px;
    font-weight: normal;
    padding: 17px 50px;
	background-color: #8CA141;
	color: #fff;
	border-radius: 50px;
	border: 1px solid #8CA141;
}
.send_btn:hover {
	background-color: transparent;
	border: 1px solid #8CA141;
	color: #8CA141;
}
/***************************** Banner *****************************/
.banner {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 85px;
}
.banner_text {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding: 0 5%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.en_banner {
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
}
.ar_banner {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
}
.banner_text span {
	width: 55%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_text span h2 {
	font-family: "Little-Daisy", sans-serif;
    font-size: 40px;
    font-weight: normal;
	color: #35626F;
	letter-spacing: 1px;
    line-height: 55px;
}
.banner_text span img {
	width: 200px;
}
.banner_text span h4 {
    font-size: 20px;
    font-weight: normal;
    color: #1D2E34;
}
.banner_topbg {
    width: 100%;
	z-index: 9;
    top: 0;
}
.banner_bottombg {
    z-index: 9;
    bottom: 0;
}
.carousel-control-next, .carousel-control-prev {
	width: 5% !important;
}
.carousel-indicators li {
	cursor: pointer;
}
.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
/************************* welcome *************************/
.welcome {
	width: 100%;
	float: left;
	z-index: 8;
    position: relative;
	background: #FAF7F6 url("../images/welcome_bg.svg") repeat top center;
	background-size: contain;
	overflow: hidden;
}
.welcome_line {
	width: 100%;
	float: left;
	background: url("../images/welcome_line.svg") no-repeat;
	background-size: 70%;
	background-position: 0px 60px;
	padding: 200px 0 250px 0;
}
.welcome_ar_line {
	width: 100%;
	float: left;
	background: url("../images/welcome_ar_line.svg") no-repeat;
	background-size: 70%;
	background-position: 100% 60px;
	padding: 200px 0 250px 0;
}
.welcome_img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.welcome h2 {
    font-size: 16px;
    font-weight: normal;
	color: #252525;
}
.welcome h3 {
	font-family: "Little-Daisy", sans-serif;
    font-size: 40px;
    font-weight: normal;
	color: #8CA141;
	letter-spacing: 1px;
    line-height: 55px;
}
.welcome h4 {
    font-size: 16px;
    font-weight: normal;
	color: rgba(37, 37, 37, 0.8);
	line-height: 32px;
	text-align: justify;
}
.welcome_icon {
	top: -100px;
    right: 60px;
}
.welcome_ar_icon {
	top: -100px;
    left: 60px;
}
.welcome_img_cloud {
	bottom: 0;
    left: 0;
}
/************************* why_choose_us *************************/
.why_choose_us {
	width: 100%;
	float: left;
	padding: 200px 0;
    margin: -120px 0 -50px 0;
	z-index: 8;
    position: relative;
	background: url("../images/why_choose_us_bg.svg") no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
.why_choose_us_cloud1 {
	top: 0;
	right: 0;
}
.why_choose_us_ar_cloud1 {
    top: 0;
	left: 0;
}
.why_choose_us_cloud2 {
	bottom: 0;
}
.why_choose_us h2 {
    font-size: 16px;
    font-weight: normal;
	color: #252525;
}
.why_choose_us h3 {
	font-family: "Little-Daisy", sans-serif;
    font-size: 40px;
    font-weight: normal;
	color: #5495A3;
	letter-spacing: 1px;
    line-height: 55px;
}
.why_choose_us h4 {
    font-size: 16px;
    font-weight: normal;
	color: rgba(37, 37, 37, 0.8);
	line-height: 32px;
	text-align: justify;
}
/************************* hm_section *************************/
.hm_section {
	width: 100%;
	float: left;
	background: #F7F9EC;
	padding: 0 0 70px 0;
	overflow: hidden;
}
.hm_section .send_btn:hover {
	background-color: #F7F9EC;
}
.hm_section_line {
	width: 100%;
	float: left;
	padding: 150px 0 70px 0;
	background: url("../images/hm_section_line.svg") no-repeat;
	background-size: 70%;
	background-position: center bottom;
}
.hm_ar_section_line {
	width: 100%;
	float: left;
	padding: 150px 0 70px 0;
	background: url("../images/hm_ar_section_line.svg") no-repeat;
	background-size: 70%;
	background-position: center bottom;
}
.hm_section h2 {
	font-family: "Little-Daisy", sans-serif;
    font-size: 40px;
    font-weight: normal;
	color: #8CA141;
	letter-spacing: 1px;
}
.hm_section_cloud1 {
	right: 0;
	top: -140px;
}
.hm_section_ar_cloud1  {
	left: 0;
	top: -140px;
}
.hm_section_cloud2 {
    left: 0;
    top: -80px;
}
.hm_section_ar_cloud2 {
    right: 0;
    top: -80px;
}
.hm_programs_img {
	border: 8px solid #ECF0D7;
	border-radius: 20px;
}
.hm_programs a:hover .hm_programs_img {
	border: 8px solid #8CA141;
}
.hm_programs h3 {
	font-family: "Little-Daisy", sans-serif;
    font-size: 24px;
    font-weight: normal;
	color: #A3B754;
	letter-spacing: 1px;
}
.hm_programs h4 {
    font-size: 16px;
    font-weight: normal;
	color: rgba(37, 37, 37, 0.8);
	line-height: 28px;
	text-align: justify;
}
.getintouch_bg {
	background: #DAE3B3;
	border-radius: 20px;
}
.getintouch h3 {
    font-size: 24px;
    font-weight: normal;
	color: #536229;
}
.getintouch_icon {
	width: 20px;
    margin: 0 10px 0 0;
	text-align: center;
}
.getintouch_address {
    overflow: hidden;
	font-size: 16px;
    font-weight: normal;
	color: #252525;
}
.getintouch_address a {
	color: #252525;
	word-break: break-word;
}
.getintouch_address a:hover {
	color: #8ca141;
}
.getintouch_address span {
	color: rgba(37, 37, 37, 0.75);
	margin-right: 5px;
}
.getintouch .form-control {
	height: 70px;
	padding-left: 40px;
	padding-right: 40px;
    background: #DAE3B3;
	border-radius: 20px;
}
.hm_contact h4 {
    font-size: 16px;
    font-weight: normal;
	color: rgba(37, 37, 37, 0.8);
	line-height: 28px;
}


.hm_sec_menu a {
    width: 100%;
	float: left;
    font-family: "Little-Daisy", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
	padding: 10px;
    border-radius: 30px;
}
.hm_sec_menu1 {
    background: #9356C2;
}
.hm_sec_menu1:hover {
    background: #e5d5e9;
    color: #9356C2;
}
.hm_sec_menu2 {
    background: #4364DB;
}
.hm_sec_menu2:hover {
    background: #d1d8ee;
    color: #4364DB;
}
.hm_sec_menu3 {
    background: #CC9800;
}
.hm_sec_menu3:hover {
    background: #f9eebf;
    color: #CC9800;
}
.hm_sec_menu4 {
    background: #E34B66;
}
.hm_sec_menu4:hover {
    background: #fbd2db;
    color: #E34B66;
}
/************************* footer *************************/
.footer {
    width: 100%;
	float: left;
    background: #DAE3B3;
	padding: 40px 0 10px 0;
}
.footer_newsletter {
	width: 100%;
	float: left;
	background: #8CA141;
    padding: 50px 0;
}
.footer_newsletter p {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 25px;
	letter-spacing: .5px;
    color: #fff;
    font-weight: normal;
}
.footer_search {
	width: 450px;
	height: 60px;
	background-color: #fff;
	border: 5px solid #fff;
	border-radius: 30px;
	margin: 0 auto;
}
.footer_search input {
	border-radius: 30px;
}
.footer_search .form-control::placeholder {
	color: #8A8A8A;
	opacity: 1 !important;
	font-size: 15px;
}
.footer_search .btn {
	font-size: 20px;
    font-weight: normal;
    background-color: #DAE3B3;
	color: #60721e;
	border-radius: 50px !important;
	padding: 0 50px;
	border: 1px solid #DAE3B3;
}
.footer_search .btn:hover, .footer_search .btn:active {
	background-color: #fff;
	border: 1px solid #8CA141;
}
.footer_logo {
	width: 200px;
}
.footer .collapse:not(.show) {
    display: block;
}
.footer .card-header a i {
    width: 22px;
    height: 22px;
    position: absolute;
    font-size: 12px;
    color: #444F25;
    padding: 4px;
}
.footer_co i {
    right: 10px;
}
.ar_footer_co i {
    left: 10px;
}
.footer .card-header a .fa-plus{
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer .card-header a .fa-minus{
	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer h3 {
    font-size: 20px;
    font-weight: normal;
    color: #444F25;
}
.footer h4 {
    font-size: 14px;
    font-weight: normal;
    color: #444F25;
    line-height: 28px;
}
.footer_icon {
	width: 20px;
	text-align: center;
}
.footer_address {
    overflow: hidden;
	font-size: 16px;
    font-weight: normal;
	color: #252525;
}
.footer_address a {
	color: #252525;
}
.footer_address a:hover {
	color: #8ca141;
}
.footer_address span {
	color: rgba(37, 37, 37, 0.75);
	margin-right: 5px;
}
/***************************** copyright *****************************/
.copyright {
	width: 100%;
	float: left;
    font-size: 13px;
    color: #444F25;
    background: #DAE3B3;
    line-height: 24px;
	text-align: center;
}
.copyright .container {
	border-top: 2px solid #3B4423;
}
.copyright i {
	font-size: 12px;
}
.copyright a {
    color: #444F25;
}
.copyright a:hover, .copyright a.active {
    color: #8ca141;
}
/***************************** inner_banner *****************************/
.inner_banner {
	width: 100%;
	float: left;
	margin-top: 85px;
}
.innerbanner_text {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	flex-wrap: wrap;
	background: rgba(0, 0, 0, 0.2);
}
.innerbanner_text h1 {
	font-family: "Little-Daisy", sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
	text-shadow: 2px 4px 2px #333;
}
.breadcrumb-item {
	color: #fff !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	font-size: 15px;
}
.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	font-size: 15px;
}
/************************* about *************************/
.about {
	width: 100%;
	float: left;
	background: #F7F9EC;
	padding: 80px 0;
	overflow: hidden;
}
.about h2 {
	font-family: "Little-Daisy", sans-serif;
    font-size: 40px;
    font-weight: normal;
	color: #8CA141;
	letter-spacing: 1px;
    line-height: 55px;
}
.about h3 {
	font-family: "Little-Daisy", sans-serif;
    font-size: 24px;
    font-weight: normal;
	color: #8CA141;
	letter-spacing: 1px;
    line-height: 32px;
}
.about h4 {
    font-size: 16px;
    font-weight: normal;
	color: rgba(37, 37, 37, 0.8);
	line-height: 32px;
	text-align: justify;
}
.ceo_message, .vision_mission {
	width: 100%;
	float: left;
	padding: 150px 0 0 0;
}
.vision_bg {
	background: #DAE3B3;
}
.mission_bg {
	background: #cad698;
}
/***************************** programs *****************************/
.programs {
	width: 100%;
	float: left;
	background: #F7F9EC;
	padding: 80px 0;
	overflow: hidden;
}
.programs_img {
	border: 8px solid #ECF0D7;
	border-radius: 20px;
}
.programs h3 {
	font-family: "Little-Daisy", sans-serif;
    font-size: 24px;
    font-weight: normal;
	color: #A3B754;
	letter-spacing: 1px;
}
.programs h4 {
    font-size: 16px;
    font-weight: normal;
	color: rgba(37, 37, 37, 0.8);
	line-height: 28px;
	text-align: justify;
}
/***************************** gallery *****************************/
.gallery {
	width: 100%;
	float: left;
	background: #F7F9EC;
	padding: 80px 0;
	overflow: hidden;
}
.gallery_img {
	border: 8px solid #ECF0D7;
	border-radius: 20px;
}
.gallery h3 {
	font-size: 20px;
    font-weight: normal;
    color: rgba(37, 37, 37, 0.8);
    line-height: 32px;
	text-align: center;
	z-index: 9;
    position: relative;
}
.gallery a:hover .gallery_img {
	border: 8px solid #8CA141;
}
/***************************** careers *****************************/
.careers {
	width: 100%;
	float: left;
	background: #F7F9EC;
	padding: 80px 0;
	overflow: hidden;
}
.careers h2 {
	font-family: "Little-Daisy", sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #8CA141;
    letter-spacing: 1px;
    line-height: 32px;
	text-align: center;
}
.careers h3 {
	font-family: "Little-Daisy", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
	text-align: center;
	background: #5495A3;
    padding: 15px;
    border-radius: 50px;
}
.careers h4 {
    font-size: 16px;
    font-weight: normal;
    color: rgba(37, 37, 37, 0.8);
    line-height: 32px;
	text-align: center;
}
.careers .form-control {
	height: 70px;
	padding-left: 40px;
	padding-right: 40px;
    background: #DAE3B3;
	border-radius: 20px;
}
/***************************** contact *****************************/
.contact {
	width: 100%;
	float: left;
	background: #F7F9EC;
	padding: 80px 0;
	overflow: hidden;
}
.contact_map {
	margin: 150px 0 0 0;
}
.contact_bg {
	background: #DAE3B3;
	border-radius: 20px;
}
.contact h3 {
    font-size: 24px;
    font-weight: normal;
	color: #536229;
}
.contact_icon {
	width: 20px;
	text-align: center;
}
.contact_address {
    overflow: hidden;
	font-size: 16px;
    font-weight: normal;
	color: #252525;
}
.contact_address a {
	color: #252525;
	word-break: break-word;
}
.contact_address a:hover {
	color: #8ca141;
}
.contact_address span {
	color: rgba(37, 37, 37, 0.75);
	margin-right: 5px;
}
.contact .form-control {
	height: 70px;
	padding-left: 40px;
	padding-right: 40px;
    background: #DAE3B3;
	border-radius: 20px;
}
/***************************** curriculum *****************************/
.curriculum {
    width: 100%;
    float: left;
    z-index: 8;
    position: relative;
    background: #F7F9EC url(../images/welcome_bg.svg) repeat top center;
    background-size: cover;
    overflow: hidden;
}
.curriculum_icon {
	width: 200px;
	top: 0px;
    right: 60px;
}
.curriculum_ar_icon {
	width: 200px;
	top: 0px;
    left: 60px;
}
.curriculum_line {
    width: 100%;
    float: left;
    background: url(../images/curriculum_line.svg) no-repeat;
    background-size: 100%;
	padding: 0 0 150px 0;
	margin: 150px 0 0 0;
}
.curriculum_ar_line {
    width: 100%;
    float: left;
    background: url(../images/curriculum_ar_line.svg) no-repeat;
    background-size: 100%;
	padding: 0 0 150px 0;
	margin: 150px 0 0 0;
}
.curriculum_bottom {
    width: 100%;
    float: left;
    background: url(../images/curriculum_bottom.svg) no-repeat center bottom;
    background-size: 100%;
}
.curriculum h2 {
	font-family: "Little-Daisy", sans-serif;
	font-weight: 400;
	font-size: 30px;
}
.curriculum h4 {
	font-weight: 400;
	font-size: 16px;
	color: #252525;
	line-height: 22px;
}
.lavender_cloud_bg h2 {
	color: #9356C2;
}
.bluebell_cloud_bg h2 {
	color: #4364DB;
}
.sunflower_cloud_bg h2 {
	color: #CC9800;
}
.tulip_cloud_bg h2 {
	color: #E34B66;
}
.lavender_cloud_bg, .bluebell_cloud_bg, .sunflower_cloud_bg, .tulip_cloud_bg {
	width: 100%;
    float: left;
}
.lavender_cloud_bg img, .bluebell_cloud_bg img, .sunflower_cloud_bg img, .tulip_cloud_bg img {
	height: 190px !important;
}
.lavender_cloud_bg {
    background: #e5d5e9;
}
.bluebell_cloud_bg {
    background: #d1d8ee;
}
.sunflower_cloud_bg {
    background: #f9eebf;
}
.tulip_cloud_bg {
    background: #fbd2db;
}
.curriculum_cloud {
	margin: 300px 0 0 0;
}
.curriculum .right_cloud, .curriculum_icon1 {
	top: 650px;
}
.lavender_cloud_box {
	margin-top: -360px;
    margin-bottom: -50px;
    padding: 0 70px;
    position: relative;
}
.sunflower_cloud_box {
	margin-top: -330px;
    margin-bottom: -100px;
    padding: 0 70px;
    position: relative;
}
.bluebell_cloud_box {
	margin-top: -300px;
    margin-bottom: -60px;
    padding: 0 70px;
    position: relative;
}
.tulip_cloud_box {
	margin-top: -280px;
    margin-bottom: -40px;
    padding: 0 70px;
    position: relative;
}
.cloud_top {
	margin-top: 180px;
}
/***************************** not_found *****************************/
.not_found {
    width: 100%;
    float: left;
    background: #fff;
	margin-top: 85px;
	padding: 80px 0;
}
.not_found img {
	width: 400px;
}
.not_found h4 {
    font-size: 20px;
    font-weight: normal;
    color: rgba(37, 37, 37, 0.8);
    line-height: 32px;
	text-align: center;
}
/***************************** video *****************************/
.videobtn {
	width: 22px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	cursor: pointer;
  	text-align: center;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}
.video-btn {
	background: none;
    border: none;
	padding: 0;
}
.video-btn:hover .videobtn {
	-ms-transform: translate(-50%, -50%) scale(1.2);
  	transform: translate(-50%, -50%) scale(1.2);
}
/*******************************scrollToTop*******************************/
#scroll {
    position:fixed;
    right:5px;
    bottom:5px;
    cursor:pointer;
    width:30px;
    height:40px;
    background-color:rgba(0, 0, 0, 0.5);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:20px;
	z-index: 999;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#8CA141;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-family: "Little-Daisy", sans-serif;
    font-weight: 400;
}
.modal-header .close {
    padding: 0;
	font-size: 18px;
	color: #f00;
    background: none;
	border: none;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.video-modal-body {
	background: #000 !important;
	padding: 0;
}
.modal-body {
	background: #fff;
}
.modal-body h4 {
	font-weight: 400;
    font-size: 16px;
    color: #252525;
    line-height: 22px;
	line-height: 32px;
	text-align: justify;
}
.modalclose {
	width: 40px;
    height: 40px;
	position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    color: #f00;
    border-radius: 50%;
	z-index: 9;
    border: none;
}
/***************************** swiper *****************************/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	height: auto !important;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
@media (min-width: 200px) and (max-width: 1399.98px) {
	.banner_text span {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 1299.98px) {
	.banner_bottombg {
		margin: 0 0 -1px 0
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.menu_bg {
		height: 80px;
	}
	.s_menu_bg {
    	height: 50px;
    	background: #fff;
	}
	.menu_bg .logo img {
		width: 120px;
	}
	.s_menu_bg .logo img {
		width: 80px;
	}
	.banner, .inner_banner, .not_found {
		margin-top: 80px;
	}
	.welcome_img_cloud, .why_choose_us_cloud1, .why_choose_us_ar_cloud1, .why_choose_us_cloud2, .hm_section_cloud1, .hm_section_ar_cloud1, .hm_section_cloud2, .hm_section_ar_cloud2, .left_cloud, .right_cloud {
		width: 250px;
	}
	.ceo_message {
		padding: 50px 0;
	}
	.vision_mission {
		padding: 50px 0 0 0;
	}
	.hm_programs h3, .about h3, .programs h3, .careers h2 {
    	font-size: 18px;
	}
	.careers h3 {
    	font-size: 12px;
	}
	.contact_map {
		margin: 80px 0 0 0;
	}
	
	.curriculum {
		background-size: contain;
	}
	.curriculum_cloud {
		margin: 180px 0 0 0;
	}
	.curriculum_line, .curriculum_ar_line {
		background-size: cover;
		background-position: center;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.navbar .offcanvas {
		width: 300px !important;
		border-left: none !important;
	}
	.navbar .offcanvas-body::-webkit-scrollbar {
		width: 8px;
		background: #f1f1f1;
	}
	.navbar .offcanvas-body::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border: 1px solid #fff;
	}
	.menu_icon {
		display: block;
	}
	.dropdown-item {
    	width: 100%;
    	font-size: 14px;
		text-align: center;
		padding: 10px 12px !important;
	}
	.navbar-nav > li > a, .s_menu_bg .navbar-nav > li > a {
		text-shadow: none;
		padding: 8px 0 !important;
		text-align: center;
    	border: 1px solid #fff;
    	color: #2d2d2d;
	}
	.has-megamenu:hover .megamenu {
		display: none;
	}
	.navbar .megamenu {
		max-width: 100% !important;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.banner_text span h2, .welcome h3, .why_choose_us h3, .hm_section h2, .innerbanner_text h1, .about h2, .curriculum h2 {
		font-size: 27px;
	}
	.hm_section_cloud2, .hm_section_ar_cloud2 {
		top: -80px;
	}
	.welcome_img_cloud, .why_choose_us_cloud1, .why_choose_us_ar_cloud1, .why_choose_us_cloud2, .hm_section_cloud1, .hm_section_ar_cloud1, .hm_section_cloud2, .hm_section_ar_cloud2, .left_cloud, .right_cloud {
		width: 200px;
	}
	.footer .collapse:not(.show) {
		display: none;
	}
	.footer h3 {
		font-size: 16px;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
	.carousel-control-next, .carousel-control-prev, .swiper-button-next, .swiper-button-prev {
		display: none !important;
	}
	.banner_text span h2, .welcome h3, .why_choose_us h3, .hm_section h2, .innerbanner_text h1, .about h2, .curriculum h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.banner_text span img {
    	width: 150px;
    }
	.hm_programs h3, .banner_text span h4, .about h3, .programs h3, .careers h2, .hm_sec_menu a {
    	font-size: 16px;
	}
	.send_btn, .footer_search .btn {
    	font-size: 16px;
    	padding: 10px 50px;
	}
	.welcome_icon, .welcome_ar_icon {
		width: 100px;
	}
	.welcome_line, .welcome_ar_line {
		padding: 120px 0;
	}
	.why_choose_us {
    	padding: 120px 0 80px 0;
	}
	.why_choose_us_cloud1, .why_choose_us_ar_cloud1 {
		top: 50px;
	}
	.why_choose_us_cloud2 {
		bottom: -10px;
	}
	.hm_section_cloud1, .hm_section_ar_cloud1 {
		top: -40px;
	}
	.hm_section_cloud2, .hm_section_ar_cloud2 {
		top: 0;
	}
	.welcome_img {
		position: static;
	}
	.not_found h4, .gallery h3 {
		font-size: 16px;
	}
	.footer_newsletter p {
		font-size: 18px;
	}
	.curriculum .right_cloud, .curriculum_icon1 {
        top: 1050px;
    }
	.curriculum h4 {
		font-size: 14px;
	}
	.curriculum_icon {
		width: 100px;
		right: 0;
	}
	.curriculum_ar_icon {
	    width: 100px;
		left: 0;
	}
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.language_switch {
		width: 100%;
		justify-content: end;
		margin-bottom: 8px;
	}
	.banner_text {
		padding: 0;
	}
	.vision_mission {
		padding: 50px 15px 0 15px;
	}
	.welcome_line, .welcome_ar_line, .hm_section_line, .hm_ar_section_line {
		background-size: cover;
	}
	.form-floating > label, .getintouch .form-control, .careers .form-control, .contact .form-control {
		padding-left: 20px;
		padding-right: 20px;
	}
	.lavender_cloud_bg img, .bluebell_cloud_bg img, .sunflower_cloud_bg img, .tulip_cloud_bg img {
        height: 140px !important;
    }
	.curriculum_icon, .curriculum_ar_icon, .curriculum_icon1, .curriculum_icon2 {
		display: none;
	}
	.lavender_cloud_box {
		margin-top: -150px;
		margin-bottom: -20px;
		padding: 0 15px;
	}
	.sunflower_cloud_box {
		margin-top: -150px;
		margin-bottom: -50px;
		padding: 0 15px;
	}
	.bluebell_cloud_box {
		margin-top: -150px;
		margin-bottom: -20px;
		padding: 0 15px;
	}
	.tulip_cloud_box {
		margin-top: -150px;
		margin-bottom: -20px;
		padding: 0 15px;
	}
	.cloud_top, .curriculum_line, .curriculum_ar_line, .curriculum_cloud {
		margin: 80px 0 0 0;
	}
	.footer_logo {
	    width: 150px;
    }
}
@media (min-width: 200px) and (max-width: 480.98px) {
	.menu_bg .logo img {
		width: 80px;
		padding: 5px 0 0 0;
	}
	.menu_bg {
		height: 60px;
	}
	.banner, .inner_banner, .not_found {
		margin-top: 60px;
	}
	.send_btn, .footer_search .btn {
		width: 100%;
		float: left;
		text-align: center;
	}
	.footer_newsletter {
		padding: 50px 0 100px 0;
	}
	.footer_search, .footer_search input, .footer_search .btn {
		width: 100%;
		height: 50px;
		border-radius: 0 !important;
		margin: 0 !important;
		border: none;
	}
}
@media (min-width: 200px) and (max-width: 350.98px) {
	.xxsm-100 {
		width: 100%;
	}
}

.error {
	top: -5px !important;
	bottom: auto !important;
	right: -10px !important;
	left: auto !important;
	background: none !important;
	font-size: 12px !important;
	letter-spacing: 0px !important;
	color: red !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

#loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.75) url(/website/images/loader.svg) no-repeat center center;
	z-index: 10000;
  }