body {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #000;
  color: #5a5a5a;
  font-size: 15px;
}
/* @font-face{
  font-family: "CenturyGothic";
  src: url("../fonts/CenturyGothic.ttf");
}
@font-face{
  font-family: "Gothic-Regular";
  src: url("../fonts/GOTHIC.TTF");
}
@font-face{
  font-family: "Gothic-Bold";
  src: url("../fonts/GOTHICB.TTF");
}
@font-face{
  font-family: "Gothic-Black";
  src: url("../fonts/GOTHICB0.TTF");
} */

a {
  text-decoration: none;
}

button {
  border: 0;
  box-shadow: none;
}
/* body {
  color: #000;
  color: #5a5a5a;
} */
ol, ul { padding-left: 15px; }

.bg-primary {
  background-color: #ff033f !important;
}
section {
  padding: 70px 0;
}
.ps-100, .ps-tm-section {
  padding-left: 100px !important;
}
.pe-100, .pe-tm-section {
  padding-right: 100px !important;
}
.pt-100, .pt-tm-section {
  padding-top: 100px !important;
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all 300ms ease-in-out;
}
header.sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header.sticky .navbar-brand img {
  width: 200px;
}
header .navbar-brand img {
  width: 240px;
  transition: all 300ms ease-in-out;
}
header .nav-item {
  margin-left: 15px;
}
header .nav-item .nav-link {
  /* text-transform: uppercase; */
  font-weight: 500;
  position: relative;
  padding: 10px 0 10px 0;
  margin-left: 15px;
}
header .nav-item .nav-link::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  bottom: 0;
  transition: all 300ms ease-in-out;
}
header .nav-item .nav-link.active {
  color: #000;
}
header .nav-item .nav-link.active:hover::before, header .nav-item .nav-link.active::before {
  opacity: 1;
  background-color: #ff033f;
}
header .nav-item:hover .nav-link::before {
  opacity: 1;
  background-color: #c2c2c2;
}
header .nav-item.dropdown .nav-link {
  position: relative;
  /* padding-right: 15px; */
}
/* header .nav-item.dropdown .nav-link::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-image: url(../images/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0px;
  bottom: 0;
  top: 0;
  margin: auto;
}
header .nav-item.dropdown:hover .nav-link::after {
  background-image: url(../images/minus-sign.png);
} */
header .nav-item.dropdown .dropdown-menu {
  border: 0;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}
header .nav-item.dropdown .dropdown-menu .dropdown-item {
  position: relative;
}
header .nav-item.dropdown .dropdown-menu .dropdown-item a {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
header .nav-item.dropdown .dropdown-menu .dropdown-item a:hover, header .nav-item.dropdown .dropdown-menu .dropdown-item a:focus {
  color: #ff033f;
}
header .nav-item.dropdown .dropdown-menu .dropdown-item:hover, header .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #f7f7f7;
}
header .nav-item.dropdown .dropdown-menu .dropdown-item .sub-dropdown {
  position: absolute;
  padding-left: 0;
  left: 100%;
  top: 0;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}
header .nav-item.dropdown .dropdown-menu .dropdown-item:hover .sub-dropdown {
  display: block;
}
header .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
header .dropdown-menu.mega-dropdown {
  position: fixed;
  background-color: #fff;
  height: 89.5vh;
  overflow-y: auto;
  padding: 0;
  top: 90px;
  left: 0;
  width: 100%;
  box-shadow: none !important;
}
header .back-to-main {
  display: block;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin: 0 20px;
  min-height: 73px;
  box-shadow: none !important;
  outline: 0;
  background-color: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
}
header .back-to-main > span {
  color: #ff033f;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  display: inline-block;
  padding: 25px 5px;
}
header .back-to-main > span:first-child {
  margin-right: 5px;
}
header .back-to-main img {
  width: 16px;
  display: inline-block;
}

.navbar-toggler {
  height: 25px;
  width: 30px;
  display: grid;
  align-items: center;
  position: relative;
  padding: 0;
  border: 0;
  outline: 0 !important;
  box-shadow: none;
  box-shadow: none;
}
.navbar-toggler:focus, .navbar-toggler:hover, .navbar-toggler:active {
  box-shadow: none;
}

.custom-toggler-btn {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #000;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.navbar-toggler::before, .navbar-toggler::after {
  transform: rotate(0deg);
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  left: 0;
  top: 0;
  background-color: #000;
  margin: auto;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.navbar-toggler::before {
  top: 0;
  bottom: unset;
  transform-origin: left top;
  transform-style: preserve-3D;
}

.navbar-toggler[aria-expanded=true]::after {
  transform: rotate(-45deg);
  bottom: 0;
  width: 33px;
  background-color: #ff033f;
}

.navbar-toggler[aria-expanded=true] .custom-toggler-btn {
  background-color: #fff;
}

r-toggler::after {
  top: unset;
  transform-origin: left bottom;
  transform-style: preserve-3D;
  bottom: 0;
}

.sub-dd-content {
  padding: 0 20px;
}

.navbar-toggler[aria-expanded=true]::before {
  transform: rotate(45deg);
  top: 0;
  width: 33px;
  background-color: #ff033f;
}

.mob-dd.inactive-dd .dropdown-menu.mega-dropdown {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.mob-dd.active-dd .dropdown-menu.mega-dropdown {
  display: block !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.navbar-toggler::after {
  top: unset;
  transform-origin: left bottom;
  transform-style: preserve-3D;
  bottom: 0;
}

.navbar-toggler-icon {
  background-image: none !important;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #000;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-color: #fff;
}

header.sticky .navbar-nav .nav-item.register-link .nav-link {
  padding: 15px 30px !important;
}

.mobile-menu .register-link .nav-link, .mobile-menu .navbar-nav .nav-item .nav-link {
  padding: 0 !important;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 15px !important;
  white-space: nowrap;
}

.mobile-menu .navbar-nav .nav-item .nav-link span {
  color: #000;
  font-size: 15px !important;
  white-space: nowrap;
  display: inline-block;
  padding: 25px 5px !important;
}

.mobile-menu .navbar-nav .nav-item .nav-link span:last-child > img {
  width: 15px;
}

.mobile-menu .navbar-nav .nav-item .nav-link span:last-child {
  padding: 25px 5px 25px 25px !important;
}

.mobile-menu {
  display: none;
}

.mobile-menu .nav-item {
  margin-left: 0;
}
.mobile-menu .nav-item .nav-link.active:hover::before, .mobile-menu .nav-item .nav-link.active::before{
  display: none;
}
.mobile-menu .nav-item .nav-link.active, .mobile-menu .nav-item .nav-link.active span{ 
  color: #ff033f;
}
.custom-card-menu + .collapse {
  background: #fff;
}

.custom-card-menu {
  border: 0;
  border-radius: 0;
}
.custom-card-menu .card-header {
  background-color: #fff;
}
.custom-card-menu .card-body {
  border-bottom: 1px solid rgb(191, 191, 191);
  padding-left: 2rem;
}
.custom-card-menu .btn {
  box-shadow: none;
}
.custom-card-menu .btn:focus, .custom-card-menu .btn:hover, .custom-card-menu .btn:active {
  box-shadow: none;
}
.custom-card-menu .btn.btn-expand {
  width: 38px;
  height: 38px;
  position: relative;
}
.custom-card-menu .btn.btn-expand::before {
  position: absolute;
  content: url(../images/minus-sign.png);
  align-items: center;
}
.custom-card-menu .btn.btn-expand[aria-expanded=false]::before, .custom-card-menu .btn.btn-expand.collapsed::before {
  position: absolute;
  content: url(../images/plus.png);
}

.desc p {
  font-size: 14px;
  color: #5a5a5a;
}
.desc li {
  font-size: 14px;
  margin-bottom: 10px;
}
.desc li p { margin-bottom: 0;}
.desc ol { padding-left: 15px;}

.custom-btn {
  background-color: #ff033f;
  /* background-color: #000; */
  color: #fff;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content; z-index: 0;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
.custom-btn::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;top: 0;
  margin: auto;
  transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  border-radius: 30px;
  z-index: -1;
}
.custom-btn:hover {
  color: #fff;
  /* background-color: #000; */
}
.custom-btn:hover::before { 
  height: 110%; width: 110%;background-color: #000; 
}
.carousel-item .carousel-caption h2 {
  /* font-family: 'Vollkorn', serif; */
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
}
.carousel-item .carousel-caption p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px; font-weight: 300;
}
/* .custom-btn::after {
  position: absolute;
  content: url(../images/bijli-white.svg);
  display: inline-block;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 16px;
} */
.custom-btn.btn-white {
  background-color: #fff;
  color: #ff033f;
}
/* .custom-btn.btn-white::after {
  position: absolute;
  content: url(../images/bijli-blue.svg);
} */

.product-block-wrapper {
  padding: 20px 20px 0;
}

.product-content-float-wrap .product-float-item {
  max-width: 50%;
  float: left;
  margin-bottom: 40px;
  padding: 0 15px;
  position: relative;
}
.product-content-float-wrap .product-float-item::after {
  clear: both;
}

.product-item {
  position: relative;
  display: block;
  transition: all 300ms ease-in-out;
  /* margin-top: 50px; */
}
.product-item .thumb-wrap .item-number {
  font-weight: 600;
  color: #fff;
  font-size: 80px;
  line-height: 0;
  display: inline-block;
  transform: translateY(30px);
  z-index: 3;
  position: relative;
  left: 30px;
}
.product-item .thumb-wrap img {
  width: 100%;
  display: block;
  transition: all 300ms ease-in-out;
  /* filter: grayscale(1); */
  height: 500px;
  object-fit: cover;
}
.product-item .product-desc {
  /* background-color: #ff033f; */
  background: linear-gradient(to bottom, transparent, #000);
  padding: 20px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  /* transform: translateY(-50px); */
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.product-item:hover .product-desc {
  border-bottom: 5px solid #ff033f;
}
.product-item .product-desc .p-name-wrap {
  /* padding-right: 30px; */
  position: relative;
}
.product-item .product-desc .p-name-wrap h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}
/* .product-item .product-desc .p-name-wrap::after {
  transition: all 300ms ease-in-out;
  position: absolute;
  content: url(../images/diagonal-arrow.png);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
} */
.product-item .product-desc p {
  transition: all 300ms ease-in-out;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  height: 0;
  margin: 0;
  opacity: 0;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-item:hover {
  /* transform: translateY(-30px); */
}
.product-item:hover .product-desc {
  transform: translateY(0);
}
.product-item:hover .product-desc p {
  height: auto;
  margin-bottom: 0;
  margin-top: 10px;
  opacity: 1;
}
/* .product-item:hover .product-desc .p-name-wrap::after {
  transform: rotate(90deg);
} */
.product-item:hover img {
  filter: grayscale(0);
}

.section-heading h2 {
  font-size: 50px;
  font-weight: 900;    
  /* -webkit-text-stroke: 1px rgb(255 3 63 / 25%); */
  /* -webkit-text-fill-color: transparent; */
  -webkit-text-fill-color: rgb(0 0 0 / 15%);
  /* color: rgb(255 3 63 / 7%); */
  line-height: 0.8;
  /* margin-bottom: -35px; */
  text-transform: uppercase;
  /* font-family: 'Poppins', sans-serif; */
}
.section-heading h3 {
  font-size: 20px;
  color: #ff033f;
  /* text-transform: uppercase; */
  font-weight: 600;
}
.section-heading.title-light h2 {
  color: rgba(255, 255, 255, 0.1);
  font-family: 'Poppins', sans-serif;
}
.section-heading.title-light h3 {
  color: #fff;
}
.section-sub-heading h2 {
  font-size: 20px;
  color: #ff033f;
  text-transform: uppercase;
  font-weight: 600;
}
.page-heading {
  font-size: 20px;
  color: #ff033f;
  text-transform: uppercase;
  font-weight: 600;
}
.custom-link {
  text-transform: uppercase;
  color: #ff033f;
  font-weight: 500;
  position: relative;
  padding-right: 25px;
  font-size: 14px;
}
.custom-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 10px;
  background-image: url(../images/diagonal-arrow-down.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-45deg);
    filter: grayscale(1);
}
.custom-link:hover {
  color: #ff033f;
}
.owl-custom .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-custom .owl-dots .owl-dot {
  margin: 0 5px;
}
.owl-custom .owl-dots .owl-dot span {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: 1px solid rgb(129, 138, 147);
  border-radius: 50%;
}
.owl-custom .owl-dots .owl-dot.active span {
  background-color: rgb(129, 138, 147);
}
.gray-img {
  filter: grayscale(1);
  transition: all 300ms ease-in-out;
}
.gray-img:hover {
  filter: grayscale(0);
}
.count-main .count-value-wrap span {
  color: #ff033f;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}
.count-main .count-content h6 {
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
.sub-heading {
  /* text-transform: uppercase; */
  /* color: #ff033f; */
  font-weight: 600;
  font-size: 26px;
}

.bg-gray, .bg-grey {
  background-color: #F1F1F1;
}

.about-pg-block .bg-grey {
  position: relative;
}
.about-pg-block .bg-grey::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 50px;
  /* background: linear-gradient(180deg, #F1F1F1 50%, #fff 50%); */
  z-index: 1;
  left: 30px;
  top: -50px;
}

.facility-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 200px 200px;
  grid-gap: 20px 20px;
}
.facility-wrapper .facility-item {
  background-color: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
}
.facility-wrapper .facility-item .icon {
  margin-bottom: 15px;
}
.facility-wrapper .facility-item .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.facility-wrapper .facility-item h4 {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}
.facility-wrapper .facility-item:nth-child(even) {
  background-color: #ff033f;
}
.facility-wrapper .facility-item:nth-child(even) .icon img {
  filter: invert(1);
}
.facility-wrapper .facility-item:nth-child(even) h4 {
  color: #fff;
}

.clients-slide .logo-item img {
  filter: grayscale(1);
  transition: all 300ms ease-in-out;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}
.clients-slide .logo-item img:hover {
  filter: grayscale(0);
}

.review-block .owl-dots {
  text-align: left;
}
.review-block .testimonial-wrapper {
  position: relative;
  z-index: 99;
}
.review-block .testimonial-wrapper::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 250px;
  top: 0;
  right: -100px;
  background-color: #fff;
  background-image: url(../images/about-bg-left-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-item {
  padding: 20px 0;
  position: relative;
  border-radius: 20px;
  z-index: 99;
}
.testimonial-item .profile-thumb {
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}
.testimonial-item .profile-thumb::before {
  position: absolute;
  content: url(../images/quote-left.png);
  top: 0;
  left: 0;
}
.testimonial-item .profile-thumb img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-item .review-content {
  margin-bottom: 20px;
}
.testimonial-item .review-content q {
  font-style: italic;
}
.testimonial-item span {
  color: #343434;
  font-size: 12px;
}
.review-by {
  color: #ff033f; margin-bottom: 0;
}
.testimonial-item .t-name {
  color: #ff033f;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
.testimonial-item .t-name::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 7px;
  background-color: #ff033f;
}

.contact-block {
  position: relative;
  background-color: #ff033f;
  /* background-image: url(../images/map-bg.png); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contact-block .contact-info-item h6 {
  color: #fff;
  font-weight: 500;
}
.contact-block .bordered-heading {
  font-size: 120px;
  font-weight: 600;
  color: transparent;
  line-height: 0.8;
  text-transform: uppercase;
  -webkit-text-stroke: 0.4px rgb(255 255 255 / 50%);
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.contact-block .social-connect li a {
  display: grid;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.contact-block .custom-form .form-control, .contact-block .custom-form .form-select {
  box-shadow: none;
  border-radius: 0;
  /* border: 0; */
  border: 1px solid rgb(191, 191, 191);
}
.contact-block .custom-form textarea {
  height: 100px;
}
.contact-block .custom-form .form-floating > label {
  color: rgb(129, 138, 147);
}
.contact-block.contact-light {
  background-color: #fff;
}
.contact-block.contact-light .contact-info-item h6 {
  color: #ff033f;
}
.contact-block.contact-light .social-connect li a {
  filter: invert(1);
  border-color: #767676;
}

.custom-form textarea {
  height: 100px !important;
}

.contact-form-wrapper.bg-primary .form-control, .contact-form-wrapper.bg-primary .form-select {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #bfbfbf;
}
.blog-item .blog-thumb {
  position: relative;
  /* padding-bottom: 28px; */
}
.blog-item .blog-thumb img{
  width: 100%;
  height: 273px;
  object-fit: cover;
}
.blog-item .blog-thumb .blog-post-date {
  position: absolute;
  top: 0;
  background: #ff033f;
  padding: 5px;
}
.blog-item .blog-thumb .blog-post-date span {
  display: inline-block;
  /* padding: 5px; */
  text-align: center;
}
.blog-item .blog-thumb .blog-post-date span:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  /* background-color: rgb(129, 138, 147); */
}
.blog-item .blog-thumb .blog-post-date span:nth-child(2) {
  /* background-color: #000; */
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.blog-item .blog-title {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blog-item a {
  font-size: 14px;
  text-decoration: underline;
  color: #ff033f;
}
.blog-item a:hover {
  color: #ff033f;
  text-decoration: none;
}
.title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.contact-stripe {
  position: relative;
}
.contact-stripe::after {
  position: absolute;
  content: "";
  background-color: #ff033f;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.contact-stripe .border-wrap {
  border: 2px solid #ff033f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carousel-caption {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto !important;
  top: 55%;
  left: 0;
  right:0;
  height: fit-content;
  bottom: 0;
  transform: translateY(-50%);
}
.carousel-item {
  background-color: #f7f7f7;
  z-index: 0;
}
.carousel-item .carousel-wrap {
  position: relative;
  padding: 70px 0;
}
.carousel-item .carousel-wrap::before {
  position: absolute;
  content: "";
  width: 75%;
  align-items: center;
  justify-content: center;
  background-color: #ff033f;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.black-50-overlay{position: relative; z-index: 0; }
.black-50-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  left: 0;
  z-index: -1;
  top: 0;
}
.white-80-overlay{position: relative; z-index: 0; }
.white-80-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.8;
  left: 0;
  z-index: -1;
  top: 0;
}
.home-carousel .carousel-indicators {
  background-color: transparent;
    width: -moz-max-content;
    width: max-content;
    display: inline-table;
    right: 0;
    margin: 0;
    padding: 12px 30px;
    left: unset;
    top: 0;
    bottom: 0;
    margin: auto;
}
.home-carousel .carousel-indicators button {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  display: block;
  margin: 7px;
}
.home-carousel .carousel-indicators button.active {
  background: #fff;
  opacity: 1;
  border-color: #ff033f;
  transform: scale(1.3);
}

.certi-wrap-slide {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  top: 0;
  margin: auto;
  padding: 0 15px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}
.certi-wrap-slide img {
  display: block;
  margin: 20px 0;
  width: 70px;
}

.square-gw {
  position: relative;
}
.square-gw::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 50px;
  background: linear-gradient(0deg, #F1F1F1 50%, #fff 50%);
  z-index: 0;
}
.square-gw.gw-bl::after {
  bottom: -50px;
  left: -20px;
}
.square-gw.gw-br::after {
  bottom: -50px;
  right: 30px;
}

.square-wg {
  position: relative;
}
.square-wg::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 50px;
  background: linear-gradient(180deg, #F1F1F1 50%, #fff 50%);
  z-index: 1;
}
.square-wg.wg-bl::after {
  bottom: -50px;
  left: 30px;
}
.square-wg.wg-br::after {
  bottom: -50px;
  right: 0;
}

.inner-banner {
  position: relative;
}
.banner-bg {
  padding: 100px 10px !important;
  min-height: 500px;
}
.inner-banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.inner-banner::after {
  position: absolute;
  content: "";
  right: 60px;
  bottom: -50px;
  z-index: 1;
  height: 100px;
  width: 50px;
  /* background: linear-gradient(0deg, #ff033f 50%, #fff 50%); */
}
.inner-banner .inner-caption {
  position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    padding: 100px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    right: 0;
    bottom: 0;
    margin: auto;
}
.inner-banner .inner-caption h2, .inner-banner .inner-caption .inner-banner-heading {
  /* text-transform: uppercase; */
  font-size: 40px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.ms-wrap {
  justify-content: center;
}
.ms-box h4 {
  color: #ff033f;
  /* text-transform: uppercase; */
}
.ms-box img {
  width: auto;
}
.ms-box p {
  font-size: 15px;
}
.ms-box ol {
  padding-left: 16px;
}
.history-slide {
  position: relative;
}
.history-slide::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #000;
  bottom: 5px;
  left: 0;
}
/* .history-slide .history-item {
  padding: 0 15px 50px;
  position: relative;
  min-height: 230px;
}
.history-slide .history-item::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #ff033f;
  border-radius: 50%;
  left: 15px;
  bottom: 0;
}
.history-slide .history-item .year {
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 600;
  -webkit-text-stroke: 1px #ff033f;
  -webkit-text-fill-color: transparent;
  transition: all 300ms ease-in-out;
}
.history-slide .history-item p {
  font-size: 15px;
  font-weight: 400;
  transition: all 300ms ease-in-out;
  transform-origin: top left;
}
.history-slide .history-item:hover .year {
  -webkit-text-fill-color: #ff033f;
}
.history-slide .history-item:hover p {
  transform: scale(1.05);
} */

.content p {
  font-size: 15px;
  font-weight: 400;
}
.content b, .content strong {
  font-weight: 600;
}
.content ul {
  padding-left: 0;
}
.content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  list-style-type: none;
}
.content ul li::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background-image: url(../images/check-mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  top: 3px;
  margin: auto;
}

.custom-nav-tabs {
  justify-content: center;
  border-bottom: 0 solid #000;
}
.custom-nav-tabs .nav-link {
  border: 0;
  padding: 15px 20px;
  background-color: transparent;
  font-weight: 500;
  color: #818a93;
  border-radius: 0;
  text-transform: uppercase;
  margin: 0 10px;
}
.custom-nav-tabs .nav-link.active {
  background-color: #ff033f;
  color: #fff;
}

.map-block {
  padding: 50px 0;
}
.map-block iframe {
  width: 100%;
  height: 500px;
  border: 0;
}

.desc-grid {
  display: grid;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  position: relative;
}
.desc-grid.desk-divider {
  position: relative;
}
.desc-grid.desk-divider::before {
  position: absolute;
  content: url(../images/fav-small.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 1px;
  background-color: rgb(129, 138, 147);
}

.app-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgb(129, 138, 147);
}
.app-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.product-item-wrap {
  border: 1px solid rgba(191, 191, 191, 0.5);
  margin: 15px 0;
}
.product-item-wrap .thumb img {
  transition: all 300ms ease-in-out;
  filter: grayscale(1);
}
.product-item-wrap .product-content-box {
  transition: all 300ms ease-in-out;
}
.product-item-wrap .product-content-box .desc p {
  font-weight: 300;
}
.product-item-wrap .product-content-box .desc.small-desc p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-item-wrap:hover {
  border-color: #ff033f;
}
.product-item-wrap:hover .thumb img {
  filter: grayscale(0);
}
.product-item-wrap:hover .product-content-box {
  background: #ff033f;
}
.product-item-wrap:hover .product-content-box .product-name {
  color: #fff;
}
.product-item-wrap:hover .product-content-box .desc p {
  color: #fff;
}
.product-item-wrap:hover .read-more-link {
  color: #fff;
}
.product-item-wrap:hover .read-more-link::after {
  filter: invert(1);
}

.read-more-link {
  position: relative;
  padding: 0 40px 0 0;
  color: #000;
  transition: all 300ms ease-in-out;
}
.read-more-link::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 30px;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../images/RoundArrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms ease-in-out;
}
.read-more-link:hover {
  padding: 0 50px 0 0;
}

.product-heading h2, .product-heading h3 {
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
}
.product-heading h5 {
  color: #ff033f;
  line-height: 1.4;
}

.sub-product-item-wrap .sp-small-content {
  position: relative;
  background-color: #fff;
  padding: 10px;
  margin-top: -80px;
  max-width: calc(100% - 30px);
}
.sub-product-item-wrap .sp-small-content h6 {
  color: #ff033f;
  font-size: 20px;
}
.sub-product-item-wrap .sp-small-content h6 a {
  color: #ff033f;
}
.sub-product-item-wrap .sp-small-content h6 a:hover {
  text-decoration: underline;
}

.enquire-box-wrap {
  background: #ff033f;
  padding: 80px 50px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.enquire-box-wrap .enquire-box-content h5 {
  font-weight: 400;
}

.parallex-section-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.parallex-section-wrap .content-wrap {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.95);
}

.overlap-text-wrap {
  position: relative;
  margin-left: -100px;
  box-shadow: -10px -10px 10px 0px rgba(0, 0, 0, 0.02);
}

.custom-table th {
  font-weight: 600;
}

.sp-product-slide {
  background-color: rgba(191, 191, 191, 0.2);
}

.owl-custom.sp-product-slide {
  border: 1px solid rgb(191, 191, 191);
  padding: 20px;
}
.owl-custom .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 90%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.owl-custom .owl-nav .owl-prev, .owl-custom .owl-nav .owl-next {
  opacity: 0.5;
}
.owl-custom .owl-nav .owl-prev:hover, .owl-custom .owl-nav .owl-next:hover {
  opacity: 1;
}

.breadcrumb-item {
  position: relative;
}

.breadcrumb-item + .breadcrumb-item {
  margin-left: 10px;
  padding-left: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  height: 80%;
  width: 2px;
  background-color: #fff;
  padding: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.country-name {
  font-weight: 500;
}
.f-listing { list-style-type: none;}
.footer-wrap {
  padding: 0 100px;
}
.main-footer p { color: #2B2A29; font-size: 14px;}
.f-listing > li { margin-bottom: 10px; font-size: 14px; }
.f-listing > li:last-child { margin-bottom: 0;}
.f-listing > li > a{
  color: #424245; font-size: 14px;
}
.f-listing > li > a:hover {
  color: #424245; text-decoration: underline;
}
.social-media-links > li {
  display: inline-block;
  margin-right: 10px;
}
.social-media-links > li:last-child { margin-right: 0; }
.social-media-links > li > a {
  display: grid;
  padding: 5px;
  height: 30px;
  width: 30px;
  align-items: center;
  text-align: center;
  background-color: #343434;
  border-radius: 50%;
}
.f-title {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.f-title button{
  display: none;
}
.f-title .accordion-button::after{
  display: block;
  /* filter: invert(1); */
  background-image: url(../images/plus.png);
  background-size: 16px;
  background-position: center;
}
.f-title .accordion-button:not(.collapsed)::after{
  background-image: url(../images/minus.png);
  /* filter: invert(1); */
}
.f-title .accordion-button:not(.collapsed) {
  background-color: transparent; border: 0; box-shadow: none;
}
.developedby-wrap  { text-align: right;}
.developedby-wrap a {
  display: inline-block;
}
.developedby-wrap a > img {
  width: 18px;
  filter: grayscale(1);
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-left: auto; display: block;
}
.developedby-wrap a:hover > img {
  filter: grayscale(0);
}

/*# sourceMappingURL=main.css.map */

.bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service-list-item .thumb-wrap::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 10%;
  top: 10%;
  border: 5px solid #ff033f;
  z-index: -1;
}
.service-list-item {
  margin-bottom: 80px;
}
.service-list-item:last-child {
 margin-bottom: 0;
}
.service-list-item:nth-child(even) > .row {
  flex-flow: row-reverse;
}
.service-list-item .thumb-wrap img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.service-name-wrap > h3 {
  color: #ff033f;
    font-size: 24px;
}

.service-desc ol > li > p, .service-desc ul > li > p { margin-bottom: 5px;}
.bg-light-tm {
  background: #f7f7f7;
}
.product-item {
  background-color: #fff;
  border-radius: 10px;
  /* text-align: center; */
}
.product-item > h3 {
  color: #2B2A29;
  font-size: 22px;

}
.product-item > p { margin-bottom: 0;}
.latest-updates-detail-section .latest-updates-detail-img-wrap{
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.latest-updates-detail-section .latest-updates-detail-img-wrap img{
  height: 300px;
  object-fit: cover;
  border-radius: 6px;
  transition: 0.5s;
}
.latest-updates-detail-section .latest-updates-detail-img-wrap:hover img{
  transform: scale(1.1);
}
.download-brochure-modalpopup .form-control{
  padding: .6rem .75rem;
}
.download-brochure-modalpopup .form-control:focus{
  box-shadow: none;
  border: 1px solid #ff033f;
}
.download-brochure-modalpopup .modal-content{
  border: none;
  background-color: transparent;
}
.download-brochure-modalpopup .modal-header{
  border-bottom: none;
}
.download-brochure-modalpopup .modal-header .btn-close{
  position: absolute;
  right: 0;
  background-color: #ff033f;
  opacity: 1;
  border-radius: 50%;
  top: 0;
  background: #ff033f url(../images/close-icon.png) center / 1em auto no-repeat;
/*  background-size: cover;*/
}
.download-brochure-modalpopup .modal-header .btn-close:focus{
  box-shadow: none;
}
.download-brochure-modalpopup .modal-body{
  background: #fff;
  padding: 40px;
  border-radius: 6px;
}
.logo-item > img {
  width: 150px;
}
.logo-item{display: inline-block;}
/* .certi-thumb {
  max-width: 80%;
  margin: 0 auto;
  display: block;
} */
.img-zoom {position: relative; display: block; overflow: hidden;}
.img-zoom::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 0%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* backdrop-filter: blur(1px); */
  background-image: url(../images/zoom-in.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
.img-zoom:hover::before {
  height: 100%;
  width: 100%;
  opacity: 1;
}
.error-wrapper {
  min-height: 100vh;
}