:root {
  --font-name: "Gilroy", sans-serif;
  --man_body_color: #fff;
  --main_bg_color: #006ab3;
  --main_bod_color: #009ee0;
  --main_font_color: #006ab3;
  --main-a_bg_color: #006ab3;
  --main-a_bod_color: #3863e0;
  --font-black-color: #404040;
  --font-white-color: #ffff;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-name);
  box-sizing: border-box;
}

body {
  background-color: var(--man_body_color);
  font-family: var(--font-name);
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: var(--font-black-color);
  overflow: hidden auto;
  letter-spacing: 0.2px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.3s ease-out;
}

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

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-name);
  font-weight: 500;
  color: var(--font-black-color);
  margin: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: var(--font-name);
}

p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--font-name);
  color: var(--font-black-color);
  margin: 0;
}

select:focus-visible {
  outline: none;
}

.hading_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  margin: 0 0 3px;
  padding: 0;
}
.hading_box h6 {
  font-size: 34px;
  font-weight: 800;
  line-height: 38px;
  color: #006ab3;
  text-transform: none;
  text-align: center;
  padding: 0 0 7px;
}
.hading_box P {
  font-size: 16px;
  font-weight: 600;
  color: var(--font-black-color);
  text-transform: none;
  text-align: center;
}
.hading_box .p_text {
  color: var(--font-black-color);
  font-size: 15px;
  line-height: 23px;
  padding: 0 0 7px;
  margin: 0;
  font-weight: 500;
  text-align: justify;
  text-transform: none;
}
.hading_box h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--main_bod_color);
  text-transform: none;
  text-align: center;
}

/*=========<<preloader balck>>=========*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  background-color: #ffffff;
  z-index: 99999;
  overflow: hidden;
  transition: opacity 0.77s ease 0s;
}
.preloader .preloader_box {
  position: relative;
  animation: before 1.6s infinite alternate;
  animation-duration: 1.5s;
  width: 180px;
}

.scrollToTop {
  transition: all 0.3s ease-out;
  background: var(--main_bg_color);
  position: fixed;
  bottom: 5% !important;
  right: 5% !important;
  z-index: 9 !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  text-align: center;
  border-radius: 5px !important;
  color: #fff;
}

/*=========<<Margin property Utilities end>>=========*/
.header-section {
  width: 100%;
  background-color: #fff;
  position: relative;
  top: 0;
  z-index: 9;
}
.header-section .header-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 2px;
  position: relative;
}
.header-section .header-wrapper .logo {
  width: 128px;
  margin: 2px 0 0;
}
.header-section .header-wrapper .logo a img {
  width: 100%;
  display: block;
}
.header-section .header-wrapper .menu-area {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 125px);
  margin: 0 0 0 61px;
}
.header-section .header-wrapper .menu-area .menu-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  width: 100%;
}
.header-section .header-wrapper .menu-area .menu-box li a {
  font-size: 16px;
  padding: 14px 2px;
  font-family: var(--font-name);
  color: var(--font-black-color);
  font-weight: 700;
  white-space: nowrap;
}
.header-section .header-wrapper .menu-area .menu-box li a:hover, .header-section .header-wrapper .menu-area .menu-box li a.active {
  color: var(--main_font_color);
}
.header-section .header-wrapper .menu-area .menu-box li a.contact_but {
  background: var(--main_bg_color);
  color: var(--font-white-color);
  border-radius: 50px;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 600;
}
.header-section .header-wrapper .menu-area .menu-box .dropdown_box {
  position: relative;
  float: left;
  margin: 0;
}
.header-section .header-wrapper .menu-area .menu-box .dropdown_box#manufacturing::before {
  right: 43px;
}
.header-section .header-wrapper .menu-area .menu-box .dropdown_box.open:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 48px;
  right: 20px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #009ee0 transparent transparent transparent;
  transition: margin-top 0.1s ease-out;
  rotate: 178deg;
}
.header-section .header-wrapper .menu-area .menu-box .dropdown_box .children_box {
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  left: -74px;
  margin: 0 auto;
  width: 256px;
  height: auto;
  padding: 3px 4px;
  background-color: #f6faff;
  box-shadow: 0 2px 3px 0 rgba(116, 116, 116, 0.1);
  text-align: left;
  list-style-type: none;
}
.header-section .header-wrapper .menu-area .menu-box .dropdown_box .children_box li {
  width: 100%;
  border-bottom: 1px solid #feffff;
}
.header-section .header-wrapper .menu-area .menu-box .dropdown_box .children_box .link_font {
  color: var(--main_bg_color);
  font-size: 14px;
  font-weight: 600;
  padding: 5px 3px;
}
.header-section .header-wrapper .menu-area .menu-box .dropdown_box .children_box .link_font:hover {
  transform: translateX(10px);
  color: var(--main_font_color);
}
.header-section.header-fixed {
  animation: fadeInDown 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.header-section .header-bar {
  width: 26px;
  height: 18px;
  cursor: pointer;
  margin-inline-start: 30px;
  position: relative;
  display: none;
}
.header-section .header-bar span {
  background-color: #000;
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.header-section .header-bar span:nth-child(2) {
  top: 52%;
  width: 81%;
  transform: translateY(-65%);
}
.header-section .header-bar span:nth-child(3) {
  top: 100%;
  transform: translateY(-65%);
}

.dropdown_pod_box {
  background-image: url("../images/icon/hedr_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 26.8rem;
  position: fixed;
  display: none;
  padding: 0 0 18px;
  z-index: 1;
  top: 45px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
}
.dropdown_pod_box::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 91, 125, 0.9019607843);
}
.dropdown_pod_box .children {
  position: relative;
  display: flex;
  width: 100%;
  margin: 33px 47px 8px;
  flex-direction: column;
  gap: 15px;
  list-style-type: disclosure-closed;
  color: var(--font-white-color);
}
.dropdown_pod_box .children .link_font {
  color: var(--font-white-color);
  font-size: 14px;
  font-weight: 600;
}
.dropdown_pod_box .children .link_font:hover {
  transform: translateX(10px);
  color: #b6e1ff;
}

@media screen and (max-width: 992px) {
  .header-section .header-bar {
    display: block;
    margin: 0;
  }
  .header-section .header-wrapper .logo a {
    display: block;
    margin: 0 auto;
  }
  .header-section .header-wrapper .logo a img {
    margin: 0 auto;
    width: 85px;
  }
  .header-section .header-wrapper .menu-area .menu-area .header-btn .trk-btn--primary {
    padding: 6px 11px;
  }
  .header-section .header-wrapper .menu-area .menu-box {
    position: absolute;
    overflow: auto;
    max-height: 400px;
    transition: all ease 0.3s;
    transform-origin: top;
    z-index: 99;
    display: none !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    left: 0;
    gap: 0;
    top: 54px;
    background: transparent;
  }
  .header-section .header-wrapper .menu-area .menu-box.active {
    display: flex !important;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1);
    background: var(--font-white-color);
  }
  .header-section .header-wrapper .menu-area .menu-box li {
    width: 100%;
  }
  .header-section .header-wrapper .menu-area .menu-box li a {
    display: block;
    padding: 10px 25px;
    font-size: 15px;
    width: 100%;
    text-transform: capitalize;
    border-top: 1px solid rgba(190, 190, 190, 0.4196078431);
    color: var(--font-black-color);
  }
  .dropdown_pod_box {
    display: none !important;
  }
  .header-section .header-wrapper .menu-area .menu-box {
    gap: 0 !important;
    padding: 0 7px 14px;
  }
  .header-section .header-wrapper .menu-area .menu-box .dropdown_box.open .children_box {
    display: block;
  }
  .header-section .header-wrapper .menu-area .menu-box .dropdown_box.open:before {
    top: 23px;
    right: 15px;
  }
  .header-section .header-wrapper .menu-area .menu-box .dropdown_box .children_box {
    display: none;
    position: initial;
    width: 100%;
  }
  .header-section .header-wrapper .menu-area .menu-box .dropdown_box.show::after {
    display: none;
  }
  .header-section .header-wrapper .menu-area .menu-box .dropdown_box:before {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .header-section {
    position: relative;
  }
}
/*=========<<Banner section start here>>=========*/
.banner-styles {
  position: relative;
  margin: 0 0 0;
  padding: 0;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 107, 179, 0);
  border: 2px solid #006ab3;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.slick-dots li button:hover {
  background-color: #006ab3;
}
.slick-dots li.slick-active button {
  background-color: #1d78b4;
  transform: scale(1.2);
}

@media screen and (max-width: 576px) {
  .slick-dots {
    bottom: 13px;
  }
  .slick-dots li {
    width: 10px;
    height: 6px;
  }
  .slick-dots li button {
    padding: 4px;
  }
}
/*=========<<about section start here>>=========*/
.home_page.about--style {
  padding: 2rem 0;
}
.home_page.about--style .about__thumb-image img {
  border-radius: 8px;
  width: 75%;
  margin: 0 auto;
  display: block;
}

.about--style {
  position: relative;
  margin: 0 0;
  padding: 1.3rem 0;
  background-color: #f4f6f9;
}
.about--style .about__thumb {
  position: relative;
}
.about--style .about__thumb .floating-content_box {
  position: absolute;
  right: 0;
  top: -30px;
}
.about--style .about__thumb .floating-content_box .floating-content__item {
  background-color: rgba(255, 255, 255, 0.9490196078);
  border: 1px solid rgba(0, 0, 0, 0.0196078431);
  box-shadow: -40px 40px 60px 0 rgba(5, 30, 54, 0.05);
  border-radius: 50px;
  padding: 10px;
  width: 5.9rem;
  height: 5.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  animation: animCircle 15s infinite linear;
}
.about--style .about__thumb .floating-content_box .floating-content__item img {
  width: 100%;
}
.about--style .about__thumb .floating-content_box .floating-content__item::after {
  content: "";
  border: 2.8px dotted var(--main-a_bg_color);
  position: absolute;
  width: 6.9rem;
  height: 6.9rem;
  border-radius: 100px;
}
@keyframes animCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about--style .about__content-inner {
  text-transform: capitalize;
  text-align: left;
}
.about--style .about__content-inner h2 {
  font-size: 2.5rem;
  line-height: 40px;
  font-weight: 900;
  color: var(--main_font_color);
  text-align: left;
  text-transform: none;
  padding: 0px 0 14px;
}
.about--style .about__content-inner h2 span {
  margin: 0 0 0 -11px;
}
.about--style .about__content-inner p {
  color: #36393a;
  font-size: 15px;
  line-height: 23px;
  padding: 0 0 7px;
  margin: 0;
  font-weight: 500;
  text-align: justify;
  text-transform: none;
}
.about--style .about__content-inner .trk-btn--primary {
  font-size: 14px;
  font-family: var(--font-name);
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  background: var(--main_bg_color);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 18px;
  margin-block-start: 9px;
  line-height: 0;
  color: #353535;
  border: 1px solid #353535;
  background-color: transparent;
  border-radius: 50px;
}
.about--style .about__content-inner .trk-btn--primary .svg-inline--fa {
  height: 12px;
}
.about--style .about__content-inner .trk-btn--primary:hover {
  background: var(--main_bg_color);
  border: var(--main_bg_color);
}
.about--style .about__content-inner .trk-btn--primary.trk-btn {
  position: relative;
  overflow: hidden;
}
.about--style .about__content-inner .trk-btn--primary.trk-btn::after {
  background: #ffffff;
  content: "";
  position: absolute;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.about--style .about__content-inner .trk-btn--primary.trk-btn:hover {
  color: var(--font-white-color);
  transform: translateY(-2px);
}
.about--style .about__content-inner .trk-btn--primary.trk-btn:hover::after {
  left: 180%;
  transition: all 850ms cubic-bezier(0.19, 1, 0.22, 1);
}
.about--style .about__thumb-image img {
  border-radius: 8px;
  width: 100%;
  border: 1px solid #2e7cb3;
}

.abut_page {
  background: #fff;
  padding: 1.3rem 0;
}
.abut_page .hading_box h5 {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  padding: 4px 0 0;
}

@media screen and (max-width: 768px) {
  .about--style .about__content-inner h2 {
    font-size: 34px;
    line-height: 43px;
  }
  .about--style .about__thumb .floating-content_box .floating-content__item {
    padding: 7px 10px;
  }
  .abut_page.about--style .about__content-inner {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .about--style {
    margin: 0 0 0;
    padding: 1rem 0 0;
  }
  .about--style .row {
    margin: 0;
    padding: 0;
  }
  .about--style .row .col-lg-6 {
    padding: 0 10px;
    margin: 0;
    width: 100%;
  }
  .about__content-inner {
    margin: 15px 0 17px;
  }
}
@media screen and (max-width: 576px) {
  .about--style .about__content-inner {
    margin: 3px 0 47px;
  }
  .about--style .about__thumb .floating-content_box {
    display: none;
  }
  .about--style {
    padding: 2rem 0;
  }
}
/*=========<<Commitment section start here>>=========*/
.commitment-main {
  position: relative;
  margin: 1rem 0;
}
.commitment-main .accordion-group {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  transition: all 300ms ease;
}
.commitment-main .accordion-group li {
  cursor: pointer;
  position: relative;
  display: flex;
  margin: 10px;
  overflow: hidden;
  padding: 1.1em;
  list-style: none;
  width: 10.66666667%;
  height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 600ms ease-in-out;
  border-radius: 20px;
}
.commitment-main .accordion-group li.out {
  width: 50%;
}
.commitment-main .accordion-group li.out .accordion-overlay {
  background-color: #f4f6f9;
  opacity: 0;
}
.commitment-main .accordion-group li.out .accordion-overlay h3 {
  transform: unset;
  margin-left: unset;
  display: none;
}
.commitment-main .accordion-group li.out section article {
  right: 0;
}
.commitment-main .accordion-group li .accordion-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 250ms ease-in-out;
  background-color: #f4f6f9;
  opacity: 10;
}
.commitment-main .accordion-group li .accordion-overlay h4 {
  height: 100%;
  display: flex;
  position: relative;
  left: 65%;
  top: 91%;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}
.commitment-main .accordion-group li .accordion-overlay h3 {
  transform: rotate(-90deg);
  height: 100%;
  display: flex;
  position: relative;
  left: 193%;
  top: -78%;
  flex-direction: column;
  color: #042242;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  white-space: pre;
}
.commitment-main .accordion-group li .accordion-overlay .ellipse-1 {
  position: relative;
  left: 134px;
  bottom: 194%;
}
.commitment-main .accordion-group li .accordion-overlay .ellipse-2 {
  position: relative;
  left: 0;
  bottom: 121%;
}
.commitment-main .accordion-group li .accordion-overlay .ellipse-3 {
  position: relative;
  right: -79px;
  bottom: 177%;
}
.commitment-main .accordion-group li .accordion-overlay .ellipse-4 {
  position: relative;
  left: 0;
  bottom: 132%;
}
.commitment-main .accordion-group li .accordion-overlay .ellipse-5 {
  position: relative;
  left: 81px;
  bottom: 194%;
}
.commitment-main .accordion-group li section {
  width: 75%;
  position: absolute;
  top: 35%;
  padding-left: 40px;
}
.commitment-main .accordion-group li section article {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  right: -200%;
  transition: all 250ms ease-in-out;
}
.commitment-main .accordion-group li section article .book_arrow {
  position: absolute;
  top: -124px;
  right: -60px;
  color: #fff;
}
.commitment-main .accordion-group li section article .img-fluid {
  max-width: 100%;
  height: auto;
}
.commitment-main .accordion-group li section article h2 {
  text-transform: none;
  font-size: 29px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 1.1px;
  text-align: left;
  color: #fff;
  margin: 20px 0 0;
}
.commitment-main .accordion-group li section article p {
  color: white;
  font-size: 17px;
  line-height: 22px;
  margin: 15px 0 0;
  padding: 0;
  font-weight: 500;
  text-transform: none;
}
.commitment-main .accordion-group li section article .coter_box {
  position: absolute;
  bottom: -90px;
  right: -91px;
  color: #fff;
}

@media screen and (max-width: 1192px) {
  .commitment-main .accordion-group li .accordion-overlay h3 {
    left: 262%;
  }
  .commitment-main .accordion-group li .accordion-overlay h4 {
    left: 50%;
  }
  .commitment-main .accordion-group li section article .coter_box {
    right: -53px;
  }
}
@media screen and (max-width: 992px) {
  .commitment-main .accordion-group {
    flex-direction: column;
    height: auto;
  }
  .commitment-main .accordion-group li {
    height: 4.8rem;
    width: 100%;
  }
  .commitment-main .accordion-group li.out {
    width: 100%;
    height: 27.8rem;
  }
  .commitment-main .accordion-group li .accordion-overlay h4 {
    left: 93%;
    top: 39%;
  }
  .commitment-main .accordion-group li .accordion-overlay h3 {
    left: 239px;
    top: -68%;
    transform: rotate(0deg);
  }
  .commitment-main .accordion-group li .accordion-overlay .ellipse-1 {
    position: relative;
    right: -71px;
    bottom: 166%;
    transform: rotate(-90deg);
  }
  .commitment-main .accordion-group li .accordion-overlay .ellipse-2 {
    position: relative;
    left: 8%;
    bottom: 160%;
    transform: rotate(-90deg);
  }
  .commitment-main .accordion-group li .accordion-overlay .ellipse-3 {
    position: relative;
    right: -77px;
    bottom: 228%;
    transform: rotate(-90deg);
  }
  .commitment-main .accordion-group li .accordion-overlay .ellipse-4 {
    position: relative;
    left: 8%;
    bottom: 160%;
    transform: rotate(-90deg);
  }
  .commitment-main .accordion-group li .accordion-overlay .ellipse-5 {
    position: relative;
    right: -77px;
    bottom: 228%;
    transform: rotate(-90deg);
  }
  .commitment-main .accordion-group li section article .coter_box {
    right: -76px;
    bottom: -66px;
  }
}
@media screen and (max-width: 576px) {
  .commitment-main {
    margin: 2rem 9px;
  }
  .commitment-main .accordion-group {
    gap: 0;
    margin: 0;
  }
  .commitment-main .accordion-group li.out {
    height: 22.8rem;
  }
  .commitment-main .accordion-group li .accordion-overlay h4 {
    left: 87%;
    top: 38%;
  }
  .commitment-main .accordion-group li .accordion-overlay h3 {
    left: 15px;
    top: -65%;
    transform: rotate(0deg);
  }
  .commitment-main .accordion-group li .accordion-overlay .ellipse-1,
  .commitment-main .accordion-group li .accordion-overlay .ellipse-2,
  .commitment-main .accordion-group li .accordion-overlay .ellipse-3,
  .commitment-main .accordion-group li .accordion-overlay .ellipse-4,
  .commitment-main .accordion-group li .accordion-overlay .ellipse-5 {
    display: none;
  }
  .commitment-main .accordion-group li section {
    width: 92%;
    position: absolute;
    top: 15%;
    padding-left: 4px;
  }
  .commitment-main .accordion-group li section article .coter_box {
    right: 19px;
    bottom: -67px;
  }
}
/*=========<<Products section start here>>=========*/
.therapies_main {
  position: relative;
  margin: 1rem 0;
}
.therapies_main .therapies-card {
  width: 100%;
}
.therapies_main .therapies-card .key_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.therapies_main .therapies-card .key_box img {
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.therapies_main .therapies-card .key_box h6 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--main_font_color);
}
.therapies_main .therapies-card .slick-next,
.therapies_main .therapies-card .slick-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50px;
}
.therapies_main .therapies-card .slick-next:before, .therapies_main .therapies-card .slick-next:before,
.therapies_main .therapies-card .slick-prev:before,
.therapies_main .therapies-card .slick-prev:before {
  color: var(--font-black-color);
}
.therapies_main .therapies-card .slick-prev {
  left: 13px !important;
}
.therapies_main .therapies-card .slick-next {
  right: 13px !important;
}

.proud_men {
  background: #fff;
  padding: 1.3rem 0;
}

@media screen and (max-width: 992px) {
  .proud_men {
    padding: 1rem 0;
  }
  .proud_men .about__content-inner {
    margin: 29px 0 0px;
  }
}
@media screen and (max-width: 592px) {
  .proud_men {
    padding: 1rem 0;
  }
  .proud_men .about__content-inner {
    margin: 5px 0 0px;
  }
}
.products-main {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #006ab3;
}
.products-main .products_card {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 25px 0 20px;
  margin: 0;
}
.products-main .products_card .hading_box {
  margin: 0 0 10px;
  padding: 0;
}
.products-main .products_card .hading_box h6 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.products-main .products_card .products_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  position: relative;
  margin: 22px 10px;
}
.products-main .products_card .products_text.box_boder {
  border-right: 1px solid #fff;
}
.products-main .products_card .products_text h5 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  text-transform: capitalize;
}
.products-main .products_card .products_text p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (max-width: 992px) {
  .products-main .products_card .products_text.box_boder {
    border: none;
  }
}
@media screen and (max-width: 576px) {
  .therapies_main {
    margin: 2rem 0;
  }
}
.joyful_bag {
  background-color: #006ab3;
  padding: 25px 0;
  margin: 0;
  position: relative;
}
.joyful_bag .about__content-inner {
  text-align: left;
}
.joyful_bag .about__content-inner h2 {
  color: #fff;
}
.joyful_bag .about__content-inner p {
  color: #fff;
}
.joyful_bag .about__content-inner .trk-btn--primary {
  font-size: 14px;
  font-family: var(--font-name);
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  background: var(--main_bg_color);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 18px;
  line-height: 0;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50px;
}
.joyful_bag .about__content-inner .trk-btn--primary:hover {
  background: #fff;
  border: #fff;
  color: #000 !important;
}
.joyful_bag .about__content-inner .trk-btn--primary.trk-btn {
  position: relative;
  position: relative;
  overflow: hidden;
}
.joyful_bag .about__content-inner .trk-btn--primary.trk-btn::after {
  background: #ffffff;
  content: "";
  position: absolute;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.joyful_bag .about__content-inner .trk-btn--primary.trk-btn:hover {
  color: var(--font-white-color);
  transform: translateY(-2px);
}
.joyful_bag .about__content-inner .trk-btn--primary.trk-btn:hover::after {
  left: 180%;
  transition: all 850ms cubic-bezier(0.19, 1, 0.22, 1);
}

.work_mina {
  position: relative;
  margin: 0 0;
  background-color: white;
}

.expertise_main {
  background-color: #f4f6f9;
  padding: 49px 0;
  margin: 0;
  position: relative;
}
.expertise_main .flagship_icon {
  height: 75px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #006ab3;
  justify-content: space-around;
  margin: 0px 5px;
  border-radius: 5px;
}
.expertise_main .img_flagship {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .expertise_main .hading_box {
    margin: 0;
  }
  .expertise_main .flagship_box {
    margin: 15px 0 0;
  }
}
.page_hading_box {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.page_hading_box img {
  width: 100%;
}
.page_hading_box .text_hed {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%, -50%);
}
.page_hading_box .text_hed .taxt_box {
  color: var(--font-white-color);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
}
.page_hading_box .text_hed .taxt_box span {
  font-size: 14px;
  font-weight: 500;
}
.page_hading_box .text_hed .taxt_box.dark_text {
  color: #202020;
}

@media screen and (max-width: 592px) {
  .page_hading_box .text_hed {
    left: 35%;
  }
}
@media screen and (max-width: 992px) {
  .page_hading_box .text_hed .taxt_box {
    font-size: 16px;
    line-height: 15px;
  }
  .page_hading_box .text_hed .taxt_box span {
    font-size: 12px;
  }
}
/*=========<<abut start page>>=========*/
.Vision_main {
  position: relative;
  margin: 0;
  padding: 1rem 0;
  background-color: #f4f6f9;
}
.Vision_main .vision_card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 3px 3px 4px rgba(147, 145, 145, 0.0509803922);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 15px;
  margin: 0 0 7px;
  transition: all 0.4s linear;
  cursor: pointer;
}
.Vision_main .vision_card .vi_img {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1c86cf;
  border-radius: 100%;
  overflow: hidden;
}
.Vision_main .vision_card .vi_img img {
  width: 47px;
  display: block;
}
.Vision_main .vision_card .vi_text {
  text-align: start;
  width: calc(100% - 90px);
}
.Vision_main .vision_card .vi_text h2 {
  color: var(--main_font_color);
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}
.Vision_main .vision_card .vi_text p {
  color: var(--font-black-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.Vision_main .vision_card:hover {
  transition: all 0.4s linear;
  background-color: var(--main_bg_color);
}
.Vision_main .vision_card:hover .vi_img {
  background: var(--font-white-color);
}
.Vision_main .vision_card:hover .vi_text h2 {
  color: var(--font-white-color);
}
.Vision_main .vision_card:hover .vi_text p {
  color: var(--font-white-color);
}

@media screen and (max-width: 576px) {
  .Vision_main {
    padding: 1rem 0;
  }
  .Vision_main .vision_card {
    flex-direction: column;
    gap: 5px;
  }
  .Vision_main .vision_card .vi_text {
    text-align: center;
    width: 100%;
  }
  .Vision_main .vision_card .vi_img {
    width: 68px;
    height: 68px;
  }
}
.values_main {
  background-color: var(--main_bg_color);
  padding: 25px 0 20px;
  margin: 0;
  position: relative;
}
.values_main .hading_box {
  margin: 0 0 15px;
}
.values_main .hading_box h6 {
  color: var(--font-white-color);
}
.values_main .hading_box p {
  color: var(--font-white-color);
}
.values_main .values_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  padding: 8px 0;
  border-radius: 5px 15px;
  transition: all 0.4s linear;
  cursor: pointer;
}
.values_main .values_box .img_box {
  background: #fff;
  border-radius: 100px;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.values_main .values_box .img_box img {
  width: 55px;
}
.values_main .values_box p {
  font-size: 19px;
  color: var(--font-white-color);
  line-height: 19px;
  text-transform: capitalize;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}
/*=========<<abut end page>>=========*/
/*=========<<proud start page>>=========*/
.proud_men .about__thumb-image {
  position: relative;
}
.proud_men .about__thumb-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--main_bod_color);
  z-index: -1;
  border-radius: 5px;
  right: 23px;
  top: 23px;
}
.proud_men .about__thumb-image img {
  width: 100%;
  transform: none;
}

.product_main {
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding: 23px 0;
  margin: 0;
}
.product_main .products_box {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.product_main .products_box .products_card {
  width: 240px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dee6eb;
  border-radius: 100%;
}
.product_main .products_box .products_card .products-item {
  width: 210px;
  height: 210px;
  background-color: #fff;
  border: 1px solid #006ab3;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0 inset, rgb(214, 220, 224) -3px -3px 6px 1px inset;
  border-radius: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.product_main .products_box .products_card .products-item:hover > .hover-element {
  opacity: 1;
}
.product_main .products_box .products_card .products-item .hover-element {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: var(--main_bod_color);
  top: 0;
  opacity: 0;
  padding: 13px;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product_main .products_box .products_card .products-item .hover-element p {
  font-size: 13px;
  color: var(--font-white-color);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 19px;
  text-align: center;
}

.new_produt {
  background-image: none;
  background-color: #fff;
}
.new_produt .hading_box h6 {
  color: var(--main_font_color);
}

/*=========<<proud end page>>=========*/
.belief_main {
  background-color: #fff;
}

.manufacturing_main {
  position: relative;
  margin: 0 0;
  padding: 1rem 0;
}
.manufacturing_main .manuf_box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
  background: #f4f6f9;
  border: 1px solid var(--main_bod_color);
  width: 100%;
  position: relative;
  padding: 27px 20px 23px;
  border-radius: 10px;
  height: 16.2rem;
  margin: 10px 0;
  transition: all 0.4s linear;
  cursor: pointer;
  overflow: hidden;
}
.manufacturing_main .manuf_box .img_box {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: relative;
  width: 63px;
  height: 63px;
}
.manufacturing_main .manuf_box .img_box.hove_img {
  display: none;
}
.manufacturing_main .manuf_box .img_box.defol_img {
  display: block;
}
.manufacturing_main .manuf_box .icon_font {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 33px;
  color: rgba(89, 88, 88, 0.1803921569);
  font-weight: 700;
}
.manufacturing_main .manuf_box .text_box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
  text-align: left;
}
.manufacturing_main .manuf_box .text_box h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: var(--main_font_color);
  text-transform: capitalize;
}
.manufacturing_main .manuf_box .text_box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  color: var(--font-black-color);
  text-transform: capitalize;
}
.manufacturing_main .manuf_box:hover {
  background-color: #1f7bbc;
  transition: all 0.5s linear;
}
.manufacturing_main .manuf_box:hover .icon_font {
  color: rgba(207, 207, 207, 0.5490196078);
}
.manufacturing_main .manuf_box:hover .img_box.hove_img {
  display: block;
}
.manufacturing_main .manuf_box:hover .img_box.defol_img {
  display: none;
}
.manufacturing_main .manuf_box:hover .text_box h6 {
  color: var(--font-white-color);
}
.manufacturing_main .manuf_box:hover .text_box p {
  color: var(--font-white-color);
}
.manufacturing_main.quality_men_box .quality_box {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  width: 100%;
  position: relative;
  padding: 9px 10px;
  border-radius: 10px;
  margin: 3px 0;
  transition: all 0.4s linear;
  cursor: pointer;
  overflow: hidden;
}
.manufacturing_main.quality_men_box .quality_box .img_box {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #006ab3;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center;
}
.manufacturing_main.quality_men_box .quality_box .img_box.defol_img {
  display: block;
}
.manufacturing_main.quality_men_box .quality_box .img_box.hove_img {
  display: none;
}
.manufacturing_main.quality_men_box .quality_box .text_box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  text-align: left;
  width: calc(100% - 70px);
}
.manufacturing_main.quality_men_box .quality_box .text_box h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: var(--main_font_color);
  text-transform: capitalize;
}
.manufacturing_main.quality_men_box .quality_box .text_box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  color: var(--font-black-color);
  text-transform: capitalize;
}
.manufacturing_main.quality_men_box .quality_box:hover {
  transition: all 0.4s linear;
  background-color: var(--main_bg_color);
}
.manufacturing_main.quality_men_box .quality_box:hover .img_box {
  background-color: var(--font-white-color);
}
.manufacturing_main.quality_men_box .quality_box:hover .img_box.defol_img {
  display: none;
}
.manufacturing_main.quality_men_box .quality_box:hover .img_box.hove_img {
  display: block;
}
.manufacturing_main.quality_men_box .quality_box:hover .text_box h6 {
  color: var(--font-white-color);
}
.manufacturing_main.quality_men_box .quality_box:hover .text_box p {
  color: var(--font-white-color);
}
.manufacturing_main.harmony_min .manuf_box {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  width: 100%;
  position: relative;
  background-color: transparent;
  border: none;
  height: auto;
  padding: 0px 34px 1px 8px;
  border-radius: 10px;
  margin: 13px 0;
  transition: all 0.4s linear;
  cursor: pointer;
  overflow: hidden;
}
.manufacturing_main.harmony_min .manuf_box .img_box {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: relative;
  width: 70px;
  height: 70px;
  background: #006ab3;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center;
}
.manufacturing_main.harmony_min .manuf_box .text_box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  text-align: left;
  width: calc(100% - 70px);
}
.manufacturing_main.harmony_min .manuf_box .text_box h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: var(--main_font_color);
  text-transform: capitalize;
}
.manufacturing_main.harmony_min .manuf_box .text_box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  color: var(--font-black-color);
  text-transform: capitalize;
}
.manufacturing_main.harmony_min .manuf_card {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  height: 26.2rem;
  position: relative;
}
.manufacturing_main.harmony_min .manuf_card .row_card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
  margin: 0;
  padding: 0;
}
.manufacturing_main.harmony_min .image_icon_ut {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 5px 0px 2px;
  gap: 10px;
}
.manufacturing_main.harmony_min .image_icon_ut .view_btn {
  background-color: #006ab3;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  color: #fff;
  border: none;
  text-transform: capitalize;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manufacturing_main.harmony_min .image_icon_ut .view_btn img {
  width: 100%;
}
.manufacturing_main.harmony_min .image_icon_ut .view_btn:hover {
  opacity: 0.8;
}
.manufacturing_main.harmony_min .manuf_img {
  width: 100%;
  display: block;
  cursor: pointer;
}
.manufacturing_main.harmony_min .manuf_img img {
  height: 12.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .manufacturing_main .manuf_box {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .manufacturing_main {
    padding: 2rem 0;
  }
}
.manufacturing_main.strategies_box .manuf_box {
  justify-content: flex-start;
  align-items: center;
  height: 23.8rem;
  gap: 18px;
  padding: 21px 20px;
  margin: 6px 6px;
  width: auto;
}
.manufacturing_main.strategies_box .manuf_box .img_box {
  height: 95px;
  width: 95px;
  background-color: white;
  border: 1px solid var(--main_bod_color);
  background-position: 0px 7px;
  border-radius: 50px;
}
.manufacturing_main.strategies_box .manuf_box .icon_font {
  top: -1px;
  right: 8px;
  font-size: 23px;
  font-weight: 700;
}
.manufacturing_main.strategies_box .manuf_box .text_box {
  gap: 11px;
  text-align: center;
  align-items: center;
}
.manufacturing_main.strategies_box .manuf_box .text_box h6 {
  line-height: 17px;
}
.manufacturing_main.strategies_box .manuf_box .text_box h6 span {
  font-size: 13px;
  font-weight: 500;
}
.manufacturing_main.strategies_box .manuf_box .text_box p {
  text-align: center;
  line-height: 21px;
}

.harmony__box {
  position: relative;
  margin: 1rem 0;
  overflow: hidden;
  padding: 10px;
  /* add */
  /* end */
}
.harmony__box .slider {
  width: 90%;
  margin: 0 auto !important;
  border-radius: 11px;
}
.harmony__box .slider_box {
  width: 100%;
  height: 456px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 11px;
}
.harmony__box .slick-center {
  transition: 0.3s ease-in-out;
  transform: scale(1.8);
  margin: 0 auto;
}
.harmony__box .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: monospace;
  font-size: 5rem;
  z-index: 300;
  outline: none;
}
.harmony__box .slick-prev {
  left: -15px;
  text-align: left;
}
.harmony__box .slick-next {
  right: 15px;
  text-align: right;
}
.harmony__box .item.slick-slide {
  width: 400px;
  height: auto;
  transition: transform 0.5s ease;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.harmony__box .slick-list {
  padding: 0 !important;
}
.harmony__box .slick-slide:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: transform 0.4s;
}
.harmony__box .item.slick-slide {
  transform: scale(0.5) translate(685px);
}
.harmony__box .item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.7) translate(-30px);
  z-index: 10;
}
.harmony__box .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.5) translate(-725px);
  z-index: 5;
}
.harmony__box .item.slick-slide.slick-active {
  transform: scale(0.7) translate(30px);
}
.harmony__box .item.slick-slide.slick-center {
  transform: scale(2.3);
  z-index: 30;
}
.harmony__box .item.slick-slide.slick-center .slider_box {
  background-color: #f4faff;
  background-size: 100%;
  overflow: hidden;
  border-radius: 11px;
}
.harmony__box .slick-center:after {
  opacity: 0;
  margin: 10px;
  padding: 10px;
}
.harmony__box .slick-prev:before,
.harmony__box .slick-next:before {
  color: #303030 !important;
  font-size: 2vw !important;
}
.harmony__box .slick-dots li button:before {
  font-size: 0.7vw !important;
}

@media screen and (max-width: 992px) {
  .harmony__box {
    margin: 2rem 0;
  }
  .harmony__box .item.slick-slide.slick-center {
    transform: none;
  }
  .harmony__box .slider_box {
    width: 100%;
    height: 256px;
    background-size: contain;
  }
  .harmony__box .slick-next {
    right: -15px;
  }
}
.global_min.manufacturing_main {
  background-color: transparent;
  margin: 0;
  padding: 0 0 1rem;
}
.global_min.manufacturing_main .manuf_box {
  background-color: #f4f6f9;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px auto;
}
.global_min.manufacturing_main .manuf_box .text_box {
  display: none;
  align-items: center;
}
.global_min.manufacturing_main .manuf_box .text_box h6 {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 12px;
  text-align: center;
}
.global_min.manufacturing_main .manuf_box .text_box p {
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 5px;
  text-align: left;
}
.global_min.manufacturing_main .manuf_box:hover {
  background-color: var(--main_bod_color);
}
.global_min.manufacturing_main .manuf_box:hover .manuf_box {
  display: none;
}
.global_min.manufacturing_main .manuf_box:hover .text_box {
  display: block;
  text-align: center;
}

@media screen and (max-width: 1350px) {
  .global_min.manufacturing_main .manuf_box {
    width: 160px;
    height: 160px;
  }
}
.providers_global_min {
  background-color: white;
  padding: 25px 0;
  margin: 0;
}
.providers_global_min .global_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 1px solid var(--main_bg_color);
  transition: 0.5s ease-in-out;
  margin: 6px auto;
  cursor: pointer;
}
.providers_global_min .global_img img {
  width: 130px;
  transition: 0.8s ease-in-out;
}
.providers_global_min .global_img .text_providers {
  display: none;
  text-align: center;
  transition: 0.7s ease-in-out;
}
.providers_global_min .global_img .text_providers h6 {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 20px;
  font-weight: 800;
  color: var(--main_font_color);
  text-align: center;
}
.providers_global_min .global_img .text_providers p {
  font-size: 13px;
  line-height: 14px;
  margin: 0 0 5px;
  text-align: center;
}
.providers_global_min .global_img:hover {
  transition: 0.5s ease-in-out;
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 106, 179, 0.5019607843);
}
.providers_global_min .global_img:hover img {
  display: none;
  transition: 0.8s ease-in-out;
}
.providers_global_min .global_img:hover .text_providers {
  display: block;
  transition: 0.7s ease-in-out;
}

.dakshinamurti_form {
  background-color: white;
  padding: 1rem 0;
  margin: 0;
}
.dakshinamurti_form .nav-pills {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: auto hidden;
  gap: 6px;
}
.dakshinamurti_form .nav-pills .nav-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dakshinamurti_form .nav-pills .nav-item .nav-link {
  width: 100%;
  white-space: nowrap;
  background: #f4f6f9;
  color: var(--font-black-color);
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  height: 78px;
}
.dakshinamurti_form .nav-pills .nav-item .nav-link:hover {
  background: rgba(0, 107, 179, 0.3843137255);
}
.dakshinamurti_form .nav-pills .nav-item .nav-link.active,
.dakshinamurti_form .nav-pills .nav-item .nav-link .nav-pills .show > .nav-link {
  background: var(--main_font_color);
  color: var(--font-white-color);
}
.dakshinamurti_form .nav-pills .nav-item .nav-link.active .icon_font,
.dakshinamurti_form .nav-pills .nav-item .nav-link .nav-pills .show > .nav-link .icon_font {
  rotate: 92deg;
}
.dakshinamurti_form .tab-pane {
  background: #f4f6f9;
  padding: 20px;
  border-radius: 5px;
}
.dakshinamurti_form .tab-pane .hading_box {
  margin: 0 0 10px;
}
.dakshinamurti_form .tab-pane .hading_box h6 {
  font-size: 20px;
}
.dakshinamurti_form .tab-pane .inpout_box {
  position: relative;
  margin: 0 0 15px;
}
.dakshinamurti_form .tab-pane .inpout_box .form-select,
.dakshinamurti_form .tab-pane .inpout_box .form-control,
.dakshinamurti_form .tab-pane .inpout_box .add_img {
  height: 50px;
  width: 100%;
  border: 1px solid rgba(0, 106, 179, 0.5019607843);
  background: #f4f6f9;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 10px;
  border-radius: 5px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.dakshinamurti_form .tab-pane .inpout_box .add_img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
  position: relative;
}
.dakshinamurti_form .tab-pane .inpout_box .add_img .custom-file-label {
  display: inline-block;
  cursor: pointer;
}
.dakshinamurti_form .tab-pane .inpout_box .add_img .link_icon {
  position: absolute;
  right: 8px;
  font-size: 16px;
  cursor: pointer;
}
.dakshinamurti_form .tab-pane .inpout_box .add_img .file-chosen {
  margin-top: 2px;
  font-style: italic;
  color: #6c757d;
}
.dakshinamurti_form .tab-pane .btn_submit {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main_bg_color);
  color: var(--font-white-color);
  border-radius: 10px;
  padding: 6px 15px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}
.dakshinamurti_form .tab-pane .btn_submit:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.9;
}

.contact_us_main {
  background-color: transparent;
  margin: 1rem 0;
  padding: 0 0;
  position: relative;
}
.contact_us_main .contact__linklist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.contact_us_main .contact__linklist .contact__linklist-item a {
  color: var(--font-black-color);
  opacity: 0.8;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease-out;
  position: relative;
}
.contact_us_main .contact__linklist .contact__linklist-item a samp {
  font-size: 17px;
  font-weight: 700;
  line-height: 29px;
  font-family: var(--font-name);
  color: var(--main_font_color);
}
.contact_us_main .contact__linklist .contact__linklist-item a p {
  font-weight: 500;
  line-height: 21px;
  color: var(--font-black-color);
}
.contact_us_main .contact__linklist .contact__linklist-item a .img_box {
  background: var(--main-a_bg_color);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding: 8px;
  margin: 7px 0 0;
}
.contact_us_main .contact__linklist .contact__linklist-item a:hover {
  transform: translateX(10px);
  color: #b6e1ff;
}
.contact_us_main .contact__linklist .contact__linklist-item a.add_box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.contact_us_main .contact_form {
  width: 100%;
  background: #f4f6f9;
  padding: 18px;
  border-radius: 5px;
}
.contact_us_main .contact_form .hading_box {
  margin: 0 0 10px;
}
.contact_us_main .contact_form .hading_box h6 {
  font-size: 20px;
}
.contact_us_main .contact_form .inpout_box {
  position: relative;
  margin: 0 0 15px;
}
.contact_us_main .contact_form .inpout_box .form-select,
.contact_us_main .contact_form .inpout_box .form-control,
.contact_us_main .contact_form .inpout_box .add_img {
  height: 45px;
  width: 100%;
  border: 1px solid rgba(0, 106, 179, 0.5019607843);
  background: #f4f6f9;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 10px;
  border-radius: 5px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contact_us_main .contact_form .inpout_box .add_img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
  position: relative;
}
.contact_us_main .contact_form .inpout_box .add_img .custom-file-label {
  display: inline-block;
  cursor: pointer;
}
.contact_us_main .contact_form .inpout_box .add_img .link_icon {
  position: absolute;
  right: 8px;
  font-size: 16px;
  cursor: pointer;
}
.contact_us_main .contact_form .inpout_box .add_img .file-chosen {
  margin-top: 2px;
  font-style: italic;
  color: #6c757d;
}
.contact_us_main .contact_form .btn_submit {
  height: 45px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main_bg_color);
  color: var(--font-white-color);
  border-radius: 10px;
  padding: 6px 15px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}
.contact_us_main .contact_form .btn_submit:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.9;
}

.table_resposive {
  position: relative;
  background: transparent;
  padding: 1px 2px;
  border-radius: 10px;
}
.table_resposive .report-card-box {
  width: 100%;
  border-collapse: collapse;
  margin-top: 5px;
}
.table_resposive .report-card-box tr th {
  font-weight: 600;
  white-space: nowrap;
  font-size: 18px;
  padding: 9px;
  color: #fff;
  text-transform: none;
  background: var(--main_bg_color);
  border: none;
}
.table_resposive .report-card-box tbody tr td {
  font-weight: 500;
  white-space: pre-line;
  font-size: 15px;
  padding: 8px;
  color: var(--font-black-color);
  text-transform: none;
  position: relative;
  border: 0.8px solid #dfe2e7;
}
.table_resposive .report-card-box tbody tr td.table_color {
  text-align: center;
  font-weight: 600;
  color: var(--main_font_color);
}
.table_resposive .report-card-box tbody tr:nth-child(even) {
  background-color: #f1f6f8;
}
.table_resposive .report-card-box tbody tr:nth-of-type(odd) {
  background-color: white;
}

@media screen and (max-width: 992px) {
  .table_resposive {
    overflow: auto;
    height: 60vh;
  }
  .table_resposive .report-card-box tbody tr td {
    white-space: break-spaces;
  }
}
/*=========<<footer start here>>=========*/
.footer {
  background: #006ab3;
  color: var(--font-black-color);
  position: relative;
  overflow: hidden;
  font-weight: 400;
}
.footer .footer__wrapper {
  z-index: 11;
  position: relative;
}
.footer .logo_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.footer .logo_box img {
  width: 221px;
}
.footer .card_social {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 16px 0;
}
.footer .card_social .social_icon {
  background-color: var(--main_bod_color);
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .card_social .social_icon img {
  width: 17px;
  margin: 0 auto;
  display: block;
}
.footer .card_social .social_icon:hover {
  background-color: #0d4675;
}
.footer .footer__top {
  padding: 15px 0 15px;
}
.footer .footer__top .footer__links .footer__links-tittle h6 {
  margin-block-end: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.footer .footer__top .footer__links .footer__links-content p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.footer .footer__top .footer__links .footer__links-content .trk-btn--primary {
  font-size: 14px;
  font-family: var(--font-name);
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  background: var(--main_bg_color);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin: 6px 0 0;
}
.footer .footer__top .footer__links .footer__links-content .trk-btn--primary:hover {
  color: #acd4f0;
}
.footer .footer__top .footer__links .footer__links-content .footer__linklist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer .footer__top .footer__links .footer__links-content .footer__linklist.main_bar {
  flex-direction: row;
  align-items: flex-start;
  justify-content: start;
  gap: 8px;
  -moz-column-gap: 18px;
       column-gap: 18px;
  flex-wrap: wrap;
}
.footer .footer__top .footer__links .footer__links-content .footer__linklist.main_bar .footer__linklist-item a {
  font-size: 15px;
  font-weight: 500;
}
.footer .footer__top .footer__links .footer__links-content .footer__linklist .footer__linklist-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-out;
  position: relative;
}
.footer .footer__top .footer__links .footer__links-content .footer__linklist .footer__linklist-item a .footer_img {
  width: 21px;
}
.footer .footer__top .footer__links .footer__links-content .footer__linklist .footer__linklist-item a:hover {
  color: #b6e1ff;
}
.footer .footer__top .footer__links .footer__links-content .footer__linklist .footer__linklist-item a.add_box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.footer .footer__top .footer__top--style1 {
  padding-block: 100px;
}
.footer .footer-conter {
  border-top: 1px solid #80b4d9;
  padding: 9px 0 10px;
}
.footer .footer-conter .footer__end-copyright {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  gap: 5px;
}
.footer .footer-conter .footer__end-copyright p {
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.footer .footer__bottom {
  display: flex;
  justify-content: center;
  background: #03558d;
  color: rgba(255, 255, 255, 0.6196078431);
  font-size: 1rem;
  padding-block: 8px;
  text-align: center;
}
.footer .footer__bottom .footer__end-copyright {
  color: rgba(255, 255, 255, 0.9176470588);
  font-size: 13px;
  font-weight: 700;
  gap: 5px;
}
.footer .footer__bottom .footer__end-copyright p {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9176470588);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  justify-content: center;
}
.footer::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  background: url("../images/icon/word_bag.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.image_model {
  position: relative;
  padding: 2px;
}
.image_model .btn-close {
  position: absolute;
  background: #1e0b0b;
  color: white;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  font-size: 20px;
  z-index: 1;
  right: -8px;
  top: -9px;
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}

@media screen and (max-width: 576px) {
  .home_page.about--style {
    padding: 1rem 0;
  }
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 100px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

::-webkit-scrollbar-thumb:hover {
  background: #929292;
}/*# sourceMappingURL=style.css.map */