
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&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&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
body{
  /* font-family: "Raleway", serif; */
  font-family: "Poppins", serif;
}
.ivv{
  margin-top: 5rem;
}
a {
  font-size: 19px;
  letter-spacing: 0.55px;
  text-decoration: none;
}

@media only screen and (max-width:1536px){
  a{
    font-size: 16px;
    letter-spacing: 0.55px;
    text-decoration: none;
  }
}
.nav_logo img{
  width: 93px !important;
}
.logo_dt{
  width: calc(100%-93px);
}
.logo_dt h4{
  color: #e21923;
  font-weight: 700;
  letter-spacing: 1.55px;
}
.logo_dt span{
  color: #fff;
    font-size: 12px;
    letter-spacing: 0.55px;
    transition: all .3s;
}
.logo_dtnew span{
  color: #000;
}
.sadads{
  padding:0
}
.sadads li{
  list-style-type: none;
}
.sadads li a{
  text-decoration: none;
}
.asds li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
.asds {
  padding: 3px 19px;
  background-color: #cf0004;
  border-radius: 30px;
  width: fit-content;
  margin-left: auto;
}


    .headerr h2 {
        font-size: 28px;
        letter-spacing: 0.55px;
        color: #000;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
        line-height: 41px;
    }
.headerr p{
  /* font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 26px; */
  font-size: 17px;
  letter-spacing: 0.55px;
  color: #292929;
  line-height: 28px;
  font-weight: 300;
}

.asse_list{
  padding: 2rem;
  text-align: center;
}
.asse_list h5 {
  font-size: 22px;
  letter-spacing: 0.55px;
  color: #cfa000;
}

.asse_list p{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: gray;
  line-height: 26px;
}





.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  border-left: none;
  border-right: none;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #e21a20;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  letter-spacing: 0.55px;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.bottom_nav ul li a {
  font-size: 18px;
  font-weight: 300;
  /* letter-spacing: 1px; */
}
/* .figurelist{
  width: 90%;
} */

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #e11923;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 35em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding-bottom: 1rem;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 26px;
    padding-top: 15px;
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000000;
    line-height: 28px;
    font-weight: 300;
    margin: 0;
}




.navb{
  z-index:9;
  width: 100%;
  left: 0;
}
.bannerswiper {
  width: 100%;
  height: 100%;
}

.bannerswiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.bannerswiper .swiper-slide::after {
  position: absolute;
  content: "";
  background-color: #00000073;
  background-size: contain;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.bannerswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: all 15s;
}
.bannerswiper .swiper-slide-active img{
  transform: scale(1.2);
}
.bannerswiper{
  position: relative;
}
.bannerswiper::after {
  position: absolute;
  content: "";
  /* background-color: #00000061; */
  background: linear-gradient(180deg, #00000091, transparent);
  background-size: contain;
  height: 33%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.bannerswiper .swiper-button-next:after, .bannerswiper .swiper-button-prev:after {
  font-size: 20px;
  content: url(../images/right-arrow.png);
  z-index: 99;
  filter: brightness(0);
  height: 50%;
}
.bannerswiper .swiper-button-prev:after{
  transform: rotate(180deg);
}
.bannerswiper .swiper-button-next::before, .bannerswiper .swiper-button-prev::before{
  position: absolute;
  content: "";
  background-color: rgb(255, 255, 255);
  background-size: contain;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
}
.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
  position: absolute;
  top: 92%;
}
.bannerswiper .swiper-button-next{
  right: 90%;
}
.bannerswiper .swiper-button-prev{
  left: 5%;
}
.sadads  li a{
  color: #fff;
}
.navb {
  padding: 0.5rem 0;
}


.banner{
  position: relative;
}


.asds li{
  position: relative;
}
.asds li::after {
  position: absolute;
  content: "";
  border-right: 1px solid rgb(255 255 255 / 65%);
  background-size: contain;
  height: 69%;
  width: 1px;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
}

.asds li:last-child::after{
  border: none;
}
.banner-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    height: 210px;
    overflow: hidden;
    width: 100%;
}
.banner-txt h2 {
    font-size: 50px;
    line-height: 78px;
    letter-spacing: 1px;
    color: #fff;
    transform: translateY(108%);
    transition: all 1s;
    transition-delay: .2s;
}
.swiper-slide-active .banner-txt h2{
  transform: translateY(0%);
}
.foo-li1 li a:hover{
    letter-spacing:0.55px !important;
}

.ri-img img{
  border-radius: 20px;
}

.right-abt{
  position: relative;
}
/* .right-abt::after{
  position: absolute;
  content: "";
  border: 20px solid #ffffff69;
  background-size: contain;
  height: 80%;
  width: 50%;
  z-index: 99;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
} */
.gfdgfh {
  position: absolute;
  border: 20px solid #ffffffb3;
  z-index: 99;
  top: 50%;
  left: 78%;
  transform: translateY(-50%);
}
.gfdgfh img{
  width: 200px;
  border-radius: 0;
}


#ch2{
  transform: translate(400px,0);
}
#ch1{
  transform: translate(-400px,0);
}

/* .textd h2 {
  font-family: sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.55px;
  color: #000;
  text-align: center;
  background: -webkit-linear-gradient(#97080e, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.textd h2 {
  font-family: sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.55px;
  color: #000;
  text-align: left;
  /* background: -webkit-linear-gradient(#97080e, #333); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  font-size: 27px;
  letter-spacing: 0.55px;
  font-weight: 500;
}
/* .figurelist{
  text-align: center;
} */
.men img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 25px;
  transition: all .3s;
}
/* .mennew img{
  filter: brightness(0)invert(1);
} */

.textd {
  height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #fe981a;
  margin-top: 0.5rem;
}
.figurelist p {
  font-size: 17px;
  letter-spacing: 0.55px;
  color: #000000;
  font-weight: 400;
  padding-top: 10px;
  /* text-transform: uppercase; */
  font-size: 18px;
  letter-spacing: 0.55px;
  width: 90%;
}


.figureimg img{
  width: 50px;
  margin-bottom: 10px;
}
.figureimg{
  position: relative;
}
/* .figureimg::after {
  position: absolute;
  content: "";
  background-color: lightgray;
  background-size: contain;
  height: 56px;
  width: 77px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: -1;
  left: 43%;
  top: -16px;
  opacity: 0.2;
  transform: rotate(45deg);
} */
/*.figureimg::after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background-color: lightgray;*/
/*  background-size: contain;*/
/*  height: 56px;*/
/*  width: 77px;*/
/*  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
/*  z-index: -1;*/
/*  left: 1%;*/
/*  top: -13px;*/
/*  opacity: 0.2;*/
/*  transform: rotate(45deg);*/
/*}*/
.figerr {
  margin-top: 7rem;
}



.inner-news{
  display: flex;
  gap: 1rem;
}

.service {
  padding: 6rem 0;
  position: relative;
  background-color: #000000c7;
  background-attachment: fixed;
}

.service::after {
  position: absolute;
  content: "";
  background-image: url(../images/bgbg.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  /* background-attachment: scroll; */
}

.tab-l a {
  font-size: 19px;
  color: #ffffffcf;
  letter-spacing: 0.55px;
  display: flex;
  width: 100%;
  line-height: 31px;
}
.tab-l .active {
  color: #fff;
  font-weight: 500;
}
.tab-l {
  padding: 17px 0;
}
.tab-l {
  border-bottom: 1px solid #ffffff75;
  display: flex;
  width: 75%;
}
.headerr1 h2 {
  font-size: 35px;
  line-height: 52px;
}
.llim img {
  width: 89px;
  filter: brightness(0) invert(1);
  margin-bottom: 1rem;
  opacity: 0.4;
}

.tab-content .tab-pane .headerr1 h2{
  transform: translateY(93%);
  opacity: 0;
  transition: all .5s;
  transition-delay: 5s;
}
.tab-content .tab-pane .headerr1 p {
  transform: translateY(93%);
  opacity: 0;
  /* transition: all .5s; */
  /* transition-delay: 5s; */
  display: flex
;
  align-items: flex-start;
  gap: 15px;
  line-height: 32px;
}
.tab-content .tab-pane .headerr1 p img {
  width: 22px;
  margin-top: 6px;
}
.tab-content .active .headerr1 h2{
  transform: translateY(0%);
  opacity: 1;
}
.tab-content .active .headerr1 p{
  transform: translateY(0%);
  opacity: 1;
}


.viewall a {
  padding: 13px 39px 8px;
  background-color: #000000;
  border-radius: 50px 50px 0 0;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
  transition: all .3s;
}
.viewall a:hover{
  letter-spacing: 1.5px;
}
.viewall{
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: fit-content;
}






.sectionswiper {
  width: 100%;
  height: 100%;
  padding: 4rem 0;
}

.sectionswiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0.5;
}
/*.sectionswiper .swiper-slide::after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background-color: #00000073;*/
/*  background-size: contain;*/
/*  top: 0;*/
/*  left: 0;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  z-index: 1;*/
/*  border-radius: 15px;*/
/*}*/
.sectionswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.sectionswiper{
  position: relative;
}

.sectionswiper .swiper-button-next:after, .sectionswiper .swiper-button-prev:after {
  font-size: 20px;
  content: url(../images/right-arrow.png);
  z-index: 99;
  filter: brightness(0)invert(1);
  height: 50%;
}
.sectionswiper .swiper-button-prev:after{
  transform: rotate(180deg);
}
.sectionswiper .swiper-button-next::before, .sectionswiper .swiper-button-prev::before{
  position: absolute;
  content: "";
  background-color: rgb(0, 0, 0);
  background-size: contain;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
}
.sectionswiper .swiper-button-next, .sectionswiper .swiper-button-prev {
  position: absolute;
  top: 50%;
}
.sectionswiper .swiper-button-next{
  right: 2%;
}
.sectionswiper .swiper-button-prev {
  left: 2%;
}

.sectionswiper .swiper-slide{
    transform: scale(0.8);
    transition: all .3s;
    cursor: pointer;
}
.sectionswiper .swiper-slide:hover .mn-dd{
  opacity: 1;
}
.sectionswiper .swiper-slide-active{
  transform: scale(1.1);
  opacity: 1;
}
.dl-txt {
    padding: 30px 0 16px;
    background-color: #c100059c;
    background: linear-gradient(359deg, #c10005, #9c050b00);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-radius: 0 0 15px 15px;
}
.dl-txt h5{
  color: #fff;
}
.left-cr{
  padding: 5rem 2rem 5rem 7rem;
}
.mn-dd {
    top: 0;
    left: 0;
    background-color: #670004bd;
    padding: 8rem 3rem;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    z-index: 99;
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: all .3s;
}
.mn-dd h5 {
  font-size: 22px;
  position: relative;
  line-height: 33px;
}
.mn-dd h5::after {
  position: absolute;
  content: "";
  background-color: #fff;
  background-size: contain;
  height: 1px;
  width: 20%;
  bottom: -35%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.mn-dd55 h5::after {
  position: absolute;
  content: "";
  background-color: #fff;
  background-size: contain;
  height: 1px;
  width: 20%;
  bottom: -12% !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.mn-dd p {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 26px;
  padding-top: 0.5rem;
  font-weight: 300;
}

.mn-dd{
  position: relative;
}
.mn-dd::after{
  position: absolute;
  content: "";
  border: 1px solid #ffffff82;
  background-size: contain;
  height: 90%;
  width: 90%;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
}
.navb {
  transition: all .3s;
  z-index: 9999;
}
.navbnew {
  background-color: #fff;
  box-shadow: black 0px 5px 14px -15px;
  z-index: 99999999999;
}

.bottom_nav ul li a{
  transition: all .3s;
}
.bottom_navnew ul li a{
  color: #000;
}
.career{
  background-color: #fffbec;
}

.right-fgf {
  position: relative;
  transform: translate(531px, 0);
}
.rightfgfdf {
  position: relative;
  transform: translate(-931px, 0);
}
.right-fgf::after {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, #0000006e, transparent);
  background-size: contain;
  height: 27%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all .3s;
}
.right-fgf:hover::after{
  height: 100%;
}

.storytxt{
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 5%;
  left: 10%;
  z-index: 99;
  transition: all .3s;
}
.desc{
  bottom: -13%;
  left: 10%;
  z-index: 999;
  transition: all .3s;
  opacity: 0;
}
.desc p{
  color: #fff;
  letter-spacing: 0.55px;
  font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 28px;
    font-weight: 300;
}
.right-fgf:hover .storytxt{
 bottom: 22%;
}
.right-fgf:hover .desc{
  bottom: 5%;
  opacity: 1;
}
.wae{
  transition: all .3s;
}
.wae:hover{
  color: #e11b21 !important;
}
.storytxt p {
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 22px;
}
.storytxt img{
  filter: brightness(0)invert(1);
  animation: animate 1s infinite;
}
@keyframes animate{
  0%{
    transform:translateX(0px);
  }
  50%{
    transform:translateX(10px);
  }
  100%{
    transform:translateX(0px);
  }
}

.tttt {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -100%;
  left: 0;
  background-color: #530003e3;
  z-index: 9;
  transition: all .5s;
}
.newslist:hover .tttt{
  bottom: 0;
}
.ar-ri11{
  transition: all .3s;
}
.newslist:hover .ar-ri11{
  opacity: 0;
}
.iinertttt {
  position: absolute;
  width: 90%;
  top: 23%;
  left: 10%;
  z-index: 99;
  color: #fff;
  padding-right: 8%;
}
.iinertttt span{
  font-family: sans-serif;
  font-size: 17px;
  letter-spacing: 0.55px;
  font-weight: 500;
}
.iinertttt h5 {
  font-size: 23px;
  letter-spacing: 0.55px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 10px;
}
.iinertttt p {
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 26px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ar-ri{
  top: 5%;
  right: 5%;
  z-index: 9999;
}

.newslist{
  overflow: hidden;
}

.newslist::after {
    position: absolute;
    content: "";
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.575) 4%, transparent);
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.iinertttt1 {
  position: absolute;
  top: initial;
  bottom: 5%;
  left: 10%;
  width: 92%;
  z-index: 2;
}





.footer {
    background-color: #000000cc;
    padding: 5rem 0 2rem;
    /* backdrop-filter: blur(19px); */
}


.footer-bot h6 {
  font-weight: 400;
  letter-spacing: 0.55px;
}
.icons {
  display: flex
;
  justify-content: space-around;
  -webkit-box-pack: justify;
}
.li_hd h4 {
  color: #fff;
  letter-spacing: 0.55px;
  font-size: 25px;
}
.foo-li ul {
  padding-left: 0;
}
.foo-li ul li {
  list-style-type: none;
  padding-left: 0;
  padding: 5px 0;
}
.foo-li ul li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.55px;
  transition: all .3s;
  font-size: 16px;
font-weight:200;
}
.foo-li ul li a:hover{
  letter-spacing: 1px;
}
.foot-logo img{
  filter: brightness(0)invert(1);
}
.foot-logo p {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 26px;
  font-weight: 300;
}
.inner_team .row{
  width: 87% !important;
}
.client-img {
  box-shadow: black 0px 2px 13px -8px;
  padding: 15px;
  height: 125px;
  position: relative;
}


.footer{
  position: relative;
}
.footer::after {
  position: absolute;
  content: "";
  background-image: url(../images/bgbg.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  /* background-attachment: scroll; */
}


.left-crawe{
  position: relative;
  z-index: 1;
}
.left-crawe::after {
  position: absolute;
  content: "";
  background-image: url(../images/sdf.png);
  background-size: contain;
  height: 500px;
  width: 100%;
  top: 34%;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.02;
}


.mouse_scroll {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  margin-top: 125px;
  position: absolute;
  z-index: 9;
  top: 74%;
  left: 50%;
  cursor: pointer;
}
.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}
.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  margin: 10px auto;
}
.mouse_scroll p{
  font-size: 16px;
    letter-spacing: 1px !important;
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


.asaa {
  cursor: pointer;
}
.asaa {
  border-left: 1px solid white;
  transition: all .3s;
}
.asaanew {
    border-left: 1px solid #f6f6f6;
}
.men {
  position: relative;
  z-index: 1;
}
.men div {
  height: 1px;
  background-color: rgb(0, 0, 0);
  width: 17px;
  margin-bottom: 0.3rem;
}
.men div {
  height: 1px;
  background-color: rgb(0, 0, 0);
  width: 17px;
  margin-bottom: 0.3rem;
  transition:all .3s
}
.mennew div {
  height: 1px;
  background-color: rgb(255, 255, 255) !important;
  width: 17px;
  margin-bottom: 0.3rem;
  transition:all .3s
}
.asaa p{
  transition: all .3s;
}
.asaanew p{
  color: #000 !important;
}
.men::after {
  position: absolute;
  content: "";
  background-size: contain;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all .3s;
}
.men {
  position: relative;
  z-index: 1;
}
.mennew::after {
  background-color: #f6f6f6;
}

.page-header::after {
  position: absolute;
  content: "";
  background-color: #00000069;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.hd-txt {
  top: 75%;
  left: 10%;
  z-index: 9999;
}
.hd-txt h2 {
  font-size: 40px;
  letter-spacing: 1px;
}

.right-car{
  padding: 5rem;
}

.asse_list{
  position: relative;
}
.asse_list::after {
  position: absolute;
  content: "";
  border-right: 1px solid #cfa00045;
  background-size: contain;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
}
.col-lg-4:last-child .asse_list::after{
  border: none;
}





.inner-ab span {
  font-size: 14px;
  letter-spacing: 0.55px;
  color: #f48116;
}
.zero {
  font-size: 32px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 45px;
}
.card {
  padding: 31px;
  border-radius: 0px;
  border-color: #0000001c;
}
.card h3 {
  text-align: center;
  margin-bottom: 7%;
  font-size: 29px;
  letter-spacing: 0.55px;
}
.job-block {
  font-size: 12px;
  color: #5d5c5c;
  margin-bottom: 28px;
  line-height: 1.5;
  border-bottom: 1px solid #0000001f;
  transition: all .7s;
  padding: 18px;
}
.job-block a {
  text-decoration: none;
}
.ws {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ws p {
  font-size: 19px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
}
.alt {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000000c2;
    font-weight: 400;
    line-height: 25px;
}
.job-block p{
    
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newslist img:nth-child(1) {
    height: 550px;
    object-fit: cover;
}
.job-block {
  font-size: 12px;
  color: #5d5c5c;
  margin-bottom: 28px;
  line-height: 1.5;
  border-bottom: 1px solid #0000001f;
  transition: all .7s;
  padding: 18px;
}
.card {
  padding: 31px;
  border-radius: 0px;
  border-color: #0000001c;
}
.card h3 {
  text-align: center;
  margin-bottom: 7%;
  font-size: 29px;
  letter-spacing: 0.55px;
}
.car-fr .form-input {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 14px 24px;
  border: 1px solid lightgray;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease;
  color: grey;
  padding-left: 11px !important;
}
.car-fr .form-input2 {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 63px 25px;
  border: 1px solid lightgray;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: grey;
  padding-left: 11px !important;
  padding-top: 12px;
}
.ws img {
  width: 23px;
}
.job-block:hover {
  background-color: #49852c2b;
}


.alt a{
  padding: 10px 20px;
  border: 1px solid #000;
  transition:all .3s;
  color: #000;
}
.alt a:hover{
  background-color: #000;
  color: #fff;
}


.frm-l input,.frm-l textarea{
  border: none;
  border-bottom: 1px solid rgb(0, 0, 0);
  background-color: transparent;
  width: 100%;
  height: 40px;
}

.inner-dgf{
  padding: 5rem ;
  background-color: #F8F8F8;
}
.frm-l input:focus,.frm-l textarea:focus{
  border: none;
  border-bottom: 1px solid rgb(0, 0, 0);
  background-color: transparent;
  width: 100%;
  height: 40px;
  outline:none;
  box-shadow: none;
}

.gl11 img, .gl-img {
  border-radius: 10px 10px 0 0;
}

.gl11 img, .gl-img {
  border-radius: 10px 10px 0 0;
}
.gl-img {
  box-shadow: black 0px 0px 11px -5px;
}
.gl11 {
  position: relative;
  border-radius: 10px 10px 0 0;
}
.gl11::before {
  position: absolute;
  content: "";
  background-color: #ffffff50;
  background-size: contain;
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: all .5s;
}
.gl11::before {
  position: absolute;
  content: "";
  background-color: #ffffff50;
  background-size: contain;
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: all .5s;
}
.gl11 img, .gl-img {
  border-radius: 10px 10px 0 0;
}
.gl11 img {
    height: 300px !important;
    object-fit: cover;
}
.rans img{
    height:300px;
    object-fit:cover;
}
.gl-btn {
    padding: 5px 7px;
    /* background-color: #1b4e9b; */
    background: linear-gradient(270deg, #cf0004 50%, transparent);
    /* border-radius: 30px; */
    text-align: center;
    width: 40%;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    /* transform: translateX(-50%); */
    z-index: 1;
    transition: all .3s;
}
.gl-btn p {
  font-size: 15px;
  color: #ffffff;
}
.dq {
    padding: 10px 10px 10px;
    transition: all .3s;
    background-color: #cf0004;
    color: #fff;
    border-radius: 0 0 10px 10px;
}
.ppl {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ppl img {
  width: 50px;
}
.gl-img:hover .gl11::before {
  height: 100%;
}

.view-image {
  position: fixed;
  inset: 0;
  z-index: 500;
  padding: 3%;
  display: flex;
  flex-direction: column;
  animation: view-image-in 300ms;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 999999999999 !important;
}
.rans{
  cursor: pointer;
}


.news_data {
  padding: 1rem;
}
.news_data span {
  font-size: 15px;
  letter-spacing: 0.55px;
  color: gray;
}
.news_data h2 {
  font-size: 21px;
  letter-spacing: 0.55px;
  color: #000;
  margin-top: 10px;
  line-height: 30px;
}
.news_data p {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: rgb(0, 0, 0);
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_data p {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: rgb(75 75 75);
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_bt p {
  color: rgb(56 128 209) !important;
  transition: all .3s;
}
.client-img {
  box-shadow: black 0px 2px 13px -8px;
  padding: 15px;
  height: 150px;
  position: relative;
}
.client-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 70% !important;
}


.subabout {
  background: linear-gradient(45deg, #790003, #410000);
  padding: 4rem 0;
}
.fix_bt {
    top: 42%;
    left: 0;
    /* transform: rotate(270deg); */
    z-index: 9999;
    /* border-radius: 30px; */
    display: flex;
    writing-mode: vertical-rl;
}
.fix_bt a {
    padding: 22px 10px 22px 10px;
    text-decoration: none;
    color: #ffffff;
    background-color: #fe9619;
    letter-spacing: 1px;
    font-size: 18px;
    border-radius: 0;
    display: flex;
}

.mis-vis {
  padding: 50px 0;
}
.mis-vis-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.mis-vis .mis-vis-inner .mis-inner {
  width: 30%;
}
.mis-vis .mis-vis-inner .mis-inner .mis-inner-img {
  z-index: -1;
}
.mis-vis .mis-vis-inner .mis-inner .mis-inner-txt {
  color: #fff;
}
.mis-vis-inner .vis-inner .vis-inner-txt {
  color: #fff;
}

.en{
  position:fixed;
  height: 100vh;
  width: 100%;
  background-image: url(../images/gf.jpg);
  background-size: cover;
  z-index: -1;
}
.en::after {
  position: absolute;
  content: "";
  background-color: #000000d6;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.inner_en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  box-shadow: black 0px 1px 11px -7px;
  overflow: hidden;
  padding: 10px;
  z-index: 2;
  background-color: #ffffffe3;
  backdrop-filter: blur(8px);
  border-radius: 18px;
}

.rightkjsfg{
  padding: 2rem 2rem 1rem 1rem;
}
.form-wrap label {
  font-size: 15px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 300;
}
.form-wrap input, .form-wrap select {
  border: none;
  border-bottom: 1px solid #00000099;
  border-radius: 0;
  height: 40px;
  background-color: transparent;
}
.form-wrap textarea{
  border: none;
  border-bottom: 1px solid #00000099;
  border-radius: 0;
  height: 80px;
  background-color: transparent;
}
.form-wrap input:focus, .form-wrap select:focus,.form-wrap textarea:focus{
  background-color: none;
  border: none;
  border-bottom: 1px solid #00000099;
  outline: none;
  box-shadow: none;
}

.heading h2{
  font-size: 32PX;
  letter-spacing: 0.55PX;
  color: #000;
  font-weight: 300;
  margin-bottom: 1rem;
}
.rightkjsfg{
  position: relative;
  z-index: 1;
}
/* .rightkjsfg::after {
  position: absolute;
  content: "";
  background-image: url(../images/a.jpg);
  background-size: cover;
  background-position: bottom;
  bottom: -18%;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.07;
} */

.clocc {
  top: 7%;
  right: 5%;
  z-index: 999;
}

.xczs p{
  font-size: 18px;
}
.xczs h2 {
  font-size: 25px !important;
}

.news_img img{
  height: 300px;
  object-fit: cover;
}


.inner-press h2{
  font-size: 32px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 500;
    text-transform: initial;
    margin-bottom: 1rem;
    line-height: 45px;
}

.sxddfsdf{
  font-size: 20px;
}

.ullx {
  padding: 0;
  margin-top: 1.5rem;
}
.ullx li{
  list-style-type: none;
}

.ullx li p{
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ullx li p img {
  width: 22px;
  margin-top: 5px;
  filter: brightness(0);
}

.desc h6 {
  margin-top: 10px;
  color: #fe961a;
  font-size: 18px;
}


.mis {
  position: relative;
  z-index: 1;
}
.mis {
  /* background-color: #000000a6; */
  padding: 5rem 0;
  background: linear-gradient(270deg, #850007, #e21923);
}

.top-hd h2 {
  font-size: 30px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.list-wrap {
  padding-left: 0;
}
.list-wrap li {
  list-style-type: none;
  padding-left: 20px;
  display: flex
;
  gap: 15px;
  padding: 5px 0;
  align-items: center;
  font-size: 17px;
}
.right-mis img {
  filter: brightness(0) invert(1);
  width: 20px;
  margin-top: 3px;
}

.list-wrap li {
  list-style-type: none;
  padding-left: 20px;
  display: flex;
  gap: 15px;
  padding: 5px 0;
  align-items: flex-start !important;
  font-size: 17px;
}

.mis::after {
  position: absolute;
  content: "";
  background-image: url(../images/menuBg.svg);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.right-mis ul li p{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #ffffff;
  line-height: 28px;
  font-weight: 300;
}

.team-data {
  padding: 1rem;
  bottom: -16%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 2rem 1rem;
  z-index: 9;
  width: 95%;
  box-shadow: black 0px 5px 9px -7px;
  border-radius: 50px 0;
}

.team-data h4{
  font-size: 23px;
    letter-spacing: 0.55px;
    color: #000;
}
.team-data span {
  font-size: 15px;
  color: gray !important;
  line-height: 23px;
}

.team_img img{
  border-radius: 20px;
}

/* 14-01-2025-------------------------------- */
.dfas {
  box-shadow: black 0px 0px 16px -9px;
  height: 100%;
}


.asse_list{
  position: relative;
}
.asse_list1::after {
  position: absolute;
  content: "";
  background-image: url(../images/solutions.png);
  background-size: contain;
  height: 100px;
  width: 100px;
  top: 4%;
  left: -8%;
  opacity: 0.05;
}
.asse_list2::after {
  position: absolute;
  content: "";
  background-image: url(../images/management.png);
  background-size: contain;
  height: 100px;
  width: 100px;
  top: 4%;
  left: -8%;
  opacity: 0.05;
}
.asse_list3::after {
  position: absolute;
  content: "";
  background-image: url(../images/water-pipe.png);
  background-size: contain;
  height: 100px;
  width: 100px;
  top: 4%;
  left: -8%;
  opacity: 0.05;
}
.asse_list4::after {
  position: absolute;
  content: "";
  background-image: url(../images/spare-parts.png);
  background-size: contain;
  height: 100px;
  width: 100px;
  top: 4%;
  left: -8%;
  opacity: 0.05;
}
.asse_list5::after {
  position: absolute;
  content: "";
  background-image: url(../images/hammer.png);
  background-size: contain;
  height: 100px;
  width: 100px;
  top: 4%;
  left: -8%;
  opacity: 0.05;
}
.asse_list6::after {
  position: absolute;
  content: "";
  background-image: url(../images/special-tag.png);
  background-size: contain;
  height: 100px;
  width: 100px;
  top: 4%;
  left: -8%;
  opacity: 0.05;
}
.asse_list7::after {
  position: absolute;
  content: "";
  background-image: url(../images/stamp.png);
  background-size: contain;
  height: 100px;
  width: 100px;
  top: 4%;
  left: -8%;
  opacity: 0.05;
}


.contact-form {
  position: relative;
  border-radius: 15px;
  top: 50%;
  right: 16%;
  transform: translate(-7%, -50%);
  box-shadow: #00000040 0 5px 25px -5px;
  width: 56%;
  z-index: 9;
  padding: 36px;
}
.modal-content {
  height: 461px;
  overflow: overlay;
}

.close {
  top: 2%;
  right: 2%;
  z-index: 999999999999;
  cursor: pointer;
}
.close img {
  width: 32px;
}

.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;
    font-family: auto !important;
}
.quick_sucInner h3 {
    font-family: auto !important;
}
#successf {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnerf {
    text-align: center;
}





























#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: 99999;
  -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;
  }
}

#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: 45px;
  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: 45px;
  -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%;
}
.footer_social {
    gap: 10px !important;
}
.footer_social li {
    width: 35px;
    height: 35px;
    margin-top: 5px;
    background-color: #ffffff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition:all .3s;
}
.slide_menuInner li:hover{
    transform:translateY(-2px);
}
.footer_social li a {
    display: block;
}
.footer_social li img {
    width: 17px !important;
}


.footer{
    position:relative;
}
.footer::after {
    position: absolute;
    content: "";
     background-color: #00000075; 
   
     background-image: url(../images/fdg.jpg); 
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -3333;
}

/*.mis::after {*/
/*    position: absolute;*/
/*    content: "";*/
    /* background-color: #00000075; */
/*    background: linear-gradient(90deg, #000000 23%, transparent 0);*/
    /* background-image: url(../images/menuBg.svg); */
/*    background-size: contain;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -3333;*/
/*}*/
/*.left-mis{*/
/*    position:relative;*/
/*}*/
/*.left-mis::after {*/
/*    position: absolute;*/
/*    content: "";*/
    /* background-color: #00000075; */
/*    background: linear-gradient(45deg, #000000 50%, transparent 0);*/
    /* background-image: url(../images/menuBg.svg); */
/*    background-size: contain;*/
/*    height: 100px;*/
/*    width: 100px;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -3333;*/
/*}*/


.fixedbbbbbbb {
    position: fixed;
    bottom: 5%;
    left: 3%;
    z-index: 999999999999;
}
.team-data ul{
    padding-left:20px;
}
.dowbt img{
        width: 50px;
}
.dowbt{
    position:relative;
}
.dowbt::after{
    position:absolute;
    content:"";
    background-image:url(../images/profile.png);
    background-size:contain;
    height:100px;
    width:100px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index: 999999999999;
    animation:animate1 5s infinite ease-out;
}
@keyframes animate1{
    100%{
        transform:translate(-50%,-50%)rotate(360deg);
    }
}
.toggle11 {
    color: #fac506 !important;
}
.ar-ri img{
  width: 40px;
  height: 40px !important;
}

.droplist {
    position: absolute;
    top: 100%;
    background-color: #fff;
    top: 158%;
    left: 0;
    z-index: 9;
    padding: 0;
    display: none;
}
.drop:hover .droplist{
    display:block;
}
.droplist li a {
    padding: 10px;
    color: #000 !important;
    display: flex;
    width: 230px;
}
.drop a{
        padding-bottom: 1.5rem;
}
.drop a img{
    width:18px;
    transition:all .3s;
}
.drop:hover img{
    transform:rotate(180deg);
}
.dropnew img{
    filter:brightness(0) !important;
}