.otgs-development-site-front-end, 
.grecaptcha-badge {
    display: none!important;
}

.nav-wrapper {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}

.h-100vh {
    height: 100vh;
}

.zindex {
    position: relative;
    z-index: 10;
}

/* header */
.navbar-expand-lg {
    align-items: end;
}

.navbar-expand-lg .navbar-collapse {
    flex-direction: column;
    align-items: end;
}

#header .top-bar-ctn {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 5px;
}

#header .top-bar-ctn.mobile-bar  {
    display: none;
}

#header .top-bar-ctn ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

#header .top-bar-ctn ul li {
    padding-right: 16px;
}

#header .top-bar-ctn ul li:last-of-type {
    border-right: solid 1px #cecece;
}

#header .top-bar-ctn ul li a {
    font-size: 16px;
    color: #000;
    transition: all .3s ease;
}

#header .top-bar-ctn ul li a:hover {
    color: #e79d42;
}

#header .top-bar-ctn ul li i {
    font-size: 22px;
}

/* language switcher */
#header .top-bar-ctn .wpml-ls-legacy-list-horizontal,
#header .top-bar-ctn .wpml-ls ul,
#header .top-bar-ctn .wpml-ls ul li a {
    padding: 0;
}

#header .top-bar-ctn .wpml-ls ul li {
    border-right: none;
    padding: 0 20px 0 16px;
}

#header .top-bar-ctn .wpml-ls ul li a {
    text-transform: uppercase;
}

/* homepage */
.banner {
    position: relative;
    height: 100vh;
    padding: 0px 0px 00px 0px;
    z-index: 8;
}

.banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.banner .margin-top-center {
    margin-top: 110px;
}

.banner .cta-button-ctn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.banner .cta-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 300px;
    padding: 30px;
}

.banner .cta-button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #07311e;
    opacity: 0.7;
    z-index: -1;
    transition: all .3s ease;
}

.banner .cta-button:hover::after {
    opacity: 1;
}

.banner .cta-button .cta-title {
    text-align: center;
}

.banner .cta-button .cta-title h2 {
    font-size: 35px;
    line-height: 1;
    color: #fff;
    margin: 0 0 5px 0;
    transition: all .3s ease;
}

.banner .cta-button:hover .cta-title h2 {
    color: #e79d42;
}

.banner .cta-button .cta-title p {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}

.banner .banner-title-ctn h1 {
    font-size: 55px;
    text-align: center;
    line-height: 1.2;
    color: #fff;
}

.banner input.form-control {
    height: 60px;
}

.banner .btn-search {
    color: #FFFFFF;
    background-color: #0e0e0e;
    border: 1px solid #ffff;
    font-size: 18px;
}

.btn-search:hover, .btn-search:active, .btn-search:focus {
    font-size: 20px;
}

#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sector-section {
    position: relative;
    padding: 50px 0;
}

.sector-section h2.title {
    color: #fff;
}

.sector-section .sector-card {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.sector-section .sector-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #503d3f;
    opacity: 0.6;
    z-index: 0;
}

.sector-section .sector-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.sector-section a:hover .sector-card img {
    transform: scale(1.05);
}

.sector-section .sector-card .sector-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#main .sector-section .sector-card .sector-name h3 {
    font-size: 32px;
    color: #fff;
    margin: 0;
}

.social-media-section {
    padding: 50px 0px;
}

/* properties page */
.nolist {
    padding: 0;
}

.my-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    padding-left: 0;
}

.my-pagination-btn {
    display: inline-block;
    min-width: 55px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.61px;
    text-align: center;
    text-transform: uppercase;
    color: #e79d42;
    background: transparent;
    border: 1px solid #e79d42;
    padding: 10px 15px;
    transition: 0.4s all ease;
}

.my-pagination-btn:hover {
    color: #fff;
    background: #e79d42;
}

.current-page-pagination {
    color: #fff;
    background: #e79d42;
}

/* single property page */
.properties-template-default #header {
    background: #fff;
}

#contact-modal .modal-header h4,
#schedule-showing-modal .modal-header h4 {
    font-size: 26px;
    color: #07311e;
}

#contact-modal label,
#schedule-showing-modal label {
    margin-bottom: 4px;
}

#contact-modal input,
#contact-modal select,
#schedule-showing-modal input,
#schedule-showing-modal select {
    height: 50px;
}

#contact-modal textarea,
#schedule-showing-modal textarea {
    height: 150px;
}

#contact-modal .wpcf7 form.invalid .wpcf7-response-output, 
#contact-modal .wpcf7 form.unaccepted .wpcf7-response-output, 
#contact-modal .wpcf7 form.payment-required .wpcf7-response-output,
#contact-modal .wpcf7 form.spam .wpcf7-response-output,
#schedule-showing-modal .wpcf7 form.invalid .wpcf7-response-output, 
#schedule-showing-modal .wpcf7 form.unaccepted .wpcf7-response-output, 
#schedule-showing-modal .wpcf7 form.payment-required .wpcf7-response-output,
#schedule-showing-modal .wpcf7 form.spam .wpcf7-response-output {
    color: #000;
}

#contact-modal .wpcf7 form.sent .wpcf7-response-output,
#schedule-showing-modal .wpcf7 form.sent .wpcf7-response-output {
    color: #000;
}

/* team about page */
.team-section {
    padding: 50px 0;
}

.team-section .broker-name-ctn h2 {
    color: #07311e;
}

.team-section .broker-name-ctn p {
    font-family: Oswald;
    font-size: 22px;
    text-transform: uppercase;
    color: #e79d42;
}

.team-section .contact-info-ctn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
}

.team-section .contact-info-ctn a,
.team-section .contact-info-ctn i {
    font-size: 16px;
    color: #07311e;
    transition: all .3s ease;
}

.team-section .contact-info-ctn a:hover,
.team-section .contact-info-ctn a:hover i {
    color: #e79d42;
}

.team-section .social-icons-ctn {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.team-section .social-icons-ctn a {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #fff;
    border-radius: 100%;
    background-color: #07311e;
    transition: all .3s ease;
} 

.team-section .social-icons-ctn a:hover {
    color: #e79d42;
} 

/* testimonial page */
#testi-page {
    padding: 50px 0;
}

#testi-page .testimonial-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: solid 1px #07311e;
    padding: 30px;
}

#testi-page .testimonial-card h4 {
    color: #e79d42;
}

/* partners page */
.partners-section {
    padding: 50px 0;
}

.partners-section .partner-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: solid 1px #07311e;
    padding: 30px;
}

.partners-section .partner-card .partner-img-ctn {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.partners-section .partner-card .partner-img-ctn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.partners-section .partner-card .partner-name h4 {
    font-size: 22px;
    font-weight: 300;
    color: #e79d42;
}

.partners-section .partner-card .partner-name p {
    line-height: 1;
    margin: 0 0 15px 0;
}

.partners-section .partner-contact-info {
    list-style: none;
    padding: 0;
}

.partners-section .partner-contact-info li i {
    padding-right: 8px;
}

.partners-section .partner-contact-info li a {
    font-size: 16px;
    color: #000;
}

.partners-section .partner-company-logo img {
    max-width: 150px;
}

/* contact page */
table.contact-info p {
    margin-top: 0;
}

.agency-name-row h4 {
    font-size: 24px;
    color: #0e0e0e;
}

.agency-name-row p {
    font-size: 18px;
    color: #0e0e0e;
    margin-bottom: 0;
}

/* sidebar contact info */
.sidebar-contact-ctn ul {
    padding: 0;
}

.sidebar-contact-ctn ul li a {
    font-size: 14px;
    color: #fff;
    transition: all .3s ease;
}

.sidebar-contact-ctn ul li a:hover {
    color: #e79d42;
}
