*{
  padding: 0px;
  margin: 0px;
}
body {

  font-family: "Montserrat", sans-serif;

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

/* banner */

a{
  display: inline-block;
}
a:hover{
  text-decoration: none;
}

header {

  padding-bottom: 120px;

  background-color: #d20314;

}



.header {

  display: flex;

  justify-content: space-between;

  position: fixed;

  width: 100%;

  z-index: 99;

  align-items: center;

  padding: 20px 150px;

  background-color: #d20314;

  height: 100px;

  top: -100px;

  animation: slideDown 0.5s ease-in-out forwards;

  animation-delay: 0.5s;

}

@keyframes slideDown {

  to {

    top: 0;

  }

}



.site-logo img {

  width: 240px;

  height: 68px;

}



.nav {

  display: flex;

  align-items: center;

}



.start-project {

  padding: 12px 45px;

  margin-right: 20px;

  text-decoration: none;

  border-radius: 25px;

  color: #ffffff;

  font-size: 16px;

  font-weight: 400;

  text-transform: uppercase;

  border: 2px solid #ffffff;

}



.start-project:hover {

  text-decoration: none;

  background-color: #000;

  color: #ffffff;

}
.header .menu-item-has-children{
  position: relative;
}
.header .menu-item-has-children::after {
  font: normal normal normal 14px / 1 FontAwesome;
  content: "\f107";
  height: 6px;
  width: 6px;
  color: #fff;
  position: absolute;
  top: 6px;
  transform: translate(9px, 0px);
}
.header .menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 8px);
}
.header .menu-item-has-children ul.sub-menu {
  position: absolute;
  background:#ad000e;
  padding: 12px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  min-width: 214px;
  max-width:300px;
  transform: translate(0px, 45px);
  left: 0;
  right: 0;
  margin: 0 auto;
}


.menu-toggle {

  margin-top: 0;

  background: none;

  border: none;

  cursor: pointer;

}



.menu-toggle:focus {

  outline: none;

}



.nav-menu {

  width: 100%;

  position: fixed;

  z-index: 99;

  top: 95px;

  left: 0;

  background-color: #d20314;

  /* background: url(../images/banner-bg.svg) no-repeat center bottom / cover; */

  overflow-x: hidden;

  transition: 0.5s;

  height: 0px;

}



.nav-menu-wrapper {

  padding-top: 30px;

  text-align: center;

}



.nav-menu-wrapper a {

  color: white;

  text-decoration: none;

  font-size: 30px;

  font-weight: 400;

  text-transform: uppercase;

}



/* .nav-menu-wrapper li:first-child a {

  font-weight: bold;

  position: relative;

}



.nav-menu-wrapper li:first-child a::after {

  content: "";

  display: block;

  width: 10%;

  margin: 10px auto 30px;

  border-bottom: 2px solid white;

} */



.nav-menu-wrapper .current-menu-item a {

  font-weight: bold;

  position: relative;

}

.nav-menu-wrapper .current-menu-item a::after {

  content: "";

  display: block;

  width: 50%;

  margin: 10px auto 30px;

  border-bottom: 2px solid white;

}

.nav-menu ul {

  list-style: none;

  padding: 0;

  margin: 0;

}



.nav-menu li {

  margin: 20px 0;

}



.nav-menu .social-icons {

  display: flex;

  justify-content: center;

  margin-top: 20px;

}



.vertical-separator {

  width: 3px;

  height: 50px;

  background-color: white;

  margin: 35px auto;

}



.nav-menu .social-icons a {

  margin: 0 0.5rem;

}



.menu-toggle.open .menu-icon {

  transform: rotate(45deg) translate(8px, 7px);

}



.menu-toggle.open .menu-icon-mid {

  opacity: 0;

}



.menu-toggle.open .menu-icon-bellow {

  width: 40px;

  transform: rotate(-45deg) translate(6px, -7px);

}



.start-project {

  padding: 12px 45px;

  margin-right: 20px;

  text-decoration: none;

  border-radius: 25px;

  color: #ffffff;

  font-size: 16px;

  font-weight: 400;

  text-transform: uppercase;

  border: 2px solid #ffffff;

}



.start-project:hover {

  text-decoration: none;

  background-color: #11af4b;

  color: #ffffff;

}



.menu-toggle {

  margin-top: 0;

  background: none;

  border: none;

  cursor: pointer;

}



.menu-icon {

  width: 40px;

  border-radius: 10px;

  height: 3px;

  background-color: #ffffff;

  display: block;

  margin: 7px 0;

}

.menu-icon-mid {

  width: 40px;

  height: 3px;

  border-radius: 10px;

  background-color: #ffffff;

  display: block;

  margin: 7px 0;

}

.menu-icon-bellow {

  width: 25px;

  height: 3px;

  border-radius: 10px;

  background-color: #ffffff;

  display: block;

  margin: 7px 0;

}



.menu-toggle:hover {

  background: none;

}



.hero-section {

  padding: 0px 150px 200px;

  background: url(../images/banner-bg.svg) no-repeat center bottom / cover;

  position: relative;

  overflow: hidden;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}



.hero-content {

  display: flex;

  justify-content: space-between;

  align-items: center;

  position: relative;

  z-index: 1;

}



.banner-left-content {

  max-width: 657px;

}



.banner-left-heading {

  display: flex;

  flex-wrap: wrap;

  color: #ffffff;

  font-size: 96px;

  font-weight: 200;

  margin-bottom: 67px;

}



.banner-highlight {

  color: #ffffff;

  font-size: 91px;

  font-weight: bold;

}



.text-slide-in {

  opacity: 0;

  transform: translateX(-100%); /* Start off-screen to the left */

  animation: slideIn 0.6s ease forwards;

}



.inner-page-title {

  max-width: 800px;

}



.text-slide-in:nth-child(1) {

  animation-delay: 0.3s; /* Delay for "Succeed With" */

}



.text-slide-in:nth-child(2) {

  animation-delay: 0.6s; /* Delay for "Great Design" */

}



@keyframes slideIn {

  to {

    opacity: 1;

    transform: translateX(0); /* Slide to its original position */

  }

}



.search-container {

  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

  row-gap: 20px;

}

.search-container input[type="text"] {

  /* max-width: 411px; */

  padding: 22px 30px;

  border: none;

  background-color: #f24b58;

  color: #ffffff;

  font-size: 18px;

}

.search-wrapper {

  padding: 0 10px;

  display: flex;

  align-items: center;

  width: 74%;

  background-color: #f24b58;

  border-radius: 40px;

  box-shadow: 0 19px 19px rgba(0, 0, 0, 0.1);

}

.search-input {

  max-width: 90%;

  padding: 0 10px 0 40px;

  border: none;

  outline: none;

  font-size: 16px;

  color: #ffffff;

  background-color: transparent;

  flex-grow: 1;

}

.search-input::placeholder {

  color: #ffffff;

}

.search-icon {

  width: 24px;

  height: 24px;

  cursor: pointer;

  /* margin-left: -50px; */

}

.search-button {

  text-align: center;

  padding: 22px 40px;

  margin-left: 10px;

  border-radius: 40px;

  border: none;

  background-color: #ffffff;

  color: #000000;

  font-size: 18px;

  font-weight: bold;

  cursor: pointer;

  width: 100%;

  max-width: 227px;

  transition: background-color 0.3s;

  box-shadow: 0 19px 19px rgba(0, 0, 0, 0.1);

}

.search-button:hover {

  background-color: #f17124;

  text-decoration: none;

  color: #ffffff;

}



.design-btn {

  padding: 10px 20px;

  font-size: 16px;

  border: none;

  border-radius: 20px;

  cursor: pointer;

}



.design-btn {

  background-color: #fff;

  color: #000;

  margin-left: 10px;

}



.banner-down-arrow {

  position: absolute;

  bottom: -126px;

  left: 50%;

  cursor: pointer;

  z-index: 99;

}



.custom-bounce {

  animation: bounce 2s ease-in-out 2;

}



@keyframes bounce {

  0%,

  20%,

  50%,

  80%,

  100% {

    transform: translateY(0);

  }

  40% {

    transform: translateY(-20px);

  }

  60% {

    transform: translateY(-10px);

  }

}



.image-container {

  position: relative;

  max-width: 731px;

}



.hero-content .banner-circle {

  position: relative;

  width: 700px;

  height: 700px;

}



.opacity-circle {

  position: absolute;

  top: 75%;

  left: 60%;

  width: 100%;

  height: 100%;

  background-color: rgba(210, 3, 20, 0.2);

  border-radius: 50%;

  transform: translate(-50%, -50%);

  z-index: 1;

}



.inner-circle {

  position: absolute;

  top: 70%;

  left: 60%;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  background: rgba(210, 3, 20, 0.2);

  transform: translate(-50%, -50%);

  z-index: 2;

}

.inner-circle::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border: 2px solid rgba(255, 255, 255, 1);

  border-radius: 50%;

  pointer-events: none;

}



.banner-carousel-wrapper {

  position: relative;

  left: 10%;

  /* top: 30%; */

}

.banner-carousel {

  z-index: 5;

}

.banner-carousel .owl-stage {

  display: flex;

  align-items: center;

}



.banner-carousel .item {

  position: relative;

}

.banner-carousel .item img {

  display: block;

  width: 100%;

  height: auto;

  object-fit: scale-down;

}



/* banner end */

.services-section {

  padding: 100px 0;

  text-align: center;

}



.services-section h2 {

  margin-bottom: 30px;

  font-size: 32px;

  font-weight: 700;

  color: #333;

}



.services {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  max-width: 1240px;

  margin: 0 auto;

  column-gap: 60px;

}



.service {

  margin: 20px;

  text-align: center;

  position: relative;

  max-width: 211px;

}



.service img {

  margin-bottom: 10px;

  max-height: 198px;

  width: auto;

  height: 100%;

  transition: transform 0.3s ease;

}

.service:hover img {

  transform: translateY(-20px);

}



.service p {

  font-size: 24px;

  font-weight: bold;

  color: #363636;

}



button {

  background: white;

  color: #363636;

  border: 1px solid #363636;

  padding: 15px 40px;

  font-size: 18px;

  font-weight: bold;

  margin-top: 20px;

  cursor: pointer;

  border-radius: 40px;

  transition: all 0.3s ease;

}



button:hover {

  background: #333;

  color: white;

}



.service-heading span {

  font-size: 30px;

  font-weight: 300;

  color: #363636;

}



.service-heading h2 {

  font-size: 50px;

  font-weight: bold;

  color: #363636;

}

.wave-container {

  position: relative;

  width: 100%;

  height: auto;

}

.row-organic {

  max-width: 1800px;

  width: 100%;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-right: -15px;

  margin-left: -15px;

}

.row-organic-60 {

  width: 60%;

}



.row-organic-40 {

  width: 40%;

}

.oragnic-section {

  display: flex;

  align-items: center;

  justify-content: space-around;

  padding: 25px 150px 70px;

  background-color: #ebebeb;

  position: relative;

}



.product img {

  width: 100%;

  height: auto;

  padding: 0 40px 0 0;

}



.text {

  max-width: 563px;

  margin-top: 30px;

}

.organic-content {

  margin: 36px 0;

}

.organic-content p {

  font-size: 24px;

  font-style: italic;

  color: #74767e;

}



.organic-heading span {

  font-size: 30px;

  font-weight: 300;

  color: #363636;

}

.organic-heading h2 {

  font-size: 50px;

  font-weight: bold;

  color: #363636;

}



.organic-button-section {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.organic-button-section img {

  width: 30%;

  max-width: 191px;

}



.organic-button {

  background: #ebebeb;

}



.section {

  display: flex;

  justify-content: center;

  align-items: center;

  min-height: 100vh;

  background: linear-gradient(135deg, #242226 0%, #545255 100%);

  color: white;

  padding: 20px;

}



.video-section-content {

  margin: 0 150px;

  padding: 70px 0;

  max-width: 1800px;

  width: 100%;

}



.video-heading span {

  color: #ffffff;

  font-size: 30px;

  font-weight: 300;

}



.video-heading h2 {

  color: #ffffff;

  font-size: 50px;

  font-weight: bold;

}



.video-text-content {

  display: flex;

  align-items: center;

  margin: 70px 0;

}

.video-text p {

  line-height: 24px;

  font-size: 18px;

  font-weight: 400;

}

.circle {

  margin-right: 30px;

}



.video-container {

  position: relative;

  width: 100%;

}



.video-container img {

  width: 100%;

  border-radius: 10px;

}



.why-choose-section {

  padding: 100px 150px;

  text-align: center;

}



.why-choose-container {

  max-width: 1800px;

  margin: 0 auto;

}



.choose-header-content {

  text-align: left;

}



.choose-header-content span {

  font-size: 30px;

  font-weight: 300;

  color: #363636;

}



.choose-header-content h2 {

  font-size: 50px;

  font-weight: bold;

  color: #363636;

}



.choose-header-text {

  margin: 30px 0 50px;

}



.choose-header-content p {

  line-height: 28px;

  font-size: 20px;

  font-weight: 400;

  color: #74767e;

}

.top-section-feature-item-content {

  max-width: 394px;

  text-align: left;

  width: 100%;

}

.top-section-feature-item-content h3 {

  font-weight: 600;

  color: #363636;

  font-size: 30px;

  max-width: 246px;

}

.top-section-feature-item-content p {

  font-weight: 400;

  font-size: 18px;

  line-height: 24px;

  color: #74767e;

}

.top-section-feature-item-content a {

  font-weight: bold;

  font-size: 18px;

  color: #000000;

  text-decoration: underline;

}

.top-section-feature-item-content a:hover {

  color: #000000;

}

.button-arrow {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 50px;

}



.cta-button {

  background: white;

  color: #363636;

  border: 1px solid #363636;

  padding: 15px 40px;

  font-size: 18px;

  font-weight: bold;

  margin-top: 20px;

  cursor: pointer;

  border-radius: 40px;

  transition: all 0.3s ease;

}



.cta-button:hover {

  background: #333;

  color: white;

}



.features {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;



  /* column-gap: 14%; */

}



.feature-item {

  display: flex;

  flex: 1 1 43%;

  max-width: 43%;

  margin-bottom: 60px;

  gap: 4%;

  text-align: left;

}



.feature-item h3 {

  font-weight: 600;

  color: #363636;

  font-size: 30px;

  margin-top: 0;

}



.feature-item p {

  font-weight: 400;

  font-size: 18px;

  line-height: 24px;

  color: #74767e;

  margin-bottom: 20px;

}



.feature-icon {

  max-width: 185px;

}

.top-section-feature-item {

  display: flex;

  column-gap: 5%;

  margin-bottom: 60px;

}

.top-section-feature-items {

  display: flex;

  flex-direction: column;

  /* height: 100vh; */

  justify-content: space-between;

}

.feature-icon img {

  width: 100%;

  height: auto;

}

.top-section {

  display: flex;

  column-gap: 14%;

}

.choose-header-content,

.top-section-feature-items {

  width: 50%;

}



.down-section-feature-item {

  display: flex;

  flex: 1 1 50%;

  column-gap: 5%;

}



.play-btn {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 80px;

  height: 80px;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

}



/* .play-btn {

    position: absolute;

    max-width: 120px;

    top: 37%;

    height: auto;

    left: 45%;

} */



.circle img {

  width: 221px;

  height: auto;

}



.service-process {

  text-align: center;

  padding: 100px 150px;

  background: url("../images/sevice-process-bg.svg") no-repeat;

  background-size: cover;

}



.service-process h1 {

  font-size: 2.5em;

  margin-bottom: 20px;

}



.service-process h2 {

  font-size: 1.5em;

  color: #555;

  margin-bottom: 10px;

}



.service-process-features {

  display: flex;

  flex-wrap: wrap;

  gap: 20px;

  row-gap: 100px;

  justify-content: center;

}



.service-process-feature-item {

  background: #fff;

  border-radius: 60px;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  /* flex: 1 1 calc(20% - 20px); */

  max-width: 262px;

  padding: 20px 30px;

  box-sizing: border-box;

  text-align: center;

  position: relative;

  transition: transform 0.3s ease;

}

.service-process-feature-item:hover {

  background: #342e2f;

  color: #ffffff;

  transform: translateY(-10px);

}

.service-process-feature-item:hover .service-process-feature-content h3,

.service-process-feature-item:hover .service-process-feature-content p,

.service-process-feature-item:hover .feature-number {

  background: #342e2f;

  color: #ffffff;

}



.feature-number {

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  border: 1px solid #363636;

  color: #363636;

  font-size: 24px;

  font-weight: bold;

  border-radius: 50%;

  width: 60px;

  height: 60px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 1.2em;

  font-weight: bold;

}



.feature-number-bg {

  position: absolute;

  top: -50px;

  left: 50%;

  transform: translateX(-50%);

  background: #ffffff;

  color: #fff;

  border-radius: 50%;

  width: 88px;

  height: 88px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 1.2em;

  font-weight: bold;

}



.service-process-feature-icon img {

  max-height: 60px;

  margin-bottom: 25px;

}



.service-process-feature-content {

  margin-top: 40px;

}



.service-process-feature-content h3 {

  font-size: 20px;

  font-weight: bold;

  color: #363636;

  margin-bottom: 35px;

}



.service-process-feature-content p {

  font-size: 16px;

  font-weight: 400;

  color: #75777f;

  margin-bottom: 10px;

}



.service-process-feature-content a {

  color: #007bff;

  text-decoration: none;

  font-weight: bold;

}

.service-process-heading span {

  font-weight: 400;

  font-size: 30px;

  color: #000000;

}



.service-process-heading h2 {

  font-weight: bold;

  font-size: 50px;

  color: #000000;

}

.service-process-heading {

  margin-bottom: 100px;

}

/* @media (max-width: 768px) {

    .service-process-feature-item {

      flex: 1 1 calc(45% - 20px);

      max-width: calc(45% - 20px);

    }

  } */



.blog-section {

  margin: 100px 0;

  padding: 0 150px;

  background: #ffffff;

  text-align: center;

}



.blog-header {

  display: flex;

  margin: 0 auto;

  justify-content: space-between;

  align-items: center;

  max-width: 1400px;

}



.blog-header span {

  font-size: 30px;

  font-weight: 400;

  color: #000000;

  margin-bottom: 5px;

}



.blog-header h2 {

  font-size: 50px;

  font-weight: bold;

  margin-bottom: 20px;

  color: #000000;

}

.blog-header-left {

  text-align: left;

  max-width: 722px;

}



.view-more {

  background: white;

  color: #363636;

  border: 1px solid #363636;

  padding: 15px 40px;

  font-size: 18px;

  font-weight: bold;

  margin-top: 20px;

  cursor: pointer;

  border-radius: 40px;

  transition: all 0.3s ease;

}



.view-more:hover {

  text-decoration: none;

  background: #333;

  color: white;

}



.blog-items {

  display: flex;

  flex-wrap: wrap;

  margin: 0 auto;

  justify-content: space-between;

  gap: 20px;

  margin-top: 30px;

  max-width: 1400px;

}



.blog-item {

  background: #fff;

  border-radius: 27px;

  border: 1px solid #acacac;

  width: calc(50% - 20px);

  max-width: 677px;

  overflow: hidden;

  text-align: left;

  position: relative;

}



.blog-item:hover img{

  transform: scale(1.1);

}



.blog-item img {

  width: 97%;

  height: auto;

  margin: 10px;

  display: block;

  transition: all 0.3s ease;

}



.blog-content {

  display: flex;

  flex-direction: column;

  padding: 25px 50px;

}
.blog-content img{
  width: auto;
}


.blog-date {

  position: absolute;

  top: 10px;

  right: 10px;

  background: #ffffff;

  color: #000000;

  padding: 5px 10px;

  border-radius: 16px;

  font-size: 12px;

  font-weight: 600;

  margin: 10px;

}



.blog-content h3 {

  font-size: 24px;

  color: #363636;

  font-weight: 600;

  margin-bottom: 10px;

}



.blog-content p {

  font-size: 18px;

  line-height: 24px;

  font-weight: 400;

  color: #74767e;

  margin-bottom: 10px;

}



.read-more {

  width: 5%;

  align-self: flex-end;

}



/* .custom-faq-section {

    margin: 0;

    padding: 0;

    background: url('../images/faq-section-bg.svg') no-repeat center center fixed;

    background-size: cover;



} */



.faq-section {

  text-align: center;

  padding: 100px 150px;

  background: url("../images/faq-section-bg.svg") no-repeat;

  background-size: cover;

}

/* .faq-bg {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

} */



.faq-heading span {

  font-size: 30px;

  font-weight: 400;

  color: #363636;

}



.faq-heading h2 {

  font-size: 50px;

  font-weight: bold;

  margin-bottom: 50px;

  color: #363636;

}



.faq-items {

  max-width: 1015px;

  margin: 0 auto;

  text-align: left;

}



.faq-item {

  border-top: 1px solid #acacac;

  padding: 20px 0;

}



.faq-question {

  display: flex;

  justify-content: space-between;

  align-items: center;

  cursor: pointer;

  font-size: 1.2em;

  font-weight: bold;

}



.question-name {

  font-size: 24px;

  font-weight: 600;

  color: #363636;
  width: 80%;

}



.faq-number {

  max-width: 63px;

  text-align: center;

  font-weight: 600;

  font-size: 60px;

  color: #363636;

}



.arrow {

  transition: transform 0.3s;

}



.faq-answer {

  display: none;

  padding-top: 10px;

  padding-bottom: 10px;

  color: #555;

  margin-left: 18%;

  margin-right: 5%;

}



.parteners_carousel_se_03 {

  overflow: hidden;

}



.owl-theme .owl-nav [class*="owl-"]:hover {

  background: transparent;

}



.parteners_carousel_se_03 .product-grid3 {

  border: none;

  box-shadow: none;

}



.parteners_carousel_se_03 .owl-carousel .owl-nav button.owl-next,

.parteners_carousel_se_03 .owl-carousel .owl-nav button.owl-next:focus {

  position: absolute;

  top: 42%;

  right: -40px;

  outline: transparent;

}



.parteners_carousel_se_03 .owl-carousel .owl-nav button.owl-prev,

.parteners_carousel_se_03 .owl-carousel .owl-nav button.owl-prev:hover {

  position: absolute;

  top: 42%;

  left: -40px;

  outline: transparent;

}



.parteners_carousel_se_03 .owl-arrow .owl-nav {

  position: absolute;

  top: 0;

  right: 0;

  font-size: 1.8rem;

}



.parteners_carousel_se_03 .owl-carousel .owl-nav button.owl-prev,

.parteners_carousel_se_03 .owl-carousel .owl-nav button.owl-next {

  display: inline-block;

  width: 35px;

  height: 35px;

  margin: 0 -20px;

  font-size: 25px;

  transform: translateY(-50%);

}



.parteners-carousel .item {

  padding: 0 15px;

}



.parteners-carousel .item img {

    height: 97px;

    object-fit: contain;

}



.partners-inner {

  padding-top: 80px;

  padding-bottom: 80px;

}



.testimonial-container {

  max-width: 1582px;

}



.testimonials-section {

  background: url("../images/testimonial-bg.svg") no-repeat;

  text-align: center;

  padding: 100px 150px;

  background-size: cover;

}



.testimonial_heading-wrapper span {

  font-size: 30px;

  color: #ffffff;

  font-weight: 300;

}



.testimonial_heading-wrapper h2 {

  margin: 10px auto;

  font-size: 50px;

  color: #ffffff;

  font-weight: 700;

}

.testimonials_carousel_se_03 {

  overflow: hidden;

}



.testimonials_carousel_se_03 .product-grid3 {

  border: none;

  box-shadow: none;

}



.testimonials_carousel_se_03 .owl-carousel .owl-nav button.owl-next {

  position: absolute;

  top: 42%;

  right: -40px;

}



.testimonials_carousel_se_03 .owl-carousel .owl-nav button.owl-prev {

  position: absolute;

  top: 42%;

  left: -40px;

}



.testimonials_carousel_se_03 .owl-arrow .owl-nav {

  position: absolute;

  top: 0;

  right: 0;

  font-size: 1.8rem;

}



.testimonials_carousel_se_03 .owl-carousel .owl-nav button.owl-prev,

.testimonials_carousel_se_03 .owl-carousel .owl-nav button.owl-next {

  display: inline-block;

  width: 35px;

  height: 35px;

  margin: 0 -20px;

  font-size: 25px;

  transform: translateY(-50%);

}

.testimonials_carousel_se_03 .owl-carousel .owl-nav button.owl-prev:focus,

.testimonials_carousel_se_03 .owl-carousel .owl-nav button.owl-next:focus {

  outline: transparent;

}



.testimonials-carousel .item {

  max-width: 410px;

}



.testimonials-inner {

  padding-top: 80px;

  padding-bottom: 80px;

}



.testimonial-text {

  font-size: 18px;

  font-style: italic;

  line-height: 26px;

  color: #ffffff;

  margin-left: 90px;

  text-align: left;

}



.quote {

  font-size: 10em;

  color: #ffffff;

  position: absolute;

  top: -57px;

  left: 10px;

  font-family: "Times New Roman", Times, serif;

}



.author {

  display: flex;

  flex-direction: column;

  align-items: end;

}



.author-name {

  font-weight: bold;

  font-size: 20px;

  color: #ffffff;

}

.author-name::before {

  content: "";

  display: inline-block;

  width: 50px;

  height: 2px;

  background-color: #ffffff;

  margin-right: 5px;

  vertical-align: middle;

}



.author-des {

  font-size: 16px;

  font-weight: 400;

  color: #ffffff;

  padding-left: 55px;

}



.author-wrap {

  display: flex;

  flex-direction: column;

  text-align: left;

  /* max-width: 220px; */

}



.business-contact-section {

  padding: 100px 150px;

}



.contact-content-wrapper {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  max-width: 1400px;

  margin: auto;

}



.contact-text-content {

  flex: 1;

  max-width: 731px;

  padding-right: 20px;

}



.contact-content-wrapper .choose-text {

  font-weight: 600;

  font-size: 18px;

  color: #363636;

  margin-bottom: 35px;

}



.contact-content-wrapper .choose-text a {

  text-decoration: underline;

  font-weight: 600;

  font-size: 18px;

  color: #363636;

}



.categories {

  display: flex;

  flex-wrap: wrap;

  gap: 10px;

}



.category {

  position: relative;

  padding: 22px 40px 22px 58px;

  border-radius: 40px;

  color: #000000;

  cursor: pointer;

  font-weight: 400;

  font-size: 16px;

}



.categories input[type="checkbox"] {

  display: none;

}

.categories input[type="checkbox"]:checked + .category::after {

  color: #ffffff;

}



.category::before {

  content: "";

  position: absolute;

  left: 20px;

  top: 50%;

  transform: translateY(-50%);

  width: 25px;

  height: 25px;

  border-radius: 50%;

}

.purple::before {

  background-color: #6361ab;

}

.blue::before {

  background-color: #2188c9;

}

.green::before {

  background-color: #24b24b;

}

.orange::before {

  background-color: #f27126;

}

.orange.active{
  background-color:#f27126;
  color:#fff;
}
.purple.active{
  background-color:#6361ab;
  color:#fff;
}
.blue.active{
  background-color:#2188c9;
  color:#fff;
}
.green.active{
  background-color:#24b24b;
  color:#fff;
}
.pink.active{
  background-color:#d20314;
  color:#fff;
}

.pink::before {

  background-color: #d20314;

}



.category::after {

  content: "✔";

  position: absolute;

  left: 27px;

  top: 50%;

  transform: translateY(-50%);

  font-size: 14px;

  /* color: #ffffff; */

  color: transparent;

}



.purple {

  background-color: #e8e7f2;

}

.blue {

  background-color: #deedf7;

}

.green {

  background-color: #def4e4;

}

.orange {

  background-color: #fdeadf;

}

.pink {

  background-color: #f8dde5;

}



.contact-content-wrapper .upper-heading {

  font-size: 30px;

  font-weight: 300;

  color: #363636;

}



.contact-content-wrapper .main-heading {

  font-size: 50px;

  font-weight: bold;

  color: #363636;

  margin-top: 10px;

}



.contact-content-wrapper .left-content {

  font-size: 18px;

  font-weight: 400;

  line-height: 24px;

  color: #363636;

  padding: 30px 0 40px;

}



.form-content {

  flex: 1;

  max-width: 591px;

  padding-left: 20px;

}



form {

  display: flex;

  flex-direction: column;

}



.form-group {

  margin-bottom: 20px;

}



label {

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 8px;

  color: #363636;

}



input[type="text"],

input[type="email"] {

  width: 100%;

  padding: 22px 40px;

  border: 1px solid #ebebeb;

  border-radius: 40px;

  font-weight: 400;

  color: #000000;

  font-size: 16px;

  background-color: #ebebeb;

}



textarea {

  height: 123px;

  width: 100%;

  padding: 22px 40px;

  border: 1px solid #ebebeb;

  border-radius: 25px;

  font-weight: 400;

  color: #000000;

  font-size: 16px;

  background-color: #ebebeb;

}



button[type="submit"] {

  padding: 15px 80px;

  font-weight: bold;

  border: 1px solid #363636;

  border-radius: 30px;

  background-color: #363636;

  color: #ffffff;

  cursor: pointer;

  font-size: 18px;

  width: fit-content;

  align-self: flex-end;

}



.colorise-form-btn {

  padding: 15px 80px;

  font-weight: bold;

  border: 1px solid #363636;

  border-radius: 30px;

  background-color: #363636;

  color: #ffffff;

  cursor: pointer;

  font-size: 18px;

  width: fit-content;

  align-self: flex-end;

}



button[type="submit"]:hover , .colorise-form-btn:hover {

  background-color: #ffffff;

  color: #363636;

}



.contact-form-submit-btn  {

  display: flex;

  justify-content: end;

  margin-top: -20px;



}

.wpcf7-response-output {

  margin: 0;

}

.contact-form-submit-btn p {

  display: flex;

  align-items: center;

  flex-direction: column;

  row-gap: 10px;

}

.iso-certification-section {

  background: url("../images/certified-bg.svg") no-repeat;

  padding: 100px 150px;

}



.iso-content {

  display: flex;

  align-items: center;

  justify-content: space-between;

  max-width: 1800px;

  margin: auto;

}



.iso-content .logo {

  max-width: 547px;

  height: auto;

}

.iso-content img {

  width: 90% !important;

}

.iso-content-item-content {

  flex: 1;

  padding-left: 40px;

}



.iso-certification-section .item {

  margin: 0 100px;

}



.iso-certification-section .owl-carousel .owl-nav button.owl-next {

  position: absolute;

  top: 50%;

  right: -40px;

}



.iso-certification-section .owl-carousel .owl-nav button.owl-prev {

  position: absolute;

  top: 50%;

  left: -40px;

}



.iso-certification-section .owl-arrow .owl-nav {

  position: absolute;

  top: 0;

  right: 0;

  font-size: 1.8rem;

}



.iso-certification-section .owl-carousel .owl-nav button.owl-prev,

.iso-certification-section .owl-carousel .owl-nav button.owl-next {

  display: inline-block;

  width: 35px;

  height: 35px;

  margin: 0 -20px;

  font-size: 25px;

  transform: translateY(-50%);

}



.iso-content-heading h3 {

  color: #363636;

  font-size: 30px;

  font-weight: 300;

}



.iso-content-heading h2 {

  font-weight: bold;

  font-size: 50px;

  color: #363636;

}



.iso-content-heading .iso-date {

  font-weight: bold;

  font-size: 72px;

  color: #d20314;

  line-height: 81px;

  font-style: inherit;

}



.iso-content-heading span {

  font-weight: 600;

  font-style: italic;

}



.iso-content-text-content p {

  font-weight: 400;

  font-size: 18px;

  line-height: 28px;

  color: #414141;

}



.footer-section {

  background: linear-gradient(135deg, #111, #222, #333);

  color: #fff;

  position: relative;
  overflow-x: hidden;

}



.footer-container {

  padding: 150px 150px 0;

  margin: auto;

}



.footer-content {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  padding-bottom: 30px;

}



.footer-logo img {

  width: 80%;

  height: auto;

  margin-bottom: 50px;

}



.footer-logo p {

  max-width: 382px;

  font-size: 18px;

  font-weight: 400;

  line-height: 24px;

  color: #ffffff;

}



.footer-links,

.footer-services,

.footer-social {

  margin-bottom: 20px;

}



.footer-links h3,

.footer-services h3,

.footer-social h3 {

  color: #d20314;

  font-weight: bold;

  font-size: 28px;

  margin-bottom: 30px;

}



.footer-links ul,

.footer-services ul,

.footer-social ul {

  list-style: none;

  line-height: 40px;

  font-size: 18px;

  font-weight: 400;

  padding: 0;

}



.footer-links ul li,

.footer-services ul li {

  margin-bottom: 10px;

}



.footer-links ul li a,

.footer-services ul li a {

  color: #ffffff;

  text-decoration: none;

  transition: color 0.3s;

}



.footer-links ul li a:hover,

.footer-services ul li a:hover {

  color: #fff;

}



.footer-social ul {

  display: flex;

  gap: 10px;

}

.footer-social ul li img {

  transition: transform 0.3s ease;

}

.footer-social ul li:hover img {

  /* transform: translateY(-10px);  */

  transform: scale(1.3) rotateY(360deg);

}



.footer-social ul li a {

  color: #ccc;

  font-size: 20px;

  transition: color 0.3s;

}



.footer-social ul li a:hover {

  color: #fff;

}



.horizontal-separator {

  width: 85px;

  height: 1px;

  background-color: white;

  margin: 25px 0;

}



.footer-bottom {

  margin: 50px auto;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

}



.footer-certifications {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 20px;

}



.footer-certifications img {

  height: auto;

  max-width: 300px;

  padding: 10px;

  max-height: 196px;

}



.copy-right-area {

  background-color: #d20314;

  display: flex;

  align-items: center;

  height: 100px;

}

.copy-right-area span {

  margin: 0 auto;

  color: #ffffff;

  font-size: 18px;

  font-weight: 400;

}



.clutch-reviews {

  color: #ccc;

}



.stars {

  display: flex;

  align-items: center;

  gap: 5px;

}



.stars i {

  color: #e74c3c;

}



.footer-back-to-top img {

  background: #2c2c2c;

  border-radius: 50%;
  max-width: 50px;

}



.fixedButon.StickyButton {

  opacity: 1;

  visibility: visible;

}

.fixedButon {

  display: inline-block;

  width: 60px;

  height: 60px;

  text-align: center;

  border-radius: 4px;

  position: fixed;

  bottom: 90px;

  right: 30px;

  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;

  opacity: 0;

  visibility: hidden;

  z-index: 1000;

}

.about-banner {

  /* background: rgb(210 3 20); */

  /* padding: 0 150px 150px; */

}



.banner-breadcrumb {

  color: #ffffff;

  font-size: 18px;

  font-weight: 300;

}

.banner-breadcrumb .active {

  font-weight: 700;

}

.inner-page-title h2 {

  color: #ffffff;

  font-size: 80px;

  font-weight: 700;

  margin-bottom: 0;

}

.inner-page-title::after {

  content: "";

  display: inline-block;

  /* width: calc(100% + 50px); */

  width: 50%;

  height: 2px;

  background-color: #ffffff;

}

.inner-banner-wrapper {

  background-color: #d20314;

  height: 290px;

  padding: 0 150px;

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: space-between;

}

/* .innerpage-banner-image-container {
  position: relative;
  top: 108px;
  text-align: center;
  max-width: 320px;
} */
.innerpage-banner-image-container {
  position: relative;
  top: 108px;
  text-align: center;
  max-width:620px;
  display:flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  max-height: 600px;
}


/* 
.innerpage-banner-image-container .banner-circle {

  position: absolute;

  top: 105px;

  right: 0;

  left: -8px;

  width: 100%;

  transform: scale(1.4);

} */

.innerpage-banner-image-container .banner-circle {
  position: absolute;
  top: auto;
  right: auto;
  left: auto;
  width: 580px;
  transform: scale(1.4);
  max-width: 310px;
}

.innerpage-banner-image-container img.banner-thumb-front {
  position: relative;
  z-index: 5;
  height: 450px;
  max-width: 100%;
  object-fit: contain;
}



.about-banner svg {

  display: inline-block;

  position: absolute;

  top: 120px;

  left: 0;

  z-index: -1;

}

.about-banner-container {

  /* display: inline-block;

    width: 100%; */

  vertical-align: middle;

  overflow: hidden;

}

.inner-baner-img {

}



.about-banner-container img {

  width: 100%;

}



.about-us-section {

  display: flex;

  justify-content: center;

  align-items: center;

  min-height: 100vh;

  color: #363636;

  padding: 20px;

}



.about-us-section .video-heading h2 {

  color: #363636;

}



.about-us-section .video-text-content{

align-items: flex-start;

}



.our-team-section {

    text-align: center;

    padding: 100px 150px;

    background: url(../images/our-team-bg.svg) no-repeat;

    background-size: cover;



}





.team-member-wrapper {

    display: flex;

    flex-wrap: wrap;

    gap: 50px;

    row-gap: 100px;

    justify-content: center;

}

.member-img {

    border-radius: 30px;

    overflow: hidden;

}

.member-bg-lines {

    position: absolute;

    top: 25px;

    left: 25px;

    z-index: -1;

}

.tem-member-item {

    max-width: 340px;

    box-sizing: border-box;

    text-align: center;

    position: relative;

}



.member-item-content {

    padding-top: 35px;

    display: flex;

    align-items: center;

}



.member-item-content img {

    padding-right: 20px;



}



.member-name {

    display: flex;

    flex-direction: column;

    text-align: left;

}



.our-team-heading {

    padding-bottom: 100px;

    display: flex;

}

.team-sub-heading {

    width: 50%;

    text-align: left;

}



.our-team-content {

    width: 50%;

    text-align: left;

}

.team-sub-heading span {

    color: #363636;

    font-size: 30px;

    font-weight: 400;

}

.team-sub-heading h2 {

    color: #000000;

    font-size: 50px;

    font-weight: 700;

}



.our-team-content {

    color: #363636;

    font-size: 18px;

    line-height: 24px;

}



.member-img img:first-child {

    transition: transform 0.3s ease-in-out; 

    

}



.tem-member-item:hover .member-img img:first-child {

    transform: scale(1.2); 

}





/* portfolio */





.portfolio-section {

  text-align: center;

  padding: 50px 150px 50px;

}



.portfolio-wrap {

  margin: 0 auto;

  max-width: 1400px;

}



.portfolio-wrap h2 {

  text-align: left;

  color: #363636;

  font-size: 28px;

  line-height: 24px;

  padding: 10px 50px;

  width: 50%;

}



.filter-buttons {

  text-align: left;

  padding: 10px 45px;

  margin-bottom: 30px;

}



.filter-btn {

  text-transform: uppercase;

  font-size: 14px;

  font-weight: 400;

  min-width: 102px;

  border: 1px solid #EBEBEB;

  border-radius: 20px;

  padding: 10px 15px;

  margin: 5px;

  cursor: pointer;

  transition: all 0.3s ease;

  color:#74767E;

}



.filter-btn:hover , .filter-btn.active {

  background-color: #363636;

  color: #FFFFFF;

}



.view-more-portfolio {

  display: inline-block;

  position: relative;

  padding-right: 20px;

  margin-top: 30px;

  cursor: pointer;

  font-weight: 700;

}

.view-more-portfolio::after {

  content: '';

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  width: 12px; /* Adjust size */

  height: 12px; /* Adjust size */

  background-image: url('../images/arrow-down.png'); /* Replace with the path to your arrow image */

  background-size: contain;

  background-repeat: no-repeat;

}

.portfolio-items {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

}



.portfolio-item {

  width: 30%;

  margin: 10px;

  overflow: hidden;

  border-radius: 20px;

  transition: all 0.3s ease;

}



.portfolio-item img {

  width: 100%;

  display: block;

  border-radius: 20px;

  transition: all 0.3s ease;

}



.portfolio-item img:hover {

  transform: scale(1.2);

}



.cta-contact-section {

  background: url("../images/contact-section.svg") no-repeat;

  text-align: center;

  padding: 100px 150px;

  background-size: cover;

  color: #FFFFFF;

}



.cta-contact-wrapper {

margin: 0 auto;

}

.cta-contact-wrapper span {

  font-size: 30px;

  font-weight: 300;

}



.cta-contact-wrapper h2 {

  padding: 25px 0 80px;

  font-size: 50px;

  font-weight: 700;

}



.cta-contact-wrapper .contact-cta {

  text-transform: uppercase;

  color: #D20314;

  font-weight: 700;

  font-size: 18px;

background-color: #EBEBEB;

border-radius: 35px;

padding: 20px 50px;

}



.cta-contact-wrapper .contact-cta:hover {

  text-decoration: none;

  background-color: #f17124;

  color: #EBEBEB;

  border: 1px solid #EBEBEB;

}





/* service details */



.circle-img-text-section {

  display: flex;

  align-items: center;

  padding: 20px;

  max-width: 1400px;

  margin: 0 auto;

}



.left-circle-image {

  width: 590px; /* Adjust width for circle size */

  height: 590px; /* Height should match width for a perfect circle */

  border-radius: 50%;

  overflow: hidden;

  position: relative;

  margin-right: 50px;

  flex-shrink: 0; /* Prevents the circle from shrinking */

}



.left-circle-image img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.right-content {

  width: 50%;

  max-width: 600px;

}



.right-content .heading-section {

  margin-bottom: 30px;

}



.right-content .heading-section h2 {

  font-size: 50px;

  color: #363636;

  line-height: 61px;

  font-weight: 700;

  margin-bottom: 25px;

}



.right-content .heading-section span {

  font-size: 22px;

  color: #74767E;

  font-weight: 700;

  margin-bottom: 20px;

}



.right-content .content p {

  font-size: 18px;

  color: #74767E;

  line-height: 24px;

  margin-bottom: 20px;

}



.why-chooseUs-section {

  padding: 100px 150px;

  margin: 0 auto;

}

.why-chooseUs-section button {

  margin-top: 10px;

}

.upper-content, .lower-content {

  max-width: 1400px;

}

.upper-content {

  width: 50%;

}

.upper-content h2 {

  color: #363636;

  line-height: 61px;

  font-size: 50px;

  font-weight: 700;

  padding-bottom: 20px;

}

.upper-content span {

  color: #363636;

  line-height: 24px;

  font-size: 18px;

  font-weight: 400;

}

.lower-content {

  padding-top: 100px;

display: flex;

}



.right-image img {

  max-width: 490px;

  width: 100%;

  height: auto;

}

.key-points {

  max-width: 65%;

  display: flex;

  flex-wrap: wrap;

  column-gap: 30px;

}

/* .key-item-content h3{
  word-break: break-all;
} */

.key-item {

  display: flex;

  column-gap: 15px;

  max-width: 47%;

}

.key-item img {

  height: 98px;

  width: auto;

}



.right-image {

  max-width: 35%;

}

.right-image img {

  width: 100%;

  height: auto;

}



.service-details-services-section {

  background: url("../images/service-details-service-bg.svg") no-repeat;

  padding: 100px 200px;

  background-size: cover;

}



.service-details-services-section h2 {

  padding-bottom: 30px;

  margin: 0 auto;

  max-width: 685px;

}



.service-details-services-section .service-caption {

  padding-top: 50px;

max-width: 724px;

color: #74767E;

font-size: 22px;

font-weight: 700;

line-height: 30px;

display: inline-block;

}



.service-details-portfolio .portfolio-items {

  padding-bottom: 25px;

}



.service-details-portfolio h2 {

  font-size: 50px;

  line-height: 61px;

  font-weight: 700;

text-align: center;

width: 100%;

margin-bottom: 20px;

}

.service-details-portfolio h3 {

color: #363636;

font-size: 32px;

font-weight: 600;

line-height: 61px;



}



.service-details-portfolio span {

  max-width: 1036px;

  display: inline-block;

  color: #363636;

  font-size: 18px;

  line-height: 24px;

  font-weight: 500;

  margin-bottom: 20px;

}





.pricing-section {

  text-align: center;

  padding: 40px 150px;

}



.pricing-section h2 {

  font-size: 50px;

  line-height: 61px;

  margin-bottom: 85px;

  font-weight: 700;

}



.pricing-cards {

  padding-top: 50px;

  display: flex;

  justify-content: center;

  gap: 20px;

  flex-wrap: wrap;

}



.card {

  border-radius: 30px;

  border: none;

  max-width: 452px;

  width: 30%;

  padding: 10px 10px 50px;

  text-align: left;

}



.card-header {

  border-radius: 21px !important;

  min-height: 203px;

  text-align: center;

  margin-bottom: 20px;

}



.icon-circle {

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  /* font-size: 24px; */

  /* font-weight: bold; */

  border-radius: 50%;

  width: 132px;

  height: 132px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.card-bg-circle {

  position: absolute;

  align-items: center;

  top: -87px;

  left: 50%;

  transform: translateX(-50%);

  color: #fff;

  border-radius: 50%;

  width: 152px;

  height: 152px;

  display: flex;

}

.basic-package .card-bg-circle {

  background: #D3F0DB;

}

.basic-package .icon-circle {

  background-color: #11AE4A;

}



.standard-package .card-bg-circle {

  background: #FCE3D4;

}

.standard-package .icon-circle {

  background-color: #F07023;

}



.premium-package .card-bg-circle {

  background: #D3E7F4;

}

.premium-package .icon-circle {

  background-color: #1586C7;

}

.icon-circle img {

  width: 40px;

  height: 40px;

}



.card-header h2 {

  padding-top: 70px;

  font-size: 30px;

  line-height: 34px;

  font-weight: 600;

  color: #FFFFFF;

  margin: 0;

}



.price-card-features {

  list-style: none;

  padding: 25px 50px 0;

  margin-bottom: 40px;

}



.price-card-features::after {

  content: "";

  display: inline-block;

  width: 100%;

  height: 1px;

}



.basic-package .price-card-features::after {

background-color: #11AE4A;

}

.standard-package .price-card-features::after {

background-color: #F07023;

}

.premium-package .price-card-features::after {

  background-color: #1586C7;



}



.price-card-features li {

  display: flex;

  margin-bottom: 20px;

  font-weight: 500;

  font-size: 16px;

  line-height: 22px;

}



.tick-mark {

  margin-right: 8px;

  font-size: 20px;

  font-weight: 700;

}



.basic-package .tick-mark {

  color: #28a745;

}

.standard-package .tick-mark {

  color: #F07023;

}

.premium-package .tick-mark {

  color: #1586C7;

}

.price {

  text-align: center;

}



.price-card-features p {

  color: #74767E;

  font-weight: 700;

  font-size: 16px;

  line-height: 22px;

  padding-left: 23px;

}



.price h3 {

font-weight: 700;

font-size: 53px;

color: #000000;

line-height: 34px;

}

.price h3 span {

  font-weight: 400;

}



.price p {

  display: block;

  font-size: 21px;

  font-weight: 400;

  color: #000000;

  line-height: 37px;

}



.price button {

  margin-top: 0;

  padding: 15px 70px;

  color: white;

  border: none;

  border-radius: 30px;

  text-transform: uppercase;

  cursor: pointer;

  font-weight: 700;

  line-height: 34px;

  font-size: 18px;

}



.basic-package .price button {

background-color: #11AE4A;

}

.standard-package .price button {

  background-color: #F07023;



}

.premium-package .price button {

  background-color: #1586C7;



}



.basic-package .price button:hover {

  background-color: #218838;

}

.standard-package .price button:hover {

  background-color: #c1510f;

}

.premium-package .price button:hover {

  background-color: #085e8f;

}



.basic-package {

  background-color: #d3f0db;

}

.basic-package .card-header {

  background-color: #11AE4A;

}



.standard-package {

  background-color: #FCE3D4;

}



.standard-package .card-header {

background-color: #F07023;

}



.premium-package {

  background-color: #D3E7F4;

}

.premium-package .card-header {

  background-color: #1586C7;

}



.additional-info {

  max-width: 1000px;

  font-size: 22px;

  font-weight: 700;

  line-height: 30px;

  padding: 45px 0;

  margin: 0 auto;

  color: #74767E;

}



.pricing-section button {

  margin-top: 0;

}



.service-details-page .faq-heading h2 {

  margin: 0 auto;

  width: 50%;

  margin-bottom: 50px;

}



.service-details-page .faq-section  {

background: #F1F1F1;

}

.faq-section-btn {

  border: none;

  text-transform: uppercase;

  color: #FFFFFF;

 background-color: #D20314;

}



.left-img-right-content {

  background: url(../images/service-details-service-bg.svg) no-repeat;

  padding: 100px 150px;

  background-size: cover;

  text-align: center;

  margin-top: -12px;

}



.img-text-wrapper {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.wpcf7-spinner
{
  position: absolute !important;
}


.left-img-right-content h2 {

  font-size: 50px;

  line-height: 61px;

  font-weight: 700;

  color: #363636;

}



.left-img-right-content .left-img-section {

  overflow: hidden;

  position: relative;

  max-width: 606px;

  width: 40%;

  border-radius: 35px;

}



.left-img-right-content .left-img-section img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.left-img-right-content .right-content-section {

  width: 55%;

  text-align: left;

}



.left-img-right-content .right-content-section h3 {

  color: #363636;

  font-size: 30px;

  line-height: 34px;

  font-weight: 600;

  padding-bottom: 30px;

}



.left-img-right-content .right-content-section p {

  color: #74767E;

  font-size: 18px;

  line-height: 26px;

  font-weight: 500;

  padding-bottom: 30px;

}



.img-text-btn {

  padding: 15px 55px;

  text-transform: uppercase;

}



.hidden {

  display: none;

}



.blog-listing .blog-img {

  overflow: hidden;

    border-radius: 20px;

    height: 310px;

    margin: 10px;

  

}



.blog-listing .blog-item img {

  width: 100%;

  height: 100%;

 margin: 0;
 object-fit: cover;

}



.blog-listing .blog-item  {

  border: none;

  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 8px 4px rgba(0, 0, 0, 0.1);

}



.blog-listing .blog-items {

  padding-bottom: 30px;

}



.blog-listing .blog-content h3 {

  font-size: 26px;

  font-weight: 700;

  line-height: 36px;

  margin-bottom: 20px;

}



.blog-listing .blog-content p {

  font-weight: 500;

}



.blog-listing .blog-content a {

  width: max-content;

  text-transform: uppercase;

  color: #363636;

  border: 1px solid #363636;

  padding: 15px 40px;

  font-size: 18px;

  font-weight: bold;

  margin-top: 20px;

  cursor: pointer;

  border-radius: 40px;

  transition: all 0.3s ease;

}



.blog-listing .blog-content a:hover {

  text-decoration: none;

  background: #333;

  color: white;

}



.blog-details-section {

  padding: 100px 150px;

  text-align: center;

}

.blog-details-section .blog-info {

  margin: 0 auto;

  padding: 0 50px 50px;

}

.blog-details-section .blog-info h2 {

font-size: 50px;

line-height: 60px;

font-weight: 700;

color: #363636;

margin-bottom: 50px;

}

.blog-featured-img {

  max-width: 1280px;

  overflow: hidden;

  border-radius: 30px;

  padding-bottom: 50px;

 

}

.blog-caption {

  color: #74767E;

  font-size: 20px;

  line-height: 24px;

  font-weight: 500;

  padding: 0 20px;

}

.blog-caption p {

  color: #74767E;

  font-size: 20px;

  line-height: 24px;

  font-weight: 500;

}



.blog-featured-img img {

  width: 100%;

  object-fit: cover;

  height: auto

}



.blog-detail-content {

  text-align: left;

  padding:10px 0 0;

}



.blog-detail-content h2 {

  color: #363636;

  max-width: 568px;

  font-size: 40px;

  line-height: 48px;

  font-weight: 700;

  margin-bottom: 25px;

}



.blog-detail-content p {

  color: #74767E;

  font-size: 18px;

  line-height: 24px;

  font-weight: 500;

}



/* service main inner  */
.services-items {
  padding: 20px 150px;
}
.srvc-item-inner {
  padding: 30px 15px;
  border: 1px solid #E7E7F2;
  border-radius: 40px;
  height: 100%;
}
.srvc-item-inner h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  margin: 15px 0px;
}
.srvc-tabs a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  color: #74767E;
  padding: 5px 11px;
  margin: 2px 0px;
  border-radius: 30px;
  box-shadow: 1px 1px 4px 0px #e8e8e8;
  text-transform: uppercase;
}
.srvc-tabs a:hover{
  text-decoration: none;
  background-color: #F2F2F2;
}

.services-items .col-lg-3.col-md-6.col-sm-12 {
  margin: 15px 0px;
}
.services-items .col-lg-3:last-child .srvc-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.services-items .col-lg-3:last-child .srvc-item-inner  a.cntc-us-btn {
  background: #d20314;
  color: #ffffff;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 40px;
  transition: all 0.3s ease;
  box-shadow: none;
}

/*  */
.logo-need-about{
  padding: 80px 0px;
  background: url("../images/service-details-service-bg.svg") no-repeat;
  background-position: center;
  background-size: cover;

}

.logo-need-about h2{
  color: #363636;
    line-height: 61px;
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
}
.logo-need-abt-inner span.number-only {
  width: 33px;
  height: 33px;
  gap: 0px;
  background: #1586C7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  align-self: baseline;
}
.logo-need-abt-inner {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 40px;
  padding: 20px;
  box-shadow: 1px 1px 13px 0px #dedede;
  margin: 20px 0px;
  transition: all 0.3s ease-in-out;
}
.logo-need-abt-inner .logo-thumb {
  width: 173px;
  height: 173px;
  background: #D3E7F4;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.logo-need-abt-inner .logo-thumb img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.logo-need-abt-inner .rgt-cntn {
  flex: 1;
  margin-left: 20px;
}
.logo-need-about .main-header {
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 685px;
}
.rgt-cntn h4{
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.rgt-cntn p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #74767E;
}
.logo-need-abt-inner:hover{
  background-color: #D3E7F4;
  color: #000;
}
.logo-need-abt-inner:hover .logo-thumb{
  background-color: #000;
}


/* Image lightbox styling */
.lightbox {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: fixed;
  visibility: hidden;
  background: rgba(0,0,0,0.65);
}
.lightbox.show {
  visibility: visible;
}
.lightbox .wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.9);
  transition: transform 0.1s ease;
}
.lightbox.show .wrapper {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.lightbox header{
  margin: auto;
  top: 44px;
  position: relative;
  right: -19%;
  width:52px;
  padding: 0px;
  background-color: transparent;
}

header .buttons i {
  height: 54px;
  width: 54px;
  cursor: pointer;
  display: inline-block;
  color: #000;
  background: #fff;
  font-size: 1.25rem;
  line-height: 41px;
  text-align: center;
  border-radius: 50px;
  transition: 0.2s ease;
  border:7px solid #000;
}
header .buttons i:hover {
  background: #e1e8ef;
}
.wrapper .preview-img {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.preview-img .img {
  max-height: 85vh;
  width:35vw;
}
.preview-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* single service page start */
/* global heading start */
.web-sev-services{
  padding: 80px 0px;
}
.web-sev-services .web-sev-srvc-item {
  display: flex;
  gap: 30px;
  margin: 20px 0px;
}
.web-srvc-cntn h3{
  font-size: 24px;
  font-weight: 700;
}
a.view-more-btn {
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 22px;
  margin-top: 10px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
a.view-more-btn:hover{
  background-color: #000;
  color: #fff;
}


.web-srvc-cntn p {
  font-size: 16px;
  font-weight: 500;
}
.global-header h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
.global-header h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0px;
}
.global-header {
  margin-bottom: 40px;
}
.web-sev-services .global-header h2 {
  max-width: 60%;
}
.full-stack-item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.full-stack-web-development, .future-process, .engage-app-dvelope{
  background:url('/wp-content/themes/colorise/assets/images/single-service/web-dev-srvc-bg.png')no-repeat;
  background-position: center;
  background-size: cover;
  padding:80px 0px;
}
.full-stack-web-development .category::after{
  color: #fff !important;
}
.full-stack-web-development .owl-nav button img {
  filter: invert(1);
}
.full-stack-web-development .owl-carousel .owl-nav button.owl-prev, .full-stack-web-development .owl-carousel .owl-nav button.owl-next {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 -20px;
  font-size: 25px;
  transform: translateY(-50%);
}
.full-stack-web-development .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: -40px;
}
.full-stack-web-development .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -40px;
}

.full-stack-thumb {
  width: 260px;
}
.full-stack-cntn{
  flex: 1;
}
.full-stack-cntn h3 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
}
.full-stack-cntn p {
  font-size: 20px;
  line-height: 32px;
}
.full-stack-development-category {
  width: 80%;
  margin: 30px auto 0px;
}
.tool-technology {
  padding: 80px 0px;
  text-align: center;
}

.trend-follow-tab {
  display: flex;
}
.trend-we-follow {
  padding: 80px 0px;
  background:url('/wp-content/themes/colorise/assets/images/single-service/trend-follow-bg.png')no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.trend-we-follow .global-header {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 50px;
}
.trend-we-follow .global-header h6 {
  margin: 0px 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 61px;
}

.trendfollow-left {
  width: 350px;
  text-align: left;
}
.trendfollow-right {
  flex: 1;
  padding-left:50px;
}
.trendfollow-left a {
  width: 100%;
  background: transparent;
}
.trendfollow-left .nav-pills .nav-link.active, .trendfollow-left .nav-pills .show>.nav-link{
  background-color: transparent !important;
}
.trendfollow-left .nav-pills .nav-link {
  border-radius: .25rem;
  color: #fff;
  font-size: 18px !important;
  line-height: 30px;
  padding: 14px 0px;
  position: relative;
}
.trendfollow-left .nav-pills .nav-link::after{
  position:absolute;
  right: 0;
  top: 0px;
  content: '';
  width:calc(100% - 50px);
  border-top: 1px solid #ffffff2d;
}
.trendfollow-left .nav-pills .nav-link::before {
  font: normal normal normal 14px / 1 FontAwesome;
  content: "\f0da";
  color: #ffffff45;
  position: absolute;
  top: 50%;
  right: 0px;
  font-size: 17px;
  transform: translate(0%, -50%);
}
.trendfollow-left .nav-pills .nav-link.active::before{
  color: #fff;
}

.trendfollow-left .nav-pills .nav-link span {
  background: transparent;
  width:35px;
  height:35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid ;
  margin-right: 10px;
}
.trend-we-follow .global-header h2 {
  text-align: center;
}
.trendfollow-left .nav-pills .nav-link.active span.purple{
  background-color: #6361AB !important;
}
.trendfollow-left .nav-pills .nav-link.active span.orange{
  background-color: #F07023 !important;
}
.trendfollow-left .nav-pills .nav-link.active span.cyan{
  background-color: #2188C9 !important;
}
.trendfollow-left .nav-pills .nav-link.active span.green{
  background-color: #11AE4A !important;
}
.trendfollow-left .nav-pills .nav-link.active span.red{
  background-color: #D22027 !important;
}
.trendfollow-left .nav-pills .nav-link span.purple{
  border-color: #6361AB;
}
.trendfollow-left .nav-pills .nav-link span.orange{
  border-color: #F07023;
}
.trendfollow-left .nav-pills .nav-link span.cyan{
  border-color: #2188C9;
}
.trendfollow-left .nav-pills .nav-link span.green{
  border-color: #11AE4A;
}
.trendfollow-left .nav-pills .nav-link span.red{
  border-color: #D22027;
}
.trendfollow-left .nav-pills .nav-link.active{
  font-weight: 600;
}
.trend-right-item a.read-more {
  display: inline-block;
  width: auto;
  border: 1px solid #fff;
  padding: 10px 25px;
  margin-top: 25px;
  border-radius: 40px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.trend-right-item a.read-more.andDevBtn{
  background-color: #fff;
  color: #363636;
  margin-right: 15px;
}
.trend-right-item a.read-more.andDevBtn:hover{
  background-color: transparent;
  color: #fff;
}

.trend-right-item a.read-more:hover{
  background-color: #fff;
  color: #000;
}

.trend-right-item h3 {
  font-size: 40px;
  line-height: 60px;
  margin: 16px 0px 10px;
}
.web-design-portfolio-main{
  padding: 80px 0px;
}
.web-design-portfolio-main .global-header {
  text-align: center;
  width: 80%;
  margin: 0 auto 30px;
}

.web-portfolio-main {
  text-align: center;
}
a.web-portfolio-btn {
  display: inline-block;
  width: auto;
  border: 1px solid #fff;
  background: #363636;
  padding: 10px 25px;
  margin-top:35px;
  border-radius: 40px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
a.web-portfolio-btn:hover{
  background-color: #ffffff;
  color: #000000;
}

.wbmain-cntn-main {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.website-maintenence-main {
  padding: 80px 0px;
  background: #363636;
  color: #ffff;
}
.website-maintenence-main img.wbste-main-left-arrow {
  float: right;
  position: relative;
  top: -33px;
  right: -18px;
}
.wbmain-cntn-main .wbmain-item h6 {
  color: #000;
  font-size: 20px;
  text-align: center;
  width: 100%;
  margin: 20px auto 0px;
  word-break: break-word;
}
.wbmain-cntn-main .wbmain-item {
  width: 31%;
  background: #fff;
  text-align: center;
  padding: 30px 10px;
  border-radius: 20px;
}
.wbste-main-cntn h3 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 35px;
}
.wb-portfolio-btn-main{
  text-align: right;
}
.future-process-item {
  background: #fff;
  border-radius: 23px;
  padding: 20px;
  border: 1px solid #e1e1e1;
  margin: 15px 0px;
}
.future-process-item-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
}
.future-process-item-logo img {
  height: 90px;
}
.future-process .global-header {
  text-align: center;
}
.future-process .global-header h2{
  margin-bottom: 15px;
}

.case-study-item {
  margin: 18px 0px;
  transition: all 0.3s ease-in-out;
}
.case-study-thumb {
  overflow: hidden;
  border-radius: 28px;
  position: relative;
  display: inline-block;
}
.case-study-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0px 15px;
  gap: 30px;
}
.case-study-btm h5 {
  font-size: 24px;
  font-weight: 500;
}
.case-study-btm span img {
  max-width: 150px;
}

.case-study-thumb img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.case-study-item:hover .case-study-thumb img {
  transform: scale(1.3);
}
.case-study-main{
  padding:70px 0px;
}
.case-study-main .global-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.case-study-main .global-header a {
  display: inline-block;
  width: auto;
  border: 1px solid #000000;
  padding: 10px 25px;
  border-radius: 40px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.case-study-main .global-header a:hover{
  background-color: #000;
  color: #fff;
}

.mbile-dev-btns-company a:first-child {
  margin-right: 10px;
}
.trend-rgt-peralight a{
  text-decoration: underline;
  font-weight: 800;
  color: #fff;
}

.trend-rgt-peralight {
  border-top: 1px solid #ffffff41;
  padding-top: 20px;
  margin-top: 20px;
}
.wbste-main-left .global-header h5 {
  font-size: 22px;
  line-height: 30px;
}
.engage-app-dvelope{
  text-align: center;
}
.engage-app-devmain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.engage-app-devmain .engage-app-item {
  width: 14%;
}
.engage-app-item h6{
  font-size: 22px;
  font-weight: 600;
  line-height: 26.82px;
  text-align: center;
 margin-top:12px;
 word-break: break-word;
}
.engage-app-devmain {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 2px;
}
.engage-app-dvelope .global-header p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding-top: 20px;
}
.engage-app-dvelope .global-header {
  max-width: 80%;
  margin: 0 auto 80px;
}
.free-quote{
  background-color: #333;
  color: #fff;
}
.free-quote:hover{
  background-color: #fff;
  color: #333;
}
.mbile-dev-btns-company a {
  margin: 7px 6px;
}