body {
     font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
@font-face {
    font-family: 'Le Jour serif';
    src: url('../fonts/LeJour-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
:root {
    --primary: #072c6d;
    --secondary: #0096d7;
    --gray: #9d9eb0;
}
html {
    scroll-behavior: smooth;
}
.about-img-box,
.project-list-wrap .img-box,
.project-list-wrap .img-box img,
body,
html {
    height: 100%;
}
body {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 500;
    color: #3d3d3d;
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
       font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.quick-links ul li a,

h1,
h2
 {
    
    font-family: 'Le Jour serif';
    color: #060606;
    font-size:36px;
    font-weight: 400;
}
h3
{
   font-family: "Montserrat", sans-serif;
   font-size: 24px;
   font-weight: 500;
}
p{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.build-play-img .play-icon i,
.copyright-section p a:hover,
.main-header .navbar .navbar-nav .dropdown.mega-menu li:hover .dropdown-item,
.main-header .navbar .navbar-nav .nav-item:focus .nav-link,
.main-header .navbar .navbar-nav .nav-item:hover .nav-link,
.main-header .navbar .navbar-nav .nav-item:hover .sub-arrow,
.main-header .navbar .navbar-nav .nav-link.active,
.main-header .navbar .navbar-nav .nav-link.active + .sub-arrow,
.main-header .navbar .navbar-nav .nav-link:focus,
.main-header .navbar .navbar-nav .nav-link:hover,
.theme-color,
a:hover {
    color: var(--primary);
}
ul {
    padding: 0;
    margin: 0;
}
.py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pt-50 {
    padding-top: 50px;
}
.bg-image-center {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.overlay-dark:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #060606;
    z-index: -1;
    opacity: 0.7;
}
.contact-us-form,
.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item.active,
.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item:active,
.theme-btn .btn {
    background-color: var(--primary);
}
.secondary-border::before {
    position: absolute;
    content: "";
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 1px solid var(--secondary);
    z-index: -1;
}
.section-title {
    margin-bottom: 45px;
}
.section-title .short-title-wrap {
    margin-bottom: 15px;
}
.section-title .short-title-wrap h5 {
    position: relative;
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
    color: #3d3d3d;
}
.section-title .main-title {
    font-size: 40px;
    font-weight: 400;
}
.section-title .main-title.text-md {
    font-size: 36px;
}
.section-title .sub-title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.section-title .section-content {
    
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 500;
}
.btn:first-child:active {
    border: none;
}
.primary-btn .btn {
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 18px;
}
.theme-btn .btn,
.transparent-btn .btn {
    font-size: 14px;
    text-transform: uppercase;
}
.primary-btn .btn::after {
    content: "";
    width: 100%;
    height: 1.5px;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    background-color: #fff;
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.primary-btn .btn:hover::after {
    width: 0;
    left: auto;
    right: 0;
}
.theme-btn .btn {
    position: relative;
    display: inline-block;
    border: none;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    padding: 20px 16px;
    border-radius: 0;
}
.theme-btn .btn:after,
.theme-btn .btn:before,
.transparent-btn .btn:after,
.transparent-btn .btn:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    background-color: var(--secondary);
    z-index: -1;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.about-company-section,
.about-responsibility-section,
.about-sustainability-section,
.about-values-section,
.amenities-section,
.awards-section,
.blog-details-section,
.blog-section,
.blog-section .blog-content-wrapper .blog-img-box,
.company-policies-section,
.contact-box-section,
.cta-section,
.main-header,
.main-header .navbar .navbar-nav .dropdown-menu li,
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-project-details .header-preview-image,
.main-slider,
.news-section .news-content-wrapper .news-img-box,
.project-contact-section {
    position: relative;
}
.theme-btn .btn:before,
.transparent-btn .btn:before {
    left: 0;
    border-radius: 0 20px 20px 0;
}
.theme-btn .btn:after,
.transparent-btn .btn:after {
    right: 0;
    border-radius: 20px 0 0 20px;
}
.main-header .navbar .navbar-nav .dropdown.mega-menu li:active .dropdown-item,
.theme-btn .btn.active,
.theme-btn .btn:hover,
.transparent-btn .btn.active,
.transparent-btn .btn:hover {
    color: #fff;
}
.theme-btn .btn.active::before,
.theme-btn .btn.active:after,
.theme-btn .btn:hover::before,
.theme-btn .btn:hover:after,
.transparent-btn .btn.active::before,
.transparent-btn .btn.active:after,
.transparent-btn .btn:hover::before,
.transparent-btn .btn:hover:after {
    width: 50%;
    border-radius: 0;
}
.transparent-btn .btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    background-color: #072c6d;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 20.5px 29px;
    border-radius: 0;
	margin-top: 10px;
}
.scroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.scroll::-webkit-scrollbar-thumb {
    background: 0 0;
    border-radius: 3px;
}
.scroll::-webkit-scrollbar-track {
    box-shadow: none;
    background: 0 0;
    border-radius: 0;
}
.scroll:hover::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.scroll:hover::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 3px;
}
.scroll:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: var(--primary);
    border-radius: 0;
}
.main-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-header .navbar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.035) !important;
}
.about-values-section::before,
.values-section::before {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}
.main-header .navbar.fixed-top {
    background: #fff;
    box-shadow: 0 0 2px rgba(33, 51, 102, 0.3);
    transition: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.main-header .navbar.bg-header {
    background: #fff4ef;
}
.main-header .navbar.fixed-top.bg-header {
    background: #fff4ef;
    box-shadow: 0 0 2px rgba(33, 51, 102, 0.3);
    transition: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.main-header .navbar .navbar-nav .nav-link {
    color: #141414;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 16px;
}
.main-header .navbar.fixed-top .navbar-nav .nav-link {
    color: #141414;
}
.main-header .navbar .navbar-nav .nav-item .sub-arrow {
    color: #141414;
    position: absolute;
    top: 16px;
    right: 4px;
}
.main-header .navbar .navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border: 1px solid #ddd;
    border-radius: 0;
    margin-top: 30px;
    padding: 0;
}
.main-header .navbar .navbar-nav .dropdown-menu::after {
    content: "";
    width: 13px;
    height: 13px;
    background: #ffff;
    position: absolute;
    top: -6px;
    left: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.main-header .navbar .navbar-nav .dropdown-menu > li:hover:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 3px;
    background: var(--primary);
    left: 0;
    top: 12px;
}
.main-header .navbar .navbar-nav .dropdown-menu > li:hover .dropdown-item {
    padding-left: 24px;
}
.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item {
    font-weight: 600;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.main-header .navbar .navbar-nav .dropdown-menu.sub-menu {
    margin-top: 0;
}
.main-header .navbar .navbar-nav .dropdown-menu.sub-menu::after,
.main-header .navbar .navbar-nav .dropdown.mega-menu .dropdown-menu::after,
.main-header .navbar .offcanvas.show .navbar-nav .dropdown-menu::after {
    display: none;
}
.main-header .navbar-toggler {
    border: 0.1rem solid var(--primary);
    padding: 0.1rem 0.5rem;
    border-radius: 1px;
}
.contact-us-accordion .accordion-button:focus,
.main-header .navbar .offcanvas.show .navbar-nav .dropdown-menu,
.main-header .navbar-toggler:focus {
    box-shadow: none;
}
.main-header .navbar-toggler-icon {
    width: 2em;
    height: 2em;
}
.main-header .offcanvas-header .btn-close {
    opacity: 1;
    width: 2em;
    height: 2em;
}
.main-header .navbar .offcanvas.show .navbar-nav .nav-link {
    padding: 0.8rem 1rem;
    display: inline-block;
    color: #000;
}
.main-header .offcanvas.show .dropdown-toggle::after {
    float: right;
}
.main-header .navbar .offcanvas.show .navbar-nav .nav-item .sub-arrow {
    top: 12px;
    width: 20px;
    height: 20px;
    line-height: 42px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    color: #000;
}
.main-header .navbar .header-btn {
    padding: 12px;
}
.main-header .navbar .header-btn .btn {
    padding: 15px;
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .dropdown-menu {
    width: 100%;
    top: auto;
    left: 0;
    right: 0;
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .tab-close {
    position: absolute;
    top: 20px;
    right: 26px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 18px;
    font-weight: 400;
    z-index: 3;
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .tab-close-icon {
    display: block;
    margin: auto;
    position: relative;
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content {
    background-color: rgb(7 44 109 / 96%);
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-category-list {
    position: relative;
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid rgb(0 150 215 / 38%);

}

.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-category-list .nav-pills button.nav-link {
    position: relative;
    border-radius: 0;
    color: #fff;
    font-family: "Old Standard TT";
    text-transform: capitalize;
    font-size: 21px;
    text-align: left;
    border-bottom: 1px solid var(--secondary);
    transition: all 0.4s ease;
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-category-list .nav-pills button.nav-link::before{
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 15px;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
}

.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-category-list .nav-pills button.nav-link.active,
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-category-list .nav-pills button.nav-link.hover {
    border-radius: 0;
    color: #fff;
    font-family: "Old Standard TT";
    text-transform: capitalize;
    font-size: 21px;
    border-right: 5px solid var(--secondary);
    background-color: transparent;
 
}

.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-project-details {
    height: calc(100vh - 100px);
    overflow-y: auto;
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-project-details .header-preview-image::before {
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    z-index: 1;
    transition: 0.5s;
}
.contact-form .contact-form-wrap .form-control:focus,
.contact-form .contact-form-wrap .form-select:focus,
.enquiry-form,
.enquiry-form .form-control:focus,
.enquiry-form .form-select:focus,
.enquiry-form .theme-btn.submit-btn .btn,
.enquiry-form .wpcf7-form-control:focus,
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-project-details .header-preview-image:hover::before {
    border: 1px solid var(--secondary);
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-project-details .menu-project-short-content p {
    color: #fff;
    margin: 20px 0;
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-project-details ul.facilities-list {
 list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    right: 22px;
    left: 22px;

}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-project-details ul.facilities-list li {
    margin-right: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-project-details ul.facilities-list li .image-box{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #546a14;
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-project-details ul.facilities-list li .image-box img{
    width: 20px;
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-project-details ul.facilities-list li .info{
    margin-left: 10px;
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-project-details .transparent-btn .btn {
    padding: 12px 25px;
    border: 1px solid var(--secondary);
    margin-right: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 12px;
}
.main-header .navbar .navbar-nav .dropdown.mega-menu .mega-content .menu-project-details .transparent-btn.explore-btn .btn {
    background-color: #1b58c4;
    border: 1px solid var(--secondary);
    padding: 10px 40px;
    font-size: 18px;
}
.main-slider:before {
    position: absolute;
    content: "";
    width: 60px;
    background-color: #fff;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.main-slider .banner-social-links {
    position: absolute;
    top: 45%;
    left: 20px;
    z-index: 2;
    text-align: center;
}
.main-slider .banner-social-links a {
    color: var(--primary);
    display: block;
}
.amenities-section .icon-title-wrap .icon-title,
.main-slider .banner-social-links a i {
    font-size: 16px;
}
.fact-counter .column .counter-title,
.main-slider .scroll-next a {
    font-size: 14px;
    text-transform: uppercase;
}
.main-slider .scroll-next {
    position: absolute;
    bottom: 58px;
    left: 10px;
    z-index: 2;
    text-align: center;
    transform: rotate(91deg);
}
.main-slider .scroll-next a {
    color: #707070;
}
.breadcrumb-content .breadcrumb-content-link a:hover,
.contact-us-wrapper .contact-info p:hover a,
.copyright-section p a,
.footer-contact-box ul li a:hover,
.main-slider .scroll-next a:hover,
.quick-links ul li a:hover {
    color: var(--secondary);
}
.main-slider .scroll-next::after {
    position: absolute;
    content: "";
    left: 60px;
    bottom: 13px;
    width: 40px;
    height: 2px;
    background-color: #707070;
}
.main-slider .slide-item {
    height: calc(100vh - 90px);
    position: relative;
    display: flex;
    align-items: end;
}
.main-slider .slide-item .banner-content-box {
    background-color: rgb(7 44 109 / 70%);
    padding: 60px 50px;
}
.about-values-wrapper,
.breadcrumb-section,
.policies-box-wrapper .icon.bg-orange {
    background-color: #fff4ef;
}
.main-slider .slide-item .banner-content-box h3 {
    color: #ffff;
    text-transform: capitalize;
    font-size: 45px;

    font-weight: 400;
}
.main-slider-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 45%;
}
.main-slider-carousel.owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--secondary);
    background: #fff;
    border-radius: 0;
}
.main-slider-carousel.owl-theme .owl-dots .owl-dot.active span,
.main-slider-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary);
}
.main-slider .static-social-links {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 9999;
}
.main-slider .static-social-links a {
    display: block;
    color: #fff;
    background-color: var(--primary);
    font-size: 15px;
    padding: 10px 12px;
    margin-bottom: 10px;
    line-height: 15px;
}
.awards-section .certification-block .overlay-box h3:hover,
.main-slider .static-social-links a:focus,
.main-slider .static-social-links a:hover,
.project-list-wrap .content-box .primary-btn .btn::after {
    background-color: var(--secondary);
}
.breadcrumb-section {
    position: relative;
    padding: 70px 0;
}
.breadcrumb-content .breadcrumb-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}
.breadcrumb-content .breadcrumb-content-link {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.breadcrumb-content .breadcrumb-content-link i {
    margin: 0 10px;
}
.breadcrumb-content .breadcrumb-content-link a,
.footer-contact-box ul li a {
    color: #3d3d3d;
}
.fact-counter .column {
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
}
.fact-counter .column .inner {
    position: relative;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.fact-counter .count-outer {
    position: relative;
    font-size: 36px;
    line-height: 1em;
    font-weight: 500;
    display: inline-flex;
    text-align: center;
}
.fact-counter .count-outer .count-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.fact-counter .count-outer .count-text span.number {
    position: relative;
    font-weight: 700;
    font-size: 60px;
}
.fact-counter .count-outer .count-text span.operator {
    font-size: 26px;
    font-weight: 700;
}
.fact-counter .column .counter-title {
    position: relative;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}
.about-carousal .owl-stage {
    display: flex;
}
.about-carousal .owl-stage .owl-item {
    flex: 1 1 auto;
    display: flex;
}
.about-img-box img {
    width: 100%;
    height: 100%;
}
.about-carousal .about-content-box {
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    padding: 90px 70px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.about-carousal .about-content-box .project-tag span,
.project-list-wrap .content-box .project-tag span {
    font-size: 16px;
    border: 1px solid var(--secondary);
    padding: 8px 15px;
    text-transform: capitalize;
    margin-right: 12px;
}
.about-carousal .about-content-box .project-tag span:last-child,
.project-list-wrap .content-box .project-tag span:last-child {
    margin-right: 0;
}
.about-carousal .about-content-box .about-content-title {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
}
.about-carousal .about-content-box .about-content-title span {
    display: block;
    font-size: 25px;
}
.about-carousal .about-content-box .about-paradise-content,
.project-list-wrap .content-box .paradise-content {
    font-size: 20px;
    margin-bottom: 30px;
}
.about-carousal .about-content-box .pattern-img-box img,
.project-list-wrap .content-box .pattern-img-box img {
    margin-bottom: 25px;
    width: 250px;
    display: inline-block;
}
.about-carousal.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    background: #fff;
    border: 1px solid #d4d4d4;
}
.about-carousal.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary);
}
.about-carousal.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
.policies-img-box img {
    position: absolute;
    left: 0;
    top: 32%;
    bottom: 0;
    width: 45%;
    height: 55%;
}
.news-details-wrapper .news-details-info .meta-info,
.policies-box-wrapper .policies-box {
    margin-bottom: 30px;
}
.policies-box-wrapper .icon {
    position: relative;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    line-height: 85px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    background-color: #ecf3ff;
    margin-right: 30px;
}
.policies-box-wrapper h6 {
    color: #060606;
    font-size: 20px;
    font-weight: 500;
}
.policies-box-wrapper p {
    color: #060606;
    font-size: 15px;
    font-weight: 400;
}
.about-values-section::before {
    position: absolute;
    right: 5%;
    top: 10%;
    background-image: url(../images/about/value-bg-img.png);
    background-position: right center;
    z-index: 1;
    width: 20%;
    height: 47%;
}
.about-values-wrapper {
    position: relative;
    padding: 60px 50px;
}
.values-box-wrapper {
    position: relative;
    height: 100%;
}
.values-box-wrapper .values-box {
    position: relative;
    background-color: #fff;
    padding: 25px 30px;
    border: 1.5px solid #000;
    height: 100%;
    box-shadow: -10px 10px 0 -2px #000;
}
.values-box-wrapper .icon {
    position: relative;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    line-height: 85px;
    text-align: center;
    z-index: 1;
    margin-left: 30px;
}
.values-box-wrapper .icon img,
.values-section .values-wrap .icon-box img {
    width: 50px;
}
.values-box-wrapper h6 {
    color: #060606;
    font-size: 20px;
    font-weight: 600;
}
.values-box-wrapper p {
    color: #060606;
    font-size: 15px;
    font-weight: 500;
}
.about-sustainability-section .section-title .main-title {
    color: #15483d;
    font-size: 30px;
}
.responsibility-wrapper.bg-image-center {
    border-radius: 210px;
}
.responsibility-wrapper .section-title .main-title {
    font-size: 30px;
    color: #fff;
}
.responsibility-wrapper .section-title {
    color: #fff;
    padding: 10px 130px 10px 10px;
}
.values-section {
    position: relative;
    background-color: var(--primary);
    color: #fff;
}
.values-section::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 100%;
    background-image: url(../images/home/ribbon.png);
}
.values-section .section-title h3{
    font-size:24px;
}
.values-section .values-short-title {
    font-weight: 500;
    color: #fff;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 18px;
}
.values-section .values-wrap {
    margin-bottom: 25px;
}
.values-section .values-short-content p {
    padding-right: 45px;
}
.values-section .values-short-content ul {
    padding-left: 16px;
}
.cta-section::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 60px;
    background-color: var(--primary);
    bottom: -20px;
    right: 15%;
}
.cta-section::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--secondary);
    bottom: -30px;
    right: 18%;
}
.cta-section .cta-box {
    position: relative;
    text-align: center;
    color: #fff;
    background-color: var(--primary);
    padding: 35px 45px;
    line-height: 1.9;
    margin-bottom: -160px;
}
.cta-section .cta-box .cta-short-title {
    font-family: "Bebas Neue", sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 25px;
}
.blog-section .blog-content-wrapper .blog-img-box img,
.news-section .news-content-wrapper .news-img-box img {
    height: 256px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-section .blog-content-wrapper .meta-date-wrap {
    position: absolute;
    bottom: 12%;
    width: 85px;
    text-align: center;
    background-color: var(--secondary);
    color: #fff;
    padding: 10px;
}
.blog-section .blog-content-wrapper .meta-date {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.blog-section .blog-content-wrapper .blog-short-title {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 12px;
}
.blog-content-wrapper .blog-short-content,
.news-content-wrapper .news-short-content {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.blog-content-wrapper .transparent-btn .btn,
.news-content-wrapper .transparent-btn .btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #3d3d3d;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 16px 28px;
    border-radius: 0;
}
.blog-content-wrapper .transparent-btn .btn.active,
.blog-content-wrapper .transparent-btn .btn:hover,
.news-content-wrapper .transparent-btn .btn.active,
.news-content-wrapper .transparent-btn .btn:hover {
    color: #fff;
    border: 1px solid var(--secondary);
}
.blog-details-info .main-title,
.news-details-wrapper .news-details-info .main-title {
    font-size: 35px;
    font-weight: 400;
}
.blog-details-info .meta-details img {
    width: 28px;
    border-radius: 50%;
}
.blog-details-info .meta-details span {
    font-size: 15px;
    padding: 0 10px;
}
.blog-details-info .meta-details .meta-type {
    border-left: 1px solid #777;
    border-right: 1px solid #777;
}
.blog-description-box p {
    font-weight: 500;
    color: #060606;
    margin-bottom: 30px;
}
.blog-description-box h4 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.blog-description-box .blog-highlights {
    background-color: #fff4ef;
    border-left: 8px solid #ff5e15;
    padding: 35px 40px;
    margin-bottom: 30px;
}
.blog-details-wrapper .blog-post,
.news-details-wrapper .news-post {
    position: relative;
    border-top: 1px solid #b2b2b2;
    padding: 20px 0;
    margin-top: 30px;
}
.blog-details-wrapper .blog-post a,
.news-details-wrapper .news-post a {
    font-size: 18px;
    color: #3d3d3d;
}
.blog-details-wrapper .blog-post a:hover,
.news-details-wrapper .news-post a:hover {
    font-variant: var(--secondary);
}
.news-details-section,
.news-section {
    position: relative;
    background-color: #f1f1f1;
}
.news-section .news-content-wrapper {
    position: relative;
    background-color: #fff;
    padding: 18px;
    height: 100%;
}
.news-section .news-content-wrapper .meta-date-wrap {
    position: absolute;
    bottom: -8%;
    min-width: 100px;
    right: 0;
    text-align: center;
    background-color: var(--primary);
    color: #fff;
    padding: 10px 8px 8px;
}
.news-section .news-content-wrapper .meta-date {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.news-section .news-content-wrapper .news-short-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 35px 0 10px;
}
.news-details-wrapper {
    background-color: #fff;
    padding: 20px;
}
.news-details-wrapper .news-details-info .meta-info span {
    font-size: 15px;
}
.news-details-wrapper .news-details-info .meta-info .meta-type {
    background-color: var(--secondary);
    color: #fff;
    padding: 8px 10px;
}
.news-details-wrapper .news-details-info .meta-info .meta-date {
    background-color: var(--primary);
    color: #fff;
    padding: 8px 10px;
}
.news-details-wrapper .news-description-box p {
    font-size: 16px;
    font-weight: 500;
    color: #060606;
    margin-bottom: 30px;
}
.news-details-wrapper .news-description-box h3,
.news-details-wrapper .news-description-box h4 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.news-details-wrapper .news-description-box .news-highlights {
    background-color: #fff4ef;
    border-left: 10px solid #ff5e15;
    padding: 35px 40px;
    margin-bottom: 30px;
}
.news-details-wrapper .news-info {
    background-color: #dcf5ff;
    padding: 35px 40px;
    margin-top: 30px;
    font-weight: 600;
    color: #000;
}
.awards-section .certification-block img,
.description-tab .nav-tabs .nav-link.active::before,
.floor-description-tab .nav-tabs .nav-link.active::before,
.gallery-list-contain .gallery-image img {
    width: 100%;
}
.awards-section .certification-block {
    position: relative;
    background: #fff;
    padding: 0;
    margin: 50px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    transition: 0.3s;
}
.copyright-section::before,
.property-details-wrap::before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
}
.awards-section .certification-block .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.8s ease-in-out;
}
.awards-section .certification-block .overlay-box:hover,
.awards-section .certification-block:hover .overlay-box h3,
.icon-box-wrap:hover .icon .icon-2 img {
    opacity: 1;
}
.awards-section .certification-block .overlay-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border-radius: 4px;
    background-color: var(--primary);
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    -webkit-transition: 0.5s;
    transition: 0.8s ease-in-out;
}
.awards-section .certification-block .overlay-box:hover::before {
    opacity: 0.7;
    visibility: visible;
    transform: scaleY(1);
}
.awards-section .certification-block .overlay-box h3 {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    margin: 0 12px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.awards-section .certification-block .overlay-box h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px dashed #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: 30s linear infinite rotation;
    animation: 30s linear infinite rotation;
}
.awards-section .certification-block .overlay-box h3 a {
    color: #fff;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.certifications-carousel {
    margin-bottom: 30px;
    position: relative;
}
.certifications-carousel .owl-item.active.center .certification-block {
    transform: scale(1.15);
    filter: brightness(1);
}
.certifications-carousel.owl-theme .owl-nav {
    position: relative;
    margin-top: 15px;
}
.certifications-carousel.owl-carousel .owl-nav button.owl-next,
.certifications-carousel.owl-carousel .owl-nav button.owl-prev {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 0;
    text-align: center;
    background: 0 0;
    cursor: pointer;
    z-index: 1;
    transition: 0.5s;
    background-color: var(--primary);
    box-shadow: 0 10px 80px rgb(0 0 0 / 20%);
    color: #fff;
    margin: 0 10px;
    font-size: 22px;
    line-height: 28px;
}
.certifications-carousel.owl-carousel .owl-nav button.owl-next:hover,
.certifications-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: var(--secondary);
    color: var(--primary);
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.construction-progress-section,
.floor-tab-content-section,
.gallery-section,
.product-intro-section,
.property-details-section,
.property-tab-content-section,
.virtual-tour-section {
    position: relative;
    background-color: #f8f7f7;
}
.product-image-carousal .product-image-box,
.product-image-carousal .product-image-box img {
    border-radius: 30px;
}
.product-image-carousal.owl-theme .owl-nav.disabled + .owl-dots,
.testimonial-caurosal.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}
.product-image-carousal.owl-theme .owl-dots .owl-dot.active span,
.product-image-carousal.owl-theme .owl-dots .owl-dot:hover span {
    background: #1b58c4;
}
.product-image-carousal.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #f8f7f7;
    border: 1px solid #1b58c4;
}
.property-details-wrap {
    position: relative;
    background-color: #fff4ef;
    border-radius: 30px;
    padding: 50px;
    z-index: 1;
}
.property-details-wrap::before {
    position: absolute;
    content: "";
    background-image: url(../images/products/properties-box_bg.png);
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0 0 30px 30px;
}
.property-details-wrap .properties-box {
    margin-bottom: 50px;
}
.property-details-wrap .properties-box .title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.property-details-wrap .properties-box .detail {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #ff5e15;
    margin-bottom: 10px;
}
.property-details-wrap .theme-btn .btn {
    background-color: #1b58c4;
    border: 1px solid #1b58c4;
    text-transform: capitalize;
    padding: 15px 20px;
}
.property-address-wrap {
    position: relative;
    margin: 30px 0;
    background-color: #fff;
    padding: 50px;
    border-radius: 50px;
}
.property-address-wrap .address-content {
    font-size: 18px;
    font-weight: 400;
}
.property-address-wrap .location-box iframe {
    width: 100%;
    height: 400px;
    border-radius: 30px;
}
.amenities-section .text-stroke {
    font-size: 140px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    writing-mode: lr-tb;
    -webkit-text-stroke-color: rgb(239 239 239 / 50%);
    color: transparent;
    -webkit-text-stroke-width: 1px;
    position: absolute;
    z-index: -1;
    left: -20%;
    bottom: 34%;
    transform: rotate(270deg);
}
.amenities-section .icon-title-wrap {
    padding: 15px 40px;
    height: 100%;
}
.amenities-section .icon-title-wrap .icon-box {
    margin-bottom: 20px;
}
.amenities-section .icon-title-wrap .icon-box img {
    width: 40px;
}
.description-tab .nav-tabs,
.floor-description-tab .nav-tabs,
.progress-content-wrap {
    position: relative;
    margin-bottom: 35px;
}
.description-tab .nav-tabs .nav-link {
    color: #060606;
    padding: 18px 18px 18px 0;
    border: none;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    background-color: transparent;
    border-bottom: 3px solid #ddd;
}
.description-tab .nav-tabs .nav-link.active,
.floor-description-tab .nav-tabs .nav-link.active {
    color: #1b58c4;
}
.description-tab .nav-tabs .nav-link::before,
.floor-description-tab .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    border-bottom: 3px solid #1b58c4;
    transition: width 0.3s;
    z-index: 1;
}
.description-tab .nav-tabs .nav-link img {
    width: 40px;
    margin-right: 20px;
    filter: brightness(0) invert(0);
}
.description-tab .nav-tabs .nav-link.active img {
    filter: initial;
}
.description-tab .tab-content-wrapper {
    border-radius: 50px;
    padding: 75px 60px;
    position: relative;
}
.description-tab .tab-content-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    display: block;
    z-index: -1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background: #fff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 10%, #1b58c4 50%);
}
.description-tab .tab-content-wrapper .description-title {
    font-size: 36px;
    font-family: Chivo;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
.progress-content-wrap .progress-bar {
    background-color: #1b58c4;
}
.construction-tracking-wrapper {
    position: relative;
    padding: 35px 0;
}
.construction-tracking-wrapper .step-progress {
    position: relative;
    list-style: none;
    display: flex;
}
.construction-tracking-wrapper .step-progress-item {
    position: relative;
    width: -webkit-fill-available;
}
.construction-tracking-wrapper .step-progress-item span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-top: 12px;
}
.construction-tracking-wrapper .step-progress-item::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: -9px;
    left: 20px;
    width: 100%;
    height: 1px;
    background-color: #1b58c4;
}
.construction-tracking-wrapper .step-progress-item:last-child::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}
.construction-tracking-wrapper .step-progress-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 8px;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    border: 1px solid #1b58c4;
    border-radius: 50%;
    background-color: #fff;
}
.construction-tracking-wrapper .step-progress-item.completed::after {
    content: "✓";
    background-color: #1b58c4;
}
.floor-description-tab .nav-tabs .nav-link {
    color: #060606;
    padding: 10px 10px 10px 0;
    border: none;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: transparent;
    border-bottom: 3px solid #ddd;
}
.gallery-list-contain .gallery-image {
    position: relative;
    overflow: hidden;
}
.gallery-list-contain .gallery-item .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.gallery-list-contain .gallery-item .overlay-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: padding-box content-box;
    padding: 15px;
    background-color: var(--primary);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.gallery-list-contain .gallery-item:hover .overlay-box:before {
    opacity: 0.8;
    -webkit-transform: scale(1) rotateX(0);
    transform: scale(1) rotateX(0);
    visibility: visible;
}
.gallery-list-contain .gallery-item .overlay-box .icon-box {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.gallery-list-contain .gallery-item .overlay-box:hover .icon-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s 0.5s;
    transition: 0.5s 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.gallery-list-contain .icon-box a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    color: var(--primary);
    background-color: var(--secondary);
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.build-play-img.overlay-dark:before {
    border-radius: 30px;
    z-index: 1;
    opacity: 0.5;
}
#scroll-button.show,
.icon-box-wrap:hover .icon-2 {
    opacity: 1;
    visibility: visible;
}
.build-play-img .play-icon {
    position: absolute;
    left: 50%;
    top: 55%;
    height: 75px;
    width: 75px;
    text-align: center;
    line-height: 75px;
    background-color: #fff;
    color: var(--primary);
    z-index: 1;
    font-size: 26px;
    padding-left: 5px;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}
.build-play-img .play-icon .ripple,
.build-play-img .play-icon .ripple:after,
.build-play-img .play-icon .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 75px;
    width: 75px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(7 44 109);
    animation: 3s infinite ripple-video;
    z-index: 1;
}
.build-play-img .play-icon .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.build-play-img .play-icon .ripple:after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
@keyframes ripple-video {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.project-contact-form {
    position: relative;
    padding: 55px 30px;
    background-color: #fff;
    border-radius: 25px;
}
.project-contact-form .form-control {
    padding: 10px 24px;
    height: 55px;
    font-weight: 500;
    border-radius: 0;
    margin-bottom: 10px;
    background-color: #fff;
    color: #3d3d3d;
}
.project-contact-form .form-control::placeholder {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 400;
}
.project-contact-form .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--secondary);
}
.contact-form .contact-form-wrap textarea.form-control,
.contact-us-form textarea.form-control,
.enquiry-form .wpcf7-form-control.wpcf7-textarea,
.enquiry-form textarea.form-control,
.project-contact-form textarea.form-control {
    height: initial;
}
.project-contact-form .theme-btn .btn {
    display: block;
    width: 100%;
    background-color: #1b58c4;
}
.project-list-wrap .content-box {
    background-color: #f7f7f9;
    color: #060606;
    text-align: center;
    padding: 90px 70px;
    height: 100%;
    position: relative;
}
.project-list-wrap .content-box .content-title {
    font-size: 30px;
    font-weight: 500;
    color: #060606;
}
.project-list-wrap .content-box .primary-btn .btn {
    color: var(--secondary);
    padding-left: 0;
    padding-right: 0;
}
.testimonials-section {
    position: relative;
    background-color: #fff4ef;
}
.single-testimonial-wrapper {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 10px 25px;
    margin-top: 60px;
}
.contact-us-form,
.enquiry-form {
    padding: 55px 30px;
    position: relative;
}
.single-testimonial-wrapper .testimonial-image-box {
    position: relative;
    margin-top: -62px;
    margin-bottom: 30px;
}
.single-testimonial-wrapper .testimonial-image-box img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
.testimonial-caurosal.owl-theme .owl-dots .owl-dot.active span,
.testimonial-caurosal.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff5e15;
}
.testimonial-caurosal.owl-theme .owl-dots .owl-dot span {
    background: #f8f7f7;
    border: 1px solid #ff5e15;
}
.contact-us-section {
    position: relative;
    background-color: var(--primary);
}
.contact-us-accordion {
    position: relative;
    background-color: transparent;
    color: #3d3d3d;
}
.contact-us-accordion .accordion-item {
    padding: 5px 20px;
    margin-bottom: 8px;
}
.contact-us-accordion .accordion-button {
    background-color: transparent;
    font-weight: 600;
    color: var(--primary);
    font-size: 16px;
    margin: 5px 0;
    padding: 16px 0;
    box-shadow: none;
}
.contact-us-accordion .accordion-button.collapsed {
    border: none;
    color: #3d3d3d;
    font-size: 20px;
    font-weight: 500;
}
.contact-us-accordion .accordion-button::after {
    background: 0 0;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    width: initial;
    height: initial;
}
.contact-us-accordion .accordion-button:not(.collapsed)::after {
    background: 0 0;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: none;
}
.contact-us-accordion .accordion-body {
    padding: 1rem 0;
}
.enquiry-form .form-control,
.enquiry-form .form-select,
.enquiry-form .wpcf7-form-control {
    padding: 10px 24px;
    font-weight: 500;
    border-radius: 0;
    color: #303030;
    height: 55px;
    margin-bottom: 10px;
    width: 100%;
}

.enquiry-form .wpcf7-form-control .wpcf7-list-item {
    display: inline-block;
    margin: 0;
    color: #fff;
}

.wpcf7 form .wpcf7-response-output {
    color:#fff;	
}

.enquiry-form h3 {
    color: #fff;
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
}
.enquiry-form p {
    font-size: 20px;
    font-style: italic;
    color: #fff;
    margin-bottom: 20px;
}
.enquiry-form .form-control::placeholder,
.enquiry-form .form-select::placeholder,
.enquiry-form .wpcf7-form-control::placeholder {
    color: #303030;
}
.contact-us-wrapper .section-title .short-title-wrap h5 {
  
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary);
}
.contact-us-wrapper .short-content {
    font-size: 18px;
    font-weight: 400;
}
.contact-us-wrapper .contact-info .icon {
    position: relative;
    width: 45px;
    height: 45px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    background-color: var(--primary);
}
.contact-us-wrapper .contact-info .contact-single-item:hover .icon {
    background-color: #f7c35f;
    border: 1px solid #f7c35f;
}
.contact-us-wrapper .contact-info .icon span {
    color: #fff;
    font-size: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.contact-us-wrapper .contact-info .icon:focus span,
.contact-us-wrapper .contact-info .icon:hover span {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.contact-us-wrapper .contact-info p,
.contact-us-wrapper .contact-info p a {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 600;
}
.contact-social-links-wrap h6 {

    font-size: 16px;
    font-weight: 600;
    color: #060606;
}
.contact-box-social-links,
.footer-social-links {
    display: flex;
    margin-top: 20px;
}
.contact-box-social-links a {
    border: 1.5px solid #1b58c4;
    color: #060606;
    padding: 12px 18px;
    font-size: 14px;
    width: 50px;
    height: 45px;
    text-align: center;
    margin-right: 2px;
}
.contact-box-social-links a:hover {
    background-color: #1b58c4;
    color: #fff;
}
.contact-us-form h3 {
    color: #fff;
    margin: 0 0 25px;
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
}
.contact-us-form .form-control,
.contact-us-form p {
    font-weight: 400;
    color: #fff;

}
.contact-us-form p {
    font-size: 15px;
    margin-bottom: 20px;
}
.contact-us-form .form-control {
    font-size: 14px;
    padding: 10px 0;
    height: 55px;
    border-radius: 0;
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--secondary);
}
.contact-us-form .form-control::placeholder,
.contact-us-form .form-select::placeholder {
    font-size: 14px;
    font-weight: 400;
   
    color: #fff;
}
.contact-us-form .form-select {
    border: none;
    border-bottom: 1px solid var(--secondary);
    padding: 10px 24px;
    height: 55px;
    font-weight: 600;
    border-radius: 0;
    margin-bottom: 10px;
    background-color: transparent;
    color: #fff;
}
.contact-us-form .form-control:focus,
.contact-us-form .form-select:focus {
    box-shadow: none;
    border-bottom: 1px solid var(--secondary);
}
.contact-us-form .theme-btn.submit-btn .btn {
    border: 1px solid var(--secondary);
    background-color: var(--secondary);
}
.google-map-section iframe {
    width: 100% !important;
    height: 500px !important;
}
.footer-section {
    position: relative;
    z-index: 1;
}
.footer-content h5 {
    text-transform: uppercase;
    font-size: 28px;
    padding-right: 170px;
    font-weight: 500;
    margin: 25px 0;
}
.footer-contact-box ul {
    list-style: none;
}
.footer-contact-box ul li {
    font-size: 15px;
    margin-bottom: 15px;
}
.footer-contact-box ul li i {
    color: var(--primary);
    margin-right: 15px;
}
.quick-links ul {
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.quick-links ul li a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    color: #3d3d3d;
}
.footer-social-links a {
    border: 1px solid #b2b2b2;
    color: #b2b2b2;
    padding: 12px 18px;
    font-size: 14px;
    border-right: none;
}
.footer-social-links a:hover {
    background-color: var(--primary);
    color: #fff;
    border: 1px solid var(--secondary);
}
.footer-social-links a:last-child {
    border-right: 1px solid #b2b2b2;
}
.copyright-section {
    position: relative;
    background-color: rgb(236 227 227 / 70%);
    padding: 20px 0;
}
.copyright-section::before {
    position: absolute;
    content: "";
    background-image: url(../images/home/footer-bg.png);
    z-index: -1;
    width: 100%;
    height: 600px;
    bottom: 0;
    left: 0;
}
.copyright-section p {
    margin-bottom: 0;
    line-height: 45px;
}
.copyright-section p i {
    color: red;
}
#scroll-button {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    line-height: 75px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}
#scroll-button::before {
    content: "";
    width: 26px;
    height: 4px;
    background-color: var(--secondary);
    position: absolute;
    top: 21px;
    left: 26px;
}
#scroll-button::after {
    content: "\f176";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: var(--secondary);
}
.icon-box-wrap {
    position: relative;
    padding: 50px 30px 40px;
    border-radius: 0;
    background: #fff4ef;
    border: 2px solid #fff4ef;
    text-align: center;
    height: 100%;
    -webkit-transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 5px 20px rgba(102, 102, 102, 0.05);
    box-shadow: 0 5px 20px rgba(102, 102, 102, 0.05);
}
.icon-box-wrap .icon {
    margin-bottom: 35px;
    position: relative;
}
.icon-box-wrap .icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.icon-box-wrap:hover .icon img {
    -webkit-animation: 0.2s linear flipX;
    animation: 0.2s linear flipX;
    opacity: 0;
}
.icon-box-wrap:hover .icon-2 {
    transform: scale(1);
}
.icon-box-wrap .icon-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.icon-box-wrap .icon .icon-2 img {
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.icon-box-wrap .content .title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.icon-box-wrap:hover .content .title {
    color: var(--primary);
    -webkit-transition: 0.3s linear 0.1s;
    transition: 0.3s linear 0.1s;
}
.icon-box-wrap .content p {
}
.contact-form .contact-form-wrap {
    background-color: #fff4ef;
    padding: 100px;
}
.contact-form .contact-form-wrap .form-control {
    border: none;
    padding: 20px 30px;
    height: 70px;
    font-weight: 600;
}
.contact-form .contact-form-wrap .form-select {
    border: 1px solid #fff;
    padding: 20px 30px;
    height: 70px;
    font-weight: 600;
}
.thankyou-message-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
}
.thankyou-message-section .text-center h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
}
.thankyou-message-section .text-center p {
    color: #fff;
    font-size: 24px;
}
.thankyou-message-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2;
    opacity: 75%;
}
.thankyou-message-section .text-center {
    position: relative;
    z-index: 2;
}

.service-info-section {
    position: relative;
}
.service-info-section .service-wrap {
    position: relative;
    border: 1px solid var(--primary);
    padding: 20px 30px;
    height: 100%;
}
.service-info-section .service-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: var(--primary);
    transition: all 0.3s ease-in-out;
}
.service-info-section .service-wrap:hover::after {
    width: 100%;
    left: 0;
}
.service-info-section .service-wrap .icon-box img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.service-info-section .service-wrap:hover .icon-box img {
    transform: translateY(-10px);
}

.real-estate-section {
    position: relative;
    background-color: #f1f1f1;
}
.real-estate-section .image-box img {
    width: 100%;
    margin: 20px 0;
}
.real-estate-section .step-process {
    position: relative;
    padding-left: 45px;
    list-style: none;
}
.real-estate-section .step-process::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 21px;
    width: 10px;
    height: 100%;
    border-left: 2px solid var(--primary);
}

.real-estate-section .step-process .step-process-item:not(:last-child) {
    padding-bottom: 30px;
}
.real-estate-section .step-process .step-process-item {
    position: relative;
    counter-increment: list;
}
.real-estate-section .step-process .step-process-item .step-process-box {
    position: relative;
    margin-left: 20px;
    background-color: var(--primary);
    padding: 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.real-estate-section .step-process .step-process-item .step-process-box h5 {
    color: #fff;
}
.real-estate-section .step-process .step-process-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -36px;
    width: 25px;
    height: 25px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.real-estate-section .step-process .step-process-item:hover .step-process-box {
    background-color: var(--secondary);
}
.real-estate-section .step-process .step-process-item:hover::after {
    border-color: var(--secondary);
    background-color: #fff5e1;
}

@media screen and (max-width: 768px) {
    .contact-form .contact-form-wrap {
        padding: 0;
    }
}

@media screen and (max-width: 767.98px) {
    p {
        text-align: justify;
    }
}

.theme-btn .btn-submit {
    background-color: #072c6d;
    color: #fff;
    width: 200px;
    border: 1px solid var(--secondary);
    padding: 10px 20px;
}

.news-feed {
    padding: 10px 0;
}
.news-feed a {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    margin-right: 20px;
    margin-bottom: 0;
}
.header-link{
        border: 1px solid;
    padding: 10px 10px;
}

