body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
.page-section { scroll-margin-top: var(--header-offset); }
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  scrollbar-width: inherit;
  scrollbar-color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
textarea,
select,
option {
  font-family: "Roboto", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

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

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

p {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
}

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

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

a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none !important;
  text-decoration: none !important;
}

input {
  outline: none !important;
}

button {
  outline: none !important;
}

.main {
  overflow: hidden;
  background: #fff;
}

.text-decoration a {
  text-decoration: underline !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.container {
  max-width: 1140px;
  margin: auto;
  padding: 0 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media all and (min-width: 992px) {
  .col-lg-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-lg-4 {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media all and (min-width: 768px) {
  .col-md-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-md-4 {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* header css */
.header-area {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
  z-index: 999;
  padding: 50px 0px;
}

.logo-area img {
  max-width: 135px;
  width: 100%;
}

.portal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.header-area .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-content {
  overflow: hidden;
}

.innert-btn {
  border-radius: 100px;
  background: #fff;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.innert-btn a img {
  width: 40px;
}

a.user-img {
  width: 40px;
  height: 40px;
  background: #f97316;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: -5px 8px 50px -8px #f97316;
          box-shadow: -5px 8px 50px -8px #f97316;
}

a.user-img img {
  width: 22px;
}

.dropdown-menu {
  position: absolute;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  z-index: 9999;
  top: 106%;
  width: 250px;
  padding: 10px 10px 20px 10px;
}

.dropdown-menu ul li {
  padding: 8px 12px;
}

.dropdown-menu ul li a {
  color: #000;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-menu ul li a:hover {
  color: #f97316;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.show {
  display: block !important;
}
.others-header {
  position: relative;
  padding: 30px 0px 23.45px 0px;
}
.others-header .innert-btn {
  background: rgba(241, 240, 240, 1);
}

/* search css */
.search-area {
  background: #fff;
  position: sticky;
  top: 34px !important;
  z-index: 999;
}
.search-box-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 40px;
  padding: 8px 15px 8px 8px;
  gap: 6px;
  position: relative;
  -ms-grid-columns: 1fr 6px 1fr 6px 1fr 6px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(249, 115, 22, 0.15);
          box-shadow: 0px 20px 30px 0px rgba(249, 115, 22, 0.15);
  max-width: 960px;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

.search-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-right: 0px;
  padding: 15px 30px;
  margin-right: 18px;
  border-radius: 40px;
  width: 29%;
}

.search-item:nth-child(3) {
  border-right: 0px;
}

.search-item.active {
  background: #f3f3f3;
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.06);
}

.search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 13%;
}

button.submit-btn {
  width: 55px;
  background: rgba(21, 18, 18, 1);
  height: 40px;
  border-radius: 55px;
  cursor: pointer;
  border: none;
}

button.submit-btn img {
  width: 25px;
}
.search-item input{
  width: 100%;
  padding: 0px;
  border: 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #000;
  background: transparent;
  cursor: pointer;
}
.video-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 12px;
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	background: #000;
	max-height: 500px;
}
iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
.search-item input::-webkit-input-placeholder{
  color: #000;
  opacity: 1;
}
.search-item input::-moz-placeholder{
  color: #000;
  opacity: 1;
}
.search-item input:-ms-input-placeholder{
  color: #000;
  opacity: 1;
}
.search-item input::-ms-input-placeholder{
  color: #000;
  opacity: 1;
}
.search-item input::placeholder{
  color: #000;
  opacity: 1;
}
.search-icon img {
  width: 22px;
  min-width: 22px;
  margin-right: 10px;
  position: relative;
  top: 0px;
}

.dropdown {
    position: absolute;
    top: 68px;
    left: 0;
    min-width: 260px;
    background: #fff;
    border-radius: 12px;
    padding: 4px 20px;
    -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    display: none;
    z-index: 50;
    max-height: 285px;
    overflow-y: auto;
}

span.tab-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  vertical-align: middle;
}

.search-item.open .dropdown {
  display: block;
}

.dropdown li {
  list-style: none;
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 15px;
  cursor: pointer;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
  border-bottom: 1px solid rgba(198, 202, 223, 0.45);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  vertical-align: middle;
}
.dropdown li:last-child {
  border-bottom: 0px;
}

.dropdown li label {
  font-weight: 500;
  max-width: 338px;
  display: block;
  padding-left: 35px;
}

.dropdown img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.search-item.open {
  background: #f1f3f5;
}
.search-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  right: -12px;
  background: rgb(198, 202, 223);
  top: 0;
  bottom: 0;
  margin: auto;
}
.search-item:nth-child(3):after {
  display: none;
}
/* .purpose-item .dropdown li {
  cursor: default;
} */

.dropdown input[type="checkbox"] {
  accent-color: #ff6600;
  cursor: pointer;
}

.dropdown label {
  cursor: pointer;
}

/* Custom checkbox */
.custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.checkmark {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(210, 213, 217, 1);
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  top: 0;
  left: 0px;
  bottom: 0px;
  margin: auto;
  background: rgba(210, 213, 217, 1);
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #ff6600;
  border-color: #ff6600;
}

.custom-checkbox input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  left: 6.5px;
  top: 2.5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-icon {
  display: none;
  font-size: 15px;
  cursor: pointer;
  color: #fff !important;
  background: #000;
  width: 15px;
  height: 15px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
  position: relative;
  top: -7px;
  min-width: 15px;
}

.search-item.filled .close-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.close-icon:hover {
  color: #ff0000;
}

/* banner css */
.banner-area {
  padding: 200px 0px 230px 0px;
  background: url(../images/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.banner-area .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-content {
  position: relative;
  top: 15px;
}

.banner-content h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 18px;
  line-height: 1.1;
}

.banner-content h1 span {
  color: #f97316;
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  line-height: 1.2;
  color: #776965;
}

.banner-content p {
  color: #fff;
  max-width: 668px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
}

/* services css */
section.services-area {
  padding: 60px 0px 60px 0px;
  background: #fff;
}

.all-services-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
  padding-top: 40px;
}

.services-card {
  background: #fff;
  padding: 10px;
  border-radius: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 3px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important;
}
.services-card:hover {
  box-shadow: 0 7px 50px -12px rgba(0,0,0,.25) !important;
}
.services-card:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services-img {
  position: relative;
}

.bg-img img {
  width: 100%;
  border-radius: 20px;
}

.flag-img {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.flag-img img {
  max-width: 210px;
}

.services-meta {
  padding: 22px 17px 20px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}

.services-meta span {
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0px 15px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}

span.services-category {
  background: rgba(249, 115, 22, 0.15);
  color: rgba(249, 115, 22, 1);
}

span.locations {
  background: rgba(242, 241, 241, 1);
  color: rgba(0, 0, 0, 1);
}

.location-icon img {
  width: 16px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.services-card h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  padding: 0px 17px 20px 17px;
  color: rgba(0, 0, 0, 1);
}

.services-card h3 span {
  font-family: "Playfair Display", serif;
  display: block;
  font-weight: 800;
  text-transform: capitalize;
  font-style: italic;
}

.services-title h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
}

ul.pagination-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 61px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.pagination-items li {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

ul.pagination-items .active {
  background: rgba(249, 115, 22, 1);
  color: #fff;
}

ul.pagination-items li:hover {
  background: rgba(249, 115, 22, 1);
  color: #fff;
}

ul.pagination-items li:first-child:hover {
  background: transparent;
}

ul.pagination-items li:last-child:hover {
  background: transparent;
}
.details-search {
  height: auto;
  position: fixed;
  top: -190px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  z-index: 9999;
}
.details-search.active {
  height: auto;
  position: fixed;
  top: 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 999999;
  width: 100%;
  left: 0px;
  right: 0px;
}
body.no-scroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.details-search {
  max-height: 100vh;
}

/* services details */
.services-content-area {
  /*padding: 20px 40px 0px 40px;*/
  /*background: url(../images/bg-img.jpg);*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 10px;
}

.portal__new_page{
  background: unset;
  padding: 0;
}

.services-details-header {
  /*padding: 0 0px 45px 0px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-details-header img {

    border-radius: 20px;
}
.details-search .search-box-area {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  max-width: 970px;
}
.services-left-content h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  text-transform: capitalize;
  max-width: 460px;
}
.services-left-content h3 span {
  font-family: Playfair Display;
  font-style: italic;
  display: block;
}
.serives-features-list {
  padding-top: 45px;
}
.serives-features-list ul {
  display: -ms-grid;
  display: grid;
  gap: 20px 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-right: -42px;
}
.list-icon img {
  width: 25px;
}
.serives-features-list span {
  font-weight: 400;
  font-style: Medium;
  font-size: 15px;
  line-height: 100%;
  text-transform: capitalize;
  max-width: 87%;
  display: block;
  padding-top: 10px;
}
.right-image img {
  max-width: 240px;
  margin-right: 0;
}
.details-search {
  height: 128px;
}
.search-box-area {
  position: sticky;
  top: 0;
}
.details-menu-ara {
  border-bottom: 1px solid #d5d5d5;
  position: sticky;
  top: 0 !important;
  z-index: 2;
  background: #fff;
}
.details-mnu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 70px;
  overflow-x: auto;
}
.details-mnu ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  padding: 20px 0px;
  color: rgba(0, 0, 0, 1);
  display: block;
  white-space: nowrap;
}
.content-items {
  padding: 45px 0px;
}
.content-items h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  text-transform: capitalize;
  padding-bottom: 20px;
  text-align: center;
}
.content-items h2 span {
  font-family: Playfair Display;
  font-style: italic;
}
.content-items h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -1px;
  vertical-align: middle;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: #151212;
  margin-bottom: 20px;
  border-bottom: 3px solid #151212;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.content-items p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  vertical-align: middle;
  color: #000000;
}
.search-toggle {
  display: block;
}
.search-toggle img {
  width: 44px;
  cursor: pointer;
}
.accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
}
.accordion-item:last-child {
  border-bottom: 0px;
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.shadow.show {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.accordion-header {
  padding: 6px 30px 6px 0px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  position: relative;
}
.active .accordion-header {
  font-weight: 700;
}
.accordion-header::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0px;
  top: 13px;
  background: url(../images/arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.active .accordion-header::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  -o-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.accordion-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  padding: 3px 0px;
  line-height: 1.2;
}
.accordion-item.active .accordion-content {
  height: auto;
}
.details-mnu ul li a.active {
  color: #151212;
  font-weight: 600;
  border-bottom: 2px solid #151212; /* underline for active */
}


/* why portal page css */

.why__portal_area {
	overflow: hidden;
	padding-top: 60px;
}

.potal_another_heading h2 {
	font-weight: 500;
	font-size: 35px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	margin-bottom: 25px;
}

.potal_another_heading p {
	color: rgba(0, 0, 0, 1);
	font-size: 18px;
	width: 55%;
	margin: 0 auto;
	margin-bottom: 15px;
  text-align: center;
}

.potal_another_sub_heading h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: -1px;
	color: #151212;
	margin-bottom: 40px;
  text-align: center;
}
.row.services_row {
	padding-top: 95px;
}

.service_single_items {
	border: 1px solid #ddd;
	padding: 40px 12px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
   transition: 0.5s;
    cursor: pointer;
}

.service_single_items:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 35px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 35px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.service_single_items p {
	font-size: 16px;
	color: rgba(0, 0, 0, 1);
	line-height: 1.3;
	min-height: 60px;
}

.service_single_items h4 {
	color: #000;
	font-size: 22px;
	padding: 15px 0px;
	font-weight: 500;
}


/* footer css */
.footer-area {
  padding: 60px 0px 40px 0px;
  background: url(../images/footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

.footer-logo img {
  max-width: 111px;
}

.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-menu ul li a {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  width: 160px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-menu ul li a {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-menu ul li a:hover {
  color: #f97316;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.line {
  border: 0;
  border-top: 1px solid transparent;
  /* apply only on top */
  -o-border-image: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.36) 49%,
      rgba(255, 255, 255, 0) 100%
    )
    1;
     border-image: -webkit-gradient(
      linear,
      left top, right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(49%, rgba(255, 255, 255, 0.36)),
      to(rgba(255, 255, 255, 0))
    )
    1;
     border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.36) 49%,
      rgba(255, 255, 255, 0) 100%
    )
    1;
  height: 1px;
  display: block;
}

.footer-bottom-area {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-text p {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  color: #fff;
}

.footer-text p span {
  color: #f97316;
}

.footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-right: 40px;
}

.footer-social img {
  width: 24px;
}



.dropdown li svg {
    width: 25px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
