@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background-color: #ffffff;
}

a,
button,
input {
  outline: none;
}

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

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.pr-head {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #1C2B5F;
}
.pr-head span {
  color: #F51930;
  font-size: 28px;
}
.pr-head__lghead {
  font-size: 40px;
  line-height: 48px;
  color: #F51930;
  font-weight: 500;
}
.pr-head__lghead span {
  color: #ffffff;
}
.pr-head__mhead {
  font-size: 35px;
  line-height: 41px;
  color: #1C2B5F;
  font-weight: 500;
  text-transform: uppercase;
}
.pr-head__mhead span {
  color: #F51930;
  text-transform: uppercase;
}
.pr-head__smhead {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #F51930;
}
.pr-head__smhead span {
  color: #1C2B5F;
}
.pr-head__pdttblhead {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  color: #1C2B5F;
}
.pr-head__pdttblsubhead {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #221F7E;
}
.pr-head__pdttblinnhead {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #F51930;
}

.pr-pageHead {
  text-align: center;
}
.pr-pageHead h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #1C2B5F;
  margin-bottom: 10px;
}
.pr-pageHead h2 span {
  color: #F51930;
  font-size: 28px;
}
.pr-pageHead--v2 {
  text-align: left;
  margin-bottom: 25px;
}
.pr-pageHead--v2 h2 {
  font-size: 35px;
  font-weight: 700;
  color: #1C2B5F;
  margin-bottom: 15px;
}
.pr-pageHead--v2 h3 {
  font-weight: 700;
  font-size: 25px;
  font-weight: 700;
  color: #1C2B5F;
}

@media (max-width: 767px) {
  .pr-head {
    font-size: 22px;
    line-height: 26px;
  }
  .pr-head span {
    font-size: 22px;
  }
  .pr-head__lghead {
    font-size: 32px;
    line-height: 38px;
  }
  .pr-pageHead--v2 h2 {
    font-size: 28px;
  }
  .pr-pageHead--v2 h3 {
    font-size: 22px;
  }
}
.pr-button {
  background-color: #ffffff;
  padding: 10px 34px;
  color: #1C2B5F;
  border: 2px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 44px;
  text-decoration: none;
  transition: 0.3s ease;
}
.pr-button:hover {
  background-color: #1C2B5F;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.pr-button-red {
  background-color: #F51930;
  font-size: 13px;
  border-radius: 30px;
  padding: 2px 20px;
  color: #fff;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in 0.3s;
}
.pr-button-red:hover {
  color: #fff;
  background-color: #cc0000;
}

.pr-input input {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 12px 18px;
  border: unset;
  width: 100%;
}
.pr-input input::placeholder {
  color: #858585;
}
.pr-input__comboinput {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.pr-input__comboinput input {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 12px 18px;
  border: unset;
  width: 50%;
}
.pr-input__comboinput input::placeholder {
  color: #858585;
}

.pr-button {
  background-color: #ffffff;
  padding: 10px 34px;
  color: #1C2B5F;
  border: 2px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 44px;
  text-decoration: none;
  transition: 0.3s ease;
}
.pr-button:hover {
  background-color: #1C2B5F;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.pr-button-red {
  background-color: #F51930;
  font-size: 13px;
  border-radius: 30px;
  padding: 2px 20px;
  color: #fff;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in 0.3s;
}
.pr-button-red:hover {
  color: #fff;
  background-color: #cc0000;
}

.pr-listings {
  list-style: disc;
  margin: 0px 0px 30px 20px;
}
.pr-listings li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #1C1C1C;
  line-height: 26px;
}
.pr-listings li::marker {
  color: #1C1C1C;
}

.pr-qltyftrtile {
  width: 25%;
}
.pr-qltyftrtile__img {
  width: 90%;
  border-radius: 10px;
  display: flex;
}
.pr-qltyftrtile__img img {
  width: 100%;
}
.pr-qltyftrtile__title {
  font-size: 22px;
  line-height: 28px;
  color: #1C2B5F;
  font-weight: 600;
  text-align: left;
  padding: 20px 0px;
}
.pr-qltyftrtile__txt {
  font-size: 16px;
  line-height: 20px;
  color: #1C2B5F;
  text-align: left;
  width: 85%;
}
.pr-qltyftrtile__txt span {
  color: #F51930;
  font-weight: 600;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pr-qltyftrtile__title {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0px 12px;
  }
  .pr-qltyftrtile__txt {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-qltyftrtile__title {
    font-size: 18px;
    line-height: 24px;
    min-height: 102px;
    padding: 20px 0px 10px;
  }
  .pr-qltyftrtile__txt {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .pr-qltyftrtile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pr-qltyftrtile__title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .pr-qltyftrtile__title br {
    display: none;
  }
  .pr-qltyftrtile__txt {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.pr-pdctTile {
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.pr-pdctTile__heading {
  color: #221F7E;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  left: 15px;
  text-transform: uppercase;
  z-index: 10;
}
.pr-pdctTile__heading span {
  color: #F51930;
  font-size: 20px;
  font-weight: 500;
}
.pr-pdctTile img {
  width: 100%;
  transition: transform 0.4s ease;
  z-index: 4;
  object-fit: cover;
}
.pr-pdctTile img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.pr-SFtile img {
  width: 100%;
  border-radius: 10px;
}
.pr-SFtile__body {
  padding: 15px 0 0;
}
.pr-SFtile__body h3 {
  font-size: 20px;
  color: #1C2B5F;
  font-weight: 600;
  margin-bottom: 10px;
}
.pr-SFtile__body h3 span {
  color: #F51930;
}
.pr-SFtile__list {
  margin: 0;
  color: #1C2B5F;
  line-height: 22px;
}
.pr-SFtile__list li {
  padding-left: 10px;
  font-size: 14px;
  position: relative;
}
.pr-SFtile__list li::before {
  position: absolute;
  left: 0px;
  top: 9px;
  width: 3px;
  height: 3px;
  content: "";
  background-color: #1C2B5F;
  border-radius: 50%;
}
.pr-SFtile--v2 {
  display: flex;
  gap: 25px;
  align-items: center;
}
.pr-SFtile--v2 img {
  width: 48.5%;
}
.pr-SFtile--v2 .pr-SFtile__body {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px auto;
  padding: 0px;
}

.pr-TabTable__nav {
  border: none;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.pr-TabTable__item {
  min-width: calc(25% - 10px);
}
.pr-TabTable__link {
  background: #f2f2f5;
  color: #9496A8;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  padding: 14px 25px;
  transition: all 0.3s ease;
  width: 100%;
}
.pr-TabTable__link.active {
  background: #1C2B5F;
  color: #fff;
}
.pr-TabTable table {
  width: 100%;
  border-collapse: collapse;
}
.pr-TabTable tbody {
  border-top: none !important;
}
.pr-TabTable th, .pr-TabTable td {
  padding: 7px 15px 7px 0;
  text-align: left;
  white-space: nowrap;
  font-size: 15px;
}
.pr-TabTable th {
  font-weight: 600;
  width: 18%;
}
.pr-TabTable th:nth-child(1) {
  width: 42%;
}
.pr-TabTable td {
  padding: 7px 15px 7px 0;
  text-align: left;
  white-space: normal;
  font-size: 15px;
}
.pr-TabTable .code {
  display: flex;
  align-items: center;
  gap: 25px;
}
.pr-TabTable .code span {
  flex: 1 0;
}
.pr-TabTable .code span:first-child {
  min-width: 65px;
}
.pr-TabTable .table-responsive {
  margin-bottom: 20px;
}
.pr-TabTable h3 {
  color: #F51930;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}
.pr-TabTable__redBdr {
  border-bottom: 1px solid #F51930;
}

@media (max-width: 767px) {
  .pr-TabTable__item {
    width: 100%;
  }
  .pr-TabTable__link {
    width: 100%;
  }
}
.pr-prdctList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
}
.pr-prdctList__item {
  margin-bottom: 20px;
}
.pr-prdctList__img {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  font-size: 0;
  line-height: 0;
}
.pr-prdctList__img img {
  width: 100%;
  transition: transform 0.5s ease;
}
.pr-prdctList__img:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.pr-prdctList__img::after {
  transition: opacity 0.5s ease;
  height: 7px;
  background-color: #1C2B5F;
  content: "";
  position: absolute;
  left: -5px;
  bottom: 0px;
  width: calc(100% + 10px);
  opacity: 0;
}
.pr-prdctList__img:hover::after {
  opacity: 1;
}
.pr-prdctList__headding {
  color: #2E3690;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pr-prdctList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .pr-prdctList {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.pr-pdcts {
  background-color: #1C2B5F;
  padding: 40px 0px;
}
.pr-pdcts .pr-pdctTile {
  width: 100%;
  grid-column: span 2;
  height: 300px;
}
.pr-pdcts .pr-pdctTile__out {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  padding: 0 30px;
}
.pr-pdcts .pr-pdctTile--50 {
  grid-column: span 3;
}
.pr-pdcts .pr-head {
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;
}
.pr-pdcts p {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  width: 80%;
  margin: 0px auto 20px;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pr-pdcts .pr-pdctTile {
    grid-column: unset;
  }
  .pr-pdcts .pr-pdctTile__out {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .pr-pdcts .pr-pdctTile {
    height: 250px;
    grid-column: span 2;
    display: flex;
  }
  .pr-pdcts .pr-pdctTile__out {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px;
  }
  .pr-pdcts p {
    width: 100%;
  }
}
.Pr-Banner {
  margin-bottom: 0px !important;
}
.Pr-Banner__main {
  overflow: hidden;
  height: 750px;
}
.Pr-Banner__item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: none !important;
}
.Pr-Banner__bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Pr-Banner__bgmob {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Pr-Banner__bgtab {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Pr-Banner__in {
  display: flex;
  align-items: center;
  position: relative;
  height: 750px;
  overflow: hidden;
}
.Pr-Banner__in-body {
  width: 40%;
  margin-top: -30px;
}
.Pr-Banner__head {
  font-size: 40px;
  font-weight: 700;
  color: #1C2B5F;
  margin-bottom: 25px;
}
.Pr-Banner__head--white {
  color: #ffffff;
}
.Pr-Banner__text {
  font-size: 16px;
  font-weight: 500;
  color: #1C2B5F;
  margin-bottom: 25px;
}
.Pr-Banner__textwhite {
  font-size: 20px;
  color: #ffffff;
  width: 70%;
}
.Pr-Banner .pr-button {
  min-width: 100px;
}
.Pr-Banner .slick-dots {
  width: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.Pr-Banner .slick-dots li {
  width: 14px;
  height: 14px;
  border: 2px solid #F51930;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.Pr-Banner .slick-dots li button {
  display: none;
}
.Pr-Banner .slick-dots li.slick-active {
  background: #F51930;
  border-radius: 10px;
  width: 12px;
  height: 30px;
  border: none;
}
.Pr-Banner__inner {
  position: relative;
  height: 500px;
}
.Pr-Banner__inner .Pr-Banner__in {
  height: 100%;
}
.Pr-Banner__inner .Pr-Banner__in-body {
  width: 90%;
}
.Pr-Banner__inner .Pr-Banner__head {
  margin-bottom: 15px;
}
.Pr-Banner__inner .Pr-Banner__head--small {
  font-size: 30px;
}
.Pr-Banner__inner .Pr-Banner__text {
  color: #fff;
  font-size: 15px;
}
.Pr-Banner__inner .content-wrapper {
  height: 100%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .Pr-Banner .Pr-Banner__in {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Pr-Banner .Pr-Banner__in-body {
    width: 90%;
  }
  .Pr-Banner__main {
    height: 375px;
  }
  .Pr-Banner__inner {
    height: 375px !important;
  }
  .Pr-Banner__item .Pr-Banner__in-body {
    display: none;
  }
  .Pr-Banner__item .Pr-Banner__in {
    height: 375px !important;
    z-index: 0;
  }
  .Pr-Banner__bg {
    display: none;
  }
  .Pr-Banner__bgtab {
    display: block;
    background-size: cover;
    z-index: 2;
  }
  .Pr-Banner__inner {
    height: 420px;
  }
  .Pr-Banner__inner .Pr-Banner__in-body {
    display: none;
  }
}
@media (max-width: 767px) {
  .Pr-Banner__bg {
    display: none;
  }
  .Pr-Banner__bgmob {
    display: block;
    background-size: cover;
    z-index: 2;
  }
  .Pr-Banner__item .Pr-Banner__in-body {
    display: none;
  }
  .Pr-Banner__item .Pr-Banner__in {
    height: 400px !important;
    z-index: 0;
  }
  .Pr-Banner__main {
    height: auto;
  }
  .Pr-Banner__inner {
    height: 410px;
  }
  .Pr-Banner__inner .Pr-Banner__in-body {
    display: none;
  }
  .Pr-Banner .Pr-Banner__head {
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #1C2B5F;
    padding: 12px;
  }
  .Pr-Banner .Pr-Banner__head--mb0 {
    margin-bottom: 0px;
  }
  .Pr-Banner .Pr-Banner__text {
    background-color: rgba(255, 255, 255, 0.8);
    color: #1C2B5F;
    padding: 12px;
  }
  .Pr-Banner .Pr-Banner__in {
    height: 500px;
  }
  .Pr-Banner__inner {
    position: relative;
    height: 400px;
  }
  .Pr-Banner__inner .Pr-Banner__in-body {
    width: 100%;
  }
  .Pr-Banner__inner .Pr-Banner__head {
    font-size: 20px;
  }
  .Pr-Banner__inner .Pr-Banner__head br {
    display: none;
  }
  .Pr-Banner__inner .Pr-Banner__text br {
    display: none;
  }
  .Pr-Banner__inner .Pr-Banner__text:last-child {
    margin-bottom: 0px;
  }
}
.pr-ourcertf {
  background-color: #ffffff;
  width: 95%;
  border-radius: 10px;
  padding: 30px;
  margin: -30px auto 0px;
  position: relative;
  z-index: 3;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 15px 15px -10px;
}
.pr-ourcertf__outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  padding: 0px 90px;
}
.pr-ourcertf__logowrap {
  display: flex;
  gap: 30px;
}
.pr-ourcertf__logo img {
  height: 90px;
}
.pr-ourcertf__txt {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #1C2B5F;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pr-ourcertf__txt {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-ourcertf__txt {
    font-size: 16px;
    line-height: 22px;
  }
  .pr-ourcertf__logo img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .pr-ourcertf {
    margin-top: 0;
    padding: 30px 0px;
  }
  .pr-ourcertf .pr-head {
    font-size: 24px;
    line-height: 28px;
  }
  .pr-ourcertf .pr-head span {
    font-size: 24px;
    line-height: 28px;
  }
  .pr-ourcertf__outer {
    padding: 0 20px;
    gap: 35px;
  }
  .pr-ourcertf__logowrap {
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pr-ourcertf__logo {
    width: calc(30.33% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pr-ourcertf__logo img {
    width: 100%;
    height: auto;
  }
  .pr-ourcertf__txt {
    font-size: 14px;
    line-height: 20px;
  }
}
.pr-contactus__modulecontent {
  padding: 60px 30px 30px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pr-contactus__text {
  font-size: 16px;
  color: #1C2B5F;
  text-align: center;
  line-height: 26px;
  font-weight: 500;
  padding: 30px 0px;
  width: 70%;
}
.pr-contactus__outer {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 80px);
  min-height: 550px;
  margin: 0 40px 40px;
}
.pr-contactus__mapouter {
  width: 50%;
  position: relative;
  min-height: 550px;
  overflow: hidden;
}
.pr-contactus__mapouter iframe {
  width: 100%;
  height: 100%;
  min-height: 550px;
  border: none;
  display: block;
}
.pr-contactus__formouter {
  width: 50%;
  background-color: #1C2B5F;
  padding: 50px 40px 50px 40px;
  min-height: 550px;
}
.pr-contactus__formouter .pr-head__lghead {
  padding-bottom: 30px;
}
.pr-contactus__form .pr-input {
  padding-bottom: 20px;
}
.pr-contactus__form .pr-input__comboinput {
  padding-bottom: 20px;
}
.pr-contactus__textarea textarea {
  width: 100%;
  border-radius: 10px;
  padding: 12px 18px;
  border: none;
  outline: none;
  box-sizing: border-box;
  resize: none;
  min-height: 145px;
}
.pr-contactus__btn {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .pr-contactus {
    padding: 20px;
  }
  .pr-contactus__modulecontent {
    padding: 30px 0;
  }
  .pr-contactus__text {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .pr-contactus__outer {
    flex-direction: column;
    margin: 0 0px;
    width: calc(100% - 0px);
  }
  .pr-contactus__mapouter {
    width: 100%;
  }
  .pr-contactus__formouter {
    width: 100%;
    padding: 30px 20px 40px 20px;
  }
}
.pr-footer {
  background-color: #ffffff;
  border-top: 12px solid #1C2B5F;
}
.pr-footer__content {
  display: flex;
  gap: 30px;
  padding: 40px 0px 10px 0px;
  width: 100%;
}
.pr-footer__content .pr-head__smhead {
  padding-bottom: 12px;
}
.pr-footer__brand {
  width: 20%;
}
.pr-footer__column {
  width: 25%;
}
.pr-footer__sociallinks {
  width: 15%;
}
.pr-footer__contactcolumn {
  width: 40%;
}
.pr-footer__logo {
  width: 100%;
  display: inline-block;
  margin-bottom: 12px;
}
.pr-footer__logo img {
  width: 100%;
}
.pr-footer__tagline {
  font-size: 11px;
  line-height: 16px;
  color: #1C2B5F;
  font-weight: 500;
}
.pr-footer__pdtlist {
  list-style: none;
  padding: 0;
}
.pr-footer__pdtlist li a {
  color: #1C2B5F;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}
.pr-footer__pdtlist li a:hover {
  color: #221F7E;
}
.pr-footer__pdtlist li a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #221F7E;
  transition: width 0.3s ease-in-out;
}
.pr-footer__pdtlist li a:hover::after {
  width: 100%;
}
.pr-footer__pdtlist li {
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
}
.pr-footer__pdtlist li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  font-size: 14px;
  background-color: #1C2B5F;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.pr-footer__contacttext {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #333333;
}
.pr-footer__contacttext a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #333333;
  text-decoration: none;
  position: relative;
}
.pr-footer__contacttext a:hover {
  color: #000000;
}
.pr-footer__contacttext a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #000000;
  transition: width 0.3s ease-in-out;
}
.pr-footer__contacttext a:hover::after {
  width: 100%;
}
.pr-footer__contacttext p {
  margin-bottom: 8px;
}
.pr-footer__contactitem {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.pr-footer__contactwrap {
  display: flex;
  gap: 30px;
}
.pr-footer__socialicnwrap {
  display: flex;
  gap: 10px;
}
.pr-footer__socialicon {
  transition: 0.2s ease-in-out;
}
.pr-footer__socialicon:hover {
  transform: translateY(-2px);
}
.pr-footer__ftrbottom {
  background-color: #1C2B5F;
  padding: 9px 0px;
  display: flex;
  justify-content: center;
}
.pr-footer__copyright {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pr-footer__content {
    flex-direction: column;
    gap: 15px;
  }
  .pr-footer__content .pr-head__smhead {
    padding-bottom: 12px;
  }
  .pr-footer__brand {
    width: 40%;
  }
  .pr-footer__logo {
    width: 50%;
  }
  .pr-footer__column {
    width: 90%;
    gap: 20px;
  }
  .pr-footer__contactwrap {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .pr-footer__contactinfo {
    width: 40%;
  }
  .pr-footer__contacttext br {
    display: none;
  }
  .pr-footer__locationinfo {
    width: 50%;
  }
  .pr-footer__contactitem {
    align-items: center;
  }
  .pr-footer__tagline {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-footer__content {
    flex-direction: column;
    gap: 15px;
  }
  .pr-footer__content .pr-head__smhead {
    padding-bottom: 12px;
  }
  .pr-footer__brand {
    width: 100%;
  }
  .pr-footer__logo {
    width: 30%;
  }
  .pr-footer__tagline {
    font-size: 14px;
  }
  .pr-footer__column {
    width: 90%;
    gap: 20px;
  }
  .pr-footer__contactwrap {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .pr-footer__contactinfo {
    width: 100%;
  }
  .pr-footer__contacttext br {
    display: none;
  }
  .pr-footer__locationinfo {
    width: 100%;
  }
  .pr-footer__contactitem {
    align-items: center;
  }
  .pr-footer__sociallinks {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pr-footer__content {
    flex-direction: column;
    gap: 15px;
  }
  .pr-footer__content .pr-head__smhead {
    padding-bottom: 12px;
  }
  .pr-footer__brand {
    width: 100%;
  }
  .pr-footer__logo {
    width: 50%;
  }
  .pr-footer__column {
    width: 90%;
    gap: 20px;
  }
  .pr-footer__contactwrap {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .pr-footer__contactinfo {
    width: 100%;
  }
  .pr-footer__locationinfo {
    width: 100%;
  }
  .pr-footer__contactitem {
    align-items: flex-start;
  }
  .pr-footer__sociallinks {
    width: 100%;
  }
  .pr-footer__tagline {
    font-size: 14px;
  }
}
.pr-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.pr-navbar__logo {
  display: flex;
  align-items: center;
}
.pr-navbar__logo a {
  font-size: 0;
}
.pr-navbar__logo img {
  height: 45px;
}
.pr-navbar__main {
  background-color: #ffffff;
  padding: 10px 0;
}
.pr-navbar__nav {
  list-style: none;
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease;
}
.pr-navbar__nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.pr-navbar__nav-item-arrowdwn svg {
  transition: ease-in 0.4s;
  width: 12px;
}
.pr-navbar__nav-item.open > .pr-navbar__nav-submenu {
  max-height: 500px; /* enough to show all */
  opacity: 1;
}
.pr-navbar__nav-item.open .pr-navbar__nav-item-arrowdwn svg {
  transform: rotate(-180deg);
}
.pr-navbar__nav-item.open .pr-navbar__nav-item-arrowdwn svg path {
  stroke: #F51930;
}
.pr-navbar__nav-item.open .pr-navbar__nav-link {
  color: #F51930;
}
.pr-navbar__nav-link {
  color: #221F7E;
  font-size: 15px;
  text-decoration: none;
}
.pr-navbar__nav-link:hover {
  color: #F51930;
}
.pr-navbar__nav-link.active {
  color: #F51930;
}
.pr-navbar__nav-submenu {
  position: absolute;
  left: 0;
  top: 30px;
  background: #221F7E;
  list-style: none;
  min-width: 270px;
  flex-direction: column;
  /* Animation base */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding: 5px 0;
}
.pr-navbar__nav-submenu-link {
  display: flex;
  padding: 0px 10px;
  margin: 14px 0;
  font-size: 15px;
  color: #ffffff;
  transition: ease-in 0.3s;
  font-weight: 300;
}
.pr-navbar__nav-submenu-link:hover {
  color: #ccc;
}
.pr-navbar__nav-submenu-link.active {
  color: #adaaff;
}

/* Hamburger */
.hamburger {
  position: relative;
  width: 35px;
  height: 25px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 15;
  display: none;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #221F7E;
  border-radius: 4px;
  transition: all 0.4s ease;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 10px;
}

.hamburger span:nth-child(3) {
  top: 20px;
}

.hamburger.active span {
  background-color: #ffffff;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.overlay.show {
  display: block;
  opacity: 1;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pr-navbar {
    justify-content: space-between;
    gap: 0px;
  }
  .pr-navbar__logo img {
    height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-navbar {
    justify-content: space-between;
    gap: 15px;
    flex-direction: column;
  }
  .pr-navbar__logo img {
    height: 45px;
  }
  .pr-navbar__main {
    padding: 20px 0 10px 0;
  }
}
/* Mobile View */
@media (max-width: 767px) {
  .hamburger {
    display: flex;
  }
  .pr-navbar {
    justify-content: space-between;
  }
  .pr-navbar__main {
    padding: 15px 0px 15px 0px;
  }
  .pr-navbar__logo img {
    height: 28px;
  }
  .pr-navbar__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: #221F7E;
    flex-direction: column;
    transform: translateX(100%);
    z-index: 10;
    transition: transform 0.4s ease;
    padding: 60px 20px 0px;
    overflow-y: auto; /* ✅ scroll fix */
    scrollbar-width: thin;
    scrollbar-color: #555 #222;
  }
  .pr-navbar__nav.show {
    transform: translateX(0);
  }
  .pr-navbar__nav-item {
    display: unset;
  }
  .pr-navbar__nav-item-arrowdwn svg path {
    stroke: #fff;
  }
  .pr-navbar__nav-item.open > .pr-navbar__nav-submenu {
    opacity: 1;
    background: transparent;
    padding-top: 10px;
  }
  .pr-navbar__nav-item.open > .pr-navbar__nav-link {
    color: #fff;
  }
  .pr-navbar__nav-link {
    color: #ffffff;
  }
  .pr-navbar__nav-link:hover {
    color: #fff;
  }
  .pr-navbar__nav-submenu {
    position: static;
    padding: 0px 0px 0px 10px;
  }
  .pr-navbar__nav-submenu-item {
    position: relative;
  }
  .pr-navbar__nav-submenu-item::before {
    width: 4px;
    height: 4px;
    background-color: #F51930;
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    border-radius: 50%;
  }
}
.pr-topbar {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
.pr-topbar__main {
  background-color: #221F7E;
}
.pr-topbar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #ffffff;
}
.pr-topbar__item svg {
  height: 25px;
  width: 25px;
}
.pr-topbar__item:hover {
  color: #ffffff;
}
.pr-topbar__item:hover, .pr-topbar__item:focus {
  opacity: 1;
  transform: translateY(-0.5px);
  transition: transform 0.12s ease, opacity 0.12s ease;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pr-topbar__item {
    font-size: 11px;
  }
}
@media (max-width: 1023px) {
  .pr-topbar {
    display: none;
  }
}
.pr-qltyftr {
  padding: 40px 0px;
}
.pr-qltyftr .pr-head {
  padding-bottom: 30px;
  text-align: center;
}
.pr-qltyftr__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pr-qltyftr__tilewrap {
  display: flex;
  gap: 30px;
  justify-content: center;
}

@media (max-width: 767px) {
  .pr-qltyftr__tilewrap {
    flex-direction: column;
  }
}
.pr-vision {
  background-color: #ffffff;
}
.pr-vision__wrap {
  padding: 30px 0px;
}
.pr-vision__combowrap {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
}
.pr-vision__combowrap.twist {
  flex-direction: row-reverse;
}
.pr-vision__combowrap--blue {
  flex-direction: row-reverse;
}
.pr-vision__combowrap--blue .pr-vision__txtcontainer-in {
  width: 100%;
}
.pr-vision__combowrap--blue .pr-vision__txtb {
  width: 85%;
}
.pr-vision__combowrap--blue--inv {
  flex-direction: unset;
}
.pr-vision__txtcontainer {
  width: 50%;
  display: flex;
  justify-content: center;
}
.pr-vision__txtcontainer-in {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.pr-vision__txtcontainer-in--colm {
  flex-direction: column;
  align-items: end;
  gap: 5px;
  width: auto;
}
.pr-vision__txtcontainer-in--colm .pr-vision__txtb {
  text-align: right;
}
.pr-vision__txtcontainer.flip {
  flex-direction: column;
  gap: 6px;
}
.pr-vision__txtcontainer.flip .pr-vision__txtb {
  width: 100%;
  text-align: right;
}
.pr-vision__imgwrap {
  width: 50%;
}
.pr-vision__img {
  font-size: 0;
  width: 100%;
}
.pr-vision__img img {
  width: 100%;
}
.pr-vision__combowrapb {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.pr-vision__combowrapb .pr-vision__imgwrap {
  padding: 36px;
}
.pr-vision__txta {
  color: #1C2B5F;
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}
.pr-vision__txta span {
  color: #F51930;
}
.pr-vision__txtb {
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: left;
  width: 100%;
}
.pr-vision__txtb.lg-txt {
  font-size: 18px;
  line-height: 22px;
  width: 80%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pr-vision__txta {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-vision__txta {
    font-size: 28px;
    line-height: 34px;
  }
  .pr-vision__combowrap {
    padding: 10px 0px;
  }
  .pr-vision__combowrapb .pr-vision__txtb {
    width: 80%;
  }
  .pr-vision__combowrapb .pr-vision__imgwrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .pr-vision__combowrap {
    flex-direction: column;
    padding: 16px 0px;
  }
  .pr-vision__combowrap.twist {
    flex-direction: column;
  }
  .pr-vision__wrap {
    padding: 10px 0px 0px 0px;
  }
  .pr-vision__combowrapb {
    flex-direction: column;
    padding: 16px 0px;
  }
  .pr-vision__combowrapb .pr-vision__txtb {
    text-align: center;
  }
  .pr-vision__combowrapb .pr-vision__imgwrap {
    padding: 0;
  }
  .pr-vision__txtcontainer {
    width: 100%;
  }
  .pr-vision__txtcontainer-in {
    width: 100%;
    gap: 16px;
    flex-direction: column;
  }
  .pr-vision__txtcontainer-in--colm {
    align-items: center;
  }
  .pr-vision__txta {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }
  .pr-vision__txta br {
    display: none;
  }
  .pr-vision__txtb {
    text-align: center;
    width: 90%;
  }
  .pr-vision__imgwrap {
    width: 100%;
  }
}
.pr-header {
  background-color: red;
}
.pr-header__main {
  position: sticky;
  top: 0;
  z-index: 11;
}

.pr-SFtile__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.pr-SFtile__wrap::after {
  width: 80%;
  height: 1px;
  background-color: #F51930;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0px);
}
.pr-SFtile__wrap--v2 {
  flex-direction: column;
  grid-template-columns: repeat(1, 1fr);
  margin: 0px;
  padding: 0px;
}
.pr-SFtile__wrap--v2::after {
  display: none;
}
.pr-SFtile--v2-inv {
  flex-direction: row-reverse;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pr-SFtile {
    margin-bottom: 30px;
  }
  .pr-SFtile__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .pr-SFtile__wrap--v2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .pr-SFtile__wrap--v2 .pr-SFtile__body {
    width: 100%;
  }
  .pr-SFtile--v2 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .pr-SFtile {
    margin-bottom: 10px;
  }
  .pr-SFtile__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .pr-SFtile__wrap--v2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .pr-SFtile__wrap--v2 .pr-SFtile__body {
    width: 100%;
  }
  .pr-SFtile--v2 {
    flex-direction: column;
    margin-bottom: 15px;
    gap: 15px;
  }
  .pr-SFtile--v2 img {
    width: 100%;
  }
}
.pr-vision--qualityhalal {
  background-color: #1C2B5F;
}
.pr-vision--qualityhalal .pr-vision__wrap {
  padding: 40px 0px;
}
.pr-vision--qualityhalal .pr-head__mhead {
  color: #ffffff;
  text-align: center;
  padding-bottom: 36px;
}
.pr-vision--qualityhalal .pr-vision__txtb {
  color: #ffffff;
  width: 90%;
  font-size: 16px;
  line-height: 24px;
}
.pr-vision--qualityhalal .pr-vision__txtb span {
  font-weight: 700;
}
.pr-vision--qualityhalal .pr-vision__txtcontainer-in {
  width: 90%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pr-vision--qualityhalal .pr-vision__combowrap {
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  .pr-vision--qualityhalal .pr-vision__wrap {
    padding: 30px 0px;
  }
  .pr-vision--qualityhalal .pr-vision__combowrap.twist {
    flex-direction: column-reverse;
  }
  .pr-vision--qualityhalal .pr-vision__combowrap {
    flex-direction: column-reverse;
    padding: 16px 0px;
  }
  .pr-vision--qualityhalal .pr-vision__txtb {
    width: 100%;
    font-size: 14px;
  }
  .pr-vision--qualityhalal .pr-head__mhead {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 24px;
  }
}
.preview {
  cursor: pointer;
  transition: 0.3s;
}

.pr-IMGmodal {
  background-color: transparent;
  overflow: hidden;
}
.pr-IMGmodal img {
  width: 100%;
}
.pr-IMGmodal.show .modal-dialog {
  transform: none;
  width: 500px;
}

.modal-content {
  border: none;
  overflow: hidden;
  border-radius: 10px;
}

/* Modal box */
.modal-body {
  padding: 0px;
  overflow: hidden;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  border: none;
  background: none;
  font-weight: bold;
  z-index: 9999;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

@media (max-width: 767px) {
  .pr-IMGmodal.show .modal-dialog {
    transform: none;
    width: 100%;
  }
  .pr-IMGmodal .modal-dialog {
    margin: 0px;
  }
}
.pr-contentArea__main {
  padding: 40px 0;
}
.pr-contentArea .prgf {
  font-size: 16px;
  color: #1C1C1C;
  margin-bottom: 20px;
  line-height: 26px;
}

.pr-thankYou {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .pr-contentArea__main {
    padding: 20px 0;
  }
}
.pr-policies {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 0px 30px;
}
.pr-policies__body {
  width: 100%;
}
.pr-policies h2 {
  font-size: 24px;
  color: #1C2B5F;
  margin-bottom: 15px;
}
.pr-policies p {
  font-size: 16px;
  color: #1C1C1C;
  margin-bottom: 20px;
  line-height: 26px;
}
.pr-policies__img {
  width: 45%;
  float: right;
  margin: 0 0 15px 20px;
}
.pr-policies__img img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 1023px) {
  .pr-policies {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .pr-policies {
    gap: 5px;
    flex-direction: column;
  }
  .pr-policies__body {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .pr-policies__body-in {
    order: 1;
  }
  .pr-policies__img {
    width: 100%;
    order: 2;
    margin: 0px;
  }
}
.pr-ourclients .pr-head {
  text-align: center;
}
.pr-ourclients__clientlogos {
  padding: 30px 0px 0px 0px;
  background: #fff;
}
.pr-ourclients__clientwrap {
  width: 100%;
  margin: 0 auto;
}
.pr-ourclients__itemwrap {
  display: flex;
  justify-content: center;
  padding: 30px 0px;
  flex-wrap: nowrap;
  position: relative;
}
.pr-ourclients__itemwrap:not(:last-child) {
  border-bottom: 2px dotted #1C2B5F;
}
.pr-ourclients__clientitem {
  width: 20%;
  /* 5 items per row */
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.pr-ourclients__clientitem img {
  width: 80%;
  object-fit: contain;
}
.pr-ourclients__clientitem::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #F51930;
}
.pr-ourclients__clientitem:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .pr-ourclients__clientitem {
    min-height: unset;
    padding: 10px;
  }
  .pr-ourclients__clientitem img {
    width: 100%;
  }
  .pr-ourclients__clientlogos {
    padding: 0;
  }
  .pr-ourclients__itemwrap {
    padding: 15px 0px;
  }
}
.pr-cert__box {
  display: flex;
  padding: 0px 15px 30px;
  width: 75%;
  margin: 0px auto 30px;
  border-bottom: #1C2B5F dashed 1px;
}
.pr-cert__box:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}
.pr-cert__box--reset {
  margin-bottom: 60px;
  padding-bottom: 0px;
  border: none;
}
.pr-cert__item {
  width: 33.33%;
  border-right: 1px solid #F51930;
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pr-cert__item:first-child {
  border-left: 1px solid #F51930;
}
.pr-cert__item img {
  width: 80%;
}
.pr-cert__headnd {
  font-size: 14px;
  color: #221F7E;
  font-weight: 500;
  min-height: 35px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pr-cert__box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pr-cert__box {
    width: 100%;
    flex-direction: column;
    border-bottom: 0px;
    padding: 0px 15px 0px;
    margin: 0px auto 0px;
  }
  .pr-cert__box--reset {
    margin-bottom: 20px;
  }
  .pr-cert__item {
    width: 100%;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #F51930;
    margin-bottom: 10px;
  }
}
.pr-conctPage .pr-contactus__outer {
  margin: 0px;
  width: 100%;
}

.pr-CsaucesFillings .pr-SFtile__imgwrap {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.pr-CsaucesFillings .pr-SFtile__imgwrap img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.pr-CsaucesFillings .pr-SFtile__imgwrap:hover img {
  transform: scale(1.15);
}
.pr-CsaucesFillings .pr-SFtile--v2 .pr-SFtile__imgwrap {
  width: 48.5%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pr-CsaucesFillings .pr-SFtile__wrap--v2 .pr-SFtile__body {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-CsaucesFillings .pr-SFtile__wrap--v2 .pr-SFtile__body {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .pr-CsaucesFillings .pr-SFtile__wrap--v2 .pr-SFtile__imgwrap {
    width: 100%;
  }
}