#Devine {
  height: 115vh;
  width: 100%;
  min-width: 80vw;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  position: relative;
}
#Devine div.main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  filter: grayscale(20%);
  -webkit-filter: grayscale(20%);
  -moz-filter:    grayscale(20%);
  -ms-filter:     grayscale(20%);
  -o-filter:      grayscale(20%);
}


.main p.lgHeading{

  font-weight:900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.main p.lgHeading,
.main p.subHeading {

  position: relative;
  z-index: 1;
  color:#fff;
}
.main .subHeading {
  color: #fff ;
  margin-top: 10px;
  font-weight: 400;
}
.main .lgHeading i {
  margin-right: 10px;
  color: red;
}
.main .lgHeading::before,
.main p.subHeading::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;

  filter: blur(10px);
}
/* header area clip starts here */
.custom-shape-divider-bottom-1649350864 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1649350864 svg {
  position: relative;
  display: block;
  width: calc(134% + 1.3px);
  height: 120px;
}

.custom-shape-divider-bottom-1649350864 .shape-fill {
  fill: #fff;
}
/* header area clip ends here*/
/* arch location section starts here */
section#archLocation {
  padding-bottom: 100px;
}
.archMap {
  float: left;
  width: calc(100% - 50%);
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.archMap #largeMapLink,
#dirMapLink {
  text-decoration: none;
  color: #000000;
}
.archLocation {
  float: right;
  width: calc(100% - 50%);
  height: 80vh;
  padding: 0 5%;
}
.archMap,
.archLocation {
  padding-top: 25px;
  padding-bottom: 25px;
}
.archLocation p.desc {
  text-align: justify;

  font-weight: 500;
}
/* arch location section ends here */
.archLocation p.heading,
#external_Info p.heading {
  text-align: center;
}

/* archInfo starts here */

/* archAbout start here */
.archAboutcontent {
  float: left;
  width: calc(100% - 50%);
  min-height: 400px;
}

p.desc {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.archAboutslider {
  float: right;
  height: 400px;
  width: calc(100% - 50%);
  text-align: center;
  overflow: hidden;
}
.archAboutslider .slides {
  display: block;
  height: 400px;
  margin: 0;
  padding: 0;
}
.archAboutslider .slideinside {
  width: 450px;
  height: 400px;
  margin: 0 auto;
}

.archAboutslider .slideinside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;object-position: top right;
}
/* extended Bg container */
.EXbgContainer {
  min-height: 400px;
  padding: 120px 10%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* background-image: url(../images/bg-bottom.jpg); */
  background-repeat: no-repeat;
  background-position: center 101%;border-bottom: 6px solid #333;border-bottom-style: inset;
}
/* */
.textTranslate {
  height: 114px;
  overflow: hidden;
margin-bottom:20px;
}

/*  */
.archGridContainer .grd {
  height: 100%;
  transition: 0.5s ease-in-out;

}
.archGridContainer .grd:hover {
  cursor: pointer;
}
.archGridContainer .grd img {
  height: 233px;
  width: 100%;
  object-fit: cover;
  margin-top: 15px;
border-radius: 40px;}
.archGridContainer .grd img:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.8);

}
.textTranslate .hindi,.textTranslate .english{
 font-weight: 900;
 line-height: +2;
 letter-spacing: 2px;
}
ul.descList{
  border-left: 1px solid #e3e3e3;
  border-bottom-left-radius: 30px;

  border-bottom: 5px solid #e3e3e3;
  list-style: square;
  margin-top: 50px;
  padding: 0 0px 50px 50px;

}
ul.descList li{
  margin:15px 0 0 0;  text-align:justify;
  line-height: +2.5;
}
ul.descList li:first-child{
  margin-top:0;

}

/*  */
#infoArch {
  margin-bottom: 50px;
}
.slide {
  display: flex;
  background-color: rgb(195 195 195 / 50%);
  height: 100%;
  min-height: 300px;
  padding: 20px 40px;
  flex-direction: column;
  justify-content: center;
  border-radius: 40px;
}

#infoArch .slide:hover{
cursor: pointer;
}
.slide p.desc {
  text-align: justify;
  letter-spacing: 2px;
}
.carousel-wrapper {
  width: 1000px;
  margin: auto;
  position: relative;
  text-align: center;
  font-family: sans-serif;
}
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}

.owl-carousel .item {
  text-align: center;
}
.owl-carousel .nav-button {
  height: 38px;

  position: absolute;
  color: #fff;
  font-size: 32px;
  line-height: 24px;
  top: 50% !important;
  transform: translateY(-50%);
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: -50px;
}
.owl-carousel .owl-next {
  right: -50px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 39px;
  background: #e58a14;
  border-radius: 3px;
}
.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}


@media screen and (max-width: 1400px){

}
@media screen and (max-width: 986px) {
  .archAboutslider .slideinside {
    max-width: 350px;
    height: 400px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 846px) {
  .archAboutcontent .desc {
    padding-right: 20px;
    text-align: justify;
  }
  .archAboutslider .slideinside {
    max-width: 350px; 
    height: 400px;
    margin: 0 auto;
    width: 100%;
  }
  .archAboutcontent,
  .archAboutslider,
  .archMap,
  .archLocation {
    float: none;
    width: 100%;
  }
  .archAboutcontent {
    min-height: auto;
  }
  .archMap,
  .archLocation {
    height: auto;
  }

  .slide {
    padding:25px 28px;
  }
  .owl-carousel .owl-prev {
    left: -8px;
  }
  .owl-carousel .owl-next {
    right: -8px;
  }
}

@media screen and (max-width: 600px) {
  .archAboutcontent,
  .archAboutslider,
  .archMap,
  .archLocation {
    float: none;
    width: 100%;
  }
  .main p.lgHeading{
    font-size:2rem;
  }
  
}


.custom-shape-divider-top-1649755908 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1649755908 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 55px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1649755908 .shape-fill {
  fill: #ffffff;
}
iframe{
  border-radius: 6px;
  flex: 300px 1 1;
  height: 350px;
}