@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

body {
  background-color: #fef9ec3b;
}
h2{
  font-family: "Marcellus", serif;
}
a{
  text-decoration: none;
  color: #000;
}
.para {
  font-size: 19px;
  letter-spacing: 0.55px;
  line-height: 30px;
}
.ivv {
    margin-top: 5rem;
}



.left-da1 ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  justify-content: end;
}
.left-da1 ul li a {
  letter-spacing: 0.55px;
  color: #000;
  font-size: 20px;
}
.innernavanew .left-da1 ul li a {
  color: #000000;
}
.innernava {
    padding: 25px;
    /* box-shadow: black 0px 5px 25px -5px; */
    border-radius: 10px;
    margin-top: 10px;
    background-color: #ffffff;
    transition: all .3s;
}
.innernavanew{
  background-color: #fff;
}
.ses {
    padding: 9px 14px 12px;
    background-color: #186978;
    border-radius: 6px;
    color: #ffffff !important;
    border: 1px solid #186978;
    transition: all .3s;
}
.ses:hover{
    background-color:transparent;
    color:#186978 !important;
}
.nava {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  transition:all .3s;
}
.navanew {
    background-color: #fff;
    box-shadow: black 0px 0px 25px -21px;
}
.innernavanew{
    margin-top:0;
    width:100% !important;
    padding: 7px;
}
.leftlogo img{
  /*filter: brightness(0)invert(1);*/
  transition: all .3s;
}
.innernavanew .leftlogo img{
  filter: initial;
}

.innerapp {
    position: relative;
    padding: 0rem 0;
}
.sdss p {
    margin-bottom: 7px;
}
.abx-main-hd h5 {
    font-weight: 700;
    margin-top: 24px;
    font-size: 23px;
}
.abx-main-hd ul{
    padding-left:20px;
}
.leftzxcd {
    position: relative;
    background-color: #f6fbfd;
    width: 133%;
    padding: 3rem;
}
.sdss h5 {
    width: fit-content;
    padding: 6px 10px 6px 20px;
    /* background: linear-gradient(90deg, red 3%, gray 0); */
    background-color:#186978;
    color: #fff;
    position: relative;
    letter-spacing: 0.55px;
}
.sdss h5::after{
    position:absolute;
    content:"";
    background-color:#e34c02;
    background-size:contain;
    height:100%;
    width:5px;
    top:0;
    left:0;
}
/* .innerapp::before{
  position: absolute;
  content: "";
  background-color: #000;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
} */
.innerapp::after {
    position: absolute;
    content: "";
    background-color: #000000c2;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    /* transform: translate(-50%, -50%); */
    border-radius: 0;
    /* backdrop-filter: blur(5px); */
}

.innerapp img{
        height: 700px;
    object-fit: cover;
}
.dataaa {
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 99;
    width: 100% !important;
    padding-left: 0;
}
.asa h4{
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 1px;
}
.addno img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
}





.bannerswiper {
  width: 100%;
  height: 100%;
}

.bannerswiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bannerswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.bannerswiper .swiper-slide::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #00000063 23%, #00000063 0);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.swiperdata {
    top: 57%;
    left: 37%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: left;
    width: 40%;
    color: #fff;
}

.swiperdata h2 {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 1px;
  margin: 15px 0;
  text-transform: uppercase;
  line-height: 73px;
}
.swiper-slide-active .swiperdata h2 {
  position: relative;
  animation: aniiim 2s linear;
  animation-delay: .3s;
}
@keyframes aniiim{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.2);
  }
  100%{
    transform: scale(1);
  }
}
.swiperdata span {
  letter-spacing: 5.55px;
  color: #6ae9ff;
}


.bbht a {
    padding: 12px 23px;
    background-color: #186978;
    border-radius: 5px;
    /* text-transform: uppercase; */
    letter-spacing: 0.55px;
    border: 1px solid #186978;
    transition: all .3s;
    color: #fff;
}
.bbht a:hover{
  background-color: transparent;
  color: #023151;
}

.bbht5 a {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 5px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.55px;
    border: 1px solid #fff;
    transition: all .3s;
    color: #023151;
}
.bbht5 a:hover{
  background-color: transparent;
  color: #fff;
}
.leftservices img{
        height: 550px !important;
        object-fit:cover;
}
.sociall {
  top: 50%;
  left: 0%;
  z-index: 999;
  /* filter: brightness(0) invert(1); */
  transform: rotate(-90deg);
  /* letter-spacing: 0.55px; */
  transition: all .6s;
  transition-delay: 1S;
  opacity: 0;
}
.swiper-slide-active .sociall{
  left: 18%;
  opacity: 1;
}
.scli img{
  height: 20px !important;
  width: 20px !important;
}
.scli p{
  color: #fff;
}

.hd{
  width: 75%;
  margin: auto;
  text-align: center;
}
.hd span {
    letter-spacing: 0.55px;
    color: #023151;
    font-size: 20px;
    font-weight: 500;
}
.hd h2{
  font-size: 43px;
  letter-spacing: 0.55px;
  color: #000;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.addno {
    height: 60px;
    width: 60px;
    background-color: #ecf6ff;
    border-radius: 50%;
    position: relative;
}
.addno::after {
  position: absolute;
  content: "";
  border: 1px solid #caf7ff;
  background-size: contain;
  height: 87px;
  width: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(0deg);
  z-index: -9;
  border-radius: 50%;
  animation: animate 5s infinite linear;
}
@keyframes animate{
  0%{
    transform: translate(-50%, -50%)rotate(0deg);
  }
  100%{
    transform: translate(-50%, -50%)rotate(360deg);
  }
}
.addno::before {
  position: absolute;
  content: "";
  border: 1px solid #caf7ff;
  background-size: contain;
  height: 87px;
  width: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(45deg);
  z-index: -9;
  border-radius: 50%;
  animation: animate1 5s infinite linear;
}
@keyframes animate1{
  0%{
    transform: translate(-50%, -50%)rotate(45deg);
  }
  100%{
    transform: translate(-50%, -50%)rotate(-360deg);
  }
}
.addno h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #023151;
    font-size: 33px;
}
.adddlistdt h5{
  font-size: 27px;
  letter-spacing: 0.55px;
  margin-top: 15px;
}

.adddlist{
  padding: 0 1rem;
}
.addd .col-lg-4:nth-child(1) .adddlist,.addd .col-lg-4:nth-child(2) .adddlist {
  border-right: 1px solid #caf7ff;
}


.leftservices{
  position: relative;
}
.leftservices::after {
    position: absolute;
    content: "";
    background-color: #000;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.4;
}
.leftservices::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  background-size: contain;
  height: 95%;
  width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  opacity: 0;
  transition: all .3s;
}
.leftservices:hover::before{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.leftservices:hover::after {
    background-color: #000000bd;
    opacity: 6;
    z-index: 0;
}
.ffg{
  opacity: 0;
  width: 88%;
  margin: auto;
  transition: all .3s;
  display:none;
}
.bo a {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff !important;
    filter: initial;
    text-decoration: underline;
    transition: all .3s;
    opacity: 0;
}
.bo a:hover{
    text-decoration: none;
}
.sedata {
  top: 96%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%;
  text-align: center;
  filter: brightness(0) invert(1);
  transition: all .3s;
}
.leftservices:hover .sedata{
  top: 50%;
}
.leftservices:hover .ffg{
  opacity: 1 !important;
  transition: all 0s;
  transition-delay: 0s;
  display:block;
}
.leftservices:hover .bo a{
  opacity: 1 !important;
  transition: all 0s;
  transition-delay: 0s;
}
.sedata span{
  font-size: 20px;
    letter-spacing: 0.55px;
}
.sedata h2 {
  font-size: 30px;
  margin-top: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}
.services {
    background: linear-gradient(180deg, #ecf6ff, #ecf6ff);
    padding: 2rem 0 6rem;
}
.tt {
  background-color: #f5f5f5;
}
.tt1,.tt2{
  background-color: #d3d3d3;
}
.innerrighn {
  padding: 1rem;
}
.leftn img{
  object-fit: cover;
}



/* footer css start */
.cs_footer {
  padding-top: 1px;
  margin-top: 25px;
}
.cs_footer .cs_social_btns.cs_style_1 {
  margin-top: 50px;
}
.cs_footer .cs_social_btns.cs_style_1 a {
  height: 40px;
  width: 40px;
  background-color: #54b3f4;
  -webkit-box-shadow: 0px 0px 57px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 57px rgba(0, 0, 0, 0.05);
  font-size: 16px;
}
.cs_footer .cs_social_btns.cs_style_1 a:hover {
  background-color: var(--blue-color);
}

.cs_footer_highlight_col {
  padding: 60px 35px;
  margin-top: -26px;
  border-radius: 5px 5px 0 0;
}

.cs_footer_logo {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
}

.cs_footer_contact li {
  position: relative;
  padding-left: 0;
}
.leftservices{
  overflow: hidden;
}
.cs_footer_contact li:not(:last-child) {
  margin-bottom: 8px;
}
.cs_footer_contact li{
  display: flex;
  gap: 10px;
  align-items: center;
}
.cs_footer_contact li img{
  width: 20px;
}
.cs_footer_contact li i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  text-align: center;
}

.cs_footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 25px;
}

.cs_footer_bottom_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}


.cs_footer_widget_title {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: 0.55px;
}

    .cs_footer_widget_nav_list li a{
        transition:all .3s;
    }
.cs_footer_widget_nav_list li a:hover {
    letter-spacing: 1px;
    color: #6ae9ff;
}
.cs_footer_widget_nav_list{
  padding-left:1rem;
}
.cs_footer_widget_nav_list li {
  margin-bottom: 15px;
  list-style: none;
}
.cs_footer_widget_nav_list li a {
  color: #ffffff;
  letter-spacing: 0.55px;
  font-size: 18px;
  font-weight: 400;
}

.cs_footer_widget {
  padding: 95px 0;
}

.cs_footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.cs_footer_row .cs_footer_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}


.cs_footer_row .cs_footer_col:first-child {
  -webkit-box-flex: 1.6;
      -ms-flex: 1.6;
          flex: 1.6;
}

.cs_footer_row .cs_footer_col:last-child {
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
}


.cs_recent_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.cs_recent_post .cs_recent_post_thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 50%;
}
.cs_recent_post .cs_recent_post_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_recent_post .cs_recent_post_title {
  font-size: 17px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  line-height: 1.4em;
}
.cs_recent_post p {
  font-size: 14px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.65);
}

.cs_recent_post_list li:not(:last-child) {
  margin-bottom: 20px;
}

.cs_service_footer {
  max-width: 460px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cs_service_footer .cs_service_footer_icon {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cs_service_footer .cs_service_footer_text {
  font-size: 18px;
  color: var(--heading-color);
  text-align: center;
}

.cs_service_footer a {
  color: var(--accent-color);
  display: inline-block;
}
.cs_service_footer a {
  margin-left: 7px;
  line-height: 28px;
}
.cs_service_footer a span {
  display: inline-block;
  margin-left: 5px;
}
.cs_service_footer a:hover {
  text-decoration: underline;
}
.vc {
    background-color: #ffffff;
    padding: 36px 0px;
    margin-top: -3%;
    border-radius: 15px;
}

.cs_footer_logo {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #280b4529;
}
.cs_footer::after {
  position: absolute;
  content: "";
  background-image: url(../images/b1.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.3;
}
.cs_footer {
    position: relative;
    z-index: 1;
    background-color: #000000;
    padding-bottom: 1rem;
}
/* footer css end */



.hdtxt {
    width: 40%;
    bottom: 10%;
    left: 10%;
    z-index: 99999;
    padding: 23px;
    background-color: #ffffffcf;
    backdrop-filter: blur(2px);
    border-radius: 15px;
    box-shadow: black 0px 0px 13px -5px;
}
.lef-in-ab{
    position: sticky !important;
    top: 8rem;
}
.hdtxt h2 {
  color: #000 !important;
  font-size: 21px;
  line-height: 30px;
}
.hdtxt p{
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 1rem !important;
}


.ab-im img{
  border-radius: 15px;
}
.round{
  height: 180px;
  width: 180px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
  z-index: 99;
}
.innerround {
    height: 140px;
    width: 140px;
    background-color: #6ae9ff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.innerround h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000000;
    font-size: 27px;
    /* font-weight: 700; */
    letter-spacing: 2px;
}



/* image gallery */

.gl11 img {
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
}

.gl11{
  position: relative;
  overflow: hidden;
}
.gl11::after {
    position: absolute;
    content: "";
    background-color: #019abd45;
    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 10px;
}
.gl11::before {
    position: absolute;
    content: "";
    border: 1px solid #ffffff75;
    background-size: contain;
    height: 90%;
    width: 90%;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)scale(0);
    transition: all .3s;
    border-radius: 10px 10px;
}
.gl11:hover::after{
  width: 100%;
}
.gl11:hover::before{
  transform: translate(-50%, -50%)scale(1);
}
.gl-btn{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  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;
    left: 50%;
    transform: translate(-50%, -50%);
}
.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: #0f3c47;
    background-size: contain;
    height: 100%;
    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;
}


.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: 99999999999 !important;
}



.left-ttl h2 {
  font-size: 50px;
  width: 75%;
}
.bt-frm {
    padding: 4rem;
    background-color: #023151;
    border-radius: 20px;
}
.frm-l input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 5px;
  background-color: transparent;
  color: #fff;
}
.frm-l input:focus {
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  box-shadow: none;
  color: #fff;
}
.asse_list h5{
  font-size: 25px;
  letter-spacing: 0.55px;
}
.asse_list{
  text-align: center;
  padding: 1rem;
}

.bt-frm{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bt-frm::after {
    position: absolute;
    content: "";
    background-color: #004371;
    height: 600px;
    width: 600px;
    top: -32%;
    left: -12%;
    z-index: -1;
    border-radius: 72% 28% 70% 30% / 24% 83% 29% 72%;
    transform: rotate(40deg);
    opacity: 0.4;
}

.lower2car .col-lg-4:nth-child(1) .asse_list,.lower2car .col-lg-4:nth-child(2) .asse_list{
  border-right: 1px solid lightgray;
}
.appo {
  background-image: url(../images/app.png);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.appo::after {
  position: absolute;
  content: "";
  background-color: #000000d4;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.bookbtn a {
  padding: 10px 20px;
  font-size: 20px;
  border: 1px solid #186978;
  border-radius: 0;
  display: flex;
  justify-content: center;
  background-color: #186978;
  color: #fff;
  transition: all .3s;
}
.bookbtn a:hover {
  background-color: transparent;
  color: #186978;
}
.innerappo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding: 3rem;
  background-color: #ffffff;
  border-radius: 20px;
}
.formhd h2 {
  color: #186978;
  font-size: 38px;
  letter-spacing: 0.55px;
}
.formwrap input, .formwrap select, .formwrap textarea {
  border: none;
  border-bottom: 1px solid rgb(198 160 113);
  border-radius: 0;
  background-color: transparent;
  padding-left: 10px;
}

.formwrap input, .formwrap select {
  height: 50px;
}
.formwrap input, .formwrap select, .formwrap textarea {
  border: none;
  border-bottom: 1px solid #186978;
  border-radius: 0;
  background-color: transparent;
  padding-left: 10px;
}
.formwrap input, .formwrap select {
  height: 50px;
}

.close {
  top: 4%;
  right: 3%;
  z-index: 99;
  cursor: pointer;
}


.sociall1{
  transform: initial;
  position: inherit;
}


.bannerswiper .swiper-button-next:after, .bannerswiper .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: 27px;
}


.leftservices1{
    height: 300px !important;
}
.leftservices1 img{
    objectfit:cover;
}

.newsimg::after {
    position: absolute;
    content: "";
    background-image: url(../images/f.png);
    background-size: contain;
    height: 400px;
    width: 400px;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-position: bottom;
    background-repeat: no-repeat;
}
.newsimg img {
    border-radius: 20px;
    height: 445px;
    object-fit: cover;
}
.newsdata{
    margin-top:15px;
}
.newsdata h5 {
    font-size: 22px;
    letter-spacing: 0.55px;
    font-weight: 500;
    line-height: 31px;
}
.cir{
    height:50px;
    width:50px;
    background-color:#0799be;
    border-radius:50%;
    bottom:0;
    right:0;
    z-index:99;
}
.cir img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    z-index: 9999;
    width: 25px !important;
    height: 25px !important;
    filter: brightness(0) invert(1);
    transition: all .3s;
}
.datte{
    margin-top:10px;
}
.datte span{
    color:gray;
}
.right-imm img{
    height: 445px;
    object-fit: cover;
    width: 601px !important;
    object-position: top;
}

.page-header-img{
    position:relative;
}
.page-header-img::after {
    position: absolute;
    content: "";
    background-color: #00000042;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.newsli{
    cursor:pointer;
}
.newsli:hover .cir img{
    transform: translate(-50%, -50%) rotate(0deg);
}
.newsimg{
    transition:all .3s;
}
.newsli21:hover .newsimg{
        transform: translateY(-28px);
} 
.cs_footer_contact li img{
    filter:brightness(0)invert(1);
}



.dropitems {
    top: 198%;
    left: 0;
    width: 200px;
    background-color: #ffffff;
    border-radius: 0;
    display: block !important;
    padding: 0;
    border: 1px solid lightgray;
    display: none !important;
    box-shadow: 0px 5px 15px -5px black;
}
.frm-l input::placeholder{
    color:#fff;
}
.dropdown:hover .dropitems{
    display:block !important;
}
.dropitems li{
    list-style-type:none;
    padding:10px;
    z-index:1;
    position:relative;
}
.dropitems li::after {
    position: absolute;
    content: "";
    background-color: #023151;
    background-size: contain;
    height: 100%;
    width: 0%;
    z-index: -1;
    top: 0;
    left: 0;
    transition:all .3s;
}
.dropitems li:hover::after{
    width:100%;
}
.dropitems li:hover a{
    color:#fff !important;
}
.dropitems li a{
        display: flex;
    width: 100%;
    transition:all .3s;
}

.dropdown a{
    padding-bottom: 3rem;
}
.dropitems a{
    padding-bottom:0;
}

.avtt {
    color: #df4e06 !important;
}

.scli {
    height: 40px;
    width: 40px;
    background-color: #c04d15;
    border-radius: 50%;
    position: relative;
    margin-top:10px;
    transition:all .3s;
}
.scli:hover{
    background-color:#0fbbd9;
}
.scli img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:9;
    filter: brightness(0) invert(1);
    transition:all .3s;
}
.scli:hover img{
    filter:brightness(0)invert(1);
}



/* 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: 99999999999;
    -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: 340px;
        width: 100%;
        bottom: 172px;
    }
}

#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: #023151;
    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: 62px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
width: 37px;
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;
    background: #023151;
    display: flex
;
    justify-content: center;
    color: #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;
display:none;
}

#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::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 .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: 11px -22px 12px;
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: 1px;
margin-left: -9px;
width: 359px;
}

#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%;
}

.chat_boxBody .form-row .form-control, .chat_boxBody .form-row .form-select {
  border-radius: 5px;
  height: 43px;
  margin-bottom: 10px;
}
.chat_boxBody .form-control {
  display: block;
  width: 100%;
  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;
}
.chat_backdrop {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 110;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition: var(--trans-sm);
  transition: var(--trans-sm);
  font-family: var(--heading-font)
}

.chat_backdrop.show::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  inset: 0
}

.chat_boxBody {
  padding: 20px 29px;
  /*background-color: #f7f7f7;*/
  position: relative;
  height: 100%;
}
.close-chat img {
    width: 18px;
    filter: brightness(0) invert(1);
}

.mainwp {
    position: relative;
}
.mainwp::after {
    position: fixed;
    content: "";
    background-color: #00000099;
    background-size: contain;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 9999999;
    backdrop-filter: blur(6px);
}

.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;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}