*{
  margin:0;
  padding: 0;
  list-style: none;
  color:black;
}


.parallelogram {
  width: 150px;
	clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
	background: #df4949;
  
}

.parallelogram1 {
  width: 150px;
	clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
	background: #df4949;
  
}
.parallelogram2 {
	clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
	background: #df4949;
  
}
.logo-wrapper img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: inline-block;
}

.singleImg{
	max-height:400px;
	object-fit: cover;
  display: inline-block;
}

.custom-img {
  height: 170px;
  object-fit: cover;
}
.custom-img2 {
  height: 90px;
  width: 90px;
  object-fit: cover;
}
.custom-img3{
	height: 150px;
  width: 150px;
  object-fit: cover;
}
.sticky {
  position: sticky;
  top: 0;

  background-color: #cae8ca;
}
.zoom {
  transition: transform .2s;
  margin: 0 auto;
  padding:0;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.hrline{
	width:90%;
	height:2px;
	background:red;
}
/** for Slide **/
  .swiper {
      width: 100%;
      height: 100%;
     
    }

    .swiper-slide {
      font-size: 18px;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 60px;
    }

    .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }

    .swiper-slide .title {
      font-size: 41px;
      font-weight: 300;
    }

    .swiper-slide .subtitle {
      font-size: 21px;
    }

    .swiper-slide .text {
      font-size: 14px;
      max-width: 400px;
      line-height: 1.3;
    }
	/** for Slide **/
	.relative {
  position: relative;
}
.footer-detail{
    height:40vh;
    background:#778899;
}
.front-widget img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px; /* optional */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* optional */
}
.swiper {
    width: 100%;
    max-width: 800px;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.swiper-slide img {
    width: 100%;
    max-height:500px;
    display: block;
    object-fit: cover;
}
.card-img-top {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#gallery-images-list li {
            list-style: none;
            margin: 10px 0;
}
.swiper {
      width: 100%;
      height: 100%;
      }
.swiper-slide {
      font-size: 18px;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 60px;
}
.parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
}
.swiper-slide .title {
      font-size: 41px;
      font-weight: 300;
}

.swiper-slide .subtitle {
      font-size: 21px;
}

.swiper-slide .text {
      font-size: 14px;
      max-width: 400px;
      line-height: 1.3;
}
.relative {
  position: relative;
}
.footer-detail{
    height:40vh;
    background:#778899;
}
.front-widget img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px; /* optional */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* optional */
}
.swiper {
    width: 100%;
    max-width: 800px;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.swiper-slide img {
    width: 100%;
    max-height:500px;
    display: block;
    object-fit: cover;
}
.card-img-top {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

