@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
  font-family: 'Roboto', sans-serif;
}
.w-10{
  width: 10%;
}
.w-20{
  width: 20%;
}
.w-30{
  width: 30%;
}
.w-40{
  width: 40%;
}
.w-60{
  width: 60%;
}
.w-70{
  width: 70%;
}
.w-80{
  width: 80%;
}
.w-90{
  width: 90%;
}

.scrrsd{

}
.mn-lg{
  display: none;
}
.wh-logo{
  display:block;
}
.header22-ttl {
    top: 53%;
    left: 16%;
    transform: translate(-10%,-30%);
    z-index: 999;
}

.header22-ttl h1 {
    font-size: 45px;
    width: 70%;
    color: #050764;
    line-height: 58px;
}



/* navbar start-------------------------------------------- */

.navitoms ul {
    display: flex;
    /*align-items: center;*/
    margin-bottom: 0;
    justify-content: right;
    padding: 0rem 0;
    width: fit-content;
    margin-left: auto;
}
.navitoms ul li{
  list-style-type: none;
}
.navitoms ul li a {
    letter-spacing: 0.55px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}
.calllist p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #083092;
    font-weight: 400;
}
.calllist span{
  font-size: 14px;
  letter-spacing: 0.55px;
  color: #000;
}
.bookapp {
    padding: 8px 22px !important;
    border: 1px solid #dd1236;
    background-color: #dd1236;
    color: #fff !important;
    border-radius: 30px;
}
.callicon img{
  width: 20px;
}
.navb{
  z-index:9999;
  transition: all .3s;
}
.navbnew {
    z-index: 9999;
    margin-top: 0%;
}
.rightnav{
  transition: all .3s;
}
.rightnavnew{
  display: none !important;
}
.navlogo img{
    width:87% !important;
}
.navlogonew img {
    width: 79% !important;
    padding: 10px 0;
    /* box-shadow: black 0px 5px 25px; */
}
.navbar-dropdown123 a {
    color: #1f226f !important;
}
.mn-scll12{
  border: 1px solid #38115e !important;
  width: 32px;
}
.mn-scll12 .dt p{
  color: #38115e !important;
}
.navlogo img,.navb{
  transition: all .3s;
}
.navbnew {
    background-color: #ffffff;
    box-shadow: black 0px 0px 8px -5px;
    position: fixed !important;
    width: 100%;
    z-index: 99999;
}

.dropdown-content li{
  padding: 1rem;
  width: 200px;
  position: relative;
  z-index: 1;
}
.dropdown-content li::before {
    position: absolute;
    content: "";
    background-color: #083092;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.dropdown-content li:hover::before{
  width: 100%;
  color: #fff !important;
}
.dropdown-content li a{
  transition: all .3s;
}
.dropdown-content li:hover a{
  color: #fff !important;
}

.dropdown-content {
    top: 13rem;
    box-shadow: black 0px 0px 8px -5px;
    background-color: #fff;
    justify-content: left !important;
    display: none !important;
    transition: all .3s;
    gap: 0 !important;
}
.drop:hover .dropdown-content{
  top: 3rem;
  display: grid !important;
}
.dropdown-content a{
  padding: 0 !important;
}
.scrrsd li a{
  padding: 2rem 0;
}
.drop{
  transition: all .3s;
}
.drop:hover img{
  transform: rotate(180deg);
}










.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  transition: 1s all;
}

.navbar {
  display: flex;
  align-items: center;
  width: 100vw;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 0px 70px;
  background-color: #fff;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}

.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #444;
  padding: 20px 20px;
  font-weight: 700;
  transition: 0.4s all;
}

.navbar-links li.navbar-dropdown {
  position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 0px 0;
    top: 100%;
    transform: translateY(50px);
    left: 0;
    width: 250px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    color: #0f1160;
}
.navbar-dropdown .dropdown a:hover {
  padding-left: 30px;
}
/* .navbar-links li a:hover {
  color: #ff3f34;
} */

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  /* background-color: #f00; */
  background-image: url("http://lorempixel.com/1366/698/food/");
  background-size: cover;
}

.header-inner {
  text-align: center;
  color: #ff3f34;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, .8);
}

.header-inner h1 {
  font-family: "Great Vibes", cursive;
  font-size: 130px;
}

.header-inner form input[type="search"] {
  position: relative;
  width: 500px;
  border: none;
  padding: 15px;
  border-radius: 27px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.header-inner form input[type="search"]:focus {
  outline: none;
}

.header-inner form input[type="search"]:focus + div {
  z-index: 1;
  opacity: 1;
}

::placeholder {
  color: #666;
  font-weight: 400;
}
.rightnav1{
  padding-top: 12px !important;
}

.scl {
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    border-radius: 50%;
}

/*.scl {*/
/*    height: 28px;*/
/*    width: 28px;*/
/*    background-color: #ffffff;*/
/*    border-radius: 50%;*/
/*}*/
.scl img{
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mn-scl {
    width: 36px;
    overflow: hidden;
    transition: all .3s;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 2px;
}
.mn-scll12 {
    border: 1px solid #38115e !important;
    width: 34px;
    height:34px;
}
/*.mn-scl {*/
/*    width: 33px;*/
/*    overflow: hidden;*/
/*    transition: all .3s;*/
/*    border: 1px solid #ffffff;*/
/*    border-radius: 50px;*/
/*    padding: 2px;*/
/*}*/
.scl00{
    border: 1px solid #000 !important;
}
.scl00 p{
    color:#000 !important;
}
.mn-scl:hover{
  width: 123px;
}
.dt p {
    color: #ffffff;
}
.mn-scl:hover .dt{
  margin-left: 8px;
}

.rightnav1 a{
  color: #000;
  text-decoration: none;
}


.navbar-links li a{
  color: #050764;
}

/* navbar end--------------------------------- */




.banner-dt {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%,-50%)scale(1);
    width: 75%;
}
.layout1 {
    height: 100vh;
    background: linear-gradient(180deg,#0c0f78bf 87%,white 0);
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    background-attachment: fixed;
    backdrop-filter: blur(4px);
    z-index: 99;
}
.swiper-slide-active .layout1 .banner-dt {
  animation: move 3s;
  transform: translate(-50%,-50%)scale(1);
}
@keyframes move{
  0%{
    transform: translate(-50%,-50%)scale(0);
  }
  100%{
    transform: translate(-50%,-50%)scale(1);
  }
}
.banner-dt h1 {
    letter-spacing: 0.55px;
    font-weight: 400;
    font-size: 30px;
}
.core-title h1{
    font-size:28px;
}
.xyz {
  position: relative;
}
.xyz::after {
    position: absolute;
    content: "";
    /* background-color: #00000070; */
    background-size: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner-dt p{
  font-size: 15px;
  letter-spacing: 0.55px;
  font-weight: 400;
}
.downl {
    width: 100%;
    text-align: center;
    bottom: 2%;
}
.downl p{
  letter-spacing: 1px;
  color: #1f226f;
  font-size: 18px;
  font-weight: 600;
}
.downl a{
  text-decoration: none;
}
.vm1{
  border: 1px solid;
  border-radius: 50%;
}



.left-ab-gd h5{
  font-size: 20px;
  letter-spacing: 0.55px;
  color: #1f226f;
  margin-bottom: 0;
  font-weight: 500;
}
.top-right-abt-hd h1 {
    font-size: 45px;
    letter-spacing: 2px;
    width: 88%;
    font-weight: 900;
    margin-bottom: 3rem;
}
.ab-num h1 {
    font-size: 20px;
    margin-bottom: 1rem;
    color: #1f226f;
}
.ab-num h1 sup{
  color: #000;
}
.ab-num span {
    font-size: 14px;
    letter-spacing: 0.55px;
    color: rgb(58, 58, 58);
}

.firsr-ab h4 {
    font-size: 19px;
    letter-spacing: 0.55px;
    line-height: 32px;
    color: #000;
    width: 98%;
}

.product-hd h1{
  font-size: 35px;
  letter-spacing: 0.55px;
  color: #000;
}
.product-hd p{
  color: #000;
  font-size: 16px;
  letter-spacing: 0.55px;
}
.inner-product {
    padding: 3rem 0;
    background-image: url(../images/productbg.jpg);
    border-radius: 7px;
    background-size: cover;
}
.oukj{
    background-image: url(../images/fulltable.jpg) !important;
}
.oukj::after {
    backdrop-filter: blur(3px) !important;
    background-color: #000236b3 !important;
}
.prod-list a{
  text-decoration: none;
  color: #fff;
}
.prod-list a p {
    padding: 8px 41px;
    border: 1px solid #fff;
    border-radius: 30px;
}


.inner-product{
  position: relative;
  z-index: 1;
}
.inner-product::after {
    position: absolute;
    content: "";
    background-color: #1f226fb3;
    background-size: contain;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -1;
}
.prod-list a p{
  transition: all .3s;
}
.prod-list a p:hover{
  background-color: #1f226f;
  border: 1px solid #1f226f;
}

.prod-dt h4 {
    font-size: 21px;
    letter-spacing: 0.55px;
    line-height: 28px;
}
.prod-dt p {
    font-size: 15px;
    color: gray;
    letter-spacing: 0.55px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-listing {
    transition: all .3s;
    height: 100%;
}
.prod-dt{
  padding: 0rem 0.5rem 1.5rem;
}
.product-listing:hover {
    box-shadow: black 0px 0px 9px -5px;
}

.know-bt a {
    text-decoration: none;
    color: #1f226f;
    font-weight: 600;
    letter-spacing: 0.55px;
}
.know-bt a img{
  width: 20px;
}

.testimonial{
  background-color: #1f226f;
}
.test-img img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 6px solid #ffffff;
}
.test-img {
  position: relative;
}
.test-img::after {
    position: absolute;
    content: "";
    background-image: url(../images/quote.png);
    background-size: cover;
    height: 80px;
    width: 80px;
    top: -17%;
    left: 10%;
    z-index: 99;
    background-repeat: no-repeat;
}

.swiper-button-next:after {
    content: url(../images/right-arro.png);
    top: 41%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}
.swiper-button-prev:after {
    content: url(../images/left-arro.png);
    top: 41%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}


.test .swiper-button-prev {
    left: 79%;
    top: 80%;
    height: 40px;
    width: 40px;
    background-color: #000355;
    border-radius: 50%;
}


.test .swiper-button-next{
  right: 12%;
  top: 80%;
      height: 40px;
    width: 40px;
    background-color: #000355;
    border-radius: 50%;
}

.right-test-dt h5 {
    color: #fff;
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 32px;
    font-weight: 400;
}


.name-test  h3{
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}
.name-test p{
      letter-spacing: 1px;
    font-weight: 400;
}


.test .swiper-wrapper .swiper-slide{
  padding: 2rem;
}

.join-bt a {
    padding: 8px 22px;
    background-color: #fff;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.55px;
}
.inner-career{
  background-image: url(../images/bbg.png);
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.inner-career::after {
    position: absolute;
    content: "";
    background-color: #1f226fa6;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.career-hd h3{
  font-size: 28px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 400;
}
.career-hd p {
    letter-spacing: 0.55px;
    font-size: 16px;
    line-height: 25px;
    width: 85%;
    margin: auto;
}



/* footer start--------------------------------------------------- */
.footer {
    background-color: #1f226f;
    padding: 4rem 0 2rem;
}

.footer-dt p{
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 25px;
  font-weight: 400;
  margin: 1rem 0;
}
.hhg li{
  list-style-type: none;
  margin-bottom: 10px;
}
.hhg li a{
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.55px;
}
.use-link-hd h1{
      font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1rem;
}

.dt-ft p{
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #fff;
  font-weight: 400;
}

.loc img{
  width: 20px;
  height: 20px;
}
.addrerss{
  margin-bottom: 10px;
}
.addrerss p{
  color: #fff;
  letter-spacing: 0.55px;
  font-size: 15px;
  font-weight: 400;
}
.left-footer-dt,.quicklink{
  position: relative;
}
.left-footer-dt::after,.quicklink::after {
    position: absolute;
    content: "";
    background-color: #d3d3d31c;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
}
.quicklink{
  height: 100%;
}
.hr{
  color: #d3d3d33d;
}
.copy{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.55px;
}
/* footer end-------------------------------------------------------- */



.gl-img{
  background-color: #050764;
}
.im-ttl{
  text-align: center;
  padding: 1rem 0;
}
.im-ttl h5{
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.55px;
  font-weight: 400;
  margin-bottom: 0;
}
.main-gallery a{
  text-decoration: none;
}

.glr-no img{
  width: 20px;
  height: 20px;
}
.glr-no{
  width: fit-content;
  padding: 5px 22px;
  background: linear-gradient(90deg,transparent,#050764);
}
.glr-no P{
  color: #FFF;
  letter-spacing: 0.55px;
  font-size: 16px;

}

.gl-img{
  position: relative;
  overflow: hidden;
}
.gl-img::after{
  position: absolute;
  content: "";
  background-color: #0507646b;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: -100%;
  left: 0;
  transition: all .3s;
}
.gl-img:hover::after{
  top: 0;
}


.top-right-abt-hd21 h5{
  font-size: 25px;
  letter-spacing: 0.55px;
  color: #353535;
  line-height: 33px;
}
.add-dt-hd h1 {
    font-size: 24px;
    letter-spacing: 0.55px;
}

.add-icon img{
  width: 45px;
}
.add-dt-p p{
  font-size: 17px;
    letter-spacing: 0.55px;
    color: #050764b5;
    font-weight: 500;
    
}

.contact-form{
  background-color: #050764;
}

.frm-tp input{
  height: 50px;
  padding-left: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(211, 211, 211, 0.274);
  color: #fff;
}
.frm-tp textarea{
  height: 80px;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(211, 211, 211, 0.274);
  color: #fff;
}
.frm-tp input:focus,.frm-tp textarea:focus{
   border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(211, 211, 211, 0.274);
  outline: none;
  box-shadow: none;
}

.submit-bt a{
  padding: 10px 32px;
  border: 1px solid white;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.55px;
  font-weight: 300;
  transition: all .3s;
}
.submit-bt a:hover {
    background-color: #fff;
    color: #050764;
}



.ser-image {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.ser-image::after {
    position: absolute;
    content: "";
    background-color: #05076473;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .4s;
}
.ser-image::before {
    position: absolute;
    content: "";
    /* background-color: #00000000; */
    background: linear-gradient(360deg, #0000009e, transparent);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.ser-image:hover::after{
  opacity: 1;
}
.ser-image:hover .ser-dt{
  bottom: 0rem;
  height:100%;
}
.ser-dt {
    bottom: -3.5rem;
    left: 0rem;
    z-index: 9;
    overflow: hidden;
    width: 100%;
    padding: 12px;
    height: 188px;
    transition: all .4s;
}
.ser-ic h3 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.55px;
    margin-top: 1rem;
    font-weight: 400;
}

.ser-desc p{
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.55px;
  width: 100%;
  opacity: 0;
  transition: all .4s;
}
.ser-image img{
  height: 100%;
}
/* .ser-desc{
  height: 0;
  overflow: hidden;
  transition: all.5s;
}
.ser-image:hover .ser-desc{
  height: 100%;
} */

.ser-desc{
      margin-bottom: -13%;
      transition: all .3s;
}
.ser-image:hover .ser-desc{
   margin-bottom: 0%;
}
.ser-image:hover p{
   opacity: 1;
}
.ser-ic img {
    width: 48px;
}

.core {
    background-color: #f2f7f9;
}
.core-icon img{
  width: 60px;
  margin-bottom: 1rem;
}
.core-title h3 {
    font-size: 24px;
    letter-spacing: 0.55px;
    margin-bottom: 1rem;
}
.core-title p {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 9px;
}


.clients {
    padding: 2rem 0 3rem;
}
.test-listing{
  padding: 0.5rem;
}
.core-title p img {
    height: 15px;
    width: 15px;
    margin-top: 5px;
}












/* gallery start------------------------------------------------------------------ */
/* Gallery -----------------------------------------------------------------------*/
.p{
  display: none;
}

.gl-img:hover .p{
   display: block;
}
.gl-img:hover .n{
   display: none;
}
.gl-img:hover .nog{
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   border: none;
}
.gl-img{
  position: relative;
}
.gl-img::after {
    position: absolute;
    content: "";
    background-color: #0006;
    background-size: contain;
   height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .3s;
}
.gl-img:hover::after{
   transform: scale(1);
}
.ccc {
    /* background-color: red; */
    height: 29px;
    width: 29px;
    background-image: url(../images/gallery/lt.png);
    background-size: contain;
}
.ddd {
    /* background-color: red; */
    height: 29px;
    width: 29px;
    background-image: url(../images/gallery/rt.png);
    background-size: contain;
}
.xxxx {
    /* background-color: red; */
    height: 29px;
    width: 29px;
    background-image: url(../images/gallery/cl.png);
    background-size: contain;
}
#gallery {
  padding: 4rem 0 5.5rem;
}
.img-wrapper {
    position: relative;
    margin-top: 12px;
    cursor: pointer;
}

.img-wrapper img {
  width: 100%;
}
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay img{
  width: 20px;
}
#overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nog {
    top: -4%;
    right: -4%;
    height: 60px;
    width: 60px;
    background-color: #004181;
    border-radius: 50%;
    border: 5px solid white;
    color: #fff;
    z-index: 9;
    transition: all .5s;
}
.nog span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    /* font-weight: 700; */
}
.gl-img:hover .n {
    display: none;
}
.p{
  display: none;
}

.gl-img:hover .p{
   display: block;
}
.gl-img:hover .n{
   display: none;
}
.gl-img:hover .nog{
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   border: none;
}
.gl-img{
  position: relative;
}
.gl-img::after {
    position: absolute;
    content: "";
    background-color: #0006;
    background-size: contain;
   height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .3s;
}
.gl-img:hover::after{
   transform: scale(1);
}
.im-ttl h5 {
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 0.55px;
}
.im-ttl {
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #004181;
    width: 100%;
    color: #fff;
    text-align: center;
}
.gl-img:hover .nog {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: none;
}
.gl-img:hover .n {
    display: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
 }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
 }
}
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.3s;
  cursor: pointer;
}
#nextButton:hover {
  opacity: 0.7;
}

/* gallery end--------------------------------------------------------------------- */

/* gallery start------------------------------------------------ */
.immm:hover .ov-l {
    opacity: 1;
}
.gl-big {
    transform: translate(-50%,-50%);
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat;
}
.immm {
    overflow: hidden;
    transition: all.5s;
    margin-bottom: 0;
    position: relative;
}
.ov-l {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000077;
    opacity: 0;
    transition: all .3s;
}
.no {
    top: 0;
    right: 8px;
    color: #fff;
    background-color: #000000a6;
    height: 70px;
    width: 70px;
    border-radius: 0 0 50% 50%;
}
.no h1 {
    font-size: 33px;
    font-weight: 700;
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 24%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 241px;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}
.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 9999999999999999;
}
.lightbox-content {
    position: absolute;
    /* width: 40%; */
    height: auto;
    /* margin: 5% auto; */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev, .lightbox-next {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    color: #fff;
    padding: 12px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-next {
    background-image: url(../images/next.png);
    background-size: contain;
}
.lightbox-prev {
    background-image: url(../images/left-chevron.png);
    background-size: contain;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}
.clx{
  top: 2rem;
  right: 2rem;
}
.gl-ttl {
    background: linear-gradient(45deg, #00000078, #00000078);
    position: absolute;
    width: 95.5%;
    bottom: 0;
}
.gl-ttl h6{
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
  margin-bottom: 0;
}
.immm a img {
    height: 100%;
    object-fit: cover;
}
/* gallery-end------------------------------------------------------------ */
/* gallery Start--------------------------------------------- */
.lb-data .lb-details {
    opacity: 0;
}
.lightbox {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    width: 100%;
    z-index: 999999999 !important;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
    transform: translate(-50%,-50%) !important;
}
.lb-outerContainer{
  position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}
header {
	color: rgb(250,250,250);
	text-align: center;
	font-size: 1.2em;
  }
  
	#gallery-section {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 10px;
	  z-index: -1;
	}
  
	#thumbnail-gallery-container {
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: space-between;
	  padding: 15px 50px 10px 50px;
	  gap: 10px;
	}
  
	.thumbnail {
	  width: 24%;
	  margin-bottom: 2%;
	  position: relative;
  }
  
img.thumbnail-image {
    width: 100%;
    height: 233px;
    object-fit: cover;
    object-position: center center;
}

  
  @media only screen and (max-width: 800px){
	#gallery-section {
	  padding: 10px 10px 0px 10px;
	}
	#thumbnail-gallery-container {
		padding: 0px;
	}
  }
  
  /* Lightbox Styles */ 
  
.lightbox-overlay {
    display: flex;
    transform: scale(0,1);
    transform-origin: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 65%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
  
  .lightbox-overlay:target {
	display: flex;
	transform: scale(1,1);
	z-index: 99999;
  };
  
  .lightbox-content {
	color: rgb(250,250,250);
	padding: 1.5em;
	width: 75vw;
	text-align: center;
  }
  
  .lightbox-image-title {
	position: relative;
	text-align: center;
  }
  
  .lightbox-navigation {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
  }
  
  .close {
	position: absolute;
	background-color: none;
	  top: 5px;
	  right: 20px; 
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  
  a.close {
	text-decoration: none;
	font-weight: bold;
	font-size :2em;
	font-family: sans-serif;
  }
  
  
  .back, .next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24%;
	height: 2em;
	color: rgb(255,255,255);
	margin: 1%;
  } 
  
  img.lightbox-image {
	width: 65vw;
	max-height: 65vh;
	object-fit: contain;
  }
  .close img{
	width: 50px;
	margin-top: 2rem;
	margin-right: 2rem;
  }
  .lis{
	position: relative;
  }
  .lis:hover .eye{
	opacity: 1;
  }
  .eye{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000063;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all .3s;
  }
  .vww{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  }
  .ar-left{
	position: relative;
	animation: animate 1s infinite;
	margin-left: 0;
	width: 15px;
	margin-right: 10px;
  }
  .ar-right{
	position: relative;
	animation: animated 1s infinite;
	margin-left: 10px;
	width: 15px;
  }
  @keyframes animate{
	0%{
	  transform: translateX(0px);
	}
	50%{
	  transform: translateX(-10px);
	}
	100%{
	  transform: translateX(0px);
	}
  }
  @keyframes animated{
	0%{
	  transform: translateX(0px);
	}
	50%{
	  transform: translateX(10px);
	}
	100%{
	  transform: translateX(0px);
	}
  }
  /* gallery end------------------------------------------------ */


/* .inner-can-l {
    box-shadow: black 0px 0px 9px -5px;
    border-radius: 7px;
    height: 100%;
    background: linear-gradient(135deg, #050764 8%, transparent 0);
} */
.can-main-hd {
    text-align: center;
    margin-bottom: 1.5rem;
}
.ffvsa {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid lightgray;
}
.inner-can-dt {
    text-align: center;
    position: relative;
}
.inner-can-dt p {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
    color: gray;
}
.inner-can-dt span {
    font-size: 14px;
}
.inner-can-dt::after {
    position: absolute;
    content: "";
    border-right: 1px solid lightgray;
    background-size: contain;
    height: 100%;
    width: 1px;
    top: 0;
    right: -10%;
}
.nn span {
    color: #000;
}
.arrow {
    height: 20px;
    width: 20px;
    border: 1px solid black;
    border-radius: 50%;
    margin-left: 15px;
    position: relative;
}
.arrow img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: -65%;
    transform: translate(-0%,-50%);
    transition: all .3s;
}


/* career start----------------------------------- */
.job-title h1 {
    font-size: 27px;
    letter-spacing: 0.55px;
    color: #000;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 36px;
}

.vlx img{
  height: 18px;
  width: 18px;
}
.vlx p {
    font-size: 14px;
    letter-spacing: 0.55px;
    color: #818181;
}

.inner-can-l {
    box-shadow: black 0px 0px 14px -7px;
    border-radius: 7px;
}
.apply-btn a {
    text-decoration: none;
    color: #fff;
    background-color: #1f226f;
    padding: 10px 22px;
    font-size: 15px;
    letter-spacing: 0.55px;
    font-weight: 400;
    border-radius: 7px;
    transition: all .3s;
  border: 1px solid #1f226f;
}
.apply-btn a:hover{
  border: 1px solid #1f226f;
  background-color: transparent;
  color: #1f226f;
}
.apply-btn{
  text-align: right;
}


.inner-can-l{
  position: relative;
  overflow: hidden;
}
.inner-can-l::after {
    position: absolute;
    content: "";
    background-image: url(../images/bfg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 148px;
    width: 291px;
    bottom: -66px;
    left: -93px;
    z-index: 9;
    opacity: 1;
    transform: rotate(39deg);
}
.inner-careerdetails{
      background: #1f226f0a;
      border-radius: 10px;
}
.modal21 {
    background-color: #000000d4;
    height: 100vh;
    width: 100%;
    z-index: 99999999;
}
.hiringIntern_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    width: 76%;
    padding: 2rem;
}

.btn-close{
  cursor: pointer;
}


#trainingModal .hiringIntern_wrapper .btn-close, #getaquote .hiringIntern_wrapper .btn-close {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #646464;
}


.heading h2 {
    font-size: 35px;
    font-family: var(--regular-font);
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 50px;
    color: #000000;
    letter-spacing: -1px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #0000002b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    border: none;
    border-bottom: 1px solid #0000002b;
    outline: none;
    box-shadow: none;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper label, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}
.form-wrap textarea{
  height: 80px;
}
/* career end------------------------------------- */



.top-right-abt-hd h3 {
    font-size: 23px;
    letter-spacing: 0.55px;
    line-height: 32px;
    color: #000;
    width: 98%;
}

.ab-num img{
  width: 50px;
  margin-bottom: 1rem;
}


.ab-num1 span {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: rgb(58, 58, 58);
}


.core-icon1 img {
    width: 104px;
    margin-bottom: 1rem;
}

    .top-right-abt-hd11{
        width: 80% !important;
    }
    .prod-list{
        margin-bottom:1rem;
    }
    
    .mn-scl1 {
    width: 36px;
    overflow: hidden;
    transition: all .3s;
    border: 1px solid #ffffff !important;
    border-radius: 50px;
    padding: 2px;
}
.mn-scl1 .dt p {
    color: #fff !important;
}
.tab-l{
    border-bottom:1px solid lightgray;
}
.tab-l a {
    text-decoration: none;
    color: #000;
    position: relative;
    font-size: 17px;
    letter-spacing: 0.55px;
}
.tab-l .active{
    color:blue;
}
.plbtx1 h1{
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.55px;
}
/*.tab-l a::after {*/
/*    top: 10px;*/
/*    left: 5px;*/
/*    content: url("../images/rightarrow.png");*/
/*}*/
.dt-hdd h2{
    font-size: 27px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
}
#nav-home-tab img {
    width: 9px;
}
.tab-l{
    padding:0.5rem 0;
}

.vvgd {
    margin-top:10px;
    padding: 6px 33px !important;
    border: 1px solid #050764;
    border-radius: 30px;
    background-color: #ffffff30;
    color: #050764 !important;
    transition:all .3s;
}

.vvgd:hover {
   /*padding: 7px 33px !important;*/
    /*border: 1px solid #050764;*/
    /*border-radius: 30px;*/
    background-color: #050764;
    color: #fff !important;
}
.vvgd21{
    color: #050764 !important;
}
.vvgd21:hover {
    border: 1px solid #fff;
    color: #fff !important;
    background-color: #091064 !important;
}
.for-in input,.for-in select{
    height:40px;
    box-shadow:none;
    border:1px solid lightgray;
    outline:none;
    padding-left:10px;
    font-size:15px;
}
.for-in textarea{
    height:80px;
    box-shadow:none;
    border:1px solid lightgray;
    outline:none;
    padding-left:10px;
    font-size:15px;
}

.fr-hdr h1{
    font-size:30px;
    font-weight:500;
}

.inner-enquiry{
    box-shadow:black 0px 5px 25px -5px;
}
.view-bt a{
    text-decoration: none;
    padding: 8px 22px;
    background-color: #0f117d;
    color: white !important;
    letter-spacing: 0.55px;
    transition:all .3s;
    border:1px solid #0f117d !important;
}
.view-bt a:hover{
    background-color: #fff;
    color: #0f117d !important;
    
    border:1px solid #0f117d;
}
.inner-enquiry {
    box-shadow: black 0px 0px 9px -5px;
}
.plbtx1 p {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #838383;
    line-height: 26px;
}
.inner-vd .row{
    margin-top:2.5rem;
}
.ulx li{
    list-style-type:none;
}
.ulx li .d-flex img {
    width: 9px;
    height: 9px;
    margin-top: 5px;
}
.ulx li .d-flex p {
    font-size:15px;
    letter-spacing:0.55px;
    color:#000;
}
.ulx li .d-flex {
    margin-bottom:0.7rem;
}




#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #31a55c;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 45px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}







.bannerslide .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10%;
    left: 7%;
    width: 29%;
    text-align: left;
}
.bannerslide .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,9px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,9px));
    display: inline-block;
    border-radius: 30px;
    opacity: 1 !important;
    background: #fff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.swiper-pagination-bullet-active {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,25px)) !important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,9px)) !important;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #5a60ff !important;
}


#moberr{
  display: none;
}
#emailerr{
  display: none;
}
#email_err{
  display: none;
}
#waperr{
  display: none;
}
#mailerr{
  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;
}


.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;
}

.det-hd h1{
    font-size: 30px;
    letter-spacing: 0.55px;
}
.date img{
        width: 16px;
}
.date p{
    font-size: 14px;
}
.det-hd p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #4d4d4d;
}


.add-dt-hd2 h1{
        font-size: 20px;
}
.add-dt-p2 p{
    font-size: 14px;
}
.ccsq{
    position:relative;
}
.ccsq::after{
    position:absolute;
    content:"";
    border-right:1px solid lightgray;
    top:0;
    right:0;
    height:100%;
    width:1px;
    
}
.ccsq,.xxa{
    height:100%;
}

.cer-images {
    box-shadow: black 0px 0px 6px -3px;
    padding: 10px;
    height: 158px;
}

.cer-images1 img{
    padding: 30px;
}
.col-lg{
    
}



.VIpgJd-yAWNEb-hvhgNd-k77Iif-i3jM8c,.VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od,.VIpgJd-yAWNEb-hvhgNd-N7Eqid,.VIpgJd-suEOdc{
  display: none !important;
}
.skiptranslate{
  display: flex;
  align-items: center;
  gap: 10px;
}
.goog-te-combo {
    border: 1px solid lightgray;
    height: 30px;
    border-radius: 5px;
    width: 182px;
    padding: 0 15px;
}
/* .goog-te-combo:focus{
  border: 1px solid lightgray;
  outline: none;
  box-shadow: none;
} */

.skiptranslate span{
  display: none;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    z-index: 9 !important;
}
.asd {
    cursor: pointer;
    text-align: right;
}
.iso-dt .col-lg-8 h5 {
    font-size: 19px;
    letter-spacing: 0.55px;
    margin-bottom: 0;
    color: #0005ff;
}
.iso-dt .col-lg-4 .asd p {
    margin-bottom: 0;
    color: #000;
}
.gfq {
    width: 17px;
    height: 17px !important;
}
.cer-images{
    position:relative;
}
.cer-images img{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.iso-dt .col-lg-4 a{
    text-decoration:none;
}
.iso-dt {
    padding: 20px 10px;
}
.iso-cer img{
    height: 373PX;
    object-fit: cover;
}
.iso-cer{
        box-shadow: black 0px 0px 13px -5px;
}
.inner-prddtls .row .col-lg-3 .tab{
    position: sticky;
    top: 9rem;
}



.ser-image24::before {
    background-color: transparent !important;
    background: none;
}
.ser-image24::after {
    background-color: transparent !important;
    background: none;
}
.header22-ttl45{
    width: 51%;
}

.navbar-dropdown img{
    trsnsition:all .3s;
}
.navbar-dropdown:hover img{
    transform:rotate(180deg);
}
.dropdown a{
    position:relative;
    z-index:1;
    transition:all .3s;
}
.dropdown a::after {
    position: absolute;
    content: "";
    background-color: #3e3e8d;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition:all .3s;
}
.navbar-dropdown a:hover::after{
    width:100%;
}
.dropdown a:hover{
    color:#fff !important;
}












    /*.swiper {*/
    /*  width: 100%;*/
    /*  height: 300px;*/
    /*  margin-left: auto;*/
    /*  margin-right: auto;*/
    /*}*/

    /*.swiper-slide {*/
    /*  background-size: cover;*/
    /*  background-position: center;*/
    /*}*/

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper1 .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper1 .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  .mySwiper1 .swiper-slide img, .mySwiper2 .swiper-slide img {
    /* box-shadow: black 0px 0px 5px 0px; */
    border: 1px solid #0000005e;
    border-radius: 10px;
}
.gifg img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.gifg, .pdfg {
    height: 359px;
    overflow: hidden;
}
.pdfg a{
    display:block;
    text-decoration: none;
}

.vanii {
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 45px !important;
    text-align: center;
    font-weight: 500;
    width: 70%;
    margin-bottom: 3px;
}
.vijha h1 {
    font-size: 22px;
    width: 74%;
    color: #050764;
    line-height: 38px;
    letter-spacing: 0.55px;
    font-weight: 400;
}
.vijha {
    top: 63%;
    left: 60%;
    /* transform: translate(-10%, -30%); */
    z-index: 999;
     text-align: center; 
    transform: translate(-50%, -50%);
    width: 65% !important;
}

/*.vijha p{*/
/*    font-size: 17px;*/
/*    color: #fff;*/
/*    width: 80%;*/
/*    letter-spacing: 0.55px;*/
/*    line-height: 28px;*/
/*}*/
.girf .navbar-dropdown img {
    filter: brightness(0) invert(0);
}
.pdfg{
    position:relative;
}
.pdfg::after {
    position: absolute;
    content: "";
    border: 2px solid #ffffff70;
    background-size: contain;
    height: 95%;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 7px;
    opacity:0;
    transition: all .3s;
}
.gifg , .pdfg{
     transition: all .3s;
     cursor:pointer;
}
.pdfg:hover::after{
    opacity:1;
}
.gifg img{
    border-radius:7px;
}
/*.gifg:hover img{*/
/*     border-radius:7px;*/
/*}*/
.gifg:hover{
 box-shadow: 1px 0px 8px 0px rgb(7 1 1 / 22%);
}
.fou p{
    text-decoration: none;
    padding: 10px 22px;
    background-color: #000;
    color: white !important;
    letter-spacing: 0.55px;
    transition: all .3s;
    /*border: 1px solid #0f117d !important;*/
    transform: translateY(4.5rem);
    transition:all .3s;
    opacity:0;
    text-decoration: none;
    border-radius:0 0 7px 7px;
}

.pdfg:hover .fou p{
    transform: translateY(-2.5rem);
    opacity:1;
    /*border-radius:0 0 7px 7px;*/
}
.fou{
    position: relative;
    z-index: 99;
     border-radius:0 0 7px 7px;
}
.ovedd img {
    width: 100%;
    height: 435px;
    object-fit: cover;
    border-radius: 7px;
}
.sendv {
    margin-top: 2%;
    margin-bottom: 2%;
      background-color: #c3c5d724;
    padding: 2rem 2rem;
    border-radius: 7px;
}
/*.mandvi {*/
/*    background-color: #c3c5d724;*/
/*    padding: 2rem 2rem;*/
/*    border-radius: 7px;*/
/*}*/
.container23 {
    max-width: 98%;
    padding-left: 3%;
}
.xrsd h2{
    font-size: 28px;
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #000;
}
.xrsd p{
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 27px;
}
.nokk p {
    font-size: 15px;
    padding: 12px 0px;
    border: 1px solid #00000026;
    border-radius: 10px;
    width: 88%;
    line-height: 19px;
    text-align: center;
    transition: all .3s;
    background-color: transparent;
    /* border-radius: 0px 0px 15px 15px; */
}
.nokk p:hover {
    background-color: #000003;
    border: 1px solid #2b2e880f;
    color: #fff;
}
.nokk a{
    text-decoration: none;
}
.nokk img{
    width: 100%;
    object-fit: cover;
}
.fou p:hover{
   background-color:#0f117d;
}
.xrsd{
    border: 1px solid #00000008;
    padding: 1rem 1rem;
    border-radius: 14px;
    transition: all .3s;
    text-align: center;
}
.xrsd:hover{
     box-shadow: #00000082 0px 0px 8px -5px;
}
.downl img {
    width: 38px !important;
    height: 38px !important;
    position: absolute;
    top: -27%;
    left: 26%;
}

