/********** HOME PAGE DEFAULT START **********/
/* Home Banner Section Start */
/* Banner Section left_banner */
.banner_section {
  position: relative !important;
  overflow: hidden;
}

.banner_section .row {
  align-items: center;
}

.banner_section .left_banner h6 {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 3.7px;
  text-transform: uppercase;
}

.banner_section .left_banner h2 br {
  display: none;
}

.banner_section .left_banner h2 span {
  border-radius: 4px;
  background: #f6911d;
  width: 487px;
  position: relative;
  left: -130px;
  display: block;
  padding: 38px 0 29px 21%;
  color: var(--White, #fff);
  font-size: 54px;
  font-weight: 800;
  line-height: 0;
  text-transform: uppercase;
}

.banner_section .left_banner h2 {
  color: #111;
  font-size: 52px;
  font-weight: 600;
  line-height: 80px;
  text-transform: capitalize;
}

/* Banner Section left_banner */
.right_banner_BG {
  position: relative;
}

.right_banner_BG p {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #f6911d;
  display: inline-block;
  padding: 8px 12px;
  position: absolute;
  top: 45px;
  right: 180px;
}

.right_banner .box {
  position: absolute;
  left: -93px;
  top: 46px;
}

.right_banner .box img {
  animation: hexagon 10s linear infinite;
  margin: 20px;
  width: 82px;
}

@keyframes hexagon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner_section .right_banner_BG .right_banner {
  background: url("../../images/home/banner_bg.png") no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
}

.right_banner .clients-part .owl-carousel .client-item img {
  width: 88%;
  height: auto;
  margin: 74px 0;
  position: relative;
  left: 8px;
  bottom: 4px;
}

.oval .cube {
  width: 88px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}

.right_banner .oval .cube {
  animation: cube 10s linear infinite;
}

@keyframes cube {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Home Banner Section End */

/* Home Counter Section Start */

.counter_cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.counter_card {
  display: flex;
  padding-top: 10px;
  width: 200px;
}

.counter_card div h2 {
  color: #f6911d;
  font-size: 52px;
  font-weight: 600;
  line-height: 32px;
  padding-left: 10px;
}

.counter_card div p {
  padding-left: 18px;
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 4.5px;
}

.counter_card img {
  width: 40px;
  height: 40px;
}

/* Home Counter Section End */

/* Home Our Story Section Start */
.our_story_img {
  display: flex;
  margin: auto;
}

.our_story .section_head {
  text-align: center;
  padding: 0 0 3% 18%;
}

.rigth_content img {
  width: 20px;
  height: 20px;
}

.rigth_content span {
  color: #111;
  font-size: 15px;
  line-height: 24px;
  padding-left: 10px;
  font-weight: 600;
}

.rigth_content p {
  color: #111;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0;
  font-weight: 400;
}

.right_our_story .read_more a {
  border-radius: 50px;
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-size: 14px;
  padding: 11px 0;
  text-decoration: none;
  width: 124px;
  margin-top: 30px;
}

.right_our_story .read_more a .btn_right_greater_arrow {
  display: none;
}

.right_our_story .read_more a:hover {
  background-color: #f6911d;
  width: 150px;
}

.right_our_story .read_more a:hover .btn_right_greater_arrow {
  display: block;
  font-size: 14px;
  position: relative;
  top: 2px;
  padding-left: 6%;
}

/* Home Our Story Section End */

/* Benefits_gen Section Start  */
.Benefits {
  background: #ffeedb;
  position: relative;
}

.Benefits .ani_trans_1 {
  transform: rotate(240deg);
  position: relative;
  left: -508px;
}

.Benefits .Cheese_Half_1 {
  position: absolute;
  left: 0;
  bottom: 140px;
  z-index: 0;
  transform: rotate(0deg);
  animation: Cheese_Half_ani_1 15s;
  animation-iteration-count: infinite;
}

@keyframes Cheese_Half_ani_1 {
  0% {
    left: 0px;
  }

  50% {
    left: 600px;
  }

  50% {
    transform: rotate(80deg);
  }

  100% {
    left: 0px;
  }
}

.Benefits .ani_trans_2 {
  position: absolute;
  bottom: 100px;
  right: 50em;
}

.Benefits .Cheese_Half_2 {
  position: absolute;
  right: 35em;
  bottom: 0;
  transform: rotate(-50deg);
  animation: Cheese_Half_ani_2 15s;
  animation-iteration-count: infinite;
}

@keyframes Cheese_Half_ani_2 {
  0% {
    left: 0px;
  }

  50% {
    left: 600px;
  }

  50% {
    transform: rotate(80deg);
  }

  100% {
    left: 0px;
  }
}

.Benefits .Cheese_Half_3 {
  position: absolute;
  left: 168px;
  z-index: 0;
  transform: rotate(80deg);
  animation: Cheese_Half_ani_3 15s;
  animation-iteration-count: infinite;
}

@keyframes Cheese_Half_ani_3 {
  0% {
    top: 0px;
  }

  50% {
    top: 600px;
  }

  50% {
    transform: rotate(80deg);
  }

  100% {
    top: 0px;
  }
}

.Benefits .Cheese_Half_4 {
  position: absolute;
  right: 130px;
  bottom: 0;
  transform: rotate(-50deg);
  animation: Cheese_Half_ani_4 15s;
  animation-iteration-count: infinite;
}

@keyframes Cheese_Half_ani_4 {
  0% {
    bottom: 0px;
  }

  50% {
    bottom: 600px;
  }

  50% {
    transform: rotate(-100deg);
  }

  100% {
    bottom: 0px;
  }
}

.Benefits .rowed {
  justify-content: center;
}

.Benefits .rowed .benifit_head_card {
  width: 298px;
  margin: 0 8px;
}

.Benefits_card {
  min-height: 286px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0 20px;
  margin-bottom: 2em;
  z-index: 1;
  position: relative;
}

.Benefits_card img {
  padding-bottom: 20px;
}

.Benefits_card span {
  color: var(--Main, #121212);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.Benefits_card p {
  color: #252525;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 20px;
}

/* Benefits_gen Section End  */
/* PRODUCTION CAPABILITIES Section Start */
.production_capabilities .head_para {
  width: 50%;
}

.Capabilities_card {
  display: flex;
}

.Capabilities_card_content {
  margin: 0 10px;
  gap: 12px;
  display: grid;

}

.card_cap_sec {
  display: flex;
  align-items: center;
}

.Capabilities_card_content p {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

.Capabilities_card_content h4 {
  color: var(--Main, #121212);
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 24px;
}

.cal_card {
  display: flex;
}

.card_cap {
  display: flex;
  flex-wrap: wrap;
}

.card_cap_sec .cap_img,
.card_cap_sec {
  width: 300px;
  float: left;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.cal_card:hover .Capabilities_card_content img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(285deg) brightness(107%) contrast(102%);
}

.cal_card:hover .Capabilities_card_content h4,
.cal_card:hover .Capabilities_card_content p {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.cal_card:hover .Capabilities_card .cap_img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  transition: all 0.3s ease-in-out;
  background-color: #f6911d;
}

.cal_card:hover .card_cap_sec {
  background-color: #f6911d;
  transition: all 0.2s ease-in-out;
}

/* PRODUCTION CAPABILITIES Section End */

/* What our client says Section Start */
.client_says-part {
  position: relative;
}

.client_says-part .Donuts {
  position: absolute;
  left: 40px;
}

.client_says-part .Small_cube {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.client_says-item {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
}

.client_says-item .star {
  display: flex;
  margin: 20px 0;
}

.client_says-item p {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

.client_says-item h4 {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.client_says_content {
  padding-left: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fcdab3;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f6911d;
  padding: 0 15px;
  transition: all 0.3s linear;
}

/* What our client says Section End */
/* Frequently Asked Questions Section Start */
.F_A_Q h6 {
  color: var(--Main, #121212);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 4.5px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  filter: brightness(0) saturate(100%) invert(83%) sepia(33%) saturate(7466%) hue-rotate(347deg) brightness(99%) contrast(95%);
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #e7f1ff00;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #dee2e600;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.accordion-item {
  border-bottom: none;
  margin-top: 10px;
}

.accordion-button :where(:focus ::after) {
  border-top: 1px solid #f6911d;
  border-left: 1px solid #f6911d;
  border-right: 1px solid #f6911d;
  border-radius: 6px 6px 0px 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  border: 1px solid orange !important;
  border-bottom: none !important;
  border-radius: 6px 6px 0px 0;
}

.accordion-item {
  border: none;
}

.accordion-item h2 button {
  color: var(--Main, #121212);
  font-size: 16px;
  font-weight: 600;
  line-height: 24.57px;
}

.accordion-header {
  border-bottom: 1px solid #dedede;
  border-radius: 6px 6px 0px 0;
}

.card-body {
  border: 1px solid #f6911d;
  border-top: none;
  border-radius: 0px 0px 6px 6px;
  padding: 0 40px 0 18px;
}

.card-body p {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.95px;
  padding-top: 16px;
}

.nextget_work_card .delivery_cards p {
  line-height: 25px !important;
}

.Nextgen_Work_head h3 {
  width: 30% !important;
}

.nextget_work_card .delivery_cards p {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px !important;
  margin-bottom: 20px;
}

.nextget_work_card .delivery_cards li {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px !important;
  margin-left: 20px;
  margin-bottom: 10px;
}

.Nextgen_Work_head {
  flex-wrap: wrap;
}
.nextget_work_card .row{
  row-gap: 25px;
}

/* Frequently Asked Questions Section End */

/********** HOME PAGE DEFAULT END **********/

