@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter/INTER-REGULAR.TTF"), format("truetype");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter/INTER-MEDIUM.TTF"), format("truetype");
}
@font-face {
  font-family: "Inter-Blod";
  src: url("../fonts/Inter/INTER-BOLD.TTF"), format("truetype");
}
@font-face {
  font-family: "Inter-Semibold";
  src: url("../fonts/Inter/INTER-SEMIBOLD.TTF"), format("truetype");
}
@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter/INTER-LIGHT.TTF"), format("truetype");
}
.banner-section {
  background-image: url("../images/home/banner_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-section span {
  color: #000;
  font-family: "Inter-Medium";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.banner-section h1 {
  color: #000;
  font-family: "Inter-Blod";
  font-size: 50px;
  line-height: 64px;
  padding: 18px 0;
}
.banner-section h1 span {
  color: #216BD2;
  font-family: "Inter-Blod";
  font-size: 50px;
  line-height: 64px;
  text-transform: capitalize;
  position: relative;
}
.banner-section h1 span::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 300px;
  width: 172px;
  height: 10px;
  background-image: url("../images/home/payoutt_line_animate.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: identifier 2s ease-in-out infinite;
}
.banner-section p {
  color: #000;
  font-family: "Inter-Regular";
  line-height: 26px;
}
.banner-section .banner-star {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.about-section {
  padding: 120px 0;
  position: relative;
}
.about-section h2 {
  color: #333;
  font-size: 50px;
  margin: 14px 0;
}

.ceo-talks p {
    margin-top: 20px;
}
.about-section h2 span {
  color: #949A9A;
  font-size: 50px;
}
.about-section p {
  color: #333;
  line-height: 26px;
}

.about-page p{
	margin-bottom:20px;
}
.about-section a {
  color: #3968C6;
}
.about-section .map-container {
  position: relative;
  margin: 50px 0;
}
.about-section .map-container .location-svg svg:nth-of-type(1) {
  position: absolute;
  top: -14px;
  left: 100px;
  pointer-events: none;
  width: 60%;
  height: 100%;
}
.about-section .map-container .location-svg svg:nth-of-type(2) {
  position: absolute;
  top: -55px;
  left: 100px;
  pointer-events: none;
  width: 49%;
  height: 100%;
}
.about-section .map-container .location-svg path {
  stroke: #999;
  stroke-width: 1.5;
  fill: none;
}
.about-section .map-container .location {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.about-section .map-container .location img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  transition: transform 0.3s;
}
.about-section .map-container .location img:nth-child(3) {
  animation-delay: 0s;
}
.about-section .map-container .location img:nth-child(4) {
  animation-delay: 0.8s;
}
.about-section .map-container .location img:nth-child(5) {
  animation-delay: 1.6s;
}
.about-section .map-container .location img:nth-child(6) {
  animation-delay: 2.4s;
}
.about-section .map-container .loc1 {
  top: 5%;
  left: 9%;
}
.about-section .map-container .loc2 {
  top: 0%;
  right: 20%;
}
.about-section .map-container .loc3 {
  bottom: 0%;
  left: 9%;
}
.about-section .map-container .loc4 {
  bottom: 37%;
  right: 30%;
}
.about-section .buliding-img img {
  position: absolute;
  left: 0;
  bottom: -48%;
  z-index: -1;
  width: 46%;
}
.about-section .mas-license {
  width: 60%;
}
.about-section .mas-license h6 {
  color: #000;
  font-family: "Inter-Semibold";
  line-height: 22px;
  margin-bottom: 7px;
}
.about-section .mas-license p {
  color: #000;
  line-height: 22px;
  margin-bottom: 0;
}

.services-section {
  background-image: url("../images/home/services_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100px 100px 0px 0px;
  color: #fff;
  padding: 180px 0;
}
.services-section bdi {
  color: #fff;
}
.services-section h2 {
  color: #FFF;
  font-size: 40px;
  line-height: 48px;
  margin: 14px 0;
}
.services-section .about-animate {
  animation: floating4 3s ease-in-out infinite;
}
@keyframes floating4 {
  0% {
    transform: translate(0%);
  }
  65% {
    transform: translate(-10%);
  }
  100% {
    transform: translate(0%);
  }
}
.services-section .card {
  border: 0;
  padding: 45px;
  border-radius: 40px 0px 0px 0px;
  background: #1C4FB5;
  color: #fff;
	margin: 20px;
}
.services-section .card .overflow-hidden {
  border-top-left-radius: 30px;
}
.services-section .card img {
  transition: 0.3s linear;
  width: 546px;
  height: 254px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-section .card:hover img {
  transform: scale(1.1);
}
.services-section .card .card-body {
  padding-left: 0;
  padding-top: 32px;
  padding-bottom: 0;
}
.services-section .card .card-body span {
  font-family: "Inter-Medium";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.services-section .card .card-body h5 {
  font-family: "Inter-Blod";
  font-size: 34px;
  line-height: 44px;
  margin: 10px 0;
}
.services-section .card .card-body p {
  line-height: 26px;
}
.services-section .card .card-body a {
  padding-left: 0;
  color: #fff;
}
.services-section .top-card {
  margin-top: -90px;
}

.why-payoutt {
  position: relative;
}
.why-payoutt::before {
  content: "";
  position: absolute;
  top: -26%;
  right: 20%;
  width: 489px;
  height: 489px;
  background-image: url("../images/home/why_payoutt_animate.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: identifier 4s ease-in-out infinite;
}
@keyframes identifier {
  0% {
    transform: translateX(0%);
  }
  55% {
    transform: translateX(-4%);
  }
  100% {
    transform: translateX(0%);
  }
}
.why-payoutt .experience h2 {
  color: #000;
  font-size: 40px;
  margin: 14px 0;
}
.why-payoutt .experience p {
  color: #000;
  line-height: 26px;
}
.why-payoutt .countdown-area .overflow-hidden img {
  transition: 0.3s linear;
  width: 100%;
}
.why-payoutt .countdown-area .overflow-hidden:hover img {
  transform: scale(1.1);
}
.why-payoutt .countdown-area .line-animate {
  position: relative;
}
.why-payoutt .countdown-area .line-animate::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 50%;
  left: 0;
  border-bottom: 2px solid #EDEDED;
}
.why-payoutt .countdown-area .line-animate::after {
  content: "";
  content: "";
  position: absolute;
  width: 50%;
  height: 97%;
  top: 18px;
  right: 55%;
  border-right: 2px solid #EDEDED;
}
.why-payoutt .countdown-area .line-animate .payoutt-count-before {
  position: relative;
}
.why-payoutt .countdown-area .line-animate .payoutt-count-before::before {
  content: "";
  position: absolute;
     top: 41%;
    left: 37%;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #fff;
  z-index: 1;
}
.why-payoutt .countdown-area .line-animate .payoutt-count-before span {
  color: #3968C6;
  font-family: "Inter-Blod";
  font-size: 70px;
}
.why-payoutt .countdown-area .line-animate .payoutt-count-before h6 {
  color: #333;
  font-family: "Inter-Medium";
  font-size: 16px;
}
.why-payoutt .countdown-area .line-animate .payoutt-count-before p {
  color: #7E7E7E;
  font-size: 16px;
  line-height: 22px;
	width: 90%;
}

.testimonial-section {
  overflow: hidden;
}
.testimonial-section h2 {
  color: #000;
  margin: 14px 0;
  font-size: 40px;
}
.testimonial-section p {
  color: #000;
}
.testimonial-section .looping-carousel .card {
  border-radius: 15px;
  background: #F5F7F9;
  border: 0;
  padding: 36px;
  width: 22%;
}
.testimonial-section .looping-carousel .card .card-body {
  padding-left: 0;
}
.testimonial-section .looping-carousel .card p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding-top: 20px;
  line-height: 26px;
}
.testimonial-section .looping-carousel .card .card-footer {
  background: transparent;
  border: 0;
  padding-top: 50px;
	padding-left:0;
}
.testimonial-section .looping-carousel .card .card-footer h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
}
.testimonial-section .looping-carousel .card .card-footer span {
  color: #707070;
  font-size: 15px;
  margin-bottom: 0;
}

.countries-section {
  overflow: hidden;
}
.countries-section h2 {
  color: #000;
  margin: 14px 0;
}
.countries-section .country-flag-gradiant {
  position: relative;
}
.countries-section .country-flag-gradiant::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0) 101%);
}
.countries-section .country-img {
  display: flex;
  justify-content: center;
  gap: 76px;
  margin-bottom: 70px;
}
.countries-section .country-img img {
  width: 84px;
  height: 84px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}

.faq-section h2 {
  color: #000;
  margin: 14px 0;
  font-size: 40px;
}
.faq-section .accordion-type h4 {
  color: #333;
  font-size: 24px;
  line-height: 32px;
  font-family: "Inter-Semibold";
  padding: 30px 0 0px 0;
}
.faq-section .accordion .accordion-item{
	border-top:0;
	border-right:0;
	border-left:0;
}
.faq-section .accordion .accordion-item .accordion-button {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 30px 0;
  font-family: "Inter-Regular";
}
.faq-section .accordion .accordion-item .accordion-button:focus {
  box-shadow: unset;
}
.faq-section .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: unset;
  color: #3968C6;
  box-shadow: unset;
}
.faq-section .accordion .accordion-item .accordion-button:after {
  display: none;
}
.faq-section .accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-top: 0;
  color: #000;
}
.faq-section .more-faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 140px;
  background: linear-gradient(90deg, #3968C6 0%, #47D 48.08%, #3968C6 100%);
  padding: 16px 28px;
  color: #fff;
}
.faq-section .more-faq h6 {
  color: #FFF;
  font-size: 18px;
  font-family: "Inter-Semibold";
  line-height: 30px;
  margin-bottom: 0;
}
.faq-section .more-faq p {
  color: #FFF;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
	font-size:14px;
}
.faq-section .more-faq a {
  color: #fff;
}

.blog-section h2 {
  color: #000;
  font-size: 40px;
  margin: 14px 0;
}
.blog-section p {
  margin-bottom: 0;
}
.blog-section .card {
  border: 0;
}
.blog-section .card .card-body {
  padding-left: 0;
}
.blog-section .card .card-body span {
  color: #5E5E5E;
  font-size: 13px;
}
.blog-section .card .card-body span:first-of-type {
  border-radius: 50px;
  background: #E4EDFA;
  padding: 8px 18px;
}
.blog-section .card .card-body h5 {
  color: #333;
  font-size: 24px;
  font-family: "Inter-Blod";
  line-height: 32px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-section .card .card-body p {
  color: #7E7E7E;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-section .zoomin-image {
  border-radius: 20px;
}

footer {
  color: #fff;
  position: relative;
  background: linear-gradient(to bottom right, #2941AE 0%, #152053 50%) bottom right/50% 51% no-repeat, linear-gradient(to bottom left, #2941AE 0%, #152053 50%) bottom left/51% 50% no-repeat, linear-gradient(to top left, #2941AE 0%, #152053 50%) top left/51% 51% no-repeat, linear-gradient(to top right, #2941AE 0%, #152053 50%) top right/50% 50% no-repeat;
}
footer .reach-out {
  background-image: url("../images/home/footer_reach_out_new.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px;
  border-radius: 22px;
  position: relative;
  margin-top: -16%;
}
footer .reach-out h2 {
  font-family: "Inter-Blod";
  font-size: 40px;
}
footer .reach-out p {
  line-height: 26px;
  margin-bottom: 25px;
}
footer .reach-out .reach-out-img {
  position: absolute;
  bottom: 0;
  right: 6%;
}
footer .main-footer {
  padding-bottom: 40px;
}
footer .main-footer h3 {
  font-size: 30px;
  font-family: "Inter-Blod";
}
footer .main-footer p {
  line-height: 26px;
  margin-bottom: 20px;
}
footer .main-footer a {
  color: #fff;
  font-size: 18px;
  font-family: "Inter-Medium";
  text-decoration: underline;
}
footer .main-footer form .email-input input {
  border-radius: 24px;
  border: 1px solid #6077DF;
  background: #2B4095;
  padding: 8px 23px;
  color: #fff;
  width: 70%;
  margin-left: 115px;
}
footer .main-footer form .email-input input:focus-visible {
  outline: none;
}
footer .main-footer form .email-input input::-moz-placeholder {
  color: #fff;
}
footer .main-footer form .email-input input::placeholder {
  color: #fff;
}
footer .main-footer form .submit-btn{
  border-radius: 24px !important;
  background: #FFF !important;
  padding: 12px 26px !important;
  border: 0 !important;
  margin-right: -50px !important;
}

footer .wpcf7 form .wpcf7-response-output{
	margin:0 8px 16px;
}
footer .main-footer form p{
	margin:0;
}
footer .main-footer .social-links {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .main-footer .social-links p {
  margin-bottom: 0;
}
footer .footer-links {
  padding-top: 50px;
  border-top: 1px solid rgba(57, 104, 198, 0.7490196078);
}
footer .footer-links h4 {
  font-size: 18px;
  font-family: "Inter-Blod";
  line-height: 22px;
  margin-bottom: 20px;
}
footer .footer-links ul {
  padding-left: 0;
	margin:0;
}
footer .footer-links ul li {
  list-style-type: none;
  margin-bottom: 12px;
}
footer .footer-links ul li:focus,
footer .footer-links ul li a{
	outline:unset;
}
footer .footer-links ul li a {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
}
footer .footer-links ul li span {
  font-size: 12px;
  border-radius: 4px;
  background: #277FC5;
  padding: 2px 6px;
}
footer .footer-links .quick-link li {
    position: relative;
}

/* footer .footer-links .quick-link li:last-child::after {
    content: "We are Hiring";
    position: absolute;
    width: 57%;
    height: 26px;
    bottom: -2px;
    right: 25px;
    border-radius: 4px;
    background-color: #277FC5;
    text-align: center;
} */
footer .footer-links .disclaimer {
  padding: 30px 0;
  border-top: 1px solid rgba(57, 104, 198, 0.7490196078);
  border-bottom: 1px solid rgba(57, 104, 198, 0.7490196078);
}
footer .footer-links .disclaimer p {
  color: #AAAEC2;
  font-size: 14px;
  line-height: 22px;
}
footer .footer-links .copyright p {
  font-size: 14px;
}
footer .footer-links .copyright p a {
  color: #fff;
}
.terms-content ul {
	margin-bottom:20px;
}
.terms-content ul li{
	margin-bottom:10px;
}

.terms-content p a{
	    color: #333;
    text-decoration: underline;
}


.policy-conditions-section {
  padding-top: 120px;
}
.policy-conditions-section h3 {
  font-size: 26px;
  font-family: "Inter-Blod";
  margin-bottom: 18px;
}
.policy-conditions-section .policy-sticky-sidebar {
  position: sticky;
  top: 100px;
  margin-top: 200px;
  align-self: flex-start;
}
.policy-conditions-section .policy-sticky-sidebar h3 {
  color: #333;
}
.policy-conditions-section .policy-sticky-sidebar ul {
  padding-left: 0;
}
.policy-conditions-section .policy-sticky-sidebar ul li {
  list-style-type: none;
  margin-bottom: 16px;
}
.policy-conditions-section .policy-sticky-sidebar ul li a {
  color: #5E5E5E;
  line-height: 24px;
}
.policy-conditions-section .policy-sticky-sidebar ul li a:hover {
  color: #3968C6;
}
.policy-conditions-section .policy-header-content .terms-header {
  padding-bottom: 90px;
}
.policy-conditions-section .policy-header-content .terms-header h1 {
  color: #000;
  font-size: 40px;
  font-family: "Inter-Blod";
  margin: 10px 0;
}
.policy-conditions-section .policy-header-content .terms-header span {
  color: #5E5E5E;
  line-height: 26px;
}
.policy-conditions-section .policy-header-content .terms-content h3 {
  color: #000;
}
.policy-conditions-section .policy-header-content .terms-content p {
  color: #333;
  line-height: 26px;
}
.policy-conditions-section .policy-header-content .terms-content p:last-of-type {
  margin-bottom: 20px;
}
.policy-conditions-section .policy-header-content .terms-content .terms-intro-1 p:nth-of-type(4) {
  color: #333;
  font-size: 18px;
  font-family: "Inter-Medium";
  line-height: 28px;
}
/* .policy-conditions-section .policy-header-content .terms-content .terms-intro-3 p:nth-of-type(1) {
  color: #333;
  font-size: 18px;
  line-height: 28px;
} */
.policy-conditions-section .policy-sticky-content {
  border-radius: 15px;
  background: linear-gradient(156deg, #0B2A6A 3.54%, #3968C6 55.49%, #0B2A6A 110.53%);
  padding: 40px 30px;
  color: #fff;
}
.policy-conditions-section .policy-sticky-content h3 {
  color: #fff;
}
.policy-conditions-section .policy-sticky-content a {
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.error-section {
  padding-top: 120px;
}
.error-section h1 {
  color: #000;
  font-size: 40px;
  font-family: "Inter-Blod";
}
.error-section p {
  color: #333;
	margin-bottom:20px;
}

.contact-us-section h2 {
  color: #000;
  font-size: 40px;
  line-height: 48px;
  margin: 14px 0;
}
.contact-us-section p {
  color: #000;
  line-height: 26px;
}
.contact-us-section .contact-address {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
  border-radius: 10px;
  background: #F0F6FF;
  padding: 20px;
}
.contact-us-section .contact-address p {
  margin-bottom: 2px;
  color: #5E5E5E;
  font-family: "Inter-Light";
  font-size: 14px;
  line-height: 18px;
}
.contact-us-section .contact-address a {
  color: #000;
}
.contact-us-section .contact-address .get-direction {
  margin-top: 9px;
}
.contact-us-section .contact-address .get-direction a {
  color: #3968C6;
  text-decoration: underline;
}
.contact-us-section .contact-form {
  border-radius: 14px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-shadow: 0px 0px 44px 30px rgba(0, 0, 0, 0.02);
  padding: 70px 60px 40px;
}
.contact-us-section .contact-form h3 {
  color: #0D0D0D;
  font-size: 24px;
  font-family: "Inter-Semibold";
  line-height: 32px;
  margin-bottom: 16px;
}
.contact-us-section .contact-form p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.contact-us-section .contact-form form {
  margin-top: 30px;
}
.contact-us-section .contact-form form label {
  color: #000;
  line-height: 24px;
  margin-bottom: 6px;
}
.contact-us-section .contact-form form label span {
  color: #D10A11;
  line-height: 24px;
  margin: 0 2px 0 0;
}
.contact-us-section .contact-form form .form-control,
.contact-us-section .contact-form form .form-select{
  padding: 10px 20px;
	    border: 1px solid #ccc;
}
.contact-us-section .contact-form form .form-control:focus,
.contact-us-section .contact-form form .form-select:focus{
  box-shadow: 0 0 0 1px #283B8F;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #848484;
  line-height: 24px;
}
.contact-us-section .contact-form form .form-control::placeholder {
  color: #848484;
  line-height: 24px;
}
.contact-us-section .contact-form form .checkbox {
  display: flex;
  align-items: center;
}
 form .checkbox span{
	line-height:0 !important;
}
 form .checkbox .checkbox-error{
	display:flex;
	align-items:center;
	gap:6px;
}
.contact-us-section .contact-form form .checkbox input {
  width: 20px;
  height: 20px;
}
.contact-us-section .contact-form form .form-select {
  padding: 10px 20px;
}
.contact-us-section .contact-form form p {
  color: #848484;
  font-size: 14px;
  line-height: 18px;
}
.contact-us-section .contact-form form .btn-primary .round-white{
	padding:8px 10px;
}

.faq-section .faq-content h6 {
  color: #000;
  font-size: 18px;
  font-family: "Inter-Semibold";
  line-height: 24px;
  margin-bottom: 18px;
}
.faq-section .faq-content ul li {
  list-style-type: none;
  margin-bottom: 14px;
}
.faq-section .faq-content ul li a {
  color: #000;
  line-height: 20px;
}
.faq-section .faq-content ul li a:hover {
  color: #3968C6;
}
.faq-section .faq-content .accordion-type {
  margin-bottom: 30px;
}
.faq-section .faq-content .faq-sticky {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.faq-section .accordion {
  border: 1px solid rgb(206, 206, 206);
  padding: 40px;
  border-radius: 20px;
}

.all-faq .faq-content .accordion {
  padding: 0;
  border: 0;
}

.blog-section .btn-blog {
  border-radius: 25px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  padding: 6px 18px;
}
.blog-section .btn-num {
  border: 0;
}
.blog-section img {
  width: 416px;
  height: 262px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

#blog-container {
  row-gap: 20px;
}

.blog-detail h2 {
  color: #000;
  font-size: 40px;
  font-family: "Inter-Blod";
  line-height: 48px;
  margin: 14px 0;
}

.blog-detail-content .blog-detail-img span {
  color: #5E5E5E;
  font-size: 13px;
}
.blog-detail-content .blog-detail-img span:first-of-type {
  border-radius: 50px;
  background: #E4EDFA;
  padding: 8px 18px;
}
.blog-detail-content .blog-detail-img img {
  border-radius: 20px;
  margin-top: 50px;
}
.blog-detail-content .blog-detail-main-content .blog-social-icons h6 {
  color: #000;
	margin-bottom:0;
}
.blog-detail-content .blog-detail-main-content .blog-social-icons ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-detail-content .blog-detail-main-content .blog-social-icons ul li .copy-container .tooltip-text{
    position: absolute;
  background: #3968C6;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.blog-detail-content .blog-detail-main-content .blog-social-icons ul li .copy-container .tooltip-text.show {
  opacity: 1;
}
.blog-detail-content .blog-detail-main-content .blog-social-icons ul li {
  list-style-type: none;
}
.blog-detail-content .blog-detail-main-content .blog-social-icons ul li a svg:hover path {
  fill: #3968C6;
}
.blog-detail-content .blog-detail-main-content .blog-social-icons ul li a svg:hover path:nth-child(2) {
  fill: #fff;
}
.blog-detail-content .blog-detail-main-content .blog-social-icons ul li .copy-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.blog-detail-content .blog-detail-main-content h3 {
  color: #000;
  font-size: 26px;
  font-family: "Inter-Blod";
  margin-bottom: 18px;
}
.blog-detail-content .blog-detail-main-content p {
  color: #333;
  line-height: 26px;
	margin-bottom:10px;
}
.blog-detail-content .blog-detail-main-content p:last-of-type {
  margin-bottom: 55px;
}
.blog-detail-content .blog-detail-main-content .terms-intro-1 {
  padding-top: 40px;
}
/* .blog-detail-content .blog-detail-main-content .terms-intro-1 p:nth-of-type(4) {
  color: #333;
  font-size: 18px;
  font-family: "Inter-Medium";
  line-height: 28px;
} */
.wp-block-list li{
	margin-bottom:10px;
}
.blog-detail-content .blog-detail-main-content .terms-intro-1 .wp-block-heading {
	margin-top:20px;
}
.blog-detail-content .blog-detail-main-content .terms-intro-3 p:nth-of-type(1) {
  color: #333;
  font-size: 18px;
  font-family: "Inter-Medium";
  line-height: 28px;
}

.related-blog {
  background: #F0F5FF;
  padding-bottom: 20%;
}
.related-blog .card {
  background-color: transparent;
}

.career-banner .career-heading h2 {
  color: #000;
  font-size: 40px;
  line-height: 48px;
  margin: 14px 0;
}
.career-banner .career-heading p {
  color: #000;
  line-height: 26px;
  margin-bottom: 0;
}
.career-banner .career-heading p span {
  color: #3968C6;
  font-family: "Inter-Semibold";
}
.career-banner .banner-bottom-area .card {
  color: #fff;
  border-radius: 20px;
  background: #283B8F;
  border: 0;
}
.career-banner .banner-bottom-area .card:first-of-type {
  padding: 70px 28px 20px;
}
.career-banner .banner-bottom-area .card:first-of-type img {
  width: 140px;
  height: auto;
  margin-bottom: 16px;
}
.career-banner .banner-bottom-area .card:nth-of-type(2) {
  padding: 40px 28px;
}
.career-banner .banner-bottom-area .card:nth-of-type(2) p {
  margin-bottom: 0;
}
.career-banner .banner-bottom-area .card:nth-of-type(2) span {
  font-size: 14px;
  font-family: "Inter-Light";
  line-height: 20px;
}
.career-banner .banner-bottom-area .card h6 {
  font-size: 18px;
  line-height: 24px;
}
.career-banner .banner-bottom-area .career-bottom-img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.career-banner .banner-bottom-area .zoomin-image {
  height: 97%;
  border-radius: 20px;
}
.career-banner .banner-bottom-area .zoomin-image:hover {
  width: 100%;
}

.job-list {
  background: #F1F5FF;
}
.job-list .job-heading {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.job-list .job-heading h2 {
  color: #000;
  margin: 14px 0;
  font-size: 40px;
  line-height: 48px;
}
.job-list .job-heading p {
  color: #000;
  line-height: 26px;
}
.job-list .card {
  border-radius: 20px;
  border: 1px solid #ECECEC;
  background: #FFF;
  padding: 30px;
}
.job-list .card h5 {
  color: #0D0D0D;
  font-size: 26px;
  font-family: "Inter-Semibold";
  line-height: 30px;
}
.job-list .card span {
  color: #6D6E71;
}
.job-list .card p {
  margin-top: 10px;
  color: #333;
  line-height: 24px;
}

.career-feature .career-feature-heading h2 {
  color: #000;
  font-size: 40px;
  margin: 14px 0;
}
.career-feature .career-feature-heading p {
  color: #000;
}
.career-feature .feature-card {
  border-radius: 15px;
  border: 1px solid #D5DEF0;
  background: #F0F5FF;
  padding: 26px;
  display: flex;
  gap: 16px;
  transition: box-shadow 0.1s linear, transform 0.15s ease-out;
  height: 100%;
}
.career-feature .feature-card h5 {
  color: #000;
  font-size: 18px;
  font-family: "Inter-Semibold";
  line-height: 24px 26px;
}
.career-feature .feature-card p {
  color: #6D6E71;
  line-height: 24px;
  margin-bottom: 0;
}

.career-detail .career-detail-heading {
  width: 60%;
}
.career-detail .career-detail-heading h2 {
  color: #000;
  margin: 14px 0;
}
.career-detail .career-detail-heading a {
  border-radius: 8px;
  background: #3968C6;
  padding: 10px 24px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  gap: 5px;
}
.career-detail .career-detail-heading a img {
  margin-right: 10px;
}
.career-detail .career-detail-content h3 {
  color: #0D0D0D;
  font-size: 26px;
  font-family: "Inter-Blod";
  line-height: 32px;
  margin-bottom: 20px;
}
.career-detail .career-detail-content p {
  color: #0D0D0D;
  line-height: 26px;
}
.career-detail .career-detail-content p:last-of-type {
  margin-bottom: 40px;
}
.career-detail .career-detail-content .list-item ul li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
}
.career-detail .career-detail-content .list-item ul li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 3px;
  width: 19px;
  height: 19px;
  background-image: url("../images/career/list_before.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.career-detail .career-detail-content .list-item ul li:last-of-type {
  margin-bottom: 40px;
}

.career-form {
  background: #F8F8F8;
  padding-bottom: 25%;
}
.career-form .contact-form h3 {
  color: #0D0D0D;
  font-size: 26px;
  font-family: "Inter-Blod";
  line-height: 34px;
  margin-bottom: 16px;
}
.career-form .contact-form p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.career-form .contact-form form {
  margin-top: 30px;
}
.career-form .contact-form form label {
  color: #000;
  line-height: 24px;
  margin-bottom: 6px;
}
.career-form .contact-form form label span {
  color: #D10A11;
  line-height: 24px;
	margin:0 3px 0px 0px;
}
.career-form .contact-form form .form-control {
  padding: 10px 20px;
}
.career-form .contact-form form .form-control:focus {
  box-shadow: 0 0 0 1px #283B8F;
}
.career-form .contact-form form .form-control::-moz-placeholder {
  color: #848484;
  line-height: 24px;
}
.career-form .contact-form form .form-control::placeholder {
  color: #848484;
  line-height: 24px;
}
.career-form .contact-form form .checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
}
.career-form .contact-form form .checkbox input {
  width: 20px;
  height: 20px;
}
.career-form .contact-form form .form-select {
  padding: 10px 20px;
}
.career-form .contact-form form p {
  color: #848484;
  font-size: 14px;
  line-height: 18px;
}
.career-form .contact-form form .upload-box {
  border: 1px dashed #ECECEC;
  border-radius: 6px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  transition: border-color 0.3s;
}
.career-form .contact-form form .upload-box:hover {
  border-color: #aaa;
}
.career-form .contact-form form .upload-box input[type=file] {
  display: none;
}
.career-form .contact-form form .upload-icon {
  font-size: 40px;
  color: #aaa;
  margin-bottom: 10px;
}
.career-form .contact-form form h6 {
  color: #000;
  line-height: 24px;
}

.about-page h2 {
  color: #000;
  font-size: 40px;
  line-height: 48px;
  margin: 14px 0;
}
.about-page p {
  color: #000;
}
.about-page .about-count-animate {
  padding: 40px 0 80px 0;
}
.about-page .about-count-animate span {
  color: #3968C6;
  font-size: 70px;
  font-family: "Inter-Blod";
}
.about-page .about-count-animate p {
  color: #7E7E7E;
  line-height: 22px;
}
.about-page .about-slide-img img {
  width: 386px;
  height: 396px;
  border-radius: 20px;
     object-fit: contain;
}
.about-page .zoomin-image {
  border-radius: 20px;
}

.how-bulid {
  background: #F4F8FF;
}
.how-bulid h1 {
  color: #E5EDFB;
  text-align: center;
  font-size: 170px;
  font-weight: 900;
  font-family: "Inter-Blod";
  line-height: 110px;
  text-transform: uppercase;
  border-bottom: 2px solid #E6E6EC;
  padding-bottom: 60px;
}
.how-bulid h2 {
  color: #000;
  font-size: 40px;
  line-height: 48px;
}
.how-bulid .our-mission h3 {
  color: #000;
  font-size: 26px;
  font-family: "Inter-Blod";
  margin-bottom: 10px;
}
.how-bulid .our-mission ul {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(93px, 1.3fr));
  margin-top: 20px;
}
.how-bulid .our-mission ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.ceo-talks {
  background-image: url("../images/about/ceo-talk-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ceo-talks bdi {
  color: #fff;
}
.ceo-talks h2 {
  color: #fff;
  margin: 14px 0;
  font-size: 40px;
  line-height: 48px;
}
.ceo-talks p {
  color: #fff;
}
.ceo-talks p:nth-of-type(1) {
  font-size: 18px;
  font-family: "Inter-Semibold";
  line-height: 28px;
}
.ceo-talks .ceo-detail h6 {
  color: #FFF;
  font-size: 18px;
  font-family: "Inter-Medium";
}
.ceo-talks .ceo-detail p {
  font-size: 14px;
  font-family: "Inter-Regular";
}

.remitence-banner {
  background-image: url("../images/about/remitence_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.remitence-banner .remit-banner-content {
  padding: 60px 0;
}
.remitence-banner .remit-banner-content bdi {
  color: #A8D2FF;
}
.remitence-banner .remit-banner-content h2 {
  color: #FFF;
  font-size: 40px;
  line-height: 48px;
  margin: 14px 0;
}
.remitence-banner .remit-banner-content h6 {
  color: #FFF;
  font-size: 16px;
  font-family: "Inter-Semibold";
  line-height: 26px;
  margin: 10px 0 0 0;
}
.remitence-banner .remit-banner-content p {
  color: #FFF;
}
.remitence-banner .remit-banner-content .banner-count {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 40px;
}
.remitence-banner .remit-banner-content .banner-count .banner-count-line {
  position: relative;
}
.remitence-banner .remit-banner-content .banner-count .banner-count-line span {
  color: #FFF;
  font-size: 34px;
  font-family: "Inter-Blod";
}
.remitence-banner .remit-banner-content .banner-count .banner-count-line p {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
}
.remitence-banner .remit-banner-content .banner-count .banner-count-line::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 8px;
  width: 70px;
  height: 70px;
  border-right: 2px solid #fff;
}
.remitence-banner .remit-banner-content .banner-count .banner-count-line:last-of-type::after {
  display: none;
}
.remitence-banner .round-animation {
  position: absolute;
  top: -50px;
  text-align: center;
}
.remitence-banner .round-animation .remitence-banner-animate .location-img {
  position: absolute;
}
.remitence-banner .round-animation .remitence-banner-animate .location-img:nth-of-type(1) {
  top: 14%;
  left: 4%;
}
.remitence-banner .round-animation .remitence-banner-animate .location-img:nth-of-type(2) {
  top: 40%;
  left: 16%;
}
.remitence-banner .round-animation .remitence-banner-animate .location-img:nth-of-type(3) {
  top: 14%;
  right: 4%;
}
.remitence-banner .round-animation .remitence-banner-animate .location-img:nth-of-type(4) {
  bottom: 30%;
  right: 17%;
}
.remitence-banner .round-animation .remitence-banner-animate .location-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  transition: transform 0.3s;
}
.remitence-banner .round-animation .remitence-banner-animate .location-img img:nth-child(3) {
  animation-delay: 0s;
}
.remitence-banner .round-animation .remitence-banner-animate .location-img img:nth-child(4) {
  animation-delay: 0.8s;
}
.remitence-banner .round-animation .remitence-banner-animate .location-img img:nth-child(5) {
  animation-delay: 1.6s;
}
.remitence-banner .round-animation .remitence-banner-animate .location-img img:nth-child(6) {
  animation-delay: 2.4s;
}

.corporates-section img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.corporates-section h2 {
  color: #000;
  font-size: 40px;
  line-height: 48px;
  margin: 14px 0;
}
.corporates-section p {
  color: #000;
}
.corporates-section ul {
  margin-top: 30px;
  margin-bottom: 0;
}
.corporates-section ul li {
  color: #000;
  position: relative;
  list-style-type: none;
  margin-bottom: 14px;
}
.corporates-section ul li:last-of-type {
  margin-bottom: 0;
}
.corporates-section ul li::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 0px;
  width: 25px;
  height: 25px;
  background-image: url("../images/about/list_before_img_2.png");
  background-size: cover;
  background-position: center;
}
.corporates-section .zoomin-image {
  border-radius: 20px;
}

.corporates-section .zoomin-image img{
	width:100%;
}

.benefits-section {
  background: #283B8F;
	overflow:hidden;
}
.benefits-section bdi {
  color: #fff;
}
.benefits-section h2 {
  color: #FFF;
  font-size: 40px;
  margin: 14px 0;
}
.benefits-section .world-animate {
  margin-top: 50px;
  position: relative;
}
.benefits-section .world-animate p {
  margin-bottom: 0;
  color: #FFF;
  line-height: 22px;
}
.benefits-section .world-animate .world-animate-content {
  border-radius: 9px;
  border: 1.5px solid #2A83FF;
  background: #1950BD;
  padding: 13px 14px;
  position: absolute;
  opacity: 0.8;
  transition: 0.3s linear;
}
.benefits-section .world-animate .world-animate-content:nth-of-type(1) {
  top: 18%;
  left: -10%;
}
.benefits-section .world-animate .world-animate-content:nth-of-type(2) {
  right: -21%;
  top: 5%;
}
.benefits-section .world-animate .world-animate-content:nth-of-type(3) {
  left: -18%;
  bottom: 16%;
}
.benefits-section .world-animate .world-animate-content:nth-of-type(4) {
  right: -21%;
  bottom: 14%;
}
.benefits-section .world-animate .world-animate-content img {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.benefits-section .world-animate .zooming {
  opacity: 1;
}
.benefits-section .border-line {
  padding: 30px;
}
.benefits-section .border-line:nth-of-type(1) {
  border-right: 1px solid #4158BE;
  border-bottom: 1px solid #4158BE;
}
.benefits-section .border-line:nth-of-type(2) {
  border-right: 1px solid #4158BE;
  border-bottom: 1px solid #4158BE;
}
.benefits-section .border-line:nth-of-type(3) {
  border-bottom: 1px solid #4158BE;
}
.benefits-section .border-line:nth-of-type(4) {
  border-right: 1px solid #4158BE;
}
.benefits-section .border-line:nth-of-type(5) {
  border-right: 1px solid #4158BE;
}
.benefits-section .border-line .benefit-card {
  display: flex;
  gap: 16px;
}
.benefits-section .border-line .benefit-card h5 {
  color: #FFF;
  font-size: 26px;
  font-family: "Inter-Blod";
}
.benefits-section .border-line .benefit-card p {
  color: #fff;
}

.why-remitence h2 {
  color: #000;
  font-size: 40px;
  margin: 14px 0;
}
.why-remitence p {
  color: #000;
  line-height: 26px;
}
.why-remitence span {
  color: #3968C6;
  font-size: 50px;
  font-weight: 800;
  font-family: "Inter-Blod";
}
.why-remitence .zoomin-image {
  border-radius: 20px;
  margin-top: 40px;
}

.core-strength h2 {
  color: #000;
  font-size: 40px;
  margin: 14px 0;
}
.core-strength .card {
  border-radius: 20px;
  background: linear-gradient(180deg, #3968C6 0%, #174AB2 100%);
  padding: 30px;
  border: 0;
  height: 100%;
}
.core-strength .card img {
  width: 54px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
}
.core-strength .card .card-body {
  padding-left: 0;
  padding-top: 120px;
}
.core-strength .card .card-body h5 {
  color: #FFF;
  font-size: 24px;
  font-family: "Inter-Semibold";
  line-height: 32px;
  margin-bottom: 8px;
}
.core-strength .card .card-body p {
  color: #fff;
}

.money-bank {
  background-image: url("../images/about/money-bank-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.money-bank .money-banner-content bdi {
  color: #A8D2FF;
}
.money-bank .money-banner-content h2 {
  color: #FFF;
  font-size: 40px;
  line-height: 48px;
  margin: 14px 0;
}
.money-bank .money-banner-content h6 {
  color: #FFF;
  font-size: 16px;
  font-family: "Inter-Semibold";
  line-height: 26px;
  margin: 10px 0 0 0;
}
.money-bank .money-banner-content p {
  color: #FFF;
}
.money-bank .money-banner-content .banner-count {
  display: flex;
  gap: 80px;
  margin-top: 40px;
}
.money-bank .money-banner-content .banner-count .banner-count-line {
  position: relative;
}
.money-bank .money-banner-content .banner-count .banner-count-line::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 8px;
  width: 70px;
  height: 70px;
  border-right: 2px solid #fff;
}
.money-bank .money-banner-content .banner-count .banner-count-line:last-of-type::after {
  display: none;
}
.money-bank .money-banner-content .banner-count .banner-count-line span {
  color: #FFF;
  font-size: 34px;
  font-family: "Inter-Blod";
}
.money-bank .money-banner-content .banner-count .banner-count-line p {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
}
.money-bank .money-world-map {
  position: absolute;
  bottom: 0;
}
.money-bank .money-world-map .money-world-animation {
  position: absolute;
}
.money-bank .money-world-map .money-world-animation:nth-of-type(1) {
  top: 20%;
  left: 12%;
}
.money-bank .money-world-map .money-world-animation:nth-of-type(1) img {
  animation-delay: 0s;
}
.money-bank .money-world-map .money-world-animation:nth-of-type(2) {
  top: 20%;
  left: 40%;
}
.money-bank .money-world-map .money-world-animation:nth-of-type(2) img {
  animation-delay: 0.1s;
}
.money-bank .money-world-map .money-world-animation:nth-of-type(3) {
  bottom: 30%;
  left: 4%;
}
.money-bank .money-world-map .money-world-animation:nth-of-type(3) img {
  animation-delay: 0.6s;
}
.money-bank .money-world-map .money-world-animation:nth-of-type(4) {
  top: 40%;
  left: 40%;
}
.money-bank .money-world-map .money-world-animation:nth-of-type(4) img {
  animation-delay: 1s;
}
.money-bank .money-world-map .money-world-animation:nth-of-type(5) {
  right: 4%;
  top: 40%;
}
.money-bank .money-world-map .money-world-animation:nth-of-type(5) img {
  animation-delay: 4s;
}
.money-bank .money-world-map .money-world-animation:nth-of-type(6) {
  bottom: 10%;
  right: 30%;
}
.money-bank .money-world-map .money-world-animation:nth-of-type(6) img {
  animation-delay: 6s;
}
.money-bank .money-world-map .money-world-animation img {
  animation: shake-bottom 4s infinite ease-in-out;
  transform-origin: bottom center;
}

.how-works h2 {
  color: #000;
  font-size: 40px;
  margin: 14px 0;
}
.how-works .card {
  border-radius: 20px;
  background: #F0F5FF;
  padding: 40px;
  border: 0;
  height: 100%;
}
.how-works .card img {
  width: 54px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
}
.how-works .card .card-body {
  padding-left: 0;
  padding-top: 120px;
}
.how-works .card .card-body h5 {
  color: #333;
  font-family: "Inter-Medium";
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
}
.how-works .card .card-body p {
  color: #333;
}

.currency-services h2 {
  color: #000;
  margin: 14px 0;
  font-size: 40px;
  line-height: 48px;
}
.currency-services p {
  color: #000;
}
.currency-services .currency-right-content {
  border-bottom: 1px solid #9B9999;
  padding: 36px 0;
}
.currency-services .currency-right-content h3 {
  color: #000;
  font-size: 24px;
  line-height: 30px;
}

.why-trade {
  position: relative;
  background: #283B8F;
}
.why-trade h2 {
  color: #fff;
  margin: 14px 0;
  font-size: 40px;
  line-height: 48px;
}
.why-trade p {
  color: #FFF;
  line-height: 26px;
}
.why-trade h3 {
  color: #FFF;
  font-size: 28px;
  font-family: "Inter-Semibold";
  line-height: 32px;
  margin-bottom: 10px;
}
.why-trade .globel-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

main {
  padding-bottom: 292px;
}

html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter-Regular";
  font-weight: 400;
}

h2 {
  font-family: "Inter-Blod";
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

ul{
	margin:0;
}

.arrow-animation:hover svg {
  transform: translateX(5px);
}

.arrow-animation-rev:hover svg {
  transform: translateX(-5px);
}

.arrow-animation svg {
  transition: all 0.3s;
}

.arrow-animation-rev svg {
  transition: all 0.3s;
}

.btn-main {
  display: contents;
}

.all-faq .accordion-type {
  border: 1px solid rgb(206, 206, 206);
  padding: 40px;
  border-radius: 20px;
}

@keyframes zoomPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.zooming {
  animation: zoomPulse 1.5s ease-in-out;
}

@keyframes shake-bottom {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(1.5deg);
  }
  40% {
    transform: rotate(-1.5deg);
  }
  60% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.globe-img {
  width: 100%;
  height: auto;
  animation: spinGlobe 200s linear infinite;
  transform-origin: center center;
}

@keyframes spinGlobe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
bdi {
  color: #3968C6;
  font-family: "Inter-Medium";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger .bar {
  display: block;
  width: 31px;
  height: 2px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
}
.hamburger .bar:nth-child(2) {
  width: 20px;
  margin-right: inherit;
}

.header {
  background: #283B8F;
  position: relative;
  z-index: 999;
}
.header .navbar {
  padding: 17px 0;
}
.header .navbar .nav-menu ul {
     gap: 30px;
}
.header .navbar .nav-menu ul li a {
  color: #fff;
  font-family: "Inter-Medium";
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.header .navbar .nav-menu ul li a:hover {
  color:#3B8CE2;
}
.header .navbar .nav-menu ul li a:active {
  color:#3B8CE2;
}
.header .navbar .nav-menu ul li .active {
  color:#3B8CE2;
}
.header .navbar .nav-menu ul .support-label {
  color: #C9CEE3;
  font-family: "Inter-Regular";
  font-size: 13px;
  font-weight: 400;
	margin-bottom:0;
}
.header .social-links {
  display: none;
}


.header a:focus {
    outline: unset;
}

.btn-primary {
  border-radius: 50px;
  background: linear-gradient(90deg, #3968C6 0%, #387EC0 46.63%, #3968C6 100%);
  padding: 3px 10px 3px 30px !important;
  color: #fff !important;
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border: 3px solid rgba(57, 104, 198, 0);
  z-index: 1;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s ease-out;
}
.btn-primary .round-white {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 5px 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 1;
  transition: 0.3s ease-out;
  right: -9px;
}
.btn-primary .arrow-one {
  transform: translateX(0px);
  transition: 0.3s ease-out;
}
.btn-primary .arrow-two {
  transform: translateX(-100px);
  transition: 0.3s ease-out;
}
.btn-primary::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: 1px;
  top: 3px;
  background-color: #ffffff;
  border-radius: 25px;
  transition: 0.3s ease-out;
  color: #ffffff;
  z-index: -1;
}
.btn-primary:hover {
  color: #3968C6 !important;
	border-color:unset;
}
.btn-primary:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
}

form a {
  text-decoration: underline;
  color: #2352b0;
}

.policy-conditions-section .left-side-points li.active a {
  color: #2352b0;
  text-decoration: underline;
}

.faq-section .left-side-points li.active a {
  color: #2352b0;
  text-decoration: underline;
}

.checkbox a:hover{
	color:#277FC5;
}
/* form .checkbox{
	display: flex;
    align-items: flex-start;
	gap: 5px;
} */
[type="checkbox"], [type="radio"] {
    width: 20px;
    height: 20px;
	accent-color:#277FC5;
}
.checkbox-error .wpcf7-not-valid input[type="checkbox"] {
    outline: 2px solid red;
    outline-offset: -2px;
}
form .checkbox .wpcf7-not-valid-tip,
form .checkbox .wpcf7-list-item-label{
	display:none;
	
}
form .wpcf7-submit{
	 border-color:transparent;
}
form .wpcf7-spinner{
	position: relative;
    top: 4px;
    left: 50px;
    z-index: 99;
}

input[name="current-ctc"],
input[name="expected-ctc"] {
  padding-left: 2rem;
  background-image: url('path-to-rupee-icon.svg'); /* Or use font */
  background-position: 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
}

	.blog-section a:visited{
		color:#3968C6;
	}
.ceo-talks .ceo-detail h6{
	margin:0;
}

.ceo-talks .ceo-detail p{
	margin:0;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #3968C6;
}

footer .wpcf7-not-valid-tip{
	text-align:center;
}
.terms-content p{
	margin-bottom:15px;
}
.terms-content p:last-of-type {
    margin-bottom: 0;
}
.iti--separate-dial-code .iti__selected-flag{
    background-color: transparent;
	position: relative;
}
.iti--separate-dial-code .iti__selected-dial-code{
	margin-left: 0px;
    color: #000;
	font-size:16px;
}
   
.iti__flag{
 display: none;
 }
.footer-address p:first-of-type{
	color: #FFF;
font-size: 20px;
font-family: "Inter-Medium";
line-height: 30px; 
}
.footer-address p a:focus{
	outline:unset;
}
.footer-address p a{
	color: #FFF;
	font-family: "Inter-Regular";
	font-size: 16px;
	line-height: 24px;
}
.footer-address h6{
	color: #FFF;
	font-size: 18px;
	font-family: "Inter-Blod";
	margin-top:30px;
}
.footer-phone a{
	color: #FFF;
	font-family: "Inter-Blod";
	font-size: 16px;
}
.footer-email a{
	color: #FFF;
	font-family: "Inter-Regular";
	font-size: 16px;
}
.why-payoutt .stats-row{
	width: 100%;
}

.blog-section .arrow-animation{
	color:#3968C6;
}
.blog-section .arrow-animation:hover{
	color:#3968C6;
}
.round-animation .dot-outer {
  offset-path: path("M600.5,268.5 m-577,0 a577,577 0 1,1 1154,0 a577,577 0 1,1 -1154,0");
  animation: remittance-outer 20s linear infinite;
}
.round-animation .dot-outer-blue{
	animation-delay:-26s !important;
}
.round-animation .dot-inner-blue{
	animation-delay:-16s !important;
}
.round-animation .dot-inner {
  offset-path: path("M600.5,268.5 m-408,0 a408,408 0 1,1 816,0 a408,408 0 1,1 -816,0");
  animation: remittance-inner 12s linear infinite;
}
/* Outer circle animation */
@keyframes remittance-outer {
  to { offset-distance: 100%; }
}

/* Inner circle animation */
@keyframes remittance-inner {
  to { offset-distance: 100%; }
}
.contact-us-section .contact-form form .form-control, .contact-us-section .contact-form form .form-select{
	color:#000;
}

.accordion .accordion-item:last-child{
	border:0;
}
.blog-detail a{
	color:#3968C6;
	text-transform:uppercase;
}
.why-payoutt .zoomin-image{
	margin-right:33px;
}
.grecaptcha-badge{
	visibility:hidden !important;
}
.disclaimer p a{
	color:#AAAEC2;
	text-decoration:underline;
}
.disclaimer p a:hover{
	text-decoration:none;
}
/* -----------------------------Medis Qurry Start------------------------------------------------------------- */
@media only screen and (min-width: 25600px){
	.why-trade .globel-img{
		width:50%;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .why-trade .globel-img {
    width: 60%;
  }
  .about-section .buliding-img img {
    position: absolute;
    left: 0;
    bottom: -34%;
    z-index: -1;
    width: 46%;
  }
	.testimonial-section .looping-carousel .card{
		width:26%;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-section .buliding-img img {
    bottom: -24%;
  }
	footer .footer-links .quick-link li:last-child::after{
		    width: 90%;
    		left: 57px;
	}
	footer .main-footer form .submit-btn{
		   margin-right: -23px !important;
		position:relative;
	}
	footer .main-footer form .email-input input{
		    margin-left: 98px;
	}
	.why-trade .globel-img {
		width: 65%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  main {
    padding-bottom: 200px;
  }
  .container {
    width: 92%;
    margin: auto;
  }
  h1 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  h2 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  main {
    padding-bottom: 170px;
  }
  bdi {
    font-size: 14px;
  }
  .about-section .buliding-img img {
    bottom: -21%;
  }
  .about-section h2 {
    font-size: 35px !important;
    line-height: 50px !important;
  }
  .about-section h2 span {
    font-size: 35px;
  }
  .about-section .map-container .loc1 {
    top: -15%;
    left: 20%;
  }
  .about-section .map-container .loc2 {
    top: -10%;
    right: 15%;
  }
  .about-section .map-container .loc3 {
    left: 15%;
  }
  .about-section .map-container .loc4 {
    right: 22%;
  }
  .about-section .mas-license {
    width: 100%;
  }
  .about-page .about-count-animate span {
    font-size: 50px;
  }
  .about-page .about-slide-img img {
    width: 90%;
    height: auto;
  }
  .how-bulid .our-mission ul {
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(93px, 0.5fr));
  }
  .currency-services .currency-right-content {
    gap: 25px;
  }
  .remitence-banner {
    height: unset;
  }
  .remitence-banner .round-animation .remitence-banner-animate .location-img:nth-of-type(1) {
    left: -1%;
  }
  .remitence-banner .round-animation .remitence-banner-animate .location-img:nth-of-type(2) {
    left: 12%;
  }
  .remitence-banner .round-animation .remitence-banner-animate .location-img:nth-of-type(3) {
    right: 0%;
  }
  .remitence-banner .round-animation .remitence-banner-animate .location-img:nth-of-type(4) {
    right: 12%;
  }
  .remitence-banner .remit-banner-content {
    padding: 0px 0 70px;
  }
  .remitence-banner .remit-banner-content .banner-count .banner-count-line span {
    font-size: 22px;
  }
  .benefits-section .world-animate .world-animate-content:nth-of-type(1) {
    top: 10%;
    left: -55%;
  }
  .benefits-section .world-animate .world-animate-content:nth-of-type(2) {
    right: -40%;
    top: 0%;
  }
  .benefits-section .world-animate .world-animate-content:nth-of-type(3) {
    left: -40%;
  }
  .benefits-section .world-animate .world-animate-content:nth-of-type(4) {
    right: -55%;
  }
  .benefits-section .border-line:nth-of-type(2) {
    border-right: 0;
  }
  .benefits-section .border-line:nth-of-type(4) {
    border-bottom: 1px solid #4158BE;
    border-right: 0;
  }
  .why-trade .globel-img {
    width: 65%;
  }
  .contact-us-section .contact-form {
    padding: 40px;
  }
  .contact-us-section .contact-address a {
    font-size: 11px;
  }
  .faq-section .accordion-type {
    padding: 30px;
  }
  .policy-conditions-section h3 {
    font-size: 23px;
  }
  .policy-conditions-section p {
    margin-bottom: 15px;
  }
  .policy-conditions-section .policy-sticky-content {
    padding: 25px;
  }
  .policy-conditions-section .policy-sticky-sidebar {
    margin: 190px 0 0 0 !important;
  }
  footer .reach-out p {
    margin-bottom: 15px;
  }
  footer .reach-out h2 {
    margin-bottom: 15px;
  }
  footer .reach-out .reach-out-img {
    right: 0;
    width: 50%;
  }
  footer .footer-links ul li span {
    font-size: 11px;
  }
  .btn-primary {
    padding: 3px 10px 3px 10px !important;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  .testimonial-section .looping-carousel .card {
    width: 35%;
  }
	footer .footer-links .quick-link li:last-child::after{
		    width: 90%;
    		left: 57px;
	}
	footer .main-footer form .email-input input{
		margin-left:19px;
		width:90%;
	}
	footer .main-footer form .submit-btn{
		    margin-right: -12px !important;
	}
	.countries-section .country-slider .track{
		animation:none !important;
	}
	.header .navbar .nav-menu ul .support-label{
		margin-top:60%;
	}
	.nav-menu.active li a{
		font-size:20px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  main {
    padding-bottom: 200px;
  }
	.header .navbar .nav-menu ul .support-label{
		margin-top:60%;
	}
	.nav-menu.active li a{
		font-size:20px !important;
	}
	.nav-menu{
		width:91%;
	}
	.nav-menu.active .social-links{
		width:95%;
	}
  h2 {
    font-size: 30px !important;
    line-height: 45px !important;
  }
  #blog-container .row-cols-md-2 > * {
    width: 100% !important;
  }
  .all-blog .row-cols-md-2 > * {
    width: 50% !important;
  }
/* 	.blog-section .row-cols-md-2>*{
		width:100% !important;
	} */
  .about-section {
    padding: 60px 0;
  }
  .about-section h2 {
    font-size: 30px;
  }
  .about-section h2 span {
    font-size: 30px;
  }
  .about-section p {
    color: #000;
  }
  .about-section .map-container {
    margin: 50px 0 30px;
  }
  .about-section .map-container .location-svg svg:nth-of-type(1) {
    position: absolute;
    top: 0px;
    left: 49px;
    pointer-events: none;
    width: 61%;
    height: 100%;
  }
  .about-section .map-container .location-svg svg:nth-of-type(2) {
    position: absolute;
    top: -22px;
    left: 45px;
    pointer-events: none;
    width: 51%;
    height: 100%;
  }
  .about-section .map-container .location {
    width: 35px;
    height: 35px;
  }
  .about-section .buliding-img img {
    bottom: -35%;
    width: 66%;
  }
  .about-section .mas-license {
    width: 90%;
  }
  .about-section .mas-license h6 {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .about-section .mas-license p {
    font-size: 12px !important;
  }
  .services-section {
    border-radius: 0;
    position: relative;
    padding: 60px 0;
  }
  .services-section .about-animate {
    position: absolute;
    top: 10%;
    right: 15%;
    width: 25%;
  }
  .services-section h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .services-section .card {
    padding: 30px;
    border-radius: 16px;
	  margin:0px;
  }
	.services-section .card .card-body{
		padding-right:0;
	}
	.why-payoutt{
		padding-bottom:0 !important;
	}
  .services-section .card .card-body span {
    font-size: 14px;
  }
  .services-section .card .card-body h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .services-section .top-card {
    margin-top: 0px;
  }
  .why-payoutt::before {
    top: -75px;
    right: 20%;
    width: 200px;
    height: 200px;
  }
  .why-payoutt .countdown-area span {
    font-size: 40px;
  }
  .faq-section .accordion .accordion-item .accordion-button {
    font-weight: 400;
    font-size: 16px;
  }
  .faq-section .accordion .accordion-item .accordion-body {
    font-size: 14px;
  }
  .faq-section .faq-content .accordion-type {
    padding: 30px;
  }
  .faq-section .faq-content .accordion-type h4 {
    padding: 0;
  }
  .faq-section .more-faq {
    display: block;
    border-radius: 15px;
    background: linear-gradient(90deg, #2554B3 0%, #47D 48.08%, #2554B3 100%);
    text-align: center;
    padding: 30px;
  }
  .faq-section .more-faq h6 {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0;
  }
  .faq-section .more-faq p {
    margin-bottom: 10px;
  }
  .faq-section .more-faq a {
    font-size: 14px;
  }
  footer .reach-out {
    padding: 40px 20px;
    margin-top: -25%;
  }
  footer .reach-out .reach-out-img {
    width: 40%;
  }
  footer .main-footer .social-links {
    gap: 10px;
  }
  footer .main-footer .get-in-touch {
    margin-bottom: 20px;
  }
  footer .main-footer h3 {
    font-size: 18px;
  }
  footer .main-footer p {
    font-size: 16px !important;
  }
	footer .logo{
		width:25%;
	}
  footer .main-footer form {
    margin-top: 30px;
  }
  footer .main-footer form .email-input input {
    padding: 6px 15px;
	  width:97%;
	  margin-left:0 !important;
	  
  }
  footer .main-footer form .submit-btn input {
    margin-left: -55px;
    padding: 9px 26px;
  }
  footer .footer-links ul li:last-child {
    margin-bottom: 40px;
  }
  footer .footer-links .disclaimer {
    padding: 30px 12px;
  }
  footer .footer-links .copyright p {
    font-size: 14px;
  }
  .remitence-banner .remit-banner-content .banner-count {
    gap: 80px;
    margin-top: 20px;
  }
  .remitence-banner .remit-banner-content .banner-count .banner-count-line span {
    font-size: 17px;
  }
  .remitence-banner .remit-banner-content .banner-count .banner-count-line p {
    font-size: 12px !important;
  }
  .remitence-banner .round-animation {
    top: 0;
  }
  .remitence-banner .round-animation .remitence-banner-animate .location-img:nth-of-type(1) {
    top: 20%;
    left: 0%;
  }
  .remitence-banner .round-animation .remitence-banner-animate .location-img:nth-of-type(2) {
    top: 40%;
    left: 9%;
  }
  .remitence-banner .round-animation .remitence-banner-animate .location-img:nth-of-type(3) {
    top: 20%;
    right: -2%;
  }
  .remitence-banner .round-animation .remitence-banner-animate .location-img:nth-of-type(4) {
    bottom: 30%;
    right: 12%;
  }
  .remitence-banner .round-animation .remitence-banner-animate .location-img img {
    width: 60%;
    height: 60%;
  }
  .benefits-section .border-line {
    padding: 30px;
  }
  .benefits-section .border-line:nth-of-type(1) {
    border-right: 1px solid #4158BE;
    border-bottom: 1px solid #4158BE;
  }
  .benefits-section .border-line:nth-of-type(2) {
    border-right: none;
    border-bottom: 1px solid #4158BE;
  }
  .benefits-section .border-line:nth-of-type(3) {
    border-bottom: 1px solid #4158BE;
    border-right: 1px solid #4158BE;
  }
  .benefits-section .border-line:nth-of-type(4) {
    border-right: none;
    border-bottom: 1px solid #4158BE;
  }
  .why-remitence span {
    font-size: 38px;
  }
  .money-bank .money-banner-content .banner-count .banner-count-line span {
    font-size: 26px;
  }
  .money-bank .money-world-map {
    bottom: unset;
  }
  .money-bank .money-world-map .money-world-animation {
    position: absolute;
    width: 20%;
  }
  .currency-services .currency-right-content {
    gap: 20px;
    padding: 26px 0;
  }
  .currency-services .currency-right-content h3 {
    color: #000;
    font-size: 16px;
    line-height: 20px;
  }
  .currency-services .currency-right-content p {
    margin-bottom: 0;
    font-size: 11px;
  }
  .why-trade h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .why-trade .globel-img {
    display: none;
  }
  .about-page .about-count-animate span {
    font-size: 40px;
  }
  .about-page .about-slide-img img {
    width: 30%;
    height: auto;
  }
  .how-bulid h1 {
    font-size: 85px !important;
  }
  .how-bulid .our-mission h3 {
    font-size: 20px;
  }
  .how-bulid .our-mission ul {
    margin-top: 20px;
  }
  .job-list .job-heading {
    position: static;
  }
  .job-list .card h5 {
    font-size: 20px;
  }
  .job-list .card .btn-primary {
    padding: 3px 10px 3px 28px !important;
  }
  .policy-conditions-section h3 {
    font-size: 23px;
  }
  .policy-conditions-section p {
    margin-bottom: 15px;
  }
  .policy-conditions-section .policy-header-content .terms-header {
    padding-bottom: 50px;
  }
  .policy-conditions-section .policy-sticky-sidebar {
    margin-top: 28px;
    align-self: flex-start;
    text-align: center;
  }
  .testimonial-section .looping-carousel .card {
    border-radius: 15px;
    background: #F5F7F9;
    border: 0;
    padding: 36px;
    width: 50%;
  }
  .related-blog {
    padding-bottom: 30%;
  }
  .blog-section .card {
    margin: auto 10px;
  }
  .money-bank .money-banner-content .banner-count {
    -moz-column-gap: 50px;
         column-gap: 50px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
	
	footer .main-footer form .submit-btn{
		padding:12px 15px !important;
	}
  .money-bank .money-banner-content .banner-count .banner-count-line::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-right: 2px solid #fff;
  }
	  h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
	.contact-us-section .contact-form{
		padding:70px 60px 20px;
	}
	
	.about-page .about-count-animate{
		padding:40px 0 40px 0;
	}
	footer .footer-links .quick-link li:last-child::after{
		    width: 37%;
    		left: 57px;
	}
	.ceo-buliding-img img{
		width:50%;
	}
}
@media only screen and (min-width: 1025px) {
  header nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #283B8F;
    gap: 296px;
    padding: 20px 0px;
    justify-content: center !important;
  }
  nav.nav-down {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  nav.nav-up {
    transform: translateY(-100%);
  }
  .zoomin-image {
    overflow: hidden;       
  }
  .zoomin-image img {
    transition: 0.3s linear;
    width: 100%;
  }
  .zoomin-image:hover img {
    transform: scale(1.1);
  }
	.ani-hover-pause .looping-carousel {
  animation: LoopingCarousel-forward linear infinite;
  animation-play-state: running;
  display: flex;
  flex-wrap: nowrap;
  gap: 25px;
}
.ani-hover-pause:hover .looping-carousel {
  animation-play-state: paused;
}

@keyframes LoopingCarousel-forward {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-90%);
  }
}
}

@media only screen and (min-width: 1025px){
	.how-bulid h2{
		position: sticky;
		top:100px;
	}
}

@media only screen and (max-width: 1024px) {
  .header {
        top: 0;
        width: 100%;
        position: sticky;
  }
  .hamburger {
    display: block;
  }
	#primary-menu{
		width:100%;
	}
	
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    width: 95%;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #fff !important;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-43deg);
    background-color: #fff !important;
    width: 100% !important;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 0px;
    gap: 0;
    flex-direction: column !important;
    background: linear-gradient(121deg, #000062 35.57%, #325BB9 98.43%);
    width: 100%;
    height: 100%;
    transition: 0.3s;
    text-align: start;
    z-index: -9;
    padding: 150px 0px 50px 50px;
    overflow-y: scroll;
  }
  .nav-menu.active {
    left: 0;
    align-items: start !important;
    background-color: #000;
    z-index: -1;
  }
  .nav-menu.active li {
    margin: 0px 0px 0px;
  }
  .nav-menu.active li a {
    color: #fff !important;
  }
  .nav-menu.active li .help-link {
    margin-top: 125px;
  }
  .nav-menu.active .social-links {
    display: flex;
    gap: 20px;
    align-items: center;
    border-top: 1px solid #3968C6;
    padding-top: 25px;
    margin-top: 20px;
    justify-content: start;
	  width:97%;
  }
  .nav-menu.active .social-links p {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
  }
  .remitence-banner {
    height: unset;
  }
  .money-bank {
    height: unset;
  }
  .money-bank .money-world-map {
    bottom: 0;
  }
  .countries-section {
    overflow: hidden;
  }
  .countries-section .country-slider .track {
    animation: marquee 20s linear infinite;
    gap: 30px;
    margin-bottom: 40px;
  }
  .countries-section .country-slider .track img {
    width: 60px;
    height: 60px;
  }
  .countries-section .country-slider.reverse .track {
    animation-direction: reverse;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  h1 span {
    font-size: 30px !important;
	  line-height: 40px !important;
  }
  .banner-section h1 span::before {
    display: none;
  }
  .line-animate::after {
    display: none;
  }
  .line-animate::before {
    display: none;
  }
  .slick-dots li button::before {
    font-size: 14px;
  }
  .slick-dots li.slick-active button:before {
    color: #3968C6;
  }
  .slick-dots {
    bottom: -50px;
  }
  .blog-section .card .card-body span {
    font-size: 12px;
  }
  .blog-section .card .card-body span:first-of-type {
    border-radius: 50px;
    background: #E4EDFA;
    padding: 8px 10px;
  }
  .marquee-content {
    gap: 20px;
  }
	.testimonial-section .slick-slide{
		margin:0 10px;
	}
	.remitence-banner .round-animation svg{
	width:100%;
	height:100%;
}
	.header .navbar .nav-menu ul{
		gap:16px;
	}
}
@media only screen and (max-width: 767px) {
  .container {
    width: 92%;
    margin: auto;
  }
  h1 {
    font-size: 26px !important;
    line-height: 34px !important;
	  padding:0px 0 !important;
  }
	 h1 span{
    font-size: 26px !important;
    line-height: 34px !important;
  }
  h2 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  bdi {
    font-size: 14px;
  }
  .banner-section span {
    font-size: 12px;
  }
  .banner-section .banner-star {
    display: block;
  }
  .remitence-banner .remit-banner-content {
    padding: 0;
  }
  .about-section {
    padding: 60px 0;
  }
  .about-section h2 span {
    font-size: 22px;
  }
  .about-section p {
    color: #000;
  }
  .about-section .map-container .location-svg svg:nth-of-type(1) {
    position: absolute;
    top: 0px;
    left: 49px;
    pointer-events: none;
    width: 61%;
    height: 100%;
  }
  .about-section .map-container .location-svg svg:nth-of-type(2) {
    position: absolute;
    top: -22px;
    left: 45px;
    pointer-events: none;
    width: 51%;
    height: 100%;
  }
  .about-section .map-container .location {
    width: 35px;
    height: 35px;
  }
  .about-section .buliding-img img {
    display: none;
  }
  .about-section .mas-license h6 {
    margin-bottom: 2px;
  }
  .services-section {
    border-radius: 0;
    position: relative;
    padding: 60px 0;
  }
  .services-section .about-animate {
    position: absolute;
    top: -1%;
    right: 15%;
    width: 25%;
  }
  .services-section .card {
    padding: 30px;
    border-radius: 16px;
	  margin:0;
  }
  .services-section .card .card-body span {
    font-size: 14px;
  }
  .services-section .card .card-body h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .services-section .top-card {
    margin-top: 0px;
  }
  .why-payoutt::before {
    display: none;
  }
  .why-payoutt .countdown-area {
    text-align: center;
  }
  .why-payoutt .countdown-area span {
    font-size: 40px;
  }
  .why-payoutt .countdown-area .line-animate .payoutt-count-before::before {
    display: none;
  }
  .testimonial-section p {
    color: #000;
  }
  .testimonial-section .looping-carousel {
    gap: 0;
  }
  .testimonial-section .looping-carousel .card {
    padding: 30px;
    margin: 0px;
    width: 100%;
  }
  .testimonial-section .looping-carousel .card h4 {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .testimonial-section .looping-carousel .card p {
    margin-bottom: 0;
  }
  .faq-section .accordion {
    padding: 0;
    border: 0;
  }
  .faq-section .accordion .accordion-item .accordion-button {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    padding: 15px 0;
  }
  .faq-section .accordion .accordion-item .accordion-body {
    font-size: 14px;
  }
  .faq-section .accordion-type {
    padding: 0px;
  }
  .faq-section .more-faq {
    display: block;
    border-radius: 15px;
    background: linear-gradient(90deg, #2554B3 0%, #47D 48.08%, #2554B3 100%);
    text-align: center;
    padding: 30px;
  }
  .faq-section .more-faq h6 {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0;
  }
  .faq-section .more-faq p {
    margin-bottom: 10px;
  }
  .faq-section .more-faq a {
    font-size: 14px;
  }
/*   .all-faq .container {
    width: unset;
  } */
  .all-faq .accordion-type {
    padding: 30px;
  }
  .blog-section {
    margin-bottom: 20px;
	  padding-top:0 !important;
  }
	.blog-section .blog-slider{
		padding-top:10px !important;
	}
  .blog-section p {
    color: #000;
  }
  .blog-section .card {
    margin: 12px;
  }
  .blog-section .card .card-body h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-section .card .card-body span:first-of-type {
    padding: 8px 10px;
  }
  .policy-conditions-section .policy-header-content .terms-header {
    padding-bottom: 50px;
  }
  .policy-conditions-section .policy-header-content .terms-content p:last-of-type {
    margin-bottom: 30px;
  }
  footer .reach-out {
    padding: 30px 30px;
    margin-top: -40%;
  }
  footer .reach-out .reach-out-img {
    display: none;
  }
  footer .main-footer .get-in-touch {
    margin-bottom: 20px;
  }
  footer .main-footer h3 {
    font-size: 18px;
  }
  footer .main-footer p {
    margin-bottom: 10px;
    font-size: 14px !important;
  }
  footer .main-footer form {
    margin-top: 30px;
  }
  footer .main-footer form .email-input input {
    padding: 8px 25px;
    margin: 0;
    width: 97%;
  }
	footer .main-footer form .submit-btn{
		margin:0 !important;
	}
  footer .main-footer form .submit-btn input {
    margin-left: -55px;
    padding: 9px 26px;
  }
  footer .footer-links ul li:last-child {
    margin-bottom: 40px;
  }
  footer .footer-links .disclaimer {
    padding: 30px 12px;
  }
  footer .footer-links .copyright p {
    font-size: 14px;
  }
  footer .copyright {
    gap: 15px;
    display: flex;
    flex-direction: column;
  }
  footer .pb-5 {
    padding-bottom: 0 !important;
  }
  .error-section img {
    width: 100%;
  }
  main {
    padding-bottom: 145px;
  }
  .policy-conditions-section {
    padding-top: 50px;
  }
  .policy-conditions-section h3 {
    font-size: 20px;
  }
  .policy-conditions-section .policy-sticky-sidebar {
    display: none;
  }
  .policy-conditions-section .downlode-policy {
    display: block;
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .contact-us-section p {
    color: #000;
  }
  .contact-us-section .contact-address {
    align-items: flex-start;
  }
  .contact-us-section .contact-address:nth-of-type(3) {
    margin-bottom: 50px;
  }
  .contact-us-section .contact-form {
    border: 0;
    padding: 20px;
  }
  .contact-us-section .contact-form form .checkbox a {
    text-decoration: underline;
  }
  .faq-section .faq-content .faq-sticky {
    display: none;
  }
  .blog-detail-content .blog-detail-img img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .related-blog {
    padding-bottom: 50%;
  }
  .career-banner .banner-bottom-area .career-bottom-img {
    height: 234px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .job-list .job-heading {
    position: static;
    margin-bottom: 20px;
  }
  .job-list .card h5 {
    font-size: 20px;
  }
  .job-list .card .card-body {
    padding-left: 0;
  }
  .job-list .card .card-body .btn-primary {
    margin-top: 30px;
  }
  .career-detail .career-detail-heading {
    width: 100%;
  }
  .remitence-banner .remit-banner-content h6 {
    font-size: 14px;
  }
  .remitence-banner .remit-banner-content p {
    color: #FFF;
  }
  .remitence-banner .remit-banner-content .banner-count {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .remitence-banner .remit-banner-content .banner-count .banner-count-line {
    padding-bottom: 20px;
  }
  .remitence-banner .remit-banner-content .banner-count .banner-count-line span {
    font-size: 28px;
  }
  .remitence-banner .remit-banner-content .banner-count .banner-count-line::after {
    right: unset;
    left: 20%;
    top: 16px;
    width: 60%;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  .benefits-section bdi {
    color: #fff;
  }
  .benefits-section .world-animate .world-animate-content {
    padding: 9px;
	  text-align:start;
  }
  .benefits-section .world-animate .world-animate-content:nth-of-type(1) {
    top: 17%;
    left: 0;
  }
  .benefits-section .world-animate .world-animate-content:nth-of-type(2) {
    right: 0;
    top: -6%;
  }
  .benefits-section .world-animate .world-animate-content:nth-of-type(3) {
    left: 0;
    bottom: 4%;
  }
  .benefits-section .world-animate .world-animate-content:nth-of-type(4) {
    right: 0%;
    bottom: 28%;
  }
  .benefits-section .world-animate .world-animate-content img {
    width: 36px;
    height: 36px;
  }
  .benefits-section .border-line {
    padding: 20px;
  }
  .benefits-section .border-line:nth-of-type(1) {
    border: 0;
  }
  .benefits-section .border-line:nth-of-type(2) {
    border: 0;
  }
  .benefits-section .border-line:nth-of-type(3) {
    border: 0;
  }
  .benefits-section .border-line:nth-of-type(4) {
    border: 0;
  }
  .benefits-section .border-line:nth-of-type(5) {
    border: 0;
  }
  .core-strength .card .card-body {
    padding-top: 40px;
  }
  .remitence-banner .round-animation {
    display: none;
  }
  .money-bank .money-banner-content .banner-count {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .money-bank .money-banner-content .banner-count .banner-count-line {
    padding-bottom: 20px;
  }
  .money-bank .money-banner-content .banner-count .banner-count-line::after {
    right: unset;
    left: 0%;
    top: 22px;
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  .money-bank .money-world-map {
    display: none;
  }
  .how-works .card {
    padding: 30px;
  }
  .how-works .card .card-body {
    padding-top: 60px;
  }
  .how-works .card .card-body h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .currency-services .currency-right-content {
    display: block;
    border-bottom: 1px solid #EDEDED;
    padding: 36px 0 20px 0;
  }
	.currency-services .currency-right-content:last-of-type{
		border:0;
	}
  .why-trade {
    padding-bottom: 300px !important;
  }
  .why-trade h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .about-page {
    padding-bottom: 0 !important;
  }
  .about-page .row {
    position: relative;
  }
  .about-page .row .btn-primary {
    position: absolute;
    bottom: -8%;
  }
  .about-page .about-count-animate {
    padding: 80px 0 50px 0;
  }
  .about-page .about-count-animate span {
    font-size: 50px;
  }
  .about-page .about-slide-img {
    animation: marquee 20s linear infinite;
  }
  .about-page .about-slide-img img {
    width: 100%;
    height: auto;
  }
  .how-bulid h1 {
    font-size: 40px !important;
    line-height: 50px;
    padding-bottom: 20px;
  }
  .how-bulid .our-mission {
    margin-top: 30px;
  }
  .how-bulid .our-mission h3 {
    font-size: 20px;
  }
  .how-bulid .our-mission ul {
    margin-top: 20px;
  }
	.how-bulid .our-mission ul li{
		margin-bottom:10px;
	}
  .ceo-talks {
    padding-top: 100px !important;
  }
  .ceo-talks .ceo-buliding-img {
    padding-bottom: 30px;
  }
  .career-form {
    padding-bottom: 50%;
  }
  .about-section .mas-license {
    width: 100%;
  }
	.nav-menu.active li .help-link {
          margin-top: 110px;
    }
	.nav-menu{
		 padding: 100px 0px 25px 30px;    
		justify-content: start;
	} 
	.nav-menu.active .social-links {
        padding-top: 20px;
        margin-top: 0px;
		justify-content: flex-start;
        width: 91%;
    }
	.faq-section {
		padding-top:0 !important;
	}
	.why-payoutt {
		padding-bottom:0 !important;
	}
	.testimonial-section{
		padding-top:0 !important;
	}
	.blog-detail .font-18{
		margin-bottom:15px;
	}
	
	#blog-container{
		row-gap:0;
	}
	
	.terms-content p{
		margin-bottom:10px;
	}
	.footer-address{
		margin-bottom: 40px
	}
	footer .footer-links .quick-link li:last-child::after{
		    width: 37%;
    		left: 57px;
	}
	.why-payoutt .stats-row{
		border-bottom:1px solid #EDEDED;
		padding-bottom:30px;
	}
	.countries-section h2{
		margin:7px 0;
	}
	form .checkbox .checkbox-error{
		display:block;
	}
	.benefits-section .world-animate p{
		line-height:20px !important;
	}
}