@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
a{
  text-decoration: none;
}
/* @font-face {
  font-family: Newyork;
  src: url(../fonts/NewYork.ttf) format('truetype'), url(../fonts/newyork-webfont.woff) format("woff"), url(../fonts/newyork-webfont.woff2) format("woff2"), url(/assets/font/NewYork.otf) format('opentype')
} */
/* body{
  font-family: Newyork;
} */
body{
  /* font-family: 'Rajdhani', sans-serif; */
  font-family: 'Noto Sans', sans-serif;
}
.lb-details{
    display:none;
}
.lb-nav a.lb-next,.lb-nav a.lb-prev {
    opacity: 1 !important;
}

.active12{
    color:#8ed8ff !important;
}
p,span,a{
  font-family: 'Poppins', sans-serif  !important;
}
nav {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: #fff;
}
.thumbnail {
    width: 100%;
    margin-bottom: 2%;
    position: relative;
    height: 100%;
}
.thumbnail-image{
	height: 350px;
}
.inner-mob-menu li{
	list-style-type: none;
}
.contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.scroll {
    top: 95%;
    left: 43%;
    transform: translate(-5%,-46%);
    z-index: 9999;
    width: 15%;
}
.sc-d{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	width: 20%;
}
.sc-d img{
	width: 100% !important;
	transform: rotate(90deg);
}
.scroll img{
	width: 100%;
    height: 100%;
}
.logo img {
    width: 77px;
    padding: 4px 0;
}
.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: 4rem;
}
.menu li {
  margin: 0 10px;
}
.menu li a {
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    /* text-transform: uppercase; */
    position: relative;
    /* transition: color 0.3s ease-in-out; */
    letter-spacing: 2.55px;
}
.menu li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.menu li a:hover:before {
  transform: scaleX(1);
}

.toggle {
  width: 30px;
  height: 14px;
  position: relative;
  cursor: pointer;
}
.toggle:before, .toggle:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(0 0 0);
    left: 0;
    transition: transform 0.3s ease-in-out;
}
.toggle-new:before, .toggle-new:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    left: 0;
    transition: transform 0.3s ease-in-out;
}
.toggle:before {
  top: 0;
  width: 100%;
}
.toggle:after {
  bottom: 0;
  width: 70%;
}

.toggle.active:before {
  transform: translateY(10px) rotate(45deg);
}

.toggle.active:after {
  transform: translateY(-10px) rotate(-45deg);
}
.mob-menu {
  height: 100vh;
  background-color: #000;
  top: 0;
  right: -50%;
  transition: all 0.5s;
}
.slide-menu{
  right: 0 !important;
  position: relative;
}
/* .slide-menu::after{
  position: absolute;
  content: "";
  background-color: #000;
  background-size: contain;
  top: 0;
  right: 0;
  height: 100vh;
  width: 25%;
} */
.inner-mob-menu li a{
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.55px;
  font-weight: 300;
}
.inner-mob-menu li{
  margin-bottom: 2rem;
}
.inner-mob-menu{
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%,-50%);
}
.clo{
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}
.clo img{
  width: 25px;
}

#headr{
  position: relative;
}
#headr::after{
  position: absolute;
  content: "";
  background-color: #00000070;
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* Banner slider start--------------------------------------------------------- */

/*.bannerslider .swiper-wrapper .swiper-slide{*/
/*	position: relative;*/
/*}*/
.bannerslider .swiper-wrapper .swiper-slide::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg,#00000059,#00000059);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.bannerslider .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 48px;
    top: 50%;
    transform: translate3d(0px,-50%,0);
}
.bannerslider  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,45px) 0;
    display: block;
	opacity: 1;
}
.bannerslider .swiper-pagination-bullet-active::after {
    position: absolute;
    content: "";
    border: 1px solid #ffffff;
    background-size: contain;
    height: 25px;
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.bannerslider .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,9px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,9px));
}
.bannerslider .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background-color: rgb(255, 255, 255);
	position: relative;
}
.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#ffffff);
}
.bt a {
    padding: 12px 31px;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
	transition: all .3s;
}
.bt a:hover {
    color: rgb(0, 0, 0);
    border-color: rgb(0 0 0);
    background-color: rgb(0 0 0);
}
.banner-tl {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    width: 75%;
    margin: auto;
    text-align: center;
}
.banner-tl h1 {
    color: rgb(255, 255, 255);
    letter-spacing: 1.55px;
    font-size: 45px;
    line-height: 59px;
    filter: drop-shadow(2px 1px 2px black);
    font-weight: 900;
}
.banner-tl h1 {
    color: rgb(255, 255, 255);
    letter-spacing: 1.55px;
    font-size: 47px;
    line-height: 44px;
    filter: drop-shadow(2px 1px 2px black);
    font-weight: 500;
}

.bannerslider {
	width: 100%;
	height: 100vh;
	overflow: hidden;
  }

  .bannerslider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .bannerslider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .bt1 a {
    padding: 12px 31px;
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 1.5px solid rgb(207 207 207);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all .3s;
}
.bt1 a:hover{
	  color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
}
.r-para p {
  letter-spacing: 0.55px;
  font-size: 14px;
  line-height: 24px;
  color: #3e3e3e;
}
.right-dt {
  padding: 0 2rem;
}
.navber{
  transition:all .3s;
}
.shrink{
  background-color:#000000 !important;
}
#abt{
  position: relative;
}
.why-bg {
  position: absolute;
  top: 13%;
  left: -76px;
  z-index: 1;
}
.why-bg1 {
    position: absolute;
    top: 13%;
    left: 91.5% !important;
    z-index: 1;
    transform: rotate(180deg);
}
@keyframes ani{
  0%{
    left: 0;
  }
  50%{
    left: 5%;
  }
  100%{
    left: 0%;
  }
}
.why-bg h1 {
  font-size: 69px;
  width: 100%;
  background: none;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0000002b;
  -webkit-text-fill-color: unset;
  writing-mode: vertical-lr;
}
.left-img{
  position: relative;
}
.overlay,.overlay1{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000088;
  transition:all 2s;
}
.ov,.ov2{
  width:0 !important
}
.left-img{
  position: relative;
}

/* ----------------------------slider-end----------------------------------------- */
/* about start-------------------------------------------------------------------- */
.hd-ln h1{
  font-size: 32px;
  margin-bottom: 15px;
}
.abt-hd h1 {
    font-size: 56px;
    font-weight: 800;
    letter-spacing: 1px;
}


.inner-hd {
    position: absolute;
    bottom: 0;
    right: 7%;
    color: white;
    z-index: 99;
}

.exp{
  position: relative;
}
.exp span{
  letter-spacing: 1px;
}
.exp::after{
  position: absolute;
  content: "";
  background-color: #fff;
  background-size: contain;
  height: 1px;
  width: 20%;
  top: 50%;
  left: 38%;
}
.ltn__feature-icon img{
	width: 60px;
}
.animated {
    color: #000;
    font-size: 23px;
    letter-spacing: 0.55px;
    font-weight: 500;
}
.hd-abt-para p {
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
}
.abt-hd-bg h1 {
    font-size: 50px;
    margin: 0;
    writing-mode: tb;
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff59;
    -webkit-text-fill-color: unset;
}
.ght {
    width: 11% !important;
    object-fit: contain !important;
}
.abt-img img {
    width: 54px;
    filter: grayscale(15);
    opacity: 0.8;
}
.abt-text h1 {
    font-size: 27px;
    /* font-weight: 600; */
    color: #000;
}
.hdr h1{
  font-size: 32px;
}
.hdr-para p{
      font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
}
.abt-text p{
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #0008;
}
.exp1::after {
    position: absolute;
    content: "";
    background-color: #000;
    background-size: contain;
    height: 1px;
    width: 20%;
    top: 50%;
    left: 40%;
}
#sub-abt {
    background-color: #f5f5f56e;
}
.wtr-no {
    transform: translate(-50%,-60%);
    z-index: -1;
}
.wtr-no h1 {
    font-size: 109px;
    font-weight: 900;
    color: #c7c7c76e;
    letter-spacing: 4px;
}
.abt-hd-bg {
    position: absolute;
    top: 50%;
    left: -10%;
    z-index: 999;
    transform: translate(-0%,-50%);
}
.hd-ln {
      /* opacity: 0.2; */
}
.ltn__feature-info p {
    padding: 1rem 0;
    font-size: 14px;
    letter-spacing: 0.55px;
    line-height: 22px;
    line-height: 23px;
    font-weight: 300;
}
.ltn__feature-info a{
    float: right;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.55px;
}
.ltn__feature-item {
    padding: 40px 30px 45px;
    background-color: var(--white);
    box-shadow: #9da3c1 0px 0px 17px -7px;
    position: relative;
    height: 327px;
}
.ltn__feature-item::after{
  position: absolute;
  content: "";
  /* background-color: green; */
      background: linear-gradient(45deg, #3734c6, #1dafea);
  background-size: contain;
  height: 3px;
  width: 00%;
  bottom:0;
  left: 0;
  z-index: 1;
  transition: all .5s;
}
.ltn__feature-item:hover::after{
  width: 100%;

}
.ltn__service-btn{
  transition: all .3s;
}
.ltn__feature-item:hover .ltn__service-btn{
  color: green;
}
.ar-g{
  display: none;
  transition: all .3s;
  width: 20px;
}
.ar-b{
   width: 20px;
}

.ltn__feature-item:hover .ar-g{
  display: block !important;
}
.ltn__feature-item:hover .ar-b{
  display: none !important;
}
.year{
  top: 1rem;
  right: 1rem;
}
.year h1 {
    font-size: 50px;
    font-weight: 700;
    color: #a7a7a745;
    /* color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0000002b;
    -webkit-text-fill-color: unset; */
}
.inner-col-lg-4 img{
  width: 25px;
}
.inner-col-lg-4{
  position: relative;
}
.inner-col-lg-4::after {
    position: absolute;
    content: "";
    background-color: #b9b9b9;
    background-size: contain;
    height: 1px;
    width: 85%;
    z-index: 1;
    top: 13%;
    left: 25px;
}

/* .inner-col-lg-4 {
    position: relative;
    text-align: center;
} 
.inner-col-lg-4::after {
    position: absolute;
    content: "";
    background-color: #b9b9b9;
    background-size: contain;
    height: 1px;
    width: 85%;
    z-index: 1;
    top: 13%;
    left: -76px;
}
.inner-col-lg-44::after {
    position: absolute;
    content: "";
    background-color: #b9b9b900;
    background-size: contain;
    height: 1px;
    width: 85%;
    z-index: 1;
    top: 13%;
    left: -76px;
} */
.chk-dt h6 {
    letter-spacing: 0.55px;
    line-height: 20px;
    font-size: 12px;
}
.sub-ab-hd h1 {
    color: #000000;
    font-size: 32px;
    /* margin-bottom: 15px; */
}
.left-ab-d p{
  font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
}
.sub-ab-hd{
  position: relative;
  display: inline-block;
}
/* .sub-ab-hd::after{
  position: absolute;
  content: "";
  background-color: #c2c2c2;
  background-size: contain;
  height: 2px;
  width: 50%;
  bottom: 0;
  left: 0;
} */
.sub-ab-hd p{
    font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 26px;
    color: #000;
}
.xcss img {
    height: 215px;
    object-fit: cover;
    /* box-shadow: black 3px 3px 7px -2px; */
    border-radius: 30px 0 30px;
}
.fzdsf span img{
  width: 15px;
}
.fzdsf span{
  font-size: 14px;
  color: #777;
}

/* about end----------------------------------------------------------------------- */
/* news start----------------------------------------------------------------------- */
.left-news img {
    height: 100%;
    width:100%;
    object-fit: cover;
    border-radius: 7px;
}
.news-hd h5 {
    font-weight: 700;
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 0;
}
.news-hd p {
    font-size: 14px;
    letter-spacing: 0.55px;
    color: #777;
    line-height: 21px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.inner-hd-dt {
    background-color: #ffffff;
    padding: 16px;
    top: 50%;
    left: 38%;
    z-index: 9999;
    /* transform: translate(-0%,-50%); */
    width: 100%;
    border-radius: 7px;
    box-shadow: black 0px 5px 15px -9px;
}
.w-90{
  width: 95%;
}
.sub-text span {
    font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
}


.read-bt a span{
    color: #000;
    font-size: 14px;
    letter-spacing: 0.55px;
    margin-right: 0.5rem !important;
    transition: all .3s;
}
.read-bt{
  text-align: right;
}
.view-bt a{
  padding: 12px 31px;
  border: 1px solid black;
  color: #000;
  transition: all .3s;
}
.view-bt a:hover{
  padding: 12px 31px;
  border: 1px solid rgb(0, 0, 0);
  color: #ffffff;
  background-color: #000;
}
/* news-end------------------------------------------------------------------------- */

/* Testimonial Start------------------------------------------------------------------------- */
.testimonial {
    background: linear-gradient(to right, #253a6e, #1d5389, #146ea6, #0c85be, #059bd6);
    padding: 5rem 0 !important;
    border-radius: 75px 0 0;
    width: 99%;
    margin-left: auto;

}
.test-hd h1 {
    font-size: 31px;
    letter-spacing: 0.55px;
    position: relative;
    line-height: 55px;
}
.test-hd h1::after {
    position: absolute;
    content: "";
    background-color: green;
    background-size: contain;
    height: 3px;
    width: 10%;
    bottom: -15px;
    left: 0;
}


.xxcz{
  border-right: 1px solid lightgray;
}
.test-quot img{
      width: 24px !important;
    opacity: 0.2;
}
.test-tp h3 {
    font-weight: 600;
    font-size: 23px;
}
.test-tp p{
    font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 25px;
    color: #6d6d6d;
}



    .testsslliidd {
      width: 100%;
      height: 100%;
      padding: 3rem 0;
      margin: 0 1rem;
    }

    .testsslliidd .swiper-slide {
      text-align: left;
      font-size: 18px;
      background: #ffffff00;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .testsslliidd .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .testsslliidd .swiper-button-next,.testsslliidd .swiper-button-prev {
    position: absolute;
    top: 90%;
    }
    .testsslliidd .swiper-button-prev{
      left: 78%;
    }
    .testsslliidd .swiper-button-next{
      right: 10%;
    }
    .testsslliidd .swiper-button-next:after, .testsslliidd .swiper-button-prev:after {
      font-size: 20px;
      font-weight: bold;
      color: #fff;
  }



      .clientslide {
      width: 100%;
      height: 100%;
    }

    .clientslide .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .clientslide .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
/* Testimonial end------------------------------------------------------------------------- */

/* Career Start--------------------------------------------------------- */
.desig span{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: green;
  font-weight: 600;
}
.desig h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.55px;
    color: black;
    margin-bottom: 19px;
}
.job-dt p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.job-dt12 .ltn__service-btn {
    transition: all .3s;
    color: #000;
    font-size: 14px;
}
.car-dtl-bot{
  padding: 3rem;
    background-color: #f7f7f7;
}
/* Career End----------------------------------------------------------- */
/* footer start--------------------------------------------------------- */
.imp-link ul li, .ccd {
    color: #e7e7e7;
    list-style-type: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .3s;
}
.imp-link ul li a{
    color: #e7e7e7;
}
.ccd:hover{
	color: #fff;
}
#footer{
	position: relative;
}
.inner-footer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    padding-top: 3rem;
}
.imp-link ul{
	padding-left: 0;
}
.link-hd h1 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 22px;
}
.imp-link ul li h4 {
    font-size: 18px;
    letter-spacing: 0.55px;
    font-weight: 400;
}
#footer {
    position: relative;
    /* background-image: url(https://img.freepik.com/free-photo/modern-wall-tiles_53876-88734.jpg?w=740&t=st=1684822314~exp=1684822914~hmac=e7ec7f9…); */
    background-image: url(../images/ftbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: bottom;
}
#footer::after {
    position: absolute;
    content: "";
    background-color: #000000cf;
    background-size: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    /* backdrop-filter: blur(1px); */
}
.fb img{
	width: 18px;
}
.cp-rt {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 300;
    color: #aeadae;
}
/* footer end--------------------------------------------------------- */
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 24%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 271px;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}
.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 9999999999999999;
}
.lightbox-content {
    position: absolute;
    /* width: 40%; */
    height: auto;
    /* margin: 5% auto; */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev, .lightbox-next {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    color: #fff;
    padding: 12px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-next {
    background-image: url(../images/next.png);
    background-size: contain;
}
.lightbox-prev {
    background-image: url(../images/left-chevron.png);
    background-size: contain;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}
.clx{
  top: 2rem;
  right: 2rem;
}
.gl-ttl{
      background: linear-gradient(45deg, #17b8ee, #3a24c4);
}
.gl-ttl h6{
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
  margin-bottom: 0;
}
.immm a img{
  height: 250px;
  object-fit: cover;
}
/* companies start------------------------------------------------------ */
.le-img123{
    height:100% !important;
}
.inner-ls{
  padding: 2rem 1rem;
  background-color: #000000c0;
  background-blend-mode: color-burn;
  position: relative;
  
  height:100%;
}
.inner-ls1{
  padding: 2rem 1rem;
  background-color: #ffffffc0;
  background-blend-mode: color-burn;
  position: relative;
  transition: all .3s;
  height:100%;
}
/* .inner-ls::after{
  position: absolute;
  content: "";
  background-image: url(../images/img1.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all .3s;
} */
.bg1:after{
  position: absolute;
  content: "";
  background-image: url(../images/Bricks.png);
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all .3s;
}

.bg3:after{
  position: absolute;
  content: "";
  background-image: url(../images/SHREEEXPRESSTRANSCOLTD2008.png);
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all .3s;
}

.bg5:after{
  position: absolute;
  content: "";
  background-image: url(../images/SAISHREEUDYOGPVTLTD2021.png);
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all .3s;
}
.bg2::after,.bg4::after,.bg6::after{
  position: absolute;
  content: "";
  background-image: none;
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all .3s;
}
.bg2:hover::after{
  background-image: url(../images/SHREECONSTRUCTIONS2011.png);
}
.bg4:hover::after{
  background-image: url(../images/SHREEENTERPRISES2021.png);
}
.bg6:hover::after{
  background-image: url(../images/SAISHREEPROMOTERSPVTLTD2021.png);
}
.inner-ls1:hover{
    background-color: #000000c0;
}
.inner-ls1:hover h3,.inner-ls1:hover p,.inner-ls1:hover a,.inner-ls1:hover hr{
  color: #fff;
}
.buildingww{
  display: none;
}
.inner-ls1:hover .buildingww{
display: block !important;
}
.inner-ls1:hover .building{
display: none !important;
}
.lis-hd h3 {
    font-weight: 600;
    letter-spacing: 0.55px;
    font-size: 24px;
    margin-bottom: 1rem;
}

.list-para p {
    font-size: 14px;
    letter-spacing: 1.55px;
    line-height: 25px;
    font-weight: 300;
}
.le-img{
        height: 487px;
    overflow: hidden;
}

/* .inner-ls:hover::after{
  z-index: -1;
} */
/* companies -end------------------------------------------------------- */

/* contact start------------------------------------------------------ */
.xc {
    box-shadow: black 0px 2px 11px -7px;
    padding: 1rem 0.5rem;
    background-color: #8b8b8b00;
    border-radius: 7px;
    height:100%;
}
.xc img{
  width: 33px !important;
  margin-bottom: 2rem !important;
}
.xc span{
    font-size: 14px;
    letter-spacing: 1px;
}
.sdfgdgfdf {
    transform: translate(-50%,-50%);
    top: 61%;
    z-index: 999;
}
.cn-hd h1{
      font-size: 32px;
}
.contact-dt{
  padding-bottom: 2rem;
}
.abt-hd-bg1 {
    position: absolute;
    top: 3%;
    left: -11%;
    z-index: 999;
}
.nm label{
	font-size: 15px;
    color: gray;
    letter-spacing: 0.5px;
}
.cn-hd p{
	letter-spacing: 0.55px;
    font-size: 14px;
    line-height: 24px;
    color: #3e3e3e;
}
.contact-img{
	height: 600px;
}

.contact-img img{
	height: 100%;
	object-fit: cover;
}
.nm input,.nm textarea,.nm select{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid lightgray;
	outline: none;
	box-shadow: none;
	margin-bottom: 1rem;
}
.nm input,.nm select{
	height: 45px;
}
.nm textarea{
	height: 100px;
}
/* contact end ------------------------------------------------------- */


/* service start ------------------------------------------------------- */

.se-img2{
	height: 421px;
}
.se-img{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.ser-dt {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    bottom: -19%;
    left: 0;
    width: 95%;
    height: 140px;
    transition: all .5s;
}
.ser-dt2 {
    bottom: -23%;
}
.se-img img{
	transition: all 3s;
}
.se-img:hover .ser-dt {
	bottom: 0%;
}
.se-img:hover img{
	transform: scale(1.2);
}
.ser-dt h1{
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: 700;
}
.ser-dt p {
    font-size: 12px;
    letter-spacing: 0.55px;
    line-height: 18px;
}
.ser-hd{
	position: absolute;
	top: 1rem;
	left: 0;
	background-color: #fff;
}
.ser-hd span{
	font-size: 12px;
	letter-spacing: 0.55px;
	padding: 5px 22px;
}
/* service end ------------------------------------------------------- */
/* event start--------------------------------------------------------- */
.posts {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.posts__item {
	display: flex;
	flex-direction: column;
	flex-basis: 32%;
	background-color: #fff;
	margin-bottom: 22px;
	position: relative;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.03);
}
.posts__item--main {
    flex-basis: 66%;
    height: 449px;
}
.posts__item--main:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.posts__item--main .posts__image {
	display: flex;
	flex-grow: 1;
	height: 100%;
}
.posts__item--main .posts__information {
	position: absolute;
	bottom: 35px;
	left: 50px;
	padding: 0 25px 0 0;
	z-index: 1;
}
.posts__item--main .posts__title a {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.75px;
	color: #fff;
}
.posts__image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.posts__information {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 25px;
	flex-grow: 1;
}
.posts__date {
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0.325px;
	color: #818181;
	text-transform: uppercase;
	font-weight: 600;
	margin: 7px 0;
}
.posts__title {
	margin-top: 7px;
	margin-bottom: auto;
}
.posts__title a {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.55px;
	line-break: anywhere;
}
.posts__image{
	
    height: 265px;

}
.posts__title a:hover {
	text-decoration: underline;
}
.posts__author img {
	border-radius: 50px;
	width: 60px;
}
@media screen and (max-width: 992px) {
	.posts__information {
		padding: 10px 15px 15px 15px;
   }
	.posts__date {
		font-size: 12px;
   }
	.posts__title a {
		font-size: 16px;
		line-height: 24px;
   }
	.posts__item--main .posts__information .post-title a {
		font-size: 20px;
		line-height: 26px;
   }
}
@media screen and (max-width: 768px) {
	.posts__item {
		flex-basis: 49%;
   }
	.posts__item--main {
		flex-basis: 100%;
		justify-content: center;
   }
	.posts__item--main .posts__image {
		display: block;
   }
	.posts__item--main .posts__information {
		width: 100%;
		bottom: auto;
		left: auto;
		align-items: center;
		text-align: center;
		padding: 0;
   }
}
@media screen and (max-width: 480px) {
	.posts__item {
		flex-basis: 100%;
   }
}

.bt2 a {
    padding: 9px 20px;
	font-size: 12px;
}
.bt2 {
	margin: 1.5rem 0;
}
/* event end--------------------------------------------------------- */


/* gallery Start--------------------------------------------- */

header {
	color: rgb(250,250,250);
	text-align: center;
	font-size: 1.2em;
  }
  
	#gallery-section {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 10px;
	  z-index: -1;
	}
  
	#thumbnail-gallery-container {
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: space-between;
	  padding: 15px 50px 10px 50px;
	  gap: 10px;
	}
  
	.thumbnail {
	  width: 24%;
	  margin-bottom: 2%;
	  position: relative;
  }
  
img.thumbnail-image {
    width: 100%;
    height: 233px;
    object-fit: cover;
    object-position: center center;
}

  
  @media only screen and (max-width: 800px){
	#gallery-section {
	  padding: 10px 10px 0px 10px;
	}
	#thumbnail-gallery-container {
		padding: 0px;
	}
  }
  
  /* Lightbox Styles */ 
  
.lightbox-overlay {
    display: flex;
    transform: scale(0,1);
    transform-origin: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 65%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
  
  .lightbox-overlay:target {
	display: flex;
	transform: scale(1,1);
	z-index: 99999;
  };
  
  .lightbox-content {
	color: rgb(250,250,250);
	padding: 1.5em;
	width: 75vw;
	text-align: center;
  }
  
  .lightbox-image-title {
	position: relative;
	text-align: center;
  }
  
  .lightbox-navigation {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
  }
  
  .close {
	position: absolute;
	background-color: none;
	  top: 5px;
	  right: 20px; 
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  
  a.close {
	text-decoration: none;
	font-weight: bold;
	font-size :2em;
	font-family: sans-serif;
  }
  
  
  .back, .next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24%;
	height: 2em;
	color: rgb(255,255,255);
	margin: 1%;
  } 
  
  img.lightbox-image {
	width: 65vw;
	max-height: 65vh;
	object-fit: contain;
  }
  .close img{
	width: 50px;
	margin-top: 2rem;
	margin-right: 2rem;
  }
  .lis{
	position: relative;
  }
  .lis:hover .eye{
	opacity: 1;
  }
  .eye{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000063;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all .3s;
  }
  .vww{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  }
  .ar-left{
	position: relative;
	animation: animate 1s infinite;
	margin-left: 0;
	width: 15px;
	margin-right: 10px;
  }
  .ar-right{
	position: relative;
	animation: animated 1s infinite;
	margin-left: 10px;
	width: 15px;
  }
  @keyframes animate{
	0%{
	  transform: translateX(0px);
	}
	50%{
	  transform: translateX(-10px);
	}
	100%{
	  transform: translateX(0px);
	}
  }
  @keyframes animated{
	0%{
	  transform: translateX(0px);
	}
	50%{
	  transform: translateX(10px);
	}
	100%{
	  transform: translateX(0px);
	}
  }
  /* gallery end------------------------------------------------ */




  /* whatsapp  start-----------------------------------------------*/
#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
    #whatsapp-chat {
        max-width: 300px;
        width: 100%;
        bottom: 75px;
        z-index: 99999;
    }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #31a55c;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
    width: 30px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  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-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}
a.blantershow-chat img {
    width: 40px;
    -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    border-radius: 50%;
}

/* whatsapp end--------------------------------------------- */
#newsdate {
    font-size: 15px;
    color: green;
    letter-spacing: 0.55px;
    font-weight: 300;
}
#newstitle {
    font-size: 23px;
    letter-spacing: 0.55px;
    line-height: 32px;
}
.recome-dt h6{
      font-size: 15px;
    line-height: 21px;
}
.recome-date span{
      font-size: 13px;
}
.ev-para p{
font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
}

.job-dt12 {
    box-shadow: black 0px 0px 15px -12px;
    border-radius: 7px;
}
.exp-ab::after {
    left: 58%;
}
.exp-comp::after {
    left: 48%;
}

.exp-ev::after {
    left: 49%;
}
.exp-car::after {
    left: 48%;
}
.exp-glr::after {
    left: 52%;
}
.exp-con::after {
    left: 49%;
}

.inner-contact {
    background: linear-gradient(90deg, #3533c9 50%, transparent 0);
    overflow: hidden;
}
.dsasada {
    position: relative;
    overflow: hidden;
    margin-top: 0;
}
.dsasada::after {
    position: absolute;
    content: "";
    background-image: url(../images/blob1.svg);
    background-size: cover;
    top: 0;
    right: 0;
    height: 589px;
    width: 578px;
    background-repeat: no-repeat;
    opacity: 0.1;
    filter: drop-shadow(0px 11px 0px black);
    animation: move 15s;
}
@keyframes move{
  0%{
     top: -20%;
    filter: drop-shadow(0px 0px 0px black);
  }
  50%{
     top: 0%;
    
  }
  100%{
    filter: drop-shadow(0px 11px 0px black);
  }
}
.sdfsdfsdfsf .fb img{
    width: 28px;
}
.sdfsdfsdfsf {
    position: absolute;
    z-index: 9;
    top: 11%;
    left: 45%;
    transform: translate(-37%,-50%);
    animation: movedown 4s;
}

@keyframes movedown{
  0%{
     top: -100%;
    
  }
  100%{
   top: 11%;
  }
}
/* career popup---------------------------------------------------------------start */
.testsslliidd .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(2px 2px 0px white);
}
.inner-qbtn1 a {
    padding: 11px 8px;
    background: linear-gradient(45deg,#1cb3eb,#352ec7);
    font-size: 17px;
    letter-spacing: 0.55px;
}
.social div{
    gap:2rem !important;
}
.clod {
    top: 0.5rem;
    right: 0.7rem;
    cursor: pointer;
}
.clod img {
    width: 16px;
    filter: brightness(0);
}
.careerpop{
  height: 100vh;
  width: 100%;
  background-color: #000000b9;
  z-index: 99999999999999999;
}
.inner-career-pop{
  transform: translate(-50%,-50%);
}
.fldd input{
  border: 1px solid lightgray;
  height: 40px;
}
.fldd input:focus{
  border: 1px solid lightgray;
  box-shadow: none;
  outline: none;
}
.fldd textarea:focus,.for-in fieldset select:focus{
  border: 1px solid lightgray;
  box-shadow: none;
  outline: none;
}
.for-in fieldset select option{
    color:#000;
}
.for-in fieldset input, .for-in fieldset select {
    border: 1px solid lightgray;
    height: 40px;
    padding-left: 15px;
    font-size: 12px;
    background-color: transparent;
    color:#fff;
}
.for-in fieldset textarea {
    border: 1px solid lightgray;
    height: 89px;
    padding-left: 15px;
    background-color: transparent;
    color:#fff;
}
.lgr {
    font-size: 14px;
    width: fit-content;
    /* display: inline-block; */
    background-color: white;
    top: -31%;
    left: 2%;
    letter-spacing: 0.55px;
    padding: 0 8px;
}
.lgr1{
  top: -9%;
}
.lgr121 {
    top: -13% !important;
}
.car-fr-hd h1{
  font-size: 31px;
  letter-spacing: 0.55px;
}
/* career popup---------------------------------------------------------------end */

/* company-details hd------------------------------------------------------------start */
.bar {
    margin-left: 6.2rem;
    margin-right: 6.1rem;
}
.bar2 {
    margin-left: 11.3rem;
    margin-right: 11.2rem;
}
.bar3 {
    margin-left: 17.1rem;
    margin-right: 17.8rem;
}
.bar4 {
    margin-left: 11.3rem;
    margin-right: 12rem;
}
.bar5 {
    margin-left: 8.4rem;
    margin-right: 9.1rem;
}
.buy-nm{
  position: relative;
}
.buy-nm::after {
    position: absolute;
    content: "";
    background-color: #b9b9b9;
    background-size: contain;
    width: 1px;
    height: 62%;
    top: -63%;
    left: 50%;
}
.buy-nm1::after {
    position: absolute;
    content: "";
    background-color: #b9b9b9;
    background-size: contain;
    width: 1px;
    height: 37%;
    top: -37%;
    left: 50%;
}
.wxp-b-hd,.bar{
  position: relative;
}
/* .wxp-b-hd::after {
    position: absolute;
    content: "";
    background-color: #000;
    background-size: contain;
    height: 100%;
    width: 1px;
    top: 96%;
    left: 49%;
} */
.bar::after {
    position: absolute;
    content: "";
    background-color: #b9b9b9;
    background-size: contain;
    height: 1px;
    width: 100%;
    top: 0%;
    left: 0%;
}
.menu-new li a {
    color: rgb(255, 255, 255);
}
.buy-nm{
  padding: 7px 20px;
  background: linear-gradient(45deg, #352ec7, #24aee9);
  color: #fff;
}
.ri-dthd h3{
  font-size: 28px;
    letter-spacing: 0.55px;
}
.rig-dt ol li{
  font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 600;
}
.rig-dt ol ul li{
      font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.55px;
}
/* company-details hd------------------------------------------------------------end */
/*---------------------------------------------- Gallery.html -------------------------------------------------------------------------*/
#gallery1{
  margin-top: 2rem;
}
.gl-big{
  transform: translate(-50%,-50%);
  width: 30px !important;
  height: 30px !important;
  background-repeat: no-repeat;
}
.immm {
    overflow: hidden;
    transition: all.5s;
    margin-bottom: 0;
    position: relative;
}
.ov-l{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000077;
  opacity: 0;
  transition: all .3s;
}
.no{
  top: 15px;
  right: 15px;
  color: #fff;
}
.no h1{
  font-size: 50px;
  font-weight: 700;
  background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: unset;
}
.ffghs h6{
  font-size: 18px;
  letter-spacing: 0.55px;
  font-weight: 600;
}
.gggg span{
  font-size: 15px;
  letter-spacing: 0.55px;
  font-weight: 300;
}
.immm:hover .ov-l{
  opacity: 1;
}
.titl {
    margin-bottom: 8px;
    background-color: #b31b36;
    padding: 13px 8px;
    text-align: center;
}
.titl h4 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}
#item-head{
  margin-top: 5rem;
  position: relative;
  height: 220px;
  width: 100%;
  background-color: rgb(94 0 17 / 0.95);
  overflow: hidden;
}
.item-head-tv {
    background-image: url(../images/tvr.jpg);
    
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-head-ws{
        background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/wsh.jpg);
}
.item-head-ac{
       background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/accr.jpg);
}
.item-head-gl{
       background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/Gallery.png);
}
.item-head-con{
       background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/Contact.png);
}
.item-head-abt{
       background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/About.png);
}
.item-head-pr{
       background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/Produc.png);
}
.item-head-bttr{
        background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/btr.jpg);
}
.inner-head .ul{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-5%);
}
.inner-head .ul ul{
  display: flex;
  gap: 10px;
  position: relative;
  justify-content: center;
}
.inner-head .ul ul::after{
  position: absolute;
  content: "";
  
  background-size: contain;
  top: -1rem;
  left: 1rem;
  bottom: -1rem;
  width: 100%;
}
.inner-head .ul ul li {
  color: white;
  font-weight: 200;
  font-size: 16px;
  list-style: none;
  letter-spacing: 1px;
  position: relative;
  z-index: 10;
  font-family: 'circular';
}
.ul h1{
  color: white;
    text-align: center;
    margin-left: 31px;
    font-family: 'circular';
    font-size: 30px;
    position: relative;
}
.ul h1::after{
  position: absolute;
  content: "";
  border-bottom: 2px solid #f89820;
  background-size: contain;
  width: 50%;
  top: 115%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ul ul span{
  color: white;
  font-size: 18px;
  margin-top: 4px;
}
#item-head{
  position: relative;
  margin-bottom: 0rem;
}
#item-head::after {
  position: absolute;
  content: "";
  background-image: url(../images/pngwing.com\ \(12\).png);
  background-size: contain;
  width: 100%;
  height: 943px;
  top: -28rem;
  left: 44rem;
  z-index: -1;
  background-repeat: no-repeat;
}
#item-head::before {
  position: absolute;
  content: "";
  background-image: url(../images/pngwing.com\ \(12\).png);
  background-size: contain;
  width: 100%;
  height: 943px;
  top: -15rem;
  right: 46rem;
  z-index: -1;
  transform: rotate(
187deg);
  background-repeat: no-repeat;
}
.ul ul a{
  text-decoration: none;
}
.lightbox {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999999 !important;
}
.lb-outerContainer {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}


/*quick button start--------------------------------------------------------------------------*/

.inner-qbtn a {
    padding: 22px 8px;
    background: linear-gradient(45deg,#1cb3eb,#352ec7);
    font-size: 14px;
    letter-spacing: 0.55px;
}
.inner-qbtn1 a {
    padding: 11px 8px;
    background: linear-gradient(45deg,#1cb3eb,#352ec7);
    font-size: 18px;
    letter-spacing: 0.55px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.fr-hdr h1 {
    font-size: 29px;
    letter-spacing: 0.55px;
    color: #fff;
    font-weight: 400;
}
.inner-enq {
    background: linear-gradient(90deg, #2b3db5 61%, #2b3db5 0);
}
.lgr45 {
    font-size: 14px;
    width: fit-content;
    /* display: inline-block; */
    background-color: #2b3db5;
    top: -31%;
    left: 4%;
    padding: 0 3px;
    color:#fff;
}
.left-fr{
    position:relative;
}
.left-fr::after {
    position: absolute;
    content: "";
    background-color: #ffffff24;
    background-size: contain;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
}
.rig-dtz h1 {
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.rig-dtz p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.55px;
    font-weight: 300;
}
/*quick enquiry end---------------------------------------------------------------------------*/

.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#success{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInner{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
}

.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#successm{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInnerm{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
}
.woter-mark .cfx1 {
    position: relative;
    height: 150px;
    /* width: 150px; */
    box-shadow: black 0px 0px 11px -6px;
    border-radius: 7px;
    margin: 10px;
}
.cfx{
     position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
}
.cfx p{
    margin-top:1rem;
}
.cfx img{
    width: 74px;
   
}