@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans: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&display=swap');
a{
  text-decoration: none;
}
body{
  /* font-family: 'Rajdhani', sans-serif; */
 font-family: 'Noto Sans', sans-serif !important;
 
}





.add .d-flex img {
    width: 16px;
    /* filter: brightness(0); */
}
.add .d-flex span {
    font-size: 14px;
    letter-spacing: 0.55px;
    color: #000000;
}
.xxy li a{
  color: #000;
  letter-spacing: 0.55px;
  font-size: 15px;
  font-weight: 400;
}
.kick {
    padding: 11px 22px;
    background-color: #ce9323;
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 0.55px;
}
.kkl{
  width: 18px;
}
.navb {
    background-color: #ffffff54;
    padding: 0 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all .3s;
}
.navb-new{
  background-color: #fff !important;
}
.vdo-banner{
  position: relative;
}
.vdo-banner::after {
    position: absolute;
    content: "";
    background-color: #ffffffad;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    /*clip-path: polygon(0% 0%, 24% 0%, 50% 68%, 43% 100%, 0% 100%);*/
    clip-path: polygon(0% 0%, 23% 0%, 63% 100%, 21% 100%, 0% 100%);
    backdrop-filter: blur(18px);
}
.navber {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}
.ser-hd1{
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  width: 80%;
  text-align: center;
  transition: all .3s;
}
.services,.news{
  position: relative;
  z-index: 1;
}
.ser-hd1 h2{
      font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.55px;
    margin-bottom: 0 !important;
    padding: 10px;

}
.news::after {
    position: absolute;
    content: "";
    background-image: url(../images/bgm.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
    background-repeat: no-repeat;
}
.services::after {
    position: absolute;
    content: "";
    background-image: url(../images/shape-1.png);
    background-size: cover;
    height: 100%;
    width: 344px;
    top: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
p,span,a{
   font-family: 'Noto Sans', sans-serif !important;
}

.menu-new li a{
  color: #fff !important;
}
.tst-img img{
  height: 129px;
    width: 129px;
    object-fit: cover;
    border-radius: 50%;
}
.thumbnail {
    width: 100%;
    margin-bottom: 2%;
    position: relative;
    height: 100%;
}
.thumbnail-image{
	height: 350px;
}
.inner-mob-menu li{
	list-style-type: none;
}
.contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.scroll {
    top: 95%;
    left: 43%;
    transform: translate(-5%,-46%);
    z-index: 9999;
    width: 15%;
}
.sc-d{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	width: 20%;
}
.sc-d img{
	width: 100% !important;
	transform: rotate(90deg);
}
.scroll img{
	width: 100%;
    height: 100%;
}
.logo img {
    width: 175px;
    padding: 8px 0;
}
.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: 20%;
    padding: 0rem 0;
}
/* .logo{
   position: initial;
  transition: all .3s;
} */
/* .logo-new {
    position: absolute;
    top: 0;
    background-color: #00a99d;
    padding: 1rem;
    animation: mymove .5s;
} */
.gt-new {
    background-color: #1917174d !important;
}

.menu li {
  margin: 0 10px;
}
.menu li a {
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    letter-spacing: 2.55px;
        padding: 2rem 0;
}
.menu li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.menu li a:hover:before {
  transform: scaleX(1);
}

.toggle {
  width: 30px;
  height: 14px;
  position: relative;
  cursor: pointer;
}
.toggle:before, .toggle:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(0 0 0);
    left: 0;
    transition: transform 0.3s ease-in-out;
}
.toggle-new:before, .toggle-new:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(0, 0, 0);
    left: 0;
    transition: transform 0.3s ease-in-out;
}
.toggle:before {
  top: 0;
  width: 100%;
}
.toggle:after {
  bottom: 0;
  width: 70%;
}

.toggle.active:before {
  transform: translateY(10px) rotate(45deg);
}

.toggle.active:after {
  transform: translateY(-10px) rotate(-45deg);
}
.mob-menu {
  height: 100vh;
  background-color: #000;
  top: 0;
  right: -50%;
  transition: all 0.5s;
}
.slide-menu{
  right: 0 !important;
  position: relative;
}
.inner-mob-menu li a{
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.55px;
  font-weight: 300;
}
.inner-mob-menu li{
  margin-bottom: 2rem;
}
.inner-mob-menu{
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%,-50%);
}
.clo{
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}
.clo img{
  width: 25px;
}

#headr{
  position: relative;
}
#headr::after{
  position: absolute;
  content: "";
  background-color: #00000070;
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
 /* whatsapp  start-----------------------------------------------*/
#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: 99;
  -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: 30px;
    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: 35px;
    -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%;
}

/* whatsapp end--------------------------------------------- */

.navber{
  transition:all .3s;
}
.shrink {
    margin-top: -42px;
}
.main-hdr{
  transition: all .3s;
}
.sc-ic img{
  width: 16px;
}


.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 20px 20px;
    font-weight: 400;
    transition: 0.4s all;
}
.wwws img{
  width: 25px;
  transition: all .3s;
}
.navbar-links li.navbar-dropdown {
  position: relative;
}
.navbar-dropdown:hover img{
      transform: rotateX(180deg);
}
.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

/* .dropdown {
    width: 100%;
    justify-content: space-around;
    background-color: #fff;
    padding: 1rem;
    left: 0;
    margin: 0 0rem;
    display: none;
    width: 100%;
} */







/* .navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 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 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 20px 0;
    top: 100%;
    transform: translateY(50px);
    left: -31vw;
    width: 100vw;
    background-color: #fff;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
}
.che{
  width: 15px;
  margin-right: 10px;
}
.s-list ul li{
  list-style-type: none;
}
.navbar-links li.navbar-dropdown .dropdown a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.serv-hd h1{
      font-size: 35px;
    line-height: 44px;
    letter-spacing: 0.5px;
}
.ser-dt p {
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.55px;
    color: black;
    font-weight: 400;
}
.ul li img{
  width: 50px;
}
.ul {
  padding-left: 0;
}
.xcx {
    transform: translate(-50%,-50%);
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    /* justify-content: center; */
}
/*.xcx1,.xcx4{*/
/*      border-radius: 0 45px;*/
/*}*/
/*.xcx2,.xcx3{*/
/*      border-radius: 45px 0;*/
/*}*/

.ul li {
    list-style-type: none;
    padding: 1rem;
    height: 93px;
}
.arrow img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: -65%;
    transform: translate(-0%,-50%);
    transition: all .3s;
}
.nn span{
  color: #000;
}
.arrow {
    height: 20px;
    width: 20px;
    border: 1px solid black;
    border-radius: 50%;
    margin-left: 15px;
    position: relative;
}
.nn:hover img{
  left: -25%;
}
.nn:hover .arrow{
  border: 1px solid #ce9323;
}
.nn:hover span{
  color: #ce9323;
}
.li-hd h5 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0rem;
    margin-bottom: 0;
}
.ri-l-dt{
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.24);
}
.ri-l-dt h5{
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  letter-spacing: 0.55px;
}
.ri-l-dt span {
    font-size: 13px;
    letter-spacing: 0.55px;
    color: #8b8b8b;
    font-weight: 500;
}
.lf-l-img img{
  width: 50px !important;
}
.w-15{
  width: 15%;
}
.w-85{
  width: 85%;
}
.vful li{
  list-style-type: none;
}
.vful li img{
  width: 15px;
  margin-right: 5px;
}
.vful {
    background-color: #f3f3f3c2;
}
.latest-list {
    position: relative;
    padding: 1rem 2rem 2rem 1rem;
    background-color: #fff;
}
.latest {
    background-color: #d3d3d340;
}
.lf-latest h1{
  font-size: 35px;
  line-height: 44px;
  letter-spacing: 0.5px;
}
.latest-list::after{
  position: absolute;
  content: "";
  background-color: tomato;
  background-size: contain;
  height: 100%;
  width: 3px;
  top: 0;
  left: 0;
}
.process-list {
    background-color: #cc912329;
    border-radius: 50%;
    height: 270px;
    width: 270px;
    margin: auto;
}
.inx {
    transform: translate(-50%,-50%);
    width: 98%;
}
.pr-img img{
  width: 54px;
  margin-bottom: 1rem;
}
.process-list::after {
    position: absolute;
    content: "";
    background-image: url(../images/work-up-arrow.png);
    background-size: contain;
    height: 280px;
    width: 280px;
    top: -10%;
    left: -4px;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.process-list1::after {
    background-image: url(../images/work-down-arrow.png);
    top: 73%;
    left: -4px;
    opacity: 0.3;
}
.xxc li{
  margin-right: 1.5rem;
  padding: 1rem;
}
.inner-header-banner {
    top: 60%;
    transform: translate(-50%,-50%);
    width: 70%;
}
.ffgd {
    top: -7%;
    left: 6%;
    font-size: 17px;
    width: fit-content;
    color: #000000;
    font-weight: 600;
}
.form-group input, .form-group textarea {
    border-radius: 0;
    border: 1px solid rgb(215 215 215);
    outline: none;
    box-shadow: none;
    padding-left: 10px;
    background-color: transparent;
}
.hd-lf-frm h1{
      font-size: 32px;
    letter-spacing: 0.55px;
}
.hd-lf-frm span{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: gray;
}
.con-frm {
    padding-top: 3rem;
    margin-top: 0rem !important;
}
.contact{
  top: -9%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.ffgdww {
    border: 1px solid #8080803b;
    padding: 20px 10px 20px 20px;
    height: 100%;
    border-radius: 0 0 30px 30px;
    background-color: #fffbf4;
    box-shadow: black 0px 5px 8px -5px;
    /* background: linear-gradient(0deg, black, transparent); */
}
.add span {
    font-size: 13px;
    letter-spacing: 0.55px;
    color: black;
    font-weight: 400;
}
.se-frm input {
    height: 40px;
    padding-left: 15px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #6f6f6f00;
    background-color: white;
}
.se-frm{
  height: 100%;
}
.job-dec{
  background-color: #000000c9;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
}
.inner-job-dec {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 1rem;
    border-radius: 5px;
}
.xxxx{
height: 430px;
overflow: auto;
}

.xxxx::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.xxxx::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.xxxx::-webkit-scrollbar-thumb {
  background: #ce9323; 
  border-radius: 10px;
}

/* Handle on hover */
.xxxx::-webkit-scrollbar-thumb:hover {
  background: #ce9323; 
}
.close img{
  width: 30px;
}
.close{
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.inner-job-dec ul li{
      font-size: 14px;
    letter-spacing: 0.55px;
    font-weight: 400;
    color: #000;
    margin-bottom: 7px;
}
.inner-client ul li span img{
  width: 16px;
}
.inner-client ul li span{
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  margin-bottom: 12px;
}
.inner-client ul li{
  list-style-type: none;
  display: flex;
  gap: 8px;
}
.bac::after {
    position: absolute;
    content: "";
    background-image: url(../images/hrt.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 35px;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 1;
}
.bus-name,.bus-name11 {
    position: relative;
    height: 253px;
    width: 100%;
    /* background-color: #ce932330; */
    clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
    margin: auto;
    /* box-shadow: inset #00000070 0px 0px 25px 10px; */
     /* background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%); */
    animation: gradient 15s ease infinite;
        background: linear-gradient(315deg, #ce9323 3%, #f3d69c 38%, #ce932378 68%, #ce9323 98%);
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 17em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0)rotate(45deg);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}


.bus-name::after {
    position: absolute;
    content: "";
    background-image: url(../images/gsdf.png);
    background-size: cover;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: -1;
}
.bus-name11 {
    margin-left: auto;
    margin-right: 9%;
}
.bus-name22 {
    margin-left: auto;
        margin-right: 43%;
}
.bus-name h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)rotate(0deg);
    width: 100%;
    text-align: center;
    font-weight: 400;
}

  /* footer start----------------------------------------- */
footer {
    padding: 0rem 0 0;
    position: relative;
    background-color: #ffd99136;
    position: relative;
}
/* footer::before {
    position: absolute;
    content: "";
    background-image: url(../images/ftb.svg);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: -70%;
    left: 0;
    background-repeat: no-repeat;
} */
.xc{
  margin-bottom: 2rem;
}
.social_links ul li h5{
  font-size: 19px;
  letter-spacing: 0.55px;
  color: black;
  font-weight: 500;
}
.social_links ul li span{
  font-size: 14px;
    letter-spacing: 0.55px;
}
.xc{
  position: relative;
}
.par-lg {
    height: 150px;
    width: 100%;
    box-shadow: #00000078 0px 0px 9px 0px;
    position: relative;
    border-radius: 7px;
        background-color: #fff;
}
.par-lg img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.xc::after {
    position: absolute;
    content: "";
    background-color: #000;
    background-size: contain;
    height: 2px;
    width: 92px;
    bottom: -10px;
    left: 0;
    border-radius: 50px;
}
.xc::before {
    position: absolute;
    content: "";
    background-color: #ecf2fa;
    background-size: contain;
    height: 2px;
    width: 8px;
    bottom: -10px;
    left: 71px;
    border-radius: 50px;
    z-index: 9;
}

footer .social_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    padding: 0;
    margin: 0;
    margin-bottom: 2rem
}

footer .social_icon li a {
    font-size: 25px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #545454
}

footer .social_icon li a:hover {
    color: #f67f27
}

footer .social_icon li a path {
    stroke-width: .1px
}

.footer_quick_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    gap: 20px;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 2rem
}

.footer_quick_link li {
    position: relative
}

.footer_quick_link li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 60%;
    background-color: #919191;
    right: -12px;
    top: 7px
}

.footer_quick_link li:last-child::after {
    display: none
}

.sub_footer {
    padding: 20px 0;
    background-color: #000;
    color: #fff;
}
.sub_footer .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.sub_footer p {
    margin: 0;
    font-family: 'Cormorant Garamond';
    font-size: 16px;
}
.sub_footer img{width: 400px;}
.sub_footer p span {
    color: #f67f27
}

.tiles__wrapper {
    height: 100%
}
.list-unstyled li a {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.55px;
    margin-bottom: 24px;
}
.footer_links h3, .social_links h3 {
    font-family: auto !important;
    font-size: 26px;
    margin-bottom: 1rem;
}
.scl-i a img {
    width: 25px;
}
.footer_logo p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
}
/* footer end------------------------------------------------------------------------- */


/* home page start-------------------------------------------------------------------- */
footer{
  position: relative;
  padding-top: 5rem;
}
/* footer::after{
  position: absolute;
  content: "";
  background-image: url(../images/ftbg.svg);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
} */
/* .con-frm {
    background-color: #ffecc7;
} */
.lef-frm {
    /* background-color: #ce932321 !important; */
    border-radius: 5px;
}
.short-d p{
    letter-spacing: 0.55px;
    font-size: 15px;
    color: #333333;
    margin-bottom: 2rem;
}
.w-37{
  width: 37%;
}
.w-32{
  width: 32%;
}
.bt366 img{
        width: 23px;
}
.bg-blue{
  background-color: #006271;
}
.left-banner-text {
    top: 55%;
    left: 9%;
    transform: translate(-0,-50%);
    z-index: 999;
}
.bt {
    padding: 9px 3px;
    color: white;
    background-color: #ce9323;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
}
.rad input {
    height: 18px;
    width: 18px;
}
.rad{
  display: flex;
  gap: 7px;
  align-items: center;
}
.banner-hd h1 {
    font-size: 33px;
    line-height: 44px;
    margin-bottom: 1.5rem;
    font-weight: 300;
}
.bt366{
    width: 70%;
}
.se {
    border: none;
    outline: none;
    box-shadow: none;
    height: 39px;
    padding: 0 15px;
}
.banner{
  position: relative;
  z-index: 1;
}
.banner::after {
    position: absolute;
    content: "";
    background-image: url(../images/bn.webp);
    background-size: cover;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-position: bottom;
    z-index: -1;
    opacity: 0.3;
}
.services{
  position: relative;
  overflow: hidden;
}
.services::after {
    position: absolute;
    content: "";
    background-image: url(../images/ddt.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    /* transform: rotate(90deg); */
    opacity: 0.05;
    /* background: linear-gradient(90deg, #000000 58%, transparent 0); */
}
.inner-services{
    position:relative;
    padding:4rem 0;
}
.inner-services::before {
    position: absolute;
    content: "";
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    /* transform: rotate(90deg); */
    opacity: 1;
    background: linear-gradient(270deg, #ce9323 37%, transparent 0);
}
.filter{
  padding: 2rem 1rem;
  background-color: #f2e3c6;
}
.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{
  text-align: center;
  position: relative;
}
.inner-can-dt::after {
    position: absolute;
    content: "";
    border-right: 1px solid lightgray;
    background-size: contain;
    height: 100%;
    width: 1px;
    top: 0;
    right: -10%;
}
.can-main-hd{
  text-align: center;
  margin-bottom: 1.5rem;
}
.inner-can-l {
    box-shadow: black 0px 0px 9px -5px;
    border-radius: 7px;
    height: 100%;
    background: linear-gradient(135deg, #ce9323 8%, transparent 0);
}
.inner-can-dt1::after{
  border-right: none;
}
.ffvsa{
  margin-bottom: 1.5rem;
  border-bottom: 1px solid lightgray;
}
/* home page end--------------------------------------------------------------------- */
.ffgdww1{
  border-radius: 0 30px 30px 30px;
}
.ffgdww2{
  border-radius: 30px 0px 30px 30px;
}
.ffgdww3{
  border-radius: 30px 30px 30px 0;
}
.ffgdww4{
  border-radius: 30px 30px 0 30px;
}
.con-frm {
    position: relative;
    overflow: hidden;
}
.con-frm::after {
    position: absolute;
    content: "";
    background-color: #efefef;
    background-size: contain;
    height: 100%;
    width: 39%;
    top: 0;
    right: 0;
    z-index: -1;
}
.di img{
  height: 100%;
}
.services-hd ul li{
  list-style-type: none;
}
.services-hd ul {
    background-color: #fff7e8;
    padding: 2rem 4rem;
}
.services-hd ul li a{
  font-size: 18px;
  color: #000000 ;
  letter-spacing: 0.55px;
}
.inner-cons ul li {
    margin-bottom: 1rem;
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 25px;
}










::selection{
  background: rgba(187, 134, 252, 0.5);
  color: #FFF;
}

/* .container{
  max-width: 950px;
  width: 100%;
  padding: 50px 40px;
  margin: 0px 20px;
  border-radius: 12px;
  background: #22272C;
  box-shadow: 0px 4px 16px rgba(254, 205, 211, 0.1), 0px 8px 24px rgba(254, 205, 211, 0.1), 0px 16px 56px rgba(254, 205, 211, 0.1);
} */

.container .topic{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.content input{
  display: none;
}
.content {
    display: grid;
    justify-content: space-around;
    align-items: flex-start;
}
.help span, .blog span, .home span {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #ce9323;
}
/* .content .list {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 30%;
    margin-right: 20px;
    background-color: black;
    padding: 0rem;
} */
.content .list {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
    position: relative;
    width: 100%;
    margin-right: 20px;
    /* background-color: black; */
    padding: 0rem;
    border-bottom: 1px solid #c9c9c9;
}
/* .content .list label{
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 25px;
  transition: all 0.5s ease;
  z-index: 10;
} */
.content .list label {
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 25px;
    transition: all 0.5s ease;
    z-index: 10;
    width: 33.333%;
    text-align: center;
    position: relative;
}

#home:checked ~ .list label.home, #blog:checked ~ .list label.blog, #help:checked ~ .list label.help, #code:checked ~ .list label.code, #about:checked ~ .list label.about span{
    color: #ffffff;
    border-bottom: 3px solid red;

}
#home:checked ~ .list label.home, #blog:checked ~ .list label.blog, #help:checked ~ .list label.help, #code:checked ~ .list label.code, #about:checked ~ .list label.about label ::before{
  opacity: 1;
}
.content .list label ::before{
  position: absolute;
  content: "";
  background-color: gray;
  background-size: contain;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
}
#home:checked ~ .list label.home, #blog:checked ~ .list label.blog, #help:checked ~ .list label.help, #code:checked ~ .list label.code, #about:checked ~ .list label.about {
    color: #ffffff;
    /* background-color: #ce9323; */
}
/* .content .slider{
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  border-radius: 0;
  transition: all 0.5s ease;
  
  background: #ce9323;
} */

#home:checked ~ .list .slider{
  top: 0;
}

#blog:checked ~ .list .slider{
  top: 60px;
}

#help:checked ~ .list .slider{
  top: 120px;
}

#code:checked ~ .list .slider{
  top: 180px;
}

#about:checked ~ .list .slider{
  top: 240px;
}

.content .text-content {
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.7);
}


.content .text{
  display: none;
}

.content .text .title{
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 500;
}

.container .text p {
    text-align: justify;
    color: #000;
}
.content .text-content .home{
  display: block;
}

#home:checked ~ .text-content .home,
#blog:checked ~ .text-content .blog,
#help:checked ~ .text-content .help,
#code:checked ~ .text-content .code,
#about:checked ~ .text-content .about{
  display: block;
}

#blog:checked ~ .text-content .home,
#help:checked ~ .text-content .home,
#code:checked ~ .text-content .home,
#about:checked ~ .text-content .home{
  display: none;
}

.content .list label:hover{
  color: #BB86FC;
}
.text ul li{
  color: #000;
  letter-spacing: 0.55px;
  color: #000;
  line-height: 27px;
  font-size: 15px;
}

.inner-para p{
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #000;
  line-height: 28px;
  text-align: justify;
}

.bt1 a{
  padding: 7px 22px;
  border: 1px solid black;
  background: transparent;
  border-radius: 30px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.55px;
}
.bt2 a{
  padding: 7px 22px;
  font-size: 14px;
  letter-spacing: 0.55px;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  border: 1px solid black;
}

.cook-dt p{
  margin-bottom: 0;
}
.cookies {
    padding: 1rem 0;
    z-index: 9999999999999999;
    bottom: 0;
    background-color: #fff;
    transition: all 1s;
    box-shadow: black 0px 0px 10px -5px;
}
.cookies-new{
  bottom: -20%;
}
.policy-pop, .policy-pop11 {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #000000ab;
  top: 0;
  left: 0;
  z-index: 999999999999;
}
.policy-pop,.policy-pop11 {
    display: none;
}
.policy-pop-new{
  display: block;
}
.inner-policy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    background-color: #fff;
    padding: 2rem;
    border-radius: 7px;
}
.cl img {
    width: 25px;
}
.cl {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
}
.cook-hd h3 {
    font-size: 28px;
    letter-spacing: 0.55px;
    color: #000;
}
.cook-dt p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 26px;
    font-weight: 300;
}
.cook-hd {
    text-align: center;
}
.list-tp h4{
  font-size: 13px;
}
.dropdownss {
    position: fixed;
    top: -100%;
    left: 0;
    height: 100vh;
    width: 100%;
    /* background-color: #2b2c2c; */
    background: linear-gradient(180deg, #d5a03c, black);
    transition: all 1s;
    z-index: 99;
    overflow: auto;
}
.dropdownssnew{
  top: 0;
}
.ser-navhd p{
  color: #fff;
    letter-spacing: 0.55px;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
}
.fgfhk {
    padding-left: 0;
    border-right: 1px solid white;
    padding: 1rem 0;
}
.fgfhk li {
    list-style-type: none;
    color: #fff;
    padding: 8px 0;
    transition: all .3s;
    position: relative;
}
.fgfhk li::after {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: 50%;
    right: -11px;
    transform: translate(0,-50%);
    transform: scale(0);
    transition: all .8s;
}
.fgfhk li:hover::after{
    transform: scale(1);
}
.fgfhk li a {
    text-decoration: none;
    letter-spacing: 0.55px;
    color: #ffffff;
    letter-spacing: 0.55px;
    font-weight: 700;
    text-transform: uppercase;
}
.fgfhk li a img {
    width: 14px;
    margin-right: 11px;
}
.im-dt-nv{
  color: #fff;
}
.im-dt-nv h5{
    font-size: 14px;
    letter-spacing: 0.55px;
    color: #b1b1b1;
}
.im-dt-nv p{
    font-size: 13px;
    letter-spacing: 0.55px;
}
.im-dt-nv h2{
    font-size: 20px;
    letter-spacing: 0.55px;
    line-height: 28px;
    font-weight: 700;
}
.gw h3{
  color: #fff;
  letter-spacing: 0.55px;
  font-size: 32px;
}
.arup{
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.arup img {
    transform: rotate(0) !important;
    width: 22px;
}


.right-nav-img img{
  transform: rotate(0) !important;
}
.rig-img{
      height: 400px;
}
.rig-img img {
    height: 100%;
    border-radius: 70px 0;
}
.rig-img{
  position: relative;
}
.rig-img::after {
    position: absolute;
    content: "";
    border: 2px solid #ce9323;
    background-size: contain;
    top: -5%;
    left: 5%;
    border-radius: 70px 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.lf-ser-dt {
    background-color: white;
    padding: 1rem 1rem 1rem 0;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    z-index: 9;
    width: 67%;
    border-radius: 70px 0;
}
.inner-ser-dt{
  position: relative;
}
/* .lf-ser-dt::after {
    position: absolute;
    content: "";
    border-left: 3px solid #ce9323;
    background-size: contain;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    z-index: -1;
} */
.ull h1 strong{
  font-size: 30px;
  letter-spacing: 0.55px;
}
.ull h4 strong {
    font-size: 18px;
    letter-spacing: 0.55px;
    font-weight: 600;
}
.ull li,.ull1 li{
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.55px;
    color: black;
    font-weight: 400;
}
.solution h3{
      font-size: 27px;
    letter-spacing: 0.55px;
    color: #ce9323;
}
.serhdd h2 {
    font-size: 27px;
    letter-spacing: 0.55px;
    color: #ce9323;
}
.ull h2{
      font-size: 27px;
    letter-spacing: 0.55px;
    color: #ce9323;
}
.ull{
  padding-left: 0;
}
.consumer-hd h1{
  font-size: 30px;
  letter-spacing: 0.55px;
  color: #000;
}
.consumer-dt P{
  font-size: 15PX;
  letter-spacing: 0.55px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
}



.org-chart {
	 display: flex;
	 justify-content: center;
}
 .org-chart ul {
	 padding-top: 20px;
	 position: relative;
	 transition: all 0.5s;
}
 .org-chart ul ul::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 50%;
	 border-left: 1px solid #ccc;
	 width: 0;
}
 .org-chart li {
	 float: left;
	 text-align: center;
	 list-style-type: none;
	 position: relative;
	 padding: 20px 10px;
	 transition: all 0.5s;
}
 .org-chart li::before, .org-chart li::after {
	 content: '';
	 position: absolute;
	 top: 0;
	 right: 50%;
	 border-top: 1px solid #ccc;
	 width: 50%;
	 height: 20px;
}
 .org-chart li::after {
	 right: auto;
	 left: 50%;
	 border-left: 1px solid #ccc;
}
 .org-chart li:only-child::after, .org-chart li:only-child::before {
	 display: none;
}
 .org-chart li:only-child {
	 padding-top: 0;
}
 .org-chart li:first-child::before, .org-chart li:last-child::after {
	 border: 0 none;
}
 .org-chart li:last-child::before {
	 border-right: 1px solid #ccc;
	 border-radius: 0 5px 0 0;
}
 .org-chart li:first-child::after {
	 border-radius: 5px 0 0 0;
}
 .org-chart li .user {
	 text-decoration: none;
	 color: #666;
	 display: inline-block;
	 padding: 20px 10px;
	 transition: all 0.5s;
	 background: #fff;
	 min-width: 180px;
	 border-radius: 6px;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
 .org-chart li .user:hover, .org-chart li .user:hover + ul li .user {
	 background: #b5d5ef;
	 color: #002a50;
	 transition: all 0.15s;
	 transform: translateY(-5px);
	 box-shadow: inset 0 0 0 3px #76b1e1, 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
 .org-chart li .user:hover img, .org-chart li .user:hover + ul li .user img {
	 box-shadow: 0 0 0 5px #4c99d8;
}
 .org-chart li .user:hover + ul li::after, .org-chart li .user:hover + ul li::before, .org-chart li .user:hover + ul::before, .org-chart li .user:hover + ul ul::before {
	 border-color: #94a0b4;
}
 .org-chart li .user > div, .org-chart li .user > a {
	 font-size: 12px;
}
 .org-chart li .user img {
	 margin: 0 auto;
	 max-width: 60px;
	 max-width: 60px;
	 width: 60px;
	 height: 60px;
	 border-radius: 50%;
	 box-shadow: 0 0 0 5px #aaa;
}
 .org-chart li .user .name {
	 font-size: 16px;
	 margin: 15px 0 0;
	 font-weight: 300;
}
 .org-chart li .user .role {
	 font-weight: 600;
	 margin-bottom: 10px;
	 margin-top: 5px;
}
 .org-chart li .user .manager {
	 font-size: 12px;
	 color: #b21e04;
}
.chat-list-hd h3 {
    font-size: 19px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 500;
    line-height: 29px;
}
 .chat-list-hd p{
  letter-spacing: 0.55px;
  font-size: 18px;
  color: #000;
 }
.chat-list-hd ul li {
    font-size: 14px;
    letter-spacing: 0.55px;
    color: #9b9b9b;
    margin-bottom: 10px;
    list-style-type: none;
    display: flex;
}

 .chat-list-hd ul li img{
  width: 18px;
  margin-right: 10px;
  height: 100%;
 }
  .chat-list-hd ul{
    padding-left: 0;
  }
  .hdrx h1{
    font-size: 30px;
    letter-spacing: 0.055px;
    color: #000;
    margin-bottom: 1rem;
  }
  .hdrx{
    border-left: 3px solid #c78e22;
    padding-left: 16px;
    margin-bottom: 2rem;
  }
  .chat-list {
    padding: 1rem;
    box-shadow: black 0px 0px 9px -5px;
    border-radius: 7px;
    height: 100%;
    border-bottom: 3px solid #c78e22;
}

  .chat-list{

  }
  .chat-list-hd{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    width: 100%;
    padding: 1rem;
  }



.chat-list{
  position: relative;
  z-index: 1;
}
.chat-list::after {
    position: absolute;
    content: "";
    background-image: url(../images/gsdf.png);
    background-size: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.7;
    animation: mymoves 1s;
}
@keyframes mymoves{
  0%{
    opacity: 0.7;
  }
  50%{
    opacity: 0;
  }
  100%{
    opacity: 0.7;
  }
}

.recr-hd h1{
  font-size: 31px;
  letter-spacing: 0.55px;
  margin-bottom: 1.5rem;
}
.recr-dt p{
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 28px;
  color: #000;
}
.left-recruit h1 {
    font-size: 27px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 39px;
}
.left-recruit p{
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #000;
  line-height: 28px;
}

.btby{
  position: relative;
}
.btby::after{
  position: absolute;
  content: "";
  background-image: url(../images/bgabut.png);
  background-size: contain;
  top: 60%;
  right: 0;
  transform: translate(0%,-50%);
  height: 100%;
  width: 600px;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.05;
}
.meet-l {
    height: 100%;
    padding: 1rem;
    box-shadow: black 0px 0px 8px -4px;
    background: linear-gradient(45deg, transparent 90%, #cd92235e 0);
    border-radius: 30px 0;
}
.meet-hd h4 {
    font-size: 22px;
    letter-spacing: 0.55px;
    color: #000;
}
.meet-hd p{
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 27px;
  color: gray;
}
.dfgdf p{
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.55px;
    color: black;
    font-weight: 400;
}
.dfgdf h4 strong {
    font-size: 18px;
    letter-spacing: 0.55px;
    font-weight: 600;
}
.lf-abx-img{
  height: 100%;
  object-fit: cover;
}
.right-abx-dt p {
    color: #000;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 27px;
    font-size: 15px;
}
.lf-abx-img img{
    height: 400px;
    width: 400px;
    border-radius: 50%;
    object-fit: cover;
    border: 10px solid #fff;
}

.abx{
  position: relative;
}
.abx::after {
    position: absolute;
    content: "";
    background-color: #ce932336;
    background-size: contain;
    height: 82%;
    width: 50%;
    z-index: -1;
    top: 50%;
    left: 0%;
    transform: translate(-0%,-50%);
}


.chat-list11 {
    width: fit-content;
    box-shadow: black 0px 0px 10px -6px;
    margin: auto;
    margin-bottom: 16px;
    background-color: #fff;
}



.tringle{
  position: relative;
}
.tringle::after {
    position: absolute;
    content: "";
    background-color: #ce9323;
    background-size: contain;
    height: 600px;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.consumer-chat{
  position: relative;
}
.consumer-chat::after {
    position: absolute;
    content: "";
    background-image: url(../images/bgabut.png);
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translate(0%,-50%)rotateX(180deg)rotateZ(180deg);
    height: 759px;
    width: 600px;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.05;
    /* transform: rotate(45deg); */
}
.consumer-dt h4{
  font-size: 20px;
  letter-spacing: 0.55px;
  font-weight: 700;
}
.xa ul{
  padding-left: 0;
}
.xa ul li{
  list-style-type: none;
}

.consumer-serviceddd,.bus,.candidate{
  position: relative;
}
.consumer-serviceddd::after {
    position: absolute;
    content: "";
    background-image: url(../images/bgabut.png);
    background-size: contain;
    top: 0%;
    right: 0;
    transform: translate(0%,-50%);
    height: 759px;
    width: 600px;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.05;
}
.active{
  color: #9f6800 !important;
}

.bus::after {
    position: absolute;
    content: "";
    background-image: url(../images/bgabut.png);
    background-size: contain;
    top: 0%;
    right: 0;
    transform: translate(0%,-50%);
    height: 515px;
    width: 434px;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.05;
}
.vvvd {
    padding: 11px 22px;
    background-color: #ce9323;
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 0.55px;
    display: flex;
    justify-content: center;
}
.candidate::after {
    position: absolute;
    content: "";
    background-image: url(../images/bgabut.png);
    background-size: contain;
    top: 30%;
    right: 0;
    transform: translate(0%,-50%);
    height: 515px;
    width: 434px;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.candidate::before {
    position: absolute;
    content: "";
    background-image: url(../images/bgabut.png);
    background-size: contain;
    top: 70%;
    left: 0;
    transform: translate(0%,-50%)rotateX(180deg)rotateZ(180deg);
    height: 515px;
    width: 434px;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.05;
    /* transform: rotate(45deg); */
}
.appl a{
  padding: 8px 22px;
  background-color: #ce9323;
  color: #fff;
  border-radius: 5px;
  transition: all .3s;
}
.appl a:hover{
  background-color: #ce9429ab;
  color: #000;
}

.sfdf textarea{
  height: 100px;
}
.job-nmx h4{
  letter-spacing: 0.55px;
  color: #000;
}
.xtv {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: #ce9323;
    border-radius: 12%;
}
.xtv img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px !important;
}


#mobile_err{
  display: none;
}
#email_err{
  display: none;
}
#moberr{
  display: none;
}
#emailerr{
  display: none;
}
#regmoberr{
  display: none;
}
#regemailerr{
  display: none;
}


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


.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;
}
#successr{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInnerr{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
}


/* For Pagination Links by Malustech */
.pagination {
	font-family: Verdana, sans-serif;
	padding:20px;
	margin:7px;
  margin-left: -20px;
}
.pagination a {
	margin: 2px;
	padding: 0.3em 0.64em 0.43em 0.64em;
	background-color: #060818;
	text-decoration: none;
	color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.pagination a:hover, .pagination a:active {
	padding: 0.3em 0.64em 0.43em 0.64em;
	margin: 2px;
	background-color: #de1818;
	color: #fff;
}



/* register popup start----------------------------------------------------- */
.register-popup {
    height: 100vh;
    width: 100%;
    background-color: #000000c2;
    z-index: 999999;
    backdrop-filter: blur(6px);
}

.inner-reg-pop{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 7px;
}
.reg-ttl-hd h1{
  font-size: 25px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 400;

}
.nme-form input{
  border: 1px solid lightgray;
  height: 40px;
  padding-left: 10px;
}
.nme-form select{
  height: 40px;
  border: 1px solid lightgray;
  padding-left: 10px;
}
.nme-form input:focus{
  border: 1px solid lightgray;
  outline: none;
  box-shadow: none;
}
.nme-form select:focus{
  border: 1px solid lightgray;
  outline: none;
  box-shadow: none;
}
.register-btn a{
  padding: 8px 20px;
  border: 1px solid #ce9323;
  color: #ce9323;
  font-size: 16px;
  letter-spacing: 0.55px;
  transition: all .3s;
}
.register-btn a:hover{
  background-color: #ce9323;
  color: #fff;
}
.cloxxt{
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.cloxxt img{
  width: 24px;
}
/* register popup end------------------------------------------------------- */