@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto: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&family=Teko:wght@300..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body{
  font-family: "Poppins", sans-serif;
}
.asdsadasdasdasd .rans p{
    display:none;
}

.navbar-nav1 {
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: center;
  gap: 33px;
}
#contact_section .contact_sectionForms .contact_sectionFormsWrapper {
    position: relative;
    padding-left: 202px;
    padding-right: 30px;
}
.asdasd{
    cursor:pointer;
}
.Enquiry2{
    padding-top: 11rem;
}
.inner-pop6253 {
    width: 61% !important;
    margin: auto;
    box-shadow: black 0px 0px 25px -16px;
    border-radius: 15px;
    overflow: hidden;
}
.en-img img{
        height: 670px !important;
    object-fit: cover;
}
.ongoing-project img{
    height:300px;
    object-fit:cover;
}
.asdasd img{
    border-radius:15px;
}
.navbar-nav1 li{
  list-style-type: none;
  color: #fff;
}
.navbar-nav1 li a {
  color: #000000;
  font-size: 17px;
  letter-spacing: 0.55px;
  padding: 40px 0;
}
.dropdown_menu li a {
    padding: 10px;
    position: relative;
    z-index: 1;
    display: block;
    transition:all .3s;
}
.dropdown_menu li a::after{
    position:absolute;
    content:"";
    background-color:#051d43;
    background-size:contain;
    height:100%;
    width:0%;
    top:0;
    left:0;
    z-index:-1;
    transition:all .3s;
}
.dropdown_menu li a:hover::after{
    width:100%;
}
.dropdown_menu li a:hover{
    color:#fff;
}
.nav-link1{
  transition: all .3s;
}
.nav-link1new{
  color: #000 !important;
}
.nav-item1 a{
  text-decoration: none;
}
.topnav {
  background-color: #fff;
  box-shadow: black 0px 0px 25px -16px;
  z-index: 9999999999999999999999 !important;
}
.left-logo {
    padding: 2px;
}
.left-logo img {
  width: 50% !important;
}
.nav-item1 img{
  width: 40px;
}
/* banner start---------------------------------- */

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

.bannerslide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerslide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
  object-position: left;
}
.bannerslide .swiper-slide{
  position: relative;
}  
.bannerslide .swiper-slide::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #00000063 39%, transparent);
    /* background-color: #00000042; */
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.banner-txt{
  top: 40%;
  left: 10%;
  transform: translateY(-60%);
  z-index: 9999999999;
  opacity: 0;
  transition: all 2s;
}
.banner-txt h2 {
    font-size: 48px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}
.bannerslide .swiper-slide-active .banner-txt {
  top: 60%;
  opacity: 1;
  width: 45%;
}
.bannerslide .swiper-button-next:after, .bannerslide .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: 0;
  color: rgb(156, 156, 156);
  font-size: 20px;
  content: url(../images/right-arrow.png);
}

.bannerslide .swiper-button-next:after {
  color: rgb(156, 156, 156);
  font-size: 20px;
  content: url(../images/right-arrow.png);
}
.bannerslide .swiper-button-prev:after {
  color: rgb(156, 156, 156);
  font-size: 20px;
  content: url(../images/right-arrow.png);
  transform: rotate(180deg);
}


.bannerslide  .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: auto;
  left: 6%;
  top: 55%;
  filter: brightness(0) invert(1);
}
.bannerslide  .swiper-button-next, .swiper-rtl .swiper-button-next {
  left: auto;
  right: 6%;
  top: 55%;
  filter: brightness(0) invert(1);
}
.bannerslide  .swiper-button-prev::before{
  position: absolute;
  content: "";
  border: 1px solid rgb(255, 255, 255);
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}
.bannerslide  .swiper-button-next::before{
  position: absolute;
  content: "";
  border: 1px solid rgb(255, 255, 255);
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}
.banner-txt p {
  color: #fff;
  text-align: left;
  letter-spacing:0.55px;
}
.en-bt a {
  padding: 10px 40px;
  background-color: #030a6b;
  color: #fff !important;
  border: 1px solid #030a6b;
  transition: all .3s;
  border-radius: 30px;
}
.en-bt a:hover{
  background-color: #b09501;
  color: #ffffff !important;
  border: 1px solid #b09501;
}
.en-bt1 {
  width: fit-content;
  margin-top: 2rem;
}
/* banner end */


/* text-slide start */
.text-slide h2 {
  font-size: 150px;
  font-weight: 700;
  background: none;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0089cf4f;
  -webkit-text-fill-color: unset;
  letter-spacing: 2px;
  padding: 3rem 0;
}
.zz{
  font-size: 17px;
  letter-spacing: 0.55px;
  color: #292929;
  line-height: 28px;
  font-weight: 300;
}


/* text-slide end */


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

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

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

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

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

.about{
  padding: 0 0 4rem 0;
}
.num h2 {
  font-size: 70px;
  font-weight: 500;
  color: #b09501;
}
.over p {
  font-size: 20px;
  font-weight: 500;
  writing-mode: rl-tb;
  text-transform: uppercase;
  color: #030a6b;
  transform: rotate(270deg) translateX(-11px) translateY(15px);
}
.pro p{
  font-size: 17px;
  letter-spacing: 0.55px;
}

.xx{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    FONT-SIZE: 18PX;
    FONT-WEIGHT: 400;
    margin-bottom: 10px;
}
.yy{
  font-size: 32px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
/* about end */

/* SERVICE START */
.left-ser span {
  font-size: 18px;
  letter-spacing: 17px;
  font-weight: 300;
  color: rgb(13 110 253);
}
.services-list-block img {
  margin-bottom: 10px;
}
.services-list-block h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.services-list-block p {
  font-size: 15px;
  color: #444;
  letter-spacing: 0.55px;
}
.ff{
  height: 600px;
}
.services-list-block{
  cursor: pointer;
}

.service {
  padding: 0rem 0;
  background-color: whitesmoke;
  background: linear-gradient(104.26deg, rgba(226, 243, 247, .75), hsla(0, 12%, 91%, .22) 99.32%);
}
.right-career h2{
  font-size: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    color: gray;
}
.right-career h2 span{
  color:#030a6b;
}
.right-career h5{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.55px;
}
.container12{
  width: 90%;
  margin-left: auto;
}
/* SERVICE END */


/* key figure start */
.key-hd p{
  font-size: 18px;
  letter-spacing: 0.55px;
}
.key-hd h2 {
  font-size: 35px;
  letter-spacing: 0.55px;
  font-weight: 500;
}
.key {
  padding: 6rem 0 7rem;
  margin: 4rem 0 0;
}
.key-hd{
  padding: 2rem 0;
}
.clientslide .swiper-slide img {
    width: 130%;
}
.left-client {
  padding: 5rem;
  background-color: #030a6b;
}
.left-client h2{
  margin: 0;
  font-size: 32px;
  letter-spacing: 0.55px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 1;
  color: #b09501 !important;
}
/* key figure end */
.client {
  box-shadow: black 0px 0px 25px -18px;
}
/* news start */
.dates p {
  font-size: 14px;
  font-weight: 500;
  color: #494949 !important;
  margin-bottom: 0;
}
.post-summary .post-title {
  width: 100%;
  margin: 0 0 15px;
  line-height: 1.33;
  letter-spacing: -0.6px;
  font-size: 20px;
}
.post-title {
    color: #000;
    line-height: 1.5;
}
.post-summary .post-excerpt {
  margin: 0 0 15px;
  line-height: 1.65;
  color: #919191;
  font-size: 0.95em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.read p {
  color: #15396d;
  font-weight: 500;
}
.post-image img{
  border-radius: 7px;
}
.elementor-78607 .elementor-element.elementor-element-733897a .elementor-button {
  font-family: "Montserrat";
  font-size: 0.9375rem;
  font-weight: 700;
  fill: var(--e-global-color-cacf1c8);
  color: var(--e-global-color-cacf1c8);
  background-color: #61CE7000;
  border-radius: 0px 0px 0px 0px;
}
.cust_btn_new a:before {
  border-top: 2px solid #212e8a !important;
  border-left: 2px solid #212e8a !important;
}
.cust_btn_new a:before {
  content: '';
  height: 25px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid #F7D700;
  border-left: 1px solid #F7D700;
  transition: .3s;
}
.cust_btn_new a:after {
  border-bottom: 2px solid #212e8a !important;
  border-right: 2px solid #212e8a !important;
}
.cust_btn_new a:after {
  content: '';
  height: 25px;
  width: 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #F7D700;
  border-right: 1px solid #F7D700;
  transition: .3s;
}
.elementor-button-wrapper a{
  text-decoration: none;
  color: #030a6b;
  padding: 9px 20px;
  border: 1px solid #030a6b;
  transition: all .3s;
  border-radius: 30px;

}
.elementor-button-wrapper {
  margin-top: 3rem !important;
}
.elementor-button-wrapper a:hover{
  background-color: #030a6b;
  color: #fff;
}
/* news end */




/* 08/15/24 */

#blog_section, #certificate_section, #contact_section, #news-events-detailsSection, #presence_section, #student_placed, #termsandconditions {
  position: relative;
  padding: 6rem 0;
}
#contact_section .contact_sectionAddress {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #030a6b;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .15);
  border-radius: 20px;
  padding: 80px 30px;
}
#contact_section .contact_sectionAddress .contact_sectionAddressWrapper {
  background: #141b79;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 15px;
  gap: 10px;
  box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.heading.noSide {
  padding-left: 0;
  border-left: 0;
}
.heading h1, .heading h2 {
  font-family: var(--heading-font);
  text-transform: capitalize;
}
.heading p {
  margin-top: var(--regular-font);
  margin-bottom: var(--font-regular);
  line-height: var(--font-h4);
  color: var(--font-clr-dark-light);
}
.heading p, .hero_btn {
  font-size: var(--font-regular);
  font-family: var(--heading-font);
}
#contact_section .contact_sectionForms {
  position: relative;
  padding: 80px 0;
  background-color: var(--font-clr-white-rglr);
  box-shadow: 0 10px 30px -10px rgba(0,0,0,.15);
  border-radius: var(--border-radius-20px);
}
@media only screen and (max-width: 1600px){
#contact_section .contact_sectionForms .contact_sectionFormsWrapper {
    position: relative;
    padding-left: 120px;
    padding-right: 30px;
}
}
@media only screen and (max-width: 1536px){
    .clientslide .swiper-slide img {
    width: 110%;
}
#contact_section .contact_sectionForms .contact_sectionFormsWrapper {
    position: relative;
    padding-left: 115px;
    padding-right: 30px;
}
}
.form-row label, .headerPopUp .enorllForm_rightWrapper .form-row label {
  font-size: var(--font-small);
  font-weight: var(--weight-400);
  font-family: var(--heading-font);
  color: #181818;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}
.form-row .form-control, .form-row .form-select {
  border-radius: var(--border-radius-5px);
  height: 44px;
  margin-bottom: 10px;
}
.form-row .form-control, .form-row .form-select {
  border-radius: var(--border-radius-5px);
  height: 44px;
  margin-bottom: 10px;
}
.hero_btn {
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  padding: 12px 20px;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,.4);
  background: var(--logo-clr);
  color: white;
  transition: all .3s;
  border: 1px solid transparent;
  display: block;
  width: fit-content;
  border-radius: 5px;
  letter-spacing: 1px;
}
.heading h2 {
  font-weight:600;
  color: #fff;
  font-size: 16px;
}
.heading1 h2 {
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  line-height: 44px;
}
.heading1 h2 span {
  color: #030a6b;
}
#callBackSection .callBackSection .callBackSectionText .btn_group .hero_btn.btn_invers:hover, .hero_btn:hover {
  background: #390fa3;
  border-color: var(--logo-clr);
  color: #fff;
}
.form-row label .star {
  color: #dc143c;
}
.heading1 p{
  font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 26px;
}
.unsyle{
  padding-left:0;
  margin-top: 1rem;
}
.unsyle li {
  list-style-type: none;
  font-size: 16px;
  letter-spacing: 0.55px;
  padding: 4px 0;
}
.unsyle li img{
  width: 20px;
}
.career-img img{
  height: 500px;
    object-fit: cover;
    border-radius: 30px;
}
.career{
  width: 100%;
  margin-left: auto;
}
.see-pos a {
    text-decoration: none;
    padding: 9px 22px;
    border: 1px solid #030a6b7a;
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #ffffff;
    transition: all .3s;
    background-color: #030a6b;
}
.see-pos a:hover{
  background-color: #fff;
  color: #030a6b;
}
.see-pos{
  margin-top: 3rem;
}
.career-list {
  box-shadow: black 0px 0px 25px -15px;
  padding: 2rem 1rem;
  background: linear-gradient(360deg, #ebfeff 0, #1c635f00 100%);
  border-radius: 13px;
}
.about-job p {
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #000;
  line-height: 26px;
}
.inner-career-details {
  padding: 2rem;
  box-shadow: black 0px 0px 17px -12px;
}




.dropdown_menu{
  width: 350px;
  background-color: #ffffff;
  top: 100%;
  left: -52%;
  padding: 0;
  transform: translateY(64%);
  opacity: 0;
  height: 0;
  transition: all .3s;
  overflow: hidden;
}
.drop_down:hover .dropdown_menu{
  transform: translateY(0%);
  opacity: 1;
  height: auto;
}
.dropdown_menu li {
    padding: 0;
}
.dropdown_menu1 {
  bottom: -136px;
}
.drim{
  transition: all .3s;
  width: 20px;
  
}
.nav-item1 img {
  width: 24px;
  filter: brightness(0);
}
.xxcall{
  cursor: pointer;
}
.abc{
  filter: none !important;
}
.drop_down:hover .drim{
  transform: rotate(180deg);
}
.ffgg{
  display: flex;
  align-items: center;
  gap: 5px;
}
.heading122{
  position: relative;
  padding-left: 25px;
  border-left: 2px solid #6e71cc;
}
.heading122::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-color: rgba(110, 113, 204, .5215686275);
  top: -6px;
  left: -13px;
  border-radius: 50%;
}
.heading122::after {
  
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #6e71cc;
  top: 0;
  left: -7px;
  border-radius: 50%;
}
.blog_sectionImg img{
  border-radius: 15px;
}
#blog_section .blog_section .blog_sectionWrapper .blog_sectionImg .dateof__posted {
  position: absolute;
  bottom: 27px;
  right: 15px;
  background: #fff;
  padding: 5px 8px 5px 24px;
  border-radius: 5px;
}
#blog_section .blog_section .blog_sectionWrapper .blog_sectionImg {
  border-radius: var(--border-radius-15px);
  overflow: hidden;
  box-shadow: 0 20px 15px -8px rgba(43, 10, 126, .2);
  position: relative;
  /* height: 187px; */
}
#blog_section .blog_section .blog_sectionWrapper .blog_sectionText h5 {
  color: #6c6fc8;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25px;
}
a{
  text-decoration: none;
}
#blog_section .blog_section .blog_sectionWrapper .blog_sectionText .knw_mr {
  color: #6e71cc;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #6e71cc;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  transition: all .3s;
}
#blog_section .blog_section .blog_sectionWrapper {
  position: relative;
  background-color: var(--font-clr-white-rglr);
  border: 1px solid #ededed;
  border-radius: 15px;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .15);
  height: 100%;
}
.blog_sectionText{
  padding: 15px;
}
#blog_section .blog_section .blog_sectionWrapper .blog_sectionImg .dateof__posted {
  position: absolute;
  bottom: 20px;
  right: 15px;
  background: #fff;
  padding: 5px 8px 5px 8px;
  border-radius: 5px;
}
.dateof__posted{
  display: flex;
  align-items: center;
  gap: 5px;
}
.dateof__posted img{
  width: 18px;
}
#news-events-detailsSection .detailsSection-right {
  position: -webkit-sticky;
  position: sticky;
  padding-left: 30px;
  border-left: 1px solid #ebe9e9;
  top: 70px;
}

/* image gallery */
.gl11 {
  position: relative;
  border-radius: 10px 10px 0 0;
  }
.gl11 img, .gl-img {
    border-radius: 10px 10px 0 0;
    height: 263px !important;
    object-fit: cover;
}
  .gl11::before {
      position: absolute;
      content: "";
      background-color: #ffffff50;
      background-size: contain;
      height: 0%;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 9;
      transition: all .5s;
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
  .gl11::after {
      position: absolute;
      content: "";
      background-color: #ffffff50;
      background-size: contain;
      height: 0%;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 9;
      transition: all .5s;
      clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  
  .gl-img {
  box-shadow: black 0px 0px 11px -5px;
  }
  .gl-img:hover .gl11::before,.gl-img:hover .gl11::after {
  height: 75%;
  }
  .gl-btn p {
  font-size: 15px;
  color: #ffffff;
  }
  .dq {
    padding: 10px 10px 10px;
    transition: all .3s;
    background-color: #ffffff;
    color: #030a6b;
    border-radius: 0 0 10px 10px;
}
  .mm a{
  text-decoration: none;
  }
.glrx-h img {
    width: 100%;
    border-radius: 9px;
    height: 235px;
    object-fit: cover;
}
.ppl {
    bottom: 0%;
    padding: 5px 3px;
    background: linear-gradient(90deg, #ffffff, transparent);
    /* background-color: gray; */
    width: 161px;
    display: flex;
    gap: 7px;
    z-index: 999;
    align-items: center;
}
.view-image {
    z-index: 99999999999 !important;
}
.ppl1 {
    bottom: 0%;
    padding: 5px 8px;
    background: linear-gradient(90deg, #ffffff, transparent);
    /* background-color: gray; */
    width: 115px;
    display: flex;
    gap: 7px;
    z-index: 999;
    align-items: center;
}
  .ppl p{
      color:#000000;
      margin:0;
  }
  .ppl img{
      width:16px;
      filter: brightness(0);
  }
  .ppl1 p{
      color:#000000;
      margin:0;
  }
  .ppl1 img{
      width:16px;
      filter: brightness(0);
  }
  .dq p{
      font-size:18px;
      letter-spacing:0.55px;
  }
  .rans p {
    padding: 10px;
    background-color: #fff;
    text-align: center;
    border-radius: 0 0 9px 9px;
}
.rans {
  border-radius: 9px 9px;
}
  /* image gallery */
  

  /* career posp */
.career-pop, .Enquiry {
    background-color: #000000b3;
    height: 100vh;
    width: 100%;
    z-index: 9999999999999999;
    backdrop-filter: blur(8px);
}
    .inner-pop{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }

    .form-row label, .headerPopUp .enorllForm_rightWrapper .form-row label {
      font-size: 15px;
      font-weight: 400;
      color: #181818;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-bottom: 5px;
  }
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 0.5rem;
    outline: 0;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem;
}
.btn-close {
  width: 30px;
  height: 30px;
  right: 25px;
  top: 10px;
  background-size: 15px;
  opacity: 1;
  z-index: 1;
  border: 1px solid #fa0000;
  background-image: url(../images/close_btn.png);
}
.btn-close, .heading::after, .heading::before {
  position: absolute;
  border-radius: 50%;
}
.btn-close{
  background-color: #fff;
}
#callBackSection .callBackSection .callBackSectionText .btn_group .hero_btn.btn_invers:hover, .hero_btn:hover {
  background: #141b79;
  border-color: #141b79;
  color: #fff;
}
.hero_btn {
    font-weight: var(--weight-400);
    text-align: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    padding: 12px 20px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .4);
    background: #030a6b;
    color: #fff;
    transition: var(--trans-nrml);
    border: 1px solid transparent;
    display: block;
    width: fit-content;
    border-radius: 5px;
    letter-spacing: 1px;
    height: fit-content;
}
.ccb{
  font-size: 17px;
  letter-spacing: 0.55px;
  font-weight: 400;
  margin-top: 10px !important;
}
.inner-pop{
  width: 45%;
}
  /* career pop end */

  #breadcrumb_bg{
    padding-top: 6rem;
  }

.bhj{
  color: #b0950130 !important;
}
/*.dropdown_menu2 {*/
/*    bottom: -226px;*/
/*}*/
.alsa img{
        height: 24px;
    width: 24px;
}

/* footer start */
.fo-txt h4 {
  font-size: 18px;
  letter-spacing: 0.55px;
  font-weight: 600;
  margin-bottom: 4px;
}
  .fo-txt span{
    font-size: 14px;
    letter-spacing: 0.55px;
  }
/* footer end */





.bt-footer {
  padding: 9rem 0 1rem;
}
footer {
    background-color: #000;
    background-image: linear-gradient(180deg, #2D2C2E 0%, #000000 100%);
    margin-top: 10rem;
}
.sendbtnnn {
    padding: 1rem;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-top: 1px solid #e1e1e1;
}
.sendbtnnn a {
    padding: 12px 39px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #051e43;
    color: #fff;
    letter-spacing: 0.55px;
    width: fit-content;
    margin: auto;
    font-size: 18px;
    border-radius: 6px;
    text-decoration: none;
}
.sendbtnnn a img {
    filter: brightness(0) invert(1);
    width: 18px;
}
.top-footer {
  padding: 15px;
  background-color: #fff;
  border-radius: 42px;
  width: 68%;
  margin: auto;
  top: -13%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: black 0px 0px 11px -7px;
  padding: 20px 29px;
}
.left-footer h2 {
  font-size: 25px;
  letter-spacing: 0.55px;
  font-weight: 500;
  margin-bottom: 0;
}
.left-footer span{
  font-size: 18px;
  color: #9ca2ff !important;
}
.left-footer p {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #fff;
  line-height: 28px;
  font-weight: 300;
  margin-top: 1rem;
}
.footer-hd h2{
  font-size: 20px;
  letter-spacing: 0.55px;
  color: #fff;
  font-weight: 400;

}
.footer-hd{
  position: relative;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.footer-hd::after{
  position: absolute;
  content: "";
  background-color: yellow;
  background-size: contain;
  height: 100%;
  width: 4px;
  left: 0;
  top: 0;
}
.g-xy li a{
  font-size: 16px;
  color: #fff;
}
.g-xy li{
  padding: 5px 0;
}


.faq-container {
  background-color: #fff0;
  border-radius: 10px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.faq-item {
  padding: 5px 0;
  /* border-bottom: 1px solid #e0e0e0; */
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 3px;
  padding-top: 3px;
  width: 100%;
  /* margin: 0 0 15px; */
  line-height: 1.33;
  letter-spacing: 0;
  font-size: 20px;
}
.faq-answer p {
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 25px;
}
.faq-answer {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding-left: 0;
  padding-right: 10px;
}

/* .faq-answer.active {
  border-bottom: 1px solid #e0e0e0;
} */

.icon-container i {
  font-size: 16px;
  cursor: pointer;
}
.icon-container .i img{
  transition: transform 0.8s ease-in-out;
}
.icon-container .active img {
  transform: rotate(180deg);
}

.leader-right{
  position: relative;
}
.leader-right::after {
  position: absolute;
  content: "";
  border: 21px solid #c0c4ff45;
  background-size: contain;
  height: 130%;
  width: 68%;
  top: 50%;
  right: -43%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.leader-right img{
  border: 10px solid #fff;
}
.leader-dt h5 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #030a6b;
  margin-top: 1rem !important;
}
.leader-dt span {
  font-size: 14px;
  letter-spacing: 0.55px;
  color: gray;
}
.lead-hd h2 img{
  opacity: 0.2;
}
.lead-hd h2{
  font-size: 30px;
    line-height: 22px;
}
.leader-dt {
  margin-top: 2rem !important;
}
.lead-hd p{
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 27px;
  margin-top: 1rem;
  color: #000;
}

.se-hd span {
  letter-spacing: 0.55px;
  color: #030a6b;
  font-size: 17px;
  letter-spacing: 0.55px;
  font-weight: 500;
}
/* .se-hd h2{
  font-size: ;
} */
.containerc125 {
  width: 40%;
  margin: auto;
}

 .dir-data{
  height: 100%;
  width:100%;
  top: 0;
  left: 0;
  background-color: #000000a6;
 }

 .inner-dir-data {
  bottom: 5%;
  left: 7%;
  z-index: 99;
  transition: all .3s;
}
.inner-dir-data h3 {
  font-size: 23px;
  letter-spacing: 0.55px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 4px;
}
 .inner-dir-data span{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #fff;
 }
 .inner-dir-data2{
  top: 10%;
  left: 10%;
  z-index: 99;
 }
 .dir-data{
  opacity: 0;
  transition: all .3s;
 }
 .inner-dir-data2 h3 {
  font-size: 26px;
  letter-spacing: 0.55px;
  color: #fff;
  font-weight: 500;
}
 .inner-dir-data2 p{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #FFF;
  font-weight: 300;
 }
 .left-sen:hover .dir-data{
  opacity: 1;
 }
 /*.left-sen:hover .inner-dir-data{*/
 /* opacity: 0;*/
 /*}*/

 .left-sen{
  box-shadow: black 0px 0px 14px -8px;
 }

 .mission {
  padding: 2rem;
  background-color: #030a6b;
}

.mission-img img{
  width: 60px;
}
.mission-hd h2 {
  font-size: 28px;
  letter-spacing: 0.55px;
  color: #b09501;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 1rem;
}
.mission-hd p{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
}

.mission1,.mission2,.mission3{
  position: relative;
  z-index: 1;
}
.mission1::after{
  position: absolute;
  content: "";
  background-image: url(../images/view.png);
  background-size: contain;
  height: 100px;
  width: 100px;
  bottom: 2rem;
  right: 2rem;
  z-index: -1;
  opacity: 0.1;
}
.mission2::after{
  position: absolute;
  content: "";
  background-image: url(../images/missi.png);
  background-size: contain;
  height: 100px;
  width: 100px;
  bottom: 2rem;
  right: 2rem;
  z-index: -1;
  opacity: 0.1;
}
.mission3::after{
  position: absolute;
  content: "";
  background-image: url(../images/badge.png);
  background-size: contain;
  height: 100px;
  width: 100px;
  bottom: 2rem;
  right: 2rem;
  z-index: -1;
  opacity: 0.1;
}

.ser-txt p {
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #000;
  line-height: 23px;
}
.ser-txt h2 {
  font-size: 24px;
  letter-spacing: 0.55px;
  color: #030a6b;
  font-weight: 500;
}
.ser-list1 {
  padding: 27px 10px;
  box-shadow: black 0px 0px 13px -8px;
  border-radius: 10px;
  height: 100%;
}
.ser-img {
  margin-top: -30%;
}
.ser-img img{
  border-radius: 5px;
}


.readm-bt a {
  padding: 8px 20px 8px 44px;
  background: linear-gradient(135deg, transparent 20%, #030a6b 0);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.55px;
  transition: all .3s;
}

.readm-bt{
  position: absolute;
  right: 6%;
  bottom: -3%;
}
.readm-bt a:hover{
  background: linear-gradient(135deg, transparent 20%, #0e1683 0);
  
}

.service_list_as_function .title {
  width: 100%;
  float: left;
  clear: both;
  padding: 29px 30px 26px 30px;
  background-color: rgb(29 35 122);
  position: relative;
  margin-bottom: 12px;
}
.service_list_as_function .title:after {
  content: '';
  position: absolute;
  left: 30px;
  top: 100%;
  border: 15px solid transparent;
  border-top-width: 13px;
  border-top-color: rgba(255, 255, 255, .1);
}
.service_list_as_function .title h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #eee;
  font-weight: 500;
}
.service_list_as_function .list_holder {
  width: 100%;
  float: left;
  clear: both;
  padding: 34px 30px;
  position: relative;
  z-index: 15;
  box-sizing: border-box;
}
.service_list_as_function {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
  background-color: #030a6b;
  box-sizing: border-box;
}
.service_list_as_function li a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0px;
  color: #eee;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}
.service_list_as_function li a:after {
  background-color: #ffc600;
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 3px;
  width: 30px;
  height: 1px;
  transition: all .3s ease;
}
.cddd li{
  padding: 7px 0;
}

.aswq{
  padding: 3rem 0;
}






table{
  border: 1px solid #030a6b;
}
td{
  border: 1px solid #030a6b;
  padding: 10px;
  color: #030a6b;
  font-weight: 500;
}
th{
  border: 1px solid #030a6b;
  padding: 20px;
  background-color: rgba(0, 0, 255, 0.295);
  color: #030a6b;
  font-size: 18px;
}

.pr-txx {
  position: initial !important;
  padding: 15px 10px;
  /* background-color: #030a6b; */
  width: 100%;
  left: 0;
  bottom: 0;
  /* background: linear-gradient(45deg, #797979, #030a6b); */
}

.pr-txx h5 {
  font-size: 18px;
  letter-spacing: 0.55px;
  color: #b09501;
  font-weight: 500;
}
/* .railway{
  position: relative;
}
.railway::after{
  position: absolute;
  content: "";
  background-image: url(../images/wail.png);
  background-size: contain;
  height: 100%;

  width: 100%;
  top: 0;
  right: 0;
  opacity: 0.1;
  z-index: -1;
  background-repeat: no-repeat;
} */
.zz11{
  text-align: justify;
}
.pr-txx img {
    width: 26px;
    height: auto;
    position: relative;
    animation: move 0.5s infinite;
}
@keyframes move{
  0%{
    margin-right: 0;
  }
  50%{
    margin-right: 7px;
  }
  100%{
    margin-right: 0;
  }
}
.dir-img2{
  position: relative;
  z-index: 1;
}
.dir-img2::after {
  position: absolute;
  content: "";
  background-color: #00000054;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background-repeat: no-repeat;
}
.left-career img{
  border-radius: 10px;
}

.other-pro ul li{
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 25px;
  margin: 10px 0;
}

.key{
  position: relative;
}
.key::after{
  position: absolute;
  content: "";
  background-image: url(../images/bg-faq.png);
  background-size: contain;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.bannerslide .swiper-slide img{
  transition: all 8s;
}
.bannerslide .swiper-slide-active img{
  transform: scale(1.2);
}

.services-list-block img{
  width: 60px;
}

.services-list-block h5{
  position: relative;
  width: fit-content;
  transition: all .3s;
}
.services-list-block h5::after {
  position: absolute;
  content: "";
  background-color: #b09501;
  background-size: contain;
  height: 1px;
  width: 0%;
  bottom: -21%;
  left: 0%;
  transition: all .3s;
}
.services-list-block:hover h5::after{
  width: 100%;
}
.services-list-block:hover h5{
  color: #b09501;
}

.breadtxt h2 {
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: 500;
}
.breadtxt {
  top: 60%;
  left: 10%;
  transform: translateY(-50%);
  /* transform: translate(-50%, -50%); */
}
.breadtxt h2{
  color: #fff;
}




.rans{
  cursor: pointer;
}
.ulx ul li{
  font-size: 17px;
  letter-spacing: 0.55px;
  line-height: 26px;
  padding: 5px 0;
}
.ulx ul{
  margin-top: 10px;
}

.sxl-bt {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.sxl-bt {
  margin-top: 2rem;
}
.d-bt11 {
  background-color: green;
}
.d-bt {
  padding: 11px 85px 11px 18px;
  border: 1px solid green;
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  border-radius: 30px;
  transition: all .3s;
}
.d-bt11 p {
  color: white !important;
}
.bk-ap a:hover {
  background-color: green;
  color: white;
}
.bk-ap a {
  padding: 13px 25px;
  border: 1px solid green;
  color: green;
  border-radius: 30px;
  transition: all .3s;
}
.d-bt i {
  background-color: #00800036;
  color: green;
  padding: 13px;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  transition: all .3s;
}
.gh {
  padding: 2px 2px 2px 25px;
  border: 1px solid #030a6b;
  background-color: #030a6b;
  color: rgb(255, 255, 255);
  border-radius: 30px;
  transition: all .3s;
  color: #fff;
}
.gh:hover{
    background-color: #fff;
    color:#030a6b;
}
.gh:hover{
    background-color: #fff;
    color:#030a6b !important;
}
.gh:hover .cllla {
    background-color: #c6c9ff;
}
.bk-ap1 a{
  padding: 13px 25px 13px 25px;
  border: 1px solid #030a6b;
  border-radius: 30px;
  color: #030a6b;
  transition: all .3s;
}
.bk-ap1 a:hover{
  background-color: #030a6b;
  color: #fff;
}
.left-btx a:hover{
  color: #fff;
}
.cllla{
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.cllla img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%,-50%);
}
.cl {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.cl img {
  width: 30px;
}


.modal-content1 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: 0 50px 0 0;
  outline: 0;
}
.act{
  color: #030a6b !important; 
}




#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
width: 412px;
  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: 93%;
        width: 100%;
        bottom: 150px;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #051e43;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 45px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #ffffff;
    position: relative;
    height: 370px;
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
justify-content: center;
  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%;
}

.ppl2{
        top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ppl2 img{
    width:50px;
}




.col-lg-2-img {
    width: 100%;
    height: 180px;
    box-shadow: black 0px 0px 11px -8px;
    position: relative;
}
.col-lg-2-img img{
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.equip-list {
    padding: 8px 20px;
    /* box-shadow: black 0px 0px 11px -5px; */
    background-color: #030a6b;
    height: 100%;
    border-radius: 10px;
}
.sxl-bt1 .row{
    width:85% !important;
}
.equip-list p{
    margin: 0;
    font-size: 20px;
    padding: 25px 0;
    text-align: left;
    letter-spacing: 0.55px;
    color: #fff;
}
.nos{
        height: 60px;
    width: 60px;
    background-color: #030a6b;
    border-radius: 50%;
    position: absolute;
    top: -19%;
    right: -5%;
    border: 4px solid #fff;
}
.nos p{
        padding: 0;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
tr td:nth-child(1),tr td:nth-child(3){
    text-align:center;
}
.bk-ap1{
    display:none;
}

#emailerr{
  display: none;
}
#moberr{
  display: none;
}
#email_err{
  display: none;
}
#mob_err{
  display: none;
}
#emlerr{
  display: none;
}
#mberr{
  display: none;
}

.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#successm{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInnerm{
  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;
}

.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;
}


#successconta{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInnerc{
  text-align: center;
}

.footer_social {
    gap: 10px !important;
}
.footer_social li {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    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;
}
.footer_social li a {
    display: block;
}
.footer_social li img {
    width: 20px !important;
}
.top-footer .col-lg-4 .alsa252{
    border-right:1px solid lightgray;
    height:100%;
}


.mainchat {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000085;
    z-index: 99999999999999999999;
    backdrop-filter: blur(7px);
   display:none;
}
.mainchatnew{
    display:block;
}