@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@700;800;900&display=swap');
@import url('https://unpkg.com/aos@next/dist/aos.css');
* {
  --font-default: 'Outfit', sans-serif;
  --font-heading: 'Outfit', sans-serif;
  --font-secondary: 'Manrope', sans-serif;
  --fontawesome: "Font Awesome 5 Pro";
  --black: #000000;
  --dark: #1D2027;
  --primary-color: #fc650c;
  --secondary-color: #202a32;
  /* --secondary-color: #cb6ce6; */
  --primary-bg-color: linear-gradient(85deg, var(--primary-color) 0%, #202a3275 100%);
  /* --primary-bg-color: #0f98a1; */
  --black-color: #000;
  --font-family: "roboto";
  --white-color: #fff;
  --color-primary: #fc650c;
  --color-secondary: #202a32;
  --bg-gradient-reverse: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  --bg-gradient-reverse2: linear-gradient(90deg, var(--white-color) 0%, var(--color-secondary) 100%);
  --para-color: #707270;
}

body {
  font-family: var(--font-default);
}

/* carousel start */

/* .carousel__slider {
  margin-top: -86px;
  z-index: -1;
} */

.img-overlay {
  position: relative;
}

.shadow.dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.40;
  background: var(--dark);
  z-index: 1;
}

.carousel-item img {
  position: relative;
  z-index: 0;
}

/* Zoom-out animation */
.carousel-item img {
  transform: scale(1.1); /* Start slightly zoomed in */
  transition: transform 1.2s ease; /* Smooth transition */
}

.carousel-item.active img {
  transform: scale(1); /* Zoom out to normal size */
}

/* Optional: Add transition to the overlay shadow */
.carousel-item .shadow.dark {
  transition: opacity 1s ease;
}

.carousel__captions {
  z-index: 100;
}
/* Caption animation */
.carousel-caption {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.carousel-item.active .carousel-caption {
  opacity: 1;
  transform: translateY(0);
}

.banner-shape-bg img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.carousel-item.active .banner-shape-bg img {
  opacity: 1;
  transform: translateY(0);
}
.banner-style-one {
  position: relative;
  z-index: 1;
}
.banner-shape-bg {
  position: absolute;
  right: -50%;
  bottom: 0;
  z-index: 1;
  display: flex;
  max-width: 50%;
  height: 50% !important;
  transition: all 0.55s ease-in-out;
  justify-content: right;
}

.banner-style-one .banner-shape-bg {
  right: 0;
  bottom: 0;
  opacity: 1;
  transition-delay: 1200ms;
}
.carousel__captions {
  position: absolute;
  right: 15%;
  top: 15rem !important;
  left: 38%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: justify;
}
.carousel__captions p {
  font-size: 21px;
  font-weight: 500;
}
.carousel__captions h2 {
  font-size: clamp(28px, 4vw, 55px);
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  text-shadow: 1px 1px 5px #202a32;
}
.btn-animation {
  z-index: 1;
  position: relative;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
}

.btn-animation i {
  display: inline-block;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  background: var(--white-color);
  color: #fc650c;
  border-radius: 50%;
  font-weight: 400;
  margin-right: 10px;
  transition: all 0.35s ease-in-out;
  transform: scale(0);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, var(--primary-color) 0px -3px 0px inset;
}

.btn-animation:hover {
  margin-left: 0;
}

.btn-animation:hover i {
  transform: scale(1);
}

.btn-animation::after {
  position: absolute;
  left: -12px;
  top: 0;
  content: "";
  height: 60px;
  width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.637);
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
  transform: scale(1);
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-animation:hover::after {
  transform: scale(0);
}

.btn-animation span {
  transition: all 0.35s ease-in-out;
  left: -50px;
  color: var(--white-color);
  position: relative;
  font-weight: 600;
}

.btn-animation:hover span {
  left: 0;
}

.carousel__captions .caption__buttons {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  /* opacity: 0; */
  /* visibility: hidden; */
  margin-top: 10x;
}

/* end slider */


.fun-fact .counter {
  position: relative;
}

.fun-fact .counter {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}

.about-card {
  display: inline-block;
  padding: 50px 30px;
  background: var(--secondary-color);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgb(255, 255, 255) 0px -4px 0px inset;
  border-radius: 15px 0px 15px 0px;
}

.about-card li {
  display: flex;
  margin-top: 30px;
  gap: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
}

.about-card li img {
  display: inline-block;
  position: relative;
  top: 10px;
}

.about-card .fun-fact .counter {
  color: var(--white-color);
  line-height: 1;
  font-size: 50px;
}

.about-card .fun-fact .medium {
  color: var(--white-color);
  font-weight: 600;
  opacity: 0.8;
}

.about-card li:first-child {
  margin: 0;
}

.about-style-one .about-card {
  position: absolute;
  left: -80px;
  bottom: -80px;
}
.about-thumb {
  position: relative;
}
.about-card {
  position: absolute;
  left: 90px;
  top: 250px;
}
.default__area {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
.about-thumb-img {
  width: 470px;
  height: 500px;
  margin: 0 auto;
  float: right;
}
.about-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: right;
  justify-content: end;
  align-items: end;
  margin: 0 auto;
  /* display: block; */
}

.shape-animated-left img {
  position: absolute;
  left: 0;
  bottom: 30%;
}

.shape-animated-left img:nth-child(2) {
  position: absolute;
  left: 50px;
  top: 120px;
}

.about__us__content {
  margin-top: 85px;
}
.about__us__content .about__para {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* number of lines to show */
          line-clamp: 6;
  -webkit-box-orient: vertical;
  /* padding-right: 8px; */
}
.about__us__content p {
  text-align: justify;
}
.sub__heading {
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 600;
  background: var(--bg-gradient-reverse);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.titles {
  font-weight: 600;
  color: var(--black-color);
}

.owner-info {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}
.owner-info .right-info {
  border-right: 1px solid #e7e7e7;
  padding-right: 30px;
}
.owner-info .left-info h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: clamp(17px, 4vw, 19px);
}

.thumb-shape-bottom {
  position: absolute;
  right: -20px;
  top: 350px;
  text-align: right;
  float: right;
  overflow: hidden;
}

.thumb-shape-bottom img {
  position: relative;
}

.thumb-shape-bottom img:first-child {
  position: absolute;
  right: -45px;
  top: 15px;
  float: right;
  height: 140px;
}

.experienceTotal {
  position: absolute;
  left: 55px;  
  display: inline-block;
  background: var(--bg-gradient-reverse);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.experienceTotal h2 {
  font-weight: 600;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  color: var(--white-color);
}
.experienceTotal {
  animation: hithere 1.8s ease infinite;
}
@keyframes hithere {
  30% { transform: scale(1.1); }
  40%, 60% { transform: rotate(-18deg) scale(1.1); }
  50% { transform: rotate(18deg) scale(1.1); }
  70% { transform: rotate(0deg) scale(1.1); }
  100% { transform: scale(1); }
}
.experienceTotal h2 strong {
  font-size: 100px;
  display: block;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  font-family: var(--font-family);
  font-weight: 600;
}

/* From Uiverse.io by JaydipPrajapati1910 */ 
.readMore a {
  background: transparent;
  position: relative;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fc650c;
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: #fc650c;
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
  max-width: 155px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.readMore a span {
  margin: 10px;
}

.readMore a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}

.readMore a:hover {
  color: #fff;
  border: 1px solid #fc650c;
}

.readMore a:hover::before {
  box-shadow: inset 0 0 0 10em #fc650c;
}
/* slick slider */
.slick-slide {
	/* transform: scale(0.8); */
	transition: all 0.4s ease-in-out;
	padding: 40px 12px;
}

.slick-slide img {
	max-width: 100%;
	transition: all 0.4s ease-in-out;
}

/* .slick-center {
	transform: scale(0.9);
} */

.slicks__cards {
  background: #ffffff1f;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #fff 0px -3px 0px inset;
  border: 1px dashed #fff;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.slicks__cards:hover img {
  -webkit-transform: scale(1.4); 
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    filter: grayscale(100%);
}
.slick__content {
  background: #fff;
  margin-top: 10px;
  padding: 7px 5px;
  height: 120px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.slick__content p {
  color: var(--color-secondary);
  text-shadow: 1px 1px 5px #fff;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.card__img {
  margin: 0 auto;
  display: block;
  width: 274px;
  height: 229px;
  -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
  overflow: hidden;
}
.card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.section___titls {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #fc650c 0px -4px 0px inset;
  background: var(--white-color);
  max-width: 500px;
  display: block;
  margin: 0 auto;
  padding: 5px 5px;
  border-radius: 10px 2px 10px 2px;
}
.sub__heading2 {
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 600;
  background: var(--bg-gradient-reverse);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.our__key__services {
  background: linear-gradient(#fc640c6e, rgba(231, 233, 235, 0.281)), url('../images/services/bg_ourkey.jpg') no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-attachment: fixed;
}

/* From Uiverse.io by mrhyddenn */ 
.readmore__btn a {
  position: relative;
  background: var(--bg-gradient-reverse);
  color: #fff;
  padding: 15px;
  margin: 7px auto;
  border-radius: 15px;
  border: 1px solid #fff;
  width: 120px;
  height: 35px;
  font-size: 15px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.readmore__btn a:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

svg:hover span,
svg:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.readmore__btn a:hover,
.readmore__btn a:hover .tooltip,
.readmore__btn a:hover .tooltip::before {
  background: linear-gradient(320deg, rgb(3, 77, 146), rgb(0, 60, 255));
  color: #ffffff;
}
/* what we do */
.bg-gray {
  background: #f7f7f7;
}
.what__we__do {
  /* padding: 55px 4px; */
  position: relative;
}
.triangle-shape {
  max-width: 12%;
  position: absolute;
  left: 0;
  top: 9px;
}
.bounce-in {
  animation: bounce-in 2s ease infinite;
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% { transform: scale(.9); }
  100% { transform: scale(1); }
}
.service-nav-info {
  padding: 67px 50px;
  background: var(--white-color);
  margin-right: 50px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 1px 10px 1px 10px;
  border: 1px solid #202a32a2;
}

.service-nav-info::before {
  position: absolute;
  right: -30px;
  bottom: -30px;
  content: "";
  height: 100%;
  width: 100%;
  border-right: 30px solid var(--dark);
  border-bottom: 30px solid var(--dark);
  z-index: -1;
  opacity: 0.06;
}

.service-nav-info h2 {
  font-weight: 600;
  margin: 0;
}

.service-nav-info h2 strong {
  display: inline-block;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.service-tab-navs {
  border: none;
  margin: 0;
  margin-top: 20px;
}

.service-tab-navs .nav-link {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  border: 2px solid #e7e7e7 !important;
  margin-top: 15px;
  border-radius: 10px;
  color: var(--color-heading);
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  position: relative;
  z-index: 1;
}
.service-tab-navs .nav-link:hover {
  background: var(--primary-color) !important;
    color: #fff !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-bottom: 3px solid #fc650c;
    border-radius: 10px 0px 10px 0px;
    text-align: center;
    /* padding: 7px 12px; */
    transition: all ease-in .2s;
    text-shadow: 1px 1px 10px #fefefe23;
}
.service-tab-navs .nav-link.active {
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: var(--white-color);
}

.service-tab-navs .nav-link i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.center-shape {
  position: absolute;
  /* left: 70%; */
  right: 0px;
  top: 0;
  height: 500px;
  width: 650px;
  background-repeat: no-repeat;
  background-size: contain;
}

.services-items {
  position: relative;
  z-index: 1;
  padding: 15px 8px;
  background: #fefefed5;
  backdrop-filter: blur(5px);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid #fc650c;
}

.services-items img {
  display: block;
  /* margin-bottom: 30px; */
  margin: 15px auto;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.services-items p {
  margin: 0;
  text-align: justify;
}
.services-items a {
  text-decoration: none;
  color: #202a32;
  font-weight: 600;
  text-shadow: 1px 1px 10px #fefefe;
}
.services-tab-content {
  margin-top: -30px;
}

.service-tab-navs .nav-link::after {
  left: 62px;
  bottom: -2px;
  content: "";
  height: 0;
  width: 30px;
  position: absolute;
  background: #fff;
  z-index: -1;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.service-tab-navs .nav-link::before {
  left: 80px;
  bottom: -2px;
  content: "";
  height: 0;
  width: 40px;
  position: absolute;
  background: #fc650c;
  z-index: -1;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.service-tab-navs .nav-link.active::after,
.service-tab-navs .nav-link.active::before {
  opacity: 1;
}

.service-tab-navs .nav-link.active::after {
  height: 30px;
}

.service-tab-navs .nav-link.active::before {
  height: 50px;
}

/* end here */

/* start our process */

.large-shape {
  position: absolute;
  right: 0;
  top: -120px;
  max-width: 15%;
}
.large-shape img {
  border: none;
    outline: none;
    max-width: 100%;
}

.large-shape2 {
  position: absolute;
  left: 0;
  top: -120px;
  max-width: 15%;
}
.large-shape2 img {
  border: none;
    outline: none;
    max-width: 100%;
}
.site-heading {
  padding: 22px 0px;
}
.our-process-area {
  background-size: cover;
  position: relative;
}

.our-process .thumb {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto auto 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.our-process .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.our-process .thumb::after {
  position: absolute;
  left: 0;
  bottom: -100%;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/our-process/curve-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.35s ease-in-out;
}
.our-process p {
  margin: 0;
}
.our-process {
  padding: 0 30px;
}
.our-process h4 {
  font-weight: 600;
  font-size: 24px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}
.our-process .thumb span {
  font-weight: 600;
  position: absolute;
  bottom: 4px;
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  text-transform: uppercase;
  font-family: Calibri;
  left: 55px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
.our-process:hover .thumb::after {
  bottom: 0;
}
.active.our-process .thumb::after {
  bottom: 0;
}
.our-process img {
  transition: all 0.35s ease-in-out;
}
.active .our-process:hover .thumb::before {
  opacity: 0;
}
.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.9); }
  to { transform: scale(1); }
}

/* end here */

/* why choose */

.why-chooses-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.why-chooses-area::after {
  position: absolute;
  left: -10%;
  top: 0;
  content: "";
  height: 100%;
  width: 60%;
  background: var(--secondary-color);
  z-index: -1;
  transform: skewX(-10deg);
}

.cover-bg {
  position: absolute;
  background-image: url('../images/our-process/why-choose.jpg');
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.why-chooses .sub__headingss {
    text-transform: uppercase;
    color: var(--color-primary) !important;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.why-chooses .titless {
  font-size: clamp(18px, 4vw, 40px);
  color: var(--white-color);
}
.why-chooses-area .text-invisible {
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 90px;
  text-transform: uppercase;
  z-index: 9;
  font-weight: 600;
  opacity: 0.8;
}

.list-item {
  position: relative;
  padding-left: 30px;
  z-index: 1;
  list-style: none;
  text-decoration: none;
}

.list-item li {
  margin-top: 35px;
}

.list-item li h4 {
  font-weight: 600;
  font-size: 22px;
}

.why-chooses p {
  color: #d2d2d4;
  margin: 0;
}

.list-item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 7px;
  background: var(--color-primary);
}

.why-chooses {
  position: relative;
  z-index: 1;
}

.why-chooses .shape-circle {
  position: absolute;
  left: -80px;
  top: -59px;
  z-index: -1;
}

.shape-left-top img {
  height: 100%;
}

.shape-left-top {
  max-width: 10%;
  position: absolute;
  left: 0;
  top: 0;
}

/* end here */
/* start team here */

.team-section-area {
  background-image: url('../images/our-team/team-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.team-section .info {
  padding: 30px;
  position: relative;
  max-width: 85%;
}

.team-section .title {
  font-size: 24px;
  margin-bottom: 5px;
}
.team-section .title a {
  text-decoration: none;
  color: #202a32;
}
.team-section .thumb {
  padding-left: 70px;
  position: relative;
  z-index: 1;
}
.team-section .thumb img {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.team-section .thumb::after {
  position: absolute;
  left: 25px;
  top: 0;
  content: "";
  height: 0;
  width: 18px;
  background: var(--color-primary);
  border-radius: 10px;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.secondary .team-section .thumb::after {
  background: var(--color-primary);
}

.team-section:hover .thumb::after {
  height: 50%;
  opacity: 1;
  visibility: visible;
}

.team-section .info::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 150%;
  width: 100%;
  background: var(--white-color);
  z-index: -1;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #fc650c 0px -3px 0px inset;
  border: 1px solid #fc650c;
}

.team-section .thumb img {
  border-radius: 10px;
}

.team-section .social {
  display: inline-block;
  position: absolute;
  left: 15px;
  bottom: 0;
  list-style: none;
  text-decoration: none;
}

.team-section .social a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--color-secondary);
  color: var(--white);
  border-radius: 50%;
  margin-top: 10px;
}

.team-section .social li {
  transition: all 0.35s ease-in-out;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}

.team-section .social li:nth-child(2) {
  transform: translateY(20px);
}

.team-section .social li:first-child {
  transform: translateY(30px);
}

.team-section:hover .social li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 20ms;
}

.team-section:hover .social li:nth-child(2) {
  transform: translateY(0);
  transition-delay: 30ms;
}

.team-section:hover .social li:first-child {
  transform: translateY(0);
  transition-delay: 40ms;
}

.team-section .social li.facebook a {
  background: #3B5998;
}

.team-section .social li.twitter a {
  background: #1DA1F2;
}

.team-section .social li.pinterest a {
  background: #E60023;
}

.team-section .social li.g-plus a {
  background: #DB4437;
}

.team-section .social li.linkedin a {
  background: #0077B5;
}

.team-section .social li.dribbble a {
  background: #ea4c89;
}
.team-section .social li a i {
  color: var(--white-color);
}
.team-section .social li a:hover {
  transition: all ease 0.4s;
  background: var(--bg-gradient-reverse);
}

/* end here */
.site-heading .devider {
  display: inline-block;
  width: 90px;
  height: 4px;
  background: var(--color-primary);
  position: relative;
  z-index: 1;
  left: 10px;
}
.site-heading .devider:before {
  position: absolute;
  left: -25px;
  top: 0;
  content: "";
  height: 4px;
  width: 15px;
  background: var(--color-primary);
}

/* start mission */

.mission-vision-area {
  background-image: url('../images/vission/vission-bg.png');
  background-repeat: no-repeat;
  background-position: bottom, 50%;
}

.mission-tab-content h2 {
  font-weight: 600;
  margin-bottom: 25px;
}
.mission-tab-navs .nav-link {
  color: #202a32;
  border: 1px solid #fc650c !important;
}
.mission-tab-content ul {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.mission-tab-content ul li {
  display: block;
  font-weight: 500;
  line-height: 2;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

.mission-tab-navs {
  border-bottom: none !important;
}

.mission-tab-navs button {
  border: none !important;
  margin: 0 !important;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white-color);
  transition: all 0.35s ease-in-out;
  border-radius: 30px !important;
  padding: 15px 45px;
  display: inline-block;
  margin-right: 10px !important;
  box-shadow: rgb(0 0 0 / 8%) 0px 10px 30px 0px;
}

.mission-tab-navs button.active,
.mission-tab-navs button:focus {
  color: var(--white-color) !important;
  background: var(--bg-gradient-reverse) !important;
}

.shape-top-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  max-width: 22%;
}

.shape-top-left img {
  width: 100%;
  height: 100%;
}
.mission__contents__area {
  display: flex;
  gap: 15px;
}
.mission__content p {
  text-align: justify;
}
.mission__content ul li .bi {
  color: #fc650c;
}
/* end vission */
/* testimonials */
/* slick slider */
.slick-slides {
	transform: scale(0.9) !important;
  z-index: 1000;
}

.slick-slides img {
	max-width: 100%;
	transition: all 0.4s ease-in-out;
}

.slick-center {
	transform: scale(1.1) !important;
}
.slick-slides:not(.slick-current) {
  filter: blur(2px);
}

.out-testimonials {
  background-image: url('../images/testimonials/testi-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.testimonials__cards {
  background: #fefefe;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  padding: 10px 10px;
}
.testi__cards {
  display: flex;
  width: 100%;
}
.testi__content {
  width: calc(100% - 25%);
}
.testi__content p {
  font-size: clamp(18px, 4vw, 22px);
  font-weight: 600;
  color: #202a32;
}
.stars__icons span i {
  color: #fc650c;
}
.testiContent p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
          line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
  padding-right: 8px;
}
.border-btm {
  border-bottom: 1px solid var(--secondary-color);
}
.testiContent h4 {
  color: var(--color-primary);
}
/* end */
/* breadcrumb area */

.breadcrumb__bg {
  background-image: url('../images/about/about-us-bread.jpg');
  padding: 165px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb__bg2 {
  background-image: url('../images/vission/vission-bread.jpg');
  padding: 150px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb__bg3 {
  background-image: url('../images/services/brea.avif');
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb__bg4 {
  background-image: url('../images/services/breadcrumb/01.jpg');
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb__bg5 {
  background-image: url('../images/services/breadcrumb/02.jpg');
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb__bg6 {
  background-image: url('../images/services/breadcrumb/03.jpg');
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb__bg7 {
  background-image: url('../images/services/breadcrumb/04.jpg');
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb__bg8 {
  background-image: url('../images/services/breadcrumb/05.jpg');
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb__bg9 {
  background-image: url('../images/services/breadcrumb/06.jpg');
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb__bg10 {
  background-image: url('../images/services/breadcrumb/07.jpg');
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb__bg11 {
  background-image: url('../images/services/breadcrumb/08.jpg');
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb__areas {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.shadows.darks {
  position: relative;
  z-index: 1;
}
.shadows.darks:after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.breadcrumb__shape {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

}
.breadcrumb__shape img {
  height: 100%;
}
.breadcrumb__shape img {
  border: none;
  outline: none;
  max-width: 100%;
}
.breadcrumb__content {
  display: block;
  margin: 0 auto; 
  z-index: 11;
  text-align: center;
}
.breadcrumb__areas .breadcrumbs {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}


.breadcrumb__areas .breadcrumbs span {
  padding: 0 10px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  text-align: center;
  color: var(--white-color);
  font-size: 16px;
}

.breadcrumb__areas .breadcrumbs span a {
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: var(--white-color);
}


.breadcrumb__areas .breadcrumbs span i {
  margin-right: 3px;
  color: var(--white-color);
  font-size: 16px;
}


.breadcrumb__areas h1 {
  display: block;
  font-weight: 600;
  margin-top: -10px;
  color: var(--white-color);
  text-align: center;
  z-index: 50;
}

/* end area */

.main__core__cirlce {
  position: relative;
  box-sizing: border-box;
}
.first__circle {
  height: 220px;
  width: 220px;
  border-radius: 50%;
  border: 2px dashed #ffff;
  background: #f5630f;
  box-shadow: #f5630f 0px 2px 8px;
  display: block;
  margin: 0 auto;
}
.first__circle p {
  text-align: center;
  font-size: clamp(25px, 4vw, 28px);
  font-weight: 700;
  color: var(--white-color);
  align-items: center;
  padding-top: 40px;
  text-transform: capitalize
}
.second__circle {
  position: absolute;
  top: 90px;
  left: 20px;
  height: 190px;
  width: 190px;
  border-radius: 50%;
  border: 2px solid #ffff;
  background: #202a32;
  box-shadow: #883f15 0px 2px 8px;
}
.second__circle p {
  text-align: center;
  font-size: clamp(25px, 4vw, 28px);
  font-weight: 600;
  color: var(--white-color);
  align-items: center;
  padding-top: 75px;
  text-transform: capitalize
}
.four__circle {
  position: absolute;
  top: 90px;
  right: 20px;
  height: 190px;
  width: 190px;
  border-radius: 50%;
  border: 2px solid #ffff;
  background: #202a32;
  box-shadow: #883f15 0px 2px 8px;
}
.four__circle p {
  padding: 0 10px;
  text-align: center;
  font-size: clamp(25px, 4vw, 28px);
  font-weight: 600;
  color: var(--white-color);
  align-items: center;
  padding-top: 45px;
  text-transform: capitalize
}
.five__circle {
  position: absolute;
  top: 200px;
  left: 180px;
  height: 185px;
  width: 185px;
  border-radius: 50%;
  border: 2px dashed #ffff;
  background: #f5630f;
  box-shadow: #f5630f 0px 2px 8px;
}
.five__circle p {
  text-align: center;
  font-size: clamp(25px, 4vw, 25px);
  font-weight: 600;
  color: var(--white-color);
  align-items: center;
  padding-top: 79px;
  text-transform: capitalize
}
.third__circle {
  position: absolute;
  top: 130px;
  left: 192px;
  z-index: 2;
  height: 155px;
  width: 155px;
  border-radius: 50%;
  border: 2px solid #ffff;
  background: var(--bg-gradient-reverse);
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.third__circle p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  align-items: center;
  padding-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: capitalize
}
.about__us__details p {
  font-size: medium;
  color: #202a32;
  text-align: justify;
  line-height: 1.7;
}
.about__us__details p span .bi {
  color: #f5630f;
  font-size: 19px;
}


.our__services__area {
  background-image: url('../images/services/service-shape.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.our__services__side .images-thumbs {
	padding-left: 80px;
	position: relative;
	z-index: 1;
}

.our__services__side .images-thumbs img {
	border-radius: 10px;
}

.our__services__side .experience {
	position: absolute;
	left: 0;
	bottom: 10px;
	display: inline-block;
	background: var(--bg-gradient-reverse);
	padding: 30px;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 10px;
}

.our__services__side .experience h2 {
	font-weight: 600;
	margin: 0;
	font-size: 18px;
	line-height: 1;
	color: var(--white-color);
}

.our__services__side .experience h2 strong {
	font-size: 100px;
	display: block;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
	font-family: var(--font-secondary);
	font-weight: 600;
}
.our__services__side .images-thumbs img:nth-child(1) {
	max-width: 410px;
}
.our__services__side .images-thumbs img:nth-child(2) {
	position: absolute;
	left: -150px;
	top: 0;
	max-width: 180px;
  object-fit: cover;
}
.default-feature-item {
	display: inline-block;
}

.default-feature-item a {
	display: block;
	background: #4e3333;
	padding: 30px 35px;
  text-decoration: none;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(255, 255, 255, 0.986) 0px -3px 0px inset;
}
.text-justify {
  text-align: justify;
}
.bg-gray .default-feature-item a {
	background: var(--white-color);
}

.default-feature-item a span {
	display: inline-block;
  height: 75px;
  width: 75px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #fefefe;
  border-radius: 50%;
}
.default-feature-item a span img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  align-items: center;
  margin: 8px auto;
}
.default-feature-item h4 {
	margin: 0;
	font-weight: 600;
  color: var(--white-color);
  padding-top: 11px;
}

.services__titless {
  font-weight: 600;
  font-size: 20px !important;
  color: #202a32;
  display: inline-block;
  gap: 20px;
}
.services__titless span {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--primary-color);
  border: 1px solid var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(255, 255, 255, 0.986) 0px -3px 0px inset;
  font-size: 19px;
  padding: 7px;
  color: #fff;
}
.start__our__services p {
  font-size: medium;
  color: #202a32;
  text-align: justify;
  line-height: 1.7;
}
.start__our__services img {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius: 20px 0px 20px 0px;
}
.start__our__services p i {
  color: #fc650c;
}
/* call back */
.request__buttons {
  margin-top: 60px;
  position: relative;
}
.request__buttons p {
  font-size: clamp(25px, 4vw, 35px);
  font-weight: 700;
}

.req__button {
  text-decoration: none;
  background: var(--color-secondary);
  border: 1px solid #fff;
  color: #fff;
  transition: all .35s ease-in-out;
  border-radius: 5px;
  padding: 15px 24px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}
.tooltips {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%) rotateX(90deg);
  opacity: 0.6;
  transition: all 0.5s ease;
  background: transparent;
  width: 132px;
  padding: 7px 5px;
  text-align: center;
  cursor: default;
  background: #fff;
  font-weight: 600;
  color: #202a32;
  border-radius: 10px 0px 10px 0px;
}
.req__button:hover {
  background: #fff;
  border: 1px dashed #fc650c;
  border-radius: 10px;
  font-weight: 600;
}
.req__button:hover .tooltips {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) rotateX(0deg);
}
.request-call-back-area {
  background-image: url('../images/our-process/why-choose.jpg');
  background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
}

.request-call-back-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--color-primary);
	mix-blend-mode: multiply;
	z-index: -1;
}

.achivement-counter li {
	display: flex;
	margin-top: 50px;
	align-items: center;
}

.achivement-counter .fun-fact .counter {
	color: var(--white-color);
	font-size: 60px;
}

.achivement-counter .fun-fact .medium {
	color: var(--white-color);
	font-weight: 500;
}

.achivement-counter {
	display: inline-block;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 50px;
}

.achivement-counter li:first-child {
	margin: 0;
}

.achivement-counter li img {
	display: inline-block;
	font-size: 60px;
	margin-right: 20px;
}
/* end here */
/* service details page */
.service__details__image {
  position: relative;
}
.services__one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius: 10px;
}
.services__two {
  position: absolute;
  top: -30px;
  left: -40px;
  width: 240px;
  height: 240px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 10px;
  border-radius: 50%;

}
.services__two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
}
.services__three {
  position: absolute;
  bottom: -30px;
  right: -40px;
  width: 240px;
  height: 240px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 10px;
  border-radius: 50%;
  z-index: 1;

}
.services__three img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
}

.checkOuts {
  color: #fc650c;
  text-shadow: 1px 1px 1px #2b0808ab;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.services__lists {
  position: relative;
  background: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 10px 0px 10px 0px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, var(--primary-color) 0px -3px 0px inset;
}
.services__lists ul li {
  list-style: none;
  padding-left: 10px;
  margin-left: -28px;
  border-bottom: 1px solid #ccc;
}
.services__lists ul li:nth-child(7) {
  border-bottom: 1px solid transparent;
}
.services__lists ul .list_active {
  background: var(--primary-bg-color);
  border-radius: 10px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.services__lists ul .list_active a {
  color: #fff;
}
.services__lists ul .list_active a i {
  color: #0d0e64;
}
.services__lists ul li a {
  text-decoration: none;
  color: #202a32;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.services__lists ul li:hover {
  background: var(--primary-bg-color);
  border-radius: 10px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-bottom: 1px solid #fff;

}
.services__lists ul li a:hover {
  color: #fff;
}
.services__lists ul li a:hover i {
  color: #0d0e64;
}
.services__lists ul li a i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  color: var(--color-primary);
}

.how__help {
  background-image: url('../images/services/services-call.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 28px 7px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 20px;
}

.how__help .titless {
  font-size: clamp(20px, 4vw, 27px);
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.how__help .sub__description {
  color: #fefefe;
  text-align: center;
  background: #1d0b0b9c;
  padding: 8px 4px;
  font-size: 19px;
}

.how__help .mobNumber {
  background: var(--primary-bg-color);
  display: block;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 8px 7px;
  text-decoration: none;
}

.how__help .contactUsBtn {
  text-decoration: none;
  display: block;
  width: 9em;
  height: 2.7em;
  line-height: 2.5em;
  overflow: hidden;
  cursor: pointer;
  margin: 20px auto;
  font-size: 17px;
  z-index: 1;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: 6px;
  position: relative;
  text-align: center;
  transition: all ease-in-out .4s;
}

.how__help .contactUsBtn::before {
  position: absolute;
  content: "";
  background: var(--color-primary);
  width: 150px;
  height: 200px;
  z-index: -1;
  border-radius: 50%;
}

.how__help .contactUsBtn:hover {
  color: white;
  border: 2px solid #fff;
  transition: all ease-in-out .4s;
}

.how__help .contactUsBtn:before {
  top: 100%;
  left: 100%;
  transition: 0.3s all;
}

.how__help .contactUsBtn:hover::before {
  top: -30px;
  left: -30px;
}
.download__browcher {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}

.browcher__one {
  /* background: var(--primary-color); */
  border: 2px solid #fc650c;
  padding: 18px 7px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 4px;
  transition: all 0.35s ease-in-out;
}
.activs_one {
  background: var(--primary-color); 
  /* border: 2px dashed #fff; */
}
.activs_one a {
  color: #fff !important;
}
.browcher__one a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #f5630f;
  display: block;
  position: relative;
}
.browcher__one a span {
  position: absolute;
  top: 18px;
}
.browcher__one a i {
  font-size: 42px;
}
.browcher__one:hover {
  background: var(--primary-color); 
  border: 2px dashed #fff;
  transition: all 0.35s ease-in-out;
}
.browcher__one a:hover {
  color: #fff;
}
.service__mainTitle p {
  font-size: clamp(27px, 4vw, 33px);
  font-family: fantasy;
  letter-spacing: 1px;
  color: #202a32;
  text-align: center;
}

.para__headings p {
  font-size: clamp(19px, 4vw, 21px);
}
.para__headings {
  position: relative
}
.para__headingsOne {
  position: relative;
}
.para__headingsOne::after {
  content: '';
  position: absolute;
  height: 4px;
  background: var(--primary-bg-color);
  width: 100px;
  top: 29px;
  border-radius: 10px;
}
.para__details {
  border-left: 4px solid #fc650c;
  padding-left: 7px;
  margin-top: 46px;
}
.para__details blockquote {
  text-align: justify;
  color: var(--para-color);
  font-style: italic;
  
}
.paras__details p {
  color: var(--para-color);
  text-align: justify;
}

.follow__social {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border: 1px solid #202a32;
  border-radius: 5px;
  padding: 7px;
}
.follow__social p {
  font-size: clamp(20px, 4vw, 25px);
  font-weight: 700;
  position: relative;
}
.follow__social p::after {
  content: '';
  position: absolute;
  height: 4px;
  background: var(--primary-bg-color);
  width: 75px;
  left: 0;
  top: 31px;
  border-radius: 10px;
}
.follow__social ul li {
  padding: 10px 0px;
  list-style: none;
}
.follow__social ul li a {
  text-decoration: none;
}
.follow__social ul li .insta i {
  background: #833ab4;
  background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
  color: #fff;
  border-radius: 4px;
  padding: 5px;
  font-size: 18px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.follow__social ul li .insta span {
  color: #833ab4;
  font-size: 18px;
  font-weight: 600;
}
.follow__social ul li .linkedin i {
  background: #0077B5;
  color: #fff;
  border-radius: 4px;
  padding: 5px;
  font-size: 18px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.follow__social ul li .linkedin span {
  color: #0077B5;
  font-weight: 600;
  font-size: 18px;
} 
.follow__social ul li .facebook i {
  background: #1877F2;
  color: #fff;
  border-radius: 4px;
  padding: 5px;
  font-size: 18px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.follow__social ul li .facebook span {
  color:#1877F2;
  font-weight: 600;
  font-size: 18px;
} 
.follow__social ul li .twitter i {
  background: #14171A;
  color: #fff;
  border-radius: 4px;
  padding: 5px;
  font-size: 18px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.follow__social ul li .twitter span {
  color: #14171A;
  font-weight: 600;
  font-size: 18px;
} 
/* end details */

/* software */
.software__images {
  position: relative;
}
.software__images .images__twosf {
  position: absolute;
  bottom: -100px;
  right: -70px;
}
.flip {
	backface-visibility: visible !important;
	animation: flip 2s ease infinite;
}
@keyframes flip {
	0% {
		transform: perspective(1200px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(1200px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(1200px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(1200px) rotateY(360deg) scale(.85);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(1200px) scale(1);
		animation-timing-function: ease-in;
	}
}
.images__onesf img {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.accordionButton:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordionButton:not(.collapsed) {
  color: var(--white-color);
  background: var(--bg-gradient-reverse);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgb(255, 255, 255) 0px -3px 0px inset;
  padding: 25px 15px;
  font-weight: 700;
  font-size: clamp(18px, 4vw, 20px);
  transition: all .35s ease;
}
.accordionButton {
  color: var(--color-secondary);
  padding: 18px 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  font-weight: 600;
  font-size: 15px;
  transition: all .35s ease;
}
.accordions {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  /* border: 2px dashed var(--primary-color); */
  border-radius: 5px;
}
.quotation__details p i {
  color: var(--color-primary);
  font-size: 22px;
}
/* end software */

/* contact us */

.contact__us__area {
  position: relative;
  height: 280px;
  width: auto;
  padding: 30px;
  border: 1px solid #fc650c;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 0;
  margin-top: 55px;
  border-radius: 10px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  box-sizing: border-box;
  transition: all 2s ease-in-out;
}
.contact__us__area:hover  {
  background: var(--primary-color);
  color: #fff;
}
.contact__us__area:hover h4 {
  color: #fff;
}
.contact__us__area h4 {
  font-weight: 700;
  font-size: clamp(20px, 4vw, 28px);
}
.contact__us__area h5 {
  font-weight: 600;
  color: #004aad;
}
.contact__us__area p {
  font-weight: 500;
  text-align: center;
  font-size: clamp(14px, 4vw, 16px);
}
.contact__us__area:hover p a {
  color: #fff;
}
.contact__us__area p a{
  text-decoration: none;
  color: #004aad;
  font-weight: 500;
  text-align: center;
  font-size: clamp(14px, 4vw, 16px);
}

.contact__us__area .contactus-icon {
  background: #d5d9e7;
  width: 126px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  margin: 0 auto;
  transform: translateY(-50%);
  margin-bottom: -25px;
}

.contact__us__area .contactus-icon img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.contact-us-form-area form .input-group .input-group-text {
  background: var(--primary-bg-color);
}
.contact-us-form-area form .input-group .input-group-text .bi {
  color: var(--white-color);
  font-size: 20px;
}
.contact-us-form-area form label {
  font-weight: 600;
  font-size: 18px;
}
.contact-us-form-area form input {
  padding: 15px 4px;
  text-indent: 15px;
}
.contact-us-form-area form select {
  padding: 15px 4px;
  text-indent: 15px;
}
.contact-us-form-area form select option {
  padding: 15px 4px !important;
  text-indent: 15px;
}
.contact-us-form-area form .form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-color: var(--primary-color); 
}
.contact-submit-btn button {
  padding: 15px 32px;
  font-weight: 700;
  background: var(--bg-gradient-reverse);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  transition: all ease .4s;
}

.contact-submit-btn button:hover {
  background: var(--primary-color);
  transition: all ease .4s;
  transform: translateY(19px);
}

.removebg {
  mix-blend-mode: multiply;
}
.contactus__titles {
  text-align: center;
  position: relative;
}
.tilte__contact:nth-child(1) {
  font-size: clamp(18px, 4vw, 20px);
  font-weight: 700;
  color: #fc650c;
}
.tilte__contact:nth-child(2) {
  font-size: clamp(22px, 4vw, 29px);
  font-weight: 700;
  color: #0d0e64;
  position: relative;
  text-transform: capitalize;
}
.tilte__contact:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 18px;
  background: #fc650c;
  height: 5px;
  width: 65px;
  left: 35%;
}
.tilte__contact:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 20px;
  background: #fc650c;
  height: 5px;
  width: 65px;
  right: 35%;
}
/* end contact */
/* Container Flex Setup */
.profile__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  flex-wrap: wrap;  /* Allow wrapping on small screens */
}

/* Profile Image */
.profile__photo {
  flex: 0 0 30%;  /* Image takes up 30% of the width */
  margin-right: 20px;
}

.profile__photo img {
  max-width: 80%;
  border-radius: 10%; /* Round the image */
}

/* Profile Details */
.profile__details {
  flex: 1;  /* Takes up the remaining space */
  max-width: 70%;
}

/* Heading Styling */
.profile__details h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

/* Unordered List Styling */
.profile__details ul {
  list-style: none;
  padding-left: 0;
}

.profile__details ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

/* Media Queries for Smaller Screens */
@media (max-width: 768px) {
  .profile__container {
    flex-direction: column;  /* Stack image and content on smaller screens */
    align-items: center;
    text-align: center;
  }

  .profile__photo {
    margin-bottom: 20px; /* Add space between image and content */
    flex: 0 0 50%; /* Image takes up 50% of width on small screens */
  }

  .profile__details {
    max-width: 100%;
  }

  .profile__details h2 {
    font-size: 20px;
  }

  .profile__details ul li {
    font-size: 14px;  /* Slightly smaller text for better readability on mobile */
  }
}
