@charset "UTF-8";
:root {
  --white-color: #ffffff;
  --silver-color: #b4b4b4;
  --darkgreen-color: #000626;
  --lineheight: 2;
  --Montserrat-font: "Montserrat", sans-serif;
}
body {
  margin: 0;
  font-family: var(--Montserrat-font);
  background-color: var(--darkgreen-color);
  color: var(--white-color);
  line-height: var(--lineheight);
  overflow-x: hidden;
}
/* Prevent scrolling */
body.no-scroll {
  overflow: hidden;
}
.h1,
h1 {
  font-size: 2.3rem;
}
.h2,
h2 {
  font-size: 2.5rem;
}
.h2 span,
h2 span {
  font-weight: 600;
  color: #fb5656;
}
/* Header */
.header {
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  /* width: 100%; */
  z-index: 3;
  border-radius: 0.5rem;
  /* background-color: #ffffff6b; */
  transition: background-color 0.3s;
  background-image: url("/wp-content/themes/custom-theme/assets/img/header-bg.png");
  background-size: cover;
  background-position-x: center;
  opacity: 0.9;
}
.menu-header-menu-container {
  width: 100%;
}
.header.scrolled {
  /* background-color: #000526; */
  position: fixed;
  top: -0.1rem;
  right: -0.5rem;
  left: -0.5rem;
  border-radius: 0rem;
  opacity: 1;
}
.header.scrolled .custom-logo-link img {
  height: 4rem;
}
.header .custom-logo-link img {
  height: 5rem;
  transition: transform 0.3s;
  width: auto;
}
#header_logo_vlsid {
  height: auto;
  max-width: 6rem;
}
.navbar-expand-lg .navbar-nav {
  justify-content: space-between;
  width: 65%;
}
.navbar-toggler {
  color: #fff;
  border-color: #fff;
  margin-right: 0.75rem;
}
.header.scrolled .custom-logo-link img {
  transform: scale(0.9);
}
.popup-outer .v1 br {
    display: none;
}
.header .nav-link {
  color: white !important;
  transition: color 0.3s;
  text-align: right;
}
.header .nav-link:hover,
.footer .nav-link:hover,
.header.scrolled .nav-link:hover,
.nav-link.active,
.header.scrolled .nav-link.active {
  color: #fb5656 !important;
}
.header.scrolled .nav-link {
  color: white !important;
}

.banner .content {
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  left: 0;
  right: 0;
}

.image-section {
  position: relative;
  background: url("/wp-content/themes/custom-theme/assets/img/contact-bg.png")
    no-repeat center center / cover;
  padding: 3rem 0rem;
}
.border-right-1px {
  border-right: 1px solid #fff;
  padding-right: 1.5rem;
}
.pad-left {
  padding-left: 1.5rem;
}
.ped-left-0 {
  padding-left: 0rem;
}
.footer {
  padding: 2rem 0;
  border-top: 1px solid #1a1d29;
}
.footer .navbar-nav {
  flex-wrap: wrap;
  text-align: center;
  flex-direction: row;
  justify-content: end;
}
.footer .custom-logo-link img {
  height: auto;
  margin-right: 1rem;
  width: 5rem;
  transition: transform 0.3s;
}

.footer .nav-item {
  margin: 0 15px;
  min-width: 5rem;
  text-align: right;
}
.footer .container {
  flex-wrap: wrap;
}
.copy-right span {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-top: 1rem;
}
.copy-right span a{
	color: #FFFFFF;
	text-decoration:none;
	margin: 0px 10px;
}
/* Home page Style */
/* Button Styles */
a.btn {
  transition: color 0.3s ease;
  overflow: hidden;
}

/* a.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/custom-theme/assets/img/bg-white.jpg');
  z-index: -1;
  transition: left 0.4s ease;
} */

a.btn:hover::before {
  left: 0;
}

a.btn:hover {
  color: #000000;
}

a.btn:hover svg {
  fill: #000000;
}

/* Banner Styles */
.home-page .banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.home-page .banner video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.home-page .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

/* Logo and Text Styles */
.logotxtimg {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  max-width: 18rem;
}

.text-in-hero {
  min-width: 26rem;
}

/* Button and Text Background Styles */
.ban-btn,
.bantxtbg {
  color: #ffffff;
  background-color: #ffffff29;
  border: 1px solid transparent;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 1rem;
}

.bantxtbg {
  padding: 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0;
}

.bantxtbg::before,
.ban-btn-old::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(337deg, #99999900, #fb5656);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.bantxtbg span {
  padding: 0 0.5rem;
  border-right: 1px solid #fb5656;
  line-height: 1;
  font-weight: 400;
}

.bantxtbg span:last-child {
  border-right: 0;
}

.ban-btn svg {
  fill: #ffffff;
  width: 0.8rem;
  margin-left: 1.5rem;
}

/* Video Section Styles */
.video-section {
  position: relative;
  height: 52rem;
  overflow: hidden;
}

.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000421f5;
}

.video-section .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Text on Image Styles */
.txt-on-img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem;
  text-align: left;
  width: 100%;
}

.txt-on-img h4 {
  font-weight: 600;
}

.txt-on-img p {
  font-size: 17px;
  line-height: 1.2;
}

.cover-abt-card .col-custom-sm .txt-on-img h4 {
  margin-bottom: -10px;
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1.3rem;
}

.redirecttonew {
  position: absolute;
  bottom: 0;
  right: 0.75rem;
  width: 25%;
}

/* Custom Column Styles */
.col-custom-sm {
  width: 28.5%;
}

.col-custom-sm span {
  font-size: 4.25rem;
  line-height: 1.3;
}

.col-custom {
  width: 35.75%;
}

/* Gradient Border Styles */
.gradient-border {
  color: #fff;
  border: 1px solid transparent;
  background-color: #1a1d29;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.gradient-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(337deg, #99999900, #fb5656);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

/* Main Container Styles */
.main-container {
  padding: 2rem;
  display: block;
}

/* Service Section Styles */
.service-section {
  padding: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.center-line {
  position: absolute;
  top: 15.4rem;
  left: 8.25rem;
  max-width: 78%;
  height: 3px;
  background-color: #ffffff38;
  transition: width 1s ease-in-out;
}

.circle {
  position: absolute;
  top: calc(57% - 24px);
  width: 18px;
  height: 18px;
  background-color: #cccccc;
  border-radius: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  transition: background-color 0.5s, visibility 0.5s;
}

.circle.filled {
  background-color: #cccccc;
  visibility: visible;
}

/* Circle Positions */
#circle-1 {
  left: 9.25%;
}
#circle-2 {
  left: 20.75%;
}
#circle-3 {
  left: 31%;
}
#circle-4 {
  left: 42.7%;
}
#circle-5 {
  left: 54.25%;
}
#circle-6 {
  left: 65.25%;
}
#circle-7 {
  left: 76.25%;
}
#circle-8 {
  left: 88.25%;
}

/* Image Container Styles */
.image-container {
  padding: 0;
  position: relative;
  width: 12%;
  height: 25rem;
  display: flex;
  justify-content: center;
}

.image-container:nth-child(even) {
  align-items: flex-start;
  margin-top: -50px;
}

.image-container:nth-child(odd) {
  align-items: flex-end;
  margin-bottom: -50px;
}

.image-container figure {
  min-height: 7.8rem;
  margin-bottom: 0;
  display: flex;
}

.image-container:nth-child(odd) figure {
  align-items: start;
}

.image-container:nth-child(even) figure {
  align-items: end;
}

.image {
  position: relative;
  width: 160px;
  opacity: 1;
  padding: 0 1rem;
  visibility: hidden;
  transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
}

.image.gradient-active {
  opacity: 1;
  visibility: visible;
}

.image.gradient-active .text-overlay {
  color: #fb5656;
}

.image.active {
  opacity: 1;
  visibility: visible;
}

.image img {
  width: 100%;
  min-width: 130px;
}

.text-overlay {
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.image-container:nth-child(even) .gradient-active {
  background: linear-gradient(to bottom, #fb565600 10%, #a6a5a54a);
}

.image-container:nth-child(odd) .gradient-active {
  background: linear-gradient(to top, #fb565600 10%, #a6a5a54a);
}

/* Button Container Styles */
.btn-space {
  min-height: 7.5rem;
}

.btn-container {
  display: flex;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 2rem;
  transition: visibility 0.3s;
}

.btn-container button {
  padding: 10px 15px;
  margin: 5px;
  width: 267px;
  font-size: 16px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-container button:hover,
.btn-container button.active {
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.btn-container button:hover::before,
.btn-container button.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(337deg, #99999900, #fb5656);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

/* Popup Styles */
.popup-container {
  padding: 2rem;
  position: relative;
  background-color: #000626;
  color: #fff;
  border-radius: 10px;
  align-items: center;
  z-index: 1;
  display: none;
  width: 100%;
  height: 24rem;
}

.popup-content {
  text-align: left;
  max-height: 23rem;
  overflow: auto;
  padding-top: 1.5rem;
}

.pop-img-side {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.popup-container .close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  width: 50px;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  border: none;
  background-color: transparent;
}

.popup-container .pop-img-side .pop-service-name {
  margin-top: 1rem;
  font-size: 1rem;
  padding: 1rem;
  width: 100%;
}

/* Mobile Service Styles */
.mobile-service {
  text-align: center;
  padding: 2rem;
  display: none;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 3.5rem;
  margin: 0 -1rem;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 2;
  opacity: 1;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 1.5rem;
  color: #fb5656;
}

.mobile-service .advantages {
  text-align: left;
}

/* Contact Page Style */
/* Banner */
.contact-page .banner {
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.contact-page .banner video {
  width: 100vw;
  height: 70vh;
  object-fit: cover;
}

.contact-page .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.address-sec {
  padding: 2rem 0rem;
  background-color: #101531;
}
.address-sec p {
  color: var(--silver-color);
}
.hero-sec .mob-video {
  display: none;
}
/* About Page Style */
/* Banner */
.contact-page .banner {
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.contact-page .banner video {
  width: 100vw;
  height: 70vh;
  object-fit: cover;
}

.contact-page .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0.76);
  z-index: 1;
}

/* Gradient Border Class Start */
.gradient-border {
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  border: none;
}

.gradient-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(337deg, #99999900, #fb5656);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

/* Gradient Border Class End */
/* Our Founder Start */
.founder-card h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.founder-card p {
  font-size: 1rem;
  margin-bottom: 15px;
}

.founder-card .linkedin-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.founder-card .linkedin-icon a {
  color: #fff;
}

.founder-card .linkedin-icon a:hover {
  color: #fb5656;
}

.founder-card .linkedin-icon a i {
  font-size: 1.2rem;
}

.knw-more {
  margin-top: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.founder-profile {
  /* top: -4.4rem; */
  bottom: 0rem;
  left: 0rem;
}

.founder-profile img {
  width: 75%;
}

.founder-name {
  top: 30%;
  left: 45%;
}

/*.founder-card .founder-profile img {*/
/*  transition: transform 0.3s ease;*/
/*}*/

/*.founder-card:hover .founder-profile img {*/
/*  transform: scale(1.1);*/
/*}*/

/* Our Founder End */
/* Time Line Start */
.timeline,
.awards {
  background: url("wp-content/themes/custom-theme/assets/img/timeline-bg.png")
    no-repeat center center / cover;
}
.timeline h2 {
  padding: 2rem 0 0px;
}

.timeline-item {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 4rem;
}

.timeline-year {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.timeline-badge {
  width: 100%;
  margin-top: 1rem;
  padding: 2rem 1rem;
  text-align: center;
  background-color: #101531;
  border-radius: 8px;
  display: inline-block;
  font-weight: bold;
}

/* Connecting lines between timeline items */
.timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 5rem;
  top: 50px;
  height: 100%;
  width: 2px;
  background: #fff;
}

.timeline-item:last-child::after {
  display: none;
}

/* Time Line End */
/* Our Team Start */
.our-team,
.our-founder {
  color: #fff;
}

.our-team h2,
.our-founder h2 {
  font-size: 3rem;
  margin-bottom: 5rem;
}

.card-row {
  margin-bottom: 6rem;
  row-gap: 6rem;
}
.card-row:nth-child(odd) {
  flex-direction: row-reverse;
}
.card-row:last-child {
  margin-bottom: 0rem;
}
.team-card,
.founder-card {
  border-radius: 10px;
}

.team-card h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.team-card p {
  font-size: 1rem;
  margin-bottom: 15px;
}

.team-card .btn-know-more,
.founder-card .btn-know-more {
  font-size: 0.9rem;
  color: #fff;
  background-color: transparent;
  border-radius: 10px;
  padding: 8px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.team-card .btn-know-more:hover,
.founder-card .btn-know-more:hover {
  background-color: #fb5656;
  color: #fff;
}

.team-card .linkedin-icon {
  position: absolute;
  right: 15px;
  z-index: 1;
  top: 1rem;
}
.eco-img-width {
  width: 60%;
  height: auto;
}
.linkedin-icon.eco-sys {
  top: 0;
  bottom: auto;
  width: 50%;
  text-align: right;
}
.linkedin-icon.eco-sys p {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.85rem;
  margin-top: -2rem;
}
.our-team-main .card-col:hover .linkedin-icon.eco-sys p {
  color: #fb5656;
}
.team-card .linkedin-icon a {
  color: #fff;
}

.team-card .linkedin-icon a:hover {
  color: #fb5656;
}

.team-card .linkedin-icon a i {
  font-size: 1.2rem;
}

.knw-more {
  margin-top: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.profile-placeholder {
  /* top: -4.4rem; */
  bottom: 0rem;
  left: 0rem;
  /* overflow: hidden; */
}

.profile-placeholder img {
  width: 100%;
  max-width: 170px;
}

.team-name {
  top: 20%;
  left: 50%;
  right: 50%;
  min-width: 10rem;
  transition: translate(-50%, -50%);
}

/*.team-card .profile-placeholder img {*/
/*  transition: transform 0.3s ease;*/
/*}*/

/*.team-card:hover .profile-placeholder img {*/
/*  transform: scale(1.1);*/
/*}*/

/* Our Team End */
/* Award Start */
.slick-next,
.slick-prev {
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-next {
  right: 10px;
}

.slick-prev {
  left: 10px;
}

.slick-next:before,
.slick-prev:before {
  content: none;
}

.slick-next i,
.slick-prev i {
  color: red;
  font-size: 20px;
}

.slider-item.slick-center {
  transform: scale(1.15);
  transition: transform 0.5s ease-in-out;
  border: 1px solid #fb5656;
  /* Faster scaling */
}

.slider-item {
  min-height: 30rem;
  background-color: #101531;
  text-align: center;
  margin: 3rem;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.slider-item .award-content {
  padding: 1rem;
}
.slider-item .award-content p {
  font-size: 0.85rem;
  line-height: 1.7;
}
.slider-item img {
  padding: 2rem;
  width: 100%;
  height: auto;
}
.landscape {
  display: flex;
  justify-content: center;
}
.landscape img {
  width: 20rem;
}
.slider-container {
  padding: 2rem 0;
}

/* Award End */

/* Our Founder Start*/
.founder-sec,
.our-team-main {
  padding: 2rem 0rem;
  background-color: #101531;
}

.founder-sec p,
.timeline p,
.our-team-main p {
  color: var(--silver-color);
}

/* Our Founder End */
/* Career Page Style */
.innovate-sec,
.culture-sec {
  padding: 2rem 0rem;
  background-color: #101531;
}
.innovate-sec p,
.culture-sec p {
  color: var(--silver-color);
}

.innovate-content {
  align-self: center;
  padding-left: 6rem;
}
.culture-content {
  align-self: center;
  padding-left: 1rem;
}
/*.innovate-content h3,.culture-content h3{*/
/*  margin-bottom: 2rem;*/
/*}*/
.culture-sec {
  position: relative;
  background: url("/wp-content/themes/custom-theme/assets/img/timeline-bg.png")
    no-repeat center center / cover;
  padding: 3rem 0rem;
}
.sjb-page .list-data .v1 {
  color: #000000;
}
.v1 .job-info h4 a{
	color: #fb5656;
}
.sjb-page a.btn{
	line-height:1;
	padding: 10px 12px;
	font-size: .85em;
}
.sjb-page a.btn:hover, .sjb-page a.btn:focus{
	background-color:#000626;
	color:#FFF;
	transform: scale(1.015);
}
/* career end */
/* Step Into Start */
.step-inner-container {
  object-fit: cover;
  height: fit-content;
  margin: auto;
  padding: 4rem 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  background-color: rgba(16, 21, 49, 0.92);
}
.one-team-one-vision {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}
/* Step Into End */
/* Testinominals start */
.testi {
  background-color: #101531;
}
.testinominal {
  color: #fff;
  padding: 2rem 0;
}
.testimonial-card {
  background-color: #1a1d29;
  background-image: url("/wp-content/themes/custom-theme/assets/img/our-team-bg.png");
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  display: flex;
  align-items: end;
  height: 100%;
  min-height:18rem;
}
.testimonial-content {
  flex: 1;
}
.testimonial-content p {
  font-size: 0.8em;
  position: absolute;
	top:.5rem;
	right:.5rem;
	max-width:60%;
}
.testimonial-content .text-end{
	position: absolute;
	bottom:.5rem;
	right:.5rem;
	max-width:60%;
}
.testimonial-image {
  display: flex;
  flex-shrink: 0;
  margin-right: 15px;
}
.testimonial-image img {
  bottom: 0;
  width: 200px;
  object-fit: cover;
  border-bottom-left-radius: 1rem;
}

/* Contact Start */
.form-container {
  /* background: rgba(15, 15, 61, 0.95); */
  border-radius: 8px;
  padding: 30px;
  width: 100%;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); */
}

.form-container h1 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: left;
}

.form-control,
.form-select {
  padding: 20px;
  background-color: #101531;
  color: #fff;
}
.form-select {
  /*--bs-form-select-bg-img:url('/wp-content/themes/custom-theme/assets/img/down-arrow.png');*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  /*background-size: 1.5rem;*/
  /*background-position: 22rem;*/
}

.form-control::placeholder {
  color: #aaa;
}

.form-control:focus,
.form-select:focus {
  background: #101531;
  color: #fff;
  box-shadow: none;
}

.btn-primary {
  background: #101531;
  padding: 1rem 2rem;
  /* border: ; */
}

.btn-primary:hover {
  background: #1b2144;
}

.upload-container {
  margin-top: 1.5rem;
  position: relative;
  display: inline-block;
}

.upload-label {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.upload-label .upload-icon {
  margin-right: 8px;
  font-size: 20px;
  color: white;
}

.upload-input {
  display: none;
}

.file-name {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
/* Media Queries */
@media (max-width: 1401px) {
  .video-section {
    height: 48rem;
  }
}
@media (max-width: 1400px) and (min-width: 1152px) {
  .center-line {
    left: 7.25rem;
  }

  .cover-abt-card .col-custom-sm .txt-on-img h4 {
    margin-top: 1rem;
  }
}
@media (max-width: 1400px) and (min-width: 900px) {
  .testimonial-image img {
    width: 150px;
  }
}
@media (max-width: 1400px) {
  .profile-placeholder img {
    width: 80%;
  }

  .founder-profile img {
    width: 65%;
  }

  .founder-card h4 {
    font-size: 1.2rem;
  }

  .founder-card p {
    font-size: 0.9rem;
  }
}
@media (max-width: 1200px) {
  .founder-profile img {
    width: 50%;
  }

  .founder-card h4 {
    font-size: 1rem;
  }

  .founder-card p {
    font-size: 0.6rem;
  }

  .founder-card .btn-know-more {
    font-size: 0.8rem;
    padding: 5px 10px;
  }

  .profile-placeholder img {
    width: 80%;
  }

  .team-card .linkedin-icon {
    right: 10px;
    top: 1rem;
  }

  .team-card .linkedin-icon a i {
    font-size: 1.2rem;
  }

  .team-card h4 {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .team-card p {
    font-size: 0.8rem;
    margin-bottom: 15px;
  }

  .team-card .btn-know-more {
    font-size: 0.8rem;
  }

  .knw-more {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 1151px) {
  :root {
    --bs-body-font-size: 0.85rem;
  }
  .h2,
  h2 {
    font-size: 2.5rem;
    padding: 0 1rem;
  }

  .h3,
  h3 {
    font-size: calc(1.1rem + 0.6vw);
  }

  .h4,
  h4 {
    font-size: calc(1rem + 0.3vw);
  }

  .txt-on-img p {
    font-size: 0.85rem;
  }

  .col-custom-sm span {
    font-size: 3.5rem;
  }

  .video-section {
    height: 40rem;
  }

  .center-line {
    left: 6.25rem;
  }

  .cover-abt-card .col-custom-sm .txt-on-img h4 {
    margin-top: 0.75rem;
  }
}
@media (max-width: 991px) {
  .founder-profile img {
    width: 100%;
  }

  .founder-card h4 {
    font-size: 2rem;
  }

  .founder-card p {
    font-size: 1.5rem;
  }

  .founder-card .btn-know-more {
    font-size: 1.2rem;
    padding: 10px 20px;
  }

  .founder-name {
    left: 30%;
  }
  .slider-item .award-content p {
    font-size: 0.75rem;
  }
}
@media (max-width: 950px) {
  :root {
    --bs-body-font-size: 0.75rem;
  }
  .footer .navbar-nav {
    justify-content: end;
  }
  .navbar-collapse {
    padding-right: 0.75rem;
  }
  .pad-left {
    padding-left: 0.75rem;
  }
  .border-right-1px {
    border-right: 0px;
  }
  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
    vertical-align: top;
  }
  .h2,
  h2 {
    font-size: 1.8rem;
  }

  .h3,
  h3 {
    font-size: calc(1rem + 0.6vw);
  }

  .h4,
  h4 {
    font-size: calc(0.9rem + 0.3vw);
  }

  .txt-on-img p {
    font-size: 0.75rem;
  }

  .col-custom-sm,
  .col-custom {
    width: 100%;
    margin-bottom: 1rem;
  }

  .col-custom-sm > img,
  .col-custom > img {
    max-height: 23rem;
  }

  .redirecttonew {
    width: 23%;
  }

  .col-custom {
    max-width: 350px;
  }

  .col-custom-sm {
    max-width: calc(350px - 68px);
  }

  .video-section .content .container {
    overflow: hidden;
  }

  .cover-abt-card .col-custom-sm .txt-on-img h4 {
    margin-top: 0.5rem;
  }

  .video-section .content .container .cover-abt-card {
    overflow: auto;
    height: 28rem;
    justify-content: center;
  }

  .center-line {
    left: 4.25rem;
  }
}
@media (max-width: 900px) {
  .slider-item.slick-center {
    transform: scale(1);
  }

  .slider-item {
    margin: 1rem;
  }
}
@media (max-width: 767px) {
  .header.scrolled .custom-logo-link img {
    height: 2.5rem;
  }
  .header .custom-logo-link img {
    height: 3rem;
  }
  .banner .content {
    bottom: 5rem;
  }
  .image-section {
    background: url("/wp-content/themes/custom-theme/assets/img/contact-bg-mob.png")
      no-repeat center center / cover;
  }
  .main-container {
    display: none;
  }

  .mobile-service {
    display: block;
  }

  .mob-ser-content h3 {
    color: #fb5656;
  }

  .col-custom-sm {
    max-width: calc(350px - 0px);
  }

  .text-in-hero {
    min-width: 20rem;
  }

  .bantxtbg {
    font-size: 0.85rem;
  }

  .logotxtimg {
    max-width: 14rem;
  }

  .h1,
  h1 {
    font-size: 2rem;
  }

  .mob-hide {
    display: none;
  }
  .slider-item {
    margin: 1rem;
  }

  .founder-profile img {
    width: 80%;
  }

  .founder-card h4 {
    font-size: 1.5rem;
  }

  .founder-card p {
    font-size: 1rem;
  }

  .founder-card .btn-know-more {
    font-size: 1rem;
    padding: 8px 16px;
  }

  .founder-name {
    left: 50%;
  }

  .profile-placeholder img {
    width: 100%;
  }

  .team-card .linkedin-icon {
    top: 20px;
    right: 20px;
  }

  .team-card .linkedin-icon a i {
    font-size: 1.5rem;
  }

  .team-card h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

  .team-card p {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .team-card .btn-know-more {
    font-size: 1rem;
  }

  .knw-more {
    right: 20px;
    bottom: 20px;
  }

  .card-row {
    margin-bottom: 4rem;
    row-gap: 4rem;
  }
  .timeline-content {
    padding-top: 2rem;
  }
  .timeline,
  .awards {
    background: url("wp-content/themes/custom-theme/assets/img/timeline-bg-mob.png")
      no-repeat center center / cover;
  }
  .innovate-content,
  .culture-content,
  .image-section {
    padding: 1rem;
  }
  .upload-container {
    margin-top: 2rem;
  }
  .form-label {
    margin-top: 1rem;
  }
}
@media (max-width: 520px) {
  .testimonial-image img {
    width: 100px;
  }
  .culture-sec {
    background: url("/wp-content/themes/custom-theme/assets/img/timeline-bg-mob.png")
      no-repeat center center / cover;
  }
}
@media (max-width: 420px) {
  .hero-sec .home-vd,
  .hero-sec .home-video {
    display: none;
  }

  .hero-sec .mob-video {
    display: block;
    width: 100vh;
    height: 100vh;
  }

  .about-bg-vd {
    display: none;
  }

  .about-bg-vd-mob {
    display: block;
    width: 100vh;
    height: 100vh;
  }

  .hero-sec .ios-vd {
    display: block;
    width: 100vh;
    height: 100vh;
  }
  .founder-profile img {
    width: 60%;
  }

  .founder-card h4 {
    font-size: 1.2rem;
  }

  .founder-card p {
    font-size: 0.8rem;
  }

  .founder-card .btn-know-more {
    font-size: 0.8rem;
    padding: 5px 10px;
  }

  .founder-name {
    left: 50%;
  }

  .card-col {
    padding: 0 1rem;
  }

  .profile-placeholder img {
    width: 85%;
  }

  .team-card .linkedin-icon {
    top: 10px;
    right: 10px;
  }

  .team-card .linkedin-icon a i {
    font-size: 1.2rem;
  }

  .team-card h4 {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .team-card p {
    font-size: 0.8rem;
    margin-bottom: 15px;
  }

  .team-card .btn-know-more {
    font-size: 0.8rem;
  }

  .knw-more {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 375px) {
  .profile-placeholder img {
    width: 65%;
  }

  .founder-profile img {
    width: 50%;
  }

  .founder-card h4 {
    font-size: 0.9rem;
  }

  .founder-card p {
    font-size: 0.6rem;
  }

  .founder-card .btn-know-more {
    font-size: 0.8rem;
    padding: 5px 10px;
  }

  .founder-name {
    left: 50%;
  }

  .card-row {
    margin-bottom: 3.5rem;
    row-gap: 3.5rem;
  }
  .testinominal .team-card {
    height: 22rem;
  }
}
@media (max-width: 325px) {
  .footer .custom-logo-link img {
    min-width: 7rem;
  }
}
.rec-job-info.searchButton{
	background-color: #000626!important;
}
.embed_jobs_head{
	background-color: #000626!important;
}
.rec-job-title a{
	color: #fb5656!important;
}
.embed_jobs_head2{
	width: 100%!important;
}