* {
  font-family: "Poppins", sans-serif;
      font-optical-sizing: auto;
    font-style: normal;
  }
  .fs_20{
    font-size: 20px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #000;
}
nav.navbar.navbar-expand-lg.bg-body-tertiary {
    background: #fff;
}
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
  }
  
  p.header-after_desciption.mb-4 {
    font-size: 20px;
    color: #4f904b;
    font-weight: 600;
  }
  
  a.nav-link {
    font-size: 15px;
    font-weight: 500;
        color: black;
  }
  
  .hero_page {
    background-image: url(./images/14.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 525px;
  }
  
  h1 {
    color: #787777;
    font-weight: 600;
  }
  
  .hero_page h1 {
    font-size: 3.6rem;
    line-height: 62px;
  }
  
  .hero_page h2 {
    font-size: 1.4rem;
  }
  
  .hero_page .header-after_desciption {
    padding: 0px 250px 0px 0px;
    line-height: 1.8;
    font-size: 18px;
    color: #787777;
  }
  
  .fs_30 {
    font-size: 30px;
  }
  
  .btn-gradient-fuel-yellow-blue1 {
    background-color: black;
    /* background-image: linear-gradient(to right, #4f914ab0 22%, #c0332aab 46%);
    background-size: 200% auto; */
    color: white;
  }
  
  .btn.buttons_gradient {
    background-image: linear-gradient(to right, #4f914ab0 22%, #c0332aab 46%);
    background-size: 200% auto;
    color: white;
    font-size: 16px;
    padding: 8px 16px;
  }
  
  .btn.btn-extra-large {
    font-size: 16px;
    padding: 14px 15px;
    border-radius: 10px;
  }
  
  button.btn.btn-gradient-fuel-yellow-blue1.btn-extra-large:hover {
    /* background-image: linear-gradient(to right, #d07b72 49.55%, #4f914ab0 20%); */
    /* background-image: linear-gradient(to right, #d07b72 80%, #4f914ab0 20%); */
    /* background: #d07b72; */
    color: white;
  }
  
  .design_section_2 {
    padding: 30px;
    /* background-color: #8f6f64; */
    background: #062469;
    /* background: #50a350ee; */
    color: white;
    border-radius: 2px;
    /* box-shadow: 0px 10px 1px 0px #81ba81; */
  }
  .box-desgin-growth {
    /* background: #ffc2be; */
    padding: 30px 10px;
    border-radius: 10px;
    height: 100%;
    text-align: center;
    position: relative;
    border: 1px solid #dedede;
    box-shadow: 0px 18px 0px 2px #dedede;
}
  .design_section_2_theme {
    background-image: linear-gradient(to right, #4575b7, #c0332a);
    padding: 30px;
    color: white;
    border-radius: 10px;
  }
  
  .design_section_3_theme {
    /* background-color: #c0332c; */
    padding: 30px;
    color: white;
    /* border-radius: 10px; */
  }
  
  .design_section_3_theme p {
    color: white;
  }
  
  .design_section_2_theme p {
    color: white;
  }
  
  .about_us_content h2 {
    font-size: 1.9rem;
    color: #787777;
    font-weight: 500;
  }
  
  h2 {
    color: #787777;
    font-weight: 600;
  }
  
  .about_us_content p {
    line-height: 1.8;
    font-size: 18px;
    color: #7f7f7f;
  }
  
  .image_design_11 {
    position: absolute;
    top: 33%;
  }
  
  .core-values .card:hover {
    transform: translateY(-1rem);
  }
  
  .map_bg_image {
    background-image: url("./images/map_01.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
  }
  
  .map_bg_image h3 {
    font-size: 3.9rem;
    line-height: 45px;
  }
  
  .testimonials h4 {
    font-size: 2.7rem;
  }
  
  .testimonials h5 {
    font-size: 1.7rem;
    line-height: 40px;
  }
  
  .text-gradient-base-color {
    background-image: linear-gradient(to right, #e97522 0%, #1ea3b1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  footer.footer_1 {
    background-image: url("./images/footer.svg");
    background-color: black;
    color: white;
    padding: 30px;
  }
  
  footer.footer_2 {
    /* background-image: url("./images/footer.svg"); */
    /* background-color: #f5f5f5; */
    background-color: #2e2e2e;
    /* color: white; */
    padding: 0px 30px;
  }
  
  .afterfooter {
    background: #210f4d;
    color: white;
    padding: 10px;
  }
  
  .fields_departement h1 {
    color: white;
    font-weight: 600;
    font-size: 2rem;
  }
  
  .fw_600 {
    font-weight: 600;
  }
  
  .dark_grey {
    color: #464646;
  }
  
  .z-index-n1 {
    z-index: -1 !important;
  }
  
  .color_red {
    color: #c0332b;
    ;
  }
  
  .start-62 {
    left: 62% !important;
  }
  
  .zindex_9 {
    z-index: 9;
  }
  
  .top-50 {
    top: 50% !important;
  }
  
  .fs_25 {
    font-size: 25px;
  }
  
  
  /* color: #464646; */
  
  
  /* .fields_departement h1{
  color: #fff;
  } */
  
  
  /* .footer_2 ul{
  color: white;
  } */
  
  
  /* .footer_2 p{
  color: white;
  } */
  
  footer ul {
    list-style: none;
    padding-left: 0px;
    color: #7f7f7f;
    font-size: 15px;
  }
  
  footer ul li {
    margin-bottom: 10px;
  }
  
  footer .heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
  }
  
  p {
    color: #9b9999;
  }
  
  .hero_page_2 {
    background-image: url("./images/aboutus.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 525px; */
    color: white;
  }
  
  .hero_page_2 h1 {
    font-size: 3rem;
  }
  
  .hero_page_2 p {
    line-height: 1.8;
    font-size: 18px;
    color: #fff;
  }
  
  .fileds_departement ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .fileds_departement ul li {
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: white;
    box-shadow: 2px 1px 10px 1px #dedede;
    border-radius: 12px;
    border: 1px solid #dedede;
    font-size: 17px;
    font-weight: 600;
  }
  
  .fileds_departement ul li:hover {
    box-shadow: 2px 5px 21px 1px #dedede;
    border-color: #86ae7c;
    /* border-image: linear-gradient(to right, #4f914ab0 22%, #c0332aab 46%) 1;  */
    background-image: linear-gradient(to right, #4f914ab0 22%, #c0332aab 46%);
    /* 
    border-width: 4px; */
  }
  
  .design_section_2 p {
    font-weight: 600;
    color: white;
    margin-bottom: 0px;
  }
  
  .ourvalues h3 {
    /* font-size: 30px; */
    font-weight: 500;
  }
  
  
  /* .ourvalues p {
  line-height: 1.8;
  font-size: 16px;
  color: #788094; */
  
  .ourvalues p {
    line-height: 1.5;
    font-size: 16px;
    color: #818181;
    font-weight: 400;
  }
  
  .contain_design {
    position: relative;
  }
  
  .contain_design_2 img {
    position: absolute;
    /* height: 338px;
    width: 187px;
    left: -20px; */
    z-index: 99;
  }
  
  .item img {}
  
  
  /* .owl-item.first-active > div:after {
    content: 'first active';
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
  }
   */
  
  
  /* Any specific styling for the first active item */
  
  .first-active {
    filter: hue-rotate(165deg);
  }
  
  /* .owl-item.first-active img {
    border: none;
    box-shadow: none;
  }
  
  .owl-item img {
    border: 1px solid #dedede;
    box-shadow: 1px 1px 1px 1px #dedede;
    border-radius: 10px;
  } */
  
  .growth_planning .pr_1 {
    top: 100px;
  }
  
  .growth_planning .pr_2 {
    top: 80px;
  }
  
  .growth_planning .pr_3 {
    top: 60px;
  }
  
  .growth_planning .pr_4 {
    top: 40px;
  }
  
  .growth_planning .pr_5 {
    top: 20px;
  }
  
  .growth_planning .pr_6 {
    top: 0px;
  }
  
  
  /* .growth_planning .pr{
    background: white;
    border: 1px solid #dedede;
    box-shadow: 1px 1px 1px 1px #dedede;
    border-radius: 10px;
    text-align: center;
    padding: 15px 5px;
    height: 100%;
  } */
  
  .growth_planning .pr {
    position: relative;
    text-align: center;
    height: 100%;
  }
  
  .growth_planning .desgin_box {
    /* background: white; */
    background: #f4f4f4;
    border: 1px solid #dedede;
    box-shadow: 1px 1px 1px 1px #dedede;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* border-radius: 10px; */
    text-align: center;
    padding: 15px 5px;
    height: 100%;
  }
  
  .years-heading {
    font-size: 18px;
    font-weight: 600;
    border: 16px solid #bd5d54;
    border-right: 7px solid transparent;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  
  .growth_planning p {
    font-size: 16px;
  }
  
  .growth_planning p {
    font-size: 13px;
    margin-top: 10px;
  }
  
  .growth_planning {
    background-image: url(./images/map_01.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
  }
  
  .growth_design_content h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
  }
  
  .growth_design_content p {
    text-align: center;
    line-height: 1.8;
    font-size: 18px;
    color: #7f7f7f;
    padding: 0px 50px;
    margin-bottom: 17px;
  }
  
  /* .owl-nav {
    display: none;
  }
  
  .owl-dots {
    display: none;
  } */
  
  li.nav-item.signin .nav-link {}
  
  button.SINGIN {
    BACKGROUND: WHITE;
    /* BORDER: RED; */
    BORDER: 1PX SOLID #c1322b;
    PADDING: 6PX 8PX;
    BORDER-RADIUS: 5PX;
    COLOR: #c0332b;
  }
  
  li .mega-menu {
    display: none;
    position: absolute;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background-color: white;
    border-radius: 5px;
    width: 18rem;
    border-top: 2px solid #8d6f64;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  
  .mega-menu li:hover a {
    color: #8D6F64;
  }
  
  li.nav-item:hover .mega-menu {
    display: block;
  }
  
  .hero_2 h1 {
    font-size: 2.9rem;
    margin: 0;
    color: #787777;
    line-height: 73px;
  }
  
  .h-20px {
    height: 20px !important;
  }
  
  .end-0 {
    right: 0 !important;
  }
  
  .h-30px {
    height: 30px !important;
  }
  
  .bg_cl_left {
    left: 136px;
  }
  
  .fa-headset:before {
    content: "\f590";
    color: #c1322b;
  }
  
  
  /* .dropdown {
  position: relative;
  display: inline-block;
  } */
  
  
  /* .mega-menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  }
  li.nav-item:hover .mega-menu{
  display: block;
  } */
  
  .mega-menu ul {
    list-style: none;
    padding-left: 0px;
    padding: 8px 10px;
  }
  
  .leadership_content h3 {
    font-size: 2.3rem;
  }
  
  .leadership_content p {
    line-height: 1.8;
    font-size: 18px;
    color: #7f7f7f;
  }
  
  .consultant-detail-box {
    position: relative;
    cursor: pointer;
  }
  
  .consultant-detail {
    background: rgba(30, 43, 54, 0.56);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
  }
  
  .consultant-btn-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  
  .consultant-detail .job-title-txt {
    padding: 0px 0px 0px 20px;
    margin: 0px;
  }
  
  .job-title-txt {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.08px;
    color: #1E2B36;
    margin: 0px 0px 38px;
  }
  
  .consultant-detail .job-title-txt,
  .consultant-detail .location-txt {
    color: #fff;
  }
  
  .consultant-detail .job-title-txt.location-txt {
    padding: 10px 0px 15px 20px;
  }
  
  .consultant-detail .job-title-txt,
  .consultant-detail .location-txt {
    color: #fff;
  }
  
  .divided-btn {
    width: 50%;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
    outline: none;
    display: grid;
    border: 0;
  }
  
  .pink-bg {
    background: #bf332b;
  }
  
  .blue-bg {
    background: #dba32a;
  }
  
  .consultant-photo {
    position: relative;
    text-align: center;
    display: block;
    vertical-align: baseline;
  }
  
  .cms-cont-pad img[style] {
    height: auto !important;
  }
  
  .consultant-detail-box:hover .consultant-detail {
    display: block;
  }
  
  .mega-menu ul li {
    background: white;
    color: black;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
    padding-bottom: 6px;
    cursor: pointer;
    border-bottom: 1px solid #dedede;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .mega-menu ul li:last-child {
    border-bottom: 0px;
  }
  
  .mega-menu ul li:hover {
    /* background: #bbd8ff66; */
    color: white;
    border-radius: 3px;
    text-decoration: none;
    transition: .5s ease-in-out;
    /* border: 1px solid #bbd8ff;
  color: #4575b7; */
    /* background: black;
  color: white;
  border-radius: 5px;
  text-decoration: none; */
  }
  
  li a {
    color: black;
    text-decoration: none;
    padding: 3px 20px;
  }
  
  
  /* li a:hover{
  color: white;
  text-decoration: none;
  } */
  
  .life_content h3 {
    font-size: 1.7rem;
  }
  
  .life_content p {
    line-height: 1.8;
    font-size: 18px;
    color: #7f7f7f;
  }
  
  .life_pictures h3 {
    font-size: 1.7rem;
  }
  
  .life_pictures p {
    line-height: 1.8;
    font-size: 18px;
    color: #7f7f7f;
  }
  
  .counter {
    /* width: 100px;
  height: 100px; */
    /* background: rgb(25, 0, 255);
  border-radius: 50%;
  border: 2px solid rgb(96, 231, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  font-family: verdana;
  float: left;
  margin: 30px;
  text-shadow: 1px 1px black;
  box-shadow: 0px 0px 72px -9px rgba(26, 53, 255, 0.75); */
  }
  
  /* .color_yellow {
    color: #dba32b;
  }
   */
  .pre-footer {
    background: #ffffff;
    padding: 1px 26px;
    border-radius: 73px;
    /*border: 1px solid;
    */
    box-shadow: 1px 1px 58px 1px #dedede;
    -webkit-border-radius: 73px;
    -moz-border-radius: 73px;
    -ms-border-radius: 73px;
    -o-border-radius: 73px;
    height: 139px;
  }
  
  .pre-footer:hover {
    background: #ea7676;
  }
  
  .pre-footer:hover p {
    color: white;
  }
  
  nav.navbar.navbar-expand-lg.bg-body-tertiary {
    /* position: fixed;
  width: 100%;
  background-color: white;
  z-index: 999; */
  }
  
  
  .fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #f5f5f5;
  }
  
  nav.navbar.navbar-expand-lg.bg-body-tertiary.bg_custom_3 {
    position: relative;
    width: 100%;
    background-color: #4575b7;
    z-index: 999;
  }
  
  .padding-top {
    padding-top: 90px;
  }
  
  
  /* bbb */
  
  
  /* #frame {
  display: flex;
  flex-flow: column wrap;
  justify-content: start;
  align-content: center;
  }
  #side-nav {
  position: fixed;
  width: 90px;
  height: 100%;
  padding: 16px 0 0 0;
  background: #352f44;
  color: #faf0e6;
  font-size: 24px;
  display: flex;
  flex-flow: column wrap;
  justify-content: start;
  align-content: center;
  }
  #side-nav a {
  font-size: 18px;
  text-decoration: none;
  margin: 16px 0;
  color: #b9b4c7;
  transition: all 0.4s linear;
  }
  #side-nav a:hover {
  font-size: 20px;
  font-weight: 600;
  color: #cbe4de;
  }
  #side-nav a:active {
  font-size: 18px;
  color: #faf0e6;
  }
  #hover {
  width: 55vw;
  height: 400px;
  padding: 16px;
  margin: 16px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-content: center;
  border-radius: 10px;
  }
  .gallery {
  display: flex;
  justify-content: end;
  align-content: center;
  }
  .photo {
  width: 100px;
  height: 300px;
  border-radius: 16px;
  margin: 8px;
  overflow: hidden;
  transition: all 0.5s linear;
  }
  .photo:hover {
  cursor: pointer;
  transition: all 0.5s linear;
  width: 720px;
  height: 500px;
  }
  .photo img {
  width: 600px;
  height: 271px;
  }
  #compare {
  width: 80vw;
  height: 500px;
  padding: 16px;
  margin: 16px 16px 16px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  border: 1px solid #352f44;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0 #5c5470;
  }
  .img-comp-container {
  position: relative;
  height: 300px;
  }
  .img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  }
  .img-comp-img img {
  display: block;
  }
  .img-comp-slider {
  position: absolute;
  z-index: 2;
  cursor: ew-resize;
  width: 40px;
  height: 40px;
  background-color: #000;
  opacity: 0.6;
  border-radius: 50%;
  }
  .gray {
  filter: grayscale(100%);
  }
  #slide1 {
  width: 80vw;
  height: 500px;
  padding: 16px;
  margin: 16px 16px 16px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  border: 1px solid #352f44;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0 #5c5470;
  }
  .manuel-slide {
  max-width: 80vw;
  position: relative;
  margin: auto;
  }
  .slider {
  display: none;
  }
  .sliderImg {
  vertical-align: middle;
  width: 700px;
  height: 400px;
  }
  .prev,
  .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  }
  .next {
  right: 0;
  border-radius: 3px 0 0 3px;
  }
  .prev:hover,
  .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  }
  .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  }
  .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  }
  .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  }
  .active,
  .dot:hover {
  background-color: #717171;
  }
  .fade {
  animation-name: fade;
  animation-duration: 1.5s;
  }
  @keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
  } */
  
  @media only screen and (max-width: 1300px) {
    .card-list {
        /* overflow-x: scroll; */
        overflow-x: hidden;
    }
  }
  
  .card.card1 {
    /* background: linear-gradient(45deg, #4119a5, #4e29ab); */
    background: #81b484;
    
  }
  
  .font_size_design {
    font-size: 25px;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: center;
  }
  
  .core-values .card-list header {
    z-index: 0;
  }
  
  .core-values .card-header {
    /* margin-bottom: auto; */
    background: transparent !important;
    box-shadow: none;
    border: none;
    outline: none;
    padding-bottom: 0;
    padding: 20px 0;
  }
  
  .card-header:first-child {
    border-radius: 5px;
  }
  
  @media only screen and (max-width: 1300px) {
    .core-values .card-header h3 {
        font-size: 16px;
        font-weight: 400;
    }
  }
  
  .core-values .card-author {
    position: relative;
    display: grid;
    grid-template-columns: 75px 1fr;
    align-items: center;
    margin: 1.5rem 0 0;
  }
  
  .core-values .card:hover~.card {
    transform: translateX(130px);
  }
  
  .core-values .card:hover {
    transform: translateY(-1rem);
  }
  
  .core-values .card:not(:first-child) {
    margin-left: -130px;
  }
  
  .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  }
  
  .card-header {
    background-color: #214295;
    padding: 30px 20px;
    position: relative;
  }
  
  .card.card2 {
    /* background: linear-gradient(45deg, #4119a5, #4e29ab); */
    /* background: #4119a5; */
    background: #038caf;

        /* rgb(58 171 48) */
  }
  
  .card.card3 {
    background: #a29cd3;
    /* background: linear-gradient(45deg, #4119a5, #4e29ab); */
    /* background: #4119a5; */
        /* rgb(56 132 229) */
  }
  
  .card.card4 {
    background: #b25e5d;;
    /* background: linear-gradient(45deg, #4119a5, #4e29ab); */
    /* background: #4119a5; */
        /* rgb(235 161 12) */
  }
  
  .card.card5 {
    background: #af9703;
    /* background: linear-gradient(45deg, #4119a5, #4e29ab); */
    /* background: #4119a5; */
  
  }
  
  .card-list header h3 {
    color: white;
  }
  
  
  /* gwoth */
  
  @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200&display=swap");
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
  }
  
  .road-map-main {
    margin: 50px 0 51px;
  }
  
  .road-map-main .road-map-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 175px;
  }
  
  @media (max-width: 991px) {
    .road-map-main .road-map-wrapper {
        margin-bottom: 25px;
        height: auto;
        display: block;
    }
  }
  
  .road-map-main .road-map-wrapper::before {
    content: "";
    width: 100%;
    clear: both;
    display: block;
  }
  
  .road-map-main .road-map-wrapper::after {
    content: "";
    width: 100%;
    clear: both;
    display: block;
  }
  
  .road-map-main .road-map-wrapper .road-map-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #4575b7;
    border-right-color: #4575b7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  
  @media (max-width: 992px) {
    .road-map-main .road-map-wrapper .road-map-circle {
        position: unset;
        border: 25px solid #7a7bd7;
    }
  }
  
  .road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #C0332B;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
    box-shadow: 0px 0px 10px 5px #00000021;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
  
  .road-map-main .road-map-wrapper .road-map-card {
    width: 35%;
    background: #4575b7;
    padding: 20px 20px;
    z-index: 1;
    position: absolute;
    right: 0;
    border-radius: 5px;
  }
  
  .road-map-main .road-map-wrapper .road-map-card::before {
    content: "";
    width: 25%;
    height: 20px;
    background: #4575b7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -23%;
    z-index: -1;
  }
  
  @media (max-width: 991px) {
    .road-map-main .road-map-wrapper .road-map-card {
        width: 100%;
        margin-top: 30px;
        position: unset;
    }
    .road-map-main .road-map-wrapper .road-map-card::before {
        content: "";
        width: 20px;
        height: 30%;
        top: 50%;
        transform: translateX(-50%);
        left: 50%;
    }
  }
  
  @media (max-width: 425px) {
    .road-map-main .road-map-wrapper .road-map-card {
        top: 45%;
    }
  }
  
  .road-map-main .road-map-wrapper .road-map-card .card-head {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #fff;
  }
  
  .road-map-main .road-map-wrapper .road-map-card .card-text {
    color: #fff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  @media (max-width: 1199px) {
    .road-map-main .road-map-wrapper .road-map-card .card-text {
        -webkit-line-clamp: 4;
    }
  }
  
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
    border-bottom-color: #4575b7;
    border-left-color: #4575b7;
    border-top-color: transparent;
    border-right-color: transparent;
  }
  
  @media (max-width: 991px) {
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
        border-color: #7a7bd7;
    }
  }
  
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card {
    left: 0;
  }
  
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    right: -23%;
    left: unset;
  }
  
  @media (max-width: 991px) {
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
        content: "";
        width: 20px;
        height: 30%;
        top: 50%;
        transform: translateX(-50%);
        left: 50%;
    }
  }
  
  @media (max-width: 425px) {
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
        top: 45%;
    }
  }
  
  .gowthstrategy h3 {
    font-size: 30px;
    font-weight: 600;
    color: #7f7f7f;
  }
  
  .gowthstrategy p {
    line-height: 1.8;
    font-size: 18px;
    color: #9b9999;
  }
  
  
  /* .bg-90{
  background: #d1d1d142;
  
  } */
  
  .color_work {
    bottom: -30px;
    left: 0;
  }
  
  .color_work svg path {
    fill: #fff;
  }
  
  .color_green {}
  
  .different_color_1 {
    background-color: #c0332a;
  }
  
  
  /* .gowthstrategy_2_bg{
  background-image: linear-gradient( #4f914ab0, #c0332aab);
  } */
  
  .gowthstrategy_2_bg {
    background-image: linear-gradient(#4575b730, #ffffff);
    background-image: url('./images/background.png');
    background-size: contain;
    background-position: center;
  }
  
  .bg_solid_constant {
    background-color: white;
    /* margin-right: 20px; */
    margin-bottom: 20px;
    padding: 10px 20px;
    background: white;
    box-shadow: 2px 1px 10px 1px #dedede;
    border-radius: 12px;
    border: 1px solid #dedede;
    font-size: 15px;
    font-weight: 600;
  }
  
  .img_send_3 svg path {
    fill: #c0332a;
  }
  
  .img_send_3 .postion_custom {
    bottom: 0;
    top: 0;
    /* right: 0px; */
    left: 83px;
  }
  
  .fill-warning {
    fill: #dba32a !important;
  }
  
  .opacity-2 {
    opacity: 0.2 !important;
  }
  
  .z-index-1 {
    z-index: 9;
  }
  
  .card_design_custom {
    /* background: white; */
    background: #eee8e8;
    border: 1px solid #dedede;
    padding: 10px;
    border-radius: 6px;
    height: 100%;
  }
  
  .card_design_custom h3 {
    font-size: 20px;
    color: #c1322c;
  }
  
  .card_design_custom p {
    line-height: 1.8;
    font-size: 15px;
    color: #7f7f7f;
    margin-bottom: 30px;
  }
  
  .core_values_2 .pso_custom {
    top: 0;
    bottom: 0;
    right: 0;
  }
  
  .core_values_2 {
    background: #c1322c;
    padding: 29px 0px 100px;
  }
  
  .custom_Points_22 {
    margin-top: 190px;
  }
  
  .card_design_custom i {
    font-size: 24px;
    background: white;
    padding: 0px;
    margin-bottom: 8px;
    border-radius: 62px;
    height: 46px;
    width: 46px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4575b7;
    box-shadow: 1px 1px 1px 1px;
  }
  
  
  /* .core_values_2 p {
  line-height: 1.8;
  font-size: 15px;
  color: #7f7f7f;
  margin-bottom: 30px;
  } */
  
  .tp-cta-4-bg {
    padding: 50px 0;
    position: relative;
  }
  
  .purple-bg {
    background-color: #6C68D4;
  }
  
  .border-radius_20 {
    border-radius: 20px;
  }
  
  .border-bottom-right-radius_20 {
    border-bottom-right-radius: 20px;
  }
  
  .border-bottom-left-radius_20 {
    border-bottom-left-radius: 20px;
  }
  
  .border-top-left-radius_20 {
    border-top-left-radius: 20px;
  }
  
  .border-top-right-radius_20 {
    border-top-right-radius: 20px;
  }
  
  .border_1 {
    border-width: 2px;
    border-style: solid;
    border-color: #4f914a;
    border-right: 0;
    border-bottom: 0;
  }
  
  .border_2 {
    border-width: 2px;
    border-style: solid;
    border-color: #4f914a;
    border-bottom: 0;
  }
  
  .border_3 {
    border-width: 2px;
    border-style: solid;
    border-right: 0;
    border-color: #4f914a;
  }
  
  .border_4 {
    border-width: 2px;
    border-style: solid;
    border-color: #4f914a;
  }
  
  .bg_color_custom_counter {
    background-image: url('./images/Hexagon_2.svg');
    background-size: cover;
    background-position-x: right 20px;
    background-position-y: bottom 10px;
  }
  
  .fs_18 {
    font-size: 18px;
  }
  
  .fs_20 {
    font-size: 20px;
  }
  
  .fs_42_counter {
    font-size: 42px;
    margin: auto;
    color: #787777;
    font-weight: 600;
  }
  
  .position_corevalues {
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    text-align: center;
  }
  
  .position_corevalues .ourrr {
    font-size: 1.4rem;
    color: #062469;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-weight: 500;
    margin-top: 15px;
  }
  
  .gemini {
    /* animation: rotate; */
    /* -webkit-animation: line 8s infinite cubic-bezier(.2, .69, 1, 1); */
    animation: rotate 2s linear infinite;
  }
  
  
  /* .gemini svg path{
  stroke:#4575b7;
  } */
  
  @keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
  }
  
  .common_desgin_line {
    height: 3px;
    width: 32px;
    background: linear-gradient(304deg, #b8362e, #4575b7);
    border-radius: 145px;
  }
  
  .ourvalues {
    /* background-image: url('./images/Wave_5.svg'); */
    /* background-size: cover; */
    background-image: url('./images/Wave@1x-10.0s-1280px-568px.svg');
  }
  
  .design_section_3_theme h2 {
    color: white;
  }
  
  
  /* section container_2 */
  
  .main-container {
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 560px;
    overflow: hidden;
  }
  
  .main {
    margin: 0px auto;
    width: 480px;
    height: 480px;
    position: relative;
  }
  
  .big-circle {
    height: 100%;
    width: 100%;
    position: relative;
    border: 3px solid #6495f2;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
  }
  
  .icon-block {
    width: 64px;
    height: 64px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    -webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    box-shadow: 0 2px 4px 0 #3e5ada;
    -webkit-box-shadow: 0 2px 4px 0 #3e5ada;
  }
  
  .icon-block img {
    margin: 0px auto;
    width: 86%;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
  }
  
  
  /* .icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  }
  .icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  }
  .icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  }
  .icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  }
  .icon-block:nth-child(5) {
  top: 5%;
  left: 31%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  }
  .icon-block:nth-child(6) {
  top: 93%;
  left: 75%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  
  }
  */
  
  .icon-block:nth-child(1) {
    transform: rotate(0deg) translate(240px) rotate(0deg);
  }
  
  .icon-block:nth-child(2) {
    transform: rotate(60deg) translate(240px) rotate(-60deg);
  }
  
  .icon-block:nth-child(3) {
    transform: rotate(120deg) translate(240px) rotate(-120deg);
  }
  
  .icon-block:nth-child(4) {
    transform: rotate(180deg) translate(240px) rotate(-180deg);
  }
  
  .icon-block:nth-child(5) {
    transform: rotate(240deg) translate(240px) rotate(-240deg);
  }
  
  .icon-block:nth-child(6) {
    transform: rotate(300deg) translate(240px) rotate(-300deg);
  }
  
  
  /* circle content */
  
  
  /* .circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 75%;
  height: 75%;
  border: 3px solid #6495f2;
  border-radius: 50%;
  } */
  
  .circle .icon-block img {
    animation: img-rotate 20s linear infinite;
    -webkit-animation: img-rotate 20s linear infinite;
  }
  
  
  /* center logo */
  
  .center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  
  .center-logo img {
    max-width: 200px;
  }
  
  
  /* keyframe animation */
  
  @keyframes Rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes Rotate-reverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
  }
  
  @-webkit-keyframes Rotate-reverse {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
  }
  
  @keyframes circle-rotate {
    from {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(405deg);
    }
  }
  
  @-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
  }
  
  @keyframes img-rotate {
    from {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(-405deg);
    }
  }
  
  @-webkit-keyframes img-rotate {
    from {
        -webkit-transform: rotate(-45deg);
    }
    to {
        -webkit-transform: rotate(-405deg);
    }
  }
  
  .hover_content {
    background: white;
    padding: 14px 50px;
    color: red;
    display: none;
  }
  
  .two011_hover {
    position: relative;
  }
  
  .two011_hover:hover .hover_content {
    display: block!important;
    position: absolute;
    left: 71px;
    width: 210px;
  }
  
  .cirlce_animation {
    width: 300px;
    height: 300px;
    background-color: #686868;
    border-radius: 50%;
    position: relative;
  }
  
  .circle_animat_2 {
    position: absolute;
    right: -68px;
    width: 305px;
    height: 305px;
    background-color: transparent;
    color: red;
    border-radius: 100%;
    border: 3px solid #000000;
    z-index: -19;
    /* position: absolute;
  right: -68px;
  width: 308px;
  height: 308px;
  background-color: transparent;
  color: red;
  border-radius: 100%;
  border: 10px solid red;
  border: 10px solid red;
  z-index: -19; */
  }
  
  
  /* .cirlce_animation::before{
  content: '';
  
  } */
  
  .HR_LOGO {
    position: absolute;
    top: 50%;
    bottom: 50%;
    WIDTH: 100%;
    DISPLAY: flex;
    ALIGN-ITEMS: center;
    JUSTIFY-CONTENT: center;
    COLOR: WHITE;
    FONT-SIZE: 24PX;
    FONT-WEIGHT: 600;
  }
  
  .social_media_logo_icon {
    padding: 10px;
    background: red;
    margin: 5px;
    border-radius: 10px;
  }
  
  
  /* .social_media_logo_icon{
  width: 25px;
  height: 25px;
  } */
  
  .social_media_logo_icon svg {
    width: 25px;
    height: 25px;
    fill: white;
  }
  
  .insta_color {
    background-color: #d4002b;
  }
  
  .face_color {
    background-color: #3b5998;
  }
  
  .twitte_color {
    background-color: #ffffff;
  }
  
  .linkedin_color {
    background-color: #0077b5;
  }
  
  .border_right {
    border-right: 4px solid white;
    position: relative;
  }
  
  section.py-5.bg-90.rounded {
    background-image: url('./images/digital-marketing-agency-arc-stroke-white-grad-1.svg');
    background-size: contain;
    background-position: right;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
  }
  
  .position_setting {
    position: absolute;
    top: 24px;
    bottom: 0;
    right: 46px;
    opacity: 0.2;
  }
  
  .position_setting svg path {
    stroke: #4f914a;
  }
  
  .position_setting svg {
    animation: rotate 2s linear infinite;
  }
  
  
  /* .design_section_3_theme */
  
  .border_right::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 15px;
    background: #c0332b;
    top: 0%;
    right: -3px;
    margin: auto;
    -webkit-animation: line 8s infinite cubic-bezier(.2, .69, 1, 1);
    animation: line 8s infinite cubic-bezier(.2, .69, 1, 1);
  }
  
  @keyframes line {
    0% {
        top: 0%;
    }
    100% {
        top: 95%;
    }
  }
  
  
  /* .circle_animat_2{
  width: 320px;
  height: 320px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  border: 2px solid red ;
  } */
  
  .color_green {
    color: #fff;
  }
  
  .expertise_stripe_section {
    /* background-image: url('./images/join-our-team_hero_image.jpg'); */
    background-image: url('./images/about-va.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 500px; */
    width: 100%;
    position: relative;
  }
  
  .jobs_stripe_section {
    /* background-image: url('./images/mission-values_hero_image.jpg'); */
    background-image: url('./images/people-meeting-seminar-office-concept.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 500px; */
    width: 100%;
    position: relative;
  }
  
  .founder_stripe_section {
    background-image: url('./images/image2.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
  height: 600px;
  }
  .corporate_stripe_section.weeding_events{
    background-image: url('./images/wedding-website/Venue-Decor.png');
  }
  .corporate_stripe_section.other-events{
    background-image: url('./images/wedding-website/other-banner.png');

  }
  .corporate_stripe_section {
    background-image: url('./images/wedding-website/corportate-eventss.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 500px;
  }
  
  .corporate_stripe_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2f2b2400;
        opacity: 0.8;
  }
  
  .founder_stripe_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
  }
  
  .jobs_stripe_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4f914a;
    opacity: 0.7;
  }
  
  .expertise_stripe_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c0332a;
    opacity: 0.6;
  }
  
  .founder_stripe_section .section-inner-wrap {
    padding-top: 250px;
    padding-bottom: 156px;
    position: relative;
  }
  
  .corporate_stripe_section .section-inner-wrap .headline {
    text-align: center;
    text-transform: uppercase;
  }
  
  .founder_stripe_section .section-inner-wrap .headline {
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    color: white;
  }
  
  .corporate_stripe_section .section-inner-wrap {
    /* padding-top: 251px;
    padding-bottom: 260px; */
    position: relative;
  }
  .corporate_stripe_section .section-inner-wrap #headline{
  position: absolute;
  top: 60%;
  text-align: center;
  left: 0px;
  right: 0px;
}
  
  .jobs_stripe_section .section-inner-wrap {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 10;
  }
  
  .expertise_stripe_section .section-inner-wrap {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 0;
  }
  
  .founder_stripe_section .section-inner-wrap .headline {
    text-align: center;
    text-transform: uppercase;
  }
  
  .corporate_stripe_section .section-inner-wrap .headline {
    text-align: center;
    text-transform: uppercase;
  }
  
  .jobs_stripe_section .section-inner-wrap .headline {
    text-align: center;
    text-transform: uppercase;
  }
  
  .expertise_stripe_section .section-inner-wrap .headline {
    text-align: center;
    text-transform: uppercase;
  }
  
  
  /* 
  .founder_stripe_section .section-inner-wrap h1{
  color: white;
  } */
  
  .founder_stripe_section .section-inner-wrap h1 {
    color: #818181;
  }
  
  .jobs_stripe_section .section-inner-wrap h1 {
    color: white;
  }
  
  .corporate_stripe_section .section-inner-wrap h1 {
    color: white;
  }
  
  .expertise_stripe_section .section-inner-wrap h1 {
    color: white;
  }
  
  .grid-section_departement {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 10 columns */
    grid-template-rows: repeat(2, 100px);
    /* 2 rows */
    gap: 50px;
    /* Optional: space between the grid items */
  }
  
  .d_block_parent {
    justify-content: center;
    flex-direction: column;
    display: flex;
    text-align: left;
    align-items: center;
    background: rgb(255 255 255);
    padding: 20px;
    border-radius: 100px;
    margin-bottom: 10px;
  }
  
  .d_block_parent img {
    width: 60px;
  }
  
  .hr-text-block {
    font-size: 15px;
    font-weight: 600;
    color: #90b78d;
  }
  
  .grid-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .text_fr_color {
    color: #c1322ab3;
  }
  
  .text_scn_color {
    color: #4f914a82;
  }
  
  .text_thrd_color {
    color: #4575b7c4;
  }
  
  .text_frth_color {
    color: #dba32aa3;
  }
  
  .text_fvth_color {
    color: #a1232e;
  }
  
  .faq_expertise {
    background-color: #f5f5f5;
  }
  
  .faq_expertise .accordion-button:not(.collapsed) {
    color: #4575b7;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-size: 18px;
    font-weight: 500;
  }
  
  .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
  }
  
  .accordion-button {
    font-size: 18px;
    font-weight: 500;
    color: #818181;
  }
  
  .job-feature {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
    box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
    border-radius: 20px;
    padding: 30px;
    text-align: left;
  }
  
  .job-feature .icon-wrap {
    font-size: 35px;
    font-weight: 600;
    color: #818181;
  }
  
  .job-feature .box-title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  
  .job-feature .box-title a {
    color: #818181;
    text-decoration: none;
  }
  
  .job-feature .box-text a {
    text-decoration: none;
  }
  
  .job-feature .imagewrap {
    border: 1px solid #E7E7F1;
    border-radius: 8px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .job-feature .imagewrap img {
    overflow: hidden;
    width: 36px;
  }
  
  h4 {
    color: #818181;
  }
  
  .posted_date {
    font-size: 11px;
    font-weight: 600;
    color: #7b7b7b;
  }
  
  .fs_14 {
    font-size: 14px;
  }
  
  .company_name {
    font-size: 12px;
    font-weight: 500;
    color: #818181;
  }
  
  .industry {
    font-size: 12px;
    font-weight: 500;
    color: #818181;
  }
  
  .darK_version {
    color: #505050;
    font-weight: 600;
  }
  
  .location {
    color: #818181;
    font-size: 12px;
  }
  
  .job_type ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 2px;
    margin-top: 2px;
  }
  
  .job_type ul li {
    color: grey;
    padding: 4px;
    margin: 2px;
    font-size: 12px;
    background-color: #eaeaea;
    border-radius: 5px;
  }
  
  .form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
  }
  
  
  /* .select2-container--default.select2-container--focus .select2-selection--multiple{
  text-align: left;
  } */
  
  .select2-container {
    width: 100% !important;
    /* Ensure Select2 container always takes 100% width */
  }
  
  .select2-container--default .select2-selection--single {
    text-align: left;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #818181;
    line-height: 28px;
  }
  
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    user-select: none;
    -webkit-user-select: none;
    padding: 3px;
  }
  
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 0px;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
  }
  
  .view_all {
    color: #818181;
  }
  
  .bd-sidebar {
    grid-area: sidebar;
  }
  
  .bd-main {
    grid-area: main;
  }
  
  @media (min-width: 992px) {
    .bd-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 5rem;
        display: block !important;
        /* height: calc(100vh - 6rem); */
        height: 100vh;
        padding-left: .25rem;
        margin-left: -.25rem;
        overflow-y: hidden;
    }
  }
  
  @media (min-width: 992px) {
    .bd-main {
        grid-template-areas: "intro toc" "content toc";
        grid-template-rows: auto 1fr;
        grid-template-columns: 4fr 1fr;
    }
  }
  
  @media (min-width: 992px) {
    .bd-layout {
        display: grid;
        grid-template-areas: "sidebar main";
        grid-template-columns: 4fr 5fr;
        gap: 1.5rem;
    }
  }
  
  .bd-layout {
    display: grid;
    grid-template-areas: "sidebar main";
    grid-template-columns: 4fr 5fr;
    gap: 1.5rem;
  }
  
  
  /* .ceo_image{
  background-image: url('./images/ceo_image.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  } */
  
  
  /* .ml2 {
    font-weight: 900;
    font-size: 3.5em;
  }
  
  .ml2 .letter {
    display: inline-block;
    line-height: 1em;
  } */
  
  li.nav-item.signin {
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #dedede;
    color: white;
    border-color: #c0332b;
    border: 1px solid #c0332b;
  }
  
  li.nav-item.signin a {
    color: #c0332b;
  }
  
  .we_are_here {
    font-size: 18px;
    font-weight: 500;
    color: #4e914a;
    margin-bottom: 10px;
  }
  
  .contact_us_form {
    background-color: white;
    border-radius: 10px;
    border-bottom-right-radius: 143px;
  }
  
  .form_contact .form-control:focus {
    border: 0;
    box-shadow: none;
  }
  
  .form_contact .form-control {
    border-radius: 10px;
    background-color: #ecebeb;
    padding: 10px 20px;
  }
  
  .btn_submit,
  .btn_submit:hover,
  .btn_submit:focus {
    background-color: #c0332a;
    border: 0px;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0;
  }
  
  .process-box {
    /* max-width: 243px;
  text-align: center; */
    position: relative;
  }
  
  .process-box:after {
    /* content: url(data:image/svg+xml,<svg width="114" height="24" viewBox="0 0 114 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.568565 17.4547C14.2501 22.6995 29.7636 24.1449 44.2984 23.7434C59.1912 23.322 73.9255 20.5648 87.963 15.5726C91.7573 14.2342 95.493 12.7286 99.1702 11.0556C101.104 10.189 103.015 9.27555 104.902 8.31527C106.819 7.3416 108.967 6.49842 110.423 4.89236C110.764 4.54217 110.984 4.09127 111.05 3.6064C111.115 3.12152 111.023 2.62842 110.787 2.20004C110.55 1.77166 110.182 1.43076 109.737 1.22778C109.292 1.0248 108.793 0.970522 108.315 1.07297C105.082 1.75554 101.981 4.16462 99.0196 5.62011C95.7021 7.25125 92.3144 8.75693 88.8764 10.107C82.2655 12.6862 75.4667 14.7551 68.5397 16.2953C54.519 19.4574 40.1066 20.5213 25.7736 19.4522C17.3819 18.8048 9.27639 17.3644 1.01023 15.8838C0.80738 15.8331 0.592794 15.8625 0.41105 15.9659C0.229305 16.0693 0.0943765 16.2387 0.0342942 16.439C-0.025788 16.6392 -0.00641477 16.8549 0.0884075 17.0413C0.18323 17.2277 0.346213 17.3703 0.543477 17.4396L0.568565 17.4547Z" fill="%23D8DDE1"/><path d="M97.78 2.8843C100.184 3.7074 102.799 3.84793 105.308 4.18921C106.468 4.34982 107.627 4.51042 108.786 4.66099C109.219 4.7682 109.661 4.82877 110.106 4.84167C110.337 4.84167 111.025 5.15786 110.408 4.81156C110.096 4.2394 109.785 3.66725 109.469 3.09509C109.499 3.73249 107.637 5.38873 107.226 5.88059L105.007 8.57575C103.757 10.0814 102.111 11.3361 102.237 13.409C102.236 13.6028 102.279 13.7944 102.362 13.9695C102.445 14.1446 102.567 14.2988 102.718 14.4207C102.868 14.5425 103.045 14.629 103.233 14.6737C103.422 14.7184 103.618 14.7201 103.808 14.6787C105.85 14.4027 106.819 12.5005 108.034 10.9949C109.248 9.48919 110.573 7.91325 111.838 6.36742C113.103 4.82159 114.483 2.13146 111.702 1.20296C109.896 0.600686 107.612 0.615743 105.735 0.435062C103.11 0.189135 100.47 -0.192302 97.8402 0.113852C96.3345 0.294533 96.5553 2.46773 97.7699 2.8843H97.78Z" fill="%23D8DDE1"/></svg>); */
    content: '';
    /* content: url('./images/download_right_icon.svg'); */
    /* background-image: url('./images/download_right_icon.svg'); */
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 0;
    width: 100px;
    height: 5px;
    /* background-color: red; */
    background-color: #4574b9;
  }
  
  .image_width_approach {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
  
  .process-box h4 {
    color: #ffffff;
  }
  
  .process-box p {
    color: #ffffff;
  }
  
  .image_width_approach img {
    border-radius: 50%;
  }
  
  .process-box {
    padding: 10px 10px;
    background: white;
    border-radius: 4px;
    height: 100%;
  }
  
  .process-box_2 {
    padding: 10px 10px;
    background: #c0332a;
    border-radius: 4px;
    height: 100%;
    z-index: 9;
    display: block;
    position: relative;
    height: 100%;
    box-shadow: 1px 1px 1px 1px #dedede;
  }
  
  .process-box_2 p {
    font-size: 16px;
    color: #ffffff;
  }
  
  .process-box_2 h4 {
    color: #ffffff;
  }
  
  @keyframes backgroundColorChange {
    100% {
        background-color: #c1f0be;
        /* Change to highlight color */
    }
  }
  
  .process-box {
    background-color: #c0332a;
    /* Initially transparent */
    animation: none;
    /* Default state */
    height: 100%;
    box-shadow: 1px 1px 1px 1px #dedede;
  }
  
  
  /* .process-box.one {
    animation: backgroundColorChange 2s linear forwards;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    
  } */
  
  
  /* .process-box.two {
    animation: backgroundColorChange 2s linear forwards;
    animation-delay: 2s;
    animation-fill-mode: forwards;
  } */
  
  
  /* .process-box.three {
    animation: backgroundColorChange 2s linear forwards;
    animation-delay: 4s;
    
    animation-fill-mode: forwards;
  } */
  
  
  /* .process-box.four {
    animation: backgroundColorChange 2s linear forwards;
    animation-delay: 6s;
     
    animation-fill-mode: forwards;
  } */
  
  
  /* .process-box_2.five {
    animation: backgroundColorChange 2s linear forwards;
    animation-delay: 8s;
    
    animation-fill-mode: forwards;
  } */
  
  
  /* .process-box {
    animation: loop 10s linear infinite;
  } */
  
  @keyframes loop {
    0% {
        background-color: #ff7b7b;
        /* Start with transparent */
    }
    100% {
        background-color: #ffff;
        /* Change to highlight color */
    }
  }
  
  
  /* .process-box {
  background-color: #fff; 
  animation: none; 
  }
  
  .process-box.one {
  animation: backgroundColorChange 2s linear forwards;
  }
  
  .process-box.two {
  animation: backgroundColorChange 2s linear forwards;
  animation-delay: 2s; 
  }
  
  .process-box.three {
  animation: backgroundColorChange 2s linear forwards;
  animation-delay: 4s;
  }
  
  .process-box.four {
  animation: backgroundColorChange 2s linear forwards;
  animation-delay: 6s; 
  }
  .process-box_2.five {
  animation: backgroundColorChange 2s linear forwards;
  animation-delay: 8s; 
  } */
  
  
  /* .process-box.one, .process-box.one:after {
  animation: backgroundChange 6s infinite;
  }
  
  .process-box.two, .process-box.two:after {
  animation: backgroundChange 6s infinite;
  animation-delay: 2s;
  }
  
  .process-box.three, .process-box.three:after {
  animation: backgroundChange 6s infinite;
  animation-delay: 4s;
  }
  
  
  @keyframes backgroundChange {
  0%, 33.33% {
    background-color: #69d661d4; 
  }
  33.34%, 100% {
    background-color: #ffff; 
  }
  } */
  
  span.text_handle {
    background-color: #e7dabd;
    transform: rotate(-5deg);
    display: inline-block;
    border-radius: 6px;
    font-weight: 500;
  }
  
  .process-box:hover,
  .process-box_2:hover {
    background-color: #4f9049;
    /* margin-top: -20px; */
    scale: 1.1;
    transition: .5s ease-in-out;
  }
  
  
  /* 
  .process-box.one, .process-box.one:after {
  animation: backgroundChange 2s infinite;
  }
  
  .process-box.two, .process-box.two:after {
  animation: backgroundChange 2s infinite;
  animation-delay: 2s; 
  }
  
  .process-box.three, .process-box.three:after {
  animation: backgroundChange 2s infinite;
  animation-delay: 4s; 
  }
  .process-box.four, .process-box.four:after {
  animation: backgroundChange 2s infinite;
  animation-delay: 6s;
  }
  .process-box.four, .process-box.four:after {
  animation: backgroundChange 2s infinite;
  animation-delay: 8s; 
  }
  .process-box_2.five{
  animation: backgroundChange 2s infinite;
  animation-delay: 10s; 
  }
  
  @keyframes backgroundChange {
  
  
  100% {
    background-color: #4f914a33; 
  }
  }  */
  
  
  /* .process-box p{
  font-size: 14px;
  } */
  
  .navbar-nav li a:hover {
    scale: 1.1;
    transition: .5s ease-in-out;
  }
  
  .mega-menu ul li:hover {
    padding-left: 10px;
  }
  
  .mega-menu ul li:hover a:before {
    font-family: 'Font Awesome 6 Free';
    /* Ensure this matches your version */
    content: "\e595";
    /* Use the Unicode for the icon */
    font-weight: 900;
    /* or 400 for regular */
    font-size: 14px;
    position: absolute;
    left: -5px;
    top: 4px;
  }
  
  .mega-menu ul li:hover a {
    position: relative;
  }
  
  .fs_12 {
    font-size: 12px;
  }
  
  .person__container {
    /* position: relative;
    margin-bottom: 25px;
    width: 260px;
    height: 260px;
    display: inline-block; */
    position: relative;
    margin-bottom: 25px;
    /* width: 260px; */
    height: 260px;
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .person__image {
    border-radius: 50%;
    margin: auto;
    width: 260px;
    height: 260px;
  }
  
  .person__name {
    font-weight: 700;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-size: 21px;
    color: #333;
  }
  
  .person__title {
    font-weight: 600;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    margin: 0;
  }
  
  .person__description {
    font-weight: 600;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-top: 10px;
    font-size: 16px;
    color: #999;
    margin-bottom: 25px;
  }
  
  .show_more {
    color: green;
    font-weight: 600;
  }
  
  .body_custom .container-one {
    position: relative;
  }
  
  
  /* .body_custom .container-one:before{
  content: '';
  position: absolute;
  width: 100%;
  background-color: red;
  height: 2px;
  } */
  
  
  /* .body_custom .dot:after{
  position: absolute;
  content: '';
  width: 10px;
  height: 100px;
  background-color: red;
  } */
  
  
  /* .dot.setstyle_1:after {
  content: '';
  position: absolute;
  width: 51px;
  left: 31px;
  height: 51px;
  background-color: red;
  top: 115px;
  } */
  
  .setstyle_1 .p {
    display: block;
    position: absolute;
    left: -145px;
    background-color: white;
    top: 238px;
    transform: rotate(100deg);
    width: 26rem;
    padding: 0px;
    border: 1px solid #dedede;
    border-radius: 45px;
  }
  
  
  /* .setstyle_1 p{
  display: none;
  } */
  
  
  /* .dot.setstyle_1:before {
  content: '';
  position: absolute;
  width: 31px;
  left: 31px;
  height: 11px;
  background-color: red;
  top: 115px;
  } */
  
  .dot.setstyle_1:before {
    content: '';
    position: absolute;
    left: 32px;
    height: 120px;
    top: 3px;
    background: #4a4a42;
    width: 1px;
    transform: rotate3d(1, 1, 1, 322deg);
  }
  
  .dot.setstyle_2:before {
    content: '';
    position: absolute;
    left: 36px;
    height: 120px;
    top: 6px;
    background: #4a4a42;
    width: 1px;
    transform: rotate3d(1, 1, 1, 322deg);
  }
  
  .dot.setstyle_3:before {
    content: '';
    position: absolute;
    left: 52px;
    height: 127px;
    top: -13px;
    background: #4a4a42;
    width: 1px;
    transform: rotate3d(1, 1, 1, 298deg);
  }
  
  .dot.setstyle_4:before {
    content: '';
    position: absolute;
    left: 55px;
    height: 120px;
    top: -37px;
    background: #4a4a42;
    width: 4px;
    transform: rotate3d(1, 1, 1, 268deg);
  }
  
  .dot.setstyle_5:before {
    content: '';
    position: absolute;
    left: 51px;
    height: 120px;
    top: -26px;
    background: #4a4a42;
    width: 2px;
    transform: rotate3d(1, 1, 1, 284deg);
  }
  
  .dot.setstyle_6:before {
    content: '';
    position: absolute;
    left: 53px;
    height: 120px;
    top: -19px;
    background: #4a4a42;
    width: 1px;
    transform: rotate3d(1, 1, 1, 290deg);
  }
  
  .dot.setstyle_2 .p {
    content: '';
    position: absolute;
    left: -89px;
    top: 236px;
    width: 26rem;
    transform: rotate(73deg);
    padding: 10px;
    border-radius: 45px;
  }
  
  .dot.setstyle_3 .p {
    content: '';
    position: absolute;
    left: 27px;
    top: 181px;
    width: 26rem;
    transform: rotate(44deg);
    /* background: white; */
    /* border: 1px solid #dedede; */
    /* padding: 10px; */
    border-radius: 10px;
  }
  
  .dot.setstyle_4 .p {
    content: '';
    position: absolute;
    left: 56px;
    top: 45px;
    width: 26rem;
    background: white;
    transform: rotate(17deg);
    border: 1px solid #dedede;
    /* padding: 10px; */
    border-radius: 45px;
  }
  
  .dot.setstyle_5 .p {
    content: '';
    position: absolute;
    left: 58px;
    top: -16px;
    width: 26rem;
    transform: rotate(-9deg);
  }
  
  .dot.setstyle_6 .p {
    content: '';
    position: absolute;
    left: 62px;
    top: -25px;
    width: 26rem;
    border-radius: 10px;
    transform: rotate(-32deg);
  }
  
  
  /* css by Vaibhav -----------------------------*/
  
  .years {
    background-color: #333333;
    /* align-items: center; */
    padding: 25px 16px;
    /* width: 44px; */
    /* height: 44px; */
    border-radius: 50%;
    margin: 0;
  }
  
  .dot .p:hover {
    scale: 1.05;
    transition: .5s ease-in-out;
  }
  
  .text-advr {
    padding-left: 5px;
    font-size: 14px;
    color: #000000;
  }
  
  .text-num1 {
    background-color: #b1d2ae;
    border-radius: 45px;
    width: 100%;
  }
  
  
  /* Animation keyframes for background color change */
  
  @keyframes backgroundColorChange {
    0% {
        background-color: #b1d2ae;
    }
    /* 50% { background-color: #ffeeee; } */
    100% {
        background-color: #ff9e9e;
    }
    /* Replace 'green' with your desired color */
  }
  
  
  /* Style and animation for .dot.setstyle_1:before */
  
  .dot.setstyle_1:before {
    background-color: #b1d2ae;
    animation: backgroundColorChange 2s forwards;
    /* 1-second background color animation */
  }
  
  
  /* Style and delayed animation for .setstyle_1 .p */
  
  .setstyle_1 .p .text-num1 {
    background-color: #b1d2ae;
    animation: backgroundColorChange 2s forwards 2s;
    /* 1-second delay for background color change */
  }
  
  
  /* .setstyle_1 .p .text-num1::before{
  width: 10px;
  height: 100px;
  background-color: red;
  content: '';
  position: absolute;
  } */
  
  .dot.setstyle_2:before {
    background-color: #b1d2ae;
    animation: backgroundColorChange 3s forwards;
    animation-delay: 3s;
    animation-fill-mode: forwards;
  }
  
  .setstyle_2 .p .text-num1 {
    background-color: #b1d2ae;
    animation: backgroundColorChange 3s forwards 2s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
  }
  
  .dot.setstyle_3:before {
    background-color: #b1d2ae;
    animation: backgroundColorChange 4s forwards;
    animation-delay: 5s;
    animation-fill-mode: forwards;
  }
  
  .setstyle_3 .p .text-num1 {
    background-color: #b1d2ae;
    animation: backgroundColorChange 4s forwards 2s;
    animation-delay: 5s;
    animation-fill-mode: forwards;
  }
  
  .dot.setstyle_4:before {
    background-color: #b1d2ae;
    animation: backgroundColorChange 5s forwards;
    animation-delay: 7s;
    animation-fill-mode: forwards;
  }
  
  .setstyle_4 .p .text-num1 {
    background-color: #b1d2ae;
    animation: backgroundColorChange 5s forwards 2s;
    animation-delay: 7s;
    animation-fill-mode: forwards;
  }
  
  .dot.setstyle_5:before {
    background-color: #b1d2ae;
    animation: backgroundColorChange 6s forwards;
    animation-delay: 9s;
    animation-fill-mode: forwards;
  }
  
  .setstyle_5 .p .text-num1 {
    background-color: #b1d2ae;
    animation: backgroundColorChange 6s forwards 2s;
    animation-delay: 9s;
    animation-fill-mode: forwards;
  }
  
  .dot.setstyle_6:before {
    background-color: #b1d2ae;
    animation: backgroundColorChange 7s forwards;
    animation-delay: 11s;
    animation-fill-mode: forwards;
  }
  
  .setstyle_6 .p .text-num1 {
    background-color: #b1d2ae;
    animation: backgroundColorChange 7s forwards 2s;
    animation-delay: 11s;
    animation-fill-mode: forwards;
  }
  
  
  /* before vala part */
  
  
  /* .setstyle_1 .p .text-num1::before {
  width: 2px;
  height: 100px;
  background-color: white;
  content: '';
  position: absolute;
  bottom: -81%;
  left: 50%;
  z-index: -1;
  animation: backgroundColorChange 2s forwards 2s; 
  }
  .setstyle_2 .p .text-num1::before {
  width: 2px;
  height: 100px;
  background-color: white;
  content: '';
  position: absolute;
  bottom: -81%;
  left: 50%;
  z-index: -1;
  animation: backgroundColorChange 3s forwards 2s;
  animation-delay: 3s;
  animation-fill-mode: forwards; 
  }
  .setstyle_3 .p .text-num1::before {
  width: 2px;
  height: 100px;
  background-color: white;
  content: '';
  position: absolute;
  bottom: -81%;
  left: 50%;
  z-index: -1;
  animation: backgroundColorChange 4s forwards 2s;
  animation-delay: 5s;
  animation-fill-mode: forwards; 
  }
  .setstyle_4 .p .text-num1::before {
  width: 2px;
  height: 100px;
  background-color: white;
  content: '';
  position: absolute;
  bottom: -81%;
  left: 50%;
  z-index: -1;
  animation: backgroundColorChange 5s forwards 2s;
  animation-delay: 7s;
  animation-fill-mode: forwards; 
  }
  .setstyle_5 .p .text-num1::before {
  width: 2px;
  height: 100px;
  background-color: white;
  content: '';
  position: absolute;
  bottom: -81%;
  left: 50%;
  z-index: -1;
  animation: backgroundColorChange 6s forwards; 
  animation-delay: 9s;
  animation-fill-mode: forwards; 
  } */
  
  
  /* .setstyle_6 .p .text-num1::before {
  width: 10px;
  height: 100px;
  background-color: red;
  content: '';
  position: absolute;
  bottom: -81%;
  left: 50%;
  z-index: -1;
  } */
  
  .navbar-nav .nav-item {
    position: relative;
  }
  
  /* .navbar-nav .nav-item a {
    padding-bottom: 18px;
  } */
  
  .navbar-nav .nav-item .mega-menu::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #8d6f64;
    left: 35px;
    top: -20px;
  }
  
  .text {
    color: #111;
    font-weight: 400;
    font-variation-settings: "wght" var(--font-weight, 100);
    font-size: 2rem;
    margin-left: 1px;
    margin-right: 1px;
  }
  
  .growth_heading {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
  }
  
  /* .box-desgin-growth {
    background: #ffc2be;
    padding: 30px 10px;
    border-radius: 10px;
    height: 100%;
    text-align: center;
    position: relative;
  } */
  
  .box-desgin-growth p {
    font-size: 16px;
  }
  
  .fields_departement h2 {
    font-size: 1.4rem;
    color: white;
    font-weight: 500;
  }
  .fs_32{
    font-size: 32px;
  }
  .font-change {
    font-size: 1.4rem;
  }
  
  .box-desgin-growth::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 50%;
    bottom: -20px;
    border-top: 20px solid #c0332a;
  }
  
  /* .color_1 {
    background: #f6f2df;
  } */
  
  .color_1:after {
    border-top: 20px solid #ECE2B2;
  }
  
  /* .color_2 {
    background: #ffecc0;
  } */
  
  .color_2:after {
    border-top: 20px solid #FFBC1E;
  }
  
  /* .color_3 {
    background: #ffe7d3;
  } */
  
  .color_3:after {
    border-top: 20px solid #FF7600;
  }
/*   
  .color_4 {
    background-color: #EA0017;
  } */
  
  .color_4:after {
    border-top: 20px solid #EA0017;
  }
  
  /* .color_5 {
    background-color: #00314B;
  } */
  
  .color_5:after {
    border-top: 20px solid #00314B;
  }
  
  .color_1_circle {
    border: 5px solid #ece2b2;
  }
  
  .color_1_circle:after {
    content: "2011";
    position: absolute;
    top: 20px;
    left: -8px;
    /* color: white; */
  }
  
  .color_2_circle {
    border: 5px solid #ffbc1e;
  }
  
  .color_2_circle:after {
    content: "2014";
    position: absolute;
    top: 20px;
    left: -8px;
  }
  
  .color_3_circle {
    border: 5px solid #ff7600;
  }
  
  .color_3_circle:after {
    content: "2018";
    position: absolute;
    top: 20px;
    left: -8px;
  }
  
  .color_4_circle {
    border: 5px solid #ea0017;
  }
  
  .color_4_circle:after {
    content: "2021";
    position: absolute;
    top: 20px;
    left: -8px;
  }
  
  .color_5_circle {
    border: 5px solid #00314b;
  }
  
  
  /* .class_line_animation:after:after{
  content: '';
  background-color: red;
  height: 20px;
  width: 20px;
  } */
  
  .class_line_animation:before {
    content: '\f04b';
    font-family: 'FontAwesome';
    position: absolute;
    right: -13px;
    font-size: 23px;
    top: 40px;
  }
  
  .row.class_line_animation.pt-5 {
    position: relative;
  }
  
  .color_5_circle:after {
    content: "2024";
    position: absolute;
    top: 20px;
    left: -8px;
  }
  
  .circle-light {
    height: 20px;
    width: 20px;
    background: white;
    position: relative;
    right: -21px;
    border-radius: 50%;
  }
  
  
  /* .color_2_circle:before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: red;
  } */
  
  
  /* .line-1:before{
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #4575b8;
    top: 7px;
  
  }
  
  .line-2:before{
  content: '';
  position: absolute;
  height: 4px;  width: 100%;
  background-color: #4575b8;
    top: 7px;
  }
  .line-3:before{
  content: '';
  position: absolute;
  height: 4px;  width: 100%;
  background-color: #4575b8;
    top: 7px;
  }
  
  .line-4:before{
  content: '';
  position: absolute;
  height: 4px;  width: 100%;
  background-color: #4575b8;
    top: 7px;
  }
  .line-5:before{
  content: '';
  position: absolute;
  height: 4px;  width: 100%;
  background-color: #4575b8;
    top: 7px;
  } */
  
  
  /* .class_line_animation:before{
  content: '';
    background-color: red;
    width: 100%;
    height: 2px;
  } */
  
  .class_line_animation:after {
    content: '';
    /* position: absolute; */
    /* top: -4px;
  left: -4px; */
    background: linear-gradient(45deg, red, blue, green, yellow, #e11d74, black, #ffff00, #aa0000);
    background-size: 400%;
    width: 100%;
    height: 5px;
    z-index: -1;
    animation: animate 25s linear infinite;
    top: -14px;
    position: relative;
  }
  
  @keyframes animate {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
  }
  
  
  /* nishtha css */
  
  .round-Des img {
    position: absolute;
    top: -35px;
    /* left: 66px; */
    display: inline-block;
    transform: translate(-37px, -2px);
  }
  
  
  /* 
  .round-Des::after {
  content: " ";
  position: absolute;
  top: -80px;
  right: 10px;
  width: 50px;
  height: 60px;
  background-image: url('./img/circle1.1.png');
  background-repeat: no-repeat;
  } */
  
  .round-Des2 img {
    position: absolute;
    top: -35px;
    /* left: 66px; */
    transform: translate(-37px, -2px);
  }
  
  .round-Des3 img {
    position: absolute;
    top: -35px;
    /* left: 66px; */
    transform: translate(-37px, -2px);
  }
  
  .round-Des4 img {
    position: absolute;
    top: -35px;
    /* left: 66px; */
    transform: translate(-37px, -2px);
  }
  
  .round-Des5 img {
    position: absolute;
    top: -35px;
    /* left: 66px; */
    transform: translate(-37px, -2px);
  }
  
  
  /* .year-text {
  margin-top: 40px; 
  font-size: 16px;  
  color: #333;    
  } */
  
  .hero_2 {
    /* background-image: url('./images/1.hr_central.png'); */
    background-image: url('./images/2.hr_central.png');
    /* background-image: url('./images/3.hr_central.png'); */
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #f8f9fa;
    min-height: 100vh;
    position: relative;
  }
  .fields_departement{
    background: #062469;
  }
  section.py-5.design_section_3_theme.position-relative {
    /* background: #724ecc; */
  background: #062469;
  }
  
  
  /* .color_red{
  color: red;
    } */
  
  
  /* .color_green{
      color: green;
    }
    .color_green{
  
    } */
  
  .color_blue {
    color: #4575b5;
  }
  .button_yellow {
    background: #8c6f64 !important;
}
  .color_yellow {
    color: #fff;
    font-weight: 200;
  }
  
  
  /* nishtha css */
  
  .core-values .card {
    border-radius: 16px;
    box-shadow: -0.01rem 0 6px #663dcb;
            transition: .2s;
    display: flex;
    position: relative;
    flex-direction: column;
    height: 350px;
    width: 400px;
    min-width: 250px;
    padding: 1.5rem;
  }
  
  .core-values .card-header h3 {
    font-size: 18px;
    cursor: pointer;
    color: #fff;
  }
  
  .core-values .author-avatar img {
    display: block;
    width: 50px;
    /* height: 40px; */
    /* border-radius: 50%; */
    /* filter: grayscale(100%); */
    /* margin: 16px 20px; */
    text-align: center;
    /* mix-blend-mode: color-burn;
  box-shadow: 7px 2px 5px 1px; */
  }
  
  
  /* vaibhav css start here............. */
  
  
  
  .pd-right-Side {
    padding-left: 130px;
  }
  
  .about-hText h3 {
    font-size: 26px;
    font-weight: 500;
    color: #c0332c;
  }
  
  
  /* .hr-animation1 p {
    color: #4e904b;
    font-size: 17px;
    font-style: italic;
  }
  
  .hr-animation1 {
    border-left: 8px solid #c0322b;
    border-radius: 2px;
    padding: 0px 0px 0px 10px;
  } */
  
  /* .hr-border1 {
    border: 3px solid #c0322b;
    padding: 14px;
    border-bottom: 20px solid #c0322b;
  }
  
  .hr-border1 p {
    color: #4e904b;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
  } */
  .hr-border1 p{
    font-size: 23px;
  }
  
  .steps-card {
    border: 1px solid #e1d9d9;
    width: 100%;
    height: 200px;
  }
  
  
  .step-count {
    background-color: #c1302e;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 10px;
  }
  
  
  /* .steps-card p:hover {
    color: white;
  } */
  
  .steps-card:hover {
    background-color: #c1302e;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: 0.3s;
    height: 220px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  
  .steps-2:hover {
    background-color: #4e904a;
  }
  
  .step-count2 {
    background-color: #4e904a;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 10px;
  }
  
  .steps-3:hover {
    background-color: #4575b7;
  }
  
  .step-count3 {
    background-color: #4575b7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 10px;
  }
  
  .steps-4:hover {
    background-color: #dba228;
  }
  
  .step-count4 {
    background-color: #dba228;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 10px;
  }
  
  .step-count5 {
    background-color: #c1302e;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 10px;
  }
  
  .steps-start {
    color: #fff;
    font-size: 18px;
  }
  
  .line-same1 {
    width: 60px;
    height: 3px;
    background-color: #c1302e;
    text-align: center;
  }
  
  .line-same2 {
    width: 60px;
    height: 3px;
    background-color: #4e904a;
    text-align: center;
  }
  
  .line-same3 {
    width: 60px;
    height: 3px;
    background-color: #4575b7;
    text-align: center;
  }
  
  .line-same4 {
    width: 60px;
    height: 3px;
    background-color: #dba228;
    text-align: center;
  }
  
  .line-same5 {
    width: 60px;
    height: 3px;
    background-color: #e26e6c;
    text-align: center;
  }
  
  .steps-card p {
    padding: 20px;
    margin-bottom: 0;
  }
  
  .about-hrB img {
    width: 100%;
  }
  
  .our-apImg img {
    width: 100%;
    height: 200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    object-fit: cover;
  }
  
  .ap-ourText {
    color: #4575b6;
  }
  
  .ap-text2 {
    font-weight: 700;
  }
  
  .image_width_approach {
    position: relative;
  }
  
  .image_width_approach:after {
    position: absolute;
    content: "";
    height: 26px;
    width: 1px;
    background: #c1302e;
    bottom: 0;
    transform: translate(-35px, 26px);
  }
  
  .change-lineAf:after {
    background: #4e904a;
  }
  
  .change-lineAf2:after {
    background: #4575b7;
  }
  
  .change-lineAf3:after {
    background: #dba228;
  }
  
  .steps-card:hover p {
    color: white;
  }
  
  .new-textAdd {
    font-size: 24px;
    font-weight: 500;
  }
  
  .colorchange {
    font-size: 22px;
    font-weight: 500;
  }
  
  .w-clientC {
    font-size: 32px;
    font-weight: 500;
    color: #bd3429;
    text-align: center;
  }
  
  .box-why1 {
    box-shadow: -3px 1px 5px 0px #a39e9d;
    padding: 18px;
    border-radius: 10px;
    height: 225px;
    background-color: #c1322a;
    text-align: center;
    position: relative;
  }
  
  .box-why1:hover {
    background-color: #c1322a;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    scale: 1.05;
    overflow: hidden;
  }
  
  .box-why2:hover {
    background-color: #4e9149;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    scale: 1.05;
    overflow: hidden;
  }
  
  .box-why3:hover {
    background-color: #4675b1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    scale: 1.05;
    overflow: hidden;
  }
  
  .box-why4:hover {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    scale: 1.05;
    overflow: hidden;
  }
  
  .box-why2 {
    box-shadow: -3px 1px 5px 0px #a39e9d;
    padding: 18px;
    border-radius: 10px;
    height: 225px;
    background-color: #4e9149;
    text-align: center;
    position: relative;
  }
  
  .box-why3 {
    box-shadow: -3px 1px 5px 0px #a39e9d;
    padding: 18px;
    border-radius: 10px;
    height: 225px;
    background-color: #4675b1;
    text-align: center;
    position: relative;
  }
  
  .box-why4 {
    box-shadow: -3px 1px 5px 0px #a39e9d;
    padding: 18px;
    border-radius: 10px;
    height: 225px;
    background-color: #dba32a;
    text-align: center;
    position: relative;
  }
  
  .box-why1::before {
    content: "";
    position: absolute;
    background-image: url(../assets/images/cooperation.png);
    width: 100%;
    height: 142px;
    top: 40px;
    background-size: contain;
    right: 0;
    left: 0;
    background-position: center;
    bottom: 0;
    z-index: 9;
    opacity: 0.2;
    background-repeat: no-repeat;
  }
  
  .box-why2::before {
    content: "";
    position: absolute;
    background-image: url(../assets/images/recruitment.png);
    width: 100%;
    height: 142px;
    top: 40px;
    background-size: contain;
    right: 0;
    left: 0;
    background-position: center;
    bottom: 0;
    z-index: 9;
    opacity: 0.2;
    background-repeat: no-repeat;
  }
  
  .box-why3::before {
    content: "";
    position: absolute;
    background-image: url(../assets/images/big-data-analytics.png);
    width: 100%;
    height: 142px;
    top: 40px;
    background-size: contain;
    right: 0;
    left: 0;
    background-position: center;
    bottom: 0;
    z-index: 9;
    opacity: 0.2;
    background-repeat: no-repeat;
  }
  
  .box-why4::before {
    content: "";
    position: absolute;
    background-image: url(../assets/images/influencer.png);
    width: 100%;
    height: 142px;
    top: 40px;
    background-size: contain;
    right: 0;
    left: 0;
    background-position: center;
    bottom: 0;
    z-index: 9;
    opacity: 0.2;
    background-repeat: no-repeat;
  }
  
  .change-fw {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
  }
  
  .text-Dc {
    color: #ffffff;
    margin-bottom: 0px;
  }
  
  .all-text3 h3 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #c1322a;
  }
  
  .all-text3 h4 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #4e9149;
  }
  
  .all-text3 h5 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #4675b1;
  }
  .testi-text{
    display: flex;
    justify-content: space-between;
  }
  .testi-first-text h4{
    font-size: 17px;
    font-weight: 400;
    color: #000000;
  }
  .star-icon i{
    color: #e8c04f;
  }
  .bg-testi{
    background-color:  #F2F8FF;
  }
  .testi-card{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
  }
  .testimonial-heading h4{
    font-size: 26px;
    color: #000000;
  }
  .testimonial-heading h4 span{
    color: #4119a5;
  }
  .testimonial-heading p{
    font-size: 18px;
    color: rgb(136, 133, 133);
  }
  .v-imgText img{
    width: 100%;
    position: absolute;
    top: -22px;
    left: 32px;
    height: 428px;
    border-radius: 32px;
    object-fit: cover;
  }
  
  .text-Vabout {
    position: absolute;
    background: #af9703;
        /* background: linear-gradient(85deg, #8f6e64 12%, #8c7063 47%, #8d6f64 90%); */
    /* background: linear-gradient(85deg, #4574b7 12%, #4774b6 47%, #9db3cb 90%); */
    top: 4%;
    right: 14%;
    padding: 40px;
    left: -24%;
    border-radius: 10px;
  }
  .text-about h2{
  font-size: 1.4rem;
  color: #062469;
}
  
  .text-Vabout h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
  }
  /* .card-tilt-js {
  width: 400px;
  height: 500px;
  font-size: 1.75rem;
  color: #fff;
  background-color: #e84393;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transform: perspective(1000px);
  margin: 0 3rem;
  }
  .card-tilt-js h1 {
  transform: translateZ(50px);
  } */
  
  .body_custom {
    /* display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f4f4f4; */
  }
  
  .body_custom .semi-circle-container {
    position: relative;
    margin-top: 12rem;
    display: flex;
    /* width: 300px;
  height: 150px;  */
  }
  
  .body_custom .semi-circle {
    width: 450px;
    height: 450px;
    border: 2px solid #333;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    position: relative;
    transform: rotate(120deg);
    /* To rotate semi-circle vertically */
  }
  
  .body_custom .dot {
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #333;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform-origin: 0 -150px;
    /* Adjust for alignment to the semi-circle */
  }
  
  .body_custom .custom {
    height: 550px;
    width: 550px;
    position: absolute;
    rotate: 90deg;
    right: 2rem;
  }
  
  .body_custom .circle {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 3rem;
    left: 2rem;
  }
  
  .body_custom .circle p {
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
  }
  
  .body_custom .year {
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }
  
  .body_custom .circle_p_one {
    /* padding: 5px; */
    background: #ccc;
    border-radius: 50%;
    /* background-color: #333; */
    text-align: center;
    padding: 6px;
    vertical-align: middle;
    display: table-cell;
    position: absolute;
    top: -90px;
    right: 59px;
  }
  
  .body_custom .circle_p_one {
    /* width: 100px; */
    transition: width 0.3s ease;
    /* Animation with a duration of 0.3s */
  }
  
  .body_custom .circle-one:hover~.circle_p_one {
    width: 500px !important;
  }
  
  .body_custom .container-one {
    display: flex;
    align-items: center;
    background-color: #ff2121;
    padding: 5px 0px 5px 11px;
    border-radius: 30px;
    margin-top: 34px;
    position: relative;
    overflow: hidden;
    transition: width 0.9s ease;
    /* Smooth transition */
  }
  
  .body_custom .circle-one {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    /* margin-right: 20px; */
    position: relative;
    transition: background-color 0.3s ease, transform 0.3s ease;
    /* Add transition for hover effects */
  }
  /* Target container-one when hovering on circle-one */
  
  .text-one {
    font-size: 18px;
    color: #666;
  }
  
  .contain-2 {
    display: flex;
    flex-direction: column;
    margin-top: -11rem;
  }
  
  .text-one {
    display: block;
    position: relative;
    /* Start with the text hidden */
  }
  .testimonial-img-card img{
  width: 70px !important;
  }
  .client-img {
    background-image: url(../assets/images/dialog.png);
    width: 75px;
    height: 75px;
    background-size: cover;
    opacity: 0.8;
  }
  .client-testi{
    background-color: white;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 330px;
  }
  .client-imgTo img{
    width: 75px !important;
    border-radius: 50% !important;
    height: 75px;
    object-fit: cover;
    object-position: top;
    
  }
  .client-imgTo{
    /* position: absolute !important;
    top: 210px;
    left: 147px; */
    margin-bottom: -78px;
  }
  .client-imgTo h5{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
  }
  /* .owl-item .active { 
    scale: 1.1;
   
  }   */
  .testi-owl .owl-item.center .item .client-testi {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    background-color: #0077b5;
  }
  .testi-owl .owl-item.center .item .client-testi .client-img {
    filter: invert(1);
  }
  .testi-owl .owl-item.center .item .client-testi p{
    color: white;
  }
  .testi-owl .owl-stage-outer {
    padding-bottom: 35px !important;
    
  }
  .testi-owl .owl-item {
       display: flex;
       justify-content: center;
       align-items: center;
  } 
  .hiring-text2{
    font-size: 24px;
  }
  .v-imgText{
    background: linear-gradient(90deg, #062469 6%, rgb(141 112 100) 18%, rgb(141 111 100) 53%, rgb(174 159 144) 73%);
    /* background: rgb(194,49,41); */
    /* background: linear-gradient(90deg, rgba(194,49,41,1) 6%, rgba(219,163,42,1) 18%, rgba(78,145,74,1) 53%, rgba(69,116,183,1) 73%);   width: 100%; */
    height: 425px;
    border-radius: 32px;
  }
  .round-four-p {
    width: 100%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }
  .box-right{
    padding: 20px;
    align-items: center;
    background-color: #dda12d;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    justify-content: center;
  }
  .box-right2{
    padding: 20px;
    align-items: center;
    background-color: #4574b7;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    justify-content: center;
  }
  .item-title{
    font-size: 18px;
    color: #fff;
  }
  .mail-text1 a{
    color: #fff;
    font-size: 19px;
  }
  .customer-leftImg img{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  /* start card flip design by vaibhav */
  .services {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 40px auto 20px auto;
  }
  .service {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 340px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 700px;
  }
  
  .front {
    flex-direction: column;
    display: flex;
    justify-content: center;
    text-align: center;
  width: 100%;
  height: 285px;
  backface-visibility: hidden;
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  background-image: linear-gradient(45deg, rgb(58, 58, 58), rgb(22, 22, 22));
  transition: 0.7s;
    border-radius: 10px;
  }
  .front1{
    height: 205px;
  }
  .back1{
    height: 205px;
  }
  
  .back {
  position: absolute;
    flex-direction: column;
    display: flex;
    justify-content: center;
  color: whitesmoke;
  text-align: center;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: rotateY(-180deg);
    background-image: linear-gradient(45deg, rgb(245 245 245), rgb(234 177 177));
    transition: 0.7s;
    border-radius: 10px;
  }
  .all-service{
    height: 210px;
  }
  
  .service:hover .back {
  transform: rotateY(0deg);
  }
  
  .front h4 {
  color: white;
  font-size: 22px;
  font-weight: 400;
  transform: translateZ(50px);
  }
  .img-Docenter img{
    width: 100px;
    transform: translateZ(50px);
    filter: invert(1);
  }
  .back h3 {
  display: inline-block;
  margin: 50px auto 30px auto;
  transform: translateZ(50px);
  color: rgb(116, 116, 116);
  }
  
  
  .back p {
  margin: 0 20px;
  transform: translateZ(50px);
    font-size: 24px;
    color:#c0332a;
  }
  
  .service1 .front {
  background: linear-gradient(  #bf332a,  #bf332a);
    
  }
  
  .service2 .front {
  background: linear-gradient(  #4e914a, #4e914a);
    
  }
  
  .service3 .front {
  background: linear-gradient(  #4575b5, #4575b5);
    
  }
  .service4 .front {
  background: linear-gradient(  #dba329,#dba329);
   
  }
  .service:hover .front {
  transform: rotateY(180deg);
  }
  
  /* end flip card by VAibhav */
  .boxFive-1{
    border: 4px solid #c1322a;
    width: 100%;
    transform: skewx(-11deg);
    height: 200px;
    border-radius: 15px;
    border-top: 1px;
    border-top-left-radius: revert;
    border-top-right-radius: revert;
    background-color: #fff;
  }
  .boxFive-round{
    background: #c1322a;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid white;
   
  }
  .boxFive-round img{
    width: 40px;
    filter: invert(1);
  }
  .second-rouBox{
  
  
    
    background: rgb(255, 255, 255);
    border-radius: 50%;
    /* width: 90px;
    height: 87px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c1322a;
    transform: none;
    position: relative;
    z-index: 999;
  }
  /* .boxFive-rightArrow{
    border: 2px solid green;
  } */
  /* right arrow start */
  
  /* give it a shadow or a border ? */
   
  
  /* styling : size and colors */
  .BoxRight-arr {
    clip-path: polygon(0% 0%, calc(100% - 0.6em) 0%, 100% 50%, calc(100% - 0.6em) 100%, 0% 100%);
   
    font-size: clamp(1em, 3vmax, 10vh);
    padding-right: 0.5em;
    color: rgb(202, 19, 19);
    float: left;
    clear: left;
    display: flex;
        clear: left;
        justify-content: center;
        align-items: center;
  }
  .BoxRight-arr h4{
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 3px 6px 10px 10px;
    position: relative;
  }
  .BoxRight-arr:nth-child(1) {
    background: #c1322a;
    width: 169px;
    height: 50px;
    transform: rotate(0deg);
    position: relative;
  }
  /* .arrow-Andround{
    position: absolute;
    left: -37px;
    top: -44px;
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  .arrow-Andround{
    position: absolute;
    left: -21px;
    top: -37px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110%;
    transform: skewX(10deg);
  }
  .new-borderArr{
    width: 95%;
    position: absolute;
    top: 9px;
    left: 13px;
  }
  .new-borderArr:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 4px;
    /* width: 157px; */
    width: 100%;
    height: 60px;
    background: #c0c0c0;
    z-index: -1;
    clip-path: polygon(0% 0%, calc(100% - 0.6em) 0%, 100% 50%, calc(100% - 0.6em) 100%, 0% 100%);
    font-size: clamp(1em, 3vmax, 10vh);
    padding-right: 0.5em;
    color: rgb(202, 19, 19);
    float: left;
    clear: left;
    border-top-left-radius: 320px;
    border-bottom-left-radius: 300px;
  }
  .new-borderArr:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 3px;
    /* width: 154px; */
    width: 100%;
    height: 58px;
    background: #ffffff;
    z-index: -1;
    clip-path: polygon(0% 0%, calc(100% - 0.6em) 0%, 100% 50%, calc(100% - 0.6em) 100%, 0% 100%);
    font-size: clamp(1em, 3vmax, 10vh);
    padding-right: 0.5em;
    color: rgb(202, 19, 19);
    float: left;
    clear: left;
  }
  .heading-text3 h4{
    font-size: 20px;
    color: black;
    font-weight: 600;
    transform: skewX(10deg);
  }
  .heading-text3 p{
    font-size: 16px;
    color: #534d4d;
    transform: skewX(10deg);
  }
  .change-Colour1{
    border: 4px solid #4f914a;
  }
  .change-Colour2{
    border: 4px solid#4574b7;
  }
  .change-Colour3{
    border: 4px solid #dda12d;
  }
  .change-Colour4{
    border: 4px solid #a0232d;
  }
  .arro-Change1:nth-child(1){
    background:  #4f914a ;
  }
  .arro-Change2:nth-child(1){
    background: #4574b7 ;
  }
  .arro-Change3:nth-child(1){
    background: #dda12d;
  }
  .arro-Change4:nth-child(1){
    background: #a0232d;
  }
  .round-Change1{
    border: 1px solid  #4f914a;
  }
  .round-backC1{
    background-color:  #4f914a ;
  }
  .round-Change2{
    border: 1px solid  #4574b7;
  }
  .round-backC2{
    background-color:   #4574b7 ;
  }
  .round-Change3{
    border: 1px solid #dda12d;
  }
  .round-backC3{
    background-color:  #dda12d;
  }
  .round-Change4{
    border: 1px solid  #a0232d;
  }
  .round-backC4{
    background-color:  #a0232d;
  }
  .our-APtext h4{
    font-size: 1.6rem;
    font-weight: 600;
    color: #bf332a;
  }
  .bg-Cardgray{
    background-color: #F2F8FF;
  }
.button_background_primary{
  background: #af9703;
  padding: 10px 20px;
  border-radius: 5px;
  border: 0px;
}
.button_background_primary:hover{
  background: #af9703;
}
.display_grid{
  display: grid;
  grid-template-columns: 1fr 6fr;
  gap: 22px;
}  
.box_icon_setting{
width: 58px;
height: 53px;}













.inner_design_common{

  position: relative;
}

.inner_design_common:after{
  content: '';
position: absolute;
top: 0;
left: 0;
background: linear-gradient(45deg, #5ca95c, #438b43);
width: 61px;
height: 6px;
}

.design_setting_cards{
  padding: 30px;
  background: #fcfcfc;
  /* border: 1px solid #dedede; */
  border-radius: 4px;
  /* transform: skewX(2deg); */
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #062469;
  /* background-color: #ffffff; */
  /* background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%239C92AC' fill-opacity='0.12' fill-rule='evenodd'/%3E%3C/svg%3E"); */
  /* background-color: #ffffff; */
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%239C92AC' fill-opacity='0.12'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E"); */
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 6H6v4H4V6H2V4h2V0h2v4h10V0h2v4h2v2h-2v4h-2V6z' fill='%239C92AC' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.design_setting_cards>div {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  color: white;
}
.d-grid_setting_corporate{
  display: grid;
  flex-direction: column;
  grid-template-columns: 2fr 2fr;
}
.design_setting_cards:hover{
  /* background: #50a350ee; */
  /* background: red; */
  /* transform: translateY(-4px); */
  /* transition: .2s ease-in-out; */
  /* transform: skewX(10deg); */

}
.design_setting_cards:hover:before{
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f8f4;
  z-index: -1;
}
.design_setting_cards:hover div,.design_setting_cards:hover p{
  padding-left: 5px;
}
.design_contact_card {
  background-image: url(./images/image-7.png);
  /* background: white; */
  color: black;
  padding: 20px 20px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.contact_stripe_section {
  background-image: url(./images/customer-support.png);
  height: 400px;
  text-align: center;
  justify-content: center;
  display: flex;
  position: relative;
}
.contact_stripe_section::before{
  background-color: #000000;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  opacity: 0.7;
}
.contact_stripe_section #headline span{
  color: white;
}
.contact_stripe_section .section-inner-wrap {
  align-self: center;
  z-index: 1;

}
.design_contact_card::before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  border-radius: 10px;
}

@media screen and (max-width:768px){
    .border_right{
        border: 0px;
    }
    .border_right::after{
        display: none;
    }
  .contact_stripe_section{
    height: 280px;

  }
  .founder_stripe_section {
    background-image: url(./images/image2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 280px;
    margin-top: 70px;
}
#owl-carousel-header .owl-item .item img {
  height: 280px!important;
  object-fit: cover;
  margin-top: 72px;

}
#owl-carousel-header h1{
  font-size: 16px;
}
.postion_setting {
  position: absolute;
  top: 15%!important;
  left: 63px;
  background: #0e276333;
  padding: 16px;
}
.fields_departement h1{
  font-size: 30px !important;
}
.text-Vabout{
  position: relative;
  left: 0;
  right: 0;
  border-radius: 0;
}
.v-imgText img {
  width: 100%;
  position: relative;
   left: 0px;
  }
  .fs_20 {
    font-size: 16px;
}
nav.navbar.navbar-expand-lg.bg-body-tertiary {
  background: #fff;
  border-radius: 0px!important;
}
.text-wrap-setting{
  font-size: 10px;
  font-weight: 600;}
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #000;
}
.d-grid_setting_corporate {
  display: grid;
  flex-direction: column;
  grid-template-columns: 1fr;
  gap: 10px;
}
}
.whatsapp-button-fixed {
  position: fixed;
  bottom: 14px;
  right: 0;
}

 .card_phone_1,.card_phone_2,.card_phone_3,.card_phone_4{
            border-radius: 10px;
            border: 1px solid #dedede;
        }
        .card_phone_1{
                background: #81b484;
        }
        .card_phone_2{
                background: #038caf;
        }
        .card_phone_3{
                background: #a29cd3;
        }
        .card_phone_4{
            background: #b25e5d;
        }
         .card_phone_1,.card_phone_2,.card_phone_3,.card_phone_4{
        header h3{
                    font-size: 14px!important;
                }
                p{
                font-size: 12px;    
                }
        }
















