@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
  margin: 0;
  padding: 0;
  /* scroll-behavior: smooth; */
  box-sizing: border-box;
}

:root {
  --primary-color: #F77E21;
  --secondary-color: #03827F;
  --text-color: black;
  --primary-font: 'Poppins', sans-serif;
  --secondary-font: 'Roboto', sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding, 100px);
}

body {
  font-family: var(--primary-font);
  overflow-x: hidden;
}

main {
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
}

a {
  text-decoration: none;
}

.com-padding {
  padding: 1% 5%;
}

div#wpcs_tab_421 {
  border-bottom: none;
  cursor: pointer;
  width: 170px;
  height: 34px;
  overflow: hidden;
  background: #ea5210;
  color: #fff;
  padding: 1px 0px 1px 0px;
  position: fixed;
  top: 250px;
  right: -68px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 99;
  font-size: 18px;
  border-radius: 5px 5px 0px 0px;
}

.flotigBtn {
  position: fixed;
  display: flex;
  /* grid-template-columns: auto auto; */
  /* grid-template-rows: auto auto; */
  right: -40px;
  top: 35%;
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%, 50%); */
  /* background-color: brown; */
  transition: all 0.2s linear;
  z-index: 996;
}

.expand-btn {

  width: fit-content;
  height: fit-content;
  font-size: 1.2rem;

  color: white;
  transition: all 0.2s linear;
  display: block;
}

.icon-holder {
  background-color: var(--primary-color);
  border-radius: 5px 0px 0px 5px;
  padding: 0.5rem;
  width: fit-content;
  height: fit-content;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px, 6px 0px 8px #0000001f;
  z-index: 1;
  cursor: pointer;
}

.flotigBtn h3 {
  /* grid-row: 1 / 2; */
  width: fit-content;
  white-space: nowrap;
  transform: rotate(-90deg);
  font-size: 1rem;
}

.text-area {
  width: 40px;
  height: 150px;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 0px 5px;
  cursor: pointer;
}


.text-area h3 {
  font-family: var(--primary-font);
  color: white;
  font-weight: 400;
}

.anime {
  right: 0px;
}

.anime .icon-holder .expand-btn {
  transform: rotate(180deg);
}

.btns {
  font-size: 25px !important;
  font-family: "Poppins", sans-serif;
  padding: 5px 20px;
  border-radius: 35px;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  display: inline-block;
  width: fit-content;
  margin-left: auto;
}

div#wpcs_tab_421 a {
  color: #fff !important;
}

.navbar {
  position: fixed;
  width: 100%;
  /* outline: 1px solid black; */
  background-color: white;
  z-index: 99;
  /* box-shadow: 2px 0px 10px black; */
  transition: all 0.5s ease;
}

.navbar-shadow {
  box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
  /* padding: 0.5rem 0px !important; */
  transition: all 0.5s ease;
}

.grid-container {
  position: relative;
  display: grid !important;
  grid-template-columns: auto auto auto auto;
  /* place-items: center; */
  text-align: center;
  grid-template-rows: 1fr 1fr;
}

.navbar-brand {
  grid-row: 1 / -1;
}

#navbarNav_1 {
  /* background-color: aqua; */
  grid-column: 2 / -1;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: end;
}

.responsive-contact-sec {
  display: none !important;
}


.nav-contact-wrapper .emain-sec {
  position: relative;
  margin-right: 1rem;
  color: black;
}

.nav-contact-wrapper .emain-sec::before {
  content: "contact@edhaasdigisoft.com";
  position: absolute;
  color: var(--primary-color);
  left: 0;
  top: 0%;
  width: 0px;
  background-color: white;
  overflow: hidden;
  border-bottom: 1px solid var(--primary-color);
}

.nav-contact-wrapper .emain-sec:hover::before {
  width: 100%;
}

.nav-contact-wrapper .callin-sec {
  position: relative;
  margin-right: 1rem;
  color: black;
}

.nav-contact-wrapper .callin-sec::before {
  content: "Call Us Now: +91 9175009033 / +91 9552113579";
  position: absolute;
  color: var(--primary-color);
  left: 0;
  top: 0%;
  width: 0px;
  background-color: white;
  overflow: hidden;
  border-bottom: 1px solid var(--primary-color);
}

.nav-contact-wrapper .callin-sec:hover::before {
  width: 100%;
}


#navbarNav {
  /* background-color: rgb(48, 240, 0); */
  grid-column: 2 / -1;
  display: flex;
  justify-content: end;
}

.navbar-nav {
  flex-direction: row;
}

.navactive {
  transform: translateX(0%) !important;
}


.captcha-box {
  padding: 6px 12px;
  font-size: 20px;
  letter-spacing: 1.0rem;
  background-color: #e3e3e3;
  border: 1px solid #ccc;
  border-radius: 4px;
  user-select: none;
  min-width: 250px;
  text-align: center;
}

.reload-icon-btn {
  background: #e6f0ff;
  border: none;
  font-size: 18px;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  color: #019d90;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reload-icon-btn:hover {
  background-color: #d0e7ff;
  color: #019d90;
}

.captcha-input {
  max-width: 350px;
  margin-left: 5px;
}
/* WhatsApp Launcher */
#whatsapp-launch-btn {
  position: fixed;
  bottom: 20px;
  right: 13px;
  background: #25D366;
  color: #ffffff;
  padding: 12px;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

/* WhatsApp icon inside button */
#whatsapp-icon {
  width: 30px;
  height: 30px;
  color: white;
  transition: transform 0.5s ease;
}

#whatsapp-icon.rotate {
  transform: rotate(360deg);
}

/* WhatsApp Popup */
#whatsapp-popup {
  position: fixed;
  bottom: 90px;
  right: 13px;
  width: 320px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  z-index: 10000;
  font-family: Arial, sans-serif;
  display: none;
  opacity: 0;
  transform: translateY(30px);
}

/* Show class triggers animation */
#whatsapp-popup.show {
  display: block;
  animation: fadeSlideIn 0.5s ease-out forwards;
}

/* Fade + Slide In Animation */
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/* Popup Header */
.popup-header {
  background: #128c7e;
  color: white;
  padding: 15px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Header Text */
.header-text {
  font-size: 13px;
  line-height: 1.2;
}
.header-text a{
  font-size: 20px;
}

/* Smooth rotation animation */
.rotate-icon {
  animation: rotate360 0.5s ease-in-out;
}

/* Keyframes for rotation */
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rotate-icon {
  animation: rotateOnly 0.5s ease-in-out;
}

@keyframes rotateOnly {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}



/* Popup Body */
.popup-body {
  background: #f5f5f5;
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.response-time {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

.chat-entry {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: background 0.2s;
}

.chat-entry:hover {
  background: #e6e6e6;
}

/* Close Button 
.close-circle {
  position: fixed;
  bottom: -72px;
  right: 0px;
  width: 54px;
  height: 54px;
  background: #25D366;
  color: white;
  font-size: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
  z-index: 10001;
  display: none;
  opacity: 0;
   box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* Close circle default style */
.close-circle {
  position: fixed;
  bottom: -70px;
  right: 0px;
  width: 54px;
  height: 54px;
  background: #25D366;
  color: white;
  font-size: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
  z-index: 10001;
  display: none;
  opacity: 0;
  box-shadow: 0 0px 15px rgba(0,0,0,0.3);
  transform: scale(0.8);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.close-circle.show {
  display: block;
  opacity: 1;
  transform: scale(1);
}


/* Services new code  */



@media screen and (max-width:768px) {
  .navbar-nav li .sub-menu {
    position: static !important;
  }

  .navbar-nav {
    flex-direction: column;
  }

  /* .footer-link-section {
    flex-direction: column;
  } */

}




.logo {
  max-width: 160px;
}

.navbar-nav .nav-item {
  position: relative;
  /* padding: 1% 2%; */
  /* background-color: #F77E21; */
  margin: 0px 0.5rem;
  font-weight: 600;
  /* display: flex; */
  text-align: left;
}

.navbar-nav .nav-item:last-child {
  margin: 0;
}

.navbar-nav li .sub-menu {
  position: absolute;
  /* margin: 0px 2rem; */
  background-color: rgb(255, 255, 255);
  top: 53px;
  /* outline: 1px solid black; */
  /* display: none; */
  text-align: left;
  z-index: 99;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.479);
  border-radius: 10px;
}



#buss-link {
  /* background-color: #F77E21; */
  left: -26px;
  min-width: 286px;
  opacity: 0;
  visibility: hidden;
  height: 00px;
  transition: all 0.3s ease-in;
  padding-left: 3rem;
}

@media screen and (max-width:768px) {

  #buss-link {
    padding: 0rem 1rem;
    min-width: 100%;
    height: 0px;
  }

  #buss-btn:hover #buss-link {
    height: 100%;
  }

  .navbar-nav li .sub-menu {
    box-shadow: none;
  }

  .navbar-nav .nav-item {
    width: 100%;
    margin: 0.4rem 0px;
  }

  #com-btn:hover #com-links {
    height: 100%;
  }

  .navbar-nav .nav-item:last-child {
    margin: 0.6rem 0px;
  }
}

.nav-link:hover {
  color: var(--primary-color) !important;
}

#buss-btn:hover #buss-link {
  height: 180px;
  opacity: 1;

  visibility: visible;
}

#buss-btn:hover .more-arrow {
  transform: rotate(180deg);
}



.company-link #com-links {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  padding: 0rem 1rem;
  transition: all 0.3s ease-in;
}

#com-btn:hover #com-links {
  opacity: 1;
  visibility: visible;
  height: 192px;
}

.more-arrow {
  transition: 0.2s ease;
}

#com-btn:hover .more-arrow {
  transform: rotate(180deg);
}



.navbar-nav li .sub-menu li {
  margin: 1rem 0rem;
}

.sub-menu li {
  list-style: none;
}

.sub-menu li a {
  /* color: #ea5210; */
  color: black;
  font-size: 00.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.sub-menu li a:hover {
  /* color: #ea5210; */
  color: var(--secondary-color);
}

.menu-icon-holder {
  position: absolute;
  right: 0;
  display: none;
}




.menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 30px;
  height: 30px;
  cursor: pointer;
  /* outline: 1px solid black; */
  overflow: hidden;
  /* text-align: right; */
  transition: all 0.5s ease-in-out;
}




.menu-icon .menu-bar {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 0);
  transition: all 0.3s ease-in-out;
}

.menu-icon.baractive .menu-bar {
  background-color: var(--primary-color);
}

.menu-icon .menu-bar:nth-child(1) {
  width: 40%;
  transform: translateY(-10px);
}

.menu-icon .menu-bar:nth-child(2) {
  width: 60%;

}

.menu-icon .menu-bar:nth-child(3) {
  transform: translateY(10px);
}

.menu-icon.baractive .menu-bar:nth-child(3) {
  width: 100%;
  transform: translateY(-3px) rotate(226deg);

}

.menu-icon.baractive .menu-bar:nth-child(1) {
  width: 100%;
  transform: translateY(0px) rotate(-45deg);

}

.menu-icon.baractive .menu-bar:nth-child(2) {
  transform: translateX(-100px);
}





#hero {
  align-items: center;
  width: 100%;
  /* height: 100%; */
  /* margin: 0 auto; */
  padding: 0% 5%;
}

.hero-holder {
  width: 100%;
}

.hero-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(2, 2fr); */
  min-height: 100%;
  /* background-color: brown; */
  gap: 1rem;
  align-content: center;
  /* outline: 1px solid black; */
}

@media screen and (max-width: 768px) {
  .header-logo {
    z-index: 9999;
    grid-row-start: 2;
    margin-left: 1rem;
  }

  .grid-container {
    position: static;
    padding: 0;
  }

  .navbar {
    padding: 0;
  }

  .navbar .com-padding {
    padding: 0%;
  }

  .navbar-nav {
    margin: 8rem auto 0 4rem;
  }


  #navbarNav {
    position: absolute;
    top: 0;
    background-color: #ffffff;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    transform: translateX(100%);
    /* box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.568); */
    transition: all 0.5s ease-in-out;
    flex-direction: column;
    justify-content: space-between;
  }

  #navbarNav_1 {
    grid-column: 1 / -1;
    background-color: var(--primary-color);
    height: 100%;
    align-items: center;
  }

  .nav-contact-wrapper {
    text-align: center;
    width: 100%;
    color: white;
  }

  .nav-contact-wrapper .emain-sec {
    color: white;
    text-decoration: underline;
  }

  .menu-icon-holder {
    position: static;
    display: block;
    margin-right: 1rem;
    z-index: 999;
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 2;
  }

  .hero-img-wrapper,
  .hero-text-wrapper {
    min-width: auto !important;
  }

  .hero-text-wrapper {
    grid-column: 1 / -1;
  }

  .hero-img-wrapper {
    grid-column: 1 / -1;
  }

  .slider-button-holder {
    grid-template-columns: repeat(1, 1fr);
  }

  .slider-btns {
    margin-top: 1rem;
  }

  .tagline>h5 {
    font-size: 2.2vmax;
    width: fit-content !important;
  }

  .contact-us-wrapper {
    position: relative;
    overflow: hidden;
  }

  .contact-img-sec {
    height: 100% !important;
    width: 100% !important;
  }

  .contact-text-area {
    position: absolute !important;
    width: 600px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--secondary-color);
  }

  .contact-area-wrapper {
    transform: translateX(0%) !important;
  }

  .contact-text-area::before {
    display: none;
  }

  .contact-img-sec::before {
    height: 101% !important;
  }

  .contact-img-sec::after {
    width: 101% !important;
  }

}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 999;
  background-color: #fd7e14;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 40px; /* Center icon vertically */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}




.text-slider {
  position: absolute;
  /* background-color: #e0cc11; */
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
  justify-content: center;
  background-color: white;
  min-height: 200px;
}

.text-slider h1 {
  font-family: var(--secondary-font);
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--text-color);
  margin-bottom: 1rem;
}

.text-slider h1 span {
  color: var(--primary-color);
  /* margin-right: 1rem; */
}
.text-slider h2 {
  font-family: var(--secondary-font);
  font-size: 3.0rem;
  font-weight: 900;
  color: var(--text-color);
  margin-bottom: 1rem;
}

.text-slider h2 span {
  color: var(--primary-color);
  /* margin-right: 1rem; */
}

.text-slider p {
  font-family: var(--secondary-font);
  font-size: 1.2rem;
}



.hero-img-wrapper,
.hero-text-wrapper {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 20px;
}

/* @media screen and (max-width:575px) {

  .hero-img-wrapper,
  .hero-text-wrapper {
    height: 300px;
  }
} */

@media screen and (max-width:575px) {
  body {
    font-size: 14px;
  }

  div#wpcs_tab_421 {
    position: initial;
    width: 40px;
    height: 40px;
    font-size: 16px;
    top: inherit;
    right: 10px;
    transform: translate(0px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 80px;
  }

  .navbar {
    padding: 1rem 0px !important;
  }


  .menu-icon {
    width: 25px;
    height: 25px;
  }

  .grid-container {
    grid-template-rows: auto;
  }

  #navbarNav_1 {
    display: none;
  }

  .nav-contact-wrapper {
    /* text-align: left; */
    padding: 1rem;
    color: black;
  }

  .nav-contact-wrapper .emain-sec {
    color: black;
    margin: 0.5rem;
  }

  .responsive-contact-sec {
    display: block !important;
    height: auto !important;
    margin-bottom: 5rem !important;
    background-color: transparent !important;
  }

  /* .contact-img-sec::before,
  .contact-img-sec::after {
    display: none !important;
  } */
  #hero {
    padding: 0% 5%;
  }



  .text-slider {
    padding: 1rem 0rem;
  }

  .text-slider h1 {
    font-size: 9vw;
  }


  .about-text-area>h3 {
    display: block !important;
  }

  .contact-text-area {
    width: 100% !important;
    background-color: #03828057 !important;
    border-radius: 20px !important;
    height: 100% !important;
    display: flex;
    align-items: center;
  }

  .contact-area-wrapper {
    padding: 0 1rem;
  }

  .contact-area-wrapper>h4 {
    font-size: 2.5vmax;
    text-shadow: 3px 0px 5px #000000c4;
  }


  /* .test-text-area > p{
    font-size: 1.4vmax;
  } */
  .box-header>img {
    max-width: 30px;
    right: -20px !important;
    top: -21px !important;
  }

  .f-header {
    flex-direction: column;
  }

  .social-media-sec {
    margin-top: 1rem;
  }

  .tagline>h5 {
    font-size: 1.8vmax;
    /* text-align: left; */
    /* word-wrap: normal; */
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    display: none;
  }

  .slide-pointers {
    width: 80%;
    margin: auto;
  }

  /* .slide-pointers .pointer {
    width: 15px;
    height: 15px;
  } */
}

@media screen and (max-width:768px) {

  .hero-img-wrapper,
  .hero-text-wrapper {
    min-width: auto;
    height: 300px;
  }
}

.hero-img-area,
.hero-text-area {
  position: relative;
  /* background-color: #f72121; */
  height: 100%;

  grid-row: 1 / -2;

  width: 100%;
  transition: all 0.5s ease-in-out;
}

/* .hero-text-area {
  background-color: #F77E21;
  height: 200px;
  grid-row: 1 / -2;
  display: flex !important;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
} */

.hero-active {
  position: relative;
  top: -50px;
}

.img-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-slider>img {
  max-width: 100%;
  /* object-fit: cover; */
  max-height: 100%;
}



/* .img-slider>img {
  transform: translateY(-162px);
} */

@media screen and (max-width:575px) {

  .img-slider>img {
    transform: translateY(0px);
  }
}



.slider-button-holder {
  /* display: grid; */
  grid-template-columns: repeat(2, 1fr);
  /* background-color: aqua; */
  margin-top: 2rem;
}

.slide-pointers {
  position: relative;
  align-items: center;
  justify-content: space-between;
  display: flex;
  transition: all 0.5s ease-in-out;
}

.slide-pointers::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  top: 50%;
  z-index: -1;
}

.pointer {
  display: block;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  outline: 1px solid var(--primary-color);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.pointer.active {
  background-color: var(--primary-color);
}

.slider-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

#prev-slide-btn,
#next-slide-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 50px;
  transform: skew(-15deg);
  border-radius: 5px;
  background-color: var(--secondary-color);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#prev-slide-btn:hover,
#next-slide-btn:hover {
  background-color: #056967;
  box-shadow: rgba(149, 157, 165, 0.3) 8px 8px 2px;
}


#prev-slide-btn {
  margin-right: 1rem;
}


#next-slide-btn>img {
  transform: rotate(180deg);
}

.hero-img-wrapper .owl-carousel .owl-nav button.owl-prev {
  position: relative !important;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  border: none !important;
  padding: 0 !important;
  font: inherit;
  /* font-size: inherit; */
  width: 80px;
  height: 50px;
  transform: skew(-15deg);
  background-color: var(--secondary-color) !important;
  font-size: 30px !important;
  color: #fff !important;
  border-radius: 10px;
  font-weight: 300;
}

.hero-img-wrapper .owl-carousel .owl-nav button.owl-next {
  position: relative !important;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  border: none !important;
  padding: 0 !important;
  font: inherit;
  /* font-size: inherit; */
  width: 80px;
  height: 50px;
  transform: skew(-15deg);
  background-color: var(--secondary-color) !important;
  font-size: 30px !important;
  color: #fff !important;
  border-radius: 10px;
}

.owl-carousel .owl-stage-outer {
  border-radius: 10px;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: -51px;
  left: -39rem;
  width: 617px;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}

.owl-theme .owl-dots::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #F77E21;
  top: 50%;
  z-index: -1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0px 0px;
  background-color: white;
  outline: 1px solid var(--primary-color);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--primary-color);
}

.section {
  position: relative;
  /* background-color: #F77E21; */
}

.container {
  /* background-color: #03827F; */
}

.owl-carousel .owl-nav button.owl-prev {
  background: none;
  color: inherit;
  border: none !important;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  left: -50px;
  /* border-radius: 50%; */
  background-color: var(--secondary-color) !important;
  font-size: 20px !important;
  color: #fff !important;
  border-radius: 0px 10px;
  /* margin-right: 2rem; */
  transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav button.owl-next {
  background: none;
  color: inherit;
  border: none !important;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 40%;
  right: -50px;
  width: 50px;
  height: 50px;
  /* border-radius: 50%; */
  background-color: var(--secondary-color) !important;
  font-size: 20px !important;
  color: #fff !important;
  border-radius: 10px 00px;
  font-size: 20px;
  transition: all 0.2s ease-in-out;

}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #056967;
  box-shadow: rgba(149, 157, 165, 0.3) 8px 8px 2px;
}

.services-provide .owl-carousel .owl-stage-outer {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}

.service-view-btn {
  background-color: var(--primary-color);
  border-radius: 50px 5px;
  transition: all 0.2s linear;
  color: white;
}

.service-view-btn:hover {
  border-radius: 0;
  color: white;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 37%);
}

/* card section*/
#services .text-holder,
.testimoni-header,
.client-sec .text-holder {
  position: relative;
  width: fit-content;
  margin: auto;
}

.section-title {
  width: fit-content;
}

#services .text-holder::after,
.testimoni-header::after,
.client-sec .text-holder::after {
  content: "";
  position: absolute;
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.client-sec .text-holder::after {

  bottom: -4px;
}


#services .text-holder .txt-bg,
.testimoni-header .txt-bg,
.client-sec .text-holder .txt-bg {
  position: absolute;
  background-color: #F77E21;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  left: 0;
  bottom: -7px;
}

.client-sec .text-holder .txt-bg {
  bottom: -10px;
}

#services .text-holder .txt-bg_2,
.testimoni-header .txt-bg_2,
.client-sec .text-holder .txt-bg_2 {
  position: absolute;
  background-color: #F77E21;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  right: 0;
  bottom: -7px;
}

.client-sec .text-holder .txt-bg_2 {
  bottom: -10px;
}



.card {
  /* justify-content: space-around; */
  align-items: center;
  min-height: 400px;
  max-height: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 1rem 1rem;
  border: none;
  border-radius: 10px;
}


.card>img {
  height: 150px;
  /* margin-bottom: 1rem; */
}

.text-wrapper {
  padding-top: 2rem;
  text-align: left;
}

.card h6 {
  color: black;
  font-size: 1.2rem;
  width: 100%;
  /* margin-top: 1.5rem; */
  font-weight: 600;
}

.card p {
  color: black;
  /* margin-top: 1rem; */
}

/* card section ending*/
.about {
  position: relative;
  min-height: 550px;
  /* background-color: #ffffff; */
  /* box-shadow: 2px 2px 10px black; */
}

.about::before {
  content: "";
  position: absolute;
  background-image: url("../media/img/Untitled-1_03.svg");
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  /* z-index: -1; */
  left: -100px;
}

@media screen and (max-width:575px) {
  .about::before {
    display: none;
  }
}


.about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  z-index: -1;
}

.about-text-area {
  background: rgba(3, 130, 127, 0.7);
  box-shadow: inset 0px 0px 30px 1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
}

@media screen and (max-width:575px) {
  .about::before {
    display: none;
  }

  .about-text-area {
    box-shadow: none;
  }
}


@media screen and (max-width: 768px) {
  .about::before {
    left: 0px;
  }

  .about-text-area {
    backdrop-filter: blur(2px);
  }
}

.about-text-area>h3 {
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 0.5rem;
  text-align: center;
}

.about-heading-bg {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  bottom: -3px;
  background-color: white;
  border-radius: 50px;
}

.about-heading-bg_2 {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -3px;
  background-color: white;
  border-radius: 50px;
}

.about-text-area>h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  bottom: 0;
  left: 0%;
}

.about-text-area>p {
  font-weight: 500;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width:575px) {
  .about-text-area>p {
    text-shadow: none;
  }
}

.about-us-btn {
  background-color: var(--primary-color);
  border-radius: 50px 5px;
  transition: all 0.2s linear;
}

.about-us-btn:hover {
  border-radius: 0px 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);
}


#testimonial-wrapper {
  position: relative;
}

#testimonial-wrapper .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

#testimonial-wrapper .owl-carousel.owl-drag .owl-item {
  display: flex;
}

.test-box {
  min-width: auto;
  /* min-height: 300px; */
  padding: 2rem;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);

}

.box-header {
  position: relative;
}

.box-header>img {
  position: absolute;
  right: 0%;
  top: -15px;
  max-height: 35px;
  width: auto !important;
}

.heading-text>h3 {
  font-size: 1.2rem;
}

.heading-text>p {
  font-size: 0.8rem;
}

.test-text-area {
  height: 100%;
}

/* .test-slider {
  width: 1000px;
} */

.owl-item {
  width: 100%;
  margin: 0;
}

.test-slider .owl-nav button.owl-prev {
  background: none;
  color: inherit;
  border: none !important;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  left: -55px;
  /* border-radius: 50%; */
  background-color: var(--secondary-color) !important;
  font-size: 20px !important;
  color: #fff !important;
  border-radius: 0px 10px;
  /* margin-right: 2rem; */
}

.test-slider .owl-nav button.owl-next {
  background: none;
  color: inherit;
  border: none !important;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  right: -55px;
  /* border-radius: 50%; */
  background-color: var(--secondary-color) !important;
  font-size: 20px !important;
  color: #fff !important;
  border-radius: 10px 0px;
  /* margin-right: 2rem; */
}

.contact-us-section {
  margin: 3rem 0rem;

}

.contact-img-sec {
  position: relative;
  /* background-color: #F77E21; */
  /* outline: 1px solid black; */
  border: 2px solid black;
  width: 650px;
  height: 400px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -2;
  padding: 1rem;
  border-radius: 20px;
}

.contact-img-sec::before,
.contact-img-sec::after {
  position: absolute;
  background: #fff;
  z-index: -1;
  transition: 1s;
  content: '';
}

.contact-img-sec::before {
  height: 400px;
  width: 650px;
  animation: horizontal-sizing 5s ease-in-out infinite;
  /* transition: all 0.3s ease-in-out; */
}

@keyframes horizontal-sizing {
  0% {
    width: 650px;
  }

  50% {
    width: 0px;
  }

  100% {
    width: 650px;
  }
}

.contact-img-sec::after {
  height: 400px;
  width: 650px;
  animation: vertical-sizing 5s ease-in-out infinite;
}

@keyframes vertical-sizing {
  0% {
    height: 400px;
  }

  50% {
    height: 0px;
  }

  100% {
    height: 400px;
  }
}



.contact-img-sec>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* .contact-bg-top::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  right: -51px;
  top: -49px;
}

.contact-bg-top::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  left: -51px;
  top: -49px;
} */




.contact-text-area {
  position: relative;
  background-color: var(--secondary-color);
  width: 50%;
  height: fit-content;
  margin: auto;
  border-radius: 10px;
}

.contact-text-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  z-index: -1;
  border-radius: 10px;
}

.contact-area-wrapper {
  transform: translateX(-4%);
}

.contact-text-area>h4 {
  font-size: 1.5rem;
}

.contact-btn {
  background-color: var(--primary-color);
  border-radius: 40px 40px;
  padding: 0.9rem 2.2rem;
  margin: 20px;
  border: white;
  transition: all 0.2s linear;
}

.contact-btn:hover {
  background-color: #03827F;
  border-radius: 0px 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);
}

.form-control:focus {
  box-shadow: 0 0 0 .15rem #038280bd;
  /* box-shadow: none; */
}

#btnContactUs:hover {
  background-color: var(--secondary-color);
}

.box {
  width: 150px;
  height: 150px;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-content: center;
}

.box>img {
  max-width: 100%;
  height: 100%;
}

.close {
  color: rgb(44, 44, 44);
}

.close:hover {
  cursor: pointer;
  color: rgb(0, 0, 0);
}

.form-control {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2000);
  border: none;
  /* border-bottom: 1px solid black; */
  /* border-left: 1px solid black; */
  /* border-radius: 0px; */
}

.footer {
  position: relative;
  background-color: rgba(255, 255, 255, 0.76);
  margin-top: auto;
  box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.589);
}

.footer::before {
  content: "";
  position: absolute;
  background-image: url("../media/img/globe\ map.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.footer-wrapper {
  z-index: 2;
}

.f-logo {
  background-color: #ffffff;
  border-radius: 50px;
}

.social-media-sec>a>svg {
  height: 40px;
  transition: all 1s ease-in-out;
}

#facebook_bg,
#linkdin_bg,
#whatsapp_bg {
  transition: all 1s ease-in-out;
  stroke: #2C3333;
}

.social-media-sec>a>svg:hover #facebook_bg {
  fill: #4267B2;
}


.social-media-sec>a>svg:hover path {
  fill: white;
}

.social-media-sec>a>svg:hover #linkdin_bg {
  fill: #0A66C2;
}

.social-media-sec>a>svg:hover #whatsapp_bg {
  fill: #25D366;
}

.social-media-sec>a>#insta_bg>defs {
  display: none;
}

.social-media-sec>a>#insta_bg:hover defs {
  display: inline;
}





.tagline {
  text-align: center;
}

.tagline>h6 {
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: 2px dashed var(--primary-color);
  width: 50%;
  margin: auto;
  color: var(--secondary-color) !important;
  /* text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.507); */
  font-size: 1.2rem;
}

.border-anime>ul>li {
  text-align: center;
  /* background-color: #03827F; */
}

.border-anime>ul>li>a {
  position: relative;
  color: #2C3333 !important;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 0.83rem;
}

.border-anime>ul>li>::before {
  content: "";
  position: absolute;
  /* width: 100%; */
  height: 2px;
  bottom: -1px;
  background-color: var(--primary-color);
  width: 0;
  transition: width 0.3s ease-in-out;
  left: 0%;
}

.border-anime>ul>li>:hover::before {
  width: 100%;
  left: 0;
}

.links h5 {
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  font-weight: 700;
  /* text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.253); */
}

.links h5::before {
  content: "";
  position: absolute;
  width: 130%;
  height: 2px;
  background-color: var(--secondary-color);
  bottom: -3px;
}

.links ul {
  margin: 0 !important;
  padding: 0 !important;
}

.copywright {
  background-color: #ffffff;
  border-top: 1px solid black;
}

.copywright>h6 {
  margin: 0 !important;
  color: #2C3333;
}

.copywright>h6>a {
  position: relative;
  line-height: normal;
  color: var(--primary-color);
}

.copywright>h6>a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  background-color: var(--primary-color);
  left: 0;
  transition: width 0.3s ease-in-out;
}

.copywright>h6>a:hover::before {
  width: 100%;
}

/* back to top button */
.back-to-top {
  position: fixed;          /* Important: stick to screen */
  bottom: 90px;             /* ⬆ Shifted above WhatsApp button (20px above it) */
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  z-index: 996;
  background: var(--primary-color);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  transition: all 0.3s ease-in-out;
}

/* .back-to-top:hover {
  border-radius: 5px;
} */

/* .back-to-top:focus {
  border-radius: 5px;
}

.back-to-top:hover.back-to-top i {
  transform: translateY(-5px);
} */

.back-to-top i {
  transition: all 0.3s ease-in-out;
  /* line-height: 50px; */
  color: #fff !important;
}

.back-to-top:hover {
  border-color: #ea5210;
}

.back-to-top:focus {
  outline: 0;
}

/* services section */


.feature-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 50px;
  flex-wrap: wrap;
}

.card-1 {
  background-color: #fff4e8;
  border-radius: 10px;
  width: 300px;
  height: 470px;
  padding: 25px;
  box-shadow:  0px 8px 8px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease;
}



.card-1 a {
  color: white;
  background-color: var(--primary-color);
  padding: 0.6rem 1rem;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.card-1 a:hover {
  background-color: #03827f;
  color: white;
  text-decoration: none;
  transform: scale(1.05);
}


.card-1:hover {
  transform: translateY(-5px);
}

.card-1 img {
  width: 100%;
  height: auto;
  max-height: 190px;
  object-fit: contain;
  margin-bottom: 15px;
}

.card-1 h3 {
  font-size: 26px;
  font-weight: 650;
  color: #025f5d;
  margin-bottom: 10px;
  margin-top: 11px;
}

.card-1 p {
  text-align: center;
  color: #333;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.card-1 button {
  background-color: #2eaf7d;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 25px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.card-1 button:hover {
  background-color: #ff6600;
  color: white;
}


.card-1:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  transition: all 0.3s ease;
}



/*  ending service CSS*/
#services-holder {
  /* background-color: #0eb1e2; */
  height: 500px;
  display: flex;
  align-items: center;
  /* flex: 1; */
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.serv-box {
  position: relative;
  width: 150px;
  /* min-height: 150px; */
  height: 100%;
  background-color: var(--secondary-color);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem 0.3rem;
  overflow: hidden;
  cursor: pointer;
  transition: width 0.8s linear;
}

/* .serv-box:nth-child(2)>img {
  width: 50%;
} */

.serv-box_active {
  width: 100%;
  /* justify-content: flex-start; */
  padding: 3rem 2rem;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: end;
  cursor: default;
  /* flex: 4; */
  transition: width 0.8s linear;
  height: 100%;
}

.serv-box_active h3 {
  transform: rotate(0deg) !important;
  transition: all 0.5s linear;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.5);
}

.serv-box>img {
  position: absolute;
  width: 70%;
  height: 100%;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  /* z-index: -1; */
  opacity: 0;
  /* visibility: hidden; */
  transition: all 0.5s linear;
}
@media screen and (max-width:575px) {
  .serv-box>img {
    height: auto;
    top: 25%;
    width: 60%;
  }

}

.serv-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 2;
}


.serv-box .serv-box_text_holder {
  z-index: 2;
}

.serv-box .serv-box_text_holder h3 {
  /* position: absolute; */
  transform: rotate(-90deg);
  /* text-align: center; */
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  transition: all 0.5s linear;
  word-spacing: 0.3rem;
}

.serv-box .serv-box_text_holder p {
  display: none;

}

.serv-box_active>img {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s linear;
}

.serv-box_active .serv-box_text_holder p {
  font-weight: 500;
  color: white;
  margin-top: 1rem;
  display: block;

}

.serv-box .serv-box_text_holder a {
  display: none;
}

.serv-box_active .serv-box_text_holder a {
  color: white;
  background-color: var(--primary-color);
  padding: 1rem 2rem;
  /* margin-top: 1rem; */
  display: inline-block;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .serv-box_active .serv-box_text_holder a {
    padding: .5rem 2rem;
  }

  .serv-box_active .serv-box_text_holder p {
    margin-top: 0.5rem;
  }

  .serv-box .serv-box_text_holder h3 {
    white-space: normal;
    font-size: 1.3rem;
  }
}

/* heading section */
.page-title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 100px;
  margin-top: 4.2rem;
  background-size: 50rem;
}
.page-title-1 {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 100px;
  margin-top: 4.2rem;
  background-size: 50rem;
}

@media (max-width: 575px) {
  .page-title {
    padding: 50px 0 50px !important;
  }
}

.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}

.breadcrumb {
  background-color: transparent !important;
  text-align: center;
}

.breadcrumb a {
  position: relative;
  text-align: center;
}



.breadcrumb li,
.breadcrumb p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  cursor: pointer;
}
.breadcrumb>li+li:before {
  padding: 0 0px;
  color: #ccc;
}

.brumb {
  display: flex;             
  justify-content: center;   
  align-items: center;         
  gap: 8px;                    
  color: white;
  margin-top: 10px;            
}

.brumb a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.brumb span {
  color: white;
}



/* Second*/
.bread {
  background-color: transparent !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.bread p {
  position: relative;
}



.bread li,
.bread p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}


@media screen and (max-width:575px) {
  #services-holder {
    flex-direction: column;
    height: auto;
  }

  .serv-box {
    width: 100%;
    margin: 0.3rem 0.3rem;
    height: 100px;
    transition: height 0.5s ease;
  }

  .serv-box_active {
    min-height: 400px;
    max-height: 500px;
    /* transition: all 0.5s ease; */
  }

  .serv-box .serv-box_text_holder h3 {
    transform: rotate(0deg)
  }

  .border-anime>ul>li {
    text-align: left;
  }

  .tagline>h5 {
    font-size: 3vw;
  }

  .copywright h6 {
    font-size: 2.5vw;
  }
}

/* -------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------css for ui ux page*----------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------*/
#content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: var(--primary-color);
  /* padding: 2rem 0px; */
}


@media screen and (max-width:768px) {
  #content {
    background-color: transparent;
  }

  #content::after {
    content: "";
    position: absolute;
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.9;
  }


  .it_bg::before {
    position: absolute;
    content: "";
    background-image: url("../media/img/it_project_img/it_responsive_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    z-index: -1;
  }
}

/* .c-text-area {
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  height: 100%;
  margin-left: 2rem;
} */
/* .c-text-area{
  margin-top: auto;
} */
.c-text-area-holder {
  padding: 2rem 0px;
}

.c-heading {
  position: relative;
  width: fit-content;
}

.c-text-area .c-heading h1 {
  font-size: 5vw;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 2.5rem;
}

@media screen and (max-width:768px) {
  .c-text-area .c-heading .it_heading {
    font-size: 6vw;
  }

  .c-text-area .c-heading .it_subheading {
    font-size: 3vw !important;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width:500px) {
  .b-text-main {
    font-size: 0.875rem;
  }

  .c-text-area .c-heading .it_heading {
    font-size: 13vw;
    margin-bottom: 0px;
  }

  .c-text-area .c-heading .it_subheading {
    font-size: 5vw !important;
    margin-top: 0.5rem;
  }

  .c-text-area .c-heading h5 {
    font-size: 4vw !important;
    /* transform: translateY(-10px); */
  }

  .c-text-area .c-heading .ux_subhead {
    /* font-size: 4vw !important; */
    transform: translateY(-10px);
    font-size: 5vw !important;
  }

  .c-text-area .c-heading .ux_heading {
    font-size: 13vw !important;
  }

  .c-text-area p {
    font-size: 3.6vw !important;
    margin: 2rem 0px !important;
  }

}


.c-text-area .c-heading h5 {
  /* position: absolute; */
  font-size: 2.4vw;
  font-weight: 300;
  color: white;
}

.c-text-area .c_2 h5 {
  left: 0 !important;
}

.c-text-area .ux_subhead {
  margin-top: 1rem;
}



.c-text-area p {
  font-size: 1.3vw;
  color: white;
  margin: 3rem 0px;
}

.c-text-area .ux_para {
  font-size: 1.5vw;
}

@media screen and (max-width:768px) {
  .c-text-area .ux_subhead {
    line-height: 0px;
    font-size: 4vw !important;
  }

  .c-text-area .c-heading .ux_heading {
    font-size: 10vw;
    line-height: normal;
  }

  .c-text-area .ux_para {
    font-size: large;
  }

  .c-text-area p {
    font-size: 2.3vw;
    /* display: none; */
  }


}

.c-text-area a {
  display: block;
  color: white;
  background-color: var(--secondary-color);
  padding: 1rem 3rem;
  width: fit-content;
  border-radius: 10px;
  text-transform: capitalize;
}

@media screen and (max-width:500px) {
  .c-text-area a {
    padding: 1rem 2rem;
  }
}


.c-img {
  width: 50%;
  height: 100%;
}

/* .c-img:last-child {
  display: none;
} */

@media screen and (max-width:768px) {
  .c-img {

    display: none;
  }
}

#brief {
  margin-left: auto;
  margin-right: auto;
}

#brief .b-text-area {
  font-size: 1.2rem;
  margin: auto;
}

/* .b-text-area .b-text-main {
  width: 50%;
} */
.b-text-area .b-text-main .b-start {
  font-size: 3rem;
  color: black;
  line-height: 0px;
}

.b-text-area .b-text-main span {
  color: var(--primary-color);
  font-weight: 500;
}

.b-img-sec {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-img-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width:500px) {
  .b-img-holder {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .brief-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .b-text-main {
    /* font-size: 1rem; */
    margin-bottom: 1rem;
  }
}

/* .b-img-holder img {
  max-width: 300px;
  min-width: 100px;
} */
.b-main-img-holder {
  min-width: 300px;
  max-width: 500px;
  height: auto;
}

.b-main-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-img-holder .b-main-img-holder:nth-child(2) {
  z-index: 2;
  top: 50px;
  transform: translateY(30%) translateX(-50px);
}

.b-img-holder .b-main-img-holder:nth-child(3) {
  z-index: 1;
  grid-column: 1;
  transform: translateY(-50px);
}



@media screen and (max-width:575px) {
  .b-img-holder .b-main-img-holder:nth-child(2) {
    transform: translateY(0px);

  }

  .b-img-holder .b-main-img-holder:nth-child(3) {
    transform: translateY(0px);
  }

}


#design_help {
  width: 100%;
}

.dh_holder {
  margin-left: auto;
  margin-right: auto;
}

.dh_holder h3 {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-bottom: 1rem;
}



.dh_features {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
}



.dh-f {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}

.dh-f img {
  width: 100%;
}

.dh-f h5 {
  text-transform: capitalize;
  margin-top: 1rem;
  font-size: 1.2vw;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .b-img-holder {
    /* margin-top: 2rem; */
    margin: auto;
  }

  .dh_features {
    flex-direction: column-reverse;
  }

  .dh-f h5 {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 575px) {

  .dh_features {
    grid-template-columns: repeat(2, 1fr);
  }

  .dh-f h5 {
    font-size: 4vw;
  }

}

/*
#quotes {
  padding-top: 3rem;
} */

#quotes h5 {
  position: relative;
  padding: 4rem;
  background-color: var(--secondary-color);
  /* width: fit-content; */
  border-radius: 10px;
  color: white;
  line-height: 166%;
}

#quotes h5 i {
  font-size: 3vw;
  color: var(--primary-color);
}

/* #quotes h5::before {
  content: "";
  position: absolute;
  background-image: url("../media/img/uiux_design_images/quotation\ mark.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 25px;
} */





.cycle_holder img {
  padding: 4rem;
  background-color: white;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.cycle_text-area {
  width: 50%;
  margin-left: 2rem;

}

@media screen and (max-width:768px) {
  .cycle_text-area {
    width: 100%;
    margin-left: 0px;
    margin-top: 2rem;
  }

  #quotes h5 i {
    font-size: 5vw;
    color: var(--primary-color);
  }


}

@media screen and (max-width: 500px) {

  #quotes h5 {
    font-size: 3.3vw;
    padding: 3rem;
  }

  #quotes h5 i {
    font-size: 7vw;
    color: var(--primary-color);
  }

  /* #quotes h5::before {
    content: "";
    position: absolute;
    background-image: url("../media/img/uiux_design_images/quotation\ mark.svg");
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    top: 0;
    left: 25px;
  } */

}

.cycle_text-area h3 {
  color: var(--primary-color);
}

.cycle_text-area p {
  font-size: 1.2rem;
}

@media screen and (max-width:500px) {
  .cycle_text-area p {
    font-size: 0.875rem;
  }
}

.exterprise h3 {
  color: var(--primary-color);
  font-weight: 700;
}


/* --------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------css for it project management page*------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
  .ux_bg::before {
    position: absolute;
    content: "";
    background-image: url("../media/img/uiux_design_images/ui-ux_responsive_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    z-index: -1;
  }
}

.b-img-sec .it-pto-img {
  max-width: 550px;
  min-width: 200px;
}

.red_flag_holder {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

.red_flag_holder .red_flag_textarea {
  grid-column: 2;
}

.red_flag_textarea h3,
.p-s_heading h3 {
  text-transform: capitalize;
  color: var(--primary-color);
  margin-bottom: 2rem;
  font-weight: 700;
}

.red_flag_textarea h3 {
  margin-left: 0.5rem;
  margin-top: 1rem;
}

.red_flag_holder .red_flag_img {
  grid-column: 1;
  grid-row: 1;
  min-width: 200px;
  max-width: 500px;
  margin: auto;
}

.red_flag_textarea .pointers-holder {
  margin-top: 1rem;
}

.red_flag_textarea h6,
.p-s_heading h6 {
  line-height: 1.5rem;
  font-size: 1rem;
}

.red_flag_textarea h6 {
  margin-left: 0.5rem;
}

.red_flag_pointers {
  position: relative;
  /* margin-bottom: 0%; */
  margin-left: 1 rem;
}

.red_flag_pointers::before {
  content: "";
  position: absolute;
  left: -1rem;
  /* top: 50%; */
  /* transform: translate(-50%, -50%); */
  /* bottom: 0; */
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  /* margin-left: -10px; */
  transform: translateY(0.4rem);
  display: inline-flex;
  /* margin-right: 1rem;*/
}


.project_stage_holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.p-s_heading {
  grid-column: 1 / -1;
}

.p-s_heading h3 {
  position: relative;
  width: fit-content;

}

/* @media screen and (max-width:500px) {
  .p-s_heading h3 {
    text-align: center;
  }
} */

/* .p-s_heading h3::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: var(--secondary-color);
  bottom: -8px;
  left: 0;
} */

.project_list_holder {
  grid-row: 2;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {



  .project_list_holder,
  .red_flag_holder {
    grid-template-columns: 1fr;
  }

  .red_flag_img {
    grid-column: 2 !important;
  }

  .red_flag_textarea h3 {
    margin-bottom: 1.5rem;
  }

}

.pro {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 2rem 2rem;
  /* border-radius: 10px; */
  overflow: hidden;
}

.pro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: var(--primary-color);
}

.pro h5 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
  text-transform: capitalize;
}

.pro ul li,
.pointers-holder ul li {
  margin: 1rem 0px;
}

.dh_holder h3,
.s-heading>h3,
.cycle_text-area h3 {
  font-weight: 700;
}

/* --------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------css for QA management page*------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
  .qa_bg::before {
    position: absolute;
    content: "";
    background-image: url("../media/img/qa-manage-img/qa_responsive_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    z-index: -1;
  }
}

.s-heading>h3 {
  position: relative;
  color: var(--primary-color);
  width: fit-content;
  font-weight: 700;
}

/* .s-heading>h3::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: var(--primary-color);
  bottom: 0;
  right: 0;
} */

.s-list-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;

}

@media screen and (max-width:1024px) {
  .s-list-area {
    grid-template-columns: repeat(2, 1fr);

  }
}



.s_list_2 {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width:768px) {
  .s-list-area {

    grid-template-columns: repeat(2, 1fr);
  }

  .s_list_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:500px) {
  .s-list-area {

    grid-template-columns: repeat(1, 1fr);
  }

  .s_list_2 {
    grid-template-columns: repeat(1, 1fr);
  }

}

@media screen and (max-width:350px) {
  .s-heading>h3 {
    text-align: center;
  }
}

.s-box {
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

.s-box .s-text-area h5 {
  /* text-align: center; */
  margin-bottom: 1rem;
  font-weight: 600;
}

.s-box .s-text-area {
  text-align: left;
}

.s-box .s-text-area ul {
  padding: 0px;
}

.s-box .s-text-area ul li {
  position: relative;
  list-style: url("../media/img/qa-manage-img/square-solid_#path245_copy_1.svg");
  margin: 0.3rem 0px;
  margin-left: 1rem;
  /* background-color: #03827F; */
}

/* .s-box .s-text-area ul li::before {
  content: counter(li);
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  top: 50%;
  left: -5%;
  transform: translate(-50%, -50%);
} */

.s-box>img {
  margin: auto;
  display: block;
}

/* --------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------css for frontend development page*------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
  .frontend_bg::before {
    position: absolute;
    content: "";
    background-image: url("../media/img/frontend\ images/frontend_responsive_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    z-index: -1;
  }
}

.s-text-para h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 700;
}

.lan-content-holder {
  /* grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem; */
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
}

.lan-img-holder {
  background-color: #ffffff;
  text-align: center;
  /* margin: 0.5rem; */
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  padding: 1rem 2rem;
  border-radius: 10px;
}

.lan-icon img {
  /* padding: 3rem 3rem; */
  /* width: 80px; */
  /* margin: auto; */
  /* display: block; */
  width: 80px;
  margin: auto;
  display: block;
  /* padding: 1rem;*/
}

/* .s-info-holder:nth-child(2),
.s-info-holder:nth-child(3) {
  margin-top: 3rem;
} */

@media screen and (max-width: 768px) {

  .lan-content-holder {
    grid-template-columns: repeat(3, 1fr);
  }

  .s-info-holder {
    flex-direction: column !important;
  }

  .s-text-para {
    margin: 0 !important;
  }

  .frontend-dev-img {
    width: fit-content;
    margin: auto;
  }

  .lan-content-holder {
    justify-content: space-around;
  }

  .lagacy-modern {
    flex-direction: column;
  }
}

@media screen and (max-width:500px) {
  .lan-content-holder {
    grid-template-columns: repeat(2, 1fr);
  }

  .frontend-dev-img,
  .frontedn-modern {
    width: 100%;
  }

  /* .s-info-holder:nth-child(2),
  .s-info-holder:nth-child(3) {
    margin-top: 5rem;
  } */

  .c-text-area .c-heading .front_end_heading {
    font-size: 13vw !important;
  }
}

.short-cuts {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  /* width: 100%; */
  /* border: 2px solid black; */
  position: absolute;
  height: 100px;
  z-index: 10;
  /* display: flex; */
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#about .extricate-logo {
  display: block;
  width: 30%;
  height: 100%;
  object-fit: cover;
  float: left;
  margin-right: 1rem;
  background-color: white;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 2rem;
  border-radius: 1rem;

}

#about p {
  text-align: justify;
  /* font-size: 25px; */
  font-size: 1.1rem;
  /* letter-spacing: 1.3px; */
  /* line-height: 2rem; */
}
.img-1 img{
  width: 600px;
}
.img-2 img{
  width: 500px;
}
.c-text-area .c-heading .digitHead{
  line-height: 4rem;
}
@media screen and (max-width:500px) {
  .img-1 img{
    width: 100%;
  }
  .img-2 img{
    width: 100%;
  }
  .c-text-area .c-heading .digitHead{
    font-size: 8vw !important;
    line-height: 3rem;
  }
}
.global_fontsize {
  font-size: 18px !important;
  color: #000 !important;
  line-height: 20px !important;
  margin-bottom: 10px;
}
.hr_color,
.hr_color hr,
.hr_dots span {
  /* color: #000; */
  color: #8f241f;
  background: #922a26;
}

.heading_lines {
  font-size: 20px;
}

.column.one-second.mcb-wrap {
  padding: 10px 36px;
  margin: 60px 8px;
  background: #ffffffdb;
  min-height: 430px;
  font-weight: bold;
  color: black !important;
}

.column.one-second.mcb-wrap li,
.column.one-second.mcb-wrap p {
  font-size: clamp(12px, 16px, 16px);
  font-weight: 500;
}

.column.one-second.mcb-wrap h4 {
  font-size: 18px;
  font-weight: 600;
}

.img-wrapper {
  position: relative;
  height: 70px;
}

.img-wrapper img {
  max-width: 80px !important;
  max-height: 99px !important;
  vertical-align: middle;
}
.flow-arrow {
  position: absolute;
  width: 0;
  height: 0;
  /* right: -20%; */
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgb(128, 0, 38);
  top: 30px;
  right: -50%;
  transform: translate(-50%, 0%);
}

@media screen and (max-width: 526px) {
  .flow-arrow {
    display: none;
  }
}

.number {
  margin-top: 3rem;
  bottom: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  color: white;
  /* -webkit-border-radius: 100%; */
  /* border-radius: 100%; */
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
  background: #922a26;
  position: relative;
  /* isolation: isolate; */
}

.number::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 1px;
  background-color: rgb(180, 180, 180);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.flow-heading {
  font-size: 0.8rem;
  text-align: center;
}


.slider-img-1 {
  max-width: 150px;
  /* max-height: 150px; */
}

.slider-img-2 {
  max-width: 250px;
}

.slider-img-1 img,
.slider-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-arrow {
  font-size: 4rem;
  color: #922a26;
}

.slide-para {
  max-width: 500px;
}

.slide-para h4 {
  font-size: 18px !important;
  color: #000 !important;
  line-height: 20px !important;
  margin-bottom: 10px;
}

.slide-para p {
  font-size: 14px !important;
  line-height: 17px !important;
  color: #4a4a4a !important;
}

.slide-para hr {
  color: #922a26;
  background-color: #922a26;

}
#carouselExampleIndicators {
  height: 300px;
}


.carousel-inner {
  box-sizing: border-box;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-left: 2rem;
}

@media screen and (max-width:768px) {
  .carousel-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

}

.step {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #922a26;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  font-size: 0.8rem;
}

.carousel-control-prev {
  left: 3% !important;
  width: 40px !important;
  height: 40px;
  top: 20%;
  background-color: #922a26;
  opacity: 1;
  transform-origin: center;
  transform: rotate(90deg);
}

.carousel-control-next {
  left: 3% !important;
  width: 40px !important;
  height: 40px;
  top: 50%;
  background-color: #922a26;
  opacity: 1;
  transform-origin: center;
  transform: rotate(90deg);
}

.carousel-indicators [data-bs-target] {
  text-indent: inherit;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(179, 179, 179);
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #922a26;
  color: white;
}