@charset "utf-8";
:root {
  --bg-color: #02baf2;
  --bg-color2: #e3d7f2;
  --secondary-color: #fdd00a;
  --button-color: #fce4ec;
  --hover-color: #e3e3e3;
  --text-color: #00347b;
  --white-color: #ffffff;
  --card-btn: rgb(0, 105, 161);
  --muted: #00347bc2;
  --dropdoen-hover: #fef2bc;
}
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,
kb d,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
textarea,
select,
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 {
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  outline: 0;
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  width: 8px;
  background: var(--secondary-color);
}
body::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border: 1px solid #fff;
}
::-moz-selection {
  color: #fff;
  background: var(--secondary-color);
}
::selection {
  color: #fff;
  background: var(--secondary-color);
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.form-control::placeholder {
  color: #888;
  opacity: 1 !important;
  font-size: 15px;
}
::-webkit-input-placeholder {
  color: #888;
  opacity: 1 !important;
  font-size: 15px;
}
:-moz-placeholder {
  color: #888;
  opacity: 1 !important;
  font-size: 15px;
}
::-moz-placeholder {
  color: #888;
  opacity: 1 !important;
  font-size: 15px;
}
:-ms-input-placeholder {
  color: #888;
  opacity: 1 !important;
  font-size: 15px;
}
:focus {
  outline: none !important;
  box-shadow: none !important;
}
a,
a:hover {
  text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5500s ease-in-out 0s;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  cursor: pointer !important;
  color: var(--text-color) !important;
}
select::-ms-expand {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="date"],
textarea,
select {
  outline: none;
  box-shadow: none;
  font-size: 14px !important;
  background-color: #fff0;
  color: var(--text-color);
  border: 1px solid #e5e5e5;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--secondary-color);
}
textarea {
  resize: none;
  line-height: 26px !important;
}
.form-floating > textarea.form-control {
  min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
  font-size: 15px;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
b,
strong {
  font-weight: 600;
}
.form-check-input:checked {
  color: #fff;
  border-color: #fff0;
  background-color: var(--secondary-color);
}
.form-check-input:focus {
  border-color: rgb(225 116 0 / 0.3);
  outline: 0;
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.2rem rgb(225 116 0 / 0.3);
}
.nothing_display {
  width: 100%;
  padding: 100px 0;
  margin: 0 0 20px 0;
  background: #fff;
  float: left;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: var(--secondary-color);
}
.topsocial a {
  font-size: 15px;
  display: inline-block;
  color: var(--secondary-color);
  text-align: center;
  padding: 5px 8px;
}
.topsocial a.fb:hover {
  color: var(--secondary-color);
}
.topsocial a.tw:hover {
  color: #55acee;
}
.topsocial a.im:hover {
  position: relative;
  color: var(--secondary-color);
}
.topsocial a.in:hover {
  color: var(--secondary-color);
}
.topsocial a.yt:hover {
  color: var(--secondary-color);
}
.topsocial a.gl:hover {
  color: var(--secondary-color);
}
.top {
  width: 100%;
  padding: 0 0;
  background: #fff;
}
.top_ph {
  float: right;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 0 0;
}
.top_ph a {
  float: left;
  color: var(--secondary-color);
  text-align: center;
  text-decoration: none;
}
.top_ph a i {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--secondary-color);
  padding: 5px;
  text-align: center;
  font-size: 15px;
}
.top_ph:hover a i {
  -webkit-transform: scale(1.1) rotate(12deg);
  transform: scale(1.1) rotate(12deg);
}
.top_ph img {
  width: 160px;
  float: left;
}
.wa_icon {
  width: 40px;
  height: 40px;
  position: fixed;
  display: block;
  z-index: 10;
  padding: 0;
  background: #26af36;
  border-radius: 50%;
  right: 5px;
  top: 30%;
}
.wa_icon i {
  color: #fff;
  font-size: 30px;
  padding: 4px 7px;
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.btn_style {
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  transition: color ease 0.3s;
  text-decoration: none !important;
  cursor: pointer;
}
.btn_style:hover {
  color: #000 !important;
  background: var(--hover-color);
}
.btn-effect {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  background: var(--button-color);
}
.btn-effect span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: var(--hover-color);
  transition:
    width 0.4s ease-in-out,
    height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-effect:hover span {
  width: 225%;
  height: 262.5px;
}
.btn-effect:active {
  background-color: #fff;
}
.banner {
  width: 100%;
}
.banner_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_text span {
  width: fit-content;
  display: block;
  color: #fff;
  background-color: RGB(0 0 0 / 0.5);
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 RGB(0 0 0 / 0.13);
  padding: 30px;
}
.banner_text span h1 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  padding: 0 0 20px 0;
  line-height: 30px;
  font-weight: 700;
  text-shadow: 2px 2px 2px #000;
  text-align: center;
}
.banner_text span h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-shadow: 2px 2px 2px #000;
  color: #fff !important;
  text-align: center;
}
.carousel,
.carousel-inner,
.carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
  float: left;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.carousel-control-next,
.carousel-control-prev {
  width: 5% !important;
}
.carousel-indicators li {
  cursor: pointer;
}
.welcome {
  width: 100%;
  display: flex;
  background: #fff;
  padding: 70px 0;
}
.welcome h1,
.welcome h2 {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  margin: 0 0 20px 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--hover-color) !important;
}
.welcome h2 span {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  color: var(--text-color);
}
.welcome_para {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 30px;
  text-align: justify;
}
.welcome_para p {
  margin: 0 0 20px 0;
}
.welcome input,
.welcome select,
.welcome textarea {
  background-color: #fff !important;
  border: none !important;
  -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 0.07) !important;
  -moz-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 0.07) !important;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 0.07) !important;
}
.welcome textarea {
  min-height: 112px !important;
}
.products {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 30px 0;
  background: #f8f4f3;
}
.products_subtitle {
  color: #666;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 4px;
  margin-bottom: 15px;
  position: relative;
}
.products h1 {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  margin: 0 0 15px 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--text-color);
  text-align: center;
  color: var(--secondary-color);
  padding: 5px;
}
.card_wrapper {
  background: linear-gradient(
    to bottom,
    #003973 10%,
    #008cffe6 60%,
    #002854 90%
  );
  border-radius: 10px;
  height: 100%;
}
.products_img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.products_img:before {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 500ms ease;
  transform: translate3d(0, -100%, 0);
  z-index: 1;
}
.products_box:hover .products_img:before {
  transform: translate3d(0, 0, 0);
}
.products_img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.products_box:hover .products_img img {
  transform: scale(1.05);
}
.products_content {
  width: 92%;
  float: left;
  height: 100px;
  position: relative;
  margin: -40px 4% 20px 4%;
  background: #fff;
  z-index: 9;
  -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 0.07);
  -moz-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 0.07);
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 0.07);
}
.products_title {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-size: 18px !important;
  font-weight: 700;
  text-align: center;
  color: var(--text-color) !important;
  letter-spacing: 0.5px;
}
.products_content p {
  font-size: 15px;
  width: 100%;
  float: left;
  padding-bottom: 8px;
  margin: 0 !important;
  text-shadow: 6px 1px 7px #000;
  font-weight: 500;
}
.products_text {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: var(--text-color);
}
.gallery {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 50px 0;
  background: #fafafa;
}
.gallery_subtitle {
  color: #666;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 4px;
  margin-bottom: 15px;
  position: relative;
}
.gallery h1 {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  margin: 0 0 25px 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--secondary-color) !important;
  text-align: center;
}
.gallery_box {
  position: relative;
  display: block;
}
.gallery_img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.gallery_img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgb(0 66 243 / 34%);
  transition: all 500ms ease;
  transform: translate3d(0, -100%, 0);
  z-index: 1;
}
.gallery_box:hover .gallery_img:before {
  transform: translate3d(0, 0, 0);
}
.gallery_img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gallery_box:hover .gallery_img img {
  transform: scale(1.05);
}
.gallery .swiper1 {
  padding-top: 50px;
}
.swiper1-button-prev,
.swiper1-button-next {
  position: absolute;
  top: 0px !important;
  right: 0 !important;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-top: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.gallery .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: auto !important;
  right: 40px !important;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next,
.swiper-button-prev {
  top: 5% !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
  background: #fff0;
  color: #000;
  border: 1px solid #000;
  font-weight: 600;
  padding: 8px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(
    to bottom,
    #003973 10%,
    #008cffe6 60%,
    #002854 90%
  );
  border-radius: 0.5rem;
}
.swiper-pagination {
  position: relative !important;
  margin: 20px 0 10px 0;
}
.location {
  width: 100%;
  background: #fff;
  padding-top: 20px;
}
.footer {
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  width: 100%;
  position: relative;
  padding: 138px 0 90px 0;
}
.footer:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background: #1e3988c9;
  content: "";
  opacity: 0.7;
  background-size: cover;
  background-position: center center;
}
.footer h1 {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 15px 0;
}
.footer h2 {
  width: 100%;
  float: left;
  color: #ffffff !important;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.footer .input-group input {
  padding: 14px;
  border-radius: 30px !important;
  border: 1px solid #999 !important;
  color: #fff;
}
.footer .input-group button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50% !important;
  background: #999;
  color: #fff;
  border: none;
  z-index: 9;
}
.footer .input-group button:hover {
  background: var(--secondary-color);
}
.footer_mapicon {
  float: left;
  margin: 4px 8px 0 0;
  line-height: 20px;
}
.footer_mapicon::before {
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: "\f3c5";
  color: #fff;
  font-size: 15px;
}
.footer_phicon {
  float: left;
  margin: 8px 8px 0 0;
  line-height: 20px;
}
.footer_phicon_2 {
  float: left;
  margin: 8px 8px 0 0;
  line-height: 20px;
}
.footer_phicon::before {
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: "\f095";
  color: #fff;
  font-size: 15px;
}
.footer_phicon_2::before {
  font: var(--fa-font-brands);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: "\f232";
  color: #fff;
  font-size: 17px;
}
.footer_faxicon {
  float: left;
  margin: 8px 8px 0 0;
  line-height: 20px;
}
.footer_faxicon::before {
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: "\f1ac";
  color: #fff;
  font-size: 15px;
}
.footer_mailicon {
  float: left;
  margin: 8px 8px 0 0;
  line-height: 20px;
}
.footer_mailicon::before {
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: "\f0e0";
  color: #fff;
  font-size: 15px;
}
.address {
  width: 100%;
  float: left;
  color: #fff;
  letter-spacing: 0.5px;
}
.address_box {
  width: auto;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #efefef;
  margin: 0 0 2px 25px;
}
.address a {
  line-height: 33px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.address a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}
.address i {
  margin: 0 3px 0 0;
  font-size: 13px;
}
.footer ul {
  list-style: none;
}
.footer ul li a {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 14px;
  padding: 0 0 7px 0;
  letter-spacing: 0.5px;
}
.footer ul li a:hover {
  color: var(--secondary-color);
}
.footer ul li .active {
  color: var(--secondary-color);
}
.footersocial a {
  width: 35px;
  height: 35px;
  font-size: 16px;
  padding: 10px 0;
}
.social_media a {
  display: inline-block;
  background: #dbdbdb;
  color: #fff;
  line-height: 1;
  margin-right: 4px;
  text-align: center;
  border-radius: 10px;
}
.social_media a.fb {
  color: #38548f;
}
.social_media a.fb:hover {
  color: #fff;
  background: #38548f;
}
.social_media a.tw {
  color: #55acee;
}
.social_media a.tw:hover {
  color: #fff;
  background: #55acee;
}
.social_media a.im {
  color: #fb3958;
}
.social_media a.im:hover {
  color: #fff;
  background: -webkit-linear-gradient(
    bottom left,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.social_media a.yt {
  color: #e52d27;
}
.social_media a.yt:hover {
  color: #fff;
  background: #e52d27;
}
.social_media a.in {
  color: #0976b4;
}
.social_media a.in:hover {
  color: #fff;
  background: #0976b4;
}
.social_media a.wa {
  color: #34af23;
}
.social_media a.wa:hover {
  color: #fff;
  background: #34af23;
}
.social_media a.gl {
  color: #ea4335;
}
.social_media a.gl:hover {
  color: #fff;
  background: #ea4335;
}
.social_media a:focus {
  color: #fff;
}
.copyright {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  padding: 10px 0;
  margin: 0;
  -webkit-box-shadow: 0 5px 5px 5px rgb(0 0 0 / 0.1);
  -moz-box-shadow: 0 5px 5px 5px rgb(0 0 0 / 0.1);
  box-shadow: 0 5px 5px 5px rgb(0 0 0 / 0.1);
}
.copyright h2 {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #262120 !important;
  font-weight: 400;
  line-height: 24px;
}
.copyright h2 a {
  color: var(--text-color);
}
.copyright h2 a:hover {
  color: var(--secondary-color);
}
.modal-header {
  background: #02baf2;
  padding: 4px 20px 8px 20px;
  text-align: center;
  border-radius: 25px 25px 0 0;
  position: relative;
  border-bottom: none;
}
.modal-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  display: block;
}
.modal-title {
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  color: #fff !important;
  padding: 0 15px;
}
.modal-header .close {
  padding: 0;
  font-size: 18px;
  color: red;
  background: none;
  border: none;
}
.modal-content {
  background: none;
  border: none;
}
.modal-open .modal {
  padding: 0 !important;
}
.modal-body {
  background: linear-gradient(180deg, #02baf2, #004990);
  border-radius: 0 0 25px 25px;
  padding: 10px;
}
.prod_detail_title h4 {
  font-size: 1.75rem;
  color: var(--text-color);
}
.packing_sol_para p {
  font-size: 1.75rem;
  color: var(--text-color);
}
.wel_btn {
  text-align: center;
}
#scroll {
  position: fixed;
  right: 5px;
  bottom: 40px;
  cursor: pointer;
  width: 30px;
  height: 50px;
  background-color: #002861be;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 20px;
  z-index: 999;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid #fff0;
  border-bottom-color: #fff;
}
#scroll:hover {
  background-color: var(--secondary-color);
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.search-wrapper.active .suggestions-box {
  transition: opacity 90ms ease-in-out;
}
.suggestions-box {
  position: absolute;
  background: aliceblue;
  border: 1px solid #000d29;
  width: 293px;
  z-index: 9999;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  right: 0;
  border-radius: 15px;
  padding: 4px 0;
  top: 39px;
}
.suggestion-item {
  padding: 4px 8px 2px 8px;
  cursor: pointer;
  color: var(--text-color);
  font-size: 14px;
}
.suggestion-item:hover {
  background: var(--dropdoen-hover);
}
.search_modal_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.4);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.modal_wraper {
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 0.3);
  text-align: center;
  max-width: 320px;
  width: 90%;
}
.modal_ok_btn {
  padding: 8px 18px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 200px) and (max-width: 991px) {
  .welcome h1 {
    text-align: center;
  }
  .welcome h2 {
    margin: 40px 0 20px 0;
  }
  .welcome p {
    text-align: justify;
  }
  .wel_btn {
    text-align: center;
  }
  .footer {
    padding: 30px 0 40px 0;
  }
  /*.footer h3 {
    margin: 40px 0 20px 0;
  }*/
  .footersocial {
    text-align: center;
  }
  /*.newsletter_head,
  .footer h2 {
    text-align: center;
  }*/
  .footer .input-group {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .top_ph span {
    display: none;
  }
  .products h4 {
    width: 100%;
  }
  .footer ul li a {
    line-height: 30px;
  }
  .newsletter_head,
  .footer h4 {
    text-align: left;
  }
  .footer .input-group {
    width: 100%;
    margin: 0 auto;
  }
  .footersocial {
    text-align: left;
  }
}
@media (min-width: 200px) and (max-width: 575px) {
  .top_ph {
    padding: 0 5px;
  }
  .banner_text span {
    width: 80%;
    left: 10%;
    right: 10%;
    bottom: 20%;
    line-height: 25px;
  }
  .banner_text span h1 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 0 0 10px 0;
  }
  .banner_text span h2 {
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
  .welcome h1,
  .products h1,
  .gallery h1 {
    font-size: 25px;
  }
  .products_content {
    min-height: auto;
  }
  .footer {
    padding: 20px 0 40px 0;
  }
}
.list-group-item {
  border: none;
}
.list-group-numbered > .list-group-item::before {
  font-size: 18px;
  color: #1c1c1c !important;
  font-weight: 600;
}
.main-point {
  font-size: 18px;
  color: #1c1c1c !important;
  font-weight: 600;
  line-height: 30px;
}
.sub-point {
  font-size: 16px;
  color: #1c1c1c !important;
  font-weight: 600;
  line-height: 30px;
}
.header-top-section.style-2 {
  background-image: radial-gradient(circle, #00155a 0%, #0078ad 100%);
}
.header-top-section .container-fluid {
  padding: 0 18px;
}
.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
}
.header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style-type: none;
  width: 100%;
}
.header-top-wrapper .contact-list li {
  color: #000;
  font-size: 15px;
}
.header-top-wrapper .contact-list li i {
  color: var(--white-color);
  margin-right: 10px;
}
.header-top-wrapper .contact-list li:not(:last-child) {
  padding-right: 20px;
}
.header-top-wrapper .contact-list li a {
  color: var(--white-color);
}
.section-services {
  padding: 80px 0 0 0;
}
.dl-services {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f5f5f5;
  padding: 40px 30px;
  border-radius: 20px;
  height: 100%;
  position: relative;
}
.dl-services:hover .services-ico svg,
.dl-services:hover .services-ico img {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}
.dl-services .services-ico {
  margin-bottom: 0;
  position: absolute;
  top: -25px;
}
.dl-services .services-ico svg,
.dl-services .services-ico img {
  height: 45px;
  width: 45px;
}
.dl-services .services-ico svg path,
.dl-services .services-ico img path {
  stroke: var(--hover-color);
  fill: var(--hover-color);
}
.dl-services .services-contact h5 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #000;
  line-height: 1.2;
}
.dl-services .services-contact p {
  text-align: justify;
  color: #585858;
}
@-webkit-keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .dl-services .services-contact h5 {
    font-size: 18px;
  }
  .dl-services .services-contact ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .dl-services {
    padding: 20px;
  }
}
.products {
  background: #fff;
  padding: 40px 0 40px 0;
}
.products .news-wrapper {
  padding: 15px;
  height: 100%;
  border-radius: 0;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 35px;
}
.product-sec {
  margin-bottom: 0;
}
.product-sec .news-wrapper .news-description {
  padding: 20px 0;
  padding-bottom: 0;
}
.products .news-wrapper .news-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.products .news-wrapper .news-description .the-title a {
  font-size: 20px;
  color: #000;
  line-height: 1.1;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.products .news-wrapper .news-description .the-content {
  margin-bottom: 10px;
  text-align: justify;
  display: block;
  min-height: 1px;
  color: #585858;
  font-size: 17px;
}
.news-wrapper .news-thumb:after {
  position: absolute;
  background: linear-gradient(-60deg, #26212073, var(--secondary-color) 69);
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0.15;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.news-wrapper .news-thumb img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.news-wrapper .news-description .news-bottom-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.news-wrapper:hover .news-thumb img {
  transform: scale(1.1);
}
.news-wrapper:hover .news-thumb:after {
  opacity: 0.8;
}
.about-section {
  padding: 80px 0 0 0;
}
.about-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .about-wrapper {
    margin-bottom: 0;
  }
  .suggestions-box {
    width: 293px;
  }
}
.about-wrapper .about-image {
  position: relative;
  max-width: 450px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image {
    max-width: initial;
  }
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-image .about-image-2 {
  position: absolute;
  right: -170px;
  bottom: -40px;
  max-width: 260px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .about-image-2 {
    right: initial;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .about-image-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-image .about-image-2 {
    max-width: 190px;
  }
}
.about-wrapper .about-content {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content {
    margin-top: 0;
  }
}
.about-wrapper .about-content .text {
  margin-top: 0;
  margin-left: 90px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .text {
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .order-my-2 {
    order: 2;
  }
  .order-my-1 {
    order: 1;
  }
  .about-section {
    padding: 50px 0 0 0;
  }
}
.about-wrapper .about-content .text .theme-btn::before {
  background-color: #000;
}
.section-title {
  font-size: 2.25rem !important;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}
.about-content .text p {
  font-size: 17px;
  color: #585858;
  line-height: 30px;
}
.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--button-color);
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 12px 16px;
  border-radius: 0;
}
.theme-btn:hover {
  background: #262120;
  color: #fff !important;
}
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.fix {
  overflow: hidden;
}
.cta-cosmetics-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #1e3988c9;
  opacity: 0.7;
}
.cosmetics-wrap {
  padding: 70px 20px;
  position: relative;
}
.cosmetics-wrap h2 {
  position: relative;
}
.cta-cosmetics-section ul {
  columns: 6;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 20px 0;
  margin: 0;
}
.cta-cosmetics-section ul li p {
  color: #fff;
  padding: 18px 0 0 0;
  font-size: 20px;
  font-weight: 500;
}
.cta-cosmetics-section ul li {
  padding: 15px;
  text-align: center;
  flex: 1 1 30%;
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cta-cosmetics-section ul li svg {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px;
}
.cta-cosmetics-section ul li svg path,
.cta-cosmetics-section ul li img path {
  stroke: #fff;
  fill: #fff;
}
.testimonial_overlay {
  position: relative;
  background-position: center;
}
.testimonial_overlay::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #1e3988c9;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .cta-cosmetics-section ul li {
    flex: 1 1 48%;
  }
}
@media (max-width: 600px) {
  .cta-cosmetics-section ul li {
    flex: 1 1 100%;
  }
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-pos-cb {
  background-position: center bottom;
}
.bg-cover {
  background-size: cover;
}
.service-title-section {
  padding: 20px 0;
  overflow-x: hidden;
}
.feature-block-three {
  height: 100%;
}
.feature-block {
  padding-bottom: 25px;
}
.service-title-section .section-title p {
  font-size: 17px;
}
.feature-block-three .inner-box {
  overflow: hidden;
  background: var(--secondary-color);
  height: 100%;
  padding: 20px;
  border-radius: 10px;
}
.b_shadow_6 {
  box-shadow: 0 0 40px rgb(0 0 0 / 0.1);
}
.b_radius_10 {
  border-radius: 10px;
}
.feature-block-three .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.feature-block-three .inner-box:before {
  background: var(--secondary-color);
}
.feature-block-three .inner-box .icon-box {
  border-radius: 10px;
  z-index: 3;
  padding: 0;
}
.feature-block-three .inner-box .icon-box img {
  border-radius: 10px;
}
.feature-block-three .inner-box:hover:before {
  height: 100%;
  top: 0;
}
.feature-block-three .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.feature-block-three .inner-box:before {
  background: var(--bg-color2);
}
.feature-block-three:hover h4 {
  color: #fff !important;
  position: relative;
  z-index: 5;
}
.feature-block-three:hover p {
  color: #fff !important;
  position: relative;
  z-index: 5;
}
.fs_45 {
  font-size: 45px;
}
.w_80 {
  width: 100px;
}
.h_80 {
  height: 100px;
}
.lh_85 {
  line-height: 105px;
}
.mb_20 {
  margin-bottom: 15px;
}
.b_radius_50 {
  border-radius: 50%;
}
.feature-block-three .inner-box:hover:before {
  height: 100%;
  top: 0;
}
.p_relative {
  position: relative;
}
.card_title {
  font-size: 20px;
  line-height: 30px;
  color: var(--text-color) 333;
  padding: 8px 0 0;
}
.feature-block-three p {
  font-size: 16px;
  color: #585858;
}
.feature-block-three h6 {
  font-size: 16px;
  color: #000;
  z-index: 5;
  position: relative;
}
.feature-block-three:hover h6 {
  color: #fff !important;
}
.testimonial-sec {
  padding: 138px;
}
.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
  top: 40% !important;
}
.testimonial .swiper-button-prev,
.testimonial .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.testimonial .swiper-button-next,
.testimonial .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.testimonial .swiper-slide {
  padding: 0 50px;
}
.faq-section {
  background: #f5f5f5;
  padding: 80px 0;
}
.faq-section h2 {
  font-size: 35px;
}
.faq-item .faq-content .accordion-item {
  border: 0;
  background-color: #fff;
  box-shadow: var(--box-shadow);
}
.faq-item .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  color: var(--text-color);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  border: none;
}
.faq-item
  .faq-content
  .accordion-item
  .accordion-header
  .accordion-button::after {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  background: #fff0;
  font-weight: 900;
  transition: all 0.3s ease-in-out !important;
  color: var(--text-color);
}
.faq-item
  .faq-content
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  content: "\f103";
  font-family: "Font Awesome 6 Free";
  background: #fff0;
  font-weight: 900;
  color: var(--text-color);
  transform: rotate(0);
}
.faq-item
  .faq-content
  .accordion-item
  .accordion-header
  .accordion-button.collapsed {
  background-color: #fff0;
  padding: 20px 20px;
  color: var(--text-color);
}
.faq-item .faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 50px;
  padding-left: 20px;
  padding-top: 0;
  color: var(--muted);
  background-color: #fff;
  padding-bottom: 20px;
  font-weight: 500;
  text-align: justify;
}
@media (max-width: 1399px) {
  .faq-item .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
@media (min-width: 768.1px) and (max-width: 991.9px) {
  .row_style {
    gap: 16px;
    overflow-y: hidden;
  }
}
@media (max-width: 991px) {
  .faq-item .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 416px) {
  .header-top-wrapper .contact-list li {
    color: #000;
    font-size: 12px;
  }
}
@media (max-width: 371px) {
  .header-top-wrapper .contact-list li {
    color: #000;
    font-size: 13px;
  }
  .header-top-wrapper .contact-list li:not(:last-child) {
    padding-right: 5px;
  }
  .header-top-wrapper .contact-list {
    gap: 2px;
  }
  .header-top-section .container-fluid {
    padding: 0 2px;
  }
}
@media (max-width: 399px) {
  .gallery .swiper-button-next,
  .gallery .swiper-button-prev {
    top: 7% !important;
  }
}
.logs {
  padding-left: 5px;
  width: 200px;
}
.fixed-top .logs {
  top: 2px;
  width: 130px;
}
.iso-img {
  width: 160px;
}
@media (min-width: 1500px) and (max-width: 2600px) {
  .logs {
    padding-left: 5px;
    width: 172px !important;
  }
  .iso-img {
    width: 172px;
  }
  .header-sticky {
    padding: 32px !important;
  }
}
@media (min-width: 1363px) and (max-width: 1410px) {
  .logs {
    padding-left: 5px;
    width: 200px;
  }
  .fixed-top .logs {
    padding-left: 5px;
    width: 130px;
  }
  .iso-img {
    width: 130px;
  }
}
@media (min-width: 1322px) and (max-width: 1362px) {
  .logs {
    padding-left: 5px;
    width: 190px;
  }
  .iso-img {
    width: 120px;
  }
}
@media (min-width: 1249px) and (max-width: 1321px) {
  .logs {
    padding-left: 5px;
    width: 170px;
  }
  .iso-img {
    width: 100px;
  }
}
@media (min-width: 1199px) and (max-width: 1249px) {
  .logo {
    margin-right: 0;
  }
  .logs {
    width: 120px !important;
  }
  .iso-img {
    width: 100px;
  }
}
@media (max-width: 462px) {
  .logo {
    margin-right: 0;
  }
  .logs {
    width: 120px !important;
    padding-bottom: 12px !important;
  }
  .iso-img {
    width: 120px !important;
  }
}
@media (max-width: 362px) {
  .logo {
    margin-right: 0;
  }
  .logs {
    width: 120px !important;
    padding-bottom: 12px !important;
  }
  .iso-img {
    width: 90px !important;
  }
}
.banner-area img {
  width: 100%;
}
.contct-form1 {
  background: var(--secondary-color);
  padding: 30px;
  border-radius: 30px;
}
.contact-right .contact-item {
  margin-bottom: 20px;
  display: flex;
  gap: 14px;
}
.contact-right .contact-item .icon {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  background: var(--muted);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .contact-right .contact-item .icon {
    font-size: 15px;
  }
  .contact-right .contact-item .content h6 {
    font-size: 16px !important;
    font-weight: 500;
  }
}
.contact-right .contact-item .content {
  margin-bottom: 0;
}
.contact-right .contact-item .content h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 52, 123, var(--tw-text-opacity));
}
.contact-right .contact-item .content h6 a {
  color: var(--header);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 52, 123, var(--tw-text-opacity));
}
.contact-right .contact-item .content h6 a.style-2 {
  color: var(--text);
  font-weight: 400;
}
.contact-office {
  /* background:; */
  padding: 50px 0;
}
.contact-right-head {
  width: 300px;
  flex: 0 0 auto;
}
@media (max-width: 426px) {
  .contact-right-head {
    width: 100%;
  }
}
.contact-office .contact-right {
  background-color: #f4f6f5;
  padding: 20px;
  border-radius: 30px;
}
.product-box-item {
  padding: 15px;
  text-align: center;
  border-left: 1px none;
  margin-bottom: 15px;
}
.product-content .icons {
  padding-bottom: 8px;
}
.product-content .icons i {
  font-size: 25px;
  color: var(--secondary-color);
}
.product-box-item .product-content h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.product-box-item .product-content p {
  margin-bottom: 10px;
}
.product-box-item .product-content p a {
  color: #000;
}
.product-box-item.style-2 {
  border-left: 1px solid #99a5b1;
  border-right: 1px solid #99a5b1;
}
@media (max-width: 1199px) {
  .product-box-item.style-2 {
    border-left: 1px solid #99a5b1;
    border-right: 0 solid #99a5b1;
  }
  .product-box-item.style-3 {
    border-left: 1px solid #99a5b1;
    border-right: 0 solid #99a5b1;
  }
  .product-box-item.style-2.style-1 {
    border-left: 0 solid #99a5b1;
    border-right: 0 solid #99a5b1;
  }
}
@media (max-width: 767px) {
  .product-box-item.style-2 {
    border-left: 0 solid #99a5b1;
    border-right: 0 solid #99a5b1;
  }
  .product-box-item.style-3 {
    border-left: 0 solid #99a5b1;
    border-right: 0 solid #99a5b1;
  }
  .product-box-item.style-2.style-1 {
    border-left: 0 solid #99a5b1;
    border-right: 0 solid #99a5b1;
  }
  .product-box-item {
    border-bottom: 1px solid #99a5b1;
  }
}
.gallery {
  padding: 30px 0;
}
.gallery .gallery-titile a {
  color: #000;
  font-size: 22px;
}
.hover-scale-in-3 {
  transform: scale(3);
  opacity: 0;
}
.hover:hover .hover-scale-in-3 {
  transform: scale(1);
  opacity: 1;
}
.hover:hover .hover-scale-1-2 {
  transform: scale(1.2);
}
.fs-36 {
  font-size: 36px;
}
.rounded-20px {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.relative,
.position-relative {
  position: relative;
  z-index: 1;
}
.abs-middle {
  top: 50%;
  transform: translateY(-50%);
}
.abs,
.absolute {
  position: absolute;
  z-index: 1;
}
.hover,
.hover * {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
@keyframes scaleOutFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1, 1);
    transform: scale(1, 1, 1);
  }
}
.scaleOut {
  -webkit-animation-name: scaleOutFade;
  animation-name: scaleOutFade;
}
.shop-product-section {
  padding: 50px 0;
}
.shop-product-item {
  padding: 60px 25px 60px 25px;
  background: linear-gradient(
    to bottom,
    #003973 10%,
    #008cffe6 60%,
    #002854 90%
  );
  text-align: center;
  height: 100%;
  border-radius: 25px;
}
.shop-product-item .product-image {
  margin-bottom: 20px;
}
.shop-product-item .product-image img {
  max-width: 100%;
  width: 50px;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.shop-product-item .product-image .shop-icon {
  gap: 8px;
  position: absolute;
  top: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.shop-product-item .product-image .shop-icon li {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  background-color: var(--white);
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}
.shop-product-item .product-image .shop-icon li:hover {
  background-color: var(--theme);
}
.shop-product-item .product-image .shop-icon li:hover i {
  color: var(--white);
}
.shop-product-item .content h3 {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 18px;
}
.shop-product-item .content h3 a:hover {
  color: var(--secondary-color);
}
.shop-product-item .content p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.shop-product-item:hover .product-image img {
  transform: scale(1.1);
}
.shop-product-item:hover .product-image .shop-icon li {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.content .link-btns {
  color: var(--white-color);
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
.content .link-btns:hover {
  color: var(--secondary-color);
  border-bottom: 1px solid #fdd00a;
}
.content h3 a {
  color: var(--white-color);
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
}
.services-section-four {
  padding: 50px 0 20px;
  position: relative;
}
.service-block-four .inner-box {
  background-color: #fff;
  border: 1px solid rgb(96 94 94 / 0.1215686275);
  border-radius: 5px;
  -webkit-box-shadow: 0 20px 20px 0 rgb(0 0 0 / 0.03);
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / 0.03);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
.service-block-four .inner-box:hover:before {
  height: 100%;
}
.service-block-four .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
.service-block-four .inner-box:hover .image-box:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.service-block-four .inner-box:hover .image-box:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.service-block-four .inner-box:hover .icon {
  color: #fff;
}
.service-block-four .inner-box:hover .icon:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.service-block-four .inner-box .image-box {
  position: relative;
  overflow: hidden;
  padding: 2px;
}
.service-block-four .inner-box .image-box:before {
  bottom: 0;
  content: "";
  background-color: rgb(224 0 14 / 0.4);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.service-block-four .inner-box .image-box:after {
  background: var(--secondary-color);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.service-block-four .inner-box .image-box .image {
  margin-bottom: 0;
  text-align: center;
}
.service-block-four .inner-box .image-box .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
}
.service-block-four .inner-box .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--secondary-color);
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 60px 0 rgb(0 0 0 / 0.07);
  box-shadow: 0 10px 60px 0 rgb(0 0 0 / 0.07);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -20px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 50px;
  height: 50px;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .inner-box .icon:after {
  background: var(--secondary-color);
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.service-block-four .inner-box .title {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .inner-box .caption-box {
  padding: 38px 10px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .inner-box .caption-box .title {
  font-weight: 600;
  line-height: 32px;
  font-size: 16px;
  color: #3f3f3f;
}
.gallery-view-all {
  float: right;
  background: var(--secondary-color);
  border-color: #ec4652;
}
.gallery-view-all:hover {
  background: #eb3442;
  border-color: #ec4652;
}
.prject-pagei-sec nav {
  float: left;
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #ff0347;
  border-color: #fd0048;
}
@media only screen and (max-width: 500px) {
  .gallery-view-all {
    float: none;
    margin-top: 10px;
  }
  .prject-pagei-sec {
    text-align: center;
  }
  .prject-pagei-sec nav {
    float: none;
  }
}
@media only screen and (max-width: 1200px) {
  .wa_icon {
    width: 40px;
    height: 40px;
    position: fixed;
    display: block;
    z-index: 10;
    padding: 0;
    background: #26af36;
    border-radius: 50%;
    right: auto;
    bottom: 20px;
    left: 5px;
    top: auto;
  }
}
@media only screen and (max-width: 517px) {
  .header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 0;
    list-style-type: none;
  }
  .header-top-wrapper .contact-list li i {
    color: var(--secondary-color);
    margin-right: 5px;
  }
  .header-top-wrapper .contact-list li {
    color: #000;
    font-size: 12px;
  }
  .welcome {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 402px) {
  .header-top-wrapper .contact-list li {
    color: #000;
    font-size: 11px;
  }
  .header-top-wrapper .contact-list li i {
    color: var(--secondary-color);
    margin-right: 0;
  }
  .header-top-section .container-fluid {
    padding: 0 2px !important;
  }
}
.text-black {
  color: var(--text-color);
}
.bg-yell {
  background-image: linear-gradient(180deg, #02baf2, #004990);
}
.top_nav {
  width: 100%;
  display: flex;
}
@media (min-width: 1200px) {
  #mobileMenu.navbar-collapse {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  #desktopMenu.navbar-collapse {
    display: none !important;
  }
}
.logo_nav {
  position: relative;
  transition: all 0.3s ease;
  width: 18%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.logo_desk {
  position: absolute;
  top: -54px;
  bottom: 0;
  width: 59%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-top {
  padding: 24px 0;
}
.fixed-top .logo_nav {
  position: static !important;
  bottom: 0 !important;
}
.search-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
.search-icon {
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  transition: color 0.3s;
}
.search-icon:active,
.search-icon:focus,
.search-icon:visited {
  color: #fff !important;
}
.search-input {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%) scaleX(0);
  transform-origin: right;
  width: 250px;
  padding: 5px 10px !important;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  outline: none;
  opacity: 0;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  margin-right: 5px;
}
.search-input::placeholder {
  color: var(--text-color);
}
.search-wrapper.active .search-input {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
}
.search-icon:hover {
  color: #007bff;
}
.homePageDtBannerContainer {
  position: relative;
}
video {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center center;
}
.homePageDtBannerContainer .header-title-img-wrapper {
  position: absolute;
  top: 25%;
  left: 12%;
  text-align: center !important;
}
@media (min-width: 1023px) {
  .charmin-body .homePageDtBannerContainer .tearIntoSoft {
    width: 238px;
    height: 42px;
    margin-top: -6px;
  }
}
.homePageDtBannerContainer .tearIntoSoft {
  background-color: #de0d87;
  border-radius: 30px;
  color: #fff;
  width: 238px;
  height: 42px;
  margin-top: -6px;
}
.header-title-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wavy-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.wavy-line {
  display: inline-block;
}
.wavy-line span {
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.blue {
  color: #0b3d91;
}
.wavy-line.blue span {
  color: #0b3d91;
}
.wavy-line span.yellow {
  color: gold;
}
.wavy-line span:nth-child(1) {
  transform: translateY(0);
}
.wavy-line span:nth-child(2) {
  transform: translateY(-2px);
}
.wavy-line span:nth-child(3) {
  transform: translateY(-4px);
}
.wavy-line span:nth-child(4) {
  transform: translateY(-6px);
}
.wavy-line span:nth-child(5) {
  transform: translateY(-8px);
}
.wavy-line span:nth-child(6) {
  transform: translateY(-6px);
}
.wavy-line span:nth-child(7) {
  transform: translateY(-4px);
}
.wavy-line span:nth-child(8) {
  transform: translateY(-2px);
}
.wavy-line span:nth-child(9) {
  transform: translateY(0);
}
.wavy-line span:nth-child(10) {
  transform: translateY(2px);
}
.wavy-line span:nth-child(11) {
  transform: translateY(4px);
}
.wavy-line span:nth-child(12) {
  transform: translateY(6px);
}
.wavy-line span:nth-child(13) {
  transform: translateY(8px);
}
.sub_title {
  --tw-text-opacity: 1;
  color: rgba(0, 52, 123, var(--tw-text-opacity));
  font-size: 1.25rem !important;
}
.sub_title_wrapper {
  gap: 8px;
}
.view_all {
  --tw-text-opacity: 1;
  color: rgba(0, 52, 123, var(--tw-text-opacity));
  font-size: 1.25rem !important;
  text-decoration: underline;
  text-transform: capitalize;
}
.view_all:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 52, 123, var(--tw-text-opacity));
  font-size: 1.25rem !important;
  text-transform: capitalize;
}
.product-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px 0;
}
.product-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 22px rgb(0 0 0 / 0.2);
  text-align: center;
  padding: 20px;
  width: 254px;
  transition: transform 0.3s ease;
  border: 1px solid #c1c1c1bf;
}
.product-card:hover {
  transform: translateY(-5px);
}
.product-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: transform 0.3s ease-in-out;
  display: block;
}
.product-img:hover {
  transform: scale(1.1);
}
.stars {
  color: gold;
  font-size: 24px;
  margin-bottom: 8px;
}
.product-title {
  font-size: 17px;
  font-weight: 700;
  margin: 16px 0;
  --tw-text-opacity: 1;
  color: rgba(0, 73, 144, var(--tw-text-opacity));
}
.card_btn {
  position: relative;
  z-index: 1;
  border: none;
  padding: 8px 32px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  background: var(--card-btn);
  color: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
}
.card_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  padding: 2px;
  background: linear-gradient(90deg, #02baf2, #004990);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.card_btn:hover {
  background: #fff;
  color: var(--card-btn) !important;
}
.card_btn:hover::before {
  opacity: 1;
}
.abt_btn {
  position: relative;
  z-index: 1;
  border: none;
  padding: 14px 24px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  background: var(--card-btn);
  color: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
  text-align: center;
}
.abt_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  padding: 2px;
  background: linear-gradient(90deg, #02baf2, #004990);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.abt_btn:hover {
  background: #fff;
  color: var(--card-btn);
}
.abt_btn:hover::before {
  opacity: 1;
}
.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
  margin-bottom: 10px;
  border: 2px solid #ddd;
  transition: transform 0.2s ease;
  background: linear-gradient(
    to bottom,
    #003973 10%,
    #008cffe6 60%,
    #002854 90%
  );
}
.profile-img:hover {
  transform: scale(1.1);
  border-color: #007bff;
}
.main-img {
  width: auto;
  height: 300px;
  object-fit: contain;
  border-radius: 10px;
  background: linear-gradient(
    to bottom,
    #003973 10%,
    #008cffe6 60%,
    #002854 90%
  );
}
.profile-img.selected {
  border-color: #007bff;
  box-shadow: 0 0 8px rgb(0 123 255 / 0.6);
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgba(0, 52, 123, var(--tw-text-opacity)) !important;
}
.brand_title {
  font-size: 1.75rem;
  font-weight: 700;
}
.text_wrapper_brand {
  gap: 1.5rem;
}
.About_brnd_tit {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
.about_brnd_para {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.bg-truebannerbgOpp {
  background-image: linear-gradient(180deg, #02baf2, #004990);
}
.row_cls {
  padding: 0 !important;
}
.bg-second-column {
  background-size: cover !important;
  min-height: 600px;
  color: #fff;
  display: flex;
  align-items: center;
}
.prem_title {
  font-size: 42px;
  font-weight: 700;
  color: var(--white-color) !important;
}
.prem_para {
  font-size: 0.9rem;
  color: var(--white-color);
  font-weight: 500;
  text-align: center;
}
.testimonial_content p {
  color: var(--white-color) !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
  background: #fff0;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  font-weight: 600;
  padding: 8px;
}
.testimonial .swiper-pagination-bullet-active {
  background: #fff !important;
}
.bg-lightestBlue {
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  padding: 14px 32px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  background: var(--card-btn);
  color: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
}
.bg-lightestBlue::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  padding: 2px;
  background: linear-gradient(90deg, #02baf2, #004990);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.bg-lightestBlue:hover {
  background: #fff;
  color: var(--card-btn);
  border: none;
}
.bg-lightestBlue:hover::before {
  opacity: 1;
}
.banner_wrap {
  width: 100%;
  overflow: hidden;
}
.banner_wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.req_btn_wrap {
  padding-top: 2.5rem !important;
}
.insight-title {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  min-height: 72px;
  --tw-text-opacity: 1;
  color: rgba(0, 73, 144, var(--tw-text-opacity));
}
.insight-img {
  float: right;
  width: 385px;
  height: auto;
  margin-left: 24px;
}
.insight-description {
  text-align: justify;
}
.logo_smal_device {
  display: none;
}
.testimonial_alert {
  color: var(--white-color) !important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  background-color: var(--muted) !important;
}
.insight-description p {
  --tw-text-opacity: 1;
  color: rgba(0, 52, 123, var(--tw-text-opacity)) !important;
}
.modal {
  position: fixed;
  inset: 0;
  display: none;
}
.modal[aria-hidden="false"] {
  display: block;
}
.modal__dialog {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 5vh auto;
  background: linear-gradient(180deg, #02baf2, #004990);
  border-radius: 16px;
  padding: 24px 24px 20px;
  box-shadow: 0 20px 50px rgb(0 0 0 / 0.25);
}
.modal__title {
  margin: 0 0 12px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white-color) !important;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: #fff0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #555;
  transition: color 0.2s ease;
}
.modal__close:hover {
  color: #000;
}
.modal__form {
  display: grid;
  gap: 14px;
}
.grid-2 {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 560px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
.fld {
  display: flex;
  flex-direction: column;
}
.fld__label {
  margin-bottom: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white-color);
}
.fld__control {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #6da6ec;
  border-radius: 10px;
  font-size: 1rem;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.fld__control:focus {
  border-color: #4b9fff;
  box-shadow: 0 0 0 3px rgb(75 159 255 / 0.15);
}
.fld__control::placeholder {
  color: var(--text-color);
}
textarea.fld__control {
  resize: vertical;
}
.g-recaptcha {
  margin-top: 4px;
}
.form__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 6px;
}
.form__error {
  color: #b42318;
  margin: 6px 0 0;
  font-size: 0.95rem;
}
.noscroll {
  overflow: hidden;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  background: var(--card-btn);
  border: 2px solid var(--card-btn);
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]):hover {
  background: var(--white-color);
  color: var(--text-color);
  border: 2px solid var(--card-btn);
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  color: var(--text-color) !important;
}
.swal-title {
  color: var(--text-color) !important;
}
.swal-text {
  color: var(--text-color) !important;
}
.swal-footer {
  text-align: center !important;
}
.swal-button {
  color: var(--white-color) !important;
  background: var(--card-btn) !important;
  border: 2px solid var(--card-btn);
}
.swal-button:hover {
  color: var(--card-btn) !important;
  background: var(--white-color) !important;
  border: 2px solid var(--card-btn);
}
.detail_image {
  width: auto;
  margin: 0 0 9px 0;
  background: linear-gradient(
    to bottom,
    #003973 10%,
    #008cffe6 60%,
    #002854 90%
  );
}
.paper_sol_img {
  width: 430px;
}
@media screen and (max-width: 1199.98px) {
  .logo_smal_device {
    display: flex !important;
  }
  .logs {
    width: 120px !important;
    padding-bottom: 12px !important;
  }
  .fixed-top {
    padding: 12px 0;
  }
}
@media screen and (max-width: 991px) {
  .paper_sol_img {
    width: 100%;
  }
}
@media screen and (max-width: 794px) {
  .header-top-wrapper .contact-list {
    display: none !important;
  }
  .top_nav {
    display: flex;
    justify-content: end;
  }
  .search-input {
    width: 90vw;
  }
  .suggestions-box {
    width: 96vw;
  }
}
@media screen and (max-width: 768px) {
  .logo_smal_device {
    display: flex !important;
  }
  .top_nav {
    display: flex;
    justify-content: end;
  }
  .search-input {
    width: 90vw;
  }
  .sub_title {
    font-size: 0.95rem !important;
    width: 85% !important;
    text-align: justify !important;
    justify-content: center;
    display: flex;
  }
  .view_all {
    font-size: 0.95rem !important;
  }
  .homePageDtBannerContainer .header-title-img-wrapper {
    top: 22% !important;
    left: 12% !important;
  }
  .product-img:hover {
    transform: scale(1);
  }
  .fixed-top {
    padding: 12px 0;
  }
  .service-title-section {
    padding: 10px 0;
  }
  .row_style {
    overflow-y: hidden;
  }
  .insight-img {
    float: none;
    margin: 0 !important;
    width: 100% !important;
  }
  .suggestions-box {
    width: 96vw;
  }
}
@media screen and (max-width: 768.1px) {
  .profile_brand_sec {
    flex-direction: row !important;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .row_style {
    justify-content: center;
    gap: 18px;
    overflow-y: hidden;
  }
  .service-title-section {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .logo_smal_device {
    display: flex !important;
  }
  .premium_wrap {
    padding: 60px;
  }
  .profile_brand_sec {
    flex-direction: row !important;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .product-img:hover {
    transform: scale(1);
  }
  .product-card {
    width: 100% !important;
  }
  .fixed-top {
    padding: 12px 0;
  }
  .service-title-section {
    padding: 10px 0;
  }
  .paper_sol_img {
    width: 100%;
  }
}
@media (max-width: 567px) and (min-width: 320px) {
  .testimonial-sec {
    padding: 20px;
  }
  .prem_para {
    text-align: center !important;
  }
}
@media screen and (max-width: 575px) {
  .logo_smal_device {
    display: flex !important;
  }
  .search-icon {
    padding-right: 8px;
  }
  .search-input {
    width: 85vw;
  }
  .wavy-line span {
    font-size: medium !important;
  }
  .homePageDtBannerContainer .header-title-img-wrapper {
    top: 3%;
    left: 2%;
    gap: 8px;
  }
  .abt_btn {
    padding: 18px 12px;
    font-size: small;
  }
  .header-top-wrapper .contact-list {
    display: none !important;
  }
  .top_nav {
    display: flex;
    justify-content: end;
  }
  .section-title {
    font-size: 2rem !important;
  }
  .sub_title_wrapper {
    gap: 16px;
  }
  .sub_title {
    font-size: 0.85rem !important;
    text-align: justify;
    width: 100% !important;
  }
  .view_all {
    font-size: 0.85rem !important;
  }
  .product-card {
    width: 90%;
  }
  .profile_brand_sec {
    flex-direction: row !important;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .homePageDtBannerContainer .header-title-img-wrapper {
    top: 15% !important;
    left: 3% !important;
  }
  video {
    max-width: 100%;
    height: 30vh;
    object-fit: cover;
  }
  .product-img:hover {
    transform: scale(1);
  }
  .fixed-top {
    padding: 12px 0;
  }
  .service-title-section {
    padding: 0 !important;
  }
  .row_style {
    overflow-y: hidden;
  }
  .suggestions-box {
    width: 96vw;
  }
  .breadcrumb-item {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 364px) {
  .req-btn {
    padding: 14px 32px;
  }
  .service-title-section {
    padding: 0 !important;
  }
  .row_style {
    overflow-y: hidden;
  }
}
.marquee_bg {
  width: 100%;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  align-self: flex-end;
  z-index: 9;
}
@supports (-ms-ime-align: auto) {
  .marquee_bg {
    position: static;
  }
}
.marquee_box {
  width: 100%;
  float: left;
  margin: 0 auto 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  background: #6c0a45;
}
.marquee_box span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 0 2px 100%;
  display: inline-block;
  animation: marquee 10s linear infinite;
}
.marquee_box span div {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0 30px;
  width: auto;
  display: inline-block;
  letter-spacing: 1px;
}
.marquee_box span div a {
  color: #000;
}
.marquee_box span div a:hover,
.marquee_box span div a:focus {
  text-decoration: none;
}
.marquee_box span:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.marquee {
  top: 6em;
  position: relative;
  box-sizing: border-box;
  animation: marqueee 15s linear infinite;
}
.marquee:hover {
  animation-play-state: paused;
}
.page-title.about-page-3 {
  padding-top: 120px;
}
.page-title {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px 0 50px 0;
}
.team-block-mp .inner-box {
  overflow: hidden;
}
.team-block-mp .inner-box .image-box {
  overflow: hidden;
}
.team-block-mp .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.team-block-mp .inner-box .image-box .social-links {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(0, 0);
  text-align: center;
  transition: all 500ms ease;
}
.team-block-mp .inner-box:hover .image-box .social-links {
  transform: translate(-50%, -50%) scale(1, 1);
}
.team-block-mp .inner-box .image-box .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
.team-block-mp .inner-box .image-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #fff0;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #fff0;
  background: -webkit-linear-gradient(45deg, #fff, #fff 100%);
}
.team-block-mp .inner-box .image-box .overlay-pattern-1 {
  width: 200px;
  height: 49px;
  background-repeat: no-repeat;
  top: -30px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}
.team-block-mp .inner-box:hover .image-box .overlay-pattern-1 {
  top: 0;
  opacity: 1;
}
.team-block-mp .inner-box .image-box .overlay-pattern-2 {
  width: 100%;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -30px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}
.team-block-mp .inner-box:hover .image-box .overlay-pattern-2 {
  bottom: 0;
  opacity: 1;
}
.team-block-mp .inner-box .lower-content h4 a {
  color: #141417;
}
.team-block-mp .inner-box .lower-content h4:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 0;
  top: 15px;
  transition: all 500ms ease;
}
.managing-partner {
  background: #fff !important;
  border: none !important;
  margin: 0 !important;
  position: initial !important;
}
.project-block-one .inner-box .content-box {
  width: 100%;
  opacity: 1;
  bottom: -20px;
  visibility: visible;
  transition: all 500ms ease;
}
@media only screen and (max-width: 599px) {
  br {
    display: block !important;
  }
}
.error-section .inner-box .theme-btn {
  background: #6c0a45;
}
@media only screen and (max-width: 767px) {
  .service-five {
    padding: 555px 0 40px 0;
  }
}
.service-block-five .inner-box .icon-box {
  color: #fff;
}
.service-five .pattern-layer {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.service-five .upper-box .text p {
  color: #141417;
}
.service-block-five .inner-box {
  overflow: hidden;
  background: #2692d0;
  min-height: 200px;
  margin-bottom: 30px;
  border: 1px solid #fff;
}
.service-block-five .inner-box h3 {
  font-size: 18px;
}
.service-block-five .inner-box h3 a {
  color: #fff;
}
.service-block-five .inner-box:hover h3 a {
  color: #fff;
}
.service-block-five .inner-box h3 a:hover {
  text-decoration: underline;
}
.service-block-five .inner-box .link a {
  border: 1px solid #dfddda;
  color: #2d2d31;
}
.service-block-five .inner-box:hover .link a {
  color: #fff;
}
.service-block-five .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  background: #44c0c0;
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.service-block-five .inner-box:hover:before {
  height: 100%;
  top: 0;
}
.header-lower .outer-box .logo-box .logo {
  max-width: 250px !important;
}
.text-truncate {
  height: 100px;
  white-space: break-spaces;
}
.back-btn {
  position: relative;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #ccc;
}
.banner-two:before {
  position: absolute;
  content: "";
  background: #666 !important;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
}
.testimonial-five {
  background: #e6ecf0;
  overflow: hidden;
}
.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  margin: 0 10px !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-five .outer-box {
  background: transparent !important;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-family: "Century Gothic", sans-serif;
  padding: 40px 0;
  font-weight: 600;
  opacity: 1;
  color: #000;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 8px 30px;
  line-height: 24px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Century Gothic", sans-serif;
  text-transform: capitalize;
  color: #141417;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.header-style-five .main-menu .navigation > li.current > a,
.header-style-five .main-menu .navigation > li:hover > a {
  color: #6c0a45;
}
.header-style-five .main-menu .navigation > li > ul > li > a:hover,
.header-style-five .main-menu .navigation > li > .megamenu li > a:hover {
  color: #6c0a45;
}
.header-style-five .theme-btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 11px 32px;
}
.header-style-five .theme-btn:hover {
  border-color: #d63384;
  color: #d63384 !important;
}
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgb(27 24 47 / 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  background: rgb(255 255 255);
  box-shadow: 0 10px 20px 0 rgb(27 24 47 / 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.wrapper {
  position: fixed;
  top: 28em;
  left: 30px;
  transform: translate(-50%, -50%);
  width: 50px;
}
.wrapper ul {
  list-style: none;
}
.wrapper ul li {
  width: 30px;
  height: 30px;
  position: relative;
  background: #e59500;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
}
.wrapper ul li .fab {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #6c0a45;
}
.wrapper ul li.facebook {
  background: rgb(255 255 255 / 0.5);
}
.wrapper ul li.twitter {
  background: rgb(255 255 255 / 0.5);
}
.wrapper ul li.instagram {
  background: rgb(255 255 255 / 0.5);
}
.wrapper ul li.google {
  background: rgb(255 255 255 / 0.5);
}
.wrapper ul li.linkedin {
  background: rgb(255 255 255 / 0.5);
}
.wrapper ul li.whatsapp {
  background: rgb(255 255 255 / 0.5);
}
.wrapper ul li.facebook div.slider {
  background: rgb(255 255 255 / 0.5);
}
.wrapper ul li.twitter div.slider {
  background: rgb(255 255 255 / 0.5);
}
.wrapper ul li.instagram div.slider {
  background: rgb(255 255 255 / 0.5);
}
.wrapper ul li.google div.slider {
  background: rgb(255 255 255 / 0.5);
}
.wrapper ul li.whatsapp div.slider {
  background: rgb(255 255 255 / 0.5);
}
.wrapper ul li.linkedin div.slider {
  background: rgb(255 255 255 / 0.5);
}
.wrapper .slider {
  content: "";
  position: absolute;
  top: 0;
  left: 31px;
  width: 0;
  height: 30px;
  background: #6c0a45;
  border-radius: 3px;
  transition: all 0.5s 0.3s ease;
}
.wrapper .slider p {
  text-transform: uppercase;
  font-size: 12px;
  color: #6c0a45;
  text-align: center;
  line-height: 30px;
  opacity: 0;
  transition: all 0.6s ease;
}
.wrapper ul li:hover .slider {
  width: 180px;
  transition: all 0.5s ease;
}
.wrapper ul li:hover .slider p {
  opacity: 1;
  transition: all 1s 0.2s ease;
}
@media only screen and (max-width: 399px) {
  .back-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 30px;
    color: #333;
  }
  .banner-carousel .content-box h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 426px) {
  .content_block_nine .content-box {
    padding-top: 0;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 20px;
    letter-spacing: 5px;
  }
  .header-lower .outer-box .logo-box .logo {
    max-width: 175px !important;
  }
  .header-lower .outer-box .logo-box .logo h6 {
    padding-left: 10px;
  }
  .wrapper {
    display: none;
  }
  .content_block_eight {
    position: absolute;
    z-index: 99;
    width: 90% !important;
    margin-left: 0px !important;
    margin-top: 500px !important;
  }
  .content_block_eight .form-inner {
    padding: 15px !important;
  }
}
.banner-carousel .slide-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.waves {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  min-height: 100px;
  max-height: 160px;
  z-index: 99;
}
.content_block_eight {
  position: absolute;
  z-index: 99;
  width: 70%;
  margin-left: 140px;
  margin-top: 150px;
}
.alert-dismissible {
  padding-right: 2rem !important;
}
.color_pink {
  color: #fff;
}
h1 {
  position: relative;
  font-family: "Poppins", sans-serif !important;
  font-weight: 800;
  color: var(--text-color) !important;
  line-height: 1.4em;
  margin: 0;
  transition: all 500ms ease;
}
h2 {
  position: relative;
  font-family: "Poppins", sans-serif !important;
  font-weight: 800;
  color: var(--text-color) !important;
  line-height: 1.4em;
  margin: 0;
  transition: all 500ms ease;
}
h3 {
  color: var(--text-color) !important;
}
.quality_policy h1 {
  position: relative;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  color: var(--secondary-color) !important;
  line-height: 1.4em;
  margin: 0;
  transition: all 500ms ease;
  font-size: calc(1.375rem + 1.5vw);
}
.funfact-four .counter-block-one .inner-box .count-outer {
  font-family: "Frank Ruhl Libre", serif;
  color: #6c0a45 !important;
}
.whatsapp_icon {
  position: absolute;
  z-index: 999;
}
.whatsapp_icon img {
  width: 50px;
  bottom: 3%;
  left: 20px;
  position: fixed;
  z-index: 99;
  filter: grayscale(0);
}
.whatsapp_icon img:hover {
  width: 50px;
  bottom: 5%;
  left: 20px;
  position: fixed;
  z-index: 99;
  filter: grayscale(0);
}
.info-block-two .inner-box {
  background: #fff;
  min-height: 330px;
}
.slider-text-anim:before {
  content: "";
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: transparent !important;
  -webkit-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -o-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  z-index: 3;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.banner-carousel .owl-nav button.owl-prev {
  left: 10px !important;
}
.banner-carousel .owl-nav button.owl-next {
  right: 10px !important;
}
.slider-three .banner-carousel .owl-nav button.owl-next:hover:before {
  background: #6c0a45 !important;
}
.banner-carousel .owl-nav button.owl-next:hover:after {
  border-right: 2px solid #6c0a45 !important;
  border-top: 2px solid #6c0a45 !important;
  right: 23px;
}
.banner-carousel .owl-nav button.owl-prev:hover:before {
  background: #6c0a45 !important;
  left: 23px;
  width: 20px;
}
.slider-three .banner-carousel .owl-nav button.owl-prev:hover:after {
  border-left: 2px solid #6c0a45 !important;
  border-bottom: 2px solid #6c0a45 !important;
}
.content_block_eight .content-box .theme-btn {
  background: #6c0a45;
  border-color: #6c0a45;
  border: 2px solid #6c0a45;
}
.content_block_eight .content-box .theme-btn:hover {
  background: #fff0;
  color: #6c0a45 !important;
}
.info-block-two .inner-box {
  border-bottom: 3px solid #6c0a45;
}
.image_block_five .image-box .shape .shape-1 {
  border: 17px solid #6c0a45;
}
.news-five .theme-btn-six:before {
  background: #2692d0;
}
.news-five .theme-btn-six:hover {
  border-color: #6c0a45;
}
.nav-style-two .owl-nav button.owl-next:hover:after {
  border-right: 2px solid #6c0a45;
  border-top: 2px solid #6c0a45;
}
.nav-style-two .owl-nav button.owl-prev:hover:after {
  border-left: 2px solid #6c0a45;
  border-bottom: 2px solid #6c0a45;
}
.nav-style-two .owl-nav button.owl-next:hover:before,
.nav-style-two .owl-nav button.owl-prev:hover:before {
  width: 25px;
  background: #6c0a45;
}
.testimonial-five .owl-nav button:hover {
  background: #6c0a45;
  border-color: #6c0a45;
}
.footer-five .footer-social-two li a:before {
  background: #6c0a45;
}
.footer-five .footer-social-two li a:hover {
  border-color: #6c0a45;
  background: #6c0a45;
}
.handle-preloader.home-5 {
  background: #6c0a45;
}
.image_block_five .image-box .text {
  width: 200px;
  background: #e6ecf0;
  border: 2px solid #e6ecf0;
}
.image_block_five .image-box .text p span {
  color: #6c0a45;
}
.image_block_five .image-box .text p {
  color: #333;
}
.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #333;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-widget-section
  .about-widget
  .subscribe-form
  .form-group
  input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #333;
  border: 1px solid #1c1c1f;
  border-radius: 6px;
  font-size: 15px;
  color: #a9a9aa;
  padding: 0 20px;
  transition: all 500ms ease;
}
.faq-page-section.faq-page-3 .accordion-box .block .acc-btn.active {
  background: #2692d0;
}
.footer-five .pattern-layer {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.info-block-one .inner-box {
  background: #fff0;
}
.theme-btn-two {
  padding: 3px 62px 2px 10px;
}
.theme-btn-two span:after {
  color: #6c0a45;
  opacity: 0;
}
.sec-title-five h4 {
  color: #333;
}
.slider-three .slide-item {
  padding: 250px 0 155px 0px !important;
}
.footer-widget-section {
  position: relative;
  padding: 70px 0 70px 0px !important;
}
.banner-carousel .owl-nav button {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 66px;
  margin-top: 72px;
  background-color: rgb(255 255 255 / 0.2);
  text-align: center;
  border-radius: 50%;
  font-size: 45px;
  font-weight: 400;
  cursor: pointer;
  transition: all 500ms ease;
}
.banner-carousel .owl-nav button.owl-next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  width: 25px;
  height: 2px;
  -webkit-transition: 0.5s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -o-transition: 0.5s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  transition: 0.5s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background: #6c0a45;
}
.banner-carousel .owl-nav button.owl-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  width: 25px;
  height: 2px;
  -webkit-transition: 0.5s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -o-transition: 0.5s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  transition: 0.5s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background: #6c0a45;
}
.banner-carousel .owl-nav button.owl-next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #6c0a45;
  border-top: 2px solid #6c0a45;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.5s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -o-transition: 0.5s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  transition: 0.5s cubic-bezier(0.858, 0.01, 0.068, 0.99);
}
.banner-carousel .owl-nav button.owl-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #6c0a45;
  border-bottom: 2px solid #6c0a45;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.5s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -o-transition: 0.5s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  transition: 0.5s cubic-bezier(0.858, 0.01, 0.068, 0.99);
}
.page-title:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
}
.page-title .content-box h1 {
  color: #6c0a45;
}
.service-details-content .content-two .list li {
  width: 100%;
}
.service-sidebar .category-widget .category-list li a {
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
  color: #141417;
  transition: all 500ms ease;
}
.service-sidebar .category-widget .category-list li a.current:before,
.service-sidebar .category-widget .category-list li a:hover:before {
  background: #6c0a45;
}
.service-details .theme-btn {
  border-radius: 5px;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  padding: 17px 40px;
  border-radius: 5px;
  background: #6c0a45;
}
.news-five .news-block-one .inner-box .image {
  background: #6c0a45;
}
.team-details-two .team-details-content .content-box .designation {
  color: #6c0a45;
}
.team-details-two .info li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border: 2px solid #141417;
  border-radius: 50%;
}
.team-details-two .team-details-content .content-box .social-links li a:hover {
  background: #6c0a45;
}
.testimonial-seven {
  overflow: hidden;
  background: #fff;
}
.testimonial-seven.testimonial-page-3 .owl-nav button:hover {
  background: #6c0a45;
}
.contact-seven .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #848484;
  font-family: "Oxygen", sans-serif;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0 20px;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 7%);
}
.contact-seven .nice-select:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #848484;
  top: 0;
  right: 30px;
  margin: 0;
  margin: 0;
  border: none !important;
  transform: rotate(0deg) !important;
}
.contact-seven #contact-form .form-group input:focus,
.contact-seven #contact-form .form-group textarea:focus {
  border-color: #6c0a45 !important;
}
.contact-seven .nice-select:focus {
  border-color: #6c0a45 !important;
}
.contact-three .theme-btn,
.contact-four .theme-btn,
.contact-five .theme-btn,
.contact-six .theme-btn,
.contact-seven .theme-btn {
  background: #6c0a45;
}
.contact-seven .info-list li .icon-box {
  color: #6c0a45;
}
.blog-grid-one .news-block-one .inner-box .theme-btn:hover {
  border-color: #6c0a45;
}
.blog-grid-one .news-block-one .inner-box .theme-btn:before {
  background: #6c0a45;
}
.blog-grid-one .news-block-one .inner-box .image {
  background: #6c0a45;
}
.pagination li a:hover,
.pagination li a.current {
  background: #6c0a45;
  border-color: #6c0a45;
}
.blog-list-content .news-block-one .inner-box .image-box .image {
  background: #6c0a45;
}
.blog-list-content .news-block-one .inner-box .theme-btn:before {
  background: #6c0a45;
}
.sidebar-page-container .theme-btn:hover {
  color: #fff;
  border-color: #6c0a45;
}
.blog-sidebar .post-widget .post .post-thumb {
  background: #6c0a45;
}
.blog-list-content .news-block-one .inner-box .lower-content h4 a:hover {
  color: #6c0a45;
}
.blog-sidebar .post-widget .post h5 a:hover {
  color: #6c0a45;
}
.blog-standard-content .news-block-one .inner-box .image {
  background: #6c0a45;
}
.blog-standard-content .news-block-one .lower-content .theme-btn:before {
  background: #6c0a45;
}
.team-seven .team-block-one .inner-box .lower-content h4 a:hover {
  color: #6c0a45;
}
.team-details-one .team-details-content .content-one .designation {
  background: -webkit-linear-gradient(0deg, #6c0a45 0%, #6c0a45 30%);
}
.team-details-one .team-details-content .content-one .info:before {
  background: -webkit-linear-gradient(90deg, #6c0a45 0%, #6c0a45 100%);
}
.team-details-one .team-details-content .content-one .social-links li a:before {
  background: -webkit-linear-gradient(45deg, #6c0a45 0%, #6c0a45 100%);
}
.team-details-one .image-box img {
  width: 60%;
}
.blog-details-content .blog-post .content-one .post-title .category a {
  color: #333;
}
.blog-details-content .post-share-option .social-list li a:hover {
  border-color: #6c0a45;
  background: #6c0a45;
}
.list-style-two li:before {
  position: absolute;
  content: "\e90f";
  font-family: "icomoon";
  left: 0;
  top: 0;
  font-size: 12px;
  color: #6c0a45;
}
.service-details-content .content-two .list li:before {
  position: absolute;
  content: "\e90f";
  font-family: "icomoon";
  font-weight: 700;
  color: #6c0a45;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border: 0 solid #141417;
  border-radius: 0%;
}
.service-block-12 .inner-box .image-box {
  background: #6c0a45;
}
.service-block-12 .inner-box .lower-content h3 a:hover {
  color: #6c0a45;
}
.service-block-12 .lower-content {
  min-height: 450px;
  text-align: justify;
}
.service-block-12 .lower-content h3 {
  text-align: left;
}
.service-block-22 .lower-content {
  max-height: 250px;
  text-align: justify;
}
.service-block-22 .lower-content h3 {
  text-align: left;
}
.service-block-22 .inner-box .lower-content .link a:hover {
  letter-spacing: 0.5px;
}
.service-block-22 .inner-box .lower-content .link a:hover {
  color: #17be74;
}
.service-block-22 .inner-box .lower-content .link a i {
  position: relative;
  margin-left: 8px;
  top: 2px;
}
.flip-card {
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  text-align: center;
  background: #fff;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  color: #000;
}
.flip-card-front span,
.flip-card-back span {
  color: #00a5df;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
  font-weight: 600;
}
.flip-card-back {
  background-color: #fff;
  color: #727272;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}
.flip-card-back p {
  font-size: 12px;
}
.text {
  text-align: justify;
}
.goog-logo-link {
  display: none;
}
.goog-te-gadget {
  color: transparent !important;
}
.goog-te-combo {
  color: #666;
  font-size: 10px;
}
.goog-te-gadget a {
  display: none;
}
.goog-te-gadget img {
  display: none;
}
.service-sidebar .consulting-widget .nice-select {
  font-size: 14px;
  padding: 0 15px;
}
.service-sidebar .consulting-widget input[type="text"],
.service-sidebar .consulting-widget input[type="email"],
.service-sidebar .consulting-widget textarea {
  border: 1px solid #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 15px 15px;
}
@media only screen and (max-width: 991px) {
  .page-title .content-box h1 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 2em;
  }
  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgb(27 24 47 / 0.1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  .fixed-header .header-lower {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}
.top .nav-link {
  font-weight: 600;
  color: var(--text-color) !important;
  margin: 0;
  font-size: 14px;
  margin-right: 0;
  margin-left: 0;
  text-transform: uppercase;
  padding: 6px !important;
}
.top .nav-link:hover {
  color: var(--secondary-color) !important;
  font-weight: 800;
}
.header-sticky {
  background: #fff;
}
.fixed-top {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #02baf2 !important;
  font-weight: 800;
}
.navbar-nav .nav-link.active:hover {
  color: var(--text-color) !important;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -45px;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--text-color) !important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff0;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.dropdown-item:hover {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--text-color) !important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: var(--dropdoen-hover);
  border: 0;
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--white-color) !important;
  text-decoration: none;
  background-color: var(--muted);
}



.testimonial h1 {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  margin: 0 0 20px 0;
  line-height: 40px;
  font-weight: 700;
  color: var(--text-color);
}
.testimonial .card p {
  color: #333;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.testimonial h3 {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  margin: 0 0 0 0;
  line-height: 40px;
  font-weight: 700;
  color: var(--bg-color);
}
.testimonial p {
  color: #333;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.about .about_us_des h2 {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  margin: 4px 0 4px 0;
  line-height: 36px;
  font-weight: 600;
  color: var(--text-color);
  text-align: justify;
}
.about .about_us_des h3 {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  margin: 4px 0 8px 0;
  line-height: 36px;
  font-weight: 600;
  color: var(--text-color);
  text-align: justify;
}
.about .about_us_des h4 {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  margin: 4px 0 8px 0;
  line-height: 30px;
  font-weight: 600;
  color: var(--text-color);
  text-align: justify;
}
.about .table table td {
  padding: 10px 10px;
}
.about .table table th {
  padding: 10px 0;
}
.about p {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  padding-top: 0;
  --tw-text-opacity: 1;
  color: rgba(0, 52, 123, var(--tw-text-opacity)) !important;
  text-align: start;
}
.about .about_us_des ul {
  padding-left: 50px;
  line-height: 35px;
}
.about .about_us_des ul li {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  padding-top: 0;
  --tw-text-opacity: 1;
  color: rgba(0, 52, 123, var(--tw-text-opacity)) !important;
  text-align: justify;
}
.about .about_us_des ol {
  padding-left: 50px;
  line-height: 35px;
}
.about .about_us_des ol li {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  padding-top: 0;
  --tw-text-opacity: 1;
  color: rgba(0, 52, 123, var(--tw-text-opacity)) !important;
  text-align: start;
}
.about .about_us_des a {
  --tw-text-opacity: 1;
  color: rgba(0, 52, 123, var(--tw-text-opacity)) !important;
}
.about .about_us_des a:hover {
  color: var(--muted) !important;
}
.about .about_us_des tr {
  border-bottom-color: var(--text-color);
}
.about .about_us_des td {
  color: var(--text-color);
}
.breadcrumb {
  margin-bottom: 0px !important;
}
.breadcrumb_outer {
  background: var(--hover-color);
  padding: 0;
}
.breadcrumb-item.active a {
  color: var(--bg-color);
}
.breadcrumb-item.active {
  color: var(--text-color);
  font-weight: 700;
}
.breadcrumb-item a {
  color: var(--muted);
}
.breadcrumb-item a:hover {
  color: var(--bg-color);
}
.contact {
  background-color: #f4f6f5;
  padding: 50px 0;
}
.contact h1 {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  margin: 0 0 20px 0;
  line-height: 40px;
  font-weight: 700;
  color: #000;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="date"],
textarea,
select {
  outline: none !important;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 0.07) !important;
  font-size: 14px !important;
  background: #fff !important;
  color: var(--text-color) !important;
  border: none !important;
  padding: 15px;
}
.form-control::placeholder {
  color: var(--muted);
  opacity: 1;
}
.btn-effect-contact {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  background: var(--button-color);
  color: #000;
}
.btn-effect-contact:hover {
  color: var(--hover-color);
}
.btn-effect-contact span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: var(--hover-color) !important;
  transition:
    width 0.4s ease-in-out,
    height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-effect-contact:hover span {
  width: 225%;
  height: 262.5px;
}
.btn-effect-contact:active {
  background-color: #fff;
}
.address_box1 {
  width: auto;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #0f0f0f;
  margin: 0 0 15px 0;
}
.address1 a {
  line-height: 33px;
  font-weight: 400;
  font-size: 14px;
  color: #0f0f0f;
}
.links-use {
  border: solid 2px var(--bg-color);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.15) !important;
  padding: 0;
  border: 1px solid #eee;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px 10px 10px 10px;
}
.links-use ul {
  padding: 0 10px;
}
.links-use li {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.links-use h4 {
  padding: 10px;
  background: var(--bg-color);
  color: #fff;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
}
.links-use h1 {
  padding: 10px;
  background: var(--card-btn);
  color: #ffff !important;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
}
.category-viewall {
  padding: 10px;
  background: var(--card-btn);
  color: #ffff !important;
  text-align: center;
  border-radius: 0 0 10px 10px;
  margin-top: 10px;
}
.links-use a {
  color: var(--text-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.links-use li a:hover {
  color: var(--bg-color);
  padding-left: 5px;
  transition: all 0.5s linear;
}
.links-use li.active a {
  color: var(--bg-color);
}
.links-use li:hover {
  color: var(--bg-color) !important;
  padding-left: 5px;
  transition: all 0.5s linear;
  width: 100%;
}
.single-tech-news h3:hover a {
  color: #fff;
}
.single-tech-news h3:hover {
  background-color: #003f5e;
  color: #fff;
  padding-left: 5px;
  transition: all 0.5s linear;
}
.products_title1 {
  width: 100%;
  float: left;
  position: relative;
  font-size: 23px;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: 0.5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
  text-shadow: 6px 1px 7px #000;
}
.category_box-det .products_img img {
  border-radius: 10px;
  padding: 0 24px;
}
.category_box-det {
  position: relative;
  width: 100%;
  display: block;
}
.category_box-det .products_img {
  margin-bottom: 24px;
  border-radius: 10px;
}
.category_box-det .products_content {
  width: 100%;
  height: 100px;
  margin: 0;
  background: #fff0;
  z-index: 99;
  box-shadow: none;
  bottom: 0;
  padding-bottom: 38px;
  justify-content: center;
}
.category_box-det .products_img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 500ms ease;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.category_box-det .btn-effect-contact1 {
  font-size: 13px;
}
.fancybox__image {
  background: linear-gradient(
    to bottom,
    #003973 10%,
    #008cffe6 60%,
    #002854 90%
  );
}
.privacy p {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 35px !important;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.privacy h1 {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  margin: 0 0 20px 0;
  line-height: 40px;
  font-weight: 700;
  color: var(--bg-color);
  font-size: 2.25rem;
}
.privacy ul {
  padding-left: 50px;
  line-height: 35px;
}
.sitemap h1 {
  color: var(--bg-color);
  font-family: "Poppins", sans-serif;
}
.sitemap h2 {
  font-size: 24px !important;
  font-weight: 800 !important;
}
.sitemap .box1 h6 {
  text-transform: capitalize;
}
.sitemap:hover {
  color: var(--bg-color);
}
.sitemap .box1 {
  border: #fff 1px solid;
  margin: 15px;
  padding: 10px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.15) !important;
  text-transform: capitalize;
}
.sitemap .box1:hover {
  border: var(--bg-color) 1px solid;
  margin: 15px;
  padding: 10px;
  box-shadow: none;
  color: var(--bg-color);
}
.sitemap a {
  color: #000;
}
.sitemap .box1 a:hover {
  color: var(--bg-color);
}
.legal h1 {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  margin: 0 0 20px 0;
  line-height: 40px;
  font-weight: 700;
  color: var(--bg-color);
}
.faq h1 {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  margin: 0 0 20px 0;
  line-height: 40px;
  font-weight: 700;
  color: var(--bg-color);
}
.btn-effect-contact1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  background: var(--card-btn);
  color: var(--white-color);
}
.btn-effect-contact1:hover {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  background: var(--white-color);
  color: var(--card-btn);
}
.company_profile_des h3 {
  margin: 4px 0 8px 0;
}
.company_profile_des h4 {
  color: var(--text-color);
  margin: 4px 0 8px 0;
}
.company_profile_des ul,
.company_profile_des ol {
  color: var(--text-color);
  list-style-position: outside;
  padding-left: 50px;
  line-height: 35px;
}
.company_profile_des a {
  --tw-text-opacity: 1;
  color: rgba(0, 52, 123, var(--tw-text-opacity)) !important;
}
.company_profile_des a:hover {
  color: var(--muted) !important;
}
@media (min-width: 1400px) and (max-width: 2560px) {
  .about .table table td {
    padding: 10px 42px;
  }
}
@media (min-width: 1199.9px) and (max-width: 1399.9px) {
  .about .table table td {
    padding: 10px 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1298px) {
  .top .nav-link {
    margin: 0;
    font-size: 12.3px;
    margin-right: 0;
    margin-left: 0;
  }
  .top_ph a i {
    margin: 0 5px 0 0;
    width: 17px;
    height: 11px;
    padding: 5px;
    font-size: 11px;
  }
  .top_ph {
    font-size: 11px;
    padding: 0 0;
  }
  .dwnBtnA {
    font-size: 10px !important;
    line-height: 0px !important;
    color: #fff !important;
    text-align: left !important;
    padding-right: 4px !important;
    margin-left: 5px !important;
  }
}

@media (max-width: 1199px) { 
  .dropdown-menu.show { 
    max-height: 40vh;
    overflow: scroll;
  }
}

@media (max-width: 991px) {
  .about .table table {
    width: 100%;
  }
  .about .about_us_des h4 {
    margin: 0;
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .about .table table {
    width: 100%;
  }
  .about .table table td {
    padding: 10px 8px;
  }
}
@media (max-width: 576px) {
  .about .table table {
    width: 100%;
  }
  .about .about_us_des a {
    font-size: 14px;
  }
  .about .about_us_des h2 {
    text-align: start;
  }
  .about .table table td {
    padding: 10px 1px;
    font-size: 0.85rem;
  }
  .about .about_us_des h3 {
    font-size: 1.25rem;
  }
  .about .about_us_des ul {
    padding-left: 25px;
  }
}


.address_box h3{
  color: #fff !important;
  font-size: 15px;
  padding: 15px 0 0 0;
  font-weight: 600;
}
.address_box p{
  padding: 0;
  margin: 0;
  line-height: 22px;
}
.contact-add{
    font-size: 19px;
    line-height: 19px !important;
    margin: 0px !important;
    padding-bottom: 9px;
}
.contact-item .content h3{
  font-size: 17px;
  padding: 15px 0 5px 0;
  font-weight: 600;
}