* {
  font-family: "Poppins", sans-serif;
  /* font-family: "Noto Sans", sans-serif; */
}

@media (max-width: 768px) {
  .navbar-section {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}
@media (min-width: 769px) {
  .navbar-section {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
}
.nav-link {
  color: #000000;
  font-size: 19px;
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
}
.nav-link:hover {
  color: #092b50;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #ffffff;
  background-color: #213966;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.dropend .dropdown-toggle {
    color: #000000;
    margin-left: 1em;
    font-size: 18px;
    font-weight: 500;
  }
  .dropend .dropdown-toggle:hover{
    color: #3F7FF9;
  }

  .dropend:hover >.dropdown-menu {
      display: block;
      margin-top: 1px;
      margin-left: 0.122em;
    }
  


.dropdown-item {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin: 2px 0;
  
}
.dropdown-item:hover {
  color: #3F7FF9;
  background-color: #ffffff;
  /* color: #ffffff; */
}

.dropdown {
  .dropdown-menu {
    display: none;
    border-radius: 0px;
  }

  &:hover {
    >.dropdown-menu {
      display: block;
      margin-left: 0.122em;
    }
  }
}

@media screen and (min-width: 769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }

  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

@media (min-width: 0px) and (max-width: 576px){
  #btn-back-to-top{
    bottom: 50px;
  }
}

/* #btn-back-to-top:hover {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #000000;
  background-color: #3F7FF9;
} */

/* SIDE BUTTON STARTS */
.sidepanel-section {
  width: 50px;
  background-color: #3F7FF9;
  padding: 10px 0px;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 35%;
  text-align: center;
  height: 150px;
}

.sidepanel-section ul {
  padding: 0;
}

.sidepanel-section ul li {
  list-style-type: none;
  text-align: center;
  margin-bottom: 10px;
}

.phone-icon {
  margin: 0px;
  border-top: 1px solid rgb(254, 254, 254);
  border-bottom: 1px solid rgb(250, 247, 247);
  padding: 10px 0px;
}

.sidepanel-section i {
  vertical-align: middle;
}

.sidepanel-section ul li a {
  font-size: 18px;
  color: #ffffff;
}

/* SIDE BUTTON ENDS */
/* bottom-sidepanel-section start*/
.phone-bg {
  background-color: #3F7FF9;
}

.whatsapp-bg {
  background-color: #3F7FF9;
}

.bottom-sidepanel-section i {
  color: #ffffff;
}

/* bottom-sidepanel-section end */

.footer-sec-bg {
  background-color: #3F7FF9;
  
}
.footer-sec-bg .footer-quick-links {
  list-style-type: none;
}
.footer-sec-bg .footer-quick-links li {
  margin-top: 7px;
  margin-bottom: 7px;
  color: #ffffff;
}
.footer-sec-bg .footer-quick-links li h5 {
  color: #ffffff;
  font-weight: 600;
}
.footer-sec-bg .footer-quick-links li span i {
  color: #3F7FF9;
}
.footer-sec-bg .footer-quick-links li span a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
/* .footer-lets-connected-sec{
  padding: 3% 0%;
  background-color: #ffffff;
  border-radius: 8px;
} */
.footer-lets-connected-sec input{
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: #3F7FF9;
  padding: 4px; 
}
.footer-lets-connected-sec input::placeholder {
  color: #ffffff;
}
.footer-lets-connected-sec input:focus {
  outline: none;
}
.footer-hr-sec{
  border-width: 4px;
  color: #ffffff;
  position: relative;
  margin: 20px 0;
}
.footer-social-icons-sec{
  position: absolute;
  display: flex; 
  justify-content: center;
  z-index: 999;
  width: 100%;
  left: 0;
}
.footer-social-icons{
  background-color: #ffffff;
  width: max-content;
  padding: 8px 24px;
  border-radius: 22px;
  display: flex;
  align-items: center;
}
.footer-social-icons span{
  margin: 0 6px;
}
/* .footer-sec-bg .footer-quick-links li span a:hover {
  text-decoration: underline;
} */
@media (min-width: 0px) and (max-width: 576px){
  .footer-sec-bg {
      margin-bottom: 50px;
  }
}



.home-banner-sec {
  background: url(../images/home-page-banner-img-jpg-2.jpg) top center no-repeat;
  background-size: cover;
  padding: 10% 0px;
  /* color: #ffffff; */
}
.home-banner-sec h3 {
  font-weight: 700;
  font-size: 58px;
  
}


.home-banner-sec .ticker ul{
  margin:auto;
}
.home-banner-sec .ticker {
  height:250px !important;
  /* margin: 10px 0;
  padding: 10px 0; */
  width: 100%;
  word-wrap: break-word;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.home-banner-sec .ticker ul {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-banner-sec .ticker ul li {
  line-height: 60px;
  width: 100%;
  display: none;
  font-size: 58px;
  font-weight: 600;
  color: #3F7FF9;
  padding: auto;
  padding-bottom: auto;
}







@media only screen and (max-width:576px) {
  .home-banner-sec h3{
    font-size: 40px;
  }
  .home-banner-sec .ticker ul li{
    font-size: 40px;
  }
}

/* .who-we-are {
  padding: 30px 0;
} */
.who-we-are h6 {
  color: #3F7FF9;
  font-weight: 600;
}
.who-we-are h4 {
  /* font-size: 22px; */
  color: #092b50;
  font-weight: 600;
}
.who-we-are p {
  color: #6f6f6f;
  font-weight: 500;
  font-size: 18px;
}


.achievement-card {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 5px;
  padding: 10px 15px;
  height: 100%;
}
.achievement-card h6 {
  font-size: 20px;
  color: #092b50;
  font-weight: 600;
}
.achievement-card p {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.achievement-card i {
  color: #3F7FF9;
  font-size: 40px;
}

.home-industries-sec h2 {
  text-align: center;
  font-size: 22px;
  color: #3F7FF9;
  font-weight: 600;
}
.home-industries-sec .industries-about-para {
  text-align: center;
  font-size: 18px;
  color: #092b50;
}
.home-industries-sec .card-slide {
  padding: 5px;
  height: 350px;
  width: 100%;
}

.Industries-related-images {
  position: relative;
  background-color: #000000;
}
.Industries-related-images .Industries-card-natives {
  position: absolute;
  background-color: rgba(252, 250, 250, 0.7254901961);
  bottom: -50%;
  margin: 10px;
  padding: 10px;
  height: 100%;
}
.Industries-related-images .Industries-card-natives a {
  text-decoration: none;
  font-weight: 500;
  color: #3F7FF9;
}
.Industries-related-images .industries-learn-more {
  text-decoration: none;
  font-weight: 500;
}

/* .product-partner-sec {
  background-color: #bebebe44;
} */
.product-partner-sec .specialists-read-more-btn{
  text-align: center;
  margin-top: 20px;
  
}
.product-partner-sec .specialists-read-more-btn button{
  background-color: #3F7FF9;
  border: none;
}
.product-partner-sec .product-partner-head {
  color: #3F7FF9;
  font-weight: 600;
}
.product-partner-sec .partner-perform-para {
  color: #6f6f6f;
  font-size: 18px;
  /* font-weight: 600; */
}
.product-partner-sec .card {
  border-radius: 15px;
  border: none;
}
.product-partner-sec .card .partner-brand-name {
  margin-left: 20px;
  font-weight: 600;
}
.product-partner-sec .about-brand-partner {
  color: #6f6f6f;
  font-size: 17px;
  max-height: 100px;
  overflow: hidden;
}
.product-partner-sec .more-about-brand {
  font-size: 16px;
  font-weight: 700;
  color: #3F7FF9;
  text-decoration: none;
}
/* .product-partner-sec .more-about-brand:hover {
  color: #3F7FF9;
} */

.service-section {
  background-color: #1c3970;
  /* padding: 3% 1%; */
  padding: 4% 0;
}




.animated-bg{
  position: absolute;
  background-color: #ffffff;
  width: 168px;
  height: 248px;
  padding: 40px;
  overflow: hidden;
  border-radius: 16px;
  
}
.service-section .about-services-sec {
  position: relative;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 240px !important;
  width: 160px;
  margin: 6px;
}

.animated-bg::before {
  padding: 10px;
  content: "";
  position: absolute;
  width: 50%;
  height: 150%;
 right: 40px;
 bottom: -60px;
  background: #40E0D0;
  /* background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0); */
  background: linear-gradient(180deg, rgb(0, 183, 255), rgb(255, 48, 255));
  transform-origin: center;
  animation: glowing_401 5s linear infinite;
}

@keyframes glowing_401 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* .card:hover:before {
  background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
  animation: rotBGimg 3.5s linear infinite;
} */


/*  */


.service-section .about-services-sec h5 {
  color: #092b50;
  /* color: rgba(255, 255, 255, 0.1); */
  padding: 5px;
  
}
.service-section .services-sec-heading {
  color: #ffffff;
}
.service-section .service-content-section {
  padding: 7%;
}
.service-section .service-content-section h3 {
  color: #ffffff;
}
.service-section .service-content-section p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
}
.service-section .service-content-section .service-get-in-touch-btn {
  border-radius: 20px;
  font-weight: 600;
  color: #0A58CA;
}

.join-us-sec-bg {
  background-image: url("/assets/images/midsection-man-using.webp");
  background-size: 100% 100%;
  background-position: center;
  padding: 8%;
}
.join-us-sec-bg .join-them-inherit-card .join-the-team-sec {
  /* height: -moz-max-content; */
  height: max-content;
  background-color: #fffffff6;
  margin-left: -16%;
  border-radius: 10px;
  padding: 0 3%;
}
@media only screen and (max-width:576px) {
  .join-us-sec-bg .join-them-inherit-card .join-the-team-sec {
    
    margin-left: 0%;
  }
}
.join-us-sec-bg .join-them-inherit-card .join-the-team-sec .join-them-heading {
  /* color: #ffffff; */
  font-weight: 600;
}
.join-us-sec-bg .join-them-inherit-card .join-the-team-sec h3 {
  font-weight: 600;
  color: #3f7ff9;
}
.join-us-sec-bg .join-them-inherit-card .join-the-team-sec button {
  background-color: #3f7ff9;
}
/* .join-us-sec-bg .join-them-inherit-card .join-the-team-sec p {
  color: rgba(255, 255, 255, 0.4);
} */
.join-the-team-img{
  margin-top: 8%;
}


.customer-content-sec{
  border: 1px solid #e7e4e4;
  border-radius: 10px;
  padding: 10px 15px;
  margin: 16px 10%;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
}
.customer-content-sec p{
  text-align: center;
  font-size: 17px;
}

.lets-connect-sec-bg {
  background-image: url("/assets/images/about-us-bg-img-2.jpg");
  background-size: cover;
  background-position: center;
  padding: 7%;
}
.lets-connect-sec-bg .lets-connect-inherit-card .lets-connect-team-sec {
  height: max-content;
  background-color: #fffffff6;
  padding: 30px 30px;
  border-radius: 6px;
  margin-top: 6%;
  margin-right: -10%;
  z-index: 99;
}
.lets-connect-sec-bg .lets-connect-inherit-card .lets-connect-team-sec .lets-connect-heading {
  /* color: rgba(255, 255, 255, 0.4); */
  font-weight: 600;
}
.lets-connect-sec-bg .lets-connect-inherit-card .lets-connect-team-sec .lets-connect-about-tech {
  font-size: 24px;
  font-weight: 500;
  color: #3F7FF9;
}
.lets-connect-sec-bg .lets-connect-inherit-card .lets-connect-team-sec button {
  /* color: rgba(255, 255, 255, 0.4); */
  background-color: #3f7ff9;
  color: #ffffff;
  border: none;
  width: max-content;
}


.career-banner {
  background: url(/assets/images/banner-img-why-join-us-4.jpg) top center no-repeat;
  background-size: cover;
  padding: 13%;
  color: #ffffff;
}
.career-banner h5 {
  color: #3F7FF9;
  font-weight: 700;
}

.advance-career-section .career-sec-heading {
  color: #3F7FF9;
}
.advance-career-section h4 {
  color: #000000;
}
.advance-career-section ul li {
  margin-top: 5px;
}

.work-with-us-bg-sec {
  background-image: url("/assets/images/bg-img.jpeg");
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
}
.work-with-us-bg-sec .work-with-us-heading-sec {
  text-align: center;
  color: #ffffff;
}
.work-with-us-bg-sec .employee-benefits-plans {
  color: #ffffff;
  margin: 15px;
}
.work-with-us-bg-sec .employee-benefits-plans h5 {
  padding: 5px;
}

.join-our-team-sec .about-team-positions {
  text-align: center;
  color: #ffffff;
  background-color: #1A84FD;
  height: -moz-max-content;
  height: max-content;
  padding: 30px;
  margin-right: -30px;
}
.join-our-team-sec .about-team-vacancies {
  border-left: 5px solid #1A84FD;
  text-align: center;
  background-color: #FAF9F9;
  height: -moz-max-content;
  height: max-content;
  padding: 30px;
  margin-left: -30px;
}

.current-openings-sec .about-opnings h5 {
  color: #3F7FF9;
}
.current-openings-sec .about-opnings .current-opening-para2 {
  color: #ffffff;
  background-color: #000000;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
}


.industries-banner-sec {
  background: url(/assets/images/banner-img-industry-7.jpg) top center no-repeat;
  background-size: cover;
  padding: 13%;
  color: #ffffff;
}
.industries-banner-sec h5 {
  color: #3F7FF9;
  font-weight: 700;
}

.ins-sec {
  /* background-image: url("/assets/images/industries-first-sec-bg.jpg");
  background-size: 100% 100%; */
  
  font-size: 20px;
}

.ins-s-bg .ins-s-s {
  display: none;
  background-color: #000000;
  position: absolute;
  top: 0px;
  color: #ffffff;
  transition: opacity 1.6s ease;
  opacity: 0;
}
.ins-s-bg .active {
  position: relative;
  border-bottom: 5px solid #000000;
}
.ins-s-bg .active:hover {
  border-bottom: 5px solid #3F7FF9;
}
.ins-s-bg .active:hover .ins-s-s {
  display: block;
  opacity: 1;
  width: 95%;
}
.ins-s-bg .industries-second-form {
  background-color: #000000;
  color: #ffffff;
  border-radius: 5px;
}

.industries-last-sec {
  background-image: url("/assets/images/last-sec-bg.jpg");
  background-size: 100% 100%;
}
.industries-last-sec h5 {
  font-size: 28px;
  font-weight: 600;
  color: #3F7FF9;
}
.industries-last-sec p {
  margin-top: 2%;
  font-size: 26px;
}


.contact-banner {
  background: url(/assets/images/banner-img-contact-us-4.webp) top center no-repeat;
  background-size: cover;
  padding: 13%;
  color: #ffffff;
}
.contact-banner h5 {
  color: #3F7FF9;
  font-weight: 700;
}

.contact-info-left {
  background-color: #092b50;
  padding: 18px 42px;
  color: #ffffff;
}
.contact-info-left img {
  width: 60px;
}

.contact-info-right {
  box-shadow: 6px 6px 0px 1px #ffcb05;
}

.address-section {
  border-bottom: 1px solid #ffcb05;
}

.address-section1 {
  border-bottom: none;
}

.contact-info {
  position: relative;
  bottom: 140px;
}

.form-section {
  padding: 30px;
  border-radius: 0px;
  margin-top: 0px;
  box-shadow: 0px 2px 7px 2px #c5bdbd;
  background: #f7f7f7;
}
.form-section span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0px;
  padding: 0px 10px;
  border: 1px solid #dee2e6;
  border-radius: 5px 0px 0px 5px;
}
.form-section input {
  border-radius: 0px 5px 5px 0px;
}

.submit {
  background: #092b50;
  color: #ffffff;
  padding: 7px 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  border: 0px;
  margin-top: 30px;
}

.accordion-button.collapsed::after {
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/></svg>");
  transform: rotate(-90deg);
  transition: 0.99s ease-in;
  transition-delay: 0.15s;
}

.accordion-button:not(.collapsed)::after {
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-dash-circle' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/><path d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/></svg>");
  transform: rotate(0deg);
  transition: 0.5s ease-in;
  transition-delay: 0.1s;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion-collapse {
  transition: 0.5s ease-in;
  transition-delay: 0.2s;
}

.accordion-button:not(.collapsed), .accordion-button.collapsed {
  border: 1px solid #000000;
  outline: none;
  color: #000;
}

.accordion-button:focus {
  border-color: none;
  background-color: #092b50;
  color: #ffffff;
}

.accordion-button {
  border-radius: none;
}

.location-section {
  background: #f7f7f7;
}


.com-overview-banner {
  background: url(/assets/images/banner-img-com-overview-2.jpg) top center no-repeat;
  background-size: cover;
  padding: 13%;
  color: #ffffff;
}
.com-overview-banner h5 {
  color: #3F7FF9;
  font-weight: 700;
}

.know-us-sec {
  text-align: center;
}
.know-us-sec h4 {
  font-size: 28px;
  font-weight: 700;
  color: #3F7FF9;
  
}
.know-us-sec h5 {
  font-size: 28px;
  font-weight: 400;
  
}
.know-us-sec p {
  font-size: 18px;
  
}
.know-us-sec .know-us-first {
  background-color: #3F7FF9;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  top: 25%;
  left: 45%;
}
.know-us-sec img {
  height: 450px;
}

.why-us-bg {
  background-image: url("/assets/images/wepik-export-20240412051628OedL.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}
.why-us-bg img {
  height: 120px;
  width: 120px;
}
.why-us-bg h4 {
  font-size: 50px;
  font-weight: 400;
  color: #3F7FF9;
  
}
.why-us-bg p {
  font-size: 22px;
  color: #ffffff;
  
}

.our-approach-bg {
  background-image: url("/assets/images/black bg-01-01.png");
  background-size: 100% 100%;
}
.our-approach-bg h4 {
  color: #3F7FF9;
}

.tsm-sec-bg {
  background-color: #000000;
}
.tsm-sec-bg img {
  position: relative;
  top: -60px;
  left: -10%;
}
.tsm-sec-bg h4 {
  color: #3F7FF9;
}
.tsm-sec-bg h5 {
  color: #ffffff;
}
.tsm-sec-bg p {
  color: #ffffff;
}
.tsm-sec-bg span {
  color: #ffffff;
  font-size: 24px;
  border-left: 3px solid #3F7FF9;
  padding-left: 10px;
}
.fa-chevron-left:before{
  color: #ffffff;
}
.fa-chevron-right:before{
  color: #ffffff;
}



@media only screen and (max-width: 760px) {
  .overview-banner-bg {
    background-image: none;
  }
  .overview-banner-bg .get-started p {
    color: #000000;
  }
  .know-us-sec .know-us-first {
    position: relative;
    top: 0%;
    left: 0%;
  }
  .know-us-sec img {
    height: 100%;
    width: 100%;
  }
}
.current-opportunities-banner {
  background: url(/assets/images/banner-img-current-oppor-1.jpg) top center no-repeat;
  background-size: cover;
  padding: 13%;
  color: #ffffff;
}
.current-opportunities-banner h5 {
  color: #3F7FF9;
  font-weight: 700;

}
.applynow-and-service-section .apply-now{
  position: sticky;
  top: 13%;
  z-index: 99;
}
.applynow-and-service-section .form-card {
  background-color: #727272;
}
.applynow-and-service-section .network-engineer-background-section {
  background-color: #022146;
}

.job-seeker-banner {
  background: url(/assets/images/banner-img-job-seeker-8.jpg) top center no-repeat;
  background-size: cover;
  padding: 13%;
  color: #ffffff;
}
.job-seeker-banner h5 {
  color: #3F7FF9;
  font-weight: 700;
}

.job-listing p {
  font-size: 20px;
}

.job-application-form {
  background-image: url("/assets/images/apply-now-img-bg.jpeg");
  background-size: 100% 100%;
}
.job-application-form backgr p {
  font-size: 18px;
}

.job-hunting-section .icon-card {
  background-color: #000000;
  height: 100%;
}
.job-hunting-section .hunting-image-section p {
  font-size: 18px;
}

.employ-review {
  background-color: #000000;
}
.employ-review p {
  font-size: 20px;
}

.icon1 {
  position: absolute;
  top: 50%;
  left: -25px;
}

.icon2 {
  position: absolute;
  top: 50%;
  right: -25px;
}

.new-service-banner {
  background: url(/assets/images/banner-img-azure.jpg) top center no-repeat;
  background-size: cover;
  padding: 13%;
  color: #ffffff;
}
.new-service-banner h1 {
  color: #ffffff;
}

.service-advice-form {
  background-color: #1A84FD;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}
.service-advice-form .formcontrol {
  border-radius: 5px;
  /* border: none; */
  padding: 10px;
}


.benefits-of-development h2 {
  /* font-size: 30px; */
  
  margin-right: auto;
  color: #3F7FF9;
  font-weight: 700;
  margin-top: 10px;
}

.benefits-of-development p {
  font-size: 18px;
  margin-top: 20px;
}

.table-section tr {
  border: 1px solid #CDE4EE;
  border-radius: 5px;
}

.table-section th {
  background-color: #034EA2;
  color: white;
}

.table-section td {
  padding: 15px;
}

.enroll-now-head {
  background-color: #1E2285;
  color: #dedef8;
}

.enroll-for-weekdays {
  background-color: #ebebeb;
}

.enroll-for-weekdays:hover {
  background-color: #c4cada;
}

.enroll-for-weekdays .weekdays span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  
  background-color: #00b8ff;
  padding: 6px;
}

.enroll-for-weekdays .enroll-date {
  margin-left: 15px;
  font-size: 15px;
  
  font-weight: 700;
  color: #0d1177;
  padding-top: 10px;
}

.enroll-for-weekdays .enroll-time {
  margin-left: 15px;
  font-size: 14px;
  
  font-weight: 500;
  padding-bottom: 20px;
}

.enroll-for-weekdays .enroll-time i {
  margin-right: 3px;
}

.enroll-free-demo {
  font-weight: 700;
  
  font-size: 30px;
  text-align: center;
  color: #1385b3;
}

.timings-not-match {
  background-color: #ebebeb;
  text-align: center;
}

.timings-not-match .timings-not-match-head {
  font-weight: 700;
  
  color: #0d1177;
}

.flexible-demo a {
  color: #0d1177;
  font-weight: 500;
}

.flexible-demo a:hover {
  color: rgb(248, 162, 1);
  font-weight: 500;
}

.second-form-section {
  position: sticky;
  top: 10%;
  z-index: 99;
}

.subscribe-ch-section .subscribe-insta-icon:hover {
  color: #2FA3D9;
}

.subscribe-ch-section .subscribe-whatsapp-icon:hover {
  color: #30D14E;
}

.about-course-details-section .about-course h4 {
  /* font-size: 28px; */
  
  margin-right: auto;
  color: #1e2285;
  font-weight: 600;
  margin-top: 5px;
}

.about-course-details-section .about-course ul li {
  font-size: 18px;
  
  margin-top: 5px;
}

.about-course-details-section .about-course a {
  font-size: 16px;
  
  font-weight: 600;
  color: #1e2285;
}

.about-course-details-section .about-course h4 {
  /* font-size: 28px; */
  
  margin-right: auto;
  color: #3F7FF9;
  font-weight: 600;
  margin-top: 5px;
}

.about-course-details-section .about-course ul li {
  font-size: 18px;
  
  margin-top: 5px;
}

.about-course-details-section .about-course a {
  font-size: 16px;
  
  font-weight: 600;
  color: #1e2285;
}

.about-course-details-section .related-skills h5 {
  /* font-size: 20px; */
  
  margin-right: auto;
  color: #3F7FF9;
  font-weight: 600;
  margin-top: 5px;
}

.about-course-details-section .related-skills ul li {
  font-size: 18px;
  
  margin-top: 5px;
  margin-right: auto;
}

.certification-skills-list h5 {
  color: #3F7FF9;
}

.certification-skills-list i {
  color: #3F7FF9;
}

.certification-heading {
  color: #3F7FF9;
}

.about-course-details-section .related-skills ul li {
  font-size: 18px;
  
  margin-top: 5px;
  margin-right: auto;
}

/* accordion start */
.faq-sections .accordion-button.collapsed::after {
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='blue' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/></svg>");
  transform: rotate(-90deg);
  /* transition: 0.5s ease-in; */
  /* transition-delay: 0.15s; */
}

.faq-sections .accordion-button:not(.collapsed)::after {
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='rgb(22,168,222)' class='bi bi-dash-circle' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/><path d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/></svg>");
  transform: rotate(0deg);
  /* transition: 0.5s ease-in; */
  /* transition-delay: 0.1s; */
}

.faq-sections .accordion-button:not(.collapsed), .faq-section .accordion-button.collapsed {
  outline: none;
  font-size: 20px;
}

.faq-sections .accordion-button:focus {
  border-color: none;
}

.accordion-button strong {
  font-size: 16px;
  padding: 3px;
}

#accordionExample .accordion-button {
  /* color: rgba(255, 255, 255, 0.952); */
  /* border-right: 30px solid rgb(255, 0, 0); */
  transition: 0.5s ease-in;
  border-color: none;
  box-shadow: none;
}

.accordion-body {
  font-size: 16px;
  border: none;
}

/* accordion end *//*# sourceMappingURL=global.css.map */


.employer-banner {
  background: url(/assets/images/banner-img-employer-1.jpg) top center no-repeat;
  background-size: cover;
  padding: 13%;
  color: #ffffff;
}
.employer-banner h3 {
  color: #3C87FA;
  font-weight: 600;
}


.staffing-solution-section{
  text-align: center;
}
.staffing-solution-section .about-staffing-solution h5{
  margin-top: 10px;
}

.start-hiring-sec{
  background-image: url('/assets/images/employee-staffing-bg-img.jpeg');
  background-size: 100% 100%;
  padding: 4%;
  text-align: center;
}
.start-hiring-sec .staffing-start-head{
  font-weight: 700;
  color: #3C87FA;
}
.start-hiring-sec .hiring-start-head{
  color: #ffffff;
}
.start-hiring-sec .about-hiring-para{
  color: #ffffff;
}

.about-client-card{
  height: 100%;
  border: 1px solid #000000;
  text-align: center;
  padding: 10px;
  border-bottom: 4px solid #3C87FA;
}
.about-client-card:hover{
  background-color: #302f2f;
  color: #ffffff;
}
.about-client-card .about-client-card-icon{
  margin-top: -50px;
  text-align: center;
  padding: 10px;
}

.get-started-staffing-sec .about-staffing-solution h5{
  color: #3C87FA;
  font-weight: 600;
}
.get-started-staffing-sec .about-staffing-solution p{
  font-size: 20px;
}
.get-started-staffing-sec .about-staffing-solution .staffing-work-sec{
  background-color: #08305c;
  border-radius: 10px;
  padding: 10px;
  color: #ffffff;
}
.get-started-staffing-sec .about-staffing-solution .staffing-work-sec p{
  font-size: 18px;
}

.about-client-section .client-table-head{
  font-weight: 600;
  color: #3C87FA;
}