﻿body{width:100%;}

.frac {
    display: inline-block;
    position: relative;
    vertical-align: middle; 
    letter-spacing: 0.001em;
    text-align: center;
    
    }
.frac > span { 
    display: block; 
    padding: 0.1em; 
    }
.frac span.bottom {border-top: thin solid black;}
.frac span.symbol {display: none;}







  .pagination {
  display: inline-block;
  margin-left:200px;
  margin-top:100px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.pagination a: hover {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;}



                 
details > summary {
  padding: 4px;
  width: 200px;
  background-color: #00a3fa;
  border: none;
  box-shadow: 1px 1px 2px #bbbbbb;
  transition: width 2s, height 4s;
  cursor: pointer;
  transition-timing-function: ease-in;
  color: White;
}


details[open] summary ~ * {
  animation: sweep .9s ease-in-out;
 
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: 0px;}
  100%  {opacity: 1; margin-left: 0px; }
}
  p.viewanswer{ padding:15px;}
 
}
 
 details[close] summary ~ * {
  animation: sweep .9s ease-in-out;
 
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: 0px;}
  100%  {opacity: 1; margin-left: 0px; }
}
  p.viewanswer{ padding:15px;}
 
} 
 



.hztlrow{width:100%;height:1px;}

.header-container-mobile{}

  .dropbtn {
  background-color: #ffffff;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  display:none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #b00000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba

(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {color: yellow;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  
}

    
    

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}
.row1::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}
.form1{width:100%;}

.header {
  
  color: #ffffff;
  padding: 15px; 
   
}
.navbar {
   margin-top:-5px;
    padding: 15px;
}

.imagegallery {
   margin-top:-25px;
    padding: 15px;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color:#00a3fa;
  color: #ffffff;
  
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color:#ff7966; 
  
}


.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
  
}


/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 100%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  
  
}

.home-style25{color:#b13b26;}





.topnav {
  overflow: hidden;
  background-color:#00699c;
  
}

.topnav a {
  float:left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 13px 30px;
  text-decoration: none;
  font-size:18px;
   line-height:50px;
 
  
   
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
 
  
}

.topnav a.active {
  background-color:#003e66;
  color: white;
  
}

.topnav .icon {
  display: none;
  
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block; 
    
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative; }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


@media screen and (max-width: 600px) {
  .socialmedia {display:none;}
  .responsive-images-nonverbalreasoning {
  width: 100%;
  height: auto;

}
.pagination {
  display: inline;
  margin-left:200px;
  margin-top:100px;
  width:100%; 
 
}
  
  }
@media screen and (max-width: 600px) {
  .hztlrow{width:100%;}
  .imagegallery_signup{ width:95%;}
div.relative {display:inline; width:90%;color:#775249}
div.absolute{display:inline-block; width:90%; color:#775249}
.style3_signup, style7_signup, .style7_login{width:90%;}
  }

  
 #Image1{max-width: 100%;
  height: auto;} 
  

   
      
    
    #images {
    width: 740px;
    height: 355px;
    overflow: hidden;
    position: relative;
    margin-left:0px;

   
    }



    #images img {
    width: 740px;
    height: 355px;
    position:relative;
    top: 0;
    opacity:0;
    z-index: 1;
   
    
    }



    #images img:target {
    left: 0;
    z-index: 2;
    opacity: 1;
    }


    #images img:first-child {
    left:0;
    opacity:1;
    }





   



    #slider a {
    text-decoration: none;
    background: #E3F1FA;
    border: 1px solid #C6E4F2;
    padding: 4px 6px;
    color: #222;
    
    }

    #slider a:hover {
    background: #C6E4F2;
    }


  








.fa {
  padding: 20px;
  font-size: 12px;
  width: 50px; height:50px;

  text-decoration: none;
 
 
  
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color:white;
  
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}


.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}








.row1::after {
  content: "";
  clear: both;
  display: block;
  
  
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.row1{
  
background-color:#161616;
width:99%; 




}






















.menu1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu1 li {
  padding: 1px;
  margin-bottom: 2px;
  color: #FFCC00;
 
  
}

.menu1 li:hover {
   text-decoration: underline;
}


.menu1 li a {
 width:100%;
 font-size: 10px;
  text-decoration:none;
  color:#FFFFFF;
   
}


.menu1 li a:hover {
 width:100%;
 font-size: 10px;
  text-decoration:none;
  color: Lime;
   
}




.footer1 {
  
  color:#FFCC00;
  
  font-size: 10px;
  padding:15px;
   
    width: 100%;
    
}

.fotterPara
{ text-align:center;
    }



#tablecontactus{ width:100%;}
table{ width:100%; overflow:auto;}

#syllabustable1{ overflow:auto;}


.faq{ text-align:justify;}
/* For desktop: */

.col-13 {width: 16.6%; font-size:12px;  text-align:center;}
.col-6a {width:98%;  margin-left:10px; background-color:rgb(235,235,235)}
.col-6a-sitemap {width:98%;  margin-left:10px; }

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  
  
}



      

#HyperLink1,#HyperLink2,#HyperLink3,#HyperLink4,#HyperLink5,#HyperLink6,#HyperLink7,#HyperLink8,#HyperLink9,#HyperLink10,
#HyperLink11,#HyperLink12,#HyperLink13,#HyperLink14,#HyperLink15,#HyperLink16,#HyperLink17,#HyperLink18,#HyperLink19,#HyperLink20,
#HyperLink21,#HyperLink22,#HyperLink23,#HyperLink24,#HyperLink25,#HyperLink26,#HyperLink27,#HyperLink28,#HyperLink29,#HyperLink30,
#HyperLink31,#HyperLink32,#HyperLink33,#HyperLink34a,#HyperLink35a,#HyperLink36a, HyperLink37aa, HyperLink38aa
        {
            color:black; font-family:Arial; font-size:16px;  font-weight: 600;
             text-decoration:none;
            }
            
            

              
            
            
            
            
         .HyperLink1,.HyperLink2,.HyperLink3,.HyperLink4,.HyperLink5,.HyperLink6,.HyperLink7,.HyperLink8,.HyperLink9,.HyperLink10,
.HyperLink11,.HyperLink12,.HyperLink13,.HyperLink14,.HyperLink15,.HyperLink16,.HyperLink17,.HyperLink18,.HyperLink19,.HyperLink20,
.HyperLink21,.HyperLink22,.HyperLink23,.HyperLink24,.HyperLink25,.HyperLink26,.HyperLink27,.HyperLink28,.HyperLink29,.HyperLink30,
.HyperLink31,.HyperLink32,.HyperLink33,.HyperLink34,.HyperLink35,.HyperLink36,.HyperLink37,.HyperLink38

        {
            color: Maroon; font-family:Arial; font-size:16px; font-weight:bold;
             text-decoration:none; 
            }   
            
        #HyperLink34,#HyperLink35,#HyperLink36,#HyperLink37,#HyperLink38,#HyperLink39,#HyperLink40,
        #HyperLink41,#HyperLink42,#HyperLink43,#HyperLink44,#HyperLink45,#HyperLink46,#HyperLink47,#HyperLink48,#HyperLink49,#HyperLink50,
        #HyperLink51,#HyperLink52,#HyperLink53,#HyperLink54,#HyperLink55,#HyperLink56,#HyperLink57,#HyperLink58,#HyperLink59,#HyperLink60,
        #HyperLink61,#HyperLink62,#HyperLink63,#HyperLink64,#HyperLink65,#HyperLink66,#HyperLink67,#HyperLink68,#HyperLink69,#HyperLink70,
        #HyperLink71,#HyperLink72,#HyperLink73,#HyperLink74,#HyperLink75,#HyperLink76,#HyperLink77,#HyperLink78,#HyperLink79,#HyperLink80,
        #HyperLink81,#HyperLink82,#HyperLink83,#HyperLink84,#HyperLink85,#HyperLink86,#HyperLink87,#HyperLink88,#HyperLink89,#HyperLink90,
        #HyperLink91,#HyperLink92,#HyperLink93,#HyperLink94,#HyperLink95,#HyperLink96,#HyperLink97,#HyperLink98,#HyperLink99,#HyperLink100,
        #HyperLink101,#HyperLink102,#HyperLink103,#HyperLink104,#HyperLink105,#HyperLink106,#HyperLink107,#HyperLink108,#HyperLink109,#HyperLink110,
        #HyperLink111,#HyperLink112,#HyperLink113,#HyperLink114,#HyperLink115,#HyperLink116,#HyperLink117,#HyperLink118,#HyperLink119,#HyperLink120,
        #HyperLink121,#HyperLink122,#HyperLink123,#HyperLink124,#HyperLink125,#HyperLink126,#HyperLink127,#HyperLink128,#HyperLink129,#HyperLink130,
        #HyperLink131,#HyperLink132,#HyperLink133,#HyperLink134,#HyperLink135,#HyperLink136,#HyperLink137,#HyperLink138,#HyperLink139,#HyperLink140,
        #HyperLink141,#HyperLink142,#HyperLink143,#HyperLink144,#HyperLink145,#HyperLink146,#HyperLink147,#HyperLink148,#HyperLink149,#HyperLink150,
        #HyperLink151,#HyperLink152,#HyperLink153,#HyperLink154,#HyperLink155,#HyperLink156,#HyperLink157,#HyperLink158,#HyperLink159,#HyperLink160,
        #HyperLink161,#HyperLink162,#HyperLink163,#HyperLink164,#HyperLink165,#HyperLink166,#HyperLink167,#HyperLink168,#HyperLink169{
           
             text-decoration:none; 
            }    
          
.HyperLink_1,.HyperLink_2,.HyperLink_3{font-family:"Lucida Sans", sans-serif; color: Navy; font-size:14px; text-decoration:none;}    
.HyperLink_4, .HyperLink_acadmic3{font-family:"Lucida Sans", sans-serif; font-size:14px; text-decoration:none;}  

.HyperLink_acadmic1, .HyperLink_acadmic2{font-family:"Lucida Sans", sans-serif; color: Navy; font-size:14px; text-decoration:none;}  


#HyperLink1_login{ color:#0ec7fd; text-decoration:none; font-weight:bold;}

.table_sample_papers {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.table_sample_papers th, td {
  text-align: left;
  padding: 8px;
}

.table_sample_papers tr:nth-child(even){background-color: #f2f2f2}


.responsive-images-nonverbalreasoning {
  max-width: 100%;
  height: auto;

}


  .Questiontitle{font-size:22px; text-align:center; color:purple; width:100%;}

transition: all linear 1000ms;
    -o-transition: all linear 1000ms;
    -moz-transition: all linear 1000ms;
    -webkit-transition: all linear 1000ms;
 
 
 .style7_signup{border-radius: 25px;}
 
#Button1_login, #Button2_login{border-radius: 10px;}
#Button3_signup, #Button4_signup{border-radius:10px;}
.style7_login{border-radius: 25px;}

.fdst_login123xxx{border-radius: 25px; width:100%; margin-top:20px;"}

#Label1_total_online{color:#FFCC00;}


    
    .style29
        {
            width: 100%;
        }
        .style30
        {
            width: 32px;
       
      } 
      
      
      
      
       .lcm {
            width:250px;
            border-collapse: collapse;
            border-style: hidden;
            /*Remove all the outside
            borders of the existing table*/
        }
        .lcm td {width:200px; 

            padding: 0px;
            border: 1px solid black;
        }
        .lcm th {
            padding: 0px;
            border: 1px solid black;
        }
      
      .mirror{
  display: inline-block;
  transform: scaleX(-1); 
  filter: FlipH; /* IE 6-7-8 */
}