body {
  background: #fff;
  font-size: 16px;
  color: #000000;
  font-family: "Poppins", sans-serif !important;
}

.bk-red {
  background: #a72927;
  color: #fff;
}

.bk-black {
  background: #141213;
  color: #fff;
}

/* h2.section-heading {
    font-size: 36px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
} */

h4 {
  font-size: 24px;
}

.sub-txt {
  margin-top: 46px;
  margin-bottom: 60px;
}

.landing-page img {
  margin: 12px auto;
  max-width: 250px;
  max-height: 80px;
  border: none;
  /* -webkit-filter: opacity(70%) grayscale(100%); */
  filter: opacity(70%) grayscale(100%);
  padding: 4px;
  max-width: 100%;
}

.hero-main h1 {
  margin-bottom: 36px;
  font-weight: 400;
}

.hero-main h1 span {
  color: #a72927;
  /* font-weight: 300; */
}

.hero-main p {
  margin-bottom: 68px;
}

.tr-FormTextControl-label {
  width: 100%;
}

.tr-FormTextareaControl-label {
  width: 100%;
}

.rowh > div > div {
  height: 90%;
}

.lng_dropdown {
  position: relative;
  color: #fff;
  /* width: 90px; */
}

.lng_dropdown #dropdown {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0.2rem 0.5rem;
  max-width: 100px;
}

.fixed .lng_dropdown #dropdown {
  border: 1px solid #000;
}

.lng_dropdown #dropdown .dark {
  display: none;
}

.lng_dropdown #dropdown .light {
  display: inline;
}

.fixed .lng_dropdown #dropdown .dark {
  display: inline;
}

.fixed .lng_dropdown #dropdown .light {
  display: none;
}

.fixed .lng_dropdown {
  color: #000;
}

.lng_dropdown .downoption {
  display: none;
  position: absolute;
  text-align: left;
  top: 0;
}

.lng_dropdown .downoption ul {
  margin-top: 0;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 0.2rem 0.5rem;
  background-color: #fff;
  color: #000;
  /* width: 90px; */
}

.lng_dropdown .downoption ul li {
  margin: 0;
  /* margin-top: 5px; */
}

.lng_dropdown .downoption ul li + li {
  margin-top: 5px;
}

.lng_dropdown .image {
  height: 24px;
}

.lng_dropdown .down {
  height: 8px;
}

.section-heading {
  position: relative;
  text-transform: uppercase;
}

.section-heading::before {
  background-color: #000;
  bottom: -1rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 80px;
}

.section-heading.text-center::before {
  margin: 0 auto;
}

.bk-black .section-heading::before,
.bk-red .section-heading::before {
  background-color: #fff;
}

.work_box {
  display: flex;
}

.work_box .work_inner {
  flex: 1;
  margin-left: 10px;
}

.title_default_light {
  margin-bottom: 4rem;
  position: relative;
}

.title_border::before {
  background-color: #000;
  bottom: -24px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 80px;
}

.title_border.text-center::before {
  margin: 0 auto;
}

.bk-red .title_border::before,
.bk-black .title_border::before {
  background-color: #fff;
}

.section_token {
  padding-top: 4rem;
}

.borderBall {
  width: 25px;
  height: 25px;
  background: #d85748;
  border-radius: 50%;
  margin-left: -15px;
  margin-right: 10px;
}

.list_none p {
  color: #000;
}

.list_none li {
  list-style: none;
}

.social_icon {
  display: inline-block;
  vertical-align: middle;
}

.social_icon li {
  float: left;
  margin-right: 10px;
}

.social_icon li a i {
  background-color: #ffffff;
  border-radius: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  color: #a72927;
}

.footer_link a {
  color: #fff;
  font-size: 14px;
}

.footer_menu li a:hover,
.footer_link a:hover,
.footer_social li a:hover {
  color: #a72927;
}

.footer_link.list_arrow li {
  list-style: none;
}

.footer_link.list_arrow li a::before {
  content: "\f125";
  font-family: ionicons;
  font-size: 14px;
  margin-right: 10px;
}

.newsletter_form form {
  position: relative;
}

.newsletter_form p {
  color: #ffffff;
}

.newsletter_form input {
  background-color: #fff;
  color: #fff;
}

.newsletter_form input:focus {
  outline: none;
}

.newslattter_section {
  border-radius: 5px;
  padding: 40px;
}

.newsletter_form .input_outline_white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding-right: 160px;
}

.newsletter_form_s2 .input_outline_white {
  padding-right: 50px;
  height: 46px;
}

.newsletter_form .btn_icon {
  padding: 0;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
}

.newsletter_form .input_outline_white::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter_form .input_outline_white:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter_form .input_outline_white::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter_form .input_outline_white:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

button.radius_btn {
  border-radius: 5px;
}

.newsletter_form button.radius_btn {
  padding: 5px 35px;
  right: 5px;
  top: 7px;
}

.chat_title {
  font-size: 20px;
  color: #fff;
}

button.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.55);
}

.input-rounded {
  border-radius: 50px;
}

.newsletter_form button {
  padding: 7px 40px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.newslattter_small {
  margin: 0 auto;
  max-width: 490px;
}

.bottom_footer {
  background-color: #4b49c5;
  padding: 20px 0;
}

.footer_bottom {
  border-top: 1px solid #fff;
  padding: 20px 0;
}

.copyright {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}

.footer_menu {
  text-align: right;
}

.footer_menu li {
  display: inline-block;
  margin-left: 10px;
}

.footer_menu li:first-child {
  margin-left: 0;
}

.footer_menu li a,
.footer_link a {
  color: #fff;
  font-size: 14px;
}

.footer_menu li a:hover,
.footer_link a:hover,
.footer_social li a:hover {
  color: #a72927;
}

.footer_link.list_arrow li {
  list-style: none;
}

.footer_link.list_arrow li a::before {
  content: "\f125";
  font-family: ionicons;
  font-size: 14px;
  margin-right: 10px;
}

.half_link li {
  float: left;
  width: 50%;
}

.half_link li:nth-child(2n) {
  padding-left: 30px;
}

.footer_social li a {
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}

.footer_social li a i {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

.footer_social_s2 {
  margin-top: 30px;
}

.footer_link_s2 li {
  display: inline-block;
  list-style: outside none none;
  padding: 0 10px;
}

.footer_link_s2 li a {
  color: #ffffff;
  font-size: 14px;
}

.footer_link_s2 li a:hover {
  color: #a72927;
}

.footer_pattern {
  background-image: url("http://m4.pandatool.org/images/footer_pattern.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.newsletter_form.newsletter_form_s3 input {
  border-radius: 5px;
  padding: 8px 10px;
  margin-bottom: 10px;
}

.newsletter_form_s3 button {
  border-radius: 5px;
  right: 0;
  top: 0;
}

.bk-black h2.section-heading,
.bk-red h2.section-heading {
  color: #fff;
}

.pop-upWindows {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  background-color: RGBA(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
  display: none;
}

.pop-upWindows .wicket {
  /* margin: 20px; */
  margin-top: 6rem;
  width: 90%;
  /* max-width: 652px; */

  border-radius: 10px;

  position: relative;
  background: #282828;
  text-align: left;
  padding: 18px 2rem;

  max-height: 80%;

  color: #fff;
  overflow-y: auto;
}


.pop-upWindows .wicket::after {
  position: absolute;
  z-index: 999;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  background: linear-gradient(
    90deg,
    rgba(248, 142, 243, 0.5),
    rgba(150, 60, 239, 0.5)
  );
  border-radius: 10px;
  /* content: ''; */
}

.wicket .content{
  padding-top: 2rem;
}

.wicket .head {
  position: fixed;
  top: 6rem;
  z-index: 999;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
}

.wicket .title {
  background: #a72927;
  border-radius: 10px;
  line-height: 46px;
  text-align: center;
  max-width: 140px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2rem;
}

.borderBallbox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.borderBallbox .borderBall{
}
.borderBallbox .con {
  flex: 1;
}
.borderBallbox p {
  margin-bottom: 0;
}

.wicket .borderBall {
  height: 1.3rem;
  width: 1.3rem;
  margin-left: 0;
  margin-top: 0.2rem;
  background: #a72927;
  line-height: 1.3rem;
  text-align: center;
  font-size: 0.8rem;
}

.borderBallbox .con1 {
  padding-left: 2rem;
  width: 100%;
  margin-bottom: 1rem;
}
.borderBallbox .con2 {
  padding-left: 4rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .section-heading.text-md-left::before {
    margin-left: 0;
  }

  .reversal .title {
    float: right;
    text-align: left;
    padding-left: 30px;
  }

  .reversal .roadmap-text {
    float: left;
    text-align: right;
    padding-right: 30px;
    position: relative;
  }

  .reversal .title:before {
    background: none !important;
  }

  .reversal .roadmap-text:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    box-shadow: 0px 0px 0px 6px #010304;
    background: #a72927;
    border-radius: 100%;
    top: 5px;
    right: -11px;
    z-index: 99;
  }
}

@media (min-width: 30px) and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }

  .sub-txt {
    margin-top: 23px;
    margin-bottom: 30px;
  }

  .fixed nav ul li a {
    color: #010304;
  }

  .hero-main h1 {
    margin-bottom: 28px;
  }

  /* h2.section-heading {
        font-size: 28px;
    } */

  .lng_dropdown {
    color: #010304;
  }

  .lng_dropdown .downoption {
    left: -20px;
  }

  .lng_dropdown img {
    height: 22px;
  }

  .tab-section .nav-tabs .nav-link {
    font-size: 0.5rem;
  }
  .onepage .lng_dropdown #dropdown {
    border: 1px solid #000;
  }
}
