* {
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Open Sans', sans-serif !important;
    background: #E6E9F4 ; 
    
  }
  
  /* -----------------------------------------  */
  
  /* navbar  */ 
  
   
  .navbar {
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #383745;
    color: white;
    position: fixed  !important;
    top: 0;
    width: 100%;
    padding: 15px 29px;
    box-shadow: 0px 0px 10px 0px black;
    z-index: 10 !important;
  }
  
  .brand-title {
    margin: 0.5rem;
  }
  
  .brand-title a {
    text-decoration: none; 
    color: #969ba1; 
    font-size: 30px !important;
    
  }
  
  .navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  
  .navbar-links li {
    list-style: none;
    font-size: 1.3rem;
  }
  
  .navbar-links li a {
    text-decoration: none;
    color: #969ba1;
    padding: 1rem;
    display: block;
    font-family: "Poppins", sans-serif;
  }
  
  .navbar-links li a:hover {
    color: white;
  }
  
  .toggle-button {
    position: absolute;
    top: 1.8rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 35px;
    height: 21px;
  }
  
  .toggle-button .bar1 {
    height: 3px;
    width: 70%;
    border-radius: 20px;
    background-color: #bcbcbf;
  }
  
  .toggle-button .bar2 {
    height: 3px;
    width: 50%;
    border-radius: 20px;
    background-color: #bcbcbf;
    text-align: center;
  }
  
  .toggle-button .bar3 {
    height: 3px;
    width: 70%;
    border-radius: 20px;
    background-color: #bcbcbf;
  }
  
  .toggle-button .bar4 {
    height: 3px;
    width: 60%;
    border-radius: 20px;
    background-color: black;
  }
  
  
  /* End navbar  */ 
  
  
  /* ------------------------------------  */
  
  
  /* header  */
  
  header {
    padding: 200px;
    background: transparent;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    background: #22202B;      
    background: url("/images/business-people-walking-outside-office-building.jpg");
    /* background-color: #484c50; */
    /* background-color: rgb(71, 74, 78); */
    
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    text-align: center;
    z-index: -1;
  }
  
  
  
  
  header h1{
    font-size: 40px !important;
    font-weight: 400;
    letter-spacing: 2px;
    color: whitesmoke;
    text-shadow: 0 1px 0 rgb(194, 182, 182),
  
    0 1px 0 #868b90,
    0 1px 0 #868b90,
    0 2px 0 #868b90,
    0 3px 0 #868b90,
    0 4px 1px rgba(0,0,0,.1),
    0 0 4px rgba(0,0,0,.1),
    0 1px 2px rgba(0,0,0,.3),
    0 2px 4px rgba(0,0,0,.2),
    0 5px 7px rgba(0,0,0,.25),
    0 8px 6px rgba(0,0,0,.2),
    0 15px 15px rgba(0,0,0,.15);
    
  }
  
   h2 {
    letter-spacing: 2px;
    color: #383745;
    text-align: center;
  }
  
  
    
  
  
  
  /* End of header  */
  
  
  
  
  /* ----------------------------------------------------------------   */
  
  /* Start of grid  */
  
  
  
  .cont {
    max-width: 1300px;
    margin: auto;
    font-size: 20px;
  }

  .container {
    max-width: 1300px;
    margin: auto;
  }
  
  span {
    background: 2c2c2c;
  }
  
  .heading {
    font-size: 45px;
    color: yellowgreen;
    margin-top: 1.5%;
    margin-bottom: 1%;
    letter-spacing: 2px;
    font-size: 48px;
    text-align: center;
   
  }
  
  .banner img {
    background-size: cover;
    max-width: 100%;
  }
  
  .web {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  
  .mob {
    display: none;
    max-width: 100%;
    width: 100%;
  }
  
  /* TABLE */
  
  table {
    border: 2px solid black;
    border-spacing: 2px;
    border-collapse: separate;
  }
  
  .place,
  td {
    border: 1px solid black;
  }
  
  .leaderboard {
    border-spacing: 15px;
    border-collapse: separate;
  }
  
  th {
    color: black;
    border: 2px solid black;
  }
  
  td {
    color: black;
    text-align: center;
  }
  
  tr {
    padding: 20px 40px;
    font-size: 20px;
  }
  
  th,
  td {
    padding: 1px 5px;
  }
  
  ul {
    color: black;
    /* margin-bottom: 5%; */
    /* text-align: left !important; */
  }
  
  hr {
    color: white !important;
    margin: 2rem 0;
  }
  /* BUTTON */
  
  .button {
    cursor: pointer;
    padding: 15px 50px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    color: #648bfb;
    display: inline-block;
    border-radius: 10px;
    border: 3px solid #648bfb;
    background: transparent;
    cursor: pointer;
  }
  
  .button:active,
  .button:hover {
    transition: 0.5s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: white !important;
    border: 5px solid white;
  }
  
  .btn {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  
  @media (max-width: 920px) {
    .content {
      margin: 50px;
    }
  }
  
  @media (max-width: 600px) {
    th,
    td {
      font-size: 16px;
    }
  }
  
  @media (max-width: 500px) {
    .heading {
      padding-top: 10px;
      font-size: 24px;
    }
  }
  
  @media (max-width: 400px) {
    th,
    td {
      font-size: 14px;
    }
  }
  
  @media (max-width: 670px) {
    .web {
      display: none;
    }
  
    .mob {
      display: block;
    }
  
    .main-news {
      display: none;
    }
  
    .logo {
      display: none;
    }
  
    .logo-mob {
      display: block;
    }
  }
  
  @media (max-width: 655px) {
    .login {
      margin-left: 8px;
    }
  }
  
  .font20 {
    font-size: 20px;
  }
  .toBottom30 {
    margin-bottom: 1%;
  }
  .font12 {
    font-size: 14px;
  }
  .font11 {
    font-size: 14px;
  }
  
  .lsTypeArr {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
  }
  .main-article-content {
    background-color: transparent;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 2% 4% 3%;
    border-radius: 15px;
  }
  .whiteText {
    color: white;
  }
  .onePercPadd {
    padding-top: 1.5%;
  }
  
  #backToTop {
    display: inline-block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #backToTop > a {
    text-decoration: none;
  }
  #backToTop > img {
    width: 70px;
    height: 100%;
  }
  .tableCollapse > .tab-label,
  .tableTab {
    display: flex;
    justify-content: space-around;
  }
  .tableTab {
    border-radius: 8px;
  }
  .tableTab > .tableCollapse > .tab-content {
    margin-right: 8%;
    margin-left: 6%;
  }
  .tableTab > strong {
    font-weight: 600;
  }
  .strongHeading {
    font-weight: 900;
  }
  .tab-content > table {
    width: 100%;
    display: inline-table;
    border-collapse: collapse;
  }
  .tab > .tab-label {
    color: white;
  }
  table {
    display: flex;
  }
  table > thead > tr,
  td,
  th {
    justify-content: center;
    align-items: center;
  }
  .tableCollapse > .tab-content {
    margin-left: 25%;
    margin-right: 25%;
  }
  #etim {
    margin-right: 10%;
    margin-left: 10%;
  }
  #etimNested {
    margin-right: 10%;
    margin-left: 10%;
  }
  
  /* accordion*****************************   */
  
  input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  
  .row {
    display: flex;
  }
  .row .col {
    flex: 1;
  }
  .row .col:last-child {
    margin-left: 1em;
  }
  
  /* Accordion styles */
  .tabs {
    border-radius: 8px;
    overflow: hidden;
  }
  
  .tab {
    width: 100%;
    color: white;
    overflow: hidden;
  }
  
  .tab-label {
    border-bottom: 1px solid #648bfb;
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #2c3e50;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    /* Icon */
  }
  .tab-label:hover {
    background: #648bfb;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.5s;
    
  }
  .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: black;
    background: white;
    transition: all 0.35s;
  }
  
  .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
  }
  .tab-close:hover {
    background: #2a3e53;
  }
  
  input:checked + .tab-label {
    background: #648bfb;
    color: #fff;
  }
  input:checked + .tab-label::after {
    transform: rotate(90deg);
  }
  input:checked ~ .tab-content {
    max-height: 150vh;
    padding: 1em;
  }
  /* .tab-content > p {
      color: #0E3037;
    }
     */
  /*# sourceMappingURL=style1.css.map */
  
  /* table **************************/
  
  table {
    border-collapse: unset;
    display: flex;
    justify-content: center;
    padding: 2px;
    padding-bottom: 3%;
  }
  table > tr,
  td {
    padding: 10px;
  }
  .padTable {
    padding-top: 3%;
    padding-bottom: 3%;
    overflow-x: auto;
  }
  
  #padTable > table,
  th,
  td {
    border: 2px solid black;
    font-size: 15px;
    color: black;
  }
  #padTable {
    overflow-x: auto;
  }
  
  
  /* End of grid  */
  
  
  
  
  
  /* ----------------------------------------------------------------   */
  
  
  
  /* Up & Down buttons  */
  
  
  
  
  .arrows {
    position: fixed;
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 2%;
    bottom: 5%;
    position: fixed;
  }
  
  .arrows img {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    background:  #f5f5f7;
    transition: 0.5s;
    margin: 5px 0;
    border-radius: 50%;
    border: 3px solid #648bfb;
    ;
  }
  
  .arrows img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
  
  /* End of Up & Down Buttons  */
  
  
  /* -----------------------------------------------------   */
  
  
  
  /* Footer  */
  
  .site-footer
  {
    background-color:#26272b;
    padding:45px 0 20px;
    font-size:16px;
    line-height:24px;
    color:#737373;
  }

  .row {
      display: flex;
      justify-content: space-evenly;
      padding: 20px;
     
  }

  .row .text-justify {
      max-width: 400px;
  }
  .site-footer hr
  {
    border-top-color:#bbb;
    opacity:0.2;
  }
  .site-footer hr.small
  {
    margin:20px 0
  }
  .site-footer h6
  {
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    margin-top:5px;
    letter-spacing:2px
  }
  .site-footer a
  {
    color:#737373;
  }
  .site-footer a:hover
  {
    color:#3366cc;
    text-decoration:none;
  }
  .footer-links
  {
    padding-left:0;
    list-style:none
  }
  .footer-links li
  {
    display:block
  }
  .footer-links a
  {
    color:#737373
  }
  .footer-links a:active,.footer-links a:focus,.footer-links a:hover
  {
    color:#3366cc;
    text-decoration:none;
  }
  .footer-links.inline li
  {
    display:inline-block
  }
  .site-footer .social-icons
  {
    text-align:right
  }
  .site-footer .social-icons a
  {
    width:40px;
    height:40px;
    line-height:40px;
    margin-left:6px;
    margin-right:0;
    border-radius:100%;
    background-color:#33353d;
  }
  .copyright-text
  {
    margin:0
  }
  @media (max-width:991px)

  
  {
    .header h2 {
        font-size: 16px;
    }

    main {
        font-size: 16px;
    }

    main img {
        width: 100% !important;
    }



    .row {
        flex-direction: column;
        text-align: center;
       
    }

    .about-text a {
        padding: 10px 30px;
        font-size: 16px;
        
    }
    
    .site-footer
    {
     
      font-size:12px;
     
    }

  }
  @media (max-width:767px)
  {
    .site-footer
    {
      padding-bottom:0
    }
    .site-footer .copyright-text,.site-footer .social-icons
    {
      text-align:center
    }
  }
  .social-icons
  {
    padding-left:0;
    margin-bottom:0;
    list-style:none
  }
  .social-icons li
  {
    display:inline-block;
    margin-bottom:4px
  }
  .social-icons li.title
  {
    margin-right:15px;
    text-transform:uppercase;
    color:#96a2b2;
    font-weight:700;
    font-size:13px
  }
  .social-icons a{
    background-color:#eceeef;
    color:#818a91;
    font-size:16px;
    display:inline-block;
    line-height:44px;
    width:44px;
    height:44px;
    text-align:center;
    margin-right:8px;
    border-radius:100%;
    -webkit-transition:all .2s linear;
    -o-transition:all .2s linear;
    transition:all .2s linear
  }
  .social-icons a:active,.social-icons a:focus,.social-icons a:hover
  {
    color:#fff;
    background-color:#29aafe
  }
  .social-icons.size-sm a
  {
    line-height:34px;
    height:34px;
    width:34px;
    font-size:14px
  }
  .social-icons a.facebook:hover
  {
    background-color:#3b5998
  }
  .social-icons a.twitter:hover
  {
    background-color:#00aced
  }
  .social-icons a.linkedin:hover
  {
    background-color:#007bb6
  }
  .social-icons a.dribbble:hover
  {
    background-color:#ea4c89
  }
  @media (max-width:767px)
  {
    .social-icons li.title
    {
      display:block;
      margin-right:0;
      font-weight:600
    }
  }
  
  
  /* End of footer  */
  
  
  /* --------------------------------------------------------  */
  
  
  /* RESPONSIVE VERSION  */
  
  
  
  
  @media (max-width: 600px) {
  
    hr {
      width: 200px; 
      margin: auto;
    }
  
    .header h1 {
      font-size: 36px !important;
    }
  
    .navbar {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .toggle-button {
      display: flex;
    }
        
    .navbar-links {
      display: none;
      width: 100%;
    }
    
  
    .navbar-links ul {
      width: 100%;
      flex-direction: column;
    }
  
    .navbar-links li {
      text-align: center;
    }
  
    .navbar-links li a {
      padding: 1rem 1rem;
    }
  
    .navbar-links.active {
      display: flex;
    }
  
    header {
     
      padding: 170px 20px 50px 20px;
     
      
    }
  
   
  
   
  
  }
  
  
  
  
  