
/** page-title **/

.page-title{
  position: relative;
}

.page-title .content-box{
  position: relative;
  display: block;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 12px;
}

.page-title .bread-crumb{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  margin: 0px 2px;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: var(--title-color);
}

.page-title .bread-crumb li a:hover{

}


/** rtl-css **/




/** responsive-css **/

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

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .page-title{
    padding-top: 70px;
  }

  .page-title h1{
    font-size: 40px;
    line-height: 50px;
  }
}

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

@media only screen and (max-width: 499px){

}




.custom-container {
  max-width: 1412px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.page-header {
  vertical-align: middle;
}
.page-header .bg-overlay {
  position: relative;
}
.page-header .custom-container {
  min-height: 430px;
}
.page-header .custom-container .bg-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-header .custom-container .bg-overlay::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
}
.page-header .custom-container .bg-overlay .img-banner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.page-header-2 {
  vertical-align: middle;
}
.page-header-2 .custom-container {
  min-height: 430px;
}
.page-header-2 .custom-container .bg-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.page-header-2 .custom-container .bg-overlay::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
}
.page-header-2 .custom-container .bg-overlay .img-banner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}


.background-body {
    background-color: var(--bs-background-body) !important;
    border-radius: 25px;
}


.neutral-700 {
    color: var(--bs-neutral-700) !important;
}

.neutral-1000 {
    color: var(--bs-neutral-1000) !important;
}


.pb-70 {
    padding-bottom: 70px !important;
}

.rounded-12 {
    border-radius: 12px !important;
}


.page-header-2 .custom-container {
    min-height: 430px;
}

