@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Ubuntu:wght@300;400;500;700&display=swap');

/*
font-family: 'Roboto', sans-serif;
font-family: 'Ubuntu', sans-serif;
*/
:root {
  --color01: #385cb1;
  --color02: #369b24;
  --color03: #15b769;
  --shades01: #ffffff;
  --shades02: #000000;
  --shades03: #f7f7f7;
  --shades04: #e0e0e0;
  --shades05: #71747f;
  --colorSuccess: #22C55E;
  --colorDanger: #F43F5E;
  --colorInfo: #0EA5E9;
  --colorWaning: #F59E0B;
  --headerHeight: 80px;
}


/* ********|| SHORT CODE ||******** */
.th-color {
  color: var(--color01);
}

.th-color2 {
  color: var(--color02);
}

.bg-theme {
  background: var(--color01);
}

.bg-theme2 {
  background: var(--color02);
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

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

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

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

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

.max {
  max-width: 100%;
}

.grd {
  background: linear-gradient(to top, #eef3ff, transparent);
}

/* ********|| INITIALIZATION STARTS ||******** */
body,
html {
  width: 100%;
  line-height: 18px;
  margin: 0 auto !important;
  padding: 0 !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 14px;
  color: var(--shades02);
  background: var(--shades01);
  position: relative;
  z-index: 0;
}

*:focus {
  outline: none !important;
  outline-offset: none !important;
  outline-offset: 0 !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:focus {
  outline: none;
  text-decoration: none;
}

button {
  cursor: pointer;
  outline: none;
  border: 0;
}

input:focus,
label:focus {
  outline: none !important;
  outline-offset: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

/* ********|| INITIALIZATION ENDS ||******** */

/* ********|| PSEUDO ELEMENTS STARTS ||******** */
::selection {
  background-color: var(--shades01);
  color: var(--shades01)
}

::-moz-selection {
  background-color: var(--shades01);
  color: var(--shades01)
}

::-webkit-selection {
  background-color: var(--shades01);
  color: var(--shades01)
}

:-webkit-focus {
  outline: none !important;
}

:-moz-focus {
  outline: none !important;
}

:focus {
  outline: none !important;
}

select:-webkit-focusring {
  color: var(--shades01) !important;
  text-shadow: 0 0 0 var(--shades02);
}

select:-moz-focusring {
  color: var(--shades01) !important;
  text-shadow: 0 0 0 var(--shades02);
}

select:focusring {
  color: var(--shades01) !important;
  text-shadow: 0 0 0 var(--shades02);
}

::input-placeholder {
  color: var(--shades02);
}

::-moz-input-placeholder {
  color: var(--shades02);
}

::-webkit-input-placeholder {
  color: var(--shades02);
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*::-webkit-scrollbar-track{	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);box-shadow: inset 0 0 6px rgba(0,0,0,0.1);background-color: var(--textMedColor);}
::-webkit-scrollbar{width: 5px;height: 5px;background-color: var(--textMedColor);}
::-webkit-scrollbar-thumb{background-color: var(--secondaryColorAltLight);}*/
.dropdown-menu-wrap::-webkit-scrollbar-track {
  background-color: var(--shades01);
  border-radius: 30px;
}

.dropdown-menu-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 30px;
}

.dropdown-menu-wrap::-webkit-scrollbar-thumb {
  background-color: var(--color01);
  border-radius: 30px;
}

/* ********|| PSEUDO ELEMENTS ENDS ||******** */

/* ********|| ADJUSTMENT CLASSES STARTS ||******** */
*,
::after,
::before {
  box-sizing: border-box;
}

a,
button {
  color: var(--shades02);
  border: 0;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: var(--shades02);
}

p {
  margin: 0 0 10px;
}

hr {
  opacity: 0.1;
}

strong {
  font-weight: 600;
}

.form-row {
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.zoom {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
}

.zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zoom::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/zoom.svg) no-repeat center center rgba(25, 90, 211, 0.55);
  background-size: 30px;
  transform: scale(.5);
  opacity: 0;
  transition: all ease .3s;
}

.zoom:hover::before {
  transform: scale(1);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.zoom-video {
  position: relative;
  display: block;
}

.zoom-video::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/zoom-vid.svg) no-repeat center center rgb(25 90 211 / 52%);
  background-size: 50px;
  transform: scale(.5);
  opacity: 0;
  transition: all ease .3s;
}

.zoom-video:hover::before {
  transform: scale(1);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* /////////////////////////////////////////////////////////////// */
/*             			   	 	BOOTSTRAP FIX            			   				 */
/* /////////////////////////////////////////////////////////////// */
@media (min-width: 576px) {
  .container {
    max-width: none;
  }

  .modal-dialog {
    max-width: 700px;
  }

  .modal-sm {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1900px) {
  .container {
    max-width: 1540px;
  }
}

.modal-open {
  overflow: auto;
}

.modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.dropdown .dropdown-toggle {
  padding-right: 30px !important;
  position: relative;
}

.dropdown .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: absolute;
  margin: 0;
  vertical-align: unset;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: 0;
  color: var(--primaryColor);
  opacity: 1;
  margin-top: 0;
  transition: all 0.3s ease;
}

.dropdown .dropdown-toggle.show::after {
  transform: translateY(-50%) rotate(-180deg);
}

/* .dropdown .dropdown-menu{display:block;top: 100% !important;left: 50% !important;transform: translate(-50%,50px) !important;visibility: hidden;opacity:0;transition:0.3s ease all;}
.dropdown .dropdown-menu.show{display:block;transform: translate(-50%,0) !important;visibility: visible;opacity:1;transition:0.3s ease all;} */
.dropdown-menu .dropdown-item {
  display: flex;
  padding: 5px 15px;
  color: var(--secondaryColor);
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active {
  background: var(--primaryColor);
  color: #fff;
}

.mega-dropdown .mega-dropdown-menu.show {
  display: block;
  transform: translate(-50%, 0) !important;
  visibility: visible;
  opacity: 1;
  transition: .5s ease all;
}

.dropdown {
  width: 100%;
}

.dropdown .dropdown-toggle {
  height: 48px;
  padding: 0 20px;
  background-color: var(--shades01);
  border-radius: 6px;
  width: 100%;
  border: 1px solid var(--shades04);
  text-align: left;
}

.dropdown .dropdown-menu {
  border: 0;
  box-shadow: rgb(0 0 0 / 10%) 0 2px 10px;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  margin: 4px 0 0 !important;
  min-width: 250px;
}

.dropdown .dropdown-menu::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

.dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-radius: 10px;
}

.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: var(--color01);
  border-radius: 10px;
}

.dropdown .dropdown-menu-wrap {
  max-height: 220px;
  overflow: auto;
}

.dropdown .dropdown-item {
  color: var(--shades02);
  font-size: 13px;
  padding: 0 15px;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dropdown .dropdown-item:hover {
  background-color: var(--color01);
  color: var(--shades01);
}

.dropdown .dropdown-item+.dropdown-item {
  border-top: 1px solid var(--shades05);
}

.section-title {
  color: var(--shades02);
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.section-title span {
  position: relative;
  background-color: var(--shades01);
  padding: 0 10px;
}

.section-title span:before {
  position: absolute;
  content: '';
  width: calc(100% + 100px);
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color02);
  z-index: -1;
}

.more-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0;
}

.more-actions .btn-action {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--color01);
  color: var(--shades01);
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.more-actions .btn-action:hover {
  background-color: var(--color02);
}

.form-group {
  position: relative;
  margin: 0 0 20px;
}

.control-label {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 2px;
  color: var(--shades05);
}

.form-control {
  border-radius: 4px;
  box-shadow: none;
  color: var(--shades02);
  background: var(--shades03);
  min-width: 50px;
  min-height: 40px;
  width: 100%;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 14px;
  border: 1px solid var(--shades04);
}

.form-control:focus {
  border-color: var(--shades04);
  background: var(--shades03);
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: var(--shades05) !important;
}

.form-control:-moz-placeholder {
  color: var(--shades05) !important;
  opacity: 1 !important;
}

.form-control::-moz-placeholder {
  color: var(--shades05) !important;
  opacity: 1 !important;
}

.form-control:-ms-input-placeholder {
  color: var(--shades05) !important;
}

.form-control::-ms-input-placeholder {
  color: var(--shades05) !important;
}

textarea.form-control {
  resize: none;
  min-height: 100px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: var(--shades01);
  opacity: 1;
  cursor: not-allowed;
}

.custom-checkbox {
  position: relative;
  padding: 5px 0 5px 30px;
  margin: 3px 0;
  display: inline-block;
}

.custom-checkbox .custom-checkbox-input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
}

.custom-checkbox .custom-checkbox-label {
  position: relative;
  margin: 0;
  line-height: 18px;
  font-size: 14px
}

.custom-checkbox .custom-checkbox-label:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--shades01);
  border: 2px solid var(--shades04);
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  border-radius: 2px
}

.custom-checkbox .custom-checkbox-label:after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  width: 18px;
  height: 18px;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 14px;
  display: none;
  color: var(--color01);
  text-align: center
}

.custom-checkbox .custom-checkbox-input:checked~.custom-checkbox-label:after {
  display: block
}

.custom-checkbox .custom-checkbox-input:checked~.custom-checkbox-label:before {
  border-color: var(--color01)
}

.custom-radio {
  position: relative;
  padding-left: 24px;
  margin: 3px 0;
  display: inline-block
}

.custom-radio .custom-radio-input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
}

.custom-radio .custom-radio-label {
  position: relative;
  margin: 0;
  line-height: 18px;
  font-size: 14px
}

.custom-radio .custom-radio-label:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid var(--shades04);
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  border-radius: 50%
}

.custom-radio .custom-radio-label:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 7px;
  display: none;
  background-color: var(--color01);
  text-align: center;
  border-radius: 50%;
}

.custom-radio .custom-radio-input:checked~.custom-radio-label:after {
  display: block
}

.custom-radio .custom-radio-input:checked~.custom-radio-label:before {
  background: transparent;
  border-color: var(--color01)
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--color02);
  border-color: var(--color02);
}

.column-count-2 {
  column-count: 2;
  list-style: none;
}

/*////////////////////////////////////////////////////////////////*/
/*             		          	 HOME PAGE      	      				  	*/
/*////////////////////////////////////////////////////////////////*/

/*
font-family: 'Roboto', sans-serif;
font-family: 'Ubuntu', sans-serif;
*/

/* ********|| HEADER STARTS ||******** */
.sub-nav {
  background: var(--color02)
}

.sub-nav .sub-nav-left ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  padding: 12px 0
}

.sub-nav .sub-nav-left ul li {
  margin-right: 15px
}

.sub-nav .sub-nav-left ul li .sub-menu-item {
  color: #fff;
  font-size: 13px;
  font-weight: 500
}

.sub-nav .sub-nav-left ul li .fad {
  color: var(--shades01)
}

.sub-nav .sub-nav-right {
  display: flex;
  justify-content: flex-end
}

.sub-nav .sub-nav-right ul {
  list-style: none;
  margin-bottom: 0;
  padding: 10px 0
}

.sub-nav .sub-nav-right .social-link a {
  padding: 7px;
  margin: 0 5px;
  width: 22px;
  font-size: 10px;
  border-radius: 50px;
  height: 22px;
  background: #fff;
  display: inline-block;
  line-height: 1px;
  color: var(--color01)
}

.sub-nav .sub-nav-right .social-link a:hover {
  background: var(--color01);
  color: #fff
}

.main-nav {
  padding: 10px 0;
  background: var(--shades01);
}

.main-nav .navigation ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0
}

.main-nav .navigation ul li {
  margin: 0 24px;
  text-transform: uppercase;
  transition: all .3s ease;
  position: relative;
  font-weight: 600
}

.main-nav .navigation ul li .menu-item {
  color: var(--color02);
  transition: all .3s ease;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -.3px
}

.main-nav .navigation ul li:hover .menu-item {
  color: var(--color01)
}

.main-nav .navigation ul li.active a {
  color: var(--color01)
}

.main-nav {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99
}

.nav-fixed {
  background: #fff;
  padding: 20px 0;
  position: fixed;
  z-index: 999 !important;
  width: 100%;
  box-shadow: 0 2px 10px #000;
  top: 0
}

header .language {
  width: 80px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

header .language .dropdown-toggle {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: var(--textColor)
}

.dropdown .dropdown-toggle {
  padding-right: 24px !important;
  position: relative
}

header .navigation-menu {
  display: flex;
  align-items: center
}

header .brand-logo {
  width: 200px;
  display: flex;
}

header .brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

header {
  position: sticky;
  top: -42px;
  z-index: 9;
}

/* ********|| BANNER START ||******** */
.sec-banner {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.banner-image {
  height: 680px;
  width: 100%;
}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-image:before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background-color: var(--color01);
  top: 50%;
  left: -50%;
  transform: translateY(-50%) rotate(50deg);
}

.banner-image:after {
  content: '';
  position: absolute;
  background-color: var(--color02);
  width: 200px;
  height: 100%;
  right: -100px;
  bottom: -50%;
  transform: rotate(-40deg);
}

.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-banner .swiper {
  width: 100%;
  height: 100%;
}

.sec-banner .swiper-slide {
  width: 100% !important;
}

.sec-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
}

/* Banner Content */
.banner-content {
  position: relative;
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 680px;
}

.banner-content .banner-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--shades01);
  margin: 0 0 20px;
}

.banner-content .banner-text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  color: var(--shades01);
}

.banner-content .banner-action {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
}

.banner-content .banner-action .btn-action {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 48px;
  border-radius: 4px;
  background-color: transparent;
  color: var(--shades01);
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid var(--color02)
}

.banner-content .banner-action .btn-action:hover {
  background-color: var(--color02);
}

/* ********|| BANNER ENDS ||******** */

/* ********|| HIGHLIGHTS START ||******** */
.sec-industry {
  position: relative;
  background-color: var(--shades01);
  padding: 40px 0;
}

.sec-industry .section-title span {
  background: var(--shades01);
}

.industry-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: center;
}

.industry-list .industry-item {
  display: flex;
  width: 100%;
  max-width: calc(33.33% - 40px);
  margin: 20px;
}

.industry-list .item-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--shades01);
  box-shadow: rgb(0 0 0 / 10%) 0 2px 20px;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  min-height: 240px;
  gap: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.industry-list .item-icon {
  font-size: 40px;
  color: var(--color01);
}

.industry-list .item-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  color: var(--shades02);
}

.industry-list .item-text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  color: var(--shades05);
}

.industry-list .item-inner:hover {
  transform: scale(1.1);
}

/* ********|| HIGHLIGHTS ENDS ||******** */

/* ********|| PRODUCT START ||******** */
.sec-product {
  position: relative;
  background-color: var(--shades03);
  padding: 80px 0;
}

.sec-product.sec-product-page {
  position: relative;
  background-color: var(--shades03);
  padding: 40px 0;
}

.sec-product .section-title span {
  background: var(--shades03);
}

.product-options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 20px;
  gap: 10px;
}

.product-options .dropdown {
  max-width: 200px;
}

.product-options .dropdown .dropdown-toggle {
  border: 0;
  box-shadow: rgb(0 0 0 / 10%) 0 2px 20px;
}

.product-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.product-list .product-item {
  position: relative;
  padding: 10px 0;
  width: 100%;
  max-width: calc(50% - 20px);
  margin: 10px;
}

.product-list .product-inner {
  position: relative;
  background-color: var(--shades01);
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 10%) 0 2px 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.product-list .product-image {
  width: 200px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  position: relative;
}

.product-list .product-image .swiper-pagination-bullet-active {
  background-color: var(--color02);
}

.product-list .product-image .swiper-slide {
  display: flex;
}

.product-list .product-thumb {
  width: 100%;
  width: 150px;
  overflow: hidden;
}

.product-list .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-list .product-content {
  width: 100%;
  max-width: calc(100% - 370px);
  padding: 20px;
}

.product-list .product-image+.product-content {
  width: 100%;
  max-width: calc(100% - 420px);
  padding: 20px;
}

.product-list .product-type {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--shades05);
  padding: 0 0 0 16px;
  margin: 0 0 6px;
  position: relative;
}

.product-list .product-type::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--shades04);
  border-radius: 50%;
}

.product-list .product-type.online:before {
  background-color: var(--color01);
}

.product-list .product-type.offline:before {
  background-color: var(--color02);
}

.product-list .product-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.product-list .product-text {
  font-size: 15px;
  color: var(--shades05);
  line-height: 1.2;
}

.product-list .product-meta {
  display: flex;
  margin: 10px 0 0;
  gap: 40px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.product-list .product-meta.order-meta {
  margin: 20px 0 0;
  width: 100%;
  max-width: 400px;
  flex-wrap: wrap;
  background-color: var(--shades03);
  padding: 16px;
  gap: 10px;
}

.product-list .product-meta.order-meta+.product-meta.order-meta {
  margin: 0;
}

.product-list .product-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-list .product-meta.order-meta .meta-item {
  display: block;
  width: 100%;
  max-width: calc(50% - 10px);
}

.product-list .product-meta .meta-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--shades05);
}

.product-list .product-meta .meta-data {
  font-size: 13px;
  font-weight: 500;
  color: var(--shades02);
}

.product-list .product-meta .dropdown .dropdown-toggle {
  height: 30px;
  padding: 0 10px;
}

.product-list .product-meta .dropdown .dropdown-toggle.min-w-100 {
  width: 100px;
}

.product-list .product-meta .dropdown .dropdown-toggle::after {
  font-size: 12px;
  margin-top: 0;
}

.product-list .product-meta .dropdown .dropdown-menu {
  max-height: 100px;
  max-width: 100%;
  min-width: 0;
}

.product-list .product-meta .dropdown .dropdown-item {
  padding: 0 10px;
  height: 30px;
}

.product-list .product-meta .radio-group {
  position: relative;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 0;
}

.product-list .product-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  width: 140px;
  min-width: 180px;
  gap: 10px;
}

.product-list .product-action {
  width: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--shades04);
}

.product-list .product-details {
  position: relative;
  padding: 20px;
  border-top: 1px solid var(--shades04);
  display: none;
}

.product-list .product-descriptions {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--shades05);
}

.product-list .product-price {
  font-size: 16px;
  font-weight: 600;
}

.product-list .btn-action {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 32px;
  border-radius: 4px;
  background-color: var(--color02);
  color: var(--shades01);
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
}

.product-list .btn-action i {
  font-size: 14px;
}

.product-list .btn-action:hover {
  background-color: var(--color01);
}

.product-list .btn-action.alt {
  background-color: var(--colorDanger);
}

.product-list .btn-action.alt:hover {
  background-color: #E11D48;
}

.product-list .btn-details {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 30px;
  font-weight: 300;
  background-color: transparent;
  color: var(--color04);
  opacity: 0.25;
  transition: all 0.3s ease;
}

.product-list .btn-details:before {
  content: '\f078';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-list .product-item.active .btn-details {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* ********|| PRODUCT ENDS ||******** */

.industry-list .item-icon {
  width: 100px;
  height: 100px;
}

.industry-list .item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.swiper {
  overflow: hidden;
}

.swiper .product-list .product-item {
  position: relative;
  padding: 10px 0;
  width: 100%;
  max-width: calc(100% - 20px);
  margin: 10px;
}

.swiper .product-list .product-inner {
  flex-direction: column;
}

.swiper .product-list .product-thumb {
  width: 100%;
  height: 280px;
}

.swiper .product-list .product-content {
  max-width: calc(100% - 0px);
}

.swiper .product-cat {
  position: absolute;
  top: 300px;
  left: 20px;
  background: var(--color02);
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  color: var(--shades01);
}

.swiper .product-group {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.product-group {
  display: flex;
  justify-content: space-between;
/*   margin-top: 50px; */
}

.product-item2 {
	position: relative;
    padding: 10px 0;
    width: 100% !important;
    margin: 10px;
}

.product-inner2 {
	display: block !important;
}

.product-thumb2 {
	width: 100% !important;
    height: 280px !important;
}

.product-content2 {
	width: 100%;
    padding: 20px;
}

.productSwiper .swiper-pagination-bullets,
.productSwiper .swiper-pagination-custom,
.productSwiper .swiper-pagination-fraction {
  bottom: 140px;
}

.swiper-pagination-bullet-active {
  background-color: var(--color01);
}

.swiper-pagination-bullets {
  z-index: 5;
}

.productsSwiper .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px !important;
}

.subCategorySwiper .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px !important;
}

.industry-list .item-text,
.sec-team .team-itm .desc,
.blog-listing .blog .blog-text,
.industry-list .item-text {
  text-align: justify;
}

/* ********|| CALL TO ACTION START ||******** */
.sec-call-to-action {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.sec-call-to-action .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.call-to-action-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.call-to-action-image:before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background-color: var(--color01);
  top: 0;
  left: 0;
  opacity: 0.9;
}

.call-to-action-image:after {
  content: '';
  position: absolute;
  background-color: var(--color02);
  width: 200px;
  height: 200%;
  left: 0px;
  bottom: -150%;
  transform: rotate(40deg);
}

.call-to-action-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.call-to-action-content {
  width: 100%;
  max-width: 460px;
  margin-right: 60px;
}

.call-to-action-content .call-to-action-title {
  font-size: 36px;
  color: var(--shades01);
  margin: 0 0 20px;
  font-weight: 600;
}

.call-to-action-content .call-to-action-text {
  font-size: 16px;
  line-height: 1.4;
  color: var(--shades01);
}

.call-to-action-text {
  font-size: 16px;
  line-height: 1.4;
  color: var(--shades01);
}

.call-to-action-actions {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 720px;
  gap: 40px;
}

.call-to-action-actions .btn-action {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 48px;
  border-radius: 4px;
  background-color: transparent;
  color: var(--shades01);
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid var(--color02);
}

.call-to-action-actions .btn-action:hover {
  background-color: var(--color02);
}

.call-to-action-actions .form-content {
  width: 100%;
  max-width: 310px;
  min-width: 310px;
}

.call-to-action-actions .form-content .form-control.flatpickr-input {
  height: 0;
  opacity: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  visibility: hidden;
}

.call-to-action-actions .form-content .form-group {
  margin: 0;
}

.call-to-action-actions .event-container {
  width: 100%;
  max-width: calc(100% - 370px);
  padding-right: 10px;
  overflow: auto;
  max-height: 300px;
}

.call-to-action-actions .event-container::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

.call-to-action-actions .event-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-radius: 10px;
}

.call-to-action-actions .event-container::-webkit-scrollbar-thumb {
  background-color: var(--color02);
  border-radius: 10px;
}

.call-to-action-actions .event-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.call-to-action-actions .event-list .event-item {
  display: flex;
  gap: 20px;
  background-color: var(--shades01);
  border-radius: 6px;
  padding: 10px 20px;
  box-shadow: rgb(0 0 0 / 20%) 0 2px 10px;
}

.call-to-action-actions .event-list .event-date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: var(--color02);
  border-radius: 50%;
  line-height: 1;
  color: var(--shades01);
  font-size: 10px;
  text-transform: uppercase;
}

.call-to-action-actions .event-list .event-date span {
  font-size: 16px;
  font-weight: 600;
}

.call-to-action-actions .event-list .event-content {
  width: 100%;
  max-width: calc(100% - 60px);
}

.call-to-action-actions .event-list .event-title {
  font-size: 15px;
  font-weight: 600;
}

.call-to-action-actions .event-list .event-text {
  font-size: 12px;
  font-weight: 300;
  color: var(--shades05);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flatpickr-calendar {
  width: 310px;
}

/* ********|| CALL TO ACTION ENDS ||******** */

/* ********|| BLOG LIST START ||******** */
.sec-blog {
  position: relative;
  background-color: var(--shades01);
  padding: 80px 0;
}

.sec-blog .section-title span {
  background: var(--shades01);
}

.blog-listing {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-listing .blog {
  width: 33.33%;
  max-width: calc(33.33% - 30px);
  margin: 0 15px;
  display: flex;
}

.blog-listing .blog .blog-link {
  display: flex;
  flex-direction: column;
  background-color: var(--shades01);
  margin: 0 0 30px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 6%) 0 2px 16px;
}

.blog-listing .blog .blog-image {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.blog-listing .blog .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-listing .blog .blog-date-wrap {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--color02) 50%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 12px;
}

.blog-listing .blog .blog-date-wrap .blog-date {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--shades01);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -0.5px;
  font-size: 14px;
  z-index: 0;
}

.blog-listing .blog .blog-date-wrap .blog-date:before {
  content: '';
  position: absolute;
  background-color: var(--color02);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.blog-listing .blog .blog-date-wrap .blog-date span {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}

.blog-listing .blog .blog-link:hover .blog-date-wrap .blog-date:before {
  transform: rotate(90deg);
}

.blog-listing .blog .blog-content {
  padding: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
  margin: -60px auto 20px;
  position: relative;
  z-index: 1;
  background-color: var(--shades01);
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  height: calc(100% - 280px)
}

.blog-listing .blog .blog-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: var(--shades02);
  margin: 0;
}

.blog-listing .blog .blog-text {
  margin: 20px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: var(--shades05);
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 72px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.blog-listing .blog .blog-more {
  margin: auto 0 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  padding-right: 24px;
  max-width: 100px;
  transition: all 0.3s ease;
}

.blog-listing .blog .blog-more:before {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.blog-listing .blog .blog-link:hover .blog-more {
  color: var(--color01);
}

.blog-listing .blog .blog-link:hover .blog-more:before {
  border-left-color: var(--color01);
  right: 0px;
}

.blog-details {
  position: relative;
}

.blog-details .blog-image {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
}

.blog-details .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details .blog-date-wrap {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: var(--color02);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 12px;
  border-radius: 10px;
  margin: -80px 0 20px;
}

.blog-details .blog-date-wrap .blog-date {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--shades01);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -0.5px;
  font-size: 14px;
  z-index: 0;
}

.blog-details .blog-date-wrap .blog-date span {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}

.blog-details .blog-content {
  padding: 40px;
  background-color: var(--shades01);
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 10%) 0 -4px 20px;
  position: relative;
  margin: -80px 0 0;
}

.blog-details .blog-title {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.blog-details .blog-meta {
  display: flex;
  margin: 10px 0;
  gap: 20px;
}

.blog-details .blog-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.blog-details .blog-meta .meta-label {
  font-size: 13px;
  font-weight: 400;
  color: var(--shades05);
}

.blog-details .blog-meta .meta-data {
  font-size: 13px;
  font-weight: 500;
  color: var(--shades02);
}

.blog-details .blog-description {
  font-size: 16px;
  line-height: 1.5;
  color: var(--shades05);
  font-weight: 300;
  margin: 20px 0;
}

.blog-details .blog-description ul>li {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.blog-details .blog-description ul>li+li {
  margin: 10px 0 0;
}

.blog-details .blog-description blockquote {
  position: relative;
  padding: 20px 40px;
  border-left: 10px solid var(--color01);
  margin: 40px 0;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: var(--shades02);
  z-index: 0;
}

.blog-details .blog-description blockquote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color02);
  opacity: 0.2;
}

/* ********|| BLOG LIST ENDS ||******** */


/* ********|| FOOTER STARTS ||******** */
footer {
  position: relative;
  background-color: var(--shades01);
  padding: 0 0 40px;
}

footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

footer .footer-middle {
  padding: 20px 0;
  border: solid var(--shades05);
  border-width: 1px 0;
}

footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

footer .brand {
  height: 66px;
  width: 200px;
  position: relative;
}

footer .brand .logo {
  display: block;
  width: 100%;
  height: 100%;
  /*filter: invert(1) brightness(20) grayscale(1);*/
}

footer .brand .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center left;
}

footer .footer-content {
  position: relative;
  margin: 0 0 40px;
}

footer .footer-content .footer-title {
  font-size: 16px;
  color: var(--shades02);
  margin: 0;
  line-height: 1.5;
  font-weight: 700;
  padding: 0;
  height: auto;
  background-color: transparent;
  cursor: text;
}

footer .footer-content .footer-link {
  padding-left: 0;
  list-style: none;
  margin: 20px 0 0;
}

footer .footer-content .footer-link>li {
  position: relative;
  width: 100%;
}

footer .footer-content .footer-link>li .link {
  font-size: 16px;
  color: var(--shades02);
  line-height: 1;
  padding: 8px 0;
  font-weight: 300;
  display: inline-flex;
}

footer .footer-content .footer-link>li .link.link-hidden {
  display: none;
}

footer .footer-content .footer-link>li .link:hover {
  transform: translateX(10px);
}

footer .copyright {
  font-size: 14px;
  color: var(--shades02);
  font-weight: 300;
}

footer .copyright span {
  font-weight: 600;
  color: var(--shades02);
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid var(--shades02);
}

/* ********|| FOOTER ENDS ||******** */

/* ********|| CLIENT STARTS ||******** */
.client-section {
  padding: 70px 0;
  background: var(--color01);
  position: relative;
  overflow: hidden;
}

.client-section .client-content {
  color: var(--shades01);
}

.client-section .client-content .title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
}

.client-section .client-content .des {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 20px;
}

.client-section .client-slider {
  overflow: hidden;
}

.client-section .client-slider .swiper {
  padding-bottom: 50px;
}

.client-section .client-slider .client-logo {}

.client-section .client-slider .client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.client-section .client-slider .swiper-pagination-bullet {
  background: var(--shades01);
}

.client-section .client-slider .swiper-pagination-bullet-active {
  background: var(--shades01);
  opacity: 1;
  width: 10px;
  height: 10px;
}

.client-section .swiper-container-horizontal>.swiper-pagination-bullets,
.client-section .swiper-pagination-custom,
.client-section .swiper-pagination-fraction {
  bottom: 40px;
}

/* ********|| CLIENT ENDS ||******** */
/* ********|| TEAM STARTS ||******** */
.sec-team {
  position: relative;
  background-color: var(--shades03);
  padding: 80px 0;
}

.sec-team .team-itm {
  background: var(--shades01);
  padding: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: center;
}

.sec-team .team-itm .img-container {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 10px;
}

.sec-team .team-itm .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-team .team-itm .title {
  font-size: 18px;
  margin-bottom: 10px;
}

.sec-team .team-itm .sub-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.btn-apply {
  background: var(--color02);
  padding: 8px 16px;
  border-radius: 6px;
  color: var(--shades01);
  font-size: 16px;
  line-height: 1.4;
}

/* ********|| TEAM ENDS ||******** */

/* ********|| DEFAULT TEMPLATE STARTS ||******** */
.sec-default {
  position: relative;
  padding: 80px 0;
  background-color: var(--shades03);
}

.sec-default .section-title span {
  background-color: var(--shades03);
}

.default-content {
  position: relative;
  padding: 30px 0;
}

.default-content .default-title {
  font-size: 20px;
  font-weight: 600;
}

.default-content .default-text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--shades05);
  font-weight: 300;
}

.default-content .default-text ul {
  margin: 0 0 20px;
}

.default-content .default-text a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: var(--shades05);
  line-height: 1.5;
  display: inline-flex;
}

.default-content .default-text a:hover {
  color: var(--color02);
}

.default-content .default-text a.link {
  font-size: 16px;
  font-weight: 500;
  color: var(--color01);
}

.default-content .default-image {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 20px;
}

.default-content .default-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ********|| DEFAULT TEMPLATE ENDS ||******** */

/* ********|| CONTACT STARTS ||******** */
.sec-contact {
  position: relative;
  padding: 80px 0;
  background-color: var(--shades03);
}

.contact-content {
  position: relative;
  padding: 40px 0;
}

.contact-content .contact-title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  letter-spacing: -1px;
}

.contact-content .contact-text {
  margin: 20px 0 0;
  font-weight: 300;
  line-height: 1.4;
  font-size: 18px;
  max-width: 80%;
  color: var(--shades05);
}

.contact-content .contacts {
  position: relative;
  margin: 40px 0 0;
}

.contact-content .contacts .item {
  display: flex;
  align-items: center;
}

.contact-content .contacts .item+.item {
  margin-top: 16px;
}

.contact-content .contacts .item .item-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 8px;
  background-color: var(--shades01);
  box-shadow: rgb(0 0 0 / 10%) 0 2px 10px;
  color: var(--color01);
  margin-right: 20px;
  transition: all 0.3s ease;
}

.contact-content .contacts .item .item-title {
  font-size: 18px;
  font-weight: 300;
  color: var(--shades05);
}

.contact-content .contacts .item .item-title>a {
  font-size: 18px;
  font-weight: 300;
  color: var(--shades05);
  display: inline-flex;
  margin: auto 0;
}

.contact-content .contacts .item:hover .item-icon {
  color: var(--color02);
}

.contact-content .contacts .item:hover .item-title>a {
  color: var(--color02);
}

.contact-content .social {
  position: relative;
  margin: 40px 0 0;
}

.contact-content .social .social-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-content .social .social-list {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}

.contact-content .social .social-list .social-link {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--color01);
  padding: 5px 0;
}

.contact-content .social .social-list .social-link:hover {
  color: var(--color02);
}

.contact-content .social .social-list .social-link+.social-link {
  margin-left: 10px;
}

.contact-content.alt {
  position: relative;
  width: 100%;
  max-width: 480px;
  background-color: var(--shades01);
  padding: 40px;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 10%) 0 2px 20px;
  margin-left: auto;
  top: 70px;
}

.contact-content.career-form {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: var(--shades01);
  padding: 40px;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 10%) 0 2px 20px;
  margin-left: auto;
  top: unset;
}

.contact-content.alt .contact-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
}

.contact-content.alt .contact-text {
  font-size: 16px;
  font-weight: 300;
  color: var(--shades05);
  text-align: center;
  max-width: 100%;
}

.contact-content.alt .form-content {
  position: relative;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border: solid var(--shades04);
  border-width: 1px 0 0;
}

.contact-content.alt .btn-action {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--color01);
  color: var(--shades01);
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border: none;
}

.contact-content.alt .btn-action:hover {
  background-color: var(--color02);
}

/* ********|| CONTACT ENDS ||******** */


/* ********|| START INNER BANNER ||******** */
.inner-banner {
  padding: 200px 0 20px;
  z-index: 1;
}

.inner-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color01);
  z-index: -1;
  opacity: .9;
}

.bg-cover {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-ev-date {
  width: 60px;
  height: 60px;
  background-color: var(--color02);
  border-radius: 50%;
  line-height: 1;
  color: var(--shades01);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 30px;
  left: 25px;
}

.page-ev-date span {
  font-size: 16px;
  font-weight: 600;
}

.about-scroll {
  width: 100%;
  height: 350px;
  overflow: auto;
  padding-right: 15px;
}

.about-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.about-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.about-scroll::-webkit-scrollbar-thumb {
  background-color: #359924;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* ********|| END INNER BANNER ||******** */

.sec-licenses {
  position: relative;
  background-color: var(--shades01);
  padding: 80px 0;
}

.sec-licenses .section-title span {
  background: var(--shades01);
}

.license-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.license-list .license-item {
  position: relative;
  padding: 10px 0;
  width: 100%;
  max-width: calc(100% - 20px);
  margin: 10px;
}

.license-list .license-inner {
  position: relative;
  background-color: var(--shades01);
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 10%) 0 2px 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border: 1px solid #dadada;
}

.sec-licenses .license-group {
  width: 100%;
  margin-top: 20px;
}

.license-list .license-image {
  width: 200px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  position: relative;
}

.license-list .license-image .swiper-pagination-bullet-active {
  background-color: var(--color02);
}

.license-list .license-image .swiper-slide {
  display: flex;
}

.license-list .license-thumb {
  width: 100%;
  height: 300px;
  overflow: hidden;
  padding: 10px;
}

.license-list .license-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.license-list .license-content {
  width: 100%;
  max-width: 100%;
  padding: 20px;
}

.license-list .license-image+.license-content {
  width: 100%;
  max-width: calc(100% - 420px);
  padding: 20px;
}

.license-list .license-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.license-list .license-text {
  font-size: 15px;
  color: var(--shades05);
  line-height: 1.2;
}

.license-list .license-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  width: 140px;
  min-width: 180px;
  gap: 10px;
}

.license-list .license-action {
  width: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--shades04);
}

.license-list .license-details {
  position: relative;
  padding: 20px;
  border-top: 1px solid var(--shades04);
  display: none;
}

.license-list .license-descriptions {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--shades05);
}

.sec-licenses .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 60px;
}

.scroll-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}

.career-item,
.service-item,
.events-item {
  border: 1px solid var(--bs-border-color);
}

.web-link {
  color: var(--color01);
}

.navbar-brand {
  width: 200px;
  height: 60px;
}

.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zindex1 {
  z-index: 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--color02);
  transition: all .3s ease;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -.3px;
  padding: 14px 24px;
  border: none;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--color01);
}

.navbar-toggler,
.navbar-toggler:focus {
  box-shadow: none;
}

.modal-form .title {
  font-size: 22px;
  margin-bottom: 15px;
  display: block;
  color: var(--color01);
  font-weight: 600;
}

.enquiryModal .btn-close-action {
  position: absolute;
  right: -10px;
  background: var(--colorDanger);
  color: var(--shades01);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -12px;
}

.enquiryModal .btn-submit {
  background: var(--color01);
  color: var(--shades01);
  width: 150px;
  padding: 10px;
  margin: 0 auto;
  display: block;
  border-radius: 6px;
  font-size: 16px;
}

.enquiryModal .modal-body {
  padding: 30px;
}

.latest-news-section {
  background: var(--color01);
  padding: 5px 0;
}

.latest-news-section .title {
  font-size: 30px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.3px;
  color: var(--shades01);
}

.latest-news-section .text-part {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--shades01);
}

/* ********|| RESPONSIVE STARTS ||******** */

@media screen and (max-width: 1560px) {
  .sec-banner {
    height: 620px;
  }
}

@media screen and (max-width: 1440px) {
  .sec-banner {
    height: 680px;
  }
}

@media screen and (max-width: 1366px) {
  .sec-banner {
    height: 620px;
  }

  .call-to-action-image:after {
    left: -320px;
  }

  .profile-form .radio-group {
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 30px;
  }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1200px) {}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1024px) {
  .banner-image:before {
    width: 160%;
    height: 160%;
    left: -90%;
    transform: translateY(-50%) rotate(60deg);
  }

  .banner-image:after {
    right: -120px;
    bottom: -60%;
    transform: rotate(-30deg);
  }

  .banner-content {
    max-width: 360px;
  }

  .banner-content .banner-title {
    font-size: 32px;
  }

  .banner-content .banner-text {
    font-size: 16px;
  }

  .sec-call-to-action .container {
    flex-wrap: wrap;
  }

  .call-to-action-content {
    margin: 0 0 40px;
  }

  .call-to-action-image:after {
    left: 0;
  }

  .blog-listing .blog .blog-image {
    height: 240px;
  }

  .blog-listing .blog .blog-content {
    height: calc(100% - 200px);
    max-width: calc(100% - 20px);
    padding: 20px 16px;
    margin: -40px auto 0;
  }

  .blog-listing .blog .blog-title {
    font-size: 16px;
  }

  .blog-listing .blog .blog-text {
    margin: 12px 0;
  }

  .blog-details .blog-image {
    height: 400px;
  }

  .blog-details .blog-title {
    font-size: 24px;
  }

  .contact-content.alt .contact-title,
  .contact-content .contact-title {
    font-size: 24px;
  }

  .cart-page .product-list .product-option {
    width: 120px;
    min-width: 120px;
  }

  .cart-page .product-list .product-image+.product-content {
    max-width: calc(100% - 360px);
  }

  .cart-page .product-list .product-meta .meta-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-page .product-list .product-meta .radio-group {
    margin-left: 0 !important;
  }

  .authentication-image:before {
    width: 150%;
    height: 150%;
    left: -100%;
  }

  .authentication-image:after {
    right: -140px;
    bottom: -60%;
  }
}

@media screen and (max-width: 990px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px;
  }

  .column-count-2 {
    column-count: 1;
  }

  .banner-content {
    max-width: 320px;
  }

  .banner-image:before {
    left: -100%;
  }

  .banner-image:after {
    right: -160px;
  }

  .sec-highlights {
    padding: 0 0 40px;
  }

  .highlight-list {
    margin: 0 -10px;
  }

  .highlight-list .highlight-item {
    max-width: calc(33.33% - 20px);
    margin: 10px;
  }

  .blog-listing .blog {
    width: 50%;
    max-width: calc(50% - 30px);
  }

  .product-list .product-meta .meta-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-list .product-meta .radio-group {
    margin-left: 0 !important;
  }

  .gallery {
    gap: 20px;
  }

  .gallery-container {
    flex-wrap: wrap;
  }

  .gallery-main {
    width: 100%;
    height: 500px;
    background-color: var(--shades02);
  }

  .gallery-main img {
    object-fit: contain;
  }

  .gallery-details {
    width: 100%;
  }

  .contact-content {
    padding: 20px 0;
  }

  .contact-content.alt {
    padding: 20px;
  }

  .contact-content .contact-text {
    font-size: 16px;
    max-width: 100%;
  }

  .authentication-content {
    margin: auto;
  }

  .authentication-image:before {
    width: 150%;
    height: 150%;
    top: 60%;
    left: -120%;
    transform: translateY(-50%) rotate(60deg);
  }

  .authentication-image:after {
    right: -220px;
    bottom: -70%;
    transform: rotate(-30deg);
  }
}

@media screen and (max-width: 767px) {
  .sub-nav .sub-nav-left ul {
    padding-bottom: 6px;
  }

  .sub-nav .sub-nav-left ul,
  .sub-nav .sub-nav-right {
    justify-content: center;
  }

  .order-md-1 {
    order: 2;
  }

  .order-md-0 {
    order: 1;
  }
}

@media screen and (max-width: 480px) {
  .section-title {
    font-size: 24px;
    letter-spacing: 1px;
  }

  header {
    position: sticky;
    top: 0;
  }

  header .brand {
    height: 60px;
  }

  header .header-options {
    gap: 4px;
  }

  header .header-options .btn-options {
    font-size: 0;
    gap: 0;
    padding: 0;
  }

  header .header-options .btn-options i {
    font-size: 14px;
  }

  header .header-options .btn-menu-toggle,
  header .header-options .cart .btn-cart,
  header .header-options .btn-options {
    width: 30px;
    height: 30px;
  }

  header .header-options .cart .btn-cart span {
    top: -6px;
    right: -4px;
  }

  header .userdropdown .user-name {
    display: none;
  }

  header .header-options .cart .cart-dropdown {
    width: 100%;
    max-width: calc(100% - 30px);
    position: fixed;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    border: 0;
    border-top: 1px solid var(--shades04);
    box-shadow: rgb(0 0 0 / 25%) 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }

  header .header-options .cart.active .cart-dropdown {
    top: var(--headerHeight);
  }

  header .header-options .cart .cart-dropdown-wrap {
    overflow: auto;
    max-height: none;
    height: 300px;
  }

  .navigation {
    max-width: 320px;
  }

  .banner-image:before {
    left: 0;
    top: 0;
    transform: translateY(0%) rotate(0deg);
    opacity: 0.5;
  }

  .sec-industry {
    padding: 20px 0;
  }

  .sec-industry .container {
    height: auto;
  }

  .industry-list {
    transform: translateY(0);
    margin: unset;
  }

  .industry-list .industry-item {
    max-width: calc(100% - 20px);
  }

  .product-list .product-content {
    max-width: 100%;
  }

  .product-list .product-descriptions {
    font-size: 14px;
  }

  .product-list .product-text {
    font-size: 14px;
  }

  .product-list .product-option {
    width: 50%;
    min-width: 50%;
    align-items: flex-start;
  }

  .product-list .product-action {
    border: 0;
    margin-left: auto;
  }

  .call-to-action-content .call-to-action-title {
    font-size: 24px;
  }

  .call-to-action-actions {
    flex-wrap: wrap;
  }

  .call-to-action-actions .event-container {
    max-width: 100%;
    padding-right: 0;
    max-height: none;
  }

  .blog-listing {
    margin: 0 -10px;
  }

  .blog-listing .blog {
    width: 100%;
    max-width: calc(100% - 30px);
  }

  .blog-listing .blog .blog-text {
    font-size: 14px;
  }

  footer .brand .logo img {
    object-position: center;
  }

  footer .footer-middle>.row [class*='col-'] {
    width: 50%;
  }

  footer .footer-content .footer-link>li .link {
    font-size: 14px;
    padding: 5px 0;
  }

  .product-options .dropdown .dropdown-toggle {
    padding: 0 10px;
  }

  .product-list .product-image {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }

  .product-list .product-thumb {
    height: 200px;
  }

  .product-list .product-image+.product-content {
    max-width: 100%;
  }

  .product-list .product-title {
    font-size: 16px;
  }

  .product-list .product-option {
    padding-top: 0;
  }

  .contact-content.alt .contact-title,
  .contact-content .contact-title {
    font-size: 20px;
  }

  .default-content .default-text {
    font-size: 14px;
  }

  .default-content .default-text a {
    font-size: 13px;
  }

}

@media screen and (max-width: 320px) {}

/* ********|| RESPONSIVE ENDS ||******** */


.wpcf7-form {
  position: relative;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border: solid var(--shades04);
  border-width: 1px 0 0;
}

.form-group textarea {
  resize: none;
  max-height: 100px;
}

.wpcf7-submit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--color01);
  color: var(--shades01);
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border: none;
}

.contact-title1 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
}

.contact-text1 {
  font-size: 16px;
  font-weight: 300;
  color: var(--shades05);
  text-align: center;
  max-width: 100%;
}



/* Target your specific select field */
.form-group select.form-control {
  appearance: none;         /* Removes default arrow (for most browsers) */
  -webkit-appearance: none; /* Removes default arrow (Safari/Chrome) */
  -moz-appearance: none;    /* Removes default arrow (Firefox) */
  background: #fff url("data:image/svg+xml;utf8,<svg fill='black' height='40' viewBox='0 0 24 24' width='40' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
  background-size: 24px;
  padding-right: 35px; /* space for arrow */
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* Optional: make sure text doesn’t overlap the arrow */
.form-group select.form-control option {
  padding-right: 25px;
}
