.container{
  max-width: 90% !important;
}
body{
        font-family: sans-serif;
}
@font-face {
  font-family: 'Mollie';
  src: url("../../Mollie Glaston.otf") format("opentype"),
       url("../../Mollie Glaston.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h2{
  font-family: 'Mollie', sans-serif;
}
.innerabout h2 {
    font-size: 60px;
    letter-spacing: 0.55px;
}
.xca {
    padding: 2.7rem 0;
}
.dropitem {
    top: 100%;
    left: 0;
    background-color: #000059;
    width: 400px;
    box-shadow: black 0px 5px 12px -10px;
    display: none;
}
.dropd:hover .dropitem{
    display:block;
}
.dropitem li {
    border-bottom: 1px solid #d3d3d333;
}
.dropitem li a {
    padding: 10px;
    display: flex;
    transition: all .3s;
    color: #fff !important;
    text-transform: capitalize !important;
    font-size: 18px !important;
    position:relative;
    z-index:1;
}
.dropitem li a::after{
    position:absolute;
    content:"";
    background-color:#fff;
    background-size:contain;
    height:100%;
    width:0;
    top:0;
    left:0;
    z-index:-1;
    transition:all .3s;
}
.dropitem li a:hover::after{
    width:100%;
}
.dropitem li a:hover{
    color:#dc6849 !important;
}
.innerabout2 h2 {
    font-size: 45px;
    letter-spacing: 0.55px;
}
.innerabout h2:nth-child(2) {
        font-size: 41px;
        color:#2b78b3;
        margin-bottom:2rem;
}
.rightabout img{
    border-radius:15px;
}
.heading p{
    font-size: 17px;
    line-height:26px;
}
.innerabout p {
    font-size: 20px;
    letter-spacing: 0.55px;
    font-weight: 200;
    width: 88%;
    margin: 1rem auto;
}
.innertog {
  cursor: pointer;
}
.innertog .togline{
  height: 1px;
  width: 40px;
  background-color: #000000;
  margin-left: auto;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
}

.innertog .togline:nth-child(1) {
    animation: move 2s infinite ease-in-out;
    background-color: #2a77b1;
}
.innertog .togline:nth-child(2) {
    animation: move2 2s infinite ease-in-out;
    animation-delay: .3s;
    background-color: #3eaa51;
}
.innertog .togline:nth-child(3) {
    animation: move3 2s infinite ease-in-out;
    animation-delay: .6s;
    background-color: #e75c35;
}
@keyframes move{
  0%{
     width: 40px;
  }
  50%{
    width: 30px;
  }
  100%{
    width: 40px;
  }
} 
@keyframes move2{
  0%{
     width: 40px;
  }
  50%{
    width: 30px;
  }
  100%{
    width: 40px;
  }
} 
@keyframes move3{
  0%{
     width: 40px;
  }
  50%{
    width: 30px;
  }
  100%{
    width: 40px;
  }
} 
.innertog1 {
  cursor: pointer;
}
.innertog1 .togline1{
  height: 1px;
  width: 40px;
  background-color: #000000;
  margin-left: auto;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
}

.innertog1 .togline1:nth-child(1) {
    animation: move11 2s infinite ease-in-out;
    background-color: #2a77b1;
}
.innertog1 .togline1:nth-child(2) {
    animation: move22 2s infinite ease-in-out;
    animation-delay: .3s;
    background-color: #3eaa51;
}
.innertog1 .togline1:nth-child(3) {
    animation: move33 2s infinite ease-in-out;
    animation-delay: .6s;
    background-color: #e75c35;
}
@keyframes move11{
  0%{
     width: 40px;
  }
  50%{
    width: 30px;
  }
  100%{
    width: 40px;
  }
} 
@keyframes move22{
  0%{
     width: 40px;
  }
  50%{
    width: 30px;
  }
  100%{
    width: 40px;
  }
} 
@keyframes move33{
  0%{
     width: 40px;
  }
  50%{
    width: 30px;
  }
  100%{
    width: 40px;
  }
} 
/* .innertog{
  height: 50px;
  width: 50px;
  margin-left: auto;
  position: relative;
} */
/* .innertog .togline::after {
    position: absolute;
    content: "";
    background-color: #000000;
    background-size: contain;
    height: 0.5px;
    width: 25px;
    top: -9px;
    left: 0;
    animation: move 2s infinite;
}
.innertog .togline::before{
  position: absolute;
  content: "";
  background-color: #000000;
  background-size: contain;
  height: 1.5px;
  width: 25px;
  bottom: -9px;
  left: 0;
  animation: move 2s infinite;
}
@keyframes move{
  0%{
     width: 25px;
  }
  50%{
    width: 35px;
  }
  100%{
    width: 25px;
  }
} */
.navbbb{
  padding: 1rem 0;
}

.navbbb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999999999999;
}

.bannersl img{
  height: 100vh;
  object-fit: cover;
}
.bannersl{
  position: relative;
}
.bannersl::after {
    position: absolute;
    content: "";
    background-color: #00000082;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


.bannertxt{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  width: 80%;
}
.bannertxt h2 {
    font-size: 70px;
    letter-spacing: 0.55px;
    color: #fff;
    text-align: center;
}
.bannertxt h2:nth-child(1) {
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff4f;
    -webkit-text-fill-color: unset;
    font-size: 80px;
}
.bannertxt h2:nth-child(2) {
  font-weight: 300;
}

.arrowdown {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: 5%;
    left: 50%;
    z-index: 99;
    overflow: hidden;
    transform: translateX(-50%);
}
.arrowdown img{
  position: absolute;
  height: 20px;
  width: 20px;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  filter: brightness(0)invert(1);
  animation: animation 3s infinite;
}
@keyframes animation{
  0%{
    top: -100%;
  }
  50%{
    top: 50%;
  }
  100%{
    top: 150%;
  }
}
.ivv{
  margin-top: 6rem;
}

.middleabout h2{
  font-size: 50px;
  letter-spacing: 0.55px;
  color: #000;
}
.middleabout p{
  font-size: 18px;
  letter-spacing: 0.55px;
  line-height: 29px;
  font-weight: 300;
}

.left-about img {
    width: 406px;
    height: 360px;
    position: absolute;
    top: -166px;
    left: 0;
    border-radius: 0 15px 15px 0;
}
.right-about img {
    width: 406px;
    height: 360px;
    position: absolute;
    top: 15%;
    right: 0;
    border-radius: 15px 0 0 15px;
}
.ivv1{
  margin-top: 18rem;
}
.btx a{
  padding: 10px 20px;
  border: 1px solid #000;
  text-decoration: none;
  display: inline-block;
  color: #000000;
  font-size: 18px;
  margin-top: 25px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all .4s;
}
.btx a::after {
    position: absolute;
    content: "";
    background-color: #000;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    background-size: contain;
    height: 100%;
    width: 60%;
    top: 0;
    left: -60%;
    z-index: -1;
    transition: all .4s;
}
.btx a::before {
    position: absolute;
    content: "";
    background-color: #000;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-size: contain;
    height: 100%;
    width: 60%;
    top: 0;
    right: -60%;
    z-index: -1;
    transition: all .4s;
}
.btx a:hover::after{
  left: 0;
}
.btx a:hover::before{
  right: 0;
}
.btx a:hover{
  color: #fff;
}
a{
    text-decoration:none;
}
/*.bv1{*/
/*  transform: translateX(-50%);*/
/*}*/


/*.bv2{*/
/*  transform: translateX(50%);*/
/*}*/
.about{
  overflow: hidden;
}
.ppaarraa{
  opacity: 0;
}
.serlist::after {
    position: absolute;
    content: "";
    background-color: #0000005e;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
}
.serlist:hover::after {
    background-color: #0000008f;
}
.senm{
  bottom: 5%;
  left: 5%;
  z-index: 9;
  transition: all .3s;
}
.serlist:hover .senm {
    bottom: 70%;
}
.senm h5{
  color: #fff;
}
.serhd h2{
  font-size: 45px;
}
.serhd p {
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 300;
}
.services
 {
    background-color: #f1f1f1;
}
.serlist {
    transform: rotateY(90deg);
    border-radius: 10px;
    overflow: hidden;
}
.leftimggg img {
    border-radius: 0 20px 20px 0;
    /* box-shadow: black 2px 0px 8px -5px; */
}


.footer-head {
    z-index: 1;
    padding: 2rem 0 !important;
    background-color: #000059;
}

.footer-head::after {
    position: absolute;
    content: "";
    background-image: url(../images/header-pattern.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .5;
}

.right-bt a {
    letter-spacing: 1px;
    font-size: 17px;
    padding: 13px 22px;
    font-weight: 500;
    font-family: sans-serif;
}
.copy p a, .right-bt a {
    color: #d90101;
}
.main-footer {
    padding: 2rem 0;
}
.scl {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}
.bk-ar img, .scl img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.bk-ar, .footer-head, .hhd h5, .scl {
    position: relative;
}
.right-bt a, .scl {
    background-color: #ffffff;
    border: 1px solid #fff;
    transition:all .3s;
}
.scl:hover{
    transform:scale(1.1)translateY(-5px);
}
.bk-ar img, .scl img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.bk-ar img, .over, .over p, .scl img, .se-ser {
    transform: translate(-50%, -50%);
}
.expl ul li a {
    letter-spacing: .55px;
    font-weight: 300;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    padding: 4px 0;
    display: flex;
}

.expl ul li{
  list-style-type: none;
}
.leffkdfg h2{
  font-size: 50px;
  letter-spacing: 0.55px;
  line-height: 69px;
}
.leffkdfg P {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 300;
    line-height: 31px;
}
.gdlist h2 {
    font-size: 25px;
    letter-spacing: 0.55px;
    font-weight: 500;
    font-family: sans-serif;
    line-height: 35px;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
}
.gdlist h2 img{
        width: 50px;
}
.gdlist p {
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 300;
}

.navbbb {
    padding: 0;
    background-color: #fff;
    box-shadow: #00000024 0px 0px 25px -5px;
}








.saa li a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}

.logo img {
    width: 30% !important;
}
.sdfsdfsdf{
  text-decoration: none;
}
.newsdt{
      padding: 10px 10px 30px 10px;
  transition:all .3s;
}
.newsimg:hover .newsdt{
    box-shadow: black 0px 1px 12px -9px;
}
.newsdt span {
    color: #000;
    font-size: 17px;
    letter-spacing: 0.55px;
}
.newsdt h5 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.55px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 10px !important;
}

.ar {
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: 0.5;
}
.ar img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)rotate(-45deg);
  width: 20px;
  transition: all .3s;
}
.newslist:hover .ar img{
  transform: translate(-50%,-50%)rotate(0);
}
.newsimg img{
  border-radius: 10px 10px 0 0;
}


.clientswiper {
  width: 100%;
  height: 100%;
}

.clientswiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #44444400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clientswiper .swiper-slide img {
    display: block;
    width: 55%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    filter: brightness(0) invert(1);
}
.clients {
    padding: 5rem 0;
    background-color: #000059;
}


.contact-small-widget {
    padding: 35px;
    background: #000818;
    margin-bottom: 15px;
    position: sticky;
    top: 7rem;
}
.contact-small-widget::after {
  right: 0px;
  content: "";
  position: absolute;
  width: 28px;
  height: 59px;
  background-color: #000818;
  transform: rotate(45deg);
  top: 50px;
}

.contact-small-widget h2 {
  color: #fff;
  font-size: 29px;
  letter-spacing: 0.55px;
  font-weight: 500;
}

.contact-item span {
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.55px;
}
.contact-item p {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.55px;
}
/* .contact-item {
  margin-bottom: 25px;
} */
.jou {
  display: flex;
  gap: 4%;
  align-items: center;
  margin-bottom: 9px;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
}
.contimg img {
    width: 27px;
}
.saz {
  margin-bottom: 0%;
  margin-top: 9%;
}
.blog-title h2 {
    color: #000;
    font-size: 32px;
    /* font-weight: 700; */
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
    border-left: solid 4px #f07800b0;
    font-size: 34px;
    letter-spacing: 0.55px;
    line-height: 44px;
}
.main-contact-content .input-box {
    /*margin-bottom: 11px;*/
}
.main-contact-content .input-box .form-label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  /* display: inline-block; */
  letter-spacing: 0.55px;
}
.main-contact-content .input-box .form-label span {
  color: #c1272d;
  display: inline-block;
}
.main-contact-content .input-box .form-control {
    height: 51px;
    padding-left: 17px;
    border: 1px solid #c4c4c4e8;
    font-size: 13px;
    border-radius: 5px;
    background-color: #f3f3f66b;
}
.main-contact-content .input-box .form-control::-moz-placeholder {
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.main-contact-content .input-box .form-control::placeholder {
  transition: 0.6s;
}
.main-contact-content .input-box .form-control:focus {
  box-shadow: unset;
}
.main-contact-content .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}
.main-contact-content .input-box .form-control:focus::placeholder {
  color: transparent;
}
.main-contact-content .input-box p {
  margin-bottom: 5px;
}
.main-contact-content .input-box .input-with-icon {
  height: 60px;
  position: relative;
}

.main-contact-content .input-box .input-with-icon .form-control {
  background: #f3f3f66b;
}
.main-contact-content .input-box .con-pr {
  position: absolute;
  left: 18px;
  top: 47%;
  transform: translateY(-57%);
  /* font-size: 20px; */
}
.con-pr img {
  width: 23px;
}
.main-contact-content .input-box textarea {
    padding-top: 15px;
    height: 14vh !important;
}
.tree{
    margin-top:-2%;
}
.main-contact-content .input-box .wpcf7-not-valid-tip {
  margin-top: 3px;
}
.main-contact-content .form-check {
  margin-bottom: 25px;
}
.main-contact-content .form-check .form-check-input input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #9b9bad;
  background-color: #f3f3f6;
}
.main-contact-content .form-check .form-check-input input:focus {
  box-shadow: unset;
}
.main-contact-content
  .form-check
  .form-check-input
  input:checked[type="radio"] {
  background-image: url(../img/svgs/select.svg);
  background-size: 12px 12px;
  background-position: center center;
}
.main-contact-content .form-check .wpcf7-list-item-label {
  font-weight: 500;
  margin-left: 15px;
  white-space: nowrap;
  position: relative;
  top: -32px;
  margin-left: 32px;
}
.main-contact-content .form-check .wpcf7-not-valid-tip {
  position: relative;
  top: 20px;
}
.main-contact-content .default-btn {
  line-height: 0;
  padding: 28px 32px;
}
.main-contact-content {
    /* border-radius: 15px; */
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 43px 43px 37px;
}
.vod {
  text-align: center;
  margin-top: 2%;
}
/* contact us end */

/* breadcumb start */
.breadcrumb__bg {
    background-size: cover;
    background-position: center;
    position: relative;
}
.bjbj {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 999;
}
.breadcrumb__area img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.breadcrumb__content h2 {
    color: #000000;
    font-size: 45px;
    letter-spacing: 0.55px;
    font-family: 'Mollie', sans-serif;
}
.breadcrumb{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 6px;
}
.gut{
  margin-top: 6%;
}
.breadcrumb__area{
  margin-top: 7rem;
}
/* breadcumb end */
gallery y */
.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: #f7d0a0;
  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: #000000;
  font-size: 19px;
  letter-spacing: 0.55px;
}
.rans{
  cursor: pointer;
}
.rans img{height: 300px;object-fit: cover;}
.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: 19px;
  letter-spacing: 0.55px;
}
.mm{
  overflow: hidden;
}
.gl11 img{
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}
.view-image {
    z-index: 9999 !important;
}
/* gallery end */



.subimg{
  height: 80px;
  width: 80px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}
.subimg img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40px;
}

.subab {
    position: relative;
    background-image: url(../images/abqq.jpg);
    padding: 3rem 0 5rem;
    z-index: 1;
    background-attachment: fixed;
}
.subli{
  text-align: center;
}
.subli h5{
  font-size: 24px;
  letter-spacing: 0.55px;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  color: #fff;
}
.subli p{
  font-size: 18px;
  letter-spacing: 0.55px;
  color: #fff;
}
.subab::after {
    position: absolute;
    content: "";
    background-color: #0000009c;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(4px);
}
.subli{
  border-right: 1px solid rgba(211, 211, 211, 0.514);
  height: 100%;
  padding: 0 20px;
}


.en{
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/enq.jpg);
}
.en::after {
    position: absolute;
    content: "";
    background-color: #000000b0;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.inner_en {
    position: absolute;
    width: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 10px;
}
.heading h2{
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
}
.form-wrap input,.form-wrap select {
    border-radius: 0;
    border: 1px solid rgb(0 0 0 / 25%);
    outline: none;
    box-shadow: none;
    background-color: transparent;
    margin-top: 10px;
    height: 45px;
}
.form-wrap textarea{
  border-radius: 0;
  border: 1px solid rgb(0 0 0 / 25%);
  outline: none;
  box-shadow: none;
  background-color: transparent;
  margin-top: 10px;
  height: 100px;
}
.clocc{
  top: 3%;
  right: 2%;
}
.right-bt a{
  text-decoration: none;
}

.serlist{
  cursor: pointer;
}

.clientswiper .swiper-button-next:after, .clientswiper .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;
    font-size: 25px;
    color: #fff;
}











/* 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: initial;
  right: initial;
  top: 50%;
  left: 50%;
  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) translate(-50%, -50%);
}

@media only screen and (max-width: 480px) {
    #whatsapp-chat {
        max-width: 340px;
        width: 100%;
        bottom: 172px;
        height: 450px;
    }
}

#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: #000277;
  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: 300;
    padding: 10px;
    background: #000277;
    display: flex
;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

#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: 25px;
    filter: brightness(0) invert(1);
}

.mainwp {
  position: relative;
  z-index: 99999999999999999999999999999999999999999;
}
.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);
}


.bannerswiperr {
  width: 100%;
  height: 100%;
}

.bannerswiperr .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  justify-content: center;
  align-items: center;
}

.bannerswiperr .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.bannerswiperr .swiper-button-next::after{
  content: url(../images/arr.png);
  transform: rotate(180deg);
  filter: brightness(0)invert(1);
}
.bannerswiperr .swiper-button-prev::after{
  content: url(../images/arr.png);
  filter: brightness(0)invert(1);
}
.bannerswiperr .swiper-button-next {
    right: 43%;
    top: 81%;
}
.bannerswiperr .swiper-button-prev {
    left: 43%;
    top: 80%;
}

.avtt a{
    color:#dc6849 !important;
}

.toggleeee {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    z-index: 99999999999;
    background: linear-gradient(44deg, #43afff, #002747);
    /* display: none; */
    transition:all .3s;
}
.toggleeeenew{
    left:0 !important;
}
.saa21 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    gap: 15px !important;
    text-align: center;
}
.saa21 a {
    font-size: 46px !important;
    font-family: 'Mollie';
    text-transform: none !important;
    color: #fff !important;
}
.sdfsdfdd{
    top:5%;
    right:5%;
    z-index:999999;
    cursor:pointer;
}

.vbvb li a{
    transition:all .3s;
}
.vbvb li a:hover{
    letter-spacing:1px;
    color:#dc6849;
}


.breadcrumb__area12{
    position:relative;
}
.breadcrumb__area12::after {
    position: absolute;
    content: "";
    background-color: #00000054;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.innerabout1 ol li h4{
    background: linear-gradient(90deg, #ffdcd3, transparent);
    padding: 10px;
    border-radius: 8px;
}
  .socialll {
      position: fixed;
      top: 50%;
      left: 0;
      z-index: 9;
      transform: translateY(-50%);
    }

    .scl1 {
      background-color: red;
      border-radius: 0 5px 5px 0;
      position: relative;
      padding: 10px;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 10px;
      overflow: hidden;
      width: fit-content;
      transition: width 0.3s;
    }

.scl1 img {
    width: 19px;
    filter: invert(1);
}

    .scl1 p {
      white-space: nowrap;
      overflow: hidden;
      opacity: 0;
      max-width: 0;
      margin: 0;
      transition: all 0.3s ease;
    }

    .scl1:hover p {
      max-width: 200px;
      opacity: 1;
      color:#fff;
    }
    
    .saa21 a{
        transition:all .3s;
    }
    .saa21 a:hover{
            background: none;
    color: transparent !important;
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: unset;
    }
    
.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;
}

.view-image {
    z-index: 999999999999999999 !important;
}



/*rupali start*/
.cvx{
width: 19px;
}
 .dropd a:hover .cvx{
    transform: rotate(180deg);
  }
   .dropd a .cvx{
   transition: all .3s
   }
   
   .serli{
        padding:10px;
       background-color:#fff;
       border-radius:10px;
       height:100%;
   }
.serli h5 {
    text-align: center;
    color: #000;
    transition:all .3s;
}
.serli:hover h5{
    color:#2a77b4;
}
   
   .rightabout24{
       position:sticky;
       top:7rem;
   }