@import url("/ar/assets/fonts/suisse/stylesheet.css");
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: "sus" !important;
  direction: rtl;
}
.news-sec .container .row.g-4.mb-3 {
    direction: ltr;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: white !important;
  background: #0a1e3d;
}

/* TMP */
footer > div > div.col-lg-4.col-md-3.col-sm-6.col.ff > div.footer-logo > div > div:nth-child(2) > a > img
{
  margin-right: 13em;
}

h4, h5, h6, .ms-h4, .ms-h5, .ms-h6 {
	font-family: 'sus' !important;
}

/* Section White Space Fix Start */
#fullpage > section.section.banner-image.fp-section.fp-is-overflow,
#fullpage > section.section.banner-image.fp-section.fp-is-overflow.active.fp-completely
{
  height: 100vh !important;
}

#fullpage > section.section.departments.content.fp-section.fp-table.fp-is-overflow,
#fullpage > section.section.departments.content.fp-section.fp-table.fp-is-overflow.active.scroll-section-visible.fp-completely
{
	height: unset !important;
}
#fullpage > section.section.sslider.fp-section.fp-table.fp-is-overflow,
#fullpage > section.section.sslider.fp-section.fp-table.fp-is-overflow.active.fp-completely
{
  height: unset !important;
}
.ms-webpartPage-root { border-spacing: 0px !important; }
.ms-webpartzone-cell { margin: 0px !important; }

#counter-section > div.fp-overflow
{
	height: 30em !important;
}

#fullpage > section.section.departments > div.fp-overflow,
#fullpage > section.section.sslider > div.fp-overflow
{
    max-height: 120vh !important;
}

/* Section White Space Fix End */

p.contact-paragraph > a,
p.contact-paragraph > a:visited 
{
	color: var(--bs-link-color);
}

#ctl00_ctl30_g_c269c0da_612e_43e3_8da8_a6beeb718e40_ctl00_neutronViewBtn {
  display: none;
}

@media only screen 
  and (min-width: 1920px) 
  and (max-width: 1920px) 
  and (min-height: 1080px) 
  and (max-height: 1080px) {
  
  .departslide.aos-init.aos-animate {
    height: 77rem !important;
  }

  a.btn.btn-read-more.depart-a {
    margin-bottom: 180px !important;
  }

  h4.card-heading.content.depart-title2 {
    margin-top: 80px;
  }
}


.nav-main {
    text-align: start;
}
a:hover{
	text-decoration:none;
}
.lg-outer {
    direction: ltr;
}
a#grayscaleIcon {
    padding-top: 14px;
}
.ms-webpart-chrome-title {
    display: none;
}
.ms-signInLink {
  display: none !important;
}

a:visited{
	color: #0a1e3d;
}
a.list-group-item.list-group-item-action {
    color: #212529;
}
.fp-overflow {
    overflow: hidden;
    max-height: 116vh !important;
}

.bH {
    height: 112vh !important;
}

/* .article-content, .welcome-content {

    margin: -12px 0 0;

} */

/* Notification Modal CSS start*/

.modal-body iframe {
      width: 100%;
      height: 80vh;
    }

/* Notification Modal CSS end*/


#ctl00_ctl30_g_9b706e11_7617_424b_ba36_133f6661b62c > section > div > div > div > div > div > div.col-lg-7.pSM0 > div > div > img {
    transform: rotate(180deg);
}

.ms-srch-sb {
    position: relative;
    margin-left: 200px;
    margin-top: 10px;
}

input[type="search"] {
    color: #212529;
    min-width: 40px;
    text-align: center;
    position: absolute;
    width: 200px;
    border-radius: 4px;
    padding: 5px 40px;
    border: 1px solid #ffffff;
    height: 24px;
    background-color: #fff;
    opacity: 0.5;
    margin-left: 0.5rem!important;
    margin-right: 0;
    display: block;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ms-noWrap {
    display: none;
}
h4.card-heading.content {
  position: relative;
  /* top: 220px; */
  top: 3%;
    color: white;
    font-family: 'sus';
    text-align: start;
    /* margin: 17% 0%; */
        margin: 15% 3%;

}
h2.content {
    color: white;
    font-family: 'Kufam';
    text-align: start;
}
h6.card-title.content {
    text-align: start;
}
.dropdown-menu.show {
    position: static;
}
ul.navbar-nav{
	padding-right:0;
}
.area-covered {
    text-align: start;
}
.cardWrapper {
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.cardWrapper:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
/* Initial state of hidden text and hover content */
.hidden-text {
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 10px;
  width: 80%;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hidden-text .content {
  font-size: 16px;
}

/* Show hidden text on slide hover */
.mySlides:hover .hidden-text {
  opacity: 1;
}

/* Hide initial text on slide hover */
.mySlides:hover .initial-text {
  opacity: 0;
  transition: opacity 0.6s;
}
.mySlides:hover {
  transform: scale(1.05);
  width: 200%;
  cursor: grab;
}

.mySlides:hover img {
  width: 120%;
}
.inner-dropdown-links {
  background: none;
  border: 1px solid #fff;
  padding: 0 20px;
}

.inner-dropdown-links .nav-link {
  color: #fff !important;
  text-align: right;
}
.dropdown:hover .dropdown-menu {
  display: block;
  /* Show dropdown on hover */
}
.custom-heading-css a {
  border: unset !important;
}

.custom-heading-css a:hover {
  background-color: unset;
  color: #d4b492;
}

.custom-heading-css h6 {
  font-weight: 700;
  font-family: "Kufam", sans-serif;
  margin-left: 0;
  margin-right: 0;
}
.custom-heading-css .list-group-item {
  text-align: right;
}
/* Additional styling for the mega menu */
.mega-menu {
  display: none;
  /* Hide mega menu by default */
  /* Add your styling here */
}

.mega-menu-img {
  position: relative;
  min-height: 300px;
  margin-bottom: 0px !important;
}
.mega-menu-img-inner {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.mega-menu-img-content {
  position: relative;
  top: 60%;
  padding: 0;
  float: right;
  text-align: start;
}
.mega-menu-img-content h3 {
  font-family: "Kufam", sans-serif;
  line-height: 50px;
  /* min-height: 100px; */
}

.mega-menu-img-content a {
  text-decoration: none;
  color: #fff;
  float: right;
}

.mega-menu-img-content a:hover {
  color: #d4b492;
}
.custom-mega-menu-cls {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  right: 0;
  padding: 0;
  overflow-y: auto;
  max-height: 400px;
}
.mainNav {
  position: fixed;
  right: 0px !important;
  z-index: 1024;
  /* margin: 0 auto; */
  margin: -1% auto;
  width: 100%;
  /*background-color: #0a1e3d00;*/
  background-color: #0a1e3d42;
  /* left: 0; */
  /* right: 0; */
  right: -15px;
  margin-top: -5px; 
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
}
.scrolled {
  background-color: #0a1e3d;
}
header .topbar-area .container {
  position: relative;
}
header .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .topbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.input-icons i {
  position: absolute;
}
.input-icons {
  width: 100%;
}
.icon {
  padding: 14px;
  color: white;
  min-width: 40px;
  text-align: center;
}
.navbar-toggler-icon {
  background-image: url(/ar/assets/img/navbar-lines.png);
}
.navbar-toggler {
  color: rgb(255 255 255);
  border: 1px solid #fff;
}
nav.navbar {
  padding: 0px;
}
.navbar .nav-link {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  text-decoration: none;
}
.navbar .nav-link:hover {
  color: black;
  opacity: 0.6;
  transition: 0.3s;
}
.navbar .input-field {
  width: 200px;
  border-radius: 4px;
  padding: 5px 40px;
  border: 1px solid #ffffff;
  height: 24px;
  margin-top: 10px;
}
.input-field::placeholder {
  text-align: right;
}
.form-control {
    background-color: #fff !important;
    opacity: 0.5;
    padding: 0.375rem 0.75rem !important;
    color: #212529 !important;
    border: 1px solid #ced4da !important;
    }
.banner-image {
  width: 100%;
  min-height: 90vh;
    /* margin-top: -50px !important; */
}
.banner-img-inner {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
  padding: 70px 0px;
  position: absolute;
  bottom: 10%;
}
.banner-text h1 {
  line-height: 92px;
  text-transform: uppercase;
  color: #d4b492;
  font-family: "Kufam", sans-serif;
  margin: 50px 0px 10px 0px;
}
.banner-text p {
  max-width: 558px;
  color: #ffffff;
  margin: 20px 0px;
  font-size:18px;
}
.btn-read-more {
  background: #d4b492;
  font-size: 15px;
  border-radius: unset;
  color: #ffffff;
  margin: 20px 0px;
}
.btn-read-more:hover {
  color: #ffffff;
  border: 1px solid #d4b492;
}
.cardWrapper {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  position: relative;
}
.fa.fa-arrow-right {
  transform: rotate(180deg);
}
img.line-bar {
  transform: rotate(180deg);
}

.card-1,
.card-2,
.card-3,
.card-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.main-card {
  padding: 0px;
}

.maptitle {
    text-align: center;
    line-height: 120px!important;
    font-family: 'Kufam';
    color: #d4b492 !important;
    font-size: 40px;
}
.maping-img {
  background-image: url("/ar/assets/img/mapping1.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  background-attachment: fixed;
}
.maping-img h5 {
  color: rgba(142, 174, 155, 0.7);
  font-family: "Kufam", sans-serif;
  margin: unset;
}

.maping-img h3 {
    color: #fff;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.maping-img h3 > span {
  color: rgba(142, 174, 155, 0.7);
  line-height: 1;
}
.info-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}
.wide-area {
  height: 50px;
}
.right-content,
.right-content-2 {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.right-content-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  object-position: center;
}
.left-content {
  background-color: #0a1e3d;
  width: 100%;
  height: 200px;
  color: #fff !important;
  padding: 35px;
  font-family: "Kufam", sans-serif !important;
}
.policies-wrapper {
  display: flex;
}

.left-content-2 {
  background-color: #d4b492;
  width: 100%;
  height: 200px;
  color: #fff;
  padding: 35px;
  font-family: "Kufam", sans-serif;
}
.btn-read {
  border: unset;
  padding: 0px;
  display: inline-block;
  margin-top: 20px;
  float: right;
}
.laws-policies {
  padding: 50px 0px;
  min-height: 100vh;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease,
    transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.scroll-section-visible {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.depart {
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.departslide {
  position: relative !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  height: 57rem !important;
  /* height: 46rem !important; */
  background-color: #000;
  overflow: hidden;
  margin: 0;
  -webkit-transition: all 0.8s cubic-bezier(0, 0.45, 0.22, 1.45) !important;
  -o-transition: all 0.8s cubic-bezier(0, 0.45, 0.22, 1.45) !important;
  transition: all 0.8s cubic-bezier(0, 0.45, 0.22, 1.45) !important;
  cursor: pointer;
  direction: rtl;
}

a.btn.btn-read-more.depart-a {
    margin-bottom: 110px !important;
}



.slick-track {
  display: flex !important;
}
.departslide:hover {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.depart-text {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
  padding: 3.75rem 1.875rem !important;
  border-left: none !important;
  left: 0 !important;
}
.depart-title {
  position: relative;
  max-width: 21.25rem;
  line-height: 1.6;
  font-family: "DINNextLTArabic-Medium", sans-serif;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding-inline-start: 1.4375rem;
  margin-right:0;
}
.depart-title2{
	margin-right:0;
}

section.sslider div.depart-text 
{
	padding: 6.75rem 1.875rem !important;
}

.rightBorderLine {
  border-left: 3px solid #189c5f;
  height: 7%;
  position: absolute;
  left: 50%;
  margin-left: 45%;
  margin-top: 25%;
}

.depart-para {
  max-width: 25.625rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.depart-a {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: transparent;
  border-color: #fff;
  opacity: 0;
  pointer-events: auto;
  padding: 0.594rem 2.5rem;
  margin-top: auto !important;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.content.depart-title::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 0.1875rem;
  height: 100%;
  background-color: #d4b492;
}
.departslide:hover .depart-para,
.departslide:hover .depart-a {
  opacity: 1;
  color: white;
}

.departments {
  /*min-height: 100vh;*/
      opacity: 1 !important;
    transform: scale(1) !important;
  transition: opacity 0.5s ease,
    transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);

}
.departments .slick-slide img {

  min-height: 100% !important;

}

.cardWrapper {

  min-height: 380px;

  display: flex;

  flex-direction: column;

  justify-content: end;

  color: #fff;

  position: relative;

}
.event-img {
  padding: 0px 25px;
  min-height: 427px;
  position: relative; /* Add this to make sure it stays above the pseudo-element */
  z-index: 1; /* Add this to ensure it's above the pseudo-element */
}
.event-img-inner {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.city-photography-1,
.city-photography {
  padding: 10px 10px;
  position: relative;
  min-height: 205px;
  max-height: 220px;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.city-photography-1:hover,
.city-photography:hover {
  transform: scale(0.95); /* Scaled down on hover */
  cursor: pointer;
}
.city-photography-1::before,
.city-photography::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height:100%;
    background: linear-gradient(to bottom left, rgba(10,30,61), rgba(255,0,0,0));
    z-index: -1;
}
.city-photography .view-more,
.city-photography-1 .view-more{
color: #0a1e3d !important;
}
.city-photography .view-more:hover,
.city-photography-1 .view-more:hover{
color: #fff !important;
}

.news {
  min-height: 100vh;
  padding: 60px 0 0 0;
  opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.news-wrapper {
  position: relative;
}
.news-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom left, rgba(10,30,61), rgba(255,0,0,0));
    z-index: -1;
}
.content-span {
  display: block;
  margin-bottom: 15px;
  /* position: absolute; */
  /* top: 55px; */
}
.content-span {
  color: #8eae9b;
}
.news-content {
  margin: 0;
  padding: 26px 0;
  text-align: start;
}
.news-content img {
    transform: rotate(180deg);
}
.news-content .btn-discover{
	color: #0a1e3d !important;
}
.news-content .btn-discover:hover{
	color: #fff !important;
}

.para1 {
  color: #d4b492;
  font-size: 18;
}
.para2 {
  color: #fff;
  font-size: 18;
}
.news-content h1 {
  font-family: "Kufam", sans-serif;
  color: #fff;
  font-size: 25px;
  /* margin-top: 56% */
}
.btn-discover {
  background-color: #d4b492;
  color: white;
  border-radius: 0;
  border: 1px solid #d4b492;
  margin-top: 20px;
  height: 40px;
  width: 165px;
}
.btn-discover:hover {
  color: white;
  border: 1px solid #d4b492;
}
.view-more {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #d4b492;
  color: #ffffff !important;
  border-radius: 0;
}
.view-more:hover {
  color: #ffffff;
  border: 1px solid #d4b492;
}
.city-wrapper {
  position: absolute;
  bottom: 10px;
  padding: 5px;
  min-width: 310px;
  text-align: start;
}
.city-wrapper h5 {
  color: white;
}

.image-container{
	display:inline-block;
}
.image-container:hover .person-image {
    filter: blur(5px); /* Apply blur effect on hover */
}
.image-container:hover .hover-me {
    display: block; /* Show the icon on hover */
}
.tweets {
  padding: 50px 0px;
  min-height: 100vh;
  opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  direction:ltr;
}
.tweets .person-image{
	right: 0% !important;
	transition: filter 0.4s ease-in-out;
}
.hover-me {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 1;
    background-color: antiquewhite;
    border-radius: 5px;
    font-size: 32px;
}
.events-section {
  min-height: 100vh;
  /* opacity: 0;
  transform: scale(0.9); */
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  opacity: 1 !important;
  transform: scale(1) !important;
}
.sslider {
  min-height: 100vh;
  direction: ltr;
}
.tweets-img {
  height: 500px;
}
.tweets-img-inner {
    position: absolute;
    right: 32px;
    height: 100%;
    width: 64%;
}
 
 
 
.tweets-content {
    background-color: #fff;
    min-height: 250px;
    border-radius: 15px;
    border: 1px solid rgba(227, 227, 227, 0.69);
    box-shadow: 2px 3px 46px 3px rgba(227, 227, 227, 0.69);
    position: absolute;
    right: 55%;
    top: 50%;
    transform: translateY(-50%);
    min-width: 50%;
    /* padding: 40px 0px 40px 0px; */
}
.tweets-content a {
    display: unset;
}
.tweets-content h4 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Kufam", sans-serif;
}
.tweets-content span {
  font-size: 13px;
  color: #6b6b6b;
}
.person-image {
  width: 100%;
  height: 100%;
  /*border-radius: 100%;*/
  object-fit: cover;
  object-position: center;
}
.user-info {
  font-size: 13px;
}
.username {
  font-weight: bold;
}
.tweets-wrapper span {
  color: #6b6b6b;
}
.tweets-wrapper p {
  color: #6b6b6b;
  line-height: 30px;
}
.nameur {
  font-weight: lighter;
  color: #343434;
}
.f-text {
  color: #6b6b6b;
  font-size: 15px;
}
.tweets-check-icon {
  margin-left: 10px;
}
.slick-slide {
  margin: 0px;
}
.slick-list {
  margin: 0px -5px 0px -5px;
}
button.slick-next,
button.slick-next:hover {
  position: absolute;
  top: 50%;
  right: 54px;
  width: 47px;
  height: 27px;
  background-image: url("/ar/assets/img/right-arrow.png");
  background-repeat: no-repeat;
  background-size: 35px;
}
button.slick-prev,
button.slick-prev:hover {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 1;
  width: 47px;
  height: 27px;
  background-image: url("/ar/assets/img/left-arrow.png");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position-x: right;
}
.slick-prev:before,
.slick-next:before {
  font-size: 70px;
  color: #ea8496;
  line-height: inherit;
  font-weight: bold;
}
.slider img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  min-height: 100vh;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
  font-weight: bold;
  font-size: 20px;
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}
/* Dots */
.slick-slider {
  /*height: 100% !important; */
  direction: ltr;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
@import url("//www.ptlc.gov.om///omandevvm:40000///www.gstb.gov.om///192.168.100.142:40000////fonts.googleapis.com/css?family=Montserrat:300,400,500");
.blog-home5 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}
.blog-home5 h1,
.blog-home5 h2,
.blog-home5 h4,
.blog-home5 h5 {
  color: #3e4555;
}
.blog-home5 h6 {
  color: #8eae9b;
}
.card-img {
  height: 250px;
  filter: brightness(0.5);
}
.blog-home5 .card-title {
  font-size: 18px;
}
.blog-home5 .subtitle {
  color: #d4b492;
  line-height: 24px;
  font-family: "Kufam", sans-serif;
}
.blog-home5 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.blog-home5 .b-h-box .card-img-overlay {
  bottom: 0px;
  top: auto;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  height: 55%;
}
.blog-home5 .b-h-box .card-title {
  color: #fff;
  font-family: "Kufam", sans-serif;
  text-align: start;
}
.blog-home5 .b-h-box {
  color: #ffffff;
}
.blog-home5 .b-h-box .card-text {
  display: none;
  text-align: start;
}
.blog-home5 .b-h-box:hover {
  color: #8d97ad;
}
.blog-home5 .b-h-box:hover .card-img-overlay {
  height: 100%;
  background: #ffffff;
  border: 3px solid rgba(120, 130, 140, 0.13);
}
.blog-home5 .b-h-box:hover .card-title {
  color: #263238;
  margin: 15px 0;
}
.blog-home5 .b-h-box:hover .card-text {
  display: block;
}

.blog-home5 .bg-danger-gradiant {
  background: linear-gradient(to right, #d4b492 0%, #d4b492 100%);
}

.blog-home5 .font-14 {
  font-size: 14px;
}
.card-img-overlay a {
    display: block;
    text-align: center !important;
}
.btn-rm {
  background-color: white;
  color: black !important;
  border: 1px solid #000;
}
.btn-rm:hover {
  background-color: #d4b492;
  color: white !important;
  border: 1px solid #d4b492;
  text-decoration:none;
}

.footer-sec {
  background-color: #0a1e3d;
  padding: 30px 0;
  /*padding-top: 60px;
  min-height: 100vh;*/
}

.search-text .input-search {
  height: 45px;
  width: 100%;
  padding-left: 20px;
  color: #aaaaaa;
}

.search-text .btn-search {
  background: #d4b492;
  border: none;
  color: #fff;
  height: 44px;
  width: 45px;
  float: right;
  position: relative;
  bottom: 44px;
}

.search-text h4 {
  color: #fff;
  font-weight: 700;
}

.searchContainerArabic {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}

.ms-srch-item {
  text-align: right;
}

.footer {
  background: #0a1e3d;
  /*height: 100%;*/
  -webkit-font-smoothing: antialiased;
  padding: 10px 0px;
  text-align: start;
}

.footer p {
  font-size: 15px;
  color: #ffffff;
  opacity: 60%;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 15px 0;
}

.footer img {
  max-width: 100%;
}

.footer a {
  text-decoration: none;
}

.footer ul {
  padding-right: 0;
}

.footer input:focus {
  outline: none;
}

.footer a:hover,
.footer a:focus {
  text-decoration: none;
  outline: none;
  color: #ffffff;
}

.footer .butt {
  border-radius: 80%;
}

.footer-about {
  margin-bottom: 30px;
}

.footer-about .footer-logo {
  margin-bottom: 30px;
}

.footer-about p {
  color: #ffffff;
  opacity: 60%;
  margin-bottom: 30px;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget h6 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-family: "Kufam";
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-widget img {
  margin: 10px 0px;
}

.footer-widget ul li {
  line-height: 36px;
  list-style: none;
}

.footer-widget ul li a {
  color: #ffffff;
  opacity: 60%;
  font-size: 16px;
  padding-right: 10px;
}

.footer-widget ul li a:hover {
  color: #d4b492;
  opacity: 100%;
}

.footer-widget .footer-newslatter p {
  color: #ffffff;
  opacity: 60%;
}

.footer-widget .footer-newslatter form {
  position: relative;
}

.footer-widget .footer-newslatter form input {
  width: 100%;
  font-size: 15px;
  color: #ffffff;
  background: transparent;
  border: none;
  padding: 15px 0;
  border-bottom: 2px solid #ffffff;
}

.footer-widget .footer-newslatter form input::placeholder {
  color: #b7b7b7;
}

.footer-widget .footer-newslatter form button {
  color: #b7b7b7;
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
}
.footer-copyright-text a {
    color: #9da5b1;
    text-decoration: none;
    padding-left: 10px;
}
.footer-copyright-text a:hover {
    color: #d4b492;
}

.footer-copyright-text span {
    float: right;
}
.footer-span span {
	float:left !important;
}
.footer-copyright-text {
  /* padding: 20px 0; */
  /*text-align: center; */
  color: #9da5b1;
}

.footer-copyright-text p {
  color: #9da5b1;
  margin-bottom: 0;
}

.social-links {
    place-content: space-evenly;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #d4b492;
  border-color: #d4b492;
}

.contactus {
  position: relative;
  padding-bottom: 20px;
}

.contactus .contacticon {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
}

.contactus .contacthead {
  font-weight: 600;
  color: #ffffff;
  padding-right: 40px;
}

.contactus .contacttext {
  color: #ffffff91;
  padding-right: 40px;
}

.user-img {
  border-radius: 50%;
  background: #cecece;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: 15px;
}

.btn-read-more .vr {
  min-height: unset !important;
  height: 11px !important;
  background-color: #fff !important;
  width: 2px !important;
  opacity: 1 !important;
  margin: 0px 3px 0px 3px;
}

.btn-readarrow .vr {
  min-height: unset !important;
  height: 11px !important;
  background-color: #fff !important;
  width: 2px !important;
  opacity: 1 !important;
  margin: 0px 0px 0px 5px;
}

.btn-readarrow {
  background: #d4b492;
  border-radius: unset;
  color: #ffffff;
  margin-top: 11px;
  min-width: auto;
  float: right;
}

.btn-readarrow:hover {
  border: 1px solid #d4b492;
}

.fa-wifi {
  color: #d4b492;
  padding-right: 10px;
}

.fa-clock-o,
.fa-map-marker {
  color: #d4b492;
  padding-left: 5px;
}

/* CSS for fullpage scrolling */
.fp-watermark {
  display: none !important;
}
#fp-nav.fp-right {
  right: auto;
  left: 20px;
}
#fp-nav ul li a.active {
  width: 16px;
  height: 16px;
  margin: 2px;
}

#fp-nav ul li a {
  width: 10px;
  height: 10px;
  /* Set the background color */
  border-radius: 50%;
  /* Make them circular */
  margin: 5px;
  /* Adjust the spacing between dots */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #d4b492;
}
#fp-nav ul li a span {
  background-color: #d4b492 !important;
}
.fp-tooltip {
  font-family: Arial, Helvetica, sans-serif;
  direction: rtl;
}
#fp-nav ul li .fp-tooltip.fp-right {
  background-color: rgba(212, 180, 146, 0.8);
  color: white;
  font-size: 15px;
  padding: 2px;
  border-radius: 5px;
}
#fp-nav ul li .fp-tooltip.fp-right {
  left: 20px !important;
  right: auto !important;
}
.mdShow {
  display: none;
}

.mySlides {
  position: relative;
}

.slidesContent {
  position: absolute;
  bottom: 10%;
  z-index: 999;
  color: #fff;
  max-width: 250px;
  padding: 10px 20px 10px 40px;
  border-right: 5px solid #d4b492;
  right: 10%;
  direction: rtl;
  text-align:start;
}

.grayscale {
  filter: grayscale(100%);
  /* Add vendor prefixes for cross-browser compatibility */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.footer-sec hr {
  opacity: 0.2 !important;
  color: white !important;
}

.footer-about::before {
  content: "";
  rotate: none;
  scale: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(50px, 0px);
}
.footer-about::after {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
}

.ff {
  animation: fadein 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.ff:nth-child(1) {
  animation-delay: 0s;
}

.ff:nth-child(2) {
  animation-delay: 0.3s;
}

.ff:nth-child(3) {
  animation-delay: 0.6s;
}

.ff:nth-child(4) {
  animation-delay: 1.2s;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}


.cardBody {
  padding: 20px;
  direction: rtl;
}
.main-card2 {
  padding: 60px 0px;
}
section.news .fp-overflow {
  overflow-y: hidden;
  padding: 10px 0;
}

#s4-workspace {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    height:100%;
}

/* News */

.news-sec {
  margin: 20px 0px;
}

.card-date-loc {
  font-size: 14px;
  text-align: start;
}

.card-body {
   height: 270px;
}
.card-body.electronic {
    min-height: auto;
}

.member-card .card-img-top {
    height: 100%;
}

/*News Cards CSS Start*/
.card-img-top {
  /* height: 100%; because images on news.aspx page are causing cards height uneven */
  height: 200px;  
}
/*add card-images class instead card-img-top on events page and remove card-img-top class*/
img.card-images {
    height: 350px;
}

.cardNews {
  border: none;
  transition: box-shadow 0.3s ease;
}
.cardNews:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
a.newsTitleUrl {
    color: inherit;
    text-decoration: none;
}
a.newsTitleUrl:hover {
    color: #d4b492;
}
/*News Cards CSS End*/

.card-body .card-heading {
  font-family: "Kufam", sans-serif;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
}

.cardNews .card-text {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*For electronic service card text with ellipses*/
.card-body .card-text {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-body .view-more-btn {
  text-align: center;
}

.card-body .card-btn {
  background-color: #d4b492;

  color: #ffffff;

  border-radius: 0;
}

.card-body .card-btn:hover {
  background-color: #fff;

  color: #d4b492;

  border: 1px solid #d4b492;

  border-radius: 0;
}

/* Member Of the Board CSS */

.memberoftheboard .member-card {
  border: unset !important;
}
.memberoftheboard {
  margin: 20px 0;
}

.member-card h1.card-heading {
  color: #d4b492;

  font-size: 26px;

  text-align: center;
}

.member-card .member-dis {
  text-align: center;
}

.member-card h3.card-heading {
  color: #d4b492;

  font-size: 18px;

  text-align: center;
}
.memberheading {
  text-align: center;
}
.memberparagraph {
  text-align: center;
}
.memberimg {
  border-radius: 0 50px 0 0;
  object-fit: cover;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  min-height: 300px;
}
.memberimg:hover {
    transform: scale(1.1);
}
.membercard {
  border-radius: 0 50px 0 50px;
  cursor: pointer;
  overflow: hidden;
  height:600px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 10%);
  border: none;

}
.memberbody {
  padding: 30px;
}

/* News Inner Sec CSS */

.go-back {
  padding: 8px 56px 8px 24px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  background-color: rgb(212, 180, 146);
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
  font-weight: 500;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  margin: 20px 0;
}
.go-back::before {
  content: "";
  position: absolute;
  background-image: url(/ar/assets/img/vector%20white.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: unset;
  top: 14px;
  right: 22px;
  transform: rotateY(180deg);
  }
.go-back:hover::before {
  content: "";
  position: absolute;
  background-image: url(/ar/assets/img/vector.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 22px;
  top: 14px;
}
.go-back:hover {
 transition: all ease-in-out 0.5s;
  background-color: #ffffff;
  color: #d4b492;
  border: 1px solid #d4b492;
}
.news-inner-image {
  padding-top: 30px;
}
.date-share {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.field--name-field-date {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #666463;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.news-inner-content h1 {
  font-family: 'Kufam';
  font-weight: 800;
  line-height: 40px;
  color: #0072C6;
  text-align: justify;
  padding-bottom:40px;
}
.news-inner-content p {
  text-align: justify;
}
.news-inner-sec .news-inner-image img {
  width: 100%;

  min-height: 100%;
}

.news-inner-sec .news-inner-content {
  padding: 30px 0px;
  text-align: start;
}

/*Policies Css*/

.policies-text-heading {
  line-height: 92px;
  color: #0a1e3d;
  font-family: "Kufam", sans-serif;
}
.policies-text-paragraph {
  font-family: "sus";
  line-height: 25px;
  margin-bottom: 30px;
  text-align: justify;
}
.policiescol {
  border-bottom: 1px solid #d4b492;
  margin-bottom: 30px;
}
.policiesbtncol {
  text-align: end;
  margin-bottom: 30px;
}
.file-download {
  border-radius: 5px;
  color: #d4b492;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #d4b492;
  padding: 14px;
  position: relative;
  transition: all ease-in-out 0.5s;
}
.file-download:hover {
  color: white;
  background: #d4b492;
}
.policies-text-list {
  margin-right: 30px;
  color: #d4b492;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: justify;
}

/* Circular Css */

.btn {
  margin: 5px;
  border-radius: 4px;
}
.btn .btn-download {
  display: flex;
  padding: 10px;
  color: #ffffff;
}
.btn .btn-download:hover {
  color: #d4b492;
}

.btn .btn-download > span {
  margin: 5px;
}
.tablehead {
  background-color: #d4b492;
  color: #ffffff;
}
.tablebtn {
  background-color: #d4b492;
  border: none;
  padding: 0;
}
.tablebtn:hover {
  background-color: white;
  border: 1px solid #d4b492;
  color: #d4b492;
}

/*
tr:hover {
  background-color: #8EAE9B;
  }

button:hover {
  background-color: #8EAE9B;
  }
  */


/* Contact Us */

.contact-heading {
  line-height: 92px;
  color: #0a1e3d !important;
  font-family: "Kufam", sans-serif;
  text-align: start;
}
.contact-paragraph {
  font-family: "sus";
  line-height: 25px;
  margin-bottom: 30px;
  text-align: start;
}
.fa-envelope {
  font-size: 44px !important;
  color: #d4b492;
  margin-left: 30px;
}
.contactphone {
  font-size: 44px !important;
  color: #d4b492;
  margin-left: 30px;
}
.contact-email-text {
    text-align: start;
}

.contact-email {
    text-align: start;
}


.contact-phone-text {
    text-align: start;
}

.contact-phone {
    text-align: start;
}

.form-group {
    text-align: start;
}
.formbtn {
  color: white !important;
    background: #d4b492 !important;
    border: none !important;
    margin-left: 0 !important;
}
.formbtn:hover {
    color: #d4b492 !important;
    background: none !important;
    border: 1px solid #d4b492 !important;
}
.customSelect {
  display: block;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e6e9ec;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.formdescription {
  height: 100px;
  padding-bottom: 60px;
}
.electronic {
  min-height: auto;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px 24px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #0a1e3d;
    color: white;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(30);
  }
}
.electronic:hover {
  .card-text {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
  .card-heading {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
}

/* for only heading and paragaph */

.contentp {
  margin-bottom: 10px;
}
.contenth2 {
  margin: 30px 0;
  line-height: initial;
}

/* media Center */

.gallery {
  height: 500px;
  object-fit: cover;
  cursor: pointer;
}
.gallery:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.gallery-heading {
  color: #d4b492;
  font-size: 26px;
  text-align: center;
  font-family: "Kufam", sans-serif;
  font-weight: bold;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Career */

.benefits {
  text-align: center;
  margin-top: 50px;
}
.benefits h2 {
  font-size: 30px;
  font-family: "Kufam";
  color: #d4b492;
  text-transform: uppercase;
  font-weight: 4;
  line-height: 1.25;
  text-align: center;
}
.benefits img {
  width: 30%;
}
.benefits h3 {
  font-size: 16px;
  font-family: "Kufam";
  color: #0a1e3d;
  margin: 15px 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.benefits p {
  font-size: 15px;
  font-family: "sus";
  color: #000;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 50px;
}
.current-openings {
  margin: 3.5em 0;
}
.current-openings h2 {
  font-size: 30px;
  font-family: "Kufam";
  color: #0a1e3d;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-align: center;
}
.job-labels {
  margin: 2em auto;
  text-align: center;
}
.file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 5px;
  color: white;
}
/* Publication */

.item_media figure {
  position: relative;
  width: 100%;
  height: 95%;
  cursor: pointer;
}
.item_media figure img {
  width: 100%;
  padding: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.item_media figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #0a1e3d;
  padding: 5px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.item_media figure:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.item_media figure:hover figcaption {
  bottom: 10px;
}

/* Publication Inner */

.head_news {
  position: relative;
  font-size: calc(1.325rem + 0.7vw);
  color: #0a1e3d;
  -webkit-padding-start: 1.25rem;
  padding-inline-start: 1.25rem;
  padding-block: 0.3125rem;
  margin-bottom: 2.5rem;
}
.head_news::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 0.3125rem;
  height: 100%;
  background-color: #d4b492;
}
.item_media {
  /* max-height: 225px; */
  overflow: hidden;
  margin-bottom: 25px;
}
.publicationimg {
  padding: 0 !important;
}
/* Sitemaps */

.sitemap {
  max-width: 1320px;
  margin: 0 auto;
}
.sitemap-item {
  padding: 15px;
  margin-bottom: 1em;
}
.sitemap-item h2 {
  font-family: "Kufam";
  font-size: 32px;
  font-weight: 800;
  color: #d4b492;
}
.sitemap-item ul {
  font-size: 19px;
  box-shadow: -1px 4px 11px -5px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  margin-bottom: 30px;
}
.sitemap-item ul li {
  color: #d4b492;
  padding: 10px 0;
  font-size: 24px;
  text-align: initial;
}
.sitemap-item ul li a {
  text-decoration: none;
  color: #000;
}
.sitemap-item ul li a:hover {
  color: #d4b492;
}



#chart-container{
    height: 364px;
}

/* video banner */
.videobanner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bH .overlay{
  background-image: linear-gradient(to top, rgba(10,30,61), rgba(255,0,0,0)) !important;
}
.overlay {
  /*background-color: black;
  opacity: 0.6;*/
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(to top, rgba(10,30,61), rgba(255,0,0,0)); */
  background: linear-gradient(to bottom left, rgba(10,30,61), rgba(255,0,0,0));
}
.overlay2 {
  /*background-color: black;
  opacity: 0.6;*/
  position: absolute;
  width: 100%;
  height: 90vh;
  background-image: linear-gradient(to top, rgba(10,30,61), rgba(255,0,0,0));
}


@@media only screen 
  and (min-width: 1920px) 
  and (max-width: 1920px) 
  and (min-height: 1080px) 
  and (max-height: 1080px) {
  
  .departslide.aos-init.aos-animate {
    height: 77rem !important;
  }

  a.btn.btn-read-more.depart-a {
    margin-bottom: 180px !important;
  }

  h4.card-heading.content.depart-title2 {
    margin-top: 80px;
  }
}



/* Inner pages extra */

.left-menu,
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding: initial;
}
.left-menu {
  background-color: #0a1e3d;
  /* background-image: url(../images/menu-bg.png); */
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 50px;
  margin-top: -30px;
}
.left-menu .navbar-header {
  /*width: 100%;*/
  font-size: 30px;
  padding-left: 0;
  height: inherit;
  width: 100%;
  color: #d4b492;
  border-bottom: 1px solid;
}
.left-menu .navbar-brand {
  color: #ffffff;
  font-size: 30px;
  height: inherit;
  padding: 30px 20px;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #d4b492;
  display: block;
}
.left-menu .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.left-menu .navbar-toggle {
  display: none;
}
.left-menu .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  /* padding-bottom: 0; */
  overflow: visible !important;
}
.left-menu .navbar-collapse {
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  /* border-top: 1px solid transparent; */
  /* -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1); */
  /* box-shadow: inset 0 1px 0 rgba(255,255,255,.1); */
}
.left-menu .navbar-collapse {
  width: auto;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.left-menu .navbar-collapse {
  padding: 0;
}
.left-menu .nav {
  list-style: none;
}
.left-menu .navbar-nav {
  float: left;
  margin: 0;
}
.left-menu .navbar-nav {
  width: 100%;
  padding: 20px;
}
.left-menu .navbar-nav > li {
  width: 100%;
  position: relative;
  display: table-row;
  padding: 0;
  float: left;
}
.left-menu .navbar-nav > li .box .text {
  font-weight: bold;
  font-size: 18px;
  display: block;
  vertical-align: middle;
}
.left-menu .navbar-nav > li .box a {
  display: block;
}
.left-menu .navbar-nav > li .box a {
  padding: 5px 0;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.left-menu .navbar-nav > li.active a {
  color: #d4b492;
  font-weight: bold;
}
.left-menu .navbar-nav > li:hover .box a:hover {
  background: #d4b492;
  color: #fff;
}
.left-menu .navbar-nav > li:hover .box a {
  padding-left: 10px;
}
.container.inner-new {
  padding: 30px;
}
.rightside {
  max-width: 100%;
}
.contentforinner {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 10px 10px;
}
.page-head {
  float: left;
  position: relative;
  top: 0;
  width: 100%;
  padding-bottom: 50px;
}
.breadcrumb {
  background: none;
  text-align: left;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  list-style: none;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: initial;
}
.breadcrumb li {
  font-size: 14px;
  color: #0a1e3d;
  text-decoration: none;
  display: inline-block;
}
.breadcrumb li a {
  font-size: 14px;
  color: #c2daff;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a{
	color: #FFFFFF;
}
.breadcrumb .active{
	color: #d4b492;
}
.page-head .title {
  border: 0px solid #000000;
  float: left;
  position: relative;
  width: 100%;
}
.page-head .title h2 {
  font-size: 40px;
  color: #d4b492;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.text-section {
  float: left;
  width: 100%;
}
.breadcrumb li a:hover {
  color: #d4b492;
  font-weight: 600;
}

/* media center new */

.wrapper_inner {
  background-color: #fff;
  padding: 35px;
  position: relative;
  /* box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.2); */
}
.head_inner {
  color: #0a1e3d !important;
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 30px;
  text-align:start;
   /* For hover on media labels */
  position: relative;
    z-index: 1;
}
.head_inner span {
    position: relative; 
    z-index: 2; 
}
.head_inner:hover {
    cursor: pointer; 
}
.head_inner::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 0.3125rem;
  height: 50px;
  background-color: #d4b492;
   /* For hover on media labels */
    transition: width 0.3s, height 0.3s; 
    z-index: 0;
}
.head_inner:hover::before {
    width: 15.3125rem; /* Increased width on hover */
    height: 52px;      /* Slightly increased height on hover */
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  background: #c5c5c5;
  border-radius: 50px;
  text-indent: -100000px;
}
.slick-dots li.slick-active button {
  background: #d4b492;
}
.item_gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height:unset !important;
}
.item_gallery .gallery_caption {
  background: rgba(24, 53, 94, 0.52);
  padding: 20px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.item_gallery:hover .gallery_caption {
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.item_gallery .gallery_caption p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  height: 45px;
  overflow: hidden;
  text-align: end;
}
.item_gallery:hover .gallery_caption p {
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.item_gallery:hover .gallery_caption:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  margin: auto;
  background: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 22px;
  color: #d4b492;
  content: "\f00e";
}
.item_gallery {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
}
/* Regulation page */

.circularpart {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1.75rem 1.5625rem;
  transition: all 0.3s ease-in-out;
  border-radius: 20px 0 20px 0;
  background-color: rgba(227, 231, 238, 0.5);
  margin-bottom: 20px;
}
.circulartext {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-inline-start: auto;
}
.circularpart:hover {
  background-color: #d4b492;
  color: #fff;
}
.circularpart:hover .forinvert {
  filter: brightness(0) invert(1);
}
.circulartextbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.circulartextbtn img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.circularpart img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
/* FAQS */

.accordionfaq {
  background-color: #0a1e3d;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  text-align: start;
  margin-bottom: 10px;
  border-radius: 0 20px 0 20px;
}
.faqbtn {
    margin-bottom: 30px;
    text-align: start;
    float:right;
}
#ctl00_ctl30_g_af21e568_f678_4733_b4f4_0011d6ab1a39 > section > div > h5 {
    text-align: start;
}
.actived,
.accordionfaq:hover {
  background-color: #d4b492;
}

.accordionfaq:after {
  content: "\002B";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  float: left;
}

.actived:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: start;
}

.panel p {
  margin: 10px 0;
}
.inner-new .dropdown-item {
    color: white;
    text-align: start;
}
.inner-new .dropdown {
    text-align: start;
    max-width: fit-content;
}
.inner-new .dropdown .dropdown-menu {
    color: white;
    background-color: #d4b492 !important;
    --bs-dropdown-link-hover-bg: #0a1e3d;
    --bs-dropdown-link-active-bg: #fff;
}
.inner-new .dropdown .btn {
    color: #ffff;
    background-color: #d4b492;
    margin: 0 0 5px 0;
}
.inner-new .dropdown-item:focus, .dropdown-item:hover {
    color: white;
    text-decoration: none;
}

/* Media Inventory */
.invent {
  flex: 0 0 31%;
  background-color: whitesmoke;
  height: 100%;
  position: relative;
  padding: 1em;
  margin-bottom: 2.33%;
  margin-left: 2.33%;
  border-radius: 10px;
  overflow: hidden;
}
.inventimg {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 5%;
}

.invent-text:hover {
  background-color: #0a1e3d;
  border-radius: 10px;
  cursor: pointer;
}
.invent-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  color: #0a1e3d;
  line-height: 20px;
  font-size: 16px;
  padding: 1em 0.5em;
}
.invent-title:hover {
  color: white;
}
.invent-icon {
  color: #d4b492;
  display: inline-block;
  font-size: 34px;
}

/* Open Data New */

.opendatatitle {
  color: #0a1e3d;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
.opendatadescription {
  text-align: justify;
  margin-top: 1rem;
}
.opendatalink {
  font-size: 22px;
  color: #0a1e3d;
}
.opendatalink:hover {
  color: #d4b492;
}
.opendataMenu {
  margin-bottom: 10px;
  padding: 20px;
  background-color: #0a1e3d;
}
.opendataMenu:hover {
  background-color: #d4b492;
}
.opendataMenu a {
  color: #fff;
  text-decoration: none;
}
.excel {
  background-color: #d4b492;
  color: #ffffff;
  border-radius: 0;
  margin: 0;
}
.excel:hover {
  color: #d4b492;
  border: 1px solid #d4b492;
}
/* Mapping Heading CSS */
.section_title{
color:#ffffff !important;
margin-bottom: 4.75rem;
}
.section_title span{
display:block;
line-height: 1.5;
font-size: calc(1.8rem + .9vw);
}
span.counter 
{
	font-size: 5.25rem;
}
section.maping-img div > div.row.align-items-center > div:nth-child(1),
section.maping-img div > div.row.align-items-center > div:nth-child(3)
{
	margin-bottom: 7.75rem;
}

section.maping-img div > div.row.align-items-center > div:nth-child(2)
{
	margin-top: 7.75rem;
}

/* sitemap css start */
.sitemap-inner {
  padding: 20px 0;
}

.sitemap {
  list-style: none;
  padding: 0;
}

.sitemap li {
  margin-bottom: 5px;
}

.sitemap a {
  text-decoration: none;
  color: #d4b492;
  display: flex;
  align-items: center;
  font-size: 16px;
  transition: color 0.3s ease; /* Smooth color transition on hover */
}

.sitemap a:hover {
  color: #242424; /* Change to your desired hover color */
}

.sitemap .icon {
  margin-right: 5px;
}

.nested {
  display: none;
  padding-right: 85px;
}

.nested li {
  margin-bottom: 10px;
}

.collapsed .nested {
  display: block;
  opacity: 1;
  margin:10px 0px;
}

.collapsed .toggle-icon::before {
  content: ' -';
  text-align: center;
}

.toggle-icon::before {
  content: ' +';
  color: white;
  background: #d4b492;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 25px;
  text-align: center;
  transition: background 0.3s ease, transform 0.3s ease; /* Add smooth transitions for background and icon rotation */
}

.toggle-icon:hover::before {
  background: #242424; /* Change to your desired hover background color */
}

.toggle-icon {
  cursor: pointer;
}

.toggle-icon.collapsed::before {
  transform: rotate(45deg); /* Rotate the plus icon to an "X" when collapsed */
}
.sitemap .toggle-subheading{
  margin-right: 15px;
}
.sitemap .heading{
  font-size: 26px;
  margin-bottom: 10px;
}
/* sitemap css end */

/*For Duplicate Nav to hide in large screens*/
#ctl00_MegaMenuArabic1{
  display: none;
}

/*For News and Publication ReadMore Button*/
.btnNewsReadMore{
  text-align: left;
}

/* For Footer ContactUs justify */
.footer-logo > .row > div:first-child > a > img 
{
	margin: unset !important;
}

.footer-logo > .row > div:nth-child(3)
{
    margin-right: 1.5em;
	margin-top: -2.5em;
}

.footer-logo + div {
	margin: unset !important;
}

.footer > .row > div:nth-child(4) > div.footer-widget
{
	margin-right: 1.5em;
}

.omanVisionLogo 
{
	height: 12rem;
  width: 19rem;
}

/* Media Queries */
@media screen and (max-width: 1399px) {
 .footer-sec{
	padding:30px;
	}

  /* .departslide {
    height: 68rem !important;
  } */
}

@media screen and (min-width: 1399px) {
  .departslide {
    height: 68rem !important;
  }
}

@media screen and (max-width: 1399px) {
.news-content {
    padding: 2% 0;
}
}

@media screen and (max-width: 1199px) {
    .news-content {
    padding: 3% 0;
}
}

@media screen and (max-width: 1199px) {
  .navbar a.nav-link {
    font-size: 14px;
  }
  .city-photography-1,
  .city-photography {
    min-height: 206px;
  }
  .card-date-loc {

    font-size: 12px;

  }
  .departslide:hover {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .departslide {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 28.125rem;
    -webkit-box-direction: normal;
  }
  .depart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .psm {
    padding: 10px 10px !important;
    margin: 0 !important;
  }
  .pSM0 {
    padding: 0;
  }
  .imgInner {
    width: 98%;
    margin: 0 auto;
  }
  .dateloc {
    width: 50%;
  }
  .maping-img h5 {
    font-size: 15px;
  }

  .main-card {
    padding: 0px;
  }

  .rcard {
    padding: 10px 0;
  }

  .tweets-content {
    position: static;
    right: 0%;
    top: 50%;
    transform: none;
    padding: 40px 30px;
    margin: 20px 0;
  }

  .tweets-img {
    display: none;
  }

  .navbar .navbar-brand img {
    width: 150px;
    height: 45px;
  }

  .navbar a.nav-link {
    font-size: 12px;
  }
  .mega-menu-img-content h3 {
    font-family: "Kufam", sans-serif;
    line-height: 40px;
    font-size: 20px;
  }
  h6.list-group-item {
    font-size: 15px;
  }
  a.list-group-item.list-group-item-action {
    font-size: 14px;
  }
  .mega-menu-img-content a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .imgInner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .dateloc {
    width: 50%;
  }
  .footer-widget .d-flex {
    display: flex !important;
  }
.navbar .d-flex{
	display:inline-block !important;
}

  .d-flex {
    /*display: inline-block !important;*/
  }

  .onlyLgShow {
    display: none;
  }

  .blog-home5 .b-h-box .card-img-overlay {
    height: 40%;
  }

  .navbar .input-field {
    width: 100%;
    border-radius: 4px;
    margin-top: 0px;
    border: 1px solid #ffffff;
    height: 40px;
  }

  #navbarSupportedContent {
    position: absolute;
    background-color: #d4b492;
    width: 100%;
    margin: 0 auto;
    right: 0px;
    left: 210px;
    z-index: 1399;
    top: 60px;
    border-radius: 10px;
    padding: 10px 20px;
    max-height: 80vh;
    overflow-y: scroll;
  }

  .mdShow {
    display: block;
  }

  #ctl00_MegaMenuArabic1{
    display: block;
  }

  #ctl00_g_3784350b_5f0b_450e_9e10_6a203730b86c{
    display: none;
  }

  .main-card {
    padding: 0px;
  }
  img.lang-spoken {
    padding-right: 25px;
  }
  img.peoples-lived {
    padding-left: 15px;
  }
  .card-date-loc {

    font-size: 8px;

  }
  .member-card h1.card-heading {
    font-size: 18px;
  }

  .member-card .member-dis {
    font-size: 14px;
  }

  .member-card h3.card-heading {
    font-size: 16px;
  }
  .navbar a.increase,
  .navbar a.reset,
  .navbar a.decrease{
	display:none;
}
}

@media screen and (max-width: 576px) {
  section.news .fp-overflow {
    overflow-y: auto;
  }

  #navbarSupportedContent {
    position: absolute;
    background-color: #d4b492;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1399;
    top: 60px;
    border-radius: 10px;
    padding: 10px 20px;
    max-height: 50vh;
    overflow-y: scroll;
  }
  .banner-text h1 {
    line-height: 40px;
  }
  .f-text {
    font-size: 12px;
  }
  .rcard {
    padding: 30px 0;
  }
  .card-date-loc {

    font-size: 12px;

  }
}

.adjustHeaderBetween {
  justify-content: flex-start !important;
}

.adjustHeaderBetween form.d-flex {
  margin: -1% 5%;
}

@media (min-width: 992px)
{
  .navbar-expand-lg .navbar-collapse {
    margin: -7px 29px -26px;
  }
}

@media (min-width: 768px)
{
  .navbar-expand-md .navbar-collapse {
    margin: 0px 8px -20px;
  }
}

@media (min-width: 992px) {
  .row > .city-photography-1:first-child {
    padding-top: unset !important;
    margin-top: unset !important;
  }
}
