@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300&display=swap');
@font-face {
    font-family: 'almaraibold';
    src: url('../fonts/cocon-next-arabic.eot') format('eot'),
         url('../fonts/cocon-next-arabic.otf') format('otf'),
         url('../fonts/cocon-next-arabic.woff') format('woff'),
         url('../fonts/cocon-next-arabic.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}
p {
    font-size: 15px;
}
ul.menuicons a.active {
    border-bottom: 1px solid #ecb400;
    color: #ecb400 !important;
}

body{background-color: #fff;}
body , p , span , a , .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
/* font-family: 'Cairo', sans-serif !important; */
font-family: 'almaraibold' !important;
direction: rtl;
}
/******************scroll **************************************/
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #4d145b; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
/******************scroll **************************************/
.navlogo {
    font-size: 26px;
    color: #551a5e;
}
a , a:hover , a:active , a:focus {text-decoration: none;}
.nav-he9ader img {
    width: 100px;
}
ul.menuicons {
    float: left;
    padding-top: 30px;
    margin-left: 10%;
}
.menuicons li {
    display: inline-block;
    list-style-type: none;
}
.menuicons li a {
    padding: 10px;
    font-size: 16px;
    color: #7d7d94;
}
.main_section h1 , .main_section h2 {
    font-size: 36px;
    color: #551a5e;
    margin-bottom: 10px;
    font-weight: bold;
}
.main_section h2 b {
    font-weight: 100;
    color: #7d7d94;
}
.main_section p {
    font-size: 16px;
    line-height: 34px;
    color: #7d7d94;
}
.main_section .btn_actions p {
    display: inline-block;
    font-size: 22px;
    color: purple;
}.main_section .btn_actions a.btn {
    background-color: #f2f6f9;
    padding: 5px 30px;
    border-radius: 15px;
    margin: 10px;
    font-size: 17px;
    margin-bottom: 10px;
    width: 140px;
}
section.white_sec.main_section {padding: 40px 10%;}
.section_head {
    text-align: center;
    margin-bottom: 20px;
    padding-top:20px;
    position: relative;
}
section.cyan_sec {
    background-color: #f2f6f9;
}
.section_head {
    margin-bottom: 60px;
}
.section_head h3 {
    border-top: 1px solid #7d7d94;
    margin-bottom: 20px;
    font-size: 26px;
}
.section_head p.subtitle {
    font-size: 18px;
}
.section_head h3 span {
    background-color: #f2f6f9;
    display: inline;    
    padding: 0 10px;
    position: relative;
    top: -13px;
    vertical-align: text-bottom;
}
.section_head p.description  {
    color: #7d7d94;
    font-size: 16px;
}
.section_head p.description  a {
    color: #551a5e;
}
img.responsive {
    max-width: 100%;
}


.section_body .content ul li:hover  , .section_body .content ul li.active {
    /* background-color: #ecb400; */
}
.section_body .content ul {
    padding: 0;
}
.section_body .content  img.img11 {
    width: 410px;
    position: absolute;
    bottom: -112px;
    z-index: 9;
    left: 129px;
}
.section_body .content  img.img12 {
    position: absolute;top: -25px;left: 0;width: 291px;z-index: 5;
}
.section_body .content img.img13 {
    position: absolute;
    width: 150px;
    left: 0;
    bottom: -8px;
    z-index: 1;
}
.section_body .content ul li img {
    width: 90px !important;
    max-height: 50px;
    margin-bottom: 10px;
}
.section_body .content ul li {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin: 8px;
    background-color: #fff;
    padding: 10px;
    padding-top: 24px;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 1px grey;
    min-height: 140px;
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 15px;
}
section.purble_sec.section3p{
    background-image: url('../icons/love_read_alongs.jpg');
    background-size: cover;
}
.section_body .content img.responsive {
    width: 100%;
    margin: auto;
    display: block;
    padding: 28px;
    background-image: url('../icons/Group 1223.svg');
    background-size: 100% 500px;
    height: 500px;
    background-repeat: no-repeat;
}
.section_body .content ul li p {
    font-size: 1.6em;
    margin-top: 10px;
}
section {
    padding: 40px;
    position: relative;
}
section.purble_sec {
    background-color: #4d145b;
}
section.white_sec .section_head h3 span{
    background-color: #fff;
}
section.purble_sec .section_head h3 span{
    background-color: #4d145b;
    color:#fff;
}
section.purble_sec  .section_head p.description  {
    color: #fff;
    font-size: 16px;
}
section.purble_sec .item .content , section.cyan_sec.section3p  .item .content {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}
.qouteright {
    float: right;
    width: 30px !important;
    margin-left: 10px;
}
.qouteleft {
    float: left;
    width: 30px !important;
    margin-right: 10px !important;
    margin-top: -35px !important;
}
p.testmonial {
    margin-top: 20px;
    height: 110px;
    overflow: hidden;
    width: 70%;
    margin: 10px auto;
}
ol.carousel-indicators {
    bottom: -10px;
    margin-right: 20%;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 0;
}
section.cyan_sec.section3p .carousel-indicators li {
    background-color: #7d7d94;
}section.cyan_sec.section3p .carousel-indicators .active {
    background-color: #4d145b;
}
section.cyan_sec.section3p p.childage {
    color: #7d7d94;
}
.marked_icon {
    position: absolute;
    top: -28px;
    right: 42px;
}
b, strong {font-weight: 100;}
section.cyan_sec.section3p p.childname {
    color:#4d145b;
}section.cyan_sec.section3p p.testmonial {
    color:#4d145b;
}
p.childname {
    font-size: 22px;
    margin-bottom: 0;
}
p.childage {
    color: #ddd;
}
.btn-round{border-radius: 50%;}
.btn-purble  {background-color: #4d145b;color:#fff}
section.section3 .item  {
    width: 100%;
    text-align: center;
}
section.section3 .item img {
    display: inline-block !important;
    width: 19%;
    margin: 10px;
    vertical-align: top;
    border-radius: 10px;
    /* max-height: 500px; */
    box-shadow: -1px -2px 10px -4px #ddd;
}
section.section5 .item img {
    display: inline-block !important;
    width: 33%;
}
.text-center {
    text-align: center;
}
section.section3  a.btn {
    display: inline-block;
}
a.btn.btn-nobg.crcl {
    width: 70px !important;
    height: 70px !important;
}
section.section3  a.btn , section.section3  a.btn:hover , section.section3  a.btn:focus {
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    margin: 5px;
    box-shadow: 0px 0px 3px 1px grey;
    line-height: 26px;
    margin-top: 20px;
}
section.cyan_sec.section4 .content {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    /* margin: 0 10%; */
    padding: 30px 20px;
}
.content.favorite {
    padding-top: 50px !important;
}
section.cyan_sec.section4 .content p.gray{
    font-size: 20px;
    color: #7d7d94;
}
section.cyan_sec.section4 .content p.purple{
    font-size: 20px;
    color: #551a5e;
}section.cyan_sec.section4 .content.favorite{
    background-color: #551a5e;
    margin-top: -30px;
    height: 350px;
}section.cyan_sec.section4 .content.favorite p , section.cyan_sec.section4 .content.favorite p.purple {
    color:#fff;
}
section.cyan_sec.section4 .content.favorite p {font-size: 18px;}
section.cyan_sec.section4 .content.favorite p.purple {
    font-size: 22px;
}
section.cyan_sec.section4 p.mg10 {
    margin: 30px auto;
    font-size: 16px;
    color: #7d7d94;
}
section.cyan_sec.section4 .favorite  p.mg10 {
    margin: 30px auto;
    font-size: 16px;
    color: #fff;
}
section.cyan_sec.section4 .content  a.btn-nobg {
    display: block;
    border:1px solid #551a5e;
    font-size: 16px;
    color: #551a5e;
    border-radius: 20px;
    width: 85%;
    margin: auto;
}
section.cyan_sec.section4 .favorite  a.btn-nobg {
    display: block;
    border:1px solid #551a5e;
    font-size: 16px;
    color: #551a5e;
    background-color: #fff;
    border-radius: 20px;
}
img.mg-top-20{
    margin-top: -40px;
}
footer {
    padding-bottom: 50px;
}
footer p.copyright {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #7d7d94;
    margin-top: 20px;
}
footer img {
    width: 80px;
    display: inline-block;
}
footer ul.social {
    display: block;
    padding: 0;
}
footer ul.social li {
    display: inline-block;
}
footer ul.social li  a {
    padding: 10px;
    font-size: 18px;
    color:#551a5e;
}
footer ul li {
    list-style-type: none;
}
footer ul li a{
    color: #7d7d94;
    font-size: 16px;
    margin-bottom: 10px;
}
footer li.ul_h {
    font-size: 20px;
    margin-bottom: 20px;
}
/****************************Parent index********************************/
/* html:not([data-scroll='0'])  nav.horizontal_nav {
    background-color: #4d145bab !important;
} */
.content.videoo {
    position: fixed;
    top: 16%;
    right: 20%;
    width: 55%;
    z-index: 9999;
    display:none;
}
a.closevideo {
    font-size: 20px;
    color: #562b5f;
    border: 1px solid;
    border-radius: 50%;
    padding: 0 5px;
    position: absolute;
    left: -10px;
    top: -15px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    background-color: #fff;
}
body.parents  nav.horizontal_nav , body.schools  nav.horizontal_nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
}
body.parents  .menuicons li a , body.schools  .menuicons li a {
    color:#fff;
}

body.parents  .content_page ,  body.schools  .content_page {
    margin-top: -100px;
    padding-top: 100px;
}
section.purple_sec.main_section {
    background-color: #5e1a6b54;
    background-image:url('../icons/assistive-listening-devices.jpg');
    padding-top: 15%;
}
section.purple_sec.main_sections {
    background-color: #5e1a6b54;
    background-image:url('../icons/Depositphotos_378176626_l-2015.jpg');
    padding-top: 15%;
}
section.purple_sec.main_section:before , section.purple_sec.main_sections:before  , section.purble_sec.section3p:before{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #5a1269c7;
}
section.purple_sec.main_section p, section.purple_sec.main_section h1, section.purple_sec.main_sections h1 {
    color: #fff;
}
section.white_sec.main_section img ,section.white_sec.main_sections img , section.white_sec.section5 img {
    width: 100%;
}
section.purple_sec.main_section p , section.purple_sec.main_sections p {
    /* margin-bottom: 0; */
    font-size: 20px;
}
section.purple_sec.main_section p.yellowclr {
    font-size: 24px;
    margin-bottom: 20px;
}
section.purple_sec.main_section .content.btns {
    text-align: center;
    padding: 40px;
}section.purple_sec.main_sections .content.btns a.btn , .btns a.btn ,section.purple_sec.main_section .content.btns a.btn , .btns a.btn {
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 40px;
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
}section.purple_sec.main_section .content.btns a.btn.crcl , section.purple_sec.main_sections .content.btns a.btn.crcl {
    width: 50px;
    height: 50px;
    margin: auto 10px;
    line-height: 42px;
    font-size: 17px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
}
p.yellowclr {
    color: #ecb400  !important;
}
.whiteclr {
    color: #fff !important;
}
section.purple_sec.main_section .content:first-child , section.purple_sec.main_sections .content:first-child {
    padding-top: 70px;
    padding-left: 75px;
}
section.purple_sec.main_section .content.btns a.btn.withtext i , .btns a.btn.withtext i {
    float: left;
    font-size: 27px;
    margin-top: 5px;
    margin-left: -5px;
    margin-right: 24px;
    color: #6d6d6d;
}
section.white_sec.section2p .content {
    border: 1px solid #ddd;
    padding: 20px 15px;
    min-height: 230px;
    margin-bottom: 10px;
}
section.white_sec.section2p .content h3 {
    text-align: center;
    color: #4d145b;
}section.white_sec.section2p .content p {
    text-align: center;
    color:#7d7d94;
    margin-top: 10px;
}
section.white_sec.section2p .content h3:after {
    content: " ";
    width: 40%;
    height: 2px;
    background-color: #ecb400;
    display: block;
    margin: 10px auto;
}
section.purble_sec.section3p .content h3{
    font-size: 18px;
}
section.purble_sec.section3p .content h3, section.purble_sec.section3p .content p {
    color: #fff;
}
section.purble_sec.section3p .content {
    padding: 20px;
}
section.purble_sec.section3p .content h3:after {
    content: " ";
    width: 30%;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 10px 0;
    text-align: right;
}
section.cyan_sec.section3 .content h3 span{
    color:#4d145b;
}
section.cyan_sec.section3 .content h4{
    text-align: right;
    margin-top: 26px;
    display: block;
    font-size: 20px;
    color:#4d145b;
}
section.section4p{padding-left: 0;padding-right: 0;}
section.section4p .section_body {
    background-color: #edf0f4;
    padding: 25px;
    text-align: center;
}
section.section4p .section_body img {
    width: 8%;
    display: inline-block;
    margin: 15px;
    filter: grayscale(100%);
    max-width: 140px;
    vertical-align: bottom;
    position: relative;
}
section.section4p h3 span  , section.section5p h3 span   {
    color:#7d7d94;
}
section.cyan_sec.section4p h3, section.section5p h3    {
    border-top:0;
}
section.section5p img {
    margin-top: 20px;
    margin-bottom: -175px;
    max-width: 100%;
}
section.white_sec.section6p img {
    width: 96%;
}
section.section5p p {
    color:#4d145b;
    font-size: 18px;
}section.section5p .yellowclr {
    color:#ecb400  !important;
}
 section.white_sec.section5:after ,section.white_sec.section6p:after {
    content: " ";
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    bottom: 92px;
    left: 0;
    right: 0;
    background-color: #e0e0e0;
    filter: blur(85px);
}
.leftflt{
    float: left;
    height: 300px !important;
    padding-top: 35% !important; 
}
.row.lastdivs {
    text-align: center;
    margin-top: -90px;
}
.row.lastdivs .content {
    padding: 30px;
}
.row.lastdivs .content {
    padding: 30px 15px;
    color: #fff;
    height: 120px;
}
.purplebg {
    background-color: #4d145b  !important;
    color:#fff !important;
}
.yellowbg {
    background-color: #ecb400  !important;
    color:#fff !important;
}
.purpleclr {
    color:#4d145b !important;
    
}
.yellowclr {
    color:#ecb400 !important;
}
.section2s .section_body  .content {
    padding: 20px;
}
.section2s .section_body .content h3 {
    font-size: 20px;
}
.section2s .section_body .content h3 , .section2s  .section_body .content p {
    color: #4d145b;
}
section.section2s  .section_body .content h3::after {
    content: " ";
    width: 35%;
    height: 2px;
    background-color: #ecb400;
    display: block;
    text-align: right;
    margin: 10px 0px;
}
section.white_sec.section3s .content {
    padding: 30px;
    background-color: aliceblue;
    margin: 10px 7%;
    text-align: center;
    height: 210px;
}
section.white_sec.section3s .content h3 {
    color: #ecb400;
    font-size: 50px;
}
section.white_sec.section3s .content p {
    font-size: 16px;
}
section.yellow_sec.section4s {
    background-color: #ecb400;
    text-align: center;
    color: #fff;
}
section.yellow_sec .section_head h3 span {
    background-color: #ecb400;
}
section.yellow_sec.section4s p {
    font-size: 20px;
}
section.yellow_sec.section4s .section_head {
    margin-bottom: 15px;
}
section.yellow_sec.section4s p.whitebg {
    background-color: #fff;
    color: purple;
    display: inline-block;
    padding: 10px 30px;
}
input.form-control , input.form-control:focus {
    text-align: right;
    background-color: #f2f6f9;
    border: 0;
    border-radius: 8px;
    height: 40px;
    box-shadow: none;
    font-size: 15px;
    padding-right: 20px;
}select.form-control , select.form-control:focus  {
    background-color: #f2f6f9;
    border-radius: 8px;
    font-size: 15px;
    box-shadow: none;
    border: 0;
    padding: 5px 10px;
    height: 40px;
    padding-right: 20px;
}.col-8 {
    width:70%;
}
.col-6 {
    width: 49.8%;
    display: inline-block;
}
.col-12 {width:100%;}
.form-group label {
    font-size: 13px;
    font-weight: bold;
    color: #7b7b7b;
}
section.white_sec.section5s .section_head span {
    color: #4d145b;
}
section.white_sec.section5s {
    padding-bottom: 60px;
}
section.white_sec.section5s label {
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
section.white_sec.section5s button {
    display: block;
    margin: auto;
    min-width: 200px;
    border-radius: 10px;
    background-color: #4d145b;
    font-size: 15px;
    margin-top: 20px;
}
section.cyan_sec.section3p h4 {
    text-align: right;
    font-size: 24px;
    margin-top: 21px;
    display: block;
    color: #4d145b;
}
.content.cc1 {
    padding-top: 30px;padding-left: 75px;
}
section.purple_sec.main_section .content:first-child {
    padding-top:40px;
    margin-bottom: 10px;
}
.facts .content {
    border-left:1px solid #ddd;
}
.facts .content.nobrdr {
    border-left:0;
}
.facts {
    margin-bottom: 20px;
}
.facts h3 {
    color:#ecb400;
    font-size: 34px;
    margin-bottom: 15px;
}
.facts p {
    color: #562b5f;
    font-size: 15px;
}
a.mainloginbtn.btn.btn-round.btn-gray.yellowbg {
    border-radius: 20px  !important;
    box-shadow: none !important;
    padding: 5px 10px !important;
}
textarea.form-control , textarea.form-control:active , textarea.form-control:focus{
    background-color: #f2f6f9;
    box-shadow: none;
    border: 0;
    border-radius: 10px;
    height: 100px;
}
.row.lastdivs .content p {
    font-size: 15px;
}
.row.lastdivs .content.yellowbg {
    padding: 20px 5px;
}
.row.lastdivs .content.yellowbg p {
    /* font-size: inherit; */
}
button.toggle_menu {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    background-color: transparent;
    border: 0;
    font-size: 24px;
    display: none;
}






@media (max-width: 770px){
    button.toggle_menu {
        display: block;
    }
    ul.menuicons {
        display: none;
        position: absolute;
        top: 52px;
        left: 0;
        margin: 0;
        background-color: #4d145b;
        padding: 10px;
        z-index: 9999;
    }
    ul.menuicons li {
        display: block;
        padding: 5px 0;
        border-bottom: 1px solid #fff;
    }    ul.menuicons li a {
        color:#fff;
    }
    section.purple_sec.main_section .content:first-child, section.purple_sec.main_sections .content:first-child , .content.cc1 {
        padding-left: 20px;
        padding-top: 70px;
    }
    .content.videoo {
        width: 90%;
        right: 5%;
    }
    section {
        padding: 30px;
    }
    p.testmonial {height: auto;width:100% !important;}
    .qouteright , .qouteleft {
        float: none;
        margin: auto !important;
    }
    .col-6 {
        width: 100%;
        display: block;
        max-width: 100%;
    }
    section.cyan_sec.section4 .content {
        margin-bottom: 20px;
    }
    section.cyan_sec.section4 .content.favorite {
        /* height: auto;
        margin-top: 0; */
    }
    .main_section .btn_actions p {
        display: block;
    }section.purple_sec.main_sections .content.btns a.btn, .btns a.btn, section.purple_sec.main_section .content.btns a.btn, .btns a.btn {
        margin-top:5px;
    }
    section.white_sec.section2p .content  {
        height: auto;
    }
    .facts .content {
        border-left: 0;
        border-bottom: 1px solid #ddd;
        min-height: 180px;
    }
    .carousel-inner>.item>div {
        display: inline-block;
    }
    .carousel-inner>.item {
        text-align: center;
        width: 100%;
    }
    section.section4p .section_body img {
        width: 38%;
    }
    .content.btns a {
        margin-bottom: 10px;
    }
    .main_section .btn_actions a.btn {
        width: 90%;
    }
    section.white_sec.section3s .content {
        height: auto;
    }
    section.white_sec.section3s .content h3 {
        font-size: 40px;
    }
    section.white_sec.section3s .content p {
        font-size: 14px;
    }
    section.section3 .item > div {
        display: inline-block !important;
    }

    .section_body .content ul li {
        width: 44%;
    }
    .section_body .content ul.liiconul22 li {
        width: 94%;
    }
    .section_body .content img.img11 {
        bottom: 0;
        left: 0;
    }
    .section_body .content img.img12 {
        position: relative;
    }
    .section_body .content img.img13 {
        bottom:142px;
    }




}
@media (min-width: 1200px){
    .container{
        max-width: 900px;
    }
}