html {
  font-size: 16px;
}
body, .bg-grey .card .card-title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #1d1833;
}
.fc-yellow {
  color: #f4b43f;
}
h1, h2, h3, h4 {
  font-family: "Abril Fatface", cursive, Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.75rem;
}
.section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
}
.fs-14 {
  font-size: 0.875rem;
}

.fs-18 {
  font-size: 1.125rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.bg-yellow {
  background-color: #f4b43f;
}
.bg-dark {
  background-color: #1d1833 !important;
}
.bg-grey {
  background-color: #F6F6F9;
}
.bg-grey .card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  padding-top: 1.5rem;
}
.bg-dark h2, .bg-dark .card-title, .bg-dark p {
  color:#fff;
}

     /* Styles for the Services dropdown */
     .nav-item.dropdown:hover .dropdown-menu {
      display: block;
      color:#f4b43f;
  }

  .dropdown-menu {
      padding: 10px;
      display: none;
      position: absolute;
      background-color: #ffffff;
      /* White background */
      right: 0;
      /* Align right */
      top: 100%;
      /* Below the parent */
      width: max-content;
      z-index: 1000;
      /* Ensure it appears above other content */
      border: 1px solid rgba(0, 0, 0, 0.15);
      /* Border */
      border-radius: 8px;
      /* Rounded corners */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      /* Box shadow */
  }

  .dropdown-item {
      padding: 10px 15px;
      /* Padding */
      color: #333;
      /* Text color */
      text-decoration: none !important;
      display: block;
      transition: background-color 0.2s;
      border-radius: 5px;
      /* Rounded corners */
  }
.dropdown-toggle::after {
    margin-left: 0.55em;
}

  .dropdown-item:hover {
      background-color: #1d1833;
      /* Hover background color */
      text-decoration: none !important;

  }

  .dropdown-item a {
      text-decoration: none !important;
  }

  .dropdown-item i {
      margin-right: 10px;
      font-size: 18px;
      color: #e6a22c;
  }
  .sidenav a.active{
    color: #fff;
  }
  .dropdown-item a, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #f4b43f;
  }
  .dropdown-item.active, .dropdown-item:active {
    
    color: #f4b43f;
  }
.dropdown-item.active:hover{
    color:#f4b43f !important; 
}
.main-header .navbar {
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.main-header .btn-primary {
  border-color: #fff;
  color: #fff;
}
.main-header .btn-primary:hover {
  border-color: #f4b43f;
  color: #1d1833;
  background-color: #f4b43f;
}

.main-header .navbar-nav :hover {
  color: #f4b43f;
  text-decoration: none;
  
}
.main-header .navbar-nav {
  text-decoration: none;
  /* transform: translateY(-3px); */
}

.hero-banner {
  background-color: #1d1833;
}

.hero-banner small {
  color: gray;
  font-size: 0.6875rem;
}

.btn {
  border-radius:0;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.btn-primary {
  color: #fff;
  background-color: #f4b43f;
  border:1px solid #f4b43f;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
}
.banner-about {
  background: url(../images/bg-about.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.banner-about .facts h4 {
  color: #f4b43f;
  font-size: 2.375rem;
}
.banner-about bdi  {
  color:rgba(255,255,255,.5);
  display: inline-block;
  font-weight: 600;
}
.about-inc {
  background-color: #f4b43f;
  position: relative;
}
.about-inc:before {
    left: -200em;
    background: #f4b43f;
    content: '';
    display: block;
    position: absolute;
    width: 200rem;
    top: 0;
    bottom: 0;
}
.about-content p {
  font-size: 0.875rem;
}

/*********** Hero Banner ***********/
.privacy-policy_content h3 {
  margin-top: 2rem;
}

.hero-subpara p {
  font-size: 0.8125rem;
  color: #1d1833;
}
.hero-subpara .btn-link {
  color: #fff !important;
  text-decoration: none;
  font-size: 0.875rem;
}
.hero-subpara .btn-link:hover {
  color: #1d1833 !important;
  text-decoration: underline;
}
/*.banner, .banner h1, .banner h6{*/
/*  position: relative;*/
/*}*/
 .banner h1,  .banner h6{
  z-index: 1;
}
.banner h6, .banner-about h6  {
  color: #f4b43;
}
.banner h6 span, .banner-about h6 span {
  color: #7e7c85;
}
/*.banner::after {*/
/*    content: ""; */
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background:#1d1833;*/
/*    opacity: .7;*/
/*}*/
/************************ smart solutions ******************/

.smart-solution .card-text {
  font-weight: 300;
}

.smart-solution .btn-secondary {
  background-color: #0d1224;
  border: 2px solid #0d1224;
  color: #fff;
  font-size: 0.75rem;
  line-height: unset;
  padding: 0.55rem 0.75rem !important;
  border-radius: 0;
}
.smart-solution .btn-secondary:hover {
  background-color: #fff;
  color: #0d1224;
  border-radius: 0;
}


/************ engagement model ******/
.engagement-model, .about-us_wrap {
  background-color: #1d1833;
  color: #fff;
}
.engagement-model .content-wrap:last-child img{
  transform: rotate(180deg);
}
.engagement-model p {
  color: rgba(255,255,255,0.5);
}
.content-wrap h5, .content-wrap p {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.border-top1 {
  border-top:1px solid rgba(255,255,255,0.2);
}

/************** Why E1 ******/
.why-e1 {
  background-color: rgba(0,0,0,.1);
}
.why-e1-content h4 {
  font-size: 2rem;
}
.client-logos .carousel-control-next-icon, .client-logos .carousel-control-prev-icon {
  background-color: rgba(0,0,0,.1);
}
.want-to-discuss h4 {
  line-height: 1.5;
  font-size: 1.75rem;
}
.want-to-discuss h4 a{
  color: #f4b43f;
  text-decoration: none;

}
.want-to-discuss h4 a:hover{
  text-decoration: underline;
}
/**************Footer********/
.footer {
  background-color: #1d1833;
  color: #fff;
	padding: unset;
	text-align: left;
}
.bt-5 {
  border-top:5px solid #f4b43f;
}
.footer li {
  padding: .25rem 0;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5)
}
.footer a {
  text-decoration: none;
  color: rgba(255,255,255,0.5)
}
.footer a:hover {
  color: #f4b43f;
}
.footer h6 {
  font-weight: 600;
}
.btn-transparent {
  border-color: #fff;
  color: #fff;
}
.btn-transparent:hover {
  border-color: #f4b43f;
  color: #1d1833;
  background-color: #f4b43f;
}
footer .btn-transparent:hover {

  color: #fff;

}
.footer .address a {
  color: #f4b43f;
}
.footer-copy {
  color: rgba(255,255,255,.5);
  position: relative;
}
.footer-copy:before {
  content:"";
  position: absolute;
  background-color:rgba(255,255,255,.2);
  width:99%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
/*************************************************** burger menu styles starts here *******************************************/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #1d1833;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 100px;
}

.sidenav a {
  padding: 8px 8px 20px 32px;
  text-decoration: none;
  font-size: 30px;
  color: #f4b43f;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease-in-out;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav address {
  color: #fff;
}
.sidenav h6 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 900;
}
.sidenav p {
  margin-bottom: 0.5rem;
}

/******************************************************** burger menu styles ends here *******************************************/

.web_nav-item {
  color: #000;
  font-size: 1rem;
  margin-left: auto;
  text-decoration: none;

  position: relative;
}
.web_nav-item:hover {
  color: #f57301;
  margin-left: auto;
}

.web_nav-item {
  display: inline-block;
}

.web_nav-item:after {
  content: "";
  width: 0px;
  height: 1px;
  border-radius: 1rem;
  display: block;
}

.web_nav-item:hover:after {
  width: 18px;
  transition: 500ms;
  background: #f57301;
  border-radius: 7px;
  transform: rotate(90deg);
  height: 8px;
  position: absolute;
  left: -16px;
  margin-left: -3px;
  top: 6px;
}
.career-banner {
  background-color: #0d1442;
}
.career-banner .web_nav-item {
  color: gray;
}
.career-banner button {
  background: radial-gradient(99.01% 234.72% at 0.99% 2.65%, #ffb117 0%, #f57301 37.21%, #df1c6a 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border-radius: 26px;
  border: #df1c6a;
}

.slick-dots li button:before {
  font-size: 70px;
  line-height: 40px;
  width: 20px;
  height: 20px;
  content: '-';
  color:#1d1833;
}

.slick-dots li.slick-active button:before {
    color: #1d1833;
}


#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
}
#toggle span:after {
  top: 9px;
}
#toggle span:before {
  left: 7px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 3px;
  background-color: #222;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
/*   #toggle.on span, */

#toggle.on span:after,
#toggle.on span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle.on span:after {
  top: 9px;
}
#toggle.on span:after,
#toggle.on span:before {
  background-color: #fff;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #sidenav {
  opacity: 1;
  visibility: visible;
}

#toggle.on + #sidenav {
  width: 26.938rem;
  z-index: 2;
}
#toggle + #sidenav {
  width: 0;
}

#toggle + .sidenav address,
#toggle + .sidenav a.btn {
  transform: translateX(300px);
  opacity: 0;
  transition: transform 0s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0s ease-in-out;
}
#toggle.on + .sidenav address,
#toggle + .sidenav a.btn {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.16, 0.68, 0.43, 0.99) 0.2s, opacity 0.8s ease-in-out;
}
#toggle + .sidenav a:first-child {
  transform: translateX(0);
  opacity: 0;
  transition: transform 0s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0s ease-in-out;
}
#toggle.on + .sidenav a:first-child {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
}

#toggle + .sidenav a:nth-child(2),
#toggle + .sidenav a:nth-child(3),
#toggle + .sidenav a:nth-child(4),
#toggle + .sidenav a:nth-child(5) {
  transform: translateX(300px);
  opacity: 0;
  transition: transform 0s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0s ease-in-out;
}
#toggle.on + .sidenav a:nth-child(2) {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
}
#toggle.on + .sidenav a:nth-child(3) {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99) 0.2s, opacity 0.8s ease-in-out;
}
#toggle.on + .sidenav a:nth-child(4) {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99) 0.3s, opacity 0.8s ease-in-out;
}
#toggle.on + .sidenav a:nth-child(5) {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99) 0.4s, opacity 0.8s ease-in-out;
}
#toggle.on {
  position: fixed;
  top: 4%;
}

/******************************************************** burger menu styles ends here *******************************************/

/***********************Why E1********************/
.accordion-button:not(.collapsed) {
  border-bottom: gray;
  background-color: transparent;
  border: none;
  font-weight: 600;
  color: #1d1833;
  outline: none;
}
.accordion-item {
  border: none;
}
.social-icons a:hover{
  opacity: .5;
}


.about-us_wrap .border-bottom {
  border-bottom:1px solid rgba(255,255,255,0.3) !important;
}
.our-team .leaders img {
  border-radius: 50%;
}
.our-team-dark {
  background-color: #1d1833;
  color: #fff;
}
.our-team-dark h5 {
  font-weight:600 !important;
  font-size: 1rem !important;
  color: #f4b43f;
}
.our-team-bg {
  background:url(../images/bg-leadership.jpg) no-repeat;
  background-size: cover;
}
.our-team-bg .card {
  border-radius: 0;
  padding:3rem;
  font-weight: 600;
}
.our-team-dark a img {
  filter: invert(100%);
}
.our-team h5 {
  font-weight: normal;
  font-size: 1rem !important;
}
.mission-vison-bg {
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0.1) 100%);
}
.mission-vison_wrap {
  background-color: #f4b43f;
}
.our-locations p {
  font-weight: 600;
}
.our-story p {
  line-height: 1.875rem;
}
.what-we-are p {
  font-size: 1.5rem;
  line-height: 1.5;
}
.values h3 {
  color:#f4b43f;
}
.career-tbl td {
  padding:1rem
}
.career-link a {
  color: #f4b43f;
  text-decoration: none;
}
.career-link a:hover {
  color:#0d1442;
  text-decoration: underline;
}
.border-star {
  border-bottom: 1px solid #b8b4b5;
  position: relative;
}
.border-star:after {
  content: "*"; 
  position: absolute;
  bottom: -23px;
  left:0;
  right:0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 600;
}
.border-star:before {
  content: "";
    position: absolute;
    bottom: -12px;
    text-align: center;
    background:#fff;
    left: 48.75%;
    width: 30px;
    height: 30px;

}
.bg-integration {
  background: url(../images/bg-integration.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.bg-integration h2 {
  color: #f4b43f;
}
.navbar-expand-md .navbar-collapse {
  justify-content: end;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .web_nav-item {
      display: none;
  }
  .navbar-expand-md .navbar-collapse {
    display:none;
 
  }
  .banner h1 {
    font-size: 2.5rem;
  }
  #toggle {
      display: block;
      width: 28px;
      height: 6px;

      z-index: 3;
      right: 7%;
    }
    .why_e1 .accordion-item ul {
      padding-left: 1rem;
		list-style-type: disc;
    }
  .career-banner button {
      display: none;
  }
  .engagement-model .content-icon {
    padding-top:1.5rem;
  }
  .content-wrap h5, .content-wrap p {
    margin-left: 0;
    margin-right: 0;
  }
}

/* *******Contact-us form css ******* */

label.error {
  color: red;
}

/* ******* Services ******* */
.b-color {
  border-left-color: rgba(255,255,255,.2) !important;
  border-top-color: rgba(255,255,255,.2) !important;
}
.btn-getstarted {
  border:2px solid #1d1833;
  border-radius:3rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.btn-getstarted:hover {
  background-color: #1d1833;
  cursor: pointer;
  color: #fff;
}
.services-tab .nav-link {
  color: #848383;
}
.services-tab .nav-link.active  {
  
  font-weight: 600;
}
.services-tab .nav-link.active:after {
    color:#f4b43f;
  content: '';
  border-bottom: 3px solid #f4b43f;
  width: 100%;
  display: block;
  padding-top: 0.5rem;
}

.why-choose-sticky {
  position: sticky;
    top: 100px;
    font-size: 3.75rem;
    font-weight: 500;
}
.why-choose-sticky span {
   color: #fff;
}
.why-choose-cards h4 {
  font-size: 1.688rem;
  font-weight: 500;
}
.why-choose-cards p {
  font-size: 1.25rem;
  font-weight: 400;
}

.business-process-tabs #myTab {
  border: none;
}
.banner-slider .slick-slide {
  opacity: 0; /* Start with transparent slides */
  transition: opacity 0.7s ease-in-out; /* Smooth transition for opacity */
}

.banner-slider .slick-active {
  opacity: 1; /* Fully visible active slide */
}

.slick-dots li button:before {
  font-size: 12px; /* Size of the dots */
  color: #fff; /* Color of dots */
  opacity: 0.5; /* Initial opacity of dots */
}

.slick-dots li.slick-active button:before {
  opacity: 1; /* Full opacity for active dot */
  color: #007bff; /* Color for active dot */
}

.banner-slider .slick-dots {
  bottom: 20px; /* Position the dots closer to the bottom */
}

.slick-prev,
.slick-next {
  display: none; /* Hide the arrows for a cleaner look */
}

.business-process-tabs .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  width: 15rem;
  height: 100%;
}
.business-process-tabs .nav-tabs .nav-link:hover {
  border: none;
}
.business-process-tabs .nav-tabs .nav-link:focus, .business-process-tabs .nav-tabs .nav-link:hover {
  border: none;
}
.business-process-tabs .nav-item:focus-visible {
  outline: none;
}

.business-process-tabs .nav-tabs .nav-item.show .nav-link, .business-process-tabs .nav-tabs .nav-link.active {
  background: transparent;
    color: #fff;
    border: none;
    border-bottom: 3px solid #F5B73E !important;
    margin-bottom: 1px;
}


@media screen and (max-width: 992px) {
  .b-color {
    border-left-width:0 !important;
    border-top-width:0 !important;
  }
  #myTab {
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
}
.business-process-tabs .nav-tabs .nav-link {
  width: unset;
}
.business-process-tabs .nav-tabs .nav-item.show .nav-link, .business-process-tabs .nav-tabs .nav-link.active {
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 3px solid #F5B73E !important;
  margin-bottom: 1px;
}
	.dropdown-menu a {
	font-size: 1.25rem !important;
		text-wrap: pretty;
}
	.nav-item.dropdown:hover .dropdown-menu {
    width: auto !important;
    
}
	.sidenav {
		left: 0;
	}
	.swal-modal {
    width: 20rem !important;
	}
}

.client-logos img {
	filter: grayscale(100%);
}
.client-logos .slick-track {
	display: flex;
	align-items: center;
}
.client-logo-slider .slick-slide img {
	width: 10rem;
}
.client-logo-slider .slick-arrow {
  background: none;
  border: 0;
  border-radius: none; 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.client-logo-slider .prev-arrow {
	left: -1rem;
}

.client-logo-slider .next-arrow {
	right: -1rem;
}
.banner .text-box{
    width:60%;
}
