html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  color: #333;
  height: 100%;
  background: #0584c3;
  overflow: hidden;
}

p {
  padding: 20px 0;
  line-height: 1.5em;
}

.clearfix {
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
}

.simplebox.left_img {
  width: 100%;
  padding: 20px 0px;
}

.simplebox.left_img .simplebox-title {
  width: 35%;
  float: left;
  padding-right: 15px;
}

.simplebox.left_img .simplebox-content {
  width: 60%;
  float: left;
}

.simplebox.left_img .simplebox-content p {
  margin-top: 0px !important;
}

.simplebox.right_img {
  width: 100%;
  padding: 20px 0px;
}

.simplebox.right_img .simplebox-title {
  width: 35%;
  float: left;
  padding-left: 15px;
}

.simplebox.right_img .simplebox-content {
  width: 60%;
  float: left;
}

.simplebox.right_img .simplebox-content p {
  margin-top: 0px !important;
}

#turn {
  display: none;
  width: 100vw;
  height: 100vh;
  background: #0584c3;
  z-index: 1000;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
}

#turn .musg {
  width: 80%;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
}

.w-100 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.mt50 {
  margin-top: 50px;
}

li {
  line-height: 1.5em;
}

.disclaimer {
  font-size: 11px;
}

.disclaimer .evensmall {
  font-size: 10px;
}

.spacer {
  width: 100%;
  height: 50px;
  clear: both;
}

.pcent {
  font-size: 13px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

table,
th,
td {
  border: 1px solid #e4e4e4;
}

table {
  border-collapse: collapse;
  font-size: 13px;
  text-align: left;
}

table td,
table th {
  vertical-align: top;
  padding: 10px;
}

.tabdiv {
  padding: 30px 0;
}

.tabdiv h2 {
  clear: both;
}

.tabdiv .tabserial {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  color: #0584c3;
  display: block;
  font-weight: 700;
  letter-spacing: 0px;
}

.tabdiv .tabgroup {
  margin-bottom: 30px;
  padding-bottom: 15px;
  width: 31%;
  margin: 1%;
  float: left;
}

.tabdiv .tabtitle {
  font-weight: 900;
  font-size: 16px;
  margin-top: 5px;
}

.tabdiv .tabdesc {
  font-size: 14px;
}

.tabdiv .tabdesc ul {
  margin-left: 1em;
}

.tabdiv .tabdesc ul li {
  margin-bottom: 5px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .tabdiv .tabgroup {
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    width: 100%;
    margin: 0;
    float: none;
  }
  .pcent {
    text-align: center;
  }
}

.profile-box {
  text-align: left;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  width: 350px;
  min-height: 176px !important;
  margin: 30px 50px;
  float: left;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.14);
}

.profile-box .pic {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #f1f1f1;
  margin: 0 auto;
  float: left;
}

.profile-box .pic.no-rad {
  border-radius: 0px;
  margin-top: 12px;
}

.profile-box .pic img {
  width: auto;
  height: 100%;
}

.profile-box .profile-details {
  float: left;
  padding-left: 15px;
  width: 220px;
}

.profile-box .name {
  font-weight: 900;
  color: #000;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.profile-box .desig {
  font-size: 13px;
  margin: 3px 0 5px 0;
}

.profile-box .desig span {
  font-weight: 900;
}

.profile-box .companyname {
  font-size: 13px;
  margin: 3px 0 5px 0;
}

.profile-box .companyname span {
  font-weight: 900;
}

.profile-box .email {
  color: #214b9d;
  text-decoration: none;
  margin: 5px 0 5px 0;
  display: block;
  word-break: break-word;
}

.profile-box .socios {
  margin: 15px 0 5px 0;
}

.profile-box .socios a {
  display: inline-block;
  margin: 5px 3px;
  text-decoration: none;
}

.profile-box .socios a i {
  color: #0584c3;
  font-size: 24px;
}

.profile-box .socios a .icofont-linkedin {
  color: #0a66c2;
}

.profile-box .socios a .icofont-facebook {
  color: #1877f2;
}

.profile-box .socios a .icofont-x {
  color: #1da1f2;
}

.profile-box .socios a .icofont-brand-youtube {
  color: #ff0000;
}

.profile-box .socios a .icofont-web {
  color: #02a5e2;
}

.profile-box.single_author {
  margin: 30px auto 50px auto !important;
  float: none !important;
  display: flex;
  align-items: center;
}

.intro_content {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 400;
}

.intro_content .intro_content_container {
  width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.intro_content h1 {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0px;
  color: #333;
  line-height: 43px;
  margin-top: 26px;
  font-family: "Bebas Neue", sans-serif;
  text-align: right;
  padding-right: 30px;
}

.intro_content h1 span {
  font-size: 48px;
  color: #0584c3;
  display: block;
}

.intro_content .intro_main {
  font-weight: 300;
  font-size: 28px;
  color: #0584c3;
  letter-spacing: -1px;
}

.intro_content .icc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro_content .icc_l {
  width: 250px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}

.intro_content .icc_l img {
  width: 250px;
}

.intro_content p {
  margin: 0;
  margin: 30px 0;
  padding: 0;
}

.intro_content .explore {
  background: #0584c3;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.5px;
  padding: 10px 15px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.intro_content .explore:hover {
  background: #000;
}

.container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.wrapper {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

video#videobg {
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

video#videointro {
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 300;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.header .hamburger {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.header .hamburger a {
  text-decoration: none;
  padding: 15px;
  color: #fff;
  display: block;
}

.header .hamburger a i {
  font-size: 24px;
}

.header .hamburger a i.hopen {
  display: block;
}

.header .hamburger a i.hclose {
  display: none;
}

.header #logo {
  width: 100px;
  height: 39px;
  background: url(../images/logo.png) no-repeat left top;
  position: absolute;
  left: 15px;
  top: 15px;
  display: block;
  text-decoration: none;
}

.header .topnav {
  position: absolute;
  top: 15px;
  right: 15px;
}

.header .topnav ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}

.header .topnav li {
  float: right;
  position: relative;
}

.header .topnav li ul.drop-menu-archive {
  display: none;
  position: absolute;
  top: 30px;
  width: 120%;
  left: -10px;
}

.header .topnav li ul.drop-menu-archive li {
  margin-bottom: 5px;
}

.header .topnav li a {
  padding: 15px;
  text-decoration: none;
  color: #fff;
}

.header .topnav li a.homebt {
  display: none;
}

.header .topnav li a.active {
  color: #e5d259 !important;
}

.darkmode .header #logo {
  background: url(../images/logo_dark.png) no-repeat left top;
}

.darkmode .header .topnav li a {
  color: #333;
}

@media only screen and (max-width: 768px) {
  .header .hamburger {
    display: block;
  }
  .header .topnav {
    position: absolute;
    top: 55px;
    right: 15px;
    display: none;
  }
  .header .topnav.open {
    display: block;
  }
  .header .topnav ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
  }
  .header .topnav li {
    float: none;
  }
  .header .topnav li ul.drop-menu-archive {
    display: none;
    position: absolute;
    top: -1px;
    left: -106px;
    width: auto !important;
  }
  .header .topnav li ul.drop-menu-archive li {
    margin-bottom: 0px;
  }
  .header .topnav li a {
    padding: 14px;
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    margin: 1px 0;
    text-align: center;
  }
  .darkmode .header .topnav li a {
    color: #fff;
  }
  .darkmode .header .hamburger a {
    color: #333;
  }
}

.footer {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
}

.footer span {
  font-weight: 900;
  color: #e5d259;
}

.darkmode .footer {
  color: #333;
}

.footersocial {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
}

.footersocial span {
  font-weight: 900;
  color: #e5d259;
}

.footersocial a {
  text-decoration: none;
  color: #fff;
}

.footersocial a:hover {
  color: #e5d259;
}

.darkmode .footersocial {
  color: #333;
}

.darkmode .footersocial a {
  color: #333;
}

.darkmode .footersocial a:hover {
  color: #999;
}

.videoIntroTitle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  color: #fff;
  letter-spacing: -1px;
  font-weight: 500;
  display: none;
  z-index: 301;
  line-height: 34px;
}

.videoIntroTitle .lhs {
  text-align: right;
  position: absolute;
  left: -100px;
  top: -50px;
  color: #000;
}

.videoIntroTitle .rhs {
  text-align: left;
  position: absolute;
  left: 30px;
  top: -27px;
  color: #e5d259;
  color: #000;
}

.videoIntroTitle .rhs span {
  color: #21409a;
}

.content_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}

.content_container .navbt {
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin: 5px;
  width: 60px;
  text-align: center;
}

.content_container .navbt {
  background: #214b9d;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.content_container .navbt:hover {
  background: #ed0f28;
  color: white;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.content_container .ccbt {
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin: 5px;
  width: 60px;
  text-align: center;
  cursor: pointer;
}

.content_container .ccbt {
  background: #ed0f28;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.content_container .ccbt:hover {
  background: #333;
  color: white;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.content_container .content_close {
  position: absolute;
  top: calc(15% - 100px + 55px);
  left: calc(20% - 120px + 75px);
  cursor: pointer;
  display: none;
  opacity: 0;
  width: 100px;
}

.content_container .content_close img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.content_container .content_close:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.content_container .content_prev {
  position: absolute;
  top: 50%;
  left: 10%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(10% - 70px);
  display: none;
  opacity: 0;
}

.content_container .content_next {
  position: absolute;
  top: 50%;
  right: 10%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(10% - 70px);
  display: none;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .content_container .navbt {
    width: 10px;
    padding: 10px 15px;
  }
  .content_container .navbt span {
    display: none;
  }
  .content_container .content_next {
    position: absolute;
    top: 50%;
    right: 10%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(10% - 40px);
    display: none;
    opacity: 0;
  }
  .content_container .content_prev {
    position: absolute;
    top: 50%;
    left: 10%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(10% - 40px);
    display: none;
    opacity: 0;
  }
}

.content_container .content_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(60% + 100px);
  height: calc(70% + 100px);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.2);
}

.content_container .content_circle img {
  width: 100%;
}

.content_container .bdo_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  height: 70%;
  opacity: 0;
}

.content_container .bdo_content .desig p {
  margin-top:0px !important;
}

.content_container .bdo_content p {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.content_container .bdo_content .bdo_content_x {
  height: 100%;
  display: none;
}

.content_container .bdo_content .bdo_content_title {
  font-size: 48px;
  color: #000;
  font-weight: 900;
  position: absolute;
  letter-spacing: -2px;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
}

.content_container .bdo_content .bdo_content_wrapper {
  position: relative;
  padding: 0 30px;
  overflow: hidden;
  height: calc(100% - 50px);
  margin-top: 60px;
}

.content_container .bdo_content .copy-style-1 {
  font-weight: 300;
  font-size: 32px;
  color: #333;
  letter-spacing: -1px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
}

.content_container .bdo_content .copy-style-2 {
  font-weight: 300;
  font-size: 24px;
  color: #333;
  letter-spacing: -0.5px;
  padding: 30px;
  background: #f1f1f1;
  border-radius: 15px;
}

.content_container .bdo_content .copy-style-3 {
  padding: 30px;
  border-radius: 15px;
  min-height: 250px;
  margin-top: 30px;
}

.content_container .bdo_content .copy-style-3 p {
  font-weight: 300;
  font-size: 36px;
  color: #fff;
  letter-spacing: -0.5px;
  display: block;
  margin: 0;
  width: 60%;
}

.content_container .bdo_content .img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.content_container .bdo_content .img-content p {
  width: 50%;
  padding: 0 0 0 30px;
  margin: 0;
}

.content_container .bdo_content .img-content img {
  width: 50%;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.content_container .bdo_content .img-content-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.content_container .bdo_content .img-content-r p {
  width: 50%;
  padding: 0 30px 0 0;
  margin: 0;
}

.content_container .bdo_content .img-content-r img {
  width: 50%;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.content_container .bdo_content .videoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-top: 30px;
}

.content_container .bdo_content .videoarea::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  background: url(../images/play.png) no-repeat center center;
  width: 128px;
  height: 128px;
}

@media only screen and (max-width: 1600px) {
  .content_container .bdo_content .bdo_content_title {
    font-size: 36px;
  }
  .content_container .bdo_content p,
  .content_container .bdo_content ul li {
    font-size: 14px;
  }
  .content_container .bdo_content .copy-style-1 {
    font-weight: 300;
    font-size: 24px;
    color: #333;
    letter-spacing: -1px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
  }
  .content_container .bdo_content .copy-style-2 {
    font-weight: 300;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.5px;
    padding: 30px;
    background: #f1f1f1;
    border-radius: 15px;
  }
  .content_container .bdo_content .copy-style-3 {
    padding: 30px;
    border-radius: 15px;
    min-height: 250px;
  }
  .content_container .bdo_content .copy-style-3 p {
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    letter-spacing: -0.5px;
    display: block;
    margin: 0;
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .content_container .bdo_content .tabdiv .tabdesc ul {
    margin-left: 1em;
    margin-top: 15px;
  }
  .content_container .bdo_content p,
  .content_container .bdo_content li {
    font-size: 13px;
  }
  .content_container .bdo_content .bdo_content_title {
    font-size: 32px;
    line-height: 34px;
    margin-top: 15px;
    letter-spacing: -1px;
  }
  .content_container .bdo_content .copy-style-1 {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0px;
  }
  .content_container .bdo_content .copy-style-2 {
    font-weight: 300;
    font-size: 18px;
  }
  .content_container .bdo_content .copy-style-3 {
    padding: 30px;
    border-radius: 15px;
    min-height: 250px;
  }
  .content_container .bdo_content .copy-style-3 p {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
  }
  .content_container .bdo_content .img-content {
    display: block;
  }
  .content_container .bdo_content .img-content p {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .content_container .bdo_content .img-content img {
    width: 100%;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .content_container .bdo_content .img-content-r {
    display: block;
  }
  .content_container .bdo_content .img-content-r p {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .content_container .bdo_content .img-content-r img {
    width: 100%;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
}

@media only screen and (max-width: 768px) {
  .content_container .bdo_content {
    width: 80%;
  }
  .content_container .bdo_content .bdo_content_wrapper {
    padding: 0 20px;
    height: calc(100% - 70px);
    margin-top: 90px;
  }
}

.content_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content_area .nav {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 36%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content_area .nav .navitem {
  margin: 42px 0;
  height: 60px;
  /* background: rgba(0,0,0,0.2); */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  opacity: 0;
  display: none;
  width: 182px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                          supported by Chrome, Edge, Opera and Firefox */
}

.content_area .nav .navitem .navicon {
  width: 52px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  float: left;
  padding-top: 12px;
  height: 60px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                              supported by Chrome, Edge, Opera and Firefox */
}

.content_area .nav .navitem .navicon img {
  width: 100%;
}

.content_area .nav .navitem .navtext {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 8px;
  width: 120px;
  line-height: 23px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.content_area .nav .navitem .navarrow {
  position: absolute;
  right: -55px;
  top: 4px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.content_area .nav .navitem:hover .navicon {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}

.content_area .nav .navitem:hover .navtext {
  color: black;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                              supported by Chrome, Edge, Opera and Firefox */
}

.content_area .nav .navitem:hover .navarrow {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .content_container .bdo_content .videoarea img {
    width: 100%;
  }
  p {
    padding: 10px 0;
    line-height: 1.8em;
  }
  .profile-box {
    width: 90%;
    text-align: center;
    margin: 30px 0px;
  }
  .profile-box .pic {
    float: none;
  }
  .profile-box .profile-details {
    float: none;
    padding-left: 0;
    width: auto;
  }
  .content_container .content_close {
    top: 30px;
    left: calc(50% - 50px);
  }
  .intro_content .intro_content_container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .intro_content .icc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro_content .icc_r {
    width: 80%;
    margin: 0 auto;
  }
  .intro_content .icc_l {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  .intro_content .icc_l img {
    display: none;
  }
  .intro_content h1 {
    text-align: center;
    padding: 0;
    margin-bottom: 0;
  }
  .intro_content h1 br {
    display: none;
  }
  .intro_content .intro_main {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.5em;
  }
  .intro_content p {
    font-size: 14px;
    margin: 15px 0;
  }
  .intro_content .explore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content_container .content_circle {
    height: calc(70% + 50px);
  }
  .footer {
    left: 0;
    width: 100%;
    text-align: center;
  }
  .footersocial {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    width: 100%;
    text-align: center;
  }
  .content_container .ccbt {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 340px) {
  .intro_content h1 span {
    font-size: 38px;
  }
  .content_container .content_close {
    top: 0px;
    left: calc(50% - 30px);
    width: 90px;
  }
  .content_container .bdo_content .bdo_content_title {
    font-size: 28px;
    line-height: 28px;
  }
  .content_container .content_circle {
    height: calc(70% + 30px);
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  #turn {
    display: block;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .profile-box {
    width: 345px;
    margin: 30px 10px;
    min-height: auto !important;
  }
}
/*# sourceMappingURL=styles.css.map */

.author_wrapper {
  display: flex;
}

.author_wrapper .profile-box {
  display: flex;
  width: 44%;
}

.pt-15 {
  padding-top: 15px;
}

.bg-white {
  background-color: #fff;
}

.archive-box a:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.cnt-card-lhs {
  text-align: center;
}

.archive-box img {
  float: left;
}

.archive-box a {
  display: inline-block;
}

.archive-box h1 {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0px;
  color: #333;
  line-height: 1;
  margin-top: 26px;
  font-family: "Bebas Neue", sans-serif;
  text-align: right;
  padding-right: 30px;
  float: left;
}

.archive-box h1 span {
  color: #0584c3;
}

label.error {
  font-size: 10px;
  background-color: #ed0f28;
  color: #fff;
  padding: 2px 7px;
  margin-bottom: 0px;
  margin-top: 0px;
  position: absolute;
}

.d-none {
  display: none;
}

@media only screen and (max-width: 768px) {
  .content_container .content_close {
    top: 5px;
    left: calc(50% - 30px);
  }

  .author_wrapper .profile-box {
    width: 90%;
  }

  .profile-box {
    min-height: auto !important;

    margin: 30px 0px 0px 0px;
  }

  .author_wrapper {
    display: block;
  }

  .profile-box .pic {
    width: 37%;
  }

  .profile-box .profile-details {
    width: 57%;
  }

  .content_container .bdo_content .bdo_content_title {
    margin-top: 25px;
  }
}

.bdo_content_wrapper ol {
  font-size: 12px;
}

.bdo_content_wrapper ol li::marker {
  font-size: 1em;
}

@media only screen and (max-width: 520px) {
  .content_container .bdo_content .bdo_content_wrapper {
    padding: 0 10px;
  }

  .profile-box {
    padding: 15px;
  }

  .profile-box .profile-details {
    width: 100%;
  }

  .profile-box .pic {
    width: 81px;
    height: 81px;
  }

  .footersocial {
    bottom: 28px;
  }

  .footer {
    bottom: 5px;
  }

  .author_wrapper .profile-box {
    display: block;
  }
}

