html,
body {
    font-family: 'Roboto', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i'); */

.width-20 {
    width: 20% !important;
}



.fixed-top {
    background: url("../img/bgheader.PNG");
    background-repeat: no-repeat;
    background-size: cover;
}

.bgbanner nav * {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.bgbanner nav ul li a:hover{
    color: #CF3535;
}
.bgbanner nav .getStartedBtn {
    font-weight: 400;
    color: #FFFFFF;
    background: #FF001E;
    font-family: Roboto;
    font-size: 14px;
    border-radius: 0;
    border: none;
    display: inline;
    text-align: center;
}
/* Media query for tablet */
@media only screen and (max-width: 768px) {
  .bgbanner nav .getStartedBtn {
    background: none;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
  }


/* Media query for mobile */
@media only screen and (max-width: 480px) {
  .bgbanner nav .getStartedBtn {
    background: none;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
  }

.bgbanner nav .headerLogo {
    height: 72px;
    width: 286px;
    left: 82px;
    top: 23px;
    border-radius: 0px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
}

.dropdown-menu a {
  display: block;
  padding: 14px 26px;
  color: #000;
  text-decoration: none;
}

.dropdown-menu a:hover {
  background-color: #f8f9fa;
}

.dropdown-toggle::after{
    content: none;
}
.bgbanner .bannerSection {
    left: 220px;
}

.bgbanner .bannerSection .bannerheading {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  margin: 242px 0;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .bannerheading {
    font-size: 36px !important;
    line-height: 52px !important;
  }
}

/* Media query for tablet devices */
@media (min-width: 768px) and (max-width: 1023px) {
  .bannerheading {
    font-size: 36px !important;
    line-height: 52px !important;
  }
}

.about-us{
    background: #CF353566;

}
.about-head{
       font-family: Poppins;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.abtimg{
    width: 100%;
}
.about-us p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
    margin-top: 16px;
}
.about-company{
     background: url("../img/aboutbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-company p{
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.morebtn{
  color: #000;   
padding: 12px 40px;
border-radius: nullpx;
 background: #F0F0F0CC;
font-family: Poppins;
text-decoration: none;
}
/* clickable section */
.clickable-section {
    padding: 30px 0;
}


.clickable-section h1 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
.clickable-section h1:hover {
 transform: translate(0, -10px);
}
.clickable-section a{
    text-decoration: none;
}
.gifdisplay {
    display: none;
}
.imgdisplay{
    text-align: right;
    padding-top: 10px;
}

.clickable-section .imgdisplay:hover .img1 {
    display: none;
}

.clickable-section .imgdisplay:hover .img2 {
    display: none;
}

.clickable-section .imgdisplay:hover .img3 {
    display: none;
}

.clickable-section .imgdisplay:hover .gifdisplay {
    display: block;
}

/* new click */
.newclick   .container {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 400px;
      margin: 0 auto;
    }

.newclick     .icon {
    width :50px;
    height: 50px;
  background-image: url('../img/vector.png');
  background-size: cover;
  background-position: center;
  transition: transform 0.3s;
}

   .newclick  .heading {
      margin-left: 20px;
      transition: margin-top 0.3s;
    }

   .newclick  .container:hover .icon {
      transform: scale(1.1);
    }

    .newclick  .container:hover .heading {
      margin-top: -10px;
    }

@media (max-width: 991px) {
  .clickable-section {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2),
       only screen and (max-width: 991px) and (min-resolution: 192dpi) {
  .clickable-section {
    display: none;
  }
}

/*<!-- Managed Services section -->*/
.services{
  
    background: #D21404;
}

.services-right{
padding-top: 200PX;
}
.services-right .morebtn{
    margin-top: 30px;
    float:right;
}

.services-right .morebtn:hover{
   background: #fff;
   color: #D21404;
;
}

.services h4{
    color: #fff;
    font-family: 'Poppins';
    font-size: 60px;
    text-align: center;
    font-weight: 800;
}
.services p{
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}

.gallery-container{
  position: realtive;
  border-left: 1px solid #fff ;
  border-right: 1px solid #fff;
  height: 600px;
  overflow: auto;
  padding-top: 10px;
}
..gallery-container .border-class{
    border: 1px solid yellow;
}
.scroll-container{
  position: absolute;
  top: 0;
  right:0;
}
.services ::-webkit-scrollbar {
  width: 0px;
}

/* .scroll-container:before {
  content: '';
  display: block;
  height: 100vh;
  pointer-events: none;
}


.scroll-container a {
  position: sticky;
  top: 88vh;
  cursor: pointer;
  font-size: 20px;
} */
.slides img{
  height: 200px;
width: -webkit-fill-available;
}
*{
  scroll-behavior: smooth;
}
.scrollTop{
  margin-left: 200px;
  margin-top: 170px;
  padding: 10px 15px;
  background-color: #000 ;
  color: #ccc;
  border-radius: 5px;
  border-radius: 1px solid #fff;
  cursor: pointer;
  transition: all 0.5s ease 0s;

}





/* locations section */
.locations {
    padding: 30px 0;
        background: url("../img/locbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.locations h1 {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}

.locations h2 {
       font-family: Poppins;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}



/* news-articles */
.news-articles{
    padding: 60px 0;
}
.article-head{
    font-family: Poppins;
    font-size: 36px;
    color: #D21404;
    font-weight: 700;
    margin-bottom: -2px;

}
.news-articles h4{
    color:#D21404 ;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
}
.single-news-inner {
  border-radius: 12px;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.single-news-inner .thumb {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  text-align: center;
}

.single-news-inner .thumb img {
  width: 50%;
  display: block;
  position: relative;
  left: 25%;
  top: -25%;
  border: 6px solid #fff;
  height: 150px;
}

.single-news-inner .content {
 background: #D21404;
  border-radius: 12px 12px 12px 12px;
  margin-top: -60px;
}


.single-news-inner .content p {
  padding: 74px 30px 20px 30px;
  text-align: center;
  font-family: Poppins;
  color: #fff;
  font-size: 14px;
}

.single-news-inner .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.single-news-inner .buttons .btn {
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  width: 50%;
}

.single-news-inner .buttons .left-button {
  background-color: #fff;
  color: #CF3535;
  font-family: Inter;
}

.single-news-inner .buttons .right-button {
  background: #37393F;
  color: #fff;
  font-family: Inter;
}

.single-news-inner .buttons .right-button i {
  margin-right: 5px;
}

/* help section */
.help{
    padding: 30px 0;
     background: url("../img/helpbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.help-head{
    font-family: Poppins;
    font-size: 36px;
    color: #fff;
    font-weight: 700;

}
.help p{
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    line-height: 26px;
}
.morebtn:hover{
 background: #D21404;
 color: #fff;
}
/* Client logos */
   .slider {
            overflow: hidden;
        }

        .slider ul {
            display: flex;
            padding: 0;
            animation: cambio 30s infinite linear;
        }

        .slider li {
            padding: 0 10px;
            list-style: none;
            max-width: 100%;
        }

        .slider img {
            /*max-width: 100%;*/
            height: auto;
        }

        @keyframes cambio {
            from {
                margin-left: 0%
            }

            to {
                margin-left: -100%
            }
        }

        .clients{
            padding: 30px 0;
        }
        .clients-head{
                font-family: Poppins;
    font-size: 36px;
    color: #D21404;
    font-weight: 700;
}
        
/* Our company */

footer{
    width: 100%;
    padding: 20px 0 0px 0;
    background: #37393F;
}
footer .icons {
    padding-top: 26px;
}
footer .icons i{
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 52px;
    margin-right: 20px;
    text-align: center;
    color: #CF3535;

}
footer .icons .icon-head{
    color: #FFFFFF;
    margin-left: 12px;
    font-size: 16px;
    font-family: Poppins;

}
footer .icons .icon-head span{
    color: #fff;
    font-size: 12px;
}
footer .icons a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
footer .logo-layer{
    border-bottom: 2px solid #6C6D72;

}
footer .main-address{
     border-bottom: 2px solid #6C6D72;
}
footer .address-section {
  padding: 30px 0 20px 0;
}


footer .address-section address {
  font-style: normal;
  margin-top: 10px;
  font-family: Poppins;
}

footer .address-section address p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-family: Poppins;

}

footer .country {
  color: #CF3535;
  font-family: Poppins;
      font-size: 14px;
}

footer .subscribe-form {
  margin-top: 50px;
  padding: 50px;
  background: #474950;
}

footer .subscribe-form h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  font-family: Poppins;
  font-weight: 600;
}

footer .subscribe-form p {
  font-size: 12px;
  margin-bottom: 20px;
  color: #fff;
  font-family: Poppins;
  font-weight: 400;
}

footer .subscribe-form form {
  display: flex;
}

footer .subscribe-form input[type="email"] {
  padding: 10px 20px;
  width: 230px;
  font-size: 14px;
}

footer .subscribe-form button[type="submit"] {
  padding: 10px 20px;
  background-color: #CF3535;
  color: #fff;
  border: none;
 
  font-size: 14px;
  cursor: pointer;
}

footer .subscribe-form button[type="submit"]:hover {
  background-color: #333;
}
footer .copyright-design{
    padding: 20px 0;
}
footer .left-section p,
.right-section ul {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-family: Poppins;
  letter-spacing: 2px;
}
footer .left-section p a{
    color: #CF3535;
    text-decoration: none;
    font-size: 12px;
}
footer .right-section ul li {
  display: inline-block;
  margin-right: 10px;
}
footer  .social-icons a {
  color: #fff;
  font-size: 14px;
}
footer .social-icons a:hover {
  color: #CF3535;
}
@media (max-width: 767px) {
  footer .subscribe-form {
    margin-top: 30px;
    padding: 20px;
  }

  footer .subscribe-form h3 {
    font-size: 16px;
  }

  footer .subscribe-form p {
    font-size: 10px;
  }

  footer .subscribe-form form {
    flex-direction: column;
  }

  footer .subscribe-form input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }

  footer .subscribe-form button[type="submit"] {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .subscribe-form {
    margin-top: 60px;
    padding: 25px;
  }

  footer .subscribe-form h3 {
    font-size: 16px;
  }

  footer .subscribe-form p {
    font-size: 10px;
  }

  footer .subscribe-form form {
    flex-direction: column;
  }

  footer .subscribe-form input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }

  footer .subscribe-form button[type="submit"] {
    width: 100%;
  }
}

/* Media Queries for Mobile and Tablet */
@media only screen and (max-width: 767px) { /* Tablets and below */
    .tel-link-number {
        color: blue; /* Set the link color for mobile and tablet devices */
        text-decoration: underline; /* Underline the link */
        cursor: pointer; /* Show the clickable cursor */
    }
}

@media only screen and (min-width: 768px) { /* Laptops and larger screens */
    .tel-link-number {
        color: black; /* Set the text color to black, making it non-clickable appearance */
        cursor: default; /* Show the default cursor, indicating it's not clickable */
        pointer-events: none; /* Disable link interaction */
    }
}


/* vertical tabs */

.nav-pills-custom .nav-link1 {
    color: #000;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link1.active {
    color: #FF001E;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link1::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}
.vertical-tabssec  .nav-link1 {
    text-decoration: none;
    font-size: 16px;
    font-family: Poppins;
}

.nav-pills-custom .nav-link1.active::before {
    opacity: 1;
}
.vertical-tabssec .tab-content h4{
    font-family: Poppins;
    font-size: 36px;
    color: #D21404;
    font-weight: 700;
}
.vertical-tabssec .tab-content p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
}
/*what we do*/
.whatwedo{
    padding: 60px 0;
}
.whatwedo .whathead{
    font-family: Poppins;
    font-size: 36px;
    color: #000;
    font-weight: 700;
}
.whatwedo .whatcontent{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
    margin-top: 16px;
}

/*contracting section */
.benefits{
    padding: 30px 0;
}
.benefits .title{

    font-family: Poppins;
    font-size: 36px;
    color: #D21404;
    font-weight: 700;

}

.single-work-process-inner {
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  margin-bottom: 30px;
  padding: 30px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  height: 222px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.single-work-process-inner .thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-work-process-inner .details .process-count {
  color: var(--main-color);
  font-weight: 600;
}
.single-work-process-inner .details h5 {
  font-weight: 600;
  font-size: 18px !important;
  font-family: Poppins;
}
.single-work-process-inner .details .content {
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 12px;
}
.single-work-process-inner:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-work-process-inner:hover .thumb img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}


/*contracting page*/
.journey{
    padding-bottom: 30px;
    background-color: #fff;
}
.journey .journey-head{
    font-family: Poppins;
    font-size: 36px;
    color: #D21404;
    font-weight: 700;
    text-align: center;
}
.journey .Journeyimg img{
    width: 100%;
  
}
/*
.journey .timeline .scene span{
        color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify !important ;
    margin-top: 16px;
}
.journey section.timeline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.journey section.timeline  ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    padding: 50px 0;
}

.journey section.timeline li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
  text-align: justify;
}

.journey section.timeline  li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  transition: background 0.5s ease-in-out;
}

.journey section.timeline li:nth-child(odd) div {
  left: 45px;
  transform: translate3d(200px, 0, 0);
}

.journey section.timeline  li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.journey section.timeline  li:nth-child(even) div {
  left: -439px;
  transform: translate3d(-200px, 0, 0);
}

.journey section.timeline  li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}

.journey section.timeline  div {
  width: 400px;
  padding: 15px;
  position: relative;
  background: #D21404;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.journey section.timeline  time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.journey section.timeline  div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.journey section.timeline li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  background: #fff;
}

 .journey section.timeline  li.in-view::after {
  background: #D21404;
}

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fff transparent transparent;
  }
}
*/
/* Managed Services */

.managed-service{
    padding: 30px 0;
}
.managed-service .title{

    font-family: Poppins;
    font-size: 36px;
    color: #D21404;
    font-weight: 700;

}
.managed-service .details a{
    color: #D21404;
    font-size: 14px;
    font-family: Poppins;
}
/* Contact section */
.contact-sec{
    padding: 60px 0;
}
.contact-head{
    font-family: Poppins;
    font-size: 36px;
    color: #D21404;
    font-weight: 700;
    margin-bottom: -2px;

}
.contacthead{
    font-family: Poppins;
    font-size: 36px;
    color: #383838;
    font-weight: 600;
}

.contact-sec address{
    font-family: Poppins;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-left: 20px;
}
.contact-sec a{
    font-family: Poppins;
    margin-left: 20px;
}
.contact-form{
    padding: 30px 0;
    background-color: #f0f0f0;
}
.contact-form h2{
     font-family: Poppins;
    font-size: 36px;
    color: #383838;
    font-weight: 600;
}
.contact-form p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
  
}

.theme-form-one input,.theme-form-one textarea ,.theme-form-one select{
  width: 100%;
  background: #fff;
  border:1px solid #e4e4e4;
  margin-bottom: 20px;
  font-size: 14px;
  color: #000;
  font-family: Poppins;
}
.theme-form-one input ,.theme-form-one select {
  height: 52px;
  padding: 0 15px;
}

.theme-form-one textarea {
  max-width: 100%;
  max-height: 198px;
  resize:none;
  padding: 20px;
}
.theme-form-one button {width: 100%;}
.theme-form-one .getStartedBtn{
    font-weight: 400;
    color: #FFFFFF;
    background: #FF001E;
    font-family: Roboto;
    font-size: 14px;
    border-radius: 0;
    border: none;
    display: inline;
    text-align: center;
}
/* recruitment */
.recruitment{
    padding: 30px 0;
}
.recruitment h2{
    font-family: Poppins;
    font-size: 36px;
    color: #D21404;
    font-weight: 700;
}
.recruitment p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
    margin-top: 16px;
}
.learn-more h3{
font-family: Poppins;
    color: #000;
    font-weight: 700;
}
.learn-more a{
    padding-top: -20px;
}
.learn-more a{
    color: #D21404;
}
.recruit-form h3{
    font-family: Poppins;
    color: #000;
    font-weight: 700;
}
.recruit-form p{
    font-size: 16px;
    margin-bottom: 12px;
}
.recruit-form p a{
    color: #D21404;;
}
.radio-inline {
      display: inline-block;
      margin-right: 10px;
    }
/* data analytics */
.pro-section{
    padding: 30px 0 0px 0;
}
.pro-section ul li{
    list-style-type: none;
}

.pro-section .wrapper-content h3 {
  position: relative;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  color: #000;
  margin-bottom: 50px; }
  .pro-section .wrapper-content h4 {
  position: relative;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  color: #D21404;
}
  .pro-section .wrapper-content h3 .color {
    color: #2868c9; }
  .pro-section .wrapper-content h3::before {
    content: "";
    position: absolute;
    width: 195px;
    height: 1px;
    bottom: -20px;
    left: 0;
    background-color: #D21404; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pro-section .wrapper-content h3 {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (max-width: 767px) {
    .pro-section .wrapper-content h3 {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (max-width: 479px) {
    .pro-section .wrapper-content h3 {
      font-size: 25px;
      line-height: 30px; } }
.pro-section .wrapper-content .text-content {
  margin-left: 20px;
  margin-top: 80px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pro-section .wrapper-content .text-content {
      margin-left: 30px;
      margin-top: 65px; } }
  @media only screen and (max-width: 991px) {
    .pro-section .wrapper-content .text-content {
      margin-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .pro-section .wrapper-content .text-content {
      margin: 60px 0 0 60px; } }
  @media only screen and (max-width: 479px) {
    .pro-section .wrapper-content .text-content {
      margin: 60px 0 0 0; } }
  .pro-section .wrapper-content .text-content li {
    font-size: 18px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .pro-section .wrapper-content .text-content li {
        margin-bottom: 15px; } }
    @media only screen and (max-width: 479px) {
      .pro-section .wrapper-content .text-content li {
        font-size: 15px; } }
    .pro-section .wrapper-content .text-content li .digit {
      color: #D21404; }
    .pro-section .wrapper-content .text-content li p {
      padding: 1px 0 0 56px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
      padding: 1px 0 0 56px; }
      @media only screen and (max-width: 479px) {
        .pro-section .wrapper-content .text-content li p {
          padding: 1px 0 0 30px; } }
.pro-section .caption {
  position: relative;
  margin-top: 130px; }
  @media only screen and (max-width: 767px) {
    .pro-section .caption {
      margin-top: 60px; } }
  @media only screen and (max-width: 479px) {
    .pro-section .caption {
      margin-top: 40px; } }

    @media only screen and (max-width: 767px) {
      .pro-section .caption::before {
        display: none; } }
  .pro-section .caption img {
    position: relative;
    width: 100%;
    z-index: 5; }

.analytics-content{
   padding-top: 30px;
   padding-bottom: 20px;
    background-color: #CF353566;
}
.analytics-content p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
}

/*---------------------------------------------------- */
/*service area*/
/*----------------------------------------------------*/
.nio-eig-service {
  padding: 30px 0px;
}
.nio-eig-service .nio-eig-section-title h2{
 font-family: Poppins;
    font-size: 36px;
    color: #D21404;
    font-weight: 700;
  
   
}

.nio-eig-service-tab-btn {
  padding: 35px 35px 20px;
  box-shadow: 0px 0px 24px 0px rgba(0, 27, 54, 0.05);
}
.nio-eig-service-tab-btn .nav-tabs .nav-item.show .nav-link,
.nio-eig-service-tab-btn .nav-tabs .nav-link.active,
.nio-eig-service-tab-btn .nav-tabs .nav-link,
.nio-eig-service-tab-btn .nav-tabs {
  padding: 0;
  border: none;
}
.nio-eig-service-tab-btn .nav-tabs .nav-item {
  margin-bottom: inherit;
}
.nio-eig-service-tab-btn .nav {
  display: inherit;
}
.nio-eig-service-tab-btn .nav-tabs .nav-link,
.nio-eig-service-tab-btn .nav-tabs .nav-link.active {
  color: #191728;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins";
  padding: 20px 0px 20px 30px;
}
.nio-eig-service-tab-btn .nav-tabs .nav-link:before {
  left: 0;
  bottom: 0;
  top: 5px;
  width: 3px;
  content: "";
  height: 0px;
  position: absolute;
  background-color: #D21404;
  transition: 0.4s all ease-in-out;
}
.nio-eig-service-tab-btn .nav-tabs {
  position: relative;
}
.nio-eig-service-tab-btn .nav-tabs:before {
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #cf353521;
}
.nio-eig-service-tab-btn .nav-tabs .nav-link.active {
  color: #D21404;
}
.nio-eig-service-tab-btn .nav-tabs .nav-link.active:before {
  height: 50px;
}

.nio-eig-service-tab-img-text {
  padding: 40px;
  background-color: #cf353521;
  transform: translateX(40px);
  transition: 0.5s all ease-in-out;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-img {
  margin-right: 40px;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text {
  padding-top: 20px;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-icon {
  margin-bottom: 5px;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-icon svg {
  height: 60px;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text {
  display: inline-block;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text h3 {
  color: #191728;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.308;
  padding-bottom: 18px;
  font-family: Poppins;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text p {
  color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text a {
  color: #fff;
  height: 45px;
  width: 130px;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  border-radius: 30px;
  font-family: "Poppins";
  display: inline-block;
  background-color: #ff6000;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text a:hover {
  background-color:#D21404;
}
.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text a:hover span {
  animation: toLeftFromRight 0.3s forwards;
}

.nio-eig-service-tab-content .active.show .nio-eig-service-tab-img-text {
  transform: translateX(0);
}
.capabilities{
    padding-top: 30px;
}

.capabilities-inner {
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  margin-bottom: 30px;
  padding: 30px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  background: #cf353521;
  height: 472px;
}
.capabilities-inner .thumb{
    text-align: center;
}
.capabilities-inner .thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.capabilities-inner .details .process-count {
  color: var(--main-color);
  font-weight: 600;
}
.capabilities-inner .details h5 {
  font-weight: 600;
  font-size: 18px !important;
  font-family: Poppins;
  text-align: center;
}
.capabilities-inner .details .content {
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 12px;
}
.capabilities-inner:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.capabilities-inner:hover .thumb img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.capabilities-inner.style-2 {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.capabilities-inner.style-2 .line-img {
  position: absolute;
  left: 75%;
  width: 193px;
}
.capabilities-inner.style-3 {
  margin-bottom: 55px;
  padding: 40px;
  border: 1px solid #E3E3E3;
}
.capabilities-inner.style-3 .process-count {
  color: #737588;
}
.capabilities-inner.style-3 .btn {
  margin-bottom: -105px;
}
.capabilities-inner.style-3:hover {
  border-color: transparent;
  border-left: 1px solid #FF00EA;
  border-right: 1px solid #FF00EA;
}
.capabilities-inner.style-3:hover .btn {
  background: linear-gradient(56.64deg, #2600FC 0.04%, #FF00EA 99.88%);
  color: #fff;
}
.capabilities-inner ul {
  list-style: none;
}

.capabilities-inner ul li::before {
  content: "\2022";
  color: #D21404;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.capabilities-inner ul li{
    font-size: 14px;
    font-family: Poppins;
    line-height: 26px;
    margin-bottom: 12px;
}
.capabilities-head{
     font-family: Poppins;
    font-size: 36px;
    color: #D21404;
    font-weight: 700;
    margin-bottom: 30px;
}
.featured{
   padding-bottom: 30px;
}
.featured .grid {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.featured .grid .img-holder {
    min-height: 250px;
}

.featured .grid .img-holder img {
    display: none;
}

.featured .grid:hover .details {
    bottom: 0;
    padding: 45px 22px;
}

.featured .grid .details {
    background: #cf353594; /* Replace with actual color value */
    width: 100%;
    height: 100%;
    padding: 20px 22px;
    position: absolute;
    left: 0;
    bottom: -74%;
    transition: 0.3s;
   }
.featured .grid .details h5{
 color: #fff;
 font-family: Poppins;
}
.featured .grid .details p{
    color: #fff;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
    margin-top: 16px;
}



.cloud-section h5{
    font-family: Poppins;
    color: #D21404;
    font-weight: 600;
}
.cloud-section p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
}
.steps {
    padding: 30px 0;
}
.steps h4{
    font-family: Poppins;
    text-align: center;
    font-weight: 600;
}
.steps h5{
     font-family: Poppins;
    font-weight: 600;
    margin: 12px 0;
}
.steps p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
    margin-top: 16px;
}
.accordion{
   --bs-accordion-border-color: 1px solid #fff !important;
}
.accordion .accordion-item {
  border-bottom: 1px solid #D21404;
}

.accordion button[aria-expanded='true'] {
  border-bottom: 1px solid var(--blue);
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--blue);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: var(--blue);
  border: 1px solid var(--blue);
}

.accordion .accordion-title {
 font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins';
}

.accordion .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #D21404;
  border-radius: 22px;
}

.accordion .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: #D21404;
}

.accordion .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: #D21404;
}

.accordion button[aria-expanded='true'] {
  color: var(--blue);
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 16em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;

}
.highlight-top {
      border: 1px solid #ccc;
      border-top-color: #D21404;
      padding: 10px;
    }
.highlight-top ul{
    list-style: none;
}
.highlight-top ul li{
        font-size: 14px;
    font-family: Poppins;
    line-height: 26px;
    margin-bottom: 12px;
}

.highlight-top ul li::before{
    content: "\2022";
    color: #D21404;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
a.explore-link {
 border: 1px solid #D21404;
    padding: 20px 35px;
    padding-right: 48px;
    font-size: 18px;
    display: inline-block;
    margin: 10px 0;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
    width: 60%;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: 7px 8px 0 0px #D21404;
    margin-bottom: 25px;
    font-family: Poppins;
}
.blob {
    background: black;
    border-radius: 50%;
    margin: 10px;
    height: 20px;
    width: 20px;
}
#image {
  width: 100%;
  height: auto;
}

.digital-content{
    padding: 30px 0;
   
}
.digital-content p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
}
.search-jobs{
    padding-top: 60px;
    padding-bottom: 30px;
}
 .search-jobs {
      font-family: "Poppins";
    }
    
    .search-jobs input,
    .search-jobs select {
      border-color:#cf353552;
      color: #000;
    }
     .search-jobs .btn i {
      color: #CF3535;
    }
    .job-opening {
    border: 1px solid #cf353552;
    padding: 20px;
  }
  .jobopenings{
    padding-bottom: 60px;
  }
  .job-heading {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 18px !important;
    font-family: Poppins;
  }
  .job-opening p{
    font-family: Poppins;
    font-size: 12px;
  }
.job-opening a{
    color: #D21404;
    font-size: 14px;
    font-family: Poppins;
}
  .job-details {
    margin-bottom: 15px;
       color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
  }

  .more-details-btn {
    display: inline-block;
    padding: 6px 12px;
    background-color: #007BFF;
    color: #FFF;
    text-decoration: none;
    border-radius: 4px;
  }
  .jobdetails{
    padding: 60px 0;
  }
.job-section {
      margin-bottom: 30px;
    }

    .job-title {
     margin-bottom: 18px;
    font-weight: 600;
    font-size: 18px !important;
    font-family: Poppins;
   
}
.job-section ul li{
 color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
}
    
    .job-desc{
    color: #D21404;
    font-size: 24px !important;
    font-weight: 700 !important;
    font-family: "Poppins" !important;
     margin-bottom: 30px;
    }

    .job-description {
      margin-bottom: 20px;
          color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
    }

    .section-heading {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .contact-info {
      margin-top: 20px;
    }

    .email-icon {
      margin-right: 5px;
    }
.whatwedogt {
    background-image: url("../img/about-bg.png");
    width: 100%;
    background-position: center;
    background-size: cover;
}

.whatwedogt h3 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: center;
}

.whatwedogt h5 {
    font-size: 24px;
    color: rgb(45, 45, 45);
    font-family: Poppins;
}



.whatwedogt h2 {
   font-size: 24px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #D21404;
    font-size: 20px;
}
.whatwedocontent{
    width: 80%;
}
@media (max-width: 991px) {
  .whatwedocontent {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .whatwedocontent {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .whatwedocontent {
    width: 80%;
  }
}

.whatwedogt p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;

   text-align: justify;
}
.h1-background {
    position: relative;
}

.h1-background h1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 80px;
    color: #8080801a;
    font-family: impact;
    margin-bottom: 0;
    z-index: -1;
    font-size: 120px;
}
.whatwedogt a{
    text-align: right;
        color: #D21404;
        font-size: 14px;
    font-weight: 400;
}
.digi-content{
    padding: 30px 0;
      background: url("../img/dm-aboutbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.digi-content p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
}
.testing-servicescont{
    padding-top: 60px;
    padding-bottom: 30px;
}
.testing-servicescont p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
}
.services-link {
    padding-bottom: 30px;
    text-align: center;
}
.services-link a{
    color: #D21404;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
    margin-bottom: 6px;
    text-decoration: none;
}
.testing-servicescont h4{
        font-weight: 600;
    font-size: 18px !important;
    font-family: Poppins;
}
.testing-servicescont li{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
    margin-left: 46px;
}
.locbg h4{
    color: #fff;
    font-family: Poppins;
        font-weight: 600;
    font-size: 18px !important;
}
.locbg p{
    color: #fff;
    font-size: 14px;
    font-family: Poppins;
}
.locbg img{
    border: 1px solid #fff;
}
.contact-info a{
    color: #D21404;
    font-size: 14px;
    font-family: Poppins;
}

#bgbanner{
    height: 700px;
}
.features-box {
    position: relative;
    display: block;
}

.features-box-icon {
    display: table-cell;
    vertical-align: top;
}

.features-box-content {
    display: table-cell;
    padding-left: 20px;
}

.features-box-content h5 {
    font-family: 'Poppins';
    font-weight: 600;
    color: #D21404;
    font-size: 20px;
}

.features-box-content p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    text-align: justify;
}

/* Media Queries for Tablet and Mobile */
@media only screen and (max-width: 767px) { /* Tablets and below */
    .features-box .col-md-6 {
        width: 100%;
    }

    .features-box {
        display: block;
        margin-bottom: 20px;
    }

    .features-box-icon,
    .features-box-content {
        display: block;
        text-align: center;
        padding: 0;
    }

    .features-box-icon img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 576px) { /* Mobile Devices */
    .features-box .container {
        padding: 15px;
    }
}
