@font-face {
    font-family: 'D-DIN-PRO';
    src: url('D-DIN-PRO-Regular.woff2') format('woff2'),
        url('D-DIN-PRO-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN-PRO';
    src: url('D-DIN-PRO-Bold.woff2') format('woff2'),
        url('D-DIN-PRO-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN-PRO';
    src: url('../font/D-DIN-PRO-ExtraBold.woff2') format('woff2'),
        url('../font/D-DIN-PRO-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN-PRO';
    src: url('../font/D-DIN-PRO-Heavy.woff2') format('woff2'),
        url('../font/D-DIN-PRO-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN-PRO';
    src: url('../font/D-DIN-PRO-SemiBold.woff2') format('woff2'),
        url('../font/D-DIN-PRO-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN-PRO';
    src: url('../font/D-DIN-PRO-Medium.woff2') format('woff2'),
        url('../font/D-DIN-PRO-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




body{ 
    font-family: 'D-DIN-PRO';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 14px; 
    background: #fff; 
}
a{
    transition: 0.5s;
}
a:focus{
    outline: none;
    text-decoration: none;
}
.login-area a:focus{
    text-decoration: none;
}

/****menu****/

.dgmenuwrap {
    z-index: 9999;
    width: auto;
    float: none;
    background: transparent;
    position: relative;
    margin: 0 auto;
}
.dgnav{padding:0; margin:0;}
ul.menu {list-style:none; margin:0; padding:0; text-align:left;}
ul.menu * {margin:0; padding:0; float: left;}
ul.menu li:last-child a{
    margin-right: 0;
}
ul.menu a { font-family: 'D-DIN-PRO'; text-transform: uppercase; position: relative;  font-size: 14px; text-decoration: none;  color:#fff;  font-weight: 500; letter-spacing: 1px; line-height: 24px; padding: 10px 0; margin: 0 30px; display:block; transition:all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s; -o-transition:all 0.4s; position:relative;}
ul.menu a:hover, ul.menu a.current{color:#899FBB; text-decoration:none;}
ul.menu>li {position:relative; float:left; font-size:14px; color:#899FBB; display:block; line-height:normal; font-weight:300;}
ul.menu ul {position:absolute; top:100%; padding: 0 20px; left:0; border-radius: 0px; display:none; opacity:0; list-style:none; width:200px;  background:#f7921e; }
ul.menu ul li { transition: 0.9s; width: 100%; float: left; position:relative; margin:0;  font-size:12px; padding:0; text-align:left; font-weight:400;}
ul.menu ul li a { font-family: 'D-DIN-PRO'; width: 100%; font-size: 14px; line-height: 24px; text-decoration: none;  color:#fff; text-shadow: none; letter-spacing: 1px; padding: 0; margin: 6px 0; display:block; transition:all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s; -o-transition:all 0.4s; position:relative;}
ul.menu ul li a:hover {border:none; color:#0D213E;}
ul.menu ul ul {top: 0; left: 100%;}
ul.menu .menulink {}
ul.menu .menulink:hover, ul.menu .menuhover {color:#899FBB; text-decoration:none;}
.menu-main{
    width: auto;
}
ul.menu ul:after{
    position: absolute;
    width: 100%;
    height: 5px;
    background: #2c3989;
    content: '';
    left: 0;
    top: 0;
}
ul.menu ul li:first-child{
    margin-top: 10px;
}
.menu{ width: auto; margin: 0 auto; }

.menu-main-area .row{
    display: flex;
    align-items: center;
}


.logo img {
    width: 75px;
}
.logo a{
        margin: 0!important;
}
.footer-area{
    width: 100%;
    background: #E8E8E8;
    float: left;
}
.footer-logo{
    width: 20%;
    float: left;
    margin: 83px 0;
}
.footer-logo img{
    width: 100%;
}
.footer-logo-end{
    text-align: right;
    width: 15%;
    float: right;
}
.footer-logo-end img{
    width: 155px;
    height: 183px;
    margin-top: 50px;
}
.copyright-text{
    font-size: 21px;
    line-height: 25px;
    color: #000;
    letter-spacing: 0.42px;
    text-align: right;
    font-weight: 300;
    width: 25%;
    float: left;
    font-family: 'D-DIN-PRO';
}
.copyright-text span{
  margin-top: 190px;
  display: block;
}




.footer-menu p strong{
    font-weight: 800;
    color: #fff;
    float: left;
    width: 40%;
}
.footer-menu p span{
    float: left;
    width: 60%;
}

.footer-top {
    width: 100%;
    float: left;
    background: #0D213E;
    padding: 30px 0;
    color: #fff;
}
.footer-bottom{ width: 100%; float: left; background: #899FBB; color: #000; padding: 25px 0; letter-spacing: 1px;  }
.footer-menu h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'D-DIN-PRO';
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
}
.footer-menu ul {padding: 0; margin: 0;}
.footer-menu ul li {display: block;  padding:0 0 10px; }
.footer-menu ul li a {display: block; letter-spacing: 1px; font-family: 'D-DIN-PRO'; line-height: 24px; color: #fff;   text-decoration: none; font-size: 16px; }
.footer-menu ul li a:hover { color: rgba(227, 176, 81, 1);  }
.footer-menu p {
    letter-spacing: 1px;
    font-family: 'D-DIN-PRO';
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    line-height: 26px;
}
.footer-menu-area{
    width: 18%;
}
.footer-social{
    width: 14%;
}
.footer-menu-area-contact p{
    max-width: 230px;
}

.footer-menu-area-contact{
    width: 24%;
}
.ministry{
    width: 18%;
    margin-top: 65px;
}
.footer-menu-area-logo {
    width: 100%;
    text-align: right;
}
.footer-o {
    width: 8%;
    margin-top: 65px;
}
.footer-o img {
    width: 60px;
    margin-top: 0;
}
.ministry img {
    width: 260px;
    float: right;
}
.footer-menu-area-logo img {
    width: 90px;
    margin-top: 47px;
}
.footer-menu-area-1 img{
    margin-left: 0;
}
.footer-menu-area-1 a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'D-DIN-PRO';
    color: rgba(42, 50, 68, 1);
    text-decoration: none;
    display: inline-block;
    border: 1px solid rgba(42, 50, 68, 1);
    padding: 10px 25px;
}
.footer-menu-area-1 a:hover{
    background: rgba(42, 50, 68, 1);
    color: #fff;
}
.footer-menu-area-1 a:hover img{
    filter: invert(1);
}
.footer-social a {
    color: #627695;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 50%;
    margin-left: 15px;
}
.footer-menu p{
    font-size: 16px;
    line-height: 24px;
    font-family: 'D-DIN-PRO';
    color: #fff;
}
.footer-menu p strong{
    font-weight: 700;
    font-family: 'D-DIN-PRO';
}
.partnership-area-icon{
    width: 20%;
}
.social-area {
    display: flex;
    justify-content: flex-end;
}
.footer-menu-area-last a {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    margin-top: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px;
}
.footer-menu-area-last a:hover{
    background: rgba(227, 176, 81, 1);
    color: #fff;
}
.footer-menu-area-last img {
    width: 90px;
}

.banner-text p {
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.banner-text h2{
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 2px;
    color: #2c3989;
    margin: 50px 0 0;
    font-size: 42px;
    text-align: left;
}
.service-banner h2{
    margin-top: 100px;
}
.banner-text h2 span , .banner-text h3 span{
    color: #f7931e;
}

.banner-text h3 {
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    margin: 100px 0 0;
    text-align: left;
    font-size: 60px;
}
.news-area img{
    width: 100%;
}
.menu-main-area{
    padding: 0;
    background: #0D213E;
    position: relative;
    z-index: 999;
    border-bottom: 3px solid #fff;
}
.news-area{
    width: 100%;
    display: inline-block;
    background: #C4D1E5;
    padding: 51px 0 125px;
}

.news-area .owl-dots{
    display: none;
}
.news-area h2{
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    font-weight: 700;
    color: #411B8B;
    font-size: 60px;
    line-height: 65px;
    margin: 0;
}
.news-area .row{
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.view-all-news a{
    float: right;
    position: relative;
    padding-bottom: 11px;
}
.view-all-news a:before{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 230px;
    height: 2px;
    content: '';
    background: #C6379C;
}
.news-area .owl-prev {
    position: relative;
    margin-right: 15px;
}
.news-area .owl-next{
    position: relative;
}
.news-area .owl-prev:after{
    position: absolute;
    content: '\f0a8';
    font-family: FontAwesome;
    color: #411B8B;
    font-size: 40px;
    line-height: normal;
    left: -65px;
}
.news-area .owl-next:after{
    position: absolute;
    content: '\f0a9';
    font-family: FontAwesome;
    color: #411B8B;
    font-size: 40px;
    line-height: normal;
    right: 0;

}
.news-area .owl-nav {
    display: flex;
    justify-content: flex-end;
    width: 1300px;
    position: absolute;
    top: -76px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px;
}
.news-area .owl-prev span , .news-area .owl-next span{
    display: none;
}

.news-area-bottom .row{
    display: flex;
    justify-content: center;
}
.news-area h2 img {
    width: 450px;
}

.news-area-bottom img {
    width: 200px;
}
.menu-social-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.header-top{
    background: #899FBB;
    padding: 7px 0;
}
.header-top-social-section{
    width: auto;
    float: right;
}
.header-top-social-section a{
    color: #fff;
    margin-left: 15px;
}
.header-top-social-section a:hover{
    opacity: 0.5;
}
.view-all-news a{
  color: #C6379C; 
  font-weight: 500; 
  font-size: 18px; 
  line-height: 30px;
  letter-spacing: 0.5px;
  font-family: 'D-DIN-PRO';
}
.view-all-news a:hover{
    text-decoration: none;
}
.news-image-bottom-text {
    padding: 20px 25px;
    border-radius: 0px 0px 20px 20px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    position: absolute;
    bottom: 0;
    width: 100%;
}
.news-image-bottom-text {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-area .owl-carousel .owl-item img{
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
}

.project-area h2 {
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    font-weight: 700;
    color: #411B8B;
    font-size: 60px;
    line-height: 65px;
    margin: 0;
}

.project-area .row{
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.project-area .owl-prev {
    position: relative;
    margin-right: 15px;
}
.project-area .owl-next{
    position: relative;
}
.project-area .owl-prev:after{
    position: absolute;
    content: '\f0a8';
    font-family: FontAwesome;
    color: #411B8B;
    font-size: 40px;
    line-height: normal;
    left: -65px;
}
.project-area .owl-next:after{
    position: absolute;
    content: '\f0a9';
    font-family: FontAwesome;
    color: #411B8B;
    font-size: 40px;
    line-height: normal;
    right: 0;

}
.project-area .owl-nav {
    display: flex;
    justify-content: flex-end;
    width: 1300px;
    position: absolute;
    top: -76px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px;
}
.project-area .owl-prev span , .project-area .owl-next span{
    display: none;
}

.project-area-bottom .row{
    display: flex;
    justify-content: center;
}
.project-area h2 img {
    width: 450px;
}
.project-area{
    width: 100%;
    display: inline-block;
    padding: 60px 0 29px;
    background: #ECF0F6;
}
.project-text-area h2{
    color: #C6379C;
    font-size: 60px;
    font-family: 'D-DIN-PRO';
    font-weight: 700;
    margin-bottom: 20px;
}
.project-text-area h2 a{
    color: #C6379C;
}
.project-text-area h2 a:hover{
    text-decoration: none;
}
.project-text-area p{
    color: #C6379C;
    font-size: 20px;
    line-height: 22px;
    font-family: 'D-DIN-PRO';
    font-weight: 500;
}
.project-img-area{
    width: 50%;
}
.project-text-area {
    width: 50%;
    text-align: right;
    margin-bottom: 100px;
}
.project-area-flex{
    display: flex;
    width: 100%;
    align-items: flex-end;
}
.top-banner-img{
    width: 100%;
    display: inline-block;
}
.top-banner-img img{
    width: 100%;
}
.top-banner-text h2{
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-family: 'D-DIN-PRO';
    font-weight: 700;
}
.top-banner-text p{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-family: 'D-DIN-PRO';
    font-weight: 500;
    margin: 51px 0 40px;
}
.top-banner-text a{
    color: #F1C7A6;
    font-size: 20px;
    line-height: 30px;
    font-family: 'D-DIN-PRO';
    font-weight: 500;
    padding: 10px 66px;
    border: 1px solid #F1C7A6;
    display: inline-block;
}
.top-banner-text a:hover{
    text-decoration: none;
    background: #F1C7A6;
    color: #fff;
}
.top-banner-area{
    z-index: 99;
    position: relative;
}
.top-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: flex;
}
.top-dropdown .dropdown-toggle{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background: #E549B7;
    font-family: 'D-DIN-PRO';
    font-weight: 500;
    padding: 15px 60px;
    border-radius: 0;
    letter-spacing: 1px;
}
.top-dropdown .dropdown-toggle.secondary{
    background: #A582BD;
}
.top-dropdown .dropdown-toggle.twi{
    background: #7C5597;
}
.top-banner-area .container {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}
.top-banner-text {
    max-width: 450px;
}
.top-banner-area .owl-nav{
    display: none;
}
.dropdown-menu{
    min-width: 100%;
}
.top-dropdown .dropdown-item {
    font-family: 'D-DIN-PRO';
    font-weight: 500;
    padding: 8px 15px;
    letter-spacing: 1px;
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 5px;
    background: #D8AA86;
}
.top-dropdown .dropdown-menu{
    border-radius: 0!important;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 9;
}

.top-banner-area .owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.top-banner-area .owl-dot {
    width: 20px;
    height: 8px;
    border-radius: 10px;
    background: #fff!important;
    margin: 0 3px;
}
.top-banner-area .owl-dot.active{
    width: 60px;
}

.top-banner-area1 .top-banner-text h2{
    font-size: 60px;
}
.top-banner-area1{
    background: #7C5597;
    padding: 52px 0 0;
}
.top-banner-area2{
    padding: 0;
}
.top-banner-area2 img{
    width: 100%
}
.top-banner-area1 .top-banner-text a{
    padding: 12px 65px;
}

.top-banner-area1 h2{
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    margin: 0;
}
.top-banner-area1 .view-all-news a{
    color: #fff;
}
.top-banner-area1 .view-all-news a:before{
    background: #C6379C;
}
.top-banner-area .owl-dot{
    width: 20px;
    height: 8px;
    border-radius: 10px;
}
.top-banner-area1 .row{
    display: flex;
    align-items: center;
}
.circular{
    width: 100%;
    display: inline-block;
    background: #627695;
    padding: 45px 0 20px;
    background: -moz-linear-gradient(90deg, rgba(98,118,149,1) 76%, rgba(255,255,255,1) 76%);
    background: -webkit-linear-gradient(90deg, rgba(98,118,149,1) 76%, rgba(255,255,255,1) 76%);
    background: linear-gradient(90deg, rgba(98,118,149,1) 76%, rgba(255,255,255,1) 76%);
}
.circular h2{
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    margin: 0;
}
.circular .view-all-news a{
    color: #fff;
}
.circular .view-all-news a:before{
    background: #C6379C;
}
/*.circular .row{
    display: flex;
    align-items: center;
}*/
.caricular-area{
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    height: 65px;
    margin: 10px 0;
}
.caricular-date{
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    font-weight: 700;
    color: #0D213E;
    font-size: 17px;
    line-height: 30px;
    background: #C4D1E5;
    width: 30%;
    padding: 10px;
    height: 65px;
    display: flex;
    align-items: center;
}
.caricular-date a , .caricular-date a:hover{
    color: #0D213E;
    text-decoration: none;
}
.caricular-text{
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    font-weight: 500;
    color: #7F7F7F;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    width: 70%;
    padding: 5px 10px;
}
.caricular-text a , .caricular-text a:hover{
    color: #7F7F7F;
    text-decoration: none;
}
.circular-row{
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}
.circular .nav-tabs{
    margin-bottom: 43px;
    border: none;
}
.circular .nav-tabs>li>a{
    font-family: 'D-DIN-PRO';
    font-size: 14px;
    line-height: 16px;
    background: #0D213E;
    color: #fff;
    border-radius: 0;
    margin: 0;
    border: none;
    padding: 12px 47px;
    border: 1px solid #0D213E;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: #C4D1E5;
    color: #0D213E;
    border: 1px solid #C4D1E5;
}
.top-banner-area1 .top-banner-text {
    max-width: 450px;
}
.top-banner-area1 .owl-dot {
    width: 20px;
    height: 8px;
    border-radius: 10px;
    background: #fff!important;
    margin: 0 5px;
}
.top-banner-area1 .owl-dot.active {
    width: 60px;
}
.top-banner-area1 .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.top-banner-area1 .owl-nav {
    display: none;
}
.top-banner-mail-area .banner-img-area{
    width: 50%;
}
.top-banner-mail-area .top-banner-text {
    width: 50%;
    max-width: 50%;
}
.top-banner-mail-area {
    width: 100%;
    display: flex;
    align-items: center;
}
.top-banner-mail-area .banner-img-area img {
    float: right;
}
.top-banner-mail-area .top-banner-text p{
    max-width: 458px;
}

.top-banner-area1 img{
    width: 100%;
}
.reource-area{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.digital-reource-area {
    width: 48%;
    background: #0D213E;
    padding: 78px 0;
    font-family: 'D-DIN-PRO';
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    display: flex;
    min-height: 300px;
}
.digital-reource-area span {
    text-align: left;
    font-weight: 700;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.digital-reource-area:hover {
    background: #03132a;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.teaching-reource-area {
    width: 52%;
    background: #7C5597;
    padding: 78px 0;
    font-family: 'D-DIN-PRO';
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    display: flex;
    min-height: 300px;
}
.teaching-reource-area span {
    text-align: right;
    font-weight: 700;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.teaching-reource-area:hover {
    background: #5a2c7a;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.policies-reource-area {
    width: 52%;
    background: #F1C7A6;
    padding: 78px 0;
    font-family: 'D-DIN-PRO';
    font-size: 60px;
    line-height: 72px;
    color: #375D8E;
    display: flex;
    min-height: 300px;
}
.policies-reource-area span {
    text-align: left;
    font-weight: 700;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.policies-reource-area:hover {
    background: #ca8d5d;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.parents-reource-area {
    width: 48%;
    background: #C6379C;
    padding: 78px 0;
    font-family: 'D-DIN-PRO';
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    display: flex;
    min-height: 300px;
}
.parents-reource-area span {
    text-align: right;
    font-weight: 700;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.parents-reource-area:hover {
    background: #a50e79;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}


.coding-reource-area {
    width: 45%;
    background: #627695;
    padding: 78px 0;
    font-family: 'D-DIN-PRO';
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    display: flex;
    min-height: 300px;
}
.coding-reource-area:hover {
    background: #425a80;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.coding-reource-area span {
    text-align: left;
    font-weight: 700;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.cloud-reource-area {
    width: 55%;
    background: #C4D1E5;
    padding: 78px 0;
    font-family: 'D-DIN-PRO';
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    display: flex;
    min-height: 300px;
}
.cloud-reource-area:hover {
    background: #8098bc;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
.cloud-reource-area span {
    text-align: right;
    font-weight: 700;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.reource-area-panel{
    width: 100%;
    display: flex;
}
.activities-area{
    width: 100%;
    display: flex;
    padding: 0 0 50px 0;
    background: rgba(196, 209, 229, 0.2);
}
.m-inter{
    width: 100%;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    font-family: 'D-DIN-PRO';
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    padding: 118px 0;
    font-weight: 700;
    background: url(../images/m-inter.png) #BB4B9A;
    background-repeat: no-repeat;
    background-size: contain;
}
.digital-1{
    border-radius: 20px;
    padding: 70px 0;
    margin-bottom: 38px;
    font-family: 'D-DIN-PRO';
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    font-weight: 700;
    text-align: right;
    padding-right: 60px;
    background: url(../images/digital-1.png) #0D213E;
    background-repeat: no-repeat;
    background-position: left;
}
.digital-2{
    background: url(../images/digital-2.png) #627695;
    border-radius: 20px;
    padding: 70px 0;
    margin-bottom: 38px;
    font-family: 'D-DIN-PRO';
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    font-weight: 700;
    text-align: right;
    padding-right: 60px;
    background-repeat: no-repeat;
    background-position: left;
}
.activities-area .nav-tabs {
    border-bottom: none;
}
.activities-area .nav-tabs>li>a {
    margin-right: 0;
    line-height: 16px;
    padding: 13px 47px;
    border: none!important;
    border-radius: 0;
    background: #C4D1E5;
    font-size: 14px;
    font-family: 'D-DIN-PRO';
    color: #0D213E;
}
.activities-area .nav-tabs>li.active>a{
    background: #0D213E;
    color: #fff;
}
.activities-area .tab-content{
    padding-top: 80px;
}
.past-tab .digital-2, .past-tab .digital-1 {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
}
.past-tab .digital-1 {
    background: url(../images/digital-1.png) #BB4B9A;
    background-repeat: no-repeat;
    background-position-x: -200px;
}
.past-tab .digital-2{
    background: url(../images/digital-2.png) #627695;
    background-position: -50px;
    background-repeat: no-repeat;
}
.cloudpaging-text-area{
    background: #C4D1E5;
    padding: 32px 0;
    color: #0D213E;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    width: 100%;
    display: flex;
}
.cloudpaging-area{
    width: 100%;
    display: flex;
    position: relative;
}
.cloudpaging-left {
    width: 50%;
    float: left;
    background: url(../images/cloudpaging-line.png) #375D8E;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    height: 600px;
}
.cloudpaging-img{
    width: 50%;
    float: left;
}
.cloudpaging-img img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.app-area{
    text-align: center;
}
.cloudpaging-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.app-area{
   background: #FFFFFF;
   border-radius: 20px;
   padding: 36px 15px;
   max-width: 467px;
   position: relative;
   z-index: 9;
}
.app-area h3{
   font: normal normal 800 40px/48px D-DIN-PRO;
   letter-spacing: 0px;
   color: #0D213E;
   margin: 0 0 30px;
}
.app-any-area{
   font: normal normal 800 30px/30px D-DIN-PRO;
   letter-spacing: 0px;
   color: #000;
   margin: 0;
}
.website-area {
    background: #0D213E;
    text-align: center;
    padding: 40px 15px 20px 15px;
    max-width: 467px;
    font: normal normal 800 30px/36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    top: -20px;
}
.digital-resorces-1{
    background: #0D213E;
    padding: 100px 0;
    color: #fff;
    font-size: 32px;
    line-height: 72px;
    font-weight: 700;
}
.virtual-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 74px 0 94px;
    background: #ECF0F6;
}
.virtual-area h3{
    color: #0D213E;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 0.6px;
}
.virtual-area p{
    color: #0D213E;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.45px;
}
.virtual-area-1{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 84px 0 53px;
    background: #375D8E;
}
.virtual-area-1 img{
    border-radius: 20px;
    width: 100%;
}
.virtual-area-1 h2{
    margin: 0;
    font: normal normal 600 40px/48px D-DIN-PRO;
    letter-spacing: 0px;
    color: #F1C7A6;
    padding-bottom: 30px;
    margin-bottom: 100px;
    position: relative;
}
.virtual-area-1 h2:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 1px;
    background: #ECF0F6;
    left: 0;
}
.virtual-area-1 p{
    font: normal normal 500 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    max-width: 640px;
}
.virtual-area-link a{
    font: normal normal 600 14px/17px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-right: 10px;
    border:1px solid #fff;
    padding: 13px;
    display: inline-block;
}
.virtual-area-link a:nth-child(4){
    font: normal normal 600 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #899FBB;
    border:none;
    padding: 10px;
}
.virtual-area-link a:nth-child(5){
    font: normal normal 600 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
    background: #F1C7A6;
    border:none;
    padding: 10px;
}
.virtual-area-link a:hover{
    text-decoration: none;
}
.virtual-area-link {
    margin-top: 180px;
    display: flex;
}
.virtual-area-2{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 84px 0 53px;
    background: #411B8B;
}
.virtual-area-2 img{
    border-radius: 20px;
    width: 100%;
    margin-top: 180px;
}
.virtual-area-2 h2{
    margin: 0;
    font: normal normal 600 40px/48px D-DIN-PRO;
    letter-spacing: 0px;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 60px;
    position: relative;
}
.virtual-area-2 h2:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 1px;
    background: #BB4B9A;
    left: 0;
}
.virtual-area-2 p{
    font: normal normal 500 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    max-width: 100%;
    margin-bottom: 25px;
}
.virtual-area-2 h2 span{
    font: normal normal 500 30px/36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #F1C7A6;
    display: block;
    margin-top: 26px;
}


.virtual-area-2 .virtual-area-link a{
    font: normal normal 600 14px/17px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-right: 10px;
    border:1px solid #fff;
    padding: 13px;
    display: inline-block;
}
.virtual-area-2 .virtual-area-link a:nth-child(5){
    font: normal normal 600 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #375D8E;
    border:none;
    padding: 10px;
}
.virtual-area-2 .virtual-area-link a:nth-child(6){
    font: normal normal 600 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #375D8E;
    border:none;
    padding: 10px;
}
.virtual-area-2 .virtual-area-link a:nth-child(7){
    font: normal normal 600 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
    background: #E549B7;
    border:none;
    padding: 10px;
}
.virtual-area-2 .virtual-area-link a:nth-child(4){
    background: transparent;
}
.virtual-area-2 .virtual-area-link a:hover{
    text-decoration: none;
}
.digital-resorces-2{
    background: #F1C7A6;
    padding: 32px 0;
    color: #0D213E;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 14px;
}
.digital-literacy-policies-area{
    width: 100%;
    display: flex;
    background: #375D8E;
    padding: 56px 0 20px;
}
.digital-literacy-policies-area h3{
    font: normal normal 500 30px/36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #C4D1E5;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.digital-literacy-policies-area h3:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 1px;
    background: #C4D1E5;
    left: 0;
}
.digital-literacy-policies-area p{
    font: normal normal 500 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.digital-literacy-policies-panel{
    width: 100%;
    display: flex;
}
.digital-literacy-policies-panel-1 , .digital-literacy-policies-panel-2 , .digital-literacy-policies-panel-3 , .digital-literacy-policies-panel-4 , .digital-literacy-policies-panel-5 {
    width: 20%;
    padding: 15px;
    float: left;
}
.digital-literacy-policies-panel-1 img , .digital-literacy-policies-panel-2 img , .digital-literacy-policies-panel-3 img , .digital-literacy-policies-panel-4 img , .digital-literacy-policies-panel-5 img{
    width: 100%;
}
.digital-literacy-policies-panel-1 span , .digital-literacy-policies-panel-3 span , .digital-literacy-policies-panel-5 span{
    margin-top: 39px;
    background: #E549B7;
    font: normal normal 500 18px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 9px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    max-height: 60px;
    min-height: 60px;
    justify-content: center;
}
.digital-literacy-policies-panel-1 span a, .digital-literacy-policies-panel-3 span a, .digital-literacy-policies-panel-5 span a{
	color:#FFFFFF;
}
.digital-literacy-policies-panel-1 span a:hover, .digital-literacy-policies-panel-3 span a:hover, .digital-literacy-policies-panel-5 span a:hover{
	color:#FFFFFF;
}
.addedlinkwhite{
	color:#FFFFFF;
}
.addedlinkwhite:hover{
	color:#FFFFFF;
}
.digital-literacy-policies-panel-2 span , .digital-literacy-policies-panel-4 span{
    margin-top: 39px;
    background: #899FBB;
    font: normal normal 500 18px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 9px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    max-height: 60px;
    min-height: 60px;
    justify-content: center;
}
.digital-resorces-4 {
    background: #C6379C;
    padding: 32px 0;
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 14px;
}




.help-file-area{
    width: 100%;
    display: flex;
    background: #C4D1E5;
    padding: 56px 0 71px;
}
.help-file-area h3{
    font: normal normal 500 30px/36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.help-file-area h3:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 1px;
    background: #C6379C;
    left: 0;
}
.help-file-area p{
    font: normal normal 500 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
}
.help-file-panel{
    width: 100%;
    display: flex;
}
.help-file-panel-1 , .help-file-panel-2 , .help-file-panel-3 , .help-file-panel-4 , .help-file-panel-5  {
    width: 20%;
    padding: 15px;
    float: left;
    margin-top: 80px;
}
.help-file-panel-1 img , .help-file-panel-2 img , .help-file-panel-3 img , .help-file-panel-4 img {
    width: 100%;
}
.help-file-panel-1 span , .help-file-panel-3 span {
    margin-top: 39px;
    background: #E549B7;
    font: normal normal 500 18px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 9px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    max-height: 60px;
    min-height: 60px;
    justify-content: center;
    margin-top: 88px;
}
.help-file-panel-2 span , .help-file-panel-4 span{
    margin-top: 39px;
    background: #899FBB;
    font: normal normal 500 18px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 9px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    max-height: 60px;
    min-height: 60px;
    justify-content: center;
    margin-top: 88px;
}
.booking-area {
    width: 100%;
    display: flex;
    background: url(../images/m-inter-1.png) #375D8E;
    padding: 56px 0 91px;
    background-repeat: no-repeat;
    background-size: 850px 508px;
    background-position: left bottom;
}
.booking-area h3{
    font: normal normal 500 30px/36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #C4D1E5;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.booking-area h3:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 1px;
    background: #C4D1E5;
    left: 0;
}

.booking-panel-1  {
    width: 25%;
    padding: 15px;
    float: left;
    margin-top: 80px;
}
.booking-panel-1 img {
    width: 100%;
}
.booking-panel-1 span{
    margin-top: 39px;
    background: #899FBB;
    font: normal normal 500 18px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 9px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    max-height: 60px;
    min-height: 60px;
    justify-content: center;
    margin-top: 88px;
}
.booking-area .row{
    justify-content: center;
    display: flex;
}

.digital-resorces-6{
    background: #7C5598;
    padding: 32px 0;
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 14px;
}
.ready-area{
    width: 100%;
    display: flex;
    background: url(../images/slider-img-border.png) #411B8B;
    padding: 56px 0 24px;
    background-size: 850px 508px;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.ready-area h3{
    font: normal normal 500 30px/36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #F1C7A6;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 140px;
}
.ready-area h3:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #BB4B9A;
    left: 0;
}
.ready-area p{
    font: normal normal 500 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.ready-panel-1 , .ready-panel-2  {
    width: 50%;
    padding: 15px;
    float: left;
}
.ready-panel-1 img , .ready-panel-2 img {
    width: 100%;
}
.ready-panel-1 span{
    margin-top: 39px;
    background: #375D8E;
    font: normal normal 500 18px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 9px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    max-height: 60px;
    min-height: 60px;
    justify-content: center;
    margin-top: 88px;
}
.ready-panel-1 span a{
	color:#fff;
}
.ready-panel-1 span a:hover{
	text-decoration:none;
}
.ready-panel-2 span{
    margin-top: 39px;
    background: #E549B7;
    font: normal normal 500 18px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 9px 25px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    max-height: 60px;
    min-height: 60px;
    justify-content: center;
    margin-top: 88px;
}
.ready-panel-2 span a{
	color:#fff;
}
.ready-panel-2 span a:hover{
	text-decoration:none;
}
.primary-area{
    width: 100%;
    display: flex;
    padding: 55px 0 25px;
    background: #899FBB;
}
.digital-area{
    font: normal normal bold 60px/72px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #411B8B;
    border-radius: 20px;
    padding: 0 43px;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 240px;
    width: 100%;
    flex-direction: column;
}
.digital-area-under{
    background: #F1C7A6;
    border-radius: 20px;
    padding: 0 43px;
}

.digital-area-under-1{
    font: normal normal bold 60px/72px D-DIN-PRO;
    letter-spacing: 0px;
    color: #411B8B;
    background: #F1C7A6;
    border-radius: 20px;
    padding: 0 43px;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 240px;
    width: 100%;
    flex-direction: column;
}
.digital-area span{
    font: normal normal 500 40px/48px D-DIN-PRO;
}
.digital-area-mar{
    margin-bottom: 30px;
}
.project-panel-1{
    background: #899FBB;
    border-radius: 20px;
    display: flex;
    min-height: 400px;
    align-items: center;
    margin-bottom: 25px;
}
.project-panel-1-left {
    background: #627695;
    border-radius: 20px 60px 60px 20px;
    width: 40%;
    display: flex;
    justify-content: center;
    min-height: 400px;
}
.project-panel-1-left img {
    width: 350px;
    object-fit: contain;
}
.project-panel-1-right{
    width: 60%;
    padding: 0 70px;
}
.project-panel-1-right h3{
    font: normal normal 700 60px/24px D-DIN-PRO;
    letter-spacing: 0px;
    margin-bottom: 60px;
    color: #0D213E;
}
.project-panel-1-right p{
    font: normal normal 500 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
}
.project-panel-1-right h3 span {
    font: normal normal 700 40px/24px D-DIN-PRO;
    display: inline-block;
    padding-top: 35px;
}
.project-panel-1:hover .project-panel-1-right h3 , .project-panel-1:hover .project-panel-1-right h3 span , .project-panel-1:hover .project-panel-1-right p{
    color: #fff;
}






.project-panel-2{
    background: #A582BD;
    border-radius: 20px;
    display: flex;
    min-height: 400px;
    align-items: center;
    margin-bottom: 25px;
}
.project-panel-2-left {
    background: #7C5597;
    border-radius: 20px 60px 60px 20px;
    width: 40%;
    display: flex;
    justify-content: center;
    min-height: 400px;
}
.project-panel-2-left img {
    width: 350px;
    object-fit: contain;
}
.project-panel-2-right{
    width: 60%;
    padding: 0 70px;
}
.project-panel-2-right h3{
    font: normal normal 700 50px/24px D-DIN-PRO;
    letter-spacing: 0px;
    margin-bottom: 60px;
    color: #0D213E;
}
.project-panel-2-right h3 a{
    color: #fff;
    text-decoration: none;
}
.page-id-31 .project-panel-2-right p , .page-id-31 .project-panel-1-right p {
    color: #fff;
}


.project-panel-2-right p{
    font: normal normal 500 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
}
.project-panel-2-right h3 span {
    font: normal normal 700 40px/24px D-DIN-PRO;
    display: inline-block;
    padding-top: 35px;
}
.project-panel-2:hover .project-panel-2-right h3 , .project-panel-2:hover .project-panel-2-right h3 span , .project-panel-2:hover .project-panel-2-right p{
    color: #fff;
}

.activities-panel-1 {
    background: #0D213E;
    border-radius: 20px;
    display: inline-block;
    min-height: 400px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-height: 400px;
}
.activities-panel-text{
    width: 50%;
    padding: 0 70px;
    font: normal normal bold 60px/72px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: right;
    float: right;
}
.activities-panel-img-area {
    width: 50%;
    float: left;
    border: 1px solid #C6379C;
    border-top-right-radius: 270px;
    border-bottom-right-radius: 270px;
    border-left: none;
    height: 550px;
}
.activities-panel-img-area-1{
    width: 90%;
    background: #899FBB;
    border-top-right-radius: 270px;
    border-bottom-right-radius: 270px;
    height: 550px;
}
.activities-panel-img-area-2{
    width: 85%;
    background: #ECF0F6;
    border-top-right-radius: 270px;
    border-bottom-right-radius: 270px;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activities-panel-img-area-2 img{
    width: 300px;
}





.activities-panel-2 {
    background: #411B8B;
    border-radius: 20px;
    display: inline-block;
    min-height: 400px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-height: 400px;
}
.activities-panel-text{
    width: 50%;
    padding: 0 154px;
    font: normal normal bold 60px/72px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: right;
    float: right;
}
.activities-panel-img-area {
    width: 50%;
    float: left;
    border: 1px solid #C6379C;
    border-top-right-radius: 270px;
    border-bottom-right-radius: 270px;
    border-left: none;
    height: 550px;
}
.activities-panel-img-area-1{
    width: 90%;
    background: #899FBB;
    border-top-right-radius: 270px;
    border-bottom-right-radius: 270px;
    height: 550px;
}
.activities-panel-img-area-2{
    width: 88%;
    background: #ECF0F6;
    border-top-right-radius: 270px;
    border-bottom-right-radius: 270px;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activities-panel-img-area-2 img {
    width: 250px;
    object-fit: contain;
}
.activities-panel-img-area-2-img img{
    width: 300px;
}
.activities-panel-img-area-3-img img{
    width: 300px;
}
.top-banner-area1 .item {
    background: url(../images/slider-img-border.png);
    background-repeat: no-repeat;
    background-size: 800px 500px;
    background-position: right bottom;
}

.circular-page{
    padding-top: 0;
    display: flex;
    padding-bottom: 0;
}
.circular-page .caricular-date{
    color: #fff;
}
.show-button{
    width: 100%;
    display: inline-block;
    margin-top: 81px;
    text-align: right;
}
.show-button a{
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border:1px solid #fff;
    display: inline-block;
}
.show-button a:hover{
    background: #fff;
    color: #0D213E;
}

.yearly-area{
    padding: 0 0 60px;
    background: #fff;
    min-height: 700px;
}
.yearly-area h2{
    font: normal normal 600 24px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000000;
    padding: 30px;
    border-bottom: 1px solid #707070;
    margin-bottom: 42px;
}
.yearly-area .collapse , .yearly-area .collapsing{
    padding: 0 30px;
}
.yearly-area .btn{
    background: transparent;
    font: normal normal 600 20px/34px D-DIN-PRO;
    letter-spacing: 0px;
    color: #627695;
    border:none;
    width: 100%;
    text-align: left;
    padding: 5px 30px;
}
.btn.active, .btn:active{
    box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
.yearly-area ul{
    padding: 0;
    margin: 0;
}
.yearly-area li{
    display: block;
}
.yearly-area li a{
    display: block;
    font: normal normal 500 20px/34px D-DIN-PRO;
    letter-spacing: 0px;
    color: #627695;
}
.yearly-area li a:hover{
    text-decoration: none;
}



.archive-area ul{
    padding: 0;
    margin: 0;
}
.archive-area li{
    display: block;
}
.archive-area li a{
    display: block;
    font: normal normal 500 20px/34px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
    cursor: pointer;
}
.archive-area li a:hover{
    text-decoration: none;
}
.archive-area li a.collapse-sub{
    color: #411B8B;
}
.archive-area li .collapse-sub a{
    color: #627695;
    font: normal normal 500 18px/34px D-DIN-PRO;
}

.archive-area{
    padding: 0 0 60px;
    background: #fff;
    border-left:1px solid #000;
    height: 100%;
}
.archive-area h2{
    font: normal normal 600 24px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000000;
    padding: 30px;
    border-bottom: 1px solid #707070;
    margin-bottom: 42px;
}
.archive-area .collapse , .archive-area .collapsing{
    padding: 0 30px;
}
.archive-area .btn{
    background: transparent;
    font: normal normal 600 20px/34px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
    border:none;
    width: 100%;
    white-space: normal;
    text-align: left;
    padding: 5px 30px;
}

.faqpage{
    padding: 30px 0 0 0!important;
}
.faqdetails{
    padding: 30px 0 0 0!important;
}

.vacancy-page{
    background: -moz-linear-gradient(90deg, #ECF0F680 75%, rgba(255, 255, 255, 1) 75%);
    background: -webkit-linear-gradient(90deg, #ECF0F680 75%, rgba(255, 255, 255, 1) 75%);
    background: linear-gradient(90deg, #ECF0F680 75%, rgba(255, 255, 255, 1) 75%);
    padding: 0;
    display: flex;
}
.vacancy-left-area{
    width: 100%;
    padding: 62px 0 30px 0;
}
.vacancy-left-area ul{
    padding: 0;
    margin: 0;
}
.vacancy-left-area li{
    display: inline-block;
}
.vacancy-left-area li a{
    font: normal normal 600 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #899FBB;
    border: 1px solid #9EB3D0;
    border-radius: 10px;
    padding: 4px 18px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.vacancy-left-area li a:hover{
    text-decoration: none;
}
.vacancy-left-banner {
    background: url(../images/cloudpaging-line.png) #7C5597;
    border-radius: 20px;
    width: 100%;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}
.vacancy-left-banner img{
    width: 400px;
    float: right;
}
.vacancy-left-banner h2{
    font: normal normal 700 90px/120px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    max-width: 336px;
    position: absolute;
    left: 70px;
    top: 70px;
}
.vacancy-page h3{
    font: normal normal 700 40px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 30px;
}
.date-area{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #627695;
    margin-top: 30px;
    margin-bottom: 30px;
}
.vacancy-page p{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000000;
}
.vacancy-page li {
    font: normal normal 500 16px / 30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000000;
    list-style: disc;
}
.vacancy-page ol{
    padding: 0 20px;
}
.vacancy-page .row{
    display: flex;
}
.vacancy-left{
    padding-bottom: 150px;
}
.vacancy-left-area li a:hover{
    background: #7C5597;
    border-color: #7C5597;
    color: #fff;
}
.vacancy-left label{
    font: normal normal 500 24px/40px D-DIN-PRO;
    letter-spacing: 0px;
    color: #627695;
    margin-top: 20px;
    margin-bottom: 33px;
}
.vacancy-left .form-control{
    height: 55px;
    border: 0.5px solid #707070;
    border-radius: 10px;
}
.vacancy-left form{
    margin-top: 50px;
}
.vacancy-left .checkbox label{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #7F7F7F;
    display: flex;
    margin-top: 31px;
}

.vacancy-left .checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}
.vacancy-left .btn{
    background: #411B8B;
    font: normal normal 500 30px/36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-radius: 0;
    border:none;
    padding: 10px 65px;
    margin-top: 154px;
}
.vacancy-popup .modal-body{
    background: #627695 0% 0% no-repeat padding-box;
    box-shadow: 20px 20px 30px #00000029;
    border-radius: 20px;
    padding: 36px 0;
}
.vacancy-popup .modal-content{
    box-shadow: none;
    border:none;
    background: transparent;
}
.vacancy-popup .modal-body p{
    text-align: center;
    font: normal normal 700 40px/48px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.vacancy-popup .modal-dialog {
    width: 772px;
    margin: 150px auto;
}
.vacancy-popup .close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #411B8B;
    opacity: 1;
    color: #fff;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    position: relative;
    right: -45px;
    top: -78px;
}
.modal-backdrop{
    background: #C4D1E5 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.modal-backdrop.in {
    opacity: 0.8;
}
.news-left-banner{
    width: 100%;
    display: flex;
}
.news-left-banner img {
    width: 100%;
    border-radius: 20px;
    height: 500px;
    object-fit: cover;
}
.news-text-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}
.news-text-area h2{
    font: normal normal 700 40px/50px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 47px;
}
.date-area-news{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #627695;
    padding: 0 0 20px 0;
}
.news-text-area p span{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #627695;
}
.news-panel-area img{
    width: 100%;
    border-radius: 15px;
    height: 200px;
    object-fit: cover;
}


.news-panel-area h4{
    font: normal normal 700 24px/14px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000000;
    margin: 21px 0 15px;
}
.news-panel-area p{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000000;
}
.more-news-area h3{
    font: normal normal bold 24px/67px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000000;
}
.see-more{
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.see-more a{
    font: normal normal 500 16px / 30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #899FBB;
    border: 1px solid #9EB3D0;
    border-radius: 10px;
    padding: 4px 18px;
    display: inline-block;
}
.see-more a:hover {
    background: #7C5597;
    border-color: #7C5597;
    color: #fff;
    text-decoration: none;
}

.news-pannel .news-panel-area h3 , .news-panel-area h4{
    font: normal normal 700 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 26px;
}
.news-pannel .news-panel-area p{
    font: normal normal 500 16px/25px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000000;
}
.news-pannel .news-panel-area .date-area {
    font: normal normal 500 16px/20px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000000;
    margin: 40px 0 30px;
}
.news-pannel .news-panel-area img{
    height: 324px;
}
.news-left .news-panel-area{
    margin-bottom: 60px;
}
.news-left .see-more{
    justify-content: center;
    margin-top: 30px;
}
.news-direction{
    width: auto;
    float: right;
}
.previous-button a{
    padding: 10px 15px;
    border: 1px solid #9EB3D0;
    border-radius: 10px;
    color: #9EB3D0;
    margin-right: 10px;
    display: inline-block;
}
.next-button a{
    padding: 10px 15px;
    border: 1px solid #9EB3D0;
    border-radius: 10px;
    color: #9EB3D0;
    display: inline-block;
}
.news-direction {
    display: flex;
    position: absolute;
    top: 62px;
    right: 15px;
}

.news-left .row {
    display: block;
}
.news-pannel-3 .news-panel-area img{
    height: 200px;
}

.single .vacancy-left-area ul{
    max-width: 845px;
}


.audio-area{
    background: #ECF0F6;
    padding: 74px 0 97px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.audio-area h2{
    font: normal normal bold 40px/40px D-DIN-PRO;
    letter-spacing: 0.6px;
    color: #0D213E;
    margin-bottom: 30px;
}
.audio-area p{
    font: normal normal 600 30px/40px D-DIN-PRO;
    letter-spacing: 0.45px;
    color: #0D213E;
}
.easi-area{
    background: #F1C7A6;
    padding: 49px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.easi-area img{
    width: 100%;
}

.easi-area p{
    font: normal normal 500 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
    margin-bottom: 20px;
}
.easi-area h2{
    font: normal normal 600 40px/48px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
    padding-bottom: 48px;
    margin-bottom: 48px;
    position: relative;
    margin-top: 0;
}
.easi-area h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 1px;
    background: #375D8E;
    left: 0;
}
.easi-area .easi-link a , .light-easi-link a {
    font: normal normal 600 14px / 17px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-right: 10px;
    border: 1px solid #fff;
    padding: 13px;
    display: inline-block;
}
.easi-area .easi-link a:hover , .light-easi-link a:hover{
    background: #fff;
    text-decoration: none;
    color: #0D213E;
} 
.easi-link{
    margin-top: 90px;
}
.light-area{
    width: 50%;
    background: #899FBB;
    min-height: 500px;
    float: left;
}
.easi-area1{
    width: 50%;
    background: #0D213E;
    min-height: 500px;
    float: left;
}
.light-easi-area p{
    font: normal normal 500 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.light-easi-area .container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.light-easi-area {
    position: relative;
    width: 100%;
    display: flex;
    z-index: 9;
}
.light-easi-link{
    margin-top: 80px;
}
.light-area-text h2{
    font: normal normal 600 40px/48px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
    padding-bottom: 39px;
    margin-bottom: 39px;
    position: relative;
    margin-top: 0;
}

.easi-area1-text h2{
    font: normal normal 600 40px/48px D-DIN-PRO;
    letter-spacing: 0px;
    color: #fff;
    padding-bottom: 39px;
    margin-bottom: 39px;
    position: relative;
    margin-top: 0;
}
.easi-area1-text h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #F1C7A6;
    left: 0;
}
.light-area-text h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #BB4B9A;
    left: 0;
}
.light-area-text img, .easi-area1-text img {
    width: 100%;
    margin-top: 135px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.light-easi-link a.video-t{
    font: normal normal 600 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #375D8E;
    border:none;
    padding: 10px 13px;
}
.light-easi-link{
    display: flex;
}
.lego-link {
    justify-content: flex-end;
    margin-top: 77px;
}

.talking-area{
    background: #375D8E;
    padding: 49px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.talking-area img{
    width: 100%;
}

.talking-area p{
    font: normal normal 500 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 20px;
}
.talking-area h2{
    font: normal normal 600 40px/48px D-DIN-PRO;
    letter-spacing: 0px;
    color: #F1C7A6;
    padding-bottom: 48px;
    margin-bottom: 48px;
    position: relative;
    margin-top: 0;
}
.talking-area h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 1px;
    background: #fff;
    left: 0;
}
.talking-area .easi-link a  {
    font: normal normal 600 14px / 17px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-right: 10px;
    border: 1px solid #fff;
    padding: 13px;
    display: inline-block;
}
.talking-area .easi-link a:hover {
    background: #fff;
    text-decoration: none;
    color: #0D213E;
} 
.talking-area .easi-link{
    display: flex;
}
.talking-area .easi-link a.video-t {
    font: normal normal 600 20px / 24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #899FBB;
    border: none;
    padding: 10px 13px;
}
.coding-light-area , .coding-easi-area1{
    min-height: 700px;
}
.light-easi-area1 .light-easi-link a{
    font: normal normal 600 13px / 17px D-DIN-PRO;
    padding: 10px;
}
.bot-dropdown{
    display: flex;
    margin-top: 150px;
    width: 100%;
}
.bot-dropdown .dropdown-toggle {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    background: #627695;
    font-family: 'D-DIN-PRO';
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 0;
    margin-right: 30px;
    letter-spacing: 1px;
}
.bot-dropdown .five{
    background: #A582BD;
}
.bot-dropdown .six{
    background: #D8AA86;
}
.bot-dropdown .dropdown-item {
    font-family: 'D-DIN-PRO';
    font-weight: 500;
    padding: 8px 15px;
    letter-spacing: 1px;
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 5px;
    background: #D8AA86;
}
.bot-dropdown .dropdown-menu {
    border-radius: 0 !important;
    background: transparent;
    border: none;
    box-shadow: none;
}

.page .coding-area-text p {
    margin-bottom: 20px;
    font: normal normal 300 20px / 30px D-DIN-PRO;
    letter-spacing: 0.45px;
}

.page .coding-area-text h2 {
 font-size: 50px;
}

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 2px solid #0D213E;
}

.microsoft-provides-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 52px 0 64px;
  background: #fff;
}
.microsoft-provides-area p{
  font: normal normal 600 30px/40px D-DIN-PRO;
  letter-spacing: 0.45px;
  color: #000000;
}
.talking-area h2 span{
    display: block;
    font: normal normal 500 30px/36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 12px;
}
.ms-area h2:after{
    width: 100%;
}
.ms-area .easi-link a.video-website{
    font: normal normal 600 20px / 24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
    background: #F1C7A6;
    border: none;
    padding: 10px 32px;
}
.ms-area .row{
    display: flex;
    align-items: center;
}
.ms-team-area h2 span{
    display: block;
    font: normal normal 500 30px/36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #375D8E;
    margin-top: 12px;
}
.ms-booking-area h2 span{
    display: block;
    font: normal normal 500 30px/36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #899FBB;
    margin-top: 12px;
}
.ms-team-area .video-download{
    font: normal normal 600 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #0D213E;
    border: none;
    padding: 10px 15px;
    border: none;
}
.ms-team-area .light-easi-link a{
    background: #375D8E;
    font: normal normal 600 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: none;
    padding: 10px 20px;
}
.ms-team-area .light-easi-link a:hover{
    background: #0D213E;
}
.ms-booking-area .light-easi-link a{
    background: #375D8E;
    font: normal normal 600 20px/24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: none;
    padding: 10px 20px;
}
.ms-booking-area .light-easi-link a:hover{
    background: #7C5597;
}
.ms-booking-area .lego-link {
    margin-top: 80px;
}
.coding-appa-area .light-area , .coding-appa-area .easi-area1{
    min-height: 600px;
}
.coding-appa-area .light-easi-link a {
    font: normal normal 600 18px / 24px D-DIN-PRO;
    padding: 10px;
}
.coding-area-text p{
    margin-bottom: 50px;
}
.coding-area-text{
    padding-bottom: 20px;
}
.about-us-link-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 22px 0 31px;
}
.about-us-link-section ul{
    padding: 0;
    margin: 0;
}
.about-us-link-section li{
    display: inline-block;
}
.about-us-link-section li a{
    font: normal normal 600 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #899FBB;
    border: 1px solid #9EB3D0;
    border-radius: 10px;
    padding: 4px 18px;
    display: inline-block;
    margin-right: 10px;
}
.about-us-link-section li a:hover{
    text-decoration: none;
    background: #7C5597;
    border-color: #7C5597;
    color: #fff;
}
.mission-statement {
    width: 100%;
    display: flex;
    padding: 86px 0 102px;
    flex-direction: column;
    background: url(../images/slider-img-border.png) #0D213E;
    background-size: 970px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.mission-statement h2{
    font: normal normal 700 40px/50px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-bottom: 22px;
    margin-bottom: 52px;
    position: relative;
}
.mission-statement p{
    font: normal normal 600 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.mission-statement h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: #BB4B9A;
    left: 0;
}


.our-profile {
    width: 100%;
    display: flex;
    padding: 86px 0 102px;
    flex-direction: column;
    background: url(../images/m-inter-1.png) #627695;
    background-size: 970px;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.our-profile h2{
    font: normal normal 700 40px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-bottom: 22px;
    margin-bottom: 52px;
    position: relative;
}
.our-profile p{
    font: normal normal 600 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.our-profile h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: #fff;
    left: 0;
}
.pilicies-text-panel{
    width: 100%;
    display: flex;
    background: #fff;
    margin-bottom: 13px;
}
.pilicies-img-area{
    width: 20%;
}
.pilicies-img-area img{
    width: 122px;
    height: 160px;
    object-fit: cover;
}
.pilicies-text-panel{
    font: normal normal 700 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #627695;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.pilicies-text-area1{
    width: 65%;
    text-align: left;
    padding: 0 30px;
}
.pilicies-down-button {
    width: 15%;
    height: 160px;
    color: #fff;
    background: #C4D1E5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pilicies-text-area h2{
    font: normal normal 700 40px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.pilicies-text-area h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
}
.strategy-text-area h2{
    font: normal normal 700 40px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.strategy-text-area h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
}
.strategy-pilicies-area{
    width: 100%;
    display: flex;
    padding: 60px 0;
    background: rgb(124,85,151);
    background: linear-gradient(90deg, rgba(124,85,151,1) 50%, rgba(241,199,166,1) 50%);
}
.staff-area{
    width: 100%;
    display: flex;
    padding: 60px 0;
    background: #fff;
}
.staff-area h2{
    font: normal normal 700 40px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #7C5597;
    padding-bottom: 22px;
    margin-bottom: 79px;
    position: relative;
}
.staff-area h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #C4D1E5;
    max-width: 960px;
    left: 0;
}
.staff-area h3{
    font: normal normal 700 30px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 22px 30px;
    margin-bottom: 50px;
    background: #0D213E;
    margin-top: 0;
}
.staff-area h4{
    font: normal normal 700 24px/30px D-DIN-PRO;
    letter-spacing: 0px;
    min-height: 30px;
    color: #0D213E;
    margin-bottom: 16px;
}
.staff-area p{
    font: normal normal 600 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
    margin: 0 0 6px 0;
}
.staff-area a{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #627695;
    text-decoration: underline;
}
.staff-mar-area{
    margin-bottom: 10px;
}
.about-panel-end{
    display: flex;
    align-items: flex-end;
}
.latest-vacancy-area{
    font: normal normal 700 60px/72px D-DIN-PRO;
    letter-spacing: 0px;
    color: #411B8B;
    padding: 49px 0;
    background: #fff;
}
.vacancy-top-panel{
    background: url(../images/slider-img-border.png) #7C5597;
    background-size: 970px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.vacancy-top-img img{
    width: 100%;
}
.vacancy-top-panel h2{
    font: normal normal bold 90px/120px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.vacancy-top-panel h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #627695;
    max-width: 960px;
    left: 0;
}
.vacancy-top-panel p{
    font: normal normal 500 30px/40px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.vacancy-top-panel a{
    font: normal normal 500 24px/24px D-DIN-PRO;
    letter-spacing: 0px;
    padding: 10px 50px;
    border:1px solid #fff;
    color: #F1C7A6;
    margin-top: 132px;
    display: inline-block;
}
.vacancy-top-panel a:hover{
    text-decoration: none;
    background: #fff;
    color: #0D213E;
}
.vacancy-top-panel .row{
    display: flex;
    align-items: center;
}
.vacancy-mid-panel{
    background: url(../images/m-inter-1.png) #D8AA86;
    background-size: 970px;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.vacancy-mid-panel a{
    color: #fff;
}
.vacancy-mid-panel h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
    max-width: 960px;
    left: 0;
}
.vacancy-down-panel{
    width: 100%;
    display: flex;
    padding: 60px 0;
    background: #627695;
}
.vacancy-down-panel h2{
    font: normal normal bold 60px/72px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.vacancy-down-panel h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    max-width: 960px;
    left: 0;
}
.vacancy-section-panel {
    width: 100%;
    display: flex;
    margin-bottom: 13px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
}
.vacancy-section-panel a{
    font: normal normal bold 20px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
    padding: 32px 56px;
    background: #C4D1E5;
}
.vacancy-section-panel a:hover{
    text-decoration: none;
    background: #0D213E;
    color: #fff;
}
.vacancy-section-text{
    padding-left: 44px;
}
.vacancy-section-text h4{
    font: normal normal 700 24px/40px D-DIN-PRO;
    letter-spacing: 0px;
    margin-bottom: 0;
    color: #627695;
}
.vacancy-section-text p{
    font: normal normal 600 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000000;
}
.vacancy-down-panel .see-more a{
    border-radius: 0;
    border-color: #fff;
    font: normal normal 500 20px / 30px D-DIN-PRO;
    color: #fff;
}
.vacancy-down-panel .see-more a:hover{
    background: #7C5597;
    border-color: #7C5597;
    color: #fff;
    text-decoration: none;
}
.vacancy-down-panel .see-more{
    justify-content: center;
}
.assessment-tool-head-text{
    background: #C6379C;
    padding: 32px 0;
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
}
.assessment-tool-area , .assessment-tool-area1{
    position: relative;
    width: 100%;
    display: flex;
    z-index: 9;
}
.assessment-tool-area .light-area , .assessment-tool-area .easi-area1 , .assessment-tool-area1 .light-area , .assessment-tool-area1 .easi-area1{
    min-height: 700px;
}
.assessment-tool-area p , .assessment-tool-area1 p {
    font: normal normal 500 20px / 24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.assessment-tool-area .light-easi-link a {
    font: normal normal 600 18px / 24px D-DIN-PRO;
    padding: 10px;
}
.assessment-tool-area .container , .assessment-tool-area1 .container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.assessment-tool-area1 .light-area{
    background: #F1C7A6;
}
.assessment-tool-area1 .easi-area1{
    background: #411B8B;
}
.assessment-tool-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.assessment-tool-text1 .assessment-tool-text{
    justify-content: center;
}

.assessment-tool-area1 .lego-link{
    justify-content: flex-start;
}
.assessment-tool-area1 .ms-booking-area .light-easi-link a{
    background: #899FBB;
}
.assessment-tool-area1 .ms-booking-area .light-easi-link a:hover{
    background: #E549B7;
}
.assessment-tool-area1 .light-easi-link a{
    background: #899FBB;
}
.assessment-tool-area1 .light-easi-link a:hover{
    background: #0D213E;
}


.literacy-tool-head-text {
    background: #F1C7A6;
    padding: 32px 0;
    color: #375D8E;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
}

.assessment-tool-area1 .ms-team-area p{
    color: #0D213E;
}
.assessment-tool-area1 h2 span{
    color: #375D8E;
}
.assessment-tool-area1 .ms-booking-area h2 span{
    color: #F1C7A6;
}
.assessment-tool-area1 .light-area-text h2:after {
    background: #375D8E;
}
.assessment-tool-area1 .easi-area1-text h2:after {
    background: #fff;
}
.assessment-tool-text1{
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    justify-content: center;
}
.content-creation-head-text{
    background: #7C5597;
    padding: 32px 0;
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
}
.book-creator .easi-area1{
    background: #C4D1E5;
}
.book-creator .ms-team-area .light-easi-link a {
    font: normal normal 600 18px / 24px D-DIN-PRO;
    padding: 10px;
}
.book-creator .lego-link a {
    font: normal normal 600 18px / 24px D-DIN-PRO;
    padding: 10px;
}
.book-creator p{
    color: #0D213E;
}
.book-creator .easi-area1-text h2{
    color: #375D8E;
}
.book-creator .easi-area1-text h2 span{
    color: #FFFFFF;
}
.book-creator .light-area-text h2:after{
    background: #375D8E;
}
.book-creator .easi-area1-text h2:after{
    background: #D8AA86;
}

.storybook-clicker-area {
    position: relative;
    width: 100%;
    display: flex;
    z-index: 9;
}
.storybook-clicker-area .light-area{
    background: #375D8E;
}
.storybook-clicker-area .easi-area1{
    background: #411B8B;
}
.storybook-clicker-area h2 span{
    display: block;
    font: normal normal 500 30px / 36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #F1C7A6;
    margin-top: 12px;
}
.storybook-clicker-area .assessment-tool-text1 p {
    font: normal normal 500 20px / 24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.storybook-clicker-area .light-area-text h2{
    color: #F1C7A6;
}
.storybook-clicker-area .light-area-text h2 span{
    color: #fff;
}
.storybook-clicker-area .light-area-text h2:after {
    background: #fff;
}
.storybook-clicker-area .light-easi-link a{
    font: normal normal 500 20px / 24px D-DIN-PRO;
    letter-spacing: 0px;
    color: #FFFFFF;
    border:none;
    padding: 10px 20px;
}
.storybook-clicker-area .light-easi-link{
    margin-top: 80px;
}
.storybook-clicker-area .light-easi-link a:hover {
    background: #F1C7A6;
    color: #0D213E;
}

.storybook-clicker-area1 .light-easi-link {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.storybook-clicker-area1 .light-easi-link a {
    font: normal normal 600 18px / 24px D-DIN-PRO;
    padding: 10px;
    margin-right: 5px;
}
.storybook-clicker-area1 .light-easi-link a:nth-child(4) , .storybook-clicker-area1 .light-easi-link a:nth-child(5){
    background: transparent;
    border:1px solid #fff;
    color: #fff;
}
.storybook-clicker-area1 .ms-team-area .light-easi-link {
    display: inline-block;
    margin-top: 20px;
    padding: 0 15px;
}
.storybook-clicker-area1 .light-easi-link a:nth-child(4):hover , .storybook-clicker-area1 .light-easi-link a:nth-child(5):hover{
    background: #fff;
    color: #0D213E;
}
.book-creator .light-area , .book-creator .easi-area1{
    min-height: 550px;
}
.storybook-clicker-area .light-area , .storybook-clicker-area .easi-area1{
    min-height: 550px;
}
.digital-resources-head-text{
    background: #0D213E;
    padding: 32px 0;
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 13px;
}
.virtual-area{
    background: #375D8E;
    padding: 25px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.virtual-area .row{
    align-items: center;
    display: flex;
}
.virtual-area h2 {
    font: normal normal 600 40px / 48px D-DIN-PRO;
    letter-spacing: 0px;
    color: #F1C7A6;
    padding-bottom: 48px;
    margin-bottom: 48px;
    position: relative;
    margin-top: 0;
}
.virtual-area p {
    font: normal normal 500 30px / 36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 20px;
}
.virtual-area h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
}
.virtual-area img{
    width: 100%;
}

.audio-literacy-area{
    position: relative;
    width: 100%;
    display: flex;
    z-index: 9;
}
.audio-literacy-area .light-area{
    min-height: 400px;
}
.audio-literacy-area .easi-area1{
    min-height: 400px;
}
.audio-literacy-area .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.audio-literacy-area p{
    font: normal normal 500 30px/36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #375D8E;
}
.audio-literacy-area .assessment-tool-text{
    min-height: 100px;
}
.audio-literacy-area .light-area-text img, .audio-literacy-area .easi-area1-text img{
    margin-top: 0;
}
.coding-interactive-area{
    position: relative;
    width: 100%;
    display: flex;
    z-index: 9;
}
.coding-interactive-area .light-area{
    min-height: 400px;
    background: #F1C7A6;
}
.coding-interactive-area .easi-area1{
    min-height: 400px;
    background: #411B8B;
}
.coding-interactive-area .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.coding-interactive-area p{
    font: normal normal 500 30px/36px D-DIN-PRO;
    letter-spacing: 0px;
    color: #375D8E;
}
.coding-interactive-area .assessment-tool-text{
    min-height: 100px;
}
.coding-interactive-area .light-area-text img, .coding-interactive-area .easi-area1-text img{
    margin-top: 0;
}
.coding-interactive-area .easi-area1-text p{
    color: #F1C7A6;
}
.circular-home{
    background: #627695!important;
}
.virtual-area-page{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 74px 0 94px;
    background: #ECF0F6;
}
.virtual-area-page p {
    color: #0D213E;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.45px;
    margin-bottom: 0;
}
.virtual-area-page h3{
    margin-top: 0;
}
.back-to-top{
    position: fixed;
    right: 0;
    bottom: 5px;
    z-index: 99999;
}
.back-to-top a {
    background: #C6379C;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}
.back-to-top a:hover{
    text-decoration: none;
}

.vacancy-left .file-up input::file-selector-button {
  background: #627695;
  border: 0;
  border-radius: 10px;
  padding: 2px 50px;
  font: normal normal 500 24px/20px D-DIN-PRO;
  letter-spacing: 0px;
  color: #FFFFFF;
  height: 55px;
  float: right;
  position: relative;
  right: -20px;
  top: -15px;
}
.vacancy-left .file-up .form-control{
    padding: 15px;
}
.file-up{
    max-width: 645px;
}
.menu-logo{
    width: auto;
    float: left;
    position: relative;
    z-index: 999;
}
.news-image-bottom-text a{
    color: #fff;
}
.jaw_symbol{
    display: none;
}
.news-panel-area a{
    color: #000;
    text-decoration: none;
}
.caricular-text p{
    margin-bottom: 0;
}
.owl-carousel {
    touch-action: pan-y !important;
}
.sub-menu-toggle{
    display: none;
}
.easi-area1-text h2 a , .teaching-reource-area span a , .digital-reource-area span a , .digital-area a{
    color: #fff;
    text-decoration: none;
}
.pilicies-down-button a , .policies-reource-area span a , .parents-reource-area span a , .cloud-reource-area a , .coding-reource-area span a {
    color: #fff;
    text-decoration: none;
}
.light-area-text h2 a{
    color: #0D213E;
    text-decoration: none;
}
.virtual-area h2 a{
    color: #F1C7A6;
    text-decoration: none;
}
.digital-area a{
    text-align: center;
}
.top-dropdown .dropdown:nth-child(2) .dropdown-item{
    background: #A582BD;
    padding: 8px 9px;
    letter-spacing: normal;
}
.app-any-area img{
    width: 30px;
}
.page-id-201 .virtual-area-1 h2:after {
    max-width: 745px;
}
.page-id-50 .digital-resorces-1{
    background: #627695;
}

.digital-1 a , .digital-2 a , .m-inter a , .project-panel-1-right a , .activities-panel-text a{
    color: #fff;
    text-decoration: none;
}
.pilicies-down-button img{
    width: 32px;
}

.page-id-41 .vacancy-left .checkbox label{
    padding-left: 4px;
}
.error404 .microsoft-provides-area img{
    width: 100%;
}
.wp-block-file a{
    font: normal normal 500 16px / 30px D-DIN-PRO;
    letter-spacing: 0px;
}
#wp-block-file--media-957ec667-7e5b-4bbc-b250-a934da007959{
    color: #627695;
}

.page-id-204 .help-file-area h3:after{
    width: 100%;
}
.page-id-204 .help-file-panel-1 h4 , .page-id-204 .help-file-panel-2 h4 , .page-id-204 .help-file-panel-3 h4 , .page-id-204 .help-file-panel-4 h4, .page-id-204 .help-file-panel-5 h4{
    text-align: center;
}
.page-id-204 .help-file-panel-1 h4 a , .page-id-204 .help-file-panel-2 h4 a , .page-id-204 .help-file-panel-3 h4 a , .page-id-204 .help-file-panel-4 h4 a {
    font: normal normal 600 18px / 18px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
    text-align: center;
}
.page-id-204 .help-file-panel-1 h4 a:hover , .page-id-204 .help-file-panel-2 h4 a:hover , .page-id-204 .help-file-panel-3 h4 a:hover , .page-id-204 .help-file-panel-4 h4 a:hover, .page-id-204 .help-file-panel-5 h4 a:hover{
    text-decoration: none;
}
.page-id-204 .help-file-panel-1 span , .page-id-204 .help-file-panel-2 span , .page-id-204 .help-file-panel-3 span , .page-id-204 .help-file-panel-4 span, .page-id-204 .help-file-panel-5 span{
    margin-top: 25px;
    font: normal normal 500 14px / 16px D-DIN-PRO;
    min-height: 45px;
}
.page-id-204 .help-file-panel-1 , .page-id-204 .help-file-panel-2 , .page-id-204 .help-file-panel-3 , .page-id-204 .help-file-panel-4, .page-id-204 .help-file-panel-5{
    margin-top: 0;
}
.page-id-204 .help-file-area2 span{
    font: normal normal 500 18px / 18px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
}
.page-id-204 .help-file-area2 .help-file-panel-1 h4 a , .page-id-204 .help-file-area2 .help-file-panel-2 h4 a , .page-id-204 .help-file-area2 .help-file-panel-3 h4 a , .page-id-204 .help-file-area2 .help-file-panel-4 h4 a , .page-id-204 .help-file-area2 .help-file-panel-5 h4 a {
    font: normal normal 600 24px / 30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
}
.page-id-204 .help-file-area2 .help-file-panel-1 p a {
    color: #E549B7;
}
.page-id-204 .help-file-area2 p {
    font: normal normal 500 18px / 26px D-DIN-PRO;
    letter-spacing: 0px;
    color: #0D213E;
    text-align: center;
}
.page-id-204 .help-file-area2 .help-file-panel-1 , .page-id-204 .help-file-area2 .help-file-panel-2 , .page-id-204 .help-file-area2 .help-file-panel-3 , .page-id-204 .help-file-area2 .help-file-panel-4 .help-file-panel-5{
    margin-top: 5px;
}
.help-file-area1{
    padding-bottom: 0;
}




.microsoft-provides-area {
    width: 100%;
    display: flex;
}
.page .microsoft-provides-area h2{
    font: normal normal 700 32px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
    padding-bottom: 22px;
    margin-bottom: 52px;
    position: relative;
}
.page .microsoft-provides-area p{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
}
.page .microsoft-provides-area p strong{
    font: normal normal 600 20px/30px D-DIN-PRO;
}
.page .microsoft-provides-area a{
    color: #7C5597;
}
.page .microsoft-provides-area h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
}
.page .microsoft-provides-area h1{
    font: normal normal 700 40px/50px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
}
.page .microsoft-provides-area .bg-showmore-plg-button{
    border-radius: 0;
    border: 1px solid #7C5597;
    font: normal normal 500 20px / 30px D-DIN-PRO;
    color: #7C5597!important;
    padding: 4px 18px;
    background: transparent;
}
.page .microsoft-provides-area .bg-showmore-plg-button:hover{
    background: #7C5597;
    border-color: #7C5597;
    color: #fff!important;
    text-decoration: none;
}
.page .microsoft-provides-area .wp-block-separator {
    border-bottom: 1px solid #000;
    opacity: 1;
    width: 100%!important;
}
.page .microsoft-provides-area ol{
    margin: 0 15px;
    padding: 0;
}
.page .microsoft-provides-area li{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
}
.page .microsoft-provides-area .wp-block-image{
    margin: 30px 0;
}
.page .microsoft-provides-area .wp-block-image figcaption{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
    text-align: left;
}
.page .microsoft-provides-area a.wp-block-button__link{
    background: transparent;
    border:1px solid #7C5597;
}
.page .microsoft-provides-area a.wp-block-button__link:hover{
    background: #7C5597;
    border:1px solid #7C5597;
    color: #fff;
    text-decoration: none;
}
.digital-resorces-4.parents-resources-area{
    margin-bottom: 0;
}
.help-file-panel-loop.parents-resources a{
    color: #C6379C;
}
.help-file-panel-loop.parents-resources a:hover{
    text-decoration: none;
}
.resourcesfilearea h3:after{
    width: 100%;
}
.collapse-area button{
    font-size: 20px;
    line-height: 24px;
    font-family: 'D-DIN-PRO';
    color: #000;
    background: transparent;
    padding: 15px;
    width: 100%;
    text-align: left;
    border:1px solid #000;
    letter-spacing: 1px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.collapse-area .collapse-text{
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'D-DIN-PRO';
    color: #000;
    border:1px solid #000;
    letter-spacing: 0.5px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.collapse-area .collapse-text p{
    font-size: 16px;
    line-height: 20px;
    font-family: 'D-DIN-PRO';
    color: #000;
}
.collapse-area button {
    background: url(../images/plus.svg) no-repeat;
    background-position: 99% center;
    background-size: 40px;
}
.collapse-area button[aria-expanded="true"] {
    background: url(../images/minus.svg) no-repeat;
    background-position: 99% center;
    background-size: 40px;
}
.collapse-area button[aria-expanded="false"] {
    background: url(../images/plus.svg) no-repeat;
    background-position: 99% center;
    background-size: 40px;
}

.page-id-8700 .coding-area-text img{
    width: 100%;
}

.coding-area-text a.specialreadmore{
    font: normal normal 500 16px / 30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #899FBB;
    border: 1px solid #9EB3D0;
    border-radius: 10px;
    padding: 4px 18px;
    margin-top: 20px;
    display: inline-block;
}
.coding-area-text a.specialreadmore:hover{
    background: #7C5597;
    border-color: #7C5597;
    color: #fff;
    text-decoration: none;
}
.activities-area-text a.specialreadmore{
    font: normal normal 500 16px / 30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #899FBB;
    border: 1px solid #9EB3D0;
    border-radius: 10px;
    padding: 4px 18px;
    margin-top: 20px;
    display: inline-block;
}
.activities-area-text a.specialreadmore:hover{
    background: #7C5597;
    border-color: #7C5597;
    color: #fff;
    text-decoration: none;
}

.ocstwoimage{
    width: 100%;
    display: flex;
    padding: 100px 0 0;
}
.ocstwoimage img{
    width: 100%;
    margin-bottom: 20px;
}
.ocstwoimage p{
    font: normal normal 500 18px / 24px D-DIN-PRO;
    color: #0D213E;
}
.sbcpage .row{
    flex-flow: wrap;
}
.sbcpage{
    padding: 50px 0;
}
.sbcpage a{
    color: #375D8E;
}
.sbcpage a:hover{
    text-decoration: none;
}
.microbit.collapse-area{
    padding: 50px 0;
}
.microbit.collapse-area h2{
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    font-weight: 700;
    color: #411B8B;
    font-size: 20px;
    margin: 8px 0;
    line-height: 30px;
}
.microbit.collapse-area ol{
    margin: 0 15px;
    padding: 0;
}
.microbit.collapse-area li{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
}
.microbit.collapse-area li a{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
}
.projects-area-text , .activities-area-text{
    width: 100%;
    display: flex;
    padding: 60px 0;
}
.projects-area-text p , .vlp-link-summary{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
    word-break: break-all;
}
.read-more{
   color: #411B8B; 
}
.projects-area-text h2{
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    font-weight: 700;
    color: #411B8B;
    font-size: 30px;
    margin: 8px 0;
    line-height: 30px;
}
.projects-area-text h4 , .vlp-link-title{
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    font-weight: 700;
    color: #411B8B;
    font-size: 20px;
    margin: 8px 0;
    line-height: 24px;
}
.projects-area-text a.wp-block-button__link{
    font: normal normal 500 16px / 30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #899FBB;
    border: 1px solid #9EB3D0;
    border-radius: 10px;
    padding: 4px 18px;
    margin-top: 20px;
    display: inline-block;
    background: transparent;
}
.projects-area-text a.wp-block-button__link:hover{
    background: #7C5597;
    border-color: #7C5597;
    color: #fff;
    text-decoration: none;
}
.wp-block-list li{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
}
.wp-block-list li a{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
}
.has-text-align-center a{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
}
.activities-area-text h2 , .code-second h3{
    font-family: 'D-DIN-PRO';
    text-decoration: none;
    font-weight: 700;
    color: #411B8B;
    font-size: 30px;
    margin: 20px 0;
    line-height: 30px;
}
.activities-area-text p {
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
}
.activities-area-text a{
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
}
.code-first a , .code-second a {
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #411B8B;
}
.code-first , .code-second , .code-third{
    width: 100%;
    padding: 50px 0;
    display: flex;
}
.code-first img , .code-second img{
    width: 100%;
}
.code-first .row , .code-second .row , .code-third .row{
    width: 100%;
}
.activities-area-text .code-second h2:first-child{
    margin-top: 0;
}
.code-third {
    font: normal normal 500 16px/30px D-DIN-PRO;
    letter-spacing: 0px;
    color: #000;
}
.code-third-panel{
    display: flex;
    align-items: center;
    gap:10px;
    justify-content: center;
}
.code-third-panel svg{
    width: 20px;
}