@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=Marcellus&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=Quicksand:wght@300..700&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=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body{
  font-family: "Plus Jakarta Sans", serif;
}
a{
  text-decoration: none;
}
.navlogo img{
  filter: brightness(0)invert(1);
  transition: all .3s;
}
.navlogonew img{
  filter: initial;
}
.navb {
    width: 100%;
    z-index: 99;
    padding: 5px 0;
    transition: all .3s;
    z-index: 9999999;
}
.navbnew {
  background-color: #fff;
  box-shadow: black 0px 5px 15px -14px;
}


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

.custom-btn__icon {
    position: relative;
    width: 48px;
    height: 48px;
    filter: brightness(0) invert(1);
}
.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: 99999 !important;
}
.bannerswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.bannerswiper .swiper-slide{
  position: relative;
}
.bannerswiper .swiper-slide::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgb(0 0 0 / 54%) -38%, #00000000), linear-gradient(181deg, rgb(0 0 0 / 67%) -82%, #00000000);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
  left: 0;
}
.aaaaaa img{
  filter: brightness(0)invert(1);
  transition: all .3s;
}
.aaaaaanew img{
  filter: brightness(0);
}
.ull li a {
  color: #ffffff;
  letter-spacing: 0.55px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
}
.ullnew li a{
  color: #000;
}
.ull {
  gap: 20px;
}
.hd h2{
  font-size: 32px;
  letter-spacing: 0.55px;
}
.hd p{
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 26px;
}
.left-navdata p {
  font-weight: 300;
  font-size: 17px;
  color: #000 !important;
}
.left-navdata img{
  filter: brightness(0);
}

.ddtxt h2 {
    margin: 0;
    font-size: 50px;
    letter-spacing: 0.55px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 2rem;
    position: relative;
    line-height: 65px;
}
.ddtxt h2::after {
    position: absolute;
    content: "";
    border-bottom: 3px solid #d48d00;
    background-size: contain;
    height: 6px;
    width: 50%;
    bottom: 7%;
    left: 0;
}
.ddtxt {
    position: absolute;
    top: 34%;
    left: 10%;
    z-index: 999999;
}
.dropp a {
    padding: 0;
    display: flex;
    padding: 15px !important;
}


/*---custom-btn ----*/
.custom-btn { position: relative;overflow: hidden;cursor: pointer;color: inherit;display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row;flex-direction: row;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.custom-btn > * { pointer-events: none;}
.custom-btn[type="button"] {
  padding: 0;
  font-size: 1rem;
  background-color: transparent;
  border: none;
  gap: 15px;
}
.custom-btn.-icon-left .custom-btn__icon {-webkit-box-ordinal-group: 0;-ms-flex-order: -1;order: -1;}
.custom-btn__label { display: inline-block; text-transform: uppercase; color: #ffffff; letter-spacing: 1px; font-size: 18px;
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);-o-transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
 -webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}
 .custom-btn:hover .custom-btn__label {
  -webkit-transform: translateX(1em);
  -ms-transform: translateX(1em);
  transform: translateX(0.5em);
}
.custom-btn.-icon-left:hover .custom-btn__label { -webkit-transform: translateX(-1em); -ms-transform: translateX(-1em);
 transform: translateX(-1em);}
 .custom-btn__icon {
  position: relative;
  width: 48px;
  height: 48px;
  filter: brightness(0) invert(1);
}
.custom-btn__icon-small {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 29%;
  filter: brightness(0);
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.custom-btn__icon-small img{
  height: 100%;
    width: 100%;
}
.custom-btn:hover .custom-btn__icon-small{
  left: 50%;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 1;
}
.custom-btn__icon-small svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.custom-btn__icon-small svg path,
.custom-btn__icon-small svg polygon { fill: #585858;}
.custom-btn__icon-circle {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.custom-btn__icon-circle svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: brightness(0);
}
.custom-btn__icon-circle svg path { stroke:#585858; fill: none;}
.custom-btn__icon-circle .bottomcircle {
  opacity: 1;
}
.custom-btn__icon-circle .topcircle {stroke-width: 2;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.23, 1, 0.32, 1);
-o-transition: stroke-dashoffset 1s cubic-bezier(0.23, 1, 0.32, 1);transition: stroke-dashoffset 1s cubic-bezier(0.23, 1, 0.32, 1);stroke-dasharray: 222;stroke-dashoffset: 222;-webkit-animation: dashOut 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
animation: dashOut 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;}
.custom-btn:hover .topcircle {-webkit-animation: dashIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;animation: dashIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;}

@-webkit-keyframes dashIn {
  from {
    stroke-dashoffset: 222;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dashIn {
  from {
    stroke-dashoffset: 222;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashOut {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -222;
  }
}

@keyframes dashOut {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -222;
  }
}
.custom-btn{
  text-decoration: none;
}

.bannerswiper .swiper-button-next:after,.bannerswiper .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 24px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #fff;
}
.bannerswiper .swiper-button-next:before,.bannerswiper .swiper-button-prev:before{
  position: absolute;
  content: "";
  border: 1px solid #fff;
  background-size: contain;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.bannerswiper .swiper-button-next, .bannerswiper .swiper-rtl .swiper-button-prev {
  right: 6%;
  left: auto;
}
.bannerswiper .swiper-button-prev, .bannerswiper .swiper-rtl .swiper-button-next {
  left: 87%;
  right: auto;
}
.bannerswiper  .swiper-button-next, .bannerswiper .swiper-button-prev {
  position: absolute;
  top: 90%;
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}


.hd-txt {
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
  width: 80%;
}
.hd-txt h2 {
  font-size: 28px;
  font-family: "Marcellus", serif;
  line-height: 49px;
  width: 61%;
  margin: auto;
  display: none;
}

.ivv{
  margin-top: 7rem;
}

.hd-txt p {
    font-size: 123px;
    font-weight: 900;
    color: #fff;
    background: none;
    color: #8080808a;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: unset;
}

.bannerswiper .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
  display: inline-block;
  border-radius: 0;
  position: relative;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
}
.bannerswiper .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    border: 1px solid #d48d00;
    background-size: contain;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.bannerswiper .swiper-horizontal>.bannerswiper .swiper-pagination-bullets, .bannerswiper .swiper-pagination-bullets.swiper-pagination-horizontal, .bannerswiper .swiper-pagination-custom, .bannerswiper .swiper-pagination-fraction {
    bottom: 9%;
    left: 10%;
    width: fit-content;
    gap: 1rem;
    display: flex;
}
.bannerswiper .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #d48d00;
}



.hd h2 {
  font-size: 37px;
  font-weight: 600;
  line-height: calc(1.275);
  margin: 20px 0px 0px;
}
.left-about span{
  font-size: 18px;
  letter-spacing: 0.55px;
  color: #000000;
}

.para p{
  font-weight: 400;
  font-size: 18px;
    line-height: calc(1.66667);
}


.abgrid_list{
  position:relative;
  overflow: hidden;
}
.abgrid_list::after {
    position: absolute;
    content: "";
    background-color: #d48d00;
    background-size: contain;
    height: 38%;
    left: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    clip-path: polygon(0 11%, 100% 30%, 100% 100%, 0% 100%);
}
.abgrid_list::before {
    position: absolute;
    content: "";
    background-color: #d48d00d6;
    background-size: contain;
    height: 38%;
    left: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    clip-path: polygon(0 0%, 100% 35%, 100% 100%, 0% 100%);
    transition: all .3s;
}
.abgrid_list:hover::before {
  height: 40% !important;
}
.tx{
  position: absolute;
  bottom: 15%;
  left: 10%;
  z-index: 99;
  transition: all .3s;
}
.abgrid_list:hover .tx{
  bottom: 15%;
}
/* .abgrid_list:hover .ss{
  bottom: 5%;
  opacity: 1;
} */
.tx h5 {
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.55px;
}
.ss {
  z-index: 99;
  bottom: 4%;
  left: 10%;
  transition: all .3s;
  opacity: 1;
}
.ss .custom-btn__label {
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 15px;
}
.topcircle1{
  animation-delay: .4s !important;
}
.abgrid_list:hover .topcircle1 {
  animation: dashIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.ss .custom-btn__icon {
  position: relative;
  width: 39px;
  height: 48px;
}
.ss .custom-btn__icon-small {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 47%;
  left: 29%;
  filter: brightness(0) invert(1);
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.ss .custom-btn__icon-circle svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}


.col-lg-4:nth-child(2) .abgrid_list::after {
    position: absolute;
    content: "";
    background-color: #795000db;
    background-size: contain;
    height: 38%;
    left: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    clip-path: polygon(0 11%, 100% 30%, 100% 100%, 0% 100%);
}
.col-lg-4:nth-child(2) .abgrid_list::before {
    position: absolute;
    content: "";
    background-color: #916100ba;
    background-size: contain;
    height: 38%;
    left: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    clip-path: polygon(0 0%, 100% 35%, 100% 100%, 0% 100%);
    transition: all .3s;
}



.what {
  padding: 9rem 0;
  background-color: #000000b8;
  position: relative;
}
.what::before{
  position: absolute;
  content: "";
  background-image: url(../images/60923954838.png);
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.aaq{
  gap: 26px;
}
.col-dataa p {
  color: #fff;
  letter-spacing: 0.55px;
  font-size: 18px;
  transition: all .3s;
}

.color p{
 transform: scale(1.08);
 color: #d48d00;
}
.col-dataa p{
  position: relative;
}
.col-dataa p::after{
  position: absolute;
  content: "";
  background-color: #d48d00;
  background-size: contain;
  height: 1px;
  width: 0%;
  bottom: -2%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}
.color p::after{
  width: 100%;
}



.ds-highlight-default.default-full-height .ds-highlight__wrapper-default {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.ds-highlight-default.default-full-height .ds-highlight__wrapper-default {
  display: flex
;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.ds-highlight-default .align-center {
  text-align: center !important;
}


.liii_txt {
  top: 74%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 95%;
  color: #fff;
}
.liii_txt h4{
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 38px;
}
.liii1{
  position: relative;
}
.liii1::after {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, #000, transparent);
  background-size: contain;
  height: 40%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.liii_txt h2{
  font-size: 24px;
  letter-spacing: 0.55px;
  line-height: 28px;
}
.liii_txt p{
  font-weight: 400;
  font-size: 18px;
  line-height: calc(1.66667);
}

.fgh{
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.industryswiper .swiper-button-next:after, .industryswiper .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 22px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #d48d00;
}

.industryswiper .swiper-button-next:before, .industryswiper .swiper-button-prev:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  background-size: contain;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.industryswiper .swiper-button-next, .industryswiper .swiper-rtl .swiper-button-prev {
  right: 21px;
  left: auto;
}
.industryswiper .swiper-button-prev, .industryswiper .swiper-rtl .swiper-button-next {
  left: 21px;
  right: auto;
}


.aboutttt {
  /*background: linear-gradient(89deg, rgba(8, 0, 0, 0.216) 50%, rgba(201, 0, 11, 0.882));*/
  padding: 9rem 0;
  position: relative;
}
.aboutttt::after{
  position: absolute;
  content: "";
  background-image: url(../images/bg.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
}


.figerlist span {
  font-size: 18px;
  letter-spacing: 0.55px;
  font-weight: 700;
}

.figerlist h2 {
  font-size: 30px;
  letter-spacing: 0.55px;
  margin-top: 10px;
  font-weight: 300;
}

.figerlist {
  position: relative;
  padding-left: 23px;
}
.figerlist::after {
  position: absolute;
  content: "";
  background-color: #fff;
  background-size: contain;
  height: 100%;
  width: 2px;
  left: 0%;
  top: 0;
}


.social_impact_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.social_item_img img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.social_item {
  transition: .5s ease;
  position: relative;
  min-height: 350px;
  flex: 1 1 0%;
  cursor: pointer;
  overflow: hidden;
}
.social_item {
  flex: initial;
  transition: all 1s;
  border-radius: 15px;
  overflow: hidden;
      flex: 0 0 33%;
}
.hovered{
  flex: 0 0 55%;
  overflow:hidden;
}
.llll:hover ~ .social_item{
  flex: 0 0 55%;
}
.social_item {
  height: 100%;
  overflow: hidden;
}

.overlay_content {
  position: absolute;
  bottom: 35%;
  left: 3%;
  width: 95%;
  transition: all .3s;
  z-index: 99;
}

.voo {
  position: absolute;
  bottom: 20%;
  left: 3%;
  z-index: 9;
  color: #fff;
}
.overlay_content h3{
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.55px;
  margin-bottom: 1rem;
}
.overlay_content p {
  font-size: 17;
  color: #fff;
  letter-spacing: 0.55px;
  line-height: 27px;
  font-weight: 300;
  margin-bottom: -7%;
}
.fghhhh {
  bottom: 10%;
  left: 1%;
}

.social_item_img{
  position: relative;
}
.social_item_img::after{
  position: absolute;
  content: "";
  background: linear-gradient(360deg,rgba(0, 0, 0, 0.733),transparent);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 15px;
}

.first_im img {
  height: 130px;
  width: 100%;
  border-radius: 10px;
}

.test-img {
    top: 22%;
    left: 0%;
    width: 35%;
}
.test-img h2 {
    font-size: 26px;
    color: #d48d00 !important;
    font-weight: 900;
    line-height: 37px;
}
.left-test img {
  width: 160px;
}
.righttest h2{
  background: linear-gradient(270deg, #e11d25, #da1c26 50.07%, #000000 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 61px;
}

.testswiper .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
  display: inline-block;
  border-radius: 0;
  position: relative;
  border-radius: 50%;
}
.testswiper .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    border: 1px solid #d48d00;
    background-size: contain;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.testswiper .swiper-horizontal>.testswiper .swiper-pagination-bullets, .testswiper .swiper-pagination-bullets.swiper-pagination-horizontal, .testswiper .swiper-pagination-custom, .testswiper .swiper-pagination-fraction {
  bottom: 4%;
  left: 50%;
  width: fit-content;
  gap: 1rem;
  display: flex;
}
.testswiper .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #d48d00;
}

.testswiper .swiper-wrapper{
  padding-bottom: 3rem;
}


.social-menu {
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social-menu li {
  margin: 0 8px;
}
.social-menu li a {
  background: #e11c24;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.social-menu li img {
  transition: all 0.3s ease-in-out;
  width: 18px;
  height: 18px;
}
.social-menu li a:hover {
  background: #053c8f;
  transform: scale(1.1);
}
.inner-footer{
  padding: 1rem 0;
}
footer {
    padding: 4rem 0 2rem;
}

.llo img {
  width: 250px;
  filter: brightness(0) invert(1);
}
.footer-hd h2 {
  font-size: 24px;
  letter-spacing: 0.55px;
  font-weight: 600;
  color: #fff;
}
.link ul li a{
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.55px;
  transition:all .3s;
}
.link ul li a:hover {
    color: #d48d00;
    letter-spacing: 1px;
}
.link ul li{
  padding: 5px 0;
}
footer {
  background-image: url(../images/hdd1.jpg);
  background-size: cover;
}
.elementor-grid22 {
  display: grid;
  gap: 9px;
  position: absolute;
  top: 27%;
  left: 0;
}
.elementor-icon img{
  width: 15px;
}
.ASDDAS {
  color: #fff;
  position: absolute;
  top: 0%;
  left: 0;
  width: fit-content;
  height: fit-content;
  display: flex;
}
.elementor-widget-container h2{
  padding: 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.55px;
}
.fdg{
  padding-left: 5rem;
}
.footer-bot h6 {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
}
.page-header{
  position: relative;
}
.page-header::after {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, rgb(0 0 0 / 37%), #000000a9);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.ddtxt{
  overflow: hidden;
}
.ddtxt h2{
  transform: translateY(-100%);
  transition: all 1s;
  transition-delay: 1s;
}
.swiper-slide-active .ddtxt h2{
  transform: translateY(0);
}
.ddtxt h2::after{
  transition: all 1s;
  transition-delay: 2s;
  width: 0;
}
.ddtxt p{
    font-size: 18px !important;
    letter-spacing: 0.55px;
    width:80%;
}
.swiper-slide-active .ddtxt h2::after {
    transition: all 1s;
    transition-delay: 2s;
    width: 29%;
}
.overlay_content1 {
  bottom: 23%;
  left: 3%;
  width: 90%;
  color: #fff;
  z-index: 9999;
  height: fit-content;
  overflow: hidden;
}
.ppp {
  bottom: 16%;
  left: 3%;
  z-index: 9999;
  color: #fff;
  width: 90%;
  opacity: 0;
  transition: all .5s;
  line-break: unset;
  word-break: keep-all;
  
}
.hovered .ppp{
  bottom: 20%;
  opacity: 1;
  width: 90%;
}
.grjhiu{
  overflow: hidden;
}
.llll {
  bottom: 8%;
  left: 3%;
  z-index: 9999;
  opacity: 1;
  transition: all .3s;
  width: 100%;
}
.hovered .llll{
  bottom: 35%;
}
.fghhhh1{
  opacity: 0;
  transition: all .3s;
  transition-delay: 1s;
}
.hovered .fghhhh1{
  opacity: 1;
}
.parattt {
  position: absolute;
  width: 94%;
  transform: translateY(600px);
}
.hovered{
    position:relative;
}
.hovered .parattt {
  transform: translateY(0);
  transition: all .3s;
  transition-delay: .5s;
}
.hovered:hover .parattt{
  transform: translateY(0px);
}
.headtt h5{
  font-size: 23px;
  letter-spacing: 0.55px;
  margin-bottom: 0.5rem !important;
}
.asse_list p {
  padding-left: 5rem;
  padding: 1rem 0 1rem 3rem;
}
.asse_list{
  position: relative;
}
.asse_list::after {
  position: absolute;
  content: "";
  background-color: #9393932e;
  background-size: contain;
  height: 122%;
  width: 70px;
  top: -13%;
  left: -4%;
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  z-index: -1;
}
.asse_list h5 {
  font-size: 25px;
  letter-spacing: 0.55px;
  color: #000000;
  padding-left: 10px;
}
.frm-l input, .frm-l textarea {
  height: 40px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  padding-left: 10px;
  font-size: 15px;
  letter-spacing: 0.55px;
  background-color: transparent;
  color: #000000;
}
.frm-l input:focus,.frm-l textarea:focus{
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.bt-frm {
  padding: 3rem 2rem;
  background-color: #ffffffe3;
  backdrop-filter: blur(10px);
  border-radius: 10px;
}
.alt a {
  font-size: 21px;
  letter-spacing: 0.55px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 22px;
}
.left-ttl h2 {
    font-size: 32px;
    letter-spacing: 0.55px;
    width: 60%;
    line-height: 49px;
    font-weight: 700;
    color: #fff;
}
.actttt {
    color: #d48d00 !important;
}
.left-ttl p {
  font-size: 18px;
  letter-spacing: 0.55px;
  line-height: 31px;
  color: #fff;
}
.fdgdfgdfgdgf {
  padding: 11rem 0 5rem;
  background: linear-gradient(360deg, #000000d1, #5555558c);
  position: relative;
}
.fdgdfgdfgdgf::after {
  position: absolute;
  content: "";
  background-image: url(../images/bread.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
}
.frm-l input::placeholder, .frm-l textarea::placeholder {
  color: rgb(0, 0, 0);
  opacity: 1; /* Firefox */
}

.frm-l input::-ms-input-placeholder,.frm-l textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: rgb(0, 0, 0);
}
.form-wrap input::placeholder, .form-wrap textarea::placeholder {
  color: rgb(0, 0, 0);
  opacity: 1; /* Firefox */
}

.form-wrap input::-ms-input-placeholder,.form-wrap textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: rgb(0, 0, 0);
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .3rem;
}
.ov-imgs {
  bottom: -16%;
  right: -20%;
}
.ov-imgs img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border: 8px solid #e31e24;
}
.right-no h1 {
    font-size: 39px;
    color: #d48d00;
    margin-bottom: 0;
}
.righ-dt {
  writing-mode: vertical-lr;
}
.righ-dt p {
  font-size: 17px;
  font-weight: 400;
  font-family: sans-serif;
  color: #000000;
}
.abx-main-hd h1, .abx-main-hd p, .abx-sub-hd p, .hhd h5, .hhd p, .nm label, .righ-dt p, .scd p {
  letter-spacing: .55px;
}
.righ-dt p {
  font-size: 17px;
  font-weight: 400;
  font-family: sans-serif;
  color: #000000;
}
.abx-main-hd h1, .abx-main-hd p, .abx-sub-hd p, .hhd h5, .hhd p, .nm label, .righ-dt p, .scd p {
  letter-spacing: .55px;
}
.abx-sub-hd img {
  width: 26px;
}
.abx-sub-hd p {
    font-size: 19px;
    color: #d48d00;
    font-weight: 700;
}
.abx-main-hd h1 {
  font-size: 32px;
  color: #000000;
  font-size: 37px;
  font-weight: 600;
  line-height: calc(1.275);
  margin: 20px 0px 0px;
}
.scd {
  padding: 10px 20px;
  box-shadow: #00000047 0 0 0 1px;
}
.scd img {
  width: 20px;
  height: 20px;
}
.scd p {
  font-family: sans-serif;
  font-size: 15px;
}
.ab-im img{
  clip-path: polygon(20% 0%, 100% 0, 100% 30%, 100% 70%, 100% 100%, 30% 100%, 0 100%, 0% 20%);
}
.vcx{
  padding: 4rem 0;
  background-color: lightgray;
}
.gl11 img{
  height: 300px;
  object-fit:cover;
  border-radius: 10px;
}
.gl11{
  position: relative;
  overflow: hidden;
}
.gl11::after {
  position: absolute;
  content: "";
  background-color: #0000006b;
  background-size: contain;
  height: 100%;
  width: 0%;
  z-index: 9;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  transition: all .3s;
  border-radius: 10px 0 0 10px;
}
.gl11::before {
  position: absolute;
  content: "";
  background-color: #0000003d;
  background-size: contain;
  height: 100%;
  width: 0%;
  z-index: 10;
  top: 0;
  left: 0;
  backdrop-filter: blur(0px);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  transition: all .3s;
  border-radius: 10px 0 0 10px;
}
.gl11:hover::after{
  width: 50%;
}
.gl11:hover::before{
  width: 54%;
  clip-path: polygon(0 0, 100% 0, 54% 100%, 0% 101%);
}
.gl-btn{
  position: absolute;
  top: 0%;
  left: 5%;
  z-index: 999;
  color: #fff;
  transition-delay: 5s;
  transition: all .3s;
  opacity: 0;
}
.gl-btn p {
  color: #ffffff;
  font-size: 19px;
  letter-spacing: 0.55px;
}
.gl11:hover .gl-btn{
  top: 50%;
  opacity: 1;
}
.dq{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  color: #fff;
  transition: all .3s;
}
.dq::after {
  position: absolute;
  content: "";
  background-color: #00000075;
  background-size: contain;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 26%, 100% 0, 100% 100%, 0% 100%);
  border-radius: 0 0 10px 10px;
  backdrop-filter: blur(6px);
}
.gl11:hover ~ .dq{
  bottom: -100%;
}
.dq p{
  font-size: 17px;
  letter-spacing: 0.55px;
}
.mm{
  overflow: hidden;
}
.news_data {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 29px 10px 29px 29px;
    width: 80%;
    height: fit-content;
    background-color: #1f4b0091 !important;
    border-radius: 0 18px 0 18px;
}
.news_data h2 {
    font-size: 21px;
    letter-spacing: 0.55px;
    line-height: 32px;
    margin-top: 9px;
    margin-bottom: 1rem;
    color: #fff;
}
.news_data span{
  font-size: 16px;
    color: #fff;
}
.news_data p{
  font-weight: 400;
  font-size: 18px;
  line-height: calc(1.66667);
  color: #fff;
  display: none;
}
.news_img img{
  border-radius: 15px;
}
.right-navdata .ull li a {
  font-size: 16px;
  font-weight: 300;
}
.innerwhat h2 {
  font-size: 37px;
  margin-bottom: 1rem !important;
  width: 50%;
  line-height: 58px;
}
.sdqq p {
  color: #ffffffa8 !important;
}
.sd .col{
  flex: 0 0 20%;
  padding: 0;
}
.client_img img{
  width: 75%;
  margin: auto;
}
.client_img{
  text-align: center;
  padding: 1rem;
  position: relative;
}
.client_img::after{
  position: absolute;
  content: "";
  background-color: lightgray;
  background-size: contain;
  height: 100%;
  width: 1px;
  right: 0;
  z-index: 1;
}
.client_img::before {
  position: absolute;
  content: "";
  background-color: lightgray;
  bottom: -14%;
  left: 0;
  background-size: contain;
  height: 1px;
  width: 100%;
  z-index: 9;
}
.sd .col:nth-child(5n) .client_img::after{
  background-color: transparent !important;
}
.careerli{
  height: 90vh;
  width: 100%;
  background-image: url(../images/aaaa.jpg);
  position: relative;
}
.careerli::after {
  position: absolute;
  content: "";
  background-color: #000000b5;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.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;
}
.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 {
  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 img {
  width: 23px;
}
.ws p {
  font-size: 19px !important;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 700 !important;
  line-height: 23px;
  transition: all .3s;
}
.job-block p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.job-block p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
    letter-spacing: 0.55px;
    color: #000000c2;
    font-weight: 400;
    line-height: 25px;
}
.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;
}
.alt a {
    padding: 10px 20px;
    border: 1px solid #000;
    transition: all .3s;
    color: #000;
    font-size: 17px;
}
.alt a:hover {
  background-color: #000;
  color: #fff;
}
.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;
}
.alt11 a{
  border-color: #000000;
  color: #000000;
  transition: all .3s;
}
.alt11 a:hover{
  background-color: #000000 !important;
  color: #ffffff;
}
.alt1111 a{
  border-color: #000000;
  color: #fff;
   background-color: #000000 !important;
  transition: all .3s;
}
.alt1111 a:hover{
  border-color: #000000;
  background-color: #fff !important;
  color: #000;
}
.subabout {
    padding: 4rem 0;
    background-color: #d48d00;
}
.logoim {
    width: 100px;
    margin: auto;
    height: 100px;
    background-color: #e79a00;
    border-radius: 50%;
    position: relative;
    transform: scale(1.5);
    opacity: 0;
}
.logoim img{
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  filter: brightness(0)invert(1);
}
.historyhd h2{
  font-size: 60px;
  letter-spacing: 1px;
  color: #fff;
}
.historyhd{
  position: relative;
  margin-bottom: 110px;
}
.historyhd::after{
  position: absolute;
  content: "";
  border-right: 3px dashed #fff;
  background-size: contain;
  height: 100px;
  width: 3px;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
}
.historyhd1{
  text-align: center;
  position: relative;
  margin-bottom: 110px;
}
.historyhd2{
  position: relative;
}
.historyhd2::after{
  position: absolute;
  content: "";
  border-right: 2px dashed #fff;
  background-size: contain;
  height: 80%;
  width: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.historyhd1 h2 {
  font-size: 70px;
  font-weight: 500;
  color: #fff;
}
.historyhd1 h2 span{
  font-size: 120px;
  font-weight: 900;
}
.historyhd2 h3 {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.55px;
  line-height: 47px;
  padding-top: 3rem;
  text-transform: uppercase;
}
.left-aa{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.left-aa::after {
  position: absolute;
  content: "";
  border: 2px solid #ffffff6b;
  background-size: contain;
  height: 90%;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  border-radius: 10px;
}
.mis {
    border-radius: 0 10px 10px 0;
    background: linear-gradient(90deg, #d48d00, #ad7300);
}
.mis h2 {
  font-size: 30px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  padding: 1.5rem;
}
.serviceimg img {
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}
.servicedt h2{
  margin-top: 1rem;
  font-size: 25px;
  letter-spacing: 0.55px;
}
 .servicedt{
  padding-right: 2rem;
 }
 .dropp {
  padding: 0;
  background-color: #fff;
  width: 300px;
  top: 156%;
  left: -104%;
  display: none;
  box-shadow: black 0px 0px 12px -7px;
}
.dsf:hover .dropp{
  display: block;
}
.dropp li {
  list-style-type: none;
}
.dropp li a{
    transition:all .3s;
}
.dropp li a:hover {
    background-color: #d48d00;
    color: #fff !important;
}
.sdaaa{
  filter: brightness(0)invert(1);
  transition: all .3s;
}
.sdaaanew{
  filter: brightness(0);
}
.dsf:hover img{
  transform: rotate(180deg);
}
.dsf a{
  padding-bottom: 1.5rem;
}
.pp p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.popup {
  height: 100vh;
  width: 100%;
  background-color: #0000009c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  backdrop-filter: blur(9px);
}
.innerpopup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 999999;
  transform: translate(-50%, -50%);
  z-index: 99999999999999999999;
  background-color: #fff;
}
.vvv{
  object-fit: cover;
}
.rightdata{
  padding: 16px;
}
.innerwoqk img{
    object-fit:cover;
}
.cvvd{
  top: 10%;
  right: 10%;
  z-index: 9999;
}
.cvvd img{
  width: 35px;
  cursor: pointer;
}
.tab-l a {
  padding: 10px 22px;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  display: flex;
  background-color: #fff;
}
.lef-bc {
  padding: 1rem;
  background-color: #8080803d;
  border-radius: 20px;
}
.tab-l .active {
  background-color: #e31e24;
  color: #fff;
}
.xvt{
  position: sticky;
  top: 7rem;
}
.bld{
  padding: 15px 25px;
  text-align: center;
}
.bld p {
  font-size: 20px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 500;
  margin-top: 1rem !important;
}
.lllr{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.rg img{
  height: 107px;
  width: 107px;
}
.lllr img{
  width: 45px;
    height: 45px;
}
.right-no{
  padding-top: 95%;
}
.df .col {
    flex: 0 0 20%;
}
.curimg img {
  border-radius: 150px;
}
.curimmm{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nu h2{
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 1px;
  color: lightgray;
}
.col:nth-child(even) .nu h2{
  margin-top: 1rem;
}
.col:nth-child(odd) .nu h2{
  margin-bottom: 1rem;
}
.col{
  position: relative;
}
.col:nth-child(odd)::after {
    position: absolute;
    content: "";
    border-right: 2px dashed #e7e7e7;
    background-size: contain;
    height: 11%;
    width: 2px;
    top: 44%;
    right: 0%;
    transform: rotate(121deg);
}
.col:nth-child(even)::after {
  position: absolute;
  content: "";
  border-right: 2px dashed #e7e7e7;
  background-size: contain;
  height: 11%;
  width: 2px;
  top: 44%;
  left: 100%;
  transform: rotate(56deg);
}
.col:nth-child(5n)::after{
  border-right: 2px dashed rgba(128, 128, 128, 0);
}
.curlist {
  border: 2px dashed #e7e7e7;
  border-radius: 150px;
  padding: 26px;
  height: 100%;
}
/* 30-1-2024 start------------------------------------- */
.inner-clients .col::after{
  border: none;
}
/* 30-1-2024 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;
    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;
}
.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;
}
#whatsapp-chat {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 400px;
    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: 105px;*/
    /*}*/
        #whatsapp-chat {
        max-width: 96%;
        width: 100%;
        bottom: 75px;
        left: 50%;
        right: initial;
        transform: translateX(-50%);
    }
}
#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%;
}
.inner_en{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80%;
}
.en{
    position:fixed;
    height:100vh;
    width:100%;
    top:0;
    left:0;
    background-image:url(../images/fg.jpg);
    background-repeat:no-repeat;
    position:relative;
    z-index:1;
}
.en::after{
    position:absolute;
    content:"";
    background:linear-gradient(90deg,black,transparent);
    background-size:contain;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:-1;
}
.rightkjsfg {
    padding: 2rem;
    box-shadow: black 0px 5px 25px -5px;
    border-radius: 10px;
    background-color: #ffffff;
    backdrop-filter: blur(27px);
}

.leftenquiry h2 {
    font-size: 34px;
    letter-spacing: 0.55px;
    margin-bottom: 1rem;
    width: 80%;
    line-height: 44px;
    color: #fff;
}
.qqwww input, .qqwww textarea, .qqwww select {
    /* border: none; */
    border: 1px solid #0000003b;
    border-radius: 0;
    font-size: 15px;
    width: 100%;
    padding-left: 15px;
}
.qqwww input:focus,.qqwww textarea:focus,.qqwww select:focus{
   border: 1px solid #0000003b;
    box-shadow:none;
    outline:none;
}
.qqwww input, .qqwww select {
    height: 47px;
}
.ccvvvv textarea{
    height:80px;
}
.clocc {
    top: 3%;
    right: 2%;
    z-index: 9;
}
.clocc a{
    display: flex;
    animation: center;
    gap: 10px;
    color:#000;
}
.clocc11 a{
    display: flex;
    animation: center;
    gap: 10px;
    color:red;
}

.macdt{
    margin-top:7rem;
}
.fixbtn a{
    padding:10px 20px;
    color:#fff;
    background-color:red;
    text-decoration:none;
}
.fixbtn{
    position:fixed;
    top:50%;
    left:50%;
    z-index:999;
}

.para ul li{
    padding-bottom:10px;
}
.para ul{
        padding-left: 20px;
}
.swiper-slide .ddtxt .para{
    transform: translateX(48%);
    opacity: 0;
    transition:all 1s;
}
.swiper-slide-active .ddtxt .para{
    transform: translateX(0%);
    opacity: 1;
}
.first_im21 img{
    height:200px;
    object-fit:cover;
}
.mbmbmb {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #0000009c;
    z-index: 99999999;
    backdrop-filter: blur(4px);
}
.lpp {
    padding: 4rem 0;
    background-color: #000000e8;
}
.lpp5 {
    padding: 4rem 0;
    background-color: #000000d4;
}
.lllr img{
    filter:brightness(0)invert(1);
}
.bld p{
    color:white;
}

.lpp{
    position:relative;
}
.lpp::after{
    position:absolute;
    content:"";
    background-image:url(../images/bld.png);
    background-size:cover;
    height:100%;
    width:100%;
    left:0;
    top:0;
    z-index:-1;
}
.lpp5::after{
    position:absolute;
    content:"";
    background-image:url(../images/bld12.jpg);
    background-size:cover;
    height:100%;
    width:100%;
    left:0;
    top:0;
    z-index:-1;
}
.fixxjefj{
    position:fixed;
    width:100%;
    bottom:0;
    left:0;
    z-index:9999999;
}
.enqbt a{
    padding:12px 20px;
    display:flex;
    width:100%;
    justify-content:center;
    background-color:red;
    color:#fff;
    font-size:18px;
}
.enqbt1 a {
    background-color: #808080;
}

.inneralldata h4 {
    padding: 10px;
    background: linear-gradient(90deg, #e31e242e, transparent);
    border-radius: 10px 0 0 10px;
    padding-left: 15px;
}
.alldata p{
        font-weight: 400;
    font-size: 18px;
    line-height: calc(1.66667);
}
.newslist{
    position:relative;
}
.newslist::after {
    position: absolute;
    content: "";
    background: linear-gradient(360deg, black, transparent);
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
}
.newsdt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 99;
    text-align: center;
    width: 100%;
    transition:all .3s;
}
.v1 p{
    text-align:left;
}
.newslist:hover .newsdt {
    bottom: 50%;
    transform: translateY(50%);
}
.newsdt h3{
    letter-spacing:0.55px;
    color:#fff;
    font-size:22px;
    text-align:center;
}

.newslist {
    cursor: pointer;
    border-radius: 9px;
    overflow: hidden;
}
.v1 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    box-shadow: black 0px 0px 9px -5px;
    border-radius: 10px;
}
.v1 img{
        width: 40px;
}
.v1 {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #fff0f0;
}


.formsd{
    padding: 1rem 1.5rem;
}
.formsd label{
    font-size: 15px;
    letter-spacing: 0.55px;
    color: gray;
}
.formsd input{
    height:40px;
    border:1px solid lightgray;
    outline:none;
    box-shadow:none;
}
.sendbtnnn a {
    padding: 10px 39px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #31a55c;
    color: #fff;
    letter-spacing: 0.55px;
    width: fit-content;
    margin: auto;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
}
.sendbtnnn a img {
    filter: brightness(0) invert(1);
    width: 18px;
}
.sendbtnnn {
    padding: 1rem;
    border-top: 1px solid lightgray;
}


.elementor-social-icons-wrapper span:nth-child(6){
    display:none;
}




















/*------------------------------------------------- Landing page CSS Start  ------------------------------------------------------*/

.landingaaaa {
    border: 1px solid #d48d00;
    border-radius: 30px;
    align-items: center;
    padding: 3px 20px 3px 3px;
    color: #ffffff;
    background-color: #d48d00;
    transition: all .3s;
    width: fit-content;
}
.landingaaaa img {
    filter: brightness(0) invert(1);
    width: 40px;
    height: 40px !important;
    transition: all .3s;
}
.landingaaaa:hover{
    color: #d48d00;
    background-color: #fff;
}
.landingaaaa:hover img{
    filter: initial;
}

.landingaaaa1 {
    border: 1px solid #d48d00;
    border-radius: 30px;
    align-items: center;
    padding: 3px 20px 3px 3px;
    color: #d48d00;
    background-color: #fff;
    transition:all .3s;
}
.landingaaaa1 img {
    filter: initial;
    width: 40px;
    transition:all .3s;
}
.landingaaaa1:hover{
    color: #fff;
    background-color: #d48d00;
}
.landingaaaa1:hover img{
    filter: brightness(0) invert(1);
}
.innerlandingbanner img{
    height: 100vh;
    object-fit: cover;
}

.innerlandingbanner{
    position:relative;
}
.innerlandingbanner::after {
    position: absolute;
    content: "";
    background-color: #0000005c;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.bannerdate {
    top: 55%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 9;
    width: 100%;
    padding:0 5% 0 10%;
}
.bannerdate h2 {
    font-size: 44px;
    letter-spacing: 0.55px;
    line-height: 68px;
    margin-bottom: 1rem;
}
.bannerdate p {
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 30px;
}
.bannerfig {
    background-color: #235124a3;
    padding: 2rem;
    border-radius: 20px;
}
.figlist{
    padding: 2rem;
    background-color: #3d8b3f7d;
    border-radius: 15px;
}
.figlist h4 {
    font-size: 30px;
    font-weight: 900;
}
.whatdata {
    padding: 3rem 2rem;
    background-color: white;
    border-radius: 10px;
    box-shadow: black 0px 0px 13px -10px;
}
.whatdata h4{
    color: #2f7000;
    font-weight: 600;
    margin-bottom:15px;
}
.whatwedo {
    padding: 7rem 0;
    background: linear-gradient(to top, #faf1df75, transparent);
}

.enqw {
    padding: 7rem 0;
    background-color: #2f700029;
    position: relative;
    z-index: 1;
}
.enqw::after {
    position: absolute;
    content: "";
    background-image: url(../images/sdsd.jpg);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}

.ftrr {
    height: 400px;
    padding-top: 290px;
}

.cta-one__inner {
    position: relative;
    display: block;
    background-color: #d48d00;
    border-radius: 20px;
    padding: 120px 90px 120px;
    overflow: hidden;
    z-index: 1;
    width: 75%;
    position: absolute;
    top: -44%;
    left: 50%;
    transform: translateX(-50%);
}
.cta-one__img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.cta-one__img img {
    width: auto;
}
.cta-one .section-title {
    margin-bottom: 23px;
}
.section-title {
    position: relative;
    display: block;
    margin-bottom: 58px;
    margin-top: -9px;
}
.section-title__title-box {
    position: relative;
    display: block;
}
.section-title__title {
    color: #fff;
    font-size: 35px;
    line-height: 48px;
    font-weight: 600;
    text-transform: capitalize !important;
    margin: 8px 0 0;
    letter-spacing: 0.55px;
}
.cta-one__btn-and-call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 44px;
}
.cta-one__btn-box {
    position: relative;
    display: block;
}
.cta-one__btn {
    color: var(--ebr-white);
    background-color: var(--ebr-base);
}
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 600;
    font-size: 14px;
    color: var(--ebr-black);
    background-color: var(--ebr-primary);
    padding: 15.5px 36px 15.5px;
    border-radius: 12px;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    font-family: var(--ebr-font-2);
    text-transform: uppercase;
    z-index: 1;
}
.cta-one__btn {
    color: var(--ebr-white);
    background-color: var(--ebr-base);
}
.cta-one__btn::before, .cta-one__btn::after {
    background-color: var(--ebr-black);
}
.thm-btn:before {
    content: "";
    background-color: var(--ebr-base);
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scalex(0);
    z-index: -1;
}
.cta-one__btn::before, .cta-one__btn::after {
    background-color: var(--ebr-black);
}
.cta-one__btn::before, .cta-one__btn::after {
    background-color: var(--ebr-black);
}
.thm-btn:after {
    content: "";
    background-color: var(--ebr-base);
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: right center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: right;
    transform-style: preserve-3d;
    transform: scalex(0);
    z-index: -1;
}

.ftrr {
    margin-top: 13rem !important;
    position: relative;
}

.landingaaaa1222{
    align-items: center;
    color: #000;
    gap: 10px !important;
    transition:all .3s;
}
.landingaaaa1222:hover{
    color:#d48d00;
}
.landingaaaa1222 img{
    transition:all .3s;
     filter:brightness(0);
}

.landingaaaa1222:hover img{
    filter:initial;
}
.alt45 a{
    background-color:#000;
    color:#fff;
}
.alt45 a:hover {
    background-color: #00000000;
    color: #000;
}
.rttttrewfds {
    margin-top: 7rem;
    
}
.innertrttt{
    padding: 3rem 2rem;
    background-color: #f4fbf9;
    border-radius: 15px;
}

.innertrtttlist span{
    font-size: 19px;
    letter-spacing: 0.55px;
}
.innertrtttlist {
    display: grid;
    justify-content: center;
    text-align: center;
    border-right: 1px solid lightgray;
    
    padding: 1rem;
}
.col-lg-3:nth-child(1) .innertrtttlist,.col-lg-3:nth-child(2) .innertrtttlist,.col-lg-3:nth-child(3) .innertrtttlist,.col-lg-3:nth-child(4) .innertrtttlist{
    border-bottom: 1px solid lightgray;
}
.col-lg-3:nth-child(4n) .innertrtttlist{
    border-right:none;
}
.innertrtttlist img{
    width:50px;
}

/*------------------------------------------------- Landing page CSS End  ------------------------------------------------------*/













.ivrr {
    filter: brightness(0) !important;
    width: 32px;
}
.ennnq a {
    padding: 6px 20px 6px 7px;
    background-color: #fff;
    color: #000 !important;
    border-radius: 30px;
    line-height: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #fff;
    font-size: 16px !important;
}

.ennnq a:hover{
     background-color: #000;
    color: #fff !important;
    border:1px solid #000;
}
.ennnq a:hover .ivrr{
    filter: brightness(0) invert(1) !important;
}
.ullnew .ennnq a {
    background-color: #000;
    color: #fff !important;
    border:1px solid #000;
}
.ullnew .ennnq a .ivrr {
    filter: brightness(0) invert(1) !important;
}


.ullnew .ennnq a:hover{
     background-color: #fff;
    color: #000 !important;
    border:1px solid #000;
}
.ullnew .ennnq a:hover .ivrr{
    filter: brightness(0) !important;
}

.rightnav hr{
    margin: 0.7rem 0;
}
