@font-face {
    font-family: 'Arial';
    src: url('../arial-mdm.html');
    src: url('../arial-mdmd41d.html?#iefix') format('embedded-opentype'), url('../arial-mdm-2.html') format('woff2'), url('../arial-mdm-3.html') format('woff'), url('../arial-mdm-4.html') format('truetype'), url('../arial-mdm-5.html#Arial-Mdm') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../arial-boldmt-6.html');
    src: url('../arial-boldmtd41d-2.html?#iefix') format('embedded-opentype'), url('../arial-boldmt-7.html') format('woff2'), url('../arial-boldmt-8.html') format('woff'), url('../arial-boldmt-9.html') format('truetype'), url('../arial-boldmt-10.html#Arial-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('../arialnarrow-6.html');
    src: url('../arialnarrowd41d-2.html?#iefix') format('embedded-opentype'), url('../arialnarrow-7.html') format('woff2'), url('../arialnarrow-8.html') format('woff'), url('../arialnarrow-9.html') format('truetype'), url('../arialnarrow-10.html#ArialNarrow') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../arial-black-6.html');
    src: url('../arial-blackd41d-2.html?#iefix') format('embedded-opentype'), url('../arial-black-7.html') format('woff2'), url('../arial-black-8.html') format('woff'), url('../arial-black-9.html') format('truetype'), url('../arial-black-10.html#Arial-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../centurygothic-6.html');
    src: url('../centurygothicd41d-2.html?#iefix') format('embedded-opentype'), url('../centurygothic-7.html') format('woff2'), url('../centurygothic-8.html') format('woff'), url('../centurygothic-9.html') format('truetype'), url('../centurygothic-10.html#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../arialmt-6.html');
    src: url('../arialmtd41d-2.html?#iefix') format('embedded-opentype'), url('../arialmt-7.html') format('woff2'), url('../arialmt-8.html') format('woff'), url('../arialmt-9.html') format('truetype'), url('../arialmt-10.html#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../centurygothic-bold-6.html');
    src: url('../centurygothic-boldd41d-2.html?#iefix') format('embedded-opentype'), url('../centurygothic-bold-7.html') format('woff2'), url('../centurygothic-bold-8.html') format('woff'), url('../centurygothic-bold-9.html') format('truetype'), url('../centurygothic-bold-10.html#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    --green: #8fbb40;
    --dark-grey: #5d6771;
    --light-grey: #b3b4b2;
    --white: #ffffff;
    --black: #333333;
    --dark-blue: #295F82;
    /* --ff-main-font: 'Arial', sans-serif;
    --ff-secondary-font: 'Century Gothic'; */
    --ff-secondary-font: 'Arial', sans-serif;
    --ff-main-font: 'Century Gothic';
}

body {
    font-family: var(--ff-secondary-font);
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-grey);
    background: #ffffff;
    overflow-x: hidden;
    scroll-behavior: smooth
}

a,
a:active,
a:focus,
a:hover,
img {
    text-decoration: none;
    outline: 0
}

:focus,
a,
img,
input[type=range]:focus {
    outline: 0
}

a,
.btn-link {
    color: var(--green);
}

a:hover {
    color: var(--green)
}

.text-green {
    color: var(--green);
}

.text-dark {
    color: var(--dark-grey);
}

.bg-green {
    background-color: var(--green);
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
    margin: 0;
    padding: 0;
    font-family: var(--ff-secondary-font);
}

.select2-container ul li {
    font-family: var(--ff-main-font);
}

a,
img {
    border: 0;
    max-width: 100%
}

.h-auto,
img {
    height: auto
}

.btn,
a {
    transition: all .5s
}

.btn:focus,
.form-control:focus {
    box-shadow: none
}

li,
ul {
    list-style: none
}

p:last-child,
ul.listing-wrapper li:last-child {
    margin-bottom: 0 !important
}

.txt-label {
    font: normal normal 500 14px/1.286 var(--ff-secondary-font);
    color: var(--dark-grey);
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.form-control,
.form-select {
    padding: 14px 18px 14px;
    color: var(--dark-grey);
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    font: normal normal 500 16px/1 var(--ff-secondary-font);
}

.form-control::placeholder {
    color: #cccccc;
}

.pt-120 {
    padding: 120px 0 0;
}

.pb-120 {
    padding-bottom: 120px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.btn {
    font-family: var(--ff-main-font);
    font-size: 15px;
    font-weight: 600;
    border: 0;
    border-radius: 0;
    padding: 14px 22px;
    text-transform: uppercase;
    min-width: 150px;
    text-align: center;
}

.btn:before {
    content: '';
    background: var(--white);
    width: 15px;
    height: 1px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.btn-primary {
    background: var(--dark-blue);
    color: var(--white);
}

.btn-style {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: 45px;
}

.btn-style:after {
    content: '';
    background: #DFE7EC;
    width: 90%;
    height: auto;
    position: absolute;
    right: -8px;
    top: -8px;
    bottom: 30px;
    z-index: -1;
    transition: all 0.5s ease;
}

.btn-style:hover .btn-primary {
    background: var(--green);
}

.inner-wrapper {
    background-size: cover;
    min-height: 340px;
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: flex-end;
    background-position: center 30% !important;
}

.h1-title {
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
}

.inner-wrapper .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 25px;
}

.inner-wrapper .breadcrumb-item {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.inner-wrapper .breadcrumb-item a {
    color: #fff;
    font-size: 16px;
    /* font-weight: 500; */
}

.inner-wrapper .breadcrumb-item.active,
.inner-wrapper .breadcrumb li:last-child {
    color: #ffffff;
}

.banner-img img {
    height: 540px;
    object-fit: cover;
}

.banner-wrapper .carousel-caption {
    display: flex;
    align-items: center;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner-wrapper .carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    opacity: 1;
}

.banner-wrapper .carousel .carousel-indicators li.active {
    background-color: #7db233;
}

.banner-box-back {
    background: rgba(255, 255, 255, 0.5);
    max-width: 640px;
    text-align: left;
    position: relative;
    left: 10px;
    top: 10px;
}

.banner-box-back:before {
    content: '';
    background: linear-gradient(to right top, rgba(255, 255, 255, 0.5) 49.5%, transparent 50%);
    width: 15%;
    position: absolute;
    right: -96px;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.banner-box {
    background: rgba(54, 95, 127, 0.6);
    padding: 40px 40px 48px 40px;
    max-width: 640px;
    text-align: left;
    position: relative;
    top: -8px;
    left: -11px;
}

.banner-box:before {
    content: '';
    background: linear-gradient(to right top, rgba(54, 95, 127, 0.6) 49.5%, transparent 50%);
    width: 15%;
    position: absolute;
    right: -96px;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.banner-box p {
    font-size: 17px;
    color: var(--white);
    margin-top: 25px;
    font-weight: 500;
}

.banner-wrapper .btn-style {
    margin-top: 10px;
}

.img-box {
    border-radius: 8px;
    overflow: hidden;
}

.img-grid .text-content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--white);
    padding: 16px;
    max-width: 172px;
    border-radius: 0 8px 0 0;
}

.img-grid .text-content strong {
    font-size: 40px;
    font-weight: bold;
    line-height: 55px;
    color: var(--green);
    font-family: var(--ff-secondary-font);
}

.img-grid .text-content p {
    font-size: 24px;
    font-weight: bold;
    color: var(--dark-grey);
    line-height: 1.313;
}

.round-layer {
    position: absolute;
    width: 125px;
    height: 125px;
    background-color: hsla(85, 55%, 45%, 0.50);
    border-radius: 100px;
    padding: 6px;
    z-index: 1;
    right: -38px;
    top: -52px;
    animation: scale-in-out;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes scale-in-out {
    0%,
    100% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.1);
    }
}

.round-layer .favicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-grid {
    position: relative;
}

.round-img {
    animation-name: roundmove;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: relative;
}

@keyframes roundmove {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.img-grid .img-box~.img-box {
    margin-top: 24px;
}

.section-title {
    position: relative;
    margin-bottom: 45px;
}

.section-title h2 {
    font: normal normal bold 48px/1.21 var(--ff-main-font);
    color: var(--dark-grey);
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-left: 8px;
    position: relative;
}

.section-title h2+p {
    margin-top: 24px;
}

.section-title p {
    font: normal normal 500 18px/1.445 var(--ff-secondary-font);
}

.section-title.text-center h2::before {
    display: none;
}

.section-title h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: var(--green);
}

.bg-property {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blogL-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--green);
    opacity: 0.95;
}

.blogL-wrapper .section-title {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
}

.btn-link {
    color: var(--green);
    font: normal normal 600 16px/24px var(--ff-main-font);
    text-decoration: none;
}

.btn-link:hover {
    color: var(--green);
}

.blog-box {
    background-color: var(--white);
    border-radius: 8px;
    padding: 16px 16px 30px;
}

.blog-box .img-box {
    border-radius: 8px;
}

.blog-box .nav {
    margin-top: 25px;
    margin-bottom: 24px;
}

.blog-box .nav li a {
    color: var(--dark-grey);
    font: normal normal 500 16px/19px var(--ff-secondary-font);
}

.blog-box .nav li a i {
    font-size: 20px;
}

.blog-box p {
    font: normal normal 600 24px/1.25 var(--ff-secondary-font);
    color: var(--dark-grey);
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slick-slide {
    padding: 0 12px;
}

.slick-arrow {
    background-color: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    color: var(--dark-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.slick-arrow:hover,
.slick-arrow:focus {
    opacity: 1;
    background-color: var(--white);
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}

.slick-next:before {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    color: var(--dark-grey);
    font-size: 28px;
}

.slick-prev:before {
    content: '\f104';
    font-family: "Font Awesome 6 Free";
    color: var(--dark-grey);
    font-size: 28px;
}

.file-upload {
    position: relative;
    color: #cccccc;
}

.file-upload input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.map-box {
    border-radius: 8px;
    overflow: hidden;
}

.brand-logo {
    max-width: 252px;
    display: inline-block;
}

.social-media-bg {
    padding: 29px 0 28px;
    position: relative;
    background-color: var(--green);
}

.social-media-link li:not(:first-of-type) {
    margin-left: 8px;
}

.social-media-link a {
    width: 40px;
    height: 40px;
    background: hsla(0, 0%, 20%, 0.25) 0% 0% no-repeat padding-box;
    color: var(--black);
    border-radius: 100px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
}

.social-media-link a:hover {
    background-color: var(--dark-grey);
    color: var(--white);
}

.footer-wrapper {
    position: relative;
}

.footer-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: var(--green);
    z-index: -1;
    top: 0;
}

.footer-btm {
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 24px 0;
    font: normal normal 500 16px/1 var(--ff-secondary-font);
}

.project-name {
    font-size: 15px;
    font-weight: 800;
    color: #000000;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 10px;
}

