body {
  font-size: 15px;
  line-height: 25px;
  color: #dddddd;
  font-family: "lato-light";
}

/* Pulsing green WhatsApp indicator */
.whatsapp-ring-container {
  position: fixed;
  z-index: 9999;
  right: 16px;
  top: calc(100% - 66px);
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  text-decoration: none;
}

.whatsapp-ringring {
  position: absolute;
  width: 62px;
  height: 62px;
  border: 7px solid rgba(37, 211, 102, 0.4);
  border-radius: 50%;
  animation: whatsapp-beacon-pulse 1.5s ease-out infinite;
}

.whatsapp-circle {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #25d366;
  border: 0px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.whatsapp-ring-container:hover .whatsapp-circle {
  transform: scale(1.12);
  background-color: #1ebe5d;
}

@keyframes whatsapp-beacon-pulse {
  0% {
    transform: scale(0.7);
    opacity: 0.95;
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

/* Pulsing red availability/status indicator */
.ring-container {
  position: fixed;
  z-index: 9999;
  right: 16px;
  top: 83%;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  text-decoration: none;
}

.ringring {
  position: absolute;
  width: 62px;
  height: 62px;
  border: 7px solid rgba(255, 49, 49, 0.35);
  border-radius: 50%;
  animation: red-beacon-pulse 1.5s ease-out infinite;
}

.circle {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #ff3131;
  border: 3px solid #ffffff;
  border-radius: 50%;
  font-family: 'lato-Bold';
    color: white;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
  .whatsapp-ring-container {
    right: 16px;
    top: calc(100% - 48px);
    width: 54px;
    height: 54px;
  }

  .whatsapp-ringring {
    width: 54px;
    height: 54px;
  }

  .whatsapp-circle {
    width: 40px;
    height: 40px;
  }

  .whatsapp-circle svg {
    width: 22px;
    height: 22px;
  }

  .ring-container {
    right: 16px;
    width: 54px;
    height: 54px;
    top: 84.5%;
  }

  .ringring {
    width: 54px;
    height: 54px;
  }
}

/* Map location pulsing pin point */
.map-location-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.map-location-pin {
  position: absolute;
  top: 41%;
  left: 46.27%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 10;
  cursor: pointer;
}

.map-location-pin .ringring {
  position: absolute;
  width: 52px;
  height: 52px;
  border: 6px solid rgba(2, 78, 162, 0.5);
  border-radius: 50%;
  animation: blue-beacon-pulse 1.5s ease-out infinite;
}

.map-location-pin .circle {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 19px;
  background-color: #024ea2;
  border: 3px solid #ffffff !important;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease;
}

.map-location-pin:hover .circle {
  transform: scale(1.15);
}

@media (max-width: 991px) {
  .map-location-pin {
    width: 42px;
    height: 42px;
  }
  .map-location-pin .ringring {
    width: 42px;
    height: 42px;
    border-width: 5px;
  }
  .map-location-pin .circle {
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
}

@media (max-width: 767px) {
  .map-location-pin {
    width: 34px;
    height: 34px;
  }
  .map-location-pin .ringring {
    width: 34px;
    height: 34px;
    border-width: 4px;
  }
  .map-location-pin .circle {
    width: 16px;
    height: 16px;
    border-width: 2.5px;
  }
}

@media (max-width: 575px) {
  .map-location-pin {
    width: 26px;
    height: 26px;
  }
  .map-location-pin .ringring {
    width: 26px;
    height: 26px;
    border-width: 3px;
  }
  .map-location-pin .circle {
    width: 6px;
    height: 6px;
    border-width: 2px;
    border: 1px solid #ffffff !important;
  }
}

@keyframes red-beacon-pulse {
  0% {
    transform: scale(0.7);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.15);
    opacity: 0;
  }
}

@keyframes blue-beacon-pulse {
  0% {
    transform: scale(0.7);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@font-face {
  font-family: "vanilla-personal";
  src: url("../fonts/vanilla-personal.bold.ttf");
}

@font-face {
  font-family: "sfprodisplaybold";
  src: url("../fonts/SFPRODISPLAYBOLD.OTF");
}

@font-face {
  font-family: "sfprodisplaylight";
  src: url("../fonts/SF-Pro-Display-Light.otf");
}

@font-face {
  font-family: "sfprodisplaymedium";
  src: url("../fonts/SFPRODISPLAYMEDIUM.OTF");
}

@font-face {
  font-family: "Fabyen-Bold";
  src: url("../fonts/Fabyen-Bold.ttf");
}
@font-face {
  font-family: "Fabyen-regular";
  src: url("../fonts/Fabyen-Regular.ttf");
}
@font-face {
  font-family: "lato-Bold";
  src: url("../fonts/lato/Lato-Bold.ttf");
}
@font-face {
  font-family: "lato-Light";
  src: url("../fonts/lato/Lato-Light.ttf");
}
@font-face {
  font-family: "lato-regular";
  src: url("../fonts/lato/Lato-Regular.ttf");
}

/* new font */

@font-face {
  font-family: "ivy-regular";
  src: url("../fonts2/IvyMode-Regular.ttf");
}

@font-face {
  font-family: "ivy-simibold";
  src: url("../fonts2/IvyMode-SemiBold.ttf");
}

@font-face {
  font-family: "ivy-medium";
  src: url("../fonts2/fonts2/IvyMode-SemiBold.ttf");
}

.year-timeline svg path {
  fill: black;
}

.active svg path {
  fill: #17479e !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fabyen-regular" !important;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  line-height: 100%;
}

.font1 {
  font-family: "Poppins", sans-serif;
}

p,
.site-footer__column p,
.site-footer__column a {
  line-height: 1.48 !important;
  font-family: "lato-regular" !important;
  font-size: 14px !important;
  /* font-size: 14px; */
}

.f400 {
  font-weight: 400 !important;
}

.f500 {
  font-weight: 500 !important;
}

.f600 {
  font-weight: 600 !important;
}

.f700 {
  font-weight: 700 !important;
}

select:focus {
  box-shadow: none !important;
}

input:focus {
  box-shadow: none !important;
}

textarea:focus {
  box-shadow: none !important;
}

button:focus {
  box-shadow: none !important;
}

.btn:focus {
  box-shadow: none !important;
}

#wpadminbar {
  display: none;
}

/*.bg-1 {
    background: #212121;
}*/

.bg-2 {
  background: #f6f7f9;
}

/* Homepage consultation form */
.consultation-form-section {
  padding: clamp(4.5rem, 8vw, 7.25rem) 1rem;
  color: #676767;
  /* background-color: #f7f7f6; */
  background-image: url("https://radissonbluislamabad.com/wp-content/uploads/2026/08/Gray-Ground-03-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.consultation-form-wrap {
  max-width: 910px;
  margin: 0 auto;
}

/* .consultation-form h2,
.consultation-form-wrap h2 {
    margin: 0 0 clamp(2.75rem, 5vw, 4.25rem);
    color: #666;
    font-family: 'sfprodisplaylight', 'Inter', sans-serif !important;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
} */

.consultation-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.35rem;
  row-gap: 2.5rem;
}

.consultation-form .form-group {
  min-width: 0;
  margin: 0;
}

.consultation-form label {
  display: block;
  margin: 0 0 1.6rem;
  color: #686868;
  font-family: "Inter", sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.19em;
  line-height: 1;
  text-transform: uppercase;
}

.consultation-form input,
.consultation-form select {
  display: block;
  width: 100%;
  min-height: 2rem;
  padding: 0 0 0.55rem;
  border: 0;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: 0;
  color: #555;
  background: transparent;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}

.consultation-form select {
  appearance: auto;
  cursor: pointer;
}

.consultation-form input:focus,
.consultation-form select:focus {
  border-bottom-color: #4c4c4c;
  box-shadow: none;
}

.consultation-form .iti {
  display: block;
}

.consultation-form .iti input {
  padding-left: 5.25rem !important;
}

.consultation-form__address {
  grid-column: 1 / -1;
}

.consultation-form__submit {
  margin-top: clamp(3rem, 5vw, 4.4rem);
  text-align: center;
}
/* 
.consultation-form__submit button {
    min-width: 280px;
    padding: 1.05rem 2rem;
    border: 1px solid #999;
    border-radius: 0;
    color: #686868;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 0.67rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.consultation-form__submit button:hover,
.consultation-form__submit button:focus-visible {
    border-color: #666;
    color: #fff;
    background: #666;
} */

.consultation-form .error {
  margin-top: 0.45rem;
  color: #b42318;
  font-size: 0.76rem;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 767.98px) {
  .consultation-form-section {
    padding-right: 0;
    padding-left: 0;
  }

  .consultation-form__grid {
    grid-template-columns: 1fr;
    row-gap: 2.1rem;
  }

  .consultation-form__address {
    grid-column: auto;
  }

  .consultation-form__submit button {
    width: 100%;
    min-width: 0;
  }
}

.color2 {
  color: #000000;
}

.banner-video {
  object-fit: cover;
}

/* header {
    transition: .2s ease-in-out;
    padding: 10px 0px;
    position: absolute;
    z-index: 9999999;
    width: 100%;
    background: transparent;
    top: 0;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.address:not([href]):hover {
  color: white !important;
}

.modal .submit_btn_wrap:hover,
.modal .submit_btn_wrap:hover a {
  background-color: #372216 !important;
  color: white !important;
}

.modal .submit_btn_wrap:hover path {
  fill: white !important;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.nav-link:focus-visible {
  box-shadow: unset !important;
}

#smooth-wrapper {
  height: 100%;
  overflow: hidden;
}

#smooth-content {
  will-change: transform;
}

body {
  /* font-family: "Baskervville", serif; */
  font-weight: 400;
  font-style: normal;
  color: #081a3a;
  background-color: white;
  /* overflow-y: hidden !important; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.img-caption {
  font-family: "Fabyen-regular" !important;
}

button,
button span,
.btn,
.btn span {
  font-family: "lato-Light" !important;
}

.sidebar-ul .active {
  font-family: "lato-Bold" !important;
  font-weight: 700;
  color: #17479e !important;
}

.sidebar-ul a {
  opacity: 1 !important;
  font-family: "lato-Light" !important;
}

/* Menu */
.menu {
  cursor: pointer;
}

#full {
  position: fixed;
  padding: 40px;
  width: 30%;
  background: white;
  height: 100vh;
  top: 0;
  left: -110%;
  z-index: 121221212121;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 3px 0px #00000091;
}

.overly333 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000042;
}

.main-grid {
  display: grid;
  align-items: center;
  padding: 0;
  margin: 0;
}

#full a {
  opacity: 1 !important;
}

.blur-body {
  filter: blur(6px);
}

#full ul {
  padding-left: 100px;
  margin-top: 10vh;
  margin-left: -90px;
}

#full ul li {
  display: block;
  font-size: 40px;
  margin-bottom: 12px;
  color: black;
  font-family: "secondary-font" !important;
  line-height: 34px;
}

#full ul li .blod-a {
  font-size: 1.5vw;
  font-weight: 600;
}

#full ul li .rul-a {
  font-size: 1.25rem;
  font-weight: 400;
}

#close {
  position: absolute;
  top: 31px;
  left: 48px;
  cursor: pointer;
}

.news_second img {
  /* height: 30vh; */
  aspect-ratio: 1 / 0.47;
  object-fit: cover;
}

/* Menu */

/* Header */
header {
  /* background-color: #00000080; */
  text-align: center;
  z-index: 3;
  position: absolute;
  width: 100%;
}

.fixed-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1000;
  top: 0 !important;
}

#main-banner2 {
  scale: 1;
}
.sidebar-ul li a {
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
}

.menu,
.contact {
  opacity: 0;
  font-weight: 500;
}

/* Inner pages use the completed, white header state from the first paint. */
.fixed-header.main-bb {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.fixed-header.main-bb .menu,
.fixed-header.main-bb .contact {
  opacity: 1;
}

.fixed-header.main-bb .logo-img {
  margin-top: 0;
  scale: 1;
}

.logo-img {
  scale: 1.5;
  width: 137px;
}

.main-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px, 0px);
  will-change: transform;
}

.bg-img-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px, 0px);
  will-change: transform;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.contact-btn {
  color: #ffffff;
  background-color: white;
  border: 1px solid white;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  transition: background-color 0.3s;
  text-transform: uppercase;
  font-family: "lato-Bold" !important;
  font-weight: 800;
  line-height: 100%;
}

/* Account icon dropdown: keeps the existing icon appearance without a caret. */
.account-menu-toggle {
  padding: 0;
  border: 0;
  background: transparent;
}

.sign-in-btn:hover {
  background-color: #17479e;
  color: white !important;
  transition: all 0.5s ease-in-out !important;
}

.sign-in-btn {
  text-transform: uppercase;
  font-weight: 800 !important;
  font-family: "samibold", sans-serif !important;
  font-size: 14px !important;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  padding: 10px 22px !important;
  border: 1px solid #17479e !important;
  color: #1b1b1b !important;
  background-color: white;
  cursor: pointer;
}

.offcanvas-backdrop.show {
  opacity: 0.7 !important;
}

.offcanvas-backdrop {
  background-color: black !important;
}

.sidebar-ul li a {
  font-size: 17px;
  text-transform: uppercase;
}

.sidebar-ul li {
  margin-bottom: 1.4rem;
}

.offcanvas .offcanvas-header .btn-close {
  background-size: 1.2rem !important;
}

.offcanvas .offcanvas-header #sideMenuClosBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2317479e'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") !important;
  opacity: 1;
}

.about_btn:hover {
  background-color: white;
  color: #372216;
  border: 1px solid #372216;
}

/* Hero Section */

.logo,
.white_logo {
  width: 155px;
  object-fit: cover;
}

.main_header .logo {
  display: none;
}

.main_header .white_logo {
  display: block;
}

.sticky_header .logo {
  display: block;
}

.sticky_header .white_logo {
  display: none;
}

.border_bottom {
  z-index: 99999999999;
  width: 0%;
  left: 0;
  transition: 0.9s;
}

.mimu_ul li a:hover .border_bottom {
  transition: 0.9s;
  width: 100%;
}

.mimu_ul li a.active .border_bottom {
  width: 100%;
}

/* .navbar a {
    font-size: 15px;
    color: #fff !important;
    display: inline-block;
} */

.sticky_header a:hover {
  color: #0165fc !important;
}

.sticky_header a:hover .border_bottom {
  border-color: #0165fc !important;
  width: 100%;
}

.sticky_header a.active .border_bottom {
  width: 100%;
  border-color: #0165fc !important;
}

.sticky_header a.active {
  color: #0165fc !important;
}

.navbar .color1 {
  color: white !important;
  border: 1px solid white !important;
  padding: 15px 22px !important;
  border-radius: 45px;
  white-space: nowrap;
  width: fit-content !important;
}

.navbar .color1:hover {
  background: #0165fc !important;
  color: white !important;
  border-radius: 45px;
}

.navbar .color1 svg path {
  stroke: white !important;
  fill: white !important;
}

.navbar ul li a {
  color: white;
  font-weight: 500 !important;
}

.dropdown_1 li a:hover {
  background-color: black;
  color: white !important;
}

.dropdown_1 li a {
  color: black !important;
}

.navbar .navbar-brand {
  padding: 0px !important;
}

.button-navbar {
  border: 1px solid white;
  background-color: white;
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding: 10px 16px 9px 16px;
  margin-top: 2px;
  font-weight: 500;
  padding: 15px 22px;
  border-radius: 45px;
  white-space: nowrap;
}

.button-navbar:hover {
  border: 1px solid #0165fc;
  background: #0165fc;
  color: white;
}

.navbar-nav a:hover {
  background-color: transparent;
  transition: 0.2s ease-in-out;
  border-radius: 8px;
}

.container-fluid {
  max-width: 94%;
}

/* new navbar css */
.sticky_header {
  transition: 5s;
  transition:
    background-color 0.6s ease,
    box-shadow 0.6s ease;
  background-color: white !important;
  position: fixed !important;
  top: 0 !important;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

.sticky_header ul li a {
  color: black !important;
  transition: 0.9s;
}

.sticky_header .button-navbar {
  border: 1px solid #0165fc;
  background-color: #0165fc;
  color: white;
  transition: 0.9s;
}

.sticky_header .color1 {
  border: 1px solid #0165fc !important;
  background-color: transparent;
  color: #0165fc !important;
  transition: 0.9s;
}

.sticky_header .color1 svg path {
  stroke: #0165fc !important;
  fill: #0165fc !important;
  transition: 0.9s;
}

.sticky_header .color1:hover svg path {
  stroke: white !important;
  fill: white !important;
  transition: 0.9s;
}

.dropdown_1 {
  background: white;
}

.dropdown_1 li a {
  color: black !important;
}

.mw-100 {
  max-width: 100%;
}

.socail-icon-ul {
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
  /* padding-bottom: 2rem !important; */
  z-index: 9999999999999;
}

.container {
  max-width: 1100px;
}

.container_width {
  max-width: 100%;
  width: 85%;
}

.container-slider {
  max-width: 1100px;
  margin-left: auto;
}

/**/

.slider-style.owl-carousel .owl-stage-outer {
  /* padding-bottom: 4rem; */
  padding-top: 4rem;
}

/* replacing and new css */

.slider-style.owl-carousel .owl-nav {
  position: absolute;
  width: 95%;
  display: inherit !important;
  display: flex !important;
  top: 48%;
  justify-content: space-between;
  left: 50%;
  transform: translate(-50%);
}

.slider-style.owl-carousel .owl-item .item .button1 {
  display: none;
}

.center-active .button1 {
  display: block !important;
  width: fit-content;
}

.slider-style.owl-carousel .owl-item img {
  width: 70px !important;
}

.play-ptn {
  transform: translate(-50%, -50%);
  margin-left: -50px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 999999;
}

.modal-video.show {
  z-index: 99999999999999;
  border: 0 !important;
  background-color: rgba(255, 255, 255, 0.27) !important;
  backdrop-filter: blur(0.3em);
}

.modal-video .modal-content,
.modal-video .modal-content iframe {
  border-radius: 28px;
}

.image-modal.show {
  z-index: 9999999999;
}

.image3,
.image2 {
  cursor: pointer;
}

.video-modal_close {
  z-index: 9999999;
  top: 1%;
  background-color: white;
  right: 0.5%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.video-modal_close:hover {
  background-color: #0165fc;
}

.video-modal_close:hover .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center / 1em auto no-repeat;
}

.slider-style .owl-item {
  opacity: 0.5;
}

.slider-style .center {
  opacity: 1 !important;
}

.slider-style .center .icon-width1 {
  scale: 1.4;
}

/* replacing and new css */

.caption_main {
  width: 82.5%;
  position: absolute;
  left: 50%;
  top: -65px;
  transform: translateX(-50%);
}

.slider-style.owl-carousel .owl-nav button.owl-next {
  float: right;
}

.slider-style.owl-carousel .owl-nav button.owl-next,
.slider-style.owl-carousel .owl-nav button.owl-prev {
  border: 1px solid #b2b2b2 !important;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  color: #b2b2b2;
  font-size: 23px !important;
  margin: 2px 8px;
}

.slider-style.owl-carousel .owl-nav button.owl-next:hover,
.slider-style.owl-carousel .owl-nav button.owl-prev:hover {
  border: 1px solid #0165fc !important;
  color: #0165fc;
}

.caption-text1 {
  display: inline-block;
  margin-left: 56px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000000;
}

.caption-text2 {
  float: right;
  display: inline-block;
  margin-right: 64px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000000;
}

.slider-style.owl-carousel .owl-nav button.owl-next span,
.slider-style.owl-carousel .owl-nav button.owl-prev span {
  font-size: 0;
}

.slider-style.owl-carousel .owl-nav button.owl-next {
  background-image: url("../images/right.png") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  /* width: 17px; */
}

.slider-style.owl-carousel .owl-nav button.owl-prev {
  background-image: url("../images/left.png") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/**/

/*.carousel-section {
    background: #212121;
}*/

.bg-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}

/*.bg-banner:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.1) 60%);
        height: 100%;
    }*/

.bg-banner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/test2_02.png);
  height: 100%;
  height: 160px;
  width: 100%;
  background-repeat: no-repeat !important;
  bottom: 0px;
  background-size: cover !important;
}

.carousel-section {
  position: relative;
}

.bg-banner-overlay {
  background: rgba(0, 0, 0, 0.44);
  padding: 100px 0px 70px 0px;
  z-index: 9999999;
}

.download_img {
  width: 185px;
}

.download_text {
  font-family: "sfprodisplaylight" !important;
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: 1px;
}

.slider-style .item img {
  width: fit-content !important;
}

.bg-banner-overlay h1 {
  font-size: 60px;
  margin-bottom: 0px;
}

.bg-banner-overlay p {
  padding-top: 22px;
  font-size: 15px;
  padding-bottom: 7px;
}

.bg-banner-overlay .span {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}

.bg-banner-overlay span i {
  font-size: 11px;
  position: relative;
  top: -1px;
}

.view-more {
  color: white;
  text-decoration: none;
}

.view-more i {
  display: inline-block;
  background: #000;
  color: white;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
}

.view-more span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  padding-left: 5px;
  color: #ddd;
}

.view-more:hover i {
  background: #af922c;
}

.view-more:hover {
  color: #fff;
}

.view-more:hover span {
  color: #fff;
}

/**/

.video-container {
  position: relative;
}

.container-zs {
  max-width: 1000px;
}

.numbering {
  position: absolute;
  left: 50%;
  display: block;
  z-index: 1000000000;
  margin: 0 auto;
  display: block;
  text-align: center;
  transform: translateX(-50%);
  top: -12px;
}

.numbering .current-num {
  font-size: 29px;
  font-weight: 400;
  position: relative;
  top: 27px;
  color: #000000 !important;
}

.numbering .total {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: 27px;
  left: 3px;
  color: gray;
}

/**/

.list1 {
  position: relative;
  top: 4px;
}

.list1 img {
  width: 60px;
}

.list1 .icon-width1 {
  width: 50px;
  left: 9px;
}

.list1 p {
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "sfprodisplaymedium";
  color: #000000 !important;
}

.list1 span {
  font-size: 13px;
  color: #dddddd;
  font-family: "Poppins", sans-serif;
  color: #000000 !important;
}

.button1 {
  border: 1px solid #0165fc;
  color: #0165fc;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding: 20px 34px;
  letter-spacing: 2px;
  white-space: nowrap;
  border-radius: 43px;
  font-family: "lato-Light" !important;
}

.button1:hover {
  border: 1px solid #17479e;
  background: #17479e;
  color: white;
}
.button11 {
  font-family: "lato-Light" !important;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding: 20px 34px;
  letter-spacing: 2px;
  white-space: nowrap;
  border-radius: 0px;
}

.button11:hover {
  border: 1px solid #17479e !important;
  background: #17479e;
  color: white;
}
.button12 {
  font-family: "lato-Light" !important;
  border: 1px solid #081a3a;
  color: #081a3a;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding: 20px 34px;
  letter-spacing: 2px;
  white-space: nowrap;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
}

.button12:hover {
  border: 1px solid #17479e !important;
  background: #17479e;
  color: white;
  text-decoration: none;
}

.button1:hover svg {
  fill: white;
}

.button-lg2 {
  padding: 14px 25px 13px 25px;
}

/**/
.bg-cover2 {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.shade1 {
  background: #e7eef8;
}

.span-heading {
  font-size: 14px;
  /*     font-family: 'vanilla-personal'; */
  font-family: "Figtree", sans-serif;
  color: #0165fc;
}

.main-text {
  color: #000000;
  font-size: 15px;
  line-height: 20px !important;
  font-family: "sfprodisplaylight";
  letter-spacing: 1px;
}

.title-2 {
  color: #000000 !important;
  text-transform: uppercase;
}

.title-2 b {
  font-family: "ivy-regular";
  font-size: 40px;
}

.title-2-xl b {
  font-family: "ivy-simibold";
}

.title-2 span {
  font-size: 40px;
  font-family: "ivy-simibold";
}

.title-2-xl span {
  font-family: "ivy-simibold";
}

.title-2-xl {
  font-size: 60px;
}

/**/
.image1 {
  position: relative;
  left: -50px;
  top: -40px;
  width: 105%;
  height: 590px;
}

.image2 {
  width: 89%;
  float: right;
  height: 300px;
  margin-bottom: -60px;
}

.image3 {
  position: relative;
  width: 107%;
  height: 350px;
}

/**/

.slider-style2.owl-carousel .owl-nav.disabled {
  display: inherit !important;
}

.slider-style2.owl-carousel .item img {
  object-fit: cover;
  cursor: pointer;
}

.carousel-wrap {
  position: relative;
}

.slider-style2.owl-carousel .nav-btn {
  position: absolute;
  cursor: pointer;
  top: -75px !important;
  background-size: cover !important;
  width: 88px;
  height: 45px;
}

.slider-style2.owl-carousel .prev-slide {
  background: url(../images/prev-button.svg) no-repeat scroll 0 0;
  left: 0px;
}

.slider-style2.owl-carousel .next-slide {
  background: url(../images/next-button.svg) no-repeat scroll 0 0;
  right: 0px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 0px !important;
  height: 0px !important;
  margin: 5px 7px;
  background: #d6d6d6;
  display: none !important;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.slider-style2.owl-carousel button.owl-dot,
.slider-style3.owl-carousel button.owl-dot {
  width: 15px;
  height: 1px;
  background: #646363 !important;
  margin: 4px !important;
}

.slider-style2.owl-carousel button.owl-dot.active,
.slider-style3.owl-carousel button.owl-dot.active {
  width: 20px;
  height: 3.5px;
  background: #000000 !important;
  margin: 4px !important;
}

.slider-style2 .owl-dots {
  top: -75px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
}

.slider-style3 .owl-dots {
  bottom: -31px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
}

/* tabs */
.timelineClick {
  cursor: pointer;
}

.timelineClick.active svg {
  stroke: #0165fc !important;
}

/**/

.slider-style3.owl-carousel .owl-nav.disabled {
  display: none !important;
}

.slider-style3.owl-carousel .nav-btn {
  position: absolute;
  cursor: pointer;
  bottom: -40px !important;
  background-size: cover !important;
  width: 88px;
  height: 45px;
}

.slider-style3.owl-carousel .prev-slide {
  background: url(../images/prev-button.png) no-repeat scroll 0 0;
  left: 33px;
}

.slider-style3.owl-carousel .next-slide {
  background: url(../images/next-button.png) no-repeat scroll 0 0;
  right: 33px;
}

.slider-style3.owl-carousel button.owl-dot {
  width: 15px;
  height: 1.5px;
  background: #646363 !important;
  margin: 4px !important;
}

.slider-style3 .owl-dots {
  bottom: -19px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
}

/* Blueprint to Brilliance carousel */
.spotlight-slider-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: #efefef;
}

.spotlight-slider.owl-carousel {
  width: 100%;
}

.spotlight-slider .owl-stage {
  display: flex;
  align-items: center;
}

.spotlight-slider .owl-item {
  position: relative;
  z-index: 1;
  opacity: 0.78;
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
  transform: scale(0.48) !important;
}

.spotlight-slider .owl-item.center {
  z-index: 3;
  opacity: 1;
  transform: scale(1) !important;
}

/* The cards either side of the feature image sit between the small edge cards
   and the centre image, matching the stepped composition in the artwork. */
.spotlight-slider .owl-item.center + .owl-item,
.spotlight-slider .owl-item:has(+ .owl-item.center) {
  z-index: 2;
  opacity: 0.94;
  transform: scale(0.74) translateX(-43px) !important;
}

.spotlight-slider .spotlight-card img {
  filter: saturate(0.88);
  transition: filter 0.45s ease;
}

.spotlight-slider .owl-item.center .spotlight-card img {
  filter: saturate(1);
}

.spotlight-slider .owl-item.center + .owl-item .spotlight-card img,
.spotlight-slider .owl-item:has(+ .owl-item.center) .spotlight-card img {
  filter: saturate(0.96);
}

.spotlight-slider .owl-item:has(+ .owl-item.center) {
  transform: scale(0.74) translateX(43px) !important;
}

.spotlight-slider .owl-item.center + .owl-item + .owl-item {
  transform: scale(0.48) translateX(-19.8vw) !important;
}

.spotlight-slider .owl-item:has(+ .owl-item + .owl-item.center) {
  transform: scale(0.48) translateX(19.8vw) !important;
}

.spotlight-card {
  position: relative;
  aspect-ratio: 0.69;
  overflow: hidden;
  border: 1px solid rgba(19, 54, 49, 0.8);
  border-radius: 14px;
  box-shadow: none;
  color: #fff;
}

.spotlight-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spotlight-card__shade {
  position: absolute;
  inset: 0;
  background: #00000091;
  height: 20%;
  bottom: -1px;
  top: auto;
  margin: auto;
}

.spotlight-card__rating {
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: "fabyen-bold", sans-serif;
  font-size: clamp(1.1rem, 2.8vw, 2.4rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase !important;
}

.spotlight-card__rating span {
  font-size: 0.5em;
  vertical-align: top;
}

.spotlight-card__content {
  position: absolute;
  right: 30px;
  bottom: 0px;
  left: 30px;
  text-align: center;
}

.spotlight-card__content h3 {
  margin: 0 0 0px;
  color: #fff;
  font-family: "fabyen-bold", sans-serif;
  font-size: clamp(2.2rem, 2.1vw, 2.5rem);
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase !important;
}

.spotlight-card__badge {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.85);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}

/* Continuously moving building-details strip */
.building-details-marquee {
  overflow: hidden;
  padding: 20px 8px;
  background: #fff;
}

.building-details-marquee__viewport {
  overflow: hidden;
  background: #f0f0f0;
}

.building-details-marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.building-details-marquee__group {
  display: flex;
  flex: 0 0 auto;
}

.building-detail {
  display: flex;
  flex: 0 0 160px;
  min-height: 90px;
  padding: 25px 18px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #ababab;
  color: #111;
  text-align: center;
  white-space: nowrap;
}

.building-detail:nth-child(3),
.building-detail:nth-child(6) {
  flex-basis: 200px;
}

.building-detail strong {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.building-detail span {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 768px) {
  .building-detail,
  .building-detail:nth-child(3),
  .building-detail:nth-child(6) {
    flex-basis: calc((100vw - 16px) / 6);
    min-height: 100px;
    padding: 28px 18px;
  }

  .building-detail strong {
    font-size: 11px;
  }

  .building-detail span {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .spotlight-slider-section {
    padding: 54px 0;
  }

  .spotlight-slider .owl-item {
    transform: scale(0.68) !important;
  }

  .spotlight-slider .owl-item.center {
    transform: scale(1) !important;
  }

  .spotlight-slider .owl-item.center + .owl-item,
  .spotlight-slider .owl-item:has(+ .owl-item.center) {
    transform: scale(0.68) !important;
  }

  .spotlight-card {
    border-radius: 12px;
  }

  .spotlight-card__rating {
    top: 20px;
    right: 20px;
  }

  .spotlight-card__content {
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .building-details-marquee {
    padding: 12px 0;
  }

  .building-detail {
    flex-basis: 145px;
    min-height: 78px;
    padding: 20px 14px;
  }

  .building-detail:nth-child(3),
  .building-detail:nth-child(6) {
    flex-basis: 175px;
  }
}

/**/
.container-slider1 h5 {
  font-weight: 500;
  color: #000000;
}

.container-slider1 p {
  font-size: 14px;
  /* letter-spacing: 2px; */
  color: black;
}

.bg-color1 {
  background-color: #26262600;
}

.timelines-box {
  background: #e7eef8;
  padding: 50px 50px 40px 50px;
}

/**/

ul.timeline p {
  font-size: 17px;
  position: relative;
  color: #000000;
  top: -7px;
}

ul.timeline {
  list-style-type: none;
  position: relative;
  margin-left: 23%;
}

ul.timeline:before {
  content: " ";
  background: #2b2b2b;
  display: inline-block;
  position: absolute;
  left: 30px;
  width: 1px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 42px 0;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: " ";
  background: #191919;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 26px;
  width: 9px;
  height: 9px;
  z-index: 400;
}

ul.timeline > li.active:before {
  background: #0165fc;
}

.year-timeline {
  width: 100px;
  position: absolute;
  left: -94px;
  margin-top: -8px;
}

.cover-image5 {
  padding: 380px 0px 40px 0px;
  z-index: -1;
}

/**/

.details-box {
  padding-top: 40px;
}

.details-box h5 {
  font-size: 21px;
  font-weight: 500;
  padding-top: 17px;
  font-family: "sfprodisplaymedium";
  color: #000000 !important;
  letter-spacing: 0.7px;
}

.doc-text {
  font-family: "sfprodisplaymedium";
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
}

.details-box p {
  font-size: 13px;
  color: #3f3f3f;
}

.cover-image5 {
  position: relative;
  /*z-index:100000*/
}

.cover-image5:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bbpseudo_02.png);
  height: 200px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  bottom: 0px;
  background-size: cover !important;
  z-index: -1;
}

.zm-image {
  overflow: hidden;
}

.zm-image .locations-bg {
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.zm-image:hover .locations-bg {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: 0.3s ease-in-out;
  background: white;
}

.locations-bg {
  height: 500px;
  position: relative;
}

.lc-text {
  position: absolute;
  bottom: 0px;
  padding: 0px 15px 5px 20px;
  z-index: 12;
}

.transparent-overlay {
  height: 214px;
  width: 100%;
  background: linear-gradient(0deg, #191919 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  z-index: 1;
  left: 0;
}

.round-arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #a6a6a6;
  text-align: center;
  line-height: 37px;
  position: absolute;
  bottom: 38px;
  right: 14px;
}

.nearby_p {
  font-family: "sfprodisplaylight";
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dddddd;
}

.locations-bg h5 {
  font-size: 21px;
  font-weight: 500;
  font-family: "sfprodisplaymedium";
  letter-spacing: 0.5px;
  /* text-transform: uppercase; */
}

/* .locations-bg p {
    font-size: 12px;
    color: #DDDDDD;
    padding-top: 6px;
    font-family: 'sfprodisplaylight';
    letter-spacing: 1px;
} */
.locations_p p {
  font-size: 12px;
  color: #dddddd;
  padding-top: 6px;
  font-family: "sfprodisplaylight";
  letter-spacing: 1px;
}

.lc-text-details {
  width: 95%;
}

/**/
.or-text {
  position: relative;
  top: 19px;
}

.button-width {
  width: 238px;
}

.site-footer {
  padding: clamp(4rem, 7vw, 7.25rem) 0 1.5rem;
  color: #111;
  background: #fff
    url("https://radissonbluislamabad.com/wp-content/uploads/2026/08/BLU-Footer-Ground-scaled.png")
    center / cover no-repeat;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) minmax(220px, 1.5fr) minmax(
      130px,
      0.7fr
    ) minmax(180px, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
}

.site-footer__logo {
  display: inline-block;
  max-width: 300px;
}
.site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 28px 0 22px;
  list-style: none;
}
.footer-social li {
  margin: 0;
}
.footer-social a {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1.5px solid #202020;
  border-radius: 50%;
  color: #202020;
  font-size: 21px;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}
.footer-social a:hover {
  color: #fff;
  background: #0d4fa3;
  border-color: #0d4fa3;
}
.site-footer__stores {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.site-footer__stores img {
  display: block;
  width: auto;
  height: 34px;
}
.site-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-footer__column h2 {
  margin: 0 0 16px;
  color: #111;
  font-size: clamp(1.4rem, 2vw, 1.15rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.site-footer__column p,
.site-footer__column a {
  margin: 0;
  color: #151515;
  font-size: 17px;
  line-height: 1.25;
  text-decoration: none;
}
.site-footer__column p {
  max-width: 310px;
  margin-bottom: 5px;
}
.site-footer__column a:hover {
  color: #0d4fa3;
}
.site-footer__copyright {
  margin: 3rem 0 0;
  color: #151515;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 2rem;
  }
}

@media (max-width: 575.98px) {
  .site-footer {
    padding-top: 3rem;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .site-footer__logo {
    max-width: 255px;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%230165FC' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
  padding: 0 !important;
  font-size: var(--bs-navbar-toggler-font-size);
  background-color: transparent;
  border: 0 !important;
}

/* sidebar */

.man_sidebar {
  z-index: 999999999999999999;
  width: 100%;
}

.man_sidebar ul li a {
  color: #000000;
}

.man_sidebar ul li a.active {
  color: #0165fc !important;
}

.man_sidebar ul {
  gap: 1rem;
}

.man_sidebar ul:nth-child(2) {
  margin-top: 2rem;
  align-items: center;
}

.man_sidebar ul:nth-child(2) li {
  width: fit-content !important;
}

/* sidebar */

.h-vh {
  /* height: 500px; */
  height: 460px;
}

.border-none {
  border: none !important;
}

.footer-ul span {
  color: #000000;
}

.modal-header .btn-close {
  background-color: #ffffff;
  opacity: 1;
  color: white;
  z-index: 1;
  position: absolute;
  right: 9px;
  top: 9px;
}

/* about us */
.about_banner {
  background-size: cover;
  background-position: center;
  height: 60vh;
}

.about_title {
  font-family: "sfprodisplaybold";
  font-size: 40px;
}

.about_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 5px;
  height: 100%;
  display: block;
  background: #0165fc;
}

.line_c {
  position: relative;
  top: 19px;
  color: #000000;
  font-family: "sfprodisplaybold";
}

.line_c::before {
  content: "";
  top: 0;
  left: -8px;
  width: 4px;
  height: -webkit-fill-available;
  display: block;
  background: #0165fc;
  position: absolute;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.amin_of_title h4 {
  font-family: "sfprodisplaybold";
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
}

.amin_of_title strong {
  text-transform: uppercase;
  color: #000000;
}

.director_line {
  display: block;
  height: 0.6rem;
  width: 100%;
  background: black;
  margin-top: 4px;
}

/* about us */

/* blog */

.c_card .card-body {
  margin-left: 1rem;
  margin-right: 1rem;
  background: white;
  z-index: 121212;
  margin-top: -4rem;
  padding-bottom: 2rem;
}

.c_first_blg {
  position: absolute;
  bottom: 0;
  left: 0;
  background: none !important;
}

.c_card {
  border: none !important;
  background: none !important;
}

.news_heading {
  color: #000000;
  font-size: 19px;
  font-family: "sfprodisplaybold";
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  margin-bottom: 23px !important;
  letter-spacing: 1px;
}

.card-img-top {
  /* height: 324px; */
  aspect-ratio: 1 / 0.6;
  object-fit: cover;
}

.button1_1 {
  border: 1px solid #0165fc;
  color: #0165fc;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  padding: 15px 29px;
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: "sfprodisplaybold";
}

.button1_1:hover {
  border: 1px solid #0165fc;
  background: #0165fc;
  color: white;
}

/* blog */

/* new */
.man_sidebar ul li .color1 {
  color: #0165fc !important;
  border: 1px solid #0165fc !important;
  padding: 15px 22px !important;
  border-radius: 45px;
  white-space: nowrap;
  width: fit-content !important;
}

.man_sidebar ul li .button-navbar {
  border: 1px solid #0165fc !important;
  background-color: #0165fc !important;
  color: white !important;
}

/* contact us */
.get_say_form {
  display: inline-block;
  padding: 45px 0 75px 30px;
  background: #19499e;
  position: relative;
  height: -webkit-fill-available;
}

.get_say_form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 34px;
  width: 100%;
  height: -webkit-fill-available;
  display: block;
  border: 10px solid #19499e;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.get_say_form h5 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 40px;
}

.get_say_social-icn li {
  font-family: "sfprodisplaymedium";
  letter-spacing: 1px;
}

.get_say_social-icn i {
  color: #19499e;
  margin: auto;
  display: inline-flex;
  border-radius: 100%;
}

.socail-media-ul li {
  width: 31px;
  height: 31px;
  display: flex !important;
  justify-content: center;
  background: white;
  align-items: center;
  border-radius: 100%;
}

.request_acall input,
.request_acall textarea {
  font-size: 14px;
  font-family: "sfprodisplaylight";
}

.raddison_map {
  height: 100vh;
}

/* contact us */

/* details */
.social_share_ul,
.socail_share,
.post-social-share {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 12px 0 0 0;
  list-style: none;
}

.social_share_ul li,
.socail_share li,
.post-social-share li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  width: 39px !important;
  height: 39px !important;
  list-style: none;
}

.social_share_ul li a,
.socail_share li a,
.post-social-share a {
  display: grid !important;
  width: 39px !important;
  height: 39px !important;
  place-items: center !important;
  border: 1.5px solid #202020 !important;
  border-radius: 50% !important;
  color: #202020 !important;
  background: transparent !important;
  font-size: 16px !important;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease !important;
}

.social_share_ul li a svg,
.socail_share li a svg,
.post-social-share a svg {
  fill: currentColor !important;
  transition: fill 0.2s ease !important;
}

.social_share_ul li a:hover,
.socail_share li a:hover,
.post-social-share a:hover {
  color: #ffffff !important;
  background: #0d4fa3 !important;
  border-color: #0d4fa3 !important;
}

.social_share_ul li a:hover svg,
.socail_share li a:hover svg,
.post-social-share a:hover svg {
  fill: #ffffff !important;
}

.img_title,
.related_post_title {
  font-family: "Fabyen-regular", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  color: #1a1a1a !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  transition: color 0.2s ease;
}

/* details */
@media (max-width: 1400px) {
  .caption-text2 {
    margin-right: 56px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .navbar a {
    padding: 11px 11px 7px 11px !important;
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar a {
    padding: 11px 12px 7px 12px !important;
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .list1-border:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 51px;
    background: #494848;
    top: -5px;
    left: -35px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding-top: 20px;
  }

  .navbar a {
    padding-left: 0px !important;
  }

  .image3 {
    position: relative;
    width: 105%;
    height: 279px;
  }
}

@media (min-width: 1500px) {
  .home-banner-text {
    width: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .button-navbar {
    margin-top: 20px;
  }

  .container-zs {
    max-width: 900px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .button-navbar {
    margin-top: 20px;
  }

  .image3 {
    position: relative;
    width: 93%;
    height: 279px;
  }

  .title-2 {
    font-size: 35px;
  }

  .title-2-xl {
    font-size: 35px;
  }

  .image1 {
    position: relative;
    left: 0px;
    top: -40px;
    width: 89%;
    height: 575px;
    float: right;
  }

  .container-zs {
    max-width: 800px;
  }
}

@media (max-width: 767px) {
  .order_1 {
    order: 1 !important;
    text-align: center !important;
  }
  .order_2 {
    order: 2 !important;
  }
  html,
  body {
    height: unset !important;
    margin: 0 !important;
  }

  /* new */
  .slider-style.owl-carousel .owl-stage-outer {
    padding-top: 1rem;
  }

  .shade1 > div > div:first-child {
    order: 2;
    margin-top: 0rem;
  }
  .mbl_mt {
    margin-top: -1rem;
  }
  .slider-style3 .owl-dots {
    left: 0 !important;
    margin: auto !important;
    right: 0 !important;
  }

  .shade1 > div > div:first-child {
    order: 1;
  }

  .slider-style.owl-carousel .owl-nav {
    width: 85%;
  }

  .play-ptn {
    margin-left: 0;
    margin-top: -20;
  }

  /* new */

  /*.owl-carousel .owl-nav.disabled {
        top: -51px;
    }*/

  /*.owl-carousel .owl-nav button.owl-prev {
        font-size: 18px !important;
    }

    .owl-carousel .owl-nav button.owl-next {
        font-size: 18px !important;
    }*/
  .slider-style.owl-carousel .owl-nav {
    width: 92%;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }

  .container_width {
    width: auto;
  }

  .bg-banner-overlay p br {
    display: none;
  }

  .socail-icon-ul {
    right: 1rem;
  }

  .list1 {
    margin-top: 15px;
  }

  .bg-banner-overlay {
    padding: 22px 20px 22px 20px;
    height: 100% !important;
  }

  .banner-video {
    height: 100vh !important;
  }

  .download_text {
    font-size: 16px !important;
  }

  .button1 {
    font-size: 12px;
    padding: 19px 15px;
    letter-spacing: 1px;
  }

  header {
    transition: 0.2s ease-in-out;
    padding: 0px 0px;
    top: 0;
    z-index: 999999999;
    width: 100%;
  }

  .bg-banner-overlay h1 {
    font-size: 34px;
  }

  .button-navbar {
    margin-top: 20px;
  }

  .caption-text1 {
    font-size: 9px;
    margin-left: 36px;
    margin-top: 43px !important;
  }

  .caption-text2 {
    font-size: 9px;
    margin-right: 30px;
    margin-top: 43px !important;
  }

  .slider-style.owl-carousel .owl-nav button.owl-next,
  .slider-style.owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #b2b2b2 !important;
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    color: #b2b2b2;
    font-size: 15px !important;
    margin: 7px -5px 0px 0px;
    line-height: 18px;
  }

  .numbering {
    top: 14px;
  }

  .numbering .current-num {
    font-size: 21px;
  }

  .doc-text {
    font-size: 17px;
    line-height: 21px !important;
  }

  .container-fluid {
    max-width: 100%;
  }

  .timelines-box {
    padding: 50px 0px 40px 0px;
  }

  .title-2 {
    font-size: 29px;
  }

  .image1 {
    position: relative;
    left: 0px;
    top: -40px;
    width: 100%;
    height: 454px;
  }

  .image2 {
    width: 100%;
    float: right;
    height: 160px;
    margin-bottom: 0px;
  }

  .image3 {
    position: relative;
    width: 100%;
    height: 160px;
  }

  .slider-style2.owl-carousel .next-slide {
    right: 3px;
  }

  .slider-style2.owl-carousel .prev-slide {
    left: 3px;
  }

  .timelines-box {
    background: none;
  }

  .small-left-0 {
    padding-left: 0px;
  }

  .container-slider1 h5 {
    font-size: 16px;
  }

  .container-slider1 p {
    font-size: 11px;
  }

  ul.timeline p {
    font-size: 15px;
    position: relative;
    top: -5px;
  }

  ul.timeline {
    margin-left: 35%;
  }

  .cover-image5 {
    padding: 240px 0px 10px 0px;
    z-index: -1;
  }

  .locations-bg {
    height: 435px;
  }

  .details-box h5 {
    font-size: 16px;
  }

  .h-vh {
    /* height: 300px; */
    height: 203px;
  }

  .slider-style3 .owl-dots {
    bottom: -25px;
  }

  .slider-style3.owl-carousel .next-slide {
    right: 10px;
  }

  .slider-style3.owl-carousel .prev-slide {
    left: 10px;
  }

  .span-heading {
    font-size: 13px;
  }

  .list1 .icon-width1 {
    width: 41px;
    left: 13px;
    top: 3px;
  }

  .slider-style2 .owl-dots {
    top: -65px;
  }

  .title-2-xl {
    font-size: 26px;
  }

  #main-banner2 iframe {
    transform: scale(4.1) !important;
  }

  .main_row_of_director > div:first-child {
    order: 2;
  }

  .main_row_of_director > div:nth-child(2) {
    order: 1;
  }

  /* about us */

  /* blog */

  .c_card .card-img-top {
    height: 265px !important;
  }

  /* blog */

  /* details */

  #author,
  #comment,
  #email,
  #url {
    width: 100% !important;
  }

  .sm-screen span,
  .sm-screen b {
    font-size: 36px;
  }

  .c_about_container {
    margin-top: 4rem !important;
  }

  /* details */
}
