@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-Regular.eot");
  src: url("fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Manrope-Regular.woff2") format("woff2"), url("fonts/Manrope-Regular.woff") format("woff"), url("fonts/Manrope-Regular.ttf") format("truetype"), url("fonts/Manrope-Regular.svg#Manrope") format("svg");
}
@font-face {
  font-family: "Manrope Bold";
  src: url("fonts/Manrope-Bold.eot");
  src: url("fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Manrope-Bold.woff2") format("woff2"), url("fonts/Manrope-Bold.woff") format("woff"), url("fonts/Manrope-Bold.ttf") format("truetype"), url("fonts/Manrope-Bold.svg#Manrope") format("svg");
}
@font-face {
  font-family: "Manrope Medium";
  src: url("fonts/Manrope-Medium.eot");
  src: url("fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Manrope-Medium.woff2") format("woff2"), url("fonts/Manrope-Medium.woff") format("woff"), url("fonts/Manrope-Medium.ttf") format("truetype"), url("fonts/Manrope-Medium.svg#Manrope Medium") format("svg");
}
@font-face {
  font-family: "Manrope Light";
  src: url("fonts/Manrope-Light.eot");
  src: url("fonts/Manrope-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Manrope-Light.woff2") format("woff2"), url("fonts/Manrope-Light.woff") format("woff"), url("fonts/Manrope-Light.ttf") format("truetype"), url("fonts/Manrope-Light.svg#Manrope Light") format("svg");
}
@font-face {
  font-family: "Manrope SemiBold";
  src: url("fonts/Manrope-SemiBold.eot");
  src: url("fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Manrope-SemiBold.woff2") format("woff2"), url("fonts/Manrope-SemiBold.woff") format("woff"), url("fonts/Manrope-SemiBold.ttf") format("truetype"), url("fonts/Manrope-SemiBold.svg#Manrope SemiBold") format("svg");
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

ul {
  margin: 0px;
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  text-decoration: none;
}

.clr {
  clear: both;
}

label {
  margin: 0px;
}

input,
textarea,
select {
  border: 0px none;
  background: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  font-family: "Manrope";
  font-weight: normal;
}

img {
  outline: none;
  max-width: 100%;
  height: auto;
  border: 0px none;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  margin-bottom: 0;
  font-weight: normal;
}

p {
  margin-bottom: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  cursor: pointer;
}

button {
  border-radius: 0px;
  border: 0px none;
  outline: none;
  cursor: pointer;
  font-family: "Manrope";
  font-weight: normal;
}
button:focus {
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: block;
  zoom: 1;
}

em,
i {
  font-style: normal;
}

body {
  color: #000000;
  background: #fff;
  font-family: "Manrope";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
body.hidden {
  overflow: hidden;
}

html,
body {
  scroll-behavior: smooth;
}
html.home_page .main_container,
body.home_page .main_container {
  padding-top: 0px;
}
html.home_page .main_container .header,
body.home_page .main_container .header {
  background-color: transparent;
}
html.hidden,
body.hidden {
  overflow: hidden;
}

main {
  min-height: 100vh;
}

.main_container {
  width: 100%;
  min-height: 100vh;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  padding-top: 102px;
}

.auto_container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .auto_container {
    padding: 0 15px;
  }
}

.wrapper {
  width: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.v2 .acc-head {
  background-color: #fff;
  padding: 22px 30px 22px 30px;
  border-radius: 15px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
}
.v2 .acc-head p {
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1d;
  font-weight: 500;
  line-height: 39px;
}
.v2 .acc-head.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.v2 .acc-head.active a::before {
  transform: rotate(90deg);
}
.v2 .acc-head a {
  position: absolute;
  top: 50%;
  right: 30px;
  background-color: #FF3E3E;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.v2 .acc-head a::before, .v2 .acc-head a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.v2 .acc-head a::before {
  width: 3px;
  height: 20px;
  margin-top: -10px;
}
.v2 .acc-head a::after {
  width: 20px;
  height: 3px;
  margin-top: -2px;
}
.v2 .acc-content {
  padding: 0 30px 22px;
  display: none;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.v2 .acc-content p {
  color: #757575;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.36px;
}
.v2 .acc-container {
  width: 100%;
}
.v2 .acc-container .acc {
  width: 100%;
}
.v2 .acc-container .acc:not(:last-child) {
  margin-bottom: 30px;
}

.v2 header {
  width: 100%;
  position: relative;
}
.v2 .header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 9;
  background-color: transparent;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.v2 .header.sticky {
  background-color: #FF3E3E;
}
.v2 body .fixed_header .header {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fffaea;
}
.v2 body.home_page .header {
  background-color: transparent;
}
.v2 body.home_page .fixed_header .header {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fffaea;
}
.v2 .main_header {
  position: relative;
  width: 100%;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .v2 .main_header {
    padding: 8px 10px;
  }
}
.v2 .nav_left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .v2 .nav_left > .sub_btn {
    position: absolute;
    right: 50px;
  }
}
.v2 .logo {
  width: 160px;
}
.v2 .logo a {
  width: 100%;
  display: block;
}
.v2 .logo a img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .v2 .logo {
    width: 140px;
  }
}
.v2 nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.v2 .nav-items > ul {
  margin: 0 -15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .v2 .nav-items > ul {
    margin: 0;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .v2 .nav-items > ul {
    margin: 0;
    padding-bottom: 20px;
  }
}
.v2 .nav-items > ul > li {
  width: auto;
  padding: 0 15px;
}
.v2 .nav-items > ul > li > a {
  display: inline-block;
  text-align: center;
  font-family: "Manrope";
  font-size: 18px;
  color: #062028;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  position: relative;
}
.v2 .nav-items > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #062028;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.v2 .nav-items > ul > li > a:hover::after {
  width: 100%;
}
.v2 .nav-items > ul > li > a.active {
  font-family: "Manrope Bold";
}
.v2 .nav-items > ul > li > a.active::after {
  width: 100%;
}
.v2 .nav_right {
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 40px;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .v2 .nav_right {
    width: 74%;
    padding-right: 60px;
  }
}
.v2 .header_rightBtn {
  padding-left: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.v2 .custom_btnOuter {
  width: auto;
}
.v2 .burger {
  width: 40px;
  height: 35px;
  border-radius: 10px;
  background: #FFC21A;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.v2 .burger:hover {
  background: rgb(56, 56, 56);
}
.v2 .burger:hover .strip div {
  background: white;
}
.v2 .burger:hover .burger-strip div:first-child {
  transform: rotate(45deg) translateY(0px) translateX(3px);
}
.v2 .burger:hover .burger-strip div:nth-child(2) {
  transform: rotate(-45deg);
}
.v2 .burger:hover .burger-strip div:last-child {
  transform: rotate(45deg) translateY(-6px) translateX(-3px);
}
.v2 .burger-strip {
  transition: all 0.5s ease;
}
.v2 .burger-strip div:first-child {
  width: 16px;
}
.v2 .burger-strip div:last-child {
  width: 28px;
}
.v2 .strip div {
  height: 3px;
  border-radius: 2px;
  background: #fff;
  margin: 4px 0;
  transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 30px;
}
.v2 .navbar {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 0;
}
.v2 .btn-bars {
  background-color: transparent;
}
.v2 .btn-bars span {
  display: inline-block;
}
.v2 .btn-bars span img {
  width: 48px;
  display: block;
  background-color: transparent;
}
.v2 .navbar-collapse {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #FF3E3E;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 280px;
  padding: 1.6rem 10px;
  transform: translateX(100%);
  transition: all 0.5s ease;
}
.v2 .btn-close {
  background-color: #252525;
  display: block;
  width: 33px;
  height: 33px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: color 0.5s ease;
}
.v2 .btn-close:hover {
  color: #FF3E3E;
}
.v2 .navbar-nav {
  margin: 4rem 0;
}
.v2 .showMenu {
  transform: translateX(0);
}
@media screen and (max-width: 400px) {
  .v2 .navbar-close {
    width: 100%;
  }
  .v2 .navbar-nav {
    margin: 2rem 0;
  }
}
.v2 .header_info {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.v2 .main_nav {
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .v2 .main_nav {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .v2 .main_nav {
    padding-bottom: 30px;
  }
}
.v2 .main_nav ul {
  display: flex;
  align-items: center;
}
.v2 .main_nav ul li {
  padding: 0px 15px;
}
.v2 .main_nav ul li a {
  font-family: "Manrope";
  color: #000;
  display: block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .v2 .main_nav ul li a {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .v2 .main_nav ul li a {
    color: #fff;
  }
}
.v2 .main_nav ul li a:hover {
  color: #FF3E3E;
}
.v2 .login_signup_bttn {
  width: auto;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.v2 .login_signup_bttn a {
  margin: 0px 10px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.v2 .loginBttn {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .v2 .loginBttn {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .v2 .loginBttn {
    color: #fff;
  }
}
.v2 .loginBttn:hover {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .v2 .loginBttn:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .v2 .loginBttn:hover {
    color: #fff;
  }
}
.v2 .login_signup_bttn .btn_default {
  color: #000;
  padding: 8px 20px;
}
@media only screen and (max-width: 767px) {
  .v2 .login_signup_bttn .btn_default {
    color: #000;
  }
}
.v2 .login_signup_bttn .btn_default:hover {
  color: #fff;
}
.v2 .menuIcon,
.v2 .closeNav {
  display: none;
}
.v2 .sub_btn {
  width: auto;
  position: relative;
}
.v2 .sub_btn .sub_menu {
  position: absolute;
  right: -20px;
  top: 60px;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  flex-wrap: wrap;
}
.v2 .sub_btn .sub_menu ul {
  padding: 0 5px;
  background-color: #fff;
  z-index: 2;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: none;
  flex-wrap: wrap;
}
.v2 .sub_btn .sub_menu ul::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.v2 .sub_btn .sub_menu ul li {
  width: 100%;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.v2 .sub_btn .sub_menu ul li:last-child {
  border-bottom: none;
}
.v2 .sub_btn .sub_menu ul li h3 {
  color: #000;
  font-size: 18px;
  width: 100%;
  padding: 10px 0;
}
.v2 .sub_btn .sub_menu ul li > a {
  position: relative;
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1;
  color: #000;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.v2 .sub_btn .sub_menu ul li > a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FFC21A;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.v2 .sub_btn .sub_menu ul li > a:hover {
  color: #FFC21A;
}
.v2 .sub_btn .sub_menu ul li > a:hover::after {
  width: 100%;
}
.v2 .sub_btn .sub_menu ul li > a.active {
  color: #FFC21A;
}
.v2 .sub_btn .sub_menu ul li > a.active::after {
  width: 100%;
}
.v2 .sub_btn .sub_menu ul li > a strong {
  display: inline-block;
}
.v2 .sub_btn:hover .sub_menu {
  visibility: visible;
  opacity: 1;
  top: 0px;
  padding-top: 30px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.v2 .login_signup_bttn .cart_btn {
  font-size: 24px;
  color: #FFC21A;
  position: relative;
}
.v2 .login_signup_bttn .cart_btn b {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.v2 .login_signup_bttn .cart_btn i {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .v2 .login_signup_bttn .cart_btn i {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .v2 .login_signup_bttn .cart_btn i {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .v2 .menuIcon {
    width: 30px;
    height: 20px;
    right: 0;
    top: 14px;
    border-bottom: 2px solid #ffc21a;
    border-top: 2px solid #ffc21a;
    z-index: 2;
  }
  .v2 .menuIcon:after {
    width: 80%;
    height: 2px;
    background: #ffc21a;
    content: "";
    display: block;
    right: 0;
    top: 7px;
  }
  .v2 .menuIcon,
  .v2 .menuIcon:after {
    position: absolute;
    transition: all 0.4s ease;
  }
  .v2 .menuIcon,
  .v2 .menu_clos {
    display: block;
    cursor: pointer;
  }
  .v2 .menuIcon:hover:after {
    right: 20%;
  }
  .v2 .closeNav {
    display: block;
    background: url(../../assets/images/closeNav.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    color: #fff;
    right: 20px;
    top: 20px;
    background-size: 100%;
  }
  .v2 .nav_right {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0px;
    top: 0px;
    padding: 50px 20px 50px;
    display: none;
    z-index: 6;
  }
  .v2 .nav_right.open {
    display: block;
  }
  .v2 .nav-items ul {
    display: block;
  }
  .v2 .nav-items ul li {
    padding: 0px 0px 10px;
  }
  .v2 .nav-items ul li a {
    font-size: 20px;
  }
  .v2 .login_signup_bttn {
    width: auto;
    display: block;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .v2 .nav_right {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0px;
    top: 0px;
    padding: 50px 20px 50px;
    display: none;
    z-index: 6;
  }
  .v2 .nav_right.open {
    display: block;
  }
  .v2 .nav_right ul {
    display: block;
  }
  .v2 .nav_right ul li {
    padding: 0px 0px 10px;
  }
  .v2 .nav_right ul li a {
    font-size: 18px;
  }
  .v2 .login_signup_bttn {
    width: auto;
    display: block;
    padding-left: 0px;
  }
}

#nav-icon3 {
  width: 30px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 12px;
  display: none;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #nav-icon3 {
    display: block;
    top: 23px;
  }
  #nav-icon3.open span {
    background: #31abbe;
  }
}
@media only screen and (max-width: 767px) {
  #nav-icon3 {
    display: block;
  }
  #nav-icon3.open span {
    background: #31abbe;
  }
}

.menu_dropdown > a {
  display: inline-flex !important;
  align-items: center;
}
.menu_dropdown > a .dropdown_icon {
  margin-left: 0.25em;
}
.menu_dropdown:hover .dropdown-nav {
  opacity: 1;
  transform: translateY(3px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  visibility: visible;
}

.dropdown-nav {
  opacity: 0;
  visibility: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  background: #32ABBE;
}
.dropdown-nav a {
  font-weight: 300;
  font-size: 1.2rem;
  position: relative;
  color: #fff;
  z-index: 2;
  display: block;
  letter-spacing: 0.01rem;
  padding: 1rem 1rem;
  transition: all 0.3s ease;
}
.dropdown-nav a:hover {
  background-color: #FFE23F;
  color: #000;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #31abbe;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 7px;
}

#nav-icon3 span:nth-child(4) {
  top: 14px;
}

#nav-icon3.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.text_container {
  display: flex;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.text-line {
  white-space: nowrap;
}

.fade-out {
  opacity: 0;
}

.v2 .footer_top {
  padding: 80px 0;
  background-color: #062028;
}
.v2 .footer_top .logo {
  padding-bottom: 30px;
  width: 100%;
}
.v2 .footer_top .logo a {
  width: 140px;
  display: block;
}
@media (max-width: 767px) {
  .v2 .footer_top {
    padding: 60px 0;
  }
}
.v2 .footer_topInner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.v2 .footer_list {
  width: calc(100% - 350px);
}
.v2 .footer_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.v2 .footer_list > ul > li {
  width: 33.33%;
}
.v2 .footer_list > ul > li a {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 300;
  line-height: 19.12px;
  color: #A3B7BA;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.v2 .footer_list > ul > li a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .v2 .footer_list {
    width: 100%;
    padding-bottom: 20px;
  }
  .v2 .footer_list > ul {
    flex-wrap: wrap;
  }
  .v2 .footer_list > ul > li {
    width: 50%;
    padding-bottom: 20px;
  }
}
.v2 .footer_nav ul {
  flex-wrap: wrap;
}
.v2 .footer_nav ul li {
  width: 100%;
}
.v2 .footer_nav ul li:not(:last-child) {
  padding-bottom: 20px;
}
.v2 .footer_form {
  display: flex;
  flex-wrap: wrap;
  width: 350px;
}
@media (max-width: 767px) {
  .v2 .footer_form {
    max-width: 100%;
  }
}
.v2 .footer_form label {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 300;
  line-height: 19.12px;
  color: #A3B7BA;
}
.v2 .footer_form form {
  width: 100%;
  position: relative;
}
.v2 .footer_form form input {
  width: 100%;
  background-color: #F2F2F2;
  color: #000;
  border-radius: 100px;
  padding: 20px 15px;
  font-family: "Manrope";
  font-size: 12px;
  font-weight: 400;
}
.v2 .footer_form form a {
  position: absolute;
  top: 5px;
  right: 10px;
}
.v2 .footer_bottom {
  padding: 20px;
  background-color: #0c242c;
}
.v2 .footer_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.v2 .footer_inner .share {
  width: -moz-max-content;
  width: max-content;
  border: none;
  padding: 0;
  background: none;
}
@media (max-width: 767px) {
  .v2 .footer_inner .share {
    width: 100%;
    padding-top: 20px;
  }
}
.v2 .footer_inner p {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 300;
  line-height: 19.12px;
  color: #fff;
}

:root {
  interpolate-size: allow-keywords;
  --red: #da2535;
  --black: #292929;
  --white: #fbfbfb;
}

.v2 {
  /* SEARCH BAR CONTAINER */
  /* ICON */
  /* INPUT */
  /* BUTTON */
  /* MEDIAS */
}
.v2 .padding_top {
  padding-top: 80px;
}
.v2 .custom_btn {
  font-family: "Manrope SemiBold";
  font-size: 15px;
  line-height: 16.5px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 110px;
  height: 46px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(124.47deg, #32ABBE 39.14%, #FFE23F 112.5%);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid transparent;
}
.v2 .custom_btn img {
  width: 20px;
  margin-left: 8px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.v2 .custom_btn.outline {
  background-color: #fff;
  border: 1px solid #32ABBE;
  background: none;
  color: #062028;
}
.v2 .custom_btn.outline:hover {
  background: linear-gradient(124.47deg, #32ABBE 39.14%, #FFE23F 112.5%);
  color: #fff;
}
.v2 .custom_btn:hover {
  background: #fff;
  color: #062028;
  border: 1px solid #32ABBE;
}
.v2 .custom_btn:hover img {
  filter: sepia(1) saturate(10000%) hue-rotate(160deg) brightness(0.3);
  transform: translateX(8px);
}
.v2 .custom_btn.two {
  padding: 12px 20px;
  background-color: #fff;
  color: #FFC21A;
  border-color: #fff;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  min-width: 180px;
}
.v2 .custom_btn.two:hover {
  background-color: #FFC21A;
  color: #fff;
}
.v2 .hero_section {
  background: linear-gradient(193.83deg, #F3F3F3 43.11%, #8FDAE6 199.4%);
}
.v2 .hero_section.hero_two .hero_outer {
  min-height: 60vh;
  background-image: url(../images/opportunity_bg.png);
}
@media (max-width: 767px) {
  .v2 .hero_section.hero_two .hero_outer {
    min-height: 400px;
  }
}
.v2 .hero_outer {
  background-image: url(../images/banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 0;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .v2 .hero_outer {
    padding: 120px 0;
    min-height: unset;
  }
}
.v2 .main_message {
  text-align: center;
}
.v2 .main_message h4 {
  font-family: "Manrope Medium";
  color: #fff;
  font-size: 20px;
  line-height: 27.32px;
  padding-bottom: 20px;
}
.v2 .main_message h2 {
  font-family: "Manrope SemiBold";
  font-size: 64px;
  line-height: 87.42px;
  letter-spacing: -0.04em;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.v2 .main_message h2 b {
  display: contents;
}
@media (max-width: 767px) {
  .v2 .main_message h2 b {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.v2 .main_message h2 i {
  font-style: normal;
  display: block;
  width: 100%;
}
.v2 .main_message strong {
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 25px;
  margin-left: 20px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1215686275);
  -o-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1215686275);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1215686275);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1215686275);
  -ms-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1215686275);
}
.v2 .main_message span {
  background: linear-gradient(99.42deg, #32ABBE 45.88%, #FFE23F 102.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Manrope SemiBold";
  font-size: 40px;
  line-height: 87.42px;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}
.v2 .main_message span img {
  width: 70px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .v2 .main_message span {
    min-height: unset;
  }
}
.v2 .main_message .text_container {
  min-height: unset;
}
.v2 .main_message p {
  font-family: "Manrope SemiBold";
  font-size: 18px;
  line-height: 27.34px;
  color: #062028;
  max-width: 600px;
  margin: 20px auto 20px;
}
@media (max-width: 767px) {
  .v2 .main_message h2 {
    font-size: 40px;
    line-height: 55px;
  }
  .v2 .main_message strong {
    border-radius: 10px;
    padding: 10px 15px;
    margin: 5px 0 0;
    min-height: unset;
  }
  .v2 .main_message span {
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
  }
  .v2 .main_message span img {
    width: 30px;
  }
  .v2 .main_message p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}
.v2 .btn_outer {
  text-align: center;
}
.v2 .btn_outer a {
  min-width: 340px;
  margin: auto;
  padding: 12px 25px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .v2 .btn_outer a {
    min-width: 100%;
    padding: 8px 20px;
  }
}
.v2 .nav_btns ul {
  display: flex;
  margin: 0 -10px;
}
.v2 .nav_btns ul li {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .v2 .nav_btns ul {
    margin: 0 -5px;
  }
  .v2 .nav_btns ul li {
    padding: 0 5px;
  }
}
.v2 .my_video {
  padding: 80PX 0;
}
@media (max-width: 767px) {
  .v2 .my_video {
    padding: 60px 0;
  }
}
.v2 .counter_section {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .v2 .counter_section {
    padding-bottom: 60px;
  }
}
.v2 .counter_inner {
  background: rgba(50, 171, 190, 0.1490196078);
  padding: 80px 20px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .v2 .counter_inner {
    padding: 20px 15px;
  }
}
.v2 .counter_list {
  max-width: 900px;
  margin: auto;
}
.v2 .counter_list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.v2 .counter_list ul li {
  padding: 0 15px;
  width: 25%;
}
@media (max-width: 767px) {
  .v2 .counter_list ul {
    margin: 0 -5px;
  }
  .v2 .counter_list ul li {
    padding: 0 5px 20px;
    width: 50%;
  }
  .v2 .counter_list ul li:last-child, .v2 .counter_list ul li:nth-child(3) {
    padding-bottom: 0;
  }
}
.v2 .counter_data strong {
  display: flex;
  align-items: center;
  font-family: "Manrope SemiBold";
  font-size: 48px;
  line-height: 65.57px;
  letter-spacing: -0.03em;
}
.v2 .counter_data strong .counter i {
  font-style: normal;
}
@media (max-width: 767px) {
  .v2 .counter_data strong {
    font-size: 32px;
    line-height: 1.3;
  }
}
.v2 #tabs2 > section,
.v2 #tabs2 > div {
  height: 700PX;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .v2 #tabs2 > section,
  .v2 #tabs2 > div {
    height: 300px;
  }
}
.v2 #tabs2 > section .play,
.v2 #tabs2 > div .play {
  border: 3px solid red;
}
.v2 #tabs2 > section .thumb,
.v2 #tabs2 > div .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2 #tabs2 > section div.thumb,
.v2 #tabs2 > div div.thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}
.v2 #tabs2 > section div.thumb i,
.v2 #tabs2 > div div.thumb i {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 75px);
  z-index: 200;
  font-size: 100px;
  color: #fff;
  opacity: 1;
  transition: opacity 0.25s;
}
.v2 #tabs2 > section div.thumb h4,
.v2 #tabs2 > div div.thumb h4 {
  font-family: Raleway;
  position: absolute;
  top: calc(50% - 25px);
  width: 100%;
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  z-index: 200;
  color: #fff;
  opacity: 1;
  transition: opacity 0.25s;
}
.v2 #tabs2 > section div.thumb img,
.v2 #tabs2 > section div.thumb .image,
.v2 #tabs2 > div div.thumb img,
.v2 #tabs2 > div div.thumb .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/vid_img2.png");
  border-radius: 12px;
}
.v2 #tabs2 > section div.thumb:hover,
.v2 #tabs2 > div div.thumb:hover {
  cursor: pointer;
}
.v2 #tabs2 > section div.thumb:hover i,
.v2 #tabs2 > section div.thumb:hover h4,
.v2 #tabs2 > div div.thumb:hover i,
.v2 #tabs2 > div div.thumb:hover h4 {
  opacity: 0.75;
}
.v2 #tabs2 > section .playing .overlay img,
.v2 #tabs2 > section .playing .overlay i,
.v2 #tabs2 > div .playing .overlay img,
.v2 #tabs2 > div .playing .overlay i {
  opacity: 0;
}
.v2 .content_section {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .v2 .content_section {
    padding-bottom: 60px;
  }
}
.v2 .content_data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.v2 .content_left {
  width: 45%;
}
.v2 .content_left > h3 {
  font-size: 40px;
  line-height: 48px;
  font-family: "Manrope SemiBold";
  color: #062028;
  padding-bottom: 10px;
  max-width: 400px;
}
.v2 .content_left > p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Manrope";
  color: #062028;
  padding-bottom: 20px;
}
.v2 .content_left picture {
  width: 100%;
  display: block;
}
.v2 .content_left picture img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .v2 .content_left {
    width: 100%;
    padding-bottom: 40px;
  }
}
.v2 .content_right {
  width: 55%;
  padding-left: 40px;
}
.v2 .content_right > h2 {
  font-family: "Manrope Bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 43.71px;
  letter-spacing: -0.03em;
  color: #062028;
  padding-bottom: 15px;
}
.v2 .content_right > h2 span {
  display: contents;
  color: #32ABBE;
}
.v2 .content_right > h2 strong {
  display: contents;
  color: #DB6600;
}
.v2 .content_right > h3 {
  font-family: "Manrope Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
  letter-spacing: -0.03em;
  padding-bottom: 8px;
  color: #062028;
}
.v2 .content_right > p {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.03em;
  padding-bottom: 20px;
}
.v2 .content_right > p:nth-last-of-type() {
  padding-bottom: 0;
}
.v2 .content_right ul li {
  padding-left: 45px;
  position: relative;
  background-image: url(../images/double-check.png);
  background-position: left -3px;
  background-repeat: no-repeat;
  background-size: 32px;
}
.v2 .content_right ul li:not(:last-child) {
  padding-bottom: 30px;
}
.v2 .content_right ul li h3 {
  font-family: "Manrope Bold";
  font-size: 20px;
  line-height: 32px;
  color: #062028;
  padding-bottom: 15px;
}
.v2 .content_right ul li p {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 28px;
  color: #062028;
}
@media (max-width: 767px) {
  .v2 .content_right {
    width: 100%;
    padding-left: 0;
  }
  .v2 .content_right h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .v2 .content_right p {
    font-size: 14px;
    line-height: 20px;
  }
}
.v2 .partnership_section {
  padding: 80px 0;
  background: rgba(50, 171, 190, 0.1490196078);
}
@media (max-width: 767px) {
  .v2 .partnership_section {
    padding: 60px 0;
  }
}
.v2 .partner_inner {
  display: flex;
  flex-wrap: wrap;
  border-radius: 24px;
  overflow: hidden;
}
.v2 .partner_left {
  width: 50%;
  position: relative;
}
.v2 .partner_left figure {
  display: block;
  width: 100%;
}
.v2 .partner_left figure img {
  display: block;
  width: 100%;
}
.v2 .partner_left > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 12px;
  background: linear-gradient(89.54deg, rgba(50, 171, 190, 0.25) 32.71%, rgba(255, 226, 63, 0.25) 145.33%);
  -webkit-backdrop-filter: blur(59.7999992371px);
          backdrop-filter: blur(59.7999992371px);
  padding: 40px;
  font-family: "Manrope Bold";
  font-size: 32px;
  line-height: 43.71px;
  color: #fff;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .v2 .partner_left {
    width: 100%;
  }
  .v2 .partner_left > span {
    font-size: 22px;
    padding: 10px 20px;
  }
}
.v2 .partner_right {
  width: 50%;
  padding: 30px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 767px) {
  .v2 .partner_right {
    width: 100%;
    padding: 20px 15px;
  }
}
.v2 .partner_data strong {
  display: block;
  font-family: "Manrope Medium";
  font-size: 20px;
  line-height: 22.4px;
  letter-spacing: 0.25em;
  color: #31909F;
  padding-bottom: 20px;
}
.v2 .partner_data p {
  font-family: "Manrope";
  font-size: 28px;
  line-height: 38.4px;
  letter-spacing: -0.03em;
  color: #062028;
  padding-bottom: 30px;
}
.v2 .partner_data p strong {
  display: contents;
  font-weight: bold;
}
.v2 .partner_data .btn_outer a {
  margin: 0;
  min-width: unset;
}
@media (max-width: 767px) {
  .v2 .partner_data p {
    font-size: 16px;
    line-height: 25.6px;
    padding-bottom: 20px;
  }
}
.v2 .resources {
  padding: 80px 0;
}
.v2 .resources_inner {
  display: flex;
  flex-wrap: wrap;
}
.v2 .resource_left {
  width: 150px;
}
.v2 .resource_left h3 {
  font-family: "Manrope Bold";
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.03em;
  color: #062028;
}
@media (max-width: 767px) {
  .v2 .resource_left {
    width: 100%;
    padding-bottom: 30px;
  }
  .v2 .resource_left h3 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
}
.v2 .resource_right {
  width: calc(100% - 150px);
  padding-left: 70px;
}
@media (max-width: 767px) {
  .v2 .resource_right {
    width: 100%;
    padding-left: 0;
  }
}
.v2 .resource_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.v2 .resource_list ul li {
  width: 50%;
  padding: 0 5px 10px;
}
.v2 .resource_list ul li.w_60 {
  width: 55%;
}
.v2 .resource_list ul li.w_25 {
  width: 25%;
}
.v2 .resource_list ul li.w_15 {
  width: 20%;
}
@media (max-width: 767px) {
  .v2 .resource_list ul {
    margin: 0 -2px;
  }
  .v2 .resource_list ul li {
    padding: 0 0 20px;
    width: 100%;
  }
  .v2 .resource_list ul li:last-child {
    padding-bottom: 0;
  }
  .v2 .resource_list ul li.w_60 {
    width: 100%;
  }
  .v2 .resource_list ul li.w_25 {
    width: 100%;
  }
  .v2 .resource_list ul li.w_15 {
    width: 100%;
  }
  .v2 .resource_list ul li.w_15 .resource_data > span {
    padding: 40px 0;
  }
}
.v2 .resource_data {
  height: 100%;
}
.v2 .resource_data > a {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  border: 1px solid #C6C6C6;
  border-radius: 24px;
  overflow: hidden;
}
.v2 .resource_data > a figure {
  width: 50%;
  display: block;
}
.v2 .resource_data > a figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2 .resource_data > a small {
  width: 50%;
  padding: 20px;
}
.v2 .resource_data > a small.w_100 {
  width: 100%;
}
.v2 .resource_data > a small h3 {
  font-family: "Manrope Medium";
  font-size: 12px;
  line-height: 16.39px;
  background: linear-gradient(99.42deg, #32ABBE 45.88%, #FFE23F 102.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.v2 .resource_data > a small p {
  font-family: "Manrope Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #062028;
}
.v2 .resource_data span {
  height: 100%;
  width: 100%;
  background: #E0F2F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .v2 .resource_data > a small h3 {
    font-size: 10px;
    line-height: 14px;
    padding-bottom: 5px;
  }
  .v2 .resource_data > a small p {
    font-size: 16px;
    line-height: 22px;
  }
}
.v2 .testimonial {
  padding: 80px 0;
  background: #E0F2F5;
}
@media (max-width: 767px) {
  .v2 .testimonial {
    padding: 60px 0;
  }
}
.v2 .main_heading {
  text-align: center;
  padding-bottom: 60px;
}
.v2 .main_heading h2 {
  font-family: "Manrope Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.03em;
  color: #062028;
}
.v2 .testimonial_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.v2 .testimonial_list ul li {
  width: 33.33%;
  padding: 0 6px 12px;
}
@media (max-width: 767px) {
  .v2 .testimonial_list ul {
    margin: 0 -5px;
  }
  .v2 .testimonial_list ul li {
    width: 100%;
    padding: 0 0 20px;
  }
  .v2 .testimonial_list ul li:last-child {
    padding-bottom: 0;
  }
}
.v2 .testimonial_data {
  background: #FFFFFF;
  box-shadow: 0px 8px 52px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 12px;
  padding: 60px 40px;
  text-align: center;
  height: 100%;
}
.v2 .testimonial_data p {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  min-height: 144px;
}
@media (max-width: 767px) {
  .v2 .testimonial_data p {
    min-height: unset;
  }
}
.v2 .testimonial_data img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 20px;
}
.v2 .testimonial_data strong {
  display: block;
  font-family: "Manrope Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  color: #062028;
}
.v2 .testimonial_data span {
  font-family: "Manrope";
  font-size: 12px;
  line-height: 16.39px;
  color: #535353;
}
@media (max-width: 767px) {
  .v2 .testimonial_data {
    padding: 40px 20px;
  }
  .v2 .testimonial_data p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .v2 .testimonial_data img {
    margin-bottom: 10px;
  }
}
.v2 .secure_section {
  padding: 80px 0 0;
  background: linear-gradient(142.07deg, #32AABD 37.22%, #FFE23F 142.78%);
}
@media (max-width: 767px) {
  .v2 .secure_section {
    padding: 60px 0 0;
  }
}
.v2 .secure_detail {
  text-align: center;
  padding-bottom: 20px;
}
.v2 .secure_detail h2 {
  font-family: "Manrope Bold";
  font-size: 48px;
  color: #fff;
  line-height: 52.57px;
  letter-spacing: -0.04em;
  padding-bottom: 20px;
  max-width: 600px;
  margin: auto;
}
.v2 .secure_detail p {
  font-family: "Manrope Medium";
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .v2 .secure_detail h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .v2 .secure_detail p {
    font-size: 14px;
    line-height: 20px;
  }
}
.v2 .secure_data figure {
  margin: 0;
  display: block;
  width: 100%;
}
.v2 .secure_data figure img {
  display: block;
  width: 100%;
}
.v2 .search {
  padding: 0 0 60px;
  margin-top: -345px;
}
.v2 .search_main {
  display: flex;
  flex-wrap: wrap;
}
.v2 .search_left {
  width: calc(100% - 520px);
  margin-right: 10px;
  background: #E6F2F4;
  padding: 40px;
}
.v2 .search_left .search_form {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .v2 .search_left {
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.v2 .search_detail {
  padding-bottom: 15px;
}
.v2 .search_detail h2 {
  font-family: "Manrope Medium";
  font-size: 16px;
  line-height: 21.86px;
}
.v2 .search_formMain ul li:not(:last-child) {
  padding-bottom: 20px;
}
.v2 .search_formMain ul li .btn_outer a {
  min-width: 200px;
}
.v2 .form_data select,
.v2 .form_data input,
.v2 .form_data textarea {
  width: 100%;
  padding: 10px 25px;
  border-bottom: 1px solid #47565A;
  background: transparent;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 25.6px;
  color: #062028;
  outline: none;
}
.v2 .search_right {
  width: 500px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .v2 .search_right {
    margin: auto;
    padding: 20px;
    max-width: 100%;
  }
}
.v2 .ai_search a {
  display: block;
}
.v2 .ai_search figure {
  background: #5CC3D3;
  border-radius: 50%;
  max-width: 570px;
  margin: 0 auto 20px;
  width: 100%;
  display: block;
}
.v2 .ai_search figure img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .v2 .ai_search figure {
    max-width: 500px;
  }
}
.v2 .ai_search .btn_outer .custom_btn {
  background: #5CC3D3;
  color: #fff;
  width: 100%;
  min-width: unset;
}
.v2 .ai_search .btn_outer .custom_btn:hover {
  background: #fff;
  color: #5CC3D3;
}
.v2 .opprtunity_container {
  background-color: #fafafa;
}
.v2 .opportunity {
  padding-bottom: 80px;
}
.v2 .oppotunity_detail {
  padding-bottom: 20px;
}
.v2 .oppotunity_detail h4 {
  font-family: "Manrope Medium";
  font-size: 24px;
  line-height: 32.78px;
  color: #062028;
}
@media (max-width: 767px) {
  .v2 .oppotunity_detail h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.v2 .opportunity_list > ul > li:not(:last-child) {
  padding-bottom: 20px;
}
.v2 .opportunity_data a {
  padding: 40px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .v2 .opportunity_data a {
    padding: 20px 15px;
  }
}
.v2 .opportunity_data .icon {
  width: 100px;
  display: block;
}
.v2 .opportunity_data .icon img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .v2 .opportunity_data .icon {
    width: 100%;
  }
  .v2 .opportunity_data .icon img {
    width: 60px;
    margin: 0 auto 20px;
  }
}
.v2 .opportunity_data .text {
  width: calc(100% - 100px);
  padding-left: 30px;
}
.v2 .opportunity_data .text h2 {
  font-family: "Manrope SemiBold";
  font-size: 24px;
  line-height: 32.78px;
  padding-bottom: 8px;
  color: #062028;
}
.v2 .opportunity_data .text h3 {
  font-family: "Manrope Medium";
  font-size: 16px;
  line-height: 21.86px;
  color: #062028;
  padding-bottom: 8px;
}
.v2 .opportunity_data .text > span {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.v2 .opportunity_data .text > span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 72px;
  height: 2px;
  background: #000;
  display: block;
}
.v2 .opportunity_data .text > span > img {
  width: 20px;
  margin-right: 4px;
  transform: translateY(-2px);
}
.v2 .opportunity_data .text > span > strong {
  font-family: "Manrope Medium";
  font-size: 16px;
  font-weight: 600;
  line-height: 21.86px;
  color: #062028;
}
.v2 .opportunity_data .text > span > strong:nth-of-type(1) {
  margin-right: 5px;
}
.v2 .opportunity_data .text > span > strong:nth-of-type(2) {
  margin-left: 5px;
}
.v2 .opportunity_data .text > span > strong i {
  font-style: normal;
  font-family: "Manrope";
  padding-left: 2px;
}
.v2 .opportunity_data .text > b {
  font-family: "Manrope Bold";
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  color: #535353;
  padding-bottom: 5px;
  display: block;
}
.v2 .opportunity_data .text p {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 24px;
  color: #535353;
}
@media (max-width: 767px) {
  .v2 .opportunity_data .text {
    width: 100%;
    padding-left: 0;
  }
  .v2 .opportunity_data .text h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .v2 .opportunity_data .text h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .v2 .opportunity_data .text > span {
    flex-wrap: wrap;
  }
  .v2 .opportunity_data .text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.v2 .job_logo {
  padding-bottom: 100px;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .v2 .job_logo {
    margin-top: -75px;
    padding-bottom: 60px;
  }
}
.v2 .job_logo span {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 20px solid rgba(50, 171, 190, 0.3490196078);
  background-color: #fff;
}
@media (max-width: 767px) {
  .v2 .job_logo span {
    margin: auto;
    width: 150px;
    height: 150px;
    border-width: 8px;
  }
}
.v2 .job_logo span img {
  display: block;
  width: 88px;
  border-radius: 50%;
}
.v2 .job_top {
  padding-bottom: 60px;
}
.v2 .job_top h2 {
  font-family: "Manrope Medium";
  font-size: 40px;
  line-height: 54.64px;
  color: #062028;
  padding-bottom: 5px;
}
.v2 .job_top h3 {
  font-family: "Manrope Medium";
  font-size: 24px;
  line-height: 32.78px;
  padding-bottom: 10px;
  color: #062028;
  padding-bottom: 10px;
}
.v2 .job_top small {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.v2 .job_top small span {
  display: flex;
  align-items: center;
  font-family: "Manrope";
  font-size: 20px;
  line-height: 27.32px;
  color: #68898E;
}
.v2 .job_top small span i {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}
.v2 .job_top small span i::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: #68898E;
  left: -2.5px;
  top: 50%;
  transform: translateY(-50%);
}
.v2 .job_top small .btn_outer a {
  min-width: unset;
}
@media (max-width: 767px) {
  .v2 .job_top h2 {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .v2 .job_top h3 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .v2 .job_top small {
    flex-wrap: wrap;
  }
  .v2 .job_top small span {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .v2 .job_top small span i {
    display: none;
  }
}
.v2 .job_main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 50px;
}
.v2 .job_detailRight_data {
  width: 100%;
}
.v2 .job_detailRight_data > p {
  font-family: "Manrope" !important;
  font-size: 16px;
  line-height: 30px !important;
  text-align: justify;
  color: #062028;
}
.v2 .job_detailRight_data > p strong {
  font-family: "Manrope Bold" !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px !important;
  padding-bottom: 15px;
  color: #062028;
}
.v2 .job_detailRight_data > p strong > span {
  font-family: "Manrope Bold" !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px !important;
  padding-bottom: 15px;
  color: #062028;
}
.v2 .job_detailRight_data > p > span {
  font-family: "Manrope" !important;
  font-size: 16px;
  line-height: 30px !important;
  color: #062028;
  text-align: justify;
}
.v2 .job_detailRight_data > p > span strong {
  font-family: "Manrope Bold" !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px !important;
  padding-bottom: 15px;
  color: #062028;
}
.v2 .job_detailRight_data > p > span strong > span {
  font-family: "Manrope" !important;
  font-size: 16px;
  line-height: 30px !important;
  color: #062028;
  text-align: justify;
}
.v2 .job_detailRight_data > p > span > p {
  font-family: "Manrope" !important;
  font-size: 16px;
  line-height: 30px !important;
  color: #062028;
  text-align: justify;
}
.v2 .job_detailRight_data h4 {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: fontClr;
  font-family: "Manrope Bold";
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1;
  position: relative;
}
.v2 .job_detailRight_data h4 i {
  font-size: 14px;
  padding-right: 7px;
  vertical-align: middle;
  position: relative;
}
.v2 .job_detailRight_data h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(204, 204, 204, 0.254);
}
.v2 .job_detailRight_data > ul {
  width: 100%;
}
.v2 .job_detailRight_data > ul > li {
  width: 100%;
  padding-bottom: 10px;
}
.v2 .job_detailRight_data > ul > li:last-child {
  padding-bottom: 0;
}
.v2 .job_detailRight_data > ul > li > p {
  display: block;
  font-size: 14px;
  color: #062028;
  padding-bottom: 5px;
  line-height: 1;
}
.v2 .job_detailRight_data > ul > li > p i {
  font-size: 12px;
  margin-right: 5px;
}
.v2 .job_detailRight_data .social ul {
  margin: 0 -5px;
}
.v2 .job_left {
  width: calc(100% - 380px);
  padding-right: 40px;
}
.v2 .job_left h3 {
  font-family: "Manrope Bold";
  font-size: 24px;
  font-weight: 600;
  line-height: 32.78px;
  padding-bottom: 15px;
  color: #062028;
}
.v2 .job_left > p {
  font-family: "Manrope";
  font-size: 20px;
  line-height: 36px;
  padding-bottom: 50px;
  color: #062028;
}
.v2 .job_left > span {
  font-family: "Manrope";
  font-size: 20px;
  line-height: 36px;
  padding-bottom: 5px;
  color: #062028;
}
.v2 .job_left ul {
  padding-bottom: 40px;
}
.v2 .job_left ul li {
  position: relative;
  padding-left: 20px;
}
.v2 .job_left ul li::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: #000;
  left: -2.5px;
  top: 50%;
  transform: translateY(-50%);
}
.v2 .job_left ul li:not(:last-child) {
  padding-bottom: 5px;
}
.v2 .job_left ul li > p {
  font-family: "Manrope";
  font-size: 20px;
  line-height: 36px;
  color: #062028;
}
@media (max-width: 767px) {
  .v2 .job_left {
    width: 100%;
    padding-right: 0;
  }
  .v2 .job_left h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .v2 .job_left > p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .v2 .job_left > span {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
  }
  .v2 .job_left ul li > p {
    font-size: 16px;
    line-height: 24px;
  }
}
.v2 .job_right {
  width: 380px;
  border-radius: 24px;
  background: rgba(195, 195, 195, 0.0509803922);
  padding: 40px;
}
.v2 .job_right .field_list:not(:last-child) {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .v2 .job_right .field_list:not(:last-child) {
    padding-bottom: 30px;
  }
}
.v2 .job_right .field_list h3 {
  font-family: "Manrope Medium";
  font-size: 24px;
  line-height: 32.78px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.v2 .job_right .field_list h3 img {
  display: block;
  width: 24px;
  margin-right: 10px;
}
.v2 .job_right .field_list ul li {
  position: relative;
  padding-left: 15px;
}
.v2 .job_right .field_list ul li::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: #000;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.v2 .job_right .field_list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.v2 .job_right .field_list ul li > p {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 30px;
  color: #062028;
}
@media (max-width: 767px) {
  .v2 .job_right {
    width: 100%;
    padding: 20px;
  }
  .v2 .job_right .field_list h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .v2 .job_right .field_list h3 img {
    width: 20px;
    margin-right: 8px;
  }
  .v2 .job_right .field_list ul li > p {
    font-size: 14px;
    line-height: 20px;
  }
}
.v2 .share {
  padding: 20px;
  background: rgba(50, 171, 190, 0.1019607843);
  border: 1px solid #32ABBE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.v2 .share label {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 1;
  color: #062028;
  margin-right: 5px;
}
.v2 .share ul {
  display: flex;
  align-items: center;
}
.v2 .share ul li {
  padding: 0 5px;
}
.v2 .share ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: linear-gradient(108.56deg, #32ABBE 44.18%, #FFE23F 123.01%);
  border-radius: 5px;
  transition: all 0.3s ease;
}
.v2 .share ul li a:hover {
  transform: translateY(-5px);
}
.v2 .share ul li a i {
  color: #fff;
}
.v2 .services_container {
  background-color: #fcfafa;
}
.v2 .services_container .main_message {
  text-align: left;
}
.v2 .services_container .main_message h2 {
  font-family: "Manrope Bold";
  font-size: 40px;
  line-height: 54.64px;
  letter-spacing: -0.03em;
  padding-bottom: 20px;
  color: #fff;
  max-width: 650px;
}
.v2 .services_container .main_message a {
  margin: 0;
  height: 60px;
  min-width: 165px;
}
@media (max-width: 767px) {
  .v2 .services_container .main_message h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.v2 .empower {
  padding: 100px 0;
  background: rgba(50, 171, 190, 0.0509803922);
}
@media (max-width: 767px) {
  .v2 .empower {
    padding: 60px 0;
  }
}
.v2 .empower_inner {
  display: flex;
  flex-wrap: wrap;
}
.v2 .empower_left {
  width: 40%;
}
.v2 .empower_left h2 {
  font-family: "Manrope Bold";
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  padding-top: 60px;
  position: relative;
  max-width: 400px;
}
.v2 .empower_left h2::before {
  content: "";
  position: absolute;
  width: 210px;
  border-radius: 4px;
  height: 4px;
  background: linear-gradient(108.56deg, #32ABBE 44.18%, #FFE23F 123.01%);
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .v2 .empower_left {
    width: 100%;
  }
  .v2 .empower_left h2 {
    font-size: 26px;
    line-height: 1.3;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .v2 .empower_left h2::before {
    width: 150px;
    height: 3px;
  }
}
.v2 .empower_right {
  width: 60%;
  padding-left: 40px;
}
.v2 .empower_right p {
  font-family: "Manrope Medium";
  font-size: 20px;
  line-height: 36px;
  color: #062028;
}
.v2 .empower_right p:not(:last-child) {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .v2 .empower_right {
    width: 100%;
    padding-left: 0;
  }
  .v2 .empower_right p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
.v2 .why_us {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .v2 .why_us {
    padding: 60px 0;
  }
}
.v2 .custom_detail {
  text-align: center;
  padding-bottom: 60px;
}
.v2 .custom_detail h2 {
  font-family: "Manrope Bold";
  font-size: 40px;
  font-weight: 494;
  line-height: 44.4px;
  color: #062028;
}
@media (max-width: 767px) {
  .v2 .custom_detail h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.v2 .why_usList ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.v2 .why_usList ul li {
  width: 50%;
  padding: 0 16px 32px;
}
@media (max-width: 767px) {
  .v2 .why_usList ul {
    margin: 0 -10px;
  }
  .v2 .why_usList ul li {
    width: 100%;
    padding: 0 10px 20px;
  }
}
.v2 .why_usData {
  display: flex;
  flex-wrap: wrap;
}
.v2 .why_usData figure {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(50, 171, 190, 0.1019607843);
  border-radius: 12px;
}
.v2 .why_usData figure img {
  width: 48px;
}
.v2 .why_usData small {
  width: calc(100% - 124px);
  padding-left: 24px;
}
.v2 .why_usData small h3 {
  font-family: "Manrope Medium";
  font-size: 24px;
  line-height: 33.6px;
  padding-bottom: 10px;
  color: #145063;
}
.v2 .why_usData small p {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 28px;
  color: #062028;
}
@media (max-width: 767px) {
  .v2 .why_usData figure {
    width: 80px;
    height: 80px;
  }
  .v2 .why_usData figure img {
    width: 40px;
  }
  .v2 .why_usData small {
    width: calc(100% - 104px);
    padding-left: 14px;
  }
  .v2 .why_usData small h3 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 5px;
  }
  .v2 .why_usData small p {
    font-size: 14px;
    line-height: 20px;
  }
}
.v2 .plans {
  padding: 0 0 80px;
}
.v2 .plans .footer_form {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .v2 .plans .footer_form {
    width: 100%;
    padding-bottom: 30px;
  }
}
.v2 .plan_table {
  border: 1px solid #D8E1E2;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}
.v2 .plan_table table {
  width: 100%;
  border-collapse: collapse;
}
.v2 .plan_table table th,
.v2 .plan_table table td {
  border: 1px solid #D8E1E2;
  border-collapse: collapse;
}
.v2 .plan_table table thead th {
  background: #145063;
}
.v2 .plan_table table thead th:first-child {
  background: rgba(50, 171, 190, 0.1019607843);
}
.v2 .plan_table table tr td {
  padding: 30px 20px;
}
.v2 .plan_table table tr td:last-child {
  background: #F3F5F5;
}
.v2 .plan_table table tr td:not(:first-child) {
  text-align: center;
}
.v2 .plan_table table tr td .btn_outer a {
  min-width: unset;
}
.v2 .plan_table table tr td strong {
  display: inline-block;
}
.v2 .plan_table table tr td strong img {
  width: 24px;
  height: 24px;
}
.v2 .plan_table table tr td strong img[alt=cancel] {
  width: 20px;
}
.v2 .plan_table table tr td p {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 28px;
  color: #062028;
  padding: 10px 20px;
  color: #062028;
}
@media (max-width: 767px) {
  .v2 .plan_table table th {
    padding: 15px;
  }
  .v2 .plan_table table tr td {
    padding: 15px;
  }
  .v2 .plan_table table tr td p {
    padding: 0;
    font-size: 12px;
    line-height: 1.25;
  }
  .v2 .plan_table table td {
    padding: 15px;
  }
  .v2 .plan_table table td p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .v2 .plan_table {
    overflow: auto;
  }
  .v2 .plan_table table {
    min-width: 800px;
  }
}
.v2 .tablet_top {
  padding: 40px;
  display: flex;
  align-items: center;
  height: 100%;
}
.v2 .tablet_top h3 {
  font-family: "Manrope Bold";
  font-size: 32px;
  font-weight: 500;
  line-height: 43.71px;
  color: #145063;
  text-align: left;
}
@media (max-width: 767px) {
  .v2 .tablet_top {
    padding: 0;
  }
  .v2 .tablet_top h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.v2 .table_topTwo {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.v2 .table_topTwo h3 {
  font-family: #FFC21A;
  font-size: 16px;
  line-height: 21.86px;
  color: #fff;
  padding-bottom: 5px;
  width: 100%;
}
.v2 .table_topTwo strong {
  display: block;
  font-family: "Manrope Bold";
  font-size: 48px;
  font-weight: 600;
  line-height: 65.57px;
  color: #32ABBE;
}
@media (max-width: 767px) {
  .v2 .table_topTwo {
    padding: 10px;
  }
  .v2 .table_topTwo h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .v2 .table_topTwo strong {
    font-size: 32px;
    line-height: 1.2;
  }
}
.v2 .plan_note {
  background: rgba(255, 133, 133, 0.0509803922);
  padding: 40px;
  border-radius: 8px;
}
.v2 .plan_note p {
  font-family: "Manrope";
  font-size: 14px;
  line-height: 22.4px;
  color: #E24C4B;
}
.v2 .plan_note p strong {
  display: inline-block;
  font-weight: 800;
}
@media (max-width: 767px) {
  .v2 .plan_note {
    padding: 20px;
  }
  .v2 .plan_note p {
    font-size: 12px;
    line-height: 18px;
  }
}
.v2 .explore {
  padding-bottom: 80px;
}
.v2 .blogs ul {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.v2 .blogs ul li {
  width: 33.33%;
  padding: 0 12px 24px;
}
@media (max-width: 767px) {
  .v2 .blogs ul {
    margin: 0 -5px;
  }
  .v2 .blogs ul li {
    width: 100%;
    padding: 0 5px 20px;
  }
}
.v2 .blogs_data {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 9px 10px 61px 0px rgba(0, 0, 0, 0.0509803922);
}
.v2 .blogs_data figure {
  display: block;
  width: 100%;
}
.v2 .blogs_data figure img {
  display: block;
  width: 100%;
}
.v2 .blogs_data small {
  padding: 30px;
  display: block;
}
.v2 .blogs_data small h2 {
  font-family: "Manrope Medium";
  font-size: 24px;
  line-height: 32.78px;
  color: #062028;
  padding-bottom: 5px;
}
.v2 .blogs_data small p {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 24px;
  color: #062028;
  padding-bottom: 15px;
}
.v2 .blogs_data small a {
  min-width: unset;
  margin: 0;
}
@media (max-width: 767px) {
  .v2 .blogs_data small {
    padding: 20px;
  }
  .v2 .blogs_data small h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px;
  }
  .v2 .blogs_data small p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
  }
}
.v2 .auth {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}
.v2 .auth_left {
  width: 55%;
}
.v2 .auth_left figure {
  display: block;
  width: 100%;
}
.v2 .auth_left figure img {
  display: block;
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .v2 .auth_left {
    width: 100%;
    min-height: 300px;
  }
}
.v2 .auth_right {
  width: 45%;
  display: flex;
  padding: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .v2 .auth_right {
    width: 100%;
    padding: 20px;
  }
}
.v2 .auth_inner {
  width: 100%;
}
.v2 .auth_head {
  padding-bottom: 50px;
}
.v2 .auth_head h2 {
  font-family: "Manrope Bold";
  font-size: 40px;
  font-weight: 375;
  line-height: 44.4px;
  text-align: center;
  padding-bottom: 10px;
}
.v2 .auth_head h3 {
  font-family: "Manrope Medium";
  font-size: 24px;
  line-height: 32.78px;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .v2 .auth_head {
    padding-bottom: 30px;
  }
  .v2 .auth_head h2 {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 10px;
  }
  .v2 .auth_head h3 {
    font-size: 18px;
    line-height: 1;
    padding-bottom: 0;
  }
}
.v2 .auth_form {
  max-width: 500px;
  margin: auto;
}
.v2 .auth_form ul li:not(:last-child) {
  padding-bottom: 20px;
}
.v2 .auth_form ul li.w_100 {
  width: 100%;
}
.v2 .auth_form ul li.w_33 {
  width: 33.33%;
}
@media (max-width: 767px) {
  .v2 .auth_form ul li.w_33 {
    width: 100%;
  }
}
.v2 .form_input {
  width: 100%;
}
.v2 .form_input label {
  display: block;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 1;
  color: #062028;
  padding-bottom: 10px;
}
.v2 .form_input input,
.v2 .form_input select,
.v2 .form_input textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #062028;
  background: #fff;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 25.6px;
  color: #062028;
  outline: none;
  display: flex;
  align-items: center;
  line-height: 1;
}
.v2 .form_input input::-webkit-input-placeholder, .v2 .form_input input::-moz-placeholder,
.v2 .form_input select::-webkit-input-placeholder,
.v2 .form_input select::-moz-placeholder,
.v2 .form_input textarea::-webkit-input-placeholder,
.v2 .form_input textarea::-moz-placeholder {
  color: #ccc;
}
.v2 .checkbox-wrapper-4 * {
  box-sizing: border-box;
}
.v2 .checkbox-wrapper-4 .cbx {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
  padding: 0 0 0 5px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
}
.v2 .checkbox-wrapper-4 .cbx:not(:last-child) {
  margin-right: 6px;
}
.v2 .checkbox-wrapper-4 .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.v2 .checkbox-wrapper-4 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #000;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.v2 .checkbox-wrapper-4 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.v2 .checkbox-wrapper-4 .cbx span:last-child {
  padding-left: 8px;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 17.76px;
  color: #062028;
}
.v2 .checkbox-wrapper-4 .cbx span:last-child a {
  color: #062028;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .v2 .checkbox-wrapper-4 .cbx span:last-child {
    font-size: 14px;
    padding-left: 10px;
    width: calc(100% - 20px);
  }
}
.v2 .checkbox-wrapper-4 .inp-cbx {
  position: absolute;
  visibility: hidden;
}
.v2 .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
  background: #07f;
  border-color: #07f;
  animation: wave-4 0.4s ease;
}
.v2 .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.v2 .checkbox-wrapper-4 .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 640px) {
  .v2 .checkbox-wrapper-4 .cbx {
    width: 100%;
    display: inline-block;
  }
}
@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
.v2 .form_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.v2 .form_bottom > a {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 17.76px;
  color: #A3B7BA;
  transition: all 0.3s ease;
}
.v2 .form_bottom > a:hover {
  color: #062028;
}
.v2 .form_button {
  margin: auto;
}
.v2 .form_submit {
  width: 100%;
  background: #145063;
  font-family: "Manrope Medium";
  font-size: 24px;
  color: #fff;
  border: 1px solid #145063;
  transition: all 0.3s ease;
  padding: 10px 20px;
  border-radius: 6px;
  display: block;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.v2 .form_submit:hover {
  background: #fff;
  color: #145063;
}
@media (max-width: 767px) {
  .v2 .form_submit {
    font-size: 20px;
  }
}
.v2 .no_account {
  padding-top: 30px;
}
.v2 .no_account p {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 17.76px;
  color: #000;
  text-align: center;
}
.v2 .no_account p a {
  color: #000;
  font-family: "Manrope Bold";
  font-size: 16px;
  line-height: 17.76px;
  transition: all 0.3s ease;
}
.v2 .no_account p a:hover {
  text-decoration: underline;
}
.v2 .auth_2 {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .v2 .auth_2 {
    padding: 50px 15px;
  }
}
.v2 .auth_2 .auth_form {
  max-width: 1000px;
}
.v2 .auth_2 .auth_form ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.v2 .auth_2 .auth_form ul li {
  width: 50%;
  padding: 0 10px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.v2 .auth_2 .auth_form ul li.w_100 {
  width: 100%;
}
.v2 .auth_2 .auth_form ul li.w_100 .form_bottom {
  max-width: 600px;
}
.v2 .auth_2 .auth_form ul li.w_33 {
  width: 33.33%;
}
@media (max-width: 767px) {
  .v2 .auth_2 .auth_form ul li.w_33 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .v2 .auth_2 .auth_form ul li {
    width: 100%;
  }
}
.v2 .radios {
  padding-bottom: 10px;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.v2 .radios .container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
  color: #062028;
  font-family: "Manrope";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.v2 .radios .container:not(:last-child) {
  margin-right: 30px;
}
.v2 .radios .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.v2 .radios .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #31abbe;
  border-radius: 50%;
}
.v2 .radios .container:hover input ~ .checkmark {
  background-color: #31abbe;
}
.v2 .radios .container input:checked ~ .checkmark {
  background-color: #31abbe;
}
.v2 .radios .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.v2 .radios .container input:checked ~ .checkmark:after {
  display: block;
}
.v2 .radios .container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #31abbe;
}
.v2 .radio_wrap {
  display: flex;
  align-items: center;
}
.v2 .radio_btn {
  display: flex;
  align-items: center;
  gap: 40px;
}
.v2 .radio_btn > p {
  font-size: 18px;
  margin-right: 10px;
  font-family: "Manrope";
  line-height: 1;
  color: #062028;
}
@media (max-width: 767px) {
  .v2 .radio_btn > p {
    font-size: 14px;
  }
}
.v2 .auth_nav {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.v2 .auth_nav ul {
  display: flex;
}
.v2 .auth_nav ul li {
  width: 50%;
}
.v2 .auth_nav ul li a {
  display: block;
  padding: 15px;
  text-align: center;
  background: rgba(50, 171, 190, 0.5019607843);
  border: 1px solid rgba(50, 171, 190, 0.5019607843);
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 375;
  color: #062028;
  transition: all 0.3s ease;
}
.v2 .auth_nav ul li a.outline {
  background: transparent;
  border: 1px solid #32ABBE;
}
.v2 .auth_nav ul li a.outline:hover {
  background: rgba(50, 171, 190, 0.5019607843);
}
@media (max-width: 767px) {
  .v2 .auth_nav ul li a {
    font-size: 16px;
    padding: 10px;
  }
}
.v2 .blur {
  filter: blur(5px);
}
.v2 .sub_btn {
  width: auto;
  position: relative;
}
.v2 .sub_btn > a {
  font-size: 22px;
  color: #FFC21A;
  min-height: 43px;
  display: flex;
  align-items: center;
}
.v2 .sub_btn > a img {
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 40px;
  display: block;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.v2 .sub_btn > a b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -8px;
  top: 0px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 12px;
}
.v2 .sub_btn ul {
  position: absolute;
  right: -20px;
  top: 71px;
  width: 230px;
  padding: 0 10px;
  background-color: #fff;
  display: none;
}
.v2 .sub_btn ul li {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.v2 .sub_btn ul li:last-child {
  border-bottom: none;
}
.v2 .sub_btn ul li h3 {
  color: #000;
  font-size: 18px;
  width: 100%;
  padding: 20px 0;
}
.v2 .sub_btn ul li > a {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1;
  font-family: "Manrope";
  color: #32abbe;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.v2 .sub_btn ul li > a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #32abbe;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.v2 .sub_btn ul li > a:hover::after {
  width: 100%;
}
.v2 .sub_btn ul li > a.active {
  color: #FFC21A;
}
.v2 .sub_btn ul li > a.active::after {
  width: 100%;
}
.v2 .sub_btn ul li > a strong {
  display: inline-block;
}
.v2 .sub_btn.notification ul {
  right: -50px;
}
.v2 .sub_btn.notification ul li > a {
  font-size: 16px;
  padding: 15px 0;
  color: #ccc;
}
.v2 .sub_btn.notification ul li > a strong {
  color: #062028;
}
.v2 .sub_btn.notification ul li > a::after {
  display: none;
}
.v2 .sub_btn.notification ul li .btn_outer {
  padding: 15px 0;
}
.v2 .sub_btn.chats ul {
  right: -50px;
}
.v2 .sub_btn.chats ul li > a {
  font-size: 16px;
  padding: 15px 0;
  color: #ccc;
}
.v2 .sub_btn.chats ul li > a strong {
  color: #062028;
}
.v2 .sub_btn.chats ul li > a::after {
  display: none;
}
.v2 .sub_btn.chats ul li .btn_outer {
  padding: 15px 0;
}
.v2 .pagination {
  display: flex;
  padding-top: 30px;
}
.v2 .pagination li {
  margin: 0 5px;
}
.v2 .pagination li span,
.v2 .pagination li a {
  font-size: 16px;
  color: #000;
  padding: 5px 10px;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.v2 .pagination li a:hover {
  background-color: #062028;
  color: #fff;
}
.v2 .pagination li span {
  background-color: #062028;
  color: #fff;
}
.v2 .pagination li[aria-label="« Previous"] span, .v2 .pagination li[aria-label="Next »"] span {
  background-color: #eee;
  color: #000;
}
.v2 .bg_yellow {
  background-color: #FFE485;
}
.v2 .bg_ightYellow {
  background-color: rgba(255, 228, 133, 0.2705882353);
}
.v2 .unlock_section,
.v2 .admission_section {
  padding: 60px 0;
}
.v2 .unlock_section .content_left,
.v2 .unlock_section .content_right,
.v2 .admission_section .content_left,
.v2 .admission_section .content_right {
  width: 50%;
}
.v2 .unlock_section .content_left p,
.v2 .unlock_section .content_right p,
.v2 .admission_section .content_left p,
.v2 .admission_section .content_right p {
  font-size: 22px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .v2 .unlock_section .content_left,
  .v2 .unlock_section .content_right,
  .v2 .admission_section .content_left,
  .v2 .admission_section .content_right {
    width: 100%;
  }
  .v2 .unlock_section .content_left p,
  .v2 .unlock_section .content_right p,
  .v2 .admission_section .content_left p,
  .v2 .admission_section .content_right p {
    font-size: 16px;
    line-height: 24px;
  }
}
.v2 .unlock_section .btn_outer a,
.v2 .admission_section .btn_outer a {
  min-width: unset;
  margin: 0;
}
.v2 .admission_section .content_data {
  flex-direction: row-reverse;
}
.v2 .admission_section .content_data .content_right {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .v2 .admission_section .content_data .content_right {
    padding-right: 0;
  }
}
.v2 .uppar_footer {
  padding: 60px 0;
  min-height: 400px;
  background: #32ABBE;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v2 .uppar_footer p {
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  max-width: 450px;
  margin: auto;
  padding-bottom: 30px;
}
.v2 .uppar_footer h3 {
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  max-width: 450px;
  margin: auto;
  padding-bottom: 15px;
}
.v2 .uppar_footer .btn_outer a {
  min-width: unset;
  border-color: #fff;
  color: #fff;
}
.v2 .uppar_footer .footer_form {
  margin: auto;
}
.v2 .uppar_footer .footer_form label {
  display: block;
  text-align: center;
  color: #fff;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .v2 .uppar_footer {
    padding: 40px 0;
  }
}
.v2 .date_list {
  padding-bottom: 10px;
}
.v2 .search-container {
  position: relative;
}
.v2 #search-field {
  width: 100%;
}
.v2 .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
.v2 .dropdown li {
  padding: 10px;
  cursor: pointer;
}
.v2 .dropdown li:hover {
  background: #f0f0f0;
}
.v2 .hidden {
  display: none;
}
.v2 .faqs {
  padding: 60px 0;
}
.v2 .faqs_main {
  /* Not much browser support for the styles below */
}
.v2 .faqs_main [data-tab-content] {
  display: none;
}
.v2 .faqs_main .active[data-tab-content] {
  display: block;
}
.v2 .faqs_main .tabs li:not(.active) a {
  background: transparent;
  border: 1px solid #32ABBE;
}
.v2 .faqs_main details {
  border-radius: 24px;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
  background: rgba(50, 171, 190, 0.0509803922);
  transition: all 0.3s ease;
}
.v2 .faqs_main summary {
  font-family: "Manrope Medium";
  font-size: 24px;
  font-weight: 494;
  line-height: 35.52px;
  color: #062028;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.v2 .faqs_main summary + p {
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 375;
  line-height: 32px;
  color: #215465;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .v2 .faqs_main summary {
    font-size: 18px;
    line-height: 1.25;
  }
  .v2 .faqs_main summary + p {
    font-size: 16px;
    line-height: 24px;
  }
}
.v2 .faqs_main details[open] {
  border: none;
}
.v2 .faqs_main summary::marker {
  color: #0000ff;
  font-size: 1.2em;
  margin-right: 20px;
}
.v2 .faqs_main details:hover {
  background-color: rgba(173, 216, 230, 0.5);
}
.v2 .faqs_main details::details-content {
  block-size: 0;
  transition: block-size 0.5s ease-in-out, content-visibility 0.5s ease-in-out;
  transition-behavior: allow-discrete;
}
.v2 .faqs_main details[open]::details-content {
  block-size: auto;
}
.v2 .contact_container .hero_two {
  background-image: url(../../../assets/images/contact-us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.v2 .contact_container .hero_two .hero_outer {
  background: none;
}
.v2 .contact_container .hero_two .hero_outer .custom_heading {
  max-width: 850px;
  margin: auto;
  text-align: center;
}
.v2 .contact_container .hero_two .hero_outer .custom_heading h2 {
  width: 100%;
  font-size: 36px;
  color: #fff;
  font-family: "Manrope Medium";
  padding-bottom: 15px;
}
.v2 .contact_container .hero_two .hero_outer .custom_heading p {
  color: #fff;
  font-size: 24px;
  font-family: "Manrope";
  line-height: 1.3;
}
.v2 .contact_us {
  padding-top: 60px;
}
.v2 .contact_us .auth_2 {
  padding: 0;
}
.v2 .contact_list ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.v2 .contact_list ul li {
  width: 33.33%;
  padding: 0 10px 10px;
}
@media (max-width: 767px) {
  .v2 .contact_list ul li {
    width: 100%;
  }
}
.v2 .contacts_detail {
  width: 100%;
  max-width: 230px;
  margin: auto;
}
.v2 .contacts_detail a {
  display: block;
  text-align: center;
  padding: 25px 10px;
  background-color: #fff;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.v2 .contacts_detail a:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.v2 .contacts_detail a span {
  display: block;
  margin-bottom: 25px;
}
.v2 .contacts_detail a span i {
  font-size: 40px;
  color: #000;
}
.v2 .contacts_detail a strong {
  display: block;
  color: #000;
  font-size: 18px;
  font-family: "Manrope";
  line-height: 1;
  padding-bottom: 10px;
}
.v2 .contacts_detail a b {
  display: block;
  color: #5a5a5a;
  font-family: "Manrope Bold";
  font-size: 14px;
}
.v2 .vision {
  padding: 60px 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  background: linear-gradient(108.56deg, #32ABBE 44.18%, #FFE23F 123.01%);
}
.v2 .vision_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.v2 .vision_left {
  width: 25%;
}
.v2 .vision_left figure {
  display: block;
  width: 100%;
}
.v2 .vision_left figure img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .v2 .vision_left {
    width: 100%;
    padding-bottom: 40px;
  }
  .v2 .vision_left figure {
    max-width: 250px;
    margin: auto;
  }
}
.v2 .vision_right {
  width: 75%;
  padding-left: 50px;
}
.v2 .vision_right h2 {
  font-family: "Manrope Bold";
  font-size: 40px;
  font-weight: 494;
  line-height: 44.4px;
  color: #fff;
  padding-bottom: 20px;
}
.v2 .vision_right p {
  font-family: "Manrope";
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 767px) {
  .v2 .vision_right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .v2 .vision_right h2 {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .v2 .vision_right p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.v2 .why_usTwo .why_usData figure {
  background: none;
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .v2 .why_usTwo .why_usData small {
    width: calc(100% - 50px);
  }
}
.v2 .team {
  padding-bottom: 60px;
}
.v2 .team_list > ul > li:not(:last-child) {
  padding-bottom: 60px;
}
.v2 .team_list > ul > li:nth-child(2n) .team_data {
  flex-direction: row-reverse;
}
.v2 .team_list > ul > li:nth-child(2n) .team_data .team_right {
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .v2 .team_list > ul > li:nth-child(2n) .team_data .team_right {
    padding-right: 0;
  }
}
.v2 .team_data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.v2 .team_left {
  width: 35%;
}
.v2 .team_left figure {
  width: 100%;
  display: block;
}
.v2 .team_left figure img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .v2 .team_left {
    width: 100%;
    padding-bottom: 20px;
  }
  .v2 .team_left figure {
    max-width: 250px;
    margin: auto;
  }
}
.v2 .team_right {
  width: 65%;
  padding-left: 80px;
}
.v2 .team_right h3 {
  font-family: "Manrope Bold";
  font-size: 36px;
  font-weight: 500;
  line-height: 49.18px;
  color: #062028;
  padding-bottom: 10px;
}
.v2 .team_right h5 {
  font-family: "Manrope Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 27.32px;
  padding-bottom: 15px;
}
.v2 .team_right p {
  font-family: "Manrope";
  font-size: 20px;
  line-height: 28px;
  color: #062028;
  padding-bottom: 20px;
}
.v2 .team_right b {
  display: block;
  width: 180px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.v2 .team_right .share {
  padding: 0;
  background: none;
  border: none;
  justify-content: flex-start;
}
.v2 .team_right .share ul {
  margin: 0 -2px;
}
@media (max-width: 767px) {
  .v2 .team_right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .v2 .team_right h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .v2 .team_right h5 {
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .v2 .team_right p {
    font-size: 16px;
    line-height: 1.2;
  }
  .v2 .team_right b {
    margin: 0 auto 10px;
  }
  .v2 .team_right .share {
    justify-content: center;
  }
}
.v2 .search-local {
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background: var(--white);
  border-radius: 999px;
  height: auto;
  border: 0.1rem solid #ccc;
  border-right: none;
  margin-bottom: 20px;
  min-height: 58px;
}
.v2 .icon {
  color: #ccc;
  font-size: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 15px;
}
.v2 .icon:hover {
  animation: funny-icon 0.4s ease-in-out;
}
@keyframes funny-icon {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.8;
    transform-origin: bottom;
    transform: rotate(-15deg);
  }
  100% {
    scale: 1;
  }
}
.v2 .search-local input {
  flex: 1 1 25rem;
  background: var(--white);
  display: flex;
  outline: none;
  border: none;
  color: var(--black);
  font-size: 18px;
}
.v2 input[type=text]::-moz-placeholder {
  color: #ccc;
  font-size: 18px;
}
.v2 input[type=text]::placeholder {
  color: #ccc;
  font-size: 18px;
}
.v2 .search-local button {
  background: #32ABBE;
  border: 1px solid #32ABBE;
  border-radius: 999px;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 40px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  margin-right: 5px;
}
.v2 .search-local button a {
  color: var(--white);
}
.v2 .search-local button .search-icon {
  display: none;
}
.v2 .search-local button:hover {
  background-color: #fff;
}
.v2 .search-local button:hover a {
  color: #000;
}
@media (max-width: 575px) {
  .v2 .search-local {
    padding-left: 5px;
    min-height: 45px;
    margin-top: 123px;
  }
  .v2 .search-local button {
    width: 120px;
    padding: 8px 20px;
    font-size: 16px;
    min-width: 100px;
  }
  .v2 .search-local button .search-icon {
    display: block;
    margin-inline: auto;
    color: var(--white);
    font-size: 3rem;
  }
}
.v2 .job_detail {
  padding: 60px 0;
}
.v2 .instition_container {
  background-color: #fff;
}
.v2 .instition_container .counter_inner {
  border-radius: 0;
}
.v2 .instition_container .content_right {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .v2 .instition_container .content_right {
    padding-left: 0;
  }
}
.v2 .instition_container .explore {
  padding: 60px 0;
  background-color: #FCFAFA;
}
.v2 .instition_container .admission_section {
  background-color: rgba(50, 171, 190, 0.1019607843);
}
.v2 .instition_container .admission_section .content_right h2 {
  font-family: "Manrope Medium";
  font-size: 40px;
  max-width: 400px;
}
@media (max-width: 767px) {
  .v2 .instition_container .admission_section .content_right h2 {
    font-size: 24px;
    line-height: 56px;
  }
}
.v2 .instition_container .contact_us {
  padding-bottom: 60px;
}
.v2 .institionBranding_container {
  background-color: #fff;
}
.v2 .institionBranding_container .counter_inner {
  border-radius: 0;
}
.v2 .institionBranding_container .content_left small {
  padding: 50px;
  background-color: #32ABBE;
  display: block;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.v2 .institionBranding_container .content_left small h3 {
  font-size: 40px;
  font-family: "Manrope Medium";
  color: #fff;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .v2 .institionBranding_container .content_left small {
    padding: 20px;
  }
  .v2 .institionBranding_container .content_left small h3 {
    font-size: 24px;
  }
}
.v2 .institionBranding_container .content_left picture img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.v2 .institionBranding_container .content_right {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .v2 .institionBranding_container .content_right {
    padding-left: 0;
  }
}
.v2 .institionBranding_container .explore {
  padding: 60px 0;
  background-color: #FCFAFA;
}
.v2 .institionBranding_container .admission_section {
  background-color: rgba(50, 171, 190, 0.1019607843);
}
.v2 .institionBranding_container .admission_section .content_right h2 {
  font-family: "Manrope Medium";
  font-size: 40px;
  max-width: 400px;
}
@media (max-width: 767px) {
  .v2 .institionBranding_container .admission_section .content_right h2 {
    font-size: 24px;
    line-height: 56px;
  }
}
.v2 .institionBranding_container .contact_us {
  padding-bottom: 60px;
}
.v2 .institionBranding_container .uppar_footer p {
  max-width: 500px;
  padding-bottom: 15px;
}
.v2 .institionBranding_container .uppar_footer b {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  max-width: 500px;
  margin: auto;
  display: block;
  text-align: center;
  padding-bottom: 30px;
}
.v2 .plans {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .v2 .plans {
    padding-bottom: 0;
  }
}
.v2 .plans_inner > ul {
  margin: 0 -32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.v2 .plans_inner > ul > li {
  padding: 0 32px;
  width: 33.33%;
}
.v2 .plans_inner > ul:has(:nth-child(3n)) > li:nth-child(2) .plan_detail {
  background-color: #062028;
}
.v2 .plans_inner > ul:has(:nth-child(3n)) > li:nth-child(2) .plan_detail .plan_top {
  border-color: #fff;
}
.v2 .plans_inner > ul:has(:nth-child(3n)) > li:nth-child(2) .plan_detail .plan_top small h4 {
  color: #fff;
}
.v2 .plans_inner > ul:has(:nth-child(3n)) > li:nth-child(2) .plan_detail .plan_top small strong {
  color: #9DC6CC;
}
.v2 .plans_inner > ul:has(:nth-child(3n)) > li:nth-child(2) .plan_detail .plan_bottom ul li p {
  background-image: url(../images/tick-circle-blue.png);
  color: #fff;
}
@media (max-width: 767px) {
  .v2 .plans_inner > ul {
    margin: 0;
  }
  .v2 .plans_inner > ul > li {
    padding: 0 0 40px;
    width: 100%;
  }
  .v2 .plans_inner > ul > li:last-child {
    padding-bottom: 0;
  }
}
.v2 .plan_detail {
  padding: 24px;
  border-radius: 24px;
}
.v2 .plan_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
.v2 .plan_top figure {
  width: 83px;
  height: 83px;
  display: block;
}
.v2 .plan_top figure img {
  display: block;
}
.v2 .plan_top small {
  padding-left: 25px;
}
.v2 .plan_top small h4 {
  font-family: "Manrope Medium";
  font-size: 32px;
  line-height: 32.78px;
  color: #062028;
  padding-bottom: 10px;
}
.v2 .plan_top small strong {
  display: block;
  font-family: "Manrope";
  font-size: 18px;
  line-height: 21px;
}
.v2 .plan_bottom {
  padding-top: 25px;
}
.v2 .plan_bottom ul {
  padding: 0 10px 50px;
  min-height: 216px;
}
@media (max-width: 767px) {
  .v2 .plan_bottom ul {
    min-height: auto;
  }
}
.v2 .plan_bottom ul li:not(:last-child) {
  padding-bottom: 20px;
}
.v2 .plan_bottom ul li p {
  padding-left: 25px;
  background-image: url(../images/tick-circle.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: left 5px;
  font-family: "Manrope";
  font-size: 18px;
  line-height: 1.4;
  color: #062028;
}
.v2 .plans_rules {
  padding: 60px 0;
}
.v2 .rules_list ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.v2 .rules_list ul li {
  width: 33.33%;
  padding: 0 10px 50px;
}
@media (max-width: 767px) {
  .v2 .rules_list ul {
    margin: 0;
  }
  .v2 .rules_list ul li {
    width: 100%;
    padding: 0 0 40px;
  }
  .v2 .rules_list ul li:last-child {
    padding-bottom: 0;
  }
}
.v2 .rules_data {
  padding: 0 40px;
  text-align: center;
}
.v2 .rules_data figure {
  display: block;
  width: 48px;
  margin: 0 auto 15px;
}
.v2 .rules_data figure img {
  display: block;
}
.v2 .rules_data h3 {
  font-family: "Manrope Bold";
  font-size: 18px;
  line-height: 1.5;
  color: #062028;
  padding-bottom: 10px;
  max-width: 300px;
  margin: auto;
}
.v2 .rules_data p {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 1.4;
  color: #062028;
}
.v2 .agent_container {
  background-color: #fff;
}
.v2 .agent_container .why_us {
  background-color: #FAFAFA;
}
.v2 .agent_container .why_us .why_usData figure img {
  width: 100%;
}
.v2 .agent_container .contact_us {
  padding-bottom: 40px;
}
.v2 .subscription_container {
  background-color: #fff;
}
.v2 .subscription_container .why_us {
  background-color: #FAFAFA;
}
.v2 .subscription_container .contact_us {
  padding-bottom: 40px;
}
.v2 .subscription_container .main_message h2 {
  color: #000;
}
.v2 .subscription_container .custom_detail h2 {
  color: #32ABBE;
  padding-bottom: 5px;
}
.v2 .subscription_container .custom_detail p {
  font-size: 20px;
  line-height: 1.5;
}
.v2 .subscription_container .plan_detail {
  background-color: #fafafa;
}
.v2 .subscription_container .plan_detail .plan_top {
  border: none;
  padding-bottom: 40px;
}
.v2 .subscription_container .plan_detail .plan_top small {
  width: 100%;
  padding-left: 0;
  text-align: center;
}
.v2 .subscription_container .plan_detail .plan_top small h4 {
  font-size: 18px;
  padding-bottom: 40px;
}
.v2 .subscription_container .plan_detail .plan_top small strong {
  display: block;
  font-size: 44px;
  font-family: "Manrope Bold";
  line-height: 1.1;
}
.v2 .subscription_container .plan_detail .plan_top small strong span {
  display: block;
  width: 100%;
  font-family: "Manrope Medium";
  font-size: 24px;
  padding-top: 10px;
}
.v2 .subscription_container .plan_detail .plan_bottom {
  padding-top: 0;
}
.v2 .subscription_container .plan_detail .plan_bottom > p {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  padding-bottom: 50px;
}
.v2 .blog_container .hero_section {
  background: none;
}
.v2 .blog_container .hero_section .hero_outer {
  background: transparent;
}
.v2 .blog_container .hero_section .hero_outer .footer_form {
  margin: auto;
  max-width: 600px;
  width: 100%;
}
.v2 .blog_container .hero_section .main_message h2 {
  font-size: 38px;
  font-family: "Manrope Bold";
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .v2 .blog_container .hero_section .main_message h3 {
    font-size: 18px;
  }
  .v2 .blog_container .hero_section .main_message h2 {
    font-size: 24px;
  }
}
.v2 .blog_container .hero_two .hero_outer {
  padding-top: 160px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .v2 .blog_container .hero_two .hero_outer {
    padding-top: 140px;
  }
}
.v2 .blog_container .hero_two .main_message {
  text-align: left;
  border-radius: 20px;
  border-bottom: 8px solid #32ABBE;
  padding: 0 40px 40px;
}
.v2 .blog_container .hero_two .main_message h3 {
  font-size: 22px;
  color: #111;
  font-family: "Manrope";
  padding-bottom: 15px;
}
.v2 .blog_container .hero_two .main_message h2 {
  text-align: left;
  max-width: 900px;
  font-family: "Manrope Medium";
}
@media (max-width: 767px) {
  .v2 .blog_container .hero_two .main_message {
    padding: 0 0 30px;
  }
}
.v2 .blogs_new {
  padding: 0 0 60px;
}
.v2 .blogs_top {
  padding-bottom: 30px;
}
.v2 .blogs_top iframe {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .v2 .blogs_top iframe {
    height: 300px;
  }
}
.v2 .blog_list > label {
  display: block;
  font-size: 24px;
  color: #111;
  font-family: "Manrope Bold";
  padding-bottom: 20px;
}
.v2 .blog_list ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.v2 .blog_list ul li {
  padding: 0 10px 40px;
  width: 33.33%;
}
@media (max-width: 767px) {
  .v2 .blog_list ul {
    margin: 0;
  }
  .v2 .blog_list ul li {
    width: 100%;
    padding: 0 0 40px;
  }
}
.v2 .blog_detail a {
  display: block;
  transition: all 0.4s ease;
}
.v2 .blog_detail a:hover {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 15px 20px rgba(0, 16, 75, 0.05);
}
.v2 .blog_detail figure {
  width: 100%;
  display: block;
}
.v2 .blog_detail figure img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.v2 .blog_detail small {
  display: block;
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .v2 .blog_detail small {
    padding: 20px 10px;
  }
}
.v2 .blog_detail small h3 {
  font-size: 18px;
  color: #32ABBE;
  font-family: "Manrope";
  padding-bottom: 10px;
}
.v2 .blog_detail small p {
  font-size: 20px;
  color: #000;
  font-family: "Manrope";
  line-height: 1.5;
}
.v2 .blog_detailMain {
  padding-bottom: 100px;
}
.v2 .blog_detailMain * {
  background-color: transparent !important;
  font-family: "Manrope" !important;
}
.v2 .blog_detailMain p {
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  font-family: "Manrope";
  padding-bottom: 20px;
}
.v2 .blog_detailMain h2 {
  font-size: 24px;
  color: #FFC21A;
  font-family: "Manrope Bold";
  padding-bottom: 15px;
}
.v2 .blog_detailMain h3 {
  font-size: 20px;
  color: #FFC21A;
  font-family: "Manrope Bold";
  padding-bottom: 15px;
}
.v2 .blog_detailMain h4 {
  font-size: 18px;
  color: #FFC21A;
  font-family: "Manrope Bold";
  padding-bottom: 15px;
}
.v2 .blog_detailMain h5 {
  font-size: 16px;
  color: #FFC21A;
  font-family: "Manrope Bold";
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .v2 .blog_detailMain p {
    font-size: 16px;
  }
  .v2 .blog_detailMain h2 {
    font-size: 22px;
  }
  .v2 .blog_detailMain h3 {
    font-size: 18px;
  }
  .v2 .blog_detailMain h4 {
    font-size: 16px;
  }
  .v2 .blog_detailMain h5 {
    font-size: 14px;
  }
}
.v2 .why_susbcribe {
  padding: 60px 0;
}
.v2 .why_susbcribe .custom_detail h2 {
  font-family: "Manrope Medium";
  font-size: 40px;
  line-height: 54.64px;
  text-align: center;
  max-width: 700px;
  margin: auto;
  color: #31909F;
}
@media (max-width: 767px) {
  .v2 .why_susbcribe .custom_detail h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.v2 .why_susbcribe .btn_outer .custom_btn {
  min-width: unset;
}
.v2 .why_susbcribeList {
  padding-bottom: 30px;
}
.v2 .why_susbcribeList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .v2 .why_susbcribeList ul {
    margin: 0;
  }
}
.v2 .why_susbcribeList ul li {
  width: 33.33%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .v2 .why_susbcribeList ul li {
    width: 100%;
    padding: 0 0 40px;
  }
}
.v2 .susb_data {
  border: 1px solid #32ABBE;
  border-radius: 12px;
  padding: 50px;
  height: 100%;
}
@media (max-width: 767px) {
  .v2 .susb_data {
    padding: 20px;
  }
}
.v2 .susb_data i {
  display: block;
  padding-bottom: 15px;
}
.v2 .susb_data i img {
  display: block;
  width: 48px;
}
.v2 .susb_data h2 {
  font-family: "Manrope Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #062028;
  padding-bottom: 10px;
}
.v2 .susb_data p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Manrope";
  color: #062028;
}
.v2 nav[role=navigation] {
  padding-top: 30px;
  text-align: center;
  justify-content: center;
}
.v2 nav[role=navigation] > .flex {
  display: none;
}
.v2 nav[role=navigation] .hidden {
  display: block;
}
.v2 nav[role=navigation] .hidden > div {
  text-align: center;
  padding-bottom: 10px;
}
.v2 nav[role=navigation] .hidden > div > span {
  box-shadow: none !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .v2 nav[role=navigation] .hidden > div > span {
    flex-wrap: wrap;
  }
}
.v2 nav[role=navigation] .hidden > div > span > * {
  margin: 0 4px !important;
  border-top: 2px solid #32ABBE !important;
  border-left: 2px solid #32ABBE !important;
  border-right: 2px solid #32ABBE !important;
  border-bottom: 2px solid #32ABBE !important;
  background-color: transparent !important;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  color: #32ABBE !important;
  width: 35px;
  height: 35px !important;
  padding: 3px !important;
}
.v2 nav[role=navigation] .hidden > div > span > * > span {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .v2 nav[role=navigation] .hidden > div > span > * {
    margin-bottom: 5px !important;
  }
}
.v2 nav[role=navigation] .hidden > div > span span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
}
.v2 nav[role=navigation] .hidden > div > span a,
.v2 nav[role=navigation] .hidden > div > span span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.v2 nav[role=navigation] .hidden > div > span a svg,
.v2 nav[role=navigation] .hidden > div > span span svg {
  width: 20px;
}
.v2 nav[role=navigation] .hidden > div > span a[aria-current=page],
.v2 nav[role=navigation] .hidden > div > span span[aria-current=page] {
  background-color: #32ABBE !important;
  color: #fff !important;
}
.v2 nav[role=navigation] .hidden > div > span a:hover {
  background-color: #32ABBE !important;
  color: #fff !important;
}
.v2 nav[role=navigation] .hidden > div:last-child {
  padding-bottom: 0;
}
.v2 .pagi {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.v2 .job_detail {
  width: 100%;
  padding: 60px 0;
}
.v2 .job_detailInner {
  width: 100%;
}
.v2 .job_detailMain {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.v2 .job_detailLeft {
  width: 75%;
  padding-right: 100px;
}
.v2 .job_detailLeft > ul {
  width: 100%;
}
.v2 .job_detailLeft > ul > li {
  width: 100%;
  padding-bottom: 50px;
}
.v2 .job_detailLeft > ul > li:last-child {
  padding-bottom: 0;
}
.v2 .job_detailList {
  width: 100%;
}
.v2 .job_detailList title {
  display: block;
  width: 100%;
  color: #062028;
  font-family: "Manrope Medium";
  font-size: 20px;
  padding-bottom: 25px;
}
.v2 .job_detailData {
  width: 100%;
  padding-left: 25px;
}
.v2 .job_detailData h4 {
  width: 100%;
  font-size: 16px;
  color: #062028;
  font-family: "Manrope SemiBold";
  padding-bottom: 10px;
  line-height: 1;
}
.v2 .job_detailData b {
  display: block;
  font-size: 14px;
  color: #062028;
  padding-bottom: 5px;
  line-height: 1;
}
.v2 .job_detailData b i {
  font-size: 12px;
  margin-right: 5px;
}
.v2 .job_detailData p {
  font-size: 14px;
  color: #062028;
  font-family: "Manrope";
  line-height: 1.4;
  padding-bottom: 4px;
}
.v2 .job_detailData p a {
  word-break: break-all;
}
.v2 .job_detailData ul {
  width: 100%;
  padding-left: 25px;
}
.v2 .job_detailData ul li {
  width: 100%;
  list-style: disc;
  padding-bottom: 10px;
}
.v2 .job_detailData ul li:last-child {
  padding-bottom: 0;
}
.v2 .job_detailData ul li p {
  width: 100%;
  line-height: 1.2;
  padding-bottom: 0;
}
.v2 .job_detailRight {
  width: 25%;
}
.v2 .job_detailRight > ul {
  width: 100%;
}
.v2 .job_detailRight > ul > li {
  width: 100%;
  padding-bottom: 40px;
}
.v2 .job_detailRight > ul > li:last-child {
  padding-bottom: 0;
}
.v2 .job_detailRight > ul > li .custom_btn {
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.v2 .job_detailRight_data {
  width: 100%;
}
.v2 .job_detailRight_data h4 {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #062028;
  font-family: "Manrope Medium";
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1;
  position: relative;
}
.v2 .job_detailRight_data h4 i {
  font-size: 14px;
  padding-right: 7px;
  vertical-align: middle;
  position: relative;
}
.v2 .job_detailRight_data h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(204, 204, 204, 0.254);
}
.v2 .job_detailRight_data > ul {
  width: 100%;
}
.v2 .job_detailRight_data > ul > li {
  width: 100%;
  padding-bottom: 10px;
}
.v2 .job_detailRight_data > ul > li:last-child {
  padding-bottom: 0;
}
.v2 .job_detailRight_data > ul > li > p {
  display: block;
  font-size: 14px;
  color: #062028;
  padding-bottom: 5px;
  line-height: 1;
}
.v2 .job_detailRight_data > ul > li > p i {
  font-size: 12px;
  margin-right: 5px;
}
.v2 .job_detailRight_data .social ul {
  margin: 0 -5px;
}
.v2 .job_form form > ul > li {
  padding-bottom: 35px;
}
.v2 .job_form form > ul > li:last-child {
  padding-bottom: 0;
}
.v2 .job_form form > ul > li .custom_field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.v2 .job_form form > ul > li .custom_field > label {
  width: 28%;
  font-family: "Manrope Bold";
  padding-bottom: 0;
  font-size: 19px;
  padding-right: 15px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .v2 .job_form form > ul > li .custom_field > label {
    width: 100%;
    padding: 0 0 10px;
  }
}
.v2 .job_form form > ul > li .custom_field > input {
  width: 72%;
  padding: 15px 25px;
  font-size: 18px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.v2 .job_form form > ul > li .custom_field select {
  width: 72%;
  padding: 15px 25px;
  font-size: 18px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.v2 .job_form form > ul > li .custom_field .select2 {
  width: 72% !important;
  font-size: 18px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.v2 .job_form form > ul > li .custom_field .select2-container--default .select2-selection--multiple {
  padding: 11px 25px;
  font-size: 14px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.v2 .job_form form > ul > li .custom_field textarea {
  width: 72%;
  padding: 15px 25px;
  font-size: 18px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.v2 .job_form form > ul > li .custom_field .ck-reset {
  width: 72%;
  padding: 0;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.v2 .job_form form > ul > li .custom_field .ck-reset .ck-editor__main .ck-content {
  min-height: 200px;
}
.v2 .job_form form > ul > li .custom_field .tox {
  width: 72%;
  padding: 0;
  font-size: 14px;
  min-height: 250px;
  box-sizing: border-box;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.v2 .job_form form > ul > li .custom_field .tox .ck-editor__main .ck-content {
  min-height: 200px;
}
@media (max-width: 767px) {
  .v2 .job_form form > ul > li .custom_field .tox {
    width: 100%;
  }
}
.v2 .job_form form > ul > li .custom_field > .cke_reset {
  width: 72%;
  padding: 0;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.v2 .job_form form > ul > li .custom_field > .cke_reset .ck-editor__main .ck-content {
  min-height: 200px;
}
.v2 .job_form form > ul > li .remember_me label {
  color: #000;
}
.v2 .job_form form > ul > li .remember_me input[type=checkbox]:checked + label:after {
  color: #000;
}
.v2 .upload_logo {
  flex: 72%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.v2 .upload_logo label {
  position: relative;
  max-width: 140px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: inherit;
  transition: all 0.4s ease;
}
.v2 .upload_logo label input {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .v2 .upload_logo label {
    width: 100%;
    font-size: 14px;
  }
}
.v2 .upload_logo b {
  padding-left: 10px;
  display: block;
  color: #9e9e9e;
  font-family: "Manrope SemiBold";
  font-size: 16px;
}
.v2 .upload_logo b i {
  font-size: 30px;
}
.v2 .btn_list {
  width: 72%;
}
.v2 .btn_list > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.v2 .btn_list > ul > li {
  width: auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .v2 .btn_list {
    width: 100%;
  }
  .v2 .btn_list > ul {
    justify-content: center;
  }
  .v2 .btn_list > ul > li {
    padding: 0 10px 30px;
  }
}
.v2 .apply_job .main_message h2 {
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.v2 .apply_job .profile_detailData .upload_logo b {
  width: 100%;
  max-width: 195px;
  min-height: 41px;
  margin: auto;
  padding-left: 0;
  padding-bottom: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}/*# sourceMappingURL=style.css.map */