body {
  margin: 0;
  font-family: "Atlas-Grotesk-Regular-VH", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: "Atlas-Grotesk-Regular-VH", sans-serif !important;
}

a {
  text-decoration: none;
}

.link-footer-questions a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.9s !important;
}

/*CSS global */

#id01 {
  overflow: hidden;
  z-index: 8;
}

.text-error,
.phone-error,
.email-error,
.introd-text-error,
.introd-phone-error,
.introd-email-error,
.partner-text-error,
.partner-phone-error,
.partner-tax-error,
.partner-company-error,
.partner-email-error,
.question-error {
  color: red !important;
  margin: 0px !important;
  line-height: unset !important;
  letter-spacing: unset !important;
  font-size: 15px !important;
}

.display-none {
  display: none;
}

.login-img {
  height: 564px;
  background: url(../images/login-01.png) center center no-repeat;
  background-size: cover;
}

.mt-4 {
  margin-top: 4px;
}

.mt-3rem {
  margin-top: 3rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mb-5rem {
  margin-bottom: 5rem;
}

.text-italic {
  font-style: italic;
}

.brown {
  color: #bf975d;
}

.container-custom {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 0.5rem;
}

.line-brown {
  border-bottom: 5px solid #97623b;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.line-red {
  border-bottom: 5px solid #fe4932;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.line-green {
  border-bottom: 5px solid #0fb7ad;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.line-yellow {
  border-bottom: 5px solid #ffb047;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.line-blue {
  border-bottom: 5px solid #25bec3;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.line-orange {
  border-bottom: 5px solid #fd7404;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

/*CSS header*/

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-bottom: 3rem;
}

.logo-sm {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  padding: 5px;
}

.header {
  background-color: #354155;
  text-align: center;
}

/*.header__wrapper{
	display: grid;
  	grid-template-columns: 200px 1000px 100px;
  	grid-column-gap: 120px;
}*/

.icon-bar-menu {
  font-size: 30px;
  cursor: pointer;
  color: #bf975d;
  position: absolute;
  z-index: 999;
  right: 20px;
}

.logo-sm-right {
  position: absolute;
  z-index: 999;
  right: 67px;
  padding: 5px;
}

.js-sticky .icon-bar-menu {
  font-size: 30px;
  cursor: pointer;
  color: #bf975d;
  position: absolute;
  z-index: 999;
  right: 55px;
}

.js-sticky .logo-sm-right {
  right: 88px;
}

#js-navbar {
  overflow: hidden;
}

#js-navbar .main-menu .main-menu--pd span {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 9px 5px 33px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

#js-navbar .main-menu .main-menu--pd a {
  text-decoration: none;
  color: #fff;
  padding: 20px;
}

/*#js-navbar a:hover {
  background-color: #ddd;
  color: black;
}*/

#js-navbar .main-menu .main-menu--pd a.active {
  background-color: #c4c4c4;
  color: #354155;
  padding: 20px;
}

.js-sticky {
  position: fixed;
  top: 0;
  width: 103%;
  z-index: 10;
  padding-right: 30px;
  background-color: #354155 !important;
}

/*CSS Off-Canvas Menu*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  background-color: #1c2b4d;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center;
  overflow: hidden;
}

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  display: block;
}

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

.sidenav ul li {
  position: relative;
}

.sidenav ul li .tooltip_login {
  position: fixed;
  z-index: 5;
  top: auto;
  right: 85px;
  height: 40px;
  padding: 7px 5px;
  width: 200px;
  background-color: #1c2b4d;
  border-left: 5px solid #fff;
  color: #fff;
  transform: translateY(-50%);
  display: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: -20px;
}

.sidenav ul li .tooltip_signup {
  position: fixed;
  z-index: 5;
  top: auto;
  right: 85px;
  height: 40px;
  padding: 8px 5px;
  width: 200px;
  background-color: #1c2b4d;
  border-left: 5px solid #fff;
  color: #fff;
  transform: translateY(-50%);
  display: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: -20px;
}

.sidenav ul li .tooltip_contact {
  position: fixed;
  z-index: 5;
  top: auto;
  right: 85px;
  height: 40px;
  padding: 8px 5px;
  width: 200px;
  background-color: #1c2b4d;
  border-left: 5px solid #fff;
  color: #fff;
  transform: translateY(-50%);
  display: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: -20px;
}

.sidenav ul li .tooltip_question {
  position: fixed;
  z-index: 5;
  top: auto;
  right: 85px;
  height: 40px;
  padding: 8px 5px;
  width: 250px;
  background-color: #1c2b4d;
  border-left: 5px solid #fff;
  color: #fff;
  transform: translateY(-50%);
  display: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: -20px;
}

.sidenav ul li:hover .tooltip_login,
.sidenav ul li:hover .tooltip_signup,
.sidenav ul li:hover .tooltip_contact,
.sidenav ul li:hover .tooltip_question {
  display: block;
  color: #bf975d;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/*CSS Mobile-Canvas Menu*/
.side-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #1c2b4d;
  overflow-x: hidden;
  transition: 0.9s;
  text-align: center;
  overflow: hidden;
}

.side-menu a {
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.9s;
  line-height: 3;
}

.side-menu a:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.side-menu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/*.side-menu--mt3rem{
	margin-top: 3rem
}*/

.bar-menu a {
  color: #fff;
  position: relative;
}

.bar-menu a:hover {
  color: #bf975d;
}

.vertical-line {
  border-left: 2px solid #fff;
  height: 50px;
  margin-left: 50%;
  top: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.horizontal-line {
  border-top: 1px solid #fff;
  margin-top: 12px;
  width: 90px;
}

.banner-wrapper {
  display: grid;
  grid-template-columns: 100px 500px;
}

#js-main {
  transition: margin-left 0.5s;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/*Carousel*/

.banner-card {
  position: absolute;
  width: 700px;
}

.banner-card__head {
  background: #0000007d;
  padding: 20px 30px 20px;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}

.banner-card__head h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
}

.banner-card__head h2 {
  font-weight: 700;
  text-transform: uppercase;
}

.banner-card__head p {
  font-weight: 400;
  font-size: 17px;
  color: #d9d9d9;
  text-transform: capitalize;
}

.banner-card__body {
  background: #f1eeee8c;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 0px 0px 10px 10px;
}

.banner-card__body p {
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  color: #000;
}

.banner-btn {
  background-color: #bf975d;
  padding: 9px;
  color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 24%;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}

.banner-btn:hover {
  color: #000;
  text-decoration: none;
}

.banner-symbol {
  color: #fff;
  font-style: 32px;
  font-weight: 700;
  font-size: 17px;
}

.carousel-btn {
  position: absolute;
  bottom: 18%;
  left: 46%;
  /* margin-top: -9%;
  margin-left: 40%; */
}

.carousel-btn a {
  color: #fff;
}

.carousel-btn a:hover {
  color: #bf975d;
}

/*Shared section*/

.shared {
  height: 555px;
  margin-bottom: 5rem;
}

.shared-section {
  height: 100%;
  background: url(./../images/shared.png) center center no-repeat;
  background-size: cover;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.shared-section__text {
  text-align: center;
  padding-top: 18rem;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

/*Different section*/
.mybreadcrumb-com {
  background: #1c2b4d;
  /* border: 1px solid #707070; */
  margin: 13px 0px;
  width: 55%;
}

.mybreadcrumb-com .mybc-link {
  display: inline-block;
  /* padding: 8px 5px 8px 15px; */
  position: relative;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open-Sans", sans-serif;
  font-size: 20px;
  padding: 10px 40px;
}

.product-arrow {
  content: "";
  border-top: 33px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 34px solid #1c2b4d;
  position: absolute;
  left: calc(53% + 12px);
  z-index: 0;
}

.different-section__wrapper {
  margin-top: 5rem;
}

.different-section__box {
  text-align: center;
  padding: 20px 50px;
  height: 300px;
  border-left: 1px solid #d9d9d9;
}

.different-section__box h3 {
  font-weight: 600;
  font-size: 20px;
}

.no-solid-left {
  border-left: 0px solid #fff;
}

.solid-bottom {
  border-bottom: 1px solid #d9d9d9;
}

/*Reason-section*/
.reason-section {
  background-color: #202020;
}

.reason-section .reason-section__text {
  padding-left: 60px;
  padding-right: 50px;
}

.reason-section .reason-section__text h4 {
  text-align: justify;
}

.reason-section h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
  margin-top: 0;
}

.reason-section h4 {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.reason-section a {
  text-decoration: none;
}

.reason-section p {
  padding: 100px 40px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.reason-section a:hover {
  text-decoration: none;
}

.reason-section p:hover {
  text-decoration: none;
}

.reason-section--customer {
  background: url(./../images/customer-01.png) center center no-repeat;
  background-size: cover;
  opacity: 0.7;
}

.reason-section--customer:hover {
  opacity: 1;
}

.reason-section--partner {
  background: url(./../images/partner-01.png) center center no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.reason-section--partner:hover {
  opacity: 1;
}

.reason-section--investor {
  background: url(./../images/investor-01.png) center center no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.reason-section--investor:hover {
  opacity: 1;
}

.btn-detail a {
  color: #bf975d;
}

.btn-detail a:hover {
  color: #ffb047;
}

.btn-detail span {
  font-style: italic;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 600;
}

/*Signup-section*/
.signup-section {
  background-color: #354155;
  margin-bottom: 2rem;
}

.signup-section h3 {
  font-size: 25px;
  padding: 10px 0px 15px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.signup-btn {
  font-weight: 600;
  font-size: 16px;
  background-color: #bf975d;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;

  cursor: pointer;
  margin-top: 12px;
}

.signup-btn:hover {
  text-decoration: none;
  color: #ffb047;
}

.login-img img {
  height: 492px;
}

.login-form {
  position: relative;
}

.login-form .w3-input {
  background: #ccc;
  border-radius: 5px;
  height: 35px;
  outline: none;
  margin-top: 10px;
  margin-bottom: 5px !important;
}

.login-form label {
  margin-left: 2rem;
  margin-top: 5px;
}

.login-form label:hover {
  color: red;
}

.login-form p {
  margin-left: 2rem;
  margin-top: 1rem;
}

.btn-signup-form {
  background-color: red;
  border: 0px;
  color: #fff;
  padding: 8px 35px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  float: right;
  margin-bottom: 2rem;
}

.login-form h4 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.login-form h5 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #a2a0a0;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.rotate {
  margin: auto;
  /* transition: all 0.5s ease-in-out 0s; */
  animation-name: movingArrow;
}

.different-section__box:hover .rotate.y {
  animation: movingArrow 0.7s infinite;
}

@keyframes movingArrow {
  50% {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
  }
}

.investors-info__body:hover .rotate.y {
  animation: movingArrow 0.7s infinite;
  /* transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg); */
}

.gallery {
  position: relative;
  height: auto;
}
.gallery ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gallery ul:before,
.gallery ul:after {
  content: "";
  display: table;
}
.gallery ul:after {
  clear: both;
}
.gallery ul {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.gallery ul li {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.gallery ul li a {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: cover;
  background-repeat: no-repeat;
  background-color: #333;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Grid wrapper sizes */
.gallery-grid-size-1 {
  width: 100%;
  max-width: 1500px;
  opacity: 0.4;
  margin: 10px;
}

.gallery-grid-size-2 {
  width: 100%;
  opacity: 0.4;
}

.gallery-grid-size-3 {
  width: 100%;
  margin-top: 0px;
}

.ri-grid-loading:after,
.ri-grid-loading:before {
  display: none;
}

.ri-loading-image {
  display: none;
}

.ri-grid-loading .ri-loading-image {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}

/*Stepsup-section*/
.stepsup-section {
  background-color: #fff;
}

.stepsup-section span {
  text-transform: uppercase;
  font-weight: 700;
  color: #757070;
  margin-top: 5rem;
  font-size: 30px;
}

.stepsup-section__title p {
  text-transform: uppercase;
  font-weight: 700;
  color: #757070;
  font-size: 30px;
  letter-spacing: 4px;
}

.stepsup-section__title--wrapper {
  display: grid;
  grid-template-columns: 50px 740px;
}

.stepsup-section img {
  margin-bottom: 12px;
}

.stepsup-section__img img {
  position: absolute;
  right: -10px;
  top: 10px;
}

.stepsup-section__images {
  margin-left: 50px;
}

.stepsup-section__grid h4 {
  font-weight: 600;
  font-size: 20px;
}

.stepsup-section__grid p {
  font-size: 16px;
  text-align: justify;
}

.stepsup-section__title {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

/*Footer-section*/

.footer-section__wrapper a:hover {
  color: #fff;
  text-decoration: none;
}

.footer1st img {
  position: absolute;
  top: 0;
  right: 0;
}

.footer2st img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-section h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 3;
  margin: 0;
  width: 300px;
}

.footer-section h2 {
  font-size: 18px;
  line-height: 3;
  font-weight: 600;
  margin-bottom: 0rem;
}

.footer-section p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #d9d9d9;
  margin-bottom: 1rem;
  text-align: justify;
}

.footer-section span {
  font-size: 15px;
  font-weight: 400;
  line-height: 3;
  color: #fff;
}

.footer-section img {
  margin-bottom: 3px;
}

.footer-section ul li {
  display: block;
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 400;
  line-height: 3;
  margin-left: -20px;
}

.footer-section ul a:hover {
  text-decoration: none;
}

.footer-section--logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  padding-top: 3rem;
  text-align: center;
}

/*Bussiness-section*/
.bussiness-section {
  position: relative;
}

.bussiness-section .box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  margin-top: 9rem;
}

.bussiness-section .box h2 {
  font-size: 30px;
  margin-bottom: 1rem;
  font-weight: 600;
  font-style: italic;
}

.bussiness-section .box h3 {
  font-size: 123px;
  font-weight: 700;
  text-align: right;
}

.bussiness-section .box h4 {
  font-size: 40px;
  font-weight: 600;
}

.bussiness-section .box p {
  font-size: 32px;
  font-weight: 500;
}

.bussiness-section__mt {
  margin-top: 20px;
}

/*Footer-bottom*/
.footer-bottom {
  background-color: #202020;
}

.footer-bottom span {
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 20px 14px 20px 40px;
}

.footer-section__title--hr {
  border-top: 3px solid #ffb047;
  width: 27rem;
  margin-bottom: 20px;
}

.mybreadcrumb {
  background: url(./../images/arrow-bg.png) center center no-repeat;
  background-size: cover;
  height: 65px;
  width: 60%;
  margin-top: -8.2rem;
}

.mybreadcrumb img {
  margin-bottom: 5px;
}

.mybreadcrumb__link {
  color: #fff;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open-Sans", sans-serif;
  font-size: 25px;
  padding: 0px 130px;
  font-weight: 700;
}

.mybreadcrumb__arrow {
  padding-top: 10px;
}

/* Service Page */
.service-banner-section {
  background: url(../images/servicebanner.jpg) center center no-repeat;
  background-size: cover;
  height: 400px;
}

.service-ml {
  margin-left: 25%;
}

.service-flexbox {
  display: flex;
  flex-wrap: wrap;
}

.service-flexbox .flexbox-item__1st {
  width: 515px;
}
.service-flexbox .flexbox-item__2st {
  width: 320px;
}

.service-flexbox .flexbox-item__3st {
  width: 500px;
}

.service-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 30px;
  letter-spacing: 10px;
  text-align: right;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.service-title h1,
.service-title span {
  font-size: 30px;
  font-weight: 600;
}

.image-solution img {
  width: 300px;
}

.service-text-solution__1st {
  line-height: 2;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  color: #d33737;
  margin-top: 5rem;
}

.service-text-solution__2st {
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin-top: 3rem;
}

.sponsor-section {
  margin-top: 5rem;
}

.debt-financing ul li {
  list-style-type: square;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.list-style__green li::marker {
  color: green;
}
.list-style__yellow li::marker {
  color: #ffb047;
}
.list-style__red li::marker {
  color: red;
}

.line-yellows {
  border-bottom: 5px solid #ffb047;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 15px;
}

.line-greens {
  border-bottom: 5px solid green;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 15px;
}

.line-reds {
  border-bottom: 5px solid red;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 15px;
}

.sponsor-section .pd-right-0px {
  padding-right: 0;
}

.sponsor-section .pd-left-0px {
  padding-left: 0;
}

.debt-financing h2 {
  font-weight: 700;
  text-align: center;
  margin-top: 3rem;
}

.green-btn {
  background-color: transparent;
  border: 3px solid green;
  color: #000;
  padding: 5px 35px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 20px 2px;
  cursor: pointer;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.yellow-btn {
  background-color: transparent;
  border: 3px solid #ffb047;
  color: #000;
  padding: 5px 35px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 20px 2px;
  cursor: pointer;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.red-btn {
  background-color: transparent;
  border: 3px solid red;
  color: #000;
  padding: 5px 35px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 20px 2px;
  cursor: pointer;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.service-steps-section {
  margin-top: 4rem;
  height: 800px;
}

.service-steps-section h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-top: 3rem;
}

.service-steps img {
  position: absolute;
  right: -38px;
  bottom: -41px;
  width: 135px;
}

.service-steps {
  position: relative;
}

.service-advantages-section {
  margin-top: 10rem;
}

.service-advantages-section h2 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.service-advantages__backgroud {
  background: #d6e3ee;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}

.service-advantages__backgroud h3 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
  font-size: 23px;
}

.owl-carousel__item {
  background: #fff;
  border-radius: 20px;
  /* margin-right: 20px;*/
  padding: 20px;
  height: 380px;
  margin: 0px 15px;
}

.service-advantages-line {
  border-bottom: 1px solid #000;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-top: 40px;
}

.service-mt {
  margin-top: 160px;
}

.owl-carousel__title {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  margin-top: 2rem;
}

.owl-carousel__solutionText {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 65px;
}

.owl-carousel__productText {
  font-weight: 500;
  color: #c7c2c2;
  font-size: 16px;
  /* padding-top: 3rem;
  padding-bottom: 4rem; */
}

.owl-carousel__noteText {
  font-style: italic;
  text-align: right;
  color: #726a6a;
  margin-right: 25px;
  margin-top: 25px;
}

.owl-carousel__hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #000;
}

.owl-carousel__columns {
  position: relative;
}

.owl-carousel__columns .owl-prev {
  font-size: 30px !important;
  top: 20%;
  left: 0px;
  position: absolute;
}

.owl-carousel__columns .owl-next {
  font-size: 30px !important;
  top: 20%;
  right: 0px;
  position: absolute;
}

.sponsor-flex {
  display: flex;
  flex-wrap: wrap;
}

.sponsor-flex .sponsor-item-img__1 {
  width: 54%;
  background: url(../images/sponsor-1.jpg) center center no-repeat;
  background-size: cover;
}

.sponsor-flex .sponsor-item-img__2 {
  width: 54%;
  background: url(../images/sponsor-2.jpg) center center no-repeat;
  background-size: cover;
}

.sponsor-flex .sponsor-item-img__3 {
  width: 54%;
  background: url(../images/sponsor-3.jpg) center center no-repeat;
  background-size: cover;
}

.sponsor-flex .sponsor-item-text {
  width: 46%;
  background: url(../images/sponsor-bg.png) center center no-repeat;
  background-size: cover;
  padding: 29px 70px;
}

.step-action__grid__title {
  font-weight: 600;
  font-size: 16px;
}

.step-action__grid__text {
  font-weight: 400;
  font-size: 16px;
}

/* CSS Customer */
.customer-header {
  background: url(../images/customer-bg.jpg) center center no-repeat;
  background-size: cover;
  height: 600px;
  margin-top: -42px;
}

.customer-body {
  float: right;
  background: #63615e54;
  text-align: center;
  width: 500px;
  margin-right: 20px;
  margin-top: 42px;
  padding: 76px 24px;
}

.triangle_down {
  width: 0;
  height: 0;
  border-left: 250px solid transparent;
  border-right: 250px solid transparent;
  border-top: 95px solid #63615e54;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 20px;
  top: 600px;
}

.customer-hr {
  margin-top: 20px;
  margin-bottom: 3rem;
  border: 0;
  width: 150px;
  /* text-align: center; */
  border-top: 3px solid #eee;
  margin-left: auto;
  margin-right: auto;
}

.customer-btn {
  background-color: transparent;
  border: 1px solid #5f89b2;
  color: #fff;
  padding: 5px 35px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 21px 2px;
  cursor: pointer;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.customer-body h2,
.customer-body h1 {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.customer-body p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-top: 2rem;
}

.customer-helper {
  background: url(../images/customer-helper-bg.png) center center no-repeat;
  background-size: cover;
}

.customer-helper span {
  font-size: 32px;
  font-weight: 600;
  color: #5c5a5a;
  letter-spacing: 7px;
}

.customer-pd {
  padding-top: 7rem;
}

.customer-pic {
  background: url(../images/customer-pic-1.png) center center no-repeat;
  background-size: cover;
  height: 520px;
}

.customer-helper p {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.customer-flexbox {
  display: flex;
  flex-wrap: wrap;
}

.customer-flexbox__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.customer-row-item {
  width: 50%;
  padding: 45px 25px 0px;
}

.customer-row-item img {
  margin-bottom: 20px;
}

.customer-flexbox__img,
.customer-flexbox__item {
  width: 50%;
}

.customer-sponsor-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.customer-sponsor-item {
  width: 32.8%;
}

.customer-sponsor-item__red {
  background: url(../images/customer-pic-6.png) center center no-repeat;
  background-size: cover;
  padding: 0px 20px 80px;
  height: 800px;
}

.customer-sponsor-item__green {
  background: url(../images/customer-pic-7.png) center center no-repeat;
  background-size: cover;
  padding: 0px 20px 80px;
  height: 800px;
}

.customer-sponsor-item__blue {
  background: url(../images/customer-pic-8.png) center center no-repeat;
  background-size: cover;
  padding: 0px 20px 80px;
  height: 800px;
}

.box-item__red {
  background: #de0f2354;
  padding: 95px 60px;
}

.box-item__green {
  background: #2bb92154;
  padding: 95px 60px;
}

.box-item__blue {
  background: #3c54a954;
  padding: 95px 60px;
}

.customer-sponsor-item {
  color: #fff;
}

.customer-sponsor-item h3 {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 1rem;
  line-height: 1.5;
}

.customer-sponsor-item__hr {
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #fff;
  margin-bottom: 2rem;
  width: 260px;
}

.customer-sponsor-item p {
  line-height: 1.5;
  margin-bottom: 2rem;
  font-size: 16px;
  font-style: italic;
  text-align: justify;
}

.customer-sponsor-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: rgb(255, 255, 255);
  padding: 5px 35px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 30px auto;
  cursor: pointer;
  font-weight: 600;
}

.early-payment-section {
  margin-top: 11rem;
}

.early-payment-bg {
  background: url(../images/early-payment-bg.png) center center no-repeat;
  background-size: cover;
}

.early-payment-flex {
  display: flex;
  flex-wrap: wrap;
}

.early-payment__text {
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #489e49;
  margin: 0px;
}

.early-payment-item {
  width: 25%;
  padding: 70px 50px;
  text-align: center;
  color: #fff;
}

.early-payment-steps__hr {
  margin-top: 0px;
  margin-bottom: 3rem;
  border: 0;
  width: 100px;
  /* text-align: center; */
  border-top: 4px solid #3fc53d;
  margin-left: auto;
  margin-right: auto;
}

.customer-flex__title {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px -7px 17px 2px rgb(53 51 51 / 20%);
  border-radius: 10px;
  width: 600px;
  position: absolute;
  left: 0;
  margin-left: auto;
  right: 0;
  top: -38px;
  margin-right: auto;
  display: block;
}

.early-payment-steps {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
}

.early-payment-item__subtitle {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

.early-payment-item__text {
  font-size: 16px;
  color: #fff;
}

.sponsored-investment__text {
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #489e49;
  margin: 0px;
}

.sponsored-investment__hr {
  margin-top: 0px;
  margin-bottom: 3rem;
  border: 0;
  width: 100px;
  /* text-align: center; */
  border-top: 4px solid #eee;
  margin-left: auto;
  margin-right: auto;
}

.sponsored-investment-steps {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
}

.sponsored-investment-item__subtitle {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

.sponsored-investment-item__text {
  font-size: 16px;
  color: #fff;
}

.sponsored-investment__text {
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #489e49;
  margin: 0px;
}

.sponsored-investment-steps__hr {
  margin-top: 0px;
  margin-bottom: 3rem;
  border: 0;
  width: 100px;
  /* text-align: center; */
  border-top: 4px solid #eee;
  margin-left: auto;
  margin-right: auto;
}

.customer-flex-steps {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
}

.customer-flex-steps__hr {
  margin-top: 0px;
  margin-bottom: 3rem;
  border: 0;
  width: 100px;
  /* text-align: center; */
  border-top: 4px solid #eee;
  margin-left: auto;
  margin-right: auto;
}

.debt-advance-section {
  margin-top: 11rem;
}

.debt-advance-bg {
  background: url(../images/debt-advance.png) center center no-repeat;
  background-size: cover;
}

.debt-advance-flex {
  display: flex;
  flex-wrap: wrap;
}

.debt-advance-item {
  width: 25%;
  padding: 70px 50px;
  text-align: center;
  color: #fff;
}

.debt-advance-steps {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
}

.debt-advance__text {
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #e8bf2a;
  margin: 0px;
}

.debt-advance-item__subtitle {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

.debt-advance-item__text {
  font-size: 16px;
  color: #fff;
}

.debt-advance-steps__hr {
  margin-top: 0px;
  margin-bottom: 3rem;
  border: 0;
  width: 100px;
  /* text-align: center; */
  border-top: 4px solid #eee;
  margin-left: auto;
  margin-right: auto;
}

.sponsored-investment-section {
  margin-top: 11rem;
}

.sponsored-investment-bg {
  background: url(../images/sponsored-investment.png) center center no-repeat;
  background-size: cover;
}

.sponsored-investment-flex {
  display: flex;
  flex-wrap: wrap;
}

.sponsored-investment-item {
  width: 20%;
  padding: 70px 50px;
  text-align: center;
  color: #fff;
}

.sponsored-investment__text {
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #ee6f7a;
  margin: 0px;
}

.customer-solution-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
}
.customer-solution-section span {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}

.customer-solution-btn {
  background-color: transparent;
  border: 3px solid #d51d19;
  color: #d51d19;
  padding: 5px 35px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 17px;
  margin: 21px 2px;
  cursor: pointer;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.customer-intro {
  margin-bottom: 6rem;
  text-align: left;
}

/* Investors */
.investors-info-section {
  background-color: #3e3e3f;
  padding-top: 1rem;
}

.investors-line__1st {
  position: absolute;
  top: 3rem;
  left: 455px;
}

.investors-line__2st {
  position: absolute;
  top: 18rem;
  left: 535px;
}

.investors-header {
  background: url(../images/investorBanner.png) center center no-repeat;
  background-size: cover;
  margin-top: -42px;
}

.investors-body {
  width: 50%;
  color: #fff;
  margin-top: 22rem;
  margin-bottom: 22rem;
}

.investors-body h1 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.investors__hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  width: 150px;
  /* text-align: center; */
  border-top: 3px solid #eee;
}

.investors-body p {
  line-height: 2;
  font-size: 16px;
  font-style: italic;
  width: 600px;
}

.investors-btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 35px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 21px 2px;
  cursor: pointer;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.investors-info__body {
  background: #fff;
  text-align: center;
  box-shadow: 2px 4px 10px #b6aa93;
  padding: 20px 30px;
  height: 350px;
}

.investors-info__body h5 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.investors-info__body p {
  font-size: 16px;
  line-height: 2;
}

.investors-info__img {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.investors-product img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.investors-product__title {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 33px;
}
.investors-product-desc {
  color: #fff;
}

.investors-product-desc h5 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 4rem;
}

.investors-product-desc p {
  line-height: 2;
  font-size: 18px;
}

.investors-product-rank {
  background: #f0f0f0;
  padding: 20px;
  text-align: center;
  margin-bottom: -40px;
}

.investors-product-rank__flexbox {
  display: flex;
  flex-wrap: wrap;
}

.investors-product-rank__flexbox__border {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #a69c9c;
  margin-bottom: 2rem;
}

.investors-product-rank__item {
  width: 25%;
  margin-top: 9px;
}

.investors-product-rank__item p {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 16px;
}

.investors-product-rank__flexbox__border .investors-product-rank__item p {
  font-weight: 700;
  font-size: 16px;
  margin-top: 0px;
}

.investors-product-rank__note {
  text-align: left;
  font-size: 12px;
  font-style: italic;
  color: #7d7676;
}

.how-to-invest {
  background: #eee;
  padding-bottom: 7rem;
}

.how-to-invest h5 {
  font-weight: 600;
  font-size: 30px;
  padding-top: 6rem;
  margin-bottom: 4rem;
  margin-top: 0px;
}

.funding__text {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #f8120e;
}

.funding__img {
  background: url(../images/investor-02.png) center center no-repeat;
  background-size: cover;
  height: 400px;
}

.funding__hr {
  border-bottom: 2px solid #f8120e;
  margin-left: auto;
  margin-right: auto;
}

.guaranteed__text {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #5fbc61;
}

.guaranteed__img {
  background: url(../images/investor-03.png) center center no-repeat;
  background-size: cover;
  height: 400px;
}

.guaranteed__hr {
  border-bottom: 2px solid #5fbc61;
  margin-left: auto;
  margin-right: auto;
}

.how-to-invest ul li {
  list-style-type: square;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 7px;
  text-align: justify;
}

.invest-financing__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.invest-financing__item {
  width: 48%;
}

.fixed-investment-desc {
  color: #000;
}

.fixed-investment-desc h5 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 4rem;
}

.fixed-investment-desc p {
  line-height: 2;
  font-size: 18px;
}

.fixed-investment-rank {
  background: #2a2a2ae8;
  padding: 20px;
  text-align: center;
  margin-bottom: -40px;
}

.fixed-investment-rank__item p {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.fixed-investment-rank__flexbox {
  display: flex;
  flex-wrap: wrap;
}

.fixed-investment-rank__item {
  width: 25%;
  margin-top: 9px;
}

.fixed-investment-rank__flexbox__border {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fff;
  margin-bottom: 2rem;
}

.fixed-investment-rank__flexbox__border .fixed-investment-rank__item p {
  font-weight: 700;
  font-size: 16px;
  margin-top: 0px;
}

.fixed-investment-rank__note {
  text-align: left;
  font-size: 12px;
  font-style: italic;
  color: rgb(254 249 249);
}

.fixed-investment-btn {
  background-color: transparent;
  border: 1px solid #000;
  color: #514c4c;
  padding: 5px 35px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 21px 2px;
  cursor: pointer;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.why-choose {
  background: #d0dfec;
  margin-top: -4rem;
  padding-bottom: 4rem;
}

.why-choose h4 {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-top: 12rem;
  margin-bottom: 6rem;
}

.why-choose-body {
  background: #fff;
  padding: 20px;
  height: 550px;
}

.why-choose__flex,
.why-choose-interesting__flex,
.why-choose-diversity__flex,
.why-choose-professional__flex {
  display: flex;
  flex-wrap: wrap;
}

.why-choose__item {
  width: 33.333%;
}

.navbar-menu {
  display: none;
}

.why-choose-interesting__item,
.why-choose-diversity__item,
.why-choose-professional__item {
  width: 50%;
}

.why-choose-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.why-choose-text {
  font-size: 17px;
  line-height: 2;
  margin: 0;
}

.interesting-img {
  background: url(../images/whychoose-01.png) center center no-repeat;
  background-size: cover;
  height: 550px;
}

.professional-img {
  background: url(../images/whychoose-03.png) center center no-repeat;
  background-size: cover;
  height: 550px;
}

.diversity-img {
  background: url(../images/whychoose-02.png) center center no-repeat;
  background-size: cover;
  height: 550px;
}

.become-investors-section {
  text-align: center;
  background: #fff;
  margin-bottom: 1rem;
  margin-top: 4rem;
}

.become-investors-section h5 {
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.become-investors-title {
  font-weight: 600;
  font-size: 17px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.become-investors-text {
  font-size: 16px;
}

.become-investors-body {
  margin-bottom: 2rem;
  padding: 20px;
  height: 300px;
}

.steps-about-us a:hover {
  text-decoration: none;
}

.steps-about-pd {
  padding: 50px 115px;
}

.steps-body__ml1st {
  margin-right: 13rem;
}

/* CSS contact */

.content-up-contact {
  background: url(../images/contactBanner.png) center center no-repeat;
  background-size: cover;
}

.text-banner {
  text-align: center;
}

.content-down-contact {
  padding: 40px 200px 30px;
}

.content-down-contact h2 {
  font-weight: bold;
  letter-spacing: 1.5px;
}

.content-down-contact h3 {
  font-weight: bold;
}

.content-down-contact h1 {
  font-weight: bold;
  letter-spacing: 6px;
}

.content-down-contact p {
  padding-top: 20px;
  font-size: large;
}

.title-contact {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: white;
  padding-top: 10rem;
  padding-bottom: 20rem;
}

.title-contact h1 {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 38px;
}

.title-contact p {
  font-style: italic;
  font-size: 18px;
}

.group-box-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10rem;
}

.box-contact {
  background-color: white;
  width: 500px;
  box-shadow: 0px 20px 40px 10px rgb(166 160 160 / 20%);
  padding: 20px 60px 30px;
  margin-top: -20vh;
  color: #31708f;
}

.box-contact h5 {
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: large;
}

.info-contact {
  text-align: center;
  font-weight: bold;
  font-size: medium;
  margin-bottom: 1rem;
}

.grp-text-contact .ml-4rem {
  margin-left: 4rem;
}

.content-down-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: blueviolet; */
}

.line-btn-contact {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cdc6c6;
  width: 44%;
  margin-left: auto;
  /* text-align: center; */
  margin-right: auto;
}

.stripes {
  border-right: 1px solid #b0acac;
  margin: 0px 30px 0px;
  height: 47px;
}

.grp-btn-contact {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-evenly;
  /* padding: 20px 10px 10px; */
  width: 40%;
}

.btn-login-contact {
  background-color: lightgrey;
  border: none;
  font-weight: bold;
  font-size: medium;
  height: 5rem;
  width: 17rem;
}

.btn-register-contact {
  background-color: rgb(1, 1, 79);
  color: white;
  border: none;
  font-weight: bold;
  font-size: medium;
  height: 5rem;
  width: 17rem;
}

.icon-boxtext-contact {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.footer-bottom-contact {
  background-color: #354155;
}

.footer-bottom-contact span {
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 20px 14px 20px 40px;
}

.grp-icon-footer {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-around;
  width: 30%;
  margin: 5rem;
}

.text-box {
  font-size: 16px;
  text-align: justify;
  color: #000;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.container-footer {
  margin-top: 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.under-line-contact {
  border-top: 2px solid grey;
  width: 45%;
  margin-bottom: 20px;
}

.grp-text {
  display: flex;
  flex-flow: nowrap;
}

.text-between {
  display: flex;
  flex-flow: nowrap;
  padding-left: 50px;
}

.text-down {
  display: flex;
  flex-flow: nowrap;
}

.link-footer {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-around;
  width: 50%;
}

.info-contact-bottom {
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
}

.link-footer p {
  font-weight: bold;
  color: white;
}

.verticalLine {
  height: 23px;
  margin-top: 3px;
  border-right: 1px solid #fff;
}

.contact-address h4 {
  font-size: 22px;
  font-weight: 600;
}

.grp-text-contact {
  margin-top: 5rem;
}

.grp-text-contact p {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.grp-text-contact span {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.contact-address {
  margin-bottom: 5rem;
}

.btn-contact {
  border: none;
  font-weight: 600;
  font-size: 17px;
  width: 160px;
  height: 3rem;
}

/* CSS ABOUT US */

.dropdown,
.dropup {
  position: relative;
  height: 35px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  padding: 6px 10px;
  z-index: 1;
  top: 41px;
  cursor: pointer;
  text-align: left;
}

.dropdown-line {
  border-bottom: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

#js-navbar .main-menu .dropdown-content a {
  color: #000;
  font-size: 13px;
}

#js-navbar .main-menu .dropdown-content a:hover {
  color: #114674;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* .banner-about-us {
  background: url(../images/background-about-us.png) center center no-repeat;
  background-size: cover;
  
} */

/* .banner-about-us__body {
  color: #fff;
  padding: 25vh;
} */

.banner-about-us__hr {
  border-bottom: 2px solid #fff;
  width: 235px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.banner-about-us__body h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.banner-about-us__body h1 {
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.steps-about-us {
  background: #2e2828;
  color: #fff;
  padding-bottom: 2rem;
}

.steps-about-us__body .text {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

.steps-body {
  margin-top: 3rem;
}

.steps-about-us .steps-body span {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
}

.steps-about-us .steps-body p {
  margin-bottom: 20px;
  margin-top: 3rem;
  line-height: 2;
  font-size: 16px;
  text-align: justify;
}

.steps-about-us .steps-img {
  width: 490px;
}

.steps-about-us__hr {
  border-bottom: 2px solid #fff;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.field-activity-left {
  position: relative;
  /* background: url(./../images/field-activity-banner.png) center center no-repeat;
  background-size: cover;*/
  height: 536px;
  margin-top: 10rem;
  margin-bottom: 15rem;
  width: 80%;
  margin-left: auto;
  margin-right: 90px;
}

.field-activity__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.field-activity__item {
  width: 50%;
}

.steps-body_two {
  margin-left: 13rem;
  margin-right: 5rem;
}

.field-activity-left__1st img {
  width: 240px;
  position: absolute;
  top: -136px;
  left: 140px;
  opacity: 0.7;
}

.ellipse__1st {
  position: absolute;
  top: 40px;
  left: 22px;
}

.ellipse__2st {
  position: absolute;
  left: 376px;
  top: 21px;
}

.ellipse__3st {
  position: absolute;
  left: 415px;
  top: 342px;
}

.MS-content .item:hover .owl-carousel__item {
  background: rgb(42 42 42);
}

.MS-content .item:hover .owl-carousel__title,
.MS-content .item:hover .owl-carousel__productText {
  color: #fff;
}

.MS-content .item:hover .owl-carousel__solutionText {
  color: #bf975d;
}

.MS-content .item:hover .owl-carousel__hr {
  border-top: 1px solid #fff;
}

.ellipse__4st {
  position: absolute;
  top: 393px;
  left: 44px;
}

.field-activity-left__2st img {
  width: 200px;
  position: absolute;
  top: 135px;
  left: 413px;
  opacity: 0.7;
}

.field-activity-left__1st img:hover,
.field-activity-left__2st img:hover,
.field-activity-left__3st img:hover,
.field-activity-left__4st img:hover {
  opacity: 1;
}

.field-activity-left__2st__text {
  position: absolute;
  right: -49px;
  font-size: 19px;
  top: 210px;
  text-align: center;
}

.field-activity-left__2st__text p {
  margin: 0px;
}

.field-activity-left__3st__text {
  position: absolute;
  left: -57px;
  font-size: 19px;
  top: 277px;
  text-align: center;
}

.field-activity-left__4st__text {
  position: absolute;
  font-size: 19px;
  left: 255px;
  top: 495px;
  text-align: center;
}

.field-activity-left__4st__text p {
  margin: 0px;
}

.field-activity-left__3st img {
  width: 200px;
  position: absolute;
  top: 190px;
  left: -90px;
  opacity: 0.7;
}
.field-activity-left__4st img {
  width: 200px;
  position: absolute;
  top: 420px;
  left: 220px;
  opacity: 0.7;
}

.scp-partner {
  text-align: center;
}

.scp-partner span {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
}

.scp-partner-list {
  background: #fff;
}

#aboutUsSlider .item img {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* CSS PARTNER */

.partner-banner-section {
  background: url(../images/partner-banner.png) center center no-repeat;
  background-size: cover;
  margin-top: -42px;
}

.partner-banner__title h1 {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  background: #00000054;
  padding: 60px;
  letter-spacing: 3px;
}

.partner-banner__pd {
  padding: 35vh 0px 30vh;
}

.partner-banner__width {
  width: 50%;
  margin-left: 2px;
}

.partner-banner-tab .w3-black {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -63px;
  display: flex;
}

.partner-banner-tab .w3-bar {
  width: 384px;
  overflow: hidden;
}

.partner-banner-tab .w3-brown-active {
  color: rgb(214, 158, 108);
  background: #000;
}

.partner-product__2st .partner-product__pl {
  padding-left: 5rem;
}

.partner-banner-tab .w3-button:hover {
  color: rgb(214, 158, 108) !important;
  background-color: #000 !important;
}

.partner-banner-tab .w3-bar .w3-bar-item {
  padding: 20px 33px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
  font-weight: 600;
  z-index: 5;
}

.partner-verticalLine {
  height: 30px;
  margin-top: 16px;
  border-right: 1px solid #fff;
}

.partner-body-tabs__1st {
  background-color: #403e3e;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.partnerTab {
  color: #fff;
}

.partnerTab .partner-body-tabs__1st span {
  font-weight: 600;
  letter-spacing: 10px;
  font-size: 32px;
  text-transform: uppercase;
}

.partnerTab h2 {
  font-weight: 600;
  letter-spacing: 10px;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.partnerTab p {
  color: #fff;
  line-height: 2;
  font-size: 16px;
  margin-bottom: 2rem;
  margin-top: 1rem;
  text-align: justify;
}

.partner-body-tabs__1st .partner-body-tabs__1st__img {
  width: 600px;
  float: right;
}

.partner-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: rgb(255, 255, 255);
  padding: 5px 35px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 30px auto;
  cursor: pointer;
  font-weight: 600;
}

.partner-product {
  background: #8f8f8f;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.partner-product__title {
  position: relative;
}

.partner-product__title h3 {
  font-weight: 600;
  color: #fff;
  font-size: 32px;
  padding: 30px 135px;
  letter-spacing: 2px;
}

.partner-product__title img {
  position: absolute;
  top: 10px;
  right: 10px;
}

.partner-product h5 {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
}

.partner-product__1st {
  margin-bottom: 2rem;
}

.partner-product__2st {
  margin-bottom: 2rem;
}

.partner-product__1st p {
  color: #fff;
  line-height: 2;
  font-size: 16px;
  margin-bottom: 1rem;
  text-align: justify;
  margin-right: 4rem;
}

.partner-product__2st p {
  color: #fff;
  line-height: 2;
  font-size: 16px;
  margin-bottom: 1rem;
  text-align: justify;
}

.partner-product__img-left img {
  width: 700px;
  position: absolute;
  left: -40px;
}

.partner-product__img-right img {
  width: 700px;
  position: absolute;
  right: -40px;
  margin-top: 2rem;
}

.partner-product__subtitl__hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  width: 200px;
  border-top: 3px solid #eee;
}

.connect-success {
  background: #354155;
  padding-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  height: 800px;
}

.connect-success h3 {
  font-weight: 600;
  color: #fff;
  font-size: 32px;
  letter-spacing: 2px;
  font-style: italic;
}

.connect-success__1st {
  border: 2px solid rgb(158, 154, 154);
  padding: 20px 30px 10px;
  position: absolute;
  top: 3rem;
  left: 776px;
  width: 400px;
  cursor: pointer;
}

.connect-success__2st {
  border: 2px solid rgb(158, 154, 154);
  padding: 20px 30px 10px;
  position: absolute;
  top: 14rem;
  width: 400px;
  cursor: pointer;
}

.connect-success__3st {
  border: 2px solid rgb(158, 154, 154);
  padding: 20px 30px 10px;
  position: absolute;
  top: 21rem;
  left: 915px;
  width: 400px;
  cursor: pointer;
}

.connect-success__4st {
  border: 2px solid rgb(158, 154, 154);
  padding: 20px 30px 10px;
  position: absolute;
  top: 32rem;
  left: 345px;
  width: 400px;
  cursor: pointer;
}

.connect-success__img img {
  position: absolute;
  top: -40px;
  left: 75px;
}

.connect-success__images img {
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.connect-success .connect-success__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 2rem;
  margin-top: 1rem;
  color: #c3bfbf;
}

.connect-success .connect-success__text {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 0rem;
  color: #c3bfbf;
}

.partner-co-operate {
  margin-bottom: 2rem;
}

.partner-co-operate h3 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  color: #454545;
}

.partner-co-operate p {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  color: #454545;
}

.partner-co-operate__hr {
  border-bottom: 5px solid #5495e6;
  width: 150px;
  margin-bottom: 2rem;
}

.partner-join {
  background: #fff;
  position: relative;
  height: 500px;
  margin-bottom: 5rem;
}

.partner-join__flex {
  display: flex;
  flex-wrap: wrap;
}

.partner-join__right {
  color: #fff;
  background: #141111ba;
  width: 62%;
  padding: 70px 125px 60px 50px;
  position: absolute;
  z-index: 3;
}

.partner-join__right h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 2rem;
  letter-spacing: 0;
}

.partner-join__right p {
  font-size: 17px;
  text-align: justify;
  line-height: 2;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.partner-join__left {
  background: #acb2d1;
  color: #fff;
  width: 40%;
  position: absolute;
  right: 45px;
  top: 70px;
  z-index: 2;
}

.partner-join__left p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin-bottom: 1rem;
  font-weight: 600;
  padding: 90px;
  letter-spacing: 1px;
}

.suitable-partner {
  margin-bottom: 5rem;
}

.suitable-partner__title {
  position: relative;
}

.suitable-partner__title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 865px;
  /* position: absolute;
  z-index: 2;
  margin-left: auto;
  margin-right: auto; */
}

.suitable-partner__title h3 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  margin-top: -63px;
}

.suitable-partner__body {
  text-align: center;
  padding: 50px 79px;
  border-right: 1px solid #a69797;
  margin-top: 3rem;
  height: 666px;
}

.border-none {
  border-right: 0px solid #000 !important;
}

.suitable-partner .suitable-partner__subtitle {
  color: #6e6262;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-align: center;
}

.suitable-partner .suitable-partner__text {
  color: #6e6262;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.suitable-partner .suitable-partner__hr {
  border-bottom: 2px solid #6e6262;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.scp-bring {
  background: url(../images/scp-bring.png) center center no-repeat;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.scp-bring h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: #000;
}

.scp-bring h4 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: #000;
}

.scp-bring p {
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  color: #000;
  margin-top: 1rem;
  margin-bottom: 40px;
}

.scp-bring__yellow {
  background: #f6ab03;
  padding: 20px;
  text-align: center;
  height: 280px;
  border-radius: 30px;
  margin-bottom: 1rem;
}

.scp-bring__pink {
  background: #f29dac;
  padding: 20px;
  text-align: center;
  height: 280px;
  border-radius: 30px;
  margin-bottom: 1rem;
}

.scp-bring__green {
  background: #87b24f;
  padding: 20px;
  text-align: center;
  height: 280px;
  border-radius: 30px;
  margin-bottom: 1rem;
}

.scp-bring__blue {
  background: #73aeb4;
  padding: 20px;
  text-align: center;
  height: 280px;
  border-radius: 30px;
  margin-bottom: 1rem;
}

.contact-info {
  background-color: #4d4848;
  padding-top: 2rem;
  padding-bottom: 5rem;
  color: #fff;
  height: 500px;
}

.contact-info h5 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.contact-info p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: justify;
}

.contact-info ul li {
  list-style-type: square;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-left: -15px;
}

.contact-info__form {
  background-color: #eee;
  color: #000;
  padding: 20px;
}

.contact-info__form h5 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #bf975d;
  text-align: center;
}

.contact-info__form span {
  font-size: 16px;
  font-weight: 600;
}

.contact-info .contact-pd-right {
  padding-right: 5rem;
}

.btn-contact-info {
  background-color: red;
  border: 0px;
  color: #fff;
  padding: 8px 35px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.dot-color {
  background-color: rgb(132, 151, 176);
}

.dot-bg {
  background-color: #d2e7ec;
}

.dot-gender {
  color: #fff;
  font-size: 20px;
  padding: 2px 10px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.dot-gender:hover {
  background-color: red;
}

.people-dot-gender {
  color: #fff;
  font-size: 20px;
  padding: 2px 10px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.people-dot-gender:hover {
  background-color: red;
}

.gender-pointer {
  cursor: pointer;
}

#partner-gender {
  margin-top: 6px;
  display: flex;
}

#people-gender {
  margin-top: 6px;
  display: flex;
}

.active-gender {
  background-color: red;
}

.active-people {
  background-color: red;
}

.contact-info__form .form-control {
  height: 40px;
  background-color: transparent;
  border: 1px solid #cdb5b5;
  border-radius: 0px;
}

.contact-info__form .row {
  margin-bottom: 1rem;
}

.scp-slogan {
  margin-top: 18rem;
  margin-bottom: 5rem;
  position: relative;
  height: 235px;
}

.scp-slogan h5 {
  font-weight: 600;
  color: #000;
  font-size: 32px;
  text-align: center;
  margin-bottom: 2rem;
}

.scp-slogan img {
  position: absolute;
  bottom: 0px;
  right: 30px;
  width: 300px;
}

/* CSS XFACTOR */
.banner-xfactor {
  background: url(../images/banner-xfactor.png) center center no-repeat;
  background-size: cover;
  margin-top: -42px;
}

.banner-xfactor__body {
  color: #fff;
  padding: 38vh;
}

.banner-xfactor__hr {
  border-bottom: 2px solid #fff;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.banner-xfactor__body h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.banner-xfactor__body h1 {
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.xfactor-info {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.xfactor-body__item h5 {
  font-size: 70px;
  color: #2d4479;
  border-bottom: 3px solid #1f52c7;
  padding-bottom: 2rem;
}

.xfactor-info p {
  font-size: 17px;
  line-height: 2;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.xfactor-body__item span {
  font-size: 17px;
  line-height: 2;
  margin-top: 1rem;
}

.xfactor-info__img {
  width: 450px;
}

.xfactor-info__btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
}

.xfactor-body__grid {
  display: grid;
  grid-template-columns: 50px 500px;
  margin-top: 4rem;
}

.xfactor-advantages {
  background: url(../images/xfactor-adv.png) center center no-repeat;
  background-size: cover;
  padding: 90px;
  text-align: center;
}

.xfactor-advantages p,
.xfactor-advantages span {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 24px;
  font-family: bahnschrift, sans-serif !important;
}

.xfactor-core-values {
  background: #eee;
  padding-bottom: 8rem;
  padding-top: 8rem;
}

.stepsup-section__title__text p {
  text-transform: uppercase;
  font-weight: 700;
  color: #514f4f;
  font-size: 32px;
  letter-spacing: 9px;
}

.xfactor-core-values__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-style: italic;
  color: #2b5b72;
}

.xfactor-core-values__list h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 2rem;
}

.xfactor-core-values__list ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.xfactor-core-values__img {
  width: 600px;
  height: 545px;
}

.xfactor-core-values__hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #b6acac;
}
/* CSS TERMS_USE */

.title-terms-policy {
  margin-top: 50px;
  margin-bottom: 24px;
  line-height: 2;
  /* letter-spacing: 1px; */
}

.title-terms-policy p {
  text-align: center;
  /* font-family: Open Sans; */
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
}

.text-terms-policy {
  font-size: 16px;
  margin-bottom: 5rem;
}

.text-terms-policy ol li {
  padding-left: 2rem;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

.text-terms-policy ul li {
  padding-left: 2rem;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  list-style-type: square;
}

.text-terms-policy p {
  text-align: justify;
  /* font-family: Open Sans; */
  font-weight: 500;
  font-size: 17px;
  line-height: 2;
  margin-top: 15px;
}

.text-terms-policy ol.lower-alpha li {
  list-style-type: lower-alpha !important;
}

/* SCC QUESTIONS */
.link-footer-questions {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-around;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7rem;
}

.link-footer-questions p {
  font-weight: bold;
  color: #000;
}

.verticalLine-questions {
  height: 23px;
  border-right: 1px solid #000;
}

.text-footer-ques {
  width: 41rem;
  margin: 0 auto;
}

.text-footer-ques h4 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.1px;
  margin-bottom: 15px;
  color: #433737;
}

.text-footer-ques span {
  font-size: 14px;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}

.line-question-footer {
  border-bottom: 1px solid lightgray;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.question__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.question__item {
  width: 24%;
}

.question__item__list {
  width: 73%;
}

.question__item__info {
  width: 24%;
}

.tab-ques {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.btntab {
  transition: 0.3s;
  border: none;
  outline: none;
  height: 15rem;
  width: 24.5%;
}

.btntab:hover {
  background-color: #ddd;
}

.btntab p {
  padding-top: 1.5rem;
}

.btntab.active {
  background-color: #ccc;
}

.question-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.tab-question-pd {
  padding: 30px;
}

.tab-question-pd p {
  margin-top: 1rem;
  font-size: 16px;
}

.question-section .w3-bar .w3-bar-item {
  width: 100%;
  background: #eee;
}

.w3-blue-active {
  background: #8daecb !important;
  color: #000 !important;
  /* border: 1px solid blue !important; */
}

.question-section .w3-button:hover {
  background-color: #8daecb !important;
  color: #000 !important;
  /* border: 1px solid blue !important; */
}

.contact-question {
  background-color: rgb(233, 233, 233);
  padding: 20px;
  margin-bottom: 2rem;
}

.contact-question h4 {
  font-weight: 600;
  font-size: 18px;
  color: gray;
}

.calendar-ques {
  padding-top: 5px;
  padding: 15px 25px;
  margin-bottom: 1rem;
  background-color: white;
}

.line-contact-ques {
  border-bottom: 2px solid rgb(145, 145, 145);
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.info-contact-ques {
  margin-bottom: 1rem;
}

.info-contact-ques span {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  margin-left: 15px;
}

.calendar-ques h5 {
  font-weight: 600;
  /* color: rgb(0, 0, 0); */
  font-size: 16px;
  color: #000;
}

.calendar-ques p {
  font-size: 15px;
  font-style: italic;
  color: gray;
}

.title-question h1 {
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 4rem;
  letter-spacing: 10px;
}

.banner-input-ques {
  background: url(./../images/banner-question.jpg) center center no-repeat;
  background-size: cover;
  /* padding: 20px 20% 15rem; */
}

.banner-input-ques__pd {
  margin-bottom: 4rem;
  padding-top: 4rem;
  margin-right: 8rem;
}

.banner-input-ques h4 {
  font-size: 28px;
  font-weight: 600;
  color: white;
}

.banner-input-ques p {
  font-style: italic;
  color: white;
}

.input-ques {
  font-size: 18px;
  margin-top: 2rem;
  width: 85%;
}

.banner-input-ques input {
  width: 100%;
  height: 6rem;
}

.banner-input-ques button {
  float: right;
  border: unset;
  padding: 7px 55px;
  /* width: 11rem; */
  /* height: 3rem; */
  margin-top: 3rem;
  font-size: 18px;
  font-weight: 600;
  color: white;
  background-color: rgb(214, 158, 108);
}

.footer-bottom-ques {
  background-color: #0d0e10;
}

.footer-bottom-ques span {
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 20px 14px 20px 40px;
}

.collapse-01 {
  width: 100%;
}

.btn-collapse {
  font-weight: bold;
  font-size: 16px;
  background-color: white;
  text-align: left;
  border: none;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* border-bottom: 1px solid #aea9a9; */
}
.line-collapse {
  border-bottom: 1px solid #aea9a9;
}
.city h4 {
  border-bottom: 1px solid #aea9a9;
  padding-bottom: 1rem;
  padding-left: 10px;
  color: #31708f;
  margin: 10px 0px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 4px;
}

.city p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-left: 40px;
  color: #272e3b;
}

button.btn-collapse::before {
  content: "\25BA";
  color: #2b211e;
  font-weight: bold;
  float: left;
  margin-left: 5px;
  margin-right: 20px;
  color: rgb(172 163 163);
}

button.btn-collapse.collapsible-active:before {
  content: "\25BC";
  color: #2f576a;
}

.collapsible-active {
  color: #2f576a;
}

.cardques {
  display: none;
  margin-top: 7rem;
  margin-left: 2rem;
}

.cardques h4 {
  margin-left: 2rem;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
}

.cardques p {
  text-align: justify;
  font-style: italic;
  padding-left: 5rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
}

.arrow-collapse {
  padding-right: 1rem;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}

.arrow-collapse:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.successed {
  text-align: center;
  padding: 20px 25px;
  margin-top: 12vh;
}

.successed h4 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #4e4848;
}

.successed h5 {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #a2a0a0;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.successed img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}

.successed p {
  font-size: 16px;
  text-align: left;
  color: #000;
  font-weight: 500;
}

/*.customer-delay{
  position: relative;
  animation-name: customer;
  animation-duration: 7s;  
  animation-fill-mode: forwards;
  width: 33.33333333%;
}

.partner-delay{
  position: relative;
  animation-name: partner;
  animation-duration: 7s;  
  animation-fill-mode: forwards;
  width: 33.33333333%;
}

.investor-delay{
  position: relative;
  animation-name: investor;
  animation-duration: 5s;  
  animation-fill-mode: forwards;
  width: 33.33333333%;
}

@keyframes customer {
  from {left: 0px;}
  to {left: 200px;}
}

@keyframes partner {
  from {left: 0px;}
  to {left: 60px;}
}

@keyframes investor {
  from {left: 0px;}
  to {left: 100px;}
}
*/
/*.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(transparent)!important;
    background-image: -o-linear-gradient(transparent)!important;
    background-image: -webkit-gradient(transparent);
         background-image: linear-gradient(transparent) !important; 
    background-repeat: repeat-x;
}

.carousel-control.left {
     background-image: -webkit-linear-gradient(transparent) !important; 
    background-image: -o-linear-gradient(transparent) !important;
     background-image: -webkit-gradient(transparent); 
     background-image: linear-gradient(transparent) !important; 
    background-repeat: repeat-x;
}*/
