* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
ul, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
/*======== Top column section ========*/

.topColumn {
    width: 100%;
    background: linear-gradient(90deg, #0066ff, #ffff00, #ff0000) !important;
    color: #fff;
    padding: 15px 0;
}
.topColumn .container{
    padding:0;
}
.topColumn .topDetails{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.topColumn .topDetails .box1 p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
}
.topDetails .box2 {
    display: flex;
    gap: 20px;
}
.topDetails .box2 a{
    font-size:16px;
    color:#000000;
    font-weight:400;
}
.topDetails .box2 a i {
    font-size: 22px;
    position: relative;
    top: 3px;
}

nav {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
}
nav .navbar {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.navbar .logo a {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.logo img {
    width: 100%;
    max-width: 90px;
}
nav .navbar .nav-links {
  line-height: 70px;
  height: 100%;
}
nav .navbar .links {
  display: flex;
}
nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  transform: rotate(180deg);
}

nav .navbar .links li .arrow {
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #000000;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu {
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #0669f8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block;
}
.navbar .links li .sub-menu li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
 nav .navbar .links li .sub-menu span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .links li .sub-menu a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
  color: #fff;
}
.navbar .links li .htmlCss-more-sub-menu {
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}
 
.navbar .nav-links .sidebar-logo {
  display: none;
}
.navbar .bx-menu {
  display: none;
}
.translateBox a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #0669f9;
    border-radius: 5px;
    color: #fff;
}

/* ===== Banner section design ====== */
.bannerImages .carousel-caption {
    top:30%;
    color: #fff;
}
.bannerImages .carousel-caption h1{
    font-size: 4vw;
    font-weight: 700;
    padding: 0 40px;
}
.bannerImages .carousel-caption p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}
.bannerImages .carousel-caption span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.bannerImages .carousel-caption span::before {
    position: absolute;
    top: 12px;
    right: -60px;
    width: 50px;
    height: 1.5px;
    background-color: #ffc107;
    content: '';
}
.bannerImages .carousel-caption span::after {
    position: absolute;
    top: 12px;
    left: -60px;
    width: 50px;
    height: 1.5px;
    background-color: #ffc107;
    content: '';
}   
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
}




/* ====== Governar Section design ======= */
.aboutBox {
    padding: 50px 0;
}
.governarColumn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.governarColumn .column1{
    position: relative;
    box-shadow: 0px 0px 10px #d3d3d333;
}
.contt {
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px #d3d3d385;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.AboutContents span{
    padding: 5px 10px;
    background-color: #ffe483;
    margin-bottom: 10px;
    display: inline-block;
    color: #000;
    font-weight: 500;
}
.AboutContents h2 {
    font-weight: 700;
    font-size: 3vw;
}
.viewMoreBtn {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0a58ca;
  color: #fff;
  border-radius: 5px;
}
.contt h4 {
  color: #0368fc;
  font-size: 18px;
  font-weight: 600;
}
.column1 .imgB img {
    width: 100%;
    height: 100%;
    max-height: 430px;
}

/* ======== CTA Section design ========= */
.cta_Column {
  background-color: #f4f8ff;
  padding: 50px 0;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}
.cta_Column .ctaAssets h3 {
  color: #000000;
  font-size: 55px;
  font-weight: 700;
}
.cta_Column .ctaAssets p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
}
.contactBtn {
  background-color: #000000;
  padding: 10px 25px;
  border-radius: 5px;
  border: 2px solid #000000;
  color: #ffffff;
  display: inline-block;
}


/* ========= gisPortal ======== */
.gisPortal{
  width: 100%;
  padding: 50px 0;
  background-color: #0c0c0c;
  background-image: url(../images/bg2.png);
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}
.gisPortal .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #272727;
}
.gisPortal .card {
  --dark-mode: rgba(0, 0, 0, 0.9);
  --light-content: #a7a7a7;
  --solid-heading-dark-mode: #ccc;
  --popins: "Poppins", sans-serif;
  --gradient-color1: #0066ff;
  --gradient-color2: #ff0000;
  --gradient-color3: #ffff00;
  --animation: 2s ease-in-out infinite;
  position: relative;
  text-align: center;
  margin-top: 42px;
  transform-origin: right bottom;
  font-weight: 400;
  padding: 40px 20px;
  border-radius: 2px 16px;
  transition: 0.3s ease-in-out;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  background: linear-gradient(#212121, #212121) padding-box,
    linear-gradient(
        145deg,
        transparent 35%,
        var(--gradient-color1),
        var(--gradient-color3),
        var(--gradient-color2)
      )
      border-box;
  color: #ffffff;
  max-width: 400px;
  cursor: pointer;
  margin: 40px auto;
}
.gisPortal .service-order {
  position: absolute;
  top: -37px;
  font-size: 50px;
  font-weight: 700;
  right: 23px;
  color: var(--solid-heading-dark-mode);
  font-family: var(--dm-sans);
  transition: 0.2s ease-in-out;
}
.gisPortal .card .icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  margin: 0px auto 20px;
  background: var(
    --gradient-heading,
    linear-gradient(
      90deg,
      var(--gradient-color1) 2.6%,
      var(--gradient-color3) 100%,
      var(--gradient-color2) 100%,
    )
  );
  border-radius: 50%;
  transition: 0.3s ease-out;
  font-weight: 600;
  font-size: 20px;
}
.gisPortal .card .icon i{
  font-size: 30px;
}
.gisPortal .card .card-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}
.gisPortal .card p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0px;
}
.gisPortal .card:hover {
  rotate: 2deg;
}
.gisPortal .card:hover .service-order {
  color: #fff;
  z-index: 10;
  transition: 0.2s ease-in-out;
}
.gisPortal .card:hover {
  transition: 0.2s ease-in-out;
  background: var(
    --gradient-heading,
    linear-gradient(
      90deg,
      var(--gradient-color1) 2.6%,
      var(--gradient-color3) 100%,
      var(--gradient-color2) 100%
    )
  );
}
.gisPortal .card .icon {
  background: #fff;
  color: #000;
}
.gisPortal .card:hover .icon i {
  background: var(
    --gradient-heading,
    linear-gradient(
      90deg,
      var(--gradient-color1) 2.6%,
      var(--gradient-color3) 100%,
      var(--gradient-color2) 100%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gisPortal .card:hover .icon::before {
  background: var(--solid-heading-dark-mode);
}
.listItemsbox ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.listItemsbox ul li {
  color: #fff;
  font-weight: 400;
  background-color: #2f2f2f;
  padding: 5px;
  font-size: 15px;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.listItemsbox ul li:hover{
  background-color: #ffe483;
  color: #000;
}
.list_Title h3 {
  font-size: 22px;
  background-color: #ffe483;
  padding: 7px 20px;
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
}
.listItemsbox ul li i {
  font-size: 18px;
  position: relative;
  top: 3px;
}
.listItemsbox {
  padding: 20px;
  background-color: #212121;
  border: 1px solid #333333;
  border-radius: 5px;
}
.gisPortal h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}






/* ========== Area Mongala Column ======== */
.areaMongalaColumn{
  width: 100%;
  padding: 4rem 0;
}
.areaMongalaColumn .conntt {
    padding: 10px;
    width: 200px;
    height: 200px;
    background-color:#fff6e5;
    border-radius: 200px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px #e7e7e7b5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 5px solid #fff;
    text-align: center;
}
.areaMongalaColumn .conntt p{
  margin-bottom: 0;
  color: #000;
}
.areaMongalaColumn .areaTitle h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}
.areaMongalaColumn .conntt span {
    font-weight: 600;
    font-size: 20px;
    color: #0d6efd;
}
.iBox img{
  width: 100%;
  filter: invert(1);
}
/* ====== tourism ===== */
#tourism {
  width: 100%;
  padding: 5rem 0 10rem 0;
  background-image: url(../images/bg3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-color:#00000096; 
  color: #fff;
  text-align: center;
}
#tourism h2{
    font-size: 4vw;
    font-weight: 700;
}
#tourism p{
  font-size: 16px;
  padding: 0 40px;
  margin-bottom: 30px;
}
#tourism .iconB {
  background-color: #0c0c0c00;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #939393;
  border-right: 0;
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 140px;
}
#tourism .iconB span{
  color: #fff;
  letter-spacing: 0.3px;
  font-size: 16px;
}
#tourism .iconB:hover{
  border-color: #ffff00;
}
#tourism .iconB:hover span{
  color: #ffff00;
}

.lightboxpreview {
  transition: all 0.3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  max-height: 75svh;
  height: 75svh;
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.modalscale {
  transform: scale(0);
  opacity: 0;
}

.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all 0.4s ease-in-out;
}
.lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.lightbox-enabled:hover {
  transform: scale(1.1);
}
.lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  cursor: pointer;
}

.lightbox-container {
  width: 100svw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}
.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}
.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}
.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-size: 50px;
}

.left {
  left: 50px;
}
.right {
  right: 50px;
}
#close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  max-height: 95vh;
  object-fit: cover;
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }
  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}

.slideleft {
  animation-name: slideleft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }
  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}

.slideright {
  animation-name: slideright;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

/* ====== Province Highlights ======== */
.Province_Highlights {
  width: 100%;
  padding: 5rem 0;
  background-color: #f4f8ff;
}
.mapBox {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #f1f1f17a;
  border-radius: 10px;
}
.mapBox img {
  width: 100%;
}
.mapBox .mapTitle {
  padding: 5px;
  text-align: center;
  margin-top:10px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  
}
.mapBox .mapTitle h5{
  padding-top: 5px;
  font-size:22px;
  font-weight: 600;
}



/* ====== Government Section design ======= */
.governmentColumn {
  padding: 5rem 0;
}
.governmentContents{
  padding: 20px;
  background-color: #0d6efd;
  color: #fff;
}
.governmentContents h3 {
  font-size: 40px;
  font-weight: 700;
}
.governmentColumn .accordion-item ul {
  list-style: disc;
  margin-left: 30px;
}
.addressBox {
    padding: 12px;
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}
.addressBox p{
  margin-bottom: 0;
  border-right: 1px solid #000;
  padding-right: 30px;
  padding-left: 30px;
}
.addressBox p:last-child{
  border-right: none;
}


/* ========= Inner pages css add =========== */
.breadcrumbBox {
    width: 100%;
    padding: 6rem 0;
    background-color: #000000a8;
    background-image: url("../images/banner/slide1.jpg");
    background-position:center;
    background-size: cover;
    background-blend-mode: overlay;
    color: #fff;
    text-align: center;
}
.titleText h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.breadcrumbBox ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.breadcrumbBox ul li a{
  color: #fff;
  font-weight: normal;
}

/* ====== mongalaOverview ====== */
.mongalaOverview{
  padding: 4rem 0;
}
.mongalaOverview .listItems li a {
    display: block;
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    background: linear-gradient(14deg, #1170ed, #e1ed1d);
    color: #ffffff;
    font-size: 18px;
    box-shadow: 0px 0px 14px #efefef;
    transition: all 0.5s ease-in-out;
}
.mongalaOverview .listItems li a:hover{
  background:#fff !important;
  color: #000;
}
.mongalaOverview .frequentlyTitle {
    font-weight: 700;
}


/* ======= footer design ======= */
footer{
  padding:5rem 0; 
  background-image: url("../images/footerBg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  background-color: #000000de;
  background-blend-mode: overlay;
  width: 100%;
}
.headerLogo img {
  width: 100%;
  max-width: 155px;
  margin-bottom: 20px;
}
footer .conttInfo p {
  color: #fff;
  margin-top: 5px;
}
footer .conttInfo .viewMoreB {
  display: inline-block;
  padding: 12px 20px;
  background-color: #ffffff;
  color: #000;
  border-radius: 5px;
  margin-top: 10px;
}
.quickLinkItems h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
}
.quickLinkItems h3::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  content: '';
  background-color: #ffe483;
}
.quickLinkItems ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.3px;
  padding: 7px 0;
}
.quickLinkItems ul li a:hover{
  color:#ffe483;
}
.conttInfo h3{
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.num {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.num a {
  color: #ffffff;
  font-size: 18px;
}
.mail{
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.mail a {
  color: #ffff;
  font-size: 18px;
}
.num .icon i {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.mail .icon i {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.address{
  color: #fff;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.address a {
  color: #ffff;
  font-size: 18px;
}
.address .icon i {
  font-size: 20px;
  position: relative;
  top: 3px;
}

/* ======== Path image desin ======== */
.pathImage{
  width: 100%;
  height: 250px;
  background-image: url(../images/bg5.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.partnerContt {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 12px #edededdb;
  border-radius: 5px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnerContt img {
  width: 100%;
}





/* ======= Copy right section design ======== */
.copyrightBox {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background-color: #1c1c1c;
}
.copyrightBox p{
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.copyrightBox p a{
  font-style: italic;
  color: #ffe483;
  font-weight: 500;
}


/* ========== Top to button design ============ */

#button {
  background-color:#0d6efd;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#button i{
  font-size: 22px;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



.mobileSideBar{
  display: none;
}

.ttmenuIco i {
    display: none;
}








@media(min-width:992px) and (max-width:1200px) {
    .translateBox {
        margin-top: 20px;
    }
    .areaMongalaColumn .conntt {
        padding: 5px;
        width: 150px;
        height: 150px;
        text-align: center;
    }
    .iBox img {
        width: 90%;
        filter: invert(1);
    }
    .areaMongalaColumn .conntt span {
        font-weight: 500;
        font-size: 16px;
    }
    .areaMongalaColumn .conntt p {
        font-size: 13px;
    }
    .iBox img[src="images/area_icons/su.png"] {
        width: 95px !important;
    }

}








@media (max-width:991px) {

  nav {
    /* position: relative; */
  }
  nav .navbar {
    max-width: 70%;
    padding: 0 5px;
    margin-right: 0;
  }

  nav .navbar .logo a {
    font-size: 27px;
  }
  nav .navbar .links li {
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a {
    font-size: 15px;
  }
  .topColumn{
    display: none;
  }
  nav{
   padding: 10px 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
  }
  nav .navbar{
    justify-content: right;
    gap:25px;
  }
    .AboutContents {
    margin-top: 30px;
  }
  .mapBox{
    margin-bottom:20px;
  }
  .partnerContt{
    margin-bottom: 20px;
  }
  .addressBox {
    display: flex;
    align-items:flex-start;
    background-color: #f7f7f7;
    flex-direction: column;
}
.addressBox p{
  padding-bottom: 10px;
  border:none;
}
.addressBox p:last-child{
  padding-bottom: 0;
}
.conttInfo {
    margin-bottom: 30px;
}
.bannerImages .carousel-caption h1 {
    font-size: 5vw;
    font-weight: 700;
    padding: 0;
}
.bannerImages .carousel-caption {
    top: 20%;
    color: #fff;
}
nav .navbar .nav-links{
    display:none;
}
.ttmenuIco{
    position: fixed;
    top: 35px;
    left: 20px;
    z-index: 2;
    font-size: 34px;
}

.ttmenuIco i {
    display: block;
}

.addSidebarClass{
  left: 0 !important;
}

.mobileSideBar{
    display: block;
    width:330px;
    height: 100%;
    background-color: #eff5ff;
    padding: 20px;
    position: fixed;
    top: 0;
    left:-330px;
    z-index: 5;
    transition: all 0.2s ease-in-out;
    }
.mobileSideBar .toggMenuIcon i {
    font-size: 36px;
    color: #fff;
}
.mobileSideBar .toggMenuIcon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0c0c0c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobileSideBar .listItemsColumn li a{
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #d9d9d9;
    color: #000;
}
.mobileSideBar .mobLogo {
    padding: 10px;
    background-color: #fff;
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
}
.mobileSideBar .mobLogo img {
    width: 120px;
    margin-bottom: 20px;
}
.listItemsColumn,
.listItemsColumn ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.mobileSideBar .listItemsColumn li {
  position: relative;
}
.mobileSideBar .submenu {
  display: none;
  padding-left: 20px;
}
.mobileSideBar .submenu.menuBgColor {
    background-color: #2b2b2b !important;
    width: 100%;
}
.mobileSideBar .has-submenu > a::after {
  font-size: 0.6em;
}

.mobileSideBar .has-submenu.open > .submenu {
  display: block;
  background-color: #000;
}
.mobileSideBar .has-submenu.open > .submenu a{
  color: #fff;
}
.mobileSideBar a {
  text-decoration: none;
  display: block;
  padding: 5px;
  color: #333;
}
.mobileSideBar .translateBtn {
    width: 120px;
    height: 42px;
    text-align: center;
    margin-top: 20px;
    background-color: #0a58ca;
    border: #0a58ca;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .navbar .bx-menu {
    display: block;
  }
  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width:calc(100% - 30px);
    width: 100%;
    background: #eef5ff;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name {
    font-size: 25px;
    color: #fff;
  }
  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 25px;
    color: #000000;
    display: none;
  }
  nav .navbar .links {
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow {
    line-height: 40px;
  }
  nav .navbar .links li {
    display: block;
  }
  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }
  nav .navbar .links li .sub-menu li {
    border-bottom: none;
  }
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }
  .navbar .links li .sub-menu .more span {
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu {
    display: block;
  }
  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow {
    transform: rotate(180deg);
  }
  .navbar .nav-links.show2 .links .more-arrow {
    transform: rotate(90deg);
  }

}





@media (max-width: 479.98px){
.governarColumn{
  flex-direction: column;
}
.cta_Column .ctaAssets h3{
  font-size: 36px;
}
.areaMongalaColumn{
  text-align: center;
}
.areaMongalaColumn .col-lg-4.col-md-4.col-sm-6.col-12 a {
  width: 100%;
  display: flex;
  justify-content: center;
}
#tourism .iconB{
  margin-bottom: 20px;
}
.translateBox a {
  display: inline-block;
  padding: 8px 12px;
  background-color: #ffffff;
  color: #0669f9;
  border: 2px solid #0669f9;
  border-radius: 5px;
}
.sidebar-logo .logo-name img{
  width: 100%;
  max-width: 130px;
  background-color: #fff;
  padding: 6px;
}
#tourism h2{
    font-size: 9vw;
    font-weight: 700;
}
.AboutContents{
  padding: 20px;
}
.AboutContents h2 {
    font-weight: 700;
    font-size: 8vw;
}
.gisPortal h4 {
    font-size: 36px;
    text-align: center;
}
.gallery {
    width: 100%;
    padding: 0 20px;
}
.quickLinkItems {
    margin-top: 30px;
}
.conttInfo{
  margin-top: 30px;
}
#button{
  bottom: 100px !important;
}
.bannerImages .carousel-caption h1{
    font-size: 7vw;
}
/* =========== inner pages ============ */
.breadcrumbBox ul {
    flex-direction: column;
}
.serContents {
    margin-top: 30px;
}
.mongalaOverview .frequentlyTitle {
    font-weight: 700;
    margin-top: 30px;
    padding-bottom: 10px;
}


}




@media (max-width: 370px) {
  nav .navbar .nav-links {
    max-width: 100%;
  }
}
