@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Noto Sans", serif;
}

.container{
    max-width: 90%;
    width: 100%;
}
.headerr {
    padding: 1.5% 0;
}
.btn-sm img {
    width: 35px;
    margin: auto;
}

.ull li a {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
}
.headerr {
    z-index: 9999999;
}

.headerrnew {
    background-color: #fff;
    box-shadow: black 0px 0px 25px -15px;
}
.banner-txt {
    top: 37%;
    left: 13%;
    z-index: 99;
    position: relative;
}

.banner-txt h2 {
    color: #fff;
    letter-spacing: 0.55px;
    line-height: 80px;
    font-size: 53px;
    font-weight: 400;
}

.banner-video video{
    height: 100vh;
    object-fit: cover;
}

.hero_bt a{
    padding:10px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 0.55px;
}
.hero_bt1 a{
    padding:10px 20px;
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 0.55px;
}
.hero_bt{
    transition: all .3s;
}
.hero_bt:hover{
    animation: animate .5s;
}
@keyframes animate{
    0%{
        margin-left: 0;
    }
    25%{
        margin-left: 10px;
    }
    50%{
        margin-left: 0;
    }
    75%{
        margin-left: 10px;
    }
    100%{
        margin-left: 0;
    }
}


















.social .btn-group {
    border-top: 1px solid white;
    border-radius: 0;
    padding-top: 10px;
}

.btn-group a {
    text-decoration: none;
    font-weight: 500;
}
.btn-group a span {
    line-height: 17px;
}
.country_name {
    font-size: 10px;
    margin-top: 5px;
    line-height: 13px;
    color: #fff;
    width: 42px;
}
.country_name {
    font-size: 12px;
    margin-top: 5px;
    line-height: 13px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.55px;
}
.social {
    top: 75%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 99;
    /* border: 1px solid lightgray; */
    padding: 0.5rem;
    border-left: none;
}
.fc img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fc {
    position: relative;
    height: 40px;
    width: 60px;
}

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-top: 125px;
    position: absolute;
    z-index: 9;
    top: 74%;
    left: 50%;
    cursor: pointer;
}



.m_scroll_arrows
{
   display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 15px;
    height: 15px;
}

.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}



.ivv{
    margin-top: 5rem;
}

.left-abt span{
    color: #65d0f2;
    letter-spacing: 0.55px;
    font-size: 16px;
}
.left-abt h2 {
    font-size: 24px;
    letter-spacing: 0.55px;
    line-height: 35px;
    font-weight: 500;
}
.left-abt p{
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 27px;
}
.r-tx h4{
    font-size: 20px;
    letter-spacing: 0.55px;
    color: #000;
}
.r-tx p {
    font-size: 15px;
    color: #626262;
    line-height: 23px;
    font-weight: 400;
}
.tab-l a {
    text-decoration: none;
    display: grid;
    justify-content: center;
    color: #fff;
    letter-spacing: 0.55px;
    font-weight: 300;
    padding: 1rem;
    /* border: 1px solid rgb(255, 255, 255); */
    border-radius: 15px;
    font-weight: 600;
}
.nav .d-flex {
    border: 1px solid #ffffff61;
    width: fit-content !important;
    margin: auto;
    border-radius: 15px;
}
.tab-l .active {
    color: #9ee8ff;
}
.tab-l a img {
    margin: 10px auto 20px;
    width: 40px;
}

.product {
    position: relative;
    background-image: url(../images/2210_w015_n003_1031b_p15_1031.jpg);
    z-index: 1;
    background-size: contain;
    padding: 5rem 0;
}
.product::after {
    position: absolute;
    content: "";
    background-color: #13447ec2;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.pr-tx {
    text-align: center;
    padding: 15px;
    /* background-color: #d8e3ff; */
    background: linear-gradient(360deg, #cadaff, #efefef);
}

.pr-tx h4{
    font-size: 22px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
}








.productslide {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tab-l{
    position: relative;
  }
  .tab-l .active{
    background-color: #fff;
  }
  .tab-l .active img {
    width: 40px;
    filter: brightness(0);
    /* color: #000; */
}
  .tab-l .active {
    color: #000;
    position: relative;
}
.tab-l .active::after {
    position: absolute;
    content: "";
    background: linear-gradient(45deg, #fff 50%, transparent 0);
    background-size: contain;
    height: 40px;
    width: 40px;
    bottom: 7%;
    left: 50%;
    z-index: 99;
    transform: rotate(-45deg) translateX(-50%);
}
.bxx::after {
    position: absolute;
    content: "";
    background: linear-gradient(225deg, #adc2db 50%, transparent 0);
    background-size: contain;
    height: 18px;
    width: 18px;
    bottom: -32%;
    left: 0px;
}

.bxx1::after {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, #adc2db 50%, transparent 0);
    background-size: contain;
    height: 18px;
    width: 18px;
    bottom: -34%;
    right: 1px;
}
  .tab-l:last-child:after{
    border: none;
  }

  .lef_news {
    box-shadow: black 0px 0px 8px -5px;
}

.bxx p {
    padding: 10px 32px;
    background-color: #e7f2ff;
    color: #000;
    font-size: 22px;
    letter-spacing: 0.55px;
}
.bxx1 p {
    padding: 10px 32px;
    background-color: #e7f2ff;
    color: #000;
    font-size: 22px;
    letter-spacing: 0.55px;
}
.bxx {
    top: -5%;
    left: -3%;
}
.bxx1 {
    top: -5%;
    right: -2%;
    z-index: 999999;
}

.car_txt {
  position: relative;
  padding: 3rem !important;
}
.car_txt::after {
  position: absolute;
  content: "";
  background: linear-gradient(45deg, white 50%, transparent 0);
  background-size: contain;
  height: 30px;
  width: 30px;
  transform: rotate(135deg);
  top: -4%;
  right: 15%;
  z-index: 99;
}
.productslide .swiper-button-next:after, .productslide .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  font-size: 20px;
  color: #fff;
}
.productslide .swiper-button-next::before, .productslide .swiper-button-prev::before {
  position: absolute;
  content: "";
  background-color: #3880d1;
  background-size: contain;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.top_news {
    background-color: #d3d3d330;
}

.left-ttx{
    padding: 4rem 2rem;
}
.left-ttx h4{
    font-size: 21px;
    letter-spacing: 0.55px;
    font-weight: 600;
}
.left-ttx p{
    font-size: 16px;
}
.h-48{
    height: 46.5%;
}

.soc{
    position: relative;
}
.soc::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #f97a1e, #d1667c8f);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.sdfgdfg{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 50%;
}
.sdfgdfg h4{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.sdfgdfg h4 img{
    width: 30px !important;
    margin-bottom: 5px;
}


.socialswiper{
    width: 100%;
    height: 100%;
  }

  .socialswiper .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .socialswiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .socialswiper .swiper-button-next:after,   .socialswiper .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 20px;
    color: #000;
}
.socialswiper .swiper-button-next,   .socialswiper .swiper-button-prev {
    position: absolute;
    top: 89%;
}
.socialswiper .swiper-button-next,.socialswiper  .swiper-rtl .swiper-button-prev {
    right: 80%;
    left: auto;
}
.socialswiper .swiper-button-prev,.socialswiper  .swiper-rtl .swiper-button-next {
    left: 10%;
    right: auto;
}

.client-img {
    box-shadow: black 0px 2px 13px -8px;
    padding: 15px;
}






.footer{
    background-color: #3d638e;
    padding: 5rem 0 2rem;
}
.li_hd h4{
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 25px;
}

.foo-li ul li{
    list-style-type: none;
    padding-left: 0;
    padding: 5px 0;
}
.foo-li ul li a{
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.55px;
    transition: all .3s;
}
.foo-li ul li a:hover{
    letter-spacing: 1px;
}
.foo-li ul{    
    padding-left: 0;
}
.sdfaa{
    border-right: 1px solid rgba(255, 255, 255, 0.404);
}

.icons {
    display: flex;
    justify-content: space-around;
    -webkit-box-pack: justify;
}
.footer-bottom .Tooltip {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.footer-bottom a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    line-height: 2.1;
    font-size: 1.4rem;
    width: 17.2rem;
    height: 0;
}
.footer-bot h6{
    font-weight: 400;
    letter-spacing: 0.55px;
}

.ullnew li a{
    color: #000 !important;
    transition:all .3s;
}
.ull{
    margin-bottom: 0;
}

.navli a{
    position: relative;

}
.navli a::after{
    position: absolute;
    content: "";
    background-color: #ffffff54;
    background-size: contain;
    height: 0%;
    width: 100%;
    bottom: -2%;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.navli a:hover::after{
    height: 50%;
}


.fix_bt {
    top: 50%;
    right: -2.6%;
    transform: rotate(90deg);
    z-index: 9999;
}

.fix_bt a {
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #3880d1;
    letter-spacing: 1px;
    font-size: 18px;
}
.men div {
  height: 1px;
  background-color: rgb(0, 0, 0);
  width: 17px;
  margin-bottom: 0.3rem;
}
.men{
  position: relative;
  z-index: 1;
}
.men::after {
  position: absolute;
  content: "";
  background-size: contain;
  height: 35px;
  width: 35px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.mennew div {
  height: 1px;
  background-color: rgb(255, 255, 255);
  width: 17px;
  margin-bottom: 0.3rem;
}
.mennew{
  position: relative;
  z-index: 1;
}
.mennew::after {
    position: absolute;
    content: "";
    background-size: contain;
    height: 35px;
    width: 35px;
    background-color: #65d0f2;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.asaa{
  
  border-left: 1px solid white;
}
.asaanew p {
    color: #000000 !important;
}



.asaanew{
  border-left: 1px solid rgb(0, 0, 0) !important;
}

/*.socialIcon{*/
/*    filter:brightness(0)invert(1);*/
/*    width:23px;*/
/*}*/
.socialIcon1{
    filter:brightness(0)invert(1);
    width:23px;
}







#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;
    overflow: hidden;
  }
  
  #whatsapp-chat .info-avatar img {
    width: 50px;
    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%;
  }

  

  .page-header{
    position: relative;
  }
  .page-header::after {
    position: absolute;
    content: "";
    background-color: #00000069;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.hd-txt {
    top: 75%;
    left: 10%;
    z-index: 9999;
}
.hd-txt  h2{
    font-size: 40px;
    letter-spacing: 1px;

}


.add-img {
    height: 80px;
    width: 80px;
    background-color: #15396d;
    border-radius: 50%;
    position: relative;
}
.add p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: white;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: initial;
    font-weight: 300;
}
.add-img img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.add p {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: white;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: initial;
    font-weight: 300;
    width: 60%;
    line-height: 25px;
}
.ad-ls {
    gap: 5%;
}

.contact_wrapperRight input,.contact_wrapperRight select,.contact_wrapperRight textarea{
    border-radius: 0;
    height: 40px;
    border: 1px solid lightgray;
    padding-left: 10px;
    outline: none;
    box-shadow: none;
}
.contact_wrapperRight input:focus,.contact_wrapperRight select:focus,.contact_wrapperRight textarea:focus{
    border: 1px solid lightgray;
    box-shadow: none;
    outline: none;
}
.section-subtitle {
    color: #59b5f8;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}

.dfgdfgdgfdgfgf {
  font-size: 35px;
  letter-spacing: 0px;
  width: 70%;
}

.fdg{
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 26px;
    color: gray;
}

.fddfgdfqqq {
  padding: 4rem;
  background-color: #e8f3ff;
  border-radius: 10px;
}

.right-ab-img img{
    border-radius: 20px;
}


.tab-l a{
  position: relative;
}
.tab-l a::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  background-size: contain;
  height: 1px;
  width: 30%;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.tab-l .active::before {
  position: absolute;
  content: "";
  background-color: #000000;
  background-size: contain;
  height: 1px;
  width: 30%;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.inner-banner{
  position: relative;
}

.inner-banner::after {
  position: absolute;
  content: "";
  background-color: #00000069;
  background-size: contain;
  height: 99.5%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}



.hero_bt a{
  transition: all .3s;
}
.hero_bt a:hover{
  background-color: #fff;
  color: #000;
}
.hero_bt1 a{
  transition: all .3s;
}
.hero_bt1 a:hover{
  background-color: #000000;
  color: #ffffff;
}

.dropd {
  width: 685px;
  top: 322%;
  left: -50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  display: none !important;
}
.dropdown:hover .dropd{
  display: flex !important;
}
.news_bt p {
    color: rgb(56 128 209) !important;
    transition:all .3s;
}
.news_bt p:hover {
    letter-spacing:0.8px;
}
.dropd {
    padding: 2rem;
    box-shadow: black 0px 0px 9px -5px;
}
.asasasd img {
    width: 50px !important;
    border-radius: 10px;
}
.asasasd{
  position: relative;
}
/*.asasasd::after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background-color: #00000057;*/
/*  background-size: contain;*/
/*  top: 0;*/
/*  right: -34%;*/
/*  height: 100%;*/
/*  width: 1px;*/
/*  z-index: 999;*/
/*}*/
/*.asasasd:nth-child(2):after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background-color: #00000000;*/
/*  background-size: contain;*/
/*  top: 0;*/
/*  right: -28%;*/
/*  height: 100%;*/
/*  width: 1px;*/
/*  z-index: 999;*/
/*}*/


.dropdown a{
  padding-bottom: 4rem;
}
.dropd a{
  padding: 0;
}
.dropdown a::after{
  background-color: transparent;
}
.fgds{
  filter: brightness(0)invert(1);
  width: 20px;
  transition: all .3s;
}
.dropdown:hover img{
  transform: rotate(180deg);
}



.gl-img {
  box-shadow: black 0px 0px 11px -5px;
}
.gl11 img, .gl-img {
  border-radius: 10px 10px 0 0;
}
.gl11 {
  position: relative;
  border-radius: 10px 10px 0 0;
}
.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;
}
.gl11 img {
  height: 263px !important;
}
.gl11 img, .gl-img {
  border-radius: 10px 10px 0 0;
}
.gl-btn {
  padding: 5px 7px;
  /* background-color: #1b4e9b; */
  background: linear-gradient(270deg, #15396d 50%, transparent);
  /* border-radius: 30px; */
  text-align: center;
  width: 40%;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  /* transform: translateX(-50%); */
  z-index: 1;
  transition: all .3s;
}
.gl-btn p {
  font-size: 15px;
  color: #ffffff;
}
.dq {
  padding: 10px 10px 10px;
  transition: all .3s;
  background-color: #15396d;
  color: #fff;
  border-radius: 0 0 10px 10px;
}
.ppl {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ppl img {
  width: 50px;
}
.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;
}
.gl-img:hover .gl11::before {
  height: 100%;
}
a{
  text-decoration: none;
}



.view-image {
  position: fixed;
  inset: 0;
  z-index: 500;
  padding: 3%;
  display: flex;
  flex-direction: column;
  animation: view-image-in 300ms;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 99999999999 !important;
}

.l-imm img {
  filter: brightness(0);
  width: 54px !important;
}

.navslider {
  height: 100vh;
  width: 100%;
  top: 0;
  left: -100%;
  background: linear-gradient(103deg, #fffbfc 0%, #e6e4ff 50%, #fff7f2 100%);
  z-index: 9999999999999999;
  transition: all .5s;
}
.navslidernew{
  left: 0 !important; 
}
.sdssew li{
  list-style-type: none;
}
.sdssew li a{
  text-decoration: none;
}

.sdssew li a{
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #000;
  transition: all .3s;
  
}
.pr-li{
  box-shadow: black 0px 0px 22px -18px;
}
.sdssew li a:hover{
  background: none;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000f8;
  -webkit-text-fill-color: unset;
}
.asdsaasd {
  padding: 15rem 4rem;
}
.sdssew li{
  padding: 0.3rem 0;
}
.sdfqq{
  position: absolute;
  top: 10%;
  left: 5%;
  width: 300px;
}

.right_sdf {
  background-color: #ffffff54;
  /* margin-right: -117%; */
  transform: translateX(1000%);
  opacity: 0;
  transition: all .5s;
  transition-delay: .5s;
}
.fgdsnew{
  filter: brightness(0);
}
.right_sdfnew{
  transform: translateX(0%);
  opacity: 1;
}
.right_sdf h2{
  font-size: 86PX;
  text-transform: uppercase;
  font-weight: bold;
  background: linear-gradient(180deg, rgb(101 208 242) 20%, rgb(0 0 0) 70%);
  opacity: 0.08;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #000;
  letter-spacing: 0;
}
.adasdasdads {
    position: absolute;
    top: 30px;
    right: 3%;
    z-index: 1;
    padding: 10px;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
}
.asaa{
  cursor: pointer;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.right_sdf h2{
  position: absolute;
  bottom: 5%;
  right: 3%;
  z-index: 99;
}

.sdfopp{
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 999;
  width: 90%;
}
.sdfopp p{
  font-size: 17px;
  letter-spacing: 0.55px;
  line-height: 26px;
}



.top-hd h2 {
  font-size: 30px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.top-hd p {
  width: 75%;
  margin: 10px auto;
  line-height: 27px;
}



.mis {
  position: relative;
  z-index: 1;
}
.mis {
    background-color: #3880d1;
    padding: 5rem 0;
}
.tp-service-icon img{
  margin-bottom: 1rem;
}
.top-hd h2 {
  font-size: 30px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.list-wrap {
  padding-left: 0;
}
.list-wrap li {
  list-style-type: none;
  padding-left: 20px;
  display: flex;
  gap: 15px;
  padding: 5px 0;
  align-items: center;
  font-size: 17px;
}
.right-mis img {
  filter: brightness(0) invert(1);
}
.mis::after {
    position: absolute;
    content: "";
    background-image: url(../images/da.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}


.top-hd h2 {
  font-size: 30px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.top-hd p {
  width: 75%;
  margin: 10px auto;
  line-height: 27px;
}
.tp-service-3 .tp-service-item {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 100%;
    padding-bottom: 16px;
}
.tp-service-item {
  position: relative;
  text-align: center;
}
.p-relative {
  position: relative;
}
.tp-service-3 .tp-service-icon {
  position: static;
}
.tp-service-icon {
  position: absolute;
  top: -26px;
  right: 20px;
}

.news_data{
  padding: 1rem;
}
.news_data span{
  font-size: 15px;
  letter-spacing: 0.55px;
  color: gray;
}
.news_data h2 {
    font-size: 20px;
    letter-spacing: 0.55px;
    color: #000;
    margin-top: 10px;
}
.news_data p{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: rgb(0, 0, 0);
  line-height: 26px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.news_bt a{
  color: #3880d1;
}

.pr-tx1 {
    text-align: center;
    padding: 15px;
    /* background-color: #d8e3ff; */
    background: linear-gradient(360deg, #13447e, #13447e);
}
.pr-tx1 h4{
    color:#fff !important;
}







.testimonial-dtl .testimonial-inner-dtl .test-grid-dtl .test-item-dtl .test-slide-inner {
  text-align: center;
  margin: 0px 20px 20px 20px;
}
.testimonial-dtl .testimonial-inner-dtl .test-grid-dtl .test-item-dtl .test-slide-inner .test-top {
  position: relative;
  top: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  z-index: 1;
}
.testimonial-dtl .testimonial-inner-dtl .test-grid-dtl .test-item-dtl .test-slide-inner .test-top img {
  width: 100px;
  position: relative;
  border-radius: 50%;
}
.testimonial-dtl .testimonial-inner-dtl .test-grid-dtl .test-item-dtl .test-slide-inner .test-top::after {
  background-image: url(../images/quote.png);
  background-position: center;
  background-size: contain;
  content: "";
  height: 40px;
  position: absolute;
  width: 40px;
  background-repeat: no-repeat;
  top: 0;
  z-index: 0;
  left: -9px;
  border-radius: 50px;
  background-color: white;
}
.testimonial-dtl .testimonial-inner-dtl .test-grid-dtl .test-item-dtl .test-slide-inner .test-textt {
  padding: 60px 25px 20px;
  box-shadow: var(--box-shadow-rglr);
  border-radius: 10px;
  position: relative;
  background: #fff;
}
.testimonial-dtl .testimonial-inner-dtl .test-grid-dtl .test-item-dtl .test-slide-inner .test-textt::after {
  position: absolute;
  content: "";
  top: 30px;
  left: 30px;
  height: 97%;
  width: 97%;
  border: 1px solid #e1e1e1;
  z-index: -1;
}
.heading p {
  font-size: 15px;
  font-family: var(--regular-font);
  color: rgb(70, 70, 70);
}
.heading h5 {
  font-size: 18px;
  color: rgb(34, 34, 34);
  font-family: var(--heading-font);
}

.read-btom {
  color: red;
  font-size: 14px;
  margin-top: 20px;
}
.testimonial-dtl .testimonial-inner-dtl .test-grid-dtl .test-item-dtl .test-slide-inner .test-textt {
  padding: 60px 25px 20px;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  position: relative;
  background: #fff;
}


.dropd1 {
  width: 685px;
  top: 322%;
  left: 185%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  display: none !important;
  flex-wrap:wrap;
}
.dropd2 {
  width: 685px;
  top: 322%;
  left: 35%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  display: none !important;
}
.w-48{
    width:48%;
}
.dropd1 .w-48{
    
    margin-bottom:20px;
}



.career .career-inner .career-grid .career-item .career-item-inn {
    padding: 30px 30px;
    box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.12);;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top {
    display: flex;
    align-items: center;
    gap: 30px;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top .carr-top-tx {
    width: 100%;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top .carr-top-tx span {
    font-size: var(--font-xs-small);
    margin: 0;
    color: #0008ff;
    padding: 5px 20px;
    background: #d0d1ff;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top .carr-top-line {
    width: 100%;
    position: relative;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top .carr-top-line:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 95%;
    top: 0px;
    left: 0;
    background-color: rgba(0, 8, 255, 0.37);
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top2 {
    margin-bottom: 20px;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top2 h5 {
    margin: 20px 0 0;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top2 {
    margin-bottom: 20px;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top2 p {
    color: rgb(70, 70, 70);
    font-weight: 400;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.heading p {
    font-size: 15px;
    font-family: var(--regular-font);
    color: rgb(70, 70, 70);
}
.career {
  margin: 3rem 0 4rem;
}
.career .career-inner .career-grid .career-item .career-item-inn {
  padding: 30px 30px;
  box-shadow: var(--box-shadow-rglr);
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top {
  display: flex;
  align-items: center;
  gap: 30px;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top .carr-top-tx {
  width: 100%;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top .carr-top-tx span {
  font-size: var(--font-xs-small);
  margin: 0;
  color: #0008ff;
  padding: 5px 20px;
  background: #d0d1ff;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top .carr-top-line {
  width: 100%;
  position: relative;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top .carr-top-line:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 95%;
  top: 0px;
  left: 0;
  background-color: rgba(0, 8, 255, 0.37);
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top2 {
  margin-bottom: 20px;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top2 h5 {
  margin: 20px 0 0;
}
.career .career-inner .career-grid .career-item .career-item-inn .carr-top2 p {
    color: var(--font-clr-dark-light);
    font-weight: var(--weight-400);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 8px;
}

.career .career-inner .career-grid .career-item .career-item-inn .carr-top2 p i {
  padding-right: 10px;
}
.career .career-inner .career-grid .career-item .career-item-inn .cntr-read {
  text-align: center;
  margin-top: 20px;
}

.detail-career {
  margin: 4rem 0;
}
.detail-career .career-dtl-inner {
  width: 90%;
  margin: 0 auto;
}
.detail-career .career-dtl-inner .career-dtl-grid .car-dtl-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.detail-career .career-dtl-inner .career-dtl-grid .car-dtl-top .bton {
  margin: 0 !important;
}
.detail-career .career-dtl-inner .career-dtl-grid .car-dtl-bot {
  padding: 30px 30px 40px;
  background: #f3f3f3;
  box-shadow: var(--box-shadow-rglr);
}
.apply {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-image: linear-gradient(to right top, #ffffff, #fbfcff, #f4faff, #eaf9ff, #e0f8ff, #e0f8ff, #e0f8ff, #e0f8ff, #eaf9ff, #f4faff, #fbfcff, #ffffff);
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.apply .apply-inner {
  position: relative;
  margin: 4% 0;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.apply .apply-inner .apply-grid .form-inner .apt-form-img {
  position: relative;
}
.apply .apply-inner .apply-grid .form-inner .apt-form-img img {
  width: 100%;
}
.apply .apply-inner .apply-grid .form-inner .apt-form-img .appy-cont-txt {
  background: #004b8d;
  position: absolute;
  top: 60%;
  left: 12px;
  padding: 20px 10px;
  box-shadow: var(--box-shadow-rglr);
  border: 5px solid #fff;
  display: none;
}
.apply .apply-inner .apply-grid .form-inner .apt-form-img .appy-cont-txt h5 {
  color: var(--font-clr-white-rglr);
}
.apply .apply-inner .apply-grid .form-inner .apt-form-img .appy-cont-txt p {
  color: var(--font-clr-white-light);
  margin: 0;
}

.career .career-inner .career-grid .career-item .career-item-inn {
    padding: 30px 30px;
    box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.12);
}
.bton-lg:hover {
    background: #fff;
    color: #65d0f2;
    border: 1px solid #65d0f2;
}
.bton-lg {
    padding: 12px 15px;
    background: #65d0f2;
    color: #fff;
    font-size: var(--font-small);
    transition: all .2s ease;
    border: 1px solid #65d0f2;
    text-align: center;
}





.apply {
    position: fixed;
    inset: 0;
    z-index: 999999999;
    background-image: linear-gradient(to right top, #ffffff, #fbfcff, #f4faff, #eaf9ff, #e0f8ff, #e0f8ff, #e0f8ff, #e0f8ff, #eaf9ff, #f4faff, #fbfcff, #ffffff);
    width: 100%;
    height: 100%;
    overflow: scroll;
}
.apply .apply-inner {
    position: relative;
    margin: 4% 0;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.apply .apply-inner .apply-grid .form-inner .apt-form-img {
    position: relative;
}
.apply .apply-inner .apply-grid .form-inner .apt-form-img img {
    width: 100%;
}
.cross-cancle:hover span {
    transform: rotateZ(135deg);
}
.cross-cancle .cosss-inner span {
    height: 2px;
    width: 20px;
    background-color: #ff0000;
    position: absolute;
    top: 12px;
    left: 3px;
    transform: rotateZ(45deg);
    transition: all .2s;
}
.cross-cancle .cosss-inner span:nth-child(2) {
    top: 12px;
    left: 3px;
    transform: rotateZ(315deg);
    transition: all .2s;
}
.apomnt-form .form-txt {
    margin-bottom: 20px;
}
.heading h2 {
    font-size: 28px;
    font-weight: 400;
    color: var(--font-clr-dark-rglr);
    font-family: var(--heading-font);
    margin-bottom: 0.5rem;
}
.apomnt-form .form-row .form-group label {
    margin-bottom: 10px;
}
.apomnt-form .form-row .form-group .form-control {
    border-radius: inherit;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.bton {
    margin-top: 30px;
}
.bton a {
    padding: 10px 22px;
    background: #65d0f2;
    color: #000;
    font-size: var(--font-small);
    transition: var(--trans-nrml);
    border: 1px solid #65d0f2;
}
.cross-cancle {
    z-index: 111;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    bbackground: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #ff0000;
    transition: var(--trans-nrml);
}
.cross-cancle {
    z-index: 111;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    bbackground: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #ff0000;
    transition: all .2s ease;
}



.detail-career {
    margin: 4rem 0;
}
.detail-career .career-dtl-inner {
    width: 90%;
    margin: 0 auto;
}
.detail-career .career-dtl-inner .career-dtl-grid .car-dtl-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.heading h4 {
    font-size: 24px;
    color: rgb(34, 34, 34);
    text-transform: capitalize;
    font-family: var(--heading-font);
}
.detail-career .career-dtl-inner .career-dtl-grid .car-dtl-top .bton {
    margin: 0 !important;
}
.bton a {
    padding: 10px 22px;
    background: #65d0f2;
    color: #000;
    font-size: 17px;
    transition: all .2s ease;
    border: 1px solid #65d0f2;
    letter-spacing: 0.55px;
}
.bton a:hover {
    background: #fff;
    color: #65d0f2;
    border: 1px solid #65d0f2;
}
.asasasd a .w-50{
    transform:initial !important;
}




.test-detl {
    position: fixed;
    inset: 0;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.89);
    width: 100%;
    height: 100%;
}
.test-detl .test-detail-inner {
    max-width: 580px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: #FFF;
    padding: 30px;
    border-radius: 20px;
    box-shadow: var(--box-shadow-rglr);
}
.test-detl .test-detail-inner .test-itm .test-itm-top {
    align-items: center;
    display: flex
;
    gap: 30px;
    margin-bottom: 35px;
}
.test-detl .test-detail-inner .test-itm .test-itm-top .itm-left img {
    width: 100px;
}
.test-detl .test-detail-inner .test-itm .test-itm-top .itm-left::after {
    background-image: url(../images/quote.png);
    background-position: center;
    background-size: contain;
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
    background-repeat: no-repeat;
    top: 30px;
    z-index: 0;
    left: 15px;
    border-radius: 50px;
    background-color: white;
}
.test-detl .test-detail-inner .tdetl {
    z-index: 111;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(239, 127, 26, 0);
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #a51829;
    transition: var(--trans-nrml);
}
.test-detl .test-detail-inner .tdetl .cosss-inner span {
    height: 2px;
    width: 20px;
    background-color: #a51829;
    position: absolute;
    top: 12px;
    left: 3px;
    transform: rotateZ(135deg);
    transition: var(--trans-nrml);
}
.test-detl .test-detail-inner .tdetl .cosss-inner span {
    height: 2px;
    width: 20px;
    background-color: #a51829;
    position: absolute;
    top: 12px;
    left: 3px;
    transform: rotateZ(135deg);
    transition: var(--trans-nrml);
}


.test-detl .test-detail-inner .tdetl .cosss-inner span:nth-child(2) {
    top: 12px;
    left: 3px;
    transform: rotateZ(225deg);
    transition: var(--trans-nrml);
}


.right-sdfdv {
    padding: 8rem 4rem;
    width: 120%;
    left: 82%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #3880d1;
    color: #fff;
}
.right-sdfdv1{
    left:initial;
    right: 82%;
}
.fsd h2{
    font-size: 30px;
    letter-spacing: 0.55px;
    line-height: 35px;
    font-weight: 500;
}
.fsd p{
       font-size: 16px;
    line-height: 26px;
    margin-top: 12px !important;
}

.right-sdfdv{
    position:relative;
}
.right-sdfdv::after {
    position: absolute;
    content: "";
    background-image: url(../images/ds.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}



.view {
    height: 50px;
    width: 50%;
    background-color: #65d0f2;
    border-radius: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 9;
    transition: all .3s;
    transition-delay: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-weight: 500;
}
.view img {
    width: 30px;
   
}

.xxa{
    position:relative;
}
.xxa::after {
    position: absolute;
    content: "";
    background-color: #0000003b;
    background-size: contain;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: 1;
    transition:all .3s;
}
.xxa:hover::after{
    height:100%;
}
.xxa:hover .view{
     transform: translate(-50%, -50%)scale(1);
}
.itnum {
    top: 10%;
    left: 0;
    background-color: #13447e;
    padding: 10px;
    width: 30%;
    clip-path: polygon(0% 0%, 100% 0, 91% 50%, 100% 100%, 0% 100%);
    text-align: center;
}

.itnum p{
    font-size:16px;
    letter-spacing:0.55px;
    color:#fff;
}
.ullnew li a:hover{
    color:#3880d1 !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;
}
#successm {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnerm {
    text-align: center;
}

.popup_outer {
    position: fixed;
    inset: 0;
    z-index: 99999999;
    background: rgb(0 0 0 / 85%);
    width: 100%;
    height: 100%;
}
.popup_outer1 {
    position: fixed;
    inset: 0;
    z-index: 99999999;
    background: rgb(0 0 0 / 85%);
    width: 100%;
    height: 100%;
}
.popup_Wrapper {
    max-width: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.popup_Wrapper1 {
    max-width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.popup_innerWrapper1 {
    padding: 1rem;
    background-color: transparent !important;
}
.popup_innerWrapper1 form{
    padding:1rem;
}
.fkdjg {
    padding: 33px;
    background-color: #fff;
    border-radius: 10px;
}
.popup_innerWrapper1 form label {
    margin-bottom: 1rem;
    font-size: 18px;
    margin-left: 9px;
    font-weight: 500;
}
.popup_innerWrapper1 form input[type="radio"] {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
}

.fkdjg img {
    filter: brightness(0);
    margin: 10px auto;
}
.clsoe_popup1 {
    position: absolute;
    top: 33% !important;
    right: 33% !important;
}
.clsoe_popup1 img {
    width: 35px !important;
}
.fkdjg {
    display: grid;
    text-align: center;
    font-size: 19px;
    color: #3880d1;
}
.popup_innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding: 70px 0;
    background: #fff;
    z-index: 1;
}
.popup_innerWrapper::before {
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    inset: 0;
    background: #fff url(../images/service-g.png);
    background-position: bottom;
    z-index: -1;
    opacity: 0.15;
    background-size: cover;
}
.popup_innerWrapper {
    width: 50%;
}
.popup_leftWrapper {
    text-align: center;
}
.popup_leftWrapper img:nth-child(1) {
    width: 200px;
    height: auto;
}
.popup_leftWrapper p {
    font-size: 18px;
    width: 80%;
    margin: 25px auto 0;
}
.popup_righttWrapper {
    padding-left: 25px;
    padding-right: 25px;
    border-left: 1px solid #dfdfdf;
    -webkit-box-shadow: -20px 0px 10px -10px rgb(0 0 0 / 3%);
    box-shadow: -20px 0px 10px -10px rgb(0 0 0 / 3%);
    width: 133%;
}
.popup_innerWrapper {
    width: 100% !important;
}
.clsoe_popup {
    position: absolute;
    top: 15px;
    right: 20px;
    background: unset;
    border: unset;
    outline: unset;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    cursor: pointer;
    opacity: 0.8;
    padding: 5px;
}
.clsoe_popup img {
    width: 25px;
}
.heading h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    color: #282828;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 28px;
}
.heading p {
    font-size: 13px;
}
.popup_righttWrapper input {
    padding-left: 10px;
    height: 40px;
    outline: none;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 8px;
    border-radius: 0;
    border: 1px solid #d3d3d3;
}
.popup_righttWrapper label {
    font-size: 14px;
}
.popup_righttWrapper .hero-btn {
    font-size: 16px;
    padding: 8px 15px;
    margin-top: 10px;
}
.hero-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 13px 40px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #99cc33;
    background: #99cc33;
    color: #fff;
    border-radius: 0;
    display: block;
    letter-spacing: .5px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.hero-btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.left-ttx p{
      display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.plantdata p{
    display:flex;
    gap:5px;
}
.plantdata img{
        height: 16px;
    width: 16px;
    margin-top: 5px;
}
.plantdata{
        padding: 20px 10px 10px 10px;
}
.plantdata h4 {
    font-size: 22px;
    margin-bottom: 1rem;
    letter-spacing: 0.55px;
}
.plantdata p {
    display: flex;
    gap: 5px;
    font-size: 17px;
    letter-spacing: 0.55px;
}


.plantlist {
    padding-bottom: 1rem;
    border-bottom: 1px solid lightgray;
    height: 100%;
}
