/*About 2 section start*/
.hr-image-column {
    margin-bottom: 50px;
}
.hr-image-column .hr-inner-column {
    margin-bottom: 82px;
    margin-top: 50px;
    position: relative;
}
.hr-image-column .hr-inner-column:before {
    background-color: var(--color-3);
    content: "";
    height: 678px;
    left: 80px;
    position: absolute;
    top: -50px;
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
    width: 350px;
}
.hr-reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.hr-reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.hr-image-column .hr-inner-column .hr-image, .hr-image-column .hr-inner-column .hr-image-2 {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}
.hr-image-column .hr-inner-column .hr-image img, .hr-image-column .hr-inner-column .hr-image-2 img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
}
.hr-image-column .hr-inner-column .hr-image-2 {
    position: absolute;
    right: 20px;
    top: 30px;
}
.hr-image-column .hr-inner-column .hr-video-box {
    bottom: -93px;
    position: absolute;
    right: 50px;
}
.hr-image-column .hr-inner-column .hr-video-box .hr-play-btn {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hr-play-btn .hr-icon-triangle {
    background-color: var(--white);
    border: 6px solid var(--color-3);
    border-radius: 50%;
    color: var(--black);
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 93px;
    width: 93px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-repeat: no-repeat;
    background-position: center;
}
.hr-list-style {
    position: relative;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.hr-list-style li {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding-left: 28px;
    margin-bottom: 10px;
    color: var(--black);
}
.hr-list-style li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--color-4);
    background-color: var(--white);
}
.hr-bottom-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2px;
    padding-top: 55px;
    position: relative;
}
.hr-bottom-box .hr-info-btn {
    position: relative;
}
.hr-bottom-box .hr-info-btn small {
    color: var(--black);
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
}
.hr-bottom-box .hr-info-btn strong {
    color: var(--black);
    display: block;
    font-size: 26px;
    line-height: 1.4em;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hr-bottom-box .hr-author-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 57px;
    position: relative;
}
.hr-bottom-box .hr-author-box .hr-author-image {
    position: relative;
}
.hr-bottom-box .hr-author-box .hr-author-image:before {
    background-color: var(--color-3);
    clip-path: polygon(45% 0, 100% 0, 55% 100%, 0% 100%);
    content: "";
    height: 108px;
    left: -2px;
    position: absolute;
    top: -9px;
    width: 100px;
}
.hr-bottom-box .hr-author-box .hr-author-image img {
    position: relative;
    z-index: 1;
}
.hr-bottom-box .hr-author-box .hr-author-info {
    padding-left: 16px;
    padding-top: 5px;
    position: relative;
}
.hr-bottom-box .hr-author-box .hr-author-info .hr-name {
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1px;
    position: relative;
}
.hr-bottom-box .hr-author-box .hr-author-info .hr-designation {
    color: var(--black);
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden; /* Allows scrolling if content is too large */
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: 15% auto;
  padding: 0;
  width: 90%;
  max-width: 700px;
}

/* Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

/* Responsive Video */
.modal-content iframe {
  width: 100%;
/*  height: auto;*/
}

/* Media Query for Small Screens */
@media (max-width: 1199.98px) {
    .hr-image-column .hr-inner-column {
        margin-bottom: 0;
        margin-top: 0;
    }
    .hr-image-column .hr-inner-column .hr-image {
        height: 600px;
        width: 100%;
    }
    .hr-image-column .hr-inner-column .hr-image-2 {
        display: none;
    }
    .hr-image-column .hr-inner-column .hr-video-box {
        display: none;
    }
    .hr-bottom-box {
        margin-left: 0;
        padding-top: 30px;
    }
}
@media (max-width: 600px) {
  .modal-content {
    width: 100%;
    margin: 10% auto;
  }
  
  .close {
    font-size: 25px;
    right: 15px;
  }
}
@media (max-width: 575.98px) {
    .hr-image-column .hr-inner-column .hr-image {
        height: auto;
    }
    .hr-bottom-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hr-bottom-box .hr-author-box {
        margin-left: 0;
        margin-top: 10px;
    }
    .hr-image-column .hr-inner-column:before {
        display: none;
    }
}
/*About 2 section end*/