@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #000;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.top {
  background-color: #000b55;
  padding: 6px 50px;
}
.phone i {
  color: #e7e6e6;
  padding-right: 5px;
  font-size: 14px;
}
.phone span {
  color: #fff;
  font-size: 14px;
}
.email i {
  color: #e4e4e4;
  padding-right: 5px;
  font-size: 14px;
}
.email span {
  color: #eeeeee;
  font-size: 14px;
}
.email {
  margin-left: 25px;
  /* border-right: 1px solid #eee; */
  position: relative;
}
.socil {
  display: flex;
  gap: 20px;
  justify-content: end;
  line-height: 24px;
}
.socil i {
  color: #fff;
  line-height: 24px;
  position: relative;
}
.img-logo {
  width: 23%;
}
.logo-main {
  margin: 4px 0px;
}

.menus {
  background-color: #e1e1e1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 44px;
}

.dropDownItem {
  display: none;
  transition: 0.7s ease-in-out;
}
ul.dropDownItem .menu-item {
  height: auto;
}
.menu-item {
  font-weight: 500;
  cursor: pointer;
  position: relative;
  padding: 0px 10px;
  display: flex;
  height: 44px;
  transition: 0.5s all;
  perspective: 1000px;
  z-index: 100;

  &:hover .dropDownItem li {
    display: block;
  }
}
.dropDownItem {
  position: absolute;
  text-wrap: nowrap;
  top: 45px;
  left: 0px;
  padding-left: 0px;
  background-color: #fff;
  perspective: 1000px;
  z-index: -1;

  li {
    display: none;
    opacity: 0;
    &:hover {
      background-color: #0d1f9a;
      a {
        color: #fff;
      }
    }
  }
}
.menu-item:hover .dropDownItemAnimated {
  display: block;
}
.dropDownItemAnimated {
  display: none;
  li {
    display: block;
    opacity: 1;
  }
}
.menu-item:hover {
  background-color: #0d1f9a;
}
.menu-item:hover > a,
.menu-item:hover > span,
.menu-item:hover > span >i {
  color: #fff;
}

.drop {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}

.dropDownItem li {
  padding: 8px 15px;
}
.dropDownItem li a {
  font-weight: 500;
  font-size: 13px;
}

.menuFirstPart > ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin-bottom: 0px;
  padding-left: 0;
}
.menuSecondPart button:hover{
  background-color: #000b55;
  color: #fff;
}
.menuSecondPart button:hover i{
  color: #fff;
}
.carousel-control-next, .carousel-control-prev{
  top: 300px;
}
.main_slider{
  border: 1px solid #ddd;
  border-width: 0px 0px 1px 0px;
  padding-bottom: 30px;
  
}
/* tab */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border: 0px;
  color: #ffffff;
  background: linear-gradient(to bottom, rgb(109 144 227) 0, rgb(18 38 159) 100%);
  border-radius: 6px;
}
.nav-tabs {
  border: 0px;
  display: flex;
  justify-content: center;
}
.nav-tabs .nav-link{
  border: 1px solid #f8f8f8;
  border-radius: 6px;
  background-color: #f8f8f8;
  margin: 5px;
  color: #111;
}
#myTabContent {
  border: 1px solid #ddd;
}
.box_text{
  padding: 30px 20px;
}
.box_text p span{
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  display: table;
}
.District{
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.District h2{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.icon_box{
  border: 1px solid #0022fe;
  background-color: #516fce;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon_box i{
  color: #fff;
}
.icon_main{
  display: flex;
  gap: 15px;
}
.icon_main p{
  margin-top: 5px;
  font-size: 15px;
}
.box_user{
  border: 1px solid #ddd;
  padding-top: 10px;
}
.box_user_1{
  text-align: center;
  margin-top: 20px;
}
.box_user_1 h6{
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.box_user_1 p{
  font-size: 13px;
  font-weight: 400;
  color: #111;
}
.Government{
  width: 42%;
}
#Where_to_1{
  background: linear-gradient(to left, rgb(83 114 190) 0, rgb(63 89 169) 100%);
  margin: 0px 0px;
  padding: 40px 0;
}
.Where_to_Stay h5{
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
}
.Where_to_Stay p span{
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-left: 10px;
}
.Where_to_Stay p i{
  color: #fff;
}

.Recruitment_Application{
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 50px;
  background: linear-gradient(to right, rgb(130 253 0) 0, rgb(221 232 153) 100%);
  width: 100%;
  display: flex;
  gap: 14px;
  box-shadow: 0 0.5rem 1rem rgb(255 255 255 / 22%);
}
.Recruitment_Application  i{
  font-size: 25px;
}
.Recruitment_Application span{
  font-size: 16px;
  font-weight: 500;
}
.Recruitment_Application_1{
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 50px;
  background: linear-gradient(to right, rgb(130 253 0) 0, rgb(221 232 153) 100%);
  width: 80%;
  display: flex;
  gap: 14px;
  margin-top: 20px;
  box-shadow: 0 0.5rem 1rem rgb(255 255 255 / 22%);
}
.Recruitment_Application_1 span{
  font-size: 16px;
  font-weight: 500;
}
.Recruitment_Application_1  i{
  font-size: 21px;
}
.main_Application{
  display: flex;
  justify-content: center;
}
.Recruitment_Application_2{
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 50px;
  background: linear-gradient(to right, rgb(130 253 0) 0, rgb(221 232 153) 100%);
  width: 60%;
  display: flex;
  gap: 14px;
  margin-top: 20px;
  box-shadow: 0 0.5rem 1rem rgb(255 255 255 / 22%);
}
.Recruitment_Application_2 span{
  font-size: 15px;
  font-weight: 500;
}
.Recruitment_Application_2  i{
  font-size: 16px;
}
.img-6{
  width: 100%;
  ;
}
.img-box-2{
  margin: 20px;
}
#gallery{
  margin-left: 20px;
  margin-right: 20px;
}
.img_box{
  margin: 20px;
}
.gallery_main{
  background-color: #ddd;
  padding: 50px 0px;
}
/* gallery */

.gallery {
  width: 100%;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-auto-rows: 13vmin;
  gap: 0.25rem;

  & .item {
    background-size: cover;
    background-position: center;

    &:nth-of-type(1) { background-image: url('/Buniadpur/img/1.jpeg'); }
    &:nth-of-type(2) { background-image: url('/Buniadpur/img/2.jpeg'); }
    &:nth-of-type(3) { background-image: url('/Buniadpur/img/3.jpeg'); }
    &:nth-of-type(4) { background-image: url('/Buniadpur/img/4.jpeg'); }
    &:nth-of-type(5) { background-image: url('/Buniadpur/img/didi.png'); }
    &:nth-of-type(6) { background-image: url('/Buniadpur/img/1.jpeg'); }

    &:hover:not(li[data-pos="1"]) { cursor: pointer; }
  }
}

li[data-pos='1'] {
  grid-column: 1/6;
  grid-row: 1/6;
}

::view-transition-group(*) { 
  animation-duration: 0.5s; 
  animation-timing-function: ease-in-out; 
}

/* about */
.main_banner{
  background-image: url("/Buniadpur/img/about.jpeg");
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.main_banner h1{
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
}
.map{
  border: 1px solid #111;
  
  width: 100%;
 
}
.mapsection{
  margin-top: 50px;
  margin-bottom: 50px;
}
.text_map h3{
  font-size: 40px;
  font-weight: 700;
  color: #111;
}
.text_map p{
  font-size: 16px;
  font-weight: 300;
  color: #111;
  line-height: 32px;
}
.text_map{
  margin-left: 20px;
}
/* contact */
.main_banner_contact{
  background-image: url("/Buniadpur/img/contact.png");
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.main_banner_contact h1{
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
}
#Buniadpur_form{
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 6px;
  width: 100%;
  margin-top: 30px;
}
.text_map_contact{
  border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-left: 20px;
}
.text_map_contact h3{
  font-size: 40px;
  font-weight: 600;
  color: #111;
}
.box{
  height: 200px;
  text-align: center;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.box h6{
  font-size: 25px;
  font-weight: 500;
  color: #111;
  margin-top: 20px;
}
.box p{
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin-top: 20px;
}
.address_sec{
  margin-top: 50px;
  margin-bottom: 50px;
}
/* the chir */
.Chairman_banner{
 background-color: #cacde5;
 height: 200px;
 display: flex;
 align-items: center;
}
.Chairman_banner h1{
  font-size: 43px;
  font-weight: 700;
  color: #5d5a5a;
  display: flex;
  justify-content: center;
}
.text_Chairman h2{
  font-size: 30px;
  font-weight: 700;
  color: #111;

}
.text_Chairman p{
  font-size: 16px;
  font-weight: 300;
  color: #111;
  line-height: 30px;
}
.socil_2 i{
  font-size: 20px;
  color: #8999ff;
}
.socil_2{
  display: flex;
  gap: 20px;
}
.Chairman_section{
  margin-top: 50px;
  margin-bottom: 50px;
}
.Chairman_img{
  border: 1px solid #ddd;
  border-radius: 0px 80px 0px 80px;
  padding: 25px;
  display: flex;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.text_Chairman {
  margin-left: 20px;
}
.main_breadcrumbs {
  text-align: center;
}
span.breadcrumbs {
  color: #131212;
  font-size: 16px;
  font-weight: 400;
}
.breadcrumbs i{
  color: #474343;
  margin-left: 10px;
  margin-right: 10px;
}
/* con */
.box_Councilors{
  border: 1px solid #ddd;
  
}
.Councilors_sec{
  margin-top: 50px;
  margin-bottom: 50px;
}
#Councilors_box{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: none;
  padding: 20px;
}
.card-title{
  font-size: 20px;
  font-weight: 700;
  color: #111;
}
.card-text{
  font-size: 16px;
  font-weight: 400;
  color: #111;
}
li.menu-item a, li.menu-item span {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.email:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -12px;
    background-color: #eee;
    width: 1px;
    height: 33px;
}
.socil i:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -12px;
    background-color: #eee;
    width: 1px;
    height: 33px;
}
.socil i:last-child:after{
   content: '';
    position: absolute;
    top: -5px;
    right: -12px;
    background-color: #eee;
    width: 1px;
    height: 33px;
}
.box_text p i{
  width: 20px;
  float: left;
}


.gallery_main .image-slider {
    display: flex;
    flex-flow: column;
    width: 100%;
    aspect-ratio: 16 / 7;
    min-height: 300px;
    overflow: hidden;
    border-radius: 8px;
    container-type: inline-size;
    contain: content;
    background-color: #0006;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px, rgba(0, 0, 0, 0.3) 0px 2px 4px,
        rgba(0, 0, 0, 0.25) 0px 4px 8px, rgba(0, 0, 0, 0.2) 0px 8px 16px,
        rgba(0, 0, 0, 0.15) 0px 16px 32px;
}

.gallery_main .slider__content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}

.gallery_main .slider-control--button {
    border: 0;
    background: 0;
    outline: 0;
    cursor: pointer;
    place-content: center;
    padding-inline: 3vw;
    z-index: 1;
    display: grid;
}

.gallery_main .icon {
    height: 2rem;
    width: 2rem;
    fill: var(--icon-default);
    border-radius: 50%;
}



.gallery_main .slider-control--button:active {
    outline: 0.2em solid hsl(204 100 53);
    outline-offset: -0.5em;
}

.gallery_main .prev-button {
    --position: left;
}
.gallery_main .next-button {
    --position: right;
}

.gallery_main .image-display {
    position: fixed;
    inset: 0;
}

.gallery_main .slider-navigation {
    z-index: 10;
    display: flex;
    grid-auto-flow: column;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-columns: 100%;
    gap: 1.25rem;
    padding: 1rem;
    place-content: center;
    background-color: var(--navigation-color);
    backdrop-filter: blur(6px);
}

.gallery_main .nav-button {
    display: grid;
    width: 100%;
    height: 100%;
    border-radius: 0.5em;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 0;
    aspect-ratio: 16 / 9;
    transition: filter 150ms linear, scale 266ms ease;
}

.gallery_main .thumbnail {
    display: block;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}



.gallery_main .nav-button[aria-selected="true"],
.gallery_main .nav-button:focus-visible {
    outline: 0.2em solid var(--active-color);
    outline-offset: 0.2em;
}

.gallery_main .nav-button[aria-selected="false"] {
    filter: opacity(0.7);
}

.gallery_main .nav-button[aria-selected="false"]:where(:hover, :focus-visible) {
    filter: opacity(1);
}

@container (max-width: 660px) {
    .nav-button:not(:has(img)) {
        background-color: rgb(241, 235, 232);
    }

    .slider-navigation {
        display: flex;
        justify-content: center;
        padding-block: 1.5em;
    }

    .nav-button {
        inline-size: 0.625rem;
        aspect-ratio: 1;
        border-radius: 50%;
    }

    .nav-button > .thumbnail {
        display: none;
    }

    .nav-button[aria-selected="true"] {
        background-color: black;
        scale: 1.5;
    }
}

header{
  position: relative;
}
.mobile-menu button.btn {
    position: absolute;
    bottom: 15%;
    right: 0;
}


@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 60s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 86px;
  margin: 3px;
  border: 1px solid #eee;
  padding: 5px;
}

footer {
    background-color: #020b4a;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.footer-category li a{
  color: #f2f2f2;
  padding-right: 5px;
}
.footer-category li {
  display: inline-block;
}
footer p {
    color: #fff;
    font-size: 12px;
        line-height: 23px;
}
footer p a {
    color: #aae1ff;
}

.footer-logo li{
 margin: 10px;
}
.Notification-main{
  padding: 50px 0;
}

/*start mobile menu*/
.offcanvas.menu > li {
  border-bottom: 1px solid #e9e9e9;
}
.offcanvas .menu > li:last-child {
  border-bottom: 0;
}
.offcanvas .menu > li > a {
  background-color: #f3f3f3;
  font-size: 15px;
  padding: 12px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offcanvas .menu > li > a:hover {
  background-color: #f8f8f8;
}
.offcanvas .menu > li > a.opened {
  background-color: #f8f8f8;
}
.offcanvas .sub-menu {
  display: none;
  background-color: #ffffff;
}
.offcanvas .sub-menu li a {
  border-top: 1px solid #f1f1f1;
  padding-left: 50px;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offcanvas .sub-menu li a:hover {
  background-color: rgba(0, 113, 220, 0.05);
}
.offcanvas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanvas ul li > a {
  display: block;
  position: relative;
  color: #000000;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offcanvas ul li > a:hover {
  color: var(--color_primary);
}
.offcanvas ul li.menu-item-has-children > a:after {
  color: #999999;
  content: "\f067";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offcanvas ul li.menu-item-has-children > a:before {
  color: #999999;
  content: "\f068";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offcanvas ul li.menu-item-has-children > a.opened:after {
  opacity: 0;
  visibility: hidden;
}
.offcanvas ul li.menu-item-has-children > a.opened:before {
  opacity: 1;
  visibility: visible;
}
.card-img-top {
    height: 300px;
}
.card-text {
    font-size: 14px;
}

/*start gallery*/

  /* Style the container where the snow will fall */
 .gallery-main    #snow-container {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }

 .gallery-main    .ml12 {
  font-weight: 200;
  font-size: 3em;
  letter-spacing: 0.3em;
}

.gallery-main .ml12 .letter {
  display: inline-block;
  line-height: 1em;
}

.gallery-main h2 {
  color: white;
  font-family: 'Dancing Script', cursive;
}

.gallery-main .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.gallery-main .row > .column {
  padding: 0 8px;
}

.gallery-main .row:after {
  content: "";
  display: table;
  clear: both;
}

.gallery-main .column {
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
  animation-name: transition;
  animation-duration: 1s;
}

@keyframes transition {
  from {opacity: 0;}
  to {opacity: 1;}
}
li.menu-item.active {
  background-color: #0d1f9a;
}
li.menu-item.active a {
  color: #fff;
}

/* The Modal (background) */
.gallery-main .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  z-index: 999;
}

/* Modal Content */
.gallery-main .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.gallery-main .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.gallery-main .close:hover,
.gallery-main .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.gallery-main .mySlides {
  display: none;
}

.gallery-main .mySlides img {
    opacity: 1;
    border-radius: 0;   
}

.gallery-main .mySlides img:hover {
    opacity: 1;   
}


.gallery-main .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.gallery-main .prev,
.gallery-main .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallery-main .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallery-main .prev:hover,
.gallery-main .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.gallery-main {
    padding: 50px 0;
    width: 100%;
}
.gallery-main .numbertext {
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.gallery-main img {
  width: 462px;
  margin-bottom: -4px;
  border-radius: 5px;
  cursor: pointer;
}


.gallery-main img:hover {
  opacity: 1;
}


.gallery-main .demo {
  opacity: 0.6;
}

.gallery-main .active,
.gallery-main .demo:hover {
  opacity: 1;
}

.gallery-main img.hover-shadow {
  transition: 0.3s;
}

.gallery-main .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (max-width: 600px) {
 .gallery-main  .numbertext {font-size:14px;}
 .gallery-main  .ml12 {font-size:12px;}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 768px) {
 .gallery-main  .numbertext {font-size:17px;}
 .gallery-main  .ml12 {font-size:32px;}
}
.gallery-main .column {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.gallery-main .column .gallery-title {
    background-color: #fff;
    width: 100%;
    padding: 10px 20px;
    font-weight: 600;
}
.gallery-main .column .gallery-title ul{
  display: inline-block;
  float: right;
}
.gallery-main .column .gallery-title ul li{
  display: inline-block;
  margin-left: 10px;
}



.echColumnClassic {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    margin-bottom: 10px;
}
.echColumnClassic .imgWrap img {
    width: 100%;
}
.echCountTag {
    z-index: 1;
    border-radius: 99px;
    font-size: 15px;
    line-height: 1;
    right: 14px;
    top: 14px;
    background-color: rgb(0 27 255 / 77%);
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.echCountTag .icn {
    font-size: 1.1em;
    margin-right: 1px;
}
.echcCaptionWrap {
    left: 0;
    bottom: 0;
    z-index: 1;
}
.echCatTitle {
    font-size: 16px;
    line-height: 1.25;
    color: #ccc;
}
.echColumnClassic .echCatTitle {
    color: #62718d;
    font-weight: 500;
}
.echColumnClassic:hover {
    -webkit-box-shadow: 0 10px 40px rgba(6, 22, 58, 0.1);
    box-shadow: 0 10px 40px rgba(6, 22, 58, 0.1);
}
.btnText {
    padding: 0.626rem 1.1875rem;
    border: 1px solid transparent;
    opacity: 1;
  }
  .exploreDepartmentsBlock {
    padding: 50px 0;
}
 .exploreDepartmentsBlock  h3.mb-0 {
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    font-size: 23px;
    color: blue;
}
.py-sm-4 {
   padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.px-sm-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
}
.btn.btnTheme {
    background-color: #020b4a;
    color: #fff;
}
.btn.btnTheme span{
  color: #fff;
}

.portfolioSingle{
  padding: 50px 0;
}
.potSingGallery {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.potSingGallery img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.potSingGallery:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.mb-6, .my-6 {
    margin-bottom: 30px !important;
}
.h2vii {
        font-size: 30px;
}
.text-lDark {
    color: #202b5d !important;
    font-weight: 500;
    font-size: 18px;
}
.widget {
    margin-bottom: 1.2em;
    padding: 20px;
}
.psMetaList li {
    margin-bottom: 20px;
}
.saSocialNetworks a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #202b5d;
    color: #fff;
    border-radius: 100%;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
    font-size: 17px;
    width: 40px;
    height: 40px;
    color: #fff;
}
.saSocialNetworks a i{
  color: #fff;
}
.saSocialNetworks a.facebook {
    background-color: #3b5998;
}
.saSocialNetworks a.twitter {
    background-color: #18a6f0;
}
.saSocialNetworks a.pinterest {
    background-color: #dd4b39;
}
.saSocialNetworks a.linkedin {
    background-color: #4c5fd7;
}
.psMetaList li {
    margin-bottom: 20px;
    margin-right: 10px;
}
.saSocialNetworks a.facebook:hover {
    background-color: #2d4373;
}
.saSocialNetworks a.twitter:hover {
    background-color: #0d88c8;
}
.saSocialNetworks a.pinterest:hover {
    background-color: #c23321;
}
.saSocialNetworks a.linkedin:hover {
    background-color: #2c41c4;
}