@import "reset.css";
@import "components/header.css";
@import "components/sub-banner.css";
@import "components/mobile-menu.css";
@import "components/footer.css";


body {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.home footer {
    display: none;
}

.main {
    overflow: hidden;
}

.home .footer-rights {
    display: none;
}

.banner-slider {
    width: 100%;
    height: auto;

}

.banner-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.banner-content {
    font-family: 'proxima_novasemibold' !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.header-options {
    margin-left: auto;
    width: fit-content;
}

.header-nav .site-logo img {
    filter: invert(1);
}

.header-nav .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sub-banner .main-title {
    color: #fff;
}

.main-title {
    font-size: 50px;
    line-height: 52px;
    letter-spacing: 2px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.main-title span {
    font-weight: 300;
    letter-spacing: 2px;
}

.about-content-section {
    width: 100%;
    padding: 65px 0 50px;
}

.about-content-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.about-title {
    width: 35%;
    padding-right: 25px;
}

.about-content {
    width: 65%;
}

.about-counter-wrap {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: #000;
    border-bottom: 1px solid #383838;
}

.about-counter-wrap ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.about-counter-wrap ul li {
    width: 25%;
    display: flex;
    justify-content: center;
    border-right: 2px dotted #fff;
    padding: 0 15px;
}



.about-counter-wrap ul li:last-child {
    border-right: none;
}

.about-counter-wrap ul li h2 {
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    font-family: 'proxima_novabold';
    font-weight: bold;
    text-align: center;
}

.about-counter-wrap ul li span {
    font-family: 'proxima_novaregular';
    color: #fff;
}

.footer-rights {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.footer-rights p {
    font-family: 'proxima_novasemibold';
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.header-default .header {
    position: static;
}

.header-default .site-logo img {
    filter: invert(1);
}

.header-default .menu-icon {
    background-color: #000;
}

.header-default .menu-icon span {
    background-color: #fff;
}

.portfolio-section {
    width: 100%;
    height: auto;
    min-height: 450px;
    padding-bottom: 70px;
}

.portfolio-section ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-count: 2;
    margin-left: -0.4%;
    margin-right: -0.4%;
}

.portfolio-section ul li img {
    width: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-section ul li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.portfolio-section ul li {
    width: 49.2%;
    list-style: none;
    margin-left: 0.4%;
    margin-right: 0.4%;
    overflow: hidden;
    position: relative;
}

.portfolio-section ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.portfolio-title {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0px 20px;
    z-index: 7;
}

.portfolio-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.portfolio-title h2 span {
    font-weight: 200 !important;
}

.portfolio-title p {
    font-family: 'proxima_novasemibold';
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.awards-section {
    width: 100%;
    padding-top: 30px;
}


.star-image {
    margin-bottom: 20px;
}

.awards-top-section {
    padding-bottom: 50px;
}

.awards-listing-main {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.awards-listing-main ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5%;
    margin-right: -0.5%;
}

.awards-listing-main ul li {
    width: 15.6%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 15px;
    list-style: none;
}

.award-image {
    width: 100%;
    min-height: 180px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f0f0;

}

.award-image img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.award-image:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.award-image a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.award-content {
    padding-top: 20px;
    width: 100%;
}

.award-content h4 {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000;
    font-family: 'proxima_novasemibold';
    font-weight: 500;
}

.award-content h5 {
    font-size: 18px;
    line-height: 22px;
    font-family: 'proxima_novasemibold';
    font-weight: 500;
}

.award-banner-main {
    width: 100%;
}

.awards-detail-top-section p {
    margin-bottom: 20px;
}

.awards-detail-top-section h5 {
    font-size: 18px;
    line-height: 23px;
}

.awards-detail-top-section {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 45px;
    text-align: center;
}

.award-certificate-listing {
    width: 100%;
    padding-bottom: 110px;
}

.award-certificate-listing ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.award-certificate-listing ul li {
    width: 50%;
    box-sizing: border-box;
    min-height: 280px;
    border-top: 1px solid #cdcdcd;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.award-certificate-listing ul li:nth-child(1),
.award-certificate-listing ul li:nth-child(2) {
    border-top: none;
}

.award-certificate-listing ul li:nth-child(odd) {
    border-right: 1px solid #cdcdcd;
}

.sub-banner.center .container {
    justify-content: center;
}


.sub-banner h1 {

    display: inline-block;
}

.service-content-section {
    padding: 60px 0px;
}

.service-list-section {
    padding-bottom: 110px;
}

.service-list-inner ul {
    margin-left: -1%;
    margin-right: -1%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 50px;
}

.service-list-inner ul li {
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    list-style: none;
    position: relative;
    overflow: hidden;
}

.service-list-inner ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 50%) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.service-list-inner ul li.center {
    margin-top: 40px;
}

.service-list-inner ul li.center .service-title {
    bottom: 80px;
}



.service-list-inner ul li img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-list-inner ul li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.service-title {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0px 30px;
    z-index: 7;
}

.service-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}


.media-breadcrmb {
    width: 100%;
    padding: 40px 0;
}

.media-breadcrmb ul {
    display: flex;
    flex-wrap: wrap;
}

.media-breadcrmb ul li {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    list-style: none;
    padding-right: 5px;
    font-family: 'proxima_novasemibold';
    font-weight: 500;
}

.media-breadcrmb ul li a {
    color: #c4c4c4;
}

.media-list-section {
    padding-top: 30px;
    padding-bottom: 70px;
}

.media-list-section ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.4%;
    margin-right: -0.4%;
    margin-top: 20px;
}

.media-list-section ul li {
    width: 19.2%;
    margin-left: 0.4%;
    margin-right: 0.4%;
    list-style: none;
    margin-bottom: 30px;
}

.media-image-main {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.media-image-main img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.media-image-main:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.media-list-section ul li h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    font-family: 'proxima_novasemibold';
    font-weight: 500;
}

.media-detail-top-section {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 65px;
}

.media-detail-top-section h5 {
    font-size: 14px;
    line-height: 20px;
    font-family: 'proxima_novasemibold';
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.media-detail-top-section p {
    margin-bottom: 20px;
}

.awards-related-section {
    width: 100%;
    padding: 60px 0 80px;
    border-top: 1px solid #c7c7c7;
}

.media-carousel {
    margin-top: 30px;
}

.media-carousel h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    font-family: 'proxima_novasemibold';
    font-weight: 500;
}

.contact-form-inner {
    width: 100%;
    margin-top: -70px;
    position: relative;
    z-index: 9;
}

.contact-title {
    width: 100%;
    height: 70px;
    background-color: #000;
}

.contact-title h2 {
    font-size: 25px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.contact-form-main {
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form li {
    width: 32.5%;
    list-style: none;
    margin-bottom: 15px;
}

.contact-form li.full-width {
    width: 100%;
}

.contact-form li span.wpcf7-form-control-wrap {
    width: 100%;
}



.form-control {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: var(--font-primary);
    color: #000;
    font-size: 16px;
}

.contact-form li.full-width .form-control {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    line-height: 26px;
    padding: 10px 20px;
}

.form-submit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    text-align: center;
    font-size: 17px;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-submit:hover {
    background-color: #383838;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    padding: 0px 20px;
}

.portfolio-details-slider {
    width: 100%;
    height: auto;
}

.portfolio-details-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-details-slider .mySwiper2 .swiper-slide img {
    height: calc(100vh - 150px);
}

.portfolio-details-slider .mySwiper {
    margin-top: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #dbdbdb;
}

.portfolio-details-slider .mySwiper .swiper-slide {
    height: 136px;
    cursor: pointer;
}

.portfolio-details-slider .swiper-button-prev,
.portfolio-details-slider .swiper-button-next {
    width: 55px;
    height: 55px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.portfolio-details-slider .swiper-thumbs .swiper-button-prev {
    left: 15%;
}

.portfolio-details-slider .swiper-thumbs .swiper-button-next {
    right: 15%;
}


.portfolio-details-slider .mySwiper2 .swiper-button-prev {
    left: 4%;
}


.portfolio-details-slider .mySwiper2 .swiper-button-next {
    right: 4%;
}

.portfolio-details-slider .swiper-button-prev:after,
.portfolio-details-slider .swiper-button-next:after {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.portfolio-details-content {
    width: 100%;
    padding: 55px 0 35px;
}

.mob-menu-icn {
    display: none;
}

.architecture-residential-details-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.architecture-residential-details-left {
    width: 64%;
    padding-right: 100px;
    box-sizing: border-box;
}

.architecture-details-right {
    width: 36%;
}

.architecture-details-right ul {
    margin-top: 25px;
}

.architecture-details-right ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}

.project-info-label {
    width: 35%;
    padding-right: 10px;
    font-weight: 300;
}

.project-info-content {
    width: 65%;
    font-size: 15px;
}

.architecture-details-right ul li:nth-child(3) .project-info-content {
    text-transform: uppercase;
}

.architecture-details-right h3 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;

}

.architecture-residential-details-left h4 {
    font-family: 'proxima_novasemibold';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    letter-spacing: 4px;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.portfolio-details-bottom {
    width: 100%;
    padding: 35px 0;
    border-top: 1px solid #c7c7c7;
}

.portfolio-details-bottom h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #000;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}

.portfolio-details-bottom h4 span {
    font-weight: 300 !important;
}

.sub-menu-outer {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    opacity: 0;
    row-gap: 5px;
    background: #fff;
    border-top: 1px solid #c7c7c7;
    visibility: hidden;
    transition: opacity .35s ease-in-out, visibility.35s ease-in-out, top .35s ease-in-out;
}

.sub-menu {
    display: flex;
    list-style: none;
    justify-content: right;
    margin-left: auto;
    width: fit-content;
}

.sub-menu li a {
    font-size: 14px;
    color: #000000;
    display: block;
    padding: 10px 0;
    text-transform: capitalize;
    white-space: nowrap;
}

.header-nav li.menu-item-has-children:hover .sub-menu-outer {
    opacity: 1 !important;
    visibility: visible !important;

}

.menu-ul li {
    position: static !important;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 10px;
    margin-top: 10px;
}

.page-numbers {
    min-width: 35px;
    min-height: 35px;
    background-color: #777;
    color: #fff;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
}

.page-numbers.current {
    background-color: #000;
}

.page-numbers:hover {
    background-color: #373737;
}

.header-call {
    margin-right: 30px;
}

.header-call ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.header-call ul li {
    list-style: none;
}

.header-call ul li a {
    font-size: 25px;
    color: #fff;
}

.header-call ul li a:hover {
    color: #ff8e16;
}

.header-default .header .header-call ul li a {
    color: #000;
}

.header-default .header .header-call ul li a:hover {
    color: #ff8e16;
}

.menu-ul a:hover {
    color: #ff8e16;
}

.header-options {
    display: flex;
    align-items: center;
}

.gm-style .gm-style-iw-c {
    padding: 0px !important;
    border-radius: 0 !important;
}

.gm-style-iw-d {
    padding: 0px !important;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
    padding-bottom: 20px;
}

#content-map br {
    display: none;
}

#content-map {
    padding-bottom: 10px;
}

#content-map span,
#content-map p,
#content-map h6 {
    display: block !important;
    margin-bottom: 5px !important;
    padding: 0 15px !important;
}

.get-direction {
    margin-left: 15px;
}

.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--pause,
.fancybox-button.fancybox-button--zoom,
.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}

.banner-content {
    font-size: 14px !important;
}

.page-template-page-services .sub-banner .container {
    justify-content: center;
}

.page-template-page-contact .site-logo img {
    filter: invert(1);
}

.page-template-page-contact .menu-icon {
    background-color: #000;
}

.page-template-page-contact .header-call ul li a {
    color: #000;
}

.page-template-page-contact .menu-icon span {
    background-color: #fff;
}

#content-map h6 {
    text-transform: uppercase !important;
}

#content-map p,
#content-map span,
#content-map a {
    font-weight: 500;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
}

.portfolio-details-slider .mySwiper .swiper-slide.swiper-slide-thumb-active {
    border: 3px solid #e9b300;
}

.footer-nav ul li.current-menu-item a {
    color: #cc9100;
}

.architecture-details-left-first .main-title {
    margin-bottom: 20px;
}

.division-logo {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    border: none;
}


.video-wrapper {
    position: relative;
    margin-top: 50px;
}

.video-wrapper>video {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
}

/* Hide iOS Play Button */
video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}


.playButton {
    border-radius: 100px;
    border: 5px solid #fff !important;
    height: 100px;
    position: absolute;
    width: 100px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    display: block;
    opacity: 0.95;
    transition: opacity 400ms;
}

.playButton:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 35px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
}

.pauseButton {
    border-radius: 100px;
    border: 5px solid #fff !important;
    height: 100px;
    position: absolute;
    width: 100px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    display: block;
    opacity: 0.95;
    transition: opacity 150ms;
}

.pauseButton:before {
    display: block;
    width: 8px;
    content: "";
    background-color: #FFF;
    height: 45px;
    position: absolute;
    left: 32px;
    top: 26px;
}

.pauseButton:after {
    display: block;
    width: 8px;
    content: "";
    background-color: #FFF;
    height: 45px;
    position: absolute;
    right: 32px;
    top: 26px;
}

.replayButton {
    border-radius: 100px;
    border: 8px solid #fff !important;
    height: 100px;
    position: absolute;
    width: 100px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    display: block;
    opacity: 0.95;
    transition: opacity 150ms;
}

.replayButton:before {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 18px;
    left: 18px;
    content: '';
    display: block;
    border-color: transparent white white white;
    border-radius: 50%;
    border-style: solid;
    border-width: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.replayButton:after {
    border-color: transparent transparent transparent white;
    border-style: solid;
    border-width: 0 45px 22px 22px;
    height: 0;
    position: absolute;
    top: 40px;
    left: 15px;
    bottom: 0;
    right: 0;
    width: 0;
    content: "";
    display: block;
    margin: auto;
}

.contact-list {
    padding: 80px 0;
    width: 100%;
}

.contact-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    row-gap: 30px;
}

.contact-list ul.full-width {
    margin-bottom: 30px;
}

.contact-list ul.full-width li {
    width: 100%;
}

.contact-list ul li {
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0px 15px 20px;
    border: 1px solid #ccc;
    list-style: none;
}



.onyello {
    color: #fff;
    background: #000;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.contact-list-content {
    padding-top: 15px;
}

.contact-list-content a:hover {
    color: #cc9100;
}

.contact-list-location {
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.location-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.location-icon {
    width: 25px;
}

.location-icon img {
    width: 100%;
}

.location-text {
    width: calc(100% - 40px);
    margin-left: 10px;
}

.video-wrapper h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15449929971988796) 49%, rgba(0, 0, 0, 0.6727065826330532) 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 40px;
    justify-content: center;

}

.overlay-text-inner {
    width: 100%;
    padding: 0 40px;
}

.overlay-text h2 {
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 52px;
    letter-spacing: 0px;
    font-size: 48px;
    color: #fff;
    margin-bottom: 10px;
}

.overlay-text h3 {
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
}

.overlay-text h5 {
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    top: 45% !important;
}