:root {
  --primary-color: #FE6500;
  --secondary-color: #162883;
  --white: #fff;
  --black: #000000;
  --black-transparent: #00000000;

  --black-shade25: rgba(0, 0, 0, 0.25);

  --color-F2F2F2: #F2F2F2;
  --color-000A3D: #000A3D;
  --color-0E121D: #0E121D;
  --color-4D5765: #4D5765;
  --color-C4C4C4: #C4C4C4;
  --color-F8F8F8: #F8F8F8;
  --color-E4E4E4: #E4E4E4;
  --color-888C97: #888C97;
  --color-262A36: #262A36;
  --color-0000000D: #0000000D;
  --color-8a93ca: #8a93ca;
  --color-16288300: #16288300;
  --color-000000e3: #000000e3;
  --color-00000040: #00000040;
  --color-00000026: #00000026;
  --color-F7F7F7: #F7F7F7;
  --color-505050: #505050;
  --color-FE65004A: #FE65004A;
  --color-1F1F1F: #1F1F1F;
  --color-161D39: #161D39;
  --color-FFFFFF33: #FFFFFF33;
  --color-ffffffcc: #ffffffcc;
  --color-BFBFBF: #BFBFBF;
  --color-3A3A3C: #3A3A3C;
  --color-D5D5D5: #D5D5D5;
}

/* 01 : Website Global CSS BOF
========================================================== */
::selection {
  user-select: none;
}

body,
html {
  height: 100%;
}

body {
  background: var(--white);
  /* font-family: 'RockwellNova', sans-serif; */
  font-family: 'Rockwell', sans-serif;
  /* 1 dec (wellmax 2.0)  */
  color: var(--black);
}

*,
html {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

a {
  color: var(--black);
  display: inline-block;
}

/* Common color hyperlink */
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}

a.primary_text:hover,
a.primary_text:focus,
a.primary_text:active {
  color: var(--primary-color);
}

/* Common hover color hyperlink */
a,
*:hover,
*:focus,
*:active :focus {
  text-decoration: none;
  outline: none !important;
  outline-offset: 0 !important;
}

a.white_text:hover,
a.white_text:focus,
a.white_text:active {
  color: var(--white);
}

a img,
img {
  border: none;
  outline: none !important;
  outline-offset: 0 !important;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  line-height: normal;
}

/* Transition Effect CSS BOF */
a,
i,
input {
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}

/* 02 : Global Classes CSS BOF
  ==================================================== */

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* Background &amp; Color Style CSS BOF
  =================================================== */

/* BACKGROUND COLOR STYLE */

.bg-gray {
  background-color: var(--color-F2F2F2);
}

.bg-F7F7F7 {
  background-color: var(--color-F7F7F7);
}

/* Font Color Style CSS BOF */
.white_text {
  color: var(--white);
}

.black_text {
  color: var(--black);
}

.primary_text {
  color: var(--primary-color);
}

.secondary_text {
  color: var(--secondary-color);
}

.text_4D5765 {
  color: var(--color-4D5765);
}

.text_0E121D {
  color: var(--color-0E121D);
}


.text_888C97 {
  color: var(--color-888C97);
}

/* Object fit common classes */
.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

/* Opacity common classes */
.op-1 {
  opacity: 0.1;
}

/* cursor variation csss */
.cursor-pointer {
  cursor: pointer;
}

/* list styling */
.list-style-disc {
  list-style: disc;
}

/* 03 : Heading Style CSS BOF
  =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'RockwellNova', sans-serif; */
  font-family: 'Rockwell', sans-serif;
  /* 1 dec (wellmax 2.0)  */
  line-height: normal;
  font-style: normal;
  color: var(--black);
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
}

/* .h1 {
  font-size: 74px;
  line-height: 69px;
}

.h2 {
  font-size: 64px;
  line-height: 59px;
}

.h3 {
  font-size: 52px;
  line-height: 74px;
}

.h4 {
  font-size: 48px;
  line-height: 59px;
}

.h5 {
  font-size: 40px;
  line-height: normal;
}

.h6 {
  font-size: 36px;
  line-height: normal;
}

.font-34 {
  font-size: 34px;
  line-height: normal;
}

.font-30 {
  font-size: 30px;
  line-height: normal;
}

.font-24 {
  font-size: 24px;
  line-height: normal;
}

.font-20 {
  font-size: 20px;
  line-height: normal;
}

.font-18 {
  font-size: 18px;
  line-height: normal;
}

.font-16 {
  font-size: 16px;
  line-height: normal;
} */

.h1 {
  /* font-size: 4.625rem; */
  /* 74px ÷ 16 */
  font-size: 4.3125rem;
  /*1 dec (wellmax 2.0)  */
  line-height: 100%;
}

.h2 {
  /* font-size: 3.5rem; */
  /* 56px ÷ 16 */
  font-size: 2.8125rem;
  /* 1 dec (wellmax 2.0)  */
  /* 45px */
  /* line-height: 59px; */
  line-height: 140%;
  /* 1 dec (wellmax 2.0)  */
}

.h3 {
  font-size: 3rem;
  /* 48px ÷ 16 */
  line-height: 74px;
}

.h4 {
  /* font-size: 2.5rem; */
  font-size: 1.125rem;
  /* 1 dec (wellmax 2.0)  */
  /* 40px ÷ 16 */
  line-height: normal;
}

.h5 {
  font-size: 2.25rem;
  /* 36px ÷ 16 */
  line-height: normal;
}

.h6 {
  font-size: 2rem;
  /* 36px ÷ 16 */
  line-height: normal;
}

.font-34 {
  font-size: 2.125rem;
  /* 34px ÷ 16 */
  line-height: normal;
}

.font-30 {
  font-size: 1.875rem;
  /* 30px ÷ 16 */
  line-height: normal;
}

.font-28 {
  font-size: 1.75rem;
  /* 28px ÷ 16 */
  line-height: 36px;
}

.font-26 {
  font-size: 1.625rem;
  /* 26px ÷ 16 */
  line-height: 33px;
}

.font-23 {
  font-size: 1.4375rem;
  /* 23px ÷ 16 */
  line-height: 40px;
}

.font-24 {
  font-size: 1.5rem;
  /* 24px ÷ 16 */
  line-height: 140%;
}

.font-20 {
  font-size: 1.25rem;
  /* 20px ÷ 16 */
  line-height: 140%;
}

.font-18 {
  font-size: 1.125rem;
  /* 18px ÷ 16 */
  /* line-height: normal; */
  line-height: 140%;
  /* 1 dec (wellmax 2.0)  */
}

.font-16 {
  font-size: 1rem;
  /* 16px ÷ 16 */
  line-height: normal;
}

/* 1 dec (wellmax 2.0)  */
.font-17 {
  font-size: 1.0625rem;
  /* 17px ÷ 16 */
  line-height: 140%;
}

.font-42 {
  font-size: 2.625rem;
  line-height: 36px;
}

.font-54 {
  font-size: 3.375rem;
  line-height: 60px;
}

/* Font Weight Variation CSS BOF */
.font_rg {
  font-weight: normal;
}

.font_bl {
  font-weight: 700;
}

.font_blk {
  font-weight: 900;
}

.font_smb {
  font-weight: 600;
}

.font_md {
  font-weight: 500;
}

/* set line clamp for content */
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp1 {
  -webkit-line-clamp: 1;
}

.line-clamp2 {
  -webkit-line-clamp: 2;
}

.line-clamp3 {
  -webkit-line-clamp: 3;
}

.line-clamp4 {
  -webkit-line-clamp: 4;
}

.normal-line-height {
  line-height: normal !important;
}

/* Z-INDEX variation */
.z-9 {
  z-index: 9;
}

.z-99 {
  z-index: 99;
}

.flex-0 {
  flex: 0 0 auto;
}

/* 04 : Paragraph Style CSS BOF
  =================================================== */
p,
.p {
  line-height: auto;
  /* font-family: 'RockwellNova', sans-serif; */
  font-family: 'Rockwell', sans-serif;
  /* 1 dec (wellmax 2.0)  */
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  font-weight: normal;
}

/* 05 : Image Style CSS BOF
  =================================================== */
img {
  margin-bottom: 0;
}

/*** Buttton Varilation CSS BOF ***/
.btn {
  background-color: var(--primary-color);
  /* padding: 22px 10px 22px 10px; */
  padding: 21.5px 10px 21.5px 10px;
  /* font-size: 16px; */
  font-size: 17px;
  /* 1 dec (wellmax 2.0)  */
  text-transform: capitalize;
  border-style: none;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  border-radius: 10px;
  text-transform: unset;
  box-shadow: none;
  min-width: 193px;
  line-height: 14px;
  color: var(--white);
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:focus-visible {
  box-shadow: none;
  outline: none;
  background-color: var(--secondary-color) !important;
  color: var(--white) !important;
}

.btn:disabled,
.btn.disabled {
  background-color: var(--color-C3A5F4) !important;
  color: var(--white) !important;
  opacity: 1;
}

/* ARROW ICON BUTTON  */
.btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 5px; */
  gap: 5px;
  /* 1 dec (wellmax 2.0)  */
}

.btn-arrow svg {
  transform: translateX(0);
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.btn-arrow:hover svg {
  transform: translateX(4px);
}

/* WHITE BUTTON */

.white-btn {
  background-color: var(--white);
  color: var(--primary-color);
}

.white-btn:hover {
  background-color: var(--primary-color) !important;
}

.white-btn svg path {
  fill: var(--primary-color);
  transition: all 0.4s ease-in-out;
}

.white-btn:hover svg path {
  fill: var(--white);
}


.btn_transparent {
  background-color: transparent;
  border: none;
  min-width: auto;
  padding: 0;
}

.btn_transparent:hover,
.btn_transparent:focus,
.btn_transparent:active,
.btn_transparent:focus-visible {
  background-color: transparent;
  border: none;
  min-width: auto;
  padding: 0;
}

/* blue btn */
.blue-btn {
  background-color: var(--secondary-color);
}

.blue-btn:hover {
  background-color: var(--primary-color) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 11 : Form &amp; Input Style BOF
  ==================================================== */

.form-control,
.form-select {
  background-color: var(--color-F3EDF3);
  border: 1px solid var(--color-777777);
  border-radius: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 22px;
  color: var(--black);
  font-weight: normal;
  padding: 17px 20px;
  line-height: normal;
  /* height: 60px; */
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 17px 44px 17px 20px !important;
  background-image: url("../images/select-chevron.svg");
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  background-position: right 18px center !important;
  height: 63px;
}

.form-select option {
  background-color: var(--color-EEE1F4);
  color: var(--color-2D2D2D);
}

textarea.form-control {
  resize: none;
  overflow: auto;
  padding: 20px;
  height: 200px;
}

/** Placeholder CSS BOF **/
.form-control::placeholder {
  color: var(--color-888C97);
  font-weight: 400;
  font-size: 22px;
}

.form-control::-moz-placeholder {
  color: var(--color-888C97);
  font-weight: 400;
  font-size: 22px;
}

.form-control:-ms-input-placeholder {
  color: var(--color-888C97);
  font-weight: 400;
  font-size: 22px;
}

.form-control::-webkit-input-placeholder {
  color: var(--color-888C97);
  font-weight: 400;
  font-size: 22px;
}

.form-control::-o-input-placeholder {
  color: var(--color-888C97);
  font-weight: 400;
  font-size: 22px;
}

/* Focus State CSS BOF   */
.form-control:focus,
.form-select:focus {
  border: 1px solid var(--color-C370FA);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: var(--color-F3EDF3);
  color: var(--black);
  outline: 0;
}

.white-form-control:focus,
.white-form-select:focus {
  background-color: var(--white);
}


/* SOME GLOBAL CSS */
.page-wrapper {
  margin: 0px auto;
  overflow-x: hidden;
}

/* COMMON PADDING */
.common-padding {
  padding: 110px 0;
}

.common-padding-t {
  padding-top: 110px;
}

.common-padding-b {
  padding-bottom: 110px;
}

.common-padding-t60 {
  padding-top: 60px;
}

.common-padding-b60 {
  padding-bottom: 60px;
}

.header-padding {
  padding-top: 156px
}

/* 1 dec (wellmax 2.0)  */
.common-padding-t30 {
  padding-top: 30px;
}

/* 1 dec (wellmax 2.0)  */
.common-padding-b30 {
  padding-bottom: 30px;
}

.common-list {
  list-style-type: disc;
  /* padding-left: 18px; */
  padding-left: 20px;
  /* 1 dec (wellmax 2.0)  */
}

.common-list li {
  color: var(--color-4D5765);
}

.common-list li:last-child {
  margin-bottom: 0 !important;
}

/* COMMON BORDER RADIUS */

.border-r-10 {
  border-radius: 10px;
}


/* GLOBAL DETAILS CARDS */
.common-details-card {
  /* padding: 28px; */
  padding: 30px 24px;
  /* 1 dec (wellmax 2.0)  */
  box-shadow: 0px 4px 4px 0px var(--black-shade25);
}

/* COMMON LINE HEIGHT */

.lh-35 {
  line-height: 35px;
}

.lh-26 {
  line-height: 26px;
}

/* custom gap */

/* .gap-12 {
  gap: 12px;
} */

/* 1 dec (wellmax 2.0)  */
.gap-30 {
  gap: 30px;
}

/* common input */
.common-input {
  background: var(--color-F8F8F8);
  border: 1px solid var(--color-E4E4E4);
  /* font-size: 16px; */
  font-size: 17px;
  /* 1 dec (wellmax 2.0)  */
  border-radius: 10px;
  padding: 15px 25px;
  color: var(--color-888C97);
  /* line-height: 100%; */
  line-height: 140%;
  /* 1 dec (wellmax 2.0)  */
}

.common-textarea {
  min-height: 138px;
}


/* WPCF7 FORM CSS  */

.contact-form .wpcf7-form-control-wrap,
.contact-page-form .wpcf7-form-control-wrap {
  width: 100%;
}

/* common modal */
.common-modal .modal-dialog{
  max-width: 710px;
}
.common-modal .modal-content{
  border-radius: 10px;
  padding-bottom: 30px;
  max-height: 730px !important;
}
.common-modal .modal-header{
  padding: 30px 30px 15px 30px;
}
.common-modal .modal-body {
  padding:15px 30px 10px 30px;
}
.common-modal .modal-close-btn {
  border: none;
  background: transparent;
  padding: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 23px;
  right: 23px;
}
/* ======================================================
                  COMMON CONTAINER SOC
  ====================================================== */
@media(min-width:1399.98px) {
  .container {
    max-width: 1348px;
  }
}

@media(max-width:991.98px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

/* COMMON ACCORDION */
.accordion-button:focus {
  box-shadow: unset;
  border-color: transparent;
}

.accordion-button {
  background-color: var(--white);
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 500;
  border-radius: 20px;
  gap: 24px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: var(--white);
  box-shadow: unset;
  border-bottom: 0;
}

.accordion-item {
  background-color: var(--white);
  border: 1px solid var(--color-C2C2C2);
  margin-bottom: 20px;
  border-radius: 20px;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 20px;
}

/* .accordion-collapse.show */
.accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--color-C2C2C2);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/select-chevron.svg");
  transform: unset;
}

.accordion-button::after {
  background-image: url("../images/select-chevron.svg");
  transform: rotate(-180deg);
  background-size: contain;
  width: 28px;
  height: 28px;
  transition: all 0.4s ease-in-out;
}

.accordion-button {
  padding: 30px 60px;
}

.accordion-body {
  padding: 0 60px 30px;
  text-align: start;
}

.accordion-body .faq-desc {
  line-height: 34px;
}


/* COMMON TITLE */
.title-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* gap: 15px; */
  gap: 5px;
  /* 1 dec (wellmax 2.0)  */
}

/* COMMON SLIDER NAVIGATION */

.slick-slider .slick-arrow,
.Slider-navigation-container .slick-arrow {
  font-size: 0;
  width: 55px;
  height: 55px;
  background-color: var(--secondary-color);
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 0;
}

.slick-slider .slick-prev.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -67px;
  margin: auto;
  background-image: url('../images/prev-arrow-Icon.png');
}

.slick-slider .slick-next.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -67px;
  margin: auto;
  background-image: url('../images/next-arrow-Icon.png');
}




/* ======================================================
=========================================================
                      HEADER SOC
=========================================================
====================================================== */

/*header active start*/

.site-header {
  position: relative;
  z-index: 999;
}

.header-main {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  left: 0px;
  padding-top: 15px;
  transition: all 400ms ease;
}

.header-main-active {
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  padding-top: 10px;
  transform: translateY(-100%);
}

.header-main-show {
  transform: translateY(0);
}

/*header active end*/

/*index css Start*/

.header-main .header-inner-main {
  position: relative;
  background: transparent;
}

.header-main .header-inner-main .header-inner {
  width: 100%;
  align-items: center;
  padding: 0 30px;
}

.header-main .header-inner-main nav.navbar {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: normal;
  background-color: var(--white);
  border-radius: 10px;
  /* padding: 16px 24px; */
  /* padding: 0 24px; */
  padding: 0 28px;
  /* 1 dec (wellmax 2.0)  */
}

.header-menu .header-menu-inner ul li a {
  /* font-size: 1.125rem; */
  font-size: 1.0625rem;
  /* 1 dec (wellmax 2.0)  */
  /* line-height: 34px; */
  line-height: 35px;
  /* 1 dec (wellmax 2.0)  */
  color: var(--secondary-color);
  font-weight: 400;
  text-transform: uppercase;
  padding: 49px 0;
  /* margin: 0 15px; */
  margin: 0 17px;
  /* 1 dec (wellmax 2.0)  */
}

.header-menu .header-menu-inner ul li:hover a {
  color: var(--primary-color);
}

.header-menu .header-menu-inner ul li:hover .plus-icon path {
  fill: var(--primary-color);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}

.header-button .btn {
  max-width: 157px;
  min-width: 157px;
}

.nav-item {
  position: relative;
}

.header-menu .header-menu-inner .nav-item .submenu .nav-item {
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, var(--color-16288300) 0%, var(--secondary-color) 47.6%, var(--color-16288300) 100%);
}

.header-menu .header-menu-inner .nav-item .submenu .nav-item:last-child {
  border-bottom: none;
}

.header-menu .header-menu-inner .nav-item .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  min-width: 200px;
  list-style: none;
  display: none;
  z-index: 100;
  border-radius: 0 0 10px 10px;
}

.header-menu .header-menu-inner .nav-item .submenu li a {
  display: block;
  padding: 0.625rem;
  color: var(--primary-color);
  font-size: 0.875rem;
  line-height: 18px;
  text-decoration: none;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  /* 1 dec (wellmax 2.0)  */
}

.header-menu .header-menu-inner .nav-item .submenu li a:hover {
  color: var(--secondary-color);
}

.nav-item:hover .plus-icon {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.header-menu .header-menu-inner .nav-item.open>.submenu {
  display: block;
}

@media (min-width: 992px) {
  .dropdown_main .header-tabs .tab-content .card .collapse {
    display: block !important;
  }

  .dropdown_main .header-tabs .tab-content .card-header {
    display: none;
  }

  .navbar-expand-lg .navbar-nav {
    justify-content: center;
    display: flex;
    width: 100%;
  }

  .header-menu .header-menu-inner .nav-item:hover .submenu {
    display: block;
  }
}

/*toggele switch*/

.header-main button.navbar-toggler {
  padding: 0;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0;
}

.header-main button.navbar-toggler span.icon-bar:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}

.header-main button.navbar-toggler.collapsed span.icon-bar:nth-child(2) {
  visibility: visible;
  opacity: 1;
}

.header-main button.navbar-toggler span.icon-bar:nth-child(1) {
  top: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.header-main button.navbar-toggler.collapsed span.icon-bar:nth-child(1),
.header-main .header-inner .header-right button.navbar-toggler.collapsed span.icon-bar:nth-child(3) {
  top: 0;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  margin: 3px auto;
}

.header-main button.navbar-toggler span.icon-bar {
  margin: 0;
  background-color: var(--primary-color);
  border-radius: 2px;
  display: block;
  height: 3px;
  position: relative;
  width: 24px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header-main button.navbar-toggler span.icon-bar:nth-child(3) {
  top: -4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

/*dropdown*/

/*index css END*/


/* ===============================================
==================================================
               BANNER SECTION
==================================================
=============================================== */
.banner-sec .banner-slider-wrapper {
  display: flex;
  min-height: 911px;
}

.banner-slider-wrapper .banner-img-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.banner-slider-wrapper .banner-img-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, transparent 0%, var(--secondary-color) 100%);
  width: 100%;
  height: 100%;
}

.banner-slider-wrapper .banner-content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* padding: 290px 205px; */
  /* padding: 290px 247px; */
  padding: 290px 180px;
  /* 1 dec (wellmax 2.0)  */
  /* gap: 10px; */
  /* 1 dec (wellmax 2.0)  */
}

.banner-slider-wrapper .banner-content-wrapper .banner-slide-text {
  /* line-height: 84px; */
  /* line-height: 140%; */
  line-height: 1;
  /* 1 dec (wellmax 2.0)  */
}

.banner-btn-wrapper .banner-btn-our-work {
  padding: 21px 22px 21px;
}

@media (min-height: 750px) {
  .banner-sec .banner-slider-wrapper {
    height: 100vh;
    min-height: unset;
  }
}

@media (max-width: 1199.98px) and (max-height: 750px) {
  .banner-sec .banner-slider-wrapper {
    min-height: 800px;
  }
}

/* slider pagination */

.banner-slider .slick-dots {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.banner-slider .slick-dots li button {
  font-size: 0;
  width: 200px;
  height: 10px;
  background-color: var(--white);
  border: 1px solid var(--primary-color);
  transition: all 0.4s ease-in-out;
}

.banner-slider .slick-dots li.slick-active button {
  background-color: var(--primary-color);
}


/* ===============================================
==================================================
              ABOUT US SECTION
==================================================
=============================================== */
.about-us-sec {
  background-image: url("../images/about-us.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.about-wrapper {
  /* gap: 50px; */
  gap: 166px;
  /* 1 dec (wellmax 2.0)  */
}

.about-wrapper .about-left-wrapper {
  /* width: 607px; */
  width: 508px;
  /* 1 dec (wellmax 2.0)  */
}

.about-wrapper .about-left-wrapper .about-img-wrapper {
  /* padding-bottom: 30px; */
  padding-bottom: 0px;
  /* 1 dec (wellmax 2.0)  */
  margin-left: 55px;
  /* 1 dec (wellmax 2.0)  */
}

.about-wrapper .about-left-wrapper .about-img-wrapper .about-img1 {
  /* width: 445px; */
  width: 366px;
  /* 1 dec (wellmax 2.0)  */
  margin-left: auto;
  /* margin-right: 60px; */
  margin-right: 0;
  /* 1 dec (wellmax 2.0)  */
  /* margin-top: 100px; */
  margin-top: 83px;
  /* 1 dec (wellmax 2.0)  */
}

.about-wrapper .about-left-wrapper .about-img-wrapper .about-img2 {
  /* max-width: 285px; */
  max-width: 234px;
  /* 1 dec (wellmax 2.0)  */
  position: absolute;
  top: 0;
}

/* 1 dec (wellmax 2.0)  */
.about-points {
  gap: 13px;
}

.about-wrapper .about-left-wrapper .customer-satisfied-badge {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 1px solid var(--secondary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--white);
  padding: 15px;
}

.about-wrapper .about-left-wrapper .customer-satisfied-badge .cs-badge-content {
  padding: 20px;
  border: 2px dashed var(--primary-color);
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

.about-list {
  /* line-height: 32px; */
  gap: 20px;
}

.cs-badge-content .cs-badge-title {
  font-size: 44px;
  line-height: 44px;
}

.cs-badge-content .cs-badge-desc {
  font-size: 16px;
  line-height: 20px;
}

.about-wrapper .about-right-wrapper {
  /* width: calc((100% - 547px) - 50px); */
  width: calc((100% - 508px) - 166px);
  /* 1 dec (wellmax 2.0)  */
}

.about-details .about-points-wrapper {
  gap: 40px;
}

.about-profile-wrapper .member-info {
  border-right: 1px solid var(--color-C4C4C4);
  padding-right: 20px;
}

/* ===============================================
==================================================
            LATEST PROJECT SECTION
==================================================
=============================================== */
.latest-project-sec .slider-container {
  max-width: 1567px;
  margin: auto;
  /* padding: 0 30px; */
  position: relative;
}

.project-slider .project-card-wrapper {
  /* width: 547px; */
  width: 100%;
  border-radius: 13px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.project-card-wrapper img {
  border-radius: 13px;
}

.project-slider .project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transform: scalex(0.836); */
  min-height: 628px;
}

.project-slider .slick-center .project-card-wrapper {
  transform: scale(1);
  z-index: 10;
}

.project-slider .slick-list {
  border-radius: 13px;
}

.project-slider .slick-slide {
  height: 628px;
  display: flex;
  margin: 0 15px;
}

.project-slider .slick-center .project-img {
  transform: scaleY(1.0);
  opacity: 1;
  min-height: 411px;
  border-radius: 13px 13px 0 0;
  transition: all 0.4s ease-in-out;
  margin: 0;
}

.project-slider .project-content-wrapper {
  opacity: 0;
  visibility: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  /* padding: 45px 20px 37px; */
  padding: 40px 20px;
  /* 1 dec (wellmax 2.0)  */
  text-align: center;
  background: var(--white);
  border-radius: 0 0 13px 13px;
}

/* 1 dec (wellmax 2.0)  */
.project-title {
  margin-top: 5px;
}

.project-slider .slick-center .project-content-wrapper {
  opacity: 1;
  visibility: visible;
}

.project-slider.slick-slider .slick-prev.slick-arrow {
  left: -30px;
  z-index: 1;
}

.project-slider.slick-slider .slick-next.slick-arrow {
  right: -30px;
}

/* .project-sub-title {
  line-height: 61px;
} */

.project-slider .slick-arrow.slick-disabled {
  background-color: var(--color-8a93ca);
}

/* ===============================================
==================================================
                CORE VALUE SECTION
==================================================
=============================================== */

.core-value-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
  max-width: 1072px;
  margin: auto;
}

.core-value-wrapper::before {
  content: '';
  position: absolute;
  width: 1050px;
  height: 5px;
  top: 80px;
  background-color: var(--secondary-color);
  right: 0;
  left: 0;
  margin: auto;
}

.core-value-wrapper .core-value-card .cv-icon-wrapper {
  width: 155px;
  height: 155px;
  border-radius: 100%;
  border: 1px solid var(--secondary-color);
  background-color: var(--white);
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 4px 0 var(--black-shade25);
  z-index: 1;
}

.core-value-wrapper .core-value-card .cv-icon-wrapper .cv-inner-icon {
  padding: 20px;
  border: 2px dashed var(--primary-color);
  border-radius: 100%;
  width: 135px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cv-icon-wrapper .cv-inner-icon .cv-icon {
  max-width: 90px;
}

.core-value-text {
  /* line-height: 20px;
  font-size: 1.4375rem; */
  letter-spacing: 0.05em;
  /* 1 dec (wellmax 2.0)  */
}

/* ===============================================
==================================================
        ACCREDITATIONS & AWARDS SECTION
==================================================
=============================================== */

.accreditation-sec {
  overflow: hidden;
}

.accreditation-slider,
.awards-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 28px;
}

/* .accreditation-slider .slick-list,
.awards-slider .slick-list {
  margin: 0 -14px -20px;
} */

.accreditation-wrapper .accreditation-card,
.awards-wrapper .awards-card {
  background-color: var(--white);
  padding: 17px 25px;
  box-shadow: 0 4px 4px 0 var(--black-shade25);
  min-height: 186px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 14px 20px; */
}

/* .accreditation-wrapper .accreditation-card{
  margin: 0;
} */
.awards-main {
  /* padding-top: 50px; */
}

.accreditation-bg-img {
  position: absolute;
  bottom: -230px;
  right: -140px;
  z-index: 0;
}

/* ===============================================
==================================================
              TESTIMONIAL SECTION
==================================================
=============================================== */

.testimonial-slider .slick-track {
  display: flex !important;
}

.testimonial-slider .slick-slide {
  height: inherit !important;
  display: flex !important;
  box-shadow: 0px 7.53px 16.14px 0px var(--color-0000000D);
  border-radius: 10px;
  /* margin: 13px; */
  margin: 0 13px 13px 13px;
  /* 1 dec (wellmax 2.0)  */
}

.testimonial-slider .testimonial-card {
  background-color: var(--white);
  /* padding: 41px 32px 19px 32px; */
  padding: 41px 32px 32px 32px;
  /* 1 dec (wellmax 2.0)  */
  height: 100%;
}

/* .testimonial-card .tc-title {
  line-height: 21px;
} */

.testimonial-card .tc-subtitle {
  font-size: 12px;
  line-height: 140%;
  /* 1 dec (wellmax 2.0)  */
  text-transform: uppercase;
  /* 1 dec (wellmax 2.0)  */
}

.testimonial-card .testimonial-icon {
  position: absolute;
  right: 42px;
  top: 32px;
}

.testimonial-card .tc-desc {
  /* line-height: 28px; */
  /* display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
  font-style: italic;
}

.testimonial-slider .slick-list {
  margin: 0 -13px;
}

.testimonial-slider .slick-arrow.slick-disabled {
  background-color: var(--color-8a93ca);
}

/* ===============================================
==================================================
            PROJECT CASE STUDY SECTION
==================================================
=============================================== */
.case-study-sec {
  background: var(--desktop-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 1 dec (wellmax 2.0)  */
.case-study-desc {
  padding: 16px 0;
  border-left: 1px solid var(--white);
}

.case-study-wrapper {
  width: 802px;
}

span.case-study-line {
  position: absolute;
  content: "";
  background: var(--white);
  height: 103px;
  width: 2px;
  /* top: 7px; */
  top: 0;
  /* 1 dec (wellmax 2.0)  */
  left: 0;
}

.call-wrapper {
  width: 101px;
  height: 101px;
  background: var(--primary-color);
  border-radius: 50%;
}

/* ===============================================
==================================================
            EVENT SECTION
==================================================
=============================================== */
.event-sec {
  background-image: url("../images/event.png");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 24px;
}

.gallery-grid .gallery-image img {
  border-radius: 10px;
}

.gallery-grid .grid-child:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.gallery-grid .grid-child:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.gallery-grid .grid-child:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}

.gallery-grid .grid-child:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

.gallery-grid .grid-child:nth-child(5) {
  grid-column: 2;
  grid-row: 2 / span 2;
}

.gallery-grid .grid-child:nth-child(6) {
  grid-column: 3 / span 2;
  grid-row: 2;
}

.gallery-grid .grid-child:nth-child(7) {
  grid-column: 1;
  grid-row: 3;
}

.gallery-grid .grid-child:nth-child(8) {
  grid-column: 3;
  grid-row: 3;
}

.gallery-grid .view-more {
  grid-column: 4;
  grid-row: 3;
}



/*  EVENT SECTION POPUP START*/

.gallery-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  padding: 0 65px;
}

.gallery-popup img {
  max-width: 95%;
  max-height: 80%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.gallery-popup .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}

.gallery-popup .nav {
  position: absolute;
  top: 50%;
  cursor: pointer;
  user-select: none;
  padding: 5px;
  transform: translateY(-50%);
  background-color: var(--primary-color);
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-popup .nav:hover {
  background-color: var(--white);
}

.gallery-popup .nav svg path {
  transition: all 0.4s ease-in-out;
}

.gallery-popup .nav svg:hover path {
  stroke: var(--primary-color);
}

.gallery-popup .prev {
  left: 20px;
}

.gallery-popup .next {
  right: 20px;
}

.gallery-popup .close:hover {
  color: #ff6600;
}



/*  EVENT SECTION POPUP END*/

/* ===============================================
==================================================
            NEWS SECTION
==================================================
=============================================== */
.lates-news-sec .news-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 60px 30px; */
  gap: 30px 32px;
  /* 1 dec (wellmax 2.0)  */
}

.lates-news-sec .news-card-wrapper {
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--color-F2F2F2);
}

.lates-news-sec .news-card .news-img-wrapper {
  width: 100%;
  background: var(--color-F2F2F2);
  /* padding: 23px; */
  border-radius: 10px 10px 0 0;
}

.lates-news-sec .news-card .news-img-wrapper .news-image-link {
  /* padding: 23px 54px; */
}

.lates-news-sec .news-card .news-img-wrapper .news-image-link .news-img {
  min-height: 310px;
  max-height: 310px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.lates-news-sec .news-card .news-desc {
  /* padding: 30px 15px 12px; */
  padding: 30px 14px;
  /* 1 dec (wellmax 2.0)  */
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
  gap: 5px;
  /*1 dec (wellmax 2.0)  */
  background-color: var(--white);
  border-radius: 0 0 10px 10px;
}

.lates-news-sec .news-card .news-sub-desc,
.news-date {
  line-height: 24px;
}

.lates-news-sec .news-card .news-title {
  /* line-height: 28px; */
  /* min-height: 56px; */
  min-height: 47px;
  /* 1 dec (wellmax 2.0)  */
}

.lates-news-sec .news-card .news-title:hover,
.lates-news-sec .news-card .news-sub-desc:hover {
  color: var(--primary-color);
}

.lates-news-sec .news-card .news-slider .slick-list {
  margin: 0 -15px;
}


/* ===============================================
==================================================
            CONTACT SECTION
==================================================
=============================================== */
.contact-layout {
  gap: 30px;
}

.contact-title {
  line-height: 22px;
}

.contact-sub-title {
  line-height: 30px;
}

.contact-info-layout {
  border-bottom: 1px solid var(--color-E4E4E4);
  padding: 24px 0;
}

.contact-info-layout:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-info-layout:first-child {
  padding-top: 0;
}

.contact-form {
  width: 62%;
}

.contact-us-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 39%;
}

/* ===============================================
==================================================
            FOOTER SECTION
==================================================
=============================================== */
.footer {
  background-color: var(--color-0E121D);
  background-image: url('../images/footer.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-col1 {
  max-width: 338px;
}

.footer-col2 {
  min-width: 143px;
}

.footer-col3 {
  max-width: 280px;
}

.footer-social-icon {
  background: var(--primary-color);
  width: 46px;
  height: 46px;
  border-radius: 10px;
}

.footer-title {
  line-height: 24px;
}

.footer-title::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 2px;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
}

/* .footer-text {
  line-height: 28px;
} */

.footer-link-list {
  /* gap: 12px; */
  gap: 10px;
  /* 1 dec (wellmax 2.0)  */
  margin-top: 30px;
}

/* .footer-link-list .footer-link {
  line-height: 21px;
} */

.footer-link-list .footer-link:hover {
  color: var(--primary-color);
}

.footer-social {
  gap: 10px;
}

.footer-contact {
  margin-top: 30px;
}

.footer-contact-info:nth-child(2) {
  align-items: start !important;
}

.footer-contact-info:nth-child(2) img {
  margin-top: 6px;
}

.copywrite-sec {
  background: var(--primary-color);
  padding: 18px 0;
}

.copywrite_text {
  padding: 0 25px;
  /* line-height: 28px; */
}

.copywrite_text:first-child {
  padding-left: 0;
}

.copywrite_text:last-child::after {
  width: 0;
  height: 0;
}

.copywrite_text::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: var(--white);
  right: 0;
  bottom: 0;
}


/* ===============================================
==================================================
            OUR EXPERTISE PAGE
==================================================
=============================================== */
.common-page-details {
  padding: 70px 0;
}

.innerpage-banner {
  height: 445px;
  background: linear-gradient(360deg, var(--black-transparent) 0%, var(--color-000000e3) 88.94%, var(--black) 100%);
  padding: 248px 0 128px 0;
  overflow: hidden;
}

.inner-banner-img {
  z-index: -1;
  top: 0;
}

.expertise-right {
  /* height: 502px;
  width: 550px; */
  width: 438px;
  /* 1 dec (wellmax 2.0)  */
  height: 400px;
  /* 1 dec (wellmax 2.0)  */
  float: right;
  /* margin-left: 43px; */
  margin-left: 24px;
  /* 1 dec (wellmax 2.0)  */
  margin-bottom: 20px
}

.expertise-image {
  border-radius: 10px;
  box-shadow: 0px 0px 30.38px 0px var(--color-00000040);
}

.expertise-list-wrapper {
  /* gap: 50px; */
  gap: 60px;
  /* 1 dec (wellmax 2.0)  */
}

.expertise-content {
  padding-right: 30px;
}

.expertise-icon {
  margin-top: 13px;
}

.expertise-list-sec {
  background-image: url("../images/our-expertise/section-bg.png");
  background-size: 1200px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.single-expertise-wrapper {
  /* gap: 40px; */
  gap: 45px;
  /* 1 dec (wellmax 2.0)  */
}

.single-expertise {
  border-radius: 20px;
  /* padding: 44px 64px; */
  padding: 30px;
  /*1 dec (wellmax 2.0)  */
  box-shadow: 0px 3.93px 9.83px 0px var(--color-00000026);
  /* width: 77.3%; */
  width: 72%;
  /* 1 dec (wellmax 2.0)  */
  position: relative;
}

.single-expertise:nth-child(even) {
  align-self: flex-end;
  margin-right: 70px;
}

.single-expertise:nth-child(even):not(:last-child)::after {
  position: absolute;
  top: 0;
  content: "";
  background: url("../images/our-expertise/line2.png");
  background-repeat: no-repeat;
  height: 250px;
  width: 250px;
  top: 100%;
  right: 72px;
}

.single-expertise:nth-child(odd)::after {
  position: absolute;
  top: 0;
  content: "";
  background: url("../images/our-expertise/line1.png");
  background-repeat: no-repeat;
  height: 250px;
  width: 250px;
  top: 100%;
  left: 61px;
}

.expertise-core-value-sec {
  background: url("../images/our-expertise/expertise-bottom-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.expertise-core-value-sec-wrapper {
  width: 968px;
}

.expertise-listing {
  position: relative;
  padding-left: 15px;
}

.expertise-listing:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 2px;
  background: var(--white);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.expertise-core-list {
  border-left: 2px solid var(--white);
  padding-left: 22px;
}

.single-expertise-icon {
  /* min-width: 74px;
  width: 74px; */
  /* height: 74px; */
  min-width: 78px;
  /* 1 dec (wellmax 2.0)  */
  width: 78px;
  /* 1 dec (wellmax 2.0)  */
}

/* ===============================================
==================================================
            OUR CORE VALUE PAGE
==================================================
=============================================== */
.core-value {
  background: url("../images/core-value/core-value-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 1072px 1603px;
}

.single-core-value {
  /* padding: 18px 22px; */
  padding: 25px;
  /* 1 dec (wellmax 2.0)  */
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px var(--color-00000040);
  overflow: hidden;
}

.single-core-img {
  /* min-width: 481px;
  min-height: 415px;
  height: 415px; */
  min-width: 400px;
  /* 1 dec (wellmax 2.0)  */
  min-height: 270px;
  /* 1 dec (wellmax 2.0)  */
  height: 270px;
  /* 1 dec (wellmax 2.0)  */
}

.single-core-img img {

  border-radius: 9px;
}

.single-core-wrapper {
  /* gap: 60px; */
  gap: 21px;
  /* 1 dec (wellmax 2.0)  */
}

.core-value-icon {
  position: absolute;
  opacity: 0.1;
  /* width: 356px;
  height: 356px; */
  width: 224px;
  /* 1 dec (wellmax 2.0)  */
  height: 249px;
  /* 1 dec (wellmax 2.0)  */
  object-fit: contain;
}

.single-core-value:nth-child(odd) .core-value-icon {
  right: -20px;
  top: -20px;
}

.single-core-value:nth-child(even) .core-value-icon {
  left: -20px;
  bottom: -20px;
}

.core-value-list {
  gap: 30px;
}

.single-core-value:nth-child(even) .single-core-wrapper {
  flex-direction: row-reverse;
}

.core-list {
  /* max-height: 314px;
  overflow: hidden; */
  position: relative;
  padding-left: 35px;
  /* display: -webkit-box; */
  /* Needed for multi-line clamp */
  /* -webkit-box-orient: vertical;
  -webkit-line-clamp: 9; */
  list-style: disc;
}

.core-video-wrapper {
  position: relative;
  width: 100%;
  height: 472px;
  overflow: hidden;
  border-radius: 10px;
}

.core-video-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}

.core-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 106px;
  height: 106px;
}

/* ===============================================
==================================================
            OUR APPROCH PAGE
==================================================
=============================================== */
.our-approch-center-wrapper {
  box-shadow: 0px 4px 4px 0px var(--color-00000040);
  /* padding: 19px 56px; */
  padding: 30px 25px;
  border-radius: 10px;
}

.responsibility-image {
  max-height: 307px;
  border-radius: 10px;
}

.our-approch-sec {
  background: url("../images/our-approch/our-approch-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  /* background-size: 1372px 1603px; */
  background-size: 1255px 1303px;
  /* 1 dec (wellmax 2.0)  */
}

.approach-bottom-image {
  /* border-radius: 10px; */
  height: 766px;
  width: 896px;
}

.our-approch-video-wrapper {
  /* height: auto; */
  height: 414px;
  /* 1 dec (wellmax 2.0)  */
  width: 556px;
  box-shadow: 0px 0px 30.38px 0px var(--color-00000040);
}

.our-approch-video-wrapper .core-play-btn,
.career-details-video .core-play-btn {
  width: 75px;
  height: 75px;
}

.our-approch-img {
  float: right;
  /* padding-left: 38px; */
  padding-left: 25px;
  /*1 dec (wellmax 2.0)  */
}

/* ===============================================
==================================================
            OUR TEAM PAGE
==================================================
=============================================== */
.environment-sec {
  background: url("../images/our-team/team-bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  /* background-size: 1177px 1396px; */
  background-size: 800px 1217px;
  /* 1 dec (wellmax 2.0)  */
}

.team-sec {
  /* padding: 40px; */
  padding: 30px 25px;
  /* 1 dec (wellmax 2.0)  */
  box-shadow: 0px 4px 4px 0px var(--color-00000040);
  border-radius: 10px;
}

.team-details {
  color: var(--color-505050);
}

.team-layout {
  /* gap: 52px; */
  gap: 31px;
  /* 1 dec (wellmax 2.0)  */
}

.team-img-sec {
  /* width: 511px; */
  width: 544px;
  /* 1 dec (wellmax 2.0)  */
}

.team-img {
  /* height: 431px; */
  height: 250px;
  /* 1 dec (wellmax 2.0)  */
}

.team-img {
  box-shadow: 0px 0px 15px 0px var(--color-00000040);
  border-radius: 10px;
  object-position: top;
}

.team-img-sec-bottom {
  /* width: 600px;
  height: auto; */
  width: 544px;
  /* 1 dec (wellmax 2.0)  */
  height: 250px;
  /* 1 dec (wellmax 2.0)  */
}

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

/* ===============================================
==================================================
            OUR Accreditations PAGE
==================================================
=============================================== */
.accrenditations-logo-sec {
  background-image: url("../images/our-accreditations/accrenditations-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

/* ===============================================
==================================================
            CASE STUDY PAGE
==================================================
=============================================== */
.case-study-list-sec {
  background-image: url("../images/case-study/case-study-bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 908px;
}

.case-study-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 30px;
}

.single-case-study {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 10px 0px var(--color-00000040);
  background-color: var(--white);
}

.single-case-study .case-study-list-img {
  border-radius: 10px;
  height: 300px;
}

.case-study-list-desc {
  /* padding: 20px 1px; */
  padding: 23px 1px 34px;
  /* 1 dec (wellmax 2.0)  */
  background: var(--white);
}

.pagination {
  gap: 15px;
}

.pagination .page {
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-FE65004A);
  border-radius: 10px;
  color: var(--secondary-color);
  transition: all 0.3s ease;
}

.pagination .page:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.pagination .page.active {
  background-color: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
}

.page.next:hover svg path,
.page.prev:hover svg path {
  stroke: var(--white);
}

/* ===============================================
==================================================
            CAREER PAGE
==================================================
=============================================== */
.career-sec {
  background-image: url("../images/career/career-bg.jpg");
  background-color: var(--white);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* padding: 214px 0; */
  position: relative;
}

.career-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-ffffffcc);
}

.career-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
  position: relative;
  z-index: 1;
}

.career-card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 10px var(--color-00000026);
  /* padding: 24px 30px; */
  padding: 30px;
  /* 1 dec (wellmax 2.0)  */
}

.career-type {
  font-size: 16px;
  line-height: 28px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 3px 12px;
  border-radius: 5px;
}

.career-meta {
  gap: 32px;
}

.career-desc {
  line-height: 28px;
  flex: 1;
}

.career-btn {
  min-width: 150px;
  padding: 18px 10px;
}

.vacancies-img {
  height: 246px;
  border-radius: 10px;
  /* margin: 17px 0 15px 0; */
  margin: 10px 0 30px 0;
  /* 1 dec (wellmax 2.0)  */
}

/* ===============================================
==================================================
            CAREER DETAILS PAGE
==================================================
=============================================== */
.job-sec,
.case-study-detail-sec {
  background: url("../images/career/career-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.job-sec::after,
.case-study-detail-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-ffffffcc);
}

.quantity-left {
  /* padding: 33px 24px; */
  padding: 30px 24px;
  /* 1 dec (wellmax 2.0)  */
  box-shadow: 0px 4px 4px 0px var(--color-00000040);
  border-radius: 10px;
}

.quantity-wrapper {
  gap: 32px;
}

.quantity-img {
  height: 307px;
  border-radius: 10px;
  margin-bottom: 47px;
}

.quantity-right {
  width: 29.5%;
  background: var(--color-161D39);
  border-radius: 11px;
  /* padding: 32px 0; */
  padding: 40px 0 20px;
  /* 1 dec (wellmax 2.0)  */
  box-shadow: 0px 4px 4px 0px var(--color-00000040);
}

.quantity-header {
  /* padding: 0 30px 23px; */
  padding: 0 32px 10px;
  /* 1 dec (wellmax 2.0)  */
  border-bottom: 1px solid var(--color-FFFFFF33);
  /* margin-bottom: 8px; */
  margin-bottom: 20px;
  /* 1 dec (wellmax 2.0)  */
}

.quantity-body {
  /* margin: 0 33px; */
  margin: 0 32px;
  /* 1 dec (wellmax 2.0)  */
}

.single-quantity {
  /* padding: 20px 0; */
  padding: 10px 0;
  /* 1 dec (wellmax 2.0)  */
  margin: 10px 0;
  /* 1 dec (wellmax 2.0)  */
  border-bottom: 1px solid var(--color-FFFFFF33);
}

.single-quantity:last-child {
  border-bottom: none;
  /*1 dec (wellmax 2.0)  */
}

.job-desc {
  /* gap: 17px; */
  gap: 3px;
  /* 1 dec (wellmax 2.0)  */
}

.job-btn {
  margin-top: 54px;
}

/* .career-job-details {
  line-height: 30px;
} */

.career-job-details-hr {
  color: var(--color-E4E4E4);
  opacity: 1;
}

.career-job-title {
  color: var(--color-1F1F1F);
  /* margin-bottom: 24px; */
  margin-bottom: 10px;
  /* 1 dec (wellmax 2.0)  */
}

.quantity-details .expertise-icon {
  margin-top: 10px;
}

.quantity-details {
  /* gap: 24px; */
  gap: 10px;
  /* 1 dec (wellmax 2.0)  */
}

/* .career-job-desc {
  gap: 14px;
} */

.contact-bottom-sec {
  background-image: url("../images/career-detail/contact-bottom.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  scroll-margin-top: 136px;
}

/* .job-details-font {
  font-size: 18px;
} */

.career-details-video {
  height: 307px;
}

/* ===============================================
==================================================
            NEWS PAGE
==================================================
=============================================== */
.news-page-sec {
  background-image: url("../images/news/news-bg.png");
  background-repeat: no-repeat;
  background-size: 816px;
  background-position: right bottom;
}

.news-page-sec .nav-tabs .nav-link {
  min-width: 203px;
  /* font-size: 25px;
  line-height: 26px; */
  padding: 16px;
  border: 2px solid var(--secondary-color);
  border-radius: 10px;
  color: var(--secondary-color);
}

.news-page-sec .nav-tabs .nav-link.active,
.news-page-sec .nav-tabs .nav-link:hover {
  background: var(--primary-color);
  color: var(--white);
  border: 2px solid var(--primary-color);
}

.news-tab-list {
  border-bottom: 0;
}

.news-search {
  border: 1px solid var(--color-BFBFBF);
  border-radius: 10px;
  padding: 15px 41px;
  line-height: 28px;
}

.news-search-icon {
  right: 33px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.news-page-sec .lates-news-sec .news-slider {
  /* gap: 25px 30px; */
}

.news-page-sec .lates-news-sec .news-card-wrapper {
  margin: 0;
}

/* ===============================================
==================================================
            CONTACT PAGE
==================================================
=============================================== */
.iframe-sec,
.contact-box {
  width: 650px;
  height: 600px;
  box-shadow: 0px 0px 10px 0px var(--color-00000040);
  border-radius: 10px;
}

.contact-box {
  background: var(--white);
  /* padding: 79px 115px; */
  padding: 79px 123px;
  /* 1 dec (wellmax 2.0)  */
  margin-top: 86px;
  margin-left: -100px;
  height: auto;
  z-index: 0;
}

.head_office_sec {
  /* gap: 18px; */
  gap: 5px;
  /* 1 dec (wellmax 2.0)  */
}

.head_office_sec::after {
  position: absolute;
  content: "";
  width: 108px;
  height: 1.5px;
  background: var(--primary-color);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.contact-text {
  /* gap: 15px; */
  gap: 5px;
  /* 1 dec (wellmax 2.0)  */
  border-bottom: 1px solid var(--color-E4E4E4);
  /* padding: 15px 0; */
}

/* .contact-text:first-child {
  padding-top: 0;
} */

.contact-us {
  background: var(--white);
  box-shadow: 0px 4px 4px 0px var(--color-00000040);
  border-radius: 10px;
  gap: 40px;
  /* margin-top: 30px; */
}

.contact-page-img {
  border-radius: 10px 0 0 10px;
  width: 529px;
  box-shadow: 0px 0px 20px 0px var(--color-00000040);
  height: 587px;
  /* 1 dec (wellmax 2.0)  */
}

.contact-box {
  overflow: hidden;
}

.contact-box-img {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(6deg);
  transform: rotate(2deg);
  /* width: 272px; */
  width: 303px;
  /* 1 dec (wellmax 2.0)  */
  z-index: -1;
}

/* .contact-thankyou-text {
  line-height: 30px;
} */

.form-sec {
  padding-right: 22px;
}

.contact-page-form {
  gap: 18px;
}

.contact-row-layout {
  gap: 21px;
}

.contact-page-form .contact-form-input {
  padding: 12px 20px;
  font-size: 13px;
  background: var(--color-F8F8F8);
  border: 1px solid var(--color-E4E4E4);
  border-radius: 9px;
}

.contact-page-btn {
  font-size: 13px;
  border-radius: 9px;
  padding: 17px;
}

.contact-page-btn.btn-arrow svg {
  width: 10px;
  height: 11px;
}

.common-form-textarea {
  min-height: 115px;
}

.contact-text:last-child {
  border-bottom: 0;
}

/* ===============================================
==================================================
            Training Apprenticeships PAGE
==================================================
=============================================== */
.traning-sec {
  background: url('../images/training-apprenticeships/traning-bg.png');
  background-repeat: no-repeat;
  /* background-size: 1400px 1630px; */
  background-size: 1300px 1430px;
  /* 1 dec (wellmax 2.0)  */
  background-position: left bottom;
}

.traning-box {
  /* gap: 30px; */
  gap: 10px;
  /* 1 dec (wellmax 2.0)  */
  box-shadow: 0px 4px 4px 0px var(--color-00000040);
  /* padding: 29px; */
  padding: 30px 24px;
  /* 1 dec (wellmax 2.0)  */
  border-radius: 10px;
}

.training-image {
  height: 405px;
  border-radius: 10px;
}

.traning-bottom-img {
  height: 338px;
}

.traning-image-layout {
  gap: 75px;
  /* 1 dec (wellmax 2.0)  */
}

.traning-bottom-img img {
  border-radius: 10px;
}

/* ===============================================
==================================================
            Equipment PAGE
==================================================
=============================================== */
.equipment-sec {
  background: url('../images/equipment/equipment-bg.png');
  background-repeat: no-repeat;
  /* background-size: 1155px 1136px; */
  background-size: 1029px 955px;
  /* 1 dec (wellmax 2.0)  */
  background-position: left bottom;
}

.equipment-wrapper {
  gap: 10px;
}

.equipment-inner {
  background: var(--color-F7F7F7);
  border-radius: 10px;
  /* padding: 30px 24px; */
  padding: 30px 24px;
  /* 1 dec (wellmax 2.0)  */
  box-shadow: 0px 4px 4px 0px var(--color-00000040);
}

.equipment-img-sec {
  height: 405px;
}

.equipment-img {
  border-radius: 10px;
}

.equipment-img-list {
  gap: 20px;
}

/* .equipment-desc {
  margin-bottom: 40px;
} */

/* .equipment-text {
  line-height: 30px;
  font-size: 1.125rem;
} */

/* ===============================================
==================================================
            Integrated PAGE
==================================================
=============================================== */

.integrated-wrapper {
  background: var(--color-F7F7F7);
  border-radius: 10px;
  /* padding: 11px 28px; */
  padding: 30px 24px;
  /* 1 dec (wellmax 2.0)  */
  box-shadow: 0px 4px 4px 0px var(--color-00000040);
}

.integrated-img-layout {
  border-bottom: 1px solid var(--color-D5D5D5);
}

.environmental-logo-sec {
  border: 1px solid var(--color-3A3A3C);
  width: fit-content;
  margin: auto;
  padding: 6px;
}

.environmental-image-layout {
  border-bottom: 1px solid var(--color-D5D5D5);
  gap: 75px;
}

/* .environmental-bottom {
  margin-top: 88px;
} */

/* ===============================================
==================================================
            CHARITY & SPONSERSHIPS
==================================================
=============================================== */
.charity-event-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5em;
}

.charity-event-grid img:nth-child(3) {
  grid-row: span 3;
  grid-column: span 2;
}

.charity-event-grid img:nth-child(6) {
  grid-column: span 2;
}


/* FOR GRID QUOTES */
.charity-quotes-row .charity-quotes-col {
  border-left: 5px solid var(--primary-color);
  /* padding-left: 20px; */
  padding: 10px 18px;
  /*1 dec (wellmax 2.0)  */
  /* margin-top: 24px; */
  margin: 30px 0 0 0;
  /*1 dec (wellmax 2.0)  */
  position: relative;
}

.charity-quotes-row {
  gap: 30px;
  /*1 dec (wellmax 2.0)  */
}

.charity-quotes-row .charity-quotes-col:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: calc(100% + 30px);
  /* 1 dec (wellmax 2.0)  */
  left: 0;
  right: 0;
  border-top: 1px solid var(--color-E4E4E4);
}

.charity-quotes-row.border-0 .charity-quotes-col:before {
  border: 0;
}

.charity-gallery-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5em;
  border-top: 1px solid var(--color-D5D5D5);
}

.charity-gallery-grid img:nth-child(5) {
  grid-column: span 2;
}

/* FOR CHARITY TABS */
.charity-tabs button {
  background: transparent;
  border: 2px solid var(--primary-color);
  /* font-size: 24px; */
  text-transform: uppercase;
  color: var(--primary-color);
  /* font-weight: 600; */
  font-weight: 700;
  /* 1 dec (wellmax 2.0)  */
  padding: 15px 54px;
  /*1 dec (wellmax 2.0)  */
}

.charity-tabs {
  justify-content: center;
  /* gap: 15px; */
  gap: 30px;
  /* 1 dec (wellmax 2.0)  */
}

.charity-tabs li button.active,
.charity-tabs li button:hover {
  background: var(--primary-color) !important;
  color: var(--white);
}


/* FOR 3 GRID */

.charity-event-grid-3 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5em;
}

.charity-event-grid-3 img:nth-child(1) {
  grid-row: span 2;
}

.charity-event-grid-3 img:nth-child(2),
.charity-event-grid-3 img:nth-child(3) {
  grid-column: span 2;
}

.charity-event-certificate .charity-event-certificate-card {
  border: 1px solid var(--black);
  border-radius: 10px;
  padding: 10px;
}

/* post-nav-item-start*/

nav.navigation.post-navigation {
  margin-bottom: 50px;
}

.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.post-navigation .nav-links a {
  background-color: var(--primary-color);
  padding: 10px 30px 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}

.post-navigation .nav-links .nav-next a {
  padding: 10px 25px 10px 30px;
}

.post-navigation .nav-links a span {
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-navigation .nav-links a:hover {
  background-color: var(--secondary-color);
}

/* post-nav-item-end*/


/* ===============================================
==================================================
    CASE STUDY DETAIL PAGE BY PRITESH 10-11-25 
==================================================
=============================================== */

.case-study-detail-sec .case-study-detail-main {
  padding: 30px 24px;
  box-shadow: 0px 4px 4px 0px var(--color-00000040);
  border-radius: 10px;
}

.case-study-detail-sec .case-study-content h2 {
  color: var(--color-1F1F1F);
  font-size: 1.0625rem;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 30px;
}

.case-study-detail-sec .case-study-gallery-title {
  color: var(--color-1F1F1F);
  /* font-size: 2.8125rem;
  font-weight: 700; */
}

.case-study-detail-sec .case-study-content p {
  font-size: 1.0625rem;
  line-height: 140%;
  margin-bottom: 10px;
  color: var(--color-4D5765);
}

/* .case-study-detail-sec .case-study-content h2,
.case-study-detail-sec .case-study-gallery-title {
  font-size: 1.625rem;
  line-height: 36px;
  color: var(--color-1F1F1F);
  font-weight: 700;
  margin-bottom: 14px;
}

.case-study-detail-sec .case-study-content p {
  font-size: 1.125rem;
  line-height: 30px;
  color: var(--color-4D5765);
  font-weight: 400;
  margin: 16px 0;
} */

.case-study-detail-sec .case-study-content ul {
  margin: 16px 0 0;
  padding-left: 25px;
}

.case-study-detail-sec .case-study-content ul li {
  /* font-size: 1.125rem;
  line-height: 30px; */
  font-size: 1.0625rem;
  line-height: 140%;
  color: var(--color-4D5765);
  font-weight: 400;
}

.case-study-detail-wrapper {
  gap: 32px;
}

.case-study-detail-left {
  width: calc(850px + 24px);
  margin: 0 -12px;
}

.case-study-detail-gallery-wrapper .csd-gallery-slider-main {
  width: 100%;
}

.case-study-detail-gallery-wrapper .csd-gallery-slider-main .csd-gallery-slide-card {
  width: 100%;
  height: 480px;
  padding: 0 12px;
}

.case-study-detail-gallery-wrapper .csd-gallery-slider-main .csd-gallery-slide-card iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.case-study-detail-gallery-wrapper .csd-gallery-slider-nav {
  padding: 0 12px;
  margin-top: 24px;
}

.case-study-detail-gallery-wrapper .csd-gallery-slider-nav .csd-gallery-slide-nav-card {
  margin: 0 10px;
}

.case-study-detail-gallery-wrapper .csd-gallery-slider-nav .csd-gallery-slide-nav-card.slick-slide.slick-current .case-study-thumb {
  border: 4px solid var(--primary-color);
}

.case-study-detail-gallery-wrapper .csd-gallery-slider-nav .csd-gallery-slide-nav-card .case-study-thumb {
  max-height: 120px;
  min-height: 120px;
}

.case-study-detail-gallery-wrapper .csd-gallery-slider-nav .slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 7px;
  background-size: 16px;
  z-index: 1;
}

.case-study-detail-gallery-wrapper .csd-gallery-slider-nav .slick-next.slick-arrow {
  right: 10px;
}

.case-study-detail-gallery-wrapper .csd-gallery-slider-nav .slick-prev.slick-arrow {
  left: 10px;
}

.case-study-detail-right {
  width: calc((100% - 850px) - 32px);
  background: var(--color-161D39);
  border-radius: 11px;
  padding: 32px 0;
  box-shadow: 0px 4px 4px 0px var(--color-00000040);
}

.cs-project-detail-header {
  padding: 0 30px 23px;
  border-bottom: 1px solid var(--color-FFFFFF33);
  margin-bottom: 8px;
}

.cs-project-detail-body {
  margin: 0 33px;
}

.cs-project-detail-list {
  padding: 20px 0;
  border-bottom: 1px solid var(--color-FFFFFF33);
}

.cs-project-detail-list:nth-last-child(1) {
  border-bottom: 0;
  padding-bottom: 0;
}

/* .case-study-detail-sec .case-study-gallery-title {
  margin: 0 0 20px;
} */


/* ===============================================
==================================================
      NEWS-DETAIL SECTION BY PRITESH 10-11-25
==================================================
=============================================== */

.blog-detail-main .blog-detail-padding {
  padding: 80px 0 40px;
}

.blog-detail-main .blog-detail-wrapper {
  padding: 33px 24px;
  box-shadow: 0px 4px 4px 0px var(--color-00000040);
  border-radius: 10px;
  background-color: var(--color-F7F7F7);
}

.blog-detail-main .blog-detail-wrapper h1.entry-title {
  font-size: 3rem;
  line-height: 55px;
  font-weight: 600;
  color: var(--secondary-color);
}

.blog-detail-main .blog-detail-wrapper .entry-content h2 {
  font-size: 2.5rem;
  line-height: normal;
  color: var(--color-1F1F1F);
  font-weight: 400;
  margin: 28px 0;
}

.blog-detail-main .blog-detail-wrapper .entry-content h3 {
  font-size: 2rem;
  line-height: normal;
  color: var(--color-1F1F1F);
  font-weight: 400;
  margin: 22px 0;
}

.blog-detail-main .blog-detail-wrapper .entry-content p {
  font-size: 1.125rem;
  line-height: 26px;
  color: var(--color-4D5765);
  font-weight: 400;
  margin: 16px 0;
}

.case-study-detail-read-more-wrapper .read-about-wrapper .read-about-link,
.case-study-detail-read-more-wrapper .read-more-link,
.case-study-detail-read-more-wrapper .read-more-text {
  transition: all 0.4s ease-in-out;
  font-size: 1.125rem;
  line-height: 26px;
}

.case-study-detail-read-more-wrapper .read-about-wrapper .read-about-link:hover {
  color: var(--secondary-color)
}

.case-study-detail-read-more-wrapper .read-about-wrapper .read-about-img {
  max-width: 350px;
  max-height: 350px;
}

.case-study-detail-read-more-wrapper .read-more-link:hover {
  color: var(--primary-color);
}



/* PAGE NOT FOUND  */

.error-page-sec {
  padding: 150px 0 80px;
}

.error-page-sec .page-not-found-image {
  max-width: 412px;
}

/*about modal */
.about-feature-card {
  background: var(--color-F7F7F7);;
  border-radius: 10px;
  padding: 0 12px 6px;
  box-shadow: 0px 2px 4px 0px var(--color-00000040);
}
.about-feature-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 10px 0;
}
.about-content-gap{
  gap: 10px;
}
.about-content-modal{
  margin: 10px 0;
}
.about-feature-text {
  font-size: 14px;
  line-height: 140%;
  color: var(--color-4D5765);
  margin: 0;
}