*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	scroll-behavior: var(--scroll-behavior);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	height: auto;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.38;
	color: #101111;
	background: #fff;
}

img {
	max-width: 100%;
}

b,
strong {
	font-weight: 600;
}

p {
	margin: 0 0 25px 0;
}

p:last-child {
	margin-bottom: 0;
}

h1,
.h1-heading,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px 0;
	font-weight: 600;
	padding: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

ul,
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none !important;
	outline: none;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

input[type="email"],
input[type="tel"],
input[type="text"] {
	background-color: transparent;
	width: 100%;
	outline: none;
	border: 1px solid var(--bg-light-wh);
	height: 45px;
	border-radius: 5px;
	color: var(--bg-white);
	padding: 0 14px;
}

::placeholder {
	opacity: 1;
	color: var(--bg-light-wh);
}

textarea {
	width: 100%;
	outline: none;
	border: 1px solid var(--bg-light-wh);
	border-radius: 5px;
	background-color: transparent;
	padding: 14px;
	color: var(--bg-white);
	resize: none;
	height: 100px;
}


.header .timeline .container {
	max-width: 1400px;
}

.timeline .container {
	max-width: 1400px;
}

.page-footer .container {
    max-width: 1444px;
    padding: 0 22px !important;
}


/* header */
.brand {
	width: 141px;
	position: relative;
	padding: 0 0 0 0;
}

.header--with-title .brand {
    width: 120px;
        padding: 0 0 14px 0;
}

.header--with-title .brand:after {
    content: "VICTORIOUS KIDSS EDUCARES";
    position: absolute;
    left: -4px;
    bottom: -6px;
    font-size: 8px;
    padding: 4px 4px;
    border-radius: 50px;
    background: #e1ffe6;
    line-height: 1em;
    color: #01490b;
    width: 100%;
    text-align: center;
    font-family: "Inter", sans-serif;
    width: max-content;
}

.header {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	transition: all 1s ease-in-out;
	z-index: 11;
	position: fixed;
	top: 60px;
	left: 0;
}




.header.small {
    background-color: #fff;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.20);
    top: 0;
}


.header .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.header-item-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17%;
	flex: 0 0 17%;
}

.header-item-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-item-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17%;
	flex: 0 0 17%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-item-right .menu-icon {
	font-size: 1.35rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1rem;
	margin-left: 1rem;
	color: var(--color-black);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .menu>ul>li {
	display: inline-block;
	line-height: 3.125rem;
	margin-left: 0;
}

.header .menu>ul>li>a {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	border: none;
	outline: none;
	padding: 17px 10px;
	text-transform: capitalize;
	color: #000000;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header .menu>ul>li>span {
	position: relative;
	border: none;
	outline: none;
	padding: 17px 10px;
	text-transform: capitalize;
	color: #000000;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header .menu>ul>li>span a {
    font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
}

.header .menu>ul>li.active>a {
	color: #01530D;
}

.header .menu>ul>li .menu-subs {
	position: absolute;
	width: 260px;
	height: auto;
	margin-top: 1.75rem;
	padding: 1rem 2rem;
	z-index: 109;
	opacity: 0;
	visibility: hidden;
	border-radius: 20px !important;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header .menu>ul>li .menu-subs>li {
	line-height: 1;
}

.header .menu>ul>li .menu-subs>li>a {
	display: inline-block;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.25;
	padding: 0.75rem 0;
	border: none;
	outline: none;
	color: var(--color-black);
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .menu>ul>li .menu-column-1 {
	min-width: 16rem;
	max-width: 20rem;
}

.header .menu>ul>li .menu-subs.menu-mega {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 0;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
	display: block;
	line-height: 1;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
	display: inline-block;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	padding: 17px 0;
	border: none;
	outline: none;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header .menu>ul>li .menu-subs.menu-column-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 68rem;
	width: 100%;
	padding: 1.25rem 1rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	padding: 0 1rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.75rem 0;
	color: var(--color-pink-700);
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
	text-align: center;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0.75rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
.header .menu>ul>li .menu-subs>ul>li>a:hover {
	color: #fff;
}

.header .menu-mobile-header,
.header .menu-mobile-toggle {
	display: none;
}

.current-menu a {
	color: #00A4FF !important;
}

.header-fixed-btn {
	position: absolute;
	right: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	font-size: 16px;
	color: #fff;
	padding: 0 20px;
	transition: all ease-in-out 0.3s;
	height: 100%;
	background-color: #F5AA47;
}

.header-fixed-btn:hover {
	background-color: #C3272D;
	color: #fff;
}

.menu-btn-header .btn {
	width: 208px;
	border: none !important;
	margin: 0 0;
	line-height: 42px !important;
	padding: 0 20px !important;
	font-weight: 600 !important;
	text-align: center !important;
	font-size: 12px !important;
	height: auto !important;
	color: #fff !important;
	transition: all 0.3s ease-in-out !important;
	margin: 0 auto;
	margin-top: 30px;
}

.header-btn a {
	background: #01530D;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 10px 20px;
	display: block;
	border-radius: 50px;
}

.header__marque {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	top: 44px;
	left: 0;
	width: 100%;
	padding: 24px 0 4px;
	background: #01530d;
}

.header__marque p {
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom:5px;
}

.header__marque p a {
	background: #FFD801;
	color: #000000;
	font-size: 12px;
	padding: 7px 16px;
	display: flex;
	width: max-content;
	text-transform: uppercase;
	border-radius: 50px;
	border: 1px solid #FFD801;
	line-height: 1em;
}

.header__marque p a:hover {
	background: transparent;
	color: #fff;
}

.header:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.25);
	transition: all ease-in-out 0.3s;
	border-radius: 0 0 20px 20px;
}

.header.small:after {
	opacity: 1;
}

.small .header__marque {
	visibility: unset;
	opacity: 1;
text-align:center;

	color: #fff;

}

.header .container {
    padding: 0 12px !important;
}

.banner-swipper {
    margin-top: 48px;
}

@media screen and (min-width: 768px) {
	.header-item-right {
		width: calc(100% - 300px);
		flex: auto;
	}

	.header-btn {
		margin-left: 20px;
	}

	.header__marque {
		top: 44px;
		padding: 27px 0 4px;
		border-radius: 0 0 30px 30px;
	}

}

@media screen and (min-width: 993px) {

	.brand {
		width: auto;
	}

	.header .menu>ul>li.menu-item-has-children:hover .menu-subs {
		opacity: 1;
		visibility: visible;
	}

	.header {
		transition: all ease-in-out 0.3s;
		background-color: transparent;
		padding: 0;
	}

	.menu-item-has-children i {
		transform: rotate(90deg);
		font-size: 11px;
		margin-left: 5px;
	}

	.header .menu>ul>li .menu-subs.menu-mega {
		left: 0;
		top: unset;
		width: 290px;
		transform: unset;
		background-color: #0A3249;
		padding: 15px 16px 10px;
		border: none;
	}

	.header .menu>ul>li>a,
	.header .menu>ul>li>span a{
		color: #000000;
	}

	.header.small .wrapper {
		height: 79px;
	}

	.header .menu>ul>li.menu-item-has-children:hover .menu-subs {
		left: 0;
		top: 100%;
		margin-top: -2px;
		border-radius: 0;
	}

	.header .menu>ul>li {
		position: relative;
	}

	.header-fixed-btn {
		right: 0;
		width: 93px;
		font-size: 17px;
	}

	.menu-btn-header .btn {
		margin-top: 0 !important;
	}

	.menu-btn-header {
		margin-left: 89px !important;
	}

	.header__marque {
		top: 54px;
		padding: 33px 0 4px;
	}

	.header .wrapper {
		height: 101px;
	}
	
	.banner-swipper {
    margin-top: 86px;
}

.header .menu>ul>li .menu-subs>li>a:hover {
    color: #01530d;
}
}

@media screen and (max-width: 992px) {
	.header-item-center {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.header-item-left,
	.header-item-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.header-item-left {
		margin: 0;
	}

	.header .wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto;
		padding: 0;
	}

	.header .menu-mobile-toggle {
		position: relative;
		display: block;
		cursor: pointer;
		min-height: unset !important;
		width: 28px;
        height: 16px;
        padding: 0 !important;
		border: none;
		outline: none;
		margin-left: 1.25rem;
		margin-top: -0.25rem;
		background: none;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.35s ease-in-out;
		transition: 0.35s ease-in-out;
	}

	.header .menu-mobile-toggle span {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		border: none;
		outline: none;
		opacity: 1;
		border-radius: 0.25rem;
		background: #000;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}

	.header .menu-mobile-toggle span:nth-child(1) {
		top: 0;
	}

	.header .menu-mobile-toggle span:nth-child(2),
	.header .menu-mobile-toggle span:nth-child(3) {
		top: 0.5rem;
	}

	.header .menu-mobile-toggle span:nth-child(4) {
		top: 1rem;
	}

	.header-item-right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		right: 0;
	}

	.header .menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 75%;
		height: 100%;
		z-index: 111;
		overflow: hidden;
		background: #fff;
		-webkit-transform: translate(-100%);
		transform: translate(-100%);
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.header .menu.active {
		-webkit-transform: translate(0%);
		transform: translate(0%);
	}

	.header .menu>ul>li {
		display: block;
		line-height: 1;
		margin: 0;
	}

	.header .menu>ul>li>a,
	.header .menu>ul>li> span{
		display: block;
		line-height: 3.125rem;
		height: 3.125rem;
		padding: 0 3.125rem 0 1rem;
		color: #373636;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.header .menu>ul>li.active a {
		font-weight: 600;
		text-transform: uppercase;
	}

	.header .menu>ul>li> i.fa-chevron-right {
		position: absolute;
		font-size: 13px;
		line-height: 3.125rem;
		top: 0;
		right: 0;
		width: 3.125rem;
		height: 3.125rem;
		text-align: center;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	.header .menu .menu-mobile-header {
		position: relative;
		position: sticky;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		top: 0;
		height: 3.125rem;
		z-index: 110;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		background: #fff;
	}

	.header .menu .menu-mobile-header .menu-mobile-arrow {
		display: none;
		font-size: 15px;
		line-height: 3.125rem;
		width: 3.125rem;
		height: 3.125rem;
		cursor: pointer;
		text-align: center;
		border: none;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		color: #000;
		padding: 0;
		background: transparent;
	}

	.header .menu .menu-mobile-header.active .menu-mobile-arrow {
		display: block;
	}

	.header .menu .menu-mobile-header .menu-mobile-title {
		font-family: inherit;
		font-size: 1rem;
		font-weight: 500;
		line-height: inherit;
		color: var(--color-black);
		text-transform: capitalize;
	}

	.header .menu .menu-mobile-header .menu-mobile-close {
		font-size: 1.2rem;
		line-height: 3.125rem;
		cursor: pointer;
		width: 3.125rem;
		height: 3.125rem;
		text-align: center;
		border: none;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		color: #000;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding: 0;
		background-color: transparent;
	}

	.header .menu .menu-section {
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.header .menu>ul>li .menu-subs {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		max-width: none;
		min-width: auto;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1rem;
		padding-top: 4rem;
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header .menu>ul>li .menu-subs.menu-mega {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		max-width: none;
		min-width: auto;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1rem;
		padding-top: 4rem;
		opacity: 1;
		overflow-y: auto;
		background-color: #0A3249;
		visibility: visible;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header .menu>ul>li .menu-subs.active {
		display: block;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0rem;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
		margin-top: 0;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
		margin-bottom: 1.25rem;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
		margin-bottom: 0rem;
	}

	.header .menu>ul>li .menu-subs>li>a {
		display: block;
	}

	.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
		margin-bottom: 1rem;
	}

	.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
		display: block;
	}

	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		background: rgba(0, 0, 0, 0.65);
		-webkit-transition: all 0.45s ease-in-out;
		transition: all 0.45s ease-in-out;
	}

	.overlay.active {
		opacity: 1;
		visibility: visible;
	}
	
	.menu-mobile-header + .menu-section:has(.menu-subs.active) .menu-mobile-arrow {
	    display: block;
	}
	
	    .menu-item-has-children i {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
    }
}

@media screen and (min-width: 1200px) {
	.header .menu>ul>li>a,
	.header .menu>ul>li>span a {
		font-size: 16px;
	}

	.header .menu>ul>li>a:hover {
		color: #01530d;
	}

	.header.small .menu>ul>li>a:hover {
		color: #01530d;
	}

	.header .menu>ul>li:last-child {
		margin-right: 0;
	}

	.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
		font-size: 17px;
	}

	.header-fixed-btn {
		font-size: 20px;
	}
	
		.banner-swipper {
    margin-top: 0;
}

	.brand {
		width: 250px;
		padding: 0 0 0 0;
	}

	.menu-btn-header .btn {
		margin-top: 0 !important;
		font-size: 17px !important;
		width: 226px;
		line-height: 72px !important;
	}

	.header {
		padding: 0;
		max-width: 1400px;
		left: 50%;
		transform: translate(-50%, 0);
		top: 60px;
		border-radius: 100px;
		width: calc(86% - 44px);
	}

	.menu-item-has-children i {
		font-size: 13px;
	}

	.current-menu a {
		font-weight: 600 !important;
	}

	.header-item-left {
		flex: inherit;
		width: 242px;
		position: relative;
	}

	.header-item-center {
		width: calc(100% - 162px);
		padding-left: 200px;
		margin-left: 225px;
	}

	.header .container {
		max-width: unset;
		padding: 0 20px 0 39px !important;
	}

	.wrapper {
		position: relative;
		height: 129px;
	}

	ul.menu-section {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin: 0;
	}

	.header-item-center .menu {
		width: 100%;
	}

	.header-btn a {
		font-size: 18px;
		padding: 13px 40px;
	}

	.header-btn a:hover {
		background: #FED802;
		color: #010200;
	}

	.header .wrapper {
		height: 101px;
	}

	.header.small {
		top: 0;
		border-radius: 0 0 30px 30px;
	}

	.header:after {
		border-radius: 100px;
	}

	.header.small:after {
		border-radius: 0 0 30px 30px;
	}

	.header--with-title .brand:after {
		left: 0;
		bottom: -5px;
		font-size: 12px;
		padding: 7px 7px;
		min-width: 100%;
	}

	.header.header--with-title.small .brand:after {
		bottom: 3px;
		font-size: 10px;
		padding: 4px 23px;
	}
	
	.header--with-title .brand {
            width: 225px;
        padding: 0 0 24px 0;
}
}

/* header end */



.footer-logo a {
	display: block;
	max-width: 250px;
	margin: 0 auto 30px;
}

.footer__top h3 {
	font-size: 18px;
	font-weight: 700;
	color: #366a3d;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 1em;
	margin: 0 0 8px;
}

.footer-contact ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-contact ul li {
	padding: 22px;
	margin: 0;
	background: #eff9f1;
	border-radius: 12px;
}

.footer-contact ul li a {
	color: #333333;
	font-weight: 400;
	font-size: 15px;
	display: block;
	line-height: 1em;
	word-break: break-all;
}

.footer__top {
	margin: 0 0 32px;
}

.footer__bottom h3 {
	font-size: 18px;
	font-weight: 700;
	color: #262626;
	line-height: 1em;
	margin: 0 0 16px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.footer__bottom h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	height: 2px;
	background: #5C8E64;
}

.footer__bottom h3 i {
	color: #FFD801;
	width: 25px;
	height: 25px;
	background: #366a3d;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50px;
}

.footer__bottom h3 span {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 0 6px 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}

.footer__bottom {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.footer__bottom-links ul {
	padding: 0;
	margin: 0;
	column-count: 2;
	column-gap: 0;
}

.footer__bottom-links ul li {
	padding: 0;
	margin: 0 0 16px 0;
}

.footer__bottom-links ul li a {
	color: #333333;
	font-weight: 400;
	font-size: 15px;
	display: block;
	line-height: 1em;
}

.footer__bottom-location p {
	color: #333333;
	font-size: 15px;
}

.footer__bottom-text p {
	color: #333333;
	font-size: 11px;
}

.page-footer {
	margin: 40px 0 30px;
}


@media(min-width: 768px) {
	.footer-contact ul {
		flex-direction: row;
	}

	.footer-contact ul li {
		width: calc(33.333% - 10px);
	}

	.footer__bottom {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.footer__bottom-location {
		width: 35%;
	}

	.footer__bottom-links {
		width: 29%;
	}

	.footer__bottom-text {
		width: 100%;
		text-align: center;
	}

	.footer__bottom-text p {
		font-size: 14px;
	}
}


@media(min-width: 1200px) {
	.footer__top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 0 45px;
	}

	.footer-logo {
		width: 30%;
	}

	.footer-logo a {
		max-width: unset;
		margin: 0;
	}

	.footer-contact {
		width: 67%;
	}

	.footer-contact ul li {
		width: auto;
		min-width: 198px;
	}

	.footer__bottom-location {
		width: 30%;
	}

	.footer__bottom-links {
		width: 32%;
	}

	.footer__bottom {
		gap: 38px;
	}

	.footer__bottom h3 {
		font-size: 20px;
	}

	.footer__bottom h3:after {
		height: 4px;
	}

	.footer__bottom-location p {
		font-size: 17px;
	}

	.footer__bottom-links ul li a {
		font-size: 17px;
	}

	.footer-contact ul li a {
		font-size: 16px;
	}

	.footer__top h3 {
		font-size: 20px;
	}

	.footer__bottom-text p {
		font-size: 17px;
	}

	.footer__bottom {
		gap: 50px 38px;
	}

	.page-footer {
		margin: 80px 0 40px;
	}

	.footer-contact ul li:hover {
		background: #01500D;
	}

	.footer-contact ul li:hover h3 {
		color: #FFD801;
	}

	.footer-contact ul li:hover a {
		color: #fff;
	}

	.footer__bottom-links ul li a:hover {
		color: #01500D;
	}
}

.timeline {
	background: #F4F4F4;
	padding: 0 0 50px;
}

.timeline-slider {
	position: relative;
	z-index: 1;
	text-align: center;
}

.timeline-slider:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 0 50% 50%;
	background: #01500D;
	z-index: -1;
}

.timeline-slider-for-item {
	padding: 100px 22px 140px;
	position: relative;
	z-index: 1;
}

.timeline-slider-for-item h4 {
	font-size: 70px;
	color: #fff;
	opacity: 0.25;
	position: absolute;
	width: calc(100% - 44px);
	top: -100%;
	transition: all ease 0.5s;
}

.slick-current .timeline-slider-for-item h4 {
	top: 0;
}

.timeline-slider-for-item h3 {
	font-size: 30px;
	color: #fff;
}

.timeline-slider-for-item p {
	font-size: 14px;
	color: #fff;
	text-align: unset !important;
	text-align:;
}

.timeline__flex__right p {
	font-size: 14px;
	color: #000;
}

.timeline-slider-for .slick-arrow {
	bottom: 20px;
}

.timeline-slider-for .slick-slide {
	vertical-align: top;
}

.timeline-slider-nav {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 90px;
	width: 280px;
}

.slick-center .timeline-slider-nav-item {
	background: #FFD801;
	color: #052A0B;
	opacity: 1;
}

.timeline-slider-nav-item {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	opacity: 0.6;
	padding: 5px 0;
	display: block;
	text-align: center;
	cursor: pointer;
	border-radius: 50px;
}

.timeline-slider-for .slick-track,
.timeline-slider-for .slick-list,
.timeline-slider-for {
	position: unset !important;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
	display: none;
}

.add-read-more.show-more-content .read-more {
	display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
	font-weight: 700;
	color: #01500D;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	display: table;
	padding: 0 35px 0 0;
	position: relative;
	margin: 20px auto 0;
	width: max-content;
}

.add-read-more .read-more:after,
.add-read-more .read-less:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 26px;
	background: url(../img/down-arrow-btn.svg) 0 0 no-repeat;
}

.add-read-more .read-less:after {
	transform: rotate(180deg);
}

.timeline__flex__right {
    text-align: center;
    margin: 30px 0 0;
    padding: 0 22px;
}

.timeline__flex__left {
	max-width: 550px;
	margin: 0 auto;
}

.timeline__flex__right h2 {
	font-size: 26px;
	color: #000;
	margin: 0 0 20px;
	padding: 0;
}

@media(min-width: 768px) {
	.timeline-slider-for-item {
		padding: 100px 52px 140px;
	}

	.timeline__flex__right {
		padding: 0 30px;
	}

	.timeline-slider-for-item h4 {
		width: calc(100% - 104px);
	}
}

@media(min-width: 1200px) {
	.timeline {
		padding: 0 0 100px;
	}

	.timeline__flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.timeline__flex__left {
		max-width: 700px;
		margin: 0;
		width: 51%;
	}

	.timeline__flex__right {
		padding: 0;
		margin: 0;
		text-align: left;
		width: 43%;
		max-width: 579px;
	}

	.add-read-more .read-more,
	.add-read-more .read-less {
		margin: 20px 0 0;
	}

	.timeline__flex__right p {
		font-size: 18px;
	}

	.timeline-slider-for-item h3 {
		font-size: 44px;
	}

	.timeline-slider-for-item p {
		font-size: 19px;
	}

	.timeline-slider-nav-item {
		font-size: 30px;
		padding: 15px 0;
	}

	.timeline-slider-for-item {
		padding: 286px 65px;
	}

	.timeline-slider-for-item h4 {
		width: calc(100% - 130px);
		font-size: 157px;
	}

	.timeline-slider-nav {
		bottom: 65px;
		width: 450px;
	}

	.timeline-slider-for .slick-arrow {
		bottom: unset;
		top: 50%;
		transform: translate(0, -50%);
		margin: 0 !important;
		width: 68px;
		height: 68px;
	}

	.timeline-slider-for .slick-prev:before,
	.timeline-slider-for .slick-next:before {
		font-size: 30px;
	}

	.timeline-slider-for .slick-next {
		left: unset;
		right: -34px;
	}

	.timeline-slider-for .slick-prev {
		left: -34px;
	}

	.timeline__flex__right h2 {
		font-size: 50px;
	}

	.timeline-slider-nav-item:hover {
		opacity: 1;
	}
}

.header__marque p {
    justify-content: center;
}

.inner-banner {
    margin-top: 27px;
}

.inner-banner .elementor-heading-title {
    text-align: center;
}


@media(max-width: 767px) {
.header__marque p a {
    font-size: 10px;
    padding: 5px 7px;
}

.header__marque p {
    font-size: 11px;
    gap: 8px;
}
}


.inner-banner {
    --min-height: 300px !important;
}

@media(min-width: 768px) {
.inner-banner .e-con-inner {
    justify-content: center !important;
}
}

@media(min-width: 1200px) {
.inner-banner {
    margin-top: 0;
}

.inner-banner {
        --min-height: 400px !important;
        padding: 100px 0 0;
    }

}

@media(max-width: 372px) {
    .header__marque p {
        font-size: 10px;
        gap: 8px;
    }
    
    .header__marque p a {
        font-size: 9px;
        padding: 6px 6px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px){
    .header .menu>ul>li>a,
    .header .menu>ul>li>span a{
    font-size: 14px;
    }
    
    .brand {
        width: 155px;
    }
    
    .header-item-left {
        width: 162px;
    }
    
    .header-item-right {
        width: calc(100% - 162px);
    }
}

@media screen and (min-width: 1300px) and (max-width: 1400px){
    .brand {
        width: 200px;
    }
    
    .header-item-left {
        width: 200px;
    }
    
    .header-item-right {
        width: calc(100% - 200px);
    }
}


