html {
  scroll-behavior: smooth;
}
.d-flex{
    display: flex !important;
}
.justify-content-center {
    justify-content: center !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}

.pt0 {
    padding-top: 0;
}
.py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.px0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pt100 {
    padding-top: 100px;
    padding-bottom: 0;
}
.mt30 {
    margin-top: 30px;
}
.mb0 {
    margin-bottom: 0px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb22 {
    margin-bottom: 22px !important;
}
.aic {
	align-items: center;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-0.5* var(--bs-gutter-x));
    margin-left: calc(-0.5* var(--bs-gutter-x));
}    
.pt0 {
	padding-top: 0 !important;
}
.p0 {
	padding: 0 !important;
}
.bg-beige {
    background-color: #fef5ea;
}
.bg-turquoise {
    background-color: #d7ede6;
}
.bg-light-blue {
    background-color: #e4f1f4;
}
.boximg {
	background-size: cover;
	background-repeat: no-repeat;
}
p.team {
	margin-bottom: 12px;
}

h4.name {
    margin-bottom: 8px;
}
h4.position1 {
    margin-bottom: 6px;
}
h5.position1 {
    margin-bottom: 6px;
}
h6.position2 {
    margin-bottom: 0px;
}
ul.contact {
	list-style: none;
	padding: 0;
}
ul.contact li:not(:last-child) {
	margin-bottom: 8px;
}
.direction {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffffff;
    padding: 10px;
}
.branchtop {
    position: relative;
}
.direction img {
	max-width: 100%;
	width: 30px;
	height: 30px;
	margin-bottom: 0 !important;
}
.direction a:not(:last-child) {
	margin-right: 6px;
}
h5.branch-name {
	margin-top: 10px;
}
p.desc a {
	color: #25aba3;
	font-weight: 600;
}
p.desc a:hover {
	text-decoration: underline;
}

img.icon-xhs {
    width: 20px;
    height: 20px;
}
ul.service {
	text-align: left;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 0;
}
.dtitle{
    display: block;
}
h5.dtitle {
    margin-bottom: 6px;
}
h6.dtitle {
    margin-bottom: 0px;
}
h4.classicnum{
	font-family: "Gloria Hallelujah";
	font-weight: normal !important;
	letter-spacing: 0;
	transform: rotate(-3deg) !important;
	-moz-transform: rotate(-3deg) !important;
	-webkit-transform: rotate(-3deg) !important;
	text-transform: none;
	display: inline-block;
	font-size: 22px;
	padding: 5px;
	margin-bottom: 5px;
}
ul.checklist {
    padding-left: 10px;
    text-align: left;
    list-style-type: disclosure-closed;
}
.bg-data {
	background-image: url(../img/illus/bg-data-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.text-dark h5,
.text-dark h6,
.text-dark i,
.text-dark span {
	color: #333;
	text-shadow: none;
}
.right-stick-preview {
	height: 100%;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999999;
    transform: translateX(100%);
    transition: transform .3s ease-in-out;
    background-color: #fff;
    box-sizing: border-box;
}
.right-stick-btns {
	position: absolute;
    bottom: 10%;
    right: 100%;
    transition: all .3s ease-in-out;
}
.right-stick-btn {
	background-color: #07CA6C;
	font-weight: 700;
    font-size: 10px;
    line-height: initial;
    color: #fff;
    fill: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
}
.right-stick-btn img {
	width: 25px;
	height: 25px;
}
.right-stick-btn img:hover {
	opacity: 1;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.right-stick-btn img:hover {
    animation: pulse 1.5s ease-in-out infinite;
}
h4.panel-title i {
    float: right;
    padding-left: 10px;
}
.panel-default {
	text-align: left;
}
a.ma {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
a.ma img {
    max-width: 100%;
    margin-bottom: 0 !important;
}
a.ma i::before {
    background: rgba(255, 255, 255, .3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}
h5.ma {
    margin: 15px 0 10px !important;
}
.ma .playbtn {
    position: absolute;
    z-index: 1;
    margin: auto;
    text-align: center;
    padding: 0;
    color: #ffffff;
    font-size: 40px;
    line-height: 0;
    vertical-align: middle;
    width: 100%;
}
a.ma i {
    position: relative;
}

/*
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem; 
    color: #fff; 
    z-index: 1;
}
*/

.boxwhite {
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.boxbeige {
    padding: 20px;
    background-color: #fef5ea;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.boxbeige h4,
.boxwhite h4 {
    margin-bottom: 10px;
}
.boxwhite p,
.boxbeige p {
    margin-bottom: 0;
}
img.educate {
    max-width: 100%;
}

table.spricing {
    max-width: 100%;
    width: 100%;
    border-spacing: 0;
    border-collapse: seperate;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
}
table.spricing thead {
    background-color: #bed6e3;
}
table.spricing th:first-child,
table.spricing td:first-child {
    text-align: left;
}
table.spricing th:last-child,
table.spricing td:last-child {
    text-align: right;
}
table.spricing th {
    padding: 15px 8px;
}
table.spricing td {
    padding: 8px;
}
table.spricing tr:nth-child(even) {
    background-color: #f3f3f3;
}
table.spricing tr:hover {
    font-weight: 800;
}

table.spricing thead th:first-child {
border-top-left-radius: 10px;
}

table.spricing thead th:last-child {
border-top-right-radius: 10px;
}


.aic {
  display: flex;
}  
ul.service li {
    font-size: 15px;
}
.boximg img {
  object-fit: cover; 
  height: 100%; 
  width: 100%;
}

.btn-custom-width {
  display: inline-block;
  width: fit-content;
}
.assessmenttitle h4 {
    position: absolute;
    z-index: 2;
    color: #333333;
    margin: 0 auto 0;
    text-align: center;
    bottom: 0;
    padding: 20px;
}
/*.assessment:hover .assessbtmcontent {
    visibility: hidden;
}*/
p.hoverassess {
    margin-bottom: 6px;
}
.assessbtm {
    /*background-color: #fef5ea;*/
    padding: 10px 20px 20px 20px;
}
.assessbtm h5 {
    margin-bottom:6px;
}

================================================== */
/* 4.08 - Gallery - Start
================================================== */
.gallery_item {
  overflow: hidden;
  position: relative;
  border-radius: var(--bs-border-radius);
}
.gallery_item img {
  width: 100%;
  max-width: 250px;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.gallery_item:before {
  top: 0;
  left: 50%;
  width: 0%;
  bottom: 0;
  z-index: 1;
  content: "";
  opacity: 0.3;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--bs-primary);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.gallery_item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  content: "";
  font-weight: 400;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  color: var(--bs-white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  font-family: "Font Awesome 5 pro";
  background-color: var(--bs-primary);
}
.gallery_item:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.gallery_item:hover:before {
  width: 100%;
}
.gallery_item:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* 4.08 - Gallery - End
================================================== */


.expand-button{
  /*margin-top: 50px;*/
}

.special-section {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  transition: all 1s cubic-bezier(0, 1, 0, 1);
  -webkit-transition: all 1s  cubic-bezier(0, 1, 0, 1);
  -moz-transition: all 1s  cubic-bezier(0, 1, 0, 1);
  -o-transition: all 1s  cubic-bezier(0, 1, 0, 1);
  transition: all 1s  cubic-bezier(0, 1, 0, 1);
  content: "";
  gap: 2rem;
}

.special-section:before {
  content:'';
  width:100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, white);
  z-index: 2;
}

.special-section.-expanded:before{
  background-image: linear-gradient(to bottom, transparent 100%, white);
  z-index: -1;
}

.special-section.-expanded {
  max-height: 100%;
}

.special-section:not(.-expanded)::after {
  content: "";
  position: absolute;
  top: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  transition: all 1s cubic-bezier(0, 1, 0, 1);
  -webkit-transition: all 1s  cubic-bezier(0, 1, 0, 1);
  -moz-transition: all 1s  cubic-bezier(0, 1, 0, 1);
  -o-transition: all 1s  cubic-bezier(0, 1, 0, 1);
  transition: all 1s  cubic-bezier(0, 1, 0, 1);
}

.b-slider {
  background-color: transparent;
  overflow-x: hidden;
  min-width: 100%;
  outline: 0;
}
.b-slider__img{
  width: 100%;
  max-width: 200px;
}
.b-slider:hover .b-slider__img {
  filter: grayscale(1) blur(1px);;
  -webkit-filter: blur( 50% );
  /*filter: grayscale(1) contrast(0) blur(1px);*/
}
.b-slider__slide {
  text-align: center;
  width: 30rem;
  height: 15rem;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.b-slider__ref {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-slider__ref:hover .b-slider__img {
  filter: unset;
}

@media screen and (max-width: 767px) {
  .b-slider__slide {
    text-align: center;
    min-width: 20rem;
    height: 10rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 556px) {
  .b-slider__slide {
    text-align: center;
    width: 15rem;
    height: 10rem;
    display: flex;
    align-items: center;
  }
}

.section_space_sm {
  padding-top: 80px;
  padding-bottom: 80px;
}

.zoom-gallery{
    justify-content: center;
}

.assessment-form{
    text-align: left;
}
.form-group label{
    display: block;
}
.form-group label:first-child{
    font-weight: normal;
}

.assessment-form {
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 20px;
}
.assessment-form .form-box:not(:last-child) {
    margin-top: 20px;
}
.team-card {
    background-color: #f0faf8;
    padding: 20px;
    height: 100%;
}
.mb30 {
    margin-bottom: 30px;
}
img.intro {
    max-width: 100%;
    width: 200px;
    margin: auto;
    border-radius: 50%;
}
.iimage {
    margin-bottom: 20px;
}
h2.iname {
    margin-bottom: 8px;
}
h4.iposition {
    margin-bottom: 10px;
}
ul.reg {
    padding-left: 10px;
    text-align: left;
}

.bread-banner {
  position: relative;
  z-index: 1;
  padding-top: 142px;
  padding-bottom: 55px;
}
.bread-banner.bg-dark:before, .bread-banner.bg-transparent:before, .bread-banner.bg-img:before, .bread-banner.bg-img2:before, .bread-banner.bg-img3:before, .bread-banner.bg-img4:before, .bread-banner.bg-img5:before, .bread-banner.bg-img6:before {
  background: rgba(7, 9, 21, 0.5);
  content: " ";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -9;
}
.bread-banner .bg-white h2, .bread-banner .bg-white h3 {
  color: #30aea4;
}

@media (max-width: 992px) {
  .bread-banner {
    text-align: center !important;
  }
  .bread-banner .text-right {
    text-align: center !important;
  }
}

ul.contact-info {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    border-radius: 10px;
    text-align: left;
    background: #c8dbf1;
    padding: 20px;
}

ul.contact-info h5 {
    margin-bottom: 6px;
}
ul.contact-info li {
    display: flex;
}
.item-content {
    display: block;
    width: 100%;
}
.item-info {
    margin-bottom: 0;
}
ul.contact-info li:not(:last-child) {
    margin-bottom: 15px;
}
.item-icon i {
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
}
.item-icon {
    z-index: 1;
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    font-size: 20px;
    position: relative;
    margin-right: 15px;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
}    
.acenter {
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 100%;
}
p.aquote {
    margin-bottom: 0;
    width: 100%;
}


.timeline {
  display: block !important;
  margin: 0;
  padding-left: 0;
}

.timeline-card {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #436285 !important;
  position: relative;
}

.timeline li:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(37 172 164);
    position: absolute;

    z-index: 0;
}

.timeline li:first-child:before {
  top: 50%;
  height: 50%;
}

.timeline li:last-child:before {
  bottom: 50%;
  height: 50%;
}
p.timeline-title {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
}
.circle-custom {
  font-size: 1rem !important;
}

.timeline-card i {
    color: #24ada5 !important;
    font-size: 16px;
}
.subcard:first-child {
    margin-bottom: 10px;
}
.subcard:last-child {
    margin-top: 10px;
}

.subcard:not(:first-child):not(:last-child) {
    margin: 10px 0;
}


.subcard {
    padding: 1em 1.5em 1.5em 1.5em;
    background: #f7f7f7;
    color: black;
    width: -webkit-fill-available;
    min-height: 3.3rem;
    border-radius: 10px;
}
.tsub-item {
position: relative;
padding-left: 25px; /* Adjust space for bullet */
margin-bottom: 10px; /* Spacing between items */
}

.bullet-point {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 8px; /* Adjust size as needed */
height: 8px; /* Adjust size as needed */
background-color: transparent; /* Adjust color as needed */
border-radius: 50%; /* Makes the bullet point round */
border:  1px solid #22aea6;
}

h4.tloc {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}
h5.tsub {
    margin-bottom: 6px;
}
h5.tsub2 {
    margin-bottom: 0px;
}
h5.tsub,
h5.tsub2 {
    font-weight: 400;
}
p.timeline-title,
p.timeline-title i {
    color: #25aca4;
}
p.timeline-title i {
    padding-right: 10px;
}
p.lang {
    margin-bottom: 0;
}
ul.skills {
    padding: 0;
    list-style: disc;
}
ul.skills li:not(:last-child) {
    margin-bottom: 0;
}
.iprofile {
    margin: auto;
}
/*
img.footer-logo {
    max-width: 100%;
    width: 80px;
    z-index: 1;
}*/

img.footer-logo {
    max-width: 100%;
    width: 200px;
    z-index: 1;
}
.bg-footer {
    background-color: #18191b;
    /*background-color: #30aea4;
    border-radius: 25px 25px 0 0;*/
}
p.remarks {
    margin: 20px 0 10px;
    color: #ffffff;
    line-height: 20px;
}
p.remarks a {
    color: #ffffff !important;
}
p.remarks a:hover,
p.remarks a:focus,
p.remarks a:active {
    color: #ffffff;
    opacity: 1;
    text-decoration: underline;
}

ul.sms a {
    color: #ffffff;
}
.copyrights {
    color: #ffffff;
    padding: 0 !important;
}
.copyrights p {
    margin-bottom: 0;
}
.policies a {
    color: #ffffff;
}
.policies a:hover,
.policies a:focus,
.policies a:active {
    text-decoration: underline;
}
a.nmor {
    color: #ffffff;
}
img.logo-dark,
img.logo-light {
    width: 210px;
}

.text-center h2 {
    text-align: center;
}

.button-holder{
  padding-top:100px;
}
.ajax-button{
  position: absolute;
  display:inline-block;
  width:100px;
  height:40px;
  left:50%;
  top:50%;
  margin-left:-50px;
  margin-top:-20px;
  text-align:center;
}

.submit{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width:100px;
  height:40px;
  background-color:#111111;
  border:2px solid #FFFFFF;
  border-radius:10px;
  color:#FFFFFF;
  font-size:17px;
  cursor:pointer !important;
  outline:none;
}

.submit:hover{
  background-color:#222222;
}
.loading{
  font-size:0;
  width:60px;
  height:60px;
  margin-top:5px;
  border-radius:50%;
  padding:0;
  border:3px solid #000000;
  border-bottom:3px solid rgba(255,255,255,0.0);
  border-left:3px solid rgba(255,255,255,0.0);
  background-color:transparent !important;
  animation-name: rotateAnimation;
  -webkit-animation-name: wk-rotateAnimation;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes rotateAnimation {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes wk-rotateAnimation {
    0%   {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}

.done {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .5s;
}

.finish{
  -webkit-transform:scale(3) !important;
  transform:scale(3) !important;
}
.hide-loading{
  opacity:0;
  display: none;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transform:scale(0) !important;
  transform:scale(0) !important;
}

.img-circle{
    width: 250px;
    height: 250px;
}

.list-point{
    text-align: left;
}

.cta-question-legend {
    font-size: unset;
    color: unset;
    border-bottom: unset;
    margin-bottom: unset;
}

.cta-question{
    color: #000000;
}

.home-illus-button-group {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 24px auto auto;
    gap: 2rem;
}

.home-illus-button-group .home-illus-cta-btn {
    text-align: left;
    height: 250px;
    width: 300px;
    color: #f5f7f5;
    border: 1px solid #0000;
    border-radius: 10px;
    margin-top: 16px;
    padding: 16px;
    font-family: Overpass, sans-serif;
    text-decoration: none;
    transition: border .3s, background-color .3s;
    display: block;
    position: relative;
    overflow: hidden;
}

.home-illus-button-group .home-illus-cta-btn:before {
    content: "";
    height: 100%;
    z-index: 1;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-illus-button-group .home-illus-cta-btn.individual {
    background-color: #397a4a;
}

.home-illus-button-group .home-illus-cta-btn.individual:before {
    background-image: url(../img/main/individual.png);
    background-size: contain;
    background-position: 75px;
}

.home-illus-button-group .home-illus-cta-btn .home-illus-cta-btn-main-text {
    letter-spacing: -.01em;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    text-decoration: none;
}

.home-illus-button-group .home-illus-cta-btn .home-illus-cta-btn-help-text {
    letter-spacing: -.01em;
    max-width: 50%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.home-illus-button-group .home-illus-cta-btn .home-illus-cta-btn-help-text .arrow-outer {
    width: 18px;
    height: 18px;
    border: 1px solid #f5f7f5;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    transition: border .3s, background-color .3s;
    display: inline-flex;
}

.home-illus-button-group .home-illus-cta-btn .home-illus-cta-btn-help-text .arrow-outer .arrow-inner {
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-size: 12px;
    transition: color .3s;
}

.home-illus-button-group .home-illus-cta-btn.couples {
    background-color: #457777;
}

.home-illus-button-group .home-illus-cta-btn.couples:before {
    background-image: url(../img/main/couple.png);
    background-position: 100px;
    background-size: contain;
}

.home-illus-button-group .home-illus-cta-btn.teen {
    background-color: #a75d00;
}

.home-illus-button-group .home-illus-cta-btn.teen:before {
    background-image: url(../img/main/teen.png);
    background-position: 50px;
    background-size: contain;
}

.teamcontent{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 160px;
}

.portfolio-item-div.assessment{
    display: flex;
    width: 300px;
    margin: 0 auto;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.form-label{
    font-weight: 700 !important;
}

.form-group label{
    font-weight: normal;
}

.assessment-form .form-group{
    margin-bottom: 30px;
}

.input-group-radio{
    display: grid;
    grid-auto-flow: column;
}

.bg-facts{
    background-image: url('../img/main/cta-bg.jpg');
    background-position: left center !important;
}

.panel-img{
    max-width: 250px;
}

.flickity-viewport{
    height: 100% !important;
    min-height: 150px !important;
}

.span.blue{
    margin-bottom: 20px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse.in{
    max-height: 100%;
    height: 100% !important;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
}

.info_text{
    margin-left: 10px;
}

.servicetextpad {
    padding: 40px;
}

.contact-header{
    background-position: bottom;
}
.bg-footer hr {
    border-top: 1px solid #333;
}
.formbgg {
    background-color: #f7f7f7;
    padding: 20px;
    display: inline-block;
    height: 100%;
    border-radius: 5px;
}
img.icona {
    max-width: 100%;
    filter: brightness(0) invert(1);
    width: 50px;
    display: block;
    margin: 10px auto;
}
span.iconi {
    display: block;
    height: 100%;
}

.overlay-screen.opened {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #0E1E2A;
    opacity: 0.6;
    top: 0;
    left: 0;
    transition: all 0.25s ease-in-out;
}
.panel-group .panel-body {
    background: #e7eeef;
}
.paccordion li.active a {
    font-weight: 600 !important;
    color: #1f1f1f;
}
.paccordionpanel .panel-group {
    margin-bottom: 0;
}

img.gif {
    width: 100px;
}
img.gif-intern {
    width: 70px;
}


blockquote{
    font-size: 16px;
}

.obox {
    padding: 20px;
    text-align: center;
}

/**/

ul.la,
ul.orchart,
ul.if {
    display: inline-flex;
    text-align: center;
    padding: 0;
}
span.lname, span.lposition, span.ldesc {
    display: block;
}
ul.orchart {
    padding: 0;
}
ul.orchart li {
    list-style: none;

}

.level {
    list-style: none;
}
.level:not(:last-child) {
    margin-bottom: 33px;
}
.ob {
    padding: 20px;
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
}

ul.orgchart,
ul.orgchart li {
    padding: 0;
    list-style: none;
}
ul.tcell {
    padding: 0;
    display: flex;
}

ul.tcell li {
    padding: 0;
    max-width: 100%;
    height: fit-content;
}

ul.fourthlevel {
    padding: 0;
}
ul.thirdlevel {
    padding: 0;
    display: grid;
}
ul.first-level {
    display: flex;
    padding: 0;
}

li.w50 {
    width: 50%;
}
span.obranch,
span.oname,
span.opo,
span.odes {
    line-height: initial;
    display: block;
}
span.obranch {
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    background-color: #ffffff;
}
span.oname {
    margin-bottom: 6px;
    font-weight: 600;
}
span.opo {
    margin-bottom: 6px;
}
.level-two {
    max-width: 100%;
}
li.level-one {
    margin: auto;
    align-items: start;
    vertical-align: middle;
}
/**/
.org-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.level {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 8px;
  position: relative;
  flex-wrap: wrap; /* Enables wrapping on smaller screens */
}

.box {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis
    /*white-space: nowrap;*/
}

.box h3 {
  margin-bottom: 5px;
  font-size: 16px;
}

.box p {
  font-size: 14px;
  color: #555;
}

/* Connecting lines */
.line {
  position: absolute;
  background-color: #000;
}

.line.horizontal {
  height: 2px;
  width: 100%;
}

.line.vertical {
  width: 2px;
  height: 20px;
}

.connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}

/* Styling for different levels */
.box.level-1 {
  background-color: #6e97c9;
  color: #fff;
  width: 48%;
}
.box-img .level-1 {
  background-color: transparent;
  color: #fff;
  width: 48%;
}
.level-img {
  width: 30%;
}
.box-img {
    padding: 0 15px;
}
.box-img img.ob {
    margin:  auto;
    text-align: center;
    display: block;
}

.box.level-2 {
  background-color: #ad94d3;
  color: #fff;
}

.box.level-2a {
  background-color: #d295c3;
  color: #fff;
}

.box.level-3 {
  background-color: #da9f74;
  color: #fff;
  width: 47%;
}

.box.level-4 {
  background-color: #ecb97b;
  color: #fff;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 8px;
    position: relative;
    flex-wrap: wrap;

}
.box.level-5 {
  background-color: #bfaf9c;
  color: #fff;
}
.sboxes {
    width: 47%;
}


/**/
.boxt:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 21px;
    border-left: 1px solid #888888;
    z-index: 1;
    top: -21px;
    left: 50%;
    margin-left: -4px;
}
.levelt:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 21px;
    border-left: 1px solid #000000;
    z-index: 1;
    top: -22px;
    left: 50%;
    margin-left: -4px;
}  
.levelt:after {
    content: "";
    display: block;
    position: absolute;
    width: 81.1%;
    height: 21px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    margin: 0 auto;
    top: -21px;
    left: 9.1%;
}
.levelttwo:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 21px;
    z-index: 1;
    top: -22px;
    left: 50%;
    margin-left: -4px;
}  
.levelttwo:after {
    content: "";
    display: block;
    position: absolute;
    width: 81.1%;
    height: 21px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    margin: 0 auto;
    top: -21px;
    left: 9.1%;
} 
.levelte:after {
    content: "";
    display: block;
    position: absolute;
    width: 81.1%;
    height: 21px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    margin: 0 auto;
    top: -21px;
    left: 9.1%;
}

/*
.box:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 22px;
    border-left: 1px solid #000000;
    z-index: 1;
    top: -22px;
    left: 50%;
    margin-left: -4px;
}  
.box:after {
    content: "";
    display: block;
    position: absolute;
    width: 81.1%;
    height: 22px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    margin: 0 auto;
    top: -21px;
    left: 9.1%;
}
*/

span.levelb:before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 62px;
    border-left: 1px solid #000000;
    z-index: -1;
    bottom: -42px;
    left: 50%;
    margin-left: -4px;
    background: #000000;
}
/*
span.levelb:after {
    content: "";
    display: block;
    position: absolute;
    width: 81.1%;
    height: 62px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    margin: 0 auto;
    bottom: -21px;
    left: 9.1%;
    z-index: -1;
}
*/


span.linet {
    position: absolute;
}
span.linet:before {
    content: "";
    display: block;
    position: relative;
    width: 0;
    height: 42px;
    border-left: 1px solid #000000;
    z-index: -1;
    top: -40px;
    left: 50%;
    margin-left: -4px;
}
span.lineb {
    position: absolute;
}
span.lineb:before {
    content: "";
    display: block;
    position: relative;
    width: 0;
    height: 50px;
    border-left: 1px solid #000000;
    z-index: -1;
    bottom: -21px;
    left: 50%;
    margin-left: -4px;
}
p.remarko {
    font-size: 13px;
    color: #000000;
    text-align: center;
    margin:  0 auto;
    padding: 0;
}
#survey-form .ajax-button{
    opacity: 0;
}
img.cert {
    border:  1px solid #eeeeee;
}

img.ob {
  max-width: 100%; 
  border-radius: 5px;
  padding: 0;
  margin: 0;
}

img.avatar-ref {
    width: 80px;
    max-width: 100%;
    margin: 0 auto 12px;
    display: block;
}
h4.ref {
    margin-bottom: 10px;
}

.mt-3{
    margin-top: 10px;
}

pre{
    text-wrap: pretty;
}

.img-intern{
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.navbar-fixed-top{
    top: -1px;
}
.overflow-hidden{
    overflow: hidden;
    height: 100vh;
}

#media_gallery .gallery_item{
    margin: 0 auto;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

#media_gallery .gallery_item img{
    max-height: 180px;
    object-fit: contain;
}
