/*=====Reset CSS======*/

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="button"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

a:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
label {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}

figure {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure,
img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.svg_container {
  display: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  /* font-family: var(--body_font); */
  font-family: 'inter';
  overflow-x: hidden;
  color: var(--body_color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

::-webkit-scrollbar-thumb {
  background: var(--btn_color);
}

::-webkit-scrollbar {
  background: #fff;
  width: 14px;
}

::-moz-selection {
  background-color: var(--btn_color);
  color: #fff;
}

::selection {
  background-color: var(--btn_color);
  color: #fff;
}

/* Reset-css--------------- */

:root {
  --body_color: #55647c;
  --btn_color: #ca0000;
  --hdng_color: #252121;
  --body_font: "Poppins", sans-serif;
  --transition: 0.4s all ease-in-out;
}

/* Global Headings */

h1 {
  color: #242541;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

h1 span {
  font-weight: 600;
}

h2 {
  color: var(--hdng_color);
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}

h2 span {
  color: var(--btn_color);
}

h3 {
  color: rgb(10, 37, 64);
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.3px;
}

h4 {
}

h5 {
}

h6 {
}

a {
  color: #ca143b;
  transition: var(--transition);
}

a:hover {
  text-decoration: none;
}

section {
  position: relative;
}

.sitebtn {
  transition: var(--transition);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  border-radius: 60px;
  background: var(--btn_color);
  padding: 10px 25px;
  border: 1px solid transparent;
  text-transform: capitalize;
}

.sitebtn:hover {
  border-color: var(--btn_color);
  color: var(--btn_color);
  background: transparent;
}

.navlink.sitebtn {
  transition: var(--transition);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  border-radius: 60px;
  background: var(--btn_color);
  padding: 10px 25px;
  border: 1px solid transparent;
}

.navlink.sitebtn:hover {
  border-color: var(--btn_color);
  color: var(--btn_color);
  background: transparent;
}

/* Global Headings */

/* Header Start ---------------*/

.sticky_hdr .header {
  filter: drop-shadow(0px 15px 25px rgba(0, 76, 102, 0.15));
  -webkit-filter: drop-shadow(0px 15px 25px rgba(0, 76, 102, 0.15));
  background-color: #f7f8fa;
}

/* .sticky_hdr .vet-logo {
  max-width: 100px;
}

.sticky_hdr .navbar {
  padding-bottom: 0;
}

.sticky_hdr .call-info a {
  font-size: 15px;
}


/* sticky */

.hdrmobile_logo {
  display: none;
}

.menu-link-wrapper {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
}

.line {
  background: #000;
  width: 30px;
  height: 3px;
  display: block;
  margin: 3px 0;
}

.header_listing_holder {
  flex-grow: 1;
}

.header_wrppr {
  display: flex;
  align-items: end;
  position: relative;
  flex-wrap: wrap;
}

.navlink {
  color: #353e47;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.2px;
  text-transform: capitalize;
  transition: var(--transition);
  position: relative;
}

.navitem {
  position: relative;
  padding: 8px 28px;
  border-radius: 8px;
}

.navlist {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  justify-content: end;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 4;
  top: 0;
  transition: var(--transition);
  padding: 0 0 8px 0;
  background: transparent;
}

.navlink:hover {
  color: var(--btn_color);
}

.header_logo a,
.footer_logo_wrap a {
  max-width: 206px;
}

.headerlogo_hamwrpr {
  flex: 0 0 auto;
}

.upper_menu {
  width: 100%;
  flex: 0 0 auto;
}

.header::after {
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  height: 1px;
  background: rgb(188, 133, 133, 0.3);
  top: 52px;
}

.submenu {
  position: absolute;
  left: 0;
  right: 0;
  background: rgb(37, 33, 33);
  /* background: #F7F8FA; */
  top: 100%;
  width: 214px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  /* border-radius: 10px; */
  overflow: hidden;
  scale: 0.7;
}

.header_logo {
  top: -9px;
  position: relative;
}

.submenu li a {
  display: block;
  padding: 10px 25px 10px 30px;
  color: #fff;
}

.submenu li {
  transition: var(--transition);
}

.submenu li:hover {
  background: var(--btn_color);
}

.navitem:hover .submenu {
  opacity: 1;
  visibility: visible;
  scale: 1;
}

.navitem:has(.submenu)::after {
  content: "\f107";
  position: absolute;
  color: #353e47;
  font-size: 15px;
  right: 10px;
  top: 10px;
  font-family: "fontawesome";
  transition: var(--transition);
}

.navitem:hover::after {
  color: var(--btn_color);
  transform: rotate(180deg);
  top: 7px;
}

/* Header End----------- */

.banner_section {
  margin-top: 140px;
  padding: 20px 0;
}

.whitebtn {
  transition: var(--transition);
  color: var(--btn_color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  border-radius: 60px;
  background: transparent;
  padding: 10px 25px;
  border: 1px solid var(--btn_color);
  text-transform: capitalize;
}

.whitebtn:hover {
  background: var(--btn_color);
  color: #fff;
}

.banner_button {
  display: flex;
  column-gap: 15px;
  margin-top: 25px;
}

.banner_button {
  display: flex;
  column-gap: 15px;
  margin-top: 35px;
}

.banner_content h1 span {
  display: block;
}

.banner_content p {
  font-size: 17px;
  text-transform: capitalize;
  margin-top: 10px;
}

.banner_section .row {
  align-items: center;
}

.banner_image {
  margin-right: -140px;
  margin-left: -10px;
}

.banner_background {
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  bottom: 0;
  z-index: -1;
  border-radius: 30px;
  overflow: hidden;
}

.banner_background img {
  width: 100%;
  height: 100%;
  object-position: center;
}

.banner_content h1 {
  margin-bottom: 15px;
}

.partners_section {
  padding: 40px 0 80px;
}

.sub_heading {
  color: var(--btn_color);
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border: 1px solid rgba(202, 0, 0, 0.3);
  border-radius: 30px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
}

.partners_img {
  filter: grayscale(1);
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners_img:hover {
  filter: grayscale(0);
}

.partners_item {
  padding: 0 25px;
}

.partners_slider {
  margin: 30px -150px 0;
  position: relative;
}

.partners_slider::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #fff, transparent);
  width: 70px;
  height: 100%;
  left: 0;
  pointer-events: none;
  top: 0;
}

.partners_slider::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, transparent, #fff);
  width: 70px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.partners_holder {
  text-align: center;
}

.partners_holder p {
  text-transform: capitalize;
  letter-spacing: -0.1px;
  margin-bottom: 8px;
}

.keyservices_wrap {
  text-align: center;
}

.keyservices_holder {
  margin-top: 80px;
}

.keyservices_wrap h2 span {
  display: block;
}

.keyservices_wrap h2 {
  margin-bottom: 20px;
}

p span {
  font-weight: 600;
}

.keyservices_wrap p {
  letter-spacing: -0.1px;
  text-transform: capitalize;
  max-width: 1000px;
  margin: 0 auto 10px;
}

.keyservices_holder .row > *:nth-child(4n + 1) .services_icon {
  background: #ad49e1;
}

.keyservices_holder .row > *:nth-child(4n + 2) .services_icon {
  background: #d70000;
}

.keyservices_holder .row > *:nth-child(4n + 3) .services_icon {
  background: #2fa2ff;
}

.keyservices_holder .row > *:nth-child(4n + 4) .services_icon {
  background: #ffd500;
}

.services_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.services_card h3 {
  margin-bottom: 15px;
}

.services_card p {
  color: #464b61;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.2px;
}

.services_card {
  height: 100%;
  border: 1px solid rgba(31, 115, 105, 0.3);
  border-radius: 15px;
  box-shadow: 0px 6px 13px 0px rgba(125, 125, 125, 0.05),
    0px 23px 23px 0px rgba(125, 125, 125, 0.04),
    0px 51px 31px 0px rgba(125, 125, 125, 0.03),
    0px 91px 36px 0px rgba(125, 125, 125, 0.01),
    0px 142px 40px 0px rgba(125, 125, 125, 0);
  padding: 20px 18px;
}

.keyservices_holder .row {
  row-gap: 20px;
  margin-top: 30px;
}

.chooseus_section {
  padding: 100px 0 60px;
}

.chooseus_section::after {
  content: "";
  position: absolute;
  background: #f7f8fa;
  left: 25px;
  top: 0;
  right: 25px;
  bottom: 0;
  z-index: -1;
  border-radius: 30px;
}

.chooseus_wrap {
  text-align: center;
  margin-bottom: 30px;
}

.chooseus_wrap p {
  max-width: 780px;
  margin: 10px auto 0;
  letter-spacing: -0.1px;
  text-transform: capitalize;
}

.chooselist_items {
  display: flex;
  column-gap: 16px;
  padding: 20px;
  border-radius: 15px;
  min-height: 114px;
  background: rgb(255, 255, 255);
  border: 1px solid transparent;
  transition: var(--transition);
}

.chooselist_items:hover {
  border-color: rgb(255, 173, 173);
  box-shadow: 0px 7px 16px 0px rgba(171, 174, 181, 0.1),
    0px 29px 29px 0px rgba(171, 174, 181, 0.09),
    0px 66px 39px 0px rgba(171, 174, 181, 0.05),
    0px 117px 47px 0px rgba(171, 174, 181, 0.01),
    0px 182px 51px 0px rgba(171, 174, 181, 0);
}

.whychoose_listing h3 {
  color: #0f0f2b;
  font-size: 20px;
  letter-spacing: -0.1px;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.chooselist_items p {
  color: rgb(92, 97, 118);
  font-size: 15px;
  letter-spacing: -0.3px;
  font-weight: 500;
  line-height: 24px;
}

.whychoose_listing li {
  margin-bottom: 20px;
}

.whychoose_listing {
  padding: 0 45px 0 108px;
  height: 100%;
}

.whychoose_listing ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.whychooose_img {
  padding: 0 30px;
}

.whychooose_img img {
  width: 100%;
}

.chooselist_items .img {
  flex: 0 0 auto;
}

.banner_image img {
  width: 100%;
}

/* success_story */
.success_sec {
  padding: 100px 0px;
  overflow: hidden;
}

.success_item_wrp {
  border-radius: 30px;
  background: rgb(255, 244, 228);
  padding: 45px 40px 40px;
  max-width: 1150px;
}

.success_slider .success_item:nth-child(even) .success_item_wrp {
  background-color: #e8fde3;
}

.slider_list ul li {
  color: rgb(51, 51, 51);
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.1px;
  text-align: left;
  text-transform: capitalize;
}

.slider_list ul li + li {
  margin-top: 10px;
}

.slider_list_wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.slider_list_wrap ul li {
  width: 50%;
  flex: 0 0 auto;
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.1px;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  padding-left: 31px;
  margin-bottom: 20px;
  max-width: 200px;
}

.slider_list_wrap ul li:last-child {
  max-width: unset;
}

.slider_list_wrap ul li::after {
  width: 18px;
  height: 18px;
  background-color: #ca0000;
  color: #fff;
  border-radius: 100px;
  content: "\f054";
  position: absolute;
  font-family: "fontawesome";
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}

.slider_list {
  margin-top: 25px;
  max-width: 430px;
}

.slider_list {
  margin-top: 25px;
  max-width: 430px;
}

.slider_rit_img {
  width: 100%;
}

.slider_rit_img img {
  width: 100%;
}

.success_slider {
  margin-top: 40px;
  width: 100vw;
  margin: 40px -15px 0;
}

.successs_heading p {
  margin-top: 18px;
  max-width: 970px;
  color: rgb(85, 100, 124);
  text-align: left;
  text-transform: capitalize;
}

.success_item {
  padding: 0px 15px;
}

.success_slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #eb4d53;
  bottom: unset;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  right: unset;
  left: 1240px;
}

.success_slider .slick-next {
  margin-left: 0px;
  top: -192px;
}

.success_slider .slick-prev {
  top: -140px;
}

/* success_story */

/* client_say */

.client_sec_head {
  text-align: center;
}

.client_sec {
  padding: 0px 0px 170px;
}

.client_sec_head p {
  margin-top: 20px;
  text-transform: capitalize;
}

.client_slider_whl_wrp {
  margin-top: 40px;
}

.client_comment {
  margin-bottom: 20px;
}

.client_slider_item_wrp {
  border: 0.5px solid rgba(124, 127, 154, 0.76);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.57);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}

.client_slider_item_wrp .rating_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.client_slider_item_wrp .rating_wrp ul {
  display: flex;
}

.client_slider_item_wrp .rating_wrp ul li {
  padding: 2px;
  color: #ffc107;
}

.client_img_wrp {
  display: flex;
  margin-top: auto;
}

.client_img_wrp .client_img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #c4c4c4;
}

.client_img_wrp .client_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client_name {
  width: calc(100% - 36px);
  flex: 0 0 auto;
  margin-left: 10px;
}

.client_name h6 {
  color: rgb(14, 36, 36);
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
}

.client_name p {
  color: rgba(14, 36, 36, 0.67);
  font-size: 12px;
  line-height: 25px;
  text-align: left;
  text-transform: capitalize;
}

.client_comment p {
  color: rgb(32, 67, 67);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  text-transform: capitalize;
}

.client_item {
  padding: 10px 15px;
  height: auto;
  display: flex !important;
}

.slick-arrow {
  top: unset;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #eb4d53;
  bottom: -100px;
  transform: translate(0, -50%);
  right: unset;
  left: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.slick-prev:before,
.slick-next:before {
  color: #041e2f;
  transition: var(--transition);
}

.slick-arrow:hover {
  background-color: #eb4d53;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #fff;
}

.slick-next {
  margin-left: 55px;
}

.slick-prev:before {
  content: "\f060";
  position: absolute;
  font-family: "fontawesome";
  font-size: 16px;
}

.slick-next:before {
  content: "\f061";
  position: absolute;
  font-family: "fontawesome";
  font-size: 16px;
}

.slick-track {
  display: flex;
  height: 100%;
}

.client_item.slick-slide.slick-current .client_slider_item_wrp {
  border: 1px solid rgb(255, 173, 173);
  border-radius: 15px;
  box-shadow: 0px 7px 1px 0px rgba(171, 174, 181, 0.1),
    1px -3px 3px 0px rgba(171, 174, 181, 0.09),
    2px 10px 39px 0px rgba(171, 174, 181, 0.05),
    1px 5px 3px 0px rgba(171, 174, 181, 0.01),
    -3px 7px 51px 0px rgba(171, 174, 181, 0);
  background: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
}

/* client_say */

/* e_commers_sec */

.ecommer_wrap h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -0.3px;
  text-align: center;
  text-transform: capitalize;
  max-width: 786px;
  margin: 0px auto 20px;
}

.ecommer_wrap p {
  line-height: 26px;
  letter-spacing: -0.1px;
  text-align: center;
  text-transform: capitalize;
  margin: 0px auto 20px;
  max-width: 590px;
}

.ecommer_wrap {
  text-align: center;
  position: relative;
  z-index: 2;
}

.e_commers_sec {
  position: relative;
  padding: 105px 0px;
}

.ecommer_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ecommer_btn a.whitebtn {
  margin-left: 15px;
}

/* e_commers_sec */

/* footer----start */
.main_footer {
  padding: 70px 0px 0px;
  margin-top: auto;
}

.main_footer ul li a {
  position: relative;
}

.main_footer ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ca0000;
  bottom: 0px;
  left: 0;
  transform: scale(0);
  transition: var(--transition);
}

.main_footer ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(89%) saturate(7481%)
    hue-rotate(9deg) brightness(88%) contrast(113%);
}

.main_footer ul li a:hover {
  color: #ca0000;
}

.main_footer ul li a:hover:after {
  transform: scale(1);
}

.foot_social_link a:hover::after {
  display: none;
}

.lower_footer .foot_social_link ul li a:hover {
  background-color: #ca0000;
  color: #fff;
}

.foot_item h5 {
  color: rgb(37, 33, 33);
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-size: 16px;
}

.foot_item ul li span {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin-right: 10px;
  display: inline-block;
}

.foot_item ul li {
  display: flex;
  color: rgb(85, 100, 124);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.1px;
  text-align: left;
  margin-bottom: 18px;
}

.foot_item ul li a {
  color: rgb(85, 100, 124);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.1px;
  text-align: left;
}

.footer_logo_wrap {
  max-width: 206px;
}

.foot_logo_all_wrp p {
  max-width: 295px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.1px;
  text-align: left;
  margin-top: 15px;
}

.lower_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-top: 1px solid rgb(59 70 157 / 50%);
}

.lower_footer .foot_social_link ul {
  display: flex;
  align-items: center;
}

.foot_policy ul {
  display: flex;
  align-items: center;
}

.foot_policy ul li:not(:first-child) {
  padding-left: 25px;
}

.foot_policy ul li a {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.1px;
  text-align: left;
  color: rgb(85, 100, 124);
  position: relative;
}

.lower_footer .foot_social_link ul li:not(:first-child) {
  padding-left: 10px;
}

.lower_footer .foot_social_link ul li a {
  width: 36px;
  height: 36px;
  border: 1px solid rgb(230 35 92 / 50%);
  color: rgb(85 100 124 / 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.upper_footer {
  padding: 20px 0px;
}

.third_item {
  margin-left: -27px;
}

.nd_item {
  margin-left: -20px;
}

.first_item {
  margin-left: -40px;
}

strong {
  font-size: 18px;
}

/* footer----end*/

/* Ecommerce Service Start */

.navitem.active {
  background: rgba(239, 85, 85, 0.38);
}

.navitem.active::after {
  color: #910000;
}

.navitem.active .navlink {
  color: #910000;
}

.ecommerce_bnr {
  padding: 70px 0;
}

.ecomwhychoose_content {
  padding-left: 70px;
}

.ecom_whychoose {
  padding: 100px 0;
}

.break_word {
  display: block;
}

.ecomwhychoose_content .break_word {
  color: var(--hdng_color);
}

p + p {
  margin-top: 10px;
}

.ecomwhychoose_content h2 {
  margin-bottom: 20px;
}

.whychoose_video {
  height: 396px;
  border-radius: 15px;
  position: relative;
  margin-top: 10px;
}

.w100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whychoose_video::after {
  content: "";
  position: absolute;
  background: url(../images/whychoose_video_after.png) no-repeat center;
  width: 625px;
  height: 420px;
  left: 20px;
  top: -12px;
  z-index: -1;
}

.playbutton {
  width: 50px;
  height: 50px;
  background: rgb(202, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  cursor: pointer;
  animation: pulse-animation 2s infinite;
}

.whychoose_video video {
  cursor: pointer;
  border-radius: 12px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255, 255, 255, 1);
  }

  100% {
    box-shadow: 0 0 0 12px rgb(255, 255, 255, 0);
  }
}

.hide {
  display: none;
}

.ecomwhychoose_content P {
  line-height: 27px;
  letter-spacing: -0.1px;
  text-transform: capitalize;
}

.ecompgchose {
  padding: 0 50px;
  position: relative;
}

.ecomservce_one {
  max-width: 480px;
  border-radius: 15px;
  height: 517px;
  object-fit: cover;
}

.ecomservce_two {
  max-width: 400px;
  border-radius: 13px;
  outline: 10px solid #fff;
  position: absolute;
  bottom: -100px;
  right: 32px;
  height: 250px;
  object-fit: cover;
}

.platform_partner {
  padding: 100px 0;
}

.whyworkvideo video {
  border-radius: 32px;
}

.whyworkvideo {
  height: 554px;
}

.whyworkvideo::after {
  display: none;
}

.whywork_content h2 {
  margin-bottom: 20px;
}

.whywork_content p {
  color: rgb(92, 97, 118);
  font-weight: 500;
  letter-spacing: -0.3px;
}

.whywork_content li {
  color: #0f0f2b;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.1px;
  text-transform: capitalize;
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}

.whywork_content li::after {
  content: "";
  position: absolute;
  background: #fff url(../images/red_tick.png) no-repeat center;
  width: 28px;
  height: 28px;
  left: 0;
  top: 0;
  border: 1px solid rgba(202, 0, 0, 0.1);
  border-radius: 50%;
}

.whywork_content ul {
  margin-top: 30px;
}

.whywork_content {
  border-radius: 25px;
  background: rgb(247, 248, 250);
  padding: 40px 70px 20px 50px;
  height: 100%;
}

.client_logo {
  max-width: 95px;
}

/* video::-webkit-media-controls {
  opacity: 0;
} */

/* Ecommerce Service End */

/* resource_page */
.resource_banner .banner_content h1 span {
  display: inline-block;
}

.resource_filter_sec {
  padding: 60px 0px 100px;
}

.search_all_wrp input {
  border: none;
  background-color: transparent;
  width: 80%;
}

.search_all_wrp input::placeholder {
  color: rgb(133, 130, 142);
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.3px;
  text-align: left;
  text-transform: capitalize;
}

.search_all_wrp {
  border: 1px solid rgba(85, 100, 124, 0.2);
  border-radius: 77px;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px 4px 20px;
  width: calc(100% - 108px);
  margin-right: 15px;
}

.resource_search_tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.filter_button {
  border: 1px solid rgba(85, 100, 124, 0.2);
  border-radius: 77px;
  background: rgb(255, 255, 255);
  display: inline-flex;
  padding: 13px 22px 13px 22px;
  width: 123px;
  align-items: center;
  cursor: pointer;
}

.filter_button span {
  margin-right: 10px;
}

.filter_content {
  border: 1px solid rgb(234, 237, 247);
  border-radius: 16px;
  box-shadow: -5px 8px 20.9px 0px rgba(44, 44, 64, 0.13);
  background: rgb(255, 255, 255);
  padding: 20px 30px 20px 15px;
}

.tag {
  border-radius: 75px;
  background: rgb(255, 233, 233);
  max-width: fit-content;
  padding: 3px 16px;
  color: var(--btn_color);
  font-size: 11px;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.traking_text h4 {
  color: rgb(44, 35, 47);
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.2px;
  text-align: left;
  margin-bottom: 15px;
}

.traking_text p {
  color: rgb(133, 130, 142);
  font-size: 12px;
  line-height: 21px;
  letter-spacing: -0.3px;
  text-align: left;
  text-transform: capitalize;
}

.date_wrap ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
}

/* .date_wrap ul li:not(:first-child) {
  margin-left: 20px;
} */

.date_wrap ul li {
  color: rgb(148, 142, 160);
  font-size: 12px;
  line-height: 29px;
  letter-spacing: -0.2px;
  text-align: left;
  position: relative;
}

.date_wrap ul li:after {
  width: 3px;
  height: 3px;
  background-color: #948ea0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: "";
  top: 14px;
  left: -6px;
}

.date_wrap ul li:first-child::after {
  display: none;
}

.date_wrap.with_jhon ul li:last-child::after {
  display: none;
}

.jhon_wrp {
  display: flex;
  align-items: center;
}

.jhon_wrp span {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jhon_wrp span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trakimg_btn_wrp {
  display: flex;
  align-items: center;
  margin-top: 23px;
}

/*.trakimg_btn_wrp a:last-child {*/
/*  color: rgb(70, 68, 76);*/
/*  font-size: 12px;*/
/*  font-weight: 500;*/
/*  line-height: 28px;*/
/*  letter-spacing: -0.2;*/
/*  text-align: center;*/
/*  text-decoration-line: underline;*/
/*  text-transform: capitalize;*/
/*  margin-left: 15px;*/
/*}*/

/*.trakimg_btn_wrp a:last-child:hover {*/
/*  color: var(--btn_color);*/
/*}*/

.taking_img {
  width: 100%;
  height: 100%;
  padding-right: 20px;
}

.taking_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px !important;
}

.even_img {
  width: 100%;
  height: 146px;
  margin-bottom: 15px;
  transition: var(--transition);
  flex: 0 0 auto;
}

.even_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px !important;
}

.resource_nd_row_wrp {
  margin-top: 40px;
}

.event_item h4 {
  color: #2c232f;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.3px;
  text-align: left;
  margin-bottom: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 14.68px;
  box-shadow: 0px 4px 10px 0px rgba(215, 218, 224, 0.1),
    0px 18px 18px 0px rgba(215, 218, 224, 0.09),
    0px 40px 24px 0px rgba(215, 218, 224, 0.05),
    0px 72px 29px 0px rgba(215, 218, 224, 0.01),
    0px 112px 31px 0px rgba(215, 218, 224, 0);
  background: rgb(255, 255, 255);
  padding: 15px;
}

.event_item .date_wrap {
  margin-top: auto;
}

.event_text_wrp {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0px 10px 10px;
}

.resource_nd_row_wrp .row > * {
  margin-top: 20px;
  width: 33.33%;
  flex: 0 0 auto;
  padding: 0 10px;
}

.resource_nd_row_wrp .row {
  margin-top: -20px;
  flex-wrap: wrap;
  display: flex;
}

.load_more {
  text-align: center;
  margin-top: 40px;
}

.news_letter_div {
  border-radius: 19.57px;
  background: rgb(253, 242, 244);
}

.news_letter_div .news_hed {
  background: rgb(255, 195, 195);
  padding: 12px 20px;
  border-radius: 25px 19px 0px 0px;
  color: rgb(62, 52, 79);
  font-size: 12px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.new_body {
  padding: 20px;
  text-align: center;
}

.new_body h4 {
  color: rgb(35, 32, 45);
  font-size: 23px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.2px;
  text-align: center;
  margin-bottom: 20px;
}

.new_body form {
  margin-bottom: 20px;
}

.new_body p {
  color: rgb(105, 96, 120);
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.3px;
  text-align: center;
}

.popular-tag {
  border-radius: 19px;
  background: rgb(247, 248, 250);
  padding: 20px 15px 22px;
  margin-top: 30px;
}

.popular_tag_wrp {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 2px;
  margin-top: 20px;
}

.popular-tag h5 {
  color: rgb(62, 52, 79);
  line-height: 10px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
}

.event_all_wrp {
  margin-top: 20px;
}

.event_all_wrp h4 {
  color: rgb(35, 32, 45);
  line-height: 31px;
  letter-spacing: -0.2px;
  text-align: left;
  font-size: 21px;
  margin-bottom: 20px !important;
}

.event_item_left h5 {
  color: rgb(39, 35, 47);
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.3px;
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
}

.event_item_left {
  box-sizing: border-box;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(215, 218, 224, 0.1),
    0px 18px 18px 0px rgba(215, 218, 224, 0.09),
    0px 40px 24px 0px rgba(215, 218, 224, 0.05),
    0px 72px 29px 0px rgba(215, 218, 224, 0.01),
    0px 112px 31px 0px rgba(215, 218, 224, 0);
  background: rgb(255, 255, 255);
  padding: 6px 20px;
}

.event_item_left h6 {
  color: rgb(83, 80, 80);
  font-size: 12px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  position: relative;
  margin-top: 5px;
  padding-left: 8px;
}

.event_item_left h6::after {
  width: 3px;
  height: 3px;
  background-color: #948ea0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
}

.prod_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prod_btn_wrap a {
  width: 30px;
  height: 30px;
  background-color: #ca0000;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.prod_btn_wrap a:hover {
  background-color: transparent;
  border: 1px solid #000;
}

.prod_btn_wrap a:hover img {
  filter: brightness(0%);
}

.event_item_left .date_wrap ul li {
  color: #27232f;
}

.event_all_wrp .event_item_left + .event_item_left {
  margin-top: 20px;
}

.press_realease .prod_btn_wrap {
  justify-content: flex-end;
}

.press_realease {
  margin-top: 40px;
}

/* date_range */

.date-range-filter label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  color: #3d3d3d;
}

.date-inputs input {
  padding: 2px 9px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 90px;
  font-size: 14px;
  color: #555;
}

.filter_content [type="radio"]:checked,
.filter_content [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.filter_content [type="radio"]:checked + label,
.filter_content [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  color: rgb(68, 65, 65);
  font-size: 15px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.2px;
  text-align: left;
}

.filter_content [type="radio"]:checked + label:before,
.filter_content [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid rgb(141, 135, 135);
}

.filter_content [type="radio"]:checked + label:after,
.filter_content [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 11px;
  height: 11px;
  background: var(--btn_color);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid rgb(141, 135, 135);
}

.filter_content [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.filter_content [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.filter_btn_wrp input[type="submit"]:first-child {
  border: none;
  background: transparent;
  color: rgb(68, 65, 65);
  font-size: 15px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.2px;
  text-align: left;
  margin-right: 10px;
}

.filter_btn_wrp input[type="submit"]:first-child:hover {
  color: var(--btn_color);
}

.filter_btn_alwrp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.date-inputs {
  margin: 10px 0px 30px;
  padding-left: 20px;
  display: flex;
  column-gap: 10px;
}

.filter_btn_alwrp .sitebtn {
  border-radius: 6px;
  padding: 7px 25px;
}

.filter_content {
  display: none;
  position: absolute;
  z-index: 2;
}

.resource_left_wrp {
  max-width: 884px;
}

.resource_right_wrp {
  margin-left: -20px;
}

.search_all_wrp input[type="text"]:focus-visible {
  outline: none;
}

.popular_tag_wrp h6.tag {
  margin-bottom: 0;
}

.resource_nd_row_wrp a {
  height: 100%;
}

.resource_nd_row_wrp a:hover .event_item h4 {
  color: #ca0000;
}

.resource_baner .banner_content h1 span {
  display: inline-block;
}

.filter_button p {
  color: rgb(40, 36, 50);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-transform: capitalize;
}

.news_hed h5 {
  font-size: 12px;
}

/* resource_page  */

.resource_first_row_wrp .row {
  display: flex;
}
.col-md-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-md-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.event_text_wrp .tag {
  margin-bottom: 10px !important;
}
.traking_text .tag {
  margin-bottom: 10px !important;
}
.search_all_wrp input::placeholder{
  font-family: 'inter';
}

/* Load More button loading state */
.load_more .load-more-btn.loading,
.load_more .load-more-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.85;
  position: relative;
}

.load_more .load-more-btn .spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.6);
  border-top-color: #ffffff;
  animation: rc-spin 0.7s linear infinite;
  vertical-align: -2px;
}

.load_more .load-more-btn .btn-text {
  vertical-align: middle;
}

@keyframes rc-spin {
  to { transform: rotate(360deg); }
}
