body {
  margin: 0;
  padding: 0;

  font-family: "Montserrat" !important;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #233349 !important;

  text-align: left;
}

.bck-grnd1 {
  background-color: #e8e9eb;
}

.tex-just {
  text-align: justify !important;
}

.section-header h2 {
  position: relative;
}

/* .section-header h2::after {
    content: ' ';
    top: 110%;
    left: 50%;
    transform: translate(-50%);
    height: 6.5px;
    width: 50%;
    position: absolute;
    background-color: #dae7f0;
} */

/* home page ongoing section */

.col-border1 {
  border-right: 1px solid black;
}

.col-border {
  border-right: 1px solid black;
}

/* .border-hov:hover{
    box-shadow: cadetblue;
} */

.btn-container {
  display: flex;
  justify-content: start !important;
}

.btn-container button {
  border: none;
  background-color: #233349;
  color: white;
}

.btn-container button a {
  text-decoration: none;
  color: white;
}

.ong-cont {
  line-height: 18px;
}

.loc {
  font-size: 14px;
}

.btn-1 {
  width: 30% !important;
}

.btn-2 {
  width: 50% !important;
}

.img-h {
  height: 75% !important;
}

video {
  width: 70% !important;
}
@media only screen and (max-width: 700px) {
  .ong-cont p {
    font-size: 12px !important;
  }
  video {
    width: 100% !important;
  }
  .btn-1 {
    width: 40% !important;
    font-size: 10px !important;
  }

  .btn-2 {
    font-size: 10px !important;
    width: 60% !important;
  }

  .loc {
    font-size: 12px;
  }
  .img-h {
    height: 25% !important;
  }
}

@media only screen and (max-width: 768px) {
  .section {
    padding: 40px 0;
  }

  .section-header h2 {
    font-family: "Montserrat" !important;
    font-weight: 700 !important;
    font-size: 34px !important;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;

    margin-bottom: 40px;
  }

  /* .section-header h2::after {
        content: '--';
        height: 1.5px;
        width: 5%;
        position: absolute;
        background-color: #000;
    } */

  /*.main-slider{
        margin-top: 68px;
    }*/

  .main-slider .slider-content {
    position: absolute;
    left: 5%;
    top: 35%;
    color: #fff;
  }

  .main-slider .slider-content h2 {
    font-size: 20px;
  }

  .main-slider img {
    /*min-height: 769px;*/
    min-height: auto;
  }

  .main-slider .slider-text {
    position: absolute;
    bottom: 35px;
    background: #ffff;
    padding: 10px;
    color: #233349;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    left: 5%;
    border: 2px solid #233349;
    border-top-right-radius: 15px;
  }

  #overview {
    /*background-image: url(../images/overviewbg.png);*/
    background-position: center;
    background-size: cover;
    background: #e8e9eb;
  }

  #overview h3 {
    font-size: 20px;
    font-weight: 600;
  }

  #overview span {
    font-size: 14px;
  }

  #overview .overview-content {
    margin-bottom: 45px;
  }

  #overview i {
    font-size: 3em;
    margin-bottom: 10px;
  }

  #about {
    
    background-position: center;
    background-size: cover;
    padding: 60px 0;
  }

  #about .about-box {
    background-color: #101e31;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 40px 15px;
  }

  .about-box h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .about-box p {
    text-align: justify;
    font-size: 14px;
  }

  #amenities h4 {
    background-color: #eff1f5;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    border-radius: 10px !important;
  }

  #amenities img {
    width: 60%;
  }

  #specifications .specifications-content {
    color: #fff;
    background: #2e2e2e;
    padding: 15px;
    border-radius: 10px;
    min-height: 250px;
  }

  .underline {
    text-decoration: none;
    position: relative;
    margin-bottom: 20px;
  }

  .underline:after {
    position: absolute;
    content: "";
    height: 2px;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    width: 20%;
    background: #bbb;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #specifications .specifications-content ul {
    padding-left: 20px;
  }

  #location {
    background-image: url(../images/location.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
  }
  #location .neighbourhood {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
  }

  .footer {
    background-image: url(https://ims.a2hosted.com/staging/vaishnodevi-main/assets/images/mobile-bg.jpg) !important;
    background-position: 60% 84%;
    background-repeat: no-repeat !important;
    background-color: #233349;
    padding: 0px 0 0 0;
  }

  footer p {
    color: #fff;
  }

  footer a {
    color: #fff;
    text-decoration: none;
  }

  footer ul.footer-social-links {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
  }

  footer ul.footer-social-links li {
    display: inline;
    margin: 0 5px;
    color: #fff;
    padding: 6px 15px 0 0;
  }

  footer .links {
    padding: 0;
  }

  footer .links li {
    padding: 6px 0;
  }

  footer .sechead {
    font-weight: 400;
    font-size: 26px;
  }

  footer .address {
    padding-left: 55px;
  }

  .submitbtn {
    background: #ffffff;
    border: 1px solid #484848;
    padding: 7px;
    text-align: center;
    width: 140px;
    margin: 0 auto;
    display: block;
  }

  .bord {
    border: none;
    border-bottom: 1px solid rgb(255 255 255);
    background: transparent;
    color: #fff !important;
  }

  .bord::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
  }

  .bord :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }

  .bord ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
  }

  input:focus,
  textarea:focus,
  select:focus {
    outline: none;
  }
}

@media only screen and (min-width: 768px) {
  .section {
    padding: 40px 0;
  }

  .section-header h2 {
    font-family: "Montserrat" !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 55px;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
  }

  /*.main-slider{
        margin-top: 68px;
    }*/

  .main-slider .slider-content {
    position: absolute;
    left: 12%;
    top: 35%;
    color: #fff;
  }

  .main-slider .slider-text {
    position: absolute;
    bottom: 37px;
    background: #ffff;
    padding: 10px;
    color: #233349;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    left: 2%;
    border: 2px solid #233349;
    border-top-right-radius: 15px;
  }

 

  #overview {
    /*background-image: url(../images/overviewbg.png);*/
    background-position: center;
    background-size: cover;
    background: #e8e9eb;
  }

  #overview h3 {
    font-size: 24px;
    font-weight: 600;
  }

  #overview .overview-content {
    /*margin-bottom: 80px;*/
  }
  #overview i {
    font-size: 3em;
    margin-bottom: 5px;
  }

  #about {
   
    background-position: center;
    background-size: cover;
    padding: 100px 0;
  }

  #about .about-box {
    background-color: #101e31;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 40px 60px;
  }

  .about-box h3 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .about-box p {
    text-align: justify;
  }

  .pos-rel {
    position: relative;
  }

  #amenities h4 {
    background-color: #eff1f5;
    width: 92%;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    /*bottom: -8% !important;
        position: absolute !important;*/

    border-radius: 10px !important;
  }

  #amenities img {
    width: 40%;
  }

  #specifications .specifications-content {
    color: #fff;
    background: #2e2e2e;
    padding: 15px;
    border-radius: 10px;
    min-height: 287px;
  }

  .underline {
    text-decoration: none;
    position: relative;
    margin-bottom: 20px;
  }

  .underline:after {
    position: absolute;
    content: "";
    height: 2px;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    width: 20%;
    background: #bbb;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #specifications .specifications-content ul {
    padding-left: 20px;
  }

  #location {
    background-image: url(../images/location.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
  }
  #location .neighbourhood {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 15px;
  }

  .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
  }

  footer {
    background-image: url(https://ims.a2hosted.com/staging/vaishnodevi-main/assets/images/footer-bg.jpg) !important;
    background-position: bottom;
    background-repeat: no-repeat !important;
    background-color: #233349;
    padding: 0px 0 0 0;
  }

  footer p {
    color: #fff;
  }

  footer a {
    color: #fff;
    text-decoration: none;
  }

  footer ul.footer-social-links {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
  }

  footer ul.footer-social-links li {
    display: inline;
    margin: 0 5px;
    color: #fff;
    padding: 6px 15px 0 0;
  }

  footer .links {
    padding: 0;
  }

  footer .links li {
    padding: 6px 0;
  }

  footer .sechead {
    font-weight: 400;
    font-size: 26px;
  }

  footer .address {
    padding-left: 80px;
  }

  .submitbtn {
    background: #ffffff;
    border: 1px solid #484848;
    padding: 7px;
    text-align: center;
    width: 140px;
  }

  .bord {
    border: none;
    border-bottom: 1px solid rgb(255 255 255);
    background: transparent;
    color: #fff !important;
  }

  .bord::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
  }

  .bord :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }

  .bord ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
  }

  input:focus,
  textarea:focus,
  select:focus {
    outline: none;
  }
}

/********************  OWL CSS *******************/

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ccc !important;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #2e2e2e !important;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

.owl-nav button:focus {
  outline: none;
}

/****************  END CSS *****************/

/**************** NAVBAR *******************/



.nav-link.ami-tab {
  background-color: transparent;
  border-radius: 0;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #fff;
}






@media only screen and (min-width: 992px) {
  .nav-fill .nav-item,
  .nav-fill > .nav-link {
    flex: 0 0 auto;
    text-align: center;
    margin: 0 0px;
  }

 
 



  .navbar-toggler {
    margin-right: 20px;
  }

  


  .micro-nav .nav-icon {
    margin-right: 3px;
    font-size: 1.25vw;
  }

  

  .micro-side {
    position: fixed;
    top: 0;
    right: 0;
    width: 17%;
    height: 100vh;
    background-color: #fff;
    z-index: 1031;
  }

  
}

@media only screen and (max-width: 991px) {
  .navbar-brand {
    width: 70%;
  }

  .navbar.micro-navbar {
    padding: 0 0;
  }

  .navbar.micro-navbar .navbar-brand {
    padding: 0;
    margin-left: 0.2rem;
  }

  .navbar-toggler {
    margin: 0.7rem 0.5rem 0.7rem 0;
  }

 

  .navbar.micro-navbar .nav-fill .nav-item:first-child {
    border-top: 1px solid #ededed;
  }

  .navbar.micro-navbar .nav-fill .nav-item:not(:last-child) {
    border-bottom: 1px solid #ededed;
  }

  .proj-header {
    line-height: 25px !important;
  }
}

/**************** END NAVBAR *******************/

/**************** Homepage *********************/

a:hover {
  color: #11abdc;
}

.owl-text-overlay {
  position: absolute;
  text-align: center;
  width: 60%;
  top: 50.5%;
  transform: translateY(-50%);
  left: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: "Tenor Sans";
  border-radius: 15px 50px 30px 5px;
}

h2.owl-title {
  font-weight: 400;
  font-size: 35px;
  text-align: left;
  padding-left: 5%;
}

.pos-relative {
  position: relative;
  background-image: url(https://ims.a2hosted.com/staging/vaishnodevi-main/assets/images/projects/comp-1.png);
}

.pos-absolute {
  position: absolute;
}

#project {
  background-color: #e8e9eb;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .project-text h3 {
    font-weight: 600;
    font-size: 20px !important;
  }

  .projects-content {
    background: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px 6px;
    color: #233349 !important;
    width: 100%;
  }

  .projects-content:hover {
    background: #dae7f0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px 5px;
    color: #233349 !important;
  }
}

@media only screen and (min-width: 768px) {
  .project-text h3 {
    font-weight: 600;
    font-size: 20px !important;
  }

  .projects-content {
    background: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px 40px;
    color: #233349 !important;
    width: 100%;
  }

  .projects-content:hover {
    background: #dae7f0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px 40px;
    color: #233349 !important;
  }
}

#project .projects-content .icon {
  background: #dae7f0;
  border: 2px solid white;
  padding: 45px;
  border-radius: 50px;
  position: relative;
  width: 100px;
  height: 100px;
}

#project .projects-content .icon img {
  position: absolute;
  top: 15px;
  width: 68%;
  left: 15px;
}

#project .projects-content .project-text {
  margin-left: 30px;
}

/**************** Swiper ****************/

.slideshow__gallery {
  height: 100%;
  width: calc(80% - 20px);
  margin-right: 20px;
}

.slideshow__gallery-wrap {
  will-change: transform;
  transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
  transform: translate3d(0, 0, 0);
}

.slideshow__gallery-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 32px;
  color: #fff;
  letter-spacing: 3.2px;
  transform: translate3d(0, 0, 0);
  will-change: font-size;
  transition: font-size 0.3s ease;
}

.slideshow__gallery-slide.active {
  font-size: 36px;
}

.slideshow__thumbs {
  height: 100%;
  width: 20%;
}

.slideshow__thumbs-wrap {
  will-change: transform;
  transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 768px) {
  .slideshow {
    display: flex;
    height: 0vh;
    width: 100%;
    max-width: 1240px;
    min-height: 400px;
    max-height: 400px;
    position: relative;
    padding: 0px;
  }

  .slideshow__thumbs-slide {
    display: flex;
    justify-content: center;
    align-items: normal;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    will-change: font-size;
    transition: font-size 0.3s ease;
  }
}

@media only screen and (min-width: 768px) {
  .slideshow {
    display: flex;
    height: 80vh;
    width: 100%;
    max-width: 1240px;
    min-height: 400px;
    max-height: 500px;
    position: relative;
    padding: 0px;
  }

  .slideshow__thumbs-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    will-change: font-size;
    transition: font-size 0.3s ease;
  }

  .swiper-slide {
    padding: 10px;
  }
}

.slideshow__thumbs-slide.active {
  font-size: 26px;
}

/****************End Swiper ****************/

@media only screen and (max-width: 768px) {
  .testimonials-content {
    background: white;
    padding: 20px;
    display: flex;
  }

  .testimonials-content p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .testimonials-content {
    background: white;
    padding: 30px 40px;
    min-height: 220px;
    display: flex;
  }

  .testimonials-content p {
    font-size: 13px;
  }
}

#testimonials blockquote {
  font-size: 80px;
  font-weight: 400;
}

#testimonials .test-text {
  padding-top: 23px;
  padding-left: 40px;
}

#testimonials .btns {
  display: flex;
  margin: 30px auto;
}

#testimonials .customNextBtn,
#testimonials .customPreviousBtn {
  /*float: right;*/
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 10px 35px;
  margin-right: 12px;
  cursor: pointer;
  border: none;
}

#testimonials .customNextBtn:hover,
#testimonials .customPreviousBtn:hover {
  /*float: right;*/
  background: #233349;
  color: #ffffff;
  cursor: pointer;
}

#testimonials .customNextBtn:hover img,
#testimonials .customPreviousBtn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7425%)
    hue-rotate(296deg) brightness(94%) contrast(105%);
}

#clients {
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}

.sbtn {
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  padding: 10px 35px;

  border: none;
}

.sbtn:hover {
  background: #101e31 !important;
  border-radius: 25px;
  padding: 10px 35px;
  color: #ffffff !important;
  border: 1px solid #eee;
}

.readmore {
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  padding: 10px 25px;
  color: #101e31;
  text-decoration: none;
}

.readmore:hover {
  background: #101e31;
  border-radius: 25px;
  color: #ffffff;
  text-decoration: none;
}

.blog-readmore {
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  padding: 10px 25px;
  color: #233349 !important;
  text-decoration: none;
}

.blog-readmore:hover {
  background: #233349;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  padding: 10px 25px;
  color: white !important;
  text-decoration: none;
}

.blog-p {
  font-size: 12px;
}

.rounded-blog {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media only screen and (max-width: 768px) {
  footer ul.menu {
    display: flex;
    list-style: none;
    padding-left: 17px;
    justify-content: space-around;
    margin-left: 0px;
  }

  .tab button {
    /*margin-left: -25px;
        margin-right: -25px;*/
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 768px) {
  footer ul.menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: space-around;
    margin-left: -30px;
  }
}

/**************** End Homepage *****************/

.marginright {
  margin-right: 25px;
}

.marginright i {
  color: #232222;
}

.namefield {
  background: #ffffff;
  border: 1px solid #232222;
  border-radius: 10px 10px 0px 0px;
  padding: 0 20px;
  height: 40px;
}

.emailfield,
.phonefield {
  background: #ffffff;
  border: 1px solid #232222;
  height: 40px;
  padding: 0 20px;
}

.messagefield {
  background: #ffffff;
  border: 1px solid #232222;
  border-radius: 0px 0px 10px 10px;
  height: 100px;
  padding: 10px 20px;
}

.contact-info span {
  font-size: 15px;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .contact-info {
    margin-top: 20px;
  }

  .contact-info .infoemail {
    margin-left: 0px;
  }

  .contact-info .address {
    margin-bottom: 40px;
  }
  .layout-img {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {
  .layout-img {
    width: 50% !important;
  }
}

.blog-content p {
  text-align: justify;
}
@media only screen and (width: 1350px) and (height: 940px) {
  #carouselExampleIndicators img {
    height: 856px;
    object-fit: cover;
    object-position: center;
  }
  
}
