/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2&family=Fredoka:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,400;1,900&display=swap');

/*Basic*/
html {
	-webkit-text-size-adjust: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #212529;
	font-weight: 400;
	line-height: 26px;
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: 600;
	line-height: 1;
	font-family: 'Fredoka';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.5em 0;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
	margin: 0 0 0.67em;
}

p {
	font-size: 1rem;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a:not(.exclude) {
	background-color: transparent;
	color: #000;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

a:hover {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

.header-bottom .header-logo {
	padding: 10px 0;
}

.header-bottom .header-logo img {
	max-height: 80px;
	height: auto;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	appearance: button;
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],  
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea, select{
    border: 1px solid #cfcfcf;
    color: #fff;
	font-weight: bold;
    padding: 18px 15px;
    text-indent: 6px;
    margin-bottom: 0px;
    background: #123273;
	width: 100%;
	border-radius: 50px;
}

input[type="date"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="email"]:focus-visible,
input[type="month"]:focus-visible,
input[type="number"]:focus-visible,  
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="text"]:focus-visible,
input[type="time"]:focus-visible,
input[type="url"]:focus-visible,
input[type="week"]:focus-visible,
textarea:focus-visible, select:focus-visible{
	outline-color: #ff4d4e;
}

textarea{
	border-radius: 18px;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	appearance: textfield;
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/*Scroll bar*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #999999;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
	background: #999999;
}

::-webkit-scrollbar-thumb:active {
	background: #999999;
}

::-webkit-scrollbar-track {
	background: #efefef;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
	background: #efefef;
}

::-webkit-scrollbar-track:active {
	background: #efefef;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	justify-content: space-between;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/*Custom Classes*/
.center-page {
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
}
.center-contact{
	max-width: 1050px;
}

.dflex {
	display: flex;
	align-items: center;
}

.space-between {
	justify-content: space-between;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.menu-trigger {
	display: none;
}

.two-cols,
.three-cols,
.four-cols {
	display: grid;
	align-items: center;
	gap: 45px;
	justify-items: center;
}

.two-cols {
	grid-template-columns: repeat(2, 1fr);
	/*change repeat(x, 1fr) in responsive*/
}

.three-cols {
	grid-template-columns: repeat(3, 1fr);
	/*change repeat(x, 1fr) in responsive*/
}

.four-cols {
	grid-template-columns: repeat(4, 1fr);
	/*change repeat(x, 1fr) in responsive*/
}

.pretitle {
	font-size: 27px;
	font-family: 'Amatic SC', cursive;
	margin: 0;
	line-height: 1;
	font-weight: 500;
}

.text-dark {
	color: #343a40 !important;
}

.primary {
	color: #FF4D4E;
}

.bg-primary,
.primary-overlay:after{
	background-color: #FF4D4E;
}

.secondary {
	color: #123273;
}

.bg-secondary,
.secondary-overlay:after {
	background-color: #123273;
}

.tertiary {
	color: #FFC44D;
}

.bg-tertiary,
.tertiary-overlay:after{
	background-color: #FFC44D;
}

.primary-overlay,
.secondary-overlay,
.tertiary-overlay{
	position: relative;
}
.primary-overlay:after,
.secondary-overlay:after,
.tertiary-overlay:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
	opacity: 0.65;
    z-index: 0;
}
.tertiary-overlay:after{
	opacity: 0.85;
}

.white {
	color: #FFFFFF;
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-gray {
	background-color: #E8E8E8;
}

/*Buttons*/
.btn, .button{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
	text-decoration: none;
    padding: 15px;
    border-radius: 8px;
	display: inline-block;
	border: 0;
	cursor: pointer;
}
.primary-btn,
.secondary-btn:hover{
	background-color: #FF4D4E;
}
.secondary-btn,
.primary-btn:hover,
.buttom:hover{
	background-color: #FFC44D;
}
.round-btn{
	border-radius: 50%;
	width: 45px;
	height: 45px;
	padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full-btn:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
    left: 0;
}
.circle-img{
	border-radius: 50%;
    border: 10px solid #fff;
	aspect-ratio: 1 / 1;
    object-fit: cover;
    /* width: 100%;
    height: 100%; */
}

.position-relative{
	position: relative;
}

.g-20{
	gap: 20px !important;
}

.b-radius{
	border-radius: 25px;
}

.main-menu ul ul li {
	padding: 10px !important;
}

.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border: 1px solid #ddd;
}

.dropdown-parent:hover .dropdown-menu {
	display: block;
}

@media screen and (min-width: 982px) {
	.overflow-dropdown .dropdown-menu {
		left: -200px;
	}
}

.overflow-dropdown .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	background: #fff;
	border: 1px solid #ccc;
	list-style: none;
	padding: 0;
	width: calc(100% - 50px);
	margin: 10px 25px;
}

.overflow-dropdown:hover .dropdown-menu {
	display: block;
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

/*Header*/
.header-info a{
	color: #fff;
}
.header-top{
	padding: 3px 0;
}
.header-top p{
    margin: 0;
	padding: 0;
	font-size: 14px;
}
.header-top a{
	text-decoration: none;
	font-size: 14px;
}
.header-top a:hover{
    position: relative;
    color: #fff;
    top: -1px;
}
.header-top i{
	padding-right: 10px;
}

/*Main Menu*/
.main-menu ul li {
    padding: 25px 0px;
    position: relative;
}
.main-menu ul li:last-child {
    margin-right: -20px;
}
.main-menu ul li:before {
    content: '';
    -webkit-transform: translate(0%, -30%) scale(1.1) rotate(20deg);
    -ms-transform: translate(0%, -30%) scale(1.1) rotate(20deg);
    transform: translate(0%, -30%) scale(1.1) rotate(20deg);
    opacity: 0;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
}
.main-menu ul li.current:before,
.main-menu ul li:hover:before {
    -webkit-transform: translate(0%, -30%) scale(1) rotate(0);
    -ms-transform: translate(0%, -30%) scale(1) rotate(0);
    transform: translate(0%, -30%) scale(1) rotate(0);
    opacity: 1;
}
.main-menu ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    position: relative;
    z-index: 1;
}
.main-menu ul li a:hover,
.main-menu ul li.current a{
	color: #ff4d4e;
}
.team-section .waves-down:after{
	/* bottom:-278px !important */
}
/*Submenu*/
.main-menu ul li:hover ul {
    display: block;
}
.main-menu ul ul {
    display: none;
    width: 220px;
    left: -100px;
    position: absolute;
    top: 100%;
    padding: 13px 0 41px;
    border-radius: 7px;
    background-color: #f6f1e4;
    background-image: url('../images/sub-menu.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    z-index: 99;
}
.main-menu ul ul li {
    display: block;
    width: 100%;
    padding: 7px 47px;
}
.main-menu ul ul li a {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.294em;
    text-transform: none;
}
.main-menu ul ul li:after {
    left: 20px;
    top: 16px;
    right: auto;
    width: 14px;
    height: 14px;
}

/*Slider*/
.slick-slide{
	margin: 0;
}
.main-slider{
	/* background-image: url('../images/slider-graphic.png'); */
	background-blend-mode: multiply;
}
.main-slider img{
	width: 50%;
	min-height: 500px;
	object-fit: cover;
}
.main-slider .slide-content{
	margin-left: 85px;
	max-width: 480px;
}
.main-slider h2{
	font-family: 'Fredoka', sans-serif;
	color: #fff;
	font-size: 50px;
	text-transform: none;
	line-height: 60px;
	margin-bottom: 50px;
}

.waves-up:before{
	content: '';
	display: block;
    position: relative;
	background: inherit;
	background-blend-mode: multiply;
	/*height: 75px;
	top: -74px;
	clip-path: polygon(100% 100%, 0% 100% , 0.00% 80.00%, 1.00% 76.19%, 2.00% 65.50%, 3.00% 49.95%, 4.00% 32.50%, 5.00% 16.49%, 6.00% 4.95%, 7.00% 0.08%, 8.00% 2.81%, 9.00% 12.62%, 10.00% 27.64%, 11.00% 45.01%, 12.00% 61.43%, 13.00% 73.77%, 14.00% 79.68%, 15.00% 78.04%, 16.00% 69.16%, 17.00% 54.72%, 18.00% 37.49%, 19.00% 20.73%, 20.00% 7.64%, 21.00% 0.71%, 22.00% 1.26%, 23.00% 9.18%, 24.00% 22.97%, 25.00% 40.00%, 26.00% 57.03%, 27.00% 70.82%, 28.00% 78.74%, 29.00% 79.29%, 30.00% 72.36%, 31.00% 59.27%, 32.00% 42.51%, 33.00% 25.28%, 34.00% 10.84%, 35.00% 1.96%, 36.00% 0.32%, 37.00% 6.23%, 38.00% 18.57%, 39.00% 34.99%, 40.00% 52.36%, 41.00% 67.38%, 42.00% 77.19%, 43.00% 79.92%, 44.00% 75.05%, 45.00% 63.51%, 46.00% 47.50%, 47.00% 30.05%, 48.00% 14.50%, 49.00% 3.81%, 50.00% 0.00%, 51.00% 3.81%, 52.00% 14.50%, 53.00% 30.05%, 54.00% 47.50%, 55.00% 63.51%, 56.00% 75.05%, 57.00% 79.92%, 58.00% 77.19%, 59.00% 67.38%, 60.00% 52.36%, 61.00% 34.99%, 62.00% 18.57%, 63.00% 6.23%, 64.00% 0.32%, 65.00% 1.96%, 66.00% 10.84%, 67.00% 25.28%, 68.00% 42.51%, 69.00% 59.27%, 70.00% 72.36%, 71.00% 79.29%, 72.00% 78.74%, 73.00% 70.82%, 74.00% 57.03%, 75.00% 40.00%, 76.00% 22.97%, 77.00% 9.18%, 78.00% 1.26%, 79.00% 0.71%, 80.00% 7.64%, 81.00% 20.73%, 82.00% 37.49%, 83.00% 54.72%, 84.00% 69.16%, 85.00% 78.04%, 86.00% 79.68%, 87.00% 73.77%, 88.00% 61.43%, 89.00% 45.01%, 90.00% 27.64%, 91.00% 12.62%, 92.00% 2.81%, 93.00% 0.08%, 94.00% 4.95%, 95.00% 16.49%, 96.00% 32.50%, 97.00% 49.95%, 98.00% 65.50%, 99.00% 76.19%, 100.00% 80.00%);*/
	--mask:
		radial-gradient(156.52px at 50% 210px,#000 99%,#0000 101%) calc(50% - 140px) 0/280px 100%,
		radial-gradient(156.52px at 50% -140px,#0000 99%,#000 101%) 50% 71px/280px 100% repeat-x;
	-webkit-mask: var(--mask);
		mask: var(--mask);
	height: 90px;
    top: -89px;
}
.footer_wave:after{
	content: '';
    background: url(../images/waves-white.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat-x;
    height: 38px;
    width: 100%;
    display: block;
    margin-top: -1px;
    position: absolute;
    transform: rotate(180deg);
}

.waves-down:after {
    content: '';
    background: url(../images/waves-white.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat-x;
    height: 38px;
    width: 100%;
    display: block;
    bottom: -1px;
    position: absolute;
}
/* .main-slider:after{
	content: '';
    background: url(../images/orange_wave.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 38px;
    width: 100%;
    display: block;
    bottom: -1px;
    position: absolute;
} */

.waves-white-up:before,
.waves-white-down:after{
    content: '';
    background: url('../images/waves-white.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat-x;
    height: 38px;
    width: 100%;
    display: block;
	transform: rotate(180deg);
	top: -1px; position: relative;
}
.waves-white-down:after{
	transform: rotate(0deg);
	top: auto; bottom: -1px;

}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
}
.breadcrumbs ul li{
	display: inline-block;
}
.breadcrumbs ul li a:after{
	content: ' :';
	font-style: italic;
}
.breadcrumbs ul li a{
	color: #fff;
	text-decoration: none;
	font-style: italic;
	text-transform: uppercase;
	font-size: 14px;
}
.breadcrumbs ul li:last-child a:after{
	content: '';
}

/*Hero*/
.hero-section img{
	max-height: 520px;
	min-height: 280px;
	width: 100%;
    object-fit: cover;
}
.hero-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
	width: 95%;
}
.hero-content h1{
	text-transform: uppercase;
}
.hero-content h1 span{
	display: block;
	font-size: 30px;
}

/*Welcome Section*/
.welcome-section{
	background-image: url('../images/welcome-bg.png');
	background-blend-mode: multiply;
	position: relative;
}
.welcome-section img,
.services-section img{
	width: 100%;
	border-radius: 24px 24px 0px 0px;
	height: 240px;
	object-fit: cover;
}
.welcome-section:after{
	content:'';
	min-height: 400px;
	background-color: #E9E9E9;
	display: block;
    margin-top: -255px;
}
.welcome-col-content{
	background-color: #fff;
	border-radius: 0px 0px 24px 24px;
}
.welcome-col-content.waves-up:before{
	/*
	height: 20px;
	top: -19px;
	clip-path: polygon(100% 100%, 0% 100% , 0.00% 100.00%, 1.00% 96.01%, 2.00% 84.68%, 3.00% 67.82%, 4.00% 48.12%, 5.00% 28.71%, 6.00% 12.70%, 7.00% 2.65%, 8.00% 0.14%, 9.00% 5.59%, 10.00% 18.13%, 11.00% 35.75%, 12.00% 55.64%, 13.00% 74.64%, 14.00% 89.70%, 15.00% 98.43%, 16.00% 99.43%, 17.00% 92.55%, 18.00% 78.88%, 19.00% 60.60%, 20.00% 40.63%, 21.00% 22.16%, 22.00% 8.12%, 23.00% 0.77%, 24.00% 1.27%, 25.00% 9.55%, 26.00% 24.28%, 27.00% 43.11%, 28.00% 63.04%, 29.00% 80.89%, 30.00% 93.82%, 31.00% 99.75%, 32.00% 97.74%, 33.00% 88.12%, 34.00% 72.42%, 35.00% 53.14%, 36.00% 33.36%, 37.00% 16.23%, 38.00% 4.49%, 39.00% 0.02%, 40.00% 3.51%, 41.00% 14.42%, 42.00% 31.01%, 43.00% 50.63%, 44.00% 70.15%, 45.00% 86.45%, 46.00% 96.94%, 47.00% 99.94%, 48.00% 94.97%, 49.00% 82.83%, 50.00% 65.45%, 51.00% 45.61%, 52.00% 26.46%, 53.00% 11.08%, 54.00% 1.90%, 55.00% 0.39%, 56.00% 6.80%, 57.00% 20.10%, 58.00% 38.18%, 59.00% 58.13%, 60.00% 76.79%, 61.00% 91.18%, 62.00% 98.99%, 63.00% 98.99%, 64.00% 91.18%, 65.00% 76.79%, 66.00% 58.13%, 67.00% 38.18%, 68.00% 20.10%, 69.00% 6.80%, 70.00% 0.39%, 71.00% 1.90%, 72.00% 11.08%, 73.00% 26.46%, 74.00% 45.61%, 75.00% 65.45%, 76.00% 82.83%, 77.00% 94.97%, 78.00% 99.94%, 79.00% 96.94%, 80.00% 86.45%, 81.00% 70.15%, 82.00% 50.63%, 83.00% 31.01%, 84.00% 14.42%, 85.00% 3.51%, 86.00% 0.02%, 87.00% 4.49%, 88.00% 16.23%, 89.00% 33.36%, 90.00% 53.14%, 91.00% 72.42%, 92.00% 88.12%, 93.00% 97.74%, 94.00% 99.75%, 95.00% 93.82%, 96.00% 80.89%, 97.00% 63.04%, 98.00% 43.11%, 99.00% 24.28%, 100.00% 9.55%);
	*/
	--mask:
		radial-gradient(40.25px at 50% 54px,#000 99%,#0000 101%) calc(50% - 36px) 0/72px 100%,
		radial-gradient(40.25px at 50% -36px,#0000 99%,#000 101%) 50% 18px/72px 100% repeat-x;
	-webkit-mask: var(--mask);
		mask: var(--mask);
	margin-top: -34px;
	top: 0;
	height: 35px;
}

/*About Section*/
.about-section{
	/* padding: 80px 0; */
}
.about-section .image-col{
	max-width: 500px;
	width: 100%;
	margin-right: -250px;
    z-index: 1;
}
.about-section .content-col{
	background-image: url('../images/about-bg.png');
	background-blend-mode: multiply;
	border-radius: 24px;
	max-width: 1300px;
	width: 100%;
	padding: 130px 55px 130px 300px;
}

/*Testimonial*/
.testimonials .testimonial{
	position: relative;
}
.testimonials .testimonial h4{
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
.testimonials .testimonial-wrap{
	margin: 40px 25px;
	border-radius: 24px;
	padding: 40px;
	position: relative;
	overflow: auto;
}
.testimonial-icon{
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border: 6px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

/*Features*/
.features-section{
	background-size: cover;
}
.features-section > div{
	position: relative;
	z-index: 1;
}
.features-section .feature{
	margin: 0 45px;
}
.features-section .icon {
    width: 127px;
    height: 127px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    background: #fff;
	padding: 30px;
}
.features-section .center-page{
	padding-bottom: 150px;
}

/*Services Section*/
.services-section h3{
	min-height: 45px;
}

/*Counter Section*/
.counter-section{
	background-image: url('../images/counter-bg.png');
}
.counter-section img{
	width: 100%;
}
.counter-section .count-item {
    width: 295px;
    height: 175px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.counter-section .count-item .counter{
	font-size: 70px;
	font-weight: 700;
	font-family: 'Fredoka', sans-serif;
	color: #fff;
	line-height: 1;
	margin-bottom: 15px;
}
.counter-section .count-item h3{
	text-transform: uppercase;
	text-align: center;
}

/*Team Section*/
.team-section{
	position: relative;
	text-align: center;
}
.team-section .waves-down {
    position: absolute;
    top: 0;
    width: 100%;
    height: 280px;
	z-index: -1;
}
.team-section .waves-down:after{
	/* bottom: -279px; */
}
.team-section .wrapper{
	margin: 0 10px;
}
.team-section img{
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 50%;
	border: 8px solid #fff;
}
ul.slick-dots{
	padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
	gap: 5px;
}
ul.slick-dots li button {
    padding: 0;
    border: 2px solid;
    font-size: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
	background-color: transparent;
}
ul.slick-dots li.slick-active button{
	background-color: #123273;
}

/*Gallery Section*/
.gallery-section {
    text-align: center;
}
.gallery-section .gallery-thumb a{
	font-family: "Font Awesome 6 Free";
	position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.gallery-section .gallery-thumb a::before {
	content: '\f065';
    align-items: center;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    bottom: 0;
    display: flex;
    font-weight: 900;
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 40px;
    color: #fff;
    width: 100%;
	opacity: 0;
	transition: all 0.5s ease;
}
.gallery-section .gallery-thumb a:hover::before{
	opacity: 1;
}
.gallery-section .gallery-thumb{
    max-width: 290px;
    max-height: 205px;
}
.gallery-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.gallery-thumb{
	height: 100%;
}

/*Trust Logos*/
.trust-logos .logos{
    gap: 50px;
	padding: 40px 0;
}
.trust-logos .logos img{
	max-width: 200px;
    max-height: 150px;
}

/*Latest Blog*/
.latest-blog-section{
	background-image: url('../images/latest-blog-bg.png');
}
.latest-blog-section .slick-track{
	display: flex;
	gap: 70px;
	padding-bottom: 30px;
}
.latest-blog-section .post{
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	position: relative;
}
.latest-blog-section .post h3{
	font-size: 18px;
}
.latest-blog-section .post img{
	height: 250px;
	width: 100%;
	object-fit: cover;
	border-radius: 8px 8px 0px 0px;
}
.latest-blog-section .post .btn{
	position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 183px;
}
.latest-blog-section .post-content{
	padding: 0 20px 45px;
}

/*Enroll Section*/
.enroll-section .waves-white-up:before{
    background-position: bottom;
}
.enroll-section .content-col{
	max-width: 950px;
	width: 100%;
}
.enroll-section .content-col > div{
	max-width: 615px;
	width: 100%;
}
.enroll-section .image-col{
	max-width: 560px;
	width: 100%;
	margin-left: -200px;
    z-index: 1;
}

/*Contact Form*/
.contact-us-section .wrapper {
	background-image: url('../images/contact-col-bg.png');
	background-blend-mode: multiply;
	padding: 25px 40px 45px;
    max-width: 305px;
    width: 100%;
    text-align: center;	
	border-radius: 20px;
}
.contact-icon{
    border-radius: 50%;
    background-color: #fff;
    width: 87px;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}
.contact-us-section h3{
	font-size: 20px;
}
.contact-us-section a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.map-wrapper iframe{
	border-radius: 20px;
	width: 100%;
	min-height: 60vh;
}

/*Footer*/
footer.waves-up:before{
	/*clip-path: polygon(100% 100%, 0% 100% , 0.00% 27.55%, 1.00% 9.36%, 2.00% 0.32%, 3.00% 3.90%, 4.00% 18.72%, 5.00% 39.12%, 6.00% 57.31%, 7.00% 66.34%, 8.00% 62.76%, 9.00% 47.95%, 10.00% 27.55%, 11.00% 9.36%, 12.00% 0.32%, 13.00% 3.90%, 14.00% 18.72%, 15.00% 39.12%, 16.00% 57.31%, 17.00% 66.34%, 18.00% 62.76%, 19.00% 47.95%, 20.00% 27.55%, 21.00% 9.36%, 22.00% 0.32%, 23.00% 3.90%, 24.00% 18.72%, 25.00% 39.12%, 26.00% 57.31%, 27.00% 66.34%, 28.00% 62.76%, 29.00% 47.95%, 30.00% 27.55%, 31.00% 9.36%, 32.00% 0.32%, 33.00% 3.90%, 34.00% 18.72%, 35.00% 39.12%, 36.00% 57.31%, 37.00% 66.34%, 38.00% 62.76%, 39.00% 47.95%, 40.00% 27.55%, 41.00% 9.36%, 42.00% 0.32%, 43.00% 3.90%, 44.00% 18.72%, 45.00% 39.12%, 46.00% 57.31%, 47.00% 66.34%, 48.00% 62.76%, 49.00% 47.95%, 50.00% 27.55%, 51.00% 9.36%, 52.00% 0.32%, 53.00% 3.90%, 54.00% 18.72%, 55.00% 39.12%, 56.00% 57.31%, 57.00% 66.34%, 58.00% 62.76%, 59.00% 47.95%, 60.00% 27.55%, 61.00% 9.36%, 62.00% 0.32%, 63.00% 3.90%, 64.00% 18.72%, 65.00% 39.12%, 66.00% 57.31%, 67.00% 66.34%, 68.00% 62.76%, 69.00% 47.95%, 70.00% 27.55%, 71.00% 9.36%, 72.00% 0.32%, 73.00% 3.90%, 74.00% 18.72%, 75.00% 39.12%, 76.00% 57.31%, 77.00% 66.34%, 78.00% 62.76%, 79.00% 47.95%, 80.00% 27.55%, 81.00% 9.36%, 82.00% 0.32%, 83.00% 3.90%, 84.00% 18.72%, 85.00% 39.12%, 86.00% 57.31%, 87.00% 66.34%, 88.00% 62.76%, 89.00% 47.95%, 90.00% 27.55%, 91.00% 9.36%, 92.00% 0.32%, 93.00% 3.90%, 94.00% 18.72%, 95.00% 39.12%, 96.00% 57.31%, 97.00% 66.34%, 98.00% 62.76%, 99.00% 47.95%, 100.00% 27.55%);*/
	--mask:
		radial-gradient(82.73px at 50% 111px,#000 99%,#0000 101%) calc(50% - 74px) 0/148px 100%,
		radial-gradient(82.73px at 50% -74px,#0000 99%,#000 101%) 50% 37px/148px 100% repeat-x;
	-webkit-mask: var(--mask);
		mask: var(--mask);
	top: -50px;
}
footer h3{
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 20px;
}
.footer-hours ul{
	list-style: none;
}
.footer-hours p{
	margin: 0;
}
.footer-links ul{
	column-count: 2;
	list-style: none;
    padding: 0;
    margin: 0;
}

/*Cookies*/
.cookies-message {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px 0;
	display: none;
}
.cookies-message p {
    color: #FFF;
    font-size: 18px;
}

/*Copyright*/
.copyright a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

/*
 * About
 */
.accordion{
	padding: 5px 0;
}
.accordion h5,
.accordion p{
	color: #fff;
}
.accordion h5{
	margin: 0;
	padding: 8px 0;
	display: flex;
    align-items: center;
	cursor: pointer;
}
.accordion-content{
	display: none;
}
.accordion-item{
	padding: 0 35px 0 45px;
	border-bottom: 1px solid rgb(255,255,255,0.25);
}
.accordion-item:last-child{
	border-bottom: 0;
}
.accordion-title{
	font-family: "Baloo Chettan 2", sans-serif;
	font-size: 18px;
}
.accordion-title:before{
	content: '\2b';
	font-family: 'Font Awesome 6 Free';
    margin-left: -25px;
    margin-right: 15px;
	font-size: 10px;
	color: #E37272;
}
.accordion-title.active:before{
	content: '\f068';
}

/*Team*/
.team img{
	height: 260px;
	width: 100%;
	object-fit: cover;
}
.team .team-item{
	height: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}
.team .team-item p{
	color: #686565;
}

/*Contact*/
.contact-us-section-form{
	background-image: url('../images/counter-bg.png');
}
#responsive-form{
    margin:0 auto;
    width:100%;
}
.form-row{
    width: 100%;
}
.form-row:after {
    content: '';
    display: block;
    clear: both;
}
.column-100, .column-90, .column-80, .column-70, .column-60, 
.column-50, .column-40, .column-30, .column-20, .column-10{
    float: left;
    position: relative;
    padding: 0.65rem 0;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.contact-page .map-wrapper iframe{
	border-radius: 0;
	margin-bottom: 0;
}

/*Calendar*/
section.wrapper-calendar main#app {
    height: 645px;
}
.toastui-calendar-month-daygrid {
    border: 1px solid #e5e5e5;
}
.toastui-calendar-template-monthDayName{
	color:#fff;
	font-size: 16px;
}
.toastui-calendar-month div.toastui-calendar-day-names {
    height: 50px;
}
.app-column nav{
	padding: 10px 0;
}
.wrapper-calendar .button{
	border-radius: 50px;
	padding: 5px 15px;
	margin-right: 10px;
}
.wrapper-calendar .button.next,
.wrapper-calendar .button.prev{
	border-radius: 50%;
	width: 40px;
    height: 40px;
	padding: 0 15px;
}

/*Blog*/
ul.pagination {
    justify-content: center;
}
ul.pagination li.page-item{
	padding: 0 10px;
}
ul.pagination li.page-item.active {
    background: #ff4d4e;
    border-radius: 50%;
    color: #fff;
}
ul.pagination li.page-item a{
	text-decoration: none;
}
.blog-posts .post{
	border: 1px solid #cfcfcf;
	border-radius: 8px;
}
.blog-posts .post-content{
	padding: 0;
}
.blog-sidebar a{
	text-decoration: none;
}
.blog-sidebar .box{
	border: 1px solid #cfcfcf;
	border-radius: 8px;
}
.search-form button{
	position: absolute;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 25px;
    right: 15px;
    top: 12px;
}
.date-post {
    align-items: center;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.85);
    color: #fff;
    display: flex;
    height: 60px;
    justify-content: center;
    line-height: 1;
    margin: -45px auto 0 auto;
    padding: 10px;
    width: 60px;
}

/*Testimonial*/
.testimonials-list hr{
	border: 0;
    border-bottom: 1px solid #cfcfcf;
}

/*Parent Dashboard*/
.parent-dashboard a{
	text-decoration: none;
}
.card-body {
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    height: 100%;
}
.h-100{
	height: 100%;
}
.parent-dashboard img.icons {
	height: 65px;
	display: inline;
}
.card-hover:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}

/*Responsive*/
@media screen and (max-width: 1024px) {
	.main-slider h2{
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	/* .waves-up:before {
		height: 40px;
		top: -39px;
	}
	.waves-down:after{
		height: 40px;		
	} */
	.main-slider .slide-content {
		margin-left: 35px;
	}
	.latest-blog-section .slick-track {
		gap: 40px;
	}
	.enroll-section .content-col > div{
		max-width: 100%;
		padding-top: 250px !important;
	}
	.enroll-section .image-col{
		margin-left: 0;
		margin-bottom: -250px;
	}
	.gallery-section .gallery-thumb {
		max-width: 100%;
	}
	.four-cols{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 990px) {
	.about-section .image-col {
		margin-right: 0;
		margin-bottom: -225px;
	}
	.about-section .content-col {
		padding: 265px 55px 50px 55px;;
	}
	.features-section .center-page {
		padding-bottom: 50px;
	}
	.counter-section .count-item .counter {
		font-size: 50px;
	}
}

@media only screen and (min-width: 835px) { 
    .form-row{
        display: inline-block;
    }
    .column-90, .column-80, .column-70, .column-60, 
    .column-50, .column-40, .column-30, .column-20, .column-10{
        padding: 0.65rem;
    }
    .form-row > div:not(.column-100):first-child {
        padding-left: 0;
    }
    .form-row > div:not(.column-100):last-child {
        padding-right: 0;
    }
    .column-90{
        width: 90%;
    }
    .column-80{
        width: 80%;
    }
    .column-70{
        width: 70%;
    }
    .column-60{
        width: 60%;
    }
    .column-50{
        width: 50%;
    }    
    .column-40{
        width: 40%;
    }
    .column-30{
        width: 30%;
    }
    .column-20{
        width: 20%;
    }
    .column-10{
        width: 10%;
    }
}

@media screen and (max-width: 768px) {
	.btn {
		font-size: 16px;
		padding: 10px 15px;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 40px;
	}
	.menu-trigger {
		width: 30px;
		height: 20px;
		position: relative;
		cursor: pointer;
		display: block;
		border: 0;
		background-color: transparent;
	}
	.menu-trigger span {
		width: 100%;
		height: 3px;
		background-color: #123273;
		position: absolute;
		transition: transform 0.3s, opacity 0.3s;
		left: 0;
	}
	.menu-trigger span:nth-child(1) {
		top: 0;
	}
	.menu-trigger span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	.menu-trigger span:nth-child(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}
	.menu-trigger.active span:nth-child(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg);
	}
	.main-menu ul {
		text-align: center;
		position: absolute;
		width: 100%;
		background: #fff;
		z-index: 2;
		left: 0;
		right: 0;
		top: 100%;
		display: none;	
	}
	.main-menu ul li {
		padding: 10px 0px;
	}
	.features-section .feature {
		margin: 0 15px;
	}
	.container.section-calendar {
        max-width: none;
        width: 100%;
    }
    .container.section-calendar .content {
        display: block;
    }
    .container.section-calendar .app-column nav {
        flex: unset;
    }
    .container.section-calendar .app-column nav .navbar--range {
        margin-top: 10px;
    }
}

@media screen and (max-width: 640px) {
	h2 {
		font-size: 30px;
	}
	.main-slider img {
		width: 100%;
		margin-bottom: 20px;
	}
	.main-slider .slide-content{
		margin-left: 20px;
		padding-bottom: 40px;
	}
	.hero-blog-detail img{
		min-height: 320px;
	}
	.hero-section h1{
		font-size: 32px;
	}
	.hero-section h1 span{
		font-size: 28px;
	}
	.welcome-section:after{
		min-height: 345px;
	}
	.about-section {
		padding-bottom: 10px;
	}
	.testimonials .testimonial-wrap {
		margin-bottom: 10px;
	}
	.two-cols,
	.three-cols,
	.four-cols{
		grid-template-columns: repeat(1, 1fr);
	}
	footer .wrapper {
		width: 95%;
	}
	.about-section .content-col {
		padding: 265px 30px 30px 30px;
	}
	.enroll-section .content-col > div{
		padding: 250px 30px 15px 30px !important;
	}
}

@media screen and (max-width: 390px) {
	h1 {
		font-size: 32px;
	}
	/* .waves-up:before {
		height: 20px;
		top: -19px;
	}
	.waves-down:after{
		height: 20px;		
	} */
}