/*
Theme Name: Infinity Heights
Theme URI: https://www.busfam.com/
Author: Busfam Team
Author URI: https://www.busfam.com/
Description: The 2025 theme for WordPress is a fully responsive theme that looks great on any device With HTML5, Bootstrap5 and CSS3.
Version: 6.0
*/

@font-face {
    font-family: 'Helvetica, sans-serif';
    src: url('webfonts/Helvetica.ttf') format('truetype');
}


:root {
    --white: #fff;
    --black: #222;
    --green: #23547C;
    --gray: #F1f3f4;
    --lgray: #C0CACC;
    --peach: #A8ADB0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    color: var(--blue);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: #222;
}

img {
    max-width: 100%;
}

ol,
ul {
    padding-left: 17px;
    margin-top: 12px;
}

li {
    margin-bottom: 8px;
    list-style-type: none;
}

.section-gaping:nth-child(odd) {
    background: var(--gray);
    padding: 30px 0;
}

.section-gaping:nth-child(even) {
    padding: 30px 0;
}

p {
    font-size: 14px;
    margin: 0 0 8px 0;
    font-weight: 400;
    line-height: 1.6;
}

:focus {
    outline: 0;
    box-shadow: none;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 8px;
}

h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 8px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}

h4,
h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
}

.alternate_column .row:nth-child(even) {
    direction: rtl;
    background: #fff;
    text-align: left;
}

.alternate_column ol li,
.alternate_column p {
    direction: ltr;
}

.tick ul,
.tick_double ul {
    padding-left: 0;
    margin: 20px 0 20px 28px;
}

.tick ul li,
.tick_double ul li {
    margin-bottom: 6px;
    font-size: 14px;
}

.tick ul li:before,
.tick_double ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: var(--green) !important;
    font-size: 15px;
    transition: all 0.3s ease;
    margin-right: 8px;
    margin-left: -26px;
}

.tick_double ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.tick_double ul li {
    width: 95%;
}

.sticky_div {
    position: sticky;
    top: 100px;
    z-index: 99;
}

.form-control,
.form-select {
    padding: 7px;
    border-radius: 0px;
    margin-bottom: 5px;
    font-size: 13px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--green);
    box-shadow: unset;
}

.form-select {
    color: #6c757c;
}


/* btn start*/

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary,
.submit {
    background-color: var(--green);
    background-image: linear-gradient(0, var(--peach), var(--peach));
    background-size: 0;
    transition: 0.8s;
    background-repeat: no-repeat;
    background-position: bottom;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    padding: 12px 15px !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 0;
    font-size: 15px;
}

.btn-primary:focus,
.submit:focus {
    background-color: var(--green);
    box-shadow: none;
}

.btn-primary:hover,
.submit:hover {
    background-size: 100%;
    background-color: var(--green);
    color: #fff !important;
}

.btn-secondary {
    background-color: var(--peach);
    background-image: linear-gradient(0, var(--green), var(--green));
    background-size: 0;
    transition: 0.8s;
    background-repeat: no-repeat;
    background-position: bottom;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    padding: 12px 15px !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 0;
    font-size: 15px;
}

.btn-secondary:focus {
    background-color: var(--peach);
    box-shadow: none;
}

.btn-secondary:hover {
    background-size: 100%;
    background-color: var(--peach);
    color: #fff !important;
}


/* btn end*/

.section-title {
    margin-bottom: 20px;
}

.section-title h1,
.section-title h2 {
    font-size: 34px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 8px;
}

.float-btn {
    z-index: 999;
}

.float-btn a {
    position: fixed;
    right: 0px;
    z-index: 9999999;
    padding: 8px 12px;
    font-size: 17px;
    color: #fff;
}

.float-whatsapp {
    bottom: 115px;
    background-color: var(--green);
}

.float-call {
    bottom: 170px;
    background-color: var(--black);
}

#backto-top.show {
    opacity: 1;
    visibility: visible;
}

#backto-top {
    display: inline-block;
    background-color: #fff;
    border: 2px solid var(--green);
    width: 39px;
    height: 39px;
    text-align: center;
    position: fixed;
    bottom: 60px;
    right: 0px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-align: center;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.336);
}

#backto-top:hover {
    background-color: var(--green);
}

#backto-top:hover i {
    color: var(--white);
}

#backto-top i {
    color: var(--green);
    line-height: 40px;
    font-size: 18px;
}

.thanku_bg {
    padding-bottom: 25px;
}

.mathcaptcha-262 input {
    width: 30%;
    padding: 6px;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

form .text-danger {
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
    border-color: var(--green) !important;
    margin: 12px 0 !important;
    font-size: 14px !important;
}


/* modal css */

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 10px;
    border-bottom: 1px solid var(--peach);
    border-radius: 0;
    position: relative;
}

.modal-title {
    color: var(--green);
    font-size: 22px;
}

.modal-body {
    padding: 12px;
    border-radius: 0;
}

.modal-header .btn-close {
    width: 18px;
    height: 18px;
    border-radius: 50% !important;
    position: absolute;
    right: -5px;
    top: -5px;
    opacity: 1;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: var(--green) !important;
}

.modal-header .btn-close:focus {
    box-shadow: unset !important;
}


/* start header */

header {
    padding: 8px 0;
    box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.5);
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9999999;
}

header .logo img {
    width: 130px;
}

header span {
    display: block;
    color: #555;
    font-size: 12px;
    margin-top: -5px;
    margin-left: -8px;
    font-weight: 600;
}

.nav_btn .btn-primary {
    padding: 10px 6px !important;font-size: 13px;
}


/* end header */


/* banner */

.carousel-indicators [data-bs-target] {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 0 5px;
}


/* banner */


/* start about */

.about h1 {
    font-family: Helvetica, sans-serif;
    font-size: 50px;
    color: var(--green);
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}

.about h1 strong {
    display: block;
}

.about p {
    text-align: center;
}


/* end about */


/* start properties */

.properties {
    background-color: var(--white) !important;
}

figure {
    margin: 0;
}

.grid {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    -webkit-transition: all 0.8s ease-in-out;
}

.grid figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-oscar {
    background: rgba(0, 0, 0, 0.9);
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #cbb279;
    content: "";
}

figure.effect-oscar h2 {
    margin: 82% 0 0 0;
    transition: transform 0.35s;
    transform: translate3d(0, 100%, 0);
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    color: var(--white);
    text-shadow: 1px 1px #000;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(0);
    font-size: 12px;
    color: #fff;
    text-transform: none;
    line-height: 16px;
}


/* figure.effect-oscar:hover h2 {
  transform: translate3d(0, 0, 0);
  margin: 10% 0 10px 0;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
  filter: gray;
  -webkit-filter: grayscale(1);
} */

.properties .container .row:last-child .col-lg-6 {
    direction: ltr;
}


/* end properties */


/* start gallery */

.slider .item {
    position: relative;
    height: 100%;
}

.slider .inner-bx {
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 67%);
    width: 44%;
    padding: 15px 20px;
    transition: 0.2s;
}

.slider .inner-bx h4,
.slider .inner-bx h5,
.slider .inner-bx h6 {
    color: #cbb279;
    display: inline-block;
    margin: 0;
    font-size: 18px;
}

.slider .inner-bx h4 strong,
.slider .inner-bx h5 strong,
.slider .inner-bx h6 strong {
    display: block;
}

.slider .inner-bx p {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 15px;
    padding-left: 20px;
    width: 84%;
    margin: 0;
}

.count {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 15px;
}

.count span {
    font-size: 26px;
    color: #cbb279;
    font-family: Helvetica, sans-serif;
    display: block;
    line-height: 0.1;
}

.count span.slash {
    width: 1px;
    height: 40px;
    background: #cbb279;
    transform: rotate(60deg);
    margin: 0;
    line-height: 0;
    position: relative;
    left: 10px;
    top: -2px;
}

.slider .item img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.slider .inner-bx {
    width: 62%;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    background-color: var(--green);
    width: 55px;
    height: 55px;
}

button.slick-prev.slick-arrow:hover,
button.slick-next.slick-arrow:hover {
    background-color: var(--black) !important;
}

button.slick-arrow {
    bottom: 7px;
}

.slick-dots {
    display: none !important;
}

.gallery-slider {
    padding-top: 10px;
}


/* end gallery */


/* start testimonials */

.photo-item:hover .photo-img img {
    transform: scale(1.1);
}

.photo-item {
    position: relative;
}

.photo-img {
    overflow: hidden;
    min-height: 57px;
    display: block;
    border-radius: 0;
}

.photo-img img {
    transform: scale(1);
    transition: 0.5s ease-in-out;
    width: 100%;
    border-radius: 0;
}

.photo-date {
    color: #fff;
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(rgba(0,0,0,0) 60%,rgba(0,0,0,.65) 100%);*/
    display: flex;
    transform: scale(0.5);
    opacity: 0;
    transition: 300ms ease all;
    transition-delay: 0;
}

.photo-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7019607843);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
}

.photo-icon i {
    line-height: 60px;
    font-size: 25px;
    color: #fff;
}

.post-box:hover .photo-date {
    transform: scale(1) rotate(0);
    opacity: 1;
    transition-delay: 300ms;
}

.view_title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin: 0 0 10px 0;
    background: var(--green);
    padding: 8px;
    border-radius: 0;
    box-shadow: 0px 15px 10px -15px #111;
    width: 94%;
    bottom: -20px;
    left: -10px;
    position: absolute;
}

.innerpage .view_title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0;
    background: #4f6f52;
    padding: 6px 5px;
    border-radius: 0;
    box-shadow: 0px 15px 10px -15px #111;
}

.innerpage .view_title:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}

.view_title span {
    margin-left: 10px;
    color: #ffd064;
    float: right;
    margin-top: 5px;
}


/*end testimonials*/


/* start advantages */

.advantages {
    background-color: var(--white) !important;
    border-top: 1px solid #23547c73;
    border-bottom: 1px solid #23547c73;
}

.green_adv_section {
    border: none;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    justify-content: center;
    transition: 0.5s;
}

.green_adv_section:hover {
    background-color: var(--green);
    transition: 0.5s;
}

.green_adv_section:hover h4,
.green_adv_section:hover p {
    color: var(--white);
}

.green_adv_section:hover img {
    filter: brightness(0) invert(1);
}

.green_adv_section p {
    font-size: 14px;
    margin: 5px 0;
}

.green_adv_section h4,
.green_adv_section h5,
.green_adv_section h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.green_adv_section img {
    width: 60px !important;
    margin: 0 auto 10px auto;
}


/* end advantages */


/* footer form */

.footer_form {
    background-color: var(--lgray);
    padding: 30px 0;
}

.footer_form .section-title {
    color: var(--black);
}

.footer_form .section-title h2 {
    color: var(--green);
}


/* footer form */


/* start footer */

.contact_detail {
    margin-top: auto;
    color: #fff;
    padding: 15px 0 !important;
    background-color: var(--black);
}

.contact_detail i {
    color: #fff;
}

.contact_detail li {
    margin-bottom: 10px;
    font-size: 15px;
}

.contact_detail p strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
}

.contact_detail li strong {
    display: block;
    font-weight: 600;
    font-size: 15px;
}

.contact_detail span i {
    font-size: 18px;
    margin: 0 15px 0 0;
    color: #fff;
}

.contact_detail span i:hover {
    color: #151515;
}

.contact_detail a {
    color: var(--gray);
    font-size: 15px;
}

.contact_detail a:hover {
    color: #fff;
}

.contact_detail .address a:hover {
    text-decoration: none;
    color: #ece3ce;
}

.contact_detail .address a:hover p {
    color: #ece3ce;
}

.infinity-logo {
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-left: 1px solid #fff;
    padding-left: 15px;
}

.foot_logo {
    width: 85px;
    margin: 0 auto 10px auto;
}

.contact_detail .block {
    border-right: 1px solid #ffffff42;
}

.contact_detail .block ul {
    padding: 0;
}

.contact_detail .block:last-child {
    border-right: 0;
    position: relative;
}

.contact_detail .block:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 47%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background-color: #ffffff2b;
}

.contact_detail .block ul li:last-child a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.social_icon .social-button {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    transition: all 0.5s ease;
    margin: 0 2px;
}

.address_con {
    display: flex;
    gap: 20px;
}

.foot_logo_area ul {
    margin: 0;
}

.foot_logo_area li {
    display: inline-block;
    border-right: 1px solid #ffffff73;
    padding: 0px 5px;
}

.foot_logo_area li:last-child {
    border: none;
}

.foot_logo_area img:last-child {
    border: none;
}

.block_link a {
    padding: 0px 10px;
    border-right: 1px solid #ffffff60;
}

.block_link a:first-child {
    padding-left: 0;
}

.block_link a:last-child {
    border: none;
}

.foot_logo_area img {
    width:90px !important;
    object-fit: contain !important;
}

.foot_logo_area p {font-size:13px;font-weight: 300;}


/* end footer */


/*------------------- other pages -------------------*/


/* start faq */

.accordion-item {
    margin-bottom: 12px;
}

.accordion-item h2 {
    margin: 0;
}

.accordion-button {
    border: 1px solid #dcc692;
}

.accordion-item .accordion-body {
    border: 1px solid #dcc692;
    text-align: start;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #ece3cf;
    box-shadow: none;
    border: 1px solid #dcc692;
}

button.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:focus {
    border-color: #dcc692;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234F6F52'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}


/* end faq */


/* start gallery */

.fancybox-container {
    z-index: 999999999999;
}


/* end gallery */


/* blog*/

.blog .card {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: var(--white);
    padding: 0;
    box-sizing: border-box;
    text-align: left;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 12px #dedede;
}

.blog .card img {
    border-radius: 0;
}

.blog .card .layer {
    z-index: 0;
    position: absolute;
    top: calc(100% - 2px);
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(to top, var(--green), var(--green));
    transition: 0.5s;
}

.blog .card h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--green);
    margin: 8px 0;
    line-height: 26px;
}

.blog .card:hover h5,
.blog .card:hover .card-body p,
.blog .card:hover .post-date,
.blog .card:hover .post-date i,
.blog .card:hover .post-date a {
    color: var(--white);
}

.blog .card:hover .post-date a:hover {
    color: var(--black);
}

.blog .card:hover .btn.btn-secondary:hover {
    animation-name: purple;
}

h5.card-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--peach);
}

.blog .card .card-body {
    position: relative;
}

.blog .card:hover .layer {
    top: 0;
}

.blog .card .card-body p {
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
    margin: 0;
}

.post-date {
    margin-right: 15px;
    font-size: 13px;
}

.post-date a {
    color: #000;
    font-size: 12px;
}

.cms-wrap .blog i {
    font-size: 10px;
    color: var(--peach);
}

.datevew {
    margin: 10px 0 5px 0;
    color: var(--black);
    border-radius: 0;
    padding: 4px;
    border-top: 1px solid var(--peach);
    border-bottom: 1px solid var(--peach);
}

.blog .card .btn {
    padding: 6px 10px !important;
    font-size: 13px !important;
    position: relative;
}

.blog .card .card-footer {
    background-color: unset;
    padding-top: 0;
    border: none;
    padding-bottom: 15px;
}

.blog .card .card-footer .btn-primary {
    margin: 0 !important;
}

h3.widget-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 17px 0;
    grid-gap: 8px;
    align-items: center;
}

h3.widget-title {
    color: var(--black);
    padding: 6px 8px;
    border-radius: 6px 6px 0 0;
    margin: 0;
}

h3.widget-title:before,
h3.widget-title:after {
    content: " ";
    display: block;
    border-bottom: 1px solid var(--peach);
    border-top: 1px solid var(--peach);
    height: 5px;
    background-color: #f8f8f8;
}

.caption-box2 {
    background-color: var(--peach);
    padding: 10px;
    width: 98%;
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
}

.caption-box2 a {
    color: var(--brown);
}

.caption-box2:hover {
    transform: scale(.9);
    transition: 1s;
    background-color: var(--peach);
    border-radius: 5px;
}

.caption-box2:hover a,
.caption-box2:hover p {
    color: var(--peach);
}

.blog-list-content strong {
    color: var(--green);
}

.blog-footer ul {
    background: #e8ffbc;
    margin-bottom: 12px;
}

.blog-list img {
    border-radius: 8px 8px 0 0;
}

.blog-list-content {
    background: rgba(0, 0, 0, .4);
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

.blog-list-content h4 {
    font-size: 30px;
    color: var(--green);
}

.widget {
    margin: 0 0 30px 0 !important;
}

.widget a:hover {
    color: var(--purple);
}

.widget ul li {
    margin: 10px 0;
    color: var(--black);
}

.widget ul li:hover a {
    color: var(--black);
}

.widget ul {
    background: var(--white);
    padding: 6px 6px 6px 25px !important;
    border: 1px solid var(--peach);
    margin-left: 20px;
    margin: 0 auto;
    width: 95%;
}

.widget ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: var(--peach);
    font-size: 13px;
    margin-right: 0;
    margin-left: -12px;
}

.widget.widget_categories ul li:before,
.widget.widget_archive ul li:before {
    margin-right: 4px;
}

.widget ul li:hover:before {
    color: var(--black);
}

.widget ul li a {
    font-size: 13px;
    color: var(--black);
    font-weight: 500;
}

.widget ul li a:hover {
    color: var(--peach);
}

.widget ul li a i {
    color: var(--peach);
}

.widget_search label {
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    color: var(--green);
    font-size: 30px;
    top: -10px;
    margin-left: 5px;
}

.blog-dtl h2 {
    background: var(--green);
    color: #222;
    font-size: 22px;
    font-weight: 600;
    padding: 6px 10px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

.blog-dtl h2::after {
    content: '';
    display: block;
    border-bottom: 39px solid var(--green);
    border-left: 0 solid transparent;
    border-right: 28px solid transparent;
    position: absolute;
    right: -27px;
    top: 0;
}

.blog-dtl h3 {
    font-size: 20px;
    color: var(--green);
    font-weight: 400;
    border-bottom: 2px solid var(--green);
    display: inline-block;
}

.blog-dtl ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 15px;
}

.blog-dtl ul {
    margin: 12px 0;
    padding: 0;
}

.blog-dtl ul li:before {
    left: 0;
    top: 3px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    font-size: 15px;
    color: var(--black);
    width: 25px;
    height: 25px;
    background: var(--green);
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}

ul.list-inline li {
    font-size: 15px;
}

ul.list-inline li i {
    color: var(--green);
}

ul.list-inline li:before {
    top: 0;
    content: "";
    width: 0;
    height: 0;
    background: transparent;
}

ul.list-inline li {
    position: relative;
    padding: 8px;
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
}

ul.list-inline li a:hover {
    color: var(--peach);
}

ul.list-inline {
    margin: 12px auto;
    padding: 0;
    border-top: 1px solid var(--peach);
    border-bottom: 1px solid var(--peach);
}

.cms-wrap img {
    margin: 0 auto;
    display: block;
}

.cms-wrap p,
ul.tick {
    color: var(--black);
}

.cms-wrap p strong {
    font-size: 18px;
    color: var(--black);
}

.cms-wrap-Comment-box {
    border: 1px solid var(--green);
    padding: 20px;
    border-radius: 10px;
}

.cms-wrap-Comment-box .group {
    margin-bottom: 30px;
}

.cms-wrap input:focus~label,
input:valid~label {
    top: 0;
    margin-left: 10PX;
}

.gglcptch_recaptcha {
    margin-top: 80px;
}

.cms-wrap-main-img {
    margin-bottom: 20px;
}

#sidebar ul {
    margin: 0;
}

.blog-detail {
    background-color: #fff !important;
}

.list-inline-item .bg-primary {
    padding: 8px 8px;
    margin-top: 5px;
    background: var(--green) !important;
    border-radius: 0;
}

.list-inline-item .bg-primary i {
    color: var(--white) !important;
}

.list-inline-item.float-end {
    padding: 0;
}


/* blog*/


/* start location */

.location-map img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 8px;
    border-top: 3px solid var(--peach);
}

.ribbon {
    position: absolute;
    top: 0;
    left: 0;
}

.ribbon span {
    position: relative;
    display: inline-block;
    text-align: center;
    color: var(--white);
    background: var(--green);
    font-size: 14px;
    line-height: 1;
    padding: 10px 5px 10px;
    width: 100px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ribbon:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 8px solid var(--green);
}

.location-detail {
    box-shadow: 0 0 15px #cecece;
    border-top: 3px solid var(--peach);
    padding: 15px;
}

.location-detail h2 {
    color: var(--green);
    font-size: 34px;
}

.location-detail ul {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.location-detail ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #cbb27994;
    margin-bottom: 6px;
}

.location-detail ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin: 0;
}

.location-detail ul li i {
    font-size: 16px;
    margin-top: -8px;
    color: var(--peach);
}

.location-detail ul li h3 {
    font-size: 16px;
    margin: 0;
    width: 100%;
    font-weight: 600;
}

.location-detail ul li h3 strong {
    float: right;
    background: var(--green);
    color: #fff;
    padding: 2px 8px;
    font-weight: 400;
}


/* end location */


/* start about company */

.about-company {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
    margin-bottom: 10px;
}

.about-company img {
    padding: 0px 15px;
    border-left: 1px solid var(--peach);
    width: 205px;
}

.about {
    background-color: var(--lgray) !important;
}


/* start our projects */

.our-projects {
    background-color: #fff !important;
}

.projects-box {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.projects-box h6 {
    font-size: 15px;
    color: var(--black);
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid var(--peach);
}

.projects-box h6 i {
    color: var(--peach);
}

.projects-box .card-body {
    padding: 7px;
    color: #fff;
    background-color: var(--green);
    text-align: start;
    display: flex;
    align-items: center;
}

.projects-box .card-body p {
    margin: 0;
}

.our-projects .section-title p,
.about-project .section-title p {
    margin-bottom: 3px;
}

.project_icon {
    z-index: 99;
    width: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: space-between;
}


/* end our projects */


/* start about project */

.about-project .inner-bx {
    width: 60%;
    bottom: 0;
    left: 0;
    padding: 8px;
}

.about-project .count {
    margin-top: 5px;
}

.about-project .count span {
    display: inline-block;
    font-size: 25px;
}

.about-project .count span.slash {
    height: 20px;
    transform: rotate(15deg);
    left: 0px;
    top: 0px;
    display: inline-block;
}

.about-project .inner-bx p {
    font-size: 18px;
}

.about-project button.slick-next.slick-arrow {
    right: 0;
}

.about-project button.slick-prev.slick-arrow {
    right: 65px;
}

.about-project button.slick-prev.slick-arrow,
.about-project button.slick-next.slick-arrow {
    width: 45px;
    height: 45px;
}

h4 strong {
    position: relative;
    background: var(--green);
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 6px 10px;
}

h4 strong:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--green);
    border-top: 34px solid transparent;
}

.facilities_box {
    padding: 12px;
    background: var(--gray);
    text-align: center;
    border: none;
    justify-content: center;
    border-top: 3px solid var(--green);
    border-radius: 0;
}

.facilities_box_icon {
    margin-bottom: 10px;
}

.facilities_box_icon img {
    width: 56px;
}

.facilities_box h3 {
    margin: 0;
    font-size: 16px;
}

.facilities_box:hover img {
    animation: zoomInOut 0.5s forwards;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


/* end about project */


/* master plan */

.master-plan-project .card {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.253) 0px 2px 8px 0px;
    padding: 14px 8px;
    position: relative;
    z-index: 9;
    display: flex !important;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.master-plan-project .card h3 {
    margin: 0;
    font-size: 15px;
}

.master-plan-project .card i {
    color: var(--peach);
}

.master-plan-project .card::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: var(--green);
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.7s;
}

.master-plan-project .card:hover::before {
    width: 100%;
}

.master-plan-project .card:hover h3 {
    color: var(--white);
}

.master-plan-project .card:hover i {
    color: var(--white);
}


/* master plan */


/* project desc */

.project_desc_con,
.project_desc_img {
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: #4f6f52b0 0px 3px 8px;
    justify-content: center;
    text-align: center;
}

.project_desc_img img {
    width: 80px;
}

.project_desc_con h6,
.project_desc_img h6 {
    margin: 0;
    line-height: 1.4;
}

.project_desc_con h6 strong {
    display: block;
}


/* project desc */


/* villa page */

.villa-a {
    padding: 30px 0;
    background-color: #cbb27930;
}

.villa-b {
    background-color: #d2a23b4d !important;
}

.about-villas .slick-list {
    background: var(--lgray);
}

.page-template-location-page .about-villas .slick-list {
    background: var(--white);
}

.about-villas {
    padding-bottom: 0 !important;
}

.villa-a .section-title h2 strong {
    position: relative;
}

.villa-a .section-title h2 strong::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 2px;
    background-color: var(--green);
}

.about-villas .section-title {
    background-color: var(--lgray);
    padding: 18px 0;
    margin-bottom: 0;
}

.villas-con-section {
    background-color: var(--white) !important;
}

.about-villa-table h3 {
    color: var(--green);
    font-size: 20px;
    margin-bottom: 10px;
}

.about-villa-table table th {
    font-weight: 600;
    border-top: 1px solid #d8d8d8;
    padding: 10px;
    font-size: 15px;
    border-right: 1px solid #d8d8d8;
    background: var(--green);
    color: #fff;
}

.about-villa-table table td {
    border-top: 1px solid #d8d8d8;
    padding: 10px;
    font-size: 15px;
    border-right: 1px solid #d8d8d8;
}

.about-villa-table table {
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
    border-radius: 0;
}

.sectiongap {
    padding: 30px 0;
}

.villa-btn {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: center;
}

.villa-btn a {
    font-size: 18px;
    font-weight: 600;
    color: var(--green);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.villa-btn-icon {
    height: 110px;
    width: 110px;
    background: #4f6f5230;
    text-align: center;
    line-height: 110px;
    margin-bottom: 7px;
    box-shadow: #4f6f52a6 0px 1px 5px 0px;
    border-radius: 50%;
}

.villa-btn-icon img {
    width: 90px;
    mix-blend-mode: multiply;
    padding: 10px;
}

.inner-gallery-slider button.slick-prev.slick-arrow,
.inner-gallery-slider button.slick-next.slick-arrow {
    background-color: var(--green);
}

.inner-gallery-slider .slick-list {
    background: var(--lgray);
}

.master-plan {
    background-color: #f7f0de !important;
}

.about-villa-con h6 {
    margin-top: 18px;
    font-weight: 600;
}

.about-villa-con ul {
    margin-top: 10px !important;
}


/* fancybox css */

.fancybox-content {
    padding: 0 !important;
}

.fancybox-thumbs__list a:before {
    border: 4px solid var(--green) !important;
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    opacity: unset !important;
    visibility: unset !important;
}

.page-template-gallery-page .gallery-section {
    background-color: var(--white) !important;
}

.wpcf7-response-output {
    display: none !important;
}


/* press releases */

.press_releases {
    background-color: var(--white) !important;
}

.press_releases .press_releases_box {
    text-align: center;
    background: var(--white);
    padding: 20px;
    border-top: 3px solid var(--green) !important;
    border-radius: 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.press_releases .press_releases_box h3 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 1.4;
}

.press_releases .press_releases_box h6 {
    font-size: 17px;
    color: #444;
}

.press_releases .press_releases_box .press_releases_box_icon {
    margin-bottom: 20px;
}

.press_releases .press_releases_box .press_releases_box_icon i {
    font-size: 45px;
    color: var(--green);
}

.press_releases .card-footer {
    padding: 0;
    padding: 0;
    background: unset;
    border: 0;
}

.press_releases .card-footer .btn-primary {
    margin-top: 6px;
    padding: 8px 15px !important;
}

.press_releases .photo-img img {
    height: 300px;
    object-fit: cover;
    object-position: 100% 0;
}


/* new css */

.client-carousel .item img {
    width: 175px !important;
}

.client-carousel .owl-nav {
    display: none;
}

.client {
    margin-top: -10px;
}

.collaborations-img {
    text-align: center;
}

.collaborations-img img {
    height: 84px;
}

.about-ul2 {
    -webkit-columns: 1 !important;
    margin: 0 !important;
    columns: 1 !important;
}

.about-ul2 li::before {
    content: none !important;
}

.about-ul2 li strong {
    position: relative;
    background: var(--green);
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    display: block;
    width: fit-content;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.about-ul2 li strong::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--green);
    border-top: 32px solid transparent;
}

.location-section .section-title h2 {
    font-size: 33px;
}

.collaborations .row .col {
    border-right: 1px solid #00000073;
}

.collaborations .row .col:last-child {
    border: none;
}

.address_con a {
    display: block;
}

.coming-soon-div img {
    mix-blend-mode: multiply;
}

.vdo_banner {
  position: relative;
  width: 100%;
  height: 550px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #23547c;
  border-color: #23547c;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: #23547c;
  border-color: #23547c;
}

.page-link:focus {
  box-shadow: none;
  color: #151515;
}

.page-link {
  border: 1px solid #23547c;
  color: #151515;
}
.cms-wrap h2 {color: var(--green);}
.logo a {
    display: flex;
    align-items: center;
}
.logo p {
    font-size: 11px;
    font-weight: 500;
    color: #000;
    margin: 0 50px 0 12px;
    line-height: 16px;
}