@font-face {
  font-family: montserrat;
  src: url("/fonts/montserrat/Montserrat-Regular.ttf");
}

@font-face {
  font-family: montserrat-light;
  src: url("/fonts/montserrat/Montserrat-Light.ttf");
}

@font-face {
  font-family: montserrat-italic;
  src: url("/fonts/montserrat/Montserrat-Italic.ttf");
}

@font-face {
  font-family: montserrat-light;
  src: url("/fonts/montserrat/Montserrat-Light.ttf");
}

.logo2 {
  width: 122px;
  height: 105px;
  margin-left: 20px;
  display: none;
  opacity: 0;
}

.logo2 img {
  width: 100%;
  height: 100%;
}

.slider1 {
  background-image: url("../img//banner/image2.png");
}

@media only screen and (max-width: 800px) {
  .slider1 {
    background-image: url("../img//banner/homemobile.jpeg");
  }
}

.slider2 {
  background-image: url("../img//banner/banner2.jpeg");
}

@media only screen and (max-width: 800px) {
  .slider2 {
    background-image: url("../img//banner/homemobile2.jpeg");
  }
}

.slider3 {
  background-image: url("../img//banner/banner3.jpeg");
}

@media only screen and (max-width: 800px) {
  .slider3 {
    background-image: url("../img//banner/homemobile3.jpeg");
  }
}

.qualityContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sliderHeadingText {
  font-size: 40px !important;
  font-family: montserrat-light !important;
}

.line1 {
  width: 172px;
  border: 1px solid #ffc400;
  margin-right: 30px;
}

.line2 {
  width: 172px;
  border: 1px solid #ffc400;
  margin-left: 30px;
}

.sliderHeadingItalic {
  font-size: 57px;
  font-family: montserrat-italic;
  color: #ffc400;
  font-weight: lighter;
}

.whyKadaknathContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -40px;
}

.whykadaknathtext {
  font-size: 57px;
  font-family: montserrat;
  color: #ffc400;
  font-weight: 400;
}

.iconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.iconContainer .icon1Image {
  width: 80px;
  height: 80px;
}

.iconContainer .icon1Image img {
  width: 100%;
  height: 100%;
}

.iconContainer .icon2Image {
  width: 100px;
  height: 80px;
  margin-left: 150px;
  margin-right: 150px;
}

.iconContainer .icon2Image img {
  width: 100%;
  height: 100%;
}

.iconContainer .icon3Image {
  width: 80px;
  height: 80px;
}

.iconContainer .icon3Image img {
  width: 100%;
  height: 100%;
}

.breadcrumb-areaAdjust {
  background-position-y: -120px !important;
  background-position: top center;
  background-size: 100% auto !important;
}

@media only screen and (max-width: 800px) {
  .breadcrumb-areaAdjust {
    background-position-y: 0px !important;
    background-repeat: no-repeat;
    padding-bottom: 21.33333vw !important;
  }
}

.breadcrumb-text > h1 {
  color: #ffc400 !important;
}

@media only screen and (max-width: 800px) {
  .breadcrumb-text > h1 {
    margin-top: -26.66667vw;
  }
}

.breadcrumb-menu li::before {
  color: white !important;
}

.contentAdjust {
  text-align: justify !important;
}

.breadcrumb-menu li a {
  color: white !important;
}

.breadcrumb-menu li span {
  color: white !important;
}

.brans-img {
  width: 200px !important;
  height: 100px !important;
}

.brans-img img {
  width: 75% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

@media screen and (max-width: 800px) {
  .brans-img img {
    width: 75vw;
  }
}

.map {
  position: relative;
  height: 700px;
  width: 100%;
}

.map .mapContainer {
  height: 580px;
  width: 100%;
  z-index: 1000;
  cursor: pointer;
}

.map .mapContainer img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px) {
  .map .mapContainer img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.map .container {
  position: absolute !important;
  top: 50px;
  left: 50px;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  .map .container {
    left: -0px;
  }
}

.map .container .contact-address-wrapper {
  background-color: white;
}

.galleryVideoAdjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 800px) {
  .galleryVideoAdjust {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 800px) {
  .galleryVideoAdjust .gallery-img video {
    float: left;
    width: 90.66667vw;
  }
}
/*# sourceMappingURL=master.css.map */