
/*Contributed By: Aabha Chaturvedi;*/

.main-header--two .main-header__menu:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  left: 0px;
  top: 0px;
}


/*.twm-explore-9-media-wrap .twm-media {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin: 0px auto;
}*/

.main-slider-one__content .rectangle1-wrap {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  z-index: -1;
}

.main-slider-one__content .rectangle1-wrap .rectangle1 {
  background-color: #75bbc1;
}

.main-slider-one__content .rectangle1-wrap .rectangle1 {
  border-radius: 40px;
  background-color: #ff580b;
  width: 440px;
  height: 440px;
  opacity: 0.6;
}

.rotate-center {
  -webkit-animation: rotate-center 15s linear infinite;
  animation: rotate-center 15s linear infinite;
}

 @-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}









.topbar-one__nav .animated-button11 {
  position: relative;   /* ⭐ THIS IS THE MAIN FIX */
  overflow: hidden;     /* taaki animation button ke bahar na nikle */
  display: inline-block;
}

.topbar-one__nav .animated-button11::before {
  content: '';
  position: absolute;
  inset: 0;   /* top:0 left:0 width:100% height:100% shortcut */
  background-color: #ad85ad;
  opacity: 0;
  transition: .2s opacity ease-in-out;
  border-radius: 20px; /* button ke shape ke hisaab se */
}

.topbar-one__nav .animated-button11 span {
  position: absolute;
  display: block;
  box-shadow: 0 0 8px #ffd60a, 0 0 5px #ffd60a;
}

.topbar-one__nav .animated-button11 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 193, 50, 0)), to(#ffd60a));
  background: linear-gradient(to left, rgba(255, 193, 50, 0), #ffd60a);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.topbar-one__nav .animated-button11 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 193, 50, 0)), to(#ffd60a));
  background: linear-gradient(to top, rgba(255, 193, 50, 0), #ffd60a);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.topbar-one__nav .animated-button11 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 193, 50, 0)), to(#ffd60a));
  background: linear-gradient(to right, rgba(255, 193, 50, 0), #ffd60a);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.topbar-one__nav .animated-button11 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 193, 50, 0)), to(#ffd60a));
  background: linear-gradient(to bottom, rgba(255, 193, 50, 0), #ffd60a);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}



/*Sector page design css starts*/


.service8 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service8 .row{
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.service8 .service8-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: #fff;
  padding: 25px;
  text-align: center;
  border-bottom: 1px solid #DEDFE0;
  border-left: 1px solid #DEDFE0;
  border-right: 1px solid #DEDFE0;
  border-top: 1px solid #DEDFE0;
}

.service8 .service8-boxarea .icons {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
  margin: 0 auto;
}

.space32 {
  height: 32px;
}

.service8 .service8-boxarea .title {
  color: #212545;
  text-align: center;
  font-family: inherit;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.service8 .service8-boxarea p {
  color: #333;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}


.service8 .service8-boxarea .vl-btn8 .text {
  background: #987;
  border: 1px solid #ddd;
}

.service8 .service8-boxarea .vl-btn8 .arrow {
  background: #987;
  border: 1px solid #ddd;
}


@media (min-width: 992px) {
  .d-lg-block {
      display: block !important;
  }
}

/************Team Css Starts Here************/

.team-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team-inner-area .team-widget-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.team-inner-area .team-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 10px;
}

.team-inner-area .team-widget-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s;
}

.team-inner-area .team-widget-boxarea .text-share-area {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 6px;
  background: #f7fcfc;
  border-bottom: 4px solid #bed9dd;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.10);
  padding: 15px 15px;
  position: relative;
  margin: -40px 20px 0 20px;
  z-index: 2;
}

.team-inner-area .team-widget-boxarea .text-share-area .text a {
  color: #000;
  font-family: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.team-inner-area .team-widget-boxarea .text-share-area .text p {
  color: #000;
  font-family: inherit;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0px;
}

.space14 {
  height: 5px;
}

/************Team Css Ends Here*****************************/




.twm-ac-fresher-wrap {
  position: relative;
  z-index: 1;
}

.twm-ac-fresher-wrap .twm-section-bg-img2 {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 50px auto 0px;
  display: block;
}
.twm-ac-fresher-wrap .twm-section-bg-img2 img {
  width: 100%;
}

.twm-right-section-panel-wrap2 {
  margin-bottom: 30px;
}

.twm-right-section-panel {
  padding: 30px;
  border-radius: 10px;
}

.site-bg-primary {
  background-color: #1967d2;
}

.twm-right-section-panel .panel.panel-default {
  border-radius: 10px;
  background: #fff;
}

.wt-panel-heading {
  border-bottom: 1px solid #ddd;
}

.ls-inputicon-box {
  position: relative;
}

.ls-inputicon-box .form-control {
  padding-left: 35px;
}

.form-control {
  width: 100%;
  height: 55px;
  padding: 10px;
  border: none;
  background-color: #f0f6fe;
  border-radius: 10px;
}

.ls-inputicon-box .fs-input-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 55px;
  z-index: 5;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  color: #1967d2;
}

.form-group {
  margin-bottom: 20px;
}

.bg-cover {
  background-size: cover;
}

.site-button {
  outline: none;
  color: #fff;
  padding: 8px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #00153b;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
}

.site-button:hover {
  outline: none;
  color: #fff;
  padding: 8px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #1967d2;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
}


.site-button {
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.twm-right-section-panel textarea.form-control {
  height: auto;
  resize: none;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}


.custom-upload input[type="file"] {
  display: none;
}

.upload-box {
  display: block;
  width: 100%;
  min-height: 100px;
  border: 2px solid #1967d2;
  border-radius: 12px;
  background: #f3f8fe;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
  padding: 0px 20px 20px 20px;
}

.upload-box:hover {
  background: #eaf2ff;
  border-color: #0d4db3;
}

.upload-content i {
  font-size: 40px;
  color: #1967d2;
  margin-bottom: 10px;
}

.upload-content p {
  font-size: 16px;
  color: #333;
  margin: 5px 0;
}

.upload-content span {
  font-size: 13px;
  color: #777;
}

/* Optional: after file select effect */
.custom-upload input[type="file"]:focus + .upload-box {
  border-color: #28a745;
}



/************Industries we serve css starts here************/

.specializations-card {
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(1, 1, 1, 0.2);
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  background: #e4f0e6;
  transition: 0.7s;
}

.specializations-card i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 60px;
  background-color: #fff;
  color: #015311;
  font-size: 40px;
  border-radius: 10px;
  transition: 0.7s;
}

.specializations-card h3, .specializations-card .h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.job-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.job-pills li{margin:0;}
.job-pills .pill{
  display:inline-block;
  font-size:14px;
  font-weight:500;
  color:#fff;
  background:#004ba0;
  border:1px solid #8bacff;
  padding:8px 16px;
  border-radius:30px;
  line-height:1.4;
  transition:background .2s ease, border-color .2s ease, color .2s ease;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.job-pills .pill:hover{
  background:#ffd60a;
  border: 2px solid #f39c4a;
  color:#c9670e;
  font-weight: 600;
}

