html {
    overflow-y: scroll; /* Always show vertical scrollbar */
}

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  color: #333;
	height:100vh;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none !important;
  outline: none;
  box-sizing: border-box;
}

 /* Hide up/down arrows */
 input[type=number]::-webkit-inner-spin-button,
 input[type=number]::-webkit-outer-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }
 
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
ol, ul , li {
  margin: 0;
  padding: 0;
}
h2 {
  font-weight: bold;
  font-size: 45px;
  color: #000;
}
h2 span {
  color: #000;
}

.title {
    font-weight: bold;
    font-size: 18px;
    color: #ea6445;
    border-radius: 5px;
    margin: 0 0 10px;
    display: inline-block;
}
.mb-0 {
  margin-bottom: 0 !important;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
input,
textarea {
  font-family: "Raleway", sans-serif;
}

/* header css */
#header-main {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding:  0;
  z-index: 11;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 10%);
}
.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo a img {
	height:33px;
}
.header nav {
  width: auto;
}
.header nav .close-btn {
  display: none;
}
.header nav .bar-btn {
  display: none;
}

.header nav .bar-btn img {
  width: 30px;
}
.header nav >ul {
  display: flex;
  gap: 48px;
}
.header nav ul li{
/* 	position:relative; */
}
.header nav> ul> li> a {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
	position:relative;
	padding:20px 0;
}

.header nav> ul> li> a.service-menu:hover + .services-overlay {
	opacity:1;
	visibility:visible;
}

.header nav> ul> li> a.packages-menu:hover + .packages-main-popup,
.header nav> ul> li> a.service-menu:hover + .services-main-popup{
	opacity:1;
	visibility:visible;
}
/* Ensure both popups are hidden by default */
.packages-main-popup,
.services-main-popup{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
	width:100%;
}


/* Active state for popups */
.services-main-popup.active,
.packages-main-popup.active {
    opacity: 1;
    visibility: visible;
}

.header nav> ul> li> a.packages-menu:hover + .packages-main-popup {
	opacity:1;
	visibility:visible;
}
.packages-main-popup:hover {
	opacity:1;
	visibility:visible;
}
.services-main-popup:hover {
	opacity:1;
	visibility:visible;
}
.services-main-popup.service-popup-active {
  opacity: 1;
  visibility: visible;
}
.header nav> ul> li> a.service-menu:hover i {
	transform:rotate(180deg);
	transition: all 0.5s;
}
/* .header nav> ul> li> a i {
	font-size:23px;
	transition: all 0.5s;
} */
.header nav> ul> li> a .angle_down{
	display:none;
}
.header nav> ul> li> a:hover img {
	display:none;
}
.header nav> ul> li> a:hover img.angle_down {
	display:unset;
	transform:rotate(180deg);
}
.header nav> ul> li> a:hover + .nav-dropdown {
	opacity:1;
	visibility:visible;
}
.header nav ul li .nav-dropdown:hover {
	opacity:1;
	visibility:visible;
}
.header nav ul li .nav-dropdown {
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    width: 219px;
    background-color: #fff;
    padding: 6px 14px;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0 5px 8px rgba(0,0,0,25%);
    opacity: 0;
    visibility: hidden;
}
.header nav ul li .nav-dropdown ul {
	display:block;
}
.header nav ul li .nav-dropdown ul li {
	display:block;
	padding:10px 0;
}
.header nav ul li .nav-dropdown ul li a {
	color:#565656;
	font-weight:500;
	font-size:16px;
	line-height:24px;
}
.header nav ul li .nav-dropdown ul li a:hover {
	color:#EA6445;
}
.header nav ul li .nav-dropdown ul li:last-child {
	border-bottom:none;
}
.header nav> ul> li> a:hover {
	color:#EA6445;
}
.header nav> ul> li> a:hover::after {
	opacity:1;
	visibility:visible;
	width:50%;
	transition:all 0.5s;
	
}
.header nav> ul> li> a::after {
	content:"";
	position:absolute;
	bottom:18px;
	left:0;
	width:0;
	height:3px;
	border-radius:10px;
	background-color:#EA6445;
	opacity:0;
	transition:all 0.5s;
	visibility:hidden;
}
.header nav ul li a.active {
  color: #ea6445;
}

/* banner css  */
#banner-main {
  width: 100%;
  display: inline-block;
  position: relative;
	height:745px;
	margin-top:60px;
}
#banner-main .banner-img {
  width: 100%;
}
#banner-main .banner-img img {
    width: 100%;
    vertical-align: top;
    position: fixed;
    z-index: -1;
	height:938px;
	object-fit:cover;
}
#banner-main .banner-text-main {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#banner-main .banner-text-main .banner {
  width: 100%;
  max-width: 700px;
}
#banner-main .banner-text-main .banner h1 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
#banner-main .banner-text-main .banner h1 span {
  color: #ea6445;
}
#banner-main .banner-text-main .banner p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0 40px;
  max-width: 512px;
}
#banner-main .banner-text-main .banner a {
    background-color: #ea6445;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;

    width: auto;
    height: 48px;
    border-radius: 5px;
}

/* about css */
#about-main {
  width: 100%;
  display: inline-block;
  background-color: #f9f9f9;
  padding: 60px 0;
  z-index: 1;
  position: relative;
	margin:60px 0 0;
}
.about-us-heading{
	font-size: 40px;
	font-weight:bold;
	line-height:48px;
	padding:0 15px 0 0;
}
.about {
  width: 100%;
  display: flex;
  justify-content: space-between;
	align-items:center;
}
.about .about-col {
  width: auto;
}
.about .about-col-img {
  position: relative;
	padding: 0 0 0;
}
.about .about-col-img img {
	width:545px;
	height:400px;
	object-fit:cover;
}

/* .about .about-col-img::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 179px;
  height: 157px;
  border: 1px solid #ea6445;
  z-index: -1;
}
.about .about-col-img::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -22px;
  width: 179px;
  height: 157px;
  border: 1px solid #ea6445;
  z-index: -1;
} */
.about h2 {
  font-size: 47px;
  font-weight: bold;
  color: #000;
}
.about h2 span {
  color: #ea6445;
}
.about p {
  font-size: 19px;
  color: #3f3e3e;
  max-width: 557px;
  margin: 10px 0 30px;
}
.about a {
  background-color: #ea6445;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
	padding:12px 24px;
	border-radius: 5px;
}

/* service css */
#home-service-main {
  width: 100%;
  display: inline-block;
  padding: 60px 0;
	background-color:#fff;
}

      .service-main {
        width: 100%;
        max-width: 100%;
      }

      .space-holder {
        position: relative;
        width: 100%;
		  max-width:1210px;
		  margin: 0 auto;
      }
      .sticky::-webkit-scrollbar{
        width: 0;
      }

      .sticky {
        position: sticky;
        top: 150px;
        height: 500px;
        width: 100%;
        overflow-x: hidden;
      }

      .horizontal {
        position: absolute;
        height: 100%;
        will-change: transform;
      }
/* 
      .cards {
        position: relative;
        height: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
      } */

      .sample-card {
        position: relative;
        height: 500px;
        width: 500px;
        background-color: #fff;
        margin-right: 40px;
        flex-shrink: 0;
      }
      .sample-card img {
        width: 500px;
        height: 500px;
      }
.service {
  width: 100%;
	max-width:1250px;
	margin:0 auto;
  text-align: center;
}
.service h2 {
  margin: 0 0 8px;
}
.service p {
  font-size: 20px;
  color: #3f3e3e;
/*   max-width: 867px; */
  margin: 0 auto 69px;
}
.services-provide {
  width: 100%;
  display: flex;
/*   gap: 30px; */
  justify-content: left;
}

.Teams-main .services-provide .service-col .services-details {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom:-100% ;
  left: 0;
  background-color: #ea6445;
  padding: 0 10px;
  transition: all 0.5s;
}
.Teams-main .team-services-provide .service-col {
	width:95% !important;
	overflow:hidden;
	position:relative;
}
.services-provide .service-col {
  width: 500px;
  position: relative;
  padding: 0 ;
	overflow: hidden;
}
.Teams-main .team-services-provide .service-col:hover > .services-details {
  bottom: 0;
  transition: all 0.5s;
}

.services-provide .service-col:hover > .services-details {
  bottom: 0;
  transition: all 0.5s;
}
.services-provide .service-col > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.Teams-main .team-services-provide .service-col .services-details  {
	width: 100%;
  text-align: center;
  position: absolute;
  bottom:-100% ;
  left: 0;
  background-color: #ea6445;
  padding: 0 10px;
  transition: all 0.5s;
}
.services-provide .service-col .services-details {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom:-100% ;
  left: 0;
  background-color: #ea6445;
  padding: 0 10px;
  transition: all 0.5s;
}
.services-provide .service-col .services-details .service_icon {
  width: 87px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ea6445;
  position: absolute;
  top: -45px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.services-provide .service-col .services-details .service_icon img{
	width:40px;
}
.services-provide .service-col .services-details span {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  display: block;
  margin: 33px 0 0;
}
.services-provide .service-col .services-details p {
  font-size: 19px;
  font-weight: normal;
  margin: 20px 0 25px;
  color: #fff;
  text-align: center;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.services-provide .service-col .services-details a {
    /* width: 226px; */
    /* height: 59px; */
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    padding: 10px 24px;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto 25px;
    border-radius: 5px;
	position:relative;
	z-index:1;
}

/* portfolio-css */
#portfolio-main {
  width: 100%;
  display: flex;
	background-color:#fff;
  z-index:10000 !important;
}
.web-services-main .portfolio-head {
	display:inline-block !important;
	text-align:center;
	margin:0 0 43px;
}
.web-services-main .portfolio-head p {
	margin:15px auto 0;
}
.portfolio-head {
  width: 100%;
  display: flex;
  margin: 58px 0 43px;
	align-items: center;
}

.portfolio-head p {
  color: #3f3e3e;
  font-size: 20px;
  margin: 15px 0 0;
/*   max-width: 868px; */
}
.portfolio-head a {
    /* width: 203px; */
    height: fit-content;
    background-color: #f9f9f9;
    color: #ea6445;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #ea6445;
    padding: 12px 24px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-left: auto;
}
.portfolio-box {
  width: 100%;
  display: flex;
  background-color: #f9f9f9;
  margin: 0 0;
	align-items:center;
}
.portfolio-box .portfolio-col {
  width: 50%;
}
.portfolio-box .portfolio-text-col {
  padding: 45px 35px;
}
.portfolio-box .portfolio-col span {
/*   font-size: 25px; */
  color: #ea6445;
	font-size:18px;
	font-weight:bold;
}

.animation-left {
  transition: all 1s;
  transform: translateX(100%);
}
.animation-right {
  transition: all 1s;
  transform: translateX(-100%);
}
.portfolio-box .portfolio-text-col {
  padding: 57px 23px 57px 34px;
  background: #f9f9f9a3;
}
.portfolio-box .portfolio-col span {
  font-size: 25px;
  color: #ea6445;
}

.Animation-left {
  transform: translateX(100%);
  transition: all 0.3s;
}

.Animation-right {
  transform: translateX(-100%);
  transition: all 0.3s;
}

.portfolio-box .portfolio-col h3 {
  font-weight: bold;
  font-size: 34px;
  color: #000;
  margin: 15px 0 13px;
}
.portfolio-box .portfolio-col p {
  color: #222020;
  font-size: 18px;
  margin: 0 0 26px;
}
.portfolio-box .portfolio-col a {
    width: 278px;
    height: 59px;
    color: #fff;
    background-color: #ea6445;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #ea6445; */
    font-weight: bold;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 5px;
}
.portfolio-col img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  vertical-align: top;
}

/* customer-experience */
#customer-experience {
  width: 100%;
  display: inline-block;
  position: relative;
	height:509px;
  overflow: hidden;
  background-image:url('https://teqexpert.dev/teqexpert/wp-content/uploads/2024/11/CTA_img.jpg');
  background-repeat:no-repeat;
  background-size:cover;
}

#customer-experience .bg-img {
  width: 100%;
}
#customer-experience .bg-img img {
  width: 100%;
	position:sticky;
  object-fit: cover;
	height:90vh !important;
  vertical-align: top;
}
.customer-text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.customer-text .experience-head {
  width: 100%;
  max-width: 1000px;
}
.customer-text .experience-head h2 {
  color: #fff;
  font-size: 57px;
}
.customer-text .experience-head h2 span {
	color:#fff;
}
.customer-text .experience-head a {
    /* width: 203px; */
    /* height: 53px; */
    background-color: #ea6445;
    color: #fff;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 12px 24px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-table;
    margin: 25px 0 0;
    overflow: hidden;
}

/* review */
#review-main {
  width: 100%;
  display: inline-block;
  padding: 60px 0 70px;
	background-color:#fff;
}

.review-head {
  width: 100%;
  margin: 0 0 20px;
	text-align:center;
}
.review-box {
  width: 100%;
  display: flex;
  gap: 60px;
	align-items: center;
  padding: 0 0;
}
.review-box .review-video img {
    width: 420px;
    height: 420px;
	margin-left:auto;
}
#review-main .slick-dots li {
  width: 15px;
  height: 15px;
  background-color: #f1f0f0;
  border-radius: 50%;
}
#review-main .slick-dots li.slick-active {
  width: 33px;
  background-color: #ea6445;
  border-radius: 7px;
}
#review-main .slick-dots {
  bottom: -50px;
}
#review-main .slick-dots li button:before {
  font-size: 0;
}
.review-box .review-video {
  width: 52%;
  position: relative;
}
/* .review-box .review-video::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -22px;
    width: 169px;
    height: 120px;
    border: 1px solid #ea6445;
    z-index: -1;
}
.review-box .review-video::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -22px;
    width: 169px;
    height: 120px;
    border: 1px solid #ea6445;
    z-index: -1;
} */
.review-box .review-video video {
  width: 100%;
  height: 387px;
  object-fit: cover;
}
.review-box .reviewer-profile {
  width: 53%;
}
.review-box .reviewer-profile .profile {
  display: flex;
  gap: 20px;
  align-items: center;
}
.review-box .reviewer-profile .profile .profile-img img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
}
.review-box .reviewer-profile .profile h3 {
  font-weight: 600;
  font-size: 22px;
  color: #ea6445;
  margin: 0 0 4px;
}
.review-box .reviewer-profile .profile span {
  color: #909090;
  font-size: 20px;
}
.review-box .reviewer-profile p {
  font-size: 19px;
  color: #696969;
  margin: 30px 0 0;
}

/* industries-serve-main */
#industries-serve-main {
  width: 100%;
  display: inline-block;
  background-color: #f9f9f9;
  padding: 70px 0 80px;
}

.industries-head {
  width: 100%;
  margin: 0 0 39px;
}
.industries-provide {
  width: 100%;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
}
.industries-provide-mobile {
	display:none;
}
.industries-provide .industries-col {
  width: 20%;
}
.industries-provide .industries-col .industries-details {
  width: 100%;
  padding: 24px 0;
  text-align: center;
  margin: 0 0 18px;
  background-color: #fff;
  cursor: pointer;
	border-radius:5px;
}
.industries-provide .industries-col .industries-details:hover {
  background-color: #ea6445;
}
.industries-provide .industries-col .industries-details:hover span {
  color: #fff;
}
.industries-provide .industries-col .industries-details:hover > .icon img {
  filter: brightness(0) invert(1);
}
.industries-provide .industries-col .industries-details.active {
  background-color: #ea6445;
}
.industries-provide .industries-col .industries-details.active .icon img {
  filter: brightness(0) invert(1);
}
.industries-provide .industries-col .industries-details .icon {
  width: auto;
}
.industries-provide .industries-col .industries-details .icon img {
	width:40px;
}
.industries-provide .industries-col .industries-details.active span {
  color: #fff;
}
.industries-provide .industries-col .industries-details span {
  font-weight: 500;
  font-size: 22px;
  margin: 15px 0 0;
  display: block;
	text-transform: lowercase;
}
.industries-provide .industries-col .industries-details span::first-letter {
    text-transform: uppercase;
}
/* technologies-main */
#technologies-main {
  width: 100%;
  background-color: #f9f9f9;
  margin: 0 0;
	overflow:hidden;
  padding: 34px 0 49px;
}
.technologies {
  width: 100%;
  display: flex;
	gap:100px;
  justify-content: space-between;
	  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.marquee-animation {
  animation: marquee 20s linear infinite;
}
.technologies .techno {
  width: auto;
  text-align: center;
}
.technologies .techno .technologies-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 15px;
  background-color: rgba(255, 126, 96, 2%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.technologies .techno .technologies-icon img {
	width:40px;
	height:40px;
}
.technologies .techno span {
  font-weight: bold;
  font-size: 18px;
  color: #000;
	white-space:nowrap;
}

/* footer css */
#footer-main {
  width: 100%;
  background-color: #000;
}
.footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 54px 0 0;
}
.footer .footer-logo {
  width: 20%;
}
.footer .footer-logo p {
  color: #CFD3D7;
  max-width: 350px;
  line-height: 24px;
  font-size: 16px;
  margin: 16px 0;
}

.footer .footer-logo .social-links {
  width: 100%;
  border-top: 1px solid #EA6445;
  padding: 15px 0 0;
}
.footer .footer-logo .social-links span {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  display: block;
  margin: 0 0 15px;
}
.footer .footer-logo .social-links ul {
  display: flex;
  gap: 11px;
}
.footer .footer-logo .social-links ul li a {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color:transparent;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  justify-content: center;
}
.footer .footer-logo .social-links ul li a:hover {
  transform: rotateY(360deg);
  transition: all 0.5s;
}
.footer .footer-col {
  width: auto;
}
.footer .footer-col h3 {
  color: #EA6445    ;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 24px;
}
.footer .contact-col p {
	cursor:default !important;
}
.footer .footer-col p {
  font-size: 16px;
  color: #CFD3D7;
  line-height: 21px;
  max-width: 296px;
  margin: 0 0;
	cursor:pointer;
}
.footer .footer-col ul li {
    margin: 0 0 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.footer .footer-col ul li a {
  display: flex;
  color: #CFD3D7;
  gap: 4px;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.footer-bottom {
  text-align: center;
  padding: 30px 0;
  margin: 15px 0 0;
  border-top: 1px solid #EA6445;
}

.footer-bottom p {
  color: #CFD3D7;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
	margin:0;
}

/* slider */

.service-slider {
  width: 100%;
  display: inline-block;
}
.slick-dotted.slick-slider {
  width: 100%;
}
.service-slider .slick-dots li button:before {
  font-size: 0;
	width:auto;
	height:auto;
}
.service-slider .slick-dots li {
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:#999;
	transition:all 0.5ss;
}
.service-slider .slick-dots li.slick-active {
	background-color:#EA6445;
	width:20px;
	border-radius:10px;
	transition:all 0.5ss;
}
.slick-dots li button:before {
  font-size: 0 !important;
}

/* contact css */
#contact-main {
  width: 100%;
  display: inline-block;
  margin: 120px 0 83px;
}
.contact-us-color{
	color:#ea6445
}
.contact-head {
  width: 100%;
}
.contact-head p {
  color: #000;
  font-weight: normal;
  font-size: 24px;
  margin: 19px 0 46px;
}

.contact-detail-main {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 15%);
}
.contact-detail-main .top-border {
  width: 100%;
  height: 23px;
  margin: 0 0 60px;
  background-color: #ea6445;
}
.contact-detail-main .contact-page-form {
  width: 100%;
  display: flex;
  padding: 0;
  gap: 36px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 10%);
}
.contact-detail-main .contact-page-form .contact-form {
  width: 55%;
  padding: 50px 36px 0 0;
}
.contact-detail-main .contact-page-form .contact-form h3 {
  color: #ea6445;
  font-weight: 600;
  font-size: 40px;
}
.contact-detail-main .contact-page-form .contact-form p {
  font-size: 23px;
  color: #000;
  margin: 15px 0 30px;
}
.contact-detail-main .contact-page-form .contact-form .input-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 0 0 30px;

}
.contact-detail-main .contact-page-form .contact-form .input-group .input-field {
  width: 48%;
}
.contact-detail-main .contact-page-form .contact-form .input-group .input-field .number-select {
	width:100%;
	position:relative;
	display:flex;
}
.contact-detail-main .contact-page-form .contact-form .input-group .input-field .number-select select {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: auto;
    border-radius: unset;
}
.contact-detail-main .contact-page-form .contact-form .input-group .input-field .number-select input {
	border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
.contact-detail-main .contact-page-form .contact-form .input-group label {
  display: block;
  margin: 0 0 14px;
  font-size: 14px;
  color: #8D8D8D;
  font-weight: 500;
}
.contact-detail-main .contact-page-form .contact-form .input-group input,
.contact-detail-main .contact-page-form .contact-form .input-group textarea,
.contact-detail-main .contact-page-form .contact-form .input-group select {
  width: 100%;
  height: 45px;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
}
.contact-detail-main .contact-page-form .contact-form .input-group select {
    color: #333;
}

.contact-detail-main .contact-page-form .contact-form .input-group textarea {
  height: 118px;
  padding: 19px 11px;
}
.contact-detail-main .contact-page-form .contact-form .input-group .field-textarea {
    width: 100%;
}
.contact-detail-main .contact-page-form .contact-form .input-group .captcha {
  width: 414px;
  display: flex;
  justify-content: space-between;
  padding: 23px 18px 17px;
  background-color: #f9f9f9;
}
.contact-detail-main .contact-page-form .contact-form .input-group .captcha .captcha-input {
  width: auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-detail-main
  .contact-page-form
  .contact-form
  .input-group
  .captcha
  .captcha-input
  label {
  font-size: 28px;
  color: #000;
  font-weight: normal;
  margin: 0;
}
.contact-detail-main .contact-page-form .contact-form .input-group .captcha input {
  width: 38px;
  height: 39px;
}

.contact-detail-main .contact-page-form .contact-form .input-group p {
  font-size: 28px;
  margin: 40px 0 57px;
}

.contact-detail-main .submit-btn {
  width: 100%;
  text-align: center;
}
.contact-detail-main .submit-btn #submit-contact {
    /* width: 147px; */
    /* height: 44px; */
    background-color: #ea6445;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
    margin: 0 0 42px;
}

.contact-detail-main .contact-page-form .contact-details {
  width: 45%;
  background-color: #ea6445;
  padding: 40px;
  height: auto;
  border-radius: unset;
  position: relative;
  overflow: hidden;
}
.contact-detail-main .contact-page-form .contact-details::after {
    content: "";
    position: absolute;
    bottom: -85px;
    right: -88px;
    background-image: url(../images/contact_circle.png);
    background-repeat: no-repeat;
    width:297px ;
    height: 295px;
}
.contact-detail-main .contact-page-form .contact-details h3 {
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  margin: 0 0 12px;
}
.contact-detail-main .contact-page-form .contact-details p {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 55px;
  color: #fff;
}
.contact-detail-main .contact-page-form .contact-details .contact-handle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
}
.contact-detail-main .contact-page-form .contact-details .contact-handle li {
  display: flex;
/*   gap: 14px; */
  width: 100%;
}
.contact-detail-main .contact-page-form .contact-details .contact-handle li a {
  /* width: 66px;
  height: 66px; */
  border-radius: 50%;
  /* background-color: #fff; */
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
/*   gap: 25px; */
  justify-content: center;
}
.contact-detail-main .contact-page-form .contact-details .contact-handle li a span {
	display:inline-block;
	width:40px;
}
.contact-detail-main .contact-page-form .contact-details .contact-handle li > div {
  width: calc(100% - 66px);
}
.contact-detail-main .contact-page-form .contact-details .contact-handle li div span {
  font-size: 23px;
  font-weight: normal;
  color: #fff;
  display: block;
  margin: 0 0 3px;
}
.contact-detail-main .contact-page-form .contact-details .contact-handle li div p {
  font-weight: 500;
  font-size: 16px;
  max-width: 283px;
  margin: 0;
}

.contact-detail-main .contact-page-form .contact-details .social-contact {
  width: 100%;
  display: flex;
  gap: 38px;
  justify-content: space-between;
  margin: 60px 0 0;
}
.contact-detail-main .contact-page-form .contact-details .social-contact li a {
  width: 63px;
  height: 63px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* about page main css */
.about-main-page {
  background-color: #fff !important;
  padding: 90px 0 75px;
}
.about-main-page .about .about-col-img {
    padding: 0 0 0;
}
.service-about-main .about .about-col-img {
	padding:0 0 0;
}

.service-about-main .about .about-col-img img {
	width:582px;
	height:444px;
}
.service-about-main .about .about-col-img::before {
	bottom: -20px !important;
    left: -22px !important;
}
.service-about-main .about .about-col-img::after {
	top: -22px !important;
    right: 0 !important;
}
.about-main-page .about .about-col-img::before {
  width: 173px;
  height: 101px;
  bottom: -20px;
  left: -22px;
}
.about-main-page .about .about-col-img::after {
  width: 173px;
  height: 101px;
  top: -20px;
  right: 0;
}
.about-main-page .about .about-col-img video {
  height: 342px;
}
.about-main-page .about .about-col-img iframe {
  height: 424px;
  border-radius: 5px;
}

/* how_we_work_ css */
#how_we_work_main {
    width: 100%;
    display: inline-block;
}

#how_we_work_main .research-head {
    margin: 0 0 30px;
	text-align:center;
}
#how_we_work_main .research-box-main {
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
}
#how_we_work_main .research-box-main .research-box {
    width: 100%;
    display: flex;
    gap: 145px;
    row-gap: 62px;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#how_we_work_main .research-box-main .research-box .square-img {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#how_we_work_main .research-box-main .research-box .square-img img {
	width:70px;
}
#how_we_work_main .research-box-main .research-box .line {
    width: 390px;
    height: 2px;
    background-color: #000;
    position: absolute;
}
#how_we_work_main .research-box-main .research-box .line.first-line {
    left: 40%;
    width: 170px;
    transform: translateX(-50%);
    transform: rotate(90deg);
    top: 88px;
    margin: 0 0 0 4px;
}
#how_we_work_main .research-box-main .research-box .line.second-line {
    top: 50%;
    transform: translateY(-50%);
    width: 339px;
}
#how_we_work_main .research-box-main .research-box .line.third-line {
    top: 50%;
    transform: translateY(-50%);
    width: 339px;
    right: 0;
}
#how_we_work_main .research-box-main .research-box .line.four-line {
    left: 40%;
    width: 173px;
    transform: translateX(-50%);
    transform: rotate(90deg);
    bottom: 88px;
    margin: 0 0 0 4px;
	top:inherit;
}

#how_we_work_main .research-box-main .research-box .research-col {
    width: 42%;
    background-color: #ea6445;
    padding: 15px 32px;
    border-radius: 5px;
    /* height: 260px; */
}
#how_we_work_main .research-box-main .research-box .research-col h3 {
    margin: 12px 0;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}
#how_we_work_main .research-box-main .research-box .research-col p {
    color: #fff;
	font-size:13px;
	margin:0;
}
#how_we_work_main .research-box-main .research-box .research-col .icon img {
	width:40px;
	height:40px;
}

/* porject success section css */
#project-success-main {
  width: 100%;
  background-color: #f9f9f9;
  display: inline-block;
  padding: 73px 0;
  margin: 0 0 90px !important;
}

.success-heading {
  width: 100%;
/*   max-width: 769px; */
  margin: 0 auto 60px;
  text-align: center;
}
.success-heading h2 {
	font-size:44px;
}
.success-heading h2 span {
	color:#ea6445;
}
#how_we_work_main .research-head h2 {
	font-size:42px;
}
#how_we_work_main .research-head h2 span {
	color:#ea6445;
}

.project-achieve {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 76px;
}
.project-achieve .success-intro {
  width: auto;
  border-right: 1px solid #b2b2b2;
  padding: 0 40px 0 0;
}
.project-achieve .project-delivered {
  padding: 0;
  border-right: none;
}
.project-achieve .success-intro b, .project-achieve .success-intro b span {
  color: #b2b2b2;
  font-size: 97px;
  font-weight: bold;
	display:flex;
	align-items:center;
	width:235px;
}
.project-achieve .success-intro b span {
	
}
.project-achieve .success-intro span {
  color: #ea6445;
  font-weight: 500;
  font-size: 25px;
  display: block;
}

/* Teams main */
.Teams-main {
  background-color: #f9f9f9 !important;
  padding: 21px 0 110px !important;
  margin: 60px 0 82px !important;
}
.team-services-provide {
	width: 100%;
    display: flex;
    justify-content: left;
}
.Teams-main .team-services-provide .service-col .team-col {
  width: 100%;
	margin:0 20px;
	position:relative;
}

.Teams-main .team-services-provide .service-col .team-col:hover {
  border: 1px solid #ea6445;
  border-radius: 5px;
  cursor: pointer;
}
.Teams-main .team-services-provide .service-col .team-col:hover > .services-details {
  top: 185px;
}
.Teams-main .service {
  max-width: 624px;
  margin: 0 auto 60px;
}
.Teams-main .service h2 span {
	color:#ea6445;
}
.Teams-main .team-services-provide .service-col > img {
  height: 408px;
}
.Teams-main .team-services-provide .service-col .team-col img {
  width: 100%;
}

.Teams-main .team-services-provide .service-col .team-col .services-details {
  text-align: left;
  background-color: rgba(234, 100, 69, 70%);
  padding: 6px 31px 19px 12px;
}
.Teams-main .team-services-provide .service-col .team-col .services-details h3 {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
}
.Teams-main .team-services-provide .service-col .team-col .services-details span {
  color: #000;
  font-size: 24px;
  font-weight: normal;
  margin: 8px 0 8px;
  display: block;
}
.Teams-main .team-services-provide .service-col .team-col .services-details p {
  margin: 0;
}

.Teams-main .slick-dots li {
    width: 15px;
    height: 15px;
    background-color: #ea64455c;
    border-radius: 50%;
}
.Teams-main .slick-dots li.slick-active {
    width: 33px;
    background-color: #ea6445;
    border-radius: 7px;
}
.Teams-main .slick-dots {
    bottom: -80px;
}

/* why choose us */
#why_choose_us_main {
    width: 100%;
    margin: 60px 0 60px;
    display: inline-block;
    background: #f9f9f9;
    padding: 60px 0;
}

.choose-us {
    width: 100%;
    display: flex;
}
.choose-us .discover {
    width: 70%;
    padding:40px;
}
.choose-us .discover-chart {
    width: 30%;
}
.choose-us .discover-chart img {
    width: 100%;
    height:100%;
}
.choose-us p {
    color: #3F3E3E;
    font-size: 19px;
    margin: 20px 0 40px;
}
.choose-us a {
    /* width: 214px; */
    /* height: 51px; */
    display: inline;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 24px;
    color: #fff;
    background-color: #ea6445;
}

/* port landing css */
#portfolio-landing-main {
  width: 100%;
  display: inline-block;
  margin: 120px 0 56px;
}

.landig-head {
  width: 100%;
  text-align: center;
}
.landig-head h2 {
  margin: 0 0 40px;
}
.landig-head .search-bars {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 14px;
}
.landig-head .search-bars .input-search {
  width: 345px;
  position: relative;
}
.landig-head .search-bars .input-search input {
  width: 100%;
  height: 45px;
  background-color: #F9F9F9;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  padding: 0 0 0 50px;
}
.landig-head .search-bars .input-search .techno-input {
  padding: 0 0 0 50px;
}
.landig-head .search-bars .input-search input::placeholder {
  color: #BBBBBB;
}
.landig-head .search-bars .input-search .search-icon {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: 16px;
  padding: 0 6px 0 0;
/*   border-right: 1px solid #000; */
  height: 24px;
}
.landig-head .search-bars span {
  color: #9F9F9F;
  font-size: 30px;
}
.landig-head .search-bars .submit-btn {
  width: 143px;
  height: 44px;
  background-color: #EA6445;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
		display:flex;
	justify-content:center;
	align-items:center;
}

.portfolio-boxes {
  width: 100%;
  margin: 74px 0 0;
}

.portfolio-boxes .tab-head {
  width: 100%;
  justify-content: space-between;
	gap:10px;
}
.portfolio-boxes .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #EA6445;
    font-weight: 600;
    font-size: 18px;
    padding: 7px 20px;
    color: #fff;
    width: 230px;
}

.portfolio-boxes .nav-pills .nav-link {
    color: #EA6445;
    font-size: 18px;
    font-weight: 400;
    width: 230px;
    background-color: #f5f3f347;
}

.portfolio-boxes-col {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 41px;
  margin: 50px 0 0;
}
.portfolio-boxes-col .portfolio-col {
  width: 31%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 10%);
  border: 1px solid rgba(0, 0, 0, 10%);
  border-radius: 5px;
  cursor: pointer;
}
.portfolio-boxes-col .portfolio-col img {
  width: 100%;
  height: auto;
	object-fit:contain;
}
.portfolio-boxes-col .portfolio-col .details {
  width: 100%;
  padding: 15px 18px;
}
.portfolio-boxes-col .portfolio-col .details span {
  font-weight: 500;
  font-size: 16px;
	color:#333;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.portfolio-boxes-col .portfolio-col .details p {
  color: #3F3E3E;
  font-weight: normal;
  font-size: 12px;
  margin: 5px 0 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pagination {
  width: 100%;
  margin: 60px 0 0;
	display:none;
}
.pagination ul {
  display: flex;
  max-width: 826px;
  margin: 0 auto;
  gap: 40px;
  justify-content: center;
}
.pagination ul li a.angle-left ,.pagination ul li a.angle-right {
  width: auto;
  box-shadow: none;
}

.pagination ul li a {
  width: 27px;
  height: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EA6445;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2px;
}
.pagination ul li a.active-page {
  background-color: #EA6445;
  color: #fff;
}

/* blog main page css */
#blog-main{
  width: 100%;
  margin: 60px 0;
  display: inline-block;
}
.blog-head {
  width: 100%;
  margin: 0 0 60px;
  position: relative;
}
.blog-head .blog-bg-img {
  width: 100%;
}
.blog-head .blog-bg-img img {
  width: 100%;
}
.blog-head .latest-blog-text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-head .latest-blog-text button {
    padding: 7px 24px;
    /* height: 40px; */
    background-color: #EA6445;
    font-weight: bold;
    font-size: 16px;
    border-radius: 3px;
    color: #fff;
}
.blog-head .latest-blog-text h1 {
  font-weight: 600;
  font-size: 47px;
  color: #fff;
	margin:15px  0 0;
}
.blog-head .latest-blog-text h1 span {
  color: #EA6445;
}
.blog-boxes {
  width: 100%;
}
.blog-boxes h2 {
  margin: 0 0 30px;
}
.blog-boxes .tab-head {
  flex-wrap: nowrap;
  gap: 15px;
}
.blog-boxes .nav-pills .nav-link {
    font-size: 18px !important;
    font-weight: 600;
    color: #8D8888 !important;
    width: 265px;
}
.blog-boxes .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff !important;
	width:265px;
}

.load-blog-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 49px 0 0;
}
.load-blog-btn button {
  width: 201px;
  height: 53px;
  background-color: #EA6445;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.blog-boxes .portfolio-boxes-col .portfolio-col img {
  height: 201px;
}
.blog-boxes .portfolio-boxes-col .portfolio-col .details .head {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  align-items: center;
  margin: 0 0 15px;
  font-size: 14px;
	flex-direction: row-reverse;
}
.blog-boxes .portfolio-boxes-col .portfolio-col .details .head button::first-letter {
	text-transform:uppercase;
}
.blog-boxes .portfolio-boxes-col .portfolio-col .details .head button {
    width: auto;
    background-color: #FFF3F0;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    /* height: 20px; */
    border-radius: 5px;
	text-transform:lowercase;
    color: #EA6445;
    padding: 6px 16px;
}
.blog-boxes .portfolio-boxes-col .portfolio-col .details span {
  font-size: 18px;
  color: #000;
}
.blog-boxes .portfolio-boxes-col .portfolio-col .details p {
	margin:8px 0 0;
	font-size:14px;
}
.blog-boxes .portfolio-boxes-col {
  gap: 42px;
}
.blog-boxes .portfolio-boxes-col .portfolio-col {
  width: 31%;
}

/* blog details page css */
#blog-details-main {
  width: 100%;
  margin: 120px 0 60px;
  display: inline-block;
}
.breadcrump {
  width: 100%;
  margin: 0 0 40px;
}
.breadcrump ul {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 0;
}
.breadcrump ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #8D8D8D;
}
.breadcrump ul li a img {
    width: 6px;
    height: 10px;
}
.breadcrump ul li a.active {
  color: #EA6445;
}
.blog-details-bg {
  width: 100%;
  position: relative;
}
.blog-details-bg img {
  width: 100%;
  height: 465px;
  border-radius: 5px;
}
.blog-details-bg .blog-data {
  width: 100%;
  max-width: 729px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.blog-details-bg .blog-data h1 {
  color: #fff;
  font-weight: 600;
  font-size: 47px;
  margin: 0 0 10px;
}
.blog-details-bg .blog-data h1 span {
  color: #EA6445;
  font-size: 47px;
}
.blog-details-bg .blog-data span {
  font-size: 31px;
  font-weight: normal;
  color: #fff;
}

#blog-details-main .table-of-content {
  width: 100%;
  margin: 48px 0 0;
}
#blog-details-main .table-of-content h2 {
  font-weight: 500;
  font-size: 34px;
  border-bottom: 1px solid rgba(63, 62, 62, 20%);
  padding-bottom: 8px;
}
.table-of-content .table-side-head {
  width: 300px;
  padding: 0 24px 0 0;
}
.table-of-content .table-side-head .side-bar {
  margin: 27px 0 0;
}
.table-of-content .table-side-head .side-bar  .nav-link {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 30px;
}
.table-of-content .table-side-head .side-bar .nav-link.active, .nav-pills .show>.nav-link {
background-color: transparent;
color: #EA6445;
}
.table-of-content .table-content {
  border-left: 1px solid #000;
  width: calc(100% - 300px);
  padding: 0 27px;
  height: 100vh;
  overflow-y: auto;
}

.table-of-content .table-content .tab-content-data {
  width: 100%;
}
.table-of-content .table-content .tab-content-data .content-bg {
  width: 100%;
  margin: 0 0 108px;
} 
.table-of-content .table-content .tab-content-data .content-bg img {
  width: 100%;
  height: 365px;
  object-fit: cover;  
  object-position: left;
  margin: 0 0 30px;
}
.table-of-content .table-content .tab-content-data .content-bg p {
  font-size: 19px;
  color: #000;
  margin: 0 0 20px;
}
.table-of-content .table-content .tab-content-data .content-ops {
  width: 100%;
}
.table-of-content .table-content .tab-content-data .content-ops h3 {
  font-weight: 500;
  font-size: 35px;
  margin: 0 0 30px;
}
.table-of-content .table-content .tab-content-data .content-ops img {
  width: 100%;
  height: 413px;  
  object-fit: cover;
  margin: 0  0 50px;
}
.table-of-content .table-content .tab-content-data .content-ops p {
  font-size: 19px;
  font-weight: normal;
}
.table-of-content .table-content .tab-content-data .content-auth {
  margin: 30px 0 0;
}

.table-of-content .table-content .tab-content-data .content-auth h3  {
  font-weight: 500;
  font-size: 35px;
  margin: 0 0 10px;
}
.table-of-content .table-content .tab-content-data .content-auth p {
  font-size: 19px;
  margin: 0 0 20px;
}

#featured-blog-main {
  width: 100%;
  display: inline-block;
  margin: 0 0 60px;
}
#featured-blog-main .portfolio-boxes-col {
  gap: 42px;
}

#featured-blog-main .portfolio-boxes-col .portfolio-col {
  width: 31%;
}
.featured-head {
  width: 100%;
  text-align: center; 
}
#featured-blog-main .portfolio-boxes-col .portfolio-col .details .head {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  align-items: center;
  margin: 0 0 15px;
  font-size: 16px;
}
#featured-blog-main .portfolio-boxes-col .portfolio-col .details .head button {
  width: auto;
  background-color: #EA6445;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  height: 20px;
  border-radius: 2px;
  padding: 0 3px;
}

/* package main */
#packages-main {
  width: 100%;
  display: inline-block;
  margin: 120px 0 79px;
}

.package-head {
  width: 100%;
	text-align:center;
}

.package-head h2 {
  margin: 0 0 30px;
}
.package-head h2 span {
	color:#ea6445;
}
.package-head p {
  color: #3F3E3E;
  font-size: 24px;
  line-height: 31px;
}


/* web-package-main */
#web-package-main {
  width: 100%;
  display: inline-block;
  background-color: #F9F9F9;
  padding: 39px 0 70px;
}
#web-package-main h4 {
  margin: 0 0 35px;
	text-align:center;
}
.web-pack .nav-pills .nav-link {
    color: #EA6445;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
/*     width: 245px; */
    /* padding: 7px 20px; */
    /* background: #fff; */
}
.web-pack .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #EA6445;
  color: #fff;
}
.web-pack .nav-pills {
  gap: 20px;
	justify-content:center;
} 

.web-pack .tab-content {
  margin: 50px 0 0;
}

.web-pack .price-cards {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.web-pack .price-cards .cards {
  width: 33%;
  background-color: #fff;
  padding: 20px 0 18px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 15%);
  transition: all 0.5s;
  height: 560px;
	overflow:hidden;
	position:relative;
}
.web-pack .price-cards .cards.active-card {
  background-color: #EA6445;
  color: #fff;
  z-index: 1;
  position: relative;
  height: 610px;
  width: 434px;
  transition: all 0.5s;
  position: relative;
  top: -25px;
}
.web-pack .price-cards .cards.active-card span {
  color: #fff;
}
.web-pack .price-cards .cards.active-card h4 ,.web-pack .price-cards .cards.active-card p , .web-pack .price-cards .cards.active-card ul li {
  color: #fff;
} 
.web-pack .price-cards .cards.active-card ul li img {
  filter: brightness(0) invert(1);;
}
.web-pack .price-cards .cards.active-card a {
  background-color: #fff;
  color: #EA6445;
}
.web-pack .price-cards .cards span {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content:center;
    font-weight: bold;
    font-size: 18px;
    color: #ea6445;
    text-transform: uppercase;
    border-radius: 5px;
}
.web-pack .price-cards .cards h4 {
    font-weight: 500;
    font-size: 43px;
    margin: 19px 0;
}
.web-pack .price-cards .cards h4 sub {
  font-weight: 600;
  font-size: 20px;
}
.web-pack .price-cards .cards p {
    font-weight: 500;
    font-size: 20px;
    color: #A7A7A7;
    margin: 0 0 19px;
}
.web-pack .price-cards .cards  ul {
  padding: 0 0 0 85px;
	height:280px;
	overflow-y:auto;
}
.web-pack .price-cards .cards  ul::-webkit-scrollbar {
	opacity:0;
	width:0;
}
.web-pack .price-cards .cards  ul li {
  color: #000;
  font-weight: 500;
  display: flex;
  gap: 10px;
  margin: 0 0 13px;
  font-size: 15px;
}
.web-pack .price-cards .cards.active-card ul {
	height:315px;
}
.web-pack .price-cards .cards.active-card  .enquire-btn {
	background:#EA6445;
	transition:all 0.5s;
	box-shadow: 0 -25px 40px #EA6445;
}
.web-pack .price-cards .cards .enquire-btn {
    width: 100%;
    /* display: inline-block; */
    position: absolute;
    bottom: 0px;
	left:0;
    background: #fff;
    padding: 40px 0;
	transition:all 0.5s;
	box-shadow: 0 -25px 40px white;
}
.web-pack .price-cards .cards a {
/*     width: 145px; 
    height: 45px;  */
    background-color: #EA6445;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    padding: 12px 22px;
/*     position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); */
}
/* faq main css */
#faq-main {
  width: 100%;
  display: inline-block;
  margin: 60px 0;
}

.faq-head {
  width: 100%;
  margin: 0 0 60px;
}
.faq-head h2 {
	font-weight:600;
}
.faq-head h2 span {
	color:#ea6445;
}
.faq-head p {
  color: #3F3E3E;
  font-size: 20px;
  line-height: 26px;
  margin: 30px 0 0;
}

.faq-question {
  width: 100%;
  display: flex;
  gap: 92px;
}
.faq-question .left {
  width: 301px;
}
.faq-question .left h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}
.faq-question .questions-list {
  width: calc(100% - 301px);
/* 	height:730px;
	overflow-y:auto; */
}

.faq-question .questions-list::-webkit-scrollbar {
    width: 0;
}

/* Firefox */
.faq-question .questions-list {
    scrollbar-width: none; /* Firefox 64+ */
}
.questions-list .accordion-button::after {
  display: none;
}
.questions-list .accordion-item .accordion-header .accordion-button {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 22px;
  color: #000;
  padding:  0 0 22px;
}
.questions-list .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.questions-list .accordion-item .accordion-header .accordion-button img {
  width: 20px;
}
.questions-list .accordion-item .accordion-header .accordion-button .times-icon {
  display: none;
}
.questions-list .accordion-item .accordion-header .accordion-button.active-faq .add-icon {
  display: none;
}

.questions-list .accordion-item .accordion-header .accordion-button.active-faq .times-icon {
  display: unset;
}

.questions-list  .accordion-body  {
  padding: 0 0 15px;
}
.questions-list  .accordion-body p {
  color: #3F3E3E;
  font-size: 20px;
  max-width: 745px;
  line-height: 26px;
}
.questions-list .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.questions-list .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 29%);
  margin: 0 0 24px;
}


/* portfolio details page */
.Buddha_Bubble_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin: 40px 0 60px;
	align-items:center;
}

.Buddha_Bubble_head .text p{
  margin:20px 0 ;
  font-size: 19px;
  font-weight: normal;
  color: #3F3E3E;
}
.Buddha_Bubble_head .buddha-img {
  width: auto;
}
.Buddha_Bubble_head .buddha-img img {
  width: 420px;
}

.service-details-main .Buddha_Bubble_head .text {
    width: 65%;
}
.service-details-main .Buddha_Bubble_head .buddha-img img {
    width: 100%;
	height:336px;
	object-fit:cover;
}
/* .service-details-main .Buddha_Bubble_head .buddha-img::before {
    content: "";
    position: absolute;
    bottom: -20px !important;
    left: -22px !important;
    width: 137px;
    z-index: -1;
    height: 87px;
    border: 1px solid #EA6445;
}
.service-details-main .Buddha_Bubble_head .buddha-img::after {
    content: "";
    position: absolute;
    top: -20px !important;
    right: 0 !important;
    width: 137px;
    z-index: -1;
    height: 87px;
    border: 1px solid #EA6445;
} */
.service-details-main .Buddha_Bubble_head {
    gap: 30px;
    margin: 40px 0 0;
}

.service-details-main .Buddha_Bubble_head .buddha-img {
    width: 35%;
    position: relative;
	padding:0  0 0 !important;
}

/* about-buddha-main */
#about-buddha-main {
  width: 100%;
  display: inline-block;
}
.about-buddha {
  width: 100%;
  display: flex;
  gap: 37px;
  justify-content: space-between;
}

.about-buddha  .text-details{
  width: 60%;
}
.about-buddha  .text-details p {
  color: #3F3E3E;
  font-size: 20px;
  margin: 30px 0;
}

.about-buddha .side-details {
  width: 40%;
  padding: 48px 0 0 71px;
  background-color: #F9F9F9;
  border-radius: 5px;
	height:fit-content;
}
.about-buddha .side-details ul li .client-head{
  font-weight: 600;
  font-size: 28px;
  padding: 0 0 0 15px;
  border-left: 8px solid #EA6445;
}
.about-buddha .side-details ul li {
  margin: 0 0 40px;
}
.about-buddha .side-details ul li .country {
  display: block;
  color: #3F3E3E;
  font-size: 20px;
  margin: 16px  0 0;
	padding:0 0 0 25px;
}

/* Technologies-Leveraged-main */
#Technologies-Leveraged-main {
  width: 100%;
  display: inline-block;
  background-color: #F9F9F9;
  padding: 40px 0 45px;
  margin: 60px 0 0;
}
.Technologies-Leveraged-head {
  text-align: center;
  width: 100%;
}
.Technologies-Leveraged-head h2 span {
	color:#EA6445;
}
.Technologies-Leveraged-head p {
  color: #3F3E3E;
  font-size: 19px;
  margin: 30px 0;
}
.Leveraged-techno {
  width: 100%;
  display: flex;
  justify-content:center;
gap:59px;
}
.Leveraged-techno .box-col {
  background-color: #fff;
  padding: 24px 51px;
  text-align: center;
}
.Leveraged-techno .box-col .icon img {
    width: 40px;
    height: 40px;
}

.Leveraged-techno .box-col span {
  font-weight: 500;
  font-size: 20px;
  margin: 10px 0 0;
  display: block;
}

/* development-main css */
#development-main {
  width: 100%;
  display: inline-block;
  background-color: #F9F9F9;
  padding: 40px 0 50px;
}

.wordpress-dev-main .development-head {
	text-align:center;
}
.development-head {
  width: 100%;
}
.development-head p {
  color: #3F3E3E;
  font-size: 19px;
  margin: 30px 0;
}
.develop-process {
  width: 100%;
  display: flex;
/*   justify-content: space-between; */
  gap: 30px;
  flex-wrap: wrap;
}
.develop-process .process-col {
  width: 23%;
  background-color: #fff;
  padding: 21px 21px 23px 18px;
  border-radius: 5px;
  cursor: pointer;
}
.develop-process .process-col:hover {
  background-color: #EA6445;
  color: #fff !important;
}
.develop-process .process-col:hover p {
  color: #fff;
}
.develop-process .process-col h3 {
  font-weight: 500;
  font-size: 20px;
}
.develop-process .process-col p {
  color: #3F3E3E;
  margin: 12px 0 0;
  font-size: 12px;
}

/* Evaluation-main css */
#Evaluation-main {
  width: 100%;
  display: inline-block;
  margin:60px 0;
}

.Evaluation-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
	align-items:center;
}
.Evaluation-head .Evaluation-text {
  width: 60%;
}
.Evaluation-head .Evaluation-text p {
  color: #3F3E3E;
  font-size: 22px;
  margin: 0 0 10px;
}
.Evaluation-head .Evaluation-text h2 {
	font-size:42px;
}
.Evaluation-head .Evaluation-text h2 span {
	color:#EA6445;
}
.Evaluation-head .Evaluation-img {
  width: 420px;
  position: relative;
	height:fit-content;
	padding:0  0 0;
}
.wordpress_plugin_main .Evaluation-head .Evaluation-img::after ,
.wordpress_plugin_main .Evaluation-head .Evaluation-img::before {
	display:none;
}
/* .Evaluation-head .Evaluation-img::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -22px;
  border-radius: 5px;
  width: 142px;
  height: 100px;
  z-index: -1;
  border: 2px solid   #EA6445;
}
.Evaluation-head .Evaluation-img::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  border-radius: 5px;
  width: 142px;
  height: 100px;
  z-index: -1;
  border: 2px solid   #EA6445;
} */
.Evaluation-head .Evaluation-img img {
  width: 420px;
  height: 420px;
  border-radius: 5px;
}

/* more-case-study */
#more-case-study {
  width: 100%;
  margin: 0 0 60px;
}
#more-case-study .portfolio-boxes-col {
  gap: 40px;
}
#more-case-study .portfolio-boxes-col .portfolio-col {
  width: 31%;
}

/* service main page */
.service-main-page .blog-boxes h2 {
  font-size: 36px;
}
.service-main-page .blog-boxes p {
  font-size: 25px;
  color: #3F3E3E;
  margin: 0 0 60px;
}

.services-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 35px;
  flex-wrap: wrap;
}
.services-boxes .service-box {
  width: 48%;
}

.development-head {
	text-align:left;
}
.development-head h2 span {
	color:#EA6445;
}

.wordpress-dev-main .development-head p {
    padding: 0;
    font-weight: 500;
	text-align:center;
}

.wordpress-dev-main .develop-process {
    max-width: 1103px;
    margin: 0 auto;
	justify-content:center;
}
.wordpress-dev-main .develop-process .process-col {
    width: 31%;
    padding: 25px 15px;
	text-align:center;
}
.wordpress-dev-main .develop-process .process-col span img {
	width:40px;
	height:40px;
}
.wordpress-dev-main .develop-process .process-col p {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.wordpress-dev-main .develop-process .process-col:hover p {
	color:#fff;
}
.wordpress-dev-main .develop-process .process-col:hover {
    background-color: #EA6445;
    color: #fff !important;
}
.wordpress-dev-main .develop-process .process-col:hover span img {
    filter: brightness(0) invert(1);
}
.custom-wordpress-head span {
    color: #EA6445;
    font-size: 45px;
    font-weight: bold;
    margin: 0 0 70px;
    display: block;
}
.wordpress_plugin_main .custom-wordpress-head {
    text-align: center;
}
.wordpress_plugin_main .Evaluation-head{
	gap:100px;
}
.wordpress_plugin_main .Evaluation-head .Evaluation-img {
    width: 50%;
	text-align:right;
}
.wordpress_plugin_main .Evaluation-head .Evaluation-img img {
    height: auto;
}
/* .wordpress_plugin_main .Evaluation-head .Evaluation-img img {
    height: 300px;
    object-fit: cover;
    object-position: top;
} */
.wordpress_theme-main {
    margin: 0 0 60px !important;
    background-color: #F9F9F9;
    padding: 38px 0 80px;
}

#appreciated-main {
  width: 100%;
  display: inline-block;
  margin: 0 0 60px;
}

#appreciated-main .appreciated-head {
  margin: 0 0 30px;
}
#appreciated-main .appreciated-boxes {
  width: 100%;
  display: flex;
  gap: 10px;
}
#appreciated-main .appreciated-boxes .appreciated-col {
  width: 100%;
  display: flex;
  margin: 10px 0;
  gap: 30px;
  padding: 22px 16px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 20%);
}
#appreciated-main .appreciated-boxes .appreciated-col .left {
  width: 334px;
}
#appreciated-main .appreciated-boxes .appreciated-col .left video {
  width: 100%;
  height: 258px;
  object-fit: cover;
}
#appreciated-main .appreciated-boxes .appreciated-col .details {
  width: calc(100% - 334px);
}
#appreciated-main .appreciated-boxes .appreciated-col .details p {
  color: #7C7C7C;
  font-size: 21px;
  margin: 0 0 60px;
}
#appreciated-main .appreciated-boxes .appreciated-col .details h4 {
  font-weight: 600;
  font-size: 22px;
  color: #EA6445;
}
#appreciated-main .appreciated-boxes .appreciated-col .details span {
  color: #909090;
  font-size: 20px;
}

.morecase-head h2 span {
	color:#EA6445;
}

 .packages-main-popup {
  width: 100%;
  height: fit-content;
  z-index: 1;
  background-color: #fff;
  position: absolute;
  top: 64px;
  left: 0;
  visibility: hidden;
}

.services-main-popup .servies-heading-left, .packages-main-popup .packages-heading-left {
  width: 479px;
  padding: 47px 0 0 120px;
  background: #FFE5DF;
  height: 80vh;
}
.services-main-popup .servies-heading-left h3, .packages-main-popup .packages-heading-left h3 {
  font-size: 20px;
  font-weight: 600;
	padding:0 0 0 36px;
}
.services-main-popup .servies-heading-left p , .packages-main-popup .packages-heading-left p{
  color: #3F3E3E;
  font-size: 14px;
  font-weight: 400;
  margin: 21px 0 20px ;
  max-width: 370px;
	padding:0 10px 0 36px;
}
.services-main-popup .servies-heading-left .nav-pills .nav-link , 
.packages-main-popup .packages-heading-left .nav-pills .nav-link {
  width: 326px;
  height: 62px;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 0 20px;
  color: #3F3E3E;
  font-size: 18px;
	margin-left:auto;
	border-bottom:none;
  font-weight: 500;
}
.services-main-popup .servies-heading-left .nav-pills .nav-link.active, .nav-pills .show>.nav-link,
.packages-main-popup .packages-heading-left .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #fff;
  color: #EA6445;
	border-radius:5px 0 0 5px;
	margin-left:auto;
}

.services-main-popup .services-boxes-pop  , 
.packages-main-popup .packages-boxes-pop{
  width: calc(100% - 479px);
	height:92vh;
	overflow-x:hidden;
	overflow-y:hidden;
}
.services-main-popup .services-boxes-pop .service-coloums ,
.packages-main-popup .packages-boxes-pop .package-coloums{
  width: 100%;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  padding: 37px 15px 0 15px;
}
.services-main-popup .services-boxes-pop .service-coloums .service-col,
.packages-main-popup .packages-boxes-pop .package-coloums .package-col{
  width: 28%;
  cursor: pointer;
	border-radius:5px;
  padding: 19px 20px 19px;
	
}
.services-main-popup .services-boxes-pop .service-coloums .service-col:hover,
.packages-main-popup .packages-boxes-pop .package-coloums .package-col:hover{
  background-color: #FFE5DF;
}
.services-main-popup .services-boxes-pop .service-coloums .service-col:hover span img.services_icon_second,
.packages-main-popup .packages-boxes-pop .package-coloums .package-col:hover span img.services_icon_second{
	display:unset;
}
.services-main-popup .services-boxes-pop .service-coloums .service-col:hover span img.services_icon_first,
.packages-main-popup .packages-boxes-pop .package-coloums .package-col:hover span img.services_icon_first{
	display:none;
}
.services-main-popup .services-boxes-pop .service-coloums .service-col span,
.packages-main-popup .packages-boxes-pop .package-coloums .package-col span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
/*   background-color: #F9F9F9; */
}
.services-main-popup .services-boxes-pop .service-coloums .service-col span .services_icon_second,
.packages-main-popup .packages-boxes-pop .package-coloums .package-col span .services_icon_second{
	display:none;
}
.services-main-popup .services-boxes-pop .service-coloums .service-col span img,
.packages-main-popup .packages-boxes-pop .package-coloums .package-col span img{
  width: 40px;
  max-height: 40px;
}
.services-main-popup.services-boxes-pop-one{
	visibility:visible;
	opacity:1;
}
.packages-main-popup.footer-package-active{
	visibility:visible;
	opacity:1;
}
.services-main-popup .services-boxes-pop .service-coloums .service-col h4,
.packages-main-popup .packages-boxes-pop .package-coloums .package-col h4{
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0;
	color:#333;
}
.services-main-popup .services-boxes-pop .service-coloums .service-col p,
.packages-main-popup .packages-boxes-pop .package-coloums .package-col p{
  color: #3F3E3E;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 36px;
}
.services-main-popup .services-boxes-pop .service-coloums .service-col a,
.packages-main-popup .packages-boxes-pop .package-coloums .package-col a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.services-main-popup .services-boxes-pop .service-coloums .service-col:hover a,
.packages-main-popup .packages-boxes-pop .package-coloums .package-col:hover a {
	color:#EA6445;
}
.header nav ul li a.service-popup i,
.header nav ul li a.packages-menu i{
  transform: rotate(180deg);
}
.header nav ul li a.service-popup:hover + .services-main-popup,
.header nav ul li a.packages-menu:hover + .packages-main-popup{
  opacity: 1;
  visibility: visible;
}
.review-slider .slick-list {
	height:fit-content;
}
.review-slider .slick-slide {
	height:fit-content !important;
}

.about-service-slider {
	width:100%;
}
.service-details-main {
	margin:120px 0 60px !important;
}
.portfolio-boxes-one{
	display:none;
}

.without-content {
    width: 100%;
    text-align: center;
    height: 60vh;
    display: flex;
	row-gap:0;
    justify-content: center;
    flex-wrap: wrap;
}
.without-content p {
	margin:0 0;
	width:100%;
	font-size:24px;
	font-weight:500;
color:#BFBFBF;
}

.loader {
  border: 5px solid #ffffff;
  border-top-color: #EA6445 ;
  border-radius: 50%;
  width: 20px !important;
  height: 20px;
	margin-top:20px;
	margin-left:20px;
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

.new-search-form{
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-for-mobile {
	width:100%;
	display:none;
}
.services-for-mobile .service {
	width:100%;
}
.services-for-mobile .service h4 {
	font-size:16px;
	color:#333;
	margin:0 0 10px;
}
.services-for-mobile .service ul {
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}
.services-for-mobile .service ul li {
	width:100%;
}
.services-for-mobile .service ul li a {
	display:flex;
	gap:15px;
	color:#999;
	align-items:center;
	justify-content:center;
}
.services-for-mobile .service ul li a img {
	width:20px;
	display:unset;
}

.title {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 2.8em; /* Adjust this value to control the number of lines */
        line-height: 1.4em; /* Adjust this value to control the line height */
    }

#first-portfolio-boxes{
	display: none;
}

.mobile-service-main {
	width:100%;
	background-color:#fff;
	display:none;
}
.mobile-service-main .services-provide .service-col {
	width:100%;
	max-width:90%;
	margin:0 auto;
}

/* blog page slider */
main {
        display: flex;
        position: relative;
        flex-direction: column;
        width: 100%;
        height: 220px;
      }
      .a {
        background: black;
      }
      .b {
        background: gray;
      }
      .slides-container {
        position: relative;
        overflow: hidden;
        display: flex;
        flex: 1;
		  background: #FCFCFC;
		  padding:34px 0;
      }
      .slide {
        position: absolute;
/*         font-size: 90px; */
        font-weight: 700;
/*         color: green; */
/*         display: flex; */
		  text-align:center;
        align-items: center;
        justify-content: center;
        height: 200px;
        width: calc(100% /6);
        /* width: 100vw; */
      }
      .slides-inner {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
      }
      .slide span {
        font-weight: bold;
        font-size: 18px;
        color: #000;
        white-space: nowrap;
      }
.slide .technologies-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 15px;
  background-color: rgba(255, 126, 96, 2%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide .technologies-icon img {
	width:40px;
	height:40px;
}

/* laoder css */

  .loader-container {
    --uib-size: 20px;
    --uib-color: #ffffff;
    --uib-speed: 1s;
    --uib-stroke: 2px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
  }
.container-fluid{
	max-width:1265px;
	padding:0 32px;
	width:100%;
	margin:0 auto;
}
.Teams-main .container-fluid .team-services-provide .service-col .team-col{
	margin:0;
}

  .line {
    position: absolute;
    top: 0;
    left: calc(50% - var(--uib-stroke) / 2);
    display: flex;
    align-items: flex-start;
    height: 100%;
    width: var(--uib-stroke);
  }

  .line::before {
    content: '';
    height: 22%;
    width: 100%;
    border-radius: calc(var(--uib-stroke) / 2);
    background-color: var(--uib-color);
    animation: pulse calc(var(--uib-speed)) ease-in-out infinite;
    transition: background-color 0.3s ease;
    transform-origin: center bottom;
  }

  .line:nth-child(1) {
    transform: rotate(calc(360deg / -12 * 1));

    &::before {
      animation-delay: calc(var(--uib-speed) / -12 * 1);
    }
  }
  .line:nth-child(2) {
    transform: rotate(calc(360deg / -12 * 2));

    &::before {
      animation-delay: calc(var(--uib-speed) / -12 * 2);
    }
  }
  .line:nth-child(3) {
    transform: rotate(calc(360deg / -12 * 3));

    &::before {
      animation-delay: calc(var(--uib-speed) / -12 * 3);
    }
  }
  .line:nth-child(4) {
    transform: rotate(calc(360deg / -12 * 4));

    &::before {
      animation-delay: calc(var(--uib-speed) / -12 * 4);
    }
  }
  .line:nth-child(5) {
    transform: rotate(calc(360deg / -12 * 5));

    &::before {
      animation-delay: calc(var(--uib-speed) / -12 * 5);
    }
  }
  .line:nth-child(6) {
    transform: rotate(calc(360deg / -12 * 6));

    &::before {
      animation-delay: calc(var(--uib-speed) / -12 * 6);
    }
  }
  .line:nth-child(7) {
    transform: rotate(calc(360deg / -12 * 7));

    &::before {
      animation-delay: calc(var(--uib-speed) / -12 * 7);
    }
  }
  .line:nth-child(8) {
    transform: rotate(calc(360deg / -12 * 8));

    &::before {
      animation-delay: calc(var(--uib-speed) / -12 * 8);
    }
  }
  .line:nth-child(9) {
    transform: rotate(calc(360deg / -12 * 9));

    &::before {
      animation-delay: calc(var(--uib-speed) / -12 * 9);
    }
  }
  .line:nth-child(10) {
    transform: rotate(calc(360deg / -12 * 10));

    &::before {
      animation-delay: calc(var(--uib-speed) / -12 * 10);
    }
  }
  .line:nth-child(11) {
    transform: rotate(calc(360deg / -12 * 11));

    &::before {
      animation-delay: calc(var(--uib-speed) / -12 * 11);
    }
  }
@media (max-width: 991px) {
  .slides-container {
    width: 100%; /* Set width to accommodate only two slides */
  }
  .slide {
    width: 30%; /* Each slide takes 50% of the container width */
  }
}
@media (max-width: 768px) {
  .slides-container {
    width: 100%; /* Set width to accommodate only two slides */
  }
  .slide {
    width: 230px; /* Each slide takes 50% of the container width */
  }
}
@media (max-width: 575px) {
  .slides-container {
    width: 100%; /* Set width to accommodate only two slides */
  }
  .slide {
    width: 230px; /* Each slide takes 50% of the container width */
  }
}

  @keyframes pulse {
    0%,
    80%,
    100% {
      transform: scaleY(0.75);
      opacity: 0;
    }
    20% {
      transform: scaleY(1);
      opacity: 1;
    }
  }
/* packages form page css */
#package-enquiry-main {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  margin: 110px 0 60px;
}
#package-enquiry-main h2 {
  font-weight: 600;
  font-size: 47px;
  line-height: 64px;
}
.package-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;  
  margin: 40px 0 0;
}
 
.package-info .left {
  width: 50%;
}
.package-info .left h3 {
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
	white-space:nowrap;
}
.package-info .left h3 span {
  color: #EA6445;
}
.package-info .left ul span {
  color: #3F3E3E;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  display: block;
  margin: 30px 0;
}
.package-info .left ul li {
  display: flex;
  gap: 20px;
  color: #717070;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 17px;
}
.package-info .right-img {
  width: 50%;
  text-align: right;
}
.package-info .right-img img {
  width: 485px;
  height: 485px;
}
.package-plan-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 56px 0 0;
}
.package-plan-form .head {
  width: 45%;
}
.package-plan-form .head h4, .package-plan-form .package-form h4 {
  color: #3F3E3E;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  margin: 0 0 12px;
}
.package-plan-form .head h3 {
  color: #EA6445;
  font-weight: 600;
  font-size: 68px;
  line-height: 87px;
}
.package-plan-form .head h3 sub {
  font-size: 35px;
  line-height: 46px;
}
.package-plan-form .head p {
  font-size: 25px;
  line-height: 34px;
  color: #3F3E3E;
}
.package-plan-form .package-form {
  width: 55%;
}
.package-plan-form .package-form h4 {
  margin: 0 0 21px;
}
.package-plan-form .package-form .input-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 28px;
}
.package-plan-form .package-form .input-group .input-field {
  width: 47%;
	position:relative;
}

.package-plan-form .package-form .input-group .select-number {
	display:flex;
}

.package-plan-form .package-form .input-group .select-number select {
	width:auto !important;
	border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
	border-right: none !important;
}
.package-plan-form .package-form .input-group .select-number label {
	left:95px !important;
}
.package-plan-form .package-form .input-group .select-number input {
	border-top-left-radius:unset !important;
	border-bottom-left-radius:unset !important;
	border-left: none ! IMPORTANT;
}

*,
*:focus{outline: none}
.package-plan-form .package-form .input-group .input-field input:focus + label,
.package-plan-form .package-form .input-group .input-field input:valid + label{
	top: -10px;
    left: 10px;
    font-size: 12px;
    background: #fff;
    padding: 0 4px;
    color: #ea6445;
	transition:all 0.3s ease;
}

.package-plan-form .package-form .input-group .input-field label {
    position: absolute;
    top: 10px;
    left: 19px;
    font-size: 14px;
	transition:all 0.3s ease;
	cursor:text;
}

.package-plan-form .package-form .input-group .input-field input, .package-plan-form .package-form .input-group .input-field select {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(234, 100, 69, 0.37);
  background-color: #F9F9F9;
  padding: 0 16px;
  font-size: 14px;
  color: #000;
  font-weight: normal;
	border-radius:5px;
}
.package-plan-form .package-form .input-group .input-field .country-label {
	position: absolute;
    top: 11px;
    right: 25px;
    color: #ea6445;
    font-weight: 500;
	font-size:14px;
}
.package-plan-form .package-form .input-group .input-field input::placeholder {
  color: #000;
}
.package-plan-form .package-form button {
  padding: 13px 42px;
	display:block;
  background-color: #EA6445;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
}/* Default state for .left and .right elements (hidden initially) */
.left, .right {
    opacity: 0;
    transform: translateX(-100px); /* For left element */
}

.right {
    transform: translateX(100px); /* For right element */
}

/* Animation when class is added */
.animation-left {
    animation: slideInLeft 1s forwards;
}

.animation-right {
    animation: slideInRight 1s forwards;
}

/* Keyframes for slide-in animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.package-container {
  display: flex;
  gap: 20px;
  padding: 40px;
  max-width: 1300px;
  margin: auto;
}

.mobile-category {
  background-color: #b8b8b812;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  align-items: flex-start; /* Aligns the boxes at the top, avoiding equal height */
  height:max-content;


}

.mobile-category h3 {
  font-size: 15px;
  color: #fa5a54;
  margin-bottom: 20px !important;
}

.item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
	padding:10px;
	border-radius:5px;
}
.item:hover {
	background-color:#FFE5DF;
}
.item:hover h4  {
	color:#ea6445;
}

.item:hover .icon img {
    filter: brightness(0) saturate(100%);
}


.icon-m {
  color: #fa5a54;
height:24px;
width:24px;
    
}

.item h4 {
  font-size: 15px;
  color: #333;
	margin:0;
	cursor:pointer;
}

.item p {
  font-size: 0.9em;
  color: #666;
}
.icon-container {
  display: inline-block;
  width: 24px; /* Adjust as needed */
  height: 24px; /* Adjust as needed */
  background-size: cover;
  transition: background-image 0.3s ease;
}

/* Flutter Icon */
.icon-flutter {
  background-image: url('https://teqexpert.com/wp-content/uploads/2024/11/android-static.png'); /* Static image */
}

.icon-flutter:hover {
  background-image: url('https://teqexpert.com/wp-content/uploads/2024/11/android-onhover.png'); /* Colored image on hover */
}
.new-cta {
  width: 100%;
  position: relative;
	margin-top:50px;
}
 
.new-cta .cta-bg {
    width: 100%;
}
.new-cta .cta-bg img {
  width: 100%;
  height: 373px;
}
.new-cta .cta-bg  .two {
  display: none;
}
.new-cta .cta-data {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%,-50%);
}
.new-cta .cta-data h2 {
  color: #fff  !important;
  font-weight: bold;
  line-height: 62px;
  font-size: 52px;
}
.new-cta .cta-data p {
  color: #fff;
  max-width: 645px;
  font-weight: 600;
  font-size: 18px;
  margin: 24px auto 35px;
}
.new-cta .cta-data a:hover {
  border:2px solid #EA6445;
  transform: scale(1.1);
  transition: all 0.5s;
}
.new-cta .cta-data a {
  width: 208px;
  height: 49px;
  color: #EA6445;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.5s;
  border:2px solid transparent;
}
 
@media screen and (max-width:991px) {
  .new-cta .cta-bg  .two {
    display: unset;
    height: 300px;
  }
  .new-cta .cta-bg  .first {
    display: none;
  }
 
}
 
@media screen and (max-width:575px) {
  .new-cta .cta-data a {
    font-size: 14px;
    font-weight: normal;
    height: 45px;
  }
  .new-cta .cta-data p {
    font-size: 16px;
    font-weight: normal;
    padding: 0 15px;
    margin: 15px auto 20px;
  }
  .new-cta .cta-data h2 {
    line-height: 40px;
  }
}
.custom-video-container {
  width: 603px;
  background-color: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* Loader styles */
.unique-loader-container {
  width: 603px;
  height: 333px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.unique-loader {
  --uib-size: 40px;
  --uib-color: black;
  --uib-speed: 1.75s;
  position: relative;
  height: var(--uib-size);
  width: var(--uib-size);
}

.unique-loader::before,
.unique-loader::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: var(--uib-color);
  animation: unique-pulse var(--uib-speed) ease-in-out infinite;
  transform: scale(0);
  transition: background-color 0.3s ease;
}

.unique-loader::after {
  animation-delay: calc(var(--uib-speed) / -2);
}

@keyframes unique-pulse {
  0%,
  100% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.25;
  }
}

/* Video styles */
.unique-video-wrapper {
  width: 603px;
  height: 333px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.unique-about-us-video {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.unique-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  color: #555;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.unique-video-controls {
  padding: 10px;
  width: 603px;
}

.unique-progress-bar {
  width: 100%;
  appearance: none;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.unique-progress-bar::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  background: #555;
  border-radius: 50%;
}

.unique-progress-bar::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #555;
  border-radius: 50%;
}

/* new css  */
.dropdown-accordion {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 10px 0px;
}
 
.dropdown-accordion .web-services {
  width: 100%;
  border-radius: 10px;
  background-color: #FAFAFA;
}
.dropdown-accordion .web-services .web-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.dropdown-accordion .web-services .web-heading h5 {
  font-weight: 500;
  font-size: 14px;
  color: #EA6445;
	margin:0;
	line-height:25px;
}
 
.arrow-icon {
  transition: transform 0.3s;
}
.arrow-icon.open {
  transform: rotate(180deg);
}
 
.dropdown-accordion .web-services .web-content {
  width: 100%;
  padding: 0 14px 14px;
  display: none;
}
.dropdown-accordion .web-services .web-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dropdown-accordion .web-services .web-content ul li {
  width: 100%;
  display: flex;
	align-items:center;
  gap: 16px;
  padding: 10px;
}
.dropdown-accordion .web-services .web-content ul li span img {
	width:24px;
}
.dropdown-accordion .web-services .web-content ul li p {
  font-size: 14px;
  color: #686868;
  font-weight: normal;
	margin:0;
}
.dropdown-accordion .web-services .web-content ul li p b{
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  margin:0 0 0;
	
}


.no-scroll {
    overflow: hidden;
}
