@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif !important;
  background: #fff;
  overflow-x: hidden;
}

.qiz_wrapper {
  background-size: cover;
  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;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qiz_wrapper .container_custom {
  width: 100%;
  margin: auto;
  padding: 0;
  border-radius: 9px;
}

.qiz_wrapper #header {
  -webkit-box-shadow: 0 0 8px 0 #00000029;
          box-shadow: 0 0 8px 0 #00000029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9999;
  padding: 5px 56px;
}

.qiz_wrapper #header .user_detail ul {
  margin: 0;
  padding: 0;
  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;
}

.qiz_wrapper #header .user_detail ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}

.qiz_wrapper #header .user_detail ul li a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  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;
}

.qiz_wrapper #header .user_detail ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#154c73), to(#2575fc));
  background-image: linear-gradient(to right, #154c73 0%, #2575fc 100%);
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 10px;
}

.qiz_wrapper #header .user_detail ul li a.book-now {
  width: 220px;
  height: 47px;
  color: #fff;
}

.qiz_wrapper #header .right_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qiz_wrapper #header .right_sec .client_logo a img {
  width: 255px;
  padding: 7px;
  height: auto !important;
  background: #fff;
  border-radius: 10px;
}

.qiz_wrapper #header .user_logo a img {
  padding: 7px;
  background: #fff;
  border-radius: 10px;
  width: 200px;
}

.qiz_wrapper .hero_content {
  z-index: 999;
  position: relative;
  padding: 23px;
}

.qiz_wrapper .hero_content h4 {
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 4px;
  z-index: 1;
  color: #fff;
  font-weight: 900;
}

.qiz_wrapper .rg_open {
  position: absolute;
  background: url("../img/star.png");
  z-index: 99;
  padding: 28px;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  bottom: -98px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -113px;
  cursor: pointer;
}

.qiz_wrapper .rg_open h3 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
}

.qiz_wrapper .rg_open p {
  margin: 0;
  font-size: 25px;
  font-weight: 900;
}

.qiz_wrapper .hero_sec {
  width: 70%;
  margin: 40px auto;
  border-radius: 10px;
  height: 600px;
  background-size: cover;
  background-position: center;
  margin-top: 10px;
  position: relative;
  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;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.qiz_wrapper .hero_sec video {
  border-radius: 10px;
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qiz_wrapper .hero_sec::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
}

.qiz_wrapper .quiz_feature {
  margin-top: 150px;
}

.qiz_wrapper .quiz_feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qiz_wrapper .quiz_feature ul li {
  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;
  width: 24%;
  padding: 10px;
  margin: 10px;
  height: 230px;
  border-radius: 10px;
  font-size: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bolder;
  letter-spacing: 1px;
  color: #30336b;
  -webkit-box-shadow: -1px -1px 7px 2px #00000012;
          box-shadow: -1px -1px 7px 2px #00000012;
  text-align: center;
  background: #154c73;
  color: #fff;
  font-weight: 500;
}

.qiz_wrapper .quiz_feature ul li span {
  font-size: 40px;
  font-weight: 900;
}

.qiz_wrapper .quiz_feature ul li img {
  width: 60px;
  margin: 10px;
}

.qiz_wrapper .quiz_requiremnt {
  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;
  width: 95%;
  margin: auto;
}

.qiz_wrapper .quiz_requiremnt .quiz_content:nth-child(1) {
  width: 40%;
}

.qiz_wrapper .quiz_requiremnt .quiz_content:nth-child(2) {
  width: 50%;
}

.qiz_wrapper .quiz_requiremnt .quiz_content {
  padding: 20px;
}

.qiz_wrapper .quiz_requiremnt .quiz_content img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: -1px -1px 7px 2px #00000012;
          box-shadow: -1px -1px 7px 2px #00000012;
}

.qiz_wrapper .quiz_requiremnt .quiz_content h4 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #30336b;
}

.qiz_wrapper .quiz_requiremnt .quiz_content ul {
  padding-left: 2rem;
}

.qiz_wrapper .quiz_requiremnt .quiz_content ul li {
  font-size: 20px;
  margin: 5px 0;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: .6;
}

.qiz_wrapper .quiz_requiremnt .quiz_content ul li span {
  color: #e91e63;
}

.qiz_wrapper .quiz_requiremnt .quiz_content p {
  margin: 0;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}

.qiz_wrapper .quiz_requiremnt .quiz_content p span {
  font-size: 23px;
  font-weight: 800;
  color: #e91e63;
}

@-webkit-keyframes color-change-5x {
  0% {
    background: #19dcea;
  }
  25% {
    background: #b22cff;
  }
  50% {
    background: #ea2222;
  }
  75% {
    background: #f5be10;
  }
  100% {
    background: #19587d;
  }
}

@keyframes color-change-5x {
  0% {
    background: #19dcea;
  }
  25% {
    background: #b22cff;
  }
  50% {
    background: #ea2222;
  }
  75% {
    background: #f5be10;
  }
  100% {
    background: #19587d;
  }
}

a.book-now {
  -webkit-animation: color-change-5x 8s linear infinite alternate both;
          animation: color-change-5x 8s linear infinite alternate both;
  width: 37%;
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
  color: #fff;
  margin: 20px 0;
  height: 59px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  text-decoration: none;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a.book-now:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  text-decoration: none !important;
  color: #fff !important;
}

#marquee_tag {
  -webkit-animation: color-change-5x 8s linear infinite alternate both;
          animation: color-change-5x 8s linear infinite alternate both;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  margin: 50px 0;
}

#marquee_tag ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

#marquee_tag ul li {
  display: list-item;
  font-size: 28px;
  font-weight: 800;
  margin: 0 30px;
  color: #fff;
}

.contact {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  position: relative;
}

.contact h4, .contact h5 {
  font-weight: 900;
  letter-spacing: 1px;
  color: #000;
}

.contact h4 {
  font-size: 30px;
}

.contact h5 {
  font-size: 40px;
}

.contact a {
  width: 250px;
}

.contact a span {
  margin-right: 10px;
}

.client_logo_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto;
  width: 40%;
}

.client_logo_footer img {
  width: 320px;
  margin: 0 10px;
}

.header_curve {
  position: relative;
}

.header_curve::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 600px;
  background: #154c73;
  left: 0;
  top: 0;
  z-index: -1;
  border-bottom-left-radius: 13%;
}

.bg_footer {
  background: url("../img/agency6-section-bg4.webp");
  background-size: contain;
  padding-bottom: 20px;
}

.blink {
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.button_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
}

.button_grid a {
  width: 48%;
  padding: 14px 10px;
  border-radius: 10px;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  min-width: 245px;
  text-align: center;
  margin: 10px;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.button_grid a:hover {
  text-decoration: none;
}

.button_grid a:nth-child(1) {
  background: #154c73;
  color: #fff;
}

.button_grid a:nth-child(2) {
  border: 3px solid #154c73;
  color: #154c73;
}

@media only screen and (max-width: 768px) {
  .button_grid {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .button_grid a {
    width: 100% !important;
  }
  .hero_content {
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .hero_content h4 {
    font-size: 18px !important;
    line-height: 30px;
    font-weight: 700 !important;
  }
  .hero_sec {
    width: 100% !important;
    height: auto !important;
    -webkit-transform: rotate(0) !important;
            transform: rotate(0) !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin: 0 !important;
  }
  .hero_sec video {
    width: 100% !important;
  }
  .hero_sec .rg_open {
    position: relative;
    top: 0;
    left: 0;
    background: #f95556;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 20px 0;
  }
  .hero_sec .rg_open p {
    font-size: 20px !important;
  }
  .hero_sec .rg_open h3 {
    font-size: 23px !important;
  }
  .header_curve {
    background: #154c73;
    padding: 20px;
  }
  .header_curve::after {
    display: none;
  }
  .quiz_feature {
    margin: 0 !important;
    overflow: hidden;
  }
  .quiz_feature ul {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .quiz_feature ul li {
    width: 100% !important;
    margin: 10px 0 !important;
  }
  #marquee_tag {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0px 0 9px 0;
  }
  #marquee_tag ul li {
    font-size: 18px !important;
  }
  #header {
    overflow: hidden;
    padding: 0 10px !important;
  }
  #header .client_logo {
    margin: 0 !important;
  }
  .bg_footer {
    background: #fff !important;
  }
  .contact {
    padding: 0 !important;
  }
  .contact h5 {
    font-size: 24px !important;
  }
  .contact h4 {
    font-size: 20px !important;
  }
  .client_logo {
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    overflow: hidden;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .client_logo img {
    width: 100% !important;
  }
  .quiz_feature ul {
    padding: 20px !important;
    margin: 0 !important;
  }
  .quiz_feature ul li {
    height: auto !important;
    font-size: 16px !important;
  }
  .quiz_feature ul li span {
    font-size: 20px !important;
  }
  .client_logo_footer {
    overflow: hidden;
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .client_logo_footer img {
    width: 55% !important;
    margin: 10px 0;
  }
}
/*# sourceMappingURL=style.css.map */