/* ----------------------------------------- */
/* variables */
/* ----------------------------------------- */

:root {
  /* typography */
  --onsetL: 'onsetL', "sans-serif";
  --poppinsB: 'poppinsB', "sans-serif";
  --poppinsSB: 'poppinsSB', "sans-serif";
  --poppinsM: 'poppinsM', "sans-serif";
  --poppinsR: 'poppinsR', "sans-serif";
  --poppins: "poppinsR", sans-serif;
  /* colors */
  --primary-color: #0079a8;
  --color-secondary: #fab318;
  --white-color: #ffffff;
  --block-color: #000000;
  --title-color: #222222;
  --sub-title-color: #8e8e8e;
  --paragraph-color: #757575;
  --grey-color-one: #f1f1f1;
  --grey-color-two: #f8f8f8;
  --grey-color-three: #374957;
  --poppins: "Poppins", sans-serif;
  /* --color-primary: #0079A8; */
  /* 
    
    --color-white: #ffffff;
    --color-black: #000; */
  /* spacing */
  --section-spacing: 110px 55px;
  /* transitions */
  --transition-05: all 0.5s ease;
}

/* ----------------------------------------- */
/* MISC */
/* ----------------------------------------- */
/* Margin bottom utilities */
.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

/* Margin top utilities */
.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.container-fluid {
  padding: 0;
  margin: 0;
}

/* Text alignment */
.centred {
  text-align: center;
}

/** Button Style One **/
.button-style-one {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  color: var(--grey-color-one);
}

.button-style-one:hover {
  color: var(--grey-color-one);
}

.button-style-one:after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--primary-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.button-style-one:hover:after {
  width: 0;
}

.button-style-one:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--title-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.button-style-one:hover:before {
  width: 100%;
}

.button-style-one i {
  margin-left: 10px;
}

/** End Button Style One **/

/** Button Style Two **/
.button-style-two {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  color: var(--grey-color-one);
}

.button-style-two:hover {
  color: var(--grey-color-one);
}

.button-style-two:after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--title-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.button-style-two:hover:after {
  width: 0;
}

.button-style-two:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--primary-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.button-style-two:hover:before {
  width: 100%;
}

.button-style-two i {
  margin-left: 10px;
}

.container {
  max-width: 100%;
}

/** End Button Style One **/

/** Button Style Three **/
.button-style-three {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  color: var(--grey-color-one);
}

.button-style-three:hover {
  color: var(--primary-color);
}

.button-style-three:after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--title-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.button-style-three:hover:after {
  width: 0;
}

.button-style-three:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.button-style-three:hover:before {
  width: 100%;
}

.button-style-three i {
  margin-left: 10px;
}

/** Button Style Four **/
.button-style-four {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  color: var(--grey-color-one);
}

.button-style-four:hover {
  color: var(--primary-color);
}

.button-style-four:after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--color-secondary);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.button-style-four:hover:after {
  width: 0;
}

.button-style-four:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.button-style-four:hover:before {
  width: 100%;
}

.button-style-four i {
  margin-left: 10px;
}

.section-title p {
  font-family: var(--poppins);
}

/* ----------------------------------------- */
/* FOOTER */
/* ----------------------------------------- */

.footer-top {
  overflow: hidden;
  /* clearfix alternative */
  /* margin-bottom: 30px; */
}

.footer-top .logo-widget {
  float: left;
}

.footer-top .social-widget {
  float: right;
}

.footer-social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-links li {
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 767px) {

  .footer-top .logo-widget,
  .footer-top .social-widget {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-social-links li {
    margin: 0 5px;
  }
}

/*** ================== Main Footer =================== ***/

/* Footer Style One */
.main-footer {
  position: relative;
  background-color: var(--title-color);
  padding: 0 55px;
}

/* Footer Top */
.footer-top {
  position: relative;
  display: flex;
  align-items: center;
  padding: 42px 0px 42px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top.home-three {
  justify-content: center;
}

.footer-top.home-three .footer-logo {
  margin-right: 70px;
}

.footer-social-links li {
  margin-left: 5px;
  display: inline-block;
}

.footer-social-links li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.footer-social-links li a:hover {
  color: var(--primary-color);
  background: transparent;
  border-color: var(--primary-color);
}

/* End Footer Top */

/* Footer Middle*/
.footer-middle {
  position: relative;
  padding-top: 38px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget.about-widget {
  margin-right: 100px;
}

.footer-widget.business-widget {
  margin: 0px 50px;
}

.footer-widget.office-widget {
  margin-left: 100px;
}

.widget-title {
  position: relative;
  font-size: 26px;
  line-height: 46px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 25px;
  color: var(--white-color);
  font-family: var(--poppinsM);
}

.widget-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 41px;
  content: "";
  background-color: var(--color-secondary);
}

.footer-widget .footer-text {
  color: var(--sub-title-color);
}

.footer-widget .office-address {
  color: var(--sub-title-color);
}

.footer-link-btn a {
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  border-radius: 5px;
  color: var(--grey-color-one);
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}

.footer-link-btn a:hover {
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
}

.business-info li a {
  padding: 5px 0px;
  display: inline-block;
  color: var(--white-color);
}

.business-info li a:hover {
  color: var(--primary-color);
}

.office-info li a {
  padding: 5px 0px;
  display: inline-block;
  color: var(--white-color);
}

.office-info li a:hover {
  color: var(--primary-color);
}

/* End Footer Middle */

/* Footer Bottom */
.footer-bottom {
  position: relative;
  padding: 25px 0px;
}

.copyright-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--poppins);
  color: var(--white-color);
}

.copyright-text a {
  color: var(--primary-color);
}

/* End Footer Bottom */

/* Main Footer Home Four */
.main-footer.home-four {
  background: none;
}

.home-four .footer-middle {
  position: relative;
  z-index: 1;
  padding: 200px 0px 100px;
}

.home-four .footer-middle:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgba(34, 34, 34, 0.9);
}

.home-four .footer-middle .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-four .footer-middle .footer-content {
  max-width: 800px;
  margin: 0 auto;
}

.home-four .footer-middle .footer-content .footer-logo {
  margin-bottom: 35px;
}

.home-four .footer-middle .footer-content h3 {
  color: var(--white-color);
  margin-bottom: 20px;
}

.home-four .footer-bottom {
  position: relative;
  padding: 25px 0px;
  background-color: var(--title-color);
}

/* End Main Footer Home Four */

/* Main Footer Home Five */
.home-five .footer-middle {
  padding: 150px 0px;
  border-bottom: none;
}

/* End Main Footer Home Five */

@media only screen and (max-width: 1139px) {

  .footer-widget.about-widget,
  .footer-widget.business-widget,
  .footer-widget.office-widget {
    margin: 0px;
  }

  .home-five .footer-middle {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 991px) {

  .footer-widget.about-widget,
  .footer-widget.business-widget {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 450px) {
  .footer-top {
    display: block;
    padding: 50px 0px;
  }

  .footer-top .footer-logo {
    margin-bottom: 30px;
  }

  .home-four .footer-middle .footer-content h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .home-five .footer-middle {
    padding: 100px 0px;
  }
}

/* FOOTER CUSTOMIZATION FOR PRMP-DRUPAL */
.footer {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* ----------------------------------------- */
/* PARTNERS */
/* ----------------------------------------- */

/** Clients Section **/
.clients-section {
  position: relative;
  display: block;
  padding: 50px 55px 55px;
}

.clients-section .clients-outer {
  position: relative;
}

.clients-section .image-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.clients-section .image-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.5;
  -webkit-filter: grayscale(1005);
  filter: grayscale(1005);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.clients-section .image-box:hover img {
  opacity: 1;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

.clients-section .owl-nav.disabled {
  display: none;
}

/** End Clients Section **/
/* CUSTOMIZATION */
.clients-section .slick-slide {
  margin-right: 30px;
}

.clients-section .slide__caption {
  padding: 0;
}

/* ----------------------------------------- */
/*  PUBLICATION AND REPORTS */
/* ----------------------------------------- */
.section-title span {
  color: var(--color-secondary);
}

.blog-section {
  padding: 55px 55px;
}

.blog-block-one .blog-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.blog-block-one .blog-image img {
  width: 100%;
  transform: scale(1);
  transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}

.blog-block-one:hover .blog-image img {
  transform: scale(1.15);
}

.blog-block-one .blog-info {
  padding-top: 30px;
  margin-bottom: 22px;
}

.blog-block-one .blog-info li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  color: var(--paragraph-color);
}

.blog-block-one .blog-info li:before {
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 15px;
  content: "";
  background-color: var(--paragraph-color);
}

.blog-block-one .blog-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.blog-block-one .blog-info li:last-child:before {
  display: none;
}

.blog-block-one .blog-info li a {
  display: inline-block;
  color: var(--paragraph-color);
}

.blog-block-one .blog-info li a:hover {
  color: var(--primary-color);
}

.blog-block-one h3 {
  margin-bottom: 10px;
  font-weight: 700;
  min-height: 124px;
}

.blog-block-one h5 a {
  display: inline-block;
  color: var(--title-color);
}

.blog-block-one h3 a {
  display: inline-block;
  color: var(--title-color);
  font-family: poppins;
  line-height: initial;
  font-size: 26px;
  height: auto;
}

.blog-block-one h5 a:hover {
  color: var(--primary-color);
}

.blog-block-one h3 a:hover {
  color: var(--primary-color);
}

.blog-block-one .blog-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: var(--paragraph-color);
}

.blog-block-one .link-btn {
  margin-left: 10px;
}

.blog-block-one .link-btn a {
  color: var(--paragraph-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  width: fit-content;
}

.blog-block-one .link-btn a::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(100%, -50%);
  background: url(../images/readmore-arrow.svg) no-repeat center center;
  filter: grayscale(100%);
  transition: all 0.2s ease;
}

.blog-block-one .link-btn a:hover::after,
.blog-block-one .link-btn a:focus:after {
  filter: grayscale(0);
}

.blog-block-one .link-btn a:hover {
  color: var(--primary-color);
  letter-spacing: 1px;
}

.blog-block-one .link-btn a i {
  margin-left: 10px;
}

.blog-block-one.style-two {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.blog-two-content {
  width: 66%;
  margin-right: 30px;
}

.blog-two-content h5 {
  margin-bottom: 6px;
}

.blog-two-content p {
  margin-bottom: 15px;
  line-height: 29px;
}

.blog-block-one.style-two .blog-info {
  padding-top: 0px;
  margin-bottom: 12px;
}

.blog-block-one .blog-info li {
  font-size: 14px;
}

.blog-two-image {
  max-width: 212px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog-two-image img {
  width: 212px;
  height: 202px;
  transform: scale(1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.blog-block-one:hover .blog-two-image img {
  transform: scale(1.15);
}

.blog-section.home-three {
  padding-top: 150px;
}

.blog-date {
  font-family: var(--poppinsM);
  color: var(--block-color);
  margin: 0 0 8px;
}

.blog-block-one {
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 24px 12px;
  min-height: 417px;
}

.blog-content h3 {
  font-size: 32px;
}

/* ----------------------------------------- */
/*  LIFE AT PRMPU */
/* ----------------------------------------- */
.life-at-prmpu-wrapper {
  padding: 55px 55px;
}

.life_at_prmpu_item {
  display: block;
  overflow: hidden;
  border-radius: 24px;
}

.life_at_prmpu_item>img {
  width: 100%;
  max-width: 300px;
  height: 310px;
  border-radius: 24px;
  object-fit: cover;
  object-position: center center;
  transition: all 0.4s ease;
  margin: 0 auto;
}

.life-at-prmpu-wrapper .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.life-at-prmpu-wrapper .view-content>div {
  margin: 0 0 15px;
}

.life-at-prmpu-wrapper .view-content>div:nth-child(odd) {
  margin-top: 48px;
}

.life_at_prmpu_item:hover img,
.life_at_prmpu_item:focus img {
  transform: scale(1.4);
  filter: grayscale(100%);
  border-radius: 24px;
}

/* ----------------------------------------- */
/*  RESPONSIVENSS */
/* ----------------------------------------- */

@media screen and (max-width: 768px) {
  .life-at-prmpu-wrapper {
    padding: 28px 28px;
  }

  .clients-section {
    padding: 28px 28px 28px;
  }

  .main-footer {
    padding: 0 28px;
  }

  .life-at-prmpu-wrapper .view-content>div:nth-child(odd) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 760px) {

  .blog-section {
    padding: 0 16px;
  }

  .blog-block-one {
    min-height: auto;
  }

  .blog-block-one h3 a {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0;
  }

  .blog-content h3 {
    font-size: 20px;
    min-height: auto;
  }

  .blog-content p:empty {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .life-at-prmpu-wrapper {
    padding: 28px 28px;
  }

  .main-footer {
    padding: 0 14px;
  }

  .clients-section {
    /* padding: 28px 28px 28px; */
    padding: 0 28px;
  }
}