@font-face {
  font-family: BrandonBold;
  src: url("../fonts/BrandonText-Bold.otf");
}

@font-face {
  font-family: BrandonRegular;
  src: url("../fonts/BrandonText-Regular.otf");
}

@font-face {
  font-family: BrandonMedium;
  src: url("../fonts/BrandonText-Medium.otf");
}

@font-face {
  font-family: BrandonBlack;
  src: url("../fonts/BrandonText-Black.otf");
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.shape-1 {
  position: absolute;
  left: -137px;
  top: -80px;
  width: auto !important;
}

@media (max-width: 1200px) {
  .shape-1 {
    display: none;
  }
}

@media (max-width: 1429px) {
  .shape-1 {
    position: absolute;
    left: -117px;
    top: -80px;
    width: auto !important;
  }
}

.main-container {
  margin-top: -3%;
}

@media (max-width: 499px) {
  .main-container {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.header-h1 {
  background-color: #3ea3cb;
  width: 562px;
  height: 54px;
  border-radius: 15px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .header-h1 {
    width: auto;
    height: auto;
    width: 300px;
    margin-top: -10px;
    margin-bottom: 0;
  }
}

.header-h1 h1 {
  font-size: 32px;
  font-family: BrandonBold;
  color: white;
  text-transform: uppercase;
  line-height: 1.7;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .header-h1 h1 {
    font-size: 16px;
  }
}
.header {
  position: relative;
}
.header--title {
  position: absolute;
  height: 190px;
  top: 40%;
  left: 50px;
  width: 100%;
  transform: translateY(-50%);
}

.header--container {
  max-width: 1400px;
  margin: 0 auto;
}
.absolut-c {
  position: absolute;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 180px;
}
@media (max-width: 1750px) {
  .absolut-c {
    margin-top: 140px;
  }
}
@media (max-width: 1550px) {
  .absolut-c {
    margin-top: 110px;
  }
}
@media (max-width: 991px) and (min-width: 500px) {
  .absolut-c {
    margin-top: 35px;
  }
}

@media (max-width: 499px) {
  .absolut-c {
    margin-top: 38px;
  }
}
/*.header-img-mobile {*/
/*  display: none;*/
/*}*/
.header--title h2 {
  font-size: 32px;
  font-family: BrandonBold;
  color: #000000;
  text-transform: uppercase;
  line-height: 37px;
  font-weight: 900;
  margin: 0 0 0 10px;
}

.header--title h2 .under1400 {
  display: none;
}


@media(max-width: 750px) {
  .header--title {
    left: 0px;
  }
}
.header--title h2 > span {
  display: inline-block;
  background-color: #3ea3cb;
  height: 45px;
  line-height: 45px;
  border-radius: 15px;
  margin-bottom: 5px;
  margin-left: -10px;
  margin-top: 3px;
  padding: 0 15px 0 15px;
  color: #ffffff;
}
.header--title h2 > span.secrow {
  display: none;
}
@media(max-width: 1430px) {
  .header--title {
    left: 30px;
  }
  .header--title h2 {
    font-size: 29px;
  }
  .header--title h2 .under1400 {
    display: block;
  }
  .header--title h2 .above1400 {
    display: none;
  }
  .hideintop {
    display: none;
  }
  .header--title h2 > span.secrow {
    display: inline;
  }
}
@media (max-width: 1199px) {
  .header--title {
    height: 130px;
  }
  .header--title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .header--title h2 span {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 5px;
    margin-left: -2px;
  }
}

@media (max-width: 800px) {
  .header--title {
    height: 90px;
  }
  .header--title h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .header--title h2 span {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
  }
}
@media (max-width: 369px) {
  .header--title h2 span:first-of-type {
    margin-left: 0;
  }
}
.shape-2 {
  position: absolute;
  left: 664px;
  top: -80px;
  width: auto !important;
}

@media (max-width: 1200px) {
  .shape-2 {
    display: none;
  }
}

@media (max-width: 1429px) {
  .shape-2 {
    position: absolute;
    left: 547px;
    top: -80px;
    width: auto !important;
  }
}

@media screen and (max-width: 499px) {
  .header {
    height: 150px;
  }
}

.header img {
  width: 100%;
}

@media screen and (max-width: 499px) {
  .header img {
    height: 33%;
    position: absolute;
    z-index: 0;
    right: 0;
    width: auto;
  }
}

.fas {
  color: #3997bb;
  margin-right: 8px;
}

.navbar {
  border: none !important;
  margin-bottom: -2px !important;
}

.navbar ul {
  font-family: BrandonBold;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #d48736;
}

.navbar ul li {
  float: left;
  width: 16.5%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3ea3cb;
  -webkit-box-shadow: inset -8px -8px 45px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset -8px -8px 45px 0px rgba(0, 0, 0, 0.2);
}
#template-4-btn {
  width: 17.5%;
}

@media (max-width: 1429px) {
  .navbar ul li {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .navbar ul li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar ul li {
    width: 100%;
    height: auto;
  }
}

.navbar ul .box-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar ul #template-4-btn {
}

@media only screen and (max-width: 991px) {
  .navbar ul #template-4-btn {
    width: 100%;
    height: auto;
  }
}

.navbar ul #template-6-btn {
  background-color: #f7941d;
}

/*@media (max-width: 1430px) and (min-width: 1100px) {*/
/*  .navbar ul #template-6-btn {*/
/*    width: 16.599%;*/
/*  }*/
/*}*/

@media only screen and (max-width: 991px) {
  .navbar ul #template-6-btn {
    width: 100%;
    height: auto;
  }
}

.navbar ul:hover {
  color: black;
}

.navbar ul a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar ul a:hover {
  color: black;
}

.navbar .active {
  color: black;
}

.navbar #template-6-btn a {
  color: white;
}

.navbar #template-6-btn a:hover {
  color: white;
}

.default {
  background-color: #3ea3cb;
  border: 1px solid transparent;
  padding-bottom: 30px;
  box-shadow: 0 -23px 88px 43px rgba(154, 150, 150, 0.4);
  -webkit-box-shadow: 0 -23px 88px 43px rgba(154, 150, 150, 0.4);
  padding: 18px;
}

.default .orange-title {
  font-family: BrandonBold;
  background-color: #f7941d;
  border: 2px solid #f7941d;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  margin-bottom: 10px;
}

.default .orange-display {
  display: block;
}

.default .first-p {
  margin-top: 20px;
}

.default .per {
  width: 140%;
}

@media (max-width: 991px) {
  .default .per {
    width: 100%;
  }
}

.default .second-p {
  color: white;
  margin-top: 20px;
}

.default .third-p {
  margin-top: 20px;
}

.template-1 {
  font-size: 16px;
  font-family: BrandonRegular;
  padding-top: 60px;
  padding-bottom: 60px;
}

.template-1 .infographic-1 {
  margin-top: 30px;
  width: 100%;
}

.template-2 {
  font-size: 16px;
  font-family: BrandonRegular;
  padding-top: 60px;
  padding-bottom: 60px;
}

.template-2 .infographic-2 {
  margin-top: 30px;
  width: 100%;
}

.template-2 .under-sentence {
  text-transform: uppercase;
  text-align: center;
  margin-top: 100px;
}

.template-3 {
  font-size: 16px;
  font-family: BrandonRegular;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/template-3-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  background-position: 30%;
}

@media(max-width: 1199px) {
  .template-3 {
    background-position-x: 38%;
  }
}

@media (max-width: 991px) {
  .template-3 {
    background-color: #fff;
    background-image: none;
  }
}

.template-3 .infographic-3 {
  margin-top: 30px;
  margin-bottom: 110px;
  width: 100%;
}

.template-3 .infographic-4 {
  display: none;
}

@media (max-width: 991px) {
  .template-3 .infographic-4 {
    display: block;
    margin-top: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.template-4 {
  font-size: 16px;
  font-family: BrandonRegular;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../img/template-4-background.jpg);
  background-size: auto;
  background-position: 76% 0%;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
@media(max-width: 1429px) {
  .template-4 {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
@media(max-width: 1199px) {
  .template-4 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../img/template-4-background-small.jpg);

  }
}

@media (max-width: 991px) {
  .template-4 {
    background-position: 0% 0%;
  }
}

.p-big {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: bold;
}

.template-6 {
  font-size: 16px;
  font-family: BrandonRegular;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/template-5-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 499px) {
  .template-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.template-6 .quiz-title {
  font-family: BrandonBold;
  font-size: 45px !important;
  text-align: center;
  display: block;
  margin-top: 75px;
  color: white;
}

.template-6 .quiz-title span {
  font-size: 70px;
}

.template-6 .quiz-subtitle {
  font-family: BrandonBold;
  font-size: 45px !important;
  text-align: center;
  display: block;
  margin-top: 200px;
  color: white;
}

@media screen and (max-width: 499px) {
  .template-6 .quiz-subtitle {
    margin-top: 118px;
  }
}

.template-6 .quiz-btn {
  background-color: #3ea3cb;
  border: 1px solid #3ea3cb;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  display: block;
  margin: 0 auto;
  font-family: BrandonRegular !important;
  margin-top: 50px;
  margin-bottom: 100px;
  cursor: pointer;
}

.template-6 .quiz-btn:hover {
  background-color: #297998;
  border: 1px solid #297998;
}

.template-6 .quiz-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-top: 11px;
  font-size: 17px;
}

.template-6 .quiz-btn a:hover {
  text-decoration: none;
}

.template-6 .quiz-btn-2 {
  background-color: #3ea3cb;
  border: 1px solid #3ea3cb;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin: 0 auto;
  font-family: BrandonRegular !important;
  margin-top: 50px;
  cursor: pointer;
}

.template-6 .quiz-btn-2:hover {
  background-color: #297998;
  border: 1px solid #297998;
}

.template-6 .quiz-btn-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-top: 11px;
  font-size: 17px;
}

.template-6 .quiz-btn-2 a:hover {
  text-decoration: none;
}

.template-6 .submit-button {
  background-color: #297998 !important;
  border: 1px solid #297998;
}

.template-6 .quiz-final-slide {
  padding-top: 150px;
}

.template-6 .quiz-final-slide h1 {
  font-size: 45px;
  font-family: BrandonBold;
  color: white;
  text-align: center;
}

.template-6 .quiz-final-slide p {
  font-size: 20px;
  text-align: center;
  font-family: BrandonRegular;
  color: white;
  margin-bottom: 50px;
}

.template-6 .quiz-final-slide .last-buttons .quiz-btn-3 {
  background-color: white;
  border: 1px solid white;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin: 0 auto;
  font-family: BrandonBold !important;
  margin-top: 15px;
  cursor: pointer;
}

.template-6 .quiz-final-slide .last-buttons .quiz-btn-3:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}

.template-6 .quiz-final-slide .last-buttons .quiz-btn-3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-top: 11px;
  font-size: 17px;
  color: black;
}

.template-6 .quiz-final-slide .last-buttons .quiz-btn-3 a:hover {
  text-decoration: none;
}

.template-6 .quiz-final-slide .last-buttons .quiz-restart-btn {
  background-color: #3ea3cb;
  border: 1px solid #3ea3cb;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin: 0 auto;
  font-family: BrandonBold !important;
  margin-top: 15px;
  cursor: pointer;
  margin-bottom: 200px;
}

.template-6 .quiz-final-slide .last-buttons .quiz-restart-btn:hover {
  background-color: #297998;
  border: 1px solid #297998;
}

.template-6 .quiz-final-slide .last-buttons .quiz-restart-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-top: 11px;
  font-size: 17px;
}

.template-6 .quiz-final-slide .last-buttons .quiz-restart-btn a:hover {
  text-decoration: none;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide .quiz-question {
  font-family: BrandonBold;
  display: block;
  text-align: center;
}

.swiper-slide .quiz-question h1 {
  font-size: 24px;
  margin-top: 100px;
  color: white;
}

@media (max-width: 720px) {
  .swiper-slide .quiz-question h1 {
    width: 100%;
    font-size: 18px;
    padding-left: 10px;
  }
}

.swiper-slide .quiz-answers {
  display: block;
  text-align: center;
}

@media (max-width: 720px) {
  .swiper-slide .quiz-answers {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

.swiper-slide .quiz-answers div {
  background-color: white;
  border: 1px solid white;
  border-radius: 15px;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  cursor: pointer;
}

.swiper-slide .quiz-answers div:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}

.swiper-slide .quiz-answers div:first-child {
  margin-top: 60px;
}

.swiper-slide .quiz-answers div a {
  color: black;
  font-family: BrandonRegular;
  font-size: 16px;
}

.swiper-slide .quiz-answers div a:hover {
  text-decoration: none;
}

.swiper-slide .next-button {
  margin-bottom: 100px;
}

.footer-legend {
  margin-top: 70px;
  font-family: BrandonRegular;
  color: #6c6b6b;
  text-align: center;
  font-size: 11px;
}

.footer {
  border-top: 1px dashed #6c6b6b;
  margin-top: 30px;
}

.footer img {
  width: auto;
}

.footer .footer-item {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 10px;
}

.footer .footer-item a {
  color: #6c6b6b;
}

.bolden-span {
  text-transform: uppercase;
  font-family: BrandonBlack;
}

.popup-gpdr {
  width: 100%;
  height: auto;
  background-color: #f7941d;
  position: fixed;
  top: 0;
  z-index: 9999;
  padding-bottom: 20px;
}

@media (max-width:767px) {

  .popup-gpdr .popup-padding .popup-buttons .popup-btn.accepted {
    margin-left: 0
  }
}


.popup-gpdr .popup-padding {
  padding-top: 20px;
}

.popup-gpdr .popup-padding .popup-content {
  font-family: BrandonRegular;
  color: white;
}

.popup-gpdr .popup-padding .popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-gpdr .popup-padding .popup-buttons .popup-btn {
  margin-left: 30px;
  margin-top: 15px;
}

.popup-gpdr .popup-padding .popup-buttons .accepted {
  background-color: #3ea3cb;
  border: 1px solid #3ea3cb;
  border-radius: 25px;
  width: 120px;
  height: 30px;
  font-family: BrandonRegular !important;
  cursor: pointer;
}

.popup-gpdr .popup-padding .popup-buttons .accepted:hover {
  background-color: #297998;
  border: 1px solid #297998;
}

.popup-gpdr .popup-padding .popup-buttons .accepted a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-top: 3px;
  font-size: 14px;
}

.popup-gpdr .popup-padding .popup-buttons .accepted a:hover {
  text-decoration: none;
}

.popup-gpdr .popup-padding .popup-buttons .denied {
  background-color: white;
  border: 1px solid white;
  border-radius: 25px;
  width: 100px;
  height: 30px;
  font-family: BrandonRegular !important;
  cursor: pointer;
}

.popup-gpdr .popup-padding .popup-buttons .denied:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}

.popup-gpdr .popup-padding .popup-buttons .denied a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3ea3cb;
  padding-top: 3px;
  font-size: 14px;
}

.popup-gpdr .popup-padding .popup-buttons .denied a:hover {
  text-decoration: none;
}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 3;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

#cookie {
  color: black;
  text-decoration: underline;
}

.facebook-fix {
  border-radius: 13px;
  background-color: #f7941d;
  -webkit-box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.52);
  position: fixed;
  right: -10px;
  top: 162px;
  width: 155px;
  height: 65px;
  z-index: 2;
}

.element-fix {
  position: fixed;
  right: 0;
  top: 253px;
  z-index: 2;
  width: 173px;
}

.element-fix img {
  max-width: 100%;
}

.icon-fb {
  font-size: 46px;
  padding: 13px;
  color: white;
  text-transform: uppercase;
  line-height: 0.87;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .facebook-fix {
    border-radius: 13px;
    background-color: #3b5998;
    -webkit-box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.52);
    position: fixed;
    left: -86px;
    top: auto;
    bottom: 39px;
    width: 165px;
    height: 55px;
    z-index: 2;
    text-align: right;
  }
  .icon-fb {
    font-size: 40px;
    padding: 11px;
    color: white;
    text-transform: uppercase;
    line-height: 0.87;
    text-align: center;
  }
}

.full-width {
  width: 12%;
}

@media screen and (max-width: 490px) {
  .full-width {
    width: 100%;
  }
}

.navbar-mobile {
  display: none;
}

@media screen and (max-width: 499px) {
  .navbar-mobile {
    width: 100%;
    height: 65px;
    display: block;
    opacity: 0.749;
    background-color: #f7941d;
    position: fixed;
    z-index: 999;
  }
  .navbar-mobile img {
    margin-top: 15px;
  }
}

.back-mobile {
  display: none;
}

@media screen and (max-width: 499px) {
  .back-mobile {
    background-image: url("../img/mobile-head.jpg");
    display: block;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
.back-mobile h2 {
  font-family: BrandonBlack;
  font-size: 27px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 3px;
  max-width: 340px;
}
.back-mobile h2 span {
  font-family: BrandonBlack;
  font-size: 27px;
  color: #ffffff;
  display: inline-block;
  background-color: #3ea3cb;
  border-radius: 30px;
  margin: 0 0 6px -5px;
  padding: 3px 10px;
}
.back-mobile h2 span:first-of-type {
  margin-top: 3px;
  margin-bottom: 5px;
}
.back-mobile h2 span:last-of-type {
  margin-bottom: 3px;
}
@media (min-width: 993px) and (max-width: 1199px) {
  .fixing .orange-title {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .fixing .second-p {
    margin-top: 15px;
  }
  .fixing .orange-title span {
    font-family: BrandonBold;
    background-color: #f7941d;
    border: 2px solid #f7941d;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    margin-bottom: 6px;
    display: inline-block;
  }
}
@media(max-width: 440px) {
  .fixing-symp .orange-title {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .fixing-symp .second-p {
    margin-top: 15px;
  }
  .fixing-symp .orange-title span {
    font-family: BrandonBold;
    background-color: #f7941d;
    border: 2px solid #f7941d;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    margin-bottom: 6px;
    display: inline-block;
  }
}
@media(max-width: 456px) {
  .fixing-ind .orange-title {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .fixing-ind .second-p {
    margin-top: 15px;
  }
  .fixing-ind .orange-title span {
    font-family: BrandonBold;
    background-color: #f7941d;
    border: 2px solid #f7941d;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    margin-bottom: 6px;
    display: inline-block;
  }
}
@media screen and (max-width: 499px) {
  .header {
    display: none;
  }
  .facebook-fix {
    top: 180px;
  }
  .back-mobile {
    height: 100vh;
    position: relative;
  }
}

@media screen and (max-width: 499px) {
  .navbar {
    display: none;
  }
  .center-img {
    position: absolute;
    bottom: 20px;
  }
  .down-top {
    position: absolute;
    bottom: 150px;
  }
}
@media (min-height: 700px) and (max-width: 499px) {
  .back-mobile {
    background-size: cover;
  }
  .down-top {
    bottom: 180px;
  }
}
.center-img {
  text-align: center;
  margin-top: 35px;
}

.menu-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f7941d;
}

@media screen and (min-width: 499px) {
  .menu-mobile {
    display: none;
  }
}

.menu-mobile .menu-x {
  margin-top: 15px;
}

.menu-texting {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-texting p {
  font-family: BrandonBlack;
  font-size: 19px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.menu-texting p.black {
  color: #000;
}

.menu-texting .arr-p {
  padding-top: 10px;
  margin-left: 17px;
}

.menu-texting .arr-p-n {
  margin-left: 17px;
}

.menu-texting .arr-p-n img {
  margin-top: -7px;
}

.logo-img path #arrow_copy_5 {
  fill: #000;
}

.center-arr {
  margin: 0 auto;
  display: block;
  position: absolute;
  margin-top: 28px;
  left: 0;
  right: 0;
}

@media screen and (min-width: 499px) {
  .center-arr {
    display: none;
  }
}

.bounce {
  width: 15px;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@media (min-width: 1430px) {
  .container {
    width: 1400px;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 20%;
  height: 0;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #ccc;
  /* Random BG colour for unloaded video elements */
}

.video-wrapper {
  display: none;
}

.template-5 {
  font-family: BrandonRegular;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: auto;
  background-position: 76% 0%;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}

.template-5 .orange-title {
  color: white;
  margin-top: 45px;
  margin-bottom: 30px;
  display: inline-block;
}

@media (max-width: 991px) {
  .template-5 {
    background-position: 0% 0%;
  }
}

.template-5 .p-big {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 18px;
}

.template-5 .box-liner {
  margin: 0 auto;
  font-family: BrandonRegular;
  background-color: #f7941d;
  border: 2px solid #f7941d;
  color: white;
  border-radius: 15px;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  padding: 20px 25px 20px 25px;
  margin-bottom: 10px;
  width: 40%;
  margin-top: 90px;
}

@media (max-width: 900px) {
  .template-5 .box-liner {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .template-5 .box-liner {
    width: 100%;
  }
}

.template-5 .box-back {
  font-size: 12px;
  cursor: pointer;
  margin-top: 15px;
  width: 100%;
  height: 282px;
  background-image: url(../img/back-box.png);
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1429px) {
  .template-5 .box-back-4,
  .template-5 .box-back-5,
  .template-5 .box-back-6 {
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .template-5 .box-back-1,
  .template-5 .box-back-2,
  .template-5 .box-back-3 {
    height: 243px;
  }
}
@media (max-width: 1100px) {
  .template-5 .box-back-1,
  .template-5 .box-back-2,
  .template-5 .box-back-3 {
    height: 208px;
  }
}
@media (max-width: 991px) {
  .template-5 .box-back-1,
  .template-5 .box-back-2,
  .template-5 .box-back-3,
  .template-5 .box-back-4,
  .template-5 .box-back-5,
  .template-5 .box-back-6 {
    height: 282px;
  }
}
@media (min-width: 1200px) {
  .template-5 .box-back.top {
    height: 238px;
  }
}

@media (max-width: 1300px) and (min-width: 1200px) {
  .template-5 .box-back {
    height: 295px;
  }
}

@media (max-width: 991px) {
  .template-5 .box-back {
    text-align: center;
  }
}

.template-5 .box-back img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

@media (max-width: 991px) {
  .template-5 .box-back img {
    width: auto;
    bottom: 0;
    position: relative;
  }
}

.template-5 .box-back p:first-child {
  font-size: 25px;
  padding-top: 20px;
  font-family: BrandonRegular;
  color: black;
  line-height: 0.88;
  text-align: center;
}

.template-5 .box-back p {
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: BrandonRegular;
  color: #231f20;
  line-height: 1.286;
  text-align: center;
}

@media (max-width: 1100px) {
  .template-5 .box-back p {
    font-size: 12px;
  }
}

.p-big {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: bold;
}

.template-6 {
  font-size: 16px;
  font-family: BrandonRegular;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/template-5-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 499px) {
  .template-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.template-6 .quiz-title {
  font-family: BrandonBold;
  font-size: 45px !important;
  text-align: center;
  display: block;
  margin-top: 75px;
  color: white;
}

.template-6 .quiz-title span {
  font-size: 70px;
}

.template-6 .quiz-subtitle {
  font-family: BrandonBold;
  font-size: 45px !important;
  text-align: center;
  display: block;
  margin-top: 200px;
  color: white;
}

@media screen and (max-width: 499px) {
  .template-6 .quiz-subtitle {
    margin-top: 118px;
  }
}

.template-6 .quiz-btn {
  background-color: #3ea3cb;
  border: 1px solid #3ea3cb;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  display: block;
  margin: 0 auto;
  font-family: BrandonRegular !important;
  margin-top: 50px;
  margin-bottom: 100px;
  cursor: pointer;
}

.template-6 .quiz-btn:hover {
  background-color: #297998;
  border: 1px solid #297998;
}

.template-6 .quiz-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-top: 11px;
  font-size: 17px;
}

.template-6 .quiz-btn a:hover {
  text-decoration: none;
}

.body-off {
  position: fixed;
  overflow: hidden;
}

.visible {
  display: block !important;
}

.video-box-black {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: noscroll;
  background-color: #00000094;
}

.video-box-black .imgs {
  position: relative;
  width: 887px;
  height: 275px;
  top: 50%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -95%);
}

@media (max-width: 600px) {
  .video-box-black .imgs {
    position: relative;
    width: 100%;
    height: 30%;
    top: 16%;
    left: 50%;
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.video-box-black .imgs #close {
  position: absolute;
  right: 0;
}

@media (max-width: 600px) {
  .video-box-black .imgs #close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

video {
  border: 15px solid #fff;
  position: absolute;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
}

#video {
  width: 857px;
  height: 495px;
}

@media (max-width: 850px) {
  #video {
    width: 100%;
    height: auto;
  }
}

.shape-3 {
  position: absolute;
  left: 892px;
  top: -80px;
  width: auto !important;
}

@media (max-width: 1200px) {
  .shape-3 {
    display: none;
  }
}

@media (max-width: 1429px) {
  .shape-3 {
    position: absolute;
    left: 736px;
    top: -80px;
    width: auto !important;
  }
}

.addyes {
  z-index: 999999;
  position: relative;
}

.addyes-v {
  display: block;
}

.addno-v {
  display: none;
}

.video-head {
  border: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.footer-item-4 {
  width: 12%;
}
@media(max-width: 1199px) {
  .footer-item-3 {
    width: 10%;
  }
  .footer-item-4 {
    width: 15%;
  }
}
@media(max-width: 991px) {
  .footer-item-1 {
    width: 10%;
  }
  .footer-item-2 {
    width: 11%;
  }
  .footer-item-3 {
    width: 13%;
  }
  .footer-item-4 {
    width: 19%;
  }
  .footer-item-5 {
    width: 38%;
  }
}
@media(max-width: 767px) {
  .footer-item-1,
  .footer-item-2 ,
  .footer-item-3,
  .footer-item-4,
  .footer-item-5 {
    width: 100%;
    border-right: none!important;
  }
}

/*# sourceMappingURL=style.css.map */