@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

@font-face {
    font-family: 'pictorial_signatureregular';
    src: url('../fonts/pictorialsignature.woff2') format('woff2'), url('../fonts/pictorialsignature.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #797979;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: oswald;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #0f69af;
}

a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424;
    line-height: 1.5;
}

h1,
.h1 {
    font-size: 60px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 24px;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 20px;
    font-weight: 500;
}

h4,
.h4 {
    font-size: 18px;
}

/* p{
    font-family: GothamBook;
} */

p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    ;
    /* font-family: Lato; */
    font-weight: 400;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
}

.scroll-top {
    color: #0f69af;
}

.scroll-top2 {
    color: #b76d68;
}

.primary-bg {
    background-color: #b76d68;
}

.bg-gray {
    background: #f7f7f7;
}

.section-padding--small {
    padding: 50px 0;
}

@media (min-width: 992px) {
    .section-padding--small {
        padding: 100px 0;
    }
}

.section-margin {
    margin: 70px 0;
}

@media (min-width: 992px) {
    .section-margin {
        margin: 120px 0;
    }
}

.section-margin--large {
    margin: 40px 0;
}

@media (min-width: 992px) {
    .section-margin--large {
        margin: 40px 0;
    }
}

.section-padding {
    padding: 10px 0;
}

.section-padding--large {
    padding: 70px 0;
}

@media (min-width: 992px) {
    .section-padding--large {
        padding: 130px 0;
    }
}

.pb-98px {
    padding-bottom: 58px;
}

@media (min-width: 992px) {
    .pb-98px {
        padding-bottom: 98px;
    }
}

.pb-80px {
    padding-bottom: 58px;
}

@media (min-width: 992px) {
    .pb-80px {
        padding-bottom: 80px;
    }
}

.mb-50px {
    margin-bottom: 50px;
}

.tab-pane.active {
    animation: slide-down .5s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.social {
    z-index: 100;
    position: fixed;
    top: 65%;
    left: 99%;
}

.social ul {
    padding: 0px;
    transform: translate(-51%, 0);
}

.social ul li {
    display: block;
    margin: 5px;
    width: 320px;
    text-align: right;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    transform: rotate(270deg);
}

.social ul li:hover a {
    color: #000;
}

.social ul li:hover i {
    color: #fff;
    background: rgba(0, 0, 0, 0.36);
    transform: rotate(360deg);
    transition: all 1s;
}

.social ul li i {
    margin-left: 10px;
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 30px;
    background: #ffffff;
    transform: rotate(0deg);
}

.social ul li a span {
    /* font-weight: 600;
    background-color: #000000;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 10px;
        font-size: 18px; */
    font-weight: 600;
    background-color: #c5a47e;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 20px 20px 0px 0px;
    font-size: 15px;
    border-top: 3px solid #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.social:hover ul li a span {
    /* font-weight: 600; */
    background-color: #2e2e2e;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 10px;
    font-weight: 600;
    /* background-color: #000000; */
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 20px 20px 0px 0px;
    font-size: 15px;
    border-top: 3px solid #ffffff;
}

.fb-padding {
    padding: 10px !important;
}

.popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.i {
    padding-top: 10px;
}

.popup-content-i {
    background: #fff;
    width: 90%;
    max-width: 50%;
    margin: -3% auto;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 35px;
    cursor: pointer;
    color: #333;
}

.popup form input,
.popup form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.popup form button {
    background: #c5a47e;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 3%;
}

.popup form button:hover {
    background: #2e2e2e;
}

@media(max-width:767px) {
    .social {
        z-index: 100;
        position: fixed;
        /* top: 258px; */
        left: 95%;
    }

    .fb-padding {
        padding: 7px !important;
    }

    .social ul li i {
        margin-left: 16px;
        color: #b76d68;
        padding: 6px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        font-size: 19px;
        transform: rotate(0deg);
    }

    .popup-content-i {
        background: #fff;
        width: 90%;
        max-width: 100%;
        margin: -2% auto;
        padding: 20px;
        border-radius: 10px;
        position: relative;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .social ul li a span {
        font-weight: 600;
        background-color: #c5a47e;
        color: #ffffff;
        padding: 9px 15px;
        border-radius: 20px 20px 0px 0px;
        font-size: 13px;
        border-top: 3px solid #ffffff;
    }
}



.main_menu .container-fluid {
    max-width: 1324px;
}

.header_area {
    width: 100%;
    z-index: 99;
    transition: background 0.4s, all 0.3s linear;
}

.header_area.sticky-header {
    position: fixed;
    background-color: #FFF;
    border-bottom: solid 1px #f1f1f1;
}

.header_area.sticky-header .top_header_bg {
    display: none;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

i.down {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -2px;
}

.header_area .navbar .nav .nav-item:hover i.down {
    border-color: #b76d68;
}

.header_area .navbar-right {
    min-width: 200px;
    text-align: right;
}

@media (max-width: 991px) {
    .header_area .navbar-right {
        margin: 20px 0;
    }
}

.header_area .navbar-brand {
    margin-right: 30px;
    padding: 0;
    margin-left: 3%;
}

.header_area .navbar-social {
    min-width: 95px;
    float: right;
}

.header_area .navbar-social li {
    margin-right: 12px;
}

.header_area .navbar-social li i,
.header_area .navbar-social li span {
    font-size: 13px;
    color: #242429;
}

.header_area .navbar-social li:last-child {
    margin-right: 0;
}

.header_area .navbar-social li a:hover i,
.header_area .navbar-social li span {
    color: #b76d68;
}

.header_area .menu_nav {
    width: 100%;
    /* border-left: solid 2px #f1f1f1; */
}

.header_area .navbar {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
}

.header_area .navbar .nav-right {
    min-width: 130px;
}

.header_area .navbar .nav-right a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #b76d68;
}

.header_area .navbar .nav .nav-item {
    margin-right: 20px;
}

.header_area .navbar .nav .nav-item .nav-link {
    color: #010101;
    text-transform: capitalize;
    font-weight: 600;
    padding: 15px 0;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}


.header_area .navbar .nav .nav-item.active .nav-link {
    color: #b76d68 !important;
    opacity: 1;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.header_area .navbar .nav .nav-item:hover .nav-link {
    color: #b76d68;
    background: transparent;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 40px;
    color: #000000 !important;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
}

@media(max-width:767px) {
    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        line-height: 40px;
        color: #000000 !important;
        padding: 0px 30px;
        transition: all 150ms linear;
        display: block;
        margin-right: 0px;
        background: #fff;
    }

    .header_area .navbar .nav .nav-item.submenu ul {
        border: none;
        padding: 0px;
        border-radius: 0px;
        box-shadow: none;
        margin: 0px;
        background: #ffffff00;
    }

    .header_area .navbar .nav .nav-item .nav-link {
        padding: 5px 0;
        margin-right: 0px;
        display: block;
        border-bottom: none;
        border-radius: 0px;
        margin-left: 20px;
    }
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background-color: #b76d68;
    color: #fff !important;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}

.header_area .navbar .search {
    font-size: 12px;
    line-height: 60px;
    display: inline-block;
    margin-left: 80px;
}

.header_area .navbar .search i {
    font-weight: 600;
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 20px;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item:hover .nav-link,
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item.active .nav-link {
    color: #b76d68;
}

@media (min-width: 992px) {
    .header_area.white_menu .navbar .navbar-brand img {
        display: none;
    }

    .header_area.white_menu .navbar .navbar-brand img+img {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .header_area.white_menu .navbar .navbar-brand img {
        display: inline-block;
    }

    .header_area.white_menu .navbar .navbar-brand img+img {
        display: none;
    }
}

.header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #fff;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
    display: inline-block;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img+img {
    display: none;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
}

.top_menu {
    background: #b76d68;
}

.top_menu .float-left a {
    line-height: 40px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top_menu .float-left a:last-child {
    margin-right: 0px;
}

.top_menu .float-right .pur_btn {
    color: #fff;
    line-height: 40px;
    display: block;
    padding: 0px 40px;
    font-weight: 500;
    font-size: 12px;
}

@media (max-width: 1619px) {
    .header_area .navbar .search {
        margin-left: 40px;
    }
}

@media (max-width: 1199px) {
    .header_area .navbar .nav .nav-item {
        margin-right: 20px;
    }

    .home_banner_area .banner_inner {
        padding: 100px 0px;
    }

    .header_area .navbar .tickets_btn {
        margin-left: 40px;
    }

    .home_banner_area .banner_inner .banner_content h2 br {
        display: none;
        font-size: 36px;
    }

    .home_banner_area .banner_inner .banner_content h2 {
        font-size: 36px;
        line-height: 45px;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        float: right;
        padding-right: 10%;
        padding-top: 3%;
        margin-bottom: 23px;
        background: transparent;
    }

    .header_area .navbar {
        background: #fff;
    }

    /* .header_area .navbar .nav-item.active .nav-link {
        color: #0f69af !important;
    } */

    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }

    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #b76d68;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }

    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav {
        padding: 0px 0px;
    }

    .header_top .nav {
        padding: 0px;
    }

    .header_area .navbar .nav .nav-item .nav-link {
        padding: 5px 0;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0px;
        margin-left: 20px;
    }

    .header_area .navbar .search {
        margin-left: 0px;
    }

    .header_area .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll;
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        padding: 0px 15px;
    }

    .header_area .navbar .nav .nav-item {
        margin-right: 0px;
    }

    .home_banner_area .banner_inner .banner_content .banner_map_img {
        display: none;
    }

    .header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
        line-height: 40px;
    }

    .header_area.white_menu .navbar .nav .nav-item .nav-link {
        color: #222;
    }

    .categories_post img {
        width: 100%;
    }

    .categories_post {
        max-width: 360px;
        margin: 0 auto;
    }

    .blog_categorie_area .col-lg-4 {
        margin-top: 30px;
    }

    .blog_area {
        padding-bottom: 80px;
    }

    .single-post-area .blog_right_sidebar {
        margin-top: 30px;
    }

    .contact_info {
        margin-bottom: 50px;
    }

    .home_banner_area .donation_inner {
        margin-bottom: -30px;
    }

    .home_banner_area .dontation_item {
        max-width: 350px;
        margin: auto;
    }

    .footer_area .col-sm-6 {
        margin-bottom: 30px;
    }

    .footer_area .footer_inner {
        margin-bottom: -30px;
    }

    .news_widget {
        padding-left: 0px;
    }

    .home_banner_area .banner_inner .home_left_img {
        display: none;
    }

    .header_area .navbar .tickets_btn {
        display: none;
    }

    .home_banner_area .banner_inner {
        padding: 70px 0px 100px 0px;
    }

    .left_side_text {
        margin-bottom: 50px;
    }

    .price_item {
        max-width: 360px;
        margin: 0px auto 30px;
    }

    .price_inner {
        margin-bottom: -30px;
    }
}

@media (max-width: 767px) {
    .home_banner_area {
        min-height: 500px;
    }

    .home_banner_area .banner_inner {
        min-height: 500px;
    }

    .home_banner_area .banner_inner .banner_content {
        margin-top: 0px;
    }

    .blog_banner .banner_inner .blog_b_text h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .blog_info.text-right {
        text-align: left !important;
        margin-bottom: 10px;
    }

    .home_banner_area .banner_inner .banner_content h3 {
        font-size: 30px;
    }

    .home_banner_area .banner_inner .banner_content p br {
        display: none;
    }

    .home_banner_area .banner_inner .banner_content h3 span {
        line-height: 45px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .footer-social {
        text-align: center;
        margin-top: 15px;
    }

    .made_life_inner .nav.nav-tabs li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }

    .made_life_inner .nav.nav-tabs {
        margin-bottom: -15px;
    }

    .made_life_area.made_white .left_side_text {
        margin-bottom: 0px;
        margin-top: 30px;
    }
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 575px) {
    .top_menu {
        display: none;
    }

    .home_banner_area .banner_inner .banner_content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .home_banner_area {
        min-height: 450px;
    }

    .home_banner_area .banner_inner {
        min-height: 450px;
    }

    .blog_banner .banner_inner .blog_b_text {
        margin-top: 0px;
    }

    .home_banner_area .banner_inner .banner_content img {
        display: none;
    }

    .home_banner_area .banner_inner .banner_content h5 {
        margin-top: 0px;
    }

    .p_120 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .main_title h2 {
        font-size: 25px;
    }

    .sample-text-area {
        padding: 70px 0 70px 0;
    }

    .generic-blockquote {
        padding: 30px 15px 30px 30px;
    }

    .blog_details h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .blog_banner .banner_inner .blog_b_text h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .pad_top {
        padding-top: 70px;
    }

    .pad_btm {
        padding-bottom: 70px;
    }
}

@media (max-width: 480px) {
    .header_area .navbar-collapse {
        max-height: 250px;
    }

    .home_banner_area .banner_inner .banner_content {
        padding: 30px 15px;
        margin-top: 0px;
    }

    .banner_content .white_btn {
        display: block;
    }

    .home_banner_area .banner_inner .banner_content h3 {
        font-size: 24px;
    }

    .banner_area .banner_inner .banner_content h2 {
        font-size: 32px;
    }

    .comments-area .thumb {
        margin-right: 10px;
    }

    .testi_item .media .d-flex {
        padding-right: 0px;
    }

    .testi_item .media .d-flex img {
        width: auto;
        margin-bottom: 15px;
    }

    .testi_item .media {
        display: block;
    }

    .banner_btn {
        margin-bottom: 20px;
    }
}

.hero-banner,
.career-banner {
    position: relative;
    padding: 70px 0;
    background: url('../Images/contact-us/contact-banner.png') left center no-repeat;
    background-size: cover;
}

.hero-banner-sm .text-center {
    position: relative;
    z-index: 1;
}

.hero-banner::after,
.career-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

#contactForm .send-btn-info {
    padding: 0;
}

#contactForm .view-btn.send-btn.button {
    padding: 10px 62px 10px 22px;
    font-size: 14px;
}

#contactForm .view-btn.send-btn.button span {
    padding: 10px 14px;
}

/*#map {
    border: 4px double #E2E2E2;
    padding: 10px;
    margin-bottom: 15px;
}*/

@media (min-width: 768px) {
    .hero-banner {
        padding: 150px 0;
    }
}

@media (min-width: 1200px) {
    .hero-banner {
        padding: 240px 0;
    }
}

.hero-banner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .hero-banner-sm {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.hero-banner h1 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 28px;
}

@media (min-width: 768px) {
    .hero-banner h1 {
        font-size: 60px;
        margin-bottom: 45px;
    }
}

.hero-banner h2 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .hero-banner h2 {
        font-size: 40px;
    }
}

.hero-banner p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
}

.hero-banner-icon {
    color: #fff;
    display: inline-block;
}

@media (min-width: 768px) {
    .hero-banner-icon {
        margin-bottom: 10px;
    }
}

.hero-banner-icon i,
.hero-banner-icon span {
    font-size: 35px;
}

@media (min-width: 768px) {

    .hero-banner-icon i,
    .hero-banner-icon span {
        font-size: 60px;
    }
}

.hero-banner-icon [class^="flaticon-"]:before,
.hero-banner-icon [class*=" flaticon-"]:before,
.hero-banner-icon [class^="flaticon-"]:after,
.hero-banner-icon [class*=" flaticon-"]:after {
    font-size: 35px;
}

@media (min-width: 768px) {

    .hero-banner-icon [class^="flaticon-"]:before,
    .hero-banner-icon [class*=" flaticon-"]:before,
    .hero-banner-icon [class^="flaticon-"]:after,
    .hero-banner-icon [class*=" flaticon-"]:after {
        font-size: 60px;
    }
}

.banner-breadcrumb {
    display: inline-block;
}

.banner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
}

.banner-breadcrumb .breadcrumb-item {
    padding: .1rem;
}

.banner-breadcrumb .breadcrumb-item a {
    text-transform: capitalize;
    color: #fff;
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    padding-left: .2rem;
    padding-right: .4rem;
}

.banner-breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.section-intro {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}

.section-intro__title {
    text-transform: uppercase;
    margin-bottom: 0;
}

.section-intro h2 {
    font-size: 26px;
}

@media (min-width: 600px) {
    .section-intro h2 {
        font-size: 36px;
    }
}

.section-intro-white>* {
    color: #fff;
}

.innovative-wrapper h3 {
    margin-bottom: 25px;
}

.innovative-wrapper p {
    margin-bottom: 0;
}

.clockdiv {
    margin-bottom: 35px;
}

.clockdiv li {
    display: inline-block;
    margin-right: 30px;
}

@media (max-width: 320px) {
    .clockdiv li {
        margin-right: 0;
    }
}

.clockdiv li:last-child {
    margin-right: 0;
}

.clockdiv h1 {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    color: #b76d68;
}

.clockdiv .smalltext {
    font-size: 14px;
    font-weight: 300;
}

.clockdiv .clockdiv-single {
    width: 130px;
    height: 145px;
    text-align: center;
    padding-top: 45px;
}

.clockdiv .clockdiv-day {
    background: url(../Images/home/countdown-day.png) left center no-repeat;
    background-size: cover;
}

.clockdiv .clockdiv-hour {
    background: url(../Images/home/countdown-hour.png) left center no-repeat;
    background-size: cover;
}

.clockdiv .clockdiv-minute {
    background: url(../Images/home/countdown-minute.png) left center no-repeat;
    background-size: cover;
}

.card-feature {
    text-align: center;
}

@media (min-width: 992px) {
    .card-feature {
        max-width: 295px;
    }
}

.card-feature .feature-icon {
    width: 99px;
    height: 97px;
    line-height: 97px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background: url(../Images/home/feature-icon-bg.png) left center no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 18px;
}

@media (min-width: 991px) {
    .card-feature .feature-icon {
        margin-bottom: 25px;
    }
}

.card-feature .feature-icon i,
.card-feature .feature-icon span {
    font-size: 38px;
    color: #b76d68;
}

.card-feature .feature-icon [class^="flaticon-"]:before,
.card-feature .feature-icon [class*=" flaticon-"]:before {
    font-size: 38px;
}

.card-feature h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

@media (min-width: 991px) {
    .card-feature h3 {
        margin-bottom: 20px;
    }
}

.card-feature p {
    font-weight: 300;
}

.card-feature:hover .feature-icon {
    background: url(../Images/home/feature-icon-active-bg.png) left center no-repeat;
    background-size: cover;
}

.card-feature:hover .feature-icon i,
.card-feature:hover .feature-icon span {
    color: #fff;
}

/*.speaker-bg {
    background: url(../images/home/speaker-bg.png) left center no-repeat;
    background-size: cover;
}*/


/*
.card-speaker {
  border: 10px solid #fff;
  position: relative;
  overflow: hidden
}*/

.card-speaker .speaker-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(24, 38, 37, 0.6);
    padding: 2% 4%;
    z-index: 2;
    transition: all .7s ease;
}

.card-speaker .speaker-footer h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    margin-bottom: 3px;
}

.card-speaker .speaker-footer p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}

.card-speaker .speaker-footer .tours-l .p-name {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: normal;
}

.card-speaker .speaker-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59, 29, 130, 0.8);
    z-index: 1;
    transform: translateY(-60px);
    opacity: 0;
    z-index: -1;
    transition: all .6s ease;
}

.card-speaker:hover .speaker-overlay {
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
}

.card-speaker:hover .speaker-footer {
    background: rgba(15, 105, 175, 0.6);
}

.speaker-social {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.speaker-social li {
    display: inline-block;
}

.speaker-social li i,
.speaker-social li span {
    font-size: 14px;
    color: #fff;
    opacity: .7;
}

.speaker-social li::after {
    content: "|";
    color: #b76d68;
    margin-left: 9px;
    margin-right: 7px;
}

.speaker-social li:last-child::after {
    display: none;
}

.speaker-social li:hover i,
.speaker-social li:hover span {
    color: #fff;
    opacity: 1;
}

.scheduleTab .nav {
    border-bottom: 0;
    justify-content: center;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .scheduleTab .nav {
        margin-bottom: 80px;
    }
}

.scheduleTab .nav-item {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .scheduleTab .nav-item {
        margin-right: 30px;
    }
}

.scheduleTab .nav-item:last-child {
    margin-right: 0;
}

.scheduleTab .nav-item a {
    display: block;
    padding: 8px 16px;
    background: #f7f7f7;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 992px) {
    .scheduleTab .nav-item a {
        padding: 20px 42px;
        margin-bottom: 0;
    }
}

.scheduleTab .nav-item h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.scheduleTab .nav-item p {
    font-size: 15px;
    color: #797979;
    margin-bottom: 0;
}

.scheduleTab .nav-item a.active {
    background: #b76d68;
}

.scheduleTab .nav-item a.active>* {
    color: #fff;
}

.card-identity {
    background: #b76d68;
    text-align: center;
    padding: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
    -webkit-box-shadow: 0px 66px 26px -70px #121D12;
    -moz-box-shadow: 0px 56px 36px -60px #121D12;
    -o-box-shadow: 0px 56px 36px -60px #121D12;
}

.card-identity>* {
    color: #fff;
}

.card-identity img {
    display: inline-block;
    border-radius: 50%;
    max-width: 220px;
    min-height: 220px;
    border: 4px double #f1f1f140;
}

.card-identity h3 {
    margin-bottom: 5px;
}

.schedule-content {
    padding: 10px;
}

@media (min-width: 768px) {
    .schedule-content {
        padding: 0px 20px 0px 30px;
    }
}

.schedule-content .schedule-date {
    font-size: 14px;
}

.schedule-content .schedule-title {
    display: inline-block;
    margin-bottom: 8px;
}

/*
.schedule-card {
  margin-bottom: 30px
}*/

.schedule-card p {
    margin-bottom: 0;
}

.schedule-card:hover .card-identity {
    background: #b76d68;
}

.schedule-card:last-child {
    margin-bottom: 0;
}

.card-blog {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.card-blog .card-img {
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.card-blog .blog-body {
    padding: 35px 35px 40px 50px;
}

.card-blog .blog-body h3 {
    margin-bottom: 15px;
}

.blog-info li {
    display: inline-block;
    font-size: 14px;
    margin-right: 35px;
}

.blog-info li>* {
    color: #797979;
}

.blog-info li:last-child {
    margin-right: 0;
}

.blog-info li i,
.blog-info li span {
    font-size: 13px;
    padding-right: 5px;
}

.card-blog:hover {
    background: #b76d68;
}

.card-blog:hover .card-img {
    border-radius: 5px;
}

.card-blog:hover .blog-body h3,
.card-blog:hover a,
.card-blog:hover i {
    color: #fff;
}

.blogCarousel {
    position: relative;
}

.blogCarousel .owl-nav .owl-prev,
.blogCarousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
}

.blogCarousel .owl-nav .owl-prev i,
.blogCarousel .owl-nav .owl-prev span,
.blogCarousel .owl-nav .owl-next i,
.blogCarousel .owl-nav .owl-next span {
    line-height: 45px;
    font-size: 15px;
    color: #b76d68;
}

.blogCarousel .owl-nav button:not(.disabled) {
    background: #b76d68;
}

.blogCarousel .owl-nav button:not(.disabled) i,
.blogCarousel .owl-nav button:not(.disabled) span {
    color: #fff;
}

.blogCarousel .owl-nav button.disabled {
    background: #f7f7f7 !important;
    opacity: 1;
    cursor: not-allowed;
}

.blogCarousel .owl-nav button:not(.disabled):hover {
    background: #b76d68 !important;
}

.blogCarousel .owl-nav button:not(.disabled):hover i,
.blogCarousel .owl-nav button:not(.disabled):hover span {
    color: #fff !important;
}

.blogCarousel .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

@media (min-width: 1340px) {
    .blogCarousel .owl-prev {
        left: -110px;
    }
}

.blogCarousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

@media (min-width: 1340px) {
    .blogCarousel .owl-next {
        right: -110px;
    }
}

.card-priceTable {
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.priceTable-header {
    padding: 25px 9px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 768px) {
    .priceTable-header {
        padding: 45px 10px 30px 10px;
    }
}

.priceTable-header h3 {
    font-size: 27px;
}

.priceTable-header h1 {
    margin-bottom: 0;
}

.priceTable-price {
    font-size: 22px;
}

@media (min-width: 768px) {
    .priceTable-price {
        font-size: 60px;
    }
}

.priceTable-price span {
    font-size: 22px;
    /* font-family: oswald; */
    font-family: "Roboto", sans-serif;
    display: inline-block;
}

@media (min-width: 768px) {
    .priceTable-price span {
        font-size: 40px;
        position: relative;
        bottom: 7px;
        left: 11px;
    }
}

.priceTable-list {
    padding: 30px 10px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.priceTable-list li {
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.priceTable-list li:last-child {
    margin-bottom: 0;
}

.priceTable-list li i,
.priceTable-list li span {
    font-size: 13px;
    margin-right: 3px;
}

.priceTable-list li i.positive,
.priceTable-list li span.positive {
    color: #797979;
}

.priceTable-list li i.negative,
.priceTable-list li span.negative {
    color: #b76d68;
}

.priceTable-footer {
    padding: 25px 9px;
}

@media (min-width: 768px) {
    .priceTable-footer {
        padding: 45px 0;
    }
}

.priceTable-footer .button {
    border-color: #eeeeee;
    background: #f7f7f7;
}

.card-priceTable:hover {
    background: #0f69af;
}

.card-priceTable:hover .priceTable-header {
    border-color: rgba(235, 235, 235, 0.2);
}

.card-priceTable:hover .priceTable-header>* {
    color: #fff;
}

.card-priceTable:hover .priceTable-list {
    border-color: rgba(235, 235, 235, 0.2);
}

.card-priceTable:hover .priceTable-list li {
    color: #fff;
}

.card-priceTable:hover .button {
    background: #b76d68;
    border-color: #b76d68;
    color: #fff;
}

.sponsor-bg {
    background: url(../Images/home/sponsor-bg.png) left center no-repeat;
    background-size: cover;
}

.sponsor-wrapper {
    text-align: center;
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
}

.sponsor-wrapper--small {
    max-width: 750px;
}

.sponsor-title {
    text-transform: uppercase;
    font-size: 24px;
}

.sponsor-single {
    border: 5px solid #fff;
    text-align: center;
    padding: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 140px;
    position: relative;
}

.sponsor-single img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sponsor-single:hover {
    box-shadow: 0px 5px 20px 0px rgba(10, 9, 13, 0.15);
}

.sponsor-wrapper--small .sponsor-single {
    height: 120px;
}

.gallery-bg {
    background: url(../Images/home/gallery-bg.png) left center no-repeat;
    background-size: cover;
}

.gallery-area .img-gal {
    display: block;
}

.gallery-area .single-imgs {
    position: relative;
    overflow: hidden;
}

.gallery-area .single-imgs .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 14, 0.4);
    transform: translateY(60px);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery-area .single-imgs .overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-area .single-imgs .overlay-icon {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    background: rgba(234, 7, 99, 0.8);
    text-align: center;
}

.gallery-area .single-imgs .overlay-icon i,
.gallery-area .single-imgs .overlay-icon span {
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}

.gallery-area .single-imgs:hover .overlay {
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
}

.contact-info {
    margin-bottom: 12px;
}

.hd-office {
    position: relative;
    margin-bottom: 26px;
}

.hd-office::before,
.hd-office::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #f0e9ff;
    text-align: center;
    margin: auto;
}

.hd-office::before {
    top: -14px;
}

.contact-info__icon {
    margin-right: 15px;
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 24px;
}

.contact-info .media-body h3 {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.contact-info .media-body h3 span {
    color: #b76d68;
}

.contact-info .media-body p.ph {
    color: #b76d68;
    opacity: 0.9;
}

.contact-info .media-body p span {
    margin-left: 20px;
}

.contact-info .media-body h3 a {
    color: #242424;
}

.contact-info .media-body p {
    color: #666666;
    margin-bottom: 0;
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 12px;
}

.contact-title span {
    color: #b76d68;
}

.contactuspageform {
    border: 4px double #E2E2E2;
    padding: 10px;
    margin-bottom: 15px;
}



.form-contact label {
    color: #0f69af;
    font-size: 14px;
}

.form-contact .form-group {
    margin-bottom: 30px;
}

.form-contact .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 10px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

.form-contact textarea {
    border-radius: 12px;
    height: 100% !important;
}

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px;
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px;
}

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    color: #242424;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.l_blog_item .l_blog_text h4:hover {
    color: #0f69af;
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0px;
    padding-top: 20px;
}

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px;
}

.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eeeeee;
    display: inline-block;
    margin-right: 7px;
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.causes_slider .owl-dots .owl-dot.active {
    background: #0f69af;
}

.causes_item {
    background: #fff;
}

.causes_item .causes_img {
    position: relative;
}

.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
}

.causes_item .causes_img .c_parcent span {
    width: 70%;
    height: 3px;
    background: #0f69af;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0px;
    background: #0f69af;
    color: #fff;
    padding: 0px 5px;
}

.causes_item .causes_text {
    padding: 30px 35px 40px 30px;
}

.causes_item .causes_text h4 {
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer;
}

.causes_item .causes_text h4:hover {
    color: #0f69af;
}

.causes_item .causes_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px;
}

.causes_item .causes_bottom a {
    width: 50%;
    border: 1px solid #0f69af;
    text-align: center;
    float: left;
    line-height: 50px;
    background: #0f69af;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.causes_item .causes_bottom a+a {
    border-color: #eeeeee;
    background: #fff;
    font-size: 14px;
    color: #242424;
}

.latest_blog_area {
    background: #f9f9ff;
}

.single-recent-blog-post {
    margin-bottom: 30px;
}

.single-recent-blog-post .thumb {
    overflow: hidden;
}

.single-recent-blog-post .thumb img {
    transition: all 0.7s linear;
}

.single-recent-blog-post .details {
    padding-top: 30px;
}

.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0px 13px;
    transition: all 0.3s linear;
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center;
    color: #242424;
}

.tags .tag_btn:before {
    background: #0f69af;
}

.tags .tag_btn+.tag_btn {
    margin-left: 2px;
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 900px) {
    .blog_categorie_area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1100px) {
    .blog_categorie_area {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.categories_post img {
    max-width: 100%;
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, 0.75);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories_post .categories_details h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px;
}

.categories_post .categories_details .border_line {
    margin: 10px 0px;
    background: #fff;
    width: 100%;
    height: 1px;
}

.categories_post:hover .categories_details {
    background: rgba(222, 99, 32, 0.85);
}

.blog_item {
    margin-bottom: 50px;
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
    .blog_details {
        padding: 60px 30px 35px 35px;
    }
}

.blog_details p {
    margin-bottom: 30px;
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px;
}

.blog-info-link li a {
    color: #999999;
}

.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px;
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}

.blog-info-link li:last-child::after {
    display: none;
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table;
}

.blog_item_img {
    position: relative;
}

.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background: #b76d68;
    padding: 8px 15px;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px;
    }
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px;
    }
}

.blog_item_img .blog_item_date p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px;
    }
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999999;
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #999999;
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px;
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px;
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
    color: #b76d68;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
    color: #0f69af;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #0f69af;
    color: #fff;
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px;
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px;
}

.blog-pagination {
    margin-top: 80px;
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px;
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px;
}

.blog-pagination .page-link:hover {
    background-color: #fbf9ff;
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888;
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0;
}

.single-post-area .blog_details {
    box-shadow: none;
    padding: 0;
}

.single-post-area .social-links {
    padding-top: 10px;
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px;
}

.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear;
}

.single-post-area .social-links li a:hover {
    color: #242424;
}

.single-post-area .blog_details {
    padding-top: 26px;
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
}

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .single-post-area .quote-wrapper {
        padding: 30px;
    }
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid #0f69af;
}

@media (min-width: 768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px;
    }
}

.single-post-area .arrow {
    position: absolute;
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff;
}

.single-post-area .navigation-top p {
    margin-bottom: 0;
}

.single-post-area .navigation-top .like-info {
    font-size: 14px;
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px;
}

.single-post-area .navigation-top .comment-count {
    font-size: 14px;
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
    font-size: 16px;
    margin-right: 5px;
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px;
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0;
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999999;
}

.single-post-area .navigation-top .social-icons li:hover i,
.single-post-area .navigation-top .social-icons li:hover span {
    color: #fc6c26;
}

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px;
}

@media (max-width: 600px) {
    .single-post-area .blog-author {
        padding: 20px 8px;
    }
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px;
}

@media (max-width: 600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px;
    }
}

.single-post-area .blog-author a {
    display: inline-block;
}

.single-post-area .blog-author p {
    margin-bottom: 0;
}

.single-post-area .blog-author h4 {
    font-size: 16px;
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px;
}

.single-post-area .navigation-area p {
    margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
    color: #242424;
}

.single-post-area .navigation-area .nav-left {
    text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5;
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px;
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5;
}

@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0px;
    }
}

.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px;
}

@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px;
    }
}

.comments-area h4 {
    margin-bottom: 35px;
    color: #242424;
    font-size: 18px;
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

.comments-area a {
    color: #242424;
}

.comments-area .comment-list {
    padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
    padding-left: 25px;
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px;
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px;
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px;
    }
}

.comments-area .thumb {
    margin-right: 20px;
}

.comments-area .thumb img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.comments-area .date {
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 0;
    margin-left: 20px;
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777777;
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400;
}



.comment-form .form-group {
    margin-bottom: 30px;
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
    color: #242424;
}

.comment-form .name {
    padding-left: 0px;
}

@media (max-width: 767px) {
    .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem;
    }
}

.comment-form .email {
    padding-right: 0px;
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0px;
    }
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

.comment-form .form-control::placeholder {
    color: #777777;
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important;
}

.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777;
}

.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777;
}

.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777;
}

.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777;
}

.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #242424;
    border: 1px solid #0f69af;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
    .button {
        font-size: 13px;
        padding: 9px 24px;
    }
}

.button:hover {
    background: #0f69af;
    color: #fff;
}

.button-link {
    letter-spacing: 0;
    color: #0f69af;
    border: 0;
    padding: 0;
}

.button-link:hover {
    background: transparent;
    color: #0f69af;
}

.button-header {
    background: #b76d68;
    color: #fff;
    border-color: #b76d68;
}

.button-header:hover {
    background: #b8024c;
    color: #fff;
}

.button-contactForm {
    background: #0f69af;
    color: #fff;
    border-color: #0f69af;
}

.button-contactForm:hover {
    border-color: #b76d68;
    background: #b8024c;
    color: #fff;
}


.footer-area {
    background: #000000;
}

/*.footer-area .bg-shape {
        background-image: url('../images/footer-pattern1.png');     
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-position: center;
    }*/

.footer-area .footer-nav li {
    margin-top: 18px;
}

.footer-area .footer-nav li a {
    color: #fff;
}

.footer-area .footer-nav li a:hover {
    color: #c5a47e;
}

.footer-area .primary-btn {
    background-color: #c5a47e;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 25px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}

.footer-area .primary-btn:focus {
    outline: none;
}

.footer-area .primary-btn span {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-area .primary-btn:hover {
    background-color: #c5a47e;
    box-shadow: none;
    color: #fff;
}

.footer-area .primary-btn:hover span {
    color: #fff;
    right: 20px;
}

.footer-area .primary-btn.white {
    border: 1px solid #fff;
    color: #fff;
}

.footer-area .primary-btn.white span {
    color: #fff;
}

.footer-area .primary-btn.white:hover {
    background: #fff;
    color: #c5a47e;
}

.footer-area .primary-btn.white:hover span {
    color: #c5a47e;
}

.footer-area h6 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-right: 1px solid #c5a47e;
    font-size: 18px;
    letter-spacing: .1em;
    border: 1px solid #C3A27D;
    padding: 5px 10px;
    margin-bottom: 20px !important;
    font-weight: bold;
    width: fit-content;
}

.copy-right-text i,
.copy-right-text a {
    color: #c5a47e;
}

.instafeed {
    margin: -5px;
}

.instafeed li {
    overflow: hidden;
    width: 60px;
    margin-bottom: 0 !important;
}

.instafeed li img {
    margin: 5px;
}

.footer-social {
    text-align: right;
}

.footer-social a {
    width: 20px;
    width: 40px;
    display: inline-table;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-social a:hover i {
    color: #b76d68;
}

.footer-social i,
.footer-social span {
    font-size: 18px;
    color: rgba(221, 221, 221, 0.5);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
    .footer-social {
        text-align: left;
        margin-top: 20px;
    }
}

.single-footer-widget {
    color: #fff;
    /*border-right: 1px solid #2677b6;*/
    padding: 22px 0 6px 0;
    height: 100%;
    text-align: justify;
}


.single-footer-widget.border-none-r {
    border-right: none;
}

.single-footer-widget input {
    line-height: 38px;
    border: none;
    background: #fff;
    border: 1px solid #fff;
    font-weight: 400;
    color: #999999;
    padding-left: 20px;
    width: 80%;
    font-size: 14px;
}

.single-footer-widget input::placeholder {
    font-weight: 400;
}

.single-footer-widget .bb-btn {
    background-color: #b76d68;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    border-radius: 0;
    cursor: pointer;
}

@media (max-width: 960px) {
    .single-footer-widget .nw-btn {
        margin-top: 20px;
    }

    .single-footer-widget .newsletter {
        padding-bottom: 40px;
    }
}

.single-footer-widget .info {
    position: absolute;
    margin-top: 3px;
    color: #fff;
    font-size: 14px;
}

.single-footer-widget .info.valid {
    color: green;
}

.single-footer-widget .info.error {
    color: #b76d68;
}

.single-footer-widget ::-moz-selection {
    background-color: #0f69af;
    color: #797979;
}

.single-footer-widget ::selection {
    background-color: #0f69af;
    color: #797979;
}

.single-footer-widget ::-webkit-input-placeholder {
    color: #797979;
    font-weight: 300;
}

.single-footer-widget :-moz-placeholder {
    color: #797979;
    opacity: 1;
    font-weight: 300;
}

.single-footer-widget ::-moz-placeholder {
    color: #797979;
    opacity: 1;
    font-weight: 300;
}

.single-footer-widget :-ms-input-placeholder {
    color: #797979;
    font-weight: 300;
}

.single-footer-widget ::-ms-input-placeholder {
    color: #797979;
    font-weight: 300;
}

@media (max-width:992px) {
    .single-footer-widget {
        padding: 10px 0;
    }
}

.single-footer-widget p {
    color: #FFF;
    /*padding-left: 30px;*/
    position: relative;
}

.single-footer-widget ul li {
    margin-bottom: 10px;
}

.single-footer-widget ul li::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 2px;
    width: 10px;
    margin-right: 10px;
    background: #d7d7d7;
    transition: inherit;
}

.single-footer-widget ul li a {
    color: #FFF;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.single-footer-widget ul li:hover::before {
    width: 20px;
    background: #c5a47e;
    transition: 0.5s all ease-in-out;
}

.single-footer-widget ul li:hover a {
    color: #c5a47e;
    width: 34px;
}

.single-footer-widget ul li a:hover {
    color: #c5a47e;
    width: 34px;
}

.footer-bottom {
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 1000px) {
    .footer-bottom {
        margin-top: 70px;
    }
}

.footer-text a,
.footer-text i {
    color: #b76d68;
}

.top_header {
    font-size: 14px;
    text-align: right;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ic_ar,
.ic_ph,
.ic_em,
.ic_f,
.ic_t,
.ic_i,
.ft-t,
.ft-f,
.ft-i,
.ft-add,
.ft-call,
.ft-inq,
.ic_btn,
.ic-fn,
.ic-ln,
.ic-el,
.ic-mn,
.ic-ym,
.menu-wrap ul li a::after,
.scroll-arrow,
.close-arrow {
    content: "";
    background-image: url('../images/social-icon.png');
    background-repeat: no-repeat;
    display: inline-block;
    transition: all 0.40s ease 0s;
}

.ic_ar {
    width: 15px;
    background-position: 0px -18px;
    height: 8px;
}

.ic_ph {
    background-position: -15px -8px;
    width: 6px;
    position: relative;
    top: 2px;
    margin-left: 6px;
    height: 16px;
    margin-right: 3px;
}

.ic_em {
    background-position: -28px -8px;
    width: 16px;
    position: relative;
    top: 3px;
    margin-left: 4px;
    height: 16px;
    margin-right: 4px;
}

.top_header_bg {
    background-color: #03121e;
    padding: 5px 0;
}

.top_header_bg span.sc_icon {
    position: absolute;
}

.ic_f {
    width: 22px;
    background-position: -46px -24px;
    height: 22px;
    margin-left: 8px;
}

.ic_t {
    width: 22px;
    background-position: -68px -24px;
    height: 22px;
    margin-left: -3px;
}

.ic_i {
    width: 22px;
    background-position: -90px -24px;
    height: 22px;
    margin-left: -3px;
}

.ic_f:hover {
    background-position: -46px -25px;
}

.ic_t:hover {
    background-position: -67px -25px;
}

.ic_i:hover {
    background-position: -90px -25px;
}

.inqu a {
    color: #fff;
}

/**Footer social media start***/
.single-footer-widget p a {
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-bottom-bg p {
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-align: center;
    color: #000000;
}

.footer-bottom-bg {
    padding: 8px 0;
    margin: 0;
    background-color: #c5a47e;
    color: #fff !important;
}

.footer-area {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
        url(../Images/footer-img.jpg);
    /* background-image: url(../Images/footer-img.jpg); */
    background-size: cover;
}

.footer-area .container .row {
    padding: 0px 0px 40px 0px;
}

.footer-area .cname {
    /* font-size: 30px;
    letter-spacing: .1em;
    font-weight: bold; */
    font-size: 22px;
    letter-spacing: .1em;
    border: 1px solid #C3A27D;
    padding: 5px 10px;
    margin-bottom: 20px !important;
    font-weight: bold;
}

.ftsocial {
    border: solid 1px #c5a47e;
    padding: 8px 12px 0px 10px;
    background: #c5a47e45;
}

.ftsocial i {
    color: #fff;
    font-size: 16px;
}

.ftboredrright {
    text-align: justify;
    color: #fff;
    border-right: 1px solid #c5a47e;
    padding-bottom: 7px;
    margin-top: 7px;
}

.ftboredrleft {
    text-align: justify;
    color: #fff;
    border-left: 1px solid #c5a47e;
    padding-bottom: 7px;
    margin-top: 7px;
}

.ftboredrright a {
    padding: 10px 0px 0px 0px;
    margin-top: -15px;
}

.ftboredrleft a {
    padding: 10px 0px 0px 0px;
    margin-top: -15px;
}

footer p {
    line-height: 22px;
    padding-bottom: 10px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #e2e2e2;
    /* letter-spacing: 3px;*/
}

.partofrk {
    text-align: center;
    color: #f0e9ff;
    background: #FFF;
    padding: 8px 0;
    margin: 0;
}

.rkpart {
    padding: 0px;
    text-align: center;
    color: #000;
    background-color: #fff;
    margin: 0px;
    font-weight: 600;
}

.rkpart span {
    color: #b76d68;
}

.ft-icon {
    justify-content: center;
    display: flex;
    gap: 13px;
    margin-top: 3%;
    margin-bottom: 2%;
}

@media (max-width: 767) {
    .top_header {
        text-align: center;
    }

    .top_header_bg span.sc_icon {
        position: relative;
        top: 5px;
    }
}

@media (max-width: 992px) {
    .top_header {
        text-align: center;
    }

    .top_header_bg span.sc_icon {
        position: relative;
        top: 5px;
    }
}

/**footer social meia end***/
/**VandeMatram CSS***/
.text-primary {
    color: #fff !important;
}

.logo_h img {
    width: 110px;
}

.slider-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .slider-container {
        max-width: 1200px;
    }
}

/****Home Page Design Start****/

/**Main Slider Design Start**/
/**new slider***/
.fade-carousel {
    position: relative;
    min-height: 600px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15b0;
    opacity: 1;
}

.carousel-indicators>li {
    background: #fff;
    border-color: #fff;
    width: 20px;
    height: 20px;
}

.carousel-indicators>li.active {
    width: 20px;
    height: 20px;
    background: #dfb858;
    border-color: #dfb858;
}

.carousel-indicators>li {
    margin: 0 4px;
    opacity: .8;
}

/*.fade-carousel .carousel-inner .item {
    min-height: 600px;
}*/
.slides .slide-1 {

    /* background-image: url('../images/RealEstate/innovative-architecture.jpg'); */
    background-position: center !important;
    background-size: cover !important;
}

.slides .slide-2 {
    /* background-image: url('../images/RealEstate/slid-2.jpg'); */
    /* background-image: url('../images/RealEstate/young-man-civil-engineer-safety-hat.jpg'); */
    background-position: center !important;
    background-size: cover !important;
}

.slides .slide-3 {
    /* background-image: url('../images/RealEstate/slide-3.jpg'); */
    /* background-image: url('../images/RealEstate/side-view-man-working-as-real-estate-agent.jpg'); */
    background-position: center !important;
    background-size: cover !important;
}

.slides .slide-1 {
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-2 {
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-3 {
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    /* background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%); */
    background: linear-gradient(90deg, rgb(4 19 32 / 74%) 33%);
}

.slides .slide-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    /* background: linear-gradient(90deg, rgb(4 19 32 / 74%) 33%); */
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
}

.slides .slide-3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32 / 74%) 33%);
    /* background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%); */
}

.mgt {
    margin-top: 0 !important;
}

.fade-carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.fade-carousel .carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.fade-carousel .slides .slide-1 {
    background-position: center;
}

.fade-carousel .slides .slide-2 {
    background-position: center;
}

.fade-carousel .slides .slide-3 {
    background-position: center;
}



@media(max-width:767px) {}

/*****/
.content-box {
    position: relative;
    width: 60%;
    top: 100px;
    margin-left: 7%;
    /*display: flex;
    flex-wrap: wrap;*/
}

.content-box .title {
    /*display: block;
        font-size: 22px;
        color: #da6624;
        font-weight: 500;*/
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    display: table;
    position: relative;
    font-size: 1.2em;
    color: #fff;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .3);
    border-radius: 4px;
    font-family: oswald;
}

.content-box h2 {
    display: block;
    font-size: 50px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    font-family: oswald;
    /*margin-bottom: 30px;*/
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.content-box h2 span {
    color: #fff;
}

/*.content-box .info-list {
        position: relative;
        margin-bottom: 45px;
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }*/

.content-box .info-list li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 10px;
    text-transform: uppercase;
}

.content-box .info-list li .icon {
    color: #faaC1D;
    margin-right: 10px;
    float: left;
    font-size: 18px;
    line-height: 26px;
}

.sliderbtn {
    margin-top: 135px;
}


.commentssubmit {
    display: table;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    padding: 0 15px;
    border: none;
    -webkit-appearance: none;
    border-radius: 30px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    font-weight: 600;
    font-size: 11px;
    font-family: var(--main-font);
    transition: all .2s linear;
}


.csb_color {

    /* background: #b76d68 ; */
    box-shadow: 0px 0px 0px 8px rgb(255 255 255 / 20%);
    background: #c5a47e;
}

.csb_color:hover {

    /* background: #b76d68 ; */
    box-shadow: 0px 0px 0px 8px rgb(255 255 255 / 20%);
    background: #2e2e2e;
    color: #fff !important;
    transition: all .2s linear;
}

.csb_color:hover {
    color: #000;
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 20%);
}

@media(max-width:767px) {


    .commentssubmit {
        height: 30px;
        line-height: 30px;
        font-size: 8px;
    }
}

/*****/

@media(max-width:767px) {


    .slides .slide-1 {
        min-height: 200px;
    }

    .slides .slide-2 {
        min-height: 200px;
    }

    .slides .slide-3 {
        min-height: 200px;
    }

    .content-box {
        margin: 0px 0px;
        padding: 0px 50px;
    }

    .content-box .title {
        font-size: 5px;
        margin-top: 0px;
        margin-top: 20%;
    }

    .content-box h2 {
        font-size: 12px;
        margin: 0px;
    }

    .content-box {
        width: 100%;
        top: -40px;
    }
}

.owl-carousel1 .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    /*margin-top: -50px;*/
}

.owl-carousel1 .owl-nav .owl-prev,
.owl-carousel1 .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 50%;
    color: #fff;
    background: none;
    z-index: 10;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    line-height: 41px;
    margin: 0px 8px;
    font-weight: 700;
    /* border-radius: 50px; */
    display: inline-block;
    background-color: #ffffff0d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.owl-carousel1 .owl-nav .owl-next {
    right: 2px;
    float: right;
}

.owl-carousel1 .owl-nav .owl-prev:hover,
.owl-carousel1 .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #000;
}


#scrollUp {
    background: #d93337 none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 16px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

#scrollUp:hover {
    background: #fff none repeat scroll 0 0;
    color: #0c6db6;
}

.owl-carousel2 .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    /*margin-top: -50px;*/
}

.owl-carousel2 .owl-nav .owl-prev,
.owl-carousel2 .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 50%;
    color: #fff;
    background: none;
    z-index: 10;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    line-height: 41px;
    margin: 0px 8px;
    font-weight: 700;
    /* border-radius: 50px; */
    display: inline-block;
    background-color: #ffffff0d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.owl-carousel2 .owl-nav .owl-next {
    right: 2px;
    float: right;
}

.owl-carousel2 .owl-nav .owl-prev:hover,
.owl-carousel2 .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #000;
}


.owl-carousel3 .owl-nav {
    position: absolute;
    left: 0px;
    top: 35%;
    width: 100%;
    /*margin-top: -50px;*/
}

.owl-carousel3 .owl-nav .owl-prev,
.owl-carousel3 .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 50%;
    color: #000;
    background: none;
    z-index: 10;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    line-height: 41px;
    margin: 0px 8px;
    font-weight: 700;
    /* border-radius: 50px; */
    display: inline-block;
    background-color: #ffffff0d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.owl-carousel3 .owl-nav .owl-next {
    right: 2px;
    float: right;
}

.owl-carousel3 .owl-nav .owl-prev:hover,
.owl-carousel3 .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #000;
}


.owl-carouselt .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    /*margin-top: -50px;*/
}

.owl-carouselt .owl-nav .owl-prev,
.owl-carouselt .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 50%;
    color: #000;
    background: none;
    z-index: 10;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    line-height: 41px;
    margin: 0px 8px;
    font-weight: 700;
    /* border-radius: 50px; */
    display: inline-block;
    background-color: #ffffff0d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.owl-carouselt .owl-nav .owl-next {
    right: 2px;
    float: right;
}

.owl-carouselt .owl-nav .owl-prev:hover,
.owl-carouselt .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #000;
}


@media (max-width: 767px) {
    .owl-carousel1 .owl-nav {
        top: 50%;
    }

    .owl-carouselt .owl-nav {
        top: 50%;
    }
}


#scrollUp {
    background: #c5a47e none repeat scroll 0 0;
    /* background: #b76d68 none repeat scroll 0 0; */
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

#scrollUp:hover {
    background: #fff none repeat scroll 0 0;
    color: #0c6db6;
}

/**Main Slider Design End**/

/** Services Design Start**/
/*.flat-service{

}*/
.Services {
    background-color: #f8f6f3;
    /* background-color: #f1f1f1; */
}

.Services .box {
    /* border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    padding: 20px;
    height: 430px;
    background-color: #fff;
    border-radius: 10px; */
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    padding: 20px;
    height: 370px;
    background-color: #fff;
    border-radius: 10px;
}


/*.Services .box:hover .icon img {
    animation: toBottomFromTop 0.5s forwards;
}*/
.flat-service .box .icon {
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center;
}

.flat-service .box .icon img {
    border: solid 4px #c7c4c2;
    padding: 10px;
    filter: grayscale(1);
}

.flat-service .box h3 {
    margin-bottom: 15px;
    padding-bottom: 16px;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    text-align: center;
}

.flat-service .box h3::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background-color: #FFA920;
    bottom: 0;
}

.flat-service .box p {
    text-align: justify;
}

@media (max-width: 767px) {

    .Services .box {
        height: auto;
        margin-top: 10px;
    }

    .flat-service .box .icon {
        text-align: center;
    }

    .flat-service .box .icon img {
        padding: 10px;
        margin: 0px;
        border: solid 4px #c7c4c2;
    }

    .Services .col-md-6 {
        margin: 0px;
        padding: 0px;
    }
}

/** Services Design End**/

/** Counter Design Start**/
.slider-container {
    width: min(100% - 25px, 1700px);
    margin-inline: auto;
    position: relative;
    z-index: 5;
}

.parallax-section-wrap {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.fs-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.bg-wrap {
    z-index: 1;
}

.bg-wrap .bg {
    /*top: -15%;*/
    height: 130%;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

/*.bg-wrap .overlay {
    opacity: .5;
}*/

.parallax-section-content {
    text-align: left;
    padding-top: 30px;
}

.parallax-section-content h3 {
    color: #fff;
    font-weight: 500;
    font-size: 2.2em;
    margin-bottom: 20px;
    position: relative;
}

.parallax-section-content p {
    color: rgba(255, 255, 255, .7);
}

/* .process-wrap {
    overflow: hidden;
    padding: 10px;
    position: relative;
    background: rgba(0,0,0,.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.2);
} */

.process-wrap li {
    float: left;
    width: 33.3333333%;
    padding: 10px;
    text-align: left;
}

.process-item {
    background: #000;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    height: 310px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.process-count {
    color: #fff;
    margin-bottom: 30px;
    display: block;
    font-size: .9em;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 6px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, .2);
}

.process-item-icon {
    /* color: #f8b996; */
    color: #c5a47e;
    font-size: 2.4em;
    position: absolute;
    top: 20px;
    right: 30px;
}

.facts-num {
    font-size: 20px;
    margin: 10px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
}

.process-item h4 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
    padding-bottom: 10px;
}

.process-item p {
    color: rgba(255, 255, 255, .8);
}

.pr-dec {
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;

    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1068px) {
    .process-wrap {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .process-wrap li {
        width: 100%;
    }

    .container {
        padding: 0px;
    }

    .Counter .row .col-md-4,
    .col-md-8 {
        padding: 0px;
    }
}

/** Counter Design End**/

/** AboutUs Design Start**/
.padding-y-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-thumb {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: clamp(2rem, -0.13rem + 4.437vw, 3.75rem);
    max-width: 580px;
}

.about-thumb::before,
.about-thumb::after {
    position: absolute;
    content: "";
    width: clamp(6.25rem, 0.858rem + 20.349vw, 10.625rem);
    height: 100%;
    background: #c5a47e;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    z-index: -1;
    opacity: 0.2;
}

.about-thumb::after {
    left: auto;
    right: 0;
}

.about-thumb img {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}

.client-statistics {
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 5px 5px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    gap: clamp(0.75rem, 0.141rem + 1.268vw, 1.25rem);
}

.about .section-heading {
    margin-bottom: 30px;
}

.section-heading.style-left {
    text-align: left;
    margin-left: 0;
}

.section-heading__subtitle,
.banner-video__subtitle {
    /* padding: 5px 10px;
    border-radius: 3px;
    background-color: #dddddd;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.11em; */
    /* NEW CHANGE */
    /* padding: 5px 10px; */
    /* border-radius: 3px; */
    /* background-color: #dddddd; */
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.875rem;
    /* color: #F5F5DC; */
    border-bottom: 2px solid #c5a47e;
    padding-bottom: 3px;
    letter-spacing: 0.11em;
    font-weight: bold;
    font-family: oswald;
    /* font-family: Montserrat; */
}

.section-heading__title {
    position: relative;
    margin-bottom: 0;
    font-family: oswald;
    /* font-family: fangsong; */
    font-size: 36px;
    line-height: 1.2;
    /* font-family: Poppins; */
    font-weight: bold;
        color: #3d3d3d;
}


.section-heading.style-left .section-heading__desc {
    margin-left: 0;
    text-align: justify;
}

/* .section-heading__desc {
       text-align: center;
    width: 90%;
} */

.section-heading__desc {
    margin-top: clamp(1rem, -0.217rem + 2.536vw, 2rem);
    font-size: 15px;
    /*max-width: 750px;*/
    text-align: center;
    width: 90%;
}

.about-box__title {
    font-size: 15px;
}

.about-box__desc {
    text-align: justify;
}

.client-statistics__icon {
    font-size: 15px;
}

.about-box {
    border-radius: 5px;
    border: 2px solid #e0e0e0;
    padding: 20px;
    gap: 20px;
}

.about-box__icon {
    flex-shrink: 0;
    filter: grayscale(1);

}

.about-button {
    margin-top: clamp(1rem, -0.826rem + 3.803vw, 2.5rem);
}

.client-statistics__icon i {
    /* color: #f8b996; */
    color: #c5a47e;
    font-size: 35px;
}

.client-statistics__content {
    text-align: start;
}

.statisticsCounter {
    font-size: 25px;
    font-weight: bold;
}

.flx-align,
.common-radio,
.common-check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 576px) {
    /*.padding-y-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }*/
}

@media (min-width: 992px) {
    /*.padding-y-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }*/

    .about-thumb {
        margin-right: clamp(1.5rem, -1.156rem + 4.283vw, 3.125rem);
    }
}


/** AboutUs Design End**/

/** Quote Design Start**/
.api-container,
.api-wrap,
.api-text,
.api-img {
    position: relative;
}

.api-container,
.api-text {
    z-index: 2;
}

.api-wrap-bg {
    position: absolute;
    top: 80px;
    bottom: 50px;
    right: 0;
    left: 0;
    border-radius: 20px;
    /* border: 1px solid #eee; */
    z-index: 1;
}

.api-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 700px;
    z-index: 3;
}

.api-container {
    padding-left: 750px;
}

.api-wrap-bg:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    /* background: linear-gradient(rgba(249, 219, 146, 1) 0%, rgba(238, 120, 56, 1) 71%); */
    background: linear-gradient(#b76d68 0%, #f8b996 71%);
    border-radius: 20px;
}

.api-text {
    padding: 180px 120px 140px 0;
}

.api-text h3 {
    text-align: left;
    color: #fff;
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 10px;
}

.api-text p {
    color: #fff;
}

.api-text-links {
    overflow: hidden;
    margin-top: 20px;
}

.api-text-links a {
    padding: 5px 50px;
    float: left;
    margin-right: 20px;
    background: #000;
    /*border-radius: 40px;*/
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.api-text-links a:hover {
    background: #fff !important;
    background-color: #12171d !important;
}

.api-text-links a i {
    position: absolute;
    height: 52px;
    line-height: 52px;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: #b76d68;
    width: 52px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.7em;
    transition: all .3s ease-out;
}

.api-text-links a:hover i {
    transform: translateY(-50%) scale(.8);
    background: #fff;
    color: #b76d68;
}

.api-wrap-bg-container {
    position: absolute;
    top: 50%;
    left: 60%;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.api-bg-pin {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 100;
    background: #fff;
}

.api-bg-pin:first-child {
    left: 30%;
    bottom: 20%;
}

.api-bg-pin:nth-child(2) {
    right: 20%;
    bottom: 30%;
}

.api-bg-pin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    opacity: .4;
}

.abs_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
    background-image: url('../images/AboutUs/map.png');
    opacity: .3;
    z-index: 2;
}

@keyframes pulse {
    100% {
        transform: scale(22.1);
        opacity: 0;
    }
}

.api-bg-pin-vis:before {
    animation: pulse 3.0s infinite ease-in-out;
}

@media only screen and (max-width: 1268px) {
    .api-container {
        padding-left: 450px;
    }

    .api-img {
        width: 400px;
    }
}

@media only screen and (max-width: 1068px) {
    .api-container {
        padding-left: 0;
    }

    .main-register_bg,
    .height-emulator,
    .mob-hid,
    .api-img,
    .main-menu nav ul,
    .more_search-btn,
    .back-tofilters-wrap,
    .hero-section-agent_link,
    .hs-pv_wrap {
        display: none;
    }

    .api-text {
        padding: 40px;
    }

    .api-text h3 {
        font-size: 23px;
    }

    .api-text-links {
        margin: 0;
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .api-text-links a {
        margin: 10px 0 0 0;
    }

    .api-wrap-bg {
        top: 0;
        bottom: 0;
    }

    .api-wrap-bg-container {
        left: 0;
    }
}

/** Quote Design End**/


/** Upcoming Projects Design Start**/
.UpcomingProjects {
    background-color: #f8f6f3 !important;
    /* background-color: #f1f1f1 !important; */
}

.UpcomingProjects .wrapper {
    padding: 10px;
}

.portfolio-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.portfolio-item__thumb {
    border-radius: inherit;
    height: 400px;
}

.portfolio-item__title a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-item__content {
    width: 100%;
    background-color: #2e2e2e;
    position: absolute;
    bottom: 0;
    left: 0;
    /*transform: translateY(100%);*/
    bottom: -6px;
    /* bottom: -22px; */
    transition: 0.2s linear;
}

.portfolio-item__content .btn-icon {
    margin-left: auto;
    right: 40px;
    top: -22px;
    position: absolute;
}

.portfolio-item__desc {
    color: #fff;
}

.btn-icon {
    width: 44px;
    height: 44px;
    background-color: #ffffff !important;
    padding: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s linear;
    border: 0;
    font-size: 1.25rem;
    color: #f8b996;
    /* width: 44px;
    height: 44px;
    background-color: 
#f8b996
 !important;
    padding: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s linear;
    border: 0;
    font-size: 1.25rem;
    color: #ffffff ; */
}

.line-height-0 {
    line-height: 0;
}

.portfolio-item:hover .portfolio-item__content {
    transform: translateY(0%);
    bottom: 0px;
    /* height: 215px; */
}

.portfolio-item__inner {
    padding: clamp(1rem, -0.217rem + 2.536vw, 2rem);
    padding-top: 32px;
}

/** Upcoming Projects Design End**/

/** Client Design Start**/
.Client {
    background-color: #2e2e2e;
    /* background-color: #000; */
}

.clients-carousel-wrap {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 30px 30px 30px 200px;
}

.clients-carousel-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    font-weight: 600;
    padding: 0 30px;
    width: 200px;
}

.clients-carousel-title:before {
    content: '';
    position: absolute;
    bottom: -10px;
    /*left: 50%;
        margin-left: -15px;*/
    width: 30px;
    height: 1px;
    background: #fc6c26;
}

.clients-carousel {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
    position: relative;
}

.client-item {
    height: 110px;
    line-height: 110px;
    position: relative;
    z-index: 2;
    background: #fff;
    display: block;
    border-radius: 10px;
    border: 1px solid #eee;
}

.client-item img {
    width: 100%;
    aspect-ratio: 6/2;
    object-fit: contain;
    opacity: .6;
    transition: all .2s linear;
}

@media only screen and (max-width: 768px) {
    .clients-carousel-wrap {
        padding: 20px;
    }

    .clients-carousel-title {
        width: 100%;
    }

    .clients-carousel-title:before {
        left: 0;
        margin-left: 0;
    }
}

/** Client Design End**/

/** OurTeam Design Start**/
/** OurTeam Design End**/

/** Testimonial Design Start**/
/** Testimonial Design End**/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
    padding: 10px;
}


.boxed-content-title:before,
.boxed-content-title:after,
.lws_column .list-searh-input-wrap-title:before,
.lws_column .list-searh-input-wrap-title:after,
.contacts-card-item span:before,
.contacts-card-item span:after,
.help-item-title:before,
.help-item-title:after,
.testi-header:before,
.testi-header:after {
    content: '';
    position: absolute;
    right: 50px;
    height: 8px;
    background: #c5a47e;
    top: 50%;
    margin-top: -4px;
    border-radius: 10px;
}

.boxed-content-title:before,
.lws_column .list-searh-input-wrap-title:before,
.contacts-card-item span:before,
.help-item-title:before,
.testi-header:before {
    width: 20px;
}

.boxed-content-title:after,
.lws_column .list-searh-input-wrap-title:after,
.contacts-card-item span:after,
.help-item-title:after,
.testi-header:after {
    width: 12px;
    background: #ddd;
}

.help-item-title:before,
.testi-header:before {
    right: 30px;
}

.testimonilas-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 30px 30px 50px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.testimonilas-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 30px 30px 50px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.testimonilas-carousel-wrap {
    position: relative;
    padding: 30px;
    z-index: 10;
}

.testi-footer a {
    color: #c5a47e;
}

.testimonilas-carousel-wrap .fwc-controls_wrap {
    bottom: 29px;
}

.testi-item {
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 20px;
    height: 430px;
}

.testi-header {
    position: relative;
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 26px 30px 26px 100px;
}

.testi-header h3 {
    text-align: left;
    font-size: 1.3em;
    font-weight: 600;
}

.testi-avatar {
    position: absolute;
    left: 30px;
    top: 50%;
    overflow: hidden;
    border-radius: 50%;
    margin-top: -25px;
    box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .2);
}

.testi-avatar img,
.testi-avatar {
    width: 50px;
    height: 50px;
}

.testimonilas-text-item {
    padding: 30px 30px 0;
}

.testimonilas-text-item-wrap {
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out;
    height: 200px;

}

.testimonilas-carousel .swiper-slide-active .testimonilas-text-item-wrap {
    transition-delay: .9s;
    box-shadow: 0 10px 14px 0px rgba(0, 0, 0, .04);
}

.testimonilas-text-item-wrap p {
    position: relative;
    z-index: 2;
    padding-bottom: 0;
    font-weight: 400;
    text-align: justify;
}

.testi-footer {
    position: relative;
    padding: 20px 30px;
    overflow: hidden;
}

.testi-footer:before {
    content: '';
    position: absolute;
    left: 50%;
    right: 20%;
    height: 1px;
    background: #eee;
    top: 50%;
}

.testi-link {
    float: left;
    background: #fff;
    padding: 0 20px;
    border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    font-size: .9em;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, .07);
}

.testi-number {
    position: absolute;
    top: 50%;
    right: 30px;
    height: 30px;
    line-height: 30px;
    background: #2e2e2e;
    color: #FFF;
    margin-top: -15px;
    border-radius: 4px;
    padding: 0 15px;
    font-weight: 600;
    font-size: .9em;
}

@media (max-width: 767px) {
    .testimonilas-text-item {
        padding: 0px 0px 0;
    }
}

/****Home Page Design End****/


/****Home Page Design End****/
@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: flex;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        float: right;
        padding-top: 2%;
    }
}

#myHeader {
    transition: all 0.3s ease;
    z-index: 9999 !important;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* opacity: 0.98; */
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.sticky-opacity .navbar-brand img {
    width: 110px;
    transition: all 0.3s ease;
}

.main_menu {
    background: #f3f3f3;
}

/* =================================== ABOUTUS PAGE STYLING =============================== */
.fix-padding-a {
    padding: 70px;
}

@media(max-width:767px) {
    .fix-padding-a {
        padding: 20px;
    }
}

/* ----------- ALL PAGE HEADER ------------ */
.all-page-header {
    padding: 170px 0 100px;
    text-align: start;
    position: relative;
    z-index: 2;
}

.all-page-header.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.all-page-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: -webkit-linear-gradient(204deg, #000 0%, #03060E 100%);
    background: linear-gradient(246deg, #000 0%, #03060E 100%);
    opacity: .7;
    z-index: -1;
}

.all-page-header-content {
    text-align: center;
}

@media (min-width: 1300px) {
    .all-page-header-title {
        font-size: 40px;
        line-height: 1.11;
    }
}

.all-page-header-title {
    margin: -0.20em 0 -0.18em 0;
    line-height: 1.1;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
}

.all-page-header-menu {
    max-width: 100%;
    padding: 0;
    margin: 22px 0 -0.5em 0;
    list-style-type: none;
    position: relative;
}

.all-page-header-menu li:first-child,
.all-page-header-menu li:first-child a,
.all-page-header-menu li:first-child span {
    color: #ffffff;
}

.all-page-header-menu li,
.all-page-header-menu a,
.all-page-header-menu span {
    white-space: normal;
    word-break: break-word;
    font-size: 17px;
}

.all-page-header-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 3px;
    list-style: none;
    position: relative;
}


.all-page-header-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--theme-color);
}



/* -------------  About us  ------------ */
.about-page-inner {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: center;
}

.about-page-images {
    flex: 1;
    display: flex;
    gap: 20px;
    position: relative;
}

.about-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-left .img-box,
.about-left .img-box.small {
    overflow: hidden;
    border: 5px solid #e1e1e1;
    padding: 5px;
    border-radius: 0px;
}

.about-left .img-box img,
.about-left .img-box.small img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-middle img {
    max-width: 300px;
    position: relative;
    height: 100%;
    border: 5px solid #e1e1e1;
    padding: 5px;
    border-radius: 0px;
}

.about-page-content {
    flex: 1;
    margin-top: -6%;

}

.about-page-wrapper {
    padding-bottom: 20px;
}

.ltn__list-item-half {
    margin-top: 0;
    padding-left: 0;
    display: flex;
    flex-flow: row wrap;
}

.ltn__list-item-half li {
    width: 50%;
    float: left;
    list-style: none;
    display: flex;
    align-items: center;
    padding-right: 20px;
    gap: 15px;
    color: #000;
    font-size: 18px;
    padding-bottom: 15px;
}

.ltn__callout {
    /* padding: 20px 20px 15px 20px;
    margin: 25px 0;
    border-left: 4px solid;
    border-color: #fc6c26;
    font-size: 15px;
    background: #ff620b1a;
    color: #494949;
    font-weight: bold; */
    padding: 20px 20px 15px 20px;
    margin: 25px 0;
    border-left: 4px solid;
    border-color: #b76d68;
    font-size: 15px;
    background: #dcba7e6e;
    /* background: #f8b9966b; */
    color: #494949;
    font-weight: bold;
}

.ltn__list-item-half img {
    background-color:
        #dcba7e6e;
    border: 1px solid #b76d68;
    height: 60px;
    padding: 5px;
}

@media(max-width:767px) {
    .about-middle img {
        max-width: 167px;
        position: relative;
        height: 88%;
        border: 5px solid #e1e1e1;
        padding: 5px;
        border-radius: 0px;
    }

    .section-heading__title {
        position: relative;
        margin-bottom: 0;
        font-family: oswald;
        /* font-family: fangsong; */
        font-size: 20px;
        line-height: 1.2;
    }

    .ltn__list-item-half {
        margin-top: 0;
        padding-left: 0;
        display: grid;
        flex-flow: row wrap;
    }

    .ltn__list-item-half li {
        width: 100%;
        float: left;
        list-style: none;
        display: flex;
        align-items: center;
        padding-right: 20px;
        gap: 15px;
        color: #000;
        font-size: 18px;
        padding-bottom: 15px;
    }
}

/* ----------- Vision - Mission ---------- */

.vm-wrap {
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.vm-wrap li {
    float: left;
    width: 33%;
    padding: 10px;
    text-align: left;
}

.vm-item {
    background: #000;
    border-radius: 20px;
    padding: 30px 5px 30px 30px;
    position: relative;
    border: 1px solid #c5a47e;
}

.vm-count {
    color: #fff;
    margin-bottom: 30px;
    display: block;
    font-size: .9em;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 6px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, .2);
}

.vm-item-icon {
    font-size: 3.4em;
    position: absolute;
    top: 20px;
    right: 30px;
}

.vm-item h4 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
    padding-bottom: 10px;
}

@media(max-width:767px) {
    .vm-wrap li {
        float: left;
        width: 100%;
        padding: 10px;
        text-align: left;
    }
}


/* ----------------- Company Overview -------------- */


.about-img img {
    border-radius: 150px;
}

.about-img .img-2 {
    margin-left: -20px;
    margin-top: 130px;
    border: 10px solid #fff;
}

.ind-1 {
    height: 400px;
    width: 250px;
}

.ind-2 {
    height: 400px;
    width: 250px;
    border: 7px solid #fff;
    margin-left: -20px;
}

.ind-padding {
    padding-bottom: 10px;
}

.about-left-ind {
    float: right;
    margin-left: 10%;
    margin-top: 5%;
}

.ind-icon {
    padding-top: 0px;
}

.about-img img {
    border-radius: 150px;
}

.about-img .img-2 {
    margin-left: -20px;
    margin-top: 130px;
    border: 10px solid #fff;
}

.ind-1 {
    height: 450px;
    width: 300px;
}

.ind-2 {
    height: 450px;
    width: 300px;
    border: 7px solid #fff;
    /* margin-left: 20px; */
}

.ind-padding {
    padding-bottom: 10px;
}

.about-left-ind {
    float: right;
}

.ind-icon {
    padding-top: 0px;
}

@media (max-width: 767px) {

    .ind-1,
    .ind-2 {
        height: 200px;
        width: 150px;
        margin-left: 0;
        border-width: 5px;
    }

    .about-img .img-2 {
        margin-top: 50px;
    }

    .ind-padding {
        padding-bottom: 5px;
    }

    .about-left-ind {
        /* float: none; */
        text-align: center;
        margin-top: 10px;
    }

    .media-flex-ind {
        display: flex;
    }

    .ind-1 {
        margin-right: -23px;
        margin-left: 52%;

    }
}

.ltn__feature-item-3 {
    padding: 0px 22px 1px;
    display: flex;
    transition: all 0.3s ease 0s;
    border: 2px solid;
    border-color: #e1e1e1;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    border-left: 5px solid #2e2e2e;
}

.ltn__feature-item-3::before {
    position: absolute;
    content: "";
    left: -2px;
    top: 50%;
    width: 4px;
    height: 0%;
    background-color: #b76d68;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ltn__feature-item-3 .ltn__feature-icon {
    margin: 0px 20px 0 0;
    font-size: 50px;
    color: #b76d68;
    line-height: 1.5;
}

.ltn__feature-icon {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 1;
}

.ltn__feature-info a {
    color: #2e2e2e;
    font-weight: bold;
}

.flaticon-house-4 img {
    margin-top: 14%;
    background-color: #e1dfdf;
    padding: 7px;
}

/* ====================== Contact Us Page Styling ================== */

.contacts-cards-wrap {
    margin-bottom: 30px;
    width: 90%;
}

.contacts-card-item {
    position: relative;
    padding: 30px 30px 30px 110px;
    overflow: hidden;
    border: 1px solid #eee;
    /* border-radius: 20px; */
    background: #fff;
    transition: all .3s ease-in-out;
    height: 120px;
    margin-bottom: 1%;
}

.contacts-card-item:before,
.contacts-card-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    height: 50px;
    width: 1px;
    background: #eee;
    z-index: 1;
}

.contacts-card-item i {
    position: absolute;
    top: 50%;
    left: 25px;
    font-size: 1.5em;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    background: #c5a47e;
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, .2);
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    z-index: 2;
}

.contacts-card-item span {
    display: block;
    text-align: left;
    font-size: 1.4em;
    margin-bottom: 8px;
    font-weight: 600;
    position: relative;
}

.contacts-card-item p {
    font-size: .9em;
    line-height: 20px;
}

.contacts-card-item a {
    float: left;
    font-weight: 500;
    color: #545454;
    transition: all .2s ease-in-out;
    border-radius: 30px;
}

.contacts-card-item:after {
    bottom: auto;
    top: 0;
}

.contacts-card-item:before,
.contacts-card-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    height: 50px;
    width: 1px;
    background: #eee;
    z-index: 1;
}

.contacts-form-wrap {
    margin-top: 30px;
}

.boxed-content {
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.boxed-content-title {
    padding: 25px 50px;
    border-bottom: 1px solid #eee;
    position: relative;
    background: #fff;
    border-radius: 20px 20px 0 0;
}

.boxed-content-title h3 {
    text-align: left;
    font-size: 1.5em;
    font-weight: 600;
}

.boxed-content-item {
    padding: 30px 50px;
}

.cs-intputwrap {
    position: relative;
    /* margin-bottom: 14px; */
}

.cs-intputwrap i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    color: #b76d68;
    z-index: 10;
}

.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password],
.custom-form input[type=button],
.listsearch-input-item input[type="text"] {
    border: 1px solid #eee;
    background: #f9f9f9;
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0);
    height: 56px;
    width: 100%;
    padding: 17px 20px 17px 50px;
    border-radius: 4px;
    color: #222;
    font-size: 12px;
    outline: none;
    overflow: hidden;
    font-weight: 500;
}

/* Style for Project of Interest dropdown */
/* .cs-intputwrap select {
     border: 1px solid #eee;
    background: #f9f9f9;
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0);
    height: 56px;
    width: 100%;
    padding: 17px 20px 17px 50px;
    border-radius: 4px;
    color: #222;
    font-size: 12px;
    outline: none;
    font-weight: 500;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23222' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px; 
    
} */

.cs-intputwrap select {
    border: 1px solid #c8c8c8;
    background: #ffffff00;
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0);
    height: 40px;
    width: 97%;
    padding: 0px 20px 0px 10px;
    border-radius: 4px;
    /* color: #000000 !important; */
    font-size: 12px;
    outline: none;
    font-weight: 500;
    /* margin-left: 3%; */
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23222' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
    color: #383838;
    font-size: 12px;
}

.inq-dropdown {
    margin-left: 3%;
    margin-bottom: 2%;
}

.cs-intputwrap select:hover,
.cs-intputwrap select:focus {
    border-color: #ccc;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}


.c-img-box {
    height: 450px;
    margin-top: 5%;
    border-left: 1px solid #b4b4b4;
}

@media(max-width:767px) {
    .c-img-box {
        height: 250px;
        margin-top: 0%;
        border-left: none;
    }

    .boxed-content-item {
        padding: 0px;
    }

    .contacts-card-item {
        position: relative;
        padding: 20px 20px 20px 90px;
        overflow: hidden;
        border: 1px solid #eee;
        border-radius: 20px;
        background: #fff;
        transition: all .3s ease-in-out;
        height: auto;
        margin-bottom: 10px;
    }
}

/* ===== Mobile Menu Styling ===== */
@media (max-width: 991px) {

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #000;
        z-index: 999;
        display: none;
    }

    .navbar-collapse.show {
        display: block;
        animation: slideDown 0.3s ease forwards;
    }

    @keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(-10px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-nav .nav-link {
        display: block;
        padding: 12px 20px;
        color: #fff !important;
        font-size: 15px;
        text-transform: capitalize;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-item.active .nav-link {
        background: rgba(255, 255, 255, 0.1);
        color: #f6c626 !important;
        /* Accent color */
    }

    .navbar-toggler {
        border: none;
        background: transparent;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        filter: invert(100%);
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        /* Move to right side */
        left: auto;
        /* Remove left alignment */
        width: 70%;
        /* Adjust width (you can change to 60% if you want narrower) */
        background: #000;
        z-index: 999;
        display: none;
        transition: all 0.3s ease-in-out;
    }

    /* Optional: add animation for better UX */
    .navbar-collapse.show {
        display: block;
        animation: slideInRight 0.3s ease forwards;
    }

    @keyframes slideInRight {
        from {
            opacity: 0;
            transform: translateX(100%);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
}

/* ================= Construction =============== */
.con-boxed-container {
    position: relative;
    border-radius: 20px;
    padding: 40px;
    background: #f8f6f3;
    /* background: #f9f9f9; */
    border: 1px solid #eee;
}

.con-boxed-content {
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.con-boxed-content-item {
    padding: 30px 50px;
}

.con-services-options {
    overflow: hidden;
}

.con-services-options li {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #f9f9f9;
    display: flex;
}

.con-services-options li i img {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 10px 12px rgba(0, 0, 0, .07);
    margin-top: 60%;
}

.con-services-options li h4 {
    text-align: left;
    padding-bottom: 4px;
    font-weight: 600;
    font-size: 1.3em;
}

.con-text-box {
    padding-left: 5%;
}

.con-respimg {
    width: 65%;
    height: auto;
    margin-left: 16%;
    border: 7px solid #ebe4e4;
    padding: 5px;
}

.con-image-wrap {
    margin-top: 15%;
}

.con-image-top,
.con-image-sub {
    width: 280px;
    box-shadow: 0 0 0 10px #fff;
}

.con-small-img {
    height: 200px;
    margin-top: -64%;
    margin-bottom: -53%;
    position: relative;
    margin-left: 80%;
    border: 7px solid #fff;
}

.con-small-img-top {
    height: 200px;
    margin-bottom: -53%;
    position: relative;
    margin-left: 60%;
    border: 7px solid #fff;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .con-boxed-container {
        padding: 30px;
    }

    .con-boxed-content-item {
        padding: 20px 30px;
    }

    .con-services-options li i img {
        width: 60px;
        height: 60px;
    }

    .con-respimg {
        width: 80%;
        margin-left: 10%;
    }

    .con-small-img,
    .con-small-img-top {
        height: 150px;
        margin: auto;
        display: block;
    }

    .con-text-box {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .con-boxed-container {
        padding: 20px;
    }

    .con-boxed-content-item {
        padding: 15px 20px;
    }

    .con-services-options li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .con-services-options li i img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .con-respimg {
        width: 90%;
        margin-left: 5%;
    }

    .con-small-img,
    .con-small-img-top {
        height: 120px;
        margin: 0 auto -30px auto;
    }

    .con-image-top {
        box-shadow: none;
    }
}

@media (max-width: 480px) {
    .con-boxed-container {
        padding: 15px;
    }

    .con-boxed-content-item {
        padding: 10px 15px;
    }

    .con-services-options li i img {
        width: 44px;
        height: 40px;
        margin-top: 79%;
        padding-right: 10%;
    }

    .con-respimg {
        width: 100%;
        margin-left: 0;
    }

    .con-small-img,
    .con-small-img-top {
        height: 100px;
        margin: 0 auto -60px auto;
    }

    .con-image-top {
        box-shadow: none;
    }
}

/* ================== Consulatancy =============== */


.why-us-area {
    padding: 70px 0px;
}

.tf__about_2_img {
    position: relative;
    text-align: center;
}

.tf__about_2_img .tf__about_small {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 0px;
    overflow: hidden;
    margin-bottom: -32%;
    border: 3px solid #fff;
    position: relative;
    top: 0;
    left: -5%;
    z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .tf__about_2_img .tf__about_large {
        width: 540px;
        height: 540px;
    }
}

.tf__about_2_img .tf__about_large {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 5px solid #fff;
    padding: 5px;
    position: revert;
}

.tf__about_2_img .tf__about_large img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.w-100 {
    width: 100% !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .tf__about_2_img .tf__about_large:after {
        top: -50px;
    }
}

.tf__about_2_img .tf__about_large:after {
    position: absolute;
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    top: 0;
    right: 90px;
    z-index: -1;
    opacity: .3;
    animation: about_animi 2s linear infinite alternate;
    -webkit-animation: about_animi 2s linear infinite alternate;
}

.tf__about_2_img p {
    background: #ed3439;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 70px;
    position: absolute;
    display: flex;
    align-items: center;
    bottom: -10px;
    left: 120px;
}

.tf__about_2_img p span {
    font-size: 30px;
    font-weight: 700;
    margin-right: 15px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .tf__about_2_text ul {
        max-width: 100%;
        margin-left: -25px;
        ;
    }
}

.tf__about_2_text ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 18px; */
    margin-left: 4%;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 5px 5px 5px 20px;
}

.tf__about_2_text ul li .icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    filter: grayscale(1);
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .tf__about_2_text ul li .text {
        width: 83%;
    }
}

.tf__about_2_text ul li .text h4 {
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
    color: #565656;
    margin-bottom: 5px;
}

.tf__about_2_text ul li .text p {
    font-size: 15px;
    margin: 0;
    max-width: 100%;
}

@media (max-width:767px) {
    .why-us-padding {
        padding: 30px 30px !important;
    }

    .tf__about_2_text ul {
        max-width: 100%;
        margin-left: -35px;
        ;
    }

    .text {
        padding-top: 15px;
    }

    .why-us-area {
        padding: 50px 0px 0px 0px;
    }
}

.tf__about_2_text {
    margin-left: -5%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .tf__about_2_text ul li .text {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .why-us-area {
        padding: 50px 0 0 0;
    }

    .why-us-padding {
        padding: 30px 30px !important;
    }

    .tf__about_2_text ul {
        max-width: 100%;
        margin-left: -35px;
    }

    .tf__about_2_text ul li .text {
        width: 100%;
        padding-top: 15px;
    }

    .tf__about_2_img .tf__about_small {
        width: 150px;
        height: 150px;
        margin-bottom: -25%;
        left: 0;
    }

    .tf__about_2_img .tf__about_large {
        width: 350px;
        height: 350px;
    }

    .tf__about_2_img p {
        left: 50px;
        bottom: -20px;
        font-size: 16px;
    }

    .tf__about_2_img p span {
        font-size: 24px;
    }
}

@media(max-width:767px) {
    .tf__about_2_text {
        margin-left: -5%;
        padding-left: 20px;
    }

    .tf__about_2_text ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        /* margin-top: 18px; */
        margin-left: 11%;
        background-color: #fff;
        margin-bottom: 10px;
        padding: 5px 5px 5px 20px;
        width: 100%;
    }
}


/* ================== Project Details ================== */

.pd-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pd-left,
.pd-right {
    width: 48%;
    /* adjust as needed */
}

.pd-text {
    margin: 0;
    font-size: 20px;
    color: #2a2a2a;
    font-size: 18px;
    font-family: system-ui;
    padding-bottom: 3px;
}

.pd-right {
    text-align: right;
}

.single-img {
    border: 7px solid #dbdbdb;
    padding: 5px;
    width: 85%;
}

.overview-box {
    padding-top: 3%;
}

@media (max-width: 768px) {
    .pd-wrap {
        flex-direction: column;
    }

    .pd-left,
    .pd-right {
        width: 100%;
    }
}

.pd-box {
    padding: 70px 100px;
}

.kd-box {
    border: 1px solid #999999;
    border-radius: 20px;
    padding: 20px 20px;
    display: flex;
    gap: 20px;
}

.kd-text {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.kd-count {
    font-size: 17px;
    color: #000;
}

.kd-heading {
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
}


.kd-heading {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

.map-row {
    display: flex;
    justify-content: flex-start;
    /* Align images to the left */
    flex-wrap: wrap;
    gap: 15px;
}

.map-item {
    flex: 1 1 calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.map-item img {
    width: 100%;
    height: auto;
    border: 2px solid #676767;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.map-item:hover {
    transform: scale(1.03);
}

/* Empty placeholders to maintain layout */
.map-item.blank {
    border: 2px dashed transparent;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
}


/* Responsive */
@media (max-width: 768px) {
    .map-item {
        flex: 1 1 calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .map-item {
        flex: 1 1 100%;
    }
}

/* Popup Styles */
.popup {
    display: none;
    position: fixed;
    z-index: 10169;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000c7;
}

.popup-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}


/* =================== UC PROJECTS =================== */
.uc-popular-section {
    padding: 30px 0px 60px 0px;
}

.uc-popular-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.uc-popular-section .row {
    display: flex;
    flex-wrap: wrap;
}

.uc-popular-item {
    flex: 0 0 calc(35% - 20px);
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .uc-popular-item {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .uc-popular-item {
        flex: 0 0 100%;
    }
}

.uc-card {
    padding: 0;
    border: 1px solid #d8d8d8;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
    overflow: hidden;
    transition: 0.4s;
        margin-bottom: 7%;

}

.uc-thumb {
    position: relative;
    height: 270px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.uc-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.uc-content {
    padding: 0px 30px 30px 30px;
}

.uc-title {
    border-bottom: 1px solid #d8dde1;
    margin-bottom: 11px;
    padding-bottom: 26px;
}

.uc-title h3 {
    margin-bottom: 2px;
    font-weight: bolder;
    color: #000;
    font-size: 20px;
    line-height: 1.417;
    display: flex;
    align-items: center;
}

.uc-title h3 img.uc-icon {
    margin-right: 10px;
    height: 50px;
    border: 1px solid #e4dfdf;
    background: #f0f0f0;
    padding: 5px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 7%);
}

.uc-bottom {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.uc-location {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    color: #3f3f3f;
        width: 100%;
}

.uc-loc-icon {
    height: 20px;
    margin-right: 5px;
}

.uc-type {
    font-size: 16px;
    font-weight: 600;
    color: #535353;
}

.uc-btn {
    color: #fff;
    border: none;
    padding: 5px 20px;
    background: #c5a47e;
    border-radius: 35px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.uc-btn:hover {
    color: #d96b2c;
    background: #fff;
}

@media(max-width:767px) {
    .pd-box {
        padding: 20px;
    }

    .pd-right {
        text-align: left;
    }

    .uc-card {
        padding: 0;
        border: 1px solid #d8d8d8;
        border-radius: 16px;
        box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
        overflow: hidden;
        transition: 0.4s;
        margin-bottom: 20px;
    }

    .about-hed-title {
        font-size: 25px;
    }

    .kd-box {
        border: 1px solid #999999;
        border-radius: 20px;
        padding: 20px 20px;
        display: flex;
        margin-bottom: 20px;
        gap: 20px;
    }
}


/* ================== CAREER PAGE STYLING ====================== */

.career-box {
    padding: 70px;
}

.job-title-style {
    width: 90%;
    text-align: left;
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #686868;
    border-radius: 8px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: #555555;
}

.down-arrow-style {
    float: right;
    padding-top: 2%;
    color: #737373;
}

.job-detail-style {
    background: #fff;
    width: 90%;
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #686868;
}

.accordion-body h5 {
    font-weight: bold;
    font-size: 16px;
    color: #2f2e2e;

}

.jo-sub-title {
    font-size: 15px;
    line-height: 22px;
    margin-top: 2%;
}

.accordion-body ul li {
    margin-left: 7%;
}

.form-block {
    border-left: 1px solid #bab7b7;
    padding-left: 7%;
}

.label-color label {
    color: #424040;
}

.submit-btn {
    background: #c5a47e;
    box-shadow: 0px 0px 0px 8px rgb(255 255 255 / 20%);
    border: none;
    padding: 8px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    float: left;
    margin-top: 3%;
}


.career-form-box {
    margin-top: 5%;
}

.career-opening-box {
    margin-top: 9%;
}



/* ============== GALLERY PAGE =============== */
/* 
.gallery-images-container {
    column-count: 4;
    column-gap: 15px;
    padding-top: 20px;
}

.gallery-image-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    break-inside: avoid;
}

.gallery-image {
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-image:hover {
    transform: scale(1.05);
}

.gallery-modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.gallery-modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    border-radius: 8px;
}

.gallery-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.gallery-box {
    padding: 50px 70px;
}

.gallery-category {
    padding-bottom: 30px !important;
}

.gallery-category-title {
    font-family: fangsong;
    font-size: 30px;
    border-bottom: 1px solid #cbcbcb;
    padding: 5px;
    text-transform: capitalize;
}

.nav-tabs .nav-link {
    border: none;
    color: #444;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #f8f8f8;
    margin: 5px;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
    background-color: #dcba7e;
    color: white;
}

.gallery-images-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.gallery-image-box {
    width: 250px;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.gallery-image-box img,
.gallery-image-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.gallery-image-box:hover img,
.gallery-image-box:hover video {
    transform: scale(1.05);
}


@media (max-width: 991px) {
    .gallery-images-container {
        column-count: 3;
    }
}

@media (max-width: 767px) {
    .gallery-images-container {
        column-count: 2;
        column-gap: 10px;
    }
    .gallery-box {
        padding: 20px;
    }
    .gallery-category-title {
        font-size: 22px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .gallery-images-container {
        column-count: 1;
    }
}  */

.gallery-box {
    padding: 60px 40px;
}

.gallery-images-container {
    column-count: 3;
    column-gap: 20px;
}

.gallery-image-box {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    break-inside: avoid;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.gallery-image-box img,
.gallery-image-box video {
    width: 100%;
    border-radius: 12px;
    display: block;
    transition: transform 0.4s ease;
    object-fit: cover;
}

.gallery-image-box:hover img,
.gallery-image-box:hover video {
    transform: scale(1.05);
}

.gallery-image-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    border-radius: 12px;
}

.gallery-image-box:hover::after {
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid #c5a47e;
}

.gallery-category-title {
    font-family: "Poppins", sans-serif;
    /* font-family: oswald; */
    font-size: 28px;
    color: #222;
    border-bottom: 2px solid #dcba7e;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
}

.nav-tabs .nav-link {
    border: none;
    color: #444;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 30px;
    background-color: #f8f8f8;
    margin: 5px;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
    background-color: #c5a47e;
    color: #fff;
    box-shadow: 0 3px 8px rgba(220, 186, 126, 0.4);
}

#galleryModal img,
#galleryModal video {
    max-width: 90%;
    max-height: 80%;
    display: block;
    margin: auto;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1200px) {
    .gallery-images-container {
        column-count: 3;
    }
}

@media (max-width: 992px) {
    .gallery-images-container {
        column-count: 2;
        column-gap: 15px;
    }
}

@media (max-width: 576px) {
    .gallery-images-container {
        column-count: 1;
        column-gap: 10px;
    }

    .gallery-box {
        padding: 25px;
    }
}


@media(max-width:767px) {
    .career-box {
        padding: 20px;
    }

    .form-block {
        border-left: none;
        padding-left: 0%;
    }
}


/* =================== ABOUT US - TEAM MEMBER ================== */

.team-item-28 {
    position: relative;
    background: #FFF;
    padding: 15px;
    border-radius: 60px 60px 60px 0;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
}

.team-img-28 {
    overflow: hidden;
    border-radius: 50px 50px 50px 0;
    width: 100%;
}

.team-img-28 img {
    width: 100%;
    height: auto;
}

.detail-28 {
    text-align: left;
    margin-top: 10px;
}

.detail-28 a {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    margin: 0;
    color: #000;
    transition: all .35s ease-in;
}

.detail-28 span {
    font-size: 16px;
    font-weight: 400;
    color: #116E63;
}

.team-social-28 {
    position: absolute;
    margin-bottom: 10px;
    text-align: center;
    top: 50px;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.team-social-28 a {
    display: block;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius: 50px 50px 50px 0;
    background: #116E63;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
    text-decoration: none;
    font-size: 18px;
}

.team-item-28:hover .team-social-28 {
    opacity: 1;
    right: 25px
}

.team-social-28 a:hover {
    transform: translateX(-10px);
    color: #116E63;
    background-color: #FFF;
}

.swiper {
    width: 100%;
    height: 120%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #0B2239;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 40px;
    transition: width .5s;
    border-radius: 5px;
    background: #116E63;
    border: 1px solid transparent;
}

.swiper-pagination {
    position: relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -5px !important;
    margin-top: 20px;
}

.team-section-1 {
    /* padding: 30px 70px 70px 70px; */
    padding: 30px 90px 70px 110px;
}

.people-box {
    padding-top: 5%;
}

@media(max-width:767px) {
    .team-section-1 {
        padding: 20px;
    }
}


/* --------- 30 YEAR EXP SECTION IN INDEX PAGE ------------- */
.experience {
    text-align: center;
}

.exp-section {
    position: relative;
    /* margin-top: 80px; */
    margin-bottom: 80px;
}

.text-parallax {
    background: no-repeat 0 0;
    background-size: 100% 100%;
    display: inline-block;
}

.text-parallax-content {
    font-family: Oswald;
    font-weight: 700;
    font-size: 400px;
    line-height: 400px;
    overflow: visible;
    margin-bottom: 0;
    background: #f8f6f3;
    /* background: #f1f2f7; */
    color: #363636;
    mix-blend-mode: lighten;
}

.experience-info {
    position: relative;
    top: -45px;
    font-family: Oswald;
    font-size: 50px;
    line-height: 1.45;
    /* letter-spacing: .06em; */
    display: inline-block;
    text-align: left;
    margin-left: 5%;
    color: #2e2e2e;
}

.year-exp-text {
    color: #c5a47e;
}

.social {
    position: fixed;
    top: 65%;
    /* right: 0;             */
    z-index: 999;
    /* background-color: #ff5722;  */
    border-radius: 8px 0 0 8px;
    /* transition: all 0.3s ease; */
}

.social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social ul li a {
    display: block;
    color: white;
    padding: 12px 18px;
    font-weight: 600;
    text-decoration: none;
}

/* .social:hover {
    right: 0;
} */

@media(max-width:767px) {
    /* .new-header-logo {
    margin-top: 36%;
    margin-left: -2%;
}

.new-header-menu-btn {
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    margin-top: 16%;
} */

    .slides .slider-container {
        width: min(100% - 25px, 1700px);
        margin-inline: auto;
        position: relative;
        z-index: 5;
        margin-top: -14%;
    }

    .text-parallax-content {
        font-family: Oswald;
        font-weight: 700;
        font-size: 250px;
        line-height: 400px;
        overflow: visible;
        margin-bottom: 0;
        background: #f8f6f3;
        color: #363636;
        mix-blend-mode: lighten;
    }
}

/* #d1b06e --- ROSEGOLD COLOUR SHADE*/
/* #ee7838 --- ORANGE COLOUR SHADE*/
/* #fc6c26 --- ORANGE COLOUR SHADE*/
/* NEW COLOUR CODES - 1. #b76d68 2. #f8b996 */


/* ------- SCROLL DOWN  --------- */


.scroll-down {
    position: absolute;
    left: 30px;
    bottom: 70px;
    z-index: 1;
}

.scroll-down a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: all .2s ease;
    padding: 0;
    text-decoration: none;
}

.scroll-down:hover a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: all .2s ease;
    padding: 0;
    text-decoration: none;
    background-color: #2e2e2e;
}

.scroll-down a i {
    font-size: 20px;
    color: #c5a47e;
}

.scroll-down-text {
    position: relative;
    left: -79px;
    bottom: 100px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #c5a47e;
    text-transform: uppercase;
    transform: rotate(-90deg);
    width: 200px;
}

.section-line {
    position: absolute;
    width: 2px;
    height: 60px;
    bottom: 0;
    left: 59px;
    background: #ccc;
    z-index: 1;
}



/* --------- NEW SLIDER EFFECT -------------- */

.Slider {
    position: relative;
    overflow: hidden;
}

.slide-1,
.slide-2,
.slide-3 {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    animation: zoomEffect 12s ease-in-out infinite;
}

.slide-1 {
    background-image: url('images/slide1.jpg');
}

.slide-2 {
    background-image: url('images/slide2.jpg');
}

.slide-3 {
    background-image: url('images/slide3.jpg');
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1);
    }
}

.owl-carousel .owl-item {
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.content-box {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1.2s ease forwards;
    animation-delay: 0.5s;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.custom-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.custom-arrow {
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 50%;
    color: #fff;
    background: none;
    z-index: 10;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    line-height: 41px;
    margin: 0px 8px;
    font-weight: 700;
    display: inline-block;
    background-color: #ffffff0d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.custom-arrow:hover {
    background: rgba(0, 0, 0, 0.55);
    transform: scale(1.1);
}

.custom-arrow {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

@media (max-width: 480px) {

    .slide-1,
    .slide-2,
    .slide-3 {
        height: 250px !important;
        background-position: center;
        animation: none;
        /* Disable zoom effect to avoid jerk on small mobiles */
    }

    .custom-arrow {
        width: 28px;
        height: 28px;
        font-size: 14px;
        line-height: 28px;
    }

    .custom-nav {
        top: 45%;
    }

    .content-box {
        transform: translateY(15px);
        animation-duration: 1s;
    }
}

@media (max-width: 576px) {

    .slide-1,
    .slide-2,
    .slide-3 {
        height: 60vh;
    }

    .custom-arrow {
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width: 768px) {

    .slide-1,
    .slide-2,
    .slide-3 {
        height: 70vh;
    }

    .custom-arrow {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .content-box {
        font-size: 90%;
    }
}

@media (max-width: 1024px) {

    .slide-1,
    .slide-2,
    .slide-3 {
        height: 85vh;
    }

    .custom-arrow {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }
}


/* ------ PEOPLE AT VM ------- */

.pavm {
    padding: 30px 10px 7px 30px;
    background: #efefef;
    margin-top: 1%;
    /* background: #f8f8f8; */
}

.pavm-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px;
}

.pavm-image img {
    width: 320px;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border: 2px solid #c5a47e;
    padding: 5px;
}

.pavm-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #222;
}

.pavm-content h3 {
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #444;
}

.pavm-designation {
    font-size: 18px;
    color: #777;
    margin-bottom: 20px;
    font-style: italic;
}

.pavm-bio {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

@media (max-width: 768px) {
    .pavm-container {
        flex-direction: column;
        text-align: center;
    }

    .pavm-image img {
        width: 70%;
    }
}



/* -------- CHANNEL PARTNER CONNECT  ------------- */

.cpc {
    margin: 50px 50px;
    padding: 40px;
    border-radius: 12px;
}

.cpc h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    color: #333;
}

.cpc p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
}

.cpc .form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cpc .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cpc .form-group.full-width {
    flex: 100%;
}

.cpc label {
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
}

.cpc label span {
    color: red;
}

.cpc input,
.cpc textarea {
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.cpc input:focus,
.cpc textarea:focus {
    border-color: #b3875d;
}

.cpc textarea {
    min-height: 100px;
    resize: vertical;
}

.cpc button {
    /* width: 100%;
    padding: 12px;
    background-color: #b3875d; 
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 15px;
    transition: background-color 0.3s; */
    width: 18%;
    padding: 10px;
    background-color: #c5a47e;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 15px;
    transition: background-color 0.3s;
}

.cpc button:hover {
    background-color: #9a6f48;
}

.form-box {
    margin-top: 5%;
}

@media(max-width:767px) {
    .scroll-down {
        position: absolute;
        left: 30px;
        bottom: 70px;
        top: 22%;
        z-index: 1;
    }

    .scroll-down-text {
        position: relative;
        left: -84px;
        bottom: 100px;
        font-size: 7px;
        letter-spacing: 2px;
        color: #c5a47e;
        text-transform: uppercase;
        transform: rotate(-90deg);
        width: 200px;
    }

    .scroll-down a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #ccc;
        transition: all .2s ease;
        padding: 0;
        text-decoration: none;
    }

    .scroll-down a i {
        font-size: 13px;
        color: #c5a47e;
    }
}

.nsas {
    color: #414141;
    font-weight: bold;
}

.nsas:hover {
    color: #414141;
    font-weight: bold;
}

.ansp {
    padding: 70px 50px;
}

@media(max-width:767px) {
    .ansp {
        padding: 20px;
    }

    .col-about-info {
        float: left;
        padding-right: 0px;
        text-align: justify;
        width: 100%;
    }
}

.col-about-info {
    float: left;
    padding-right: 50px;
    text-align: justify;
}

.service-item img {
    width: 50px;
}


/* NEW Vm */

.vm-wrap {
    overflow: hidden;
    position: relative;
    background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.vmnb-container {
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px;  */
    justify-content: space-between;
    margin: 20px 0;
}

.vmnb {
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.vmnb:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.vmnb h6 {
    /* align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333; */
    align-items: center !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #333 !important;
}

.vmnb h6 img {
    /* width: 28px;
    height: 28px;
    margin-right: 12px; */

    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.vmnb p {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    margin-left: 5%;
}

@media (max-width: 768px) {
    .vmnb-container {
        flex-direction: column;
        gap: 15px;
    }

    .col-about-info {
        float: left;
        padding-right: 0px;
        text-align: justify;
    }

    .pavm-bio {
        font-size: 13px;
        line-height: 1.5;
        text-align: justify;
        color: #555;
    }

    .contacts-card-item span {
        display: block;
        text-align: left;
        font-size: 1.4em;
        margin-bottom: 8px;
        font-weight: 600;
        position: relative;
        display: none;
    }
}


.owl-carousel .owl-stage-outer {
    display: block !important;
    overflow: hidden;
}

.owl-carousel .owl-stage {
    display: flex !important;
}

.owl-carousel .owl-item {
    display: block !important;
}


/* ------ ALL MEDIA STYLING --------- */

@media(max-width:767px) {
    .service-item img {
        width: 38px;
    }

    .pavm {
        padding: 0px;
        background: #efefef;
        margin-top: 1%;
    }

    .parallax-section-wrap {
        position: relative;
        overflow: hidden;
        padding: 30px 0;
    }

    .exp-section {
        position: relative;
        /* margin-top: -95px; */
        margin-bottom: 0px;
    }

    .experience-info {
        position: relative;
        top: -45px;
        font-family: Oswald;
        font-size: 39px;
        line-height: 1.45;
        display: inline-block;
        text-align: center;
        margin-left: 5%;
        color: #2e2e2e;
    }

    .fix-padding-a {
        padding: 30px !important;
        margin-top: 30px !important;
    }

    .about-middle img {
        max-width: 167px;
        position: relative;
        height: 100%;
        border: 5px solid #e1e1e1;
        padding: 5px;
        border-radius: 0px;
    }

    .vmnb {
        border-radius: 12px;
        padding: 0px 20px;
        width: 100%;
        transition: transform 0.3s, box-shadow 0.3s;
    }

    .vmnb h6 {
        align-items: center !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        margin-bottom: 12px !important;
        color: #333 !important;
    }

    .vmnb h6 img {
        width: 30px;
        height: 30px;
        margin-right: 12px;
    }

    .vmnb p {
        font-size: 12px;
        line-height: 1.2;
        color: #000000;
        margin: 0;
        margin-left: 16%;
    }

    .ltn__feature-info a {
        color: #2e2e2e;
        font-weight: bold;
        font-size: 15px;
    }

    .ltn__feature-info p {
        font-size: 10px;
    }

    .all-page-header {
        padding: 110px 0 100px;
        text-align: start;
        position: relative;
        z-index: 2;
    }

    .form-block {
        border-left: none;
        padding-left: 0%;
        margin-top: 15%;
    }

    .section-heading__subtitle,
    .banner-video__subtitle {
        /* padding: 5px 10px; */
        /* border-radius: 3px; */
        /* background-color: #dddddd; */
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 10px;
        /* color: #F5F5DC; */
        border-bottom: 2px solid #c5a47e;
        padding-bottom: 3px;
        letter-spacing: 0.11em;
        font-weight: bold;
        font-family: oswald;
        /* font-family: Montserrat; */
    }

    .cpc {
        margin: 0px;
        padding: 40px;
        border-radius: 12px;
    }

    .cpc h2 {
        text-align: center;
        font-size: 10px;
        margin-bottom: 10px;
        color: #333;
        line-height: 1.5;
    }

    .cpc .form-row {
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
    }

    .cpc button {
        width: 100%;
        padding: 10px;
        background-color: #c5a47e;
        color: #fff;
        font-size: 16px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        margin-top: 15px;
        transition: background-color 0.3s;
    }

    .all-page-header-title {
        margin: -0.20em 0 -0.18em 0;
        line-height: 1.1;
        font-size: 30px;
        font-weight: 600;
        color: #ffffff;
        text-transform: capitalize;
    }

    .all-page-header-menu li,
    .all-page-header-menu a,
    .all-page-header-menu span {
        white-space: normal;
        word-break: break-word;
        font-size: 15px;
    }

    .all-page-header-menu {
        max-width: 100%;
        padding: 0;
        margin: 15px 0 -0.5em 0;
        list-style-type: none;
        position: relative;
    }

    .contacts-cards-wrap {
        margin-bottom: 30px;
        width: 113%;
        margin-left: -7%;
    }
}

.new-vdbr {
    color: #fff;
    background: #c5a47e;
    font-size: 11px;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: bold;
    /* margin-bottom: 10px !important; */
}

.new-vdbr:hover {
    color: #000;
    background: #c5a47e;
    font-size: 11px;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: bold;
    /* margin-bottom: 10px !important; */
}

.Quote-box {
    padding: 0px 100px;
    margin-top: -50px;
}

@media(max-width:767px) {
    .Quote-box {
        padding: 0px 10px;
        margin-top: -50px;
        margin-bottom: -35px;
    }

    .api-text {
        padding: 50px;
    }
}


.service-item-box {
    display: flex;
    gap: 30px;
}

.service-item {
    width: 50%;
}

@media(max-width:767px) {
    .media-abs {
        display: flex;
        flex-direction: column;
    }

    .service-item-box {
        display: flex;
        gap: 20px;
    }

    .nsas {
        color: #414141;
        font-weight: bold;
        font-size: 10px;
    }
}


/* ------- PROJECTS NEW STYLING --------- */

.property-grid {
    padding: 50px 70px 0px 70px;
}

.property-grid .project-card {
    padding: 40px 2px;
    text-align: center;
    border: 2px solid #c5a47e;
    transition: 0.3s;
    background: #fff;
    min-height: 200px;
    cursor: pointer;
    margin-bottom: 20px;
}

.property-grid .col-md-4:nth-child(odd) .project-card {
    background: #c5a47e;
    border-color: #c5a47e;
}



.property-grid .col-md-4:nth-child(even) .project-card {
    background: #ffffff !important;
    border-color: #d2b48c;
}

.property-grid .project-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.property-grid .project-title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #b38a5b;
}

.property-grid .project-desc {
    font-size: 15px;
    color: #555;
}

.property-grid .project-more {
    margin-top: 15px;
    font-weight: 500;
    color: #b38a5b;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.property-grid .col-md-4:nth-child(odd) .project-title,
.property-grid .col-md-4:nth-child(odd) .project-desc,
.property-grid .col-md-4:nth-child(odd) .project-more {
    color: #ffffff;
}

.property-grid .project-card:hover {
    transform: translateY(-4px);
}

.property-grid .row:has(.col-md-4:nth-child(1):last-child) {
    display: flex;
    justify-content: center;
}


@media(max-width:767px) {
    .property-grid {
        padding: 0px;
    }

    .property-grid .project-card {
        background: #d2b48c;
        border-color: #d2b48c;
        margin-bottom: 10px;
    }
}

.ftsocial:hover .fab {
    transform: scale(2);
    transition: 0.3s ease all;
}


.about-hed-title {
    font-size: 28px;
}

.fuln {
    margin-top: 6%;
    margin-left: -10%;
    margin-right: 0%;
}

.ful {
    margin-left: 5%;
}

.pdif {
    color: #FFF;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 29px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 9%;
}

.ciif {
    padding-left: 5%;
}

@media(max-width:767px) {
    .fuln {
        margin-top: -7%;
        margin-left: 5%;
        margin-right: 0%;
    }

    .pdif {
        color: #FFF;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 29px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-left: 5%;
    }
}

form {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



/* ---------------------------------------------------------
   Default Desktop Styles (≥992px)
----------------------------------------------------------*/

.property-grid {
    padding: 50px 70px 0 70px;
}

.property-grid .project-card {
    padding: 40px 2px;
    text-align: center;
    border: 2px solid #c5a47e;
    transition: 0.3s;
    background: #fff;
    min-height: 200px;
    cursor: pointer;
    margin-bottom: 20px;
}

.property-grid .col-md-4:nth-child(odd) .project-card {
    background: #c5a47e;
    border-color: #c5a47e;
}

.property-grid .col-md-4:nth-child(even) .project-card {
    background: #ffffff !important;
    border-color: #d2b48c;
}


/* ---------------------------------------------------------
   Tablet (Between 768px – 991px)
----------------------------------------------------------*/

@media (max-width: 991px) {

    .property-grid {
        padding: 30px 20px 0 20px;
    }

    .property-grid .project-card {
        min-height: 180px;
        margin-bottom: 15px;
    }
}

/* ---------------------------------------------------------
   Mobile (≤767px)
----------------------------------------------------------*/

@media (max-width: 767px) {

    .property-grid {
        padding: 10px 10px 0 10px;
    }

    /* All cards become full width and use same background for consistency */
    .property-grid .project-card {
        background: #d2b48c !important;
        border-color: #d2b48c !important;
        padding: 30px 10px;
        min-height: auto;
        margin-bottom: 12px;
    }

    /* Text colors switch to white for readability */
    .property-grid .project-title,
    .property-grid .project-desc,
    .property-grid .project-more {
        color: #fff !important;
    }

    /* Remove odd/even background logic on mobile */
    .property-grid .col-md-4:nth-child(odd) .project-card,
    .property-grid .col-md-4:nth-child(even) .project-card {
        background: #d2b48c !important;
        border-color: #d2b48c !important;
    }
}

/* Extra: social icon hover */
.ftsocial:hover .fab {
    transform: scale(2);
    transition: 0.3s ease all;
}


/* ---------------------------------------------------------
   Mobile (≤767px) WITH ALTERNATE ODD/EVEN COLORS
----------------------------------------------------------*/

@media (max-width: 767px) {

    .property-grid {
        padding: 10px 10px 0 10px;
    }

    .property-grid .project-card {
        padding: 30px 10px;
        min-height: auto;
        margin-bottom: 12px;
        border-width: 2px;
    }

    /* ODD cards = dark theme */
    .property-grid .col-md-4:nth-child(odd) .project-card {
        background: #c5a47e !important;
        border-color: #c5a47e !important;
    }

    /* EVEN cards = light theme */
    .property-grid .col-md-4:nth-child(even) .project-card {
        background: #ffffff !important;
        border-color: #d2b48c !important;
    }

    /* Text colors for ODD */
    .property-grid .col-md-4:nth-child(odd) .project-title,
    .property-grid .col-md-4:nth-child(odd) .project-desc,
    .property-grid .col-md-4:nth-child(odd) .project-more {
        color: #ffffff !important;
    }

    /* Text colors for EVEN */
    .property-grid .col-md-4:nth-child(even) .project-title,
    .property-grid .col-md-4:nth-child(even) .project-desc,
    .property-grid .col-md-4:nth-child(even) .project-more {
        color: #b38a5b !important;
    }
}



/* ---- TEXT ANIMATION ---- */

/* .text-animation {
  animation: left_to_right 3s ease;
}



@keyframes left_to_right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
} */
 #a,#b{
  /* padding: 30px; */
  color: #fff;
  font-size: 50px;
}

.flash {
  color : #000;
  transition : all 400ms ease 50ms;
  transform: translateX(20px);
  width: auto;
  display: inline-block;
  opacity: 0;  
  &.light {
    color : inherit;
    transform: translateY(0px);
    opacity: 1;
    }
  } 


  .animate-text {
    /* padding: 30px; */
    color: #fff;
    font-size: 50px;
}

.flash {
    color: #000;
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.flash.light {
    opacity: 1;
    transform: translateY(0);
    color: inherit;
}
