body {
  overflow-x: hidden;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

header .navbar-brand {
  height: 45px;
  padding: 0;
  margin: 0;
}

header .navbar-brand img {
  width: auto;
  height: 100%;
  display: block;
  margin: auto;
}

header .navbar {
  padding-left: 36px;
  padding-right: 36px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 38px 14px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

header .navbar-expand-lg .navbar-nav .nav-link {
  color: #352766;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ff9833;

}

header .navbar-collapse {
  justify-content: center;
  white-space: nowrap;
}

header {
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}

header .navbar-expand-lg .navbar-nav .nav-link .fa {
  font-size: 10px;
  margin-left: 10px;
}

.drop-menu-panel {
  padding: 18px 18px 18px 18px;
  width: 195px !important;
  position: absolute;
  bottom: -100px;
  background: #fff;
  box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
}

header .navbar-expand-lg .navbar-nav .nav-item {
  position: relative;
}

header .navbar-expand-lg .navbar-nav .drop-menu-panel a {
  display: block;
  color: #352766;
  text-decoration: none;
  font-size: 15px;
  padding: 5px 9px 5px 9px;
}

header .navbar-expand-lg .navbar-nav .drop-menu-panel a:hover {
  background-color: rgba(0, 0, 0, 0.03) !important;
  color: #ff9833;
}

.section-01 {
  background: #eaeaea;
  padding: 276px 0 260px 0;
  position: relative;
  overflow: hidden;
}

p {
  font-size: 25px;
  color: #707070;
  line-height: 40px;
}

.brk {
  display: block;
}

.link-text {
  background: #F69822;
  padding: 27px 43px;
  display: block;
  text-decoration: none;
  width: max-content;
  color: #fff !important;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  border-radius: 70px;
}

.shape-1 {
  position: absolute;
  width: 47rem;
  right: 0;
  top: 0;
  -webkit-animation: chaoticMove 10s infinite alternate ease-in-out;
  animation: chaoticMove 10s infinite alternate ease-in-out;
}

@keyframes chaoticMove {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(0px, 10px);
  }

  40% {
    transform: translate(0px, 20px);
  }

  60% {
    transform: translate(0px, 30px);
  }

  80% {
    transform: translate(0px, 40px);
  }

  100% {
    transform: translate(0, 50px);
  }
}

.banner .link-text {
  position: absolute;
  bottom: 90px;
  right: 23%;
}

.section-01 h1 {
  color: #707070;
  margin-bottom: 40px;
}

.r25 {
  color: #F69722;
}

.section-02 {
  position: relative;
  background: url(../images/web.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 260px 0 170px 0;
}


.section-02 h2 {
  color: #fff;
  margin-bottom: 24px;
}

.text-head {
  font-size: 65px;
  line-height: 65px;
}

.content-box {
  position: relative;
  z-index: 1;
}

.box-card {
  display: flex;
  align-items: center;
}

.box-card h3 {
  font-size: 278px;
  line-height: 361px;
  color: #A7A7A7;
  margin-right: 26px;
  opacity: 32%;
}

.box-card p {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}

.section-03 {
  padding: 163px 0 157px 0;
  background: #eaeaea;
}

.section-03 .link-text {
  padding: 11px 43px;
  position: relative;
}

.section-03 .link-text::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -43px;
  margin: 0 auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #F69822;
}

.section-03 h2 {
  color: #707070;
}

.section-03 p {
  font-size: 30px;
  line-height: 40px;
}

.result-info {
  padding-bottom: 90px;
}

.result-content {
  position: relative;
}

.result-content p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0px;
  text-align: left !important;
}

.result-content::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 32%;
  top: -43px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #4571C4;
}

.graph-info-panel {
  padding-top: 300px;
}

.graph-box {
  display: flex;
  flex-direction: column;
}

.graph-box .graph-info-text h3 {
  font-size: 30px;
  color: #707070;
  position: relative;
  text-align: center;
}

.graph-info-text {
  margin-top: 190px;

  flex: 1 1 auto;
}

.graph-info-panel .row .col-md-12:nth-child(2) .graph-box .graph-info-text {
  border-left: 1px solid #5D5D5D;
  border-right: 1px solid #5D5D5D;
}

.h3-fst {
  margin-bottom: 46px;
}

.h3-fst::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  left: 0;
  top: -10px;
  right: 0;
  background: #F69822;
}

.h3-fst::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  background: #F69822;
}

.graph-box ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #707070;
}

.h3-fst.last:after {
  display: none;
}

.graph-box ul li span {
  font-size: 15px;
  color: #fff;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-right: 16px;
}

.graph-box .box1 {
  background: #2C67B2;
}

.graph-box .box2 {
  background: #F26528;
}

.graph-box .box3 {
  background: #F89724;
}

.cross-section {
  padding-top: 20px;
}

.cross-section .cross1:nth-child(1) {
  margin-bottom: 70px;
}

.cross1 {
  display: flex;
  align-items: center;
}

.cross1 img {
  width: 150px;
}

.cross1 h4 {
  font-size: 27px;
  color: #F69822;
  margin-left: 10px;
}

.cross1 h5 {
  font-size: 25px;
  color: #707070;
  margin-left: 10px;
}

.section-04 {
  background: #eaeaea;
  position: relative;
}

.section-04 .shape-3 {
  position: absolute;
  width: 46rem;
  right: 0;
  top: -60%;
  -webkit-animation: chaoticMove 10s infinite alternate ease-in-out;
  animation: chaoticMove 10s infinite alternate ease-in-out;

}

.footer-panel {
  background: url(../images/James-Robinson-Footer-Background.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
}

.footer-top {
  padding: 72px 0 108px 0;
}

.footer-top img {
  width: 230px;
}

.footer-top p {
  font-size: 16px;
  color: #352766;
  line-height: inherit;
  margin: 36px 0 18px 0;
}

.footer-top a {
  font-size: 16px;
  color: #352766;
}

.footer-bottom {
  background: #5D5D5D;
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 58px 0;
}

.footer-info .link-text {
  margin: inherit;
}

.footer-link a {
  font-size: 16px;
  color: #352766;
  text-decoration: none;
  line-height: 1.75;
  padding-left: 24px !important;
}

.footer-link li {
  position: relative;
  display: flex;
}

.footer-link h6 {
  font-size: 16px;
  color: #352766;
  margin-bottom: 18px;
}

.footer-link .fa {
  position: absolute;
  top: 10px;
  color: #352766;
  font-size: 10px;
}

.footer-info p {
  font-size: 40px;
}

.footer-info .link-text {
  font-size: 37px;
  padding: 22px 52px;
}

.hair {
  position: absolute;
  top: 22%;
  width: 74rem;
}

.modal-form-cnt h6 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 0;
  color: #000;
  margin-bottom: 30px;
}

#formone .errorspan {
  display: none;
  position: absolute;
  font-size: 13px;
}

#formone .erroremailspan {
  display: none;
  margin-bottom: 10px;
}

.button-link input {
  background: #F69822;
  border-color: #F69822;
  color: #fff;
  font-size: 20px;
}

.modal-header button {
  margin: 0;
  padding: 0px;
  background: #ffffff;
  position: absolute;
  opacity: 1;
  color: #fff;
  right: 9px;
  top: 9px;
  z-index: 100;
  width: 21px;
  height: 21px;
  border: 2px solid #636363;
  border-radius: 50%;
}

.modal-content {
  padding: 50px;
}

.popmain .modal-header button span {
  line-height: 11px;
  height: 24px;
  display: block;
  font-size: 24px;
  color: #636363;
}

form input {
  border: none;
  width: 100%;
  border: 1px solid #C5D0C5;
  padding: 7px;
  border-radius: 5px;
  font-size: 18px;
}

form input:focus {
  outline: none;
}

.modal-open {
  overflow: hidden;
}

.dtr-video {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
}

.dtr-video-button {
  width: 52px;
  height: 52px;
  border: 1px solid #707070;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  align-items: center;
  transform: translate(0px, -50%);
}

.dtr-video-button::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin-top: -10px;
  top: 50%;
  margin: 0 auto;
  transform: translate(0px, -50%);
  border-top: 14px solid transparent;
  border-left: 20px solid #717171;
  border-bottom: 14px solid transparent;
}

.graph-2 {
  padding-top: 68px;
}

.anime {
  position: relative;
  z-index: 1;
  will-change: transform, opacity;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.anime.visible {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}

.mobile-view-button .lines:before,
.mobile-view-button .lines:after,
.mobile-view-button .lines>span {
  content: '';
  left: 0;
  position: absolute;
  transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out;
  transform-origin: 10px center;
}

.mobile-view-button {
  transition: .3s;
}

.mobile-view-button .lines,
.mobile-view-button .lines:before,
.mobile-view-button .lines:after {
  border-radius: 5px;
  background-clip: padding-box;
  display: inline-block;
  height: 2px;
  width: 20px;
  background: #352766;
}

.mobile-view-button .lines:before {
  top: 6px;
}

.mobile-view-button .lines:before,
.mobile-view-button .lines:after,
.mobile-view-button .lines>span {
  content: '';
  left: 0;
  position: absolute;
  transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out;
  transform-origin: 10px center;
}

.mobile-view-button .lines {
  position: relative;
  vertical-align: middle;
}

.mobile-view-button .lines:after {
  top: -6px;
}

.mobile-view-button {
  display: none;
  line-height: 0px;
  position: relative;
  padding: 16px 0px;
  cursor: pointer;
  z-index: 0;
  background: none;
}

.mobile-view-button.close .lines {
  transition: background 0.3s 0s ease-in-out;
  background: transparent !important;
}

.mobile-view-button.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-view-button.close .lines:before,
.mobile-view-button.close .lines:after {
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
  top: 0;
}

.mobile-view-button.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.footer-last {
  background-color: #141618;
  padding-top: 36px;
  padding-bottom: 36px;
}

.footer-last p {
  font-size: 13px;
  line-height: 1.75;
  color: #fff;
  margin-top: 18px;
  margin-bottom: 0;
}

.footer-last a {
  color: #fff;
}

.footer-last a:hover {
  color: #ff9833;
}

.myaccount-div {
  padding: 38px 0px;
  border-left: 1px solid rgba(234, 234, 234, 1);
  padding-left: 36px;
}

header .navbar-nav {
  margin: 0 auto;
}

.menu-btn-cell span {
  border: 1px solid #352766;
  padding: 13px 31px !important;
  color: #352766;
  font-size: 16px;
}

.menu-btn-cell span:hover {
  border: 1px solid #ff9833;
  color: #ff9833;
}

@media (min-width: 991.97px) {
  header .navbar-expand-lg .navbar-nav .nav-item:hover .drop-menu-panel {
    visibility: visible;
  }

  .drop-menu-panel {
    visibility: hidden;
  }
}

@media screen and (max-width: 1299.97px) {
  header .navbar-brand {
    height: 36px;
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 38px 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1599.97px) {

  .section-03 p {
    font-size: 18px;
    line-height: 24px;
  }

  .shape-1 {
    width: 28rem;
  }

  .hair {
    top: 28%;
    width: 47rem;
  }

  .footer-info .link-text {
    font-size: 18px;
    padding: 10px 20px;
  }

  .section-04 .shape-3 {
    width: 24rem;
  }

  .footer-info p {
    font-size: 20px;
  }

  .footer-info {
    padding: 26px 0;
  }

  .cross-section .cross1:nth-child(1) {
    margin-bottom: 40px;
  }

  .lady {
    width: 26rem;
  }

  .section-01 {
    padding: 120px 0;
  }

  .graph-info-text {
    margin-top: 80px;
  }

  .graph-info-panel {
    padding-top: 160px;
  }

  .section-01 p {
    font-size: 19px;
    line-height: 32px;
  }

  .text-head {
    font-size: 45px;
    line-height: 45px;
  }

  .box-card h3 {
    font-size: 150px;
    line-height: 178px;
  }

  .box-card p {
    font-size: 22px;
    line-height: 24px;
  }

  .section-02 {
    padding: 120px 0;
    background-position: inherit;
  }

  .link-text {
    padding: 11px 28px;
    line-height: 20px;
    font-size: 18px;
  }

  .graph-box .graph-info-text h3 {
    font-size: 20px;
  }

  .cross1 h5 {
    font-size: 18px;
  }

  .cross1 h4 {
    font-size: 20px;
  }

  .graph-box ul li {
    font-size: 16px;
  }

  .section-03 {
    padding: 120px 0;
  }
}

@media screen and (max-width: 1199.97px) {
  .section-02 {
    padding: 90px 0;
  }

}

@media screen and (max-width: 991.97px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    width: fit-content;
  }

  header .navbar-expand-lg .navbar-nav .nav-link:not(.no-icon)::before {
    content: "\f105";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    font-size: 10px;
    top: 14px;
  }

  .footer-link {
    padding-top: 36px;
  }

  .footer-panel {
    background-size: cover;
  }

  .drop-menu-panel {
    position: inherit;
    bottom: inherit;
    display: none;
    box-shadow: none;
    padding-left: 42px;
    width: inherit !important;
    padding: 0 0 0 42px;
  }

  .mobile-view-button {
    align-items: center;
    display: flex;
    height: 100%;
    opacity: 1 !important;
  }

  .navbar-toggler {
    border: none;
  }

  header .navbar-collapse {
    position: absolute;
    top: 93px;
    background: rgb(255, 255, 255);
    width: 100%;
    left: 0px;
    padding-bottom: 36px;
  }

  header .navbar {
    padding: 27px 36px 27px 36px !important;
  }

  .graph-2 {
    padding-top: 0;
  }

  .graph-info-panel .row .col-md-12:nth-child(2) .graph-box .graph-info-text {
    border: none;
  }

  .text-head {
    font-size: 31px;
    line-height: 35px;
  }

  .hair {
    top: 15%;
    width: 31rem;
  }

  .graph-info-text {
    padding-bottom: 50px;
  }

  .section-03,
  .section-02,
  .section-01 {
    padding: 60px 0;
  }

  .box-card h3 {
    font-size: 100px;
    line-height: 142px;
  }

  .box-card p {
    font-size: 17px;
  }

  .footer-info .link-text,
  .footer-info p {
    font-size: 16px;
  }

  .footer-info {
    padding: 14px 0;
  }

  .shape-1 {
    width: 9rem;
    right: -66px;
    bottom: 29%;
    top: inherit;
    transform: rotate(-26deg);
  }

  .dtr-video {
    margin-top: 22px;
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 9px 36px 9px 36px;
  }

  header .navbar-expand-lg .navbar-nav .drop-menu-panel a:hover {
    background: none;
  }
}

@media screen and (max-width: 767.97px) {
  header .navbar-brand {
    height: 40px;
  }

  header .navbar-expand-lg .navbar-nav .nav-link,
  header .navbar-expand-lg .navbar-nav .drop-menu-panel a {
    font-size: 14px;
  }

  .banner .link-text {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .box-card h3 {
    font-size: 90px;
    line-height: 94px;
  }

  .box-card p {
    font-size: 15px;
    line-height: 20px;
  }

  .box-card {
    width: 248px;
    margin-left: auto;
  }

  .section-02 h2,
  .section-03 p,
  .section-03 h2 {
    text-align: center;
  }

  .hair {
    top: 6%;
    width: 55%;
  }

  .result-info {
    padding-top: 180px;
  }

  .graph-info-panel {
    padding-top: 45px;
  }

  .section-03 p {
    font-size: 13px;
    line-height: 15px;
  }

  .section-04 .shape-3 {
    width: 55%;
    top: -65%;
  }

  .lady {
    width: 56%;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
  }

  .section-01 {
    text-align: center;
  }

  .section-01 p {
    font-size: 15px;
    line-height: 23px;
    width: 82%;
    margin: 0 auto;
  }


  .section-01 {
    overflow: hidden;
  }

  .text-head,
  .section-01 h1 {
    font-size: 29px;
    line-height: 35px;
  }
}

@media screen and (max-width: 599.97px) {

  .section-02 {
    background-position: -135px 0;
  }

  .footer-info {
    display: block;
    text-align: center;
  }

  .footer-info .link-text {
    margin: 0 auto;
  }

  .section-01 h1 {
    margin-bottom: 17px;
  }

  .h3-fst.last {
    margin-bottom: 10px;
  }

  .cross1 img {
    width: 112px;
  }

  .modal-content {
    padding: 28px;
  }

  .modal-form-cnt h6 {
    font-size: 28px;
  }

  form input {
    font-size: 16px;
  }
}