<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("../../fonts/400.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("../../fonts/500.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("../../fonts/600.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("../../fonts/700.woff2") format("woff2");
  font-display: swap;
}
.accordion-button {
  background-color: transparent;
}

html {
  font-family: "Inter", sans-serif !important;
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
}
html * a {
  text-decoration: none;
  cursor: pointer;
}
html body {
  font-family: "Inter", sans-serif !important;
}

.font_42 {
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .font_42 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .font_42 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .font_42 {
    font-size: 28px;
  }
}

.font_20 {
  font-size: 20px;
}
.font_20.f-500 {
  font-weight: 500;
}
.font_20.f-600 {
  font-weight: 600;
}
.font_20.f-700 {
  font-weight: 700;
}

.font_22 {
  font-size: 22px;
}
.font_22.f-500 {
  font-weight: 500;
}
.font_22.f-600 {
  font-weight: 600;
}
.font_22.f-700 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .font_22 {
    font-size: 20px;
  }
}

.font_16 {
  font-size: 16px;
}
.font_16.f-400 {
  font-weight: 400;
}
.font_16.f-500 {
  font-weight: 500;
}
.font_16.f-600 {
  font-weight: 600;
}
.font_16.f-700 {
  font-weight: 700;
}

.font_18 {
  font-size: 18px;
}
.font_18.f-400 {
  font-weight: 400;
}
.font_18.f-500 {
  font-weight: 500;
}
.font_18.f-600 {
  font-weight: 600;
}
.font_18.f-700 {
  font-weight: 700;
}

.font_26 {
  font-size: 26px;
}
.font_26.f-400 {
  font-weight: 400;
}
.font_26.f-600 {
  font-weight: 600;
}
.font_26.f-700 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .font_26 {
    font-size: 22px;
  }
}

.font_36 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .font_36 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .font_36 {
    font-size: 24px;
  }
}

.font_14 {
  font-size: 14px;
}
.font_14.f-400 {
  font-weight: 400;
}
.font_14.f-600 {
  font-weight: 600;
}
.font_14.f-700 {
  font-weight: 700;
}

.font_20, .font_36, .font_42, .font_26, .font_18, .font_16, .font_22 {
  color: white;
}
.font_20.black, .font_36.black, .font_42.black, .font_26.black, .font_18.black, .font_16.black, .font_22.black {
  color: #0e101a !important;
}

button:disabled {
  opacity: 0.57;
  cursor: not-allowed;
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  transition-duration: 0.25s;
}
header .navbar-brand img {
  width: 150px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 767px) {
  header .navbar-brand img {
    width: 120px;
    height: 50px;
    object-fit: contain;
  }
}
header .header_item {
  width: 100%;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  header .header_item {
    display: flex;
    margin: auto;
  }
}
header #my-header li a {
  font-size: 14px;
}
header #my-header .nav-item .nav-link {
  font-weight: 600;
  padding: 10px 5px;
  cursor: pointer;
}
header #my-header .nav-item.services_li {
  position: relative;
}
header #my-header .nav-item.services_li .nav-link {
  z-index: 1;
}
header #my-header .nav-item.services_li::after {
  content: "";
  position: absolute;
  width: 90%;
  left: 0;
  top: 0;
  height: 75px;
  cursor: pointer;
}
header #my-header .nav-item.services_li svg {
  transition-duration: 0.25s;
}
header #my-header .nav-item.services_li:hover svg {
  transform: rotate(180deg);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header #my-header .nav-item:nth-child(4) .services_list {
    left: -20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header #my-header .nav-item:nth-child(1) .services_list, header #my-header .nav-item:nth-child(2) .services_list {
    transform: translateX(-30%);
  }
}
header #my-header .nav-item .services_list {
  display: none;
  position: absolute;
  opacity: 0;
  top: -17px;
  width: 712px;
  margin-top: 75px;
  transition-duration: 0.25s;
  left: 10%;
  transform: translateX(-50%);
  overflow: hidden;
}
header #my-header .nav-item .services_list .scroll_height {
  height: 60vh;
  overflow: auto;
  overscroll-behavior: contain;
}
header #my-header .nav-item .services_list a {
  display: block;
  margin: 5px 0;
  padding: 10px 20px;
  font-size: 16px;
  transition-duration: 0.15s;
}
@media (min-width: 992px) {
  header #my-header .nav-item:hover .services_list {
    opacity: 1;
    display: block;
  }
}
header #my-header .service_title h3 {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  border-bottom: 1px solid silver;
  padding-bottom: 15px !important;
}
header .mobile_nav {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 57px;
  z-index: 2;
  height: 100vh;
  transition-duration: 0.25s;
  overflow: hidden auto;
  transform: translateX(-100%);
}
header .mobile_nav::-webkit-scrollbar {
  width: 0;
}
header .mobile_nav.showMobilenav {
  transform: translateX(0%);
}
header .mobile_nav a {
  display: block;
  font-size: 16px;
}
header .mobile_nav a:not(.cnt_btn) {
  padding: 10px 20px 10px 5px;
}
header .mobile_nav .accordion-body {
  padding: 2px 20px !important;
}
header .mobile_nav .accordion-item,
header .mobile_nav .accordion-button {
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}
header .mobile_nav .blog_text, header .mobile_nav .accordion-button {
  font-size: 14px;
}
header .mobile_nav .accordion-button {
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 25px;
}
header .mobile_nav .accordion-button svg {
  transition-duration: 0.25s;
  position: absolute;
  right: 25px;
}
header .mobile_nav .accordion-button::after {
  background: none !important;
}
header .mobile_nav .accordion-button:not(.collapsed) svg {
  transform: rotate(180deg);
}
header .mobile_nav .accordion-button, header .mobile_nav a {
  color: black !important;
}
header .navbar-toggler {
  position: absolute;
  right: 6px;
  top: 6px;
}

footer {
  padding: 4em 0 5em;
}
footer a {
  display: inline-block;
  transition-duration: 0.25s;
}
footer .footer_title a {
  display: block;
  padding: 10px 0;
}
footer .social_media a {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  border: 2px solid transparent;
}
footer .social_media span:hover a {
  transform: translateY(-20px);
}
footer .copyright {
  border-top: 2px solid transparent;
  padding-top: 12px;
}

.header_item {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2%;
  justify-content: space-between;
}

.menu_bar {
  position: absolute;
  top: 5px;
  right: 5px;
}

.tech_images .tech_image_inner {
  border: 1px solid white;
  border-radius: 20px;
  max-width: 160px;
  height: 160px;
  text-align: center;
  margin: 20px 28px;
}
.tech_images .tech_image_inner img {
  width: 110px;
}

.cnt_btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block !important;
  transition-duration: 0.12s;
}

form .form-group .icon svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.contact_form .form_outer .form-group {
  border-radius: 7px;
}
.contact_form .form_outer .form-group input {
  border-radius: 7px;
}
.contact_form .form_outer .form-group.number_field input {
  border-radius: 0px 7px 7px 0px;
}
.contact_form .form_title h5 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .contact_form .form_title h5 {
    font-size: 24px !important;
  }
  .contact_form .form_title p {
    font-size: 16px !important;
  }
}
.contact_form form input,
.contact_form form textarea {
  width: 100%;
  outline: none;
  background-color: transparent;
  padding: 15px 20px 15px 50px;
  resize: none;
  border: none;
  transition-duration: 0.25s;
}
.contact_form .form-group {
  position: relative;
  border-radius: 12px;
}
.contact_form .form-group .icon {
  position: absolute;
}
.contact_form .form-group .icon {
  top: 15px;
  left: 15px;
}
.contact_form .form-group .icon svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.contact_form .selected_country, .contact_form .show_country_ul * {
  cursor: pointer;
}
.contact_form .selected_country {
  position: relative;
  left: 40px;
  font-size: 16px;
}
.contact_form .show_country_ul {
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 0;
  max-height: 220px;
  z-index: 2;
  top: 57px;
  border-radius: 5px;
  overflow-y: auto;
  display: none;
}
.contact_form .show_country_ul.visible-country {
  display: block !important;
}
.contact_form .show_country_ul li {
  padding: 7px 15px;
  border-radius: 2px;
  position: relative;
}
.contact_form .show_country_ul li::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 95%;
  height: 100%;
}
.contact_form .show_country_ul li span {
  display: inline-block;
  padding: 0 4px;
}
.contact_form .show_country_ul li .flag {
  font-size: 20px;
}
.contact_form .show_country_ul::-webkit-scrollbar {
  width: 5px !important;
}
.contact_form .form-submit #submit_btn, .contact_form #submit_btn2 {
  transition-duration: 0.3s;
}

#faq #accordionExample .accordion-item, #faq #accordionExampleFaq .accordion-item {
  background: transparent;
  border: none;
}
#faq #accordionExample .accordion-item .accordion-button, #faq #accordionExampleFaq .accordion-item .accordion-button {
  background: transparent;
}
#faq #accordionExample .accordion-item .accordion-button:not(.collapsed), #faq #accordionExample .accordion-item .accordion-button:focus, #faq #accordionExampleFaq .accordion-item .accordion-button:not(.collapsed), #faq #accordionExampleFaq .accordion-item .accordion-button:focus {
  background-color: unset;
  border: unset;
  box-shadow: unset;
  color: unset;
  background-color: unset;
}
#faq #accordionExample .accordion-item .accordion-button:after, #faq #accordionExample .accordion-item .accordion-button::before, #faq #accordionExampleFaq .accordion-item .accordion-button:after, #faq #accordionExampleFaq .accordion-item .accordion-button::before {
  background-image: unset !important;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#faq #accordionExample .accordion-item .accordion-button::after, #faq #accordionExampleFaq .accordion-item .accordion-button::after {
  width: 1px;
  height: 15px;
  margin-right: -3px;
}
#faq #accordionExample .accordion-item .accordion-button::before, #faq #accordionExampleFaq .accordion-item .accordion-button::before {
  width: 15px;
  height: 1px;
}
#faq #accordionExample .accordion-item .accordion-button[aria-expanded=true]::before, #faq #accordionExampleFaq .accordion-item .accordion-button[aria-expanded=true]::before {
  top: 50%;
}
#faq #accordionExample .accordion-item .accordion-button[aria-expanded=true]::after, #faq #accordionExampleFaq .accordion-item .accordion-button[aria-expanded=true]::after {
  border-right: 5px solid transparent;
  top: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #faq #accordionExample .accordion-item .accordion-button h4, #faq #accordionExampleFaq .accordion-item .accordion-button h4 {
    padding-right: 34px !important;
  }
}
@media (max-width: 767px) {
  #faq #accordionExample .accordion-button h4.font_20, #faq #accordionExampleFaq .accordion-button h4.font_20 {
    font-size: 18px !important;
    padding-left: 0 !important;
  }
  #faq #accordionExample .accordion-body p, #faq #accordionExampleFaq .accordion-body p {
    font-size: 16px !important;
  }
}

.fixed_footer .fixed_footer_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 5px rgba(112, 112, 112, 0.3803921569);
  z-index: 9;
  height: 56px;
  width: 100%;
}
.fixed_footer .fixed_footer_bottom span {
  font-weight: 600;
}
.fixed_footer .fixed_footer_bottom a {
  padding: 12px 0;
}
.fixed_footer .fixed_side img, .fixed_footer .fixed_footer_bottom img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.fixed_footer .fixed_side {
  position: fixed;
  left: 0;
  top: 100px;
  z-index: 4;
}
.fixed_footer .fixed_side a {
  width: 75px;
  height: 65px;
  line-height: 65px;
  text-align: center;
}

#demoPopup .selected_country, #demoPopup .show_country_ul * {
  cursor: pointer;
}
#demoPopup .selected_country {
  position: relative;
  left: 40px;
  font-size: 16px;
}
#demoPopup .show_country_ul {
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 0;
  max-height: 220px;
  z-index: 2;
  top: 57px;
  border-radius: 5px;
  overflow-y: auto;
  display: none;
}
#demoPopup .show_country_ul.visible-country {
  display: block !important;
}
#demoPopup .show_country_ul li {
  padding: 7px 15px;
  border-radius: 2px;
  position: relative;
}
#demoPopup .show_country_ul li::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 95%;
  height: 100%;
}
#demoPopup .show_country_ul li span {
  display: inline-block;
  padding: 0 4px;
}
#demoPopup .show_country_ul li .flag {
  font-size: 20px;
}
#demoPopup .show_country_ul::-webkit-scrollbar {
  width: 5px !important;
}
#demoPopup .selected_country {
  position: static !important;
}
#demoPopup .selected_country {
  color: white !important;
}
#demoPopup .show_country_ul span {
  color: black !important;
}
#demoPopup .show_country_ul {
  background-color: #ECD5FF !important;
}
#demoPopup .show_country_ul li:hover {
  background-color: rgba(255, 255, 255, 0.443);
}
#demoPopup .show_country_ul::-webkit-scrollbar-thumb {
  background-color: silver;
}
#demoPopup input, #demoPopup textarea {
  padding: 15px 15px 15px 10px;
  border: 0;
  outline: none;
  color: white;
  width: 100%;
  background: transparent;
  font-size: 14px;
}
#demoPopup input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 40px black inset !important;
  box-shadow: 0 0 0 40px black inset !important;
  -webkit-text-fill-color: white;
}
#demoPopup ::placeholder {
  color: white;
}
#demoPopup .form-group {
  border: 1px solid white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition-duration: 0.25s;
  padding: 0 0 0 15px;
}
#demoPopup .form-group input {
  border-radius: 10px;
}
#demoPopup .form-group.number_field input {
  border-radius: 0px 10px 10px 0px;
}
#demoPopup svg path {
  fill: white !important;
}
#demoPopup .modal-dialog {
  background: transparent;
  background-size: cover;
  max-width: 950px !important;
  border-radius: 30px;
  background-position: center center;
  padding: 20px;
  z-index: 1;
}
@media (max-width: 991px) {
  #demoPopup .modal-dialog {
    max-width: 550px !important;
  }
}
#demoPopup .modal-dialog::before {
  right: 0;
  content: "";
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 30px;
  background-color: black;
  overflow: hidden;
}
#demoPopup .modal-content {
  background: transparent;
  border: none;
}
#demoPopup button {
  border-radius: 30px;
  padding: 12px 30px;
  font-size: 16px;
  display: inline-block;
  color: black;
  background: #fff;
  transition-duration: 0.2s;
  width: 175px;
  text-align: center;
  border: 2px solid transparent;
}
#demoPopup button:hover:not(:disabled) {
  background: #ecd5ff;
}
#demoPopup .close_btn {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
}
#demoPopup .close_btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#demoPopup::-webkit-scrollbar {
  width: 0px;
}
#demoPopup .image {
  border: 1px solid white;
  padding: 10px;
  border-radius: 20px;
  height: 100%;
}
#demoPopup .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.popup-form .form-group, .contact_form .form-group {
  position: relative;
}
.popup-form .form-group .error, .contact_form .form-group .error {
  margin: 0 !important;
}
.popup-form .form-group label.error, .contact_form .form-group label.error {
  position: absolute;
  left: 0;
  bottom: -30px;
  color: red;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 400px) {
  .popup-form .form-group label.error, .contact_form .form-group label.error {
    font-size: 12px;
  }
}
.popup-form .icon img, .contact_form .icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: sub;
}

.contain {
  object-fit: contain !important;
}

.msg_box {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
  text-align: center;
  z-index: 1060;
  border-radius: 5px;
  width: 280px;
  height: 130px;
}
.msg_box h2 {
  font-size: 22px;
}
.msg_box p {
  font-size: 16px;
}
.msg_box h2, .msg_box p {
  font-weight: 600;
}
.msg_box.success_msg {
  background-color: #28a745;
}
.msg_box.failed_msg {
  background-color: #dc3545;
}

.details_modal .modal-content {
  background: transparent;
  border: none;
  border-radius: 15px !important;
}
.details_modal .modal-content .demo_details {
  max-width: 520px;
  border-radius: 15px;
  position: relative;
  padding: 20px;
  box-shadow: inset -3px -6px 16px 0px rgba(253, 253, 253, 0.6901960784), inset 9px 5px 14px 0px rgba(0, 0, 0, 0.1490196078);
}
.details_modal .modal-content .demo_details .inner_details {
  padding: 30px;
  border-radius: 15px;
}
.details_modal .modal-content .demo_details .inner_details.binance {
  background: #22242A;
}
.details_modal .modal-content .demo_details.bg-white p, .details_modal .modal-content .demo_details.bg-white a {
  color: black !important;
}
.details_modal .modal-content .demo_details p, .details_modal .modal-content .demo_details a {
  color: black;
  font-weight: 600;
}
.details_modal .modal-content .demo_details a {
  font-size: 14px;
}
.details_modal .modal-content .demo_details .close_btn {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.details_modal .modal-content .demo_details .pop-btn {
  display: inline-block;
  background: transparent linear-gradient(105deg, #FCD535 0%, #E39308 100%) 0% 0% no-repeat padding-box;
  color: black;
  border-radius: 30px;
  padding: 12px 40px;
  transition: 0.3s all;
  font-weight: 500;
  border: none;
}
.details_modal .modal-content .demo_details .pop-btn:hover {
  background: transparent linear-gradient(105deg, #E39308 0%, #FCD535 100%) 0% 0% no-repeat padding-box !important;
}
.details_modal .modal-content .demo_details .pop-btn.gbtn_theme {
  background: #15C39A;
  box-shadow: -3px 3px 0px transparent, inset -11px 6px 20px 0px transparent;
  border: 1px solid transparent;
  color: white;
}
.details_modal .modal-content .demo_details .pop-btn.gbtn_theme:hover {
  color: black;
  background: white !important;
  box-shadow: -3px 3px 0px #15C39A, inset -11px 6px 20px 0px transparent;
  border-color: #15C39A;
}

#offer_banner {
  position: fixed;
  z-index: 5;
  left: 5px;
  max-width: 350px;
  width: 100%;
  transition-duration: 0.25s;
  transform: translate(-120%);
}
@media (min-width: 991px) {
  #offer_banner {
    width: max-content;
  }
}
@media (max-width: 575px) {
  #offer_banner {
    max-width: 280px;
    left: 10px;
  }
}
#offer_banner.show_pop {
  transform: translate(0%);
}
#offer_banner.hide_pop {
  transform: translate(-120%);
}
#offer_banner .offer_banner_img {
  position: relative;
}
@media (min-width: 991px) {
  #offer_banner .offer_banner_img img.banner_img_mod {
    width: 300px !important;
    height: 402px !important;
    object-fit: unset !important;
  }
}
@media (min-width: 991px) {
  #offer_banner .offer_banner_img img.close_img_mod {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    border-radius: 100%;
    border-color: #e9e8ed;
  }
}

#offer_banner, .disclaimer {
  bottom: 10px;
}
@media (min-width: 1200px) {
  #offer_banner, .disclaimer {
    bottom: 57px;
  }
}

.offer_banner_img .close_button, .disclaimer .close_button {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: white;
}
.offer_banner_img img, .disclaimer img {
  cursor: pointer;
  border-radius: 12px;
}

.disclaimer {
  background-color: rgba(85, 85, 85, 0.9294117647);
  font-size: 14px;
  padding-right: 3rem !important;
  position: fixed;
  padding: 1rem;
  transition: 0.25s;
  border-radius: 0.25rem;
  left: 0;
  right: 0;
  max-width: 700px;
  margin: auto;
  color: white;
  z-index: 12;
}
.disclaimer.hide {
  transform: translateY(200%);
}
.disclaimer p {
  font-weight: 500;
}
.disclaimer span {
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 991px) {
  .disclaimer {
    margin: 0 12px !important;
  }
}

.services_list, .mobile_nav {
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}

.fixed_side .skype_icon, .fixed_side .whatsapp_url, .fixed_side .telegram_icon {
  position: relative;
  animation-play-state: paused;
}
.fixed_side .skype_icon::before, .fixed_side .whatsapp_url::before, .fixed_side .telegram_icon::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  opacity: 0.75;
  animation: pulse-border 2s ease-out infinite;
  left: 0;
  right: 0;
  top: 1px;
  bottom: 0;
  margin: auto;
}
@keyframes pulse-border {
  0% {
    width: 55px;
    height: 55px;
    opacity: 0.75;
  }
  75% {
    width: 75px;
    height: 75px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fixed_side .skype_icon::before {
  border: 4px solid #009edc;
}
.fixed_side .whatsapp_url::before {
  border: 4px solid #55cd6c;
}
.fixed_side .telegram_icon::before {
  border: 4px solid #32a9df;
}

.fixed_footer .fixed_side {
  right: 0 !important;
  left: unset !important;
}

html ::-webkit-scrollbar {
  width: 7px;
}
html ::-webkit-scrollbar-track {
  background-color: white;
}
html ::-webkit-scrollbar-thumb {
  background-color: #3672f8;
  border-radius: 30px;
  height: 50px;
}
html ::-webkit-scrollbar-thumb:hover {
  background-color: #3672f8;
}

.lbc_btn {
  box-shadow: none;
  border-radius: 10px;
  width: 280px;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
}
.lbc_btn.btn_blue {
  color: white;
  background-color: #3672f8;
}
.lbc_btn.btn_blue:hover {
  background-color: #0068c6;
}
.lbc_btn.btn_white {
  color: black;
  background-color: white;
}
.lbc_btn.btn_white:hover {
  background-color: #eee;
}

#lbc .homebanner {
  background: transparent url("../../images/localbitcoins-clone-script/banner_after.webp") no-repeat;
  padding: 5em 0 3em 0;
  background-size: cover !important;
}
@media (min-width: 992px) {
  #lbc .homebanner {
    padding: 7em 0 5em 0;
    height: 812px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #lbc .homebanner .bannerimg img {
    height: 380px !important;
  }
}
#lbc .homebanner .bannerimg {
  min-height: 200px;
}
#lbc .homebanner .bannerimg img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
#lbc .unique_section.unique_bg {
  background: transparent url("../../images/localbitcoins-clone-script/bg_arrow.webp") no-repeat;
  background-size: cover;
}
#lbc .unique_section .title_center {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
#lbc .unique_section ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
}
#lbc .unique_section ul li {
  position: relative;
  width: 312px;
  height: 70px;
  background-color: white;
  border-radius: 20px;
  display: grid;
  margin-bottom: 40px;
  place-content: center;
  overflow: hidden;
  z-index: 1;
}
#lbc .unique_section ul li::after, #lbc .unique_section ul li::before {
  content: "";
  position: absolute;
  width: 58px;
  height: 100%;
  z-index: -1;
}
#lbc .unique_section ul li::after {
  left: 0;
  background: transparent url("../../images/localbitcoins-clone-script/li_bg_left.webp") no-repeat;
}
#lbc .unique_section ul li::before {
  background: transparent url("../../images/localbitcoins-clone-script/li_bg_right.webp") no-repeat;
  right: -3px;
  top: -5px;
  transform: scale(0.9);
}
#lbc .peeking_bg {
  background: transparent url("../../images/localbitcoins-clone-script/peeking_bg.webp") no-repeat;
  background-size: cover !important;
}
#lbc .lbc_features .grd_box {
  border-radius: 40px;
  text-align: center;
  padding: 30px;
}
@media (max-width: 575px) {
  #lbc .lbc_features .grd_box {
    padding: 20px;
  }
  #lbc .lbc_features .grd_box h2 {
    font-size: 20px !important;
  }
}
#lbc .lbc_features .grd_box.green_grd {
  background: transparent linear-gradient(90deg, #407b53 0%, #348370 32%, #288b8d 65%, #268d94 100%) 0% 0% no-repeat padding-box;
  position: relative;
  overflow: hidden;
}
#lbc .lbc_features .grd_box.green_grd .circle_img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  width: 170px;
  height: 130px;
}
@media (max-width: 991px) {
  #lbc .lbc_features .grd_box.green_grd .circle_img {
    width: 80px;
    height: 60px;
  }
}
#lbc .lbc_features .grd_box.blue_grd {
  background: url("../../images/localbitcoins-clone-script/blue_grd_bg.webp"), linear-gradient(90deg, #a7bafc 0%, #b1c6f8 32%, #bfd5f1 65%, #c6dceb 100%) 0% 0% no-repeat padding-box;
}
#lbc .lbc_features .grd_box h2,
#lbc .lbc_features .grd_box p {
  color: white;
}
#lbc .lbc_features .grd_box .inner_content {
  max-width: 1080px;
  margin: 0 auto;
}
#lbc .icon_img img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
#lbc .column_inner {
  padding: 0 20px;
  margin-bottom: 50px;
}
#lbc .card_blue {
  border: 2px solid #3672f8;
  border-radius: 20px;
  position: relative;
  background: transparent linear-gradient(180deg, #fbfbfb, #f7f9fd, #eff4ff) 0% 0% no-repeat padding-box;
  padding: 30px;
  height: 100%;
}
#lbc .card_content h3,
#lbc .card_content p {
  padding: 5px 0;
}
#lbc .card_content .font_18.f-700 {
  margin: 10px 0;
}
#lbc .premium_features {
  background: transparent url("../../images/localbitcoins-clone-script/premium_bg.webp") no-repeat;
  background-size: cover;
}
#lbc .premium_features h2 {
  max-width: 1080px;
  margin: 0 auto;
}
#lbc .premium_features .column_inner .white_card {
  background: white;
  border-radius: 40px;
  padding: 30px 20px;
  height: 100%;
}
#lbc .home_banner_bg {
  background: transparent url("../../images/localbitcoins-clone-script/main_banner.webp") no-repeat;
  background-size: cover;
}
#lbc .work_flow .row {
  position: relative;
}
#lbc .work_flow .row .strike_line {
  position: absolute;
  width: 150px;
  height: 100px;
}
@media (max-width: 767px) {
  #lbc .work_flow .row .strike_line {
    display: none !important;
  }
}
#lbc .work_flow .row .strike_line.strike_left {
  left: 0;
  top: -30px !important;
}
#lbc .work_flow .row .strike_line.strike_right {
  right: 0;
  top: -95px;
}
#lbc .work_flow .grd_box {
  background-size: cover !important;
  background-position-y: bottom !important;
}
#lbc .work_flow .grd_box h2,
#lbc .work_flow .grd_box p {
  color: black !important;
}
#lbc .work_flow .workflow_step h6,
#lbc .work_flow .workflow_step p {
  color: white;
}
#lbc .work_flow .workflow_step .curve_arrow {
  display: flex !important;
  height: 100%;
}
@media (max-width: 767px) {
  #lbc .work_flow .workflow_step .curve_arrow {
    display: none !important;
  }
}
#lbc .work_flow .workflow_step .curve_arrow.right_arrow {
  justify-content: flex-end;
  align-items: flex-end;
}
#lbc .work_flow .workflow_step .curve_arrow.left_arrow {
  align-items: flex-end;
  justify-content: flex-start;
  margin-left: -20px;
}
#lbc .work_flow .workflow_step .stepper {
  position: relative;
  box-shadow: inset 0px 0px 6px #3672f8, 0px 0px 6px #3672f8;
  border: 1px solid #3672f8;
  border-radius: 20px;
  opacity: 1;
  max-width: 550px;
}
@media (max-width: 767px) {
  #lbc .work_flow .workflow_step .stepper {
    max-width: calc(100% - 50px) !important;
    margin: 20px auto;
  }
}
@media (min-width: 768px) {
  #lbc .work_flow .workflow_step .stepper {
    backdrop-filter: blur(30px);
  }
}
#lbc .work_flow .workflow_step .stepper.stepper_right {
  margin-right: auto;
}
#lbc .work_flow .workflow_step .stepper.stepper_left {
  margin-left: auto;
  margin-right: 20px;
}
#lbc .work_flow .workflow_step .stepper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsl(221, 93%, 59%);
  z-index: -1;
  border-radius: 20px;
  opacity: 0.9;
  top: -12px;
}
#lbc .work_flow .workflow_step .stepper.stepper_right::before {
  left: -10px;
}
#lbc .work_flow .workflow_step .stepper.stepper_left::before {
  right: -10px;
}
#lbc #faq .accordion-item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
}
#lbc #faq .accordion-button::after {
  border-right: 3px solid black;
  right: 59px;
}
@media (max-width: 767px) {
  #lbc #faq .accordion-button::after {
    right: 39px;
  }
}
#lbc #faq .accordion-button::before {
  border-top: 3px solid black;
  right: 50px;
}
@media (max-width: 767px) {
  #lbc #faq .accordion-button::before {
    right: 30px;
  }
}
#lbc #cnt_form .form_outer {
  background: white;
  border: 1px solid #3672f8;
  border-radius: 80px;
}
#lbc #cnt_form .form_outer .form_title h5, #lbc #cnt_form .form_outer .form_title p {
  color: #0e101a;
}
#lbc #cnt_form .form_outer .form-group {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
#lbc #cnt_form .form_outer form input, #lbc #cnt_form .form_outer form textarea {
  color: #0e101a;
}
#lbc #cnt_form .form_outer form input::placeholder, #lbc #cnt_form .form_outer form textarea::placeholder {
  color: #757575;
}
#lbc #cnt_form .form_outer form input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 40px white inset !important;
  box-shadow: 0 0 0 40px white inset !important;
  -webkit-text-fill-color: #0e101a;
}
#lbc #cnt_form .form_outer form .icon svg path {
  fill: #0e101a;
}
#lbc #cnt_form .form_outer form .show_country_ul {
  background: white;
}
#lbc #cnt_form .form_outer form .show_country_ul li {
  color: #0e101a;
}
#lbc #cnt_form .form_outer form .show_country_ul li:hover {
  background-color: #eee;
}
#lbc #cnt_form .form_outer form .selected_country {
  color: #0e101a;
}
#lbc #cnt_form .form_outer form .selected_country svg path {
  fill: #0e101a;
}
#lbc #cnt_form .form_outer .form-submit #submit_btn, #lbc #cnt_form .form_outer .form-submit #submit_btn2 {
  background: #3672f8;
  border-radius: 15px;
  color: white;
  padding: 16px 50px;
  border: 1px solid #3672f8;
}
#lbc #cnt_form .form_outer .form-submit #submit_btn:hover:not(:disabled), #lbc #cnt_form .form_outer .form-submit #submit_btn2:hover:not(:disabled) {
  background: #0068c6;
  border-color: transparent;
  color: white;
}
#lbc #cnt_form .form_outer {
  box-shadow: inset 0 0 6px #3672f8, 0 0 6px #eef3ff;
}
#lbc #cnt_form .form_outer .form-group {
  border-width: 1px !important;
}
@media (min-width: 768px) {
  #lbc .shadow_bg {
    background: transparent url("../../images/localbitcoins-clone-script/shadow_bg.webp") no-repeat;
    background-size: cover;
  }
}
#lbc .whats_lbc .grd_blue {
  border-radius: 40px;
  background: url("../../images/localbitcoins-clone-script/whats_lbc_bg.webp"), linear-gradient(90deg, #a7bafc 0%, #b1c6f8 32%, #bfd5f1 65%, #c6dceb 100%), no-repeat;
  background-size: cover;
  background-position-y: bottom;
  padding: 40px 10px;
}
@media (max-width: 767px) {
  #lbc .whats_lbc .grd_blue {
    max-width: calc(100% - 20px);
  }
}
#lbc .whats_lbc .whats_lbc_banner img {
  width: 100%;
  height: 460px;
  object-fit: contain;
}
@media (max-width: 991px) {
  #lbc .whats_lbc .whats_lbc_banner img {
    width: 100%;
    height: 320px;
    object-fit: contain;
  }
}

.lbc_footer {
  background: transparent url("../../images/localbitcoins-clone-script/lbc_footer.webp") no-repeat !important;
  background-size: cover !important;
}
.lbc_footer .black_logo {
  display: inline-block !important;
}
.lbc_footer footer {
  background: transparent;
}
.lbc_footer footer .copyright p, .lbc_footer footer a {
  color: black !important;
}
.lbc_footer footer .social_media a {
  background-color: #3672f8;
  border-color: white;
}
.lbc_footer footer .social_media a svg path {
  fill: white !important;
}
.lbc_footer footer .social_media span:hover a svg path {
  fill: white !important;
}
.lbc_footer footer .footer_title h3 {
  font-size: 18px;
  color: black !important;
}
.lbc_footer footer .footer_title a {
  display: block;
}
.lbc_footer footer .footer_title a:hover {
  color: #3672f8 !important;
}
.lbc_footer footer .copyright {
  border-color: rgba(138, 138, 138, 0.1607843137) !important;
}
.lbc_footer a {
  color: black !important;
}
.lbc_footer .copyright {
  color: black !important;
  border-top: 2px solid rgba(192, 192, 192, 0.2509803922);
  padding-top: 25px !important;
}
.lbc_footer .social_links li a {
  width: 35px;
  height: 35px;
  background: #3672f8;
  border-radius: 50%;
  display: grid !important;
  place-content: center;
}
.lbc_footer .social_links li svg path {
  fill: white !important;
}

.lbc_header #my-header {
  z-index: 1;
}
.lbc_header #my-header::after {
  right: 0;
  content: "";
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.4588235294);
  z-index: -1;
  transition-duration: 0.25s;
}
.lbc_header header {
  background: rgba(255, 255, 255, 0.4588235294) !important;
}
.lbc_header .nav-link {
  color: black !important;
}
.lbc_header svg path {
  fill: black !important;
}
.lbc_header .services_list {
  background-color: rgba(255, 255, 255, 0.4588235294) !important;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}
.lbc_header .services_list a {
  color: black;
}
.lbc_header .service_title h3 {
  color: black !important;
}
.lbc_header .mobile_nav {
  background: rgba(255, 255, 255, 0.4588235294);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}
.lbc_header .mobile_nav .accordion-button, .lbc_header .mobile_nav a:not(.cnt_btn) {
  color: black !important;
}
.lbc_header .mobile_nav .accordion-button svg path {
  fill: black !important;
}
.lbc_header .services_list {
  border: 1px solid #3672f8;
  box-shadow: inset 0 0 6px #3672f8, 0 0 6px #eef3ff;
  border-radius: 30px;
  backdrop-filter: blur(30px);
}
.lbc_header .services_list a {
  border: 1px solid transparent;
  border-radius: 12px;
}
.lbc_header .services_list a:hover {
  background-color: white;
  border-color: #3672f8;
}
.lbc_header .black_logo {
  display: inline-block !important;
}
.lbc_header .cnt_btn {
  color: white;
  background-color: #3672f8;
  border-radius: 30px;
  padding: 14px 30px;
}
.lbc_header .cnt_btn:hover {
  background-color: #0068c6;
}

.fixed_footer_bottom {
  background: white;
}
.fixed_footer_bottom span {
  color: black;
}

/*# sourceMappingURL=lbc.css.map */
</pre></body></html>