:root {
  --theme-color-dark-blue: #0b006c;
  --theme-color-light-blue: #0060aa;
  --theme-color-dark-red: #b60006;
  --theme-color-dark-purple: #610033;
}

.main-header .logo {
  text-align: center;
}
.main-header .logo img {
  height: 120px;
  width: auto;
}
@media (max-width: 768px) {
  .main-header .logo img {
    height: 70px;
    width: auto;
  }
}

.header-top .top-left ul li {
  font-size: 12px !important;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .header-style-two .header-top {
    display: block;
  }
  .header-style-two .header-top .inner-container {
    display: flex;
    flex-direction: column;
    padding: 0px 5px;
  }
  .header-style-two .header-top .inner-container .top-left {
    padding: 5px 10px;
    display: block;
  }
  .header-style-two .header-top .inner-container .top-left ul.list-style-one {
    flex-direction: row;
    background-color: var(--theme-color-dark-blue);
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    flex-wrap: wrap;
  }
  .header-style-two .header-top .inner-container .top-left ul.list-style-one li a {
    font-weight: bold;
  }
  .header-style-two .header-top .inner-container .top-right {
    display: block;
  }
  .header-style-two .header-top .inner-container .top-right ul.social-icon-one {
    display: block;
  }
}
.header-style-two .header-top .inner-container {
  background-color: black;
}

.main-menu .navigation > li.dropdown > a {
  padding-right: 12px;
}

.features-section .outer-box {
  padding: 85px 100px;
  padding-left: 0px;
  padding-right: 0;
  background-color: #f8f5f4;
}

.project-block .inner-box .content-box .inner span {
  line-height: 16px !important;
}

.projects-section2 {
  padding: 40px 0 100px;
}

.sec-title .sub-title:before {
  background-image: url(../images2/heading.png);
}

.about-section-four .content-column .inner-column .count-box .count {
  background-image: url(../images2/hlm-campus-thumbnail.jpg);
}

.about-section-three {
  padding: 10px 0 70px;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fontawesome-6.5.2/webfonts/fa-solid-900.woff2") format("woff2"), url("../fontawesome-6.5.2/webfonts/fa-solid-900.ttf") format("truetype");
}
.owl-custom-nav-1 .owl-nav {
  display: flex;
  justify-content: end;
  padding-right: 20px;
}
.owl-custom-nav-1 .owl-nav .owl-prev .owl-left-button:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f137";
  font-size: 50px;
  color: #04223e;
  margin-right: 20px;
}
.owl-custom-nav-1 .owl-nav .owl-next .owl-right-button:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f138";
  font-size: 50px;
  color: var(--theme-color1);
}

:root {
  --theme-color-light: #ffffff;
  --theme-color-dark: #000000;
  --theme-color1: #ff6d2e;
  --theme-color2: #04223e;
  --theme-color3: #d70006;
  --theme-color4: #f55713;
}

.owl-nav .owl-prev .owl-left-button:hover:after, .owl-nav .owl-next .owl-right-button:hover:after {
  color: #04223e;
}

.text-justify {
  text-align: justify;
}

.shape-2 {
  width: 686px;
  height: 427px;
  background-image: url(../images2/shape1.png);
}

.icon-container-2 {
  width: 500px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images2/image3.png);
}

.banner-section .content-box .title {
  font-size: 50px !important;
}

.news-section-two {
  padding: 40px 0 90px;
  z-index: 3;
}

@media only screen and (max-width: 1699px) {
  .header-style-two .main-box .nav-outer .navigation > li {
    margin-right: 39px;
  }
}
.mobile-menu .nav-logo img {
  max-height: 100px;
}

.projects-section2 {
  padding: 40px 0 10px;
}

.offer-section .content-column {
  padding: 40px 0 40px;
}

.about-section-four .content-column .inner-column .count-box .count {
  background-image: url(/images/hlm-campus-thumbnail.jpg);
}

.news-section .content-box .title {
  font-size: 16px;
  font-weight: 500;
  height: 70px;
}

.news-section {
  padding: 0px 0 0px;
}

.news-section-two {
  padding: 20px 0 50px;
}

.main-header .main-box {
  background-color: #2E2E2E;
}

.about-section-four {
  padding: 0px 0 10px;
  margin-bottom: 10px;
}

.clients-carousel {
  padding: 40px 0;
  position: relative;
}

.clients-carousel .owl-nav {
  margin-top: 25px;
}

.testimonials-section-two .bg {
  top: 0;
  margin-bottom: 50px;
}

.testimonials-section-two {
  padding-top: 50px;
  padding-bottom: 100px;
}

.testimonial-block .inner-box {
  height: 450px;
}

.white-popup {
  position: relative;
  background: white;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.green-popup {
  position: relative;
  background: #2E2E2E;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.widget-content .logo img {
  max-height: 125px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
  background: white;
}

.green-popup .sub-title {
  color: white;
  text-transform: none;
}

.green-popup .sub-title strong {
  font-weight: 900;
  color: white;
}

.green-popup h2 {
  color: white;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
}

.green-popup .text {
  font-weight: normal;
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 5px 10px;
  border-radius: 2px;
  line-height: 18px;
}

.green-popup .text strong {
  font-weight: 900;
  line-height: 15px !important;
}

.form-control, .input-text {
  height: calc(1.25rem + 27px);
}

#request-call-back p.validation-message {
  color: white !important;
  font-weight: normal;
  line-height: 16px;
  margin-top: 6px;
  font-size: 14px;
  margin-bottom: 0px;
}
#request-call-back .text {
  color: white;
  background-color: #ff6d2e;
}
#request-call-back .text span {
  font-weight: bold;
}
#request-call-back .btn-style-one {
  padding: 15px 50px;
}

#request-call-back .form-group {
  margin: 5px;
}

.flash-bg {
  -webkit-animation: BG-ANIMATION 2s infinite; /* Safari 4+ */
  -moz-animation: BG-ANIMATION 2s infinite; /* Fx 5+ */
  -o-animation: BG-ANIMATION 2s infinite; /* Opera 12+ */
  animation: BG-ANIMATION 2s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes BG-ANIMATION {
  0%, 49% {
    background-color: #F7F2E0;
    color: black;
  }
  50%, 100% {
    background-color: gold;
    color: black;
  }
}
.event-gallery2 .owl-nav {
  margin-top: 25px;
}

.events-gallery img {
  --t: 3px; /* control the thickness (corner = 3*edge) */
  --s: 40px; /* control the size of the corners (that also affect the size of the edges) */
  --g: 8px; /* control the gap */
  --c: #755C3B;
  padding: calc(2 * var(--t) + var(--g));
  border: var(--t) solid rgba(0, 0, 0, 0);
  background: conic-gradient(at var(--s) calc(3 * var(--t)), rgba(0, 0, 0, 0) 75%, var(--c) 0) 0 0/calc(100% - var(--s)) calc(100% - 3 * var(--t)) border-box, conic-gradient(at calc(3 * var(--t)) var(--s), rgba(0, 0, 0, 0) 75%, var(--c) 0) 0 0/calc(100% - 3 * var(--t)) calc(100% - var(--s)) border-box, linear-gradient(0deg, var(--c) calc(2 * var(--t)), rgba(0, 0, 0, 0) 0) 50% var(--t)/calc(100% - 2 * (var(--s) + var(--g))) 100% repeat-y padding-box, linear-gradient(-90deg, var(--c) calc(2 * var(--t)), rgba(0, 0, 0, 0) 0) var(--t) 50%/100% calc(100% - 2 * (var(--s) + var(--g))) repeat-x padding-box;
  transition: --s 0.5s;
  cursor: pointer;
}

.academic-council .academic-council-image img {
  --t: 2px; /* control the thickness (corner = 3*edge) */
  --s: 40px; /* control the size of the corners (that also affect the size of the edges) */
  --g: 8px; /* control the gap */
  --c: #755C3B;
  padding: calc(2 * var(--t) + var(--g));
  border: var(--t) solid rgba(0, 0, 0, 0);
  background: conic-gradient(at var(--s) calc(3 * var(--t)), rgba(0, 0, 0, 0) 75%, var(--c) 0) 0 0/calc(100% - var(--s)) calc(100% - 3 * var(--t)) border-box, conic-gradient(at calc(3 * var(--t)) var(--s), rgba(0, 0, 0, 0) 75%, var(--c) 0) 0 0/calc(100% - 3 * var(--t)) calc(100% - var(--s)) border-box, linear-gradient(0deg, var(--c) calc(2 * var(--t)), rgba(0, 0, 0, 0) 0) 50% var(--t)/calc(100% - 2 * (var(--s) + var(--g))) 100% repeat-y padding-box, linear-gradient(-90deg, var(--c) calc(2 * var(--t)), rgba(0, 0, 0, 0) 0) var(--t) 50%/100% calc(100% - 2 * (var(--s) + var(--g))) repeat-x padding-box;
  transition: --s 0.5s;
  cursor: pointer;
}
.academic-council .academic-council-image img:hover {
  --s: 80px;
}
.academic-council .academic-council-name h5 {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.academic-council .academic-council-name p {
  line-height: 18px;
  font-size: 15px;
}

.event-details h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0px;
  color: var(--theme-color1);
  font-weight: bold;
}

.event-details.page-title .title {
  font-size: 35px;
  text-transform: none;
}

.service-block-two .inner-box .image-box .image:before {
  background: rgba(255, 165, 0, 0.09);
}

.service-block-two .inner-box .read-more {
  background-color: #333;
}

.service-block-two .inner-box .image-box .icon:after {
  background-color: rgba(255, 0, 0, 0.46);
}

.service-block-two .inner-box .read-more {
  border-radius: 0px;
}

.page-title:before {
  background: var(--theme-color-dark-blue);
  opacity: 0.6;
}

.page-breadcrumb li:nth-child(1) a {
  color: orange;
  font-weight: bold;
}

.page-breadcrumb li:nth-child(1) a {
  color: orange;
  font-weight: bold;
}

.latest-post .sidebar__post-content h3 a {
  font-size: 15px !important;
  font-weight: 500 !important;
}

.blog-content .blog-subheading-h2, .blog-content .blog-subheading-h3 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.blog-content .blog-subheading-h2:before, .blog-content .blog-subheading-h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: var(--theme-color1);
}
.blog-content .blog-subheading-h2:after, .blog-content .blog-subheading-h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 100%;
  background-color: var(--theme-color1);
}
.blog-content .blog-subheading-h2:first-child {
  font-weight: bolder;
  font-size: 25px;
  color: white;
  margin-top: 20px;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: var(--theme-color1);
}
.blog-content .blog-subheading-h2:first-child:after {
  background-color: transparent;
}
.blog-content .blog-subheading-h2:first-child:before {
  background-color: transparent;
}
.blog-content .blog-custom-link {
  font-weight: bold;
  color: var(--theme-color1);
}
.blog-content .blog-content p {
  text-align: justify !important;
}
.blog-content .text-bold {
  font-weight: bolder;
}
.blog-content a.related-post.blog-custom-link {
  background-color: var(--theme-light-background);
  padding: 20px 20px;
  width: 100%;
  display: block;
  border-radius: 10px;
}
.blog-content a.related-post.blog-custom-link:hover {
  background-color: var(--theme-color1);
  color: white;
}
.blog-content .blog-content p.text-justify a {
  color: var(--theme-color1);
  font-weight: bolder;
  text-decoration: underline;
}

.heading-style-1 h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 160px;
  text-align: center;
  margin: auto;
  white-space: nowrap;
  padding-bottom: 13px;
}
.heading-style-1 h2:before {
  background-color: var(--theme-color1);
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 5px;
}
.heading-style-1 h2::after {
  background-color: var(--theme-color1);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
  margin-bottom: 0.25em;
}

.heading-style-2 h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.heading-style-2 h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.heading-style-2 h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  max-width: 100%;
  background-color: #333;
}

.heading-style-2-light h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  color: white;
}
.heading-style-2-light h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: gold;
}
.heading-style-2-light h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  max-width: 100%;
  background-color: white;
}

.team-block .inner-box .info-box {
  bottom: 30px;
}

span.designation2 {
  line-height: 20px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

.btn-style-one-custom {
  padding: 15px 23px;
  color: var(--theme-color-light);
  background: var(--theme-color2);
}

.btn-style-one-custom.hover-light:hover {
  color: white;
  background-color: white;
}

.btn-style-one-custom.hover-light:before {
  background-color: var(--theme-color1);
}

.management-image {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

strong.text-bold-orange {
  color: var(--theme-color1);
  font-weight: bolder;
}

.program-details .summary {
  background-color: var(--theme-color1);
  border-radius: 5px;
  padding: 15px 15px;
}
.program-details .summary h4.program-name {
  color: white;
  font-size: 35px;
}
.program-details .summary h4.program-name i {
  margin-right: 10px;
}
.program-details .summary h5 {
  color: var(--color-secondry);
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: normal;
}
.program-details .summary .program-details .summary h5 strong {
  font-weight: bolder;
  color: var(--color-primary);
}
.program-details .summary .summary-box-1 {
  background-color: var(--theme-color-light);
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 10px solid var(--theme-color1);
}
.program-details .summary .summary-box-2 {
  background-color: var(--theme-color-light);
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 10px solid var(--theme-color1);
}
.program-details .list-style-three li {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.38);
}

.career-icon-box-outer {
  background-color: var(--theme-color1);
  height: 100%;
  margin: 2px;
  border-radius: 5px;
  text-align: center;
}
.career-icon-box-outer .career-icon-box-inner img {
  width: 100px;
}
.career-icon-box-outer .career-icon-box-inner h5.career-title {
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.vac-box {
  padding: 15px;
  text-align: center;
}
.vac-box .vac-box-inner {
  padding: 10px;
  background-color: var(--theme-color2);
  height: 100%;
  margin: 2px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vac-box .vac-box-inner img {
  width: 150px;
  margin-top: 15px;
  background-color: var(--theme-light-background);
  padding: 5px 20px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: block;
}
.vac-box .vac-box-inner label {
  width: 100%;
  display: block;
  color: white;
  font-size: 15px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}

small.text-disclaimer {
  color: var(--theme-color1);
  line-height: 15px !important;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}

.about-section-five.academics-at-hlm {
  padding: 40px 10px;
}
.about-section-five.academics-at-hlm h2 {
  font-size: 30px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: var(--theme-color1);
}
.about-section-five.academics-at-hlm .inner-column {
  padding: 10px;
}
.about-section-five.academics-at-hlm .inner-column .row img {
  padding: 0px;
  width: 100%;
  border-top-left-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
}
.about-section-five.academics-at-hlm .blocks-column .inner-column {
  margin-left: 0px;
}

.custom-section-1 .service-block-three .icon-box .inner {
  justify-content: flex-start;
  text-align: center;
}
.custom-section-1 .icon-box {
  padding: 10px;
  text-align: center;
}
.custom-section-1 .icon-box .inner {
  background-color: black;
  height: 100%;
  border-radius: 10px;
}
.custom-section-1 .icon-box .inner:hover {
  background-color: var(--theme-color1);
}
.custom-section-1 .icon-box .inner:hover a {
  background-color: black;
}
.custom-section-1 .icon-box .inner .img-brochure {
  height: 70px;
  width: 70px;
  padding-top: 20px;
}
.custom-section-1 .icon-box .inner h5.title {
  color: white;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
.custom-section-1 .icon-box .inner a {
  background-color: var(--theme-color1);
  padding: 10px 20px;
  color: white;
}

.anti-ragging {
  background-color: var(--theme-light-background);
}

.important-links .inner-box {
  background-color: var(--theme-light-background);
}
.important-links .inner-box figure.image {
  background-color: var(--theme-color2);
  padding: 40px;
}
.important-links .inner-box .content-box .title {
  height: 50px;
}

.approval-logo-inner img {
  background-color: var(--theme-light-background);
  padding: 5px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.approval-logo-inner span.approval-caption {
  color: black;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

strong {
  font-weight: 900 !important;
}

.text-white2 {
  color: white !important;
}

.bg-red {
  background-color: var(--theme-color-dark-red);
  color: white;
}

.bg-blue {
  background-color: var(--theme-color-dark-blue);
  color: white;
}

.bg-purple {
  background-color: var(--theme-color-dark-purple);
  color: white;
}

.bg-light-almond {
  background-color: var(--theme-light-background);
  color: var(--theme-color2);
}

.bg-primary {
  background-color: var(--theme-color1) !important;
  color: white;
}

.bg-primary2 {
  background-color: var(--theme-color2) !important;
  color: white;
}

.custom-faq .accordion-box .block {
  padding: 14px 10px 10px;
  margin-bottom: 8px;
  background-color: var(--theme-light-background);
}
.custom-faq .accordion-box .block .acc-content {
  background-color: white;
  margin-top: 20px;
  border-radius: 10px;
  padding: 10px 10px;
}
.custom-faq .accordion-box .block .acc-content .content {
  position: relative;
  padding-top: 0px;
  padding-right: 80px;
}
.custom-faq .accordion-box .block .acc-content .content .text {
  font-size: 16px !important;
}

.custom-faq .list-style-three li {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: var(--title-font);
  font-weight: normal;
  color: var(--theme-color2);
}

.list-style-three-light li {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: var(--title-font);
  font-weight: normal;
  color: white;
  text-align: justify;
}
.list-style-three-light li i.fa-angles-right {
  color: gold;
  margin-right: 10px;
}

.infrastructure-block {
  margin-bottom: 20px;
}
.infrastructure-block .inner-box .image-box div {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.infrastructure-block .inner-box .content-box {
  background-color: var(--theme-light-background);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
}
.infrastructure-block .inner-box .content-box h4.title {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--theme-color1);
}

.modal .modal-header {
  background-color: var(--theme-color-dark-red);
}
.modal .modal-title {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.modal .modal-header .btn-close {
  background-color: white;
  opacity: 1;
}

.masonry-grid .grid {
  background-color: var(--theme-light-background);
  width: 100%;
}
.masonry-grid .grid-sizer,
.masonry-grid .grid-item {
  margin-bottom: 10px;
  margin: 0 auto;
  margin-bottom: 10px;
  opacity: 0;
}
.masonry-grid .grid-item img {
  width: 100% !important;
  border-radius: 20px;
}
.masonry-grid .grid-item.is-visible {
  animation: Items 1s ease-in forwards;
}
@keyframes Items {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) rotateY(90deg);
    transform: scale(0.3) rotateY(90deg);
  }
  60% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
  }
}
.masonry-grid .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.masonry-grid .grid-item img {
  --t: 3px; /* control the thickness (corner = 3*edge) */
  --s: 40px; /* control the size of the corners (that also affect the size of the edges) */
  --g: 8px; /* control the gap */
  --c: #755C3B;
  padding: calc(2 * var(--t) + var(--g));
  border: var(--t) solid rgba(0, 0, 0, 0);
  background: conic-gradient(at var(--s) calc(3 * var(--t)), rgba(0, 0, 0, 0) 75%, var(--c) 0) 0 0/calc(100% - var(--s)) calc(100% - 3 * var(--t)) border-box, conic-gradient(at calc(3 * var(--t)) var(--s), rgba(0, 0, 0, 0) 75%, var(--c) 0) 0 0/calc(100% - 3 * var(--t)) calc(100% - var(--s)) border-box, linear-gradient(0deg, var(--c) calc(2 * var(--t)), rgba(0, 0, 0, 0) 0) 50% var(--t)/calc(100% - 2 * (var(--s) + var(--g))) 100% repeat-y padding-box, linear-gradient(-90deg, var(--c) calc(2 * var(--t)), rgba(0, 0, 0, 0) 0) var(--t) 50%/100% calc(100% - 2 * (var(--s) + var(--g))) repeat-x padding-box;
  transition: --s 0.5s;
  cursor: pointer;
}
.masonry-grid .grid-item:hover img {
  filter: grayscale(0.9);
}
.masonry-grid .grid-item:hover .middle {
  opacity: 1;
}
.masonry-grid .grid-item i.fa-solid {
  color: orange !important;
}

/*# sourceMappingURL=custom.css.map */
