@import url("../font/SF Pro Display/stylesheet.css");

.wpcf7-not-valid {
  border: 1px solid red !important;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  border: none !important;
  text-align: center;
  font-size: 20px;
  color: red;
}

.select-wrapper {
  position: relative;
  width: 30%;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("http://128.199.115.176/wp-content/uploads/2026/01/Vector-44.png"); /* your image */
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
}
/* ------------------------ */

@import url("../font/SF Pro Display/stylesheet.css");

body *,
::before,
::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "SF Pro Display" !important;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 1.5;
  font-size: 18px;
  color: #424242;
}

p {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF Pro Display" !important;
  margin: 0px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
}

h1 {
  font-size: 64px;
  color: white;
}
h2 {
  font-size: 52px;
}

h3 {
  font-size: 40px;
}
h4 {
  font-size: 34px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 22px;
}

.p_120 {
  padding: 120px 0;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-top: 0px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.p_100 {
  padding: 100px 0px;
}

.size_20 {
  font-size: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.size_16 {
  font-size: 16px;
}
.mb-20 {
  margin-bottom: 20px;
}
.fnt-light {
  font-weight: 400 !important;
}

img {
  max-width: 100%;
}

a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: inherit;
  font-family: "SF Pro Display", sans-serif;
}

a:hover,
button:hover {
  text-decoration: none;
  outline: none;
}

a:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

input:focus {
  outline: none;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

.stats-wrapper {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 44px 74px 0px #0000000d;
  padding: 30px 90px;
  text-align: center;
  border-radius: 15px;
  position: relative;
}

.stats-wrapper h3 {
  font-weight: 800;
  font-size: 52px;
  line-height: 100%;
  color: #424242;
}

.background_div {
  margin: 0px !important;
}

section.stats-section {
  margin-top: -80px;
  background-color: transparent !important;
}

.banner_section .container {
  max-width: 100% !important;
  padding: 0px 60px !important;
}

header .container {
  max-width: 100% !important;
  padding: 0px 60px !important;
}

.stats-wrapper p {
  color: #912121;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.stats-wrapper .stat-item {
  width: 100%;
  max-width: 204px;
}

.fl-card {
  background: #ffffff;
  border: 1px solid #42424212;
  border-radius: 10px;
  text-align: center;
  margin-right: 28px;
  margin-left: 3px;
  padding: 10px 10px 20px;
}

.fl-card img {
  margin: auto;
  box-shadow: 0px 3px 12px 10px #0000001c;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  max-width: 100px;
  object-fit: cover;
}

.fl-cards .slick-track {
  display: flex !important;
}

.client-section .row h6 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #424242;
  max-width: 235px;
}

.fl-cards {
  display: flex !important;
}

.fetur_image {
  background: #42424205;
  border-radius: 10px;
  padding: 30px;
  padding-bottom: 20px;
}

.fl-card p {
  font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  color: #424242;
  margin-bottom: 0;
  margin-top: 20px;
}

.fl-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

section.featured-languages {
  padding: 73px 0;
}

.fl-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.fl-arrows button {
  padding: 0;
  box-shadow: unset;
  outline: unset;
  background-color: transparent;
  border: 0.6px solid #0a0a0a;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fl-arrows button:hover {
  background: #fff;
}

.feature-section .card {
  background: #ffffff;
  padding: 26px;
  box-shadow: 0px 54px 52px 0px #0000000d;
  border: 0;
  border-radius: 15px;
}

.feature-section .cards {
  display: flex;
  gap: 30px;
}

/* .feature-section .container {
  background: #fbfbfb;
  max-width: 1500px !important;
  padding: 0px 60px !important;
} */

/* section.contact-section {
  padding: 90px 0;
} */

.feature-section .card h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #424242;
  text-transform: uppercase;
}

.feature-section .card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #a0a0a0;
}

.feature-section .cards .icon {
  margin-bottom: 16px;
}

.feature-section .header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.feature-section .header h2 {
  max-width: 500px;
}

.feature-section .header p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #424242;
  max-width: 436px;
  margin-left: auto;
}

footer.site-footer {
  background: #000000;
  padding-top: 100px;
}

.bottom-footr {
  background: #bb2a2a;
  padding: 28px 0;
}

.contact-iamge img {
  width: 100%;
}

.contact-iamge {
  padding-right: 10px;
}

.contact-box input.form-control {
  background: #ffffff;
  border: 1px solid #42424212;
  padding: 24px;
  border-radius: 140px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #424242 !important;
  margin-top: 20px;
}

.contact-box input.form-control::placeholder {
  color: #424242;
}

.contact-box .col-md-6 {
  margin: 0;
}

.contact-box .col-12 {
  margin: 0;
}

.contact-box textarea.form-control::placeholder {
  color: #424242;
}

.contact-box textarea.form-control {
  border: 1px solid #42424212;
  background: #ffffff;
  border-radius: 25px;
  padding: 24px;
  margin-top: 20px;
  font-size: 16px;
  color: #424242;
}

.contact-box .form-control:focus {
  box-shadow: unset !important;
  border: 1px solid #424242ad !important;
}

.contact-box .btn {
  background: #bb2a2a;
  padding: 22px 45px;
  border-radius: 200px;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  margin-top: 30px !important;
  color: #fff;
  transition: all 0.4s ease;
}

.contact-box .btn:hover {
  background-color: #000;
  color: #fff;
}

.cont p {
  font-size: 20px;
  color: #424242;
  max-width: 567px;
  margin-bottom: 25px;
}

.contact-box-form {
  padding-left: 10px;
}

.client-section .row {
  padding: 40px 0;
  border-top: 1px solid #42424212;
}

section.client-section .col-lg-3 {
  position: relative;
}

section.client-section .col-lg-3::after {
  content: "";
  position: absolute;
  background: #42424212;
  height: 100%;
  width: 2px;
  top: 0;
  right: 50px;
}

.logo-slider .slick-prev,
.slick-next {
  display: none;
}

.logo-slider-image img {
  filter: grayscale(1);
}

.bottom-footr p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.footer-links {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 40px;
}

.footer-links a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.footer-top {
  padding-bottom: 100px;
}

.footer-column.brand p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
}

.footer-column h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.footer-column ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #a0a0a0;
}

.footer-column ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-column.footer-li {
  padding-left: 100px;
}

.footer-column.Visit p {
  color: #a0a0a0;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  max-width: 180px;
}

.footer-column.Visit a {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #fff;
}

.footer-column.Visit img {
  max-width: 16px;
}

.cover-filter form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.cover-filter form button.button {
  background: #bb2a2a;
  border: 0;
  color: #fff;
  padding: 13px 20px;
  border-radius: 5px;
}

.cover-filter .form-control {
  padding: 13px 20px;
  height: 100%;
}

.background_div {
  position: relative;
}

.background_div:after {
  content: "";
  position: absolute;
  background-color: #0000005c;
  height: 100%;
  width: 100%;
}

.banner_content {
  position: relative;
  z-index: 99;
}
/*  aman css 16 jan 2025 start*/
.about-us .banner_content p {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
  max-width: 1082px;
}

.splice-cont p {
  max-width: 944px !important;
  margin: auto;
  font-weight: 500;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  color: #424242;
}
.background_div:after {
  border-radius: 20px;
}
.splice-image {
  width: 539px;
  border: 1.5px solid #42424212;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 349px;
  border-radius: 25px;
}
.image-with-text .row {
  align-items: center;
}
.img-with-cont p {
  font-size: 22px;
  line-height: 34px;
  max-width: 462px;
  color: #424242;
}

.map-section .content h2 {
  text-align: center;
  margin-bottom: 45px;
}
.map-section .map iframe {
  width: 100%;
}
.map-section .map {
  max-width: 1243px;
  margin: auto;
}
.map-bottom-cont p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  max-width: 939px;
  margin: auto;
  margin-top: 50px;
  color: #424242;
}
.img-with-cont p span,
.map-bottom-cont p span {
  font-weight: 500;
}
section.image-with-text,
.map-section,
.contact-section {
  position: relative;
}
.map-section::after {
  content: "";
  position: absolute;
  bottom: 120px;
  background-image: url(http://128.199.115.176/wp-content/uploads/2026/01/VOiCEOVERS.png);
  left: 0px;
  height: 189px;
  width: 100%;
  max-width: 1080px;
  background-size: cover;
  background-position: center;
}
.contact-section {
  overflow: hidden;
}
.contact-section::after {
  content: "";
  position: absolute;
  bottom: 88px;
  background-image: url(http://128.199.115.176/wp-content/uploads/2026/01/VOiCEOVERS-1.png);
  left: 53%;
  height: 130px;
  width: 100%;
  max-width: 1080px;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.map-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 523px;
  background: linear-gradient(
    180deg,
    rgba(66, 66, 66, 0.01) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  z-index: 0;
}
/* keep content above gradient */
.map-section > .container,
.full-image > div,
.image-with-text > div,
.info-cards,
.below-bnr .row ,.listing-section > div,.privacy-policy-cont > div{
  position: relative;
  z-index: 1;
}
.image-with-text .container::after,
.full-image > div::after,
.info-cards::after,
.below-bnr .row::after,.listing-section > div::after,.privacy-policy-cont > div::after {
  content: "";
  position: absolute;
  background-image: url(http://128.199.115.176/wp-content/uploads/2026/01/voiceoversasialogo_alt-2.png);
  right: 0px;
  width: 188px;
  height: 273px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.listing-section > div::after,.privacy-policy-cont > div::after  {
    top: 50%;
    transform: translateY(-50%);
}
.info-cards::after {
  bottom: -147px;
  /* right: -82px; */
}
.below-bnr .row::after {
  bottom: -90px;
}
.image-with-text .container::after {
  bottom: 25px;
}
section.image-with-text .container .row {
  max-width: 1100px;
  margin: auto;
}
.full-image > div::after {
  top: -245px;
}
.cont-form {
  position: relative;
}
.wpcf7-response-output {
  position: absolute;
  bottom: -81px;
}

.group-archive .email,
.group-archive .watsapp,
.bottom-sngle-cont .email,
.bottom-sngle-cont .watsapp {
  cursor: pointer;
  width: 68px;
  height: 68px;
  display: inline-block;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-archive .email,
.bottom-sngle-cont .email {
  background-color: #bb2a2a;
}
.group-archive .watsapp,
.bottom-sngle-cont .watsapp {
  background: #23b33a;
}
.icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 27px;
}
.lng-group {
  text-align: center;
  margin-bottom: 45px;
}
.lang-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.lang-image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  max-width: 100px;
  object-fit: cover;
  box-shadow: 0px 13px 12px 0px #0000001c;
}
.lang-card {
  border: 1px solid #42424212;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 20px;
  border-radius: 10px;
}
.bottom-img img {
  height: 526px;
  object-fit: cover;
  border-radius: 20px;
}
.lang-image {
  background-color: #42424205;
  padding: 20px 70px;
  border-radius: 10px;
}
.img-with-cont {
  padding-left: 60px;
}
.booking-section h3 {
  text-align: center;
  margin-bottom: 40px;
}
/* new css start */

.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.info-card {
  background: #fff;
  padding: 40px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
  border: 1.5px solid #42424212;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  transition: all 0.4s ease;
  min-width: 255px;
}
.info-card a:hover {
  color: unset !important;
}
.info-card:hover {
  box-shadow: 30px 54px 74px 0px #304f1f1a;
}

.info-card .icon {
  margin-bottom: 18px;
}
.info-card .icon img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}
.info-card p,
.info-card div {
  color: #a0a0a0;
  margin-top: 6px;
}
.contact-wrapper {
  display: flex;
  gap: 60px;
  margin-bottom: 70px;
}
.contact-form {
  flex: 0 0 50%;
}
.contact-form h3 {
  text-align: left;
  margin-bottom: 10px;
}
.contact-image {
  flex: 0 0 50%;
}
.contact-image img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
}

.contact-form-para p {
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-form input {
  width: 100%;
  padding: 24px 26px;
  border-radius: 140px;
  margin-bottom: 18px;
  outline: none;
  border: 1px solid #42424212;
}
.contact-form textarea {
  width: 100%;
  height: 170px;
  padding: 24px 26px;
  border-radius: 25px;
  margin-bottom: 30px;
  outline: none;
  border: 1px solid #42424212;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.contact-form .form-control {
  color: #424242;
  font-size: 16px;
}

/* .contact-form textarea {
    resize: none;
    height: 120px;
  } */

.contact-form button {
  background: #b3262d;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.contact-form .btn-submit {
  padding: 14px 45px;
  border-radius: 215px;
  margin-bottom: 18px;
  outline: none;
  border: 1px solid #42424212;
  width: fit-content;
  background-color: #bb2a2a;
  color: white;
  font-weight: 600;
  font-size: 22px;
  transition: all 0.4s ease;
}
.contact-form button:hover {
  background: #8e1f25;
}
.info-bottom {
  border: 1.5px solid #42424212;
  display: flex;
  padding: 30px 35px 30px 40px;
  gap: 0px;
  margin-bottom: 100px;
  border-radius: 20px;
  justify-content: space-between;
}
.info-text {
  padding-top: 20px;
  flex: 0 0 72%;
}
.info-text h4 {
  margin-bottom: 16px;
}
.info-text ul {
  padding-left: 18px;
}
.info-text li {
  font-size: 22px;
  margin-bottom: 8px;
}

.qr-box {
  flex: 0 0 28%;
  text-align: right;
}

.fyi-note {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 8px;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}
/* contact us form */
.cntct-para {
  max-width: 580px;
}
.contact-form .btn-submit:hover {
  background-color: black;
}
/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  margin-top: 25px;
}
.pagination ul {
  display: flex;
  gap: 20px;
}
.pagination ul li {
  list-style: none;
  width: 59px;
  height: 59px;
  border: 1px solid #4242420f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #a0a0a0;
  transition: all 0.4s ease;
}
.pagination ul li:hover {
  color: #424242;
  background-color: #4242420f;
  cursor: pointer;
}
.pagination ul li a:hover {
  color: #424242;
  background-color: #4242420f;
}
.pagination ul li svg path {
  stroke: black;
}
.pagination ul li svg path {
  stroke: black;
}
.pagination ul li:hover .next svg path,
.pagination ul li:hover .prev svg path {
  stroke: white;
}
.pagination ul li:has(svg):hover {
  background-color: #424242;
}
.pagination ul li:has(.current),
.pagination ul li:has(.active) {
  background-color: #2f2f2f;
  color: #ffffff;
}
.widget_filter input,
.widget_filter select {
  border-radius: 5px;
  background-color: white;
  border: none;
  padding: 18px 20px;
  font-size: 16px;
  color: #a0a0a0;
}
.widget_filter form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.widget_filter form label {
  display: flex;
  gap: 15px;
  color: #a0a0a0;
  font-size: 16px;
  align-items: center;
}
.widget_filter label input {
  width: 30px;
  height: 30px;
}
.widget-inner {
  background-color: #bb2a2a08;
  border-radius: 15px;
  padding: 38px;
}
.widget_filter button {
  background-color: #bb2a2a;
  color: white;
  font-weight: 600;
  border-radius: 215px;
  border: 1px solid transparent;
  padding: 17px 17px;
  margin-top: 10px;
}
.widget_filter input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #42424212;
  border-radius: 4px;
  cursor: pointer;
}
/* Checked background */
.widget_filter input[type="checkbox"]:checked {
  /* background-color: #424242;
    border-color: #424242; */
  position: relative;
}

/* Tick mark */
.widget_filter input[type="checkbox"]:checked::after {
  content: "✔";
  color: #bb2a2a;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lang-content .widget-inner h5 {
  margin-bottom: 20px;
}
.lang-content .col-lg-8 {
  padding-right: 30px;
}
.filter_bottom_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  padding: 38px 67px;
  text-align: center;
  border: 1px solid #42424212;
  border-radius: 15px;
}
.filter_bottom_content img {
  max-width: 100px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.filter_bottom_content h5 {
  margin-bottom: 6px;
}
.filter_bottom_content p {
  color: #a0a0a0;
}
.bottom_fltr_lnk {
  color: #bb2a2a;
}
.contnt p {
  color: #a0a0a0;
}
.contnt h5 {
  margin-top: 45px;
  margin-bottom: 6px;
}
.contnt h3 {
  color: #bb2a2a;
  margin-bottom: -25px;
}
.contnt a:nth-of-type(1) {
  display: block;
  color: #bb2a2a;
  transition: all 0.4s ease;
}
.contnt a:nth-of-type(1):hover {
  color: #424242;
}
.contnt p:last-of-type {
  color: #a0a0a0 !important;
  display: flex;
  align-items: center;
  gap: 2px;
}
.contnt p:last-of-type a {
  color: #a0a0a0 !important;
}
.contnt {
  max-width: 1200px;
}
.filter-result p {
  font-size: 16px;
}
.profile {
  text-align: center;
}
/* signle detail page */
section.singl-banner .background_div {
  height: 270px;
}
.bottom-sngle-cont {
  text-align: center;
  max-width: 668px;
  margin: auto;
}
.single-cont p {
  font-size: 20px;
  margin-top: 6px;
}
.samples {
  max-width: 996px;
  margin: auto;
  margin-top: 40px;
}
.name-icn {
  display: flex;
  justify-content: space-between;
}
.voice-sampl-sec {
  text-align: center;
}
.voice-sampl-sec > div {
  background-color: #fbfbfb;
  border-radius: 25px;
}
.icon-listing {
  display: flex;
  gap: 10px;
}
.icon-listing i {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
}
.profile-meta {
  border-top: 1px solid #42424212;
  border-bottom: 1px solid #42424212;
  padding: 35px 0px;
}
span.meta-value.male {
  color: #bb2a2a;
}
.meta-block:nth-of-type(2) {
  margin-top: 32px;
}
.language-tags a {
  background-color: #bb2a2a;
  color: white;
  width: fit-content;
  padding: 4px 9px;
  border-radius: 60px;
  border: 1px solid #bb2a2a;
}
.language-tags span a:hover {
  background-color: white;
  color: #bb2a2a !important;
}

.detail-cont h3 {
  margin-bottom: 30px;
}
.profile-meta .col-lg-9 {
  border-left: 1px solid #42424212;
  padding-left: 25px;
}
.info-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.info-row:first-of-type {
  border-bottom: 1px solid #42424212;
  padding-bottom: 41px;
}
.info-row:nth-of-type(2) {
  padding-top: 41px;
}
.info-row {
  color: #a0a0a0;
}
.singl-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.singl-img {
  border-radius: 12px;
  max-width: 200px;
  /*background-color: #f5f5f5;
  padding: 25px 50px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
section.language-section.below-bnr {
  padding: 45px 0px 0px;
}
.downlod p {
  text-align: left;
}
.single-cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
/*  text-align: center;*/
}
.info-row p {
  font-size: 16px;
}
li.breadcrumb-item {
  font-size: 16px !important;
}
.single-voce {
  max-width: 1000px;
  margin: auto;
}
.languages {
  text-align: left;
  margin-top: 9px;
}
.languages h6 {
  font-size: 20px;
  font-weight: 500;
}
.profile .languages span {
  margin-top: 10px;
}
.profile .languages span a {
  font-weight: 500;
  font-size: 16px;
  color: white;
  display: inline-block;
  border-radius: 60px;
  background-color: #424242;
  padding: 6px 14px;
  border: 1px solid transparent;
}
.profile .languages span a:hover {
  background-color: white;
  color: #bb2a2a;
  border: 1px solid #bb2a2a;
}

.language-tags span a:hover {
  color: white;
}
.widget_filter button:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.group-archive.about-us .banner_content p {
  max-width: 610px;
  margin: auto;
}
.contct-section.about-us .banner_content p {
  max-width: 733px;
  margin: auto;
}
.page-content p {
  margin-bottom: 25px;
  text-align: center;
}
.page-content .search-form {
  text-align: center;
  margin-bottom: 50px;
}
.page-content .search-form input.search-submit {
  background: #bb2a2a;
  color: white;
  padding: 10px 34px;
  color: #fff;
  font-weight: 500;
  border-radius: 60px;
  border: 0;
  margin-left: 12px;
  display: inline-block;
  transition: all 0.3s ease;
}
.page-content .search-form input.search-submit:hover {
  background-color: black;
}
.page-content input.search-field {
  width: 100%;
  padding: 10px 18px;
  border-radius: 60px;
  outline: none;
  border: 1px solid #42424212;
}
.page-header .page-title {
  color: #424242;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 40px;
}
.page-content input.search-field:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#ajaxsearchlite1 .probox,
div.asl_w .probox:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  height: auto;
  color: #212529;
  border: 1px solid #42424212 !important;
  border-radius: 60px;
  outline: none;
}
div.asl_w {
  overflow: visible !important;
}
.whatsap_btn {
  min-width: 111px;
}
.asl_w_container {
  width: 100% !important;
}
.page-content .asl_w_container {
  max-width: 240px;
  margin: auto;
}
.page-content {
  margin-bottom: 55px;
}
a:hover {
  color: #bb2a2a;
}
.whatsap_btn a:hover {
  color: white;
}
.actions a {
  border: 1px solid transparent;
}
.actions a:hover {
  background-color: white;
  border: 1px solid;
}
.whatsap_btn a:hover {
  box-shadow: 0px 3px 12px 10px #0000001c;
}
.footer-links a:hover{
  color:white;
}
.single-voice_talent .list-data {
  max-height: 600px;    
  overflow-y: auto;
  padding-right: 20px;   
}
.single-voice_talent .list-data::-webkit-scrollbar {
  width: 4px;
}

.single-voice_talent .list-data::-webkit-scrollbar-thumb {
  background-color: #BB2A2A;
  border-radius: 10px;
}
.language-tags {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
     margin-top: 8px;
}
@media (max-width: 1599px) {
  .contact-section::after {
    bottom: 50px;
  }
  .info-text {
    flex: 0 0 70%;
  }
  .qr-box {
    flex: 0 0 30%;
  }
  .contact-form input {
    padding: 13px 24px;
  }
  .contact-form textarea {
    height: 130px;
  }
  .contact-form textarea {
    margin-bottom: 15px;
  }
  .contact-form .btn-submit {
    padding: 10px 44px;
    font-size: 18px;
  }
  h4 {
    font-size: 30px;
  }
  .info-text li {
    font-size: 18px;
  }
  .qr-box img {
    max-width: 236px;
  }
}
@media (max-width: 1399px) {
  .contact-section::after {
    bottom: 27px;
  }
  .group-archive.about-us .banner_content p {
    max-width: 493px;
  }
  .fa-bell:before {
    font-size: 16px;
  }
  .downlod p {
    max-width: 252px;
  }
  .widget-inner {
    padding: 30px 30px;
  }
  .widget_filter form {
    gap: 25px;
  }

  .widget_filter label input {
    width: 20px;
    height: 20px;
  }
  .widget_filter button {
    background-color: #bb2a2a;
    color: white;
    font-weight: 600;
    border-radius: 215px;
    border: 1px solid transparent;
    padding: 12px 14px;
    margin-top: 10px;
  }
  h5 {
    font-size: 22px;
  }
  h3 {
    font-size: 36px;
  }
  .info-card {
    padding: 40px 35px;
  }
  .info-card .icon img {
    width: 50px;
    height: 58px;
  }
  .splice-cont p {
    font-size: 22px;
    line-height: 1.3;
  }
  .lang-image {
    padding: 18px 51px;
  }
  .bottom-img img {
    height: 400px;
  }
  .p_100 {
    padding: 80px 0px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .bottom-img img {
    height: 428px;
  }
  .lang-image img {
    width: 80px;
    height: 80px;
    max-width: 80px;
  }
  .lang-card {
    padding: 10px 10px;
    gap: 15px;
  }
}

@media (max-width: 1199px) {
  .profile img {
    border-radius: 12px;
    max-width: 150px;
    object-fit: contain;
    object-position: bottom;
    height: auto !important;
  }

  .splice-image {
    width: 439px;
    height: 300px;
  }
  .lang-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
    .splice-cont p {
    font-size: 20px;
    line-height: 1.3;
  }
  .search_bar {
    margin-right: 26px;
  }
  .footer-column.brand p {
    margin-top: 30px;
  }
  .contact-section::after {
    display: none;
  }
  .group-archive.about-us .banner_content p {
    max-width: 487px;
  }
  .language-section {
    padding: 35px 0;
  }

  .single-cont {
    padding-left: 0px;
  }
  .detail-cont {
    padding: 0px 25px;
  }
  .voice-sampl-sec > div {
    padding: 25px;
  }
  .single-cont p {
    font-size: 18px;
  }
  .single-cont {
    margin-top: 30px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  section.language-section.below-bnr {
    padding: 35px 0px 0px;
  }
  .lang-content .col-lg-8 {
    padding-right: 12px;
  }
  .widget_filter input,
  .widget_filter select {
    padding: 14px 20px;
  }
  .list-data {
    padding: 30px 20px;
  }
  .profile {
    padding: 25px 25px;
  }
  .language-section .filters {
    padding: 14px 0;
  }
  .language-section .lang-content h2 {
    margin-bottom: 30px;
  }
  .downlod p {
    max-width: 205px;
  }
  .profile {
    max-width: 200px;
  }
  .contnt h5 {
    margin-top: 30px;
  }
  .contnt h3 {
    margin-bottom: -5px;
  }
  .profile img {
    border-radius: 12px;
    max-width: 150px;
  }
  .widget_filter button {
    border-radius: 25px;
    padding: 8px 50px;
    width: fit-content;
  }

  .info-text {
    padding-top: 30px;
  }
  h4 {
    font-size: 25px;
  }
  .qr-box {
    text-align: left;
  }

  .info-bottom {
    padding: 30px 25px;
    margin-bottom: 60px;
    flex-direction: column-reverse;
  }
  .qr-box img {
    max-width: 135px;
  }
  .contact-wrapper {
    gap: 36px;
    flex-direction: column-reverse;
  }
  .info-cards::after {
    display: none;
  }
  .info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .splice-image {
    width: 100% !important;
  }
  .img-with-cont {
    padding-left: 0px;
  }
  .img-with-cont p {
    font-size: 20px;
    line-height: 1.5;
  }
  .image-with-text .container::after {
    bottom: -53px;
  }
  .image-with-text .container::after,
  .full-image > div::after {
    width: 139px;
    height: 200px;
  }
  .p_100 {
    padding: 60px 0px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  h3 {
    font-size: 35px;
  }
  h2 {
    font-size: 38px;
  }
  .lang-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .bottom-img img {
    height: 270px;
  }
  .lang-image img {
    width: 70px;
    height: 70px;
    max-width: 70px;
  }
  .lang-card {
    padding: 15px;
  }
  .image-with-text::after,
  .full-image > div::after {
    width: 163px;
    height: 208px;
  }
  .full-image > div::after {
    top: -196px;
  }
  .lng-group {
    margin-bottom: 28px;
  }
  .meta-block:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .info-row:first-of-type {
    border-bottom: unset;
    padding-bottom: 18px;
  }
  .info-row:nth-of-type(2) {
    padding-top: 3px;
  }
  .profile-meta .col-lg-9 {
    border-left: unset;
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .search_bar {
    margin-right: 42px;
  }
  .main_header .row {
    align-items: center;
    justify-content: space-between;
  }
  .main_header .col_rt {
    max-width: 181px;
  }
  .pt-100 {
    padding-top: 45px;
  }
  .icon-listing {
    gap: 3px;
  }

  .downlod p {
    max-width: unset;
  }
  .downlod {
    display: flex;
    justify-content: unset;
    align-items: unset;
    margin: 16px 0;
    flex-direction: column;
    gap: 15px;
  }
  .profile {
    max-width: 185px;
    padding: 30px 20px;
    text-align: left;
  }
  .profile img {
    max-width: 110px;
    text-align: left;
  }
  .contnt h5 {
    margin-top: 20px;
  }
  .contnt p {
    font-size: 16px;
  }
  .info-text {
    flex: 0 0 63%;
  }
  .qr-box img {
    max-width: 135px;
  }
  .lang-card {
    padding: 10px;
  }
  .lang-image {
    padding: 18px 70px;
  }
  .map-bottom-cont p {
    font-size: 18px;
    line-height: 28px;
  }
  .p_100 {
    padding: 45px 0px;
  }
  .about-splice-section .splice-cont p {
    font-size: 18px;
  }
  .img-with-cont p {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
  .pb-100 {
    padding-bottom: 45px;
  }
  .map-section .content h2 {
    text-align: center;
    margin-bottom: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h2 {
    font-size: 34px;
  }
  .image-with-text::after,
  .full-image > div::after {
    width: 88px;
    height: 137px;
  }
  .full-image > div::after {
    top: -124px;
  }
  .full-image > div::after {
    right: 8px;
  }
  .lang-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  #ajaxsearchlite1 .probox,
  div.asl_w .probox {
    padding: 5px 8px !important;
  }
  .search_bar {
    width: 141px;
    min-width: 141px;
  }
  .main_header .col_lt {
    width: 35% !important;
  }
  button.srch_icon {
    width: 32px;
  }
  .mobile_toggle {
    top: 36px !important;
  }
  .site_logo img {
    max-width: 108px;
    width: 100%;
  }
  .search_bar form input[type="text"] {
    color: #212529;
    width: 100px;
    padding: 0px 18px;
  }
  .page-content input.search-field {
    margin-bottom: 16px;
  }
  .about-us .banner_content p {
    font-size: 17px;
  }
  .talent-content p {
    font-size: 16px !important;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .talent-content h6 {
    font-size: 16px !important;
  }
  .talent-content ul li {
    font-size: 16px !important;
  }
  .pt-100 {
    padding-top: 40px;
  }
  section.language-section.below-bnr {
    padding: 30px 0px 0px;
  }
  .language-section {
    padding: 30px 0;
  }

  .singl-img {
    max-width: unset;
    padding: 24px 46px;
  }
  .profile .languages span {
    font-size: 14px;
  }
  .languages {
    text-align: left;
    margin-top: 15px;
  }
  .languages h6 {
    font-size: 18px;
  }
  .name-icn {
    margin-bottom: -13px;
  }
  .icon-listing i {
    flex: 0 0 27px;
  }
  .lang-content .profile img {
    max-width: 76px;
  }
  .lang-content .profile {
    max-width: unset;
    padding: 25px 0px 35px 20px;
    text-align: left;
  }
  li.breadcrumb-item {
    font-size: 15px !important;
  }
  .detail-cont h3 {
    margin-bottom: 20px;
  }
  .profile-meta {
    padding: 20px 0px;
  }
  .lang-content .col-lg-8 {
    padding-right: 12px;
  }
  .language-section .filter {
    gap: 0px;
    max-width: 139px;
  }
  .language-section .lang-content h2 {
    margin-bottom: 25px;
  }
  .profile {
    max-width: unset;
    padding: 25px 0px 35px 20px;
    text-align: left;
  }
  .downlod {
    margin: 20px 0;
  }
  .list-data {
    padding: 0px 20px 25px 20px;
  }
  .profile .languages span {
    margin-top: 16px;
  }
  .talent-card {
    border-radius: 15px;
    margin-bottom: 30px;
    display: flex;
    justify-content: unset;
    align-items: unset;
    gap: 0px;
    padding: 4px;
    flex-direction: column-reverse;
  }
  .profile img {
    max-width: 145px;
    text-align: left;
  }
  .widget_filter input,
  .widget_filter select {
    padding: 12px 15px;
  }
  .widget_filter input[type="checkbox"] {
    padding: 14px 14px;
  }

  .filter_bottom_content {
    padding: 30px 30px;
  }
  .pagination ul li svg {
    width: 16px;
    height: 16px;
  }
  .pagination ul li span {
    font-size: 16px;
  }
  .pagination ul li {
    width: 45px;
    height: 45px;
  }
  .pagination {
    margin-bottom: 45px;
  }
  .lang-image {
    width: 100%;
    text-align: center;
  }
  .lang-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .map-section .content h2 {
    margin-bottom: 28px;
  }
  .p_100 {
    padding: 35px 0px;
  }
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 25px;
  }
  .info-card {
    padding: 20px 25px;
  }
  .booking-section h3 {
    margin-bottom: 25px;
  }
  .contact-form .form-control {
    font-size: 14px;
  }
  .contact-form textarea {
    height: 125px;
  }
  .contact-form input {
    margin-bottom: 5px;
  }
  .contact-form textarea {
    margin-bottom: 4px;
  }
  .info-bottom {
    padding: 25px 20px 25px 20px;
    margin-bottom: 50px;
  }
  h4 {
    font-size: 22px;
  }
  .info-text li {
    font-size: 16px;
  }
  .info-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-image img {
    height: 317px;
  }
  .qr-box img {
    max-width: 100px;
  }
  .email img {
    height: 16px;
  }
  .watsapp img {
    height: 23px;
  }
  .lang-image {
    padding: 18px 66px;
  }
  .group-archive .email,
  .group-archive .watsapp,
  .bottom-sngle-cont .email,
  .bottom-sngle-cont .watsapp {
    width: 50px;
    height: 50px;
  }
}

img.micro {
    max-width: 180px;
    padding: 10px;
}

.logo-slider-image img {
   margin:auto;
}
