.banner-slider-px{
    width: 98%;
    margin: auto;
    margin-bottom: 4px;
}
.banner-img{
    padding: 0 2px 0 2px;
}
.banner-img > img{
    width: 100%;
}
.banner-img > div{
    background-color: #22222254;
    width: 376px;
    height: 100%;
    position: absolute;
    top: 0;
}
.banner-img > div > h3{
    text-align: center;
    font-weight: 500;
    font-family: revert;
    padding: 263px 0;
}
.banner-img > div > h3 > a{
    color: #fff;
    font-size: 16px;
}
.bnnr-btn{
    display: none !important;
}
.contact-form{
    margin-bottom: 50px;
}
.image > a > img{
    height: 250px;
    object-fit: cover;
}
.my-hata{
    text-align: center;
    padding: 150px 0;
    color: #0000006b;
    font-size: 16px;
    font-family: inherit;
    font-style: italic;
}
.dty-prj > div{
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-family: sans-serif;
	line-height: 25px;
}
.dty-prj > h2{width: 100%;font-size: 22px;margin: 0;padding: 10px;text-align: center;margin-top: 14px;}
/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides >img{
	height: 650px;
    object-fit: cover;
}
.cursor {
  cursor: pointer;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #f60;
  padding: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}
.caption{
    color: #fff;
    font-size: 18px;
    font-family: inherit;
}
.demo {
  opacity: 0.6;
}
.glry{}
.glry > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-left: -2px;
  margin-right: -4px;
}

.glry > ul > li {
  float: left;
  width: 16.6%;
}

.glry > ul > li > a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 3px 1px 1px 3px;
}
.glry > ul > li > a > img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.ms-auto >img{
	width: 100%;
	object-fit: cover;
}
.krmsl-botton{ margin-bottom:70px;}
.info > p > a{ color: #222;}
.mobile-dil {
    border-top: 1px solid var(--border-colour);
    padding: 0 12px 0 0;
    text-align: right;
}
.mobile-dil > ul {
  list-style-type: none;
  margin: 0;
  padding: 0 1px 0 0;
  overflow: hidden;
  display: -webkit-inline-box;
  text-align: right;
}

.mobile-dil > ul > li {float: left;margin-right: -1px;}

.mobile-dil > ul > li > a {
  display: block;
  color: #222;
  text-align: center;
  padding: 7px 20px;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
}
.himage > a > img {
    height: 690px;
    object-fit: cover;
}
@media (max-width: 767px) {
.banner-img > div {width: 418px;}
.mySlides >img {height: 310px;}
.glry > ul > li { width: 24.8%;}
.glry > ul > li > a > img { height: 69px;}
.prev, .next { top: 23%;}
.himage > a > img {height: 550px;}
}