* {
  margin:0;
  padding:0;
  box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
a:hover {
  text-decoration: none;
}
header {
  z-index: 5;
  position: relative;
  width: 100%;
}
.header-top {
  width: 100%;
  height: 40px;
  background-color: #24336e;
}
.header {
  height:75px;
}
ul {
  margin:0;
}
li {
  list-style: none;
}
.logo {
  float: left;
  width: 175px;
  height: 75px;
  background: white;
  display: flex;
  align-items: center;
}
.user-main {
  width: 295px;
  height: 75px;
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.navbar {
  width: 700px;
  height: 75px;
  float: left;
}
.dropdown {
  position: absolute;
  top: 61px;
  min-width: 180px;
  margin-left: 16px;
  display: none;
  padding-top: 0px;
}
/* .navbar ul .dropdown::before {
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #363636;
  position: absolute;
  top: -16px;
  left: 0px;
} */
.nav-item ul {
  background: #ffffff;
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%), 0 1px 1px -2px rgb(0 0 0 / 20%), 0 1px 4px 0 rgb(0 0 0 / 12%);
}
.nav-link {
  padding: 0.8rem 1rem!important;
}
.nav-active {
  color:#24336e!important;
  font-weight: 500;
}
.dropdown ul li a {
  padding: 10px;
  padding-left: 20px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  padding-right: 20px;
}
.dropdown ul li a:hover {
  background-color: #2d519d;
  color: white;
  border-radius: 6px;
  text-decoration: none;
}
.nav-item {
  float:left;
  margin-left:18px;
}
.nav-item a {
  color: #333;
  transition: 300ms all ease;
  font-weight: 500;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}
.nav-item a:hover {
  color:#333;
}
.navbar ul > li:hover > a + .dropdown {
  display:block;
}
.nav-item-active{
  color:#333!important;
}

body,
html {
height: 100%;
}

body {
margin: 0;
font-family: futura, sans-serif;
}
.owl-carousel {
position: relative;
height: 525px;
}
.owl-carousel div:not(.owl-controls) {
height: 100%;
}
.owl-carousel .owl-slide {
background-image: url("https://americanmathleague.com/assets/images/aml2_slider.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.owl--text {
position: relative;
width: 100%;
padding: 1em;
top: -3rem;
display: flex;
color: white;
flex-wrap: nowrap;
flex-direction: column;
justify-content: center;
}
.owl--text h2{
font-size: 2.5rem;
}
.owl--text p {
font-size: 1.3rem;
font-weight: 200;
}
.owl-carousel .owl-controls {
position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
}
.owl-carousel .owl-controls .owl-buttons div {
position: absolute;
top: 0;
bottom: 0;
display: inline-block;
zoom: 1;
margin: 0;
width: 50px;
height: 30px;
line-height: 25px;
text-align: center;
font-size: 0.9em;
border-radius: 3px;
color: #fff;
background: #000;
opacity: 0.6;
text-transform: capitalize;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
left: 5px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
right: 5px;
}

.info-bar {
  font-size: 13px;
  padding: 11px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.info-bar a{
  color: #c7263e;
}
.social-desc {
  float: right;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  font-size: 13px;
  color: #fff;
  padding: 12px;
  padding-right: 0px;
}
  .social-icons ul{
    float:right;
  }
  .social-icons ul li{
    float:left;
    margin-left:5px;
    color:#fff;
  }
  .social-icons ul li a{
    color: #fff;
    padding: 12px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .social-icons ul li a:hover{
    background-color: #c7263e;
  }

  .login-button {
    width: auto;
    padding: 8px;
    border-radius: 6px;
    color: #333;
    font-size: 15px;
    border:2px solid #fff;
    padding-left: 40px;
    padding-right: 40px;
    letter-spacing: 1px;
    transition: 300ms all ease;
    float: right;
    font-family: 'Open Sans', sans-serif;
  }
  .login-button:hover {
    color:#c7263e;
    border:2px solid #c7263e;
    background: #fff;
    text-decoration: none;
  }

  .register-button {
    width: auto;
    padding: 8px;
    background: #c7263e;
    border: 2px solid #c7263e;
    border-radius: 6px;
    color: #fff;
    padding-left: 40px;
    font-size: 15px;
    padding-right: 40px;
    letter-spacing: 1px;
    transition: 300ms all ease;
    float: right;
    font-family: 'Open Sans', sans-serif;
    margin-left:10px;
  }
  .register-button:hover {
    color:#c7263e;
    background: #fff;
    text-decoration: none;
  }
  .svg-arrow-down {
        float: right;
        margin-left:10px;
    }

    .grand-h2 {
      /* background: -webkit-linear-gradient(181deg,#c7263e, #b70f31); */
      /* -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
      font-size: 6rem;
      color:#fff;

    }
    .grand-h2 strong{
      color: #c7263e!important;
      font-weight: 500;
    }

    .contest-main {
      background: linear-gradient(90deg, #171b2b 24%, rgb(18 30 58) 100%);
      position: relative;
      padding-top: 3rem;
      padding-bottom: 6rem;
    }
    .contest-title-big{
      font-size: 1.5rem;
      color:#fff;
      margin-bottom: 1.5rem;
    }
    .contest-box-in {
      width:90%;
      min-height: 160px;
      background-color: #fff;
      border-radius: 6px;
      position: relative;
      padding:2rem;
    }
    .contest-box-title {
      font-weight: 500;
      font-size: 1.3rem;
      letter-spacing: 1px;
    }
    .contest-wave {
      width: 100%;
      position: relative;
      top: 68px;
    }
    .contest-wave svg{
      width:100%;
    }
    .contest-section {
      position: relative;

    }
    .context-box-icon {
      width:30px;
      margin-right: 15px;
      float:left;
    }
    .contest-box-date {
      display: flex;
      font-size: 1.5rem;
      color: #c7263e;
      font-weight: 300;
      flex-direction: column;
      align-items: flex-start;
      align-content: flex-start;
      margin-bottom: 10px;
      margin-top: 10px;
    }
    .contest-box-date span {
      color: #616060;
      font-size: 13px;
      width: 100%;
      font-weight: 300!important;
      margin-top: 15px;
      display: inline-block;
    }
    .contest-register {
      width: 75%;
      border-radius: 4rem;
      background-color: orange;
      font-family: 'Open Sans', sans-serif;
      padding: 0.6rem;
      position: absolute;
      color: #573900;
      letter-spacing: 1px;
      text-align: center;
      margin-top: 0.6rem;
      transition: 300ms all ease;
      font-weight: 500;
    }
    .contest-register:hover {
      background-color: #c7263e;
      color: white;
    }
    .button-pulse{-webkit-animation:pulse 2s infinite 3s cubic-bezier(.25,0,0,1);animation:pulse 2s infinite 3s cubic-bezier(.25,0,0,1);box-shadow: 0 0 0 0 #faa501;}@-webkit-keyframes pulse{to{box-shadow:0 0 0 10px transparent}}@keyframes pulse{to{box-shadow:0 0 0 10px transparent}}

    .testim {
      width: 100%;
      position: relative;
      /* -webkit-transform: translatey(-50%);
      -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
      -o-transform: translatey(-50%);
      transform: translatey(-50%); */
    }

    .testim .wrap {
      position: relative;
      width: 100%;
      max-width: 1020px;
      padding: 40px 20px;
      margin: auto;
    }

    .testim .arrow {
      display: block;
      position: absolute;
      color: #333;
      cursor: pointer;
      font-size: 2em;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      padding: 5px;
      z-index: 22222222;
    }

    .testim .arrow:before {
      cursor: pointer;
    }

    .testim .arrow:hover {
      color: #24336e;
    }


    .testim .arrow.left {
      left: 70px;
    }

    .testim .arrow.right {
      right: 70px;
    }

    .testim .dots {
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: 60px;
      left: 0;
      display: block;
      z-index: 3333;
      height: 12px;
    }

    .testim .dots .dot {
      list-style-type: none;
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 1px solid #24336e;
      margin: 0 10px;
      cursor: pointer;
      -webkit-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      position: relative;
    }

    .testim .dots .dot.active,
    .testim .dots .dot:hover {
      background: #24336e;
      border-color: #24336e;
    }

    .testim .dots .dot.active {
      -webkit-animation: testim-scale .5s ease-in-out forwards;
      -moz-animation: testim-scale .5s ease-in-out forwards;
      -ms-animation: testim-scale .5s ease-in-out forwards;
      -o-animation: testim-scale .5s ease-in-out forwards;
      animation: testim-scale .5s ease-in-out forwards;
    }

    .testim .cont {
      position: relative;
      overflow: hidden;
    }

    .testim .cont > div {
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0 0 70px 0;
      opacity: 0;
    }

    .testim .cont > div.inactive {
      opacity: 1;
    }


    .testim .cont > div.active {
      position: relative;
      opacity: 1;
    }


    .testim .cont div .img img {
      display: block;
      width: 100px;
      height: 100px;
      margin: auto;
      border-radius: 50%;
    }

    .testim .cont div h2 {
      color: #24336e;
      font-size: 1em;
      margin: 15px 0;
    }

    .testim .cont div p {
      font-size: 1.15em;
      color: #333;
      width: 70%;
      margin: auto;
    }

    .testim .cont div.active .img img {
      -webkit-animation: testim-show .5s ease-in-out forwards;
      -moz-animation: testim-show .5s ease-in-out forwards;
      -ms-animation: testim-show .5s ease-in-out forwards;
      -o-animation: testim-show .5s ease-in-out forwards;
      animation: testim-show .5s ease-in-out forwards;
    }

    .testim .cont div.active h2 {
      -webkit-animation: testim-content-in .4s ease-in-out forwards;
      -moz-animation: testim-content-in .4s ease-in-out forwards;
      -ms-animation: testim-content-in .4s ease-in-out forwards;
      -o-animation: testim-content-in .4s ease-in-out forwards;
      animation: testim-content-in .4s ease-in-out forwards;
    }

    .testim .cont div.active p {
      -webkit-animation: testim-content-in .5s ease-in-out forwards;
      -moz-animation: testim-content-in .5s ease-in-out forwards;
      -ms-animation: testim-content-in .5s ease-in-out forwards;
      -o-animation: testim-content-in .5s ease-in-out forwards;
      animation: testim-content-in .5s ease-in-out forwards;
    }

    .testim .cont div.inactive .img img {
      -webkit-animation: testim-hide .5s ease-in-out forwards;
      -moz-animation: testim-hide .5s ease-in-out forwards;
      -ms-animation: testim-hide .5s ease-in-out forwards;
      -o-animation: testim-hide .5s ease-in-out forwards;
      animation: testim-hide .5s ease-in-out forwards;
    }

    .testim .cont div.inactive h2 {
      -webkit-animation: testim-content-out .4s ease-in-out forwards;
      -moz-animation: testim-content-out .4s ease-in-out forwards;
      -ms-animation: testim-content-out .4s ease-in-out forwards;
      -o-animation: testim-content-out .4s ease-in-out forwards;
      animation: testim-content-out .4s ease-in-out forwards;
    }

    .testim .cont div.inactive p {
      -webkit-animation: testim-content-out .5s ease-in-out forwards;
      -moz-animation: testim-content-out .5s ease-in-out forwards;
      -ms-animation: testim-content-out .5s ease-in-out forwards;
      -o-animation: testim-content-out .5s ease-in-out forwards;
      animation: testim-content-out .5s ease-in-out forwards;
    }

    @-webkit-keyframes testim-scale {
      0% {
          -webkit-box-shadow: 0px 0px 0px 0px #eee;
          box-shadow: 0px 0px 0px 0px #eee;
      }

      35% {
          -webkit-box-shadow: 0px 0px 10px 5px #eee;
          box-shadow: 0px 0px 10px 5px #eee;
      }

      70% {
          -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
          box-shadow: 0px 0px 10px 5px #ea830e;
      }

      100% {
          -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
          box-shadow: 0px 0px 0px 0px #ea830e;
      }
    }

    @-moz-keyframes testim-scale {
      0% {
          -moz-box-shadow: 0px 0px 0px 0px #eee;
          box-shadow: 0px 0px 0px 0px #eee;
      }

      35% {
          -moz-box-shadow: 0px 0px 10px 5px #eee;
          box-shadow: 0px 0px 10px 5px #eee;
      }

      70% {
          -moz-box-shadow: 0px 0px 10px 5px #ea830e;
          box-shadow: 0px 0px 10px 5px #ea830e;
      }

      100% {
          -moz-box-shadow: 0px 0px 0px 0px #ea830e;
          box-shadow: 0px 0px 0px 0px #ea830e;
      }
    }

    @-ms-keyframes testim-scale {
      0% {
          -ms-box-shadow: 0px 0px 0px 0px #eee;
          box-shadow: 0px 0px 0px 0px #eee;
      }

      35% {
          -ms-box-shadow: 0px 0px 10px 5px #eee;
          box-shadow: 0px 0px 10px 5px #eee;
      }

      70% {
          -ms-box-shadow: 0px 0px 10px 5px #ea830e;
          box-shadow: 0px 0px 10px 5px #ea830e;
      }

      100% {
          -ms-box-shadow: 0px 0px 0px 0px #ea830e;
          box-shadow: 0px 0px 0px 0px #ea830e;
      }
    }

    @-o-keyframes testim-scale {
      0% {
          -o-box-shadow: 0px 0px 0px 0px #eee;
          box-shadow: 0px 0px 0px 0px #eee;
      }

      35% {
          -o-box-shadow: 0px 0px 10px 5px #eee;
          box-shadow: 0px 0px 10px 5px #eee;
      }

      70% {
          -o-box-shadow: 0px 0px 10px 5px #ea830e;
          box-shadow: 0px 0px 10px 5px #ea830e;
      }

      100% {
          -o-box-shadow: 0px 0px 0px 0px #ea830e;
          box-shadow: 0px 0px 0px 0px #ea830e;
      }
    }

    @keyframes testim-scale {
      0% {
          box-shadow: 0px 0px 0px 0px #eee;
      }

      35% {
          box-shadow: 0px 0px 10px 5px #eee;
      }

      70% {
          box-shadow: 0px 0px 10px 5px #ea830e;
      }

      100% {
          box-shadow: 0px 0px 0px 0px #ea830e;
      }
    }

    @-webkit-keyframes testim-content-in {
      from {
          opacity: 0;
          -webkit-transform: translateY(100%);
          transform: translateY(100%);
      }

      to {
          opacity: 1;
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }
    }

    @-moz-keyframes testim-content-in {
      from {
          opacity: 0;
          -moz-transform: translateY(100%);
          transform: translateY(100%);
      }

      to {
          opacity: 1;
          -moz-transform: translateY(0);
          transform: translateY(0);
      }
    }

    @-ms-keyframes testim-content-in {
      from {
          opacity: 0;
          -ms-transform: translateY(100%);
          transform: translateY(100%);
      }

      to {
          opacity: 1;
          -ms-transform: translateY(0);
          transform: translateY(0);
      }
    }

    @-o-keyframes testim-content-in {
      from {
          opacity: 0;
          -o-transform: translateY(100%);
          transform: translateY(100%);
      }

      to {
          opacity: 1;
          -o-transform: translateY(0);
          transform: translateY(0);
      }
    }

    @keyframes testim-content-in {
      from {
          opacity: 0;
          transform: translateY(100%);
      }

      to {
          opacity: 1;
          transform: translateY(0);
      }
    }

    @-webkit-keyframes testim-content-out {
      from {
          opacity: 1;
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }

      to {
          opacity: 0;
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
      }
    }

    @-moz-keyframes testim-content-out {
      from {
          opacity: 1;
          -moz-transform: translateY(0);
          transform: translateY(0);
      }

      to {
          opacity: 0;
          -moz-transform: translateY(-100%);
          transform: translateY(-100%);
      }
    }

    @-ms-keyframes testim-content-out {
      from {
          opacity: 1;
          -ms-transform: translateY(0);
          transform: translateY(0);
      }

      to {
          opacity: 0;
          -ms-transform: translateY(-100%);
          transform: translateY(-100%);
      }
    }

    @-o-keyframes testim-content-out {
      from {
          opacity: 1;
          -o-transform: translateY(0);
          transform: translateY(0);
      }

      to {
          opacity: 0;
          transform: translateY(-100%);
          transform: translateY(-100%);
      }
    }

    @keyframes testim-content-out {
      from {
          opacity: 1;
          transform: translateY(0);
      }

      to {
          opacity: 0;
          transform: translateY(-100%);
      }
    }

    @-webkit-keyframes testim-show {
      from {
          opacity: 0;
          -webkit-transform: scale(0);
          transform: scale(0);
      }

      to {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1);
      }
    }

    @-moz-keyframes testim-show {
      from {
          opacity: 0;
          -moz-transform: scale(0);
          transform: scale(0);
      }

      to {
          opacity: 1;
          -moz-transform: scale(1);
          transform: scale(1);
      }
    }

    @-ms-keyframes testim-show {
      from {
          opacity: 0;
          -ms-transform: scale(0);
          transform: scale(0);
      }

      to {
          opacity: 1;
          -ms-transform: scale(1);
          transform: scale(1);
      }
    }

    @-o-keyframes testim-show {
      from {
          opacity: 0;
          -o-transform: scale(0);
          transform: scale(0);
      }

      to {
          opacity: 1;
          -o-transform: scale(1);
          transform: scale(1);
      }
    }

    @keyframes testim-show {
      from {
          opacity: 0;
          transform: scale(0);
      }

      to {
          opacity: 1;
          transform: scale(1);
      }
    }

    @-webkit-keyframes testim-hide {
      from {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1);
      }

      to {
          opacity: 0;
          -webkit-transform: scale(0);
          transform: scale(0);
      }
    }

    @-moz-keyframes testim-hide {
      from {
          opacity: 1;
          -moz-transform: scale(1);
          transform: scale(1);
      }

      to {
          opacity: 0;
          -moz-transform: scale(0);
          transform: scale(0);
      }
    }

    @-ms-keyframes testim-hide {
      from {
          opacity: 1;
          -ms-transform: scale(1);
          transform: scale(1);
      }

      to {
          opacity: 0;
          -ms-transform: scale(0);
          transform: scale(0);
      }
    }

    @-o-keyframes testim-hide {
      from {
          opacity: 1;
          -o-transform: scale(1);
          transform: scale(1);
      }

      to {
          opacity: 0;
          -o-transform: scale(0);
          transform: scale(0);
      }
    }

    @keyframes testim-hide {
      from {
          opacity: 1;
          transform: scale(1);
      }

      to {
          opacity: 0;
          transform: scale(0);
      }
    }

    @media all and (max-width: 300px) {
    body {
      font-size: 14px;
    }
    }

    @media all and (max-width: 500px) {
    .testim .arrow {
      font-size: 1.5em;
    }

    .testim .cont div p {
      line-height: 25px;
    }

    }
    .phone-footer {
      font-size:34px;
      color:#fff;
    }
    .phone-footer:hover {
      text-decoration: underline;
      color:#fff;
    }
    .footer-last {
      font-weight: 300;
      font-family: 'Open Sans', sans-serif;
    }
    .footer-last small {
      width:100%;
      color:#fff;
      font-weight: 300;
    }
    .footer-last li {
      width:100%;
      color:#fff!important;
      font-weight: 300;
    }
    .footer-last span {
      font-size: 12px;
    }
    .footer-section {
      background-color: #0c1528;
      position: relative;
      font-weight: 300;
      overflow: hidden;
      z-index: 9;
    }
    .footer-section:before {
      content: '';
      position: absolute;
      top: -146%;
      left: -18%;
      width: 44%;
      height: 257%;
      transform: rotate(54deg);
      background-color: #121e3a;
      -webkit-transform: rotate(54deg);
      -moz-transform: rotate(54deg);
      -ms-transform: rotate(54deg);
      -o-transform: rotate(54deg);
      z-index: -10;
    }
    .footer-section:after {
      position: absolute;
      content: '';
      background-color: rgb(7 14 26);
      top: -24%;
      right: 4%;
      width: 26%;
      height: 264%;
      transform: rotate(44deg);
      -webkit-transform: rotate(44deg);
      -moz-transform: rotate(44deg);
      -ms-transform: rotate(44deg);
      -o-transform: rotate(44deg);
      z-index: -10;
    }
    .footer-top {
      padding-top: 96px;
      padding-bottom: 50px;
    }
    .footer-top p,
    .company-footer-contact-list li {
      color: #ffffff;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
    }
    .company-footer-contact-list {
      margin-top: 10px;
    }
    .company-footer-contact-list li {
      display: flex;
      display: -webkit-flex;
      align-items: center;
    }
    .company-footer-contact-list li+li {
      margin-top: 5px;
    }
    .company-footer-contact-list li i {
      margin-right: 10px;
      font-size: 20px;
      display: inline-block;
    }

    .footer-top .site-logo {
        margin-bottom: 25px;
        display: block;
        max-width: 170px;
    }
    .widget-title {
      text-transform: capitalize;
    }
    .footer-top .widget-title {
      color: #ffffff;
      margin-bottom: 40px;
    }
    .courses-link-list li+li {
      margin-top: 10px;
    }
    .courses-link-list li a {
      color: #ffffff;
      font-family: 'Open Sans', sans-serif;
      text-transform: capitalize;
      font-family: var(--para-font);
      font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    }
    .courses-link-list li a:hover {
      color: #ffb606;
    }
    .courses-link-list li i {
      margin-right: 5px;
    }
    .footer-top .small-post-title a {
      font-family: var(--para-font);
      color: #ffffff;
      font-weight: 400;
    }
    .small-post-item .post-date {
      color: #ffb606;
      margin-bottom: 3px;
      font-family: var(--para-font);
      font-weight: 400;
    }
    .small-post-list li+li {
      margin-top: 30px;
    }
    .news-letter-form {
      margin-top: 15px;
    }
    .news-letter-form input {
      width: 100%;
      padding: 12px 25px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border: none;
    }
    .news-letter-form input[type="submit"] {
      width: auto;
      border: none;
      background-color: #ffb606;
      padding: 9px 30px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      color: #ffffff;
      margin-top: 10px;
    }
    .footer-bottom {
      padding: 13px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.149);
    }
    .copy-right-text {
      color: #ffffff;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 1rem;
    }
    .copy-right-text a {
      color: #ffb606;
    }
    .terms-privacy li+li {
      margin-left: 30px;
    }
    .terms-privacy li a {
      color: #ffffff;
      position: relative;
    }
    .terms-privacy li a:after {
      position: absolute;
      color: #ffffff;
      display: inline-block;
      top: 0;
      right: -18px;
    }
    .terms-privacy li+li a:after {
      display: none;
    }

.page {
  width:100%;
  margin-top:4rem;
  padding-top:2rem;
  padding-bottom:2rem;
}
.page-p {
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  line-height: 1.8rem;
}

.footer-logo {
  width: 80%;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}

.accordion .accordion-item {
border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
border-bottom: 1px solid #03b5d2;
}
.accordion button {
position: relative;
display: block;
text-align: left;
width: 100%;
padding: 1em 0;
color: #7288a2;
font-size: 1.15rem;
font-weight: 400;
border: none;
background: none;
outline: none;
}
.accordion button:hover, .accordion button:focus {
cursor: pointer;
color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
cursor: pointer;
color: #03b5d2;
border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
padding: 1em 1.5em 1em 0;
color:#333;
}
.accordion button .icon {
display: inline-block;
position: absolute;
top: 18px;
right: 0;
width: 22px;
height: 22px;
border: 1px solid;
border-radius: 22px;
}
.accordion button .icon::before {
display: block;
position: absolute;
content: "";
top: 9px;
left: 5px;
width: 10px;
height: 2px;
background: currentColor;
}
.accordion button .icon::after {
display: block;
position: absolute;
content: "";
top: 5px;
left: 9px;
width: 2px;
height: 10px;
background: currentColor;
}
.accordion button[aria-expanded=true] {
color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon::after {
width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
opacity: 1;
max-height: 9em;
transition: all 200ms linear;
will-change: opacity, max-height;
}
.accordion .accordion-content {
opacity: 0;
max-height: 0;
overflow: hidden;
transition: opacity 200ms linear, max-height 200ms linear;
will-change: opacity, max-height;
}
.accordion .accordion-content p {
font-size: 1rem;
font-weight: 300;
margin: 2em 0;
}

.page-header {
  width: 100%;
  background-image: url(https://americanmathleague.com/assets/images/student_page_haeder.png);
  height: 200px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.page-header-grandient {
  background: linear-gradient(90deg, rgba(36,52,110,1) 35%, rgba(36,52,110,0.5032606792717087) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.page-top-title {
  color:#fff;
  font-size: 4rem;
  position: relative;
}
.navigation {
  display: none;
}
.mobile-nav {
  float: right;
  padding-top: 1.6rem;
  font-weight: 600;
  color: #24336e;
  display: none;
}
.mobile-nav-open {
  width:100%;
  height: 100%;
  display: none;
  padding:2rem;
  position: fixed;
  top:0px;
  left:0px;
  background-color: #171b2b;
}
.mobile-nav-open li a{
  color:#fff;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.close-btn {
  color: #fff;
      fill: #fff;
      width: 25px;
      float: right;
}

.mobile-div {
  width:100%;
}
.mobile-div a{
  width:100%;
  margin-bottom: 10px;
  color:#fff;
}

.slide2 {
  width:100%;
  background-size: cover;

}
.online-comph22 {
  text-align: center;
  font-weight: 700;
  color: #142f99;
  font-size: 5rem;
  padding-top: 3rem;
  letter-spacing: 1.5px;
}
.comp-button {
  margin: 2rem auto;
  border-radius: 10px;
  background-color: #c7263e;
  display: flex;
  padding: 1rem;
  color: white;
  font-size: 2.5rem;
  letter-spacing: 1px;
  border: none;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media only screen and (max-width: 600px) {

  .online-comph22 {
    text-align: center;
    font-weight: 700;
    color: #142f99;
    font-size: 2rem!important;
    padding-top: 1rem!important;
    letter-spacing: 1.5px!important;
  }
  .comp-button {
    margin: 0.5rem auto;
    border-radius: 10px;
    background-color: #c7263e;
    display: flex;
    font-size: 1rem!important;
    padding: 0.5rem!important;
    color: white;
    letter-spacing: 0.5px!important;
    border: none;
    padding-left: 2rem!important;
    padding-right: 2rem!important;
  }

  .navbar, .social-icons, .social-desc {
    display: none;
  }
  .navigation {
    display: block;
  }
  .user-main {
    width:50%;
    display: none;
  }
  .logo {
    width:30%;
  }
  .logo img {
    width:100%;
  }
  .contest-box-in {
    margin-bottom: 2rem;
    width:70%;
  }
  .page-top-title {
        font-size: 3rem;
  }
  .gtco-testimonials {
    height:80%;
    padding:1rem;
  }
  .accordion button[aria-expanded=true] + .accordion-content {
    max-height: 15em;
  }
  .owl-carousel .owl-slide {
     /* background-size: contain!important; */
  }
  #owl-example {
    height: 200px;
  }
  .grand-h2 {
    font-size: 1.5rem;

  }
  .owl--text h2 {
    font-size: 1.5rem;
    padding-top:3.5rem;
  }
  .mobile-nav  {
    display: block;
  }
}
