.page-template-beespelling-tpl #button-contact-vr{display: none;}
.page-template-beespelling-tpl #bee-tab{padding-bottom: 50px;}
.page-template-beespelling-tpl #bee-tab .nav-tabs{
      display: flex;
    justify-content: center;
}
.page-template-beespelling-tpl #bee-tab .nav-tabs .active{
  background-color: #f9de4f;
}
.page-template-beespelling-tpl #bee-tab .nav-tabs a{color: #000; font-weight: 700;}
.page-template-beespelling-tpl #bee-tab header{padding: 30px 0}
.page-template-beespelling-tpl footer .boder-right{display: none;}
.page-template-beespelling-tpl footer .boder-right:last-child{display: block;}
.page-template-beespelling-tpl footer .row{
  display: flex;
  justify-content: center;
}
.back-to-top.show {
    bottom: 12em;
}
.back-to-top {
    position: fixed;
    bottom: -2em;
    right: 2em;
    z-index: 100;
    transition: bottom 0.5s;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: rgb(255 0 90);
    color: #fff;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.25);
    text-align: center;
    cursor: pointer;
    line-height: 1;
}
.back-to-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.spellingcontest-tpl .main-navigation {
  width: auto;
}
.spellingcontest-tpl #primary {
  margin-top: 0;
}
.spellingcontest-tpl{
  font-size: 17px;
}
.spellingcontest-tpl header .widget_text {
  display: flex;
  justify-content: flex-end;
}
.spellingcontest-tpl #sec-01 {
background-size: contain;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: #cfecf4;
}
.spellingcontest-tpl .btn {
  position: absolute;
  bottom: 30px;
  right: 50%;
  transform: translateX(50%);
  text-transform: uppercase;
  color: var(--black);
  font-weight: 700;
  background: linear-gradient(
    0deg,
    rgba(252, 224, 15, 1) 0%,
    rgba(244, 155, 3, 1) 100%
  );
}
.btn {
  color: #fff;
  outline: none;
  -webkit-user-select: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 45px;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:before {
  content: "";
  border-radius: 45px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.04);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn:hover:before,
.btn:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.bg-yellow {
  background-color: var(--yellow);
}
.spellingcontest-tpl .sec-title h3{
    font-size: 30px;
    font-family: "BeeSchool-Medium";
    color: var(--blue);
    text-align: center;
    text-transform: uppercase;
}
.spellingcontest-tpl .sec-title p{
    font-size: 15px;
    font-family: "BeeSchool-Medium";
    color: var(--blue);
}
.spellingcontest-tpl #primary section{
    padding:30px 0;
}
.spellingcontest-tpl #sec-09 .ug-theme-video{max-width: unset!important;}
.spellingcontest-tpl #sec-02 .item{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 545px;
}
.spellingcontest-tpl #sec-02 .item ul{
    list-style: none;
    display:flex;
    width: 100%;
    margin-top: 20px;
}
.spellingcontest-tpl #sec-02 .item li{
    width: 50%;
}
.spellingcontest-tpl #sec-02 .item:nth-child(1) img{width: 50%;}
.spellingcontest-tpl #sec-02 .item:nth-child(2) img{width: 60%;}
.spellingcontest-tpl #sec-02 .item:nth-child(3) img{width: 70%;}
.spellingcontest-tpl #sec-02 .item a{
    display: block;
    font-family: "BeeSchool-Medium";
    text-transform: uppercase;
    text-align: center;
    height:40px;
    line-height: 40px;
    color: var(--blue);
}
.spellingcontest-tpl #sec-02 .item .link{
    background-color: var(--yellow);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.spellingcontest-tpl #sec-02 .item .audio{
    background-color: var(--lightblue);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.spellingcontest-tpl #sec-03{
    background-color: var(--lightblue);
}
.spellingcontest-tpl #sec-03 .sec-con{
    padding-top: 30px;
}
.spellingcontest-tpl #sec-04 .item .btn-link{
    font-family: "BeeSchool-Medium";
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: var(--blue);
    background-color: var(--yellow);
    padding: 0 15px;
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
}
.spellingcontest-tpl #sec-04 .item{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 400px;
}
body.admin-bar .spellingcontest-tpl .site-header.is-fixed{top: 32px;}
.spellingcontest-tpl .site-header.is-fixed{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.spellingcontest-tpl #sec-04 .item:nth-child(1) img{width: 50%;}
.spellingcontest-tpl #sec-04 .item:nth-child(2) img{width: 60%;}
.spellingcontest-tpl #sec-04 .item:nth-child(3) img{width: 70%;}
.list-arrow .wrap{
      box-shadow: 0 0 10px #00000091;
    border-radius: 10px;
}
.list-arrow h4{
      background: var(--blue);
    color: #fff;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'BeeSchool-Medium';
    text-align: center;
    margin-bottom: 0;
}
.list-arrow ul{
      background: #fff;
    padding: 20px;
    list-style: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.list-arrow ul li{
    padding: 0 0 10px 15px;
    position: relative;
}
.list-arrow ul li::before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 15px;
    background-image: url(../images/tick-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.spellingcontest-tpl #sec-05 .right-box iframe{
      width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #00000091;
    border-radius: 10px;
}
.spellingcontest-tpl #sec-05 .right-box{
    text-align: center;
    font-family: 'BeeSchool-Medium';
    color: var(--blue);
    height: auto;
    padding: 10px 0;
}
.spellingcontest-tpl .main-navigation ul.menu > li:last-child a::before {
  content: "\f007";
  font-family: "FontAwesome";
  color: #fff;
  padding-right: 7px;
}
.spellingcontest-tpl .main-navigation ul.menu > li:last-child > a {
  text-transform: uppercase;
  padding: 7px 10px;
  background: #1cbecf;
  border-radius: 15px;
}
.spellingcontest-tpl #sec-05 .row.sec-con{display: flex;}
.spellingcontest-tpl #sec-05 .right-box > p:first-child{margin-top: 10px;}
.spellingcontest-tpl #sec-05 .right-box > p:last-child{display: none;}
.spellingcontest-tpl #sec-05 .right-box > div, .spellingcontest-tpl #sec-05 .right-box > div > div, .spellingcontest-tpl #sec-05 .right-box > div > div > div{height: 100%;}
.spellingcontest-tpl #sec-07 .sec-title{padding-bottom: 10px;}
.spellingcontest-tpl #sec-07 .item h4{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.bg-lighblue{background-color: var(--lightblue);}
.spellingcontest-tpl #sec-08 .sec-title{padding-bottom: 20px;}
.spellingcontest-tpl #sec-08 .sec-con{
  background-color: #fff;
  padding:10px 20px;
  border-radius: 20px;
}
.spellingcontest-tpl #sec-07 .iframe{
      border-radius: 5px;
    background-color: #fff;
    padding: 5px;
}
.spellingcontest-tpl #sec-07 .iframe .arve{margin-bottom:0}
.bg-white{
  background-color: var(--white);
}
.spellingcontest-tpl .special-offers form {
background: #fff;}
.spellingcontest-tpl .special-offers form .wpcf7-form-control-wrap .wpcf7-form-control{
	background: #f4f8fc;
}
.spellingcontest-tpl #sec-10 .wrap{
  background-color: #fff;
  padding:20px;
  border-radius: 10px;
} 
.special-offers .widget_media_image img{
    max-height: 500px;
    width: auto;
}
.spellingcontest-tpl footer .special-offers{max-width: unset ; background: transparent;}
.spellingcontest-tpl footer .frm-fo .wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  color: #000;
  padding: 20px;
  border-radius: 10px;
  gap: 20px;
}
.spellingcontest-tpl footer .frm-fo .widget-title{display: none;}
.spellingcontest-tpl footer .frm-fo .wrap section{padding: 0;}
.spellingcontest-tpl footer .frm-fo form{padding: 0;}
.spellingcontest-tpl footer .frm-fo .sec-title h3{color: #fff;}
footer .center-fo ul{
  column-count: 2;
}
footer .wg-title{font-size: 25px;}
footer .frm-fo .wg-title{display: none;}