@import url("https://cdn.jsdelivr.net/npm/line-awesome@1.3.0/dist/line-awesome/css/line-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary-color: 36, 19, 197;
  --secondary-color: 254, 130, 0;
  --common-radius: 1rem;
  --button-radius: 2.813rem;
  --form-radius: 0.5rem;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
}

.wrapper {
  width: 90%;
  margin: 0px auto;
}

.section-spacer {
  padding: 5rem 0;
}

.btn {
  padding: 0.625rem 0.875rem;
  border: none;
  font-weight: 300;
  font-size: 1rem;
}

.btn-primary {
  transition: all 0.3s ease 0s;
  color: #ffffff;
  background-image: linear-gradient(345deg, #2413c5 51%, #fe8200 100%);
  border-radius: var(--button-radius) !important;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

.btn-primary:hover {
  opacity: 0.8;
}

.btn-primary .la-arrow-circle-down,
.btn-secondary .la-arrow-circle-down,
.btn-white .la-arrow-circle-down {
  transform: rotate(320deg);
  font-size: 1.25rem !important;
}

.btn-secondary {
  transition: all 0.3s ease 0s;
  color: rgba(var(--primary-color), 1);
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  background-color: transparent;
  position: relative;
  justify-content: space-between;
}

.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(340deg, #2413c5, #fe8200);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.btn-secondary:hover {
  opacity: 0.8;
  background-color: transparent;
  color: rgba(var(--primary-color), 1);
}

.btn-white {
  transition: all 0.3s ease 0s;
  color: #ffffff;
  border-radius: var(--button-radius) !important;
  display: inline-flex;
  align-items: center;
  gap: 5rem;
  background-color: transparent;
  border: 1px solid rgb(36, 19, 197);
  justify-content: space-between;
}

.btn-white:hover {
  color: #fff !important;
  opacity: 0.8;
}

.color-primary {
  color: rgba(var(--primary-color), 1);
}

.color-secondary {
  color: rgba(var(--secondary-color), 1);
}

.text-gradient {
  background: -webkit-linear-gradient(
    60deg,
    rgba(var(--secondary-color), 1),
    rgba(var(--primary-color), 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-bg-grey {
  background-image: linear-gradient(
    24deg,
    rgb(255, 255, 255) 51%,
    rgb(211, 211, 211) 100%
  );
  position: relative;
  z-index: 2;
}

.top-right-bg-grey {
  background-image: linear-gradient(
    to top right,
    rgb(255, 255, 255) 70%,
    rgb(211, 211, 211) 100%
  );
}

.top-right-gradient {
  background: radial-gradient(
    circle at top right,
    rgba(139, 181, 255, 1) -10%,
    rgba(225, 251, 255, 0) 25%
  );
}

.mb-10 {
  margin-bottom: 4rem;
}
.section-heading h3 {
  font-size: 3rem;
  font-weight: 300;
  color: rgba(var(--secondary-color), 1);
  margin-bottom: 0;
  text-transform: uppercase;
}

.section-heading h6 {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(96, 96, 96);
  text-transform: uppercase;
}

.breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.938rem;
}

.breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 1);
  font-size: 0.938rem;
  line-height: 1.75;
}

.breadcrum .breadcrumb {
  padding: 5px 0;
}

.breadcrum .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: white;
}

.breadcrum .breadcrumb {
  padding: 5px 0;
}

.breadcrum .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: white;
}

.partners .owl-nav,
.latest-news .owl-nav,
.gallery-detail .owl-nav {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

/* Page Banner */
.page-banner {
  position: relative;
  /* background-position: center center; */
  /* background-size: cover; */
  /* min-height: 400px; */
  /* overflow: hidden; */
  /* background-image: linear-gradient(9deg, #2413C5 51%, #FE8200 100%); */
  /* display: flex; */
  /* flex-direction: column; */
  /* flex-wrap: wrap; */
  /* justify-content: flex-end; */
}

.page-banner .banner-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.page-banner .page-banner-content {
  padding: 14rem 0 5rem 0;
  background-position: center center;
  background-size: cover;
  min-height: 300px;
  overflow: hidden;
  background-image: linear-gradient(9deg, #2413c5 51%, #fe8200 100%);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

.page-banner img + .page-banner-content {
  padding-top: 4rem;
}

.page-banner .page-banner-content .bannner-title {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 300;
}

.page-banner .page-banner-content .bannner-description {
  font-size: 1.75rem;
  font-weight: 300;
  background: -webkit-linear-gradient(60deg, #fe8200, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-banner .page-banner-content .bannner-description p strong {
  font-weight: bold;
}

.page-banner .date {
  font-size: 1rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-top: 1rem;
  display: block;
}

.page-banner .total-pages {
  font-size: 1rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
}

/* form-group */
.form-group {
  margin-bottom: 1rem;
}

.form-group .form-label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.form-group .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgba(var(--primary-color), 1);
  outline: 0;
  box-shadow: none;
}

.form-group .form-control {
  font-size: 1rem;
  border-radius: var(--form-radius);
  padding: 0.5rem 0.75rem;
}

.form-check-input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.15em;
}

.form-check-input:checked {
  background-color: rgba(var(--primary-color), 1);
  border-color: rgba(var(--primary-color), 1);
}

.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-color), 0.25);
}

/* header */
header {
  position: fixed;
  top: 0px;
  width: 100%;
  background: transparent;
  z-index: 999;
}

header.fixed {
  background: rgba(var(--primary-color), 0.85);
  padding-bottom: 5px;
}

header .search {
  position: relative;
}

header .search .nav-link {
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
}

header .search .search-input-elm {
  position: absolute;
  top: -2px;
  right: 45px;
  display: none;
  width: 300px;
  z-index: 10;
}

header .search .search-btn {
  background: transparent;
  border: 0px none;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 8px;
  line-height: 1;
  cursor: pointer;
}

header .search .search-btn span {
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.75rem;
}

header .search .search-btn i {
  transform: rotateY(170deg);
  font-size: 14px;
  margin-left: 5px;
}

header .search .search-input {
  width: 100%;
  background: #fff;
  color: rgb(77, 77, 77);
  padding: 8px 10px;
  height: 32px;
  border: 1px solid rgb(209, 209, 209);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  max-width: 300px;
}

.search-btn .la-search:before {
  vertical-align: middle;
}

header .search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  color: rgb(255, 255, 255);
  background: transparent;
  border: 0;
}

header .search .search-btn:focus,
header .search .search-input:focus,
header .search .search-submit:focus {
  outline: none;
}

header .search ::-webkit-input-placeholder {
  color: rgb(7, 7, 7);
}

header .navbar {
  padding: 0 !important;
  margin-top: 0.2rem;
}

header .navbar .navbar-brand {
  padding-bottom: 0;
}

header .navbar .navbar-brand img {
  max-width: 250px;
}

header .navbar-light .dropdown-menu {
  background: rgba(var(--primary-color), 1);
  border: 0;
  border-radius: var(--common-radius);
  min-width: 260px;
  padding: 0.825rem;
}

header .navbar-light .dropdown-toggle::after {
  display: none;
}

header .navbar-light .navbar-nav .nav-item:hover::before,
header .navbar-light .navbar-nav .nav-item:focus::before,
header .navbar-light .navbar-nav .nav-item:active::before {
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 5px;
  background: rgb(196, 196, 196);
}

header .navbar-light .navbar-nav .nav-item {
  position: relative;
  margin: 0 2rem;
}

header .navbar-light .navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgb(255, 255, 255, 50%);
  transition: all 0.3s ease;
}

header .navbar-light .navbar-nav .nav-item:hover::before {
  height: 1px;
  background-color: rgba(var(--secondary-color), 1);
}

header .navbar-light .navbar-nav .active::before {
  height: 1px;
  background-color: rgba(var(--secondary-color), 1);
}

header .navbar-collapse .navbar-nav .nav-item .nav-link .la-angle-down {
  /* position: absolute; */
  right: 0;
  top: 12px;
}

.navbar .navbar-collapse .bottom-nav {
  display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  font-size: 0.95rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 2rem;
  padding-left: 0;
  padding-right: 0;
}

header .navbar-light .dropdown-item {
  font-size: 0.75rem;
  word-break: break-word;
  white-space: normal;
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
  position: relative;
  padding: 0.5rem 0.75rem;
  border-radius: 0;
}

header .navbar-light .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

header .navbar-light .dropdown-item .la-angle-right {
  position: absolute;
  right: 12px;
  top: 11px;
}

header .navbar-light .dropdown-item .la-angle-down {
  position: absolute;
  right: 5px;
  top: 10px;
  transition: all 0.3s ease;
}

header .navbar-light .dropdown-item .la-angle-down:hover {
  transform: rotate(180deg);
}

header .navbar-light .dropdown-item:hover,
header .navbar-light .dropdown-item:focus {
  background: rgba(79, 63, 230, 1) !important;
  color: #ffffff;
  border-radius: 6px;
}

header .navbar-light .dropdown:hover > .dropdown-menu {
  display: block;
}

header
  .navbar-light
  .dropdown:hover
  > .dropdown-menu
  .dropdown
  > .dropdown-menu {
  position: relative;
  padding: 0 0 0 0;
  max-width: 100%;
  min-width: 100%;
}

header
  .navbar-light
  .dropdown:hover
  > .dropdown-menu
  .dropdown
  > .dropdown-menu
  .dropdown-item {
  padding-left: 2rem;
}

header
  .navbar-light
  .dropdown
  > .dropdown-menu
  .dropdown
  > .dropdown-menu
  .dropdown-item::before {
  content: "\f30b";
  font-family: "Line Awesome Free";
  font-weight: 900;
  width: 20px;
  display: inline-block;
  text-indent: 0;
  position: absolute;
  left: 10px;
  font-size: 1rem;
  opacity: 0.4;
}

.navbar-nav {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  place-content: flex-end;
  align-items: center;
}

.navbar-light .navbar-toggler {
  z-index: 1;
  border: none;
}

.navbar-light .navbar-toggler .la-bars {
  color: #ffffff;
  font-size: 2rem;
}

.navbar-light .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link {
  font-size: 1rem;
  color: #ffffff !important;
}

header .menu-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

header .menu-wrap .top-nav {
  display: flex;
  flex-flow: wrap;
  justify-content: end;
  padding: 10px 0;
}

header .menu-wrap .top-nav .nav-link {
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.2rem 1rem;
  font-weight: 400;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.nav.top-nav .nav-item:last-child:last-child .nav-link {
  border-right: none;
}

header .navbar-light .navbar-nav .nav-item:last-child .dropdown-menu {
  right: 0;
  left: auto;
}

.lang-sel svg {
  margin-right: 3px;
  margin-top: -4px;
}

.lang-sel:hover .dropdown-menu {
  display: block;
  left: auto;
  right: 10px;
  min-width: auto;
}

.lang-sel .dropdown-menu {
  left: 0;
  right: auto;
  min-width: auto;
  top: 28px;
}

.lang-sel .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(var(--primary-color), 1);
}

.lang-sel .dropdown-menu .dropdown-item {
  padding: 2px 15px;
  font-size: 12px;
  font-weight: 500;
}

.lang-sel .dropdown-menu .dropdown-item:focus {
  background: transparent;
  opacity: 0.8;
}

.lang-sel span {
  text-transform: capitalize;
  color: rgb(110, 104, 104);
  margin-right: 7px;
}

/************* Home - Banner ***************/
/* .home .banner {
  position: relative;
}

.home .banner .banner-item {
  height: 100vh;
  position: relative;
}

.home .banner .banner-item img {
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.home .banner .banner-item .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.home .banner .caption {
  max-width: 700px;
  margin-bottom: 3%;
}

.home .banner .caption h3 {
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 3.75rem;
  margin-bottom: 1rem;
}

.home .banner .owl-nav {
  position: absolute;
  right: 120px;
  bottom: 30px;
  display: none;
} */

.home .landing {
  position: relative;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  z-index: 10;
  display: flex;
  align-items: end;
}

.home .landing video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.home .landing .landing-caption {
  position: relative;
  z-index: 100;
  max-width: 700px;
  margin-bottom: 3%;
}

.home .landing .landing-caption h3 {
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 3.75rem;
  margin-bottom: 1rem;
}

/************* Home - About ***************/
.home .about {
  background-image: url(../images/home-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 11;
}

.home .about .about-content {
  padding: 6rem 0;
}

.home .about .about-content .about-info h4 {
  color: #ffffff;
  font-size: 3.125rem;
  font-weight: 300;
  text-align: center;
  max-width: 800px;
  margin: 1rem auto;
}

.home .about .about-content .about-info p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  max-width: 800px;
  margin: 1rem auto;
}

.home .about .about-service .about-img {
  height: 90px;
  width: auto;
}

.home .about .about-service .about-img img {
  height: 100%;
  width: 100%;
}

.home .about .about-service li span {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 300;
  display: block;
  margin-top: 1rem;
  text-align: center;
}

/************* Home - Product ***************/
.home .product {
  background-image: linear-gradient(to top right, #ffffff 65%, #e1fbff 100%);
}

.home .product .header-desc p {
  color: rgb(77, 77, 77);
  max-width: 80%;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}

.home .product .card {
  border: none;
}

.home .product .card .card-image img {
  border-radius: var(--common-radius);
}

.home .product .card .card-image {
  overflow: hidden;
  border-radius: var(--common-radius);
}

.home .product .card img {
  transition: all 0.4s ease-in-out;
}

.home .product .card:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.home .product .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.home .product .card .card-body h6 {
  color: rgba(var(--primary-color), 1);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.home .product .card .card-body p {
  color: rgb(77, 77, 77);
}

/************* Home - Services ***************/
.home .services .services-content h5 {
  color: rgba(var(--primary-color), 1);
  font-size: 2.625rem;
  font-weight: 300;
}

.home .services .services-content p {
  color: rgb(77, 77, 77);
}

/************* Home - Our Partners ***************/
.home .our-partners {
  background: rgba(9, 26, 65, 1);
  position: relative;
}

.home .our-partners .section-heading h6 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.home .our-partners .section-heading h5 {
  font-size: 2.625rem;
  font-weight: 300;
  color: #ffffff;
}

.home .our-partners .partner-carousel .partner-item img {
  border-radius: var(--common-radius);
}

.home .our-partners .partner-carousel .owl-nav.disabled,
.home .our-partners .partner-carousel .owl-dots.disabled {
  display: block;
}

.home .our-partners .partner-carousel .owl-nav.disabled {
  position: absolute;
  left: 0;
  bottom: -60px;
  color: white;
  font-size: 2rem;
  display: flex;
  gap: 0.5rem;
}

.home .our-partners .partner-carousel .owl-next,
.home .our-partners .partner-carousel .owl-prev {
  width: 32px;
  height: 32px;
  background-image: linear-gradient(345deg, #2413c5 51%, #fe8200 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.home .our-partners .partner-carousel .owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1rem;
  color: #ffffff;
}

.home .our-partners .partner-carousel .owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f104";
  font-size: 1rem;
  color: #ffffff;
}

.home .our-partners .partner-carousel .owl-prev span {
  display: none;
}

.home .our-partners .partner-carousel span {
  display: none;
}

/************* Home - Sustainability ***************/
.home .sustainability {
  background-image: url("../images/sustainability.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

.home .sustainability::after {
  content: "";
  background: url(../images/cloud.png) left center / 200px no-repeat;
  position: absolute;
  right: 0;
  top: -142px;
  width: 200px;
  height: 200px;
}

.home .sustainability::before {
  content: "";
  background: url(../images/cloud-2.png) left center / 200px no-repeat;
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 200px;
  height: 200px;
}

.home .sustainability h5 {
  color: #ffffff;
  font-size: 2.625rem;
  font-weight: 300;
  max-width: 600px;
  margin-bottom: 1rem;
}

.home .sustainability p {
  color: #ffffff;
  max-width: 600px;
  margin-bottom: 2rem;
}

/************* Home - Latest news ***************/
.home .latest-news .section-heading h6 {
  color: rgb(96, 96, 96);
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.home .latest-news .section-heading h5 {
  color: rgba(var(--primary-color), 1);
  font-size: 2.625rem;
  font-weight: 300;
}

.home .latest-news .card {
  border: none;
}

.home .latest-news .card-custom {
  position: relative;
  width: 100%;
}

.home .latest-news .card-custom {
  overflow: hidden;
  border-radius: var(--common-radius);
  height: 250px;
}

.home .latest-news .card-custom img {
  transition: all 0.4s ease-in-out;
}

.home .latest-news .card-custom:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.home .latest-news .card-custom h6 {
  font-size: 1rem;
  color: #ffffff;
}

.home .latest-news .card-custom a {
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.home .latest-news .card-custom img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home .latest-news .card-text-overlay {
  position: absolute;
  color: white;
  font-size: 16px;
  bottom: 0;
  padding: 1rem 1rem;
  line-height: 1.4;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.home .latest-news .news-carousel .owl-nav.disabled,
.home .latest-news .news-carousel .owl-dots.disabled {
  display: block;
}

.home .latest-news .news-carousel .owl-nav.disabled {
  color: #ffffff;
  font-size: 2rem;
  display: flex;
  gap: 0.5rem;
}

.home .latest-news .news-carousel .owl-next,
.home .latest-news .news-carousel .owl-prev {
  width: 24px !important;
  height: 24px !important;
  background-image: linear-gradient(345deg, #2413c5 51%, #fe8200 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.home .latest-news .news-carousel .owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f105";
  font-size: 13px;
  color: #ffffff;
}

.home .latest-news .news-carousel .owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f104";
  font-size: 13px;
  color: #ffffff;
}

.home .latest-news .news-carousel .owl-prev span {
  display: none;
}

.home .latest-news .news-carousel span {
  display: none;
}

/****** Footer ******/
footer {
  background-color: rgb(45, 21, 198);
  padding: 3rem 0 1rem 0;
  position: relative;
}

footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: rgba(var(--secondary-color), 1);
  bottom: 0;
}

footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1rem;
  flex-flow: row wrap;
}

footer .footer-logo {
  max-width: 250px;
}

.footer-top .footer-top-right .follow-us {
  gap: 1rem;
  padding-top: 1rem;
}

.footer-top .footer-top-right .follow-us ul li a {
  color: #ffffff;
  line-height: 1;
}

.footer-top .footer-top-right .follow-us svg {
  fill: #ffffff;
  height: 13px;
  width: 13px;
  margin-bottom: 4px;
}

.footer-top .footer-top-right .follow-us .social-media {
  gap: 0.5rem;
  font-size: 1rem;
}

.footer-top .footer-top-right .visit {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 1rem;
  gap: 6px;
}

.footer-top .footer-top-right .follow-us p {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
}

footer .footer-middle {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer-middle ul,
footer .footer-bottom ul {
  gap: 1.5rem;
  flex-wrap: wrap;
}

footer .footer-middle ul li a,
footer .footer-bottom ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 1rem;
}

footer ul li a:hover,
footer .group-web a:hover {
  color: rgba(var(--secondary-color), 1);
}

footer .group-web li {
  list-style: none;
}

footer .group-web li .dropdown-toggle::after {
  display: none;
}

footer .group-web .dropdown-menu {
  padding: 0;
  border-radius: var(--common-radius) !important;
}

footer .footer-middle ul li:last-child a,
footer .footer-bottom ul li:last-child a {
  border-right: none;
}

footer .group-web {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem 0 1rem 0;
  margin-bottom: 0;
}

footer .group-web .dropdown-menu {
  padding: 12px;
  border-radius: var(--common-radius);
  background-color: rgba(var(--secondary-color-two), 1);
  position: relative !important;
  transform: none !important;
}

footer .group-web .dropdown-menu .dropdown-item:hover {
  border-radius: 8px;
  color: #000000;
}

footer .group-web a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

footer .group-web .la-angle-down {
  font-size: 0.75rem;
  padding-top: 2px;
}

footer .footer-bottom {
  padding: 1rem 0;
}

footer .footer-bottom .copyright a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.75rem;
}

/* Products */

.rotational-equipment-banner::after {
  content: "";
  position: absolute;
  background-image: url(../images/rotational-equipment.svg);
  background-size: cover;
  bottom: 0;
  height: 100%;
  right: 0;
  background-repeat: no-repeat;
  width: 600px;
}

.static-equipment-banner::after {
  content: "";
  position: absolute;
  background-image: url(../images/static-equipment.svg);
  background-size: cover;
  bottom: -0.5rem;
  height: 100%;
  right: 1rem;
  background-repeat: no-repeat;
  width: 750px;
}

.process-equipment-banner::after {
  content: "";
  position: absolute;
  background-image: url(../images/process-equipment.svg);
  background-size: cover;
  bottom: 0;
  height: 100%;
  right: 2rem;
  background-repeat: no-repeat;
  width: 600px;
}

.valves-actuators-banner::after {
  content: "";
  position: absolute;
  background-image: url(../images/valves-actuators.svg);
  background-size: cover;
  bottom: -0.5rem;
  height: 100%;
  right: 0;
  background-repeat: no-repeat;
  width: 600px;
}

.products .equipments .equipment-content:not(:last-child) {
  border-bottom: 1px solid rgb(211, 208, 243);
}

.products .equipments .equipment-content {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.products .equipments .equipment-content img {
  /*max-width:330px;*/
}

.products .equipments .equipment-content h5 {
  color: rgba(var(--primary-color), 1);
  font-size: 1.5rem;
}

.products .equipments .equipment-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem !important;
}

.products .equipments .equipment-content .toggle-content {
  display: none;
}

.products .equipments .equipment-content .toggle-link {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

.products .product .section-header .col-md-8 {
  width: 100%;
  max-width: 80%;
}

.products .product .section-header h6 {
  color: rgb(96, 96, 96);
  font-size: 0.875rem;
  font-weight: 500;
  /*text-transform: capitalize;*/
}

.products .product .section-header p {
  color: rgb(77, 77, 77);
  font-size: 1.25rem;
}

.products .product .card .card-image img {
  border-radius: var(--common-radius);
}
.products .product .card a {
  text-decoration: none;
}

.products .product .card {
  border: none;
  background: transparent;
}
.products .product .card.selectedProduct {
  opacity: 0.4;
  pointer-events: none;
}
.products .product .card .card-image {
  overflow: hidden;
  border-radius: var(--common-radius);
}

.products .product .card img {
  transition: all 0.4s ease-in-out;
}

.products .product .card:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.products .product .card .card-body {
  padding-left: 0;
}

.products .product .card .card-body h6 {
  color: rgba(var(--primary-color), 1);
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.products .enquiry-form .offcanvas-end {
  width: 800px;
  overflow-y: scroll;
}

.products .enquiry-form .offcanvas-header {
  padding-bottom: 0;
  position: relative;
}

.products .enquiry-form .offcanvas-header h5 {
  font-size: 1.5rem;
  color: rgba(var(--primary-color), 1);
  font-weight: 500;
}

.products .enquiry-form .offcanvas-header .btn-close {
  background: none;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.products .enquiry-form .offcanvas-header .btn-close::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 1.75rem;
  color: rgba(var(--primary-color), 1);
  position: absolute;
  top: 0px;
  right: 12px;
}

.products .enquiry-form .offcanvas-header .btn-close:hover {
  opacity: 0.7;
}

.products .enquiry-form .offcanvas-header .btn-close:focus {
  box-shadow: none;
}

/****** Sustainability ******/
.sustainability .about-content {
  padding-bottom: 15rem;
}

.sustainability .sustainability-content p {
  margin-top: 1.5rem;
  font-size: 1rem;
}

/****** Contact ******/
.contact .contact-content .contact-left .contact-details {
  background-color: rgb(239, 238, 251);
  padding: 1.5rem 1.5rem;
  border-radius: var(--common-radius);
}

.contact .contact-content .contact-left .contact-details h5 {
  font-size: 1.5rem;
  color: rgba(var(--primary-color), 1);
}

.contact
  .contact-content
  .contact-left
  .contact-details
  .contact-box
  .icon
  .las {
  font-size: 1.5rem;
  margin-right: 0.7rem;
}

.contact .contact-content .contact-left .contact-details .contact-box h6 {
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: 700;
}

.contact
  .contact-content
  .contact-left
  .contact-details
  .contact-box
  .contact-info {
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
  word-break: break-word;
}

.contact
  .contact-content
  .contact-left
  .contact-details
  .contact-box:not(:nth-child(3)):not(:last-child) {
  border-bottom: 1px solid rgb(211, 208, 243);
}

.contact .contact-content .contact-left .contact-details .contact-link img {
  width: 100%;
}

.contact .contact-content .contact-left .contact-details .contact-box {
  padding: 0.8rem 0;
}

.contact .contact-right .contact-description {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(211, 208, 243, 1);
  padding-bottom: 1.5rem;
}

/****** News ******/
.news .news-listing .news-listing-content:first-child {
  padding-top: 0 !important;
}
.news .news-listing .news-listing-content {
  border-bottom: 1px solid rgb(211, 208, 243);
  padding: 2rem 0 !important;
}
.news .news-listing .news-listing-content .col-md-3 img {
  height: 200px;
  border-radius: var(--common-radius);
  width: 100%;
  object-fit: cover;
}
.news .news-listing .news-listing-content h5 {
  color: rgba(var(--primary-color), 1);
  font-size: 1.25rem;
}

.news .news-listing .news-listing-content h6 {
  font-size: 1rem;
}

/****** Gallery ******/
.gallery .gllery-listing {
  position: relative;
}

.gallery .gllery-listing .card {
  border: none;
  margin-bottom: 1.5rem;
  background-color: transparent;
  border-radius: 0;
}

.gallery .gllery-listing .card h5 {
  text-decoration: none;
  font-size: 1.25rem;
  color: rgba(var(--primary-color), 1);
  font-weight: 400;
}

.gallery .gllery-listing .card .card-body {
  padding: 1rem 0;
}

.gallery .gllery-listing .card .card-image {
  overflow: hidden;
  border-radius: var(--common-radius);
}

.gallery .gllery-listing .card img {
  transition: all 0.4s ease-in-out;
}

.gallery .gllery-listing .card:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.gallery .gllery-listing .card .card-body .icon .las {
  transform: rotate(320deg);
  font-size: 1.3rem;
  color: rgba(var(--primary-color), 1);
}

.gallery .youtube .youtube-content {
  background-color: #f6f6f6;
  padding: 1rem 5rem 1rem 1rem;
  border-radius: 0px 24px 24px 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.gallery .youtube .youtube-content span p {
  margin: 0;
}
.gallery .youtube .youtube-content a {
  color: rgba(var(--primary-color), 1);
  text-decoration: none;
  gap: 0.5rem;
}

.gallery .youtube .youtube-content span {
  color: rgba(var(--primary-color), 1);
  line-height: 1.1;
}

.gallery .youtube .youtube-content a .lab {
  color: red;
  font-size: 1.5rem;
  padding-top: 2px;
}

.gallery .youtube img {
  max-height: 130px;
}

/* media-detail */

.media-detail .media-detail-content .media-description p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.media-detail .media-detail-content .media-description {
  position: relative;
}

.media-detail .media-detail-content .share-wrap {
  background-image: linear-gradient(9deg, #2413c5 51%, #fe8200 100%);
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  left: 1rem;
  bottom: -2rem;
}

.media-detail .media-detail-content .share-wrap .shareon {
  display: flex;
  left: 1.9rem;
  position: absolute;
  gap: 1.25rem;
  top: -52px;
}

.media-detail .media-detail-content .share-wrap .share-icon {
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

.media-detail .media-detail-content .share-wrap .shareon a {
  text-decoration: none;
  color: #ffffff;
  background-image: linear-gradient(9deg, #2413c5 51%, #fe8200 100%);
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin: 1rem 0;
}

.media-detail .media-detail-content .share-wrap .las,
.media-detail .media-detail-content .share-wrap .lab {
  font-size: 1.2rem !important;
}

.media-detail
  .media-detail-content
  .share-wrap
  .shareon-container
  .shareon
  svg {
  fill: #ffffff;
  width: 16px;
  height: 16px;
}

.share-wrap ul.social.active li:nth-child(n) {
  transition-delay: calc(0.2s * var(--n));
}

.media-detail .media-detail-content .share-wrap .shareon-container {
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  transform: translateY(10px);
  transition: visibility 0.4s, opacity 0.4s,
    transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 36px;
}

.media-detail
  .media-detail-content
  .media-description
  .share-wrap
  .shareon-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.media-detail .media-detail-content .share-wrap .shareon a:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.media-detail .media-detail-content .related-news {
  background: rgba(239, 238, 251, 1);
  padding: 2rem 2rem;
  border-radius: var(--common-radius);
}

.media-detail .media-detail-content .related-news .news-title {
  font-size: 1.5rem;
  color: rgba(var(--primary-color), 1);
  font-weight: 500;
  margin-bottom: 1rem;
}

.media-detail .media-detail-content .related-news .card {
  margin-bottom: 1rem;
  background: transparent;
  border: none;
  border-radius: var(--common-radius);
  border-radius: 0;
}

.media-detail .media-detail-content .related-news .card img {
  border-radius: var(--common-radius);
  width: 100%;
  height: 85px;
  object-fit: cover;
}

.media-detail .media-detail-content .related-news .card:not(:last-child) {
  border-bottom: 1px solid rgb(211, 208, 243);
  padding-bottom: 1rem;
}

.media-detail .media-detail-content .related-news .card .card-body {
  padding: 0;
}

.media-detail .media-detail-content .related-news .card .card-body .card-title {
  font-size: 0.875rem;
  font-weight: 600;
}

.media-detail .media-detail-content .related-news .card a {
  text-decoration: none;
  font-weight: 500;
  color: rgba(var(--primary-color), 1);
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* gallery-detail */
.gallery-detail .gallery-detail-content {
  position: relative;
}

.gallery-detail .gallery-detail-content .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gallery-detail .gallery-detail-content .owl-carousel .owl-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(24deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.gallery-detail .gallery-detail-content .gallery-carousel .owl-nav.disabled,
.gallery-detail .gallery-detail-content .gallery-carousel .owl-dots.disabled {
  display: block;
}

.gallery-detail .gallery-detail-content .gallery-carousel .owl-nav.disabled {
  color: #ffffff;
  font-size: 2rem;
  display: flex;
  gap: 0.5rem;
}

.gallery-detail .gallery-detail-content .gallery-carousel .owl-next,
.gallery-detail .gallery-detail-content .gallery-carousel .owl-prev {
  width: 36px !important;
  height: 36px !important;
  background-image: linear-gradient(345deg, #2413c5 51%, #fe8200 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.gallery-detail .gallery-detail-content .gallery-carousel .owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f105";
  font-size: 13px;
  color: #ffffff;
}

.gallery-detail .gallery-detail-content .gallery-carousel .owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f104";
  font-size: 13px;
  color: #ffffff;
}

.gallery-detail .gallery-detail-content .gallery-carousel .owl-prev span {
  display: none;
}

.gallery-detail .gallery-detail-content .gallery-carousel span {
  display: none;
}

.gallery-detail .gallery-detail-content .owl-carousel .owl-item {
  position: relative;
}

.gallery-detail .owl-nav {
  position: absolute;
  right: 2.5rem;
  top: 2rem;
}

.gallery-detail .owl-number-counter {
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  font-size: 2.25rem;
  color: #ffffff;
  z-index: 10;
  font-weight: 300;
}
/* .gallery-detail .gallery-detail-content .share-wrap {
  position: absolute;
  z-index: 100;
  right: 3rem;
  bottom: 2rem;
  background-image: linear-gradient(9deg, #2413C5 51%, #FE8200 100%);
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.gallery-detail .gallery-detail-content .share-wrap .share-icon {
  color: #ffffff;
  transition: all .4s ease-in-out;
}

.gallery-detail .gallery-detail-content .share-wrap .shareon a {
  text-decoration: none;
  color: #ffffff;
  background-image: linear-gradient(9deg, #2413C5 51%, #FE8200 100%);
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin: 1rem 0;
}

.gallery-detail .gallery-detail-content .share-wrap .las,
.gallery-detail .gallery-detail-content .share-wrap .lab{
  font-size: 1.2rem !important;
}

.gallery-detail .gallery-detail-content .share-wrap .shareon-container .shareon svg {
  fill: #ffffff;
  width: 16px;
  height: 16px;
}

.share-wrap ul.social.active li:nth-child(n) {
  transition-delay: calc(0.2s * var(--n));
}

.gallery-detail .gallery-detail-content .share-wrap .shareon-container {
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  transform: translateY(10px);
  transition: visibility 0.4s, opacity 0.4s, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  bottom: 36px;
}


.gallery-detail .gallery-detail-content .share-wrap .shareon-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gallery-detail .gallery-detail-content .share-wrap .shareon a:hover {
  opacity: 0.7;
  transform: scale(1.1);
} */

/************* Our divsion ***************/
.our-division .our-disvision-content .division-banner .divsion-item img {
  position: relative;
  border-radius: var(--common-radius);
}

.our-division .our-disvision-content .division-banner .caption {
  position: absolute;
  z-index: 99;
  bottom: 1.5rem;
  left: 1.5rem;
}

.our-division .our-disvision-content .division-banner .caption h6 {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.division-banner .owl-nav {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: block;
  display: flex;
  gap: 0.2rem;
}

.our-division
  .our-disvision-content
  .division-banner
  .owl-carousel.owl-nav.disabled,
.our-division
  .our-disvision-content
  .division-banner
  .owl-carousel
  .owl-dots.disabled {
  display: block;
}

.our-division
  .our-disvision-content
  .division-banner
  .owl-carousel
  .owl-nav.disabled {
  color: #ffffff;
  font-size: 2rem;
  display: flex;
  gap: 0.5rem;
}

.our-division .our-disvision-content .division-banner .owl-carousel .owl-next,
.our-division .our-disvision-content .division-banner .owl-carousel .owl-prev {
  width: 24px !important;
  height: 24px !important;
  background-image: linear-gradient(345deg, #2413c5 51%, #fe8200 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.our-division
  .our-disvision-content
  .division-banner
  .owl-carousel
  .owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f105";
  font-size: 13px;
  color: #ffffff;
}

.our-division
  .our-disvision-content
  .division-banner
  .owl-carousel
  .owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f104";
  font-size: 13px;
  color: #ffffff;
}

.our-division
  .our-disvision-content
  .division-banner
  .owl-carousel
  .owl-prev
  span {
  display: none;
}

.our-division .our-disvision-content .division-banner .owl-carousel span {
  display: none;
}

.our-disvision-content-right p {
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.our-division .our-partners {
  background: rgba(9, 26, 65, 1);
  position: relative;
}

.our-division .our-partners .section-heading h6 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.our-division .our-partners .section-heading h5 {
  font-size: 2.625rem;
  font-weight: 300;
  color: #ffffff;
}

.our-division .our-partners .partner-carousel .partner-item img {
  border-radius: var(--common-radius);
}

.our-division .our-partners .partner-carousel .owl-nav.disabled,
.our-division .our-partners .partner-carousel .owl-dots.disabled {
  display: block;
}

.our-division .our-partners .partner-carousel .owl-nav.disabled {
  position: absolute;
  left: 0;
  bottom: -60px;
  color: white;
  font-size: 2rem;
  display: flex;
  gap: 0.5rem;
}

.our-division .our-partners .partner-carousel .owl-next,
.our-division .our-partners .partner-carousel .owl-prev {
  width: 32px;
  height: 32px;
  background-image: linear-gradient(345deg, #2413c5 51%, #fe8200 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.our-division .our-partners .partner-carousel .owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1rem;
  color: #ffffff;
}

.our-division .our-partners .partner-carousel .owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f104";
  font-size: 1rem;
  color: #ffffff;
}

.our-division .our-partners .partner-carousel .owl-prev span {
  display: none;
}

.our-division .our-partners .partner-carousel span {
  display: none;
}

/************* Our management ***************/
.our-management .our-management-content .card {
  border-radius: 0;
  border: 0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: transparent;
}

.our-management .our-management-content .card .card-title {
  font-size: 1.25rem;
  color: rgba(var(--primary-color), 1);
  font-weight: 500;
}

.our-management .our-management-content .card .card-text p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.our-management .our-management-content .card:not(:last-child) {
  border-bottom: 1px solid rgba(211, 208, 243, 1);
}

.our-management .our-management-content .card img {
  border-radius: var(--common-radius);
}

/************* Our partners ***************/
.our-partners .our-partners-content .partner-item {
  margin-bottom: 1rem;
}

.our-partners .our-partners-content .partner-item img {
  border-radius: var(--common-radius);
  width: 100%;
}

/*************  Al Masaood Group  ***************/
.almasood-group .almasood-group-content img {
  border-radius: var(--common-radius);
}

.almasood-group .almasood-group-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

/*************  Governance  ***************/
.governance .governance-content h5 {
  font-weight: 500;
  font-size: 1.25rem;
  color: rgba(var(--primary-color), 1);
}

.governance .governance-content p {
  font-size: 1rem;
}

.governance .governance-content .governance-img img {
  border-radius: var(--common-radius);
}

.governance .governance-content .contact a {
  text-decoration: none;
  font-weight: 500;
  color: rgba(var(--primary-color), 1);
}

.governance .governance-content .contact .la-envelope {
  font-size: 1.2rem;
  padding-bottom: 2px;
}

/*************  Group History  ***************/
.group-history .group-history-content .history-img img {
  border-radius: var(--common-radius);
}
.group-history .group-history-content p {
  font-size: 1rem;
}

.group-history .timeline-video {
  background-image: url(../images/timeline-video-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.group-history .timeline-video .modal-dialog .modal-content {
  height: 100%;
  position: relative;
  background-color: transparent;
  border: 0;
}

.group-history .timeline-video .btn-close {
  background: none;
  position: absolute;
  top: -1.1rem;
  right: 1.5rem;
  opacity: 1;
}

.group-history .timeline-video .btn-close:focus {
  box-shadow: none;
}

.group-history .timeline-video .btn-close::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 1rem;
  color: rgba(255, 255, 255, 1);
  background-image: linear-gradient(345deg, #2413c5 51%, #fe8200 100%);
  border-radius: 50%;
  height: 32px;
  width: 32px;
  padding: 0.5rem;
}

.group-history .timeline-video .timeline-video-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.group-history .timeline-video .timeline-video-content .video-icon .la-play {
  color: #faf7f7;
  font-size: 2rem;
}

.group-history .timeline-video .timeline-video-content .video-btn {
  background-color: #091a41;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.group-history .timeline-video .timeline-video-content .video-btn:hover {
  transform: scale(1.1);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
  background-color: #0a2a5a;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }

  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px #fff0;
  }
}

.group-history .timeline-video .timeline-video-content h6 {
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  margin-top: 1.5rem;
}

/*************  privacy policy  ***************/
.privacy-policy .privacy-content h6 {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(var(--primary-color), 1);
  margin-bottom: 1rem;
}

.privacy-policy .privacy-content .arrow-list {
  position: relative;
}

.privacy-policy .privacy-content .arrow-list li {
  list-style: none;
  margin-bottom: 1rem;
}

.privacy-policy .privacy-content .dot-list {
  padding-left: 3rem;
}

.privacy-policy .privacy-content .dot-list li {
  margin-bottom: 1rem;
}

.privacy-policy .privacy-content .arrow-list li::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f061";
  font-size: 1rem;
  color: rgba(77, 77, 77, 1);
  position: absolute;
  left: 0;
}

.privacy-policy .privacy-content .your-rights {
  padding-left: 0;
}

.privacy-policy .privacy-content .your-rights li {
  margin-bottom: 1rem;
  list-style: none;
}

.privacy-policy .privacy-content .contact-us a {
  color: rgba(0, 0, 0, 0.7);
}

label#lblMsg {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--common-radius);
}

.error-msg {
  color: red !important;
  background: rgb(233 30 99 / 10%) !important;
}
.success-msg {
  background: #4db097;
  color: #fff;
}

.enquiry-form #loader-gif-enquiry,
#enquiryForm #loader-gif-enquiry {
  width: 40px;
  height: 40px;
}

.enquiry-form #enquiryFormButton,
#enquiryForm #enquiryFormButton {
  margin-right: 20px;
}

.addsWg--footer {
  display: none !important;
}

/* New Gallery Detail */

.gallery-detail .spotlight-group .spotlight-gallery .spotlight {
  margin-bottom: 2rem;
  display: block;
}
.gallery-detail .spotlight-group .spotlight-gallery .spotlight img {
  border-radius: var(--common-radius);
}

.spl-share .shareon-container {
  display: none;
  position: absolute;
  left: -38px;
  top: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.spl-share .share-wrap:hover .shareon-container,
l .spl-share .shareon-container:hover {
  display: block;
}

.spl-share .share-wrap {
  position: relative;
  display: inline-block;
}

.spl-share .share-icon {
  font-size: 1.8rem;
  color: #faf7f7;
  position: absolute;
  top: -10px;
  right: 6px;
}

.spl-share .shareon-container .shareon {
  display: flex;
  flex-direction: column;
}

.spl-header {
  overflow: visible;
}

.spl-header div {
  opacity: 0.8;
}

.spl-share .share-wrap .shareon a {
  text-decoration: none;
  color: #ffffff;
  background: transparent;
  transition: all 0.3s ease;
  margin: 0.2rem 0;
  padding: 6px 8px;
  line-height: 1;
}

.spl-share .share-wrap .shareon a:hover {
  transform: scale(1.1);
  opacity: 1;
}

.spl-share .share-wrap .shareon-container .shareon svg {
  fill: #ffffff;
  width: 16px;
  height: 16px;
}

.spl-share .share-wrap .shareon-container .las,
.spl-share .share-wrap .shareon-container .lab {
  font-size: 1.2rem !important;
}

.spl-footer {
    display:none;
}
}