
/* margin css start */

.mt-50{
  margin-top: 50px;
}


/* margin css end */



/* Header top css start  */

.centered-list {
    list-style: none; /* Remove bullets */
    display: flex; /* Align items in one line */
    justify-content: start; /* Center the list */
    align-items: center; /* Center vertically */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
}

.centered-list li {
    margin: 0 10px; /* Add spacing between items */
    text-align: center; /* Center text within each item */
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.left-content{
    padding: 8px 0;
}

.centered-list a{
font-size: 16px;
    margin-right: 7px;
}
/* Header top css end  */



.goals{
    background-color: #f0f0f0;
}

.borderstyle img{
    border-radius: 20px;
}

/* padding css start */
.pt-50{
    padding-top: 50px;
}

.pb-50{
    padding-bottom: 50px;   
}


.pt-10{
  padding-top: 10px;
}
.pb-20{
  padding-bottom: 20px;
}


/* padding css end */


/* font size css start */

.font-17{
  font-size: 17px;

}


/* font size css  end */







/* testimonial css start  */

/*  */
.testimonials-wrap {
   
    padding-top: 50px;
  }
  .heading-section {
    text-align: center;
  }
  .sub-heading {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .heading-section h2 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  }
  .user-img {
    width: 80px!important;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
  }
  .carousel-testimonial .item {
    padding: 30px 10px;
  }
  .quote {
    position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
  }
  .name {
    margin-bottom: 0;
    padding-top: 20px;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
  }
  .position {
    color: #adadad;
    font-size: 14px;
  }
  .carousel-testimonial .owl-nav {
    text-align: center;
  }
  .carousel-testimonial .owl-nav button.owl-next,
  .carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
  }
  .carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
  }
  .carousel-testimonial .owl-nav button.owl-next span,
  .carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 60px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
  }
  .carousel-testimonial .owl-nav button.owl-next.disabled,
  .carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
  }
  
  /* .owl-carousel .item img {
    width: 50px!important;
  } */


  .testimonial-box .width{
    width: 30px!important;
    margin-right: 20px;

  }


  .testimonial-flex{
    display: flex;
    justify-content:start;
    align-items: center;

  }

  .text-secondary{
    /* margin-bottom: 0; */
    /* padding-top: 20px; */
    /* line-height: 14px; */
    font-size: 17px;
    font-weight: 500;
    color: #000000;

  }


  .width img{

  }


  
/* testimonial css end  */


/* slider css  start */




/* slider css  end */




/* Footer css start */

.footer-main h4 {
  font-size: 20px;
}
.copyright{
  background-color: #FF924D;
  padding: 8px;
}
.copyright a{
  color: #ffff!important;
}

.copyright p{
  font-size: 16px!important;
}
/* Footer css end */



@keyframes background-color {
  0% {
      background: linear-gradient(to bottom, #000428, #004683);
  }

  25% {
      background: linear-gradient(135deg, #1a4223, #5ee95e);
  }

  50% {
      background: linear-gradient(to bottom, #421a31, #e95ed2);
  }

  100% {
      background: linear-gradient(-135deg, #fae37d, #881da8, #20668f);
  }

}

.team-member {
  background: linear-gradient(to bottom, #000428, #004683);
  animation: background-color 20s;
  /* min-height: 100vh; */
  padding: 50px 0;
}

.card {
  width: 400px;
  height: 300px;
  transform-style: preserve-3d;
  perspective: 500px;
  border: none;
  background-color: inherit;
}

.card .face {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  transform-style: preserve-3d;
  transition: 0.5s;
  backface-visibility: hidden;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  /* border-right: 1px solid #999;
border-bottom: 1px solid #999; */
}

.card .face.front-face,
.card .face.back-face {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card .face.front-face .profile {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.card .face.front-face .name {
  letter-spacing: 2px;
}

.card .face.front-face .designation {
  font-size: 0.8rem;
  color: #ddd;
  letter-spacing: 0.8px;
}

.card:hover .face.front-face {
  transform: rotateY(180deg);
}

.card .face.back-face {
  position: absolute;
  background: rgba(255, 255, 255, 0.06);
  transform: rotateY(180deg);
  padding: 20px 30px;
  text-align: center;
  user-select: none;
}

.card .face.back-face .fa-quote-left {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 1.2rem;
}

.card .face.back-face .fa-quote-right {
  position: absolute;
  bottom: 35px;
  right: 25px;
  font-size: 1.2rem;
}

.card:hover .face.back-face {
  transform: rotateY(360deg);
}

@media(max-width: 991.5px) {
  .col-lg-4 {
      margin-top: 40px;
      margin-bottom: 20px;
  }
}




/* about css start  */


.text-start i{
  font-size: 20px;
}

.about-img img{
  border-radius: 20px ;
}

 /* vision css start  */


.snip1519 {
  position: relative;
  padding: 25px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #FF924D;
  color: #9e9e9e;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/* .snip1519 *,
.snip1519 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
} */

.snip1519 figcaption {
  padding: 12% 10% 14%;
}

.snip1519 i {
  font-size: 40px;
  color: #fff;
  width: 60px;
  line-height: 60px;
  background-color: #FF924D;
  border-radius: 50%;
  padding: 0;
  margin: 0 0 10px;
  text-align: center;
  display: inline-block;
}

.snip1519 h3 {
  color: #3c3c3c;
  font-size: 25px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0;
}

.snip1519 p {
  font-size: 15px;
  
}


.snip1519:hover i {
	animation: full-circle 1.1s ease-out;
  cursor: pointer;
}

@keyframes full-circle {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}


 /* vision css end  */







/* about css end  */



/* contact css start  */


/* .contact-box{
  background-color: #FF924D;
  padding: 50px;
  border-radius: 20px;
}
 */


 .contact-box {
  background-color: #f8f9fa;
  padding: 17px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 177px;
 
}
.contact-box i {
  font-size: 35px;
  color: #FF924D;
  margin-bottom: 15px;
}
.contact-box h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-box p {
  font-size: 16px;
}


 /* .contact-box:hover {
  background-color: #FF924D;
 
  cursor: pointer;
}
.contact-box:hover i {
  color: #ffffff; }
 */



 /* Initial state of the contact box */
.contact-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

/* Hover effect: box moves up and gets a shadow */
.contact-box:hover {
  transform: translateY(-10px); /* Move the box up */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)!important; /* Add a subtle shadow */
}


/* .fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
} */

/* contact css end  */



/* slider css start  */



/* Duplicate content for seamless scrolling */
.slide-track {
  width: calc(250px * 16 * 2); /* Double the slides width */
}




/* slider css end  */



/* website Development css  start */

.bg-light{
  background-color: rgb(245 245 245) !important;
  /* background-image: url(../images/background/1.jpg);
  opacity: 0.5;  */
}

.image-dev img{
  border-radius: 20px;
}

.title-dev h2{
  font-size: 35px;
  font-weight: 700;
}


.vv img{
  transition:all 0.3s ease;
  cursor:pointer;	
  }
  .vv img:hover{
  opacity:0.8;	
  box-shadow: 0px 0px 5px 8px rgba(0,0,0,0.08);
  }


  .dev-box{
    background-color: #fff;
    padding: 20px;
  }

  .dev-box h3{
    font-size: 18px;
  }



  .bg-web-color{
    background-color: #0f264c;
  }
/* website Development css  end */



/* website design css start  */


.Online-Success h3{

}

/* website design css end  */



/* App pages css start  */


  .app-one h5{
    font-size: 16px;
    color: #FF924D;
    padding: 10px 0px;
  }
  .app-one h2{
    font-size: 30px;
    /* color: #FF924D; */
    margin-bottom: 10px;
    font-weight: 700;
  }


  .pt-30{
    padding-top: 30px;
  }

  .pb-30{
    padding-bottom: 30px;
  }

  .font-style{
    font-size: 30px;
    font-weight: 700;
  }


  .Success-item img:hover {
    color: #fff;
  }

  /* .Success-item-1:hover{
    background-color: #eb9865;
} */


.text-dark{
  color: #0000;
}

.Success-item-1 h5 {
    font-size: 18px;
    /* font-weight: bold; */
    color: #333;
   
}

.Success-item-1 p {
    color: #555;
  
}


.Success-item-1:hover h5 {
    color: #fff; 
}

.Success-item-1:hover p {
    color: #fff; 
}



.m-t-120 {
  margin-top: 90px;
}

.section-common-space {
  padding: 30px 0;
  /* background-color: #f6f1f1; */
}

.section-header {
  margin-bottom: 60px;
}

.section-title {
  color: #1c1c1c;
  margin-bottom: 60px;
  /* text-transform: uppercase; */
}
.section-title span {
  position: relative;
}


.ft-wt-bold {
  /* font-weight: 700; */
}

.section-subtitle {
  font-size: 17px;
  color: #666666;
}



/* app page css start  */
.features-item {
  background-color: #fff;
  /* margin-bottom: 110px; */
  padding: 60px 20px 20px;
  position: relative;
  transition: 0.3s;
  border-radius: 2px;
}
.features-item:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
.features-item:hover .features-icon {
  color: #536dfe;
  border-color: #536dfe;
}
.features-item:hover .features-info .title {
  color: #536dfe;
  border-color: #536dfe;
}
.features-item:hover .features-info p {
  color: #536dfe;
  border-color: #536dfe;
}

.features-icon {
  font-size: 36px;
  width: 96px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  background: #fff;
  border-radius: 60px;
  border: 2px dashed #f0f0f0;
  box-shadow: 0 0 5px #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  color: #bdbdbd;
  transition: 0.3s;
}

@media only screen and (max-width: 992px) {
  .clear-problem > div:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 768px) {
  .section-common-space {
    padding: 50px 0;
  }

  h4 {
    font-size: 17px;
  }

  h2 {
    font-size: 21px;
  }

  .section-title {
    margin-bottom: 20px;
  }
  .section-title span:before {
    bottom: -10px;
  }
}
.clear-problem > div:nth-child(3n+1) {
  clear: left;
}

.features-info .title {
  color: #1c1c1c;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 20px;
}

.app-dev h2{
  text-align: start;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.bgcolor-gray{
  background-color: rgb(247, 241, 241);
}


.h-20{
  min-height: 20px!important;
}

/* .fas{
  font-size: 40px!important;
} */


.bg-blue{
  background-color: #0f264c;
}
/* app page css end  */

/* App pages css start  */


/* Wordpress page css start  */

.bg-box-white{
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}


.wordpress-service{
  margin-top: 20px;
}


.wordpress-section{
  background-image: linear-gradient(90deg, #7148c9 0%, #0d4092 100%);
}



.worpress h2{
  text-align: start;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.bg-gray{
  background-color: rgb(255, 252, 252);
}
/* Wordpress page css end  */



.icon-test h4 p {
  color: #fff !important;
}




.shopify-main-box{
  border: none;
  background-color: #fff;
  color: white;
  box-shadow: 0 4px 8px rgba(110, 109, 109, 0.1);
  border-radius: 10px;
  transition: transform 0.3s;
  cursor: pointer;
  padding: 20px 20px;
}


.shopify-main-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px px #ff914d9d(0, 0, 0, 0.2);
}



.shopify-main-box .icon {
  color: #fff;
  background-color: #407bc3;
  border-radius: 50%;
  padding: 20px;
  display: inline-block;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 70px;
  margin:0 auto;
  transition: all ease 0.6s;
}



.shopify-main-box:hover .icon {
  background-color: var(--secondry);
  transform: rotate(360deg);
}




/* Shopify pages css  */

.Shopify h2{
  text-align: start;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}

.shopify-title h2{
  font-size: 30px;
  font-weight: 700;
}


.content-box{
  padding-left: 25px;
}

.bg-gray-light{
  background-color: rgb(240 240 238);
}

/* Shopify pages css  */



.pagination .page-item {
  border: 1px solid #ddd;
  padding: 8px 12px;
  cursor: pointer;
}

.pagination .page-item.active {
  background-color: #000000;
  color: #fff;
  border-color: #ffffff;
}

.pagination .page-item:hover {
  background-color: #f1f1f1;
}

.pagination .page-link {
  text-decoration: none;
  color: inherit;
}



/* pagination css start  */


/* porfolio page css  */

.down-content h4{
  font-size: 18px;
}

.down-content{
  text-align: center;
}
/* porfolio page css  */


@media screen and (max-width: 420px) {
  .wed-img {
      max-width: 100%!important;
      /* margin-top: 10px; */
  }
}





/* new testimonial-box by deepak */

.testimonial {
  max-width: 1400px;
  margin: auto;
  padding: 40px 20px;
}

.testimonial-wrapper {
  position: relative;

}

.swiper {
  padding-bottom: 50px; /* Space for pagination */
  /* margin: auto; */
}

/* Default Slide Style */
.swiper-slide {
  background: #ececec;
  border-radius: 15px;
  text-align: center;
  padding: 50px 50px;
  transition: transform 0.5s ease-in-out, background 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  opacity: 0.8;
  transform: scale(1.1);
  
}

.swiper-slide.is-selected .swiper-slide {
  box-shadow: 0 10px 25px #0000001a;
  position: relative;
  transform: scale(1.1);
  z-index: 10;
}
/* Active Slide (Center) */
.swiper-slide-active {
  background: white !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-20px); /* Move the active slide up */
  opacity: 1;
  z-index: 1;
  position: relative;
}

/* Testimonial Content */
.testimonial-stars {
  color: black;
  font-size: 20px;
}

.testimonial-text {
  font-size: 16px;
  margin-top: 15px;
  color: #333;
  font-style: italic;
}

.testimonial-name {
  font-weight: bold;
  margin-top: 10px;
  color: black;
  font-size: 18px;
}

.testimonial-location {
  font-size: 14px;
  color: #555;
}

/* new testimonial-box endby deepak */