@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


*, :after, :before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}











body{
    font-family: "Inter", sans-serif !;
}
h1,h2{
    font-family: "DM Serif Display", serif !important;
}

/* navbar start-------------------------------------------------- */





a{
    text-decoration:none;
}

.ull li{
  list-style-type: none;
}
.ull li a {
  text-decoration: none;
  color: #000;
  padding: 1rem 0;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
}
.ull li {
  padding: 1rem 0;
}
.ull{
    display: flex;
    align-items: center;
    gap: 37px;
    justify-content: right;
}
.serbt {
    padding: 8px 20px !important;
    background-color: #248548;
    display: flex;
    align-items: center !important;
    gap: 10px;
    color: #fff !important;
    border-radius: 5px;
}
.c {
    width: 19px;
    height: 19px;
}
.tog{
  height: 41px;
  width: 41px;
  background-color:#800202;
  border-radius: 50%;
  position: relative;
}
.tog img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  z-index: 999;
  width: 23px;
}
.right-nav {
  position: relative;
  padding-top: 10px;
}
.right-nav::after {
  position: absolute;
  content: "";
  background-color: #0000000f;
  background-size: contain;
  height: 84%;
  width: 1px;
  top: 8px;
  right: -4%;
}
.tt li {
  list-style-type: none;
  color: #000;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.55px;
  font-weight: 400;
}
/* .tt li:nth-child(1)::after {
  position: absolute;
  content: "";
  background-color: lightgray;
  background-size: contain;
  height: 80%;
  width: 2px;
  top: 56%;
  right: -9%;
  transform: translateY(-50%);
} */
.tt{
  gap: 25px;
  margin: 0;
  justify-content: end;
}
.tt li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0);
}
.header {
  box-shadow: black 0px 0px 14px -9px;
}
.hdea-new{
  background-color: #fff;
}
.ttj li{
  color: #000;
}
.ulm li a{ 
  color: #000;
}
.ttj li img {
  filter: brightness(0);
}
.dropitems {
  top: 100%;
  left: 0;
  background-color: rgb(255, 255, 255);
  width: 200px;
  padding-left: 0;
  z-index: 999;
  height: 0;
  overflow: hidden;
  transform: translateY(100px);
  transition: all .3s;
  opacity: 0;
  box-shadow: black 0px 0px 13px -9px;
}
.dropitems li a{
  padding: 10px !important;
  transition: all .3s;
  color: #000;
}
.dropitems li{
  padding: 10px !important;
}
.dropdown:hover .dropitems{
  height: auto;
  transform: translateY(0px);
  opacity: 1;
}
.dropdown img {
  width: 17px;
  transition: all .3s;
  /* filter: brightness(0) invert(1); */
}
.dropdown:hover img{
  transform: rotate(180deg);
}
.dropitems li{
  position: relative;
  z-index: 1;
}
.dropitems li::after{
  position: absolute;
  content: "";
  background-color: #000;
  background-size: contain;
  height: 0%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s;
}
.dropitems li:hover::after{
  height: 100%;
}
.dropitems li:hover a{
  color: #fff !important;
}
/* navbar end---------------------------------------------------- */
/* banner start------------------------------------------------ */
.header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background-color: #fff;
}
.banner{
  position: relative;
}
.banner::after {
  position: absolute;
  content: "";
  background-color: #00000033;
  background-size: contain;
  height: 99.4%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
/* banner end-------------------------------------------------- */
.xc a {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 4px 8px;
  background-color: #800202;
  border-radius: 0px;
  position: fixed;
  top: 50%;
  right: -14%;
  z-index: 99;
  color: #fff;
  text-decoration: none;
  width: 16%;
  transition: all 1s;
}
.xc a img{
  filter: brightness(0)invert(1);
  transition: all 1s;
  width: 18px;
}
.xc a:hover{
  right: -6%;
  background-color: green !important;
}
/*.xc a:hover img{*/
/*  filter: initial;*/
/*}*/
.xc1 a{
  top: 55%;
  background-color: #450000;
}
.xc2 a{
  top: 60%;
  background-color:#620000;

}
.xc1 a img{
    width:20px;
}
.abx{
  margin-top: 5rem;
}
.abt-hd h2 {
    font-size: 43px;
    letter-spacing: 1px;
    line-height: 54px;
}
.abt-hd p{
  font-size: 17px;
  letter-spacing: 0.55px;
  line-height: 28px;
margin-top: 1rem;
}
.sub-inner-abt{
  background-image:url(../images/Commercial-about-us.webp);
  height: 270px;
  position: relative;
  z-index: 1;
}
.sub-inner-abt::after{
  position: absolute;
  content: "";
  background-color: #00000069;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.abt-li{
  height: 100%;
  width: 100%;
  position: relative;
}
.abt-li h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  width: 90%;
  text-align: center;
  color: #fff;
}
.abt-li::after{
  position: absolute;
  content: "";
  background-image: url(../images/2147785491.jpg);
  background-size: cover;
  background-color: rgb(21 24 27 / 39%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all .4s;
}
.abt-li::before{
  position: absolute;
  content: "";
 background-color: #ffffff;
  background-size: cover;
  height: 90%;
  width: 1px;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.col-lg-3:last-child() .abt-li::before{
 background-color: #ffffff00;
}
.col-lg-3:nth-child(2) .abt-li::after{
    background-image: url(../images/474.jpg);
    
}
.col-lg-3:nth-child(3) .abt-li::after{
    background-image: url(../images/hig.jpg);
}
.col-lg-3:nth-child(4) .abt-li::after{
    background-image: url(../images/247.jpg);
}
.abt-li:hover::after{
  opacity: 1;
  cursor:pointer;
}
.abt-li:hover{
  cursor:pointer;
}
/* service start------------------------------------------------- */
.adjustable_design {
  margin-top: 2.5rem;
  flex-direction: column;
}
.adjustable_design_item {
  min-height: 450px;
}
.adjustable_design_item:before {
  content: "";
  background: linear-gradient(154deg, transparent, rgba(0, 0, 0, .5));
  position: absolute;
  z-index: 10;
  /* display: block; */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bg_fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.adjustable_design_item_text {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
}
.adjustable_design_item {
  transition: .5s ease;
  position: relative;
  min-height: 350px;
  flex: 1 1 20%;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 768px) {
  .adjustable_design_item_text {
      right: -105px;
      bottom: 9rem;
      width: 300px;
      --tw-rotate: -90deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      padding: 0;
      text-align: left;
  }
}
.font-light {
  font-weight: 300;
}
.adjustable_design_item_text .cus_btn2 {
  display: inline-flex;
}
.cus_btn2.v2 {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .adjustable_design_item_text .cus_btn2 {
      display: none;
  }
}
.cus_btn2 span {
  position: relative;
  z-index: 10;
  display: block;
  padding: .75rem 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4,0,1,1);
  margin: auto;
    width: 67%;
    font-size: 17px;
}
.fmb{
    flex: 0 0 50%;
}
.adjustable_design_item:hover {
  flex: 0 0 50%;
}

.fmb:hover{
    flex: 0 0 80%;
}
/*.fmb:hover{*/
/*    flex: 0 0 71%;*/
/*}*/
.adjustable_design_item:hover .adjustable_design_item_text {
  transition: .4s ease;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .adjustable_design_item:hover .adjustable_design_item_text {
      bottom: 0;
      right: 0;
      --tw-rotate: 0deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      padding: 2rem 1.5rem;
  }
}
.adjustable_design_item:hover .adjustable_design_item_text .cus_btn2 {
  display: inline-flex;
}
.flex {
  display: flex;
  gap: 11px;
}
.adjustable_design {
  flex-direction: row;
}
.bg_fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.piaja p{
  width: 94%;
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000000cc;
    line-height: 26px;
}
.adjustable_design_item img{
  object-fit: cover;
  width: 100%;
}
.cus_text60 {
  font-size: 36px;
  line-height: 1.25;
}
.cus_btn2.v2 {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 230 / 32%);;
  padding: 5rem 0;
}
.icon_hover img {
  width: 26px;
  transition: all .3s;
  height: 26px;
}
.icon_hover:hover img{
  transform: rotate(-50deg);
}
.icon_hover {
  display: flex;
  gap: 19px;
  width: 18%;
}
.su-hd p{
  width: 79%;
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000000cc;
    line-height: 26px;
    margin: auto;
}
.proslide {
  width: 100%;
  height: 100%;
}
.proslide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.proslide  .swiper-slide .project-li{
  transition:all 1s;
  transform: scale(0.8);
}
.proslide .swiper-wrapper{
  padding: 2rem 0;
  /* padding-left: 3rem; */
}
.proslide  .swiper-slide-active .project-li{
  transform: scale(1.2);
}
.project-li img{
  width: 100%;
  border-radius: 10px;
}
.www{
  align-items: center;
  justify-content: space-between;
}
.pr-txt {
  left: 0;
  bottom: 0;
  z-index: 999;
  padding: 10px;
  background-color: #800202;
  border-radius: 0 0 10px 10px;
  color: #fff;
  opacity: 0;
  transition: all .3s;
}
.proslide  .swiper-slide-active .pr-txt{
  opacity: 1;
}
.pr-txt h4 {
  font-size: 16px;
}
.pr-txt{
  width: 100%;
}
.act {
  color: #8e2020 !important;
}
.left-logo img{
width: 230px ;
    /* padding: 9px; */
}
.icon_hover p{
  color: #000;
    letter-spacing: 0.55px;
}
.tab-style-one .nav-link {
  border: none;
  background-color: #fff;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.tab-style-one .nav-link.active {
  border-radius: 100px;
  background: #800202;
  /* width: 110%; */
  margin: 0px;
  color: white !important;
  padding: 10px 35px;
  border: 1px solid #800202;
}
.tab-style-one {
  min-height: auto;
  overflow: visible;
  position: relative;
  border-bottom: none;
  max-width: 407px;
  /* margin-top: 0px; */
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 1px 6px rgb(37 133 72 / 14%);
  padding: 11px;
}
.chai h3{
    font-size: 23px;
    margin-bottom: 6%;
}
/* foooter */
.content_gap {
  background-color: #390606f5;
  color: #fff;
  padding: 5rem 0px;
}
.footer_logo{
  text-align: center;
}
.foot-logo img {
    width: 75%;
    margin-bottom: 1%;
    filter: brightness(0) invert(1);
}
.list-unstyled li a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    letter-spacing: 0.55px;
    font-weight: 300;
    line-height: 32px;
    transition: all .3s;
}
.list-unstyled li a:hover{
    color:#ff951b;
    margin-left:7px;
}
.ledd{
  padding: 3rem 0;
  background-color:#121315fa;
}
.proslide.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
  display: inline-block;
  border-radius: 58%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.proslide .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #8a8c90;
}
.proslide .swiper-button-next, .proslide .swiper-button-prev {
  position: absolute;
  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));
  /* transform: translate(-50%, -50%); */
    top: 45%;
    /* left: 50%; */
}
.proslide .swiper-button-next:after,.proslide .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
 .proslide .swiper-button-prev{
    left: 11px;
    right: auto;
}
.proslide .swiper-button-next{
    right: 13px;
    left: auto;
} 
.proslide .swiper-button-next:before, .proslide .swiper-button-prev:before {
    position: absolute;
    content: "";
    background-size: contain;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    z-index: -1;
    background-color: #212529cf;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
/* news and events start */
.secn{
  display: flex;
  gap: 20px;
  align-items: center;
}
.secn img{
  width: 31px;
  height: 31px;
}
.secn h2 {
  font-size: 26px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0px;
}
.paraa{
  margin-top: 4%;
}
.le-news p{
  font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 24px;
    color: #000000bf;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.date p {
  font-size: 14px !important;
  color: #6e2323 !important;
  font-weight: 500 !important;
}
.hrn{
    margin: 1rem 0;
    color: #00000057;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
    width: 89%;
}
.boa p {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 23px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10%;
}
.boa{
margin-top: 3%;
}
.boa img{
  width: 100%;
  border-radius: 7px;
}
.cad {
  box-shadow: black 0px 0px 14px -9px;
  padding: 2rem 1rem 2rem;
  border: 1px solid #5a0505e0;
    background-color: #5a0505e0;
}
.gol h2{
  color:#fff !important;
}
.tx{
  margin-bottom: 5%;
}
.raju img {
  width: 100%;
  /* filter: drop-shadow(2px 2px 32px blue); */
  /* filter: drop-shadow(2px 2px 2px grey); */
}
.raju {
    width: 9%;
    /* transition: all .7s;
    position: relative; */
}
.bean {
    box-shadow: black 0px 0px 14px -9px;
    padding: 3rem 0rem 0rem 1rem;
    border: 1px solid #5a0505e0;
    background-color: #5a0505e0;
}
.tx p{
  font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 22px;
    color: #fff;
    /* word-break: break-all; */
}
.jadhu{
  padding: 3rem 1rem 0rem;
}
.le-news h2{
     color: #120909e8;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 29px;
    font-weight: 400;
}
/* news end */
/* contacu ts */
.prt{
background-color:#450000db;
overflow: hidden;
}
.map_container.style1 #map {
  height: 1110px;
  width: 100%;
}
.map_container.style1 #map iframe {
 filter: brightness(68%) contrast(326%) saturate(118%) blur(0px) hue-rotate(0deg);
  border-radius: 0%;
}
.map_container.style1 {
  margin-right: -620px;
  margin-left: -100px;
  margin-bottom: -770px;
  margin-top: -70px;
}
#map { display: block; height: 220px; width: 100%; }
#map iframe {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    filter: brightness( 104% ) contrast( 150% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    border-radius: 0;
}
.title-header h2{
  font-size: 36px;
    line-height: 1.25;
    color: #fff;
    letter-spacing: 0.55px;
}
.title-header p{
  font-size: 16px;
    letter-spacing: 0.55px;
    color: #fff;
    line-height: 23px;
    font-weight: 400;
    width: 74%;
}
.google_map{
  margin-top: 3rem;
}
.lisst{
  padding-left: 0px;
}
.lisst li {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin-bottom: 19px;
  
}
.cir img{
  width: 34px;
}
.lisst p {
  font-size: 16px;
  letter-spacing: 0.55px;
  /* font-weight: 500; */
  line-height: 26px;
  color: #fff;
  /*width: 65%;*/
}
.cir {
  height: 37px;
  width: 37px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.cir img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 20px;
}
.map-contact{
padding: 3rem 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px 19px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0d131a9e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f7f7f7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.contact_wrapperRight{
    margin-top:5%;
}
.form-control:focus {
  outline: none;
  border: 1px solid #000;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}
.contact-title {
  background-color: var(--base-skin);
  padding: 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: flex-start;
}
.contact-title h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
  margin-left: 30px;
}
.req-bt a {
  padding: 12px 31px;
  color: #000;
  background-color:#fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
  position: relative;
  border: 1px solid #072f5f;
  transition: all .3s;
  border-radius: 5px;
}
.req-bt a:hover{
  background-color:transparent;
  color: #fff;
  background-color:#072f5f;
  border: 1px solid #072f5f;
}
.ties h2{
  font-weight: 400;
    font-size: 35px;
    line-height: 65px;
    margin-bottom: 3px;
    color: #000;
}
.ties p{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #000;
}
.contact-link {
    display: flex;
    gap: 14px;
    margin-top: 7%;
    padding-left: 0rem;
}
.contact-link{
  list-style: none;
}
.vgd {
  height: 39px;
  width: 39px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  border:1px solid #1536514a;
  transition:all 2s;
}
.vgd img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 16px;
  filter: brightness(0);
}
.vgd:hover{
border:1px solid #800202;
background-color: #800202;
}
.vgd:hover img{
    filter: brightness(0) invert(1);
}
.prt-row{
  margin-top: 6%;
}
.beta {
  /*box-shadow: -1px 1px 22px -17px;*/
  padding: 4rem;
  background: rgb(229 229 230 / 32%);
}
/* contact end */
/* ebents */
.evenr{
margin-top: 4rem;
}
.prt-blog-classic {
  /* margin-bottom: 30px; */
  padding: 21px;
  border-radius: 8px;
  overflow: hidden;
  background-color:rgb(229 229 230 / 32%);
  border: 1px solid rgb(229 229 230 / 32%);
  display: flex;
  align-items: center;
  /*box-shadow: -1px 1px 7px -6px;*/
}
.prt-post-featured{
  overflow: hidden;
  border-radius: 10px;
}
.prt-blog-classic:hover .prt-post-featured img {
  -moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
.prt-post-featured img {
  border-radius: 10px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 785px;
  height: 162px;
  object-fit: cover;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
.prt-post-featured.style1 img {
  width: 100%;
  height: 450px;
}
.prt-blog-classic .prt-blog-classic-content {
  padding: 0 0 0 31px;
  /* width: 414px; */
}
.prt-blog-classic .blog-featured-tag {
  font-size: 14px;
  /* padding: 5px 9px; */
  border-radius: 5px;
  color: #000;
  /* border: 1px solid #0b4a7c; */
}
.entry-title{
  color: #000000de;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 22px;
    font-weight: 200;
    margin-top: 4%;
}
.entry-header p{
  color: #000000e0;
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 22px;
    font-weight: 400;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.prt-blogbox p {
  color: #0b4a7c;
  /* letter-spacing: 0.55px; */
  /* text-decoration: underline; */
  font-size: 15px;
}
/* eventd */
/* breadcumb */
.page-title-heading {
  margin-top: 10%;
  text-align: center;
}
.page-title-heading h2 {
  font-size: 44px;
  line-height: 80px;
  display: inline-block;
  margin-bottom: 6px;
}
.prt-page-title-row-heading {
  border-bottom: 1px solid #000;
}
/* breradcumb */
/* gallery start */
.latest-project__item-thumb img {
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
     transition: all .7s;
}
.latest-project__item:hover .latest-project__item-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.latest-project__item:hover .latest-project__item-content {
  opacity: 1;
  visibility: visible;
}
.latest-project__item:hover {
  opacity: 1;
  visibility: visible;
}
.latest-project__item {
  overflow: hidden;
  position: relative;
  background: rgba(21, 24, 27, 0.7);
  border-radius: 10px;
}
.latest-project__item-content {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  /* visibility: hidden; */
  transition: all 2s;
}
.latest-project__item-content .icon__wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: rgba(21, 24, 27, 0.7);
  border-radius: 10px;
}
.latest-project__item:hover .icon__wrapper::after {
  height: 100%;
}
.latest-project__item-content .text {
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 16.5px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  background: #3d050559;
}
.latest-project__item-content .text h4{
color:#fff;
letter-spacing: 0.55px;
font-size: 19px;
}
.latest-project__item-content .text span{
  color:#fff;
  letter-spacing: 0.55px;
  font-size: 19px;
  }
.latest-project{
  margin-top: 5rem;
}
.latest-project__item-content .icon {
  width: 57px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 500px;
  background: #fff;
  transition: all 2s;
  opacity: 0;
}
.latest-project__item-content .icon svg path[fill=white] {
  fill: black;
}
.latest-project__item-content:hover .icon {
  background: #fff;
  opacity: 1;
}
.latest-project__item-content .icon:hover svg path[fill=white] {
  fill:#000;
}
.latest-project__item-content .icon__wrapper {
  width: 100%;
  top: 0;
  left: 0;
  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;
  height: calc(100% - 110px);
}
.num {
  padding: 5px 5px;
  /* background: linear-gradient(270deg, #0024788c, transparent); */
  display: flex;
  gap: 11px;
  justify-content: center;
}
.num img{
  width:22px;
}
.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: 999999999999999 !important;
}
/* gallery end */
/* about start */
.abt-phd h2{
   font-size: 35px;
    letter-spacing: 0.55px;
    font-weight: 400;
    color: #000;
    text-align: center;
}
.pija{
    margin-left: -7%;
}
.dg{
     font-weight: 500 !important;
     color: #000 !important;
}
.abt-phd p {
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 400;
    line-height: 31px;
    margin: auto;
    width: 79%;
    text-align: center;
    color: #000;
}
.testswiper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  color: #fff;
}
.testswiper .swiper-wrapper{
  padding-bottom: 3rem;
}
.testswiper .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px));
  display: inline-block;
  /* border-radius: 11%; */
  background: #fff;
  /* opacity: var(--swiper-pagination-bullet-inactive-opacity, .2); */
}
.left-ttxx img {
  height: 366px;
  object-fit: cover;
}
.ttl{
  position: relative;

}
.ttl::after {
  position: absolute;
  content: "";
  /* background: linear-gradient(312deg, #072f5f57 0%, transparent 100%); */
  background-size: contain;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  /* background-image: linear-gradient(to top, #3ea161, #67b150, #95be39, #c7c71d, #ffcc00); */
  background: #450000;
}
.test-da p{
  font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}
.test-da h2{
color:#fff;
letter-spacing: 0.55px;
font-size: 32px;
}
.page-banner{
  height: 55vh;
}
.page-title {
  position: absolute;
  bottom: 74px;
  z-index: 1;
}
.page-banner h2 {
  color: #fff;
}
.page-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(31, 30, 23, 0.60);
  /* mix-blend-mode: multiply; */
  /* z-index: -1; */
}
.frog {
  margin-top: 4rem;
}
.css-1xzhf9o-Label {
  margin: 0;
  color: #3C4852;
  font-size: 35px;
  line-height: 126%;
  /*color: var(--color-i-black);*/
  font-weight: bold;
  letter-spacing: 1px;
}
.css-1w3bdtt-SecLabel {
    margin: 0;
    color: #000;
    margin-top: 16px;
    font-size: 17px;
    font-weight: 400;
    width: 517px;
    line-height: 31px;
}
.css-160bjjb-LearningButton-Learning {
  /*padding: 14px 32px;*/
  box-sizing: border-box;
  /*border-radius: 8px;*/
  background: #1261a0;
  border: 1px solid #1261a0;
  color: #FFFFFF;
  line-height: 20px;
  font-weight: 400;
  min-width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 48px;
  cursor: pointer;
  margin-top: 30px;
  display: inline-block;
  font-size: 16px;
  padding: 13px 24px;
  height: auto;
  letter-spacing:0.55px;
}
.css-1fuyrwz-CardWrapper {
  background: var(--color-i-white);
  border-radius: 8px;
  box-shadow: 0px 16px 32px 0px var(--color-shadow);
  width: 284px;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.css-gytqqx-Left span{
  font-size: 19px;
}
.css-1r6zuyg-Row span {
  font-size: 32px;
  font-weight: 600;
}
.css-1fuyrwz-CardWrapper {
  background: #FFFFFF;
  border-radius: 8px;
 box-shadow: 0px 1px 6px 0px rgb(83 101 116 / 19%);
  width: 261px;
  height: 162px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 2rem;
  transition: all 2s;
  cursor: pointer;
}
.css-1fuyrwz-CardWrapper:hover{
  box-shadow: 2px 3px 10px 0px rgb(0 55 20);
}
.css-gytqqx-Left {
  padding-left: 24px;
  padding-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.css-ds2g6j-CardImageWrapper {
    position: absolute;
    right: 7px;
    bottom: 13.5px;
    z-index: 1;
}
.xzn{
  padding: 4rem 0;
}
.zero {
    font-size: 33px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #000;
    line-height: 43px;
}
.css-ds2g6j-CardImageWrapper img {
    width: 73px;
}
/* about end */
/* career start */
.heading1 h2 {
  letter-spacing: 1px;
  color: #000000bf;
  font-size: 34px;
  line-height: 44px;
}
.heading1 p {
  font-size: 17px;
  letter-spacing: 0.55px;
  font-weight: 400;
  line-height: 22px;
  /* text-align: center; */
  color: #000000b5;
  margin-top: 2%;
}
.kl p span{
    color: #1261a0 !important;
    font-size: 17px important;
    text-decoration: underline !important;
}
.kl h2{
    font-size: 28px;
    letter-spacing: 0.55px;
    color: #000000cf;
}
.kl p{
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000000d4;
}
.bas{
   font-size: 28px;
    letter-spacing: 0.55px;
    color: #000000cf;
    margin-top: 4%;
}
.unsyle {
    padding-left: 1rem;
    margin-top: 1rem;
}
.unsyle li{
    list-style: circle;
}
.unsyle li p{
    list-style-type: circle;
    font-size: 17px;
    letter-spacing: 0.55px;
    padding: 1px 0;
    margin-top: 2%;
}
.unsyle li img {
  width: 12px;
  filter: brightness(0);
}
.career1{
  margin-top: 6rem;
}
.career-img img{
  height: 500px;
    object-fit: cover;
    border-radius: 9px;
}
.secb{
  margin-top: 4rem;
}
/*testimo*/
.seal h3 {
    color: #fff;
    letter-spacing: 12.55px;
    font-size: 98px;
}
.seal {
    position: absolute;
    bottom: -3%;
    left: 5%;
}
/*.clatt{*/
/*        position: relative;*/

/*    }*/
/*.clatt::after{*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-size: contain;*/
/*    height: 100%;*/
/*    width: 50%;*/
/*    top: 0;*/
/*    right: 0;*/
/*    background-color: rgb(229 229 230 / 32%);*/
/*}*/
.left-ts-img img{
  border-radius: 50%;
  height: 139px;
  width: 137px !important;
}
.right-ts img {
    width: 60px;
    filter: brightness(0);
}
.right-ts p{
     font-size: 17px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 25px;
}
.testslider .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  color: #1261A0;
}
.testslider .swiper-wrapper{
  padding-bottom: 3rem;
}
.testslider .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  /* border-radius: 11%; */
  background: #1261A0;
  /* opacity: var(--swiper-pagination-bullet-inactive-opacity, .2); */
}
.taao{
    /*background-color: #E1ECF2;*/
    padding: 4rem 3rem;
    background: linear-gradient(180deg, #e31e251c, transparent);
}
.salma img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}
.salma{
    position:relative;
    text-align: center;
}
.salma h2{
    font-size: 35px;
    letter-spacing: 0.55px;
    font-weight: 300;
    color: #000;
}
.salma::after {
    position: absolute;
    content: "";
    /* bottom: -19px; */
    left: 86%;
    height: 79px;
    width: 102px;
    background-image: url(../images/xq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    top: 29%;
    opacity: 0.5;
    filter: brightness(0);
}
/*team*/
.getimg img {
    width: 22px;
    height: 22px;
}
.getimg {
    position: relative;
    z-index: 1;
}
.getimg::after{
   position: absolute;
    content: "";
    background-color: #f6a20d;
    background-size: contain;
    height: 42px;
    width: 42px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    z-index: -1;
    
}
.dd-hd h4{
    font-size: 19px;
}
.dd-img {
   height: 481px;
   object-fit: cover;
}
.dd-txt {
    padding: 15px;
    background-color: #ffffff;
    height: 30%;
    transition: all .3s;
    border-radius: 10px 10px 00;
    overflow: hidden;
}
.lll{
  height: 0%;
}
.liss:hover .dd-txt{
  height: 100%;
  border-radius: 0;
}
.liss{
  box-shadow: black 0px 0px 6px -3px;
}
.less-abt {
    padding: 19px 19px 19px 12px;
    background-color: white;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.less-abt h5 {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.less-abt img{
  transition: all 1s;
  width: 16px;
}
.less-abtnew img{
  transform: rotate(180deg);
}
.link-img img{
  width: 36px;
}
.hover-txt p{
  height: 400px;
  overflow: auto;
}
/*team end*/
.inner-news h2 {
    font-size: 23px;
    letter-spacing: 1px;
    /*font-weight: 600;*/
    color: #000;
    line-height: 32px;
}
.cy {
    margin-top: 10px;
}
.inner-news p {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000000db;
    font-weight: 400;
    line-height: 28px;
    padding-top: 0%;
}
.inner-news li {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
    padding-bottom: 16px;
    list-style: circle;
}
.gm-style  {
    left: 269px !important;
    top: 114px !important;
    position:absolute !important;
}
/*busiinenq*/
 .contact-form-area {
    position: relative;
    padding: 33px 0px 33px 40px;
    height: 100%;
}
.quform-input .form-control {
    border-radius: 5px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 12px 13px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-group label {
    margin-bottom: .5rem
}
.form-group {
    margin-bottom: 1rem;
}
.form-control:focus {
    border-color: #2a9d8f
}
.form-check-input:checked {
    border-color: #2a9d8f;
    background-color: #2a9d8f
}
.quform-input {
    position: relative
}
.quform-input .form-control {
    border-radius: 5px
}
.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1
}
.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1
}
.quform-element>label {
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 16px;
    letter-spacing: 0.55px;
}
.top-search input .form-control {
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    height: 40px;
    padding: 0 15px;
    min-height: auto;
}
   .form-control::placeholder {
         color: #ced4da;
    }
.quform-element>label .quform-required {
    color: #cc0101;
    font-size: 23px;
}
.quform-inner input {
    width: 100%
}
.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top
}
.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 35px 8px 15px
}
.quform-input .form-control {
    display: block;
    width: 93%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 46px;
}
.bgf {
     width: 93% !important;
}
.dfg{
    width:97% !important;
}
.contact-form-area h2{
    text-align:center;
}
.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 10px 0px;
    vertical-align: top;
}
.quform-input .form-control {
    border-radius: 5px;
}
textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}
.bg-img{
    background:url(../images/build.avif);
    background-size: cover;
    position:relative;
}
.contact-wrapper-box .bg-img {
    border-top-left-radius: .8125rem;
    border-bottom-left-radius: .8125rem;
}
.contact-wrapper-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: .8125rem;
    width: 80%;
    margin: auto;
}
.yukh {
    background-color: #072f5f;
    position: absolute;
    bottom: 0;
    /* width: 100%; */
    left: 0;
    border-bottom-left-radius: .8125rem;
}
.don {
    width: 27px;
}
.alt a {
  padding: 12px 31px;
  color: #fff;
  background-color:#800202;
  border: 1px solid #800202;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
  position: relative;
  transition: all .3s;
  border-radius: 5px;
}
.alt a:hover{
  background-color:transparent;
  color: #000;
  background-color:#fff;
  border: 1px solid #800202;
}
/*buseq*/
/*.gac {*/
/*    display: flex;*/
/*    gap: 28%;*/
/*    justify-content: center;*/
/*    padding: 24px 0px;*/
/*}*/
.gac li p{
    list-style:none;
    color:#fff;
    font-size:19px;
    margin-bottom:0%;
    letter-spacing:0.55px;
    
}
/*.sezj{*/
/*    box-shadow: 0px 3px 18px -14px;*/
/*}*/

.gac li {
    list-style:none;
}
.seo-f{
    background-color:#3d0505;
}
.fotr {
    padding: 49px 14px 39px;
}
.col ul li p {
    letter-spacing: 0.55px;
    color: #d3c5c5b5;
    font-size: 14px;
    /* padding-top: 2%; */
    margin-bottom: 7px;
}
.col ul li{
    list-style:none;
}
















/* whaATapp css */
#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:#800202;
  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: 29px;
  height: 52px;
  -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-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;
}


.gallery121{
    padding-top:3%;
}

.gallery-image img{
   height: 328px;
    object-fit: cover;
}

.st-breadcumb-area img {
    width: 100%;
    height: 454px;
    object-fit: cover;
}
.st-breadcumb-area {
  position: relative;
  height: 100%;
  z-index: 1;
  padding-top: 0rem;
}
.st-breadcumb-area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000091;
    /*opacity: 0.5;*/
    /*z-index: -1;*/
}
.topco {
  position: absolute;
  top: 58%;
  left: 15%;
  transform: translate(-50%, -50%);
  z-index:1;
}
.topco h2 {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    margin-top: 48px;
    letter-spacing: 0.55px;
}



/*inner pager start*/
.ccpo img {
    width: 100%;
    border-radius: 10px;
    height: 337px;
    object-fit: cover;
}
.cbn h2 {
    font-size: 41px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #000;
    -webkit-text-stroke: 1.2px #810201c4;
    transition: all 0.4s ease-in-out;
    color: #fff;
    font-family: Unbounded;
}
.cbn p {
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 30px;
    color: #000;
    width: 85%;
    font-weight: 500;
}
.ulop span{
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000000c9;
    font-weight: 600;
}
.ulop li{
    list-style:none;
}
.lokcc p{
   font-size:17px;
   letter-spacing:0.55px;
   color:#000;
   margin-bottom:0px !important;
}
.lilyy{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top:11px;
}
.comn img{
    width:17px;
}
/*.img1 img {*/
/*    padding: 20px;*/
/*    margin-right: 0;*/
/*    z-index: 1;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 250px;*/
/*    background-color: #fff;*/
/*}*/
/*.clo{*/
/*    position:relative;*/
/*}*/
.ulop{
    padding-left: 1px;
}
.xer{
    margin-top: 10rem;
}
.sppb-animated-number P {
    -webkit-text-stroke: 1.2px #051229;
    transition: all 0.4s ease-in-out;
    color: RGBA(0, 0, 0, 0);
    font-family: Unbounded;
    font-weight: 700;
    font-size: 85px;
    line-height: 121%;
}
.int img{
    height: 258px !important;
}
.gallery-image{
   cursor:pointer;
}

