
.home-slider {
    height: 100vh;
    overflow: hidden;
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
}
.home-slider .tp-parallax-wrap {
    left: unset !important;
}
.home-slider .slotholder:after {
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
    content: "";
}
.home-slider .title { 
    font-weight: 400 !important;
    font-size: 60px !important;
    line-height: 60px !important;
    color: #ffffff;
    text-transform: uppercase !important;
}
.home-slider .title strong {
    font-weight: 900;
}
.home-slider .tp-bgimg {
    transform: scale(1.01);
    transition: transform 30s linear 0s;
}
.home-slider .active-revslide .tp-bgimg {
    transform: scale(1.5);
}
.home-slider__scroll_down {
    /*background: #ffffff; */
    width: 50%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    opacity: 0;
}
.home-slider__scroll_down a .content {
    display: flex;
    align-items: center;
}
.home-slider__scroll_down a .content p {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #f5f5f5;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-left: 20px;
    transition: 0.7s all ease;
}
.home-slider__scroll_down a .content svg #Ellipse_379 {
    transition: 0.7s all ease;
}
.home-slider__scroll_down a:hover .content p {
    color: #00a651;
}
.home-slider__scroll_down a:hover .content svg #Ellipse_379 {
    opacity: 1;
    fill: #00a651;
    r: 20;
    cy: 3;
    cx: 3;
}
.home-slider__scroll_down a:hover .content svg #Group_5982 line {
    stroke: white;
}
@media (max-width: 767px) {
    .home-slider .title {
        font-size: 40px !important;
        line-height: 40px !important;
        white-space: normal !important;
    }
    .home-slider .title br {
        display: none !important;
    }
    .home-slider__scroll_down a .content {
        padding-left: 15px !important;
    }
}
@media (max-width: 370px) {
    .home-slider .title {
        font-size: 30px !important;
        line-height: 30px !important;
        white-space: normal !important;
    }
}
.home-about__title h4 {
    font-size: 36px; 
    line-height: 40px;
}
.home-about__content {
    margin-top: 80px;
}
.home-about__content__img {
    padding-top: calc(240 / 400 * 100%);
    position: relative;
    height: unset;
}
.home-about__content__img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.home-about__content__img.slide-up:before {
    background-color: #ffffff;
    transition: all 1.2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.home-about__content p {
    font-size: 18px;
    line-height: 27px;
}
.home-about__content .dc-link {
    margin-top: 60px;
    display: none;
}
@media (max-width: 991px) {
    .home-about br {
        display: none;
    }
    .home-about__content .col-sm-4 {
        min-width: 100%;
        padding-right: 15px !important;
        margin-bottom: 40px;
    }
    .home-about__content .col-sm-3 {
        min-width: 50%;
        margin: 0;
        padding: 0 15px !important;
    }
    .home-about__content .dc-link {
        display: flex;
    }
}
@media (max-width: 767px) {
    .home-about.pt-120 {
        padding-top: 100px;
    }
    .home-about.pb-120 {
        padding-bottom: 100px;
    }
    .home-about__title h4 {
        font-size: 30px;
    }
    .home-about__content {
        margin-top: 40px;
    }
    .home-about__content .col-sm-3 {
        min-width: 100%;
    }
    .home-about__content .col-sm-3:nth-last-child(2) {
        margin-top: 40px;
    }
    .home-about__content p {
        font-size: 16px;
        line-height: 24px;
    }
}
.home-video__content {
    background-color: #000a3b;
    padding-right: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-video__content__inner h4 {
    font-size: 36px;
    font-weight: 100;
    color: #fff;
    line-height: 40px;
    margin-bottom: 60px;
}
.home-video__content__inner p {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}
.home-video__video {
    position: relative;
    margin: 0;
    padding: 0;
}
.home-video__video a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    z-index: 2;
}
.home-video__video__image {
    position: relative;
    padding-top: calc(660 / 768 * 100%);
    z-index: 1;
    overflow: hidden;
}
.home-video__video__image:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.45);
    left: 0;
    top: 0;
    transition: background-color 0.5s ease;
}
.home-video__video__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-video__video__video-icon {
    overflow: unset !important;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
}
.home-video__video__video-icon .icon-inner {
    z-index: 9999;
}
.home-video__video__video-icon .icon-inner svg {
    opacity: 1;
    -webkit-backdrop-filter: blur(15px) brightness(150%);
    backdrop-filter: blur(15px) brightness(150%);
    border-radius: 50%;
}
.home-video__video:hover .icon-inner {
    z-index: 1;
    position: relative;
}
.home-video__video:hover .icon-inner:before,
.home-video__video:hover .icon-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.home-video__video:hover .icon-inner:after {
    background-color: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(15px) brightness(150%);
    backdrop-filter: blur(15px) brightness(150%);
    z-index: -1;
    animation: pulse 1000ms infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
@media (min-width: 1550px) {
    .home-video .home-video__content__inner h4 {
        font-size: 40px;
        line-height: 50px;
    }
    .home-video .home-video__content__inner p {
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        color: #fff;
    }
    .home-video .home-video__video__image {
        padding-top: calc(750 / 1075 * 100%);
    }
}
@media (max-width: 990px) {
    .home-video .home-video__content {
        min-width: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-right: 30px;
        justify-content: left;
    }
    .home-video .home-video__content h4 {
        margin-bottom: 40px;
        font-size: 30px;
        font-weight: 100;
    }
    .home-video .home-video__video {
        min-width: 100%;
    }
}
@media (max-width: 767px) {
    .home-video .home-video__content {
        padding-left: 30px;
    }
    .home-video .home-video__content .home-video__content__inner h4 {
        margin-bottom: 40px;
        font-size: 30px;
        font-weight: 100;
    }
    .home-video .home-video__content .home-video__content__inner p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
    .home-video .home-video__video__image {
        padding-top: calc(350 / 414 * 100%);
    }
}

.services {
    background-color: #2c7a6e;
}
.services__title {
    margin-bottom: 60px;
}
.services__title p {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: 100;
}
.services__box-wrap .service-col {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 140px;
    padding-bottom: 140px;
}
.services__box-wrap .service-col:nth-child(2) .services__box-wrap__small {
    margin: auto;
}
.services__box-wrap .service-col:nth-child(2):before {
    position: absolute;
    content: "";
    height: calc(95% - 300px);
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    left: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
}
.services__box-wrap .service-col:nth-child(2):after {
    position: absolute;
    content: "";
    height: calc(95% - 300px);
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    right: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
}
.services__box-wrap .service-col:nth-last-child(1) .services__box-wrap__small {
    margin-left: auto;
}
.services__box-wrap .service-col:hover .services__box-wrap__single {
    width: 100% !important;
    transition-delay: 0s !important;
}
.services__box-wrap .service-col:hover .services__box-wrap__single .services__box-wrap__single__img h4,
.services__box-wrap .service-col:hover .services__box-wrap__single .services__box-wrap__single__img p,
.services__box-wrap .service-col:hover .services__box-wrap__single .services__box-wrap__single__img a {
    opacity: 1;
    transform: none;
}
.services__box-wrap .service-col:hover .services__box-wrap__single .services__box-wrap__single__img h4 {
    transition-delay: 0.5s;
}
.services__box-wrap .service-col:hover .services__box-wrap__single .services__box-wrap__single__img p {
    transition-delay: 0.6s;
}
.services__box-wrap .service-col:hover .services__box-wrap__single .services__box-wrap__single__img a {
    transition-delay: 0.7s;
}
.services__box-wrap .service-col:hover .services__box-wrap__single .services__box-wrap__single__content p {
    opacity: 1;
    transition-delay: 0.9s;
    transform: none !important;
}
.services__box-wrap__small {
    text-align: center;
    padding-left: 125px;
    padding-right: 125px;
    height: 100%;
    position: relative;
}
.services__box-wrap__small__inner {
    padding-top: calc(350 / 270 * 100%);
    position: relative;
    min-height: 100%;
}
.services__box-wrap__small__inner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.services__box-wrap__small__inner.slide-up:before {
    background-color: #2c7a6e;
    transition: all 1.2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.services__box-wrap__small p {
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    position: absolute;
    left: 67px;
    bottom: 50px;
    margin: auto;
    height: fit-content;
    text-transform: uppercase;
}
@media (min-width: 1301px) and (max-width: 1400px) {
    .services__box-wrap__small p {
        font-size: 32px;
    }
}
@media (min-width: 1201px) and (max-width: 1300px) {
    .services__box-wrap__small p {
        font-size: 28px;
    }
}
@media (min-width: 991px) and (max-width: 1200px) {
    .services__box-wrap__small p {
        font-size: 24px;
    }
}
.services__box-wrap__single {
    width: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transition: all 1s cubic-bezier(0.33, 1, 0.68, 1) !important;
    transition-delay: 0.2s !important;
    z-index: 11;
}
.services__box-wrap__single-inner {
    height: 100%;
}
.services__box-wrap__single__img {
    position: relative;
    height: 50%;
}
.services__box-wrap__single__img img,
.services__box-wrap__single__img picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
.services__box-wrap__single__img h4 {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    position: absolute;
    top: 60px;
    left: 80px;
    right: 60px;
    opacity: 0;
    text-transform: uppercase;
    transition-delay: 0s;
    transform: translateY(20px);
    transition: all 0.5s ease;
}
.services__box-wrap__single__img p {
    font-size: 18px;
    line-height: 24px;
    right: 60px;
    left: 80px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition-delay: 0s;
    transform: translateY(20px);
    transition: all 0.5s ease;
}
.services__box-wrap__single__img a {
    position: absolute;
    bottom: 40px;
    left: 80px;
    opacity: 0;
    transition-delay: 0s;
    transform: translateY(20px);
    transition: all 0.5s ease;
    z-index: 12;
}
.services__box-wrap__single__img a:nth-child(1) {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 12;
}
.services__box-wrap__single__img .hover svg {
    transition: transform 0.3s ease;
}
.services__box-wrap__single__img:hover .hover:after {
    height: 100%;
    width: 100%;
    transition-delay: 0.6s;
}
.services__box-wrap__single__img:hover .hover svg {
    transform: rotate(180deg);
    transition-delay: 0.6s;
}
.services__box-wrap__single__content {
    height: 50%;
    background-color: #222;
    padding: 60px 60px 40px 80px;
}
.services__box-wrap__single__content p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    opacity: 0;
    transition-delay: 0s;
    transition: all 0.4s ease;
    transform: translateY(20px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
@media (min-width: 1550px) {
    .services .services__title p {
        font-size: 40px;
        line-height: 50px;
    }
    .services .services__box-wrap__small p {
        font-size: 40px;
        line-height: 50px;
        left: 40px;
    }
}
@media (max-width: 1200px) {
    .services .services__box-wrap__small {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-width: 991px) {
    .services .services__box-wrap__single {
        width: 100% !important;
    }
    .services .services__box-wrap__single p,
    .services .services__box-wrap__single a,
    .services .services__box-wrap__single h4 {
        opacity: 1 !important;
        transform: none !important;
        left: 40px;
        right: 40px;
    }
    .services .services__box-wrap__single__img h4 {
        top: 40px;
    }
    .services .services__box-wrap__single__img p {
        top: auto;
        bottom: 100px;
    }
    .services .services__box-wrap__single__content {
        padding: 40px;
    }
}
@media (max-width: 768px) {
    .services {
        padding-bottom: 60px;
    }
    .services .services__box-wrap {
        padding: 0 30px;
    }
    .services .service-col {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .services .services__box-wrap__single__img h4 {
        top: 60px;
        font-size: 14px;
        line-height: 18px;
        top: 40px;
    }
    .services .services__box-wrap__single__img p {
        bottom: 110px;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
    }
    .services .services__box-wrap__single__content p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .services .services__title {
        margin-bottom: 80px;
    }
    .services .services__title p {
        font-size: 30px;
        line-height: 40px;
    }
    .services .services__title p br {
        display: none;
    }
}

.schedule__title .title {
    text-transform: none !important;
}
.schedule__content .title {
    font-size: 36px;
    font-weight: 100;
    line-height: 40px;
    margin: 0 0 80px 0;
}
.schedule__content__form .wpcf7-form-control-wrap {
    margin-bottom: 60px;
}
.schedule__content__form input {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #4a4a4a;
    background: transparent;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #818181;
    padding-bottom: 15px;
    transition: 0.5s ease;
}
.schedule__content__form input:focus {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    border-bottom: 1px solid #00a651;
}
.schedule__content__form .nice-select .current {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #4a4a4a;
}
.schedule__content__form .nice-select {
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    color: #4a4a4a;
    border-bottom: 1px solid #818181;
    padding: 0;
    margin-top: -10px;
    height: 50px;
    transition: 0.5s ease;
}
.schedule__content__form .nice-select .option {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #4a4a4a;
    padding: 15px;
}
.schedule__content__form .nice-select:focus {
    border-bottom: 1px solid #00a651;
}
.schedule__content__form .nice-select .option.focus,
.schedule__content__form .nice-select .option.selected.focus {
    background-color: #f9f9f9;
    color: #4a4a4a;
}
.schedule__content__form .nice-select:after {
    content: url("../images/static/down-arrow-black.svg");
    font-family: ui-monospace;
    font-size: 0;
    line-height: 0;
    top: 20px;
    padding-right: 10px;
}
.schedule__content__form .nice-select.open:after {
    transform: rotate(-180deg);
}
.schedule__content h3 {
    font-size: 36px;
    font-weight: 100;
    line-height: 40px;
    margin: 0 0 40px 0;
}
.schedule__content .dc-button-black {
    background-color: #222222;
    box-shadow: none;
    border: 1px solid #4a4a4a;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: border 0.4s ease;
    border-radius: 0;
}
.schedule__content .dc-button-black:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: #00a651;
    transition: all 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}
.schedule__content .dc-button-black img {
    margin-right: 15px;
    z-index: 2;
    height: 24px;
    width: 24px;
}
.schedule__content .dc-button-black span {
    font-size: 24px;
    line-height: 24px;
    position: relative;
    font-weight: 500;
    color: #ffffff;
    z-index: 2;
    transition: color 0.6s ease;
}
.schedule__content .dc-button-black:hover {
    border-color: #00a651;
}
.schedule__content .dc-button-black:hover:before {
    height: 100%;
}
.schedule__content .dc-button-black:hover span {
    color: #fff;
}
@media (max-width: 767px) {
    .schedule.pt-120 {
        padding-top: 100px;
    }
    .schedule.pb-120 {
        padding-bottom: 100px;
    }
    .schedule__content .title {
        margin: 0 0 40px 0;
    }
    .schedule__content__form .wpcf7-form-control-wrap {
        margin-bottom: 30px;
    }
    .schedule__content__form .dc-button-submit {
        height: 50px;
        margin-bottom: 80px;
    }
    .schedule__content h3 {
        font-size: 30px;
    }
    .schedule__content .dc-button-black {
        height: 60px;
    }
    .schedule__content .dc-button-black span {
        font-size: 14px;
        line-height: 17px;
    }
}
.home-project {
    background-color: #f9f9f9;
}
@media (max-width: 767px) {
    .home-project.pt-120 {
        padding-top: 100px;
    }
}
.home-project__title .title-with-line__left {
    background-color: #f9f9f9;
}
.home-project__title .title-with-line__right {
    background-color: #f9f9f9;
}
.home-project__init {
    position: relative;
    opacity: 0;
}
.home-project__init.slick-initialized {
    opacity: 1;
}
.home-project__init .slick-list {
    padding: 0 !important;
}
.home-project__init .slick-list:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    right: 0;
    background: #f9f9f9;
    z-index: 1;
}
.home-project__init .slick-list:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    left: 0;
    background: #f9f9f9;
    z-index: 1;
}
.home-project__init.slick-dotted {
    margin-bottom: 50px !important;
}
.home-project__init .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -50px;
    z-index: 1;
}
.home-project__init .slick-dots .slick-active button {
    border: 1px solid #222222;
}
.home-project__init .slick-dots .slick-active button:before {
    background-color: #222222;
}
.home-project__init .slick-dots li {
    width: 20px;
    height: 20px;
}
.home-project__init .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
    position: relative;
}
.home-project__init .slick-dots li button:before {
    border-radius: 50%;
    height: 6px;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    opacity: 1;
    background-color: #d9d9d9;
}
.home-project__init .slick-current .home-project__single {
    position: relative;
}
.home-project__init .slick-current .home-project__single a {
    opacity: 1;
}
.home-project .home-project-container-fluid {
    position: relative;
}
.home-project .home-project-container-fluid .home-project-arrow .left-btn {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 5%;
    margin: auto;
}
.home-project .home-project-container-fluid .home-project-arrow .right-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
}
.home-project .home-project-container-fluid .home-project-arrow li {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    overflow: hidden;
    z-index: 1;
}
.home-project .home-project-container-fluid .home-project-arrow li.slick-disabled svg g .testimonials-btn-main {
    fill: transparent;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.home-project .home-project-container-fluid .home-project-arrow li.slick-disabled svg g line {
    stroke: #222222;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.home-project .home-project-container-fluid .home-project-arrow li svg {
    cursor: pointer;
    border-radius: 50%;
}
.home-project .home-project-container-fluid .home-project-arrow li svg g {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.home-project .home-project-container-fluid .home-project-arrow li svg g circle {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.home-project .home-project-container-fluid .home-project-arrow li svg g .testimonials-btn-hover {
    opacity: 0;
    fill: #00a651;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.home-project .home-project-container-fluid .home-project-arrow li svg g line {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.home-project .home-project-container-fluid .home-project-arrow li svg:hover g {
    stroke: #00a651;
}
.home-project .home-project-container-fluid .home-project-arrow li svg:hover g .testimonials-btn-hover {
    r: 20 !important;
    opacity: 1;
}
.home-project .home-project-container-fluid .home-project-arrow li svg:hover g line {
    stroke: #ffffff;
}
.home-project__single {
    position: relative;
}
.home-project__single .p-status {
    -webkit-clip-path: polygon(0 0, 0 100px, 100px 0);
    clip-path: polygon(0 0, 0 100px, 100px 0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    z-index: 3;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-project__single .p-status h4 {
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 500;
    transform: rotate(-45deg) translateY(-24px);
}
.home-project__single a {
    overflow: hidden;
    transition: all 1.4s ease;
}
.home-project__single a:hover {
    opacity: 1;
}
.home-project__single a:hover .home-project__single__img .modify-img {
    transform: scale(1.04);
}
.home-project__single a:hover .home-project__single__img:after {
    opacity: 1;
}
.home-project__single a:hover .home-project__single__img .details-logo {
    opacity: 1;
}
.home-project__single__header {
    min-height: 65px;
}
.home-project__single__header h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
}
.home-project__single__img {
    padding-top: calc(500 / 370 * 100%);
    position: relative;
    overflow: hidden;
    z-index: 4;
}
.home-project__single__img .modify-img {
    z-index: 1;
    transform: scale(1.01);
    transition: all 1.4s ease;
}
.home-project__single__img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    transition: all 1.4s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
}
.home-project__single__img .details-logo {
    position: absolute;
    height: 114px;
    width: 104px;
    top: calc(50% - 57px);
    left: calc(50% - 52px);
    object-fit: cover;
    z-index: 2;
    opacity: 0;
    transition: all 1.4s ease;
}
.home-project__single__content {
    margin: 30px 0 0 0;
}
.home-project__single__content .title-with-line {
    margin: 0;
}
.home-project__single__content .title-with-line__left {
    padding-right: 10px;
    background-color: #f9f9f9;
}
.home-project__single__content .title-with-line__right {
    padding-left: 10px;
    background-color: #f9f9f9;
}
.home-project__single__content p {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 300;
}
.home-project .load-btn-main {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-project .load-btn-res {
    display: none;
}
.home-project__explore-btn {
    display: none;
}
@media (min-width: 2600px) {
    .home-project .p-status {
        -webkit-clip-path: polygon(0 0, 0 200px, 200px 0);
        clip-path: polygon(0 0, 0 200px, 200px 0);
        height: 200px;
        width: 200px;
    }
    .home-project .p-status h4 {
        font-size: 28px;
        line-height: 28px;
        transform: rotate(-45deg) translateY(-40px);
    }
}
@media (min-width: 1550px) {
    .home-project.pb-90 {
        padding-bottom: 150px;
    }
    .home-project__init .slick-list {
        position: relative;
    }
    .home-project__init .slick-list:after {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 15px;
        right: 0;
        background: #f9f9f9;
        z-index: 1;
    }
    .home-project__init .slick-list:before {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 15px;
        left: 0;
        background: #f9f9f9;
        z-index: 1;
    }
    .home-project__init.slick-dotted {
        margin-bottom: 70px !important;
    }
    .home-project__init .slick-dots {
        bottom: -70px;
    }
    .home-project__init .slick-dots li {
        width: 30px;
        height: 30px;
    }
    .home-project__init .slick-dots li button {
        width: 30px;
        height: 30px;
    }
    .home-project__init .slick-dots li button:before {
        height: 8px;
        width: 8px;
    }
}
@media (max-width: 1366px) {
    .home-project .home-project-container-fluid .home-project-arrow .left-btn {
        left: calc(5% - 20px);
    }
    .home-project .home-project-container-fluid .home-project-arrow .right-btn {
        right: calc(5% - 20px);
    }
}
@media (max-width: 1300px) {
    .home-project .home-project-container-fluid .home-project-arrow .left-btn {
        left: calc(5% - 40px);
    }
    .home-project .home-project-container-fluid .home-project-arrow .right-btn {
        right: calc(5% - 40px);
    }
}
@media (max-width: 1235px) {
    .home-project .home-project-container-fluid .home-project-arrow .left-btn {
        left: calc(5% - 55px);
    }
    .home-project .home-project-container-fluid .home-project-arrow .right-btn {
        right: calc(5% - 55px);
    }
}
@media (min-width: 1211px) {
    .home-project__init .slick-dots {
        display: none !important;
    }
}
@media (max-width: 1210px) {
    .home-project .home-project-container-fluid .home-project-arrow {
        display: none;
    }
    .home-project .home-project-container-fluid .home-project-arrow li {
        display: none;
    }
}
@media (max-width: 767px) {
    .home-project.pt-150 {
        padding-top: 100px;
    }
    .home-project.pb-90 {
        padding-bottom: 100px;
    }
    .home-project .container-fluid {
        padding-right: 0 !important;
    }
    .home-project .container-fluid .col-sm-12 {
        padding: 0 7.5px;
    }
    .home-project__init .slick-list {
        margin: 0 !important;
        padding: 0 85px 0 7.5px !important;
    }
    .home-project__init .slick-list:before {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 15px;
        left: 0;
        background: #f9f9f9;
        z-index: 1;
    }
    .home-project__init.slick-dotted {
        margin-bottom: 70px !important;
    }
    .home-project__init .slick-dots {
        bottom: -70px;
    }
    .home-project__init .slick-dots li {
        width: 30px;
        height: 30px;
    }
    .home-project__init .slick-dots li button {
        width: 30px;
        height: 30px;
    }
    .home-project__init .slick-dots li button:before {
        height: 8px;
        width: 8px;
    }
    .home-project__single {
        padding: unset !important;
    }
    .home-project__single a {
        opacity: 1;
    }
    .home-project__single a:hover {
        opacity: 1;
    }
    .home-project__single a:hover .home-project__single__img .modify-img {
        transform: none;
    }
    .home-project__single a:hover .home-project__single__img:after {
        display: none;
        opacity: 0;
    }
    .home-project__single a:hover .home-project__single__img .details-logo {
        display: none;
        opacity: 0;
    }
    .home-project__single__header h1 {
        text-align: left;
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }
    .home-project__single__img {
        padding-top: calc(380 / 290 * 100%);
    }
    .home-project__single__img img {
        transform: none !important;
    }
    .home-project__single__content {
        margin: 20px 0 0 0;
    }
    .home-project__single__content .title-with-line {
        display: unset !important;
    }
    .home-project__single__content .title-with-line__left {
        padding: 0 0 15px;
        border-bottom: 1px solid #222222;
        margin: 0 0 15px;
        display: inline-block;
    }
    .home-project__single__content .title-with-line__left p {
        font-size: 14px;
    }
    .home-project__single__content .title-with-line__right {
        padding: 0px;
    }
    .home-project__single__content .title-with-line__right p {
        font-size: 14px;
    }
    .home-project__single__content .title-with-line:after {
        content: unset;
    }
    .home-project .load-btn-main {
        display: none;
    }
    .home-project .load-btn-res {
        padding-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-project__explore-btn {
        margin-top: 40px;
        display: unset;
    }
}
@media (max-width: 650px) {
    .home-project__init.slick-dotted {
        margin-bottom: 50px !important;
    }
    .home-project__init .slick-dots {
        bottom: -50px;
    }
    .home-project__init .slick-dots li {
        width: 20px;
        height: 20px;
    }
    .home-project__init .slick-dots li button {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 350px) {
    .home-project__init .slick-dots {
        bottom: -70px;
    }
    .home-project__init .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .home-project__init .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    .home-project__single__header h1 {
        font-size: 16px;
    }
}
.project-search-home form {
    margin-top: 60px;
}
.project-search-home form .dc-button-submit {
    background-color: transparent;
}
.project-search-home form .dc-button-submit:hover {
    color: #fff;
}
@media (max-width: 767px) {
    .project-search-home__single.mmx-15 {
        margin: 15px 0;
    }
    .project-search-home__single.mmt-15 {
        margin-top: 15px;
    }
}
.project-search-home__single .nice-select {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #818181;
    color: #4a4a4a;
    padding: 0;
}
.project-search-home__single .nice-select .current {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #4a4a4a;
    text-transform: uppercase;
}
@media (min-width: 1550px) {
    .project-search-home__single .nice-select .current {
        font-size: 16px;
    }
}
.project-search-home__single .nice-select .option {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}
@media (min-width: 1550px) {
    .project-search-home__single .nice-select .option {
        font-size: 16px;
    }
}
.project-search-home__single .nice-select .option:hover {
    background: #e9e9e9;
    color: #222222;
}
.project-search-home__single .nice-select:after {
    content: url("../images/static/down-arrow-black.svg");
    right: 18px;
    top: 0px;
}
.project-search-home__single .nice-select.open:after {
    right: 14px;
    top: 45px;
    transform: rotate(-180deg);
}
.project-search-home__single .nice-select .list {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 6;
}
.project-search-home__single .nice-select .list .option.selected.focus {
    font-size: 14px;
    font-weight: 500;
}
@media (min-width: 1550px) {
    .project-search-home__single .nice-select .list .option.selected.focus {
        font-size: 16px;
    }
}
.map-title {
    background: #f9f9f9;
    text-align: center;
}
.map-title h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    color: #222222;
}
@media (min-width: 1550px) {
    .map-title.pt-120 {
        padding-top: 150px !important;
    }
    .map-title h2 {
        font-size: 50px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .map-title {
        text-align: left;
    }
    .map-title.pt-120 {
        padding-top: 100px !important;
    }
    .map-title h2 {
        font-size: 30px;
    }
}
.map-content {
    height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
}
.map-content .tab-content {
    border: 1px solid #34a853;
}
.map-content #map {
    height: calc(100vh - 100px);
    width: 100%;
    display: flex;
}
.map-content #map a {
    width: 20%;
    background-color: transparent;
}
.map-content .location-map-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-content .location-map-holder:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: 0.7s all ease-in;
    background-image: url(/2204ALM/DEV/themes/cms/assets/images/static/mapbg.svg);
    background-color: rgba(0, 0, 0, 0);
    background-blend-mode: multiply;
}
.map-content .location-map-holder:hover:before {
    background-color: rgba(0, 0, 0, 0.7);
}
.map-content .hideafterclick .dc-button-submit {
    opacity: 0;
    visibility: hidden;
}
.map-content .hideafterclick:before {
    opacity: 0;
    transition-delay: 4s;
    transition: 4s all !important;
    visibility: hidden;
}
.map-content .map-popup {
    width: 100%;
    display: block;
    height: auto;
}
.map-content .map-popup:hover .texts__arrow {
    transform: translateX(0);
}
.map-content .map-popup .texts {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.map-content .map-popup .texts__header {
    padding: 30px;
    flex: 0 0 100%;
    background: #2c7a6e;
}
.map-content .map-popup .texts h3 {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
}
.map-content .map-popup .texts h2 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px 0;
    line-height: 20px;
    color: #ffffff;
    text-transform: capitalize;
}
.map-content .map-popup .texts h4 {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px 0;
    line-height: 21px;
    color: #ffffff;
}
.map-content .map-popup .texts a img {
    height: 14px;
    width: 20px;
}
@media (min-width: 1550px) {
    .map-content .map-popup .texts h3 {
        font-size: 14px;
        margin: 0 0 25px 0;
    }
    .map-content .map-popup .texts h2 {
        font-size: 18px;
    }
    .map-content .map-popup .texts h4 {
        font-size: 16px;
        margin: 0 0 30px 0;
    }
    .map-content .map-popup .texts a img {
        height: 21px;
        width: 30px;
    }
}
.map-content .map-popup .texts .dcBtnTwo span {
    color: #ffffff;
}
.map-content .map-popup .texts .dcBtnTwo span img {
    width: auto !important;
    float: unset !important;
    color: #ffffff;
}
.map-content .scrollable .viewport .overview {
    width: 100%;
}
.map-content .gm-ui-hover-effect img {
    filter: invert(1);
}
.map-content .gm-style .gm-style-iw-t {
    bottom: 0 !important;
}
.map-content .gm-style .gm-style-iw-t::after {
    background: #2c7a6e !important;
    box-shadow: none;
}
.map-content .gm-style .gm-style-iw-c {
    border-radius: 0 !important;
    padding: 0;
    width: 320px !important;
    background: #2c7a6e;
    overflow: hidden;
    top: unset;
    bottom: 0;
    transform: translate3d(-50%, 100%, 0) !important;
    transition: 0.7s all ease;
}
@media (max-width: 767px) {
    .map-content .gm-style .gm-style-iw-c {
        width: calc(100% - 30px) !important;
        max-width: 300px !important;
    }
}
.map-content .gm-style .gm-style-iw-d {
    height: auto;
    padding: 0 !important;
    overflow: hidden !important;
}
.map-content .gm-style-mtc {
    display: none !important;
}
.map-content .gm-fullscreen-control {
    display: none !important;
}
.map-content .gm-bundled-control .gmnoprint {
    border: 1px solid #666666;
}
.map-content button.gm-ui-hover-effect {
    top: -1px !important;
    right: -1px !important;
}
.map-content button.gm-ui-hover-effect span {
    background-color: #ffffff;
}
.map-content .gm-style-iw-tc {
    filter: none;
}
.map-content .gm-style-iw-tc:after {
    top: -12px !important;
    background: #2c7a6e !important;
    transform: rotate(180deg) !important;
}
.map-content .MapPopup-wrap .SlideOut {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.map-content .MapPopup-wrap .SlideOut span {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    color: #2c7a6e;
}
.map-content .MapPopup-wrap img.SlideOut {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    height: 14px;
    cursor: pointer;
}
.map-content .MapPopup-wrap__single {
    position: absolute;
    height: calc(100vh - 100px);
    width: 400px;
    z-index: 8;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 60px 40px 40px;
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transform: translate(-100px, -100%);
    background: #ffffff;
    background-blend-mode: multiply;
}
@media (min-width: 1550px) {
    .map-content .MapPopup-wrap__single {
        padding: 76px 60px 60px;
    }
}
@media (max-width: 767px) {
    .map-content .MapPopup-wrap__single {
        padding: 60px 20px 40px;
        width: 100%;
    }
}
.map-content .MapPopup-wrap__single .map_bg {
    position: relative;
    padding-top: 67.93%;
}
.map-content .MapPopup-wrap__single .wrappercontent {
    padding: 30px;
}
.map-content .MapPopup-wrap__single.slideIn {
    transform: translate(-100px);
}
@media (max-width: 767px) {
    .map-content .MapPopup-wrap__single.slideIn {
        transform: translate(0);
    }
}
.map-content .MapPopup-wrap__single__content__header {
    margin-bottom: 35px;
    padding: 0;
}
.map-content .MapPopup-wrap__single__content__header h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    color: #222222;
    margin: 0 0 15px 0;
}
.map-content .MapPopup-wrap__single__content__header h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #222222;
    margin: 0;
}
@media (min-width: 1550px) {
    .map-content .MapPopup-wrap__single__content__header h2 {
        font-size: 24px;
        line-height: 30px;
    }
}
.map-content .MapPopup-wrap__single__content__body {
    height: calc(100vh - 380px);
    overflow: hidden;
    padding: 0 0 40px;
}
.map-content .MapPopup-wrap__single__content__body p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222222;
    margin: 0;
}
.map-content .MapPopup-wrap__single__content__body__gallery {
    margin: 40px 0 0;
    width: 100%;
}
.map-content .MapPopup-wrap__single__content__body__gallery ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
}
.map-content .MapPopup-wrap__single__content__body__gallery ul li a {
    padding-top: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.map-content .MapPopup-wrap__single__content__body__gallery ul li a img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(0.8);
}
.map-content .MapPopup-wrap__single__content__footer {
    padding: 0 40px;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}
@media (max-width: 767px) {
    .map-content .MapPopup-wrap__single__content__footer {
        padding: 0 20px;
    }
}
.map-content .MapPopup-wrap__single__content__footer a {
    background: #222222;
    color: #ffffff;
}
.map-content .MapPopup-wrap__single__content__footer a span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.map-content .scrollable.default-skin .scroll-bar.vertical {
    background: rgba(238, 238, 238, 0.13);
    opacity: 0;
}
.map-content .scrollable.default-skin .scroll-bar .thumb {
    background: #ffffff;
}
.map-content .scrollHere:hover .scroll-bar.vertical {
    opacity: 1;
}
.map-content .gm-style .gm-style-iw-c {
    border-radius: 0 !important;
}
.map-content .gmnoprint {
    display: none;
}
.latest-updates__slider {
    padding: 0;
}
.latest-updates__slider__init {
    position: relative;
    opacity: 0;
}
.latest-updates__slider__init.slick-initialized {
    opacity: 1;
}
.latest-updates__slider__init:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #ffffff;
    z-index: 1;
}
.latest-updates__slider__init:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: #ffffff;
    z-index: 1;
}
.latest-updates__slider__init.slick-dotted {
    margin-bottom: 65px !important;
}
.latest-updates__slider__init .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -70px;
    z-index: 1;
}
.latest-updates__slider__init .slick-dots .slick-active button {
    border: 1px solid #222222;
}
.latest-updates__slider__init .slick-dots .slick-active button:before {
    background-color: #222222;
}
.latest-updates__slider__init .slick-dots li {
    width: 30px;
    height: 30px;
}
.latest-updates__slider__init .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
    position: relative;
}
.latest-updates__slider__init .slick-dots li button:before {
    border-radius: 50%;
    height: 8px;
    width: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    opacity: 1;
    background-color: #d9d9d9;
}
.latest-updates__slider__single {
    padding: 0 15px;
}
.latest-updates__slider__single__inner {
    position: relative;
    padding-top: calc(450 / 370 * 100%);
    overflow: hidden;
    z-index: 4;
}
.latest-updates__slider__single__inner a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    object-fit: cover;
}
.latest-updates__slider__single__inner:hover:after {
    height: 100%;
}
.latest-updates__slider__single__inner:hover .latest-updates__slider__single__inner__bottom-content__wrapper {
    transform: translate(0, 0);
}
.latest-updates__slider__single__inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    object-fit: cover;
    z-index: 5;
    background-color: #2c7a6e;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.latest-updates__slider__single__inner .modify-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 1;
    transform: scale(1.01);
}
.latest-updates__slider__single__inner__top-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    margin: 40px;
}
.latest-updates__slider__single__inner__top-content h3 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}
.latest-updates__slider__single__inner__bottom-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 80px;
    z-index: 6;
    margin: 0 40px 40px;
    overflow: hidden;
}
.latest-updates__slider__single__inner__bottom-content__wrapper {
    transform: translate(0, 55px);
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.latest-updates__slider__single__inner__bottom-content__wrapper h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 15px 0;
}
.latest-updates__slider__single__inner__bottom-content__wrapper p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}
.latest-updates__slider__single__inner__bottom-content__wrapper .card-link {
    margin: 30px 0 0 0;
    color: #ffffff;
}
.latest-updates__slider__single__inner__bottom-content__wrapper .card-link .explore-btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
}
.latest-updates__slider__single__inner__bottom-content__wrapper .card-link .explore-btn img {
    margin-left: 15px;
}
.latest-updates__slider ul .left-btn {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: -50px;
    margin: auto;
}
.latest-updates__slider ul .right-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto;
}
.latest-updates__slider ul li {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    overflow: hidden;
    z-index: 2;
}
.latest-updates__slider ul li.slick-disabled svg g .latest-updates-btn-main {
    fill: transparent;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.latest-updates__slider ul li.slick-disabled svg g line {
    stroke: #222222;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.latest-updates__slider ul li svg {
    cursor: pointer;
    border-radius: 50%;
}
.latest-updates__slider ul li svg g {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.latest-updates__slider ul li svg g circle {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.latest-updates__slider ul li svg g .latest-updates-btn-hover {
    opacity: 0;
    fill: #00a651;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.latest-updates__slider ul li svg g line {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
}
.latest-updates__slider ul li svg:hover g {
    stroke: #00a651;
}
.latest-updates__slider ul li svg:hover g .latest-updates-btn-hover {
    r: 20 !important;
    opacity: 1;
}
.latest-updates__slider ul li svg:hover g line {
    stroke: #ffffff;
}
.latest-updates__explore-btn {
    display: none;
}
@media (min-width: 1550px) {
    .latest-updates__slider__single__inner__top-content {
        margin: 60px 40px;
    }
    .latest-updates__slider__single__inner__bottom-content {
        margin: 60px 40px;
    }
}
@media (max-width: 1250px) and (min-width: 1200px) {
    .latest-updates__slider ul .left-btn {
        left: -30px;
    }
    .latest-updates__slider ul .right-btn {
        right: -30px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .latest-updates__slider ul .left-btn {
        left: -25px;
    }
    .latest-updates__slider ul .right-btn {
        right: -25px;
    }
}
@media (max-width: 991px) {
    .latest-updates__slider ul .left-btn {
        left: -45px;
    }
    .latest-updates__slider ul .right-btn {
        right: -45px;
    }
}
@media (max-width: 880px) and (min-width: 800px) {
    .latest-updates__slider ul .left-btn {
        left: -35px;
    }
    .latest-updates__slider ul .right-btn {
        right: -35px;
    }
}
@media (max-width: 799px) and (min-width: 768px) {
    .latest-updates__slider ul .left-btn {
        left: -20px;
    }
    .latest-updates__slider ul .right-btn {
        right: -20px;
    }
}
@media (max-width: 767px) {
    .latest-updates.pt-120 {
        padding-top: 100px;
    }
    .latest-updates.pb-120 {
        padding-bottom: 100px;
    }
    .latest-updates .container {
        min-width: 100%;
    }
    .latest-updates__slider {
        padding-left: 7.5px;
    }
    .latest-updates__slider__init .slick-list {
        padding-right: 85px !important;
    }
    .latest-updates__slider__init:before {
        left: -7px;
    }
    .latest-updates__slider__init:after {
        position: unset;
    }
    .latest-updates__slider__single {
        padding: 0 7.5px;
    }
    .latest-updates__slider__single__inner {
        padding-top: calc(450 / 374 * 100%);
    }
    .latest-updates__slider__single__inner__top-content {
        margin: 40px 30px;
    }
    .latest-updates__slider__single__inner__bottom-content {
        margin: 0 50px 40px 30px;
    }
    .latest-updates__slider__single__inner__bottom-content__wrapper h2 {
        font-size: 16px;
    }
    .latest-updates__slider ul {
        display: none;
    }
    .latest-updates__explore-btn {
        margin-top: 40px;
        display: unset;
    }
}
@media (max-width: 380px) {
    .latest-updates__slider__single__inner__top-content {
        margin: 20px 15px;
    }
    .latest-updates__slider__single__inner__bottom-content {
        margin: 0 15px 20px 15px;
    }
    .latest-updates__slider__single__inner__bottom-content__wrapper h2 {
        font-size: 14px;
        left: 18px;
    }
}
.datepicker {
    cursor: pointer;
    top: -290px;
}
.datepicker td,
.datepicker th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    color: #222222;
    background-color: #ffffff;
}
.datepicker td.active {
    color: #ffffff !important;
    background-color: #00a651 !important;
    border-color: unset !important;
    text-shadow: unset;
}
input.datepicker,
input#timepicker {
    background-image: url("../images/static/down-arrow-black.svg");
    background-repeat: no-repeat;
    background-position: 95% 20%;
    transition: fade 0.5s ease;
}
input.datepicker:focus,
input#timepicker:focus {
    background-image: url("../images/static/up-arrow-black.svg");
    transition: fade 0.5s ease;
}
#timepicker {
    cursor: pointer;
}
.bootstrap-datetimepicker-widget {
    width: 500px;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action],
.bootstrap-datetimepicker-widget button[data-action]:focus {
    padding: 16px;
    font-size: 14px;
    background-color: #00a651;
    border-color: #00a651;
    color: #ffffff;
}
.bootstrap-datetimepicker-widget table td span {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    color: #222222;
}
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td span:focus {
    color: #ffffff;
    background-color: #00a651;
}
.home-about p {
        font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}