.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.wp-caption {
  max-width: 100%;
  padding: 0;
  text-align: center;
}
.wp-caption.alignnone,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin: 0 0 2.8rem 0;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 0 1.2rem 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.entry-content {
  font-size: 1rem;
  color: #222;
}

@media (max-width: 1200px) {
  .maxw-md-unset {
    max-width: unset !important;
  }
}
@media (min-width: 1120px) {
  .d-1120px-none {
    display: none;
  }
}

/* --bs-root-font-size */

.pb-5rem {
  padding-bottom: 5rem;
}
.pb-7-5rem {
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .pb-7-5rem {
    padding-top: 7.5rem;
  }
}
.pb-10rem {
  padding-bottom: 10rem;
}
.pb-20rem {
  padding-bottom: 20rem;
}
.pt-5rem {
  padding-top: 5rem;
}
.pt-7-5rem {
  padding-top: 3.75rem;
}
@media (min-width: 768px) {
  .pt-7-5rem {
    padding-top: 7.5rem;
  }
}
.pt-10rem {
  padding-top: 10rem;
}
.pt-20rem {
  padding-top: 20rem;
}
.gap-1rem {
  gap: 1rem;
}
.gap-1-3rem {
  gap: 1.3rem;
}
html {
  -webkit-tap-highlight-color: transparent !important;
}

/* */
.btn-main,
.btn-second {
  transition: transform 0.3s ease;
  border: 0.05rem solid #fff;
  border-radius: 0.15rem;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  padding: 0.8rem 2.6rem 0.8rem 2rem;
  max-height: 2.8rem;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  outline: 0 !important;
  outline-width: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-appearance: none !important;
  -webkit-focus-ring-color: none !important;
  touch-action: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.btn-main::before,
.btn-second::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.7rem;
  height: 100%;
  background: #fff;
  transform: skewX(20deg);
  transform-origin: bottom left;
  transition: all 0.3s ease;
  z-index: -1;
}
.btn-main::after,
.btn-second::after {
  content: '';
  position: absolute;
  right: 1.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url('../img/svg/btn-main.svg');
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-second:hover,
.btn-second:focus,
.btn-second:active {
  transform: none !important;
  border-color: #fff;
  color: var(--bs-main) !important;
}
.btn-main:hover::before,
.btn-main:focus::before,
.btn-main:active::before,
.btn-second:hover::before,
.btn-second:focus::before,
.btn-second:active::before {
  width: 100%;
  transform: skewX(0);
}
.btn-main:hover::after,
.btn-main:focus::after,
.btn-main:active::after,
.btn-second:hover::after,
.btn-second:focus::after,
.btn-second:active::after {
  filter: none;
}

/* */
.btn-second {
  border-color: var(--bs-main);
  color: var(--bs-main) !important;
}
.btn-second::before {
  background: var(--bs-main);
}
.btn-second::after {
  filter: none;
}
.btn-second:hover,
.btn-second:focus,
.btn-second:active {
  border-color: var(--bs-main);
  color: var(--bs-white) !important;
}
.btn-second:hover::after,
.btn-second:focus::after,
.btn-second:active::after {
  filter: brightness(0) invert(1);
}

/* */
.swiper-wrapper {
  transition-timing-function: linear;
}

/* */
.title-slash {
  margin-bottom: 1.6rem;
  font-family: 'Georgia', serif;
  font-size: 2.2rem;
  line-height: 1.25;
  font-weight: normal;
  position: relative;
}
@media (min-width: 768px) {
  .title-slash {
    font-size: 2.8rem;
  }
}
.title-slash > span {
  color: var(--bs-main);
}

/* header */
header.bg-light {
  z-index: 1009;
}
.navbar-expand-lg.transparent:not(.fixed) {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (min-width: 1440px) {
  .navbar-nav {
    gap: 0.6rem;
  }
}
ul.navbar-nav li.nav-item a.dropdown-toggle::after {
  content: ' ';
  width: 1rem;
  height: 1rem;
  background-image: url(../img/svg/angle-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0.3rem;
}
@media (max-width: 1119.98px) {
  header .offcanvas ul.navbar-nav li.nav-item a.dropdown-toggle::after,
  .offcanvas-header > img {
    filter: brightness(0) invert(1);
  }
}
.navbar-other ul li.language-select a,
.navbar-other ul li.language-select span {
  font-size: 0.8rem;
}
ul.navbar-nav li.language-select a.dropdown-toggle::after {
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0;
  color: var(--bs-nav-link-color) !important;
}
ul.navbar-nav li.language-select img {
  border-radius: 0.1rem;
}
ul.navbar-nav li.language-select ul.dropdown-menu img {
  border-radius: 50%;
  border: 0.05rem solid #d9d9d9;
  width: 1.1rem;
  height: 1.1rem;
  object-fit: cover;
}
ul.navbar-nav li.language-select a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
header .navbar-collapse ul.navbar-nav li .dropdown-menu { 
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (min-width: 1120px) {
  header .navbar-collapse ul.navbar-nav li .dropdown-menu {
    box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.15);
    min-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  header .navbar-collapse ul.navbar-nav li .dropdown-menu li {
    padding: 0;
  }
  header .navbar-collapse ul.navbar-nav li .dropdown-menu li a {
    padding: 0.5rem 0;
    font-size: 0.9rem;
  }
  header .navbar-collapse ul.navbar-nav li .dropdown-menu li:not(:last-child) {
    border-bottom: 0.05rem solid rgba(164,174,198,.2);
  }
}
@media (max-width: 1119.98px) {
  .offcanvas-body ul.navbar-nav li:not(:last-child) {
    margin-bottom: .5rem;
  }
}
.language-select .dropdown-menu li {
  position: relative;
}
.language-select .dropdown-menu li:hover,
.language-select .dropdown-menu li.active {
  background-color: #f6f6f6;
}
.language-select .dropdown-menu li.active::before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/svg/language-select.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.dropdown-menu {
  box-shadow: 0 0.05rem 1rem 0 rgb(29 45 73 / 10%);
}
@media (min-width: 1120px) {
  .navbar-other.separator::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.05rem;
    height: 0.6rem;
    border-left: 0.05rem solid rgb(14 14 14 / 50%);
  }
}
ul.navbar-nav > li > a {
  position: relative;
}
ul.navbar-nav > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 0.1rem;
  border-bottom: 0.1rem solid transparent;
}
@media (min-width: 1120px) {
  ul.navbar-nav > li > a::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
ul.navbar-nav > li:hover > a::before,
ul.navbar-nav > li.active > a::before {
  border-color: var(--bs-main);
}
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li:focus > a,
ul.navbar-nav > li:active > a,
ul.navbar-nav > li.active > a {
  color: var(--bs-body-color) !important;
}

/* related news */
#related-news {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 20rem;
  position: relative;
}
#related-news::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 35, 53, 0.5);
}
@media (min-width: 1200px) {
  #related-news::before {
    background: linear-gradient(180deg, rgba(3, 35, 53, 0) 57.66%, rgba(3, 35, 53, 0.5) 100%);
  }
}
#related-news .latest-news {
  background: linear-gradient(200.02deg, rgba(116, 219, 255, 0.5) -42%, #2F7094 100%);
  backdrop-filter: blur(.5rem);
  -webkit-backdrop-filter: blur(.5rem);
  padding: 2.8rem 2.4rem ;
  color: #fff;
}
#related-news .latest-news > ul > li {
  border-bottom: 0.05rem solid rgb(255 255 255 / 30%);
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
}
#related-news .latest-news .post-meta {
  margin-bottom: 0.6rem;
}
#related-news .latest-news .post-title a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: 'Helvetica', serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#related-news .latest-news .post-title a:hover,
#related-news .latest-news .post-title a:focus,
#related-news .latest-news .post-title a:active  {
  color: #a8ccda;
  text-decoration: none;
}
#related-news .latest-news .action-bottom {
  margin-top: 0.4rem;
}
#related-news .content {
  font-family: 'Georgia', serif;
  font-size: 1.2rem;
  line-height: 1.25;
  max-width: 30rem;
}
@media (min-width: 768px) {
  #related-news .content {
    font-size: 1.6rem;
  }
}

/* contact us */
#contact-us {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  #contact-us {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
#contact-us .title-slash {
  margin-bottom: 4rem;
}
.contact-us-item {
  color: rgb(255 255 255 / 80%);
}
.contact-us-item:not(:last-child) {
  margin-bottom: 2.4rem;
}
.contact-us-item img {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1.2rem;
}
.contact-us-item-title {
  font-family: 'Georgia', serif;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #fff;
}
.contact-us-item-content {
  font-size: 0.9rem;
  max-width: 20rem;
}
.contact-us-item-content a {
  color: rgb(255 255 255 / 80%);
}
.contact-us-item-content a:hover,
.contact-us-item-content a:focus,
.contact-us-item-content a:active {
  color: var(--bs-main);
}
.contact-us-item-content p {
  margin-bottom: 1rem;
}
.contact-us-item-content p:last-child {
  margin-bottom: 0;
}
.contact-us-item.subscribe,
.contact-us-item.address {
  margin-top: 2.4rem;
}

/* */
footer {
  background-color: rgba(5, 100, 152, 1);
}
#menu-right-menu-footer {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
#menu-right-menu-footer li a {
  color: rgb(255 255 255 / 80%);
  font-size: 0.9rem;
}
#menu-right-menu-footer li a:hover,
#menu-right-menu-footer li a:focus,
#menu-right-menu-footer li a:active {
  color: rgb(255 255 255 / 80%);
  text-decoration: underline;
}
.copyright {
  color: #fff;
  font-size: 0.9rem;
}

/* */
#embodies {
  position: relative;
  overflow: hidden;
  padding-bottom: 8rem;
}
@media (min-width: 1200px) {
  #embodies {
    min-height: 42.5rem;
    padding-bottom: 0;
  }
}
#embodies::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2.75rem;
  width: 100%;
  max-width: 26rem;
  height: 42.3rem;
  background-image: url('../img/svg/embodies-before.svg');
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
#embodies .title-slash {
  max-width: 25rem;
  top: 3.5rem;
}
@media (min-width: 1200px) {
  #embodies .title-slash {
   position: absolute; 
  }
}
#embodies .ciclegraph {
  width: 78rem;
  height: 78rem;
  position: absolute;
  top: 4rem;
  left: 20rem;
  /* */
  background-image: url('../img/svg/embodies-circle.svg');
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}
@media (min-width: 1200px) {
  #embodies .ciclegraph {
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  #embodies .ciclegraph {
    left: 20rem;
  }
}
@media (min-width: 1550px) {
  #embodies .ciclegraph {
    left: 32rem;
  }
}
#embodies .ciclegraph .circle {
  position: absolute;
	top: calc(50% - 2.6rem); 
  left: calc(50% - 2.6rem);
  width: 5.2rem;
  height: 5.2rem;
  background: #faf4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#embodies .ciclegraph .circle img {
  width: 3rem;
  height: 3rem;
}
#embodies .ciclegraph .circle:not(.active) img {
  opacity: 0.4;
}
#embodies .swiper-slide .item-inner .item-inner-title {
  font-family: 'Georgia', serif;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1.2rem;
  max-width: 23rem;
}
#embodies .swiper-slide .item-inner .item-inner-content {
  font-size: 0.9rem;
  color: rgb(14 14 14 / 70%);
}
#embodies .swiper-container.dots-closer {
  margin-top: 70%;
}
@media (min-width: 768px) {
  #embodies .swiper-container.dots-closer {
    margin-top: 40%;
  }
}
@media (min-width: 1200px) {
  #embodies .swiper-container.dots-closer {
    margin-top: 70%;
  }
}
.swiper-pagination-fraction {
  color: rgb(14 14 14 / 50%);
  font-size: 0.9rem;
}
.swiper-container.dots-closer .swiper-pagination {
  margin-left: 2.4rem;
  line-height: 2.4rem;
}
.swiper-container.dots-closer .swiper-controls {
  bottom: -2.4rem;
}
.swiper-container.dots-closer .swiper-controls .swiper-navigation {
  position: absolute;
  width: 10.3rem;
}
.swiper-container.dots-closer .swiper-controls .swiper-navigation .swiper-button-prev {
  left: 0;
  top: .7rem;
  background-image: url('../img/svg/swiper-back.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-container.dots-closer .swiper-controls .swiper-navigation .swiper-button-next {
  right: 0;
  top: .7rem;
  background-image: url('../img/svg/swiper-next.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-container.dots-closer .swiper-controls .swiper-navigation .swiper-button-prev::after,
.swiper-container.dots-closer .swiper-controls .swiper-navigation .swiper-button-next::after {
  content: none;
}

/* */
@media (min-width: 768px) { 
  #our-team {
    padding-top: 1.5rem;
  }
}
#our-team .swiper-controls {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
  z-index: 1;
}
#our-team .swiper-controls .swiper-navigation {
  width: 100%;
}
@media (min-width: 576px) {
  #our-team .swiper-controls .swiper-navigation {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #our-team .swiper-controls .swiper-navigation {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #our-team .swiper-controls .swiper-navigation {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #our-team .swiper-controls .swiper-navigation {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  #our-team .swiper-controls .swiper-navigation {
    max-width: 1320px;
  }
}
@media (min-width: 1550px) {
  #our-team .swiper-controls .swiper-navigation {
    max-width: 1500px;
  }
}
#our-team .swiper-button {
  height: 2.4rem;
  background-color: #fbfbfb;
  background-image: url('../img/svg/swiper-next-blue.svg');
  background-size: 1rem;
}
#our-team .swiper-button.swiper-button-prev {
  rotate: 180deg;
  left: -0.5rem;
}
@media (min-width: 576px) {
  #our-team .swiper-button.swiper-button-prev {
    left: -1.5rem;
  }
}
#our-team .swiper-button.swiper-button-next {
  left: unset;
  right: 0;
}
@media (min-width: 576px) {
  #our-team .swiper-button.swiper-button-next {
    right: -1.5rem;
  }
}
#our-team .swiper-container .swiper-wrapper .swiper-slide {
  width: 350px !important;
}
.our-team .item-inner {
  border-radius: 0.15rem;
  overflow: hidden;
}
.our-team .item-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(116, 219, 255, 0) 65%, #056498 100%);
}
.our-team .item-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(116, 219, 255, 0.1) 0%, #056498 80%);
  opacity: 0;
  transition: all 0.3s ease;
}
.our-team .item-inner:hover::after { 
  opacity: 1;
}
.our-team .item-inner .item-inner-content {
  color: #fff;
  bottom: 0;
  z-index: 2;
  padding: 1.6rem;
  transition: transform 0.3s ease;
  transform: translateY( 12.15rem );
  height: 18.85rem;
  width: 100%;
}
.our-team .item-inner:hover .item-inner-content {
  transform: translateY(9.5rem);
}
.our-team .item-inner .item-inner-content p {
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgb(255 255 255 / 80%);
}
.our-team .item-inner .item-inner-content p:last-child {
  margin-bottom: 0;
} 
.our-team .item-inner .item-inner-content p a {
  color: #fff;
  font-weight: 600;
  position: relative;
}
.our-team .item-inner .item-inner-content p a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(../img/svg/btn-main.svg);
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.our-team .item-inner .item-inner-content p a:hover::after,
.our-team .item-inner .item-inner-content p a:focus::after,
.our-team .item-inner .item-inner-content p a:active::after {
  right: -1.2rem;
}
.our-team .item-inner .item-inner-content .our-team-title {
  font-family: 'Georgia', serif;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.our-team .item-inner .item-inner-content .our-team-title-sub {
  font-size: 1rem;
  font-weight: 600;
  color: rgb(255 255 255 / 70%);
}
.our-team .item-inner .item-inner-content .our-team-title-sum {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 8rem;
}
#our-team-about {
  background-image: url('../img/svg/our-team-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#our-team-about #breadcrumbs {
  margin-bottom: 2.5rem;
}
.our-team-about-detail {
  gap: 1.5rem;
  color: #fff;
}
@media (min-width: 520px) {
  .our-team-about-detail {
    gap: 3.5rem;
  }
}
@media (min-width: 1400px) {
  .our-team-about-detail {
    gap: 6.5rem;
  }
}
.our-team-about-detail figure {
  width: 17.5rem;
  min-width: 17.5rem;
  height: 22.5rem;
  position: relative;
  overflow: hidden;
}
.our-team-about-detail figure img {
  min-height: 100%;
  object-fit: cover;
}
.our-team-about-detail figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(116, 219, 255, 0) 68%, #056498 100%);
  z-index: 1;
}
.our-team-about-detail-info {
  width: 100%;
}
.our-team-about-detail-info .info-title {
  font-family: 'Georgia', serif;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .our-team-about-detail-info .info-title {
    font-size: 2.8rem;
  }
}
.our-team-about-detail-info .info-title.sub {
  font-size: 1.2rem;
  margin-bottom: 0;
  color: rgb(255 255 255 / 70%);
}
.our-team-about-detail-info hr {
  color: #a8ccda;
  margin: 1.5rem 0;
}
@media (min-width: 1200px) {
  .our-team-about-detail-info hr {
    margin: 2.4rem 0;
  }
}
.our-team-about-detail-info ul {
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .our-team-about-detail-info ul {
    margin-bottom: 4.5rem;
  }
}
.our-team-about-detail-info ul li {
  font-size: 0.9rem;
  padding-left: 1.8rem;
  position: relative;
}
.our-team-about-detail-info ul li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.our-team-about-detail-info ul li a {
  color: #fff;
  font-size: 0.9rem;
}
.our-team-about-detail-info ul li a:hover,
.our-team-about-detail-info ul li a:focus,
.our-team-about-detail-info ul li a:active {
  color: var(--bs-main);
}
.our-team-about-detail-info ul li::before {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url('../img/svg/icon-01.svg');
	background-size: contain;
}
.our-team-about-detail-info ul li.email::before {
  background-image: url('../img/svg/icon-04.svg');
}
.our-team-about-detail-info ul li.phone::before {
  background-image: url('../img/svg/icon-02.svg');
}
.our-team-about-detail-info ul li.linkedin::before {
  background-image: url('../img/svg/icon-03.svg');
}
.our-team-about-detail-info ul li.t-infor::before {
  content: none;
}
.our-team-about-detail-info ul li i {
  position: absolute;
  left: .2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 1;
}
.button-downloads {
  gap: 0.8rem;
  flex-direction: column;
}
@media (min-width: 520px) {
  .button-downloads {
    flex-direction: row;
  }
}
.button-downloads .btn {
  background-color: #7fa9c2;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  padding: 0.525rem 2.4rem 0.525rem 1.2rem;
  width: 100%;
}
@media (min-width: 520px) {
  .button-downloads .btn {
    width: auto;
  }
}
.button-downloads .btn::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url('../img/svg/arrow-down.svg');
  background-size: cover;
  filter: brightness(0) invert(1);
}
#our-team .our-team .item-inner > img {
  transition: all 0.3s ease;
}
#our-team .our-team .item-inner:hover > img {
  transform: scale(1.1);
}

/* */
#services-offered::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-image: url('../img/services-offered-background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1440px) {
  #services-offered::before {
    height: 30rem;
  }
  /* #services-offered .slide-start {
    height: 30rem;
  } */
}
#services-offered .title-slash {
  max-width: 22rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 1440px) {
  #services-offered .title-slash {
    margin-top: 11.5rem;
    margin-bottom: 4.25rem;
  }
}
#services-offered .item-inner .item-inner-content .our-team-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 0.8rem;
  height: 4rem;
}
#services-offered .our-team .item-inner:hover .item-inner-content .our-team-title {
  height: unset;
}
#services-offered .our-team .item-inner:hover .item-inner-content {
  transform: translateY(4rem);
}
#services-offered .our-team .item-inner::after {
  background-image: url('../img/svg/services-offered-after.svg');
  backdrop-filter: blur(.5rem);
  -webkit-backdrop-filter: blur(.5rem);
  opacity: 1;
  width: 150%;
  height: 150%;
  transform: skewX(20deg);
  left: -27rem;
}
#services-offered .our-team .item-inner:hover::after {
  left: -8rem;
}
#services-offered .our-team .item-inner::after {
  z-index: 2;
}
#services-offered .our-team .item-inner .item-inner-content {
  z-index: 3;
}
#services-offered .swiper-container .swiper-wrapper .swiper-slide {
  width: 350px !important;
  overflow: hidden;
}
#services-offered .slide-end {
  padding-top: 5rem;
}
@media (min-width: 1440px) {
  #services-offered .slide-end {
    padding-top: 7.5rem;
  }
}
#services-offered .slide-controls {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
#services-offered .slide-controls .slide-button {
  background-image: url(../img/svg/swiper-next.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #343f52;
  border: 0;
  box-shadow: 0 .25rem .75rem rgba(30, 34, 40, .02);
  width: 2.4rem;
  height: 2.4rem;
  line-height: inherit;
  border-radius: 100%;
  text-shadow: none;
  transition: all .2s ease-in-out;
  cursor: pointer;
  filter: brightness(0) invert(1);
}
#services-offered .slide-controls .slide-button.slide-button-prev {
  rotate: 180deg;
}
#services-offered .slide-controls > .slide-pagination {
  width: 5.5rem;
  text-align: center;
  color: rgb(255 255 255 / 50%);
  font-size: 0.9rem;
}
#services-offered .swiper-container {
  background-color: rgb(14 70 101 / 14%);
}
#services-offered .swiper-container .our-team {
  box-shadow: 0.8rem 0.8rem 2.5rem 0 rgb(14 70 101 / 18%);
}

/* */
#about-us {
  padding: 6rem 0;
  position: relative;
}
@media (min-width: 678px) {
  #about-us {
    padding: 10rem 0;
  }
}
#about-us.loading {
  opacity: .7;
}
#about-us:not(.no-after):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/svg/about-us-03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
#about-us figure {
  position: relative;
}
#about-us figure img {
  border-radius: 0.15rem;
}
#about-us figure::after,
#offerings-timeline figure::after {
  content: '';
  position: absolute;
  left: -0.5rem;
  bottom: -2rem;
  width: 30%;
  height: 16rem;
  background-image: url(../img/about-us-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (min-width: 1200px) {
  #about-us figure::after,
  #offerings-timeline figure::after {
    left: -2rem;
    bottom: -4rem;
    width: 12rem;
    height: 19.5rem;
  }
}
@media (min-width: 1440px) {
  #about-us .about-us-content {
    padding-left: 3rem;
  }
}
@media (min-width: 1550px) {
  #about-us .about-us-content {
    padding-left: 5rem;
  }
}
#about-us .about-us-content p {
  font-size: 0.9rem;
  color: #222;
  margin-bottom: 2rem;
}
#about-us .about-us-content p:last-child {
  margin-bottom: 0;
}
#about-us.scoll-box {
  padding-top: 3.75rem;
  padding-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  #about-us.scoll-box {
    padding-top: 7.5rem;
  }
}
#about-us.scoll-box figure {
  margin-bottom: 7.5rem;
}
.scoll-boxs {
  margin: 0;
  padding: 0 0.25rem 0 0;
  list-style-type: none;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .scoll-boxs {
    max-height: 40rem;
    overflow-y: auto;
  }
}
.scoll-boxs::-webkit-scrollbar-track {
	border-radius: 0.5rem;
	background-color: transparent;
}
.scoll-boxs::-webkit-scrollbar {
	width: 0.25rem;
	background-color: transparent;
}
.scoll-boxs::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* background-color: #e2f1f7; */
  background-color: transparent;
}
@media (min-width: 1440px) {
  .scoll-boxs {
    padding-left: 3rem;
  }
}
@media (min-width: 1550px) {
  .scoll-boxs {
    padding-left: 5rem;
  }
}
.scoll-boxs li {
  background-color: #e2f1f7;
  padding: 2.4rem;
  margin-bottom: 1.2rem;
  border-radius: 0.15rem;
}
.scoll-boxs li:last-child {
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .scoll-boxs li:last-child {
    margin-bottom: 7.5rem;
  }
}
.scoll-boxs li p {
  color: rgb(14 14 14 / 70%);
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.scoll-boxs li p.title-slash {
  color: #2f7094;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

/* */
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.bottom-10 {
  bottom: 10rem;
}
.position-absolute.align-vertical {
  top: 50%;
  transform: translateY(-50%);
}
:root {
  --banner-height: calc(100vh - 100px);
}
@media (min-width: 992px) {
  :root {
    --banner-height: unset;
  }
}
@media (max-width: 767px) {
  :root {
    font-size:16px;
  }
}
#banner {
  overflow: hidden;
  height: var(--banner-height);
/*   min-height: 25rem; */
  position: relative;
}
#banner::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(116, 219, 255, 0.1) 0%, #056498 80%);
}
@media (min-width: 992px) {
  #banner::before {
    width: 70%;
    background-image: url(../img/banner-before.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
  }
}
@media (min-width: 1550px) {
  #banner::before {
    width: 55%;
  }
}
#banner .banner-slide-controls {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  margin-top: 2.4rem;
}
#banner .banner-slide-controls .banner-slide-button {
  background-image: url(../img/svg/swiper-next.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #343f52;
  border: 0;
  box-shadow: 0 .25rem .75rem rgba(30, 34, 40, .02);
  width: 2.4rem;
  height: 2.4rem;
  line-height: inherit;
  border-radius: 100%;
  text-shadow: none;
  transition: all .2s ease-in-out;
  cursor: pointer;
  filter: brightness(0) invert(1);
}
#banner .banner-slide-controls .banner-slide-button.banner-slide-button-prev {
  rotate: 180deg;
}
#banner .banner-slide-controls > .banner-slide-pagination {
  width: 5.5rem;
  text-align: center;
  color: rgb(255 255 255 / 50%);
  font-size: 0.9rem;
}
#banner .swiper-container .swiper img {
  object-fit: cover;
  height: var(--banner-height);
}
#banner .title-slash {
  font-size: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  #banner .title-slash {
    font-size: 2.7rem; 
  }
}
@media (min-width: 992px) {
  #banner .title-slash {
    font-size: 3.2rem;
  }
}
#banner p {
  font-size: 0.9rem;
  max-width: 30.5rem;
}
#banner .swiper-container {
  position: relative;
  z-index: 1 !important;
}
#banner p#banner-content {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* */
:root {
  --breadcrumb-height: calc(100vh - 100px);
  --breadcrumb-maxheight: 600px;
}
@media (min-width: 992px) {
  :root {
    --breadcrumb-height: 100%;
  }
}
#breadcrumb {
  overflow: hidden;
  position: relative;
}
@media (max-width: 520px) {
  body.single-offerings #breadcrumb {
    height: unset;
  }
}
#breadcrumb .banner-before {
  z-index: 2;
  position: absolute;
  max-width: 65.5rem;
  height: 100%;
  backdrop-filter: blur(.5rem);
  -webkit-backdrop-filter: blur(.5rem);
  transform: skewX(20deg);
  transform-origin: bottom left;
  visibility: hidden;
}
@media (min-width: 992px) {
  #breadcrumb .banner-before {
    visibility: visible;
	height: 100%;
    min-height: var(--breadcrumb-height);	
  }
}
#breadcrumb::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(116, 219, 255, 0.1) 0%, #056498 80%);
  z-index: 2;
}
@media (min-width: 992px) {
  #breadcrumb::before {
    content: none;
  }
}
#breadcrumb .breadcrumb-image {
  background-repeat: repeat-x;
  background-size: contain;
  position: relative;
  z-index: 1;
}
#breadcrumb .breadcrumb-image img {
  height: 100%;
  min-height: var(--breadcrumb-height);
  object-fit: cover;  
  max-height: var(--breadcrumb-maxheight);
}
@media (min-width: 992px) {
  #breadcrumb .breadcrumb-image img {
    max-width: 100%;
  }
}
#breadcrumbs {
  margin-bottom: 1.5rem;
  color: #fff;
}
@media (min-width: 992px) {
  #breadcrumbs {
    color: #a8ccda;
  }
}
#breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
#breadcrumbs a {
  color: #fff;
}
@media (min-width: 992px) {
  #breadcrumbs a {
    color: #a8ccda;
  }
}
#breadcrumbs .breadcrumb_last {
  color: #fff;
}
#breadcrumbs .breadcrumb_last {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-width: 21rem;
  display: block;
}
#breadcrumb-title {
  max-width: 43rem;
  margin-bottom: 0;
  font-family:'Helvetica', serif;
}
.breadcrumb-content {
  max-width: 30rem;
  font-size: 0.9rem;
  margin-top: 1.2rem;
  margin-bottom: 2.8rem;
}
body.single-post #breadcrumb .banner-before {
  max-width: 75%;
  width: 75%;
  object-fit: cover;
}
#breadcrumb .action-bottom  {
  flex-direction: column;
}
@media (min-width: 768px) {
  #breadcrumb .action-bottom  {
    flex-direction: row;
  }
}
.action-bottom a.btn-main.arrow-unset {
  padding-right: 2rem;
  white-space: normal;
  line-height: 1.25;
}
.action-bottom a.btn-main.arrow-unset::after {
  content: none;
}
.action-bottom a.btn-main.current-page {
  color: var(--bs-main);
}
.action-bottom a.btn-main.current-page::before {
  width: 100%;
  transform: skewX(0);
}

/* */
#embodies-grid {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  #embodies-grid {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
#embodies-grid .title-slash {
  max-width: 25rem;
  margin-bottom: 4rem;
}
.embodies-grid-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.embodies-grid-items li {
  flex: 1 0 calc(100% - 4rem);
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .embodies-grid-items li {
    flex: 1 0 calc(50.33% - 4rem);
  }
}
@media (min-width: 1200px) {
  .embodies-grid-items li {
    flex: 1 0 calc(33.33% - 4rem);
  }
}
@media (min-width: 768px) {
  .embodies-grid-items li::before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid rgb(190 194 207 / 40%);
  }
}
@media (min-width: 1200px) {
  .embodies-grid-items li:nth-child(3n + 1)::before {
    content: none;
  }
}
.embodies-grid-item {
  font-size: 0.9rem;
  max-width: 23rem;
}
.embodies-grid-item .no {
  color: var(--bs-main);
  font-weight: 600;
  margin-bottom: 2.7rem;
}
@media (min-width: 768px) {
  .embodies-grid-item .no {
    margin-bottom: 4.7rem;
  }
}
.embodies-grid-item .embodies-grid-item-icon {
  margin-bottom: 1.6rem;
}
.embodies-grid-item .embodies-grid-item-icon img {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: cover;
}
#embodies-grid .embodies-grid-item .embodies-grid-item-title.title-slash {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
#embodies-grid .embodies-grid-item .embodies-grid-item-content {
  color: rgb(14 14 14 / 70%);
}

/* */
#our-messages {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  #our-messages {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
#our-messages .title-slash {
  margin-bottom: 3.2rem;
  color: var(--bs-body-color);
}
.our-messages-box p:last-child {
  margin-bottom: 0;
}
.our-messages-box img {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: cover;
  margin-bottom: 1.25rem;
}
.our-messages-box .title-slash {
  font-size: 1.2rem;
  margin-bottom: 0.8rem !important;
}
.accordion .accordion-item {
  background-color: #f6f6f6 !important;
  padding: 2rem;
}
.accordion .accordion-item:not(:last-child) {
  margin-bottom: 1.2rem;
}
.accordion-wrapper .card.plain .card-header button {
  font-family: 'Georgia', serif;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: normal;
  color: var(--bs-body-color) !important;
}
@media (min-width: 768px) {
  .accordion-wrapper .card.plain .card-header button {
    font-size: 2rem;
  }
}
.accordion-wrapper .card.plain .card-body {
  color: #222;
  font-size: 0.9rem;
  margin-top: 0.8rem;
}
.accordion-wrapper .card.plain .card-body p {
  max-width: 35rem;
}
.accordion-wrapper .card.plain .card-body .row {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .accordion-wrapper .card.plain .card-body .row {
    margin-top: 3.2rem;
  }
}
.accordion-wrapper .card-header button {
  position: relative;
}
.accordion-wrapper .card-header button:before {
  width: 1.6rem;
  height: 1.6rem;
  color: transparent;
  background-image: url('../img/svg/accordion-arrow.svg');
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-wrapper .card-header button.collapsed:before {
  transform: rotate(180deg);
  margin-top: -0.8rem !important;
}

/* */
#our-team-grid {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  #our-team-grid {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.our-team-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.our-team-items li {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .our-team-items li {
    width: calc(50% - 0.8rem)
  }
}
@media (min-width: 1200px) {
  .our-team-items li {
    width: calc(25% - 0.8rem)
  }
}
@media (min-width: 1200px) {
  .our-team-items li {
    width: calc(25% - 1.2rem)
  }
}
.our-team-item figure > a {
  border-radius: 0.15rem;
  overflow: hidden;
}
.our-team-item figure a {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
}
.our-team-item figure a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(116, 219, 255, 0) 68%, #056498 100%);
  z-index: 1;
  opacity: 0;
  transition: all .3s;
}
.our-team-item:hover figure a:after {
  opacity: 1;
}
.our-team-item figure a .view-profile {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  z-index: 2;
  opacity: 0;
  transition: all .3s;
}
.our-team-item:hover figure a .view-profile {
  opacity: 1;
}
.our-team-item figure a .view-profile::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(../img/svg/btn-main.svg);
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.our-team-item figure a:hover .view-profile::after,
.our-team-item figure a:focus .view-profile::after,
.our-team-item figure a:active .view-profile::after {
  right: -1.2rem;
}
.our-team-item figure figcaption .our-team-item-title {
  font-family: 'Georgia', serif;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--bs-body-color);
}
.our-team-item figure figcaption .our-team-item-title-sub {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--bs-main);
}

/* */
#join-ourteam {
  border-radius: 0.2rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 991.98px) {
  #join-ourteam::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(116, 219, 255, 0.1) 0%, var(--bs-main) 80%);
    z-index: 2;
  }
}
#join-ourteam .join-ourteam-before {
  z-index: 2;
  position: absolute;
  max-width: 65.5rem;
  height: 100%;
  backdrop-filter: blur(.5rem);
  -webkit-backdrop-filter: blur(.5rem);
  transform: skewX(20deg);
  transform-origin: bottom left;
  visibility: hidden;
}
@media (min-width: 992px) {
  #join-ourteam .join-ourteam-before {
    visibility: visible;
  }
}
.join-ourteam-image img {
  height: 100%;
  min-height: 35rem;
  object-fit: cover;
}
@media (min-width: 992px) {
  .join-ourteam-image img {
    min-height: 25rem;
  }
}
.join-ourteam-content {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 35rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .join-ourteam-content {
    left: 3.75rem;
    padding: 0;
  }
}
.join-ourteam-content .title-slash {
  margin-bottom: 1.2rem;
}
.join-ourteam-content p {
  font-size: 0.9rem;
  color: rgb(255 255 255 / 90%);
  margin-bottom: 2.4rem;
}

/* */
#news-insights .container {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
}
@media (min-width: 768px) {
  #news-insights .container {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
#news-insights .container.border-top {
  border-color: #bec2cf;
}
#news-insights .title-slash {
  margin-bottom: 3.2rem;
}
#news-insights figure {
  border-radius: 0.15rem;
  margin-bottom: 1.2rem;
}
#news-insights .post-meta {
  color: #222;
  font-size: 0.7rem;
  margin-bottom: 0.6rem;
}
#news-insights .post-meta li:before {
  background-color: rgb(34 34 34 / 50%);
}
#news-insights .post-meta strong {
  color: var(--bs-body-color);
}
#news-insights .post-meta .post-category {
  margin-bottom: 0;
}
#news-insights .post-title a {
  font-family: 'Helvetica', serif;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news-insights article:hover .post-title a {
  color: var(--bs-main);
}

/* */
#contact-us {
  background-image: url('../img/contact-us-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.wpcf7 .wpcf7-form {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wpcf7 .ctf-haft-col {
  width: calc(50% - 0.5rem);
  float: left;
}
.wpcf7 .ctf-haft-col:first-child {
  margin-right: 0.5rem;
}
.wpcf7 .ctf-haft-col:last-child {
  margin-left: 0.5rem;
}
.wpcf7 .ctf-full {
  clear: both;
  width: 100%;
}
.wpcf7 .ctf-haft-col p,
.wpcf7 .ctf-full p {
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-form-control {
  background-color: rgb(104 208 255 / 20%);
  color: #fff;
  border-radius: 0.15rem;
  font-size: 0.8rem;
  padding: .8rem;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  width: 100%;
}
.wpcf7 .wpcf7-form-control::placeholder {
  color: #a8ccda;
}
.wpcf7 .btn-white {
  transition: transform 0.3s ease;
  border: 0.05rem solid #fff;
  border-radius: 0.15rem;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  padding: 0.8rem 2.6rem 0.8rem 2rem;
  max-height: 2.8rem;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  width: 7.5rem;
  height: 2.8rem;
}
.wpcf7 .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.7rem;
  height: 100%;
  background: #fff;
  transform: skewX(20deg);
  transform-origin: bottom left;
  transition: all 0.3s ease;
  z-index: -1;
}
.wpcf7 .btn-white::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url('../img/svg/btn-main.svg');
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
}
.wpcf7 .btn-white:hover,
.wpcf7 .btn-white:focus,
.wpcf7 .btn-white:active {
  transform: none !important;
  border-color: #fff;
  color: var(--bs-main);
}
.wpcf7 .btn-white .wpcf7-form-control {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
}
.wpcf7 .btn-white:hover .wpcf7-form-control,
.wpcf7 .btn-white:focus .wpcf7-form-control,
.wpcf7 .btn-white:active .wpcf7-form-control {
  color: var(--bs-main);
}
.wpcf7 .btn-white:hover::before,
.wpcf7 .btn-white:focus::before,
.wpcf7 .btn-white:active::before {
  width: 100%;
  transform: skewX(0);
}
.wpcf7 .btn-white:hover::after,
.wpcf7 .btn-white:focus::after,
.wpcf7 .btn-white:active::after {
  filter: none;
}
.wpcf7 .btn-white p,
.wpcf7 .btn-white .wpcf7-form-control {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto !important;
  display: block !important;
}
.wpcf7-response-output {
  margin: 1rem 0 0 !important;
  border-radius: 0.15rem;
  padding: 0.8rem !important;
}
.wpcf7-not-valid-tip {
  color: var(--bs-main) !important;
  font-size: 0.7rem !important;
  position: absolute;
  bottom: -.6rem;
  right: 1rem;
}
#contact-us .container.border-top {
  border-color: rgb(190 194 207 / 40%) !important;
}
.contact-us-maps {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 0.4rem;
}
.contact-us-maps li {
  margin-bottom: 0.8rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .contact-us-maps li {
    width: calc(50% - 0.8rem);
  }
}
.contact-us-map {
  display: flex;
  flex-wrap: nowrap;
}
.contact-us-map {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
  color: #fff;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .contact-us-map {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .contact-us-map {
    gap: 2.4rem;
  }
}
.contact-us-map > a {
  width: 10rem;
  flex-shrink: 0;
  height: auto;
  border-radius: 0.15rem;
}
@media (min-width: 1400px) {
  .contact-us-map > a {
    width: 13.5rem;
    flex-shrink: 0;
  }
}
.contact-us-map > a > img {
  width: 100%;
  height: auto;
}
.contact-us-map .title {
  font-family: 'Georgia', serif;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 0.6rem;
}
.contact-us-map > div p {
  margin-bottom: 1.2rem;
  color: rgb(255 255 255 / 80%);
}
.contact-us-map > div p:last-child {
  margin-bottom: 0;
}
.contact-us-map .view-more {
  color: #fff;
  position: relative;
}
.contact-us-map .view-more > span {
  position: relative;
}
.contact-us-map .view-more > span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.05rem;
  width: 100%;
  border-bottom: 0.05rem solid rgb(255 255 255 / 40%);
  transition: width 0.5s ease;
}
.contact-us-map .view-more:hover > span::after {
  width: 90%;
}
.contact-us-map .view-more::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(../img/svg/btn-main.svg);
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.contact-us-map .view-more:hover::after {
  right: -1.4rem;
}

/* */
#partners-animation {
  background-color: #f6f6f6;
  padding: 1.6rem 0;
}
#partners-animation .swiper-container .swiper-wrapper .swiper-slide {
  width: 11.25rem !important;
}
#partners-animation .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
#partners-animation .swiper-container .swiper-wrapper .swiper-slide img {
  height: 90px !important;
  width: 100%;
  object-fit: contain;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}
#partners-animation .swiper-container .swiper-wrapper .swiper-slide:hover img {
  filter: none;
}

/* */
#client-stories {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  #client-stories {
    padding-top: 7.5rem;
  }
}
.client-stories-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: center;
  max-width: 70rem;
}
.client-stories-partners li a {
  font-family: 'Georgia', serif;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: normal;
  color: rgb(14 14 14 / 40%) !important;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.client-stories-partners li a::after {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4rem;
  height: 0.1rem;
  border-bottom: 0.1rem solid var(--bs-main);
  opacity: 0;
  transition: all 0.3s ease;
}
.client-stories-partners li.active a { 
  color: var(--bs-body-color) !important;
}
.client-stories-partners li.active a::after {
  opacity: 1;
}
.client-stories-partners li:hover a {
  color: var(--bs-body-color) !important;
}
.client-stories-partners li:hover a::after {
  opacity: 1;
}
.swiper-client-stories-item {
  max-width: 30rem;
}
.swiper-client-stories-item .title-slash {
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
.swiper-client-stories-item p {
  font-size: 0.9rem;
  color: #000;
}
.swiper-client-stories-item p:last-child {
  margin-bottom: 0;
  margin-top: 1.6rem;
}

/* */
.form-control {
  font-size: 0.9rem;
  line-height: 1;
  border-radius: 0.15rem;
  border: 1px solid rgb(0 0 0 / 10%);
  color: var(--bs-body-color) !important;
}
.form-control::placeholder {
  color: #919090;
}
select.form-control {
  background-image: url('../img/svg/angle-down.svg');
  background-size: 1rem;
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
}
.form-search {
  padding-top: 3.75rem;
  padding-bottom: 4rem;
  gap: 0.8rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .form-search {
    padding-top: 7.5rem;
  }
}
@media (min-width: 992px) {
  .form-search {
    flex-wrap: nowrap;
  }
}
.form-search .form-control {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  height: 3.2rem;
  flex: 1 1 100%;
}
@media (min-width: 520px) {
  .form-search .form-control {
    flex: 0 1 calc(50% - 0.4rem);
  }
}
@media (min-width: 992px) {
  .form-search .form-control {
    flex: 1 1 100%;
  }
}
.form-search .btn {
  min-height: 3.2rem;
  width: 100%;
  flex-shrink: 0;
  font-size: 0.9rem;
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .form-search .btn {
    flex: 0 0 9.8rem;
  }
}

/* */
ul.news {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
ul.news > li.new-item {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  ul.news > li.new-item {
    width: calc((100% / 2) - 0.8rem);
  }
}
@media (min-width: 1200px) {
  ul.news > li.new-item {
    width: calc((100% / 3) - 1.07rem);
  }
}
ul.news > li.new-item figure {
  margin-bottom: 1.2rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
ul.news > li.new-item .post-meta {
  color: var(--bs-body-color);
  margin-bottom: 0.6rem;
}
ul.news > li.new-item .post-meta .post-category {
  margin-bottom: 0;
}
ul.news > li.new-item .post-meta strong {
  color: var(--bs-body-color);
}
ul.news > li.new-item .post-meta li:before {
  background-color: var(--bs-body-color);
}
ul.news > li.new-item .post-title {
  font-family: 'Helvetica', serif;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.news > li.new-item:hover a {
  color: var(--bs-main);
}
ul.news > li.new-item:hover img {
  transform: scale(1.05);
}
div.pagination {
  gap: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
div.pagination span,
div.pagination a {
  border: 1px solid rgb(190 194 207 / 20%) !important;
  border-radius: 0.15rem !important;
  line-height: 1 !important;
  color: var(--bs-body-color);
  padding: 0.75rem;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
}
div.pagination .next.page-numbers,
div.pagination .prev.page-numbers,
div.pagination .page-numbers.dots  {
  color: transparent;
}
div.pagination .next.page-numbers,
div.pagination .prev.page-numbers {
  background-image: url('../img/svg/chevron-left.svg');
  background-position: center;
  background-repeat: no-repeat;
}
div.pagination .next.page-numbers {
  transform: rotate(180deg);
}
div.pagination .page-numbers.dots {
  background-image: url('../img/svg/three-dots-horizon.svg');
  background-position: center;
  background-repeat: no-repeat;
}
div.pagination .current {
  background-color: var(--bs-main);
  color: #fff !important;
}
div.pagination span:hover,
div.pagination span:focus,
div.pagination span:active,
div.pagination a:hover,
div.pagination a:focus,
div.pagination a:active {
  color: var(--bs-main);
  border-color: var(--bs-main) !important;
}

/* */
#fake-tab {
  border-top: 1px solid #0000001A
}
#fake-tab ul {
  margin: 0;
  padding: 0;
}
#fake-tab ul li {
  display: inline;
}
#fake-tab ul li a {
  color: #222;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 1.075rem 2.6rem 1.075rem 1.6rem;
  display: inline-block;
  position: relative;
}
#fake-tab ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 100%;
  background-color: #fff;
  transform: skewX(20deg);
  transform-origin: top left;
}
#fake-tab ul li.active a {
  background-color: var(--bs-main);
  color: #fff;
}
#fake-tab ul li:not(.active):hover a {
  color: var(--bs-main);
}

/* */
#document-detail {
  position: relative;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  #document-detail {
    padding-bottom: 7.5rem;
  }
}
#document-detail > img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
}
@media (min-width: 520px) {
  #document-detail > img {
    height: 35rem;
  }
}
@media (min-width: 992px) {
  #document-detail > img {
    height: 30rem;
  }
}
#document-detail > .container {
  z-index: 2;
  position: relative;
}
#document-detail #breadcrumbs .breadcrumb_last {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-width: 21rem;
  display: block;
}
#document-detail h1.title {
  font-family: 'Georgia', serif;
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: normal;
  color: #fff;
  max-width: 45rem;
  margin-bottom: 4.7rem;
}
#document-detail .clear-background {
  background-color: transparent !important;
  box-shadow: none !important;
}
#document-detail .card-img-top {
  margin-bottom: 2.8rem;
}
#document-detail .card-img-top img {
  width: 100%;
  margin-bottom: 1.2rem;
}
#document-detail .card-img-top figcaption {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  #document-detail .space-lg {
    padding-left: 4rem;
  }
}
@media (min-width: 1200px) {
  #document-detail .space-lg {
    padding-left: 4.5rem;
  }
}
@media (min-width: 1550px) {
  #document-detail .space-lg {
    padding-left: 8.5rem;
  }
}
#document-detail ul.blog-share {
  position: relative;
  display: flex;
  gap: 0.8rem;
}
@media (min-width: 992px) {
  #document-detail ul.blog-share {
    display: block;
    position: absolute;
    top: 16rem;
    left: 0;
  }
}
#document-detail ul.blog-share li:not(:last-child) {
  margin-bottom: 0.8rem;
}
#document-detail ul.blog-share li a {
  display: block;
}
#document-detail ul.blog-share li a img {
  width: 2.4rem;
  height: 2.4rem;
}
#document-detail .blog.single {
  max-width: 43.5rem;
}
ul.widget-our-teams {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.widget-our-teams li {
  display: flex;
  gap: 1rem;
}
@media (min-width: 1550px) {
  ul.widget-our-teams li {
    gap: 1.2rem;
  }
}
ul.widget-our-teams li figure {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  overflow: hidden;
  background-color: #F0F0F0;
  border-radius: 0.15rem;
}
ul.widget-our-teams li figure img {
  width: 5rem;
  height: 5rem !important;
  object-fit: contain;
}
ul.widget-our-teams li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.widget-our-teams-content-title {
  font-family: 'Georgia', serif;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.widget-our-teams-content-title a {
  color: var(--bs-body-color);
}
ul.widget-our-teams a {
  color: var(--bs-body-color);
}
.widget-our-teams-content-title a:hover,
.widget-our-teams-content-title a:focus,
.widget-our-teams-content-title a:active,
ul.widget-our-teams a:hover,
ul.widget-our-teams a:focus,
ul.widget-our-teams a:active {
  color: var(--bs-main);
}
ul.widget-our-teams .widget-our-teams-content-info li {
  padding-left: 1.8rem;
  position: relative;
  margin: 0 0 0.4rem 0 !important;
  color: #222;
}
ul.widget-our-teams .widget-our-teams-content-info li:last-child {
  margin-bottom: 0 !important;
}
ul.widget-our-teams .widget-our-teams-content-info li::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url('../img/svg/our-teams-mail.svg');
  background-size: 100%;
}
ul.widget-our-teams .widget-our-teams-content-info li.phone::before {
  background-image: url('../img/svg/our-teams-phone.svg');
}
ul.widget-our-teams .widget-our-teams-content-info li a {
  color: #222;
}

/* */
#offerings-lifecycle {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  #offerings-lifecycle {
    padding-bottom: 7.5rem;
  }
}
#offerings-lifecycle .title-slash {
  max-width: 25rem;
  margin-bottom: 1.2rem;
}
#offerings-lifecycle .entry-content {
  max-width: 25rem;
  color: #222;
  font-size: 0.9rem;
}
#offerings-lifecycle .contact-us-item img {
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1.6rem;
}
#offerings-lifecycle .contact-us-item .contact-us-item-content {
  color: #646464;
  max-width: unset;
}
#offerings-lifecycle .line-after,
#offerings-lifecycle .line-after .dot {
  position: relative;
}
#offerings-lifecycle .line-after .dot:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  #offerings-lifecycle .line-after .dot:not(:last-child) {
    margin-bottom: 0;
  }
}
#offerings-lifecycle .line-after::after,
#offerings-lifecycle .line-after .dot::after {
  content: '';
  position: absolute;
  left: 1rem;
  z-index: 1;
}
#offerings-lifecycle .line-after::after {
  width: 0.2rem;
  height: 100%;
  border-left: 1px solid #bec2cf;
}
#offerings-lifecycle .line-after .dot::after {
  background-image: url('../img/svg/offerings-lifecycle-dot.svg');
  background-size: cover;
  width: 1rem;
  height: 1rem;
  top: 0;
  left: .5rem;
  z-index: 2;
}
@media (min-width: 1200px) {
  #offerings-lifecycle .line-after::after,
  #offerings-lifecycle .line-after .dot::after {
    bottom: -3rem;
  }
  #offerings-lifecycle .line-after::after {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #bec2cf;
  }
  #offerings-lifecycle .line-after .dot::after {
    bottom: -3.4rem;
    top: unset;
  }
}
#offerings-lifecycle .contact-us-item-title {
  color: var(--bs-body-color);
}

/* */
#offerings-timeline {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  #offerings-timeline {
    padding-top: 7.5rem;
  }
}
#offerings-timeline .title-slash {
  max-width: 35rem;
}
#offerings-timeline .about-us-content {
  margin-bottom: 2.4rem;
}
#offerings-timeline .about-us-content .title-slash {
  font-size: 2rem;
  margin-left: 1.2rem;
}
#offerings-timeline .about-us-content p {
  font-size: 0.9rem;
  color: #222;
}
#offerings-timeline .about-us-content,
#offerings-timeline #timeline-content-end figure {
  max-width: 37.5rem;
}
ul.timeline-list {
	position: relative;
	margin: 0;
	padding: 0;
  list-style-type: none;
}
/* ul.timeline-list:before {
  content: '';
	position: absolute;
	width: 0.1rem;
	height: 100%;
	border-left: 1px solid #bfc2ce;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
} */
ul.timeline-list li {
	position: relative;
	clear: both;
  width: 100%;
  padding: 1.2rem 0;
  overflow: hidden;
}
ul.timeline-list li::after {
  content: '';
	position: absolute;
  z-index: 1;
	width: 0.1rem;
	height: 100%;
	border-left: 1px solid #bfc2ce;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
ul.timeline-list li:first-child:after {
  top: 50%;
}
ul.timeline-list li:last-child:after {
  height: 50%;
}
ul.timeline-list li .timeline-content {
  width: calc(50% - 2.1rem);
  float: left;
  text-align: right;
  position: relative;
  padding-right: 1rem;
}
ul.timeline-list li .timeline-content::after {
  content: '';
  position: absolute;
  z-index: 2;
  right: -2.6rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../img/svg/offerings-lifecycle-dot.svg');
  background-size: cover;
  width: 1rem;
  height: 1rem;
}
ul.timeline-list li:nth-child(2n) .timeline-content {
	float: right;
	text-align: left;
  padding-right: 0;
  padding-left: 1rem;
}
ul.timeline-list li:nth-child(2n) .timeline-content::after {
  left: -2.6rem;
}
ul.timeline-list li .timeline-content span {
  position: relative;
  display: inline-block;
  background-color: #f6f6f6;
  color: #222;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.75rem 1.2rem;
  max-width: 13.5rem;
  cursor: pointer;
  border: none;
  text-align: left;
}
@media (min-width: 768px) {
  ul.timeline-list li .timeline-content span {
    font-size: 1rem;
  }
}
ul.timeline-list li.active .timeline-content span {
  background-color: #2f7094;
  color: #fff;
}
ul.timeline-list li .timeline-content span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -1.1rem;
  height: 100%;
  width: 1.8rem;
  background-color: #f6f6f6;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%, 0% 0%);
}
ul.timeline-list li:nth-child(2n) .timeline-content span::after {
  left: -1.1rem;
  right: unset;
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
}
ul.timeline-list li.active .timeline-content span::after {
  background-color: #2f7094;
}

/* */
.navbar-stick .navbar-brand a img {
  margin: 0.5rem 0;
}

/* */
.single.single-post #breadcrumb .position-absolute.align-vertical,.page-template-template-desk #breadcrumb .position-absolute.align-vertical,
.single.single-client-stories #breadcrumb .position-absolute.align-vertical {
  top: 4rem;
  transform: unset;
}	
@media (min-width: 992px) {
	.single.single-post #breadcrumb #breadcrumb-title,.page-template-template-desk #breadcrumb #breadcrumb-title,
	.single.single-client-stories #breadcrumb #breadcrumb-title {
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  font-size:1.8rem;
	  font-family:'Helvetica', serif;
	}	
  .single.single-client-stories #breadcrumb .container,.page-template-template-desk #breadcrumb .container,
  .single.single-post #breadcrumb .container {
    padding-left: 4rem;
  }
 
}
@media (min-width: 1200px) {
  .single.single-client-stories #breadcrumb .container,.page-template-template-desk #breadcrumb .container,
  .single.single-post #breadcrumb .container {
    padding-left: 4.5rem;
  }
}
@media (min-width: 1400px) {
	.single.single-post #document-detail,.page-template-template-desk #document-detail,
	.single.single-client-stories #document-detail {
	  margin-top: -10.5rem;
	}  

}
 
@media (min-width: 1550px) {
  .single.single-client-stories #breadcrumb .container,.page-template-template-desk #breadcrumb .container,
  .single.single-post #breadcrumb .container {
    padding-left: 8.5rem;
  }
} 

.get-slider { 
  cursor:pointer;
}

/* */
ul.footer-social {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 1rem;
  bottom: 1.5rem;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  z-index: 1056;
}
ul.footer-social li {
  width: 2.8rem;
  height: 2.8rem;
}
ul.footer-social li:last-child {
  margin-top: 0.6rem;
}
ul.footer-social li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .progress-wrap {
    right: 1rem;
    bottom: 1.5rem;
  }
}

/* */
.form-subscribe {
  display: flex;
  gap: 1rem;
  margin-top: 2.4rem;
  margin-bottom: 1rem;
}
.form-subscribe p {
  margin: 0;
}

/* */
body.single-post .blog.single .post-meta,
body.single-post .blog.single .post-meta .post-category {
  font-size: 0.8rem;
}

/* */
div#ez-toc-container p.ez-toc-title {
  font-family: 'Georgia', serif;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  color: var(--bs-body-color) !important;
}
div#ez-toc-container ul.ez-toc-list a {
  font-size: 0.9rem;
  line-height: 1.5;
}
div#ez-toc-container ul.ez-toc-list a:hover,
div#ez-toc-container ul.ez-toc-list a:focus,
div#ez-toc-container ul.ez-toc-list a:active {
  color: var(--bs-main) !important;
  text-decoration: none;
}
.post-date{display:none!important;} 