@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
body{
	margin:0;
	color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.container {
    max-width: 1250px;
}
.header-top {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    top: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
#logo {
    float: left;
    padding-top: 6px;
}
#logo img {
    width: 130px;
}
#menu {
    float: right;
    /*padding: 40px 0;*/
}
#menu ul{
}
#menu li {
	float: left;
}
#menu li a{
	text-decoration: none;
	font-weight: 400;
    color: #000000;
    padding: 10px 15px;
    display: inline-block;
}
.mymenu{
  display: none;
}
.myspn {
    padding: 40px 0;
}
.mysupport {
    position: relative;
    padding: 50px 20px !important;
    background: #2185b9;
    color: #fff !important;
    font-weight: bold !important;
}
.sub-menu {
    position: absolute;
    top: 128px;
    right: 64px;
    background: #2185b9;
    padding: 22px 30px;
}
.sub-menu input {
    border: none;
    height: 45px;
    padding: 0 11px;
    width: 60px;
}
.sub-menu select {
    height: 45px;
    border: none;
}
.sub-menu button {
    border: none;
    background: #e7471a;
    height: 45px;
    color: #fff;
    font-weight: bold;
}
.slider-work {
    background: url(../../assets/images/bg_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-top: 126px;
}
.back-layer{
	background: rgba(0, 0, 0, 0.25);
	height: 100vh;
}
.text-work {
    text-align: center;
    padding: 55px 0;
    margin: 11% 0 0 0;
}
.text-work h1 {
    color: #fff;
    font-size: 48px;
}
.text-work p {
    color: #fff;
    font-size: 24px;
    padding-bottom: 25px;
}
.text-work a {
    background: #e7471a;
    padding: 14px 25px;
    display: inline-block;
    color: #fff;
    border-top-left-radius: 25px;
    text-decoration: none;
    border-bottom-right-radius: 25px;
}
.change-color {
    background: #7ab83f !important;
}
.red-color:hover {
    background: #e7471a !important;
    color: #fff !important;
}
.blue-color:hover {
    background: #2185b9  !important;
    color: #fff !important;
}
.green-color:hover {
    background: #7ab83f  !important;
    color: #fff !important;
}
.yellow-color:hover {
    background: #e8c110  !important;
    color: #fff !important;
}
.provided-sections {
    padding-bottom: 120px;
}
.block-2.red, .block-2.red .wrap-icon {
    background-color: #e7471a;
}
.block-2.yellow, .block-2.yellow .wrap-icon {
    background-color: #e8c110;
}
.block-2.green, .block-2.green .wrap-icon {
    background-color: #7ab83f;
}
.block-2.blue, .block-2.blue .wrap-icon {
    background-color: #2185b9;
}
.block-2 {
    padding: 40px 20px;
    text-align: center;
}
.block-2 .wrap-icon {
    position: relative;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    display: block;
    border-radius: 50%;
    margin-top: -70px;
    margin-bottom: 30px;
}
.block-2 .wrap-icon > span > img {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius:100px;
    padding: 13px 13px;
    background:#fff;
}
.block-2 h2 {
    font-size: 26px;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
}
.block-2 p {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
}
.textes {
    padding: 80px 0 0 0;
}
.textes h1 {
    font-size: 55px;
    color: #2185b9;
    font-family: 'DM Sans', sans-serif;
}
.textes h3 {
    color: #2185b9;
    font-size: 35px;
    font-family: 'DM Sans', sans-serif;
}
.teachers{
    background: #f6f5f5;
    padding: 50px 0;
}
.heading {
    text-align: center;
    padding-bottom: 40px;
}
.heading h1 {
    font-size: 44px;
    font-weight: 600;
    color: #7ab83f;
}
.heading h1 span {
    color: #e7471a;
}
.staff {
    margin-bottom: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.staff .text {
    position: relative;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.text-center {
    text-align: center !important;
}
.staff .text h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.staff .text .position {
    text-transform: uppercase;
    color: #7ab83f;
    display: block;
    letter-spacing: 1px;
}
.staff .text .faded {
    opacity: 1;
}
.img-wrap img{
	width:100%; 
}
.pt-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.license {
    padding-top: 80px;
}
.newsletter {
    background: #e8c110;
    padding: 40px 0 55px 0;
    font-family: 'DM Sans', sans-serif;
}
.text-donate a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 8px 27px;
    font-weight: bold;
    background: white;
    text-align: center;
    margin-bottom: 12px;
    margin-left: 1px;
}
.box-donate h1 {
    color: #000;
    padding-bottom: 20px;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    text-align: center;
}
.my-bt a {
	width: 100%;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    font-weight: bold;
    background: #e7471a !important;
    text-align: center;
}
.news-work input {
    border: none;
    width: 100%;
    height: 50px;
    padding: 0 14px;
}
.news-work button {
    width: 100%;
    padding: 9px 0;
    border: none;
    background: #e7471a !important;
    margin-top: 12px;
    color: #fff;
    font-weight: bold;
}
.para {
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
}
.footer-top {
    background: #232323;
    padding: 70px 0 80px 0;
}
.footers1 h1 {
    color: #fff;
    font-size: 26px;
    padding-bottom: 20px;
}
.footers4 h1 {
    color: #fff;
    font-size: 26px;
    padding-bottom: 20px;
}
.footers2 {
    padding: 65px 0 0 0;
}
.footers3 {
    padding: 65px 0 0 0;
}
.footers4 li {
    float: left;
}
.footers4 li a {
    color: #000;
    text-decoration: none;
    width: 40px;
    font-size: 18px;
    height: 40px;
    text-align: center;
    background: #ccc;
    display: inline-block;
    border-radius: 100px;
    padding-top: 5px;
    margin-right: 10px;
}
.footers1 li a {
    color: #ccc;
    text-decoration: none;
}
.footers2 li a {
    color: #ccc;
    text-decoration: none;
}
.footers3 li a {
    color: #ccc;
    text-decoration: none;
}
.lines {
    text-align: center;
    padding-top: 120px;
    color: #fff;
}