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, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, 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 {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	vertical-align: baseline;

}

html{

	scroll-behavior: smooth;

}
article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

	display: block;

}
@font-face {
  font-family:web-pixel;
  src: url(../text-font/static/Inter-Regular.ttf);
}
@font-face {
  font-family:web-pixel-sec;
  src: url(../text-font/Raleway/static/Raleway-Regular.ttf);
}
body {
	font-family:web-pixel-sec;
}
ol, ul {

	list-style: none;

}

b{
	color:#858585;
	
}
blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}
nav{
    padding:2%;
    top: 0;
    left: 0;
    width: 96%;
    max-width: none;
    height: auto;
    z-index: 99;
    transition: all .2s ease;
    position: fixed;
	background-color:transparent;
}
section{
	padding-top:2vh;
	padding-bottom:2vh;
}
nav .container{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.nav-brand{
	height:max-content;
	display:flex;
}
.nav-logo{
	width: 120px;
}
.nav-logo img{
	width: 160px;
    height: 80px;
}
.nav-content{
	height:max-content;
	display:flex;
}
.links{

}
.links ul{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.links ul li a{
	font-size: 17px;
    font-weight: 600;
    text-align: center;
	padding: 8px 12.3076923077px;
	text-decoration:none;
	color:#0bd764;
	transition:all .5s;
}
.links ul li .active{
	background: #00ff723d!important;
    border-radius: 6px!important;
}
.links ul li a:hover{
	color:#0bd764;
}
.lang-button{
	color:white;
	font-size: 17px;
    font-weight: 600;
    text-align: center;
	border-radius: 6px;
	padding: 8px 12.3076923077px;
	background: -webkit-linear-gradient(135deg,#a2ffd6 0%,#0bd764 40%,#0bd764 54%,#a2ffd6 100%);
    background: linear-gradient(135deg,#a2ffd6 0%,#0bd764 40%,#0bd764 54%,#a2ffd6 100%);
	transition:all .2s;
	cursor:pointer;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	border-left:3px solid transparent;
	text-decoration:none;
	display:flex;
}
.button-container{
	display:flex;
}
.lang-button-sec{
	color:white;
	font-size: 17px;
    font-weight: 600;
    text-align: center;
	border-radius: 6px;
	padding: 8px 12.3076923077px;
	background: -webkit-linear-gradient(135deg,#00FFFF 0%,#0071BC 40%,#0071BC 54%,#00FFFF 100%);
    background: linear-gradient(135deg,#00FFFF 0%,#0071BC 40%,#0071BC 54%,#00FFFF 100%);
	transition:all .2s;
	cursor:pointer;
	border-bottom:3px solid transparent;
	border-right:3px solid transparent;
}
.lang-button-sec:hover{
	border-color:#0071BC;
}
.lang-button:hover{
	border-color:#0bd764;
}
.links ul li .active:hover{
	background: #0bd764!important;
	color:white !IMPORTANT;
}
.container{
	width: 1250px;
    margin: 0 auto;
}
footer{
	background-color:white;
	padding-top:5%;
	padding-bottom:1%;
	box-shadow: 0 -2px 5px -1px rgb(0 0 0 / 13%);
}

.scroll{
    border-radius: 6px;
	box-shadow: 0 1px 5px -1px rgb(0 0 0 / 13%);
	background-color: rgba(255,255,255,.9);
}
.content{
	padding-top:0px;
}
.nav-desktop{
	display:flex;
	width:100%;
	flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.language-flag{
	height:20px;
	padding-right:5px;
}
.landing-section{
	height:100vh;
	width:100%;
	background-image:url("../images/primary_bg.webp");
	background-size:cover;
	padding:0 !IMPORTANT;
}
footer .container{
	display:flex;
	flex-direction:row;
}
.footer-section{
	width:33%;
}
.footer-section a{
	width:max-content;
}
.footer-section .logo{
	width:50%;
}
.footer-section.links{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.footer-section a{
	margin:5px;
	text-decoration:none;
	color: #0bd764;
    transition: all .5s;
	font-size:15px;
}
.footer-section a:hover{
	margin-left:7px;
}
.footer-section .footer-title{
	margin:5px;
	margin-left:0px;
	color: #0bd764;
    font-size: 17px;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
    color: #0bd764;
    transition: all .5s;
	background: #00ff723d!important;
    border-radius: 6px!important;
	width:max-content;
}
.footer-section.about{
	display:flex;
	flex-direction:column;
}

.footer-section.about a{
	font-weight:bold;
}
.footer-section.about a i{
	font-weight:bold;
	font-size:15px;
	padding:5px;
}
.footer-section.about .lang-button{
	color:white;
	width:max-content;
}

/* landing effect */

.fond {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.landing-content{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	background-color:rgba(0,0,0,.5);
}
.first_circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    padding: 10px;
    margin-top: -12px;
    position: absolute;
    left: 50%;
    margin-left: -122px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #0bd764;
    -webkit-animation: anim_wifeo 1.4s infinite linear;
    -moz-animation: anim_wifeo 1.4s infinite linear;
    -ms-animation: anim_wifeo 1.4s infinite linear;
    animation: anim_wifeo 1.4s infinite linear;
}
.first_div {
    background-color: transparent;
    width: 200px;
    height: 200px;
    padding: 10px;
    border-radius: 50%;
    -webkit-animation: anim .7s 1 ease;
    -moz-animation: anim .7s 1 ease;
    -ms-animation: anim .7s 1 ease;
    animation: anim .7s 1 ease;
}
.txt_welcome {
    font-size: 46px;
    font-weight: 700;
     color: #0bd764;
    margin-top: 25px;
    -webkit-animation: animwelcome 1.7s 1 ease-in;
    -moz-animation: animwelcome 1.7s 1 ease-in;
    -ms-animation: animwelcome 1.7s 1 ease-in;
    animation: animwelcome 1.7s 1 ease-in;
	width:max-content;
	background: #00ff723d!important;
    border-radius: 6px!important;
	padding:10px;
}
.txt_user {
    font-size: 22px;
    font-weight: 100;
    color: #fff;
    -webkit-animation: animuser 1.9s 1 ease-in;
    -moz-animation: animuser 1.9s 1 ease-in;
    -ms-animation: animuser 1.9s 1 ease-in;
    animation: animuser 1.9s 1 ease-in;
    line-height: 40px;
}
.second_div {
    width: 198px;
    height: 198px;
    border: 1px solid #0bd764;
    border-radius: 50%;
    -webkit-animation: anim 1s 1 ease;
    -moz-animation: anim 1s 1 ease;
    -ms-animation: anim 1s 1 ease;
    animation: anim 1s 1 ease;
}
.img_div {
    width: 200px;
    height: 200px;
    -webkit-animation: animuser 1s 1 ease;
    -moz-animation: animuser 1s 1 ease;
    -ms-animation: animuser 1s 1 ease;
    animation: animuser 1s 1 ease;
}
.img_div img {
    width: 180px;
    height: 180px;
}
@keframes animuser{
0% {
    transform: scale(0);
}
50% {
    transform: scale(0);
}
75% {
    transform: scale(1.4);
}
100% {
    transform: scale(1);
}
}
@keyframes anim{
	0% {
    transform: scale(0);
}
50% {
    transform: scale(1.7);
}
100% {
    transform: scale(1);
}
}
@keyframes anim_wifeo{
	0% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(360deg);
}
100% {
    transform: rotate(720deg);
}
}
@keyframes animwelcome{
	0% {
    transform: scale(0);
}
50% {
    transform: scale(0);
}
75% {
    transform: scale(1.4);
}
100% {
    transform: scale(1);
}
}
/* end landing effect */
.about-section .container{
	display:flex;
	flex-direction:row;
}
.section-about-content{
	width:50%;
	display:flex;
	flex-direction:column;
	padding-top:5vh;
	padding-bottom:5vh;
}
.title-section-desc{
	font-size:20px;
	font-weight:bold;
	background: #00ff723d!important;
    border-radius: 6px!important;
    padding: 10px;
	color: #0bd764;
	width:max-content;
}
.desc-section-sesc{
	padding:10px;
	font-size:15px;
	line-height:20px;
}
.section-about-content.img img{
	width:50%;
	border-radius:6px;
	border-top:3px solid #0bd764;
	border-bottom:3px solid #0bd764;
}
.section-about-content.img{
		display:flex;
	align-items:center;
	justify-content:center;
}
.name-about{
	font-size:16px;
	color: #0bd764;
	padding:10px;
}
.desc-about-name{
	font-size:16px;
	padding:10px;
}
.contact-section .container{
		display:flex;
		justify-content:center;
		align-items:center;
		padding-bottom:4vh;
}
.contact-section form{
	display:flex;
	width:50%;
	flex-direction:column;
	align-items:center;
}
.contact-section form input,textarea,button {
    width: 96%;
    padding: 2%;
     background-color: #00ff723d;
    border: none;
    border-bottom: 1px solid #0bd764;
    color: #fff;
	margin:10px;
	color: #0bd764;
	transition:all .5s;
	resize:none;
	border-radius:6px;
}
.contact-section form button:hover{
	background: linear-gradient(135deg,#a2ffd6 0%,#0bd764 40%,#0bd764 54%,#a2ffd6 100%);
	color:white;
	cursor:pointer;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0bd764;
  opacity: 1; /* Firefox */
}
.title-section-container{
	width:100%;
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
	padding-top:5vh;
	padding-bottom:5vh;
}
.section-title{
	font-size:30px;
	padding:2vh;
	font-weight: bold;
}
.section-subtitle{
	color: #0bd764;
}
.gadget{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	
}
.contact-gadgets{
	width:40%;
	display:flex;
	flex-direction:row;
	justify-content: space-evenly;
}
.gadget a{
	text-decoration:none;
	color: #0bd764;
	margin-top:10px;
	margin-bottom:10px;
}
.gadget .icon i{
	font-size:40px;
	color: #0bd764;
	padding:10px;
	background: #00ff723d;
	font-weight:bold;
	border-radius:5px;
	transition:all .5s;
}
.gadget .icon i:hover{
	color:white;
	background: #00ff72;
}
.inter-section{
	    background-color: #f8f8f8 !important;
}
.inter-section .container{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.gadget-section{
	display:flex;
	padding:2vw;
	align-items:center;
	flex-direction:column;
	justify-content:center;
}
.gadget-section .gadget-icon{
	font-size:40px;
	color: #0bd764;
}
.gadget-section .gadget-title{
	padding:10px;
	font-size:18px;
}
.services-container{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.services-item{
	width:30%;
	display:flex;
	justify-content:center;
	flex-direction:column;
	min-height:60vh;
}
.service-gadget{
	padding:2vh;
}
.services-gadget-text{
	font-size:24px;
	font-weight:bold;
}
.services-gadget-text i{
	color:#0bd764;
	box-shadow: 0 2px 5px 2px rgb(0 0 0 / 13%);
	padding:5px;
	border-radius:6px;
	margin-right:5px;
}
.services-for{
	font-size:18px;
	color:#0bd764;
}
.services-item.img{
	background-image:url(../images/undraw_education_f8ru.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.services-text{
	text-align:center;
}
.services-icon-principal{
	font-size:50px;
	color:#0bd764;
	padding:10px;
	text-align:center;
}
.schools-section{
	
}
.schools-item.img{
	background-image:url(../images/undraw_back_to_school_inwc.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.schools-item{
	display:flex;
	width:50%;
	min-height:40vh;
	flex-direction:column;
	justify-content: space-evenly;
}
.school{
	display:flex;
	flex-direction:row;
}
.school-subcontent{
	display:flex;
	flex-direction:column;
	padding-left:2vw;
}
.school-date{
	color: #0bd764;
	font-weight:500;
}
.school-name{
	font-weight:bold;
	font-size:17px;
}
.school-location{
	font-size:15px;
}
.banner-section{
	    background-color: #f8f8f8 !important;
}
.banner-section .container{
	display:flex;
	justify-content:space-evenly;
	align-items:center;
}
.banner-text{
	font-size:25px;
	font-weight:bold;
	color:#0bd764;
	text-align:center;
}
.banner-section .container a{
color: white;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
    padding: 8px 12.3076923077px;
    background: -webkit-linear-gradient(135deg,#a2ffd6 0%,#0bd764 40%,#0bd764 54%,#a2ffd6 100%);
    background: linear-gradient(135deg,#a2ffd6 0%,#0bd764 40%,#0bd764 54%,#a2ffd6 100%);
    transition: all .2s;
    cursor: pointer;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    text-decoration: none;
    display: flex;
}
.banner-section .container a:hover{
	border-color: #0bd764;
}
.copyright{
	padding-top:2vh;
	font-size:15px;
}
.copyright a{
	text-decoration:none;
	color: #0bd764;
	padding-left:2px;
}
.copyright .container{
	display:flex;
	align-items:center;
	border-top: 1px solid rgba(0,0,0,.1);
	padding:1vw;
}
@media only screen and (max-width: 768px){
	.banner-text{
		padding:4vw;
	}
	.schools-item{
		width:100%;
	}
	.nav-desktop{
		display:none;
	}
	footer .container{
		flex-direction:column;
	}
	.container{
		margin:0 auto;
		width:96%;
	}
	.footer-section{
		width:100%;
		align-items: center;
		padding-top:2vh;
		padding-bottom:2vh;
	}
	.footer-section a{
		font-size:17px !IMPORTANT;
	}
	.footer-section .footer-title{
		font-size:20px !IMPORTANT;
	}
	.footer-section.logo-section a{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 !IMPORTANT;
	width:unset!IMPORTANT;
	}
	section .container{
		flex-direction:column !IMPORTANT;
	}
	.contact-gadgets{
		width:100%;
	}
	.contact-section form{
		width:96%;
	}
	.contact-section form input, textarea, button{
		width:90%;
		padding:5%;
		font-size:20px;
	}
	.section-about-content{
		width:100%;
	}
	.desc-section-sesc{
		font-size:17px;
		line-height:25px;
	}
	.services-container{
		flex-direction:column;
	}
	.services-item{
		width:100%;
		align-items: center;
		min-height: 30vh;
	}
	.txt_welcome{
		font-size:10vw;
	}
}

/* phone navbar */
@media only screen and (max-width: 768px){
.site-navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .site-logo img{
        width: auto;
        height: 50px;
    }
    .menu-ul{
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        padding: 8px 12.3076923077px;
        text-decoration: none;
        color: #15ab48;
        transition: all .5s;
        text-transform: uppercase;
    }
    a.site-logo {
        font-size: 26px;
        font-weight: 800;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;

    }
    .site-navbar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }
    .site-navbar ul li a {
        color: #15ab48;
        padding: 20px;
        display: block;
        text-decoration: none;
        text-transform: none;
    }
    .site-navbar ul li a:hover {
        background: rgba(255,255,255,.1);
    }
    /* navbar regular css end */


    /* nav-toggler css start */
    .nav-toggler {
        border: 0px solid #000;
        padding: 5px;
        background-color: transparent;
        cursor: pointer;
        height: 39px;
        display: none;
		width:max-content;
    }
    .nav-toggler span,
    .nav-toggler span:before,
    .nav-toggler span:after {
        width: 28px;
        height: 3px;
        background-color: #15ab48;
        display: block;
        transition: .3s;
    }
    .nav-toggler span:before {
        content: '';
        transform: translateY(-9px);
    }
    .nav-toggler span:after {
        content: '';
        transform: translateY(6px);
    }
    .nav-toggler.toggler-open span {
        background-color: transparent;
    }
    .nav-toggler.toggler-open span:before {
        transform: translateY(0px) rotate(45deg);
    }
    .nav-toggler.toggler-open span:after {
        transform: translateY(-3px) rotate(-45deg);
    }
	.nav-toggler{
            display: block;
        }
        .site-navbar {
            min-height: 60px;
			width:100%;
        }
        .site-navbar ul {
            position: absolute;
            width: 100%;
            height: calc(100vh - 60px);
            left: 0;
            top: 60px;
            flex-direction: column;
            align-items: center;
            border-top: 1px solid #cecece;
            background-color: rgba(255, 255, 255, 0.75);
            max-height: 0;
            overflow: hidden;
            transition: .3s;
        }

        .site-navbar ul li {
            width: 100%;
            text-align: center;
        }
        .site-navbar ul li a {
            padding: 20px;
        }
        .site-navbar ul li a:hover {
            background-color: rgba(255,255,255,.1);
        }
        .site-navbar ul.open {
            max-height: unset;
			height:auto;
			padding-bottom:10px;
            overflow: visible;
            box-shadow: 0 3px 3px -3px gray;
			background-color: white;
			z-index:9999;
			margin-top:10px;
        }
		.scroll .site-navbar ul.open{
			background-color:white;
			margin:0;
		}
		.scroll{
			background-color:white !IMPORTANT;
		}
		.lang-button{
			margin-left:0;
		}
		.site-navbar ul{
			border:none;
		}
		.open-navbar{
			background-color:white;
		}
}
@media only screen and (min-width: 768px){
	.nav-phone{
		display:none;
	}
}
/* end phone nav /*