@charset "utf-8";
@font-face {
    font-family: 'Lama Sans';
    src: url("../fonts/LamaSans-Light.woff2") format('woff2'),
        url("../fonts/LamaSans-Light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lama Sans';
    src: url("../fonts/LamaSans-Regular.woff2") format('woff2'),
        url("../fonts/LamaSans-Regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lama Sans';
    src: url("../fonts/LamaSans-Medium.woff2") format('woff2'),
        url("../fonts/LamaSans-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lama Sans';
    src: url("../fonts/LamaSans-SemiBold.woff2") format('woff2'),
        url("../fonts/LamaSans-SemiBold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lama Sans';
    src: url("../fonts/LamaSans-Bold.woff2") format('woff2'),
        url("../fonts/LamaSans-Bold.woff") format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lama Sans';
    src: url("../fonts/LamaSans-Black.woff2") format('woff2'),
        url("../fonts/LamaSans-Black.woff") format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
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: 'Lama Sans';
    font-optical-sizing: auto;
    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: 4px;
    background: #000;
}
body::-webkit-scrollbar-thumb {
    background-color: #333;
    border: 1px solid #333;
}
::-moz-selection {
    color: #fff;
    background: #3d96eb;
}
::selection {
    color: #fff;
    background: #3d96eb;
}
img {
    max-width: 100%;
    height: auto !important;
    image-rendering: -webkit-optimize-contrast;
}
.trs {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control::placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
::-webkit-input-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
:-moz-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
::-moz-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
:-ms-input-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
select:required:invalid {
    color: #888 !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"], input[type="number"], textarea, select {
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px !important;
    color: #666666;
}
.form-control:focus, .form-select:focus {
    border-color: #3d96eb !important;
    box-shadow: none !important;
}
textarea {
    resize: none;
    line-height: 26px !important;
}
.form-floating > textarea.form-control {
    min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
    font-size: 15px;
    color: #999;
}
.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: 500;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #3d96eb;
}
.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%;}
}
.hash_anchor {
    scroll-margin-top: 80px;
}
.nothing_display {
    width: 100%;
    padding: 50px 0;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #3d96eb;
}
.text_line1 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.text_line2 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.text_line3 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/************************* animation *************************/
@keyframes spin {
 	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}
@keyframes pulse {
    0% {transform: scale(1);}
    50% {transform: scale(0.95);}
    100% {transform: scale(1);}
}
@keyframes flutter {
  	from { transform: rotateY(0); }
  	to { transform: rotateY(70deg); }
}
.wave-text span:nth-child(1) {
    animation-delay: 0s;
}
.wave-text span:nth-child(2) {
    animation-delay: 0.2s;
}
.wave-text span:nth-child(3) {
    animation-delay: 0.4s;
}
.wave-text span:nth-child(4) {
    animation-delay: 0.6s;
}
@keyframes wave {
    0%, 100% {transform: translateY(0);}
    50% {transform: translateY(-10px);}
}
@keyframes pendulum {
  	0% { transform: rotate(3deg); }
  	50% { transform: rotate(-3deg); }
  	100% { transform: rotate(3deg); }
}
@keyframes pendulum_reverse {
  	0% { transform: rotate(-3deg); }
  	50% { transform: rotate(3deg); }
  	100% { transform: rotate(-3deg); }
}
/************************* header *************************/
body {
	background: #f2f2f2;
}
.menu_bg {
    padding: 30px 0 0 0;
    position: absolute;
}
.s_menu_bg {
    height: auto !important;
    position: fixed;
    z-index: 9;
    left: 0;
    padding: 5px 0;
    background: #fff;
    -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 {
    width: 200px;
}
.s_menu_bg .logo {
    width: 150px;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -0.7em 0.5em 0 0;
    border-radius: 0.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, 0.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: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.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: 0.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: -0.3em;
    margin-right: 1em;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.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: 0.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: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
    padding: 8px;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
    top: auto;
    margin-top: 8px;
}
.navbar {
    width: 100%;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.navbar-nav > li > .nav-link {
	font-family: 'Yorkmade', sans-serif;
    display: block;
    position: relative;
	text-transform: uppercase;
	padding: 6px 0;
	color: #FF5300;
	font-weight: 400;
    font-size: 48px;
    line-height: normal;
	letter-spacing: 2px;
}
.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, .navbar-nav > li.active > a.highlighted {
    color: #FAB524;
}
.navbar .dropdown-item {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 10px 12px !important;
    font-weight: 700;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover, .navbar .dropdown-item:focus, .navbar .dropdown-item.highlighted {
    background: #3d96eb !important;
    color: #fff !important;
}
.navbar .dropdown-menu {
    animation: fadeIn 1s;
}
.menu_icon_img {
	width: 30px;
}
.menu-close {
    width: 84px;
    height: 66px;
    padding: 0 !important;
    z-index: 9;
    position: relative;
}
.navbar .nav-link, .navbar .dropdown-item {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .offcanvas {
    height: 100%;
    border-left: none !important;
	background: #FFEDC5;
	padding: 0 6%;
	overflow: hidden;
}
.navbar .offcanvas-body::-webkit-scrollbar {
    width: 4px;
    background: #f1f1f1;
}
.navbar .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border: 1px solid #fff;
}
.megamenu h5 {
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #dedede;
}
.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 {}
    .has-megamenu:hover .megamenu {
    display: none;
}
.menu_puzzle {
	width: 400px;
	position: absolute;
	top: 0;
    right: 35%;
}
.menu_fly {
	width: 700px;
	position: absolute;
    bottom: -60%;
    left: 17%;
}
.menu_square {
	width: 600px;
    position: absolute;
    bottom: 0%;
    right: -15%;
}
/***************************** btn *****************************/
.send_btn {
    padding: 15px 30px;
    text-align: center;
    color: #000;
	font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #FAB524;
    border-radius: 50px;
    transition: all 0.15s ease-in-out;
    background-image: linear-gradient(30deg, #FAB524 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
}
.send_btn:hover {
    background-color: #fff;
    box-shadow: 0 0 5px 0 #FAB524 inset, 0 0 10px 1px #FAB524;
    border: 1px solid #FAB524;
    animation: pulse 1s infinite;
    transition: 0.3s;
    background-position: 100%;
}
.arrow_icon {
    width: 40px !important;
	display: inline !important;
}
/***************************** home banner *****************************/
.banner {
    width: 100%;
    float: left;
	background: #f2f2f2;
    position: relative;
}
.banner_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0) url(../images/banner_mask.svg) no-repeat right bottom;
    background-size: contain;
}
.banner_text {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	padding: 12% 30px 30px 12%;
	z-index: 1;
    position: relative;
}
.banner_text h1 {
	font-family: 'Yorkmade', sans-serif;
    font-size: 96px;
    font-weight: 400;
    color: #FF5300;
	text-transform: uppercase;
	line-height: normal;
}
.banner_text h4 {
    color: #252525;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}
.home_banner_img {
	object-fit: scale-down;
    max-width: 600px;
	min-width: 400px;
    float: right;
	border-left: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
}
.banner_icon1 {
	width: 400px;
	position: absolute;
    right: 50%;
}
.banner_icon2 {
	width: 700px;
	position: absolute;
    left: 0;
    bottom: -40%;
}
/************************* hm_about *************************/
.hm_about h2 {
	font-family: 'Yorkmade', sans-serif;
    font-size: 64px;
    font-weight: 400;
    color: #0084D6;
	text-transform: uppercase;
	line-height: normal;
}
.hm_about h4 {
    color: #252525;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.hm_about_fly {
	width: 100px;
    transform: rotate(30deg);
	position: absolute;
    bottom: -30px;
    right: -30px;
}
.hm_about_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
/************************* hm_services *************************/
.hm_services {
    padding: 100px 0;
}
.hm_services h2 {
    font-family: 'Yorkmade', sans-serif;
    font-size: 64px;
    font-weight: 400;
    color: #0084D6;
    text-transform: uppercase;
    line-height: normal;
}
.hm_services h3 {
    color: #111;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
	text-transform: uppercase;
	margin-top: 120px;
}
.hm_services h5 {
    color: #252525;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.hm_services h4 {
    font-family: 'Yorkmade', sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
}
.hm_services h6, .hm_services ul li {
    color: #252525;
    font-weight: 400;
    font-size: 16px;
	list-style: none;
}
.hm_service_puzzle {
	width: 120px;
	position: absolute;
    top: -80px;
    right: 0;
}
.hm_service_fly {
	width: 100px;
    transform: rotate(-30deg);
	position: absolute;
    right: 100px;
}
.hm_service_square {
	width: 120px;
	position: absolute;
	top: 0;
    left: -30px;
}
.hm_service_img_box {
	max-height: 550px;
    min-height: 550px;
}
.hm_service_img_box img {
	border-radius: 50px 50px 0 0;
	margin-top: -65%;
	position: relative;
	transition: all 1s ease-in-out;
}
#hm_services .owl-item:hover .hm_service_img_box img {
	margin-top: 0px;
}
.hm_service_img_box ul, .hm_service_img_box h6 {
	transition: all 1s ease-in-out;
}
#hm_services .owl-item:hover .hm_service_img_box ul, #hm_services .owl-item:hover .hm_service_img_box h6 {
    opacity: 0;
}
#hm_services .owl-item {
	margin: 10px;
	border-radius: 50px;
	transform: rotate(-3deg);
	overflow: hidden;
}
#hm_services .owl-item:nth-child(even) {
	transform: rotate(3deg);
}
#hm_services .owl-item:nth-child(4n + 2) {
	background-color: #FFEDC5;
}
#hm_services .owl-item:nth-child(4n + 3) {
  	background-color: #C8EBF9;
}
#hm_services .owl-item:nth-child(4n + 4) {
  	background-color: #D7E6C4;
}
#hm_services .owl-item:nth-child(4n + 1) {
  	background-color: #CCF1FF;
}
#hm_services .owl-item:nth-child(4n + 2) h4 {
	color: #FAB524;
}
#hm_services .owl-item:nth-child(4n + 3) h4 {
	color: #0084D6;
}
#hm_services .owl-item:nth-child(4n + 4) h4 {
  	color: #6EB113;
}
#hm_services .owl-item:nth-child(4n + 1) h4 {
  	color: #31B4E7;
}
#hm_services .owl-stage {
	display: flex;
}
/************************* hm_programs *************************/
.hm_programs h2 {
    font-family: 'Yorkmade', sans-serif;
    font-size: 63px;
    font-weight: 400;
    color: #0084D6;
    text-transform: uppercase;
    line-height: normal;
}
.hm_programs h3 {
    color: #111;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
	text-transform: uppercase;
}
.hm_programs h4 {
    font-family: 'Yorkmade', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #0084D6;
    text-transform: uppercase;
    line-height: normal;
}
.hm_programs h5 {
    color: #252525;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.hm_programs_fly {
	width: 100px;
    transform: rotate(30deg);
	position: absolute;
    top: -32px;
    right: -30px;
}
.hm_programs_img {
	transform: rotate(-3deg);
}
.hm_program_box {
	background: #B8DFEE;
	border-radius: 50px;
	border: 1px solid #B8DFEE;
}
.hm_program_box:hover {
	border: 1px solid #0084D6;
	box-shadow: 0 0 5px 0 #B8DFEE inset, 0 0 10px 1px #B8DFEE;
}
.hm_program_box_img {
	width: 130px;
	height: 130px;
	position: absolute;
    bottom: -20px;
    right: -20px;
	background-size: contain !important;
}
.hm_program_box:nth-child(3n + 1) .hm_program_box_img {
	background: rgba(0, 0, 0, 0) url("../images/program_box_puzzle.webp") no-repeat;
}
.hm_program_box:nth-child(3n + 2) .hm_program_box_img {
	background: rgba(0, 0, 0, 0) url("../images/program_box_box.webp") no-repeat;
}
.hm_program_box:nth-child(3n + 3) .hm_program_box_img {
	background: rgba(0, 0, 0, 0) url("../images/program_box_fly.webp") no-repeat;
}
.hm_program_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}
.hm_programs:has(#hm_program_box_01:hover) .hm_programs_change_img {
	content: url("../images/hm_programs_change_img_01.webp");
}
.hm_programs:has(#hm_program_box_02:hover) .hm_programs_change_img {
	content: url("../images/hm_programs_change_img_02.webp");
}
.hm_programs:has(#hm_program_box_03:hover) .hm_programs_change_img {
	content: url("../images/hm_programs_change_img_03.webp");
}
/************************* hm_testimonials *************************/
.hm_testimonials h2 {
    font-family: 'Yorkmade', sans-serif;
    font-size: 64px;
    font-weight: 400;
    color: #0084D6;
    text-transform: uppercase;
    line-height: normal;
}
.hm_testimonials h3 {
    color: #111;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
	text-transform: uppercase;
}
.hm_testimonials_bg {
 	background: #DEEBF0;
	border-radius: 50px;
}
.hm_testimonials h5 {
    font-size: 32px;
    font-weight: 900;
    color: #252525;
}
.hm_testimonials h5 span {
    font-size: 12px;
    font-weight: 300;
    color: #2D2D2D;
}
.hm_testimonials h6 {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
	line-height: 30px;
}
.hm_testimonials_img img {
	max-width: 350px !important;
	min-width: 350px !important;
	border-radius: 60px;
	transform: rotate(-2deg);
}
.owl-theme .owl-nav button {
    width: 50px;
    height: 50px;
    background: #FAB524 !important;
    border-radius: 50% !important;
	position: absolute;
    top: 40%;
}
.owl-theme .owl-nav button span {
	background: url("../images/arrow_icon.svg") no-repeat center center;
	height: 30px !important;
    display: block;
    font-size: 0px;
    background-size: 30px;
}
.owl-theme .owl-nav button:hover {
	background-color: #fff !important;
    box-shadow: 0 0 5px 0 #FAB524 inset, 0 0 10px 1px #FAB524;
    border: 1px solid #FAB524 !important;
    transition: all 0.3s ease-in-out;
}
#hm_testimonials .owl-nav .owl-prev {
	left: 0;
	transform: rotate3d(0, 0, 1, 185deg);
}
#hm_testimonials .owl-nav .owl-next {
	right: 0;
}
#hm_testimonials .owl-dots .owl-dot.active span, #hm_testimonials .owl-dots .owl-dot:hover span {
	background: #FF5300;
}
#hm_testimonials .owl-dots .owl-dot span {
	border: 1px solid #FF5300;
	background-color: transparent;
}
.hm_testimonials_fly {
	width: 100px;
    transform: rotate(330deg);
	position: absolute;
    top: -20%;
    left: 20%;
}
.hm_testimonials_puzzle {
	width: 120px;
	position: absolute;
    bottom: 30px;
    right: 15%;
	transform: rotate(90deg);
}
/************************* innerbanner *************************/
.innerbanner {
	width: 100%;
    float: left;
	background: #f2f2f2;
    position: relative;
}
.innerbanner_text {
    width: 100%;
    min-height: 600px;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	padding: 12% 30px 30px 12%;
	z-index: 1;
    position: relative;
}
.innerbanner_img {
	padding: 12% 12% 0 0;
}
.innerbanner_img_end {
	justify-self: end;
}
.innerbanner_text h1 {
	font-family: 'Yorkmade', sans-serif;
    font-size: 96px;
    font-weight: 400;
    color: #FF5300;
	text-transform: uppercase;
	line-height: normal;
}
.innerbanner_text h4 {
    color: #252525;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.innerbanner_fly {
	width: 200px;
    transform: rotate(342deg);
	position: absolute;
    bottom: 30px;
    left: -15%;
}
.innerbanner_puzzle {
	width: 120px;
	position: absolute;
	bottom: 30px;
    left: -15%;
}
.innerbanner_icon {
	width: 400px;
	position: absolute;
	top: 15%;
    right: 45%;
}
/************************* about *************************/
.about_section1 h2 {
	font-family: 'Yorkmade', sans-serif;
    font-size: 64px;
    font-weight: 400;
    color: #0084D6;
	text-transform: uppercase;
	line-height: normal;
}
.about_section1 h3, .about_section2 h3, .about_section3 h3 {
    color: #111;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}
.about_section1 h4, .about_section2 h4 {
	font-family: 'Yorkmade', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #111;
	text-transform: uppercase;
	line-height: normal;
}
.about_section1 h5, .about_section2 h5, .about_section3 h5 {
    color: #111;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.about_img {
	border-radius: 50px;
}
.about_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about_section2 {
    width: 100%;
    float: left;
    background: #fff url(../images/about_section2_bg.webp) repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
	border-radius: 70px;
}
.about_section2_bg {
    width: 100%;
    height: 100%;
    float: left;
    padding: 80px;
}
.about_section_fly {
	width: 800px;
    position: absolute;
    right: -30%;
    justify-self: center;
    bottom: -20%;
}
.about_section2 ul li {
    color: #252525;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.about_section3 h4 {
	font-family: 'Yorkmade', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #0084D6;
	text-transform: uppercase;
	line-height: normal;
}
.mission_vision {
	width: 80%;
    background: #DEEBF0;
    border-radius: 50px;
}
.mission_vision_img {
	max-width: 280px;
	min-width: 280px;
	height: 280px;
	padding: 70px;
	border-radius: 60px;
	background: #B9E0EF;
	transform: rotate(-2deg);
}
.about_section3 h6 {
    color: #0084D6;
    font-weight: 900;
    font-size: 32px;
}
/************************* services *************************/
.services h2 {
	font-family: 'Yorkmade', sans-serif;
    font-size: 64px;
    font-weight: 400;
    color: #0084D6;
	text-transform: uppercase;
	line-height: normal;
}
.services h4 {
    font-family: 'Yorkmade', sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
}
.services h6, .services ul li {
    color: #252525;
    font-weight: 400;
    font-size: 16px;
	list-style: none;
}
.services_box .services_bg {
	border-radius: 50px;
}
.services_box:nth-child(4n + 2) .services_bg {
  	background-color: #C8EBF9;
	border: 5px double #0084D6;
}
.services_box:nth-child(4n + 3) .services_bg {
  	background-color: #D7E6C4;
	border: 5px double #6EB113;
}
.services_box:nth-child(4n + 4) .services_bg {
  	background-color: #CCF1FF;
	border: 5px double #31B4E7;
}
.services_box:nth-child(4n + 1) .services_bg {
  	background-color: #FFEDC5;
	border: 5px double #FAB524;
}
.services_box:nth-child(4n + 2) .services_bg h4 {
	color: #0084D6;
}
.services_box:nth-child(4n + 3) .services_bg h4 {
	color: #6EB113;
}
.services_box:nth-child(4n + 4) .services_bg h4 {
  	color: #31B4E7;
}
.services_box:nth-child(4n + 1) .services_bg h4 {
  	color: #FAB524;
}
/************************* programs *************************/
.programs h2 {
	font-family: 'Yorkmade', sans-serif;
    font-size: 64px;
    font-weight: 400;
    color: #0084D6;
	text-transform: uppercase;
	line-height: normal;
}
.programs h3 {
    font-family: 'Yorkmade', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #0084D6;
    text-transform: uppercase;
    line-height: normal;
}
.programs h4 {
    color: #252525;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.program_box {
	background: #B8DFEE;
	border-radius: 50px;
}
.program_box_img {
	width: 130px;
	height: 130px;
	position: absolute;
    bottom: -20px;
    right: -20px;
	background-size: contain !important;
}
.program_bg:nth-child(3n + 2) .program_box .program_box_img {
	background: rgba(0, 0, 0, 0) url("../images/program_box_puzzle.webp") no-repeat;
}
.program_bg:nth-child(3n + 3) .program_box .program_box_img {
	background: rgba(0, 0, 0, 0) url("../images/program_box_box.webp") no-repeat;
}
.program_bg:nth-child(3n + 1) .program_box .program_box_img {
	background: rgba(0, 0, 0, 0) url("../images/program_box_fly.webp") no-repeat;
}
/************************* specialist *************************/
.specialist h2 {
	font-family: 'Yorkmade', sans-serif;
    font-size: 64px;
    font-weight: 400;
    color: #0084D6;
	text-transform: uppercase;
	line-height: normal;
}
.specialist h4 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
	line-height: 30px;
}
.specialist h5 {
    color: #2D2D2D;
    font-weight: 400;
    font-size: 16px;
}
.specialist img {
    border-radius: 50px 50px 50px 0;
}
/************************* gallery *************************/
.gallery h4 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
	line-height: 30px;
}
.gallery h5 {
    color: #2D2D2D;
    font-weight: 400;
    font-size: 16px;
}
.gallery a {
    cursor: pointer;
}
.gallery img {
    border-radius: 50px 50px 50px 0;
}
/************************* events *************************/
.events h4 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
	line-height: 30px;
}
.events h5 {
    color: #2D2D2D;
    font-weight: 400;
    font-size: 16px;
}
.events a {
    cursor: pointer;
}
.events img {
    border-radius: 50px 50px 50px 0;
}
/************************* testimonials *************************/
.testimonials h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}
.testimonials h5 {
    color: #111;
    font-weight: 700;
    font-size: 24px;
	text-transform: uppercase;
}
.testimonials h5 span {
    color: #2D2D2D;
    font-weight: 400;
    font-size: 16px;
	text-transform: none;
}
.testimonials_bg {
	background: #B9E0EF;
	border-radius: 50px;
}
/***************************** contacts *****************************/
.contacts h2 {
	font-family: 'Yorkmade', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #0084D6;
	text-transform: uppercase;
	line-height: normal;
}
.contacts h3 {
    color: #111;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.contacts h4, .contact_address {
    color: #111;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.contacts .form-floating input {
	padding: 45px 30px 30px 30px !important;
}
.contacts .form-floating label {
	padding-left: 35px;
	padding-right: 35px;
}
/***************************** privacy_policy *****************************/
.privacy_policy h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    line-height: 30px;
}
.privacy_policy p, .privacy_policy ul li, .privacy_policy ol li {
    color: #111;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
/************************* enroll_bg *************************/
.enroll_bg {
	width: 100%;
	float: left;
	background: #FBCB66;
	border-radius: 70px;
	border: 5px double #FF5300;
}
.enroll_bg img {
	border-radius: 60px;
}
.enroll_bg h2 {
	font-family: 'Yorkmade', sans-serif;
    font-size: 64px;
    font-weight: 400;
    color: #FF5300;
	text-transform: uppercase;
	line-height: normal;
}
.enroll_bg h4 {
    color: #252525;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.enroll_icon1 {
	width: 400px;
	position: absolute;
    left: 33%;
    top: -34%;
}
.enroll_icon2 {
	width: 700px;
	position: absolute;
    right: -5%;
    bottom: -33%;
}
/************************* footer *************************/
.footer {
    background: #0084D6;
}
.footer_top {
    background: #f2f2f2;
}
.footer_search {
	max-width: 500px;
	background-color: rgba(255, 255, 255, 1);
	border: 4px solid #fff;
	border-radius: 50px;
}
.footer_search .btn {
	width: 65px;
    height: 65px;
    padding: 12px;
}
.footer .collapse:not(.show) {
    display: block;
}
.footer .card-header a i {
    right: 15px;
    position: absolute;
    font-size: 12px;
    color: #fff;
	text-align: right;
}
.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 ul li {
	width: 100%;
    float: left;
    list-style: none;
	margin: 0 0 12px 0;
}
.footer ul li a, .footer h4 {
    font-family: 'Yorkmade', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
	letter-spacing: 2px;
}
.footer h3 {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.footer h5 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.footer ul li a:hover, .footer ul li .active {
    text-shadow: 5px 5px 0px #000;
}
.footer_fly {
	width: 800px;
	position: absolute;
    bottom: -50%;
	justify-self: center;
}
/***************************** copyright *****************************/
.copyright, .copyright a {
	padding: 0 0 10px 0;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}
.copyright p i {
	font-size: 11px;
}
.copyright a:hover, .copyright a.active {
    color: #FBCB66;
}
/************************* social_media *************************/
.social_media a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    line-height: 1;
    margin: 3px;
    text-align: center;
    align-items: center;
    justify-content: center;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50px;
}
.social_media a i {
    font-size: 14px;
    color: #fff;
}
.social_media a:hover, .social_media a:hover i {
	border: 1px solid transparent;
}
.social_media a.fb:hover, .social_media a.fb:focus {
    background: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
    background: #333;
}
.social_media a.im:hover, .social_media a.im:focus {
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}
.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.tik:hover, .social_media a.tik:focus {
    background: #333;
}
.social_media a.sc:hover, .social_media a.sc:focus {
    background: #fffc00;
}
.social_media a.wa:hover, .social_media a.wa:focus {
    background: #34af23;
}
/***************************** 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;
}
.swiper-pagination-bullet-active {
    background: #668cc9;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}
/*******************************scrollToTop*******************************/
#scroll {
    position: fixed;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
    width: 30px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    text-indent: -9999px;
    display: none;
    border-radius: 20px;
    z-index: 999;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.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: #3d96eb;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
/***************************** videobtn *****************************/
.videobtn {
	width: 80px !important;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%) !important;
  	transform: translate(-50%, -50%) !important;
  	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) !important;
  	transform: translate(-50%, -50%) scale(1.2) !important;
}
/***************************** 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-weight: 500;
}
.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 label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.modalclose {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #3d96eb;
    color: #fff;
    border-radius: 50%;
    z-index: 9;
    border: none;
}
@media (min-width: 200px) and (max-width: 1399.98px) {
	.banner_text h1, .innerbanner_text h1 {
        font-size: 80px;
    }
	.menu_puzzle, .menu_fly, .menu_square {
		width: 30%;
	}
	.banner_icon1, .banner_icon2, .enroll_icon1, .enroll_icon2, .innerbanner_icon {
		width: 25%;
	}
	.enroll_icon1 {
		top: 0;	
		left: 50%;
	}
	.menu_square {
		top: 40%;
        right: -5%;
	}
	.enroll_icon2 {
        right: -5%;
		bottom: -10%;
	}
	.banner_icon2, .menu_fly {
		bottom: -14%;
	}
}
@media (min-width: 200px) and (max-width: 1299.98px) {}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.menu_img {
		width: 80%;
	}
    .banner_text h1, .innerbanner_text h1 {
        font-size: 45px;
    }
	.navbar-nav > li > .nav-link, .hm_about h2, .hm_services h2, .hm_programs h2, .enroll_bg h2, .hm_testimonials h2, .about_section1 h2, .services h2, .programs h2, .specialist h2 {
        font-size: 30px;
    }
	.hm_services h4, .hm_programs h4, .hm_testimonials h5, .footer ul li a, .footer h4, .about_section1 h4, .about_section2 h4, .about_section3 h4, .about_section3 h6, .services h4, .programs h3, .contacts h2 {
		font-size: 25px;
	}
	.specialist h4, .gallery h4, .events h4, .testimonials h5, .privacy_policy h3 {
		font-size: 20px;
	}
	.hm_testimonials_img img {
		max-width: 240px !important;
		min-width: 240px !important;
	}
	#hm_services .owl-item, .hm_program_box, .hm_testimonials_bg, .hm_testimonials_img img, .enroll_bg, .about_img, .about_section2, .mission_vision, .mission_vision_img, .services_box .services_bg, .program_box, .testimonials_bg {
		border-radius: 30px;
	}
	.events img, .specialist img, .gallery img {
		border-radius: 30px 30px 30px 0;
	}
	.hm_service_img_box img {
		border-radius: 30px 30px 0 0;
	}
	.hm_service_img_box {
		max-height: 400px;
		min-height: 400px;
	}
	.send_btn {
    	padding: 10px 15px;
		font-size: 15px;
    	font-weight: 500;
	}
	.arrow_icon {
    	width: 30px !important;
	}
	.innerbanner_text {
        min-height: 550px;
    }
	.about_section2_bg {
		padding: 24px;
	}
	.mission_vision {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
    .logo {
        width: 150px;
    }
    .banner_text, .innerbanner_text {
		padding: 12% 30px 30px 15px;
    }
	.innerbanner_img {
		padding: 12% 15px 0 0;
	}
	.hm_about_fly, .hm_service_square, .hm_service_puzzle, .hm_service_fly, .hm_programs_fly, .hm_testimonials_fly, .hm_testimonials_puzzle, .innerbanner_fly, .innerbanner_puzzle {
    	width: 80px;
	}
	.hm_testimonials_fly {
		top: -40%;
	}
	.innerbanner_text {
    	min-height: 400px;
	}
	.copyright p {
		width: 100%;
	}
	.footer_fly {
		bottom: -100px;
	}
	.footer_search {
		margin: 0 auto;
	}
	.mission_vision_img {
		max-width: 150px;
		min-width: 150px;
		height: 150px;
		padding: 30px;
	}
	.innerbanner_fly, .innerbanner_puzzle {
    	left: -5%;
	}
	.videobtn {
    	width: 40px !important;
	}
	.specialist h4, .gallery h4, .events h4, .testimonials h5, .privacy_policy h3 {
		font-size: 18px;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
	.banner_icon1 {
    	right: 70%;
	}
	.banner_text h1, .innerbanner_text h1 {
        font-size: 30px;
    }
    .navbar-nav > li > .nav-link, .hm_about h2, .hm_services h2, .hm_programs h2, .enroll_bg h2, .hm_testimonials h2, .about_section1 h2, .services h2, .programs h2, .specialist h2 {
        font-size: 25px;
    }
	.hm_services h4, .hm_programs h4, .hm_testimonials h5, .footer ul li a, .footer h4, .about_section1 h4, .about_section2 h4, .about_section3 h4, .about_section3 h6, .services h4, .programs h3, .contacts h2 {
		font-size: 20px;
	}
	.testimonials h4, .contacts h3 {
		font-size: 18px;
	}
	.hm_services {
		padding: 50px 0;
	}
	.hm_services h3 {
		margin-top: 80px;
	}
	.hm_service_puzzle {
		top: -50px;
	}
	.hm_service_img_box {
		max-height: 450px;
		min-height: 450px;
	}
	.hm_programs_img {
		width: 98%;
		margin: 0 auto;
	}
	.hm_about_fly, .hm_service_puzzle, .hm_programs_fly, .hm_testimonials_puzzle {
		right: 15px;
	}
	.hm_service_square {
		left: 50%;
	}
	.hm_about_fly, .hm_service_square, .hm_service_puzzle, .hm_service_fly, .hm_programs_fly, .hm_testimonials_fly, .hm_testimonials_puzzle, .innerbanner_fly, .innerbanner_puzzle {
        width: 60px;
    }
	.hm_services {
        padding: 0;
    }
	.footer h3 {
		border-bottom: 1px dotted #50b3eb;
	}
	.footer .collapse:not(.show) {
		display: none;
	}
	.hm_program_sticky {
		position: static;
	}
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.navbar-nav > li > .nav-link {
		font-size: 20px;
		text-align: center;
	}
	.navbar .offcanvas {
		padding: 0 15px;
	}
	.menu_bg {
		padding: 5px 0;
	}
	.menu-close {
		width: 65px;
		height: 45px;
	}
	.menu-close img {
		width: 25px;
	}
	.banner, .innerbanner {
		margin-top: 63px;
	}
	.banner_text, .innerbanner_text {
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 0 15px 15px 15px;
		justify-content: center;
		background: rgba(0, 0, 0, 0.5);
    }
	.home_banner_img, .inner_banner_img {
		object-fit: cover;
    	max-width: 100%;
    	min-width: 100%;
		float: left;
		border: none !important;
	}
	.home_banner_img, .banner_text {
		min-height: 500px;
	}
	.inner_banner_img, .innerbanner_text {
		min-height: 350px;
        max-height: 350px;
	}
	.banner_text h1, .innerbanner_text h1 {
		color: #FAB524;
	}
	.banner_text h4, .innerbanner_text h4 {
		color: #fff;
	}
	.hm_about_sticky, .about_sticky {
		position: static;
	}
	.banner_text h4, .hm_about h4, .hm_services h3, .hm_services h5, .hm_services h6, .hm_services ul li, .hm_programs h3, .hm_programs h5, .hm_testimonials h3, .hm_testimonials h6, .enroll_bg h4, .footer h5, .innerbanner_text h4, .about_section1 h3, .about_section2 h3, .about_section3 h3, .about_section1 h5, .about_section2 h5, .about_section3 h5, .about_section2 ul li, .services h6, .services ul li, .programs h4, .specialist h5, .gallery h5, .events h5, .testimonials h4, .contacts h4, .privacy_policy p, .privacy_policy ul li, .privacy_policy ol li {
		font-size: 15px;
		font-weight: 500;
	}
	.specialist h4, .gallery h4, .events h4, .testimonials h5, .privacy_policy h3 {
		font-size: 16px;
	}
	.testimonials h5 span {
		font-size: 12px;
	}
	.about_section1 h4 span, .about_section2 h4 span, .about_section3 h4 span {
    	width: auto;
	}
	.hm_testimonials_fly {
		left: 0;
	}
	.mission_vision_img {
		max-width: 100px;
		min-width: 100px;
		height: 100px;
		padding: 10px;
	}
	.contact_address img {
		width: 50px;
	}
	.not_found .innerbanner_text {
		position: relative !important;
		background: rgba(0, 0, 0, 0) !important;
		min-height: max-content;
        max-height: max-content;
		padding-top: 40px;
	}
	.not_found .inner_banner_img {
        min-height: max-content;
        max-height: max-content;
    }
	.not_found .innerbanner_text h1 {
		color: #FF5300;
	}
	.not_found .innerbanner_text h4 {
		color: #252525;
	}
	.about_section_fly {
    	right: auto;
		bottom: 0;
	}
	.copyright, .copyright a {
		font-weight: 400;
		font-size: 14px;
	}
}
@media (min-width: 200px) and (max-width: 480.98px) {
	.menu_icon_img {
		width: 20px;
	}
	.navbar-toggler {
		padding: 10px;
	}
	.enroll_img {
		width: 300px;
	}
	.enroll_icon1 {
        top: 30%;
        left: 70%;
    }
	.enroll_icon2 {
        right: 0%;
        bottom: 0%;
    }
	.hm_testimonials_puzzle {
		bottom: 60px;
	}
    .xsm-100 {
        width: 100%;
    }
}
@media (min-width: 200px) and (max-width: 350.98px) {
    .xxsm-100 {
        width: 100%;
    }
}