@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=El+Messiri:wght@400..700&display=swap');
 [data-aos] {
 visibility: hidden;
}
[data-aos].animated { visibility: visible; }
html { font-size: 100%; scroll-behavior: smooth; }
* { margin: 0px; padding: 0px; box-sizing: border-box; }
.bg-blue { background-color: #dcf0f4; }
body { font-size: 1em; color: #000; margin: 0px; font-family: "DM Sans", sans-serif; background: #DEE9EA; }
ol,
 ul,
 li { display: inline-block; margin: 0px; padding: 0px; }
h1,
 h2,
 h3,
 h4,
 h5,
 h6 { font-family: "El Messiri", sans-serif; }
p { font-size: 1.1em; line-height: 1.7; }
img { display: flex; }
.thi-but,
 .cfs-hyperlink,
.wp-block-button__link { text-decoration: none; padding: 13px 20px; color: #000; text-transform: uppercase; line-height: 1; display: inline-block; font-weight: 400; letter-spacing: 1px; border: solid 2px #fff; border-radius: 30px; background: #fff; }
.thi-but:after,
 .cfs-hyperlink:after,
.wp-block-button__link:after { content: ""; width: 8px; height: 8px; border: solid; display: inline-block; border-width: 2px 2px 0 0; transform: rotate(45deg); margin-left: 4px; transition: 0.2s; }
.thi-but:hover,
 .cfs-hyperlink:hover,
.wp-block-button__link:hover { background: #f8cf27; border-color: #f8cf27; color: #000; transition: 0.2s; }
.container { width: 1500px; margin: 0 auto; }
.container-flex { display: flex; }
.clear { clear: both; }
.thi-title { font-size: 4em; line-height: 1; margin-bottom: 20px; font-weight: 700; letter-spacing: 1px; font-family: "El Messiri", sans-serif; }
.toggle-menu,
 .close { display: none; }
/**Heade**/



.page-id-9 .header.container-flex { position: absolute; left: 0; top: 20px; margin:0px;}
header .container { position: relative; transition: 0.2s; }
.header.container-flex { align-items: center; justify-content: space-between; width: 100%; background: #ffffffeb; padding: 10px 20px; border-radius: 100px; z-index: 9; transition: 0.2s; margin: 1em 0; }
.logo img { width: 280px; }
.menu ul li a { text-decoration: none; color: #000; padding: 0 20px; }
.header .thi-but { color: #ffffff; border: solid 2px #000; background: #000; }
.page-id-9 .sticky header .container { position: inherit; transition: 0.2s; }
.page-id-9 .sticky .header.container-flex { border-radius: 0px; top: 0; position: fixed; background: #fff; box-shadow: 0 0 10px #00000024; transition: 0.2s; }
.sticky header .container { position: inherit; transition: 0.2s; }
.sticky .header.container-flex { border-radius: 0px; top: 0; position: fixed; background: #fff; box-shadow: 0 0 10px #00000024; transition: 0.2s; left: 0; margin: 0; }
/*Banner*/

.banner { position: relative; }
.banner img { width: 100%; border-radius: 0px 0px 50px 50px; object-fit: cover; }
.banner-content { position: absolute; bottom: 10%; text-align: center; width: 100%; color: #fff; }
.banner-content h3 { font-size: 3em; }
/*services*/

.services { text-align: center; padding: 5em; }
.services img { width: 100%; border: solid 3px #000; border-radius: 20px 20px 0px 0px; margin-bottom: 10px; }
.services ul.container-flex { gap: 2em; margin-top: 50px; }
.services ul li { background: #fff; padding: 10px; border-radius: 20px 20px 0 0px; position: relative; flex: 1 1 calc((100% / 5) - 2em); }
.services ul li:nth-child(even) { top: 30px; }
.services ul li h3 { font-size: 2em; line-height: 1.1; }
.service-cta { display: flex; align-items: center; justify-content: center; margin-top: 7em; }
.service-cta aside { display: flex; background: #127781; gap: 2em; border-radius: 100px; color: #fff; align-items: center; }
.service-cta h4 { font-size: 1.4em; padding-left: 20px; font-weight: normal; }
/*our-story*/

.our-story { background: #fff; padding: 6em 0; }
.our-story .container-flex { align-items: center; gap: 4em; }
.our-story-img { flex: 1 1 calc((50% / 1) - 2em); }
.our-story-img img { width: 100%; }
.our-story-content { flex: 1 1 calc((50% / 1) - 2em); }
.our-story-content p { margin-top: 20px; display: inline-block; width: 100%; }
/**/

.price { padding: 6em 0; text-align: center; }
.price ul.container-flex { flex-wrap: wrap; gap: 1.5em; margin-top: 50px; }
.price ul li { flex: 1 1 calc((100% / 3) - 1.5em); border: solid 1px #9d9d9d; padding: 20px; border-radius: 20px; text-align: left; display: flex; flex-wrap: wrap; align-items: center; }
.price ul li:nth-child(odd) { background: #ffffff; }
.price ul li h3 { font-size: 1.8em; width: 100%; margin-bottom: 25px; }
.price ul li strong { border: solid 1px #8f8f8f; padding: 10px 20px; display: inline-block; font-weight: bold; font-size: 1.3em; border-radius: 10px; }
.price ul li a { margin-left: auto; border: solid 1px #8f8f8f; padding: 1em; border-radius: 10px; text-decoration: none; font-weight: 600; background: none; }
.price ul li a:hover { background: #f8cf27; border: solid 1px #f8cf27; }
/*cta*/
 
.cta { background: url(../images/cta-bg.jpg); padding: 7em 0; color: #fff; text-align: center; }
.cta .cfs-hyperlink { margin-top: 40px; }
/*FAQ*/

.faq { padding: 6em 0; }
.faq .container-flex { align-items: center; gap: 4em; }
.faq-img { flex: 0 1 calc((50% / 1) - 2em); }
.faq-img img { width: 100%; border-radius: 30px; }
.faq-content { flex: 0 1 calc((50% / 1) - 2em); }
.faq-content p { margin-top: 20px; display: inline-block; width: 100%; }
/*career*/

.career { padding: 6em 0; background: #fff; }
.career .container-flex { align-items: center; gap: 4em; }
.career ul.container-flex { gap: 1em; flex-wrap: wrap; margin-top: 35px; }
.career ul li input,
.career ul li textarea { border: solid 1px #ddd; padding: 12px 10px; width: 100%; font-family: "DM Sans", sans-serif; background: #DDE2E3; border-radius: 6px; font-size: 16px; }
.career ul li textarea { height: 80px; }
.career ul li { flex: 1 1 calc((100% / 2) - 1em); }
.career ul li:nth-child(5) { flex: 1 1 calc((100% / 1) - 1em); }
.career ul li:nth-child(6) { flex: 0 1 calc((200px / 1) - 1em); }
.career ul li input[type="submit"] { background: #127781; color: #fff; font-size: 1.2em; font-weight: bold; border: none; }
.career-img { flex: 0 1 calc((50% / 1) - 2em); }
.career-img img { width: 100%; border-radius: 30px; }
.career-content { flex: 0 1 calc((50% / 1) - 2em); }
.cta .thi-but { margin-top: 2em; }
/**/

.footer { background: #103E45; padding: 6em 0; text-align: center; color: #fff; }
.footer h3 { font-size: 2.2em; }
.footer-logo img { margin: 0 auto 40px auto; }
.footer ul.container-flex { align-items: center; justify-content: center; gap: 1em; margin-top: 60px; }
.footer ul.footer-info li { background: #127781; padding: 22px 30px 6px 30px; position: relative; border-radius: 8px; text-decoration: none;}
.footer ul.footer-info li p { position: absolute; top: -20px; background: #000; font-size: 1em; padding: 4px 20px; border-radius: 6px; font-family: "El Messiri", sans-serif; }
.copyright { margin-top: 70px; }
.footer ul.footer-info li h4 { font-size: 2em; color: #fff; text-decoration: none;}
.inner-banner { text-align: center; padding: 2em 0 4em 0; }
.banner-banner-content h2 { padding: 20px 0 30px 0; }
.inner-banner img { height: 500px !important; object-fit: cover; border-radius: 30px; }
.course-grid > .wp-block-column p { background: #fff; padding: 1.5em 2em 1.5em 3.2em; border-radius: 10px; position: relative; width: 100%; position: relative; }
.course-agenda h2 { margin: 35px 0 !important; }
.course-grid > .wp-block-column p:before { content: ""; width: 28px; height: 28px; background: url(../images/arrow.png); display: inline-block; position: absolute; top: 26px; left: 20px; background-repeat: no-repeat; background-size: 100%; }
.course-agenda { margin-bottom: 4em; }
.inner-cta { text-align: center; padding: 5em 0; }
.course-agenda p { width: 63%; }
.wp-block-button__link { padding: 12px 26px !important; border-width: 1px !important; font-size: 15px !important; }
