/***** General CSS *****/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {

  font-family: 'Roboto', sans-serif;

  overflow-x: hidden;

  font-size: 14px;

  line-height: 22px;

  color: #555555;

  position: relative;

}

html{

    overflow-x:hidden !important;

}


@font-face {

  font-family: 'Cooper ';

  font-style: normal;

  font-weight: normal;

  src: url('../../fonts/CooperBlackStd.woff2') format('woff2');

  }

  

*:focus{

  outline: none;

}



a {

    text-decoration: none;

    color: #000;

}

a:hover, a:focus {

    text-decoration: none;

}

a:hover {

    transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

}



img {

  max-width:100%;

}





input[type="text"]:focus, textarea:focus, input[type="password"]:focus, select:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    outline: none;

}



select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea, input[type="tel"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}

img.showmob {
    display: none;
}


ul {

    padding: 0;

    margin:0;

    list-style-type: none;

}



h1, h2, h3, h4, h5, h6 {

  font-family: 'Roboto';

}

.mt-5{

  margin-top: 50px;

}

.mb-5{

  margin-bottom: 50px;

}



.mr-1{

  margin-right: 10px;

}

.mr-2{

  margin-right: 20px;

}

.mt-8{

  margin-top: 80px;

}

.mt-4{

  margin-top: 40px;

}

.mt-3{

  margin-top: 30px;

}

.mt-2{

  margin-top: 20px;

}

.center-col {

    margin: 0 auto;

    display: table;

    float: none;

}



.all-section {

    padding: 80px 0px;

}



.theme-heading {

    margin: 0 0 30px;

    position:relative;

}



.theme-heading h2 {

    color: #e47225;

    font-size: 45px;

    margin: 0 0 20px;

    position:relative;

}





.theme-heading p {

    color: #414141;

    font-size: 14px;

    margin: 0px;

}



/* BEGIN: HEADER SEC CSS */

 .btn11{

  position: relative;

  background: rgb(0, 89, 255);

  z-index: 1;

  transition: all 0.3s ease-out;

}

.btn11:hover {

  color: black;

  cursor: pointer;

}



.btn11::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #fffb0e;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}



.btn11 {

  letter-spacing: 1px;

  height: 3em;

  width: 15em;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #c00000;

  color: rgb(255, 255, 255);

  font-size: 18px;

  border: none;

  border-radius: 5px;

  transition: all 0.3s ease-out;

   font-family: 'Cooper ';

  padding: 0 !important;

}



.btn11:hover:after {

  width: 100%;

}

.top-bar-ul .btn-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}

.top-bar {
}

.top-bar-ul .btn-ul li:last-child {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-bar-ul .menu-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top-bar-ul .menu-ul li {
    flex: 1;
    text-align: center;
 
    font-family: 'Roboto';
    font-size: 20px;
    background-color: var(--i);
}

.top-bar-ul .menu-ul li a {
    color: #C00000;
    display:block;
       padding: 20px 10px; 
    text-transform: uppercase;
}


.top-bar-ul .menu-ul li:hover {
    background: red;
}

.top-bar-ul .menu-ul li:hover a {
    color: white;
}


/*about page css*/

.special-need .themes-padd:first-child {
    padding-bottom: 0;
    padding-top: 50px;
   
}

.themes-padd.cntct-pg-sec {
    padding: 50px;
}

.themes-padd.cntct-pg-sec .container {
    background: #FBE5D6;
    padding-bottom: 20px;
}
 .special-need {
     margin-top:50px;
     margin-bottom:50px;
 }
 
 .special-need .about-elemnt.about-elemnt3 {
    filter: opacity(0.5);
}

.special-need .sect-2 p {
    /*text-shadow: 0 0 1px black;*/
    font-weight: 500;
}
 .special-need .about-elemnt.about-elemnt3 {
    filter: opacity(0.5);
}
 .themes-padd.teach-pg-sec {
    padding: 50px 0;
}

.mob-padd.ab-pg-sc {
    padding: 50px 0;
}
.special-need   > .container {
    background: #FBE5D6;
    padding-bottom: 20px;
}

.sect-2.themes-padd.ms-whittle-pg {
    padding-top: 50px;
    
    
}
.sect-2.themes-padd.ms-whittle-pg .container, .teach-pg-sec .container{
    background:#FBE5D6;
}
  .teach-pg-sec .container{
    background:#FBE5D6;
    padding-bottom:20px;
}


.ab-pg-sc .female_content {
    /*background: #FBE5D6;*/
    padding: 30px 15px;
}

.ab-pg-sc .col-lg-9.p-wid {
    margin-top: 0;
}
.abt_page_bg  .row {
    background: #FBE5D6;
    width: 100% !important;
    padding: 10px 20px;
}
.ab-pg-sc .about-elemnt {
    display: none;
}


/* sidenav-css start */

.sidenav {

  height: 100%;

  position: fixed;

  z-index: 999;

  top: 0;

  left: -500px;

  background: #e47225;

  background-repeat: no-repeat;

  background-size: cover;

  overflow-x: hidden;

  padding-top: 60px;

  transition: 0.2s;

  -webkit-transition: 0.2s;

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

  width: 250px;

}

/* The navigation menu links */



/* When you mouse over the navigation links, change their color */

.sidenav a:hover, .sidenav a:focus {

  color: #000;

  text-decoration: none;

  padding-left: 40px;

}



.sidenav .closebtn {

  position: absolute;

  top: 0;

  right: 25px;

  font-size: 36px;

  margin-left: 50px;

}

.sidenav a {

  padding: 8px 8px 8px 32px;

  text-decoration: none;

  font-size: 12px;

  color: #fff;

  display: block;

  transition: 0.3s;

  text-transform: uppercase;

}

.mobilecontainer span {

  color: #e47225;

  margin-right: 10px;

  margin: 0px 9px;

  padding: 10px 0;

  position: relative;

  z-index: 1;

}

.mobilecontainer img {

  width: 63px;

  margin: -19px 0;

  position: relative;

  z-index: 1;

}

.mobilecontainer {

  background-color: #fff;

  padding-left: 20px;

}

/* sidenav-css end */







/*navigation*/

header {

  /*margin-bottom: 60px;*/

  margin-bottom: 10px;

}



.main-navigate {

    margin: 0;

    background: transparent;

    padding: 15px 3%;

}



.nav-flex {

    display: flex;

    align-items: center;

}













.logo img{

  /*width: 85%;*/

  width: 55%;

  animation: popup 2s infinite;

}

@keyframes popup{

  0%{

    transform: scale(1);

  }

  50%{

    transform: scale(1.1);

  }

  100%{

    transform: scale(1);

  }

}



/*****************popup css***************************/



.main-lgn input#email {

    width: 100%;

    padding: 10px;

    border-radius: 4px;

    border: 1px solid #cfcfcf;

    margin-bottom: 20px;

}



.main-lgn input#password {

    width: 100%;

    padding: 10px;

    border-radius: 4px;

    border: 1px solid #cfcfcf;

    margin-bottom: 20px;

}



.main-lgn .modal-content {

    padding: 50px 70px 90px;

}



.main-lgn h3 {

    font-size: 34px;

    font-weight: 600;

    text-transform: uppercase;

    margin-bottom: 20px;

}



.main-lgn button#btn-login, .main-lgn button#send_email {

    width: 100%;

    height: 47px;

    background-color: #4e5d6f;

    display: inline-block;

    border-radius: 50px;

    text-align: center;

    font-size: 15px;

    color: #ffffff;

    padding: 13px 0;

    margin-top: 0px;

    font-weight: 500;

    margin-bottom: 19px;

    text-transform: uppercase;

}



/*******************************************/



/* header */

.header-btn-sec {

  display: flex;

  justify-content: flex-end;

  align-items: baseline;

}



.btn-simple{

  padding: 18px 40px 13px;

  background-color: #088808;

  border-radius: 50px;

  font-family: 'Cooper ';

  font-size: 16px;

  font-weight: 400;

  color: white;

  z-index: 99999;

  animation: rotation 1s infinite;

}

.btn-simple:hover{

  background-color: #FFFF00;

  color: black;

}





@-webkit-keyframes rotation {

    from {

        -webkit-transform: rotate(0deg);

    }

    to {

        -webkit-transform: rotate(359deg);

    }

}



.header-btn-sec ul li{

  display: inline-block;

}







.main-banner{

  background-color:transparent;

  height: 100%;

  width: 100%;

  z-index: -1;

}



.board_girl{

  position: relative;

  left: -90px;

}



.banner-content {

    overflow: hidden;

}



a.theme-btn {

  letter-spacing: 1px;

  height: 3em;

  width: 12em;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #088808;

  color: rgb(255, 255, 255);

  font-size: 18px;

  border: none;

  border-radius: 5px;

  transition: all 0.3s ease-out;

  font-family: 'Cooper';

  position:relative;

  top:0;

}



.theme-btn:hover:after {

  width: 100%;

}

.login_btn1:hover {

    top: 0px;

    position: relative;

    transition: 0.4s ease-in-out;

}

/*.login_btn1{

  animation: rotate 1s infinite;

  transform: rotateX(360deg);

}*/



@-webkit-keyframes rotate{

  0%{

    transform: rotateX(0deg);

  }

  100%{

    transform: rotateX(360deg);

  }

}

.login_btn1:hover{

  transform: rotateX(0);

  animation:none;

}

.login_btn2:hover{

  top: -10px;

  position: relative;

  transition: 0.4s ease-in-out;

}



.watch-video {

    margin-top: 14%;

    position:relative;

    margin-bottom:80px;

}



.watch-video a {

  border: 1px solid;

  padding: 15px 40px 12px 40px;

  font-family: 'Cooper ';

  color: #ffc000;
  display:none;

  line-height: 0;

  font-size: 23px;
    


  position: relative;

-webkit-animation: linear infinite;

-webkit-animation-name: run;

-webkit-animation-duration: 0.8s;





}



.asd {

    position: absolute !important;

    left: -30px !important;

    border: none !important;

    bottom: -20px;

    padding:0 !important;

    -webkit-animation: linear infinite !important;

    -webkit-animation-name: button-run !important;

    -webkit-animation-duration: 0.8s !important;

}







a.asd img {

    width:140px;

}



.watch-video a:hover {

    color: #fff;

    background-color: #088808;

    border-color: #088808;

}

.watch-video a::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #088808;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}

.watch-video a:hover:after {

  width: 100%;

}

@-webkit-keyframes run {

0% {

  left: 0;

}

50% {

  left: 20px;

}

100% {

  left: 0;    

}

}



@-webkit-keyframes button-run {

0% {

  left: 70px;

}

50% {

  left: 50px;

}

100% {

  left: 70px;    

}

}



/* Animation Seven */





.seven span {

  color: #c00000;

  opacity: 0;

  transform: translate(-150px, 0) scale(.3);

  animation: leftRight 2s forwards;

}





@keyframes leftRight {

  40% {

    transform: translate(50px, 0) scale(.7);

    opacity: 1;

    color: #ffc000;

  }



  60% {

    color: #088808;



  }



  80% {

    transform: translate(0) scale(2);

    opacity: 0;

  }



  100% {

    transform: translate(0) scale(1);

    opacity: 1;

  }

}



.ani span:nth-of-type(2) {

  animation-delay: .05s;

}

.ani span:nth-of-type(3) {

  animation-delay: .1s;

}

.ani span:nth-of-type(4) {

  animation-delay: .15s;

}

.ani span:nth-of-type(5) {

  animation-delay: .2s;

}

.ani span:nth-of-type(6) {

  animation-delay: .25s;

}

.ani span:nth-of-type(7) {

  animation-delay: .3s;

}

.ani span:nth-of-type(8) {

  animation-delay: .35s;

}

.ani span:nth-of-type(9) {

  animation-delay: .4s;

}

.ani span:nth-of-type(10) {

  animation-delay: .45s;

}

.ani span:nth-of-type(11) {

  animation-delay: .5s;

}

.ani span:nth-of-type(12) {

  animation-delay: .55s;

}

.ani span:nth-of-type(13) {

  animation-delay: .6s;

}

.ani span:nth-of-type(14) {

  animation-delay: .65s;

}

.ani span:nth-of-type(15) {

  animation-delay: .7s;

}

.ani span:nth-of-type(16) {

  animation-delay: .75s;

}

.ani span:nth-of-type(17) {

  animation-delay: .8s;

}

.ani span:nth-of-type(18) {

  animation-delay: .85s;

}

.ani span:nth-of-type(19) {

  animation-delay: .9s;

}

.ani span:nth-of-type(20) {

  animation-delay: .95s;

}



.ani span {

  display: inline-block;

  text-transform: none;

}

.one span {

  color: #848484;

  opacity: 0;

  transform: translate(-150px, -50px) rotate(-180deg) scale(3);

  animation: revolveScale 2s forwards;

  

}



@keyframes revolveScale {

  60% {

    transform: translate(20px, 20px) rotate(30deg) scale(.3);

  }



  100% {

    transform: translate(0) rotate(0) scale(1);

    opacity: 1;

  }

}































/* .body-video{

  position: fixed;

  top: 50%;

  left: 50%;

  min-width: 100%;

  min-height: 100%;

  width: auto;

  height: auto;

  z-index: -1;

  -ms-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

} */


/*mobile menu css*/

.mb-menu-active .mb-menu {
    left: 0%;  
    transition: 0.5s ease;
}
.mb-menu  .cross {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 35px;
    color: black;
}

.mb-menu {
    height: 100vh;
    transition: 0.5s ease;
    background: #FBE5D6;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
     left: -100%; 
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.mb-menu-active .mobile-headr {
    left: 0;
    transition: 0.5s ease;
}

 

.mb-menu li {
    margin-bottom: 20px;
}

.mb-menu li a {
    font-size: 16px;
    text-transform: uppercase;
}

body.mb-menu-active {
    overflow: hidden;
}

.mb-menu li a:hover {
    color: #FF0000;
}

.ham-bar {
    text-align: end;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #c00000;
    background: #FBE5D6;
    margin-left: auto;
    margin-top: 10px;
    margin-right: 10px;
}



/* body{

  position: relative;

  height: 1200px;

} */

.main-bd{

  position: relative;

  top: 0;

  z-index: 2;

  width: 100%;

  height: 100%;

}

.body-video{

  position: fixed;

  width: 100%;

  height: 100%;

  z-index: 0;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

}
/*.body-video::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://wwinedu.com/assets/front_assets/images/practise.jpeg);
    background-size: cover;
}*/

.body-video video{

  object-fit: cover;

  width: 100%;

  height: 100%;

  position: fixed;

  top: 0;

  left: 0;

}



 .overlay {

  position: absolute;

  top: 0;

  height: 100%;

  width: 100%;

      background-color: #ffffff80;

  opacity: 0.5;

  

}

/*.banner-over{

  position: absolute;

  top: 5%;

  width: 100%;

  height:100%;

  z-index: 2;

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: -1;

}*/



































h1.banner-heading-1 {

  color: #c00000;

  font-family: 'Cooper ';

  font-size: 85px;

  line-height: 110px;

}







h1.banner-heading-2 {

  color: #fffb0e;

  font-size: 45px;

  font-family: 'Cooper ';

  line-height: 50px;

  margin-bottom: 0px;

  position:relative;

}



span.adjust-1 {

    position: absolute;

    top: -120px;

    width: 510px;

    right: -130px;

    z-index: 99999;

}



h3.banner-heading-3 {

  color: #ffc000;

  font-size: 40px;

  font-family: 'Cooper';

  line-height: 50px;

  margin-top: 0px;

  position:relative;

}



span.adjust-2 {

    position: absolute;

    top: 114px;

    width: 460px;

    right: -50px;

    z-index: 99999;

}



img.banner-loud-speaker-img {

  width: 155px !important;

  position: absolute;

  top: -75px;

  left: -29px;

}



.main_child_img_over_column {

  position: relative;

}



.main_child_imges {

  position: absolute;

  top: 75px;

  left: -105px;

  width: 100%;

}



.main_child_psst h3 {

  font-size: 28px !important;

  font-family: 'Cooper ';

  margin-bottom: 15px;

  line-height: 35px;

  

}

.main_child_psst:hover img{

  transform: scale(1.1);

  transition: 0.4s ease-in-out;

}

.main_child_psst h3.rd {

  color: #c00000;

}



.main_child_psst h3.grn {

  color: #088808;

}



.main_child_psst h3.ylw {

  color: #ffc000;

}



.main_child_psst img {

  height: 250px;

  object-fit: contain;

}





img.wittle2 {

  position: absolute;

  width: 9% !important;

  bottom: 6%;

  left: 10%;

  display:none;

}



img.wittle1 {

  position: absolute;

  width: 9% !important;

  bottom: 6%;

  right: 6%;

  transform: rotate(0deg);

}











.wittle3 {

  position: absolute;

  width: 16% !important;

  top: -49%;

  left: -13%;

  z-index: -1;

  animation: popup 2s infinite;

}









/* .watch-video {

  margin-top: 100px;

}





.watch-video a {

  border: 1px solid;

  padding: 15px 40px 12px 40px;

  font-family: 'Cooper ';

  color: #ffc000;

  line-height: 0;

  font-size: 25px;

  

  position: relative;

-webkit-animation: linear infinite;

-webkit-animation-name: run;

-webkit-animation-duration: 0.8s;





}



.watch-video a:hover {

    color: #fff;

    background-color: #088808;

    border-color: #088808;

}

.watch-video a::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #088808;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}

.watch-video a:hover:after {

  width: 100%;

} */



a.btn-login.watch-video-btn {

  margin: auto;

  margin-top: 100px;

  width: 200px;

  height: 50px;

  position: relative;

-webkit-animation: linear infinite;

-webkit-animation-name: run;

-webkit-animation-duration: 0.8s;

}





@-webkit-keyframes run {

0% {

  left: 0;

}

50% {

  left: 20px;

}

100% {

  left: 0;    

}

}



.theme-btn {

  position: relative;

  background: rgb(0, 89, 255);

  z-index: 1;

  transition: all 0.3s ease-out;

}

.theme-btn:hover {

  color: black;

  cursor: pointer;

}



.theme-btn::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #fffb0e;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}



.school_girl{

  animation: jump 2s ease infinite;

}

@keyframes jump{

  0%{

    transform: translateY(0%);

  }

  50%{

    transform: translateY(10%);

  }

  100%{

    transform: translateY(0%);

  }

}

.both_child{

  animation: popup 2s infinite;

}

.school_boy{

  animation: jump 2s ease infinite;

}

/*@keyframes pulse{

  0%{

    transform: translateX(0%);

  }

  50%{

    transform: translateX(5%);

  }

  100%{

    transform: translateX(0%);

  }

}*/



a.theme-btn {

  letter-spacing: 1px;

  height: 3em;

  width: 12em;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #c00000;

  color: rgb(255, 255, 255);

  font-size: 18px;

  border: none;

  border-radius: 5px;

  transition: all 0.3s ease-out;

  font-family: 'Cooper';

}



.theme-btn:hover:after {

  width: 100%;

}

.login_btn1:hover {

    top: 0px;

    position: relative;

    transition: 0.4s ease-in-out;

}

/*.login_btn1{

  animation: rotate 1s infinite;

  transform: rotateX(360deg);

}*/



@-webkit-keyframes rotate{

  0%{

    transform: rotateX(0deg);

  }

  100%{

    transform: rotateX(360deg);

  }

}

.login_btn1:hover{

  transform: rotateX(0);

  animation:none;

}

.login_btn2:hover{

  top: -10px;

  position: relative;

  transition: 0.4s ease-in-out;

}

/*.login_btn2{

  animation: rotate2 1s infinite;

  transform: rotateY(-360deg);

}



@-webkit-keyframes rotate2{

  0%{

    transform: rotateY(0deg);

  }

  100%{

    transform: rotateY(-360deg);

  }

}

.login_btn2:hover{

  transform: rotateX(0);

  animation:none;

}*/







.Buy_nno h2 {

    font-size: 22px;

    font-family: 'Cooper';

    color: #fff;

    transform: rotate(0deg);

    position: absolute;

    left: 0;

    margin-top: 0;

    margin-bottom: 0;

    bottom: auto;

    height: 40px;

    border-radius: 5px;

    padding: 10px;

    top: -40px;

    text-align: center;

    width: 100%;

    background: #c00000;

    cursor: pointer;

    animation: blinkin 2s ease infinite;

}

.fix_buy {

    display: none;

    position: fixed;

    bottom: -112px;

    width: 250px;

    right: 40px;

    z-index: 99;

}

.fix_buy a img {

    background: #fff;

}

.fix_buy:hover{

  right: 40px;

  transition: 0.4s ease-in-out;

  bottom: 0;

}



@keyframes blinkin{

  0%{

    transform:  scale(1);

    

  }

  50%{

    transform: scale(1.2);

    

  }

  100%{

    transition: scale(1);

    

  }

}





h3 span { display:inline-block; animation:float .2s ease-in-out infinite; }

 /*@keyframes float {

  0%,100%{ transform:none; }

  33%{ transform:translateY(-1px) rotate(-2deg); }

  66%{ transform:translateY(1px) rotate(2deg); }

}*/

h3:hover span { animation:bounce .6s; }

@keyframes bounce {

  0%,100%{ transform:translate(0); }

  25%{ transform:rotateX(20deg) translateY(2px) rotate(-3deg); }

  50%{ transform:translateY(-20px) rotate(3deg) scale(1.1);  }

}



.rd span:nth-child(4n) { color:#c00000;}

.rd span:nth-child(4n-1) { color:#c00000; }

.rd span:nth-child(4n-2) { color:#c00000; }

.rd span:nth-child(4n-3) { color:#c00000; }



.grn span:nth-child(4n) { color:#088808;}

.grn span:nth-child(4n-1) { color:#088808; }

.grn span:nth-child(4n-2) { color:#088808; }

.grn span:nth-child(4n-3) { color:#088808; }



.ylw  span:nth-child(4n) { color:#ffc000;}

.ylw span:nth-child(4n-1) { color:#ffc000; }

.ylw span:nth-child(4n-2) { color:#ffc000; }

.ylw span:nth-child(4n-3) { color:#ffc000; }



h3 span:nth-child(2){ animation-delay:.05s; }

h3 span:nth-child(3){ animation-delay:.1s; }

h3 span:nth-child(4){ animation-delay:.15s; }

h3 span:nth-child(5){ animation-delay:.2s; }

h3 span:nth-child(6){ animation-delay:.25s; }

h3 span:nth-child(7){ animation-delay:.3s; }

h3 span:nth-child(8){ animation-delay:.35s; }

h3 span:nth-child(9){ animation-delay:.4s; }

h3 span:nth-child(10){ animation-delay:.45s; }

h3 span:nth-child(11){ animation-delay:.5s; }

h3 span:nth-child(12){ animation-delay:.55s; }

h3 span:nth-child(13){ animation-delay:.6s; }

h3 span:nth-child(14){ animation-delay:.65s; }

h3 span:nth-child(15){ animation-delay:.7s; }

h3 span:nth-child(16){ animation-delay:.75s; }

h3 span:nth-child(17){ animation-delay:.8s; }

h3 span:nth-child(18){ animation-delay:.85s; }

h3 span:nth-child(19){ animation-delay:.9s; }

h3 span:nth-child(20){ animation-delay:.95s; }

h3 span:nth-child(21){ animation-delay:1s; }

h3 span:nth-child(22){ animation-delay:1.05s; }

h3 span:nth-child(23){ animation-delay:1.1s; }

h3 span:nth-child(24){ animation-delay:1.15s; }

h3 span:nth-child(25){ animation-delay:1.20s; }

h3 span:nth-child(26){ animation-delay:1.25s; }

h3 span:nth-child(27){ animation-delay:1.30s; }

h3 span:nth-child(28){ animation-delay:1.35s; }

h3 span:nth-child(29){ animation-delay:1.40s; }

h3 span:nth-child(30){ animation-delay:1.45s; }

h3 span:nth-child(31){ animation-delay:1.50s; }

h3 span:nth-child(32){ animation-delay:1.55s; }

h3 span:nth-child(33){ animation-delay:1.60s; }

h3 span:nth-child(34){ animation-delay:1.65s; }











#myModal .modal-footer{

  border: none;

  text-align: center;

}

#myModal .modal-footer button{

  font-family: 'Cooper';

  font-size: 20px;

  color: #fff;

  padding: 10px 50px;

  border: none;

  background-color: #c00000;

  border-radius: 8px;

  position: relative;

}

#myModal .modal-footer button:hover{

  color: #000;

  transform: 0.4s ease-in-out;

  top: -8px;

}

#myModal .modal-header{

  border: none;

}

#myModal .modal-header button{

  color: #c00000;

  font-size: 60px;

  opacity: 1;

  position: absolute;

  right: 30px;

  top: 12px;

  z-index: 1;

}



#myModal .modal-header button:hover{

  color:#088808;

  transform: rotate(180deg);

  transition: 0.5s ease-in-out;

}

#myModal .modal-body{

  text-align: center;

  padding: 50px 0px;

}

#myModal .modal-body h3{

  font-size: 40px;

  font-family: 'Cooper';

  color: #088808;

  position: relative;

  animation: rightleft 0.5s infinite;

}



@keyframes rightleft{

  0%{

    transform: translateX(0);

  }

  25%{

    transform:translateX(5px);

  }

  50%{

    transform:translateX(0px);

  }

  75%{

    transform:translateX(5px);

  }

  100%{

    transform:translateX(0px);

  }

}





/* new button animation */



.btn-login {

  border: none;

  display: block;

  text-align: center;

  cursor: pointer;

  text-transform: uppercase;

  outline: none;

  overflow: hidden;

  position: relative;

  color: #fff;

  font-weight: 700;

  font-size: 15px;

  background-color: #088808;

  margin: 0 10px;

  font-family: 'Cooper ';

  padding-top: 6px;

  width: 180px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

}

.btn-login:hover{

 color: black;



}



.btn-login span {

  position: relative; 

  z-index: 1;

}



.btn-login:after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 490%;

  width: 140%;

  background: #FFFF00;

  -webkit-transition: all .5s ease-in-out;

  transition: all .5s ease-in-out;

  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);

  transform: translateX(-98%) translateY(-25%) rotate(45deg);

}





.btn-login:hover:after {

  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);

  transform: translateX(-9%) translateY(-25%) rotate(45deg);

}







/* main heading animation */



.ml15 {font-weight: 800;font-size: 3.8em;text-transform: uppercase;/* letter-spacing: 0.1em; */color: #ed1b24;font-family: 'Cooper ';font-size: 85px;line-height: 110px;-webkit-text-fill-color: #ed1b24;-webkit-text-stroke-width: 2px;-webkit-text-stroke-color: #fff;}



.ml15 .word {

  display: inline-block;

  line-height: 1em;

}



/* heading 2 */



.ml4 {

  position: relative;

  font-weight: 900;

  font-size: 35px;

}

.ml4 .letters {

  position: absolute;

  left: 10px;

  right: 0;

  opacity: 0; 

  color: #FFFF00;

}





.green-color .letters {

  color: #088808;

}

/* heading 3 */



h1.banner-heading-3 {

  color: #c00000;

  font-size: 30px;

  font-family: 'Cooper ';

  line-height: 38px;

  margin-bottom: 0px;

}

.gif_2{

  height: 170px;

  object-fit: cover;

  position: relative;

  top: 42px;

}


.tetsiomal-sli .slick-next {
    right: -5px;
    width: 30px;
    height: 30px;
    background: #c00000;
    color: #fff;
}
.tetsiomal-sli .slick-prev {
    left: -5px;
    width: 30px;
    height: 30px;
    z-index:1;
    background: #c00000;
    color: #fff;
}



.spacer{

  height: auto;

}



.spacer img {

    margin-top: -290px;

    margin-bottom: -250px;

}





.fancybox-content{

  width: 60% !important;

  height: auto !important;

}











.lgn-txt input {

    width: 100%;

    padding: 10px;

    border-radius: 4px;

    border: 1px solid #cfcfcf;

    margin-bottom: 20px;

}



.lgn-txt button#btn-signup {

    width: 100%;

    height: 47px;

    background-color: #4e5d6f;

    display: inline-block;

    border-radius: 50px;

    text-align: center;

    font-size: 15px;

    color: #ffffff;

    padding: 13px 0;

    margin-top: 0px;

    font-weight: 500;

    margin-bottom: 19px;

    text-transform: uppercase;

}







.littlegir {

    position: absolute;

    right: -240px;

    bottom: 50px;

}



.littlegir img {

    width: 65%;

}









.greetings h5 {

    font-size: 20px;

    color:#fffb0e;
    margin:0px;
    padding:0 20px;

}
.h51 {
    margin-bottom: 13px !important;
}
.greetings h5 a {

    font-size: 40px;
    text-transform:uppercase;

    color: #fffb0e;

    font-family: 'Cooper ';

}
.greetings h5:nth-child(2){
    padding:0;
}
.greetings {
    text-align: center;
    width: 40%;
    padding-top: 5%;
    margin-left: 25%;
}

.aunty-gif{

    width:50%;

}



.wittle-main-gif{

    position:absolute;

    bottom: 27%;

    left: -60px;

    z-index:999;

}

.wittle-aunty {

    position: relative;

    display: flex;

}

    /**/
    .sect-2 {
    position: relative;
    overflow: hidden;
}

.themes-padd {
    padding: 80px 0;
}

.sect-2 h3 {
    color: #002060;
    font-size: 50px;
    font-weight: 900;
    text-shadow: 1px 1px #ffffff5c;
    margin-bottom: 20px;
}
.color-red {
    color: red !important;
}
.container> .row {
    width: 99%;
}

.sect-2 p {
    color: #002060;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
}

.sect-2 h6 {
    color: #c00000;
    font-size: 40px;
    font-weight: 500;
}

.sect-2 .list {
    position: relative;
}

.sect-2 .list li a {
    color: #088808;
    font-size: 18px;
    font-family: cursive;
    font-weight: 700;
    line-height: 40px;
        padding-left: 25px;
    position: relative;
}
.sect-2 .list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    height: 12px;
    width: 12px;
    background: #088808;
    border-radius: 50%;
}
.special-need .element-sty {
    padding-bottom: 230px;
}

.sect-2 .list li:first-child a::before {
    background: #002060;
}

.sect-2 .list li:last-child a::before {
    background: #c00000;
}

.sect-2 .list li:first-child a {
    color: #002060;
}

.sect-2 .list li:last-child a {
    color: #c00000;
}
.sect-2 .header-btn-sec {
    justify-content: center;
}

.sect-2 .txt-an {
    font-size: 53px;
    text-align: center;
    margin: 40px 0;
    font-family: cursive;
    text-shadow: 1px 10px #0000003b;
    position: relative;
}

.sect-2 .txt-an::after {
  content:"";
  animation: spin 25s linear infinite;
}
@keyframes spin {
  0% { content:"WITTLES WORTH";color: #c00000;}
  25% { content:"ANALOG TIME TEACHING TOOLS ARE";color: #088808;}
  50% { content:"FUN!";color: #c00000;}
  75% { content:"NEW!  ";color: #fffb0e;}
  100% { content:"INNOVATIVE TOO!";color: #002060;}
}
.al-center{
   align-items: center;
    display: flex;
}
.al-center a.theme-btn {
    width: 15em;
}
img.about-elemnt {
    position: absolute;
    right: 1%;
    width: 13%;
}
.sect-2.themes-padd.style p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.sect-2.themes-padd.style a.theme-btn {
    width: 15em;
}
.sect-2 h2 {
    color: #002060;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
}

.sect-2 h5 {
    font-family: 'Cooper ';
    font-size: 25px;
    color: #088808;
    margin-top: 50px;
}
.sect-2 .list1 {
    margin-bottom: 50px;
}

.sect-2 .list1 li {
    color: #088808;
    font-size: 16px;
    margin: 20px 0;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}
.sect-2 .list1 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 10px;
    width: 10px;
    background: #088808;
    border-radius: 50%;
}
.sect-2 p span {
    font-size: 30px;
    text-decoration: underline;
}
img.about-elemnt1 {
    position: absolute;
    bottom: 0;
    width: 13%;
}
.teiomal-box {
       position: relative;
    background: #ffffff9e;
    box-shadow: 0 0 10px 0 #00000022;
    border-radius: 5px;
    padding: 20px;
    display: grid;
    align-content: flex-start;
    height: 320px;
}
.teiomal-box h4 {
    color: #c00000;
        font-size: 17px;
        margin-bottom:5px;
}

.teiomal-box h6 {
    color: #088808;
   font-size: 18px;
    line-height: 25px;
}

.teiomal-box h6 span {
    display: block;
}

.teiomal-box p {
    color: #088808;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}
.tetsiomal-sli .slick-slide {
    margin: 0 10px;
}
.mg-center .theme-btn {
    margin: 0% auto;
    margin-top: 40px;
    width: 15em;
}
.sect-2 form input {
    width: 100%;
    padding: 15px 20px;
    border: 0;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #00000055;
    color: #000;
}

.sect-2 form button {
    padding: 15px 50px;
    background: #c00000;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}
.depart-box {
    position: relative;
    padding: 20px;
    border: 5px solid #002060;
    width: 70%;
    margin: 0% auto;
}

.depart-box h5 {
    margin: 0;
    margin-bottom: 20px;
}

.depart-box ul {
    display: flex;
    align-items: flex-start;
}

.depart-box ul li h6 {
    font-size: 20px;
    font-weight: bold;
}

.depart-box ul li h6 span {
    display: block;
    font-size: 16px;
    color: #088808;
    font-weight: 400;
}

.depart-box ul li:last-child {
    padding-top: 15px;
    font-size: 20px;
    color: #088808;
    font-weight: 600;
}

.depart-box p {
    margin: 0;
        line-height: 25px;
}

.depart-box h3 {
    text-decoration: underline;
    margin-bottom: 10px;
}

.depart-box ul li:first-child {
    width: 35%;
}



/*.fancybox-content:after {*/
/*    content: '';*/
/*    width: 260px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 60px;*/
/*    left: -270px;*/
/*    background-image: url(https://wwinedu.com/assets/front_assets/images/20220125013355-wittle-aunty.gif);*/
/*    z-index: 999;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/

.fancybox-content:after {
    display: none;
}

    /**/
    
    .greetings{
    display:none;
}

.sect-2 video {
      width: 100%;
    height: 500px;
    transform: scale(1.15);
    z-index: 1;
    position: relative;
    /*margin-left: 55px;*/
    margin-left: -70px;

}
img.aunt-img {
    /*transform: scaleX(-1);*/
}

@media only screen and (min-width: 1700px) and (max-width: 1920px){

   .wittle-main-gif{

        bottom: 14%;

        left: -60px;

    }
    .greetings {
        margin-left: -20%;
    }

    

}

@media only screen and (min-width: 1600px) and (max-width: 1699px){

    .wittle-main-gif {

        position: absolute;
            bottom: inherit;
        top: 10%;

        left: -40px;

        z-index: 999;

    }
    .greetings{
        width: 80%;
    }

    h1.banner-heading-3{

        font-size:28px;

    }

    h1.banner-heading-2{

        font-size:43px;

    }

    .board_girl {

        width: 90%;

        position: relative;

        left: -17px;

    }

    .aunty-gif {

        width: 46%;

    }

    .greetings h5{

        font-size:17px;

    }

    .littlegir {

        position: absolute;

        right: -210px;

        bottom: 90px;

    }

}

@media only screen and (min-width: 1500px) and (max-width: 1599px){

    .aunty-gif {

        width: 45%;

    }

    .wittle-main-gif {

        position: absolute;

        bottom: 14%;

        left: -50px;

        z-index: 999;

    }

    .main_child_psst h3 {

        font-size: 23px;

        line-height: 25px;

    }

    .board_girl {

        position: relative;

        left: 11px;

        width: 87%;

    }

    .littlegir {

        position: absolute;

        right: -200px;

        bottom: 110px;

    }

    h1.banner-heading-2{

        font-size:40px;

    }

    h1.banner-heading-3{

        font-size:24px;

    }

    .greetings h5 {

        font-size: 18px;

        color: #fffb0e;

    }

}

@media only screen and (min-width: 1400px) and (max-width: 1499px){

    

    .wittle-main-gif {

        bottom: 12%;

        left: -5%;

    }

    .board_girl {

        position: relative;

        left: 8%;

        width: 84%;

    }

    .littlegir {

        position: absolute;

        right: -200px;

        bottom: 110px;

    }

    h1.banner-heading-2{

        font-size:40px;

    }

    h1.banner-heading-3{

        font-size:24px;

    }

    .greetings h5 {

        font-size: 18px;

        color: #fffb0e;

    }

    .main_child_psst h3 {

        font-size: 19px;

        padding: 0px 30px;

        line-height: 27px;

    }

    .aunty-gif {

        width: 45%;

    }

    .main_child_imges

    {left:-45px;

    }

}

@media only screen and (min-width: 1300px) and (max-width: 1399px){

    .wittle-main-gif {

        bottom: auto;

        top: 29%;

        left: -60px;

    }

    .greetings {

        text-align: center;

        width: 34%;

        padding-top: 7%;

        margin-left: -16%;

    }

    .aunty-gif {

        width: 50%;

    }

    h1.banner-heading-3 {

        font-size: 20px;

        line-height: 26px;

    }

    h1.banner-heading-2{

        font-size:35px;

    }

    .main_child_imges{

        left:-16px !important;

    }

    .board_girl {

        left: 12% !important;

        width: 82% !important;

    }

    .main_child_psst h3 {

        font-size: 19px !important;

        padding: 0px 30px;

        line-height:24px;

    }

    .greetings h5 {

        font-size: 15px;

        color: #fffb0e;

    }
    .greetings h5 a{
        font-size:31px;
    }

    .littlegir {

        right: -170px !important;

        bottom: 90px !important;

    }

}

@media only screen and (min-width: 1200px) and (max-width: 1299px){

    .asd{

        left:100px !important;

    }

    .wittle-main-gif {

        bottom: 32%;

        left: -58px;

    }

    .aunty-gif {

        width: 44%;

    }

    .greetings {

        margin-left: -16%;
        width:45%;

    }
    .greetings h5 a{
        font-size:27px;
    }
    h1.banner-heading-3 {

        font-size: 20px;

        line-height: 24px;

    }

    h1.banner-heading-2 {

        font-size: 35px;

        line-height: 40px;

    }

    .littlegir img {

        width: 35%;

    }

    .littlegir {

        right: -180px !important;

        bottom: 15%;

    }

    .board_girl {

        left: 19% !important;

        width: 77% !important;

    }

    .main_child_imges{

        left: 0 !important;

    }

    .main_child_psst img {

        height: 200px;

        object-fit: contain;

    }

    .main_child_psst h3 {

        font-size: 18px !important;

        padding: 0 30px;

        line-height: 24px !important;

    }

    .main_child_imges .row .col-sm-3:first-child{

        width:31% !important;

    }

    .main_child_imges .row .col-sm-3:not(:first-child){

        width:23% !important;

    }

    .greetings h5 {

        font-size: 13px;

        color: #fffb0e;

    }

}

@media only screen and (min-width: 1100px) and (max-width: 1199px){

    .watch-video {

        margin-top: 22% !important;

    }

    

    .wittle-main-gif {

        bottom: 29%;

        left: -42px;

    }

    .aunty-gif {

        width: 44%;

    }

    .greetings {

        margin-left: -8%;

        padding-top: 12%;

    }

    h1.banner-heading-3 {

        font-size: 24px;

        line-height: 28px;

    }

    h1.banner-heading-2 {

        font-size: 42px;

        line-height: 46px;

    }

    .littlegir img {

        width: 35%;

    }

    .littlegir {

        right: -210px !important;

        bottom: 26%;

    }

    .board_girl {

        left: 17% !important;

        width: 82% !important;

    }

    .main_child_imges{

        left: 0 !important;

    }

    .main_child_psst img {

        height: 200px;

        object-fit: contain;

    }

    .main_child_psst h3 {

        font-size: 16px !important;

        padding: 0 20px;

        line-height: 22px !important;

    }

    .main_child_imges .row .col-sm-3:first-child{

        width:31% !important;

    }

    .main_child_imges .row .col-sm-3:not(:first-child){

        width:23% !important;

    }

    .greetings h5 {

        font-size: 15px;

        color: #ffc000;

    }

    .main_child_img_over_column {

        position: relative;

        margin-top: 14%;

    }

    .asd{

        left:0px !important;

        bottom: -10px;

    }

    .asd img{

        width:108px;

    }

}

@media only screen and (min-width: 1000px) and (max-width: 1099px){

    .watch-video a {

        font-size: 12px !important;

    }   

    .asd{

        left:70px !important;

    }

    .asd img{

        width:100px;

    }

    .watch-video {

        margin-top: 47% !important;

    }

    .wittle-main-gif {

        bottom: 26.5%;

        left: -55px;

    }

    .aunty-gif {

        width: 42%;

    }

    .greetings {

        margin-left: -8%;

        padding-top: 10%;
        width: 44%;

    }

    h1.banner-heading-3 {

        font-size: 24px;

        line-height: 28px;

    }

    h1.banner-heading-2 {

        font-size: 42px;

        line-height: 46px;

    }

    .littlegir img {

        width: 35%;

    }

    .littlegir {

    right: -180px !important;

        bottom: 6% !important;

    }

    .board_girl {

        left: 14% !important;

        width: 82% !important;

    }

    .main_child_imges{

        left: -25px !important;

    }

    .main_child_psst img {

        height: 200px;

        object-fit: contain;

    }

    .main_child_psst h3 {

        font-size: 16px !important;

        padding: 0 20px;

        line-height: 22px !important;

    }

    .main_child_imges .row .col-sm-3:first-child{

        width:31% !important;

    }

    .main_child_imges .row .col-sm-3:not(:first-child){

        width:23% !important;

    }

    .greetings h5 {

        font-size: 17px;

        color: #fffb0e;

    }

    .main_child_img_over_column {

        position: relative;

        margin-top: 16% !important;

    }



}

@media only screen and (min-width: 768px) and (max-width: 999px){
    .special-need {
    padding: 0 15px;
}
    .themes-padd.teach-pg-sec {
    padding: 50px 15px !important;
}
    .female_image {
    margin-bottom: 30px;
}
.sect-2.themes-padd.ms-whittle-pg {
    padding: 50px 15px;
}
img.aunt-img {
    margin-left: -40px;
}
  .ham-bar {
    display: none !important;
}

.btn11 {
    width: auto;
    font-size: 14px !important;
    padding: 0 20px !important;
}

.top-bar-ul .menu-ul li a {
    padding: 10px 5px !important;
    font-size: 9px !important;
}


.tetsiomal-sli .slick-next {
    right: -5px;
    width: 30px;
    height: 30px;
    background: #c00000;
    color: #fff;
}
.tetsiomal-sli .slick-prev {
    left: -5px;
    width: 30px;
    height: 30px;
    z-index:1;
    background: #c00000;
    color: #fff;
}

.theme-btn {
}

    .watch-video a{

        font-size:12px;

    }

    

    .watch-video {

        margin-top: 60% !important;

    }

    .wittle-main-gif {
    bottom: 1%;
    left: -5px;
}



    .aunty-gif {
    width: 24%;
}

    .greetings {

        margin-left: -5%;
        padding-top: 1%;

    }

    .asd {

        left: 17% !important;

        border: none !important;

        bottom: 40px;

    }

}

@media only screen and (min-width: 300px) and (max-width: 767px){
    .ftr-txt .intro-butn:first-child {
        display: none;
    }
    body .stcx h5{
    font-size: 24px !important;
    }
       .mobile-menu {
    display: block;
}
    .mobile-menu {
    display: block !important;
        position: absolute !important;
    right: 0 !important;
    z-index: 999 !important;
}
    
    .main-lgn .modal-content {
    padding: 20px 10px 40px !important;
}
    
    .special-need {
    padding: 30px 15px;
}
.testimonial_page{
    background-color:#fff !important;
}
.special-need > .container .width-sm {
    padding-left: 0;
}

.special-need > .container {
    padding: 0;
}

.special-need .element-sty {
    padding-bottom: 50px;
}

img.about-elemnt1 {
    display: none;
}

  .teach-pg-sec .container {
    padding:  0 0px !important;
}
.sect-2.themes-padd.ms-whittle-pg {
    padding: 0 15px 0px !important;
    margin-bottom: 30px;
}
   
   .themes-padd.teach-pg-sec {
    padding: 20px 15px 30px;
}

.themes-padd.teach-pg-sec h3 {
    font-size: 22px;
}

.banner-over .container > .row >.col-md-12 {
    padding: 0;
}

.sect-2.themes-padd .row {
    text-align: center;
}
  
    #menu{
          display:none;
    }

    .watch-video {

        margin-top: 90%;

        margin-bottom: 80px;

    }

    .watch-video a{

        display:none;

        line-height:26px;

    }

    img.showmob {
    display: block !important;
}
.hidemob{display: none !important;}
.asd {
    position: absolute !important;
    left: 100px !important;
    border: none !important;
    bottom: 93px !important;
  }

}























@media only screen and (min-width: 1600px) and (max-width: 1920px){

    .asd {

    position: absolute;

    left: -10px;

    bottom: -20px;

    -webkit-animation: linear infinite;

    -webkit-animation-name: button-run;

    -webkit-animation-duration: 0.8s;

    width: 140px;

    margin-left: 0px;

}



a.asd img {

     width: auto !important; 

}





   

}





@media only screen and (min-width: 1024px) and (max-width: 1279px){
.sect-2 video {
    
    transform: scale(1.0);
    
    margin-bottom: 50px;
}
       .female_image img {
    width: 40%;
    object-fit: cover;
    height: 400px;
}

.female_image {
    text-align: center;
}

section.sect-2.themes-padd.style.mob-padd.abt_page_bg.ab-pg-sc {
    padding-bottom: 0;
}

.abt_page_bg .row {
    margin: 0;
}
    .nw-bnr-txt h2 br {
    display: none;
}

.nw-bnr-txt h2 {
    line-height: 52px;
}

   

    .watch-video {

        margin-top: 22%;

    }

    body.inner_pages{

        height:1950px;

    }

    .watch-video a{

        font-size:17px;

    }

}



@media only screen and (min-width: 1024px) and (max-width: 1366px){

    body{

        height:1300px;

    }

    header{

        margin-bottom:40px;

    }

    .spacer img {

        margin-top: -230px;

        margin-bottom: -200px;

    }

    .board_girl{

        left:-20px;

        width:90%;

    }

    .main_child_imges {

        position: absolute;

        top: 55px;

        left: -95px;

        width: 100%;

    }

    .littlegir{

        right:-200px;

    }

    .main_child_psst h3 span{

        display:inline;

    }

    

    .body-video{

        height:100%;

    }

    .main_child_psst h3{

        font-size:23px;

        line-height:30px;

    }

    

     .spacer img {

    margin-top: -300px;

    margin-bottom: -260px;

}



.watch-video {

    margin-top: 14%;

}

.overlay{

    height:100%;

}

.main-bd{

    height:100%;

}

    

}







@media only screen and (min-width: 768px) and (max-width: 1023px){

    

    .banner-content .ml15{

        font-size:55px;

    }

    h1.banner-heading-2{

        font-size:32px;

        line-height:40px;

    }

    h1.banner-heading-3{

        font-size:23px;

        line-height:30px;

    }

    .board_girl{

        left:0px;

        width:90%;

        

    }

    .main_child_imges {

        position: absolute;

        top: 35px;

        left: -65px;

        width: 100%;

    }

    .littlegir img{

        width:45%;

    }

    .littlegir {

        position: absolute;

        right: -210px;

        bottom: 80px;

    }

    .main_child_psst h3 span {

        display: inline;

    }

    .main_child_psst h3{

        font-size:18px;

        line-height:24px;

    }

    .watch-video {

        margin-top:23%;

    }

    .main_child_psst img{

        height:190px;

    }

    .subs_form h2 {

        font-size: 50px;

        margin-top:30px;

    }

    .payment_form h3{

        font-size:40px;

    }

    .container {

        width: 100% !important;

    }

    .sec_btm_new .col-sm-offset-3 {

        margin-left: 0%;

        width:30%;

    }

    header{

        margin-bottom:40px;

    }

    .mobilecontainer{

        display:none;

    }

    .header-btn-sec ul li a{

        width:10em;

    }

    .main_child_img_over_column{

        margin-top:50px;

    }

    body.practise-lets{

        height:1460px;

    }

    

}

@media only screen and (min-width: 300px) and (max-width: 767px){
    
    .top-bar-ul .btn-ul {
    flex-direction: column;
    margin-top: 10px;
}

.top-bar-ul .btn-ul li:last-child {margin-top: 10px;}

.btn11 {
    font-size: 12px;
    width: auto;
    padding: 0 30px !important;
}

.mob-padd.ab-pg-sc {
    padding-top: 0;
}

img.femail {
    width: 100% !important;
    object-fit: cover;
    margin-bottom: 20px;
}

.container> .row {margin: auto;}

.ab-pg-sc >.container {
    padding-left: 0;
    padding-right: 0;
}

.sect-2.themes-padd.style a.theme-btn {
    width: auto !important;
    font-size: 12px;
}

    /*.main-bd{*/

    /*    overflow-y:auto;*/

    /*}*/

    .nav-flex {

        display:block;

    }

    .logo{

        text-align:center;

        margin-bottom:20px;

    }

    .logo img{

        margin:0 auto;

    }

    .header-btn-sec ul {

        text-align: center;

        margin-top: 30px;

    }

    .header-btn-sec ul li:not(:last-child) {

        margin-bottom: 10px;

    }

    .header-btn-sec ul li a{

        margin:0 !important;

    }

    .banner-content .ml15{

        font-size:56px;

        line-height:60px;

    }

    .spacer img {

        margin-top: -60px;

        margin-bottom: -60px;

        width: 100%;

    }

    h1.banner-heading-2{

        font-size:30px;

        line-height:32px;

    }

    h1.banner-heading-3{

        font-size:26px;

        line-height:28px;

    }

    .board_girl{

        display:none;

    }

    .main_child_psst h3 {

        font-size: 22px;

        font-family: 'Cooper ';

        margin-bottom: 15px;

        line-height: 24px;

        padding: 0px 60px;

    }

    .main_child_imges {

        position: relative;

        top: 0;

        left: 0;

        width: 100%;

    }

     .watch-video {

        margin-top: 90%;

        margin-bottom: 0px;

    }
    .sect-2 .txt-an {
        text-shadow: -1px 4px 7px #0000003b;
    }
    .al-center a.theme-btn {
        margin: 0 auto;
    }
    img.aunt-img {
        display: none;
    }
    .female_image img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: left;
    }

    .watch-video a{

        display: none;

        font-size: 16px;

        line-height: 21px;

    }

    .main_child_psst {margin-bottom:60px;padding: 0 10px;}

    .aunty-gif {

        width: 44%;

    }

    .wittle-main-gif {

        position: absolute;

        bottom: 2%;

        left: 0px;

        z-index: 999;

    }
    .greetings h5{
        padding:0;
    }
    .littlegir{

        display:none;

    }
    .h51 {
        margin-bottom: 9px !important;
    }
    .greetings h5 a{
        font-size:24px;
    }

    

    .greetings {

        width: 55%;

        margin-left:-21px;

    }

    .greetings h5 {

        font-size: 16px;

        color: #fffb0e;

    }

    

}



@media only screen and (max-width: 1280px) {
    .board_girl {
    left: 10% !important;
    width: 77% !important;
}
.main_child_imges {
    left: -9% !important;
}
.wittle-main-gif {
    bottom: inherit;
    left: 5%;
    top: 15%;
}
.main-bd {
    height: auto;
}
.col-lg-9.p-wid p {
    width: 85%;
}
.width-sm {
    padding-right: 100px;
}
.padd-l-rig {
    padding: 0 100px;
}
}
@media only screen and (max-width: 10240px) {
    .greetings {
    margin-left: -15%;
    padding-top: 0;
    width: 50%;
    margin-top: 120%;
}
.main_child_psst h3 {
    font-size: 15px !important;
    padding: 0 30px;
    line-height: 22px !important;
}
.main_child_img_over_column {
    margin-top: 5% !important;
}
.watch-video {
    margin-top: 0 !important;
}
.sect-2 .txt-an {
    font-size: 45px;
}
.col-lg-9.p-wid p {
    width: 100%;
}
.col-lg-9.p-wid {
    display: block;
    margin-top: 20px;
}
.depart-box{
    width: 90%;
}
}
@media only screen and (max-width: 920px) {
    .board_girl {
    left: 0 !important;
    width: 90% !important;
}
.greetings {
    width: 600px;
    margin-top: -35%;
    margin-left: 130px;
    z-index: -1;
}
.sect-2 h3 {
    font-size: 35px;
    margin-bottom: 10px;
}
img.about-elemnt {
    position: absolute;
    right: 1%;
    width: 30%;
}
.width-sm {
    padding-right: 181px;
}
.sect-2 h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.sect-2 h5 {
    font-family: 'Cooper ';
    font-size: 20px;
    margin-top: 20px;
}
.themes-padd {
    padding: 50px 0;
}
.sect-2.themes-padd.element-sty .about-elemnt {
    width: 13%;
    top: 15%;
}

}
@media only screen and (max-width: 767px) {
    .main_child_imges {
    left: 0 !important;
}
}
@media only screen and (max-width: 650px) {
.greetings {
    margin-top: 5%;
    margin-left: -110px;
}
.sect-2 .list li a {
    font-size: 16px;
    line-height: 30px;
}
.themes-padd {
    padding: 30px 0;
}
.sect-2 h6 {
    font-size: 30px;
}
.sect-2 .txt-an {
    font-size: 18px;
    margin-bottom: 5px;
}
.al-center {
    align-items: center;
    display: block;
}
.width-sm {
   padding-right: 10px;
}
.padd-l-rig {
    padding: 0 15px;
}
.teiomal-box h6 {
    font-size: 18px !important;
}
.depart-box {
    width: 100%;
    padding: 20px 10px;
}
.depart-box ul li:first-child {
    width: 100%;
}
.depart-box ul {
    display: block;
    align-items: flex-start;
}
.depart-box ul li h6 {
    font-size: 16px;
    margin-bottom: 0;
}
.depart-box ul li:last-child {
    padding-top: 0;
    font-size: 20px;
    margin-bottom: 25px;
}

.sect-2 p {
  font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.wittle-main-gif {
    bottom: inherit;
    left: 5%;
    top: 19%;
}
.sect-2 h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.sect-2 .list li a {
    font-size: 14px;
    line-height: 28px;
}
}

@media only screen and (max-width: 400px) {
    h1.banner-heading-2 {
    font-size: 20px;
    line-height: 30px;
}
h1.banner-heading-3 {
    font-size: 20px;
    line-height: 30px;
}
.main_child_psst h3 {
    font-size: 20px !important;
    padding: 0;
    line-height: 35px !important;
}
.wittle-main-gif {
    bottom: inherit;
    left: -5%;
    top: 19%;
}
.sect-2 h3 {
    font-size: 25px;
    margin-bottom: 10px;
}
.sect-2 h2 {
    font-size: 22px;
    line-height: 28px;
}
.sect-2 p span {
    font-size: 25px;
}
.sect-2 h6 {
    font-size: 25px;
}


}

@media only screen and (max-width: 420px) {
    .width-sm {
    padding-right:0px;
}
html body a.theme-btn{
    margin: 0 auto !important;
    font-size: 12px !important;
    width: auto;
    padding: 0 15px;
}
img.femail {
    width: 80%;
}
}
@media only screen and (max-width: 370px) {
    h1.banner-heading-2 {
    font-size: 16px;
    line-height: 25px;
}
h1.banner-heading-3 {
    font-size: 15px;
    line-height: 25px;
}
.main_child_psst h3 br {
    display: none;
}
.sect-2 .list li a {
    font-size: 12px;
    line-height: 25px;
}
    
}












@media only screen and (min-width: 300px) and (max-width: 520px) {
    #intro_video{
            width: 100%;
            height: 200px;
            transform: scale(1);
            z-index: 1;
            position: relative;
            /* margin-left: 55px; */
            margin-left: 0;
    }
    img.about-elemnt.about-elemnt2 {
    display: none;
}
.tetsiomal-sli .slick-next {
    right: -5px;
    width: 30px;
    height: 30px;
    background: #c00000;
    color: #fff;
}
.tetsiomal-sli .slick-prev {
    left: -5px;
    width: 30px;
    height: 30px;
    z-index:1;
    background: #c00000;
    color: #fff;
}
.sect-2 form button {
    width: auto !important;
    margin: 0 auto 30px;
    display: block;
}
  .themes-padd.cntct-pg-sec {
    padding: 50px 15px;
}

.themes-padd.cntct-pg-sec .container {
    padding-left: 0;
    padding-right: 0;
}
img.about-elemnt.about-elemnt3 {
    display: none;
}

}



@media only screen and (min-width: 768px) and (max-width:992px){
    .sect-2 video {
    width: 100%;
    height: 300px;
    transform: scale(1.15);
    z-index: 1;
    position: relative;
    /* margin-left: 55px; */
    margin-left: -70px;
}
}

















































/***** General CSS *****/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {

  font-family: 'Roboto', sans-serif;

  overflow-x: hidden;

  font-size: 14px;

  line-height: 22px;

  color: #555555;

  position: relative;

}

html{

    overflow-x:hidden !important;

}

@font-face {

  font-family: 'Cooper ';

  font-style: normal;

  font-weight: normal;

  src: url('../../fonts/CooperBlackStd.woff2') format('woff2');

  }

  

*:focus{

  outline: none;

}



a {

    text-decoration: none;

    color: #000;

}

a:hover, a:focus {

    text-decoration: none;

}

a:hover {

    transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

}



img {

  max-width:100%;

}





input[type="text"]:focus, textarea:focus, input[type="password"]:focus, select:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    outline: none;

}



select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea, input[type="tel"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}

img.showmob {
    display: none;
}


ul {

    padding: 0;

    margin:0;

    list-style-type: none;

}



h1, h2, h3, h4, h5, h6 {

  font-family: 'Roboto';

}

.mt-5{

  margin-top: 50px;

}

.mb-5{

  margin-bottom: 50px;

}



.mr-1{

  margin-right: 10px;

}

.mr-2{

  margin-right: 20px;

}

.mt-8{

  margin-top: 80px;

}

.mt-4{

  margin-top: 40px;

}

.mt-3{

  margin-top: 30px;

}

.mt-2{

  margin-top: 20px;

}

.center-col {

    margin: 0 auto;

    display: table;

    float: none;

}



.all-section {

    padding: 80px 0px;

}



.theme-heading {

    margin: 0 0 30px;

    position:relative;

}



.theme-heading h2 {

    color: #e47225;

    font-size: 45px;

    margin: 0 0 20px;

    position:relative;

}





.theme-heading p {

    color: #414141;

    font-size: 14px;

    margin: 0px;

}



/* BEGIN: HEADER SEC CSS */

 .btn11{

  position: relative;

  background: rgb(0, 89, 255);

  z-index: 1;

  transition: all 0.3s ease-out;

}

.btn11:hover {

  color: black;

  cursor: pointer;

}



.btn11::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #fffb0e;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}



.btn11 {

  letter-spacing: 1px;

  height: 3em;

  width: 15em;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #c00000;

  color: rgb(255, 255, 255);

  font-size: 18px;

  border: none;

  border-radius: 5px;

  transition: all 0.3s ease-out;

   font-family: 'Cooper ';

  padding: 0 !important;

}



.btn11:hover:after {

  width: 100%;

}

.top-bar-ul .btn-ul {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 10px;
    gap: 40px;
}

.top-bar {
}

.top-bar-ul .btn-ul li:last-child {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-bar-ul .menu-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
}

.top-bar-ul .menu-ul li {
    flex: 1;
    text-align: center;
 
    font-family: 'Roboto';
    font-size: 20px;
    background-color: var(--i);
}

.top-bar-middle {
    text-align: center;
}

.top-bar-middle h2 {font-family: 'Cooper ';color: #C00000;font-size: 40px;text-shadow: 5px 2px 3px #0000003d;margin-bottom: 0;line-height: 1.2;}

.top-bar-ul .row {
    align-items: center;
    display: flex;
}

.top-bar-ul {
    background: white;
}

.top-bar-middle h6 {
    margin-top: 0;
    font-size: 25px;
    color: #002060;
    font-family: fangsong;
}

.top-bar-ul .btn11 {
    width: 11em;
}
 
.top-bar-ul .menu-ul li a {
    color: #ffffff;
    display:block;
    padding: 13px 10px 8px;
    text-transform: uppercase;
    font-family: 'Cooper ';
    font-size: 13px;
}


.top-bar-ul .menu-ul li:hover {
    background: red;
}

.top-bar-ul .menu-ul li:hover a {
    color: white;
}


/*about page css*/

.special-need .themes-padd:first-child {
    padding-bottom: 0;
    padding-top: 50px;
   
}

.themes-padd.cntct-pg-sec {
    padding: 50px;
}

.themes-padd.cntct-pg-sec .container {
    background: #fff;
    padding-bottom: 20px;
}
 .special-need {
     margin-top:50px;
     margin-bottom:50px;
 }
 
 .special-need .about-elemnt.about-elemnt3 {
    filter: opacity(0.5);
}

.special-need .sect-2 p {
    /*text-shadow: 0 0 1px black;*/
    font-weight: 500;
}
 .special-need .about-elemnt.about-elemnt3 {
    filter: opacity(0.5);
}
 .themes-padd.teach-pg-sec {
    padding: 50px 0;
}

.mob-padd.ab-pg-sc {
    padding: 50px 0;
}
.special-need   > .container {
    background: #fff;
    padding-bottom: 20px;
}

.sect-2.themes-padd.ms-whittle-pg {
    padding-top: 50px;
    
    
}
.sect-2.themes-padd.ms-whittle-pg .container, .teach-pg-sec .container{
background: #ffffff;
}
  .teach-pg-sec .container{
    background:#fff;
    padding-bottom:20px;
}



.ab-pg-sc .col-lg-9.p-wid {
    margin-top: 0;
}

.ab-pg-sc .about-elemnt {
    display: none;
}


/* sidenav-css start */

.sidenav {

  height: 100%;

  position: fixed;

  z-index: 999;

  top: 0;

  left: -500px;

  background: #e47225;

  background-repeat: no-repeat;

  background-size: cover;

  overflow-x: hidden;

  padding-top: 60px;

  transition: 0.2s;

  -webkit-transition: 0.2s;

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

  width: 250px;

}

/* The navigation menu links */



/* When you mouse over the navigation links, change their color */

.sidenav a:hover, .sidenav a:focus {

  color: #000;

  text-decoration: none;

  padding-left: 40px;

}



.sidenav .closebtn {

  position: absolute;

  top: 0;

  right: 25px;

  font-size: 36px;

  margin-left: 50px;

}

.sidenav a {

  padding: 8px 8px 8px 32px;

  text-decoration: none;

  font-size: 12px;

  color: #fff;

  display: block;

  transition: 0.3s;

  text-transform: uppercase;

}

.mobilecontainer span {

  color: #e47225;

  margin-right: 10px;

  margin: 0px 9px;

  padding: 10px 0;

  position: relative;

  z-index: 1;

}

.mobilecontainer img {

  width: 63px;

  margin: -19px 0;

  position: relative;

  z-index: 1;

}

.mobilecontainer {

  background-color: #fff;

  padding-left: 20px;

}

/* sidenav-css end */







/*navigation*/

header {

  /*margin-bottom: 60px;*/

  margin-bottom: 10px;

}



.main-navigate {

    margin: 0;

    background: transparent;

    padding: 15px 3%;

}



.nav-flex {

    display: flex;

    align-items: center;

}













.logo img{

  /*width: 85%;*/

  width: 55%;

  animation: popup 2s infinite;

}

@keyframes popup{

  0%{

    transform: scale(1);

  }

  50%{

    transform: scale(1.1);

  }

  100%{

    transform: scale(1);

  }

}



/*****************popup css***************************/



.main-lgn input#email {

    width: 100%;

    padding: 10px;

    border-radius: 4px;

    border: 1px solid #cfcfcf;

    margin-bottom: 20px;

}



.main-lgn input#password {

    width: 100%;

    padding: 10px;

    border-radius: 4px;

    border: 1px solid #cfcfcf;

    margin-bottom: 20px;

}



.main-lgn .modal-content {

    padding: 50px 70px 90px;

}



.main-lgn h3 {

    font-size: 34px;

    font-weight: 600;

    text-transform: uppercase;

    margin-bottom: 20px;

}



.main-lgn button#btn-login, .main-lgn button#send_email {

    width: 100%;

    height: 47px;

    background-color: #4e5d6f;

    display: inline-block;

    border-radius: 50px;

    text-align: center;

    font-size: 15px;

    color: #ffffff;

    padding: 13px 0;

    margin-top: 0px;

    font-weight: 500;

    margin-bottom: 19px;

    text-transform: uppercase;

}



/*******************************************/



/* header */

.header-btn-sec {

  display: flex;

  justify-content: flex-end;

  align-items: baseline;

}



.btn-simple{

  padding: 18px 40px 13px;

  background-color: #088808;

  border-radius: 50px;

  font-family: 'Cooper ';

  font-size: 16px;

  font-weight: 400;

  color: white;

  z-index: 99999;

  animation: rotation 1s infinite;

}

.btn-simple:hover{

  background-color: #FFFF00;

  color: black;

}





@-webkit-keyframes rotation {

    from {

        -webkit-transform: rotate(0deg);

    }

    to {

        -webkit-transform: rotate(359deg);

    }

}



.header-btn-sec ul li{

  display: inline-block;

}

/*my new css*/

footer {
    background: #00BDFE;
    z-index: 999;
    position: fixed;
    padding: 19px 10px 15px 0;
    width: 100%;
    bottom: 0;
}

.ftr-txt a {
       color: white;
    font-size: 20px;
    background: #fabc00;
    padding: 17px 40px
}
.ftr-txt a:hover{
    background-color:#C00000;
}
.ftr-txt {
    text-align: end;
    position:relative;
}
.ftr-txt .intro-butn{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:-17px;
    background-color:#94d153;
}
.ftr-txt a:hover {
    color: #FFFB0E;
}

.cntct-head {
    text-align: center;
}

.cntct-pg-sec .row {
    margin: auto;
}

.cntct-pg-sec 
 .btn.btn-send {
    margin:  0 auto 30px;
    text-align: center;
    display: block;
}

.cntct-pg-sec .color-red {
    text-align: center;
}

.cntct-pg-sec input {
    box-shadow: unset !important;
    border: 2px solid #002060 !important;
    font-size: 20px;
    font-weight: 600;
}

.cntct-pg-sec input::placeholder {
    color: #002060 !important;
}

.cntct-head p {}

.cntct-head p a {
    color: #0563C1;
}


.tip-sheet-sc .container {
    background: white;
}

.tip-sheet-sc {
    margin: 50px 0;
}

.tip-sheet-sc .row {
    margin: auto;
}

.tp-sht-inn h2 {
    text-align: center;
    color: #002060;
    font-family: fangsong;
    font-weight: 700;
    font-size: 50px;
}

.tp-sht-inn {
    padding: 20px 0;
}

.tip-sheet-sc h4 {
    color: #002060;
    font-family: fangsong;
    font-weight: 700;
    font-size: 26px;
    margin-top: 20px;
}

.tp-sht-inn p {
    color: #002060;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.tp-sht-inn ul {
    list-style: disc;
    padding-left: 22px;
    margin-bottom: 30px;
}

.tp-sht-inn ul li::marker {
    font-size: 25px;
    color: #002060;
}

.ul2dv {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ul2 p {
    display: flex;
    gap: 50px;
}

.ul2dv img {
    margin-left: 50px;
}

.ul2 p em {
    font-style: unset;
}

.tp-sht-inn h6 {
    margin-top: 30px;
    color: #002060;
    font-family: fangsong;
    font-weight: 700;
    font-size: 24px;
}

.tp-sht-inn h5 {
    color: #002060;
    font-family: fangsong;
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
}

.tp-sht-inn p u {
    font-style: italic;
}

 
.tchr-nw-txt {
    padding: 30px 0px 0;
    display: block;
    width: 100%;
}

.tchr-nw-txt .row {
    margin: 0;
    float: unset;
    margin: auto;
}

.teach-pg-sec .container> .row {
    margin: auto;
}

.tchr-nw-txt  h2 {
    text-align: center;
    font-family: fangsong;
    font-weight: 700;
    font-size: 35px;
}

.tchr-nw-txt-inn ul {
    list-style: disc;
    padding-left: 22px;
    margin-bottom: 20px;
}

.tchr-nw-txt-inn ul p {
    margin-bottom: 0;
    font-family: fangsong;
    font-weight: 700;
    font-size: 24px;
}

.tchr-nw-txt-inn ul 
 li::marker {
    font-size: 25px;
    color: #002060;
}

.tchr-nw-txt-tbl {
    border: 3px solid #4472C4;
    padding: 20px 10px;
    margin-top: 10px;
}

.tchr-nw-txt-tbl ul {
    display: flex;
    gap: 5px;
}

.tchr-nw-txt-tbl ul li {
    border: 3px solid #4472C4;
    flex: 1;
    padding: 20px 10px;
}

.tchr-nw-txt-tbl ul li p {
    font-size: 13px;
}
 

.tchr-nw-txt .btn11 {
    margin: 40px auto 0;
    background: #E47B34;
}

 
 .need-nw-txt-2-mn {
    position: relative;
}

.need-nw-txt-2-mn .about-elemnt4 {
    position: absolute;
    left: 1%;
    width: 180px;
    z-index: 0;
}

.need-nw-txt-3-mn {
    position: relative;
    margin-top: 40px;
}

.need-nw-txt-3-mn .about-elemnt4 {
    position: absolute;
    right: 1%;
    width: 180px;
    z-index: 0;
}

.need-nw-txt h5 {
    margin-top: 0 !important;
    font-family: fangsong !important;
    color: #002060 !important;
    font-weight: 700;
    font-size: 30px !important;
}

.need-nw-txt h6 {
    font-family: fangsong;
    color: #002060 !important;
    font-weight: 700 !important;
    font-size: 26px !important;
}
 

.need-nw-txt ul {
    list-style: disc;
    padding-left: 20px;
}

.need-nw-txt ul li::marker {font-size: 25px;color: #002060;}

.need-nw-txt {
    width: 80%;
}

.need-nw-txt-2 p u {
    font-family: fangsong;
    color: #002060;
    font-size: 30px;
}

.need-nw-txt-2 {
    width: 80%;
    margin-left: auto;
    margin-top: 40px;
}

.ab-pg-sc .female_content ul {
    list-style: disc;
    padding-left: 20px;
}

.ab-pg-sc .female_content ul li::marker {
    font-size: 23px;
    color: #002060;
}

.ab-pg-sc .female_image {
    padding-top: 35px;
}

.ab-pg-sc .female_content h6 {
    font-family: fangsong;
    color: #002060;
    font-size: 30px;
}

.ms-whittle-pg .ms-whittle-txt h2 {
    color: #7030A0;
    font-family: fangsong;
    margin-bottom: 0;
    font-weight: 700;

}

.ms-whittle-pg .ms-whittle-txt p {
    color: #7030A0;
    font-family: fangsong;
    font-weight: 600;
    font-size: 26px;
}


/* banner new style */
.nw-bnr-txt {
    text-align: center;
    /*background: white;*/
    /*padding: 40px;*/
    margin-top: 50px;
}

.nw-bnr-txt h2 {
    font-family: fangsong;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 800;
}

.color-yellow {
    color: #FFFF00;
}

.text-shdo {
    text-shadow: 2px 4px 3px #0000003d;
}

.color-green {
    color: #00B050 !important;
}

.nw-bnr-txt h3 {
    font-size: 40px;
    font-family: 'Cooper ';
}

.nw-bnr-txt h4 {
    font-family: 'Cooper ';
    font-size: 40px;
}

/* banner new style End */





.main-banner{

  background-color:transparent;

  height: 100%;

  width: 100%;

  z-index: -1;

}



.board_girl{

  position: relative;

  left: -90px;

}



.banner-content {

    overflow: hidden;

}



a.theme-btn {

  letter-spacing: 1px;

  height: 3em;

  width: 12em;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #088808;

  color: rgb(255, 255, 255);

  font-size: 18px;

  border: none;

  border-radius: 5px;

  transition: all 0.3s ease-out;

  font-family: 'Cooper';

  position:relative;

  top:0;

}



.theme-btn:hover:after {

  width: 100%;

}

.login_btn1:hover {

    top: 0px;

    position: relative;

    transition: 0.4s ease-in-out;

}

/*.login_btn1{

  animation: rotate 1s infinite;

  transform: rotateX(360deg);

}*/



@-webkit-keyframes rotate{

  0%{

    transform: rotateX(0deg);

  }

  100%{

    transform: rotateX(360deg);

  }

}

.login_btn1:hover{

  transform: rotateX(0);

  animation:none;

}

.login_btn2:hover{

  top: -10px;

  position: relative;

  transition: 0.4s ease-in-out;

}



.watch-video {

    margin-top: 14%;

    position:relative;

    margin-bottom:80px;

}



.watch-video a {

  border: 1px solid;

  padding: 15px 40px 12px 40px;

  font-family: 'Cooper ';

  color: #ffc000;
  display:none;

  line-height: 0;

  font-size: 23px;
    


  position: relative;

-webkit-animation: linear infinite;

-webkit-animation-name: run;

-webkit-animation-duration: 0.8s;





}



.asd {

    position: absolute !important;

    left: -30px !important;

    border: none !important;

    bottom: -20px;

    padding:0 !important;

    -webkit-animation: linear infinite !important;

    -webkit-animation-name: button-run !important;

    -webkit-animation-duration: 0.8s !important;

}







a.asd img {

    width:140px;

}



.watch-video a:hover {

    color: #fff;

    background-color: #088808;

    border-color: #088808;

}

.watch-video a::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #088808;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}

.watch-video a:hover:after {

  width: 100%;

}

@-webkit-keyframes run {

0% {

  left: 0;

}

50% {

  left: 20px;

}

100% {

  left: 0;    

}

}



@-webkit-keyframes button-run {

0% {

  left: 70px;

}

50% {

  left: 50px;

}

100% {

  left: 70px;    

}

}



/* Animation Seven */





.seven span {

  color: #c00000;

  opacity: 0;

  transform: translate(-150px, 0) scale(.3);

  animation: leftRight 2s forwards;

}




.mobile-menu {
    display: none;
}


@keyframes leftRight {

  40% {

    transform: translate(50px, 0) scale(.7);

    opacity: 1;

    color: #ffc000;

  }



  60% {

    color: #088808;



  }



  80% {

    transform: translate(0) scale(2);

    opacity: 0;

  }



  100% {

    transform: translate(0) scale(1);

    opacity: 1;

  }

}



.ani span:nth-of-type(2) {

  animation-delay: .05s;

}

.ani span:nth-of-type(3) {

  animation-delay: .1s;

}

.ani span:nth-of-type(4) {

  animation-delay: .15s;

}

.ani span:nth-of-type(5) {

  animation-delay: .2s;

}

.ani span:nth-of-type(6) {

  animation-delay: .25s;

}

.ani span:nth-of-type(7) {

  animation-delay: .3s;

}

.ani span:nth-of-type(8) {

  animation-delay: .35s;

}

.ani span:nth-of-type(9) {

  animation-delay: .4s;

}

.ani span:nth-of-type(10) {

  animation-delay: .45s;

}

.ani span:nth-of-type(11) {

  animation-delay: .5s;

}

.ani span:nth-of-type(12) {

  animation-delay: .55s;

}

.ani span:nth-of-type(13) {

  animation-delay: .6s;

}

.ani span:nth-of-type(14) {

  animation-delay: .65s;

}

.ani span:nth-of-type(15) {

  animation-delay: .7s;

}

.ani span:nth-of-type(16) {

  animation-delay: .75s;

}

.ani span:nth-of-type(17) {

  animation-delay: .8s;

}

.ani span:nth-of-type(18) {

  animation-delay: .85s;

}

.ani span:nth-of-type(19) {

  animation-delay: .9s;

}

.ani span:nth-of-type(20) {

  animation-delay: .95s;

}



.ani span {

  display: inline-block;

  text-transform: none;

}

.one span {

  color: #848484;

  opacity: 0;

  transform: translate(-150px, -50px) rotate(-180deg) scale(3);

  animation: revolveScale 2s forwards;

  

}



@keyframes revolveScale {

  60% {

    transform: translate(20px, 20px) rotate(30deg) scale(.3);

  }



  100% {

    transform: translate(0) rotate(0) scale(1);

    opacity: 1;

  }

}































/* .body-video{

  position: fixed;

  top: 50%;

  left: 50%;

  min-width: 100%;

  min-height: 100%;

  width: auto;

  height: auto;

  z-index: -1;

  -ms-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

} */


/*mobile menu css*/

.mb-menu-active .mb-menu {
    left: 0%;  
    transition: 0.5s ease;
}
.mb-menu  .cross {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 35px;
    color: black;
}

.mb-menu {
    height: 100vh;
    transition: 0.5s ease;
    background: #FBE5D6;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
     left: -100%; 
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.mb-menu-active .mobile-headr {
    left: 0;
    transition: 0.5s ease;
}

 

.mb-menu li {
    margin-bottom: 20px;
}

.mb-menu li a {
    font-size: 16px;
    text-transform: uppercase;
}

body.mb-menu-active {
    overflow: hidden;
}

.mb-menu li a:hover {
    color: #FF0000;
}

.ham-bar {
    text-align: end;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #c00000;
    background: #FBE5D6;
    margin-left: auto;
    margin-top: 10px;
    margin-right: 10px;
}



/* body{

  position: relative;

  height: 1200px;

} */

.main-bd{

  position: relative;

  top: 0;

  z-index: 2;

  width: 100%;

  height: 100%;

}

.body-video{

  position: fixed;

  width: 100%;

  height: 100%;

  z-index: 0;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

}

.body-video video{

  object-fit: cover;

  width: 100%;

  height: 100%;

  position: fixed;

  top: 0;
/*display:none;*/
  left: 0;

}

#introduction_video p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Cooper ';
    padding: 0 50px;
    margin-bottom: 20px;
    color: green;
}

 .overlay {

  position: absolute;

  top: 0;

  height: 100%;

  width: 100%;

      background-color: #ffffff80;

  opacity: 0.5;

  

}

/*.banner-over{

  position: absolute;

  top: 5%;

  width: 100%;

  height:100%;

  z-index: 2;

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: -1;

}*/



































h1.banner-heading-1 {

  color: #c00000;

  font-family: 'Cooper ';

  font-size: 85px;

  line-height: 110px;

}







h1.banner-heading-2 {

  color: #fffb0e;

  font-size: 45px;

  font-family: 'Cooper ';

  line-height: 50px;

  margin-bottom: 0px;

  position:relative;

}



span.adjust-1 {

    position: absolute;

    top: -120px;

    width: 510px;

    right: -130px;

    z-index: 99999;

}



h3.banner-heading-3 {

  color: #ffc000;

  font-size: 40px;

  font-family: 'Cooper';

  line-height: 50px;

  margin-top: 0px;

  position:relative;

}



span.adjust-2 {

    position: absolute;

    top: 114px;

    width: 460px;

    right: -50px;

    z-index: 99999;

}



img.banner-loud-speaker-img {

  width: 155px !important;

  position: absolute;

  top: -75px;

  left: -29px;

}



.main_child_img_over_column {

  position: relative;

}



.main_child_imges {

  position: absolute;

  top: 75px;

  left: -105px;

  width: 100%;

}



.main_child_psst h3 {

  font-size: 28px;

  font-family: 'Cooper ';

  margin-bottom: 15px;

  line-height: 35px;

  

}

.main_child_psst:hover img{

  transform: scale(1.1);

  transition: 0.4s ease-in-out;

}

.main_child_psst h3.rd {

  color: #c00000;

}



.main_child_psst h3.grn {

  color: #088808;

}



.main_child_psst h3.ylw {

  color: #ffc000;

}



.main_child_psst img {

  height: 250px;

  object-fit: contain;

}





img.wittle2 {

  position: absolute;

  width: 9% !important;

  bottom: 6%;

  left: 10%;

  display:none;

}



img.wittle1 {

  position: absolute;

  width: 9% !important;

  bottom: 6%;

  right: 6%;

  transform: rotate(0deg);

}











.wittle3 {

  position: absolute;

  width: 16% !important;

  top: -49%;

  left: -13%;

  z-index: -1;

  animation: popup 2s infinite;

}









/* .watch-video {

  margin-top: 100px;

}





.watch-video a {

  border: 1px solid;

  padding: 15px 40px 12px 40px;

  font-family: 'Cooper ';

  color: #ffc000;

  line-height: 0;

  font-size: 25px;

  

  position: relative;

-webkit-animation: linear infinite;

-webkit-animation-name: run;

-webkit-animation-duration: 0.8s;





}



.watch-video a:hover {

    color: #fff;

    background-color: #088808;

    border-color: #088808;

}

.watch-video a::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #088808;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}

.watch-video a:hover:after {

  width: 100%;

} */



a.btn-login.watch-video-btn {

  margin: auto;

  margin-top: 100px;

  width: 200px;

  height: 50px;

  position: relative;

-webkit-animation: linear infinite;

-webkit-animation-name: run;

-webkit-animation-duration: 0.8s;

}





@-webkit-keyframes run {

0% {

  left: 0;

}

50% {

  left: 20px;

}

100% {

  left: 0;    

}

}



.theme-btn {

  position: relative;

  background: rgb(0, 89, 255);

  z-index: 1;

  transition: all 0.3s ease-out;

}

.theme-btn:hover {

  color: black;

  cursor: pointer;

}



.theme-btn::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #fffb0e;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}



.school_girl{

  animation: jump 2s ease infinite;

}

@keyframes jump{

  0%{

    transform: translateY(0%);

  }

  50%{

    transform: translateY(10%);

  }

  100%{

    transform: translateY(0%);

  }

}

.both_child{

  animation: popup 2s infinite;

}

.school_boy{

  animation: jump 2s ease infinite;

}

/*@keyframes pulse{

  0%{

    transform: translateX(0%);

  }

  50%{

    transform: translateX(5%);

  }

  100%{

    transform: translateX(0%);

  }

}*/



a.theme-btn {

  letter-spacing: 1px;

  height: 3em;

  width: 12em;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #c00000;

  color: rgb(255, 255, 255);

  font-size: 18px;

  border: none;

  border-radius: 5px;

  transition: all 0.3s ease-out;

  font-family: 'Cooper';

}



.theme-btn:hover:after {

  width: 100%;

}

.login_btn1:hover {

    top: 0px;

    position: relative;

    transition: 0.4s ease-in-out;

}

/*.login_btn1{

  animation: rotate 1s infinite;

  transform: rotateX(360deg);

}*/



@-webkit-keyframes rotate{

  0%{

    transform: rotateX(0deg);

  }

  100%{

    transform: rotateX(360deg);

  }

}

.login_btn1:hover{

  transform: rotateX(0);

  animation:none;

}

.login_btn2:hover{

  top: -10px;

  position: relative;

  transition: 0.4s ease-in-out;

}

/*.login_btn2{

  animation: rotate2 1s infinite;

  transform: rotateY(-360deg);

}



@-webkit-keyframes rotate2{

  0%{

    transform: rotateY(0deg);

  }

  100%{

    transform: rotateY(-360deg);

  }

}

.login_btn2:hover{

  transform: rotateX(0);

  animation:none;

}*/







.Buy_nno h2 {

    font-size: 22px;

    font-family: 'Cooper';

    color: #fff;

    transform: rotate(0deg);

    position: absolute;

    left: 0;

    margin-top: 0;

    margin-bottom: 0;

    bottom: auto;

    height: 40px;

    border-radius: 5px;

    padding: 10px;

    top: -40px;

    text-align: center;

    width: 100%;

    background: #c00000;

    cursor: pointer;

    animation: blinkin 2s ease infinite;

}

.fix_buy {

    display: none;

    position: fixed;

    bottom: -112px;

    width: 250px;

    right: 40px;

    z-index: 99;

}

.fix_buy a img {

    background: #fff;

}

.fix_buy:hover{

  right: 40px;

  transition: 0.4s ease-in-out;

  bottom: 0;

}



@keyframes blinkin{

  0%{

    transform:  scale(1);

    

  }

  50%{

    transform: scale(1.2);

    

  }

  100%{

    transition: scale(1);

    

  }

}





h3 span { display:inline-block; animation:float .2s ease-in-out infinite; }

 /*@keyframes float {

  0%,100%{ transform:none; }

  33%{ transform:translateY(-1px) rotate(-2deg); }

  66%{ transform:translateY(1px) rotate(2deg); }

}*/

h3:hover span { animation:bounce .6s; }

@keyframes bounce {

  0%,100%{ transform:translate(0); }

  25%{ transform:rotateX(20deg) translateY(2px) rotate(-3deg); }

  50%{ transform:translateY(-20px) rotate(3deg) scale(1.1);  }

}



.rd span:nth-child(4n) { color:#c00000;}

.rd span:nth-child(4n-1) { color:#c00000; }

.rd span:nth-child(4n-2) { color:#c00000; }

.rd span:nth-child(4n-3) { color:#c00000; }



.grn span:nth-child(4n) { color:#088808;}

.grn span:nth-child(4n-1) { color:#088808; }

.grn span:nth-child(4n-2) { color:#088808; }

.grn span:nth-child(4n-3) { color:#088808; }



.ylw  span:nth-child(4n) { color:#ffc000;}

.ylw span:nth-child(4n-1) { color:#ffc000; }

.ylw span:nth-child(4n-2) { color:#ffc000; }

.ylw span:nth-child(4n-3) { color:#ffc000; }



h3 span:nth-child(2){ animation-delay:.05s; }

h3 span:nth-child(3){ animation-delay:.1s; }

h3 span:nth-child(4){ animation-delay:.15s; }

h3 span:nth-child(5){ animation-delay:.2s; }

h3 span:nth-child(6){ animation-delay:.25s; }

h3 span:nth-child(7){ animation-delay:.3s; }

h3 span:nth-child(8){ animation-delay:.35s; }

h3 span:nth-child(9){ animation-delay:.4s; }

h3 span:nth-child(10){ animation-delay:.45s; }

h3 span:nth-child(11){ animation-delay:.5s; }

h3 span:nth-child(12){ animation-delay:.55s; }

h3 span:nth-child(13){ animation-delay:.6s; }

h3 span:nth-child(14){ animation-delay:.65s; }

h3 span:nth-child(15){ animation-delay:.7s; }

h3 span:nth-child(16){ animation-delay:.75s; }

h3 span:nth-child(17){ animation-delay:.8s; }

h3 span:nth-child(18){ animation-delay:.85s; }

h3 span:nth-child(19){ animation-delay:.9s; }

h3 span:nth-child(20){ animation-delay:.95s; }

h3 span:nth-child(21){ animation-delay:1s; }

h3 span:nth-child(22){ animation-delay:1.05s; }

h3 span:nth-child(23){ animation-delay:1.1s; }

h3 span:nth-child(24){ animation-delay:1.15s; }

h3 span:nth-child(25){ animation-delay:1.20s; }

h3 span:nth-child(26){ animation-delay:1.25s; }

h3 span:nth-child(27){ animation-delay:1.30s; }

h3 span:nth-child(28){ animation-delay:1.35s; }

h3 span:nth-child(29){ animation-delay:1.40s; }

h3 span:nth-child(30){ animation-delay:1.45s; }

h3 span:nth-child(31){ animation-delay:1.50s; }

h3 span:nth-child(32){ animation-delay:1.55s; }

h3 span:nth-child(33){ animation-delay:1.60s; }

h3 span:nth-child(34){ animation-delay:1.65s; }











#myModal .modal-footer{

  border: none;

  text-align: center;

}

#myModal .modal-footer button{

  font-family: 'Cooper';

  font-size: 20px;

  color: #fff;

  padding: 10px 50px;

  border: none;

  background-color: #c00000;

  border-radius: 8px;

  position: relative;

}

#myModal .modal-footer button:hover{

  color: #000;

  transform: 0.4s ease-in-out;

  top: -8px;

}

#myModal .modal-header{

  border: none;

}

#myModal .modal-header button{

  color: #c00000;

  font-size: 60px;

  opacity: 1;

  position: absolute;

  right: 30px;

  top: 12px;

  z-index: 1;

}



#myModal .modal-header button:hover{

  color:#088808;

  transform: rotate(180deg);

  transition: 0.5s ease-in-out;

}

#myModal .modal-body{

  text-align: center;

  padding: 50px 0px;

}

#myModal .modal-body h3{

  font-size: 40px;

  font-family: 'Cooper';

  color: #088808;

  position: relative;

  animation: rightleft 0.5s infinite;

}



@keyframes rightleft{

  0%{

    transform: translateX(0);

  }

  25%{

    transform:translateX(5px);

  }

  50%{

    transform:translateX(0px);

  }

  75%{

    transform:translateX(5px);

  }

  100%{

    transform:translateX(0px);

  }

}





/* new button animation */



.btn-login {

  border: none;

  display: block;

  text-align: center;

  cursor: pointer;

  text-transform: uppercase;

  outline: none;

  overflow: hidden;

  position: relative;

  color: #fff;

  font-weight: 700;

  font-size: 15px;

  background-color: #088808;

  margin: 0 10px;

  font-family: 'Cooper ';

  padding-top: 6px;

  width: 180px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

}

.btn-login:hover{

 color: black;



}



.btn-login span {

  position: relative; 

  z-index: 1;

}



.btn-login:after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 490%;

  width: 140%;

  background: #FFFF00;

  -webkit-transition: all .5s ease-in-out;

  transition: all .5s ease-in-out;

  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);

  transform: translateX(-98%) translateY(-25%) rotate(45deg);

}





.btn-login:hover:after {

  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);

  transform: translateX(-9%) translateY(-25%) rotate(45deg);

}







/* main heading animation */



.ml15 {font-weight: 800;font-size: 3.8em;text-transform: uppercase;/* letter-spacing: 0.1em; */color: #ed1b24;font-family: 'Cooper ';font-size: 85px;line-height: 110px;-webkit-text-fill-color: #ed1b24;-webkit-text-stroke-width: 2px;-webkit-text-stroke-color: #fff;}



.ml15 .word {

  display: inline-block;

  line-height: 1em;

}



/* heading 2 */



.ml4 {

  position: relative;

  font-weight: 900;

  font-size: 35px;

}

.ml4 .letters {

  position: absolute;

  left: 10px;

  right: 0;

  opacity: 0; 

  color: #FFFF00;

}





.green-color .letters {

  color: #088808;

}

/* heading 3 */



h1.banner-heading-3 {

  color: #c00000;

  font-size: 30px;

  font-family: 'Cooper ';

  line-height: 38px;

  margin-bottom: 0px;

}

.gif_2{

  height: 170px;

  object-fit: cover;

  position: relative;

  top: 42px;

}



.spacer{

  height: auto;

}



.spacer img {

    margin-top: -290px;

    margin-bottom: -250px;

}





.fancybox-content{

  width: 60% !important;

  height: auto !important;

}











.lgn-txt input {

    width: 100%;

    padding: 10px;

    border-radius: 4px;

    border: 1px solid #cfcfcf;

    margin-bottom: 20px;

}



.lgn-txt button#btn-signup {

    width: 100%;

    height: 47px;

    background-color: #4e5d6f;

    display: inline-block;

    border-radius: 50px;

    text-align: center;

    font-size: 15px;

    color: #ffffff;

    padding: 13px 0;

    margin-top: 0px;

    font-weight: 500;

    margin-bottom: 19px;

    text-transform: uppercase;

}







.littlegir {

    position: absolute;

    right: -240px;

    bottom: 50px;

}



.littlegir img {

    width: 65%;

}









.greetings h5 {

    font-size: 20px;

    color:#fffb0e;
    margin:0px;
    padding:0 20px;

}
.h51 {
    margin-bottom: 13px !important;
}
.greetings h5 a {

    font-size: 40px;
    text-transform:uppercase;

    color: #fffb0e;

    font-family: 'Cooper ';

}
.greetings h5:nth-child(2){
    padding:0;
}
.greetings {
    text-align: center;
    width: 40%;
    padding-top: 5%;
    margin-left: 25%;
}

.aunty-gif{

    width:50%;

}



.wittle-main-gif{

    position:absolute;

    bottom: 27%;

    left: -60px;

    z-index:999;

}

.wittle-aunty {

    position: relative;

    display: flex;

}

    /**/
    .sect-2 {
    position: relative;
    overflow: hidden;
}

.themes-padd {
    padding: 80px 0;
}

.sect-2 h3 {
    color: #002060;
    font-size: 50px;
    font-weight: 900;
    text-shadow: 1px 1px #ffffff5c;
    margin-bottom: 20px;
}
.color-red {
    color: red !important;
}
.container> .row {
    width: 99%;
}

.sect-2 p {
    color: #002060;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.sect-2 h6 {
    color: #c00000;
    font-size: 40px;
    font-weight: 500;
}

.sect-2 .list {
    position: relative;
}

.sect-2 .list li a {
    color: #088808;
    font-size: 18px;
    font-family: cursive;
    font-weight: 700;
    line-height: 40px;
        padding-left: 25px;
    position: relative;
}
.sect-2 .list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    height: 12px;
    width: 12px;
    background: #088808;
    border-radius: 50%;
}
.special-need .element-sty {
    padding-bottom: 230px;
}

.sect-2 .list li:first-child a::before {
    background: #002060;
}

.sect-2 .list li:last-child a::before {
    background: #c00000;
}

.sect-2 .list li:first-child a {
    color: #002060;
}

.sect-2 .list li:last-child a {
    color: #c00000;
}
.sect-2 .header-btn-sec {
    justify-content: center;
}

.sect-2 .txt-an {
    font-size: 53px;
    text-align: center;
    margin: 40px 0;
    font-family: cursive;
    text-shadow: 1px 10px #0000003b;
    position: relative;
}

.sect-2 .txt-an::after {
  content:"";
  animation: spin 25s linear infinite;
}
@keyframes spin {
  0% { content:"WITTLES WORTH";color: #c00000;}
  25% { content:"ANALOG TIME TEACHING TOOLS ARE";color: #088808;}
  50% { content:"FUN!";color: #c00000;}
  75% { content:"NEW!  ";color: #fffb0e;}
  100% { content:"INNOVATIVE TOO!";color: #002060;}
}
.al-center{
   align-items: center;
    display: flex;
}
.al-center a.theme-btn {
    width: 15em;
}
img.about-elemnt {
    position: absolute;
    right: 1%;
    width: 13%;
}
.sect-2.themes-padd.style p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.sect-2.themes-padd.style a.theme-btn {
    width: 15em;
}
.sect-2 h2 {
    color: #002060;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
}

.sect-2 h5 {
    font-family: 'Cooper ';
    font-size: 25px;
    color: #088808;
    margin-top: 50px;
}
.sect-2 .list1 {
    margin-bottom: 50px;
}

.sect-2 .list1 li {
    color: #088808;
    font-size: 16px;
    margin: 20px 0;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}
.sect-2 .list1 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 10px;
    width: 10px;
    background: #088808;
    border-radius: 50%;
}
.sect-2 p span {
    font-size: 30px;
    text-decoration: underline;
}
img.about-elemnt1 {
    position: absolute;
    bottom: 0;
    width: 13%;
}
.teiomal-box {
       position: relative;
    background: #ffffff9e;
    box-shadow: 0 0 10px 0 #00000022;
    border-radius: 5px;
    padding: 20px;
    display: grid;
    align-content: flex-start;
    height: 320px;
}
.teiomal-box h4 {
    color: #c00000;
        font-size: 17px;
        margin-bottom:5px;
}

.teiomal-box h6 {
    color: #088808;
   font-size: 18px;
    line-height: 25px;
}

.teiomal-box h6 span {
    display: block;
}

.teiomal-box p {
    color: #088808;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}
.tetsiomal-sli .slick-slide {
    margin: 0 10px;
}
.mg-center .theme-btn {
    margin: 0% auto;
    margin-top: 40px;
    width: 15em;
}
.sect-2 form input {
    width: 100%;
    padding: 15px 20px;
    border: 0;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #00000055;
    color: #000;
}

.sect-2 form button {
    padding: 15px 50px;
    background: #c00000;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}
.depart-box {
    position: relative;
    padding: 20px;
    border: 5px solid #002060;
    width: 70%;
    margin: 0% auto;
}

.depart-box h5 {
    margin: 0;
    margin-bottom: 20px;
}

.depart-box ul {
    display: flex;
    align-items: flex-start;
}

.depart-box ul li h6 {
    font-size: 20px;
    font-weight: bold;
}

.depart-box ul li h6 span {
    display: block;
    font-size: 16px;
    color: #088808;
    font-weight: 400;
}

.depart-box ul li:last-child {
    padding-top: 15px;
    font-size: 20px;
    color: #088808;
    font-weight: 600;
}

.depart-box p {
    margin: 0;
        line-height: 25px;
}

.depart-box h3 {
    text-decoration: underline;
    margin-bottom: 10px;
}

.depart-box ul li:first-child {
    width: 35%;
}



.fancybox-content:after {
    content: '';
    width: 260px;
    height: 100%;
    position: absolute;
    top: 60px;
    left: -270px;
    background-image: url(https://wwinedu.com/assets/front_assets/images/20220125013355-wittle-aunty.gif);
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
}

    /**/
    
    .greetings{
    display:none;
}

.sect-2 video {
      width: 100%;
    height: 500px;
    transform: scale(1.15);
    z-index: 1;
    position: relative;
    /*margin-left: 55px;*/
    margin-left: -70px;

}
img.aunt-img {
    /*transform: scaleX(-1);*/
}

@media only screen and (min-width: 1700px) and (max-width: 1920px){

   .wittle-main-gif{

        bottom: 14%;

        left: -60px;

    }
    .greetings {
        margin-left: -20%;
    }

    

}

@media only screen and (min-width: 1600px) and (max-width: 1699px){

    .wittle-main-gif {

        position: absolute;
            bottom: inherit;
        top: 10%;

        left: -40px;

        z-index: 999;

    }
    .greetings{
        width: 80%;
    }

    h1.banner-heading-3{

        font-size:28px;

    }

    h1.banner-heading-2{

        font-size:43px;

    }

    .board_girl {

        width: 90%;

        position: relative;

        left: -17px;

    }

    .aunty-gif {

        width: 46%;

    }

    .greetings h5{

        font-size:17px;

    }

    .littlegir {

        position: absolute;

        right: -210px;

        bottom: 90px;

    }

}

@media only screen and (min-width: 1500px) and (max-width: 1599px){

    .aunty-gif {

        width: 45%;

    }

    .wittle-main-gif {

        position: absolute;

        bottom: 14%;

        left: -50px;

        z-index: 999;

    }

    .main_child_psst h3 {

        font-size: 23px;

        line-height: 25px;

    }

    .board_girl {

        position: relative;

        left: 11px;

        width: 87%;

    }

    .littlegir {

        position: absolute;

        right: -200px;

        bottom: 110px;

    }

    h1.banner-heading-2{

        font-size:40px;

    }

    h1.banner-heading-3{

        font-size:24px;

    }

    .greetings h5 {

        font-size: 18px;

        color: #fffb0e;

    }

}

@media only screen and (min-width: 1400px) and (max-width: 1499px){

    

    .wittle-main-gif {

        bottom: 12%;

        left: -5%;

    }

    .board_girl {

        position: relative;

        left: 8%;

        width: 84%;

    }

    .littlegir {

        position: absolute;

        right: -200px;

        bottom: 110px;

    }

    h1.banner-heading-2{

        font-size:40px;

    }

    h1.banner-heading-3{

        font-size:24px;

    }

    .greetings h5 {

        font-size: 18px;

        color: #fffb0e;

    }

    .main_child_psst h3 {

        font-size: 19px;

        padding: 0px 30px;

        line-height: 27px;

    }

    .aunty-gif {

        width: 45%;

    }

    .main_child_imges

    {left:-45px;

    }

}

@media only screen and (min-width: 1300px) and (max-width: 1399px){

    .wittle-main-gif {

        bottom: auto;

        top: 29%;

        left: -60px;

    }

    .greetings {

        text-align: center;

        width: 34%;

        padding-top: 7%;

        margin-left: -16%;

    }

    .aunty-gif {

        width: 50%;

    }

    h1.banner-heading-3 {

        font-size: 20px;

        line-height: 26px;

    }

    h1.banner-heading-2{

        font-size:35px;

    }

    .main_child_imges{

        left:-16px !important;

    }

    .board_girl {

        left: 12% !important;

        width: 82% !important;

    }

    .main_child_psst h3 {

        font-size: 19px !important;

        padding: 0px 30px;

        line-height:24px;

    }

    .greetings h5 {

        font-size: 15px;

        color: #fffb0e;

    }
    .greetings h5 a{
        font-size:31px;
    }

    .littlegir {

        right: -170px !important;

        bottom: 90px !important;

    }

}

@media only screen and (min-width: 1200px) and (max-width: 1299px){

    .asd{

        left:100px !important;

    }

    .wittle-main-gif {

        bottom: 32%;

        left: -58px;

    }

    .aunty-gif {

        width: 44%;

    }

    .greetings {

        margin-left: -16%;
        width:45%;

    }
    .greetings h5 a{
        font-size:27px;
    }
    h1.banner-heading-3 {

        font-size: 20px;

        line-height: 24px;

    }

    h1.banner-heading-2 {

        font-size: 35px;

        line-height: 40px;

    }

    .littlegir img {

        width: 35%;

    }

    .littlegir {

        right: -180px !important;

        bottom: 15%;

    }

    .board_girl {

        left: 19% !important;

        width: 77% !important;

    }

    .main_child_imges{

        left: 0 !important;

    }

    .main_child_psst img {

        height: 200px;

        object-fit: contain;

    }

    .main_child_psst h3 {

        font-size: 18px !important;

        padding: 0 30px;

        line-height: 24px !important;

    }

    .main_child_imges .row .col-sm-3:first-child{

        width:31% !important;

    }

    .main_child_imges .row .col-sm-3:not(:first-child){

        width:23% !important;

    }

    .greetings h5 {

        font-size: 13px;

        color: #fffb0e;

    }

}

@media only screen and (min-width: 1100px) and (max-width: 1199px){

    .watch-video {

        margin-top: 22% !important;

    }

    

    .wittle-main-gif {

        bottom: 29%;

        left: -42px;

    }

    .aunty-gif {

        width: 44%;

    }

    .greetings {

        margin-left: -8%;

        padding-top: 12%;

    }

    h1.banner-heading-3 {

        font-size: 24px;

        line-height: 28px;

    }

    h1.banner-heading-2 {

        font-size: 42px;

        line-height: 46px;

    }

    .littlegir img {

        width: 35%;

    }

    .littlegir {

        right: -210px !important;

        bottom: 26%;

    }

    .board_girl {

        left: 17% !important;

        width: 82% !important;

    }

    .main_child_imges{

        left: 0 !important;

    }

    .main_child_psst img {

        height: 200px;

        object-fit: contain;

    }

    .main_child_psst h3 {

        font-size: 16px !important;

        padding: 0 20px;

        line-height: 22px !important;

    }

    .main_child_imges .row .col-sm-3:first-child{

        width:31% !important;

    }

    .main_child_imges .row .col-sm-3:not(:first-child){

        width:23% !important;

    }

    .greetings h5 {

        font-size: 15px;

        color: #ffc000;

    }

    .main_child_img_over_column {

        position: relative;

        margin-top: 14%;

    }

    .asd{

        left:0px !important;

        bottom: -10px;

    }

    .asd img{

        width:108px;

    }

}

@media only screen and (min-width: 1000px) and (max-width: 1099px){

    .watch-video a {

        font-size: 12px !important;

    }   

    .asd{

        left:70px !important;

    }

    .asd img{

        width:100px;

    }

    .watch-video {

        margin-top: 47% !important;

    }

    .wittle-main-gif {

        bottom: 26.5%;

        left: -55px;

    }

    .aunty-gif {

        width: 42%;

    }

    .greetings {

        margin-left: -8%;

        padding-top: 10%;
        width: 44%;

    }

    h1.banner-heading-3 {

        font-size: 24px;

        line-height: 28px;

    }

    h1.banner-heading-2 {

        font-size: 42px;

        line-height: 46px;

    }

    .littlegir img {

        width: 35%;

    }

    .littlegir {

    right: -180px !important;

        bottom: 6% !important;

    }

    .board_girl {

        left: 14% !important;

        width: 82% !important;

    }

    .main_child_imges{

        left: -25px !important;

    }

    .main_child_psst img {

        height: 200px;

        object-fit: contain;

    }

    .main_child_psst h3 {

        font-size: 16px !important;

        padding: 0 20px;

        line-height: 22px !important;

    }

    .main_child_imges .row .col-sm-3:first-child{

        width:31% !important;

    }

    .main_child_imges .row .col-sm-3:not(:first-child){

        width:23% !important;

    }

    .greetings h5 {

        font-size: 17px;

        color: #fffb0e;

    }

    .main_child_img_over_column {

        position: relative;

        margin-top: 16% !important;

    }



}

@media only screen and (min-width: 768px) and (max-width: 999px){

    .watch-video a{

        font-size:12px;

    }

    

    .watch-video {

        margin-top: 60% !important;

    }

    .wittle-main-gif {
    bottom: 1%;
    left: -5px;
}



    .aunty-gif {
    width: 24%;
}

    .greetings {

        margin-left: -5%;
        padding-top: 1%;

    }

    .asd {

        left: 17% !important;

        border: none !important;

        bottom: 40px;

    }
    
    footer {
    position: relative;
}
}

@media only screen and (min-width: 300px) and (max-width: 767px){
    .top-bar-ul .row {
        align-items: center;
        display: block;
    }
    .header-logo img.img-responsive {
    width: 40%;
    margin: 10px auto;
}
    .special-need {
    padding: 30px 15px;
}
.nw-bnr-txt h2 {
    font-size: 24px;
    line-height: 40px;
}
.nw-bnr-txt h3 {
    font-size: 28px;
    line-height: 40px;
}
.nw-bnr-txt h4 {
    font-size: 23px;
}
button#mic-access-tool-general-button {
    width: 100% !important;
    left: 0 !important;
}
footer {
    margin-bottom: 60px;
    padding:0;
    position: relative;
}
.ftr-txt a {
    display: block;
    width: 100%;
    font-size: 16px;
    position: inherit !important;
}
h3.main_child_psst_h.ylw br {
    display: none;
}
.ftr-txt {
    text-align: center;
    margin-bottom: 22px;
}
.need-nw-txt-2 {
    width: 100%;
}
.need-nw-txt-2 p u {
    display: block;
    margin-bottom: 15px;
    line-height: 45px;
}
.special-need {
    margin-bottom: 0;
}
.need-nw-txt-2-mn .about-elemnt4 {
    position: absolute;
    left: -5%;
    width: 80px;
    z-index: 0;
    top: -70px;
    display: none;
}
.need-nw-txt {
    width: 100%;
}
.need-nw-txt-3-mn .about-elemnt4 {
    display: none;
}
.sect-2.themes-padd.style p {
    font-size: 15px;
    line-height: 22px;
}
.ms-whittle-pg .ms-whittle-txt p {
    font-size: 16px;
}
.special-need > .container .width-sm {
    padding-left: 0;
}

.special-need > .container {
    padding: 0;
}

.special-need .element-sty {
    padding-bottom: 50px;
}

img.about-elemnt1 {
    display: none;
}

  .teach-pg-sec .container {
    padding:  0 0px !important;
}
.sect-2.themes-padd.ms-whittle-pg {
    padding: 0 15px 0px !important;
    margin-bottom: 30px;
    margin-top:20px;
}
   
   .themes-padd.teach-pg-sec {
    padding: 20px 15px 30px;
}

.themes-padd.teach-pg-sec h3 {
    font-size: 22px;
}
.tchr-nw-txt-inn ul p {
    font-size: 14px;
    text-align: left;
}
.tchr-nw-txt-tbl ul li {
    margin-bottom: 5px;
}
.tchr-nw-txt-tbl ul {
    display: block;
}
.banner-over .container > .row >.col-md-12 {
    padding: 0;
}

.sect-2.themes-padd .row {
    text-align: center;
}
  
    #menu{
          display:none;
    }

    .watch-video {

        margin-top: 90%;

        margin-bottom: 80px;

    }

    .watch-video a{

        display:none;

        line-height:26px;

    }

    img.showmob {
    display: block !important;
}
.hidemob{display: none !important;}
.asd {
    position: absolute !important;
    left: 100px !important;
    border: none !important;
    bottom: 93px !important;
  }

}























@media only screen and (min-width: 1600px) and (max-width: 1920px){

    .asd {

    position: absolute;

    left: -10px;

    bottom: -20px;

    -webkit-animation: linear infinite;

    -webkit-animation-name: button-run;

    -webkit-animation-duration: 0.8s;

    width: 140px;

    margin-left: 0px;

}



a.asd img {

     width: auto !important; 

}





   

}





@media only screen and (min-width: 1024px) and (max-width: 1279px){
    
    .female_image {
    margin-bottom: 30px;
}

.sect-2.themes-padd.ms-whittle-pg .container {
    padding-bottom: 60px;
}

.themes-padd.cntct-pg-sec {
    margin-right: 40px;
}

   .ham-bar {
    display: none;
}

.top-bar-ul .menu-ul li a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
}
.top-bar-ul .menu-ul {
    width: 100%;
}
.top-bar-ul .btn11 {
    width: 9em;
}
.top-bar-middle h2 {
    font-size: 32px;
}
.top-bar-middle h6 {
    font-size: 20px;
}

html body #mic-init-access-tool button#mic-access-tool-general-button {
    width: 35% !important;
}

    .watch-video {

        margin-top: 22%;

    }

    body.inner_pages{

        height:1950px;

    }

    .watch-video a{

        font-size:17px;

    }

}



@media only screen and (min-width: 1024px) and (max-width: 1366px){
    .need-nw-txt-2-mn .about-elemnt4 {
    width: 130px;
}

.need-nw-txt-3-mn .about-elemnt4 {
    width: 140px;
}
   body {
    height: auto;
}

    header{

        margin-bottom:40px;

    }

    .spacer img {

        margin-top: -230px;

        margin-bottom: -200px;

    }

    .board_girl{

        left:-20px;

        width:90%;

    }

    .main_child_imges {

        position: absolute;

        top: 55px;

        left: -95px;

        width: 100%;

    }

    .littlegir{

        right:-200px;

    }

    .main_child_psst h3 span{

        display:inline;

    }

    

    .body-video{

        height:100%;

    }

    .main_child_psst h3{

        font-size:23px;

        line-height:30px;

    }

    

     .spacer img {

    margin-top: -300px;

    margin-bottom: -260px;

}



.watch-video {

    margin-top: 14%;

}

.overlay{

    height:100%;

}

.main-bd{

    height:100%;

}

    

}







@media only screen and (min-width: 768px) and (max-width: 1023px){
    .nw-bnr-txt h2 {
    font-size: 24px;
    line-height: 40px;
}

.nw-bnr-txt h2 br {
    display: none;
}

    .need-nw-txt-2-mn .about-elemnt4 {
    left: -3%;
    width: 90px;
}

.need-nw-txt-3-mn .about-elemnt4 {
    right: -30%;
}
    .banner-content .ml15{

        font-size:55px;

    }

    h1.banner-heading-2{

        font-size:32px;

        line-height:40px;

    }

    h1.banner-heading-3{

        font-size:23px;

        line-height:30px;

    }

    .board_girl{

        left:0px;

        width:90%;

        

    }

    .main_child_imges {

        position: absolute;

        top: 35px;

        left: -65px;

        width: 100%;

    }

    .littlegir img{

        width:45%;

    }

    .littlegir {

        position: absolute;

        right: -210px;

        bottom: 80px;

    }

    .main_child_psst h3 span {

        display: inline;

    }

    .main_child_psst h3{

        font-size:18px;

        line-height:24px;

    }

    .watch-video {

        margin-top:23%;

    }

    .main_child_psst img{

        height:190px;

    }

    .subs_form h2 {

        font-size: 50px;

        margin-top:30px;

    }

    .payment_form h3{

        font-size:40px;

    }

    .container {

        width: 100% !important;

    }

    .sec_btm_new .col-sm-offset-3 {

        margin-left: 0%;

        width:30%;

    }

    header{

        margin-bottom:40px;

    }

    .mobilecontainer{

        display:none;

    }

    .header-btn-sec ul li a{

        width:10em;

    }

    .main_child_img_over_column{

        margin-top:50px;

    }

   body.practise-lets {
    height: auto;
}
    

}

@media only screen and (min-width: 521px) and (max-width: 767px){
.ms-new-txt {
    margin-top: 30px;
}

.sect-2 video {
    height: 240px;
    margin-left: 0;
}

.ms-whittle-txt {
    margin-bottom: 30px;
}

}

@media only screen and (min-width: 300px) and (max-width: 767px){
    .ul2dv {
    display: block;
}
.tp-sht-inn ul li p em {
    width: 30%;
}

.tp-sht-inn ul li p span {
    width: 70%;
}
.tp-sht-inn h2 {
    font-size: 27px;
}
   .main-lgn .modal-content span {
    font-size: 12px;
}
    
    .top-bar-ul .btn-ul {
    margin-top: 10px;
        flex-direction: row;
    justify-content: space-evenly;
}
.top-bar-middle h2 {
    font-size: 30px;
}
.top-bar-middle h6 {
    font-size: 16px;
}
.top-bar-ul .btn-ul li:last-child {margin-top: 0px;}

.btn11 {
    font-size: 12px;
    width: auto;
    padding: 0 30px !important;
}

.mob-padd.ab-pg-sc {
    padding-top: 0;
}

img.femail {
    width: 100% !important;
    object-fit: cover;
    margin-bottom: 20px;
}

.container> .row {margin: auto;}

.ab-pg-sc >.container {
    padding-left: 0;
    padding-right: 0;
}

.sect-2.themes-padd.style a.theme-btn {
    width: auto !important;
    font-size: 12px;
}

    /*.main-bd{*/

    /*    overflow-y:auto;*/

    /*}*/

    .nav-flex {

        display:block;

    }

    .logo{

        text-align:center;

        margin-bottom:20px;

    }

    .logo img{

        margin:0 auto;

    }

    .header-btn-sec ul {

        text-align: center;

        margin-top: 30px;

    }

    .header-btn-sec ul li:not(:last-child) {

        margin-bottom: 10px;

    }

    .header-btn-sec ul li a{

        margin:0 !important;

    }

    .banner-content .ml15{

        font-size:56px;

        line-height:60px;

    }

    .spacer img {

        margin-top: -60px;

        margin-bottom: -60px;

        width: 100%;

    }

    h1.banner-heading-2{

        font-size:30px;

        line-height:32px;

    }

    h1.banner-heading-3{

        font-size:26px;

        line-height:28px;

    }

    .board_girl{

        display:none;

    }

    .main_child_psst h3 {

        font-size: 22px;

        font-family: 'Cooper ';

        margin-bottom: 15px;

        line-height: 24px;

        padding: 0px 60px;

    }

    .main_child_imges {

        position: relative;

        top: 0;

        left: 0;

        width: 100%;

    }

     .watch-video {

        margin-top: 90%;

        margin-bottom: 0px;

    }
    .sect-2 .txt-an {
        text-shadow: -1px 4px 7px #0000003b;
    }
    .al-center a.theme-btn {
        margin: 0 auto;
    }
    img.aunt-img {
        display: none;
    }
    .female_image img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: left;
    }

    .watch-video a{

        display: none;

        font-size: 16px;

        line-height: 21px;

    }

    .main_child_psst {margin-bottom:60px;padding: 0 10px;}

    .aunty-gif {

        width: 44%;

    }

    .wittle-main-gif {

        position: absolute;

        bottom: 2%;

        left: 0px;

        z-index: 999;

    }
    .greetings h5{
        padding:0;
    }
    .littlegir{

        display:none;

    }
    .h51 {
        margin-bottom: 9px !important;
    }
    .greetings h5 a{
        font-size:24px;
    }

    

    .greetings {

        width: 55%;

        margin-left:-21px;

    }

    .greetings h5 {

        font-size: 16px;

        color: #fffb0e;

    }

}





@media only screen and (min-width: 1025px) and (max-width: 1350px){
    .top-bar-ul .menu-ul li a {
    font-size: 16px;
}
}




@media only screen and (max-width: 1280px) {
   .board_girl {
    left: 0% !important;
    width: 95% !important;
}
.main_child_imges {
    left: -9% !important;
}
.wittle-main-gif {
    bottom: inherit;
    left: 5%;
    top: 15%;
}
.main-bd {
    height: auto;
}
.col-lg-9.p-wid p {
    width: 85%;
}
.width-sm {
    padding-right: 100px;
}
.padd-l-rig {
    padding: 0 10px;
}
}
@media only screen and (max-width: 10240px) {
    .greetings {
    margin-left: -15%;
    padding-top: 0;
    width: 50%;
    margin-top: 120%;
}
.main_child_psst h3 {
    font-size: 14px ;
    padding: 0 10px;
    line-height: 22px !important;
}
.main_child_img_over_column {
    margin-top: 5% !important;
}
.watch-video {
    margin-top: 0 !important;
}
.sect-2 .txt-an {
    font-size: 45px;
    height: 85px;
}
.col-lg-9.p-wid p {
    width: 100%;
}
.col-lg-9.p-wid {
    display: block;
    margin-top: 20px;
}
.depart-box{
    width: 90%;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 920px) {
    .board_girl {
    left: 0 !important;
    width: 90% !important;
}
.greetings {
    width: 600px;
    margin-top: -35%;
    margin-left: 130px;
    z-index: -1;
}
.sect-2 h3 {
    font-size: 35px;
    margin-bottom: 10px;
}
img.about-elemnt {
    position: absolute;
    right: 1%;
    width: 30%;
}
.width-sm {
    padding-right: 181px;
}
.sect-2 h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.sect-2 h5 {
    font-family: 'Cooper ';
    font-size: 22px !important;
    margin-top: 20px !important;
    line-height: 35px;
}
.themes-padd {
    padding: 50px 0;
}
.sect-2.themes-padd.element-sty .about-elemnt {
    width: 13%;
    top: 15%;
}

}
@media only screen and (max-width: 767px) {
    .main_child_imges {
    left: 0 !important;
}
}
@media only screen and (max-width: 650px) {
.greetings {
    margin-top: 5%;
    margin-left: -110px;
}
.sect-2 .list li a {
    font-size: 16px;
    line-height: 30px;
}
.themes-padd {
    padding: 30px 0;
}
.sect-2 h6 {
    font-size: 30px;
}
.sect-2 .txt-an {
    font-size: 18px;
    margin-bottom: 5px;
}
.al-center {
    align-items: center;
    display: block;
}
.width-sm {
   padding-right: 10px;
}
.padd-l-rig {
    padding: 0 15px;
}
.teiomal-box h6 {
    font-size: 18px !important;
}
.depart-box {
    width: 100%;
    padding: 20px 10px;
}
.depart-box ul li:first-child {
    width: 100%;
}
.depart-box ul {
    display: block;
    align-items: flex-start;
}
.depart-box ul li h6 {
    font-size: 16px;
    margin-bottom: 0;
}
.depart-box ul li:last-child {
    padding-top: 0;
    font-size: 20px;
    margin-bottom: 25px;
}

.sect-2 p {
  font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.wittle-main-gif {
    bottom: inherit;
    left: 5%;
    top: 19%;
}
.sect-2 h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.sect-2 .list li a {
    font-size: 14px;
    line-height: 28px;
}
}

@media only screen and (max-width: 400px) {
    section.sect-2.themes-padd {
    padding-top: 0;
    padding-bottom: 60px;
}
    h1.banner-heading-2 {
    font-size: 20px;
    line-height: 30px;
}
h1.banner-heading-3 {
    font-size: 20px;
    line-height: 30px;
}
.main_child_psst h3 {
    font-size: 20px !important;
    padding: 0;
    line-height: 35px !important;
    margin-top: 0;
}
.wittle-main-gif {
    bottom: inherit;
    left: -5%;
    top: 19%;
}
.sect-2 h3 {
    font-size: 25px;
    margin-bottom: 10px;
}
.sect-2 h2 {
    font-size: 22px;
    line-height: 28px;
}
.sect-2 p span {
    font-size: 25px;
        line-height: 1.2;
}
.sect-2 h6 {
    font-size: 25px !important;
    line-height: 40px;
}
section.sect-2.themes-padd.style.mob-padd.abt_page_bg.ab-pg-sc {
    padding-bottom: 0;
}

}

@media only screen and (max-width: 420px) {
    .width-sm {
    padding-right:0px;
}
html body a.theme-btn{
    margin: 0 auto !important;
    font-size: 12px !important;
    width: auto;
    padding: 0 15px;
}
img.femail {
    width: 80%;
}
}
@media only screen and (max-width: 370px) {
    h1.banner-heading-2 {
    font-size: 16px;
    line-height: 25px;
}
h1.banner-heading-3 {
    font-size: 15px;
    line-height: 25px;
}
.main_child_psst h3 br {
    display: none;
}
.sect-2 .list li a {
    font-size: 12px;
    line-height: 25px;
}
    
}












@media only screen and (min-width: 300px) and (max-width: 520px) {
    section.sect-2.themes-padd.cntct-pg-sec {
    padding-top: 50px;
}
    .tchr-nw-txt {
    padding-bottom: 40px;
}
    .female_content {
    padding: 30px 0 !important;
}
    .nw-bnr-txt h2 br {
    display: none;
}
   .subs_form h2 {
    font-size: 16px !important;
} 

header {
    margin-bottom: 0;
}
    #intro_video{
            width: 100%;
            height: 200px;
            transform: scale(1);
            z-index: 1;
            position: relative;
            /* margin-left: 55px; */
            margin-left: 0;
    }
    img.about-elemnt.about-elemnt2 {
    display: none;
}
.tetsiomal-sli .slick-next {
    right: -5px;
    width: 30px;
    height: 30px;
    background: #c00000;
    color: #fff;
}
.tetsiomal-sli .slick-prev {
    left: -5px;
    width: 30px;
    height: 30px;
    z-index:1;
    background: #c00000;
    color: #fff;
}
.sect-2 form button {
    width: auto !important;
    margin: 0 auto 30px;
    display: block;
}
  .themes-padd.cntct-pg-sec {
    padding: 50px 15px;
}

.themes-padd.cntct-pg-sec .container {
    padding-left: 0;
    padding-right: 0;
}
img.about-elemnt.about-elemnt3 {
    display: none;
}

}



@media only screen and (min-width: 768px) and (max-width:992px){
    .need-nw-txt h6 {
    font-size: 22px !important;
    line-height: 32px;
}

.need-nw-txt-2 p u {
    line-height: 50px;
}
    .female_image img {
    width: 40%;
    object-fit: cover;
    height: 400px;
}

.female_image {
    text-align: center;
}

section.sect-2.themes-padd.style.mob-padd.abt_page_bg.ab-pg-sc {
    padding-bottom: 0;
}

.abt_page_bg .row {
    margin: 0;
}
    .sect-2 video {
    width: 100%;
    height: 300px;
    transform: scale(1.15);
    z-index: 1;
    position: relative;
    /* margin-left: 55px; */
    margin-left: -70px;
}
.top-bar-ul .menu-ul {
    width: 100%;
}
.top-bar-middle h2 {
    font-size: 25px;
}
.top-bar-middle h6 {
    font-size: 13px;
}
html body #mic-init-access-tool button#mic-access-tool-general-button {
    width: 50% !important;
    bottom: 59px !important;
}
.ftr-txt .intro-butn {
    left: 20% !important;
}
}



.home_pg_analog_text h3{
    color:#fff !important;
}
.home_pg_analog_text p{
    color:#fff !important;
}
#introduction_video .buy_now_ab {

    

    

    border: 8px solid #c00000;

    border-radius: 18px;

    padding: 14px;

    background: #fff;

}

#introduction_video .buy_now_ab img {

    width: 50%;

    display: block;

    margin: 20px auto;

}

#introduction_video .buy_now_ab a {

    font-size: 30px;
    color: #c00000;
    font-weight: 700;
    text-shadow: 0px 3px 3px #00000070;
    font-family: 'Cooper ';

}

#introduction_video .modal-dialog{

  width: 498px;

}

#introduction_video .modal-content{

  border-radius: 20px;

}

#introduction_video .buy_now_ab button{

  font-size: 24px;

  color: #088808;

  opacity: 1;

}

section.sect-2.themes-padd.cntct-pg-sec {
    position: relative;
}
section.sect-2.themes-padd.cntct-pg-sec::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 160%;
    background: #170C36;
    top: 0;
    left: 0px;
    z-index: -1;
}
 .testimonial_page{
     background-color:#fff !important;
 }
 
.stcx h5 {
    color: #002060 !important;
    font-weight: 700;
    font-size: 30px !important;
}
.testimonial_page .stcx h5 {
    color: #94d153 !important;
    margin-top: 0;
}
.testimonial_Sec1{
    padding:40px;
}
.testimonial_heading h2{
    font-size:42px;
    font-weight:700;
    color:#fef200;
    font-family: 'Cooper ';
}
.testimonial_Sec1 .m-auto{
    float:none;
    margin:auto;
}
.test_Slide img {
    width: 100%;
}
.testimonial_Sec1 .mt-5{
    margin-top:30px;
}
.testimonial_Sec1 button.slick-prev.slick-arrow:after {
    position: absolute;
    top: -10px;
    left: -80px;
    content: "";
    width: 81px;
    height: 60px;
    background: url(../../images/face2-01.png);
    background-position: center;
    background-size: 100%;
    z-index: -9;
    background-repeat: no-repeat;
}
.testimonial_Sec1 button.slick-next.slick-arrow:after {
    position: absolute;
    top: -10px;
    right: -80px;
    content: "";
    width: 81px;
    height: 60px;
    background: url(../../images/face-01.png);
    background-position: center;
    background-size: 100%;
    z-index: -9;
    background-repeat: no-repeat;
}
.slick-next:before{
    content:'';
}
.slick-prev:before{
    content:'';
}

.testimonial_slider .test_Slide {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    /*height: 200px;*/
    display: flex;
    flex-direction: column;
}

.testimonial_slider .test_Slide p {
    /*margin: 0;*/
    font-size: 14px;
    line-height: 1.8;
    font-family: 'Cooper ';
    color: #c00000;
}

.signature_img {
    width: 150px !important;
}

.fancybox-bg {
    background:url(https://wwinedu.com/assets/front_assets/images/practise.jpeg);
}

.testimonial_slider .slick-slide {
    height: fit-content !important;
}

.testimonial_slider .slick-track {
    display: flex;
    align-items: center;
}