

  /* css to hide google trasnalte logo */

  /* #\:1\.container */
/*  iframe{*/
/*    z-index: -1 !important;*/
/*    visibility: hidden !important;*/
/*    position: absolute !important;*/
/*    margin-top: -80px !important;*/
/*}*/



/*#google_translate_element*/
/*{*/
/*    padding: 9px 0;*/
/*    float:center;*/
/*    text-align:right;*/
/*    display:block;*/
/*}*/
/*#google_translate_element span*/
/*{*/
    
/*    display:none !important;*/
/*}*/
/*#google_translate_element select*/
/*{*/
/*    width: fit-content;*/
/*    margin: 0em;*/
/*    padding: 0;*/
/*    background-color: #0000;*/
/*    border: none;*/
/*    font-family: 'Nunito Sans', sans-serif;*/
/*    font-weight: 400;*/
/*    font-size: 1rem;*/
/*    color: rgba(0, 0, 0, 0.765);*/
/*}*/
/*#google_translate_element div{*/
    
/*    text-align: left;*/
/*    display: flex;*/
/*    align-items: start;*/
/*    justify-content: start;*/
    
/*}*/

/*.skiptranslate .goog-te-gadget > span{*/
/*    display: none !important;*/
/*}*/

/*.goog-te-banner-frame.skiptranslate { display: none !important;} */


/*#goog-gt-tt*/
/*{display: none !important; top: 0px !important; } */

/*.goog-tooltip skiptranslate*/
/*{display: none !important; top: 0px !important; } */

/*.activity-root */
/*{ display: hide !important;} */

/*.status-message */
/*{ display: hide !important;}*/

/*.started-activity-container*/
/* { display: hide !important;}*/

/*a.goog-logo-link {*/
/*    visibility: hidden;*/
/*    display:none !important;*/
/*} */
    
/*.goog-te-gadget{*/
/*    color: transparent !important;*/
/*}*/



/* main css */

html,body{
    background-color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
  

    top: 0px !important;
    width: 100% !important;
}

#home{
    background-color: #f0f9fa;
    border-radius: 25% 25% 25% 25% / 0% 0% 0% 16%;
}
#content{
    background-color: #f0f9fa ;
    border-radius: 25% 25% 25% 25% / 0% 0% 16% 0%;
}

nav{
    background-color: #f0f9fa !important;

}
#footer{
    background-color: #f0f9fa ;
    /* border-radius: 25% 25% 25% 25% / 0% 0% 16% 0%; */
}


/* .container{
    width: 75% !important;
} */
.jumbotron{
    background-color: #ffffff !important;
}
.bg-gray{
    background-color: #f0f9fa !important;
}

.bg-nav{
    background-color: #f0f9fa !important;
    transition: 500ms ease-in;
}
.bg-nav.scrolled{
    background-color: #ffffff !important;
    -webkit-box-shadow: 0px 5px 14px 5px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 5px 14px 5px rgba(0,0,0,0.08);
box-shadow: 0px 5px 14px 5px rgba(0,0,0,0.08);
}
/* .navbar{
    background-color: #f0f9fa ;
} */
.box-shadow{
    /* box-shadow: 0 5px 30px -10px rgba(0,0,0,.1); */
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.bg-green{
    background-color: #1ea59a;
    
}

a{
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.765);
}
a:hover{
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.696);
}


/* .card-body{
    height: 45vh;
} */

.bg-lightGreen{
    background-color: #e8f6f5;
}
.home-btn{
    background-color: #1ea59a !important;
    border: none !important;
    transition: 0.5s !important;
    
}

.home-btn:hover{
  
    transform:translatey(-6px)
}
/* #gotoblogbtn{
    position: absolute;
    margin-top: 1rem;
    bottom: 16px;
} */
.btn-row{
    text-align: center;
    position:relative;
    transform: translateY(60%);
    /* top:15%; */
}

.circle-div{
 
   
    color: #000000;
    -moz-border-radius: 70px; 
    -webkit-border-radius: 70px; 
    border-radius: 90px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    transition: 0.3s ease-in;
}
.circle-div:hover{
    background-color:#1ea59a;
    color: #ffffff;
}



/* 
.bg-green{
    background-color: #12ab7c;
} */
.no-border{
   border: none;
}

a.hover-link:hover{
    color: rgba(193, 193, 193, 0.995)!important;
}

/* test pages css */

/* anomaloscope */
.test-container{
    border-radius: 28px 28px 28px 28px;
-webkit-border-radius: 28px 28px 28px 28px;
-moz-border-radius: 28px 28px 28px 28px;
background: #ffffff;
border: 4px solid #1ea59a !important;

}
@keyframes appear{
    0% {
      
      opacity: 0.1;
    }
    5% {
      
      opacity: 0.5;
    }
    100% {
     
      opacity: 1;
    }
  }
  
  #image-holder{
    animation-name: appear;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }



#box1, #box2{
    width: 60%;
    height: 20vh;
    margin: 10px;
  }
  #slider{
    width:60%;
  }
  .well{
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  }
  

  /* color cambridge test */

  .test.image{
    width:33vw;
  }
 
  .w-80
  {
    width: 70%;
  }


  /* Lantern Test */

 
  .highlight{
    height: 30px;  
    width: 30px;  
    background-color: lightgray !important;  
    border-radius: 50%;  
  }

  /* Reaction Time Test */

  #box {
    width: 150px;
    height: 150px;
    background-color: blue;
    display: none;
    position: relative;
  }
 .result-row{
     position: relative;
    transform: translateY(600%);
 }
 @media only screen and (max-width: 500px) {

    .w-50{
        width: 95% !important;
    }

  }
 
 .animate{
    opacity: 0;
    animation: fadeInOut 2s ease-in-out infinite;
  }
  
  @keyframes fadeInOut {
    0% {
      opacity: 0.1;
    }
    50% {
      opacity: 0.5;
    }
    90% {
      opacity: 0.9;
    }
    100% {
      opacity: 1;
    }
  }

