@charset "utf-8"; /* CSS Document */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    outline: none !important;
}

a:hover {
    color: #222;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #353535;
}

button:focus, input:focus {
    outline: none;
}

img {
    width: 100%;
}

/*=======================*/
body {
    font-family: "Kumbh Sans", sans-serif;
    /*    font-family: "Inter", sans-serif;*/
    /*     font-family: "Poppins", sans-serif;*/
    /*    background-color: #f0f8ff;*/
    /*    padding-top: 100px;*/
}

body.overflow_hide {
    max-height: 100vh;
    overflow: hidden;
}

.preloader {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 1000000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    background: rgb(0 0 0 / 81%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.preloader .loader_wpr {
    width: 100%;
    float: left;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader .loader_svg {
    width: auto;
    float: left;
    transform: scale(0.4);
}

.preloader .loader_svg svg path {
    fill: transparent;
    stroke: #333;
    stroke-width: 2;
    transform-origin: center;
    animation: fillAnimation 2s infinite alternate;
    stroke: #d9a407;
    stroke-width: 5;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

@keyframes fillAnimation {
    0% {
        fill: transparent;
    }

    60% {
        /*    fill: transparent;*/
        stroke: #d9a407;
    }

    100% {
        fill: #d9a407;
        stroke-dashoffset: 0;
        stroke-width: 1;
    }
}

.mw-100 {
    max-width: 100%;
}

.p_color {
    color: #000000;
}

.bg_black {
    background-color: #000;
}

.white_color {
    color: #fff;
}

.f-20 {
    font-size: 20px;
}

.page-header-main {
}

.wpr {
    width: 100%;
    float: left;
}

.radius-12 {
    border-radius: 12px;
}

.overflow_hide {
    overflow: hidden;
}

.d-center {
    display: flex;
    justify-content: center;
    align-content: center;
}

@keyframes animate_menu {
    0% {
        transform: translate(0,-10px);
        opacity: 0
    }

    90% {
        transform: translate(0,0px);
        opacity: 1
    }

    100% {
        transform: translate(0,0)
    }
}

.page-header-main {
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    width: 100%;
    float: left;
    background-color: #ffd638;
}

.home-slider-blk{
    width: 100%;
    float: left;
}


.top-header-wpr{
    width: 100%;
    float: left;
    background-image: url('../images/act_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 130px;
    display: flex;
    align-items: center;
}
.top-head-title{
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
     font-family: "Poppins", sans-serif;
}
.top-head-tag-line{
    width: 100%;
    float: left;
    text-align: right;
    color: #ffd638;
    font-style: italic;
    font-family: 'sans-serif';
}



.page-header-main.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    z-index: 99999;
    background-color: #ffd638;
    animation: .2s linear animate_menu;
    padding: 0px 0px;
}

body.fixed {
    padding-top: 210px;
}

.page-header-main.fixed .top-header-wpr{ 
    display: none;
}

.page-header-main.fixed.fixed_1 {
    top: -110px;
}

.page-header-main.fixed .logo-blk{
        max-width: 100px;
}


.clr-main {
    color: #8C00A9;
}

.section_wpr {
    width: 100%;
    float: left;
}

.d-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-justify-center {
    display: flex;
    justify-content: center;
}

.d-align-right {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-wpr {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*    padding: 25px 0;*/
}

.logo-blk {
    width: 100%;
    float: left;
    max-width: 135px;
}

.menu-blk {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-blk ul {
    width: auto;
    float: left;
    display: flex
}

.menu-blk ul li {
    width: auto;
    float: left;
}

.menu-blk ul li a {
    width: auto;
    float: left;
    padding: 15px 25px;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    background-color: #fff;
    margin: 0 10px;
    border-radius: 8px;
    font-weight: 600;
}

.menu-blk ul li a:hover {
    color: #000000;
}

.head-btn-blk {
    width: auto;
    float: left;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-sigin {
    width: 100%;
    float: left;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 14px 15px;
    font-size: 13px;
    border-radius: 8px;
    color: #fff;
    margin-left: 15px;
    font-weight: 600;
    cursor: pointer;
    background-color: #000000;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.btn-sigin:hover {
    background-color: #1d1d1c;
    color: #fff;
}

.btn-contact:hover {
    background-color: #000000;
    color: #ffd638;
}

.sub-head-wpr {
    width: 100%;
    float: left;
    margin: 25px 0;
}

.title-1 {
    width: 100%;
    float: left;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
}

.p-title-1 {
    width: 100%;
    float: left;
    font-weight: 300;
    font-size: 16px;
}

.slider-wpr {
    width: 100%;
    float: left;
}

.slider-img-blk {
    width: 100%;
    float: left;
}

.slider_condiner {
    display: flex;
    justify-content: flex-end;
}

.btn-slider {
    width: auto;
    float: left;
    margin-top: -60px;
    background-color: #000000;
    padding: 10px 30px;
    color: #fff;
    font-size: 12px;
    height: fit-content;
    cursor: pointer;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    letter-spacing: 1px;
}

.btn-slider:hover {
    color: #fff;
    background-color: #000;
}

.btn-slider i {
    margin-left: 15px;
}

.btn-mian {
    width: auto;
    float: left;
    background-color: #000000;
    padding: 10px 30px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-mian:hover {
    color: #fff;
    background-color: #000;
}

.btn-submit {
    width: 100%;
    float: left;
    background-color: #000;
    padding: 10px 30px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 15px;
    border: none;
}

.btn-submit:hover {
    color: #fff;
    background-color: #000000;
}

.btn-mian i {
    margin-left: 15px;
}

.page-title {
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
}

.service_wpr {
    width: 100%;
    float: left;
    padding: 25px 0;
    background-image: url('../images/bg_pattern.png');
    margin-bottom: 25px;
}

.card-service {
    width: 100%;
    float: left;
    padding: 15px;
    background-color: #fff;
    border: solid 1px #fff;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.card-service .img-blk {
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.card-service:hover {
    /*        box-shadow: 0 0 19px 8px rgb(0 0 0 / 10%);*/
    border: solid 1px #CAA360;
    border-radius: 25px;
}

.card-service:hover .img-blk {
    transform: scale(1.05);
}

.img-blk {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-service .img-blk img {
    width: 200px;
}

.text-blk {
    width: 100%;
    float: left;
    text-align: center;
}

.card-title {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.card-desc {
    width: 100%;
    float: left;
    font-size: 14px;
}

.big-title {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 25px;
}

.txt-center{
    text-align: center;
}
.txt-white{
    color:#fff;
}
.bg-title {
       background-color: #ffd638;
    color: #000000;
    border-radius: 15px;
    font-size: 18px;
    width: auto;
    float: left;
    padding: 3px 25px;
    margin-bottom: 35px;
}


.testimonials_main_wpr{
    background-color: #191818;
    padding: 50px 15px;
}

.shortlisted_wpr{
    /* background-color: #191818; */
    padding: 50px 15px;
}



.shortlisted_card{
    width: 100%;
    float: left;
    padding: 5px;
}
.shortlisted_card .col_img_blk{
    width: 100%;
    float: left;
    border-radius: 6px;
    overflow: hidden;
}
.shortlisted_card .img-blk{
    width: 100%;
    float: left;
}
.shortlisted_card .col_text_blk{
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.shortlisted_card .name{
    width: 100%;
    float: left;
    font-size: 1rem;
    font-weight: 600;
}
.shortlisted_card .category{
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 400;
        white-space: nowrap;
    overflow: hidden;
}


.a_link{
        width: auto;
    /* float: right; */
    background-color: #040404;
    padding: 4px 10px;
    color: #ffffff !important;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.sev_desc {
    width: 100%;
    float: left;
    max-width: 400px;
    font-size: 16px;
    font-weight: 400;
    /* text-align: justify; */
    margin-bottom: 25px;
}

.card-title {
    width: 100%;
    float: left;
}

.card-desc {
    width: 100%;
    float: left;
}

.card-blk {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.card-title {
    width: 100%;
    float: left;
}

.card-desc {
    width: 100%;
    float: left;
}

.youtube-wpr {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

.youtube-wpr .yt-img-blk {
    width: 100%;
    float: left;
}

.youtube-wpr .play-btn-wpr {
    width: 100%;
    float: left;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.youtube-wpr .play-btn-wpr span {
    cursor: pointer;
}

.project-main-section .project-card {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

.project-main-section .img-blk {
    width: 100%;
    float: left;
}

.project-main-section .project-info {
    width: 100%;
    float: left;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    font-size: 14px;
}

.project-main-section .project-main-wpr {
    width: 100%;
    float: left;
}

.project-main-section .project-main-wpr .img-blk {
    width: 100%;
    float: left;
    justify-content: flex-start;
    margin-bottom: 25px;
    max-width: 200px;
}

.project-main-section .card-title {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.project-main-section .card-desc {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.project-main-section .btn-project {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
    border: solid 1px #B3B3B3;
    color: #000000;
    cursor: pointer;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.project-main-section .btn-project:hover {
    background-color: #000000;
    border: solid 1px #000000;
    color: #fff;
}

.project-main-section .title-text{
    width: 100%;
    float: left;
}
.project-main-section .icon-blk{
    width: 100%;
    float: left;
}


.slider-gallery-wpr{
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.slider-gallery-wpr .img-blk{
    width: 100%;
    float: left;
}
.slider-gallery-wpr .owl-dots{
        margin-top: -30px !important;
    z-index: 1;
    position: relative;
}



.testimonies-wpr{
    width: 100%;
    float: left;
}

.testimonial-card-outer{
       width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.testimonial-card {width: 100%;float: left;
    padding: 15px;
    background-color: #fff;
    max-width: 850px;
    border-radius: 8px;
        display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    z-index: 1;
    position: relative;
}

.slider-wpr{
    width: 100%;
    float: left;
    position: relative;
}


.slider-nav   .owl-nav{
        display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
    position: absolute;
    width: 100%;
    top: calc(50% - 20px);
    left: 15px;
    width: calc(100% - 30px);
}
.slider-nav   .owl-nav button{
       min-width: 35px;
    height: 35px !important;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    background-color: #00000000 !important;
    color: #ffd638 !important;
    border: solid 1px #ffd638 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.slider-nav .owl-theme .owl-nav [class*='owl-']:hover{
    background-color: #000000;
    color: #fff;
    border: solid 1px #d9a407;
}
.slider-nav   .owl-nav button span{
    margin-top: -7px !important;
}

.testimonial-card .header-blk{
    width: 40%;float: left;display: flex;align-items: center;
    padding: 15px;
    max-width: 300px;
    min-width: 300px;
}
.testimonial-card .img-col{
        width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 8px;
    max-width: 280px;
}
.testimonial-card .img-blk{
        width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 8px;
}
.testimonial-card .col-txt{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.testimonial-card .name{width: 100%;float: left;font-size: 18px;font-weight: 600;}
.testimonial-card .postion{width: 100%;float: left;font-weight: 400;}
.testimonial-card .body_blk{
    width: 60%;
    float: left;
}
.testimonial-card .dec{width: 100%;float: left;font-size: 14px;max-width: 475px;text-align: justify;}




.get-contact-wpr{
    width:100%;
    float:left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.conatc-number-blk{width: auto;float: left;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.conatc-number-blk .icon{width: auto;float: left;margin-right: 15px;}
.conatc-number-blk .contact-txt{width: 100%;float: left;color: #000000;font-size: 17px;font-weight: 600;}

.page-footer{width: 100%;float: left;background-color: #121111;color: #fff;padding-top: 50px;}

.page-footer .ft-logo-wpr{width: 100%;float: left;max-width: 150px;margin-bottom: 25px;}
.page-footer .ft-nav {
    width: 100%;
    float: left;
}
.page-footer .ft-nav li{width: 100%;float: left;}
.page-footer .ft-nav a{width: 100%;float: left;color: #fff;font-weight: 300;padding: 5px;font-size: 12px;margin-bottom: 0;letter-spacing: 2px;padding-left: 0;}
.page-footer .ft-contact-wpr{width: 100%;float: left;padding: 15px;padding-left: 0;}
.page-footer .btn-contatct-ft{width: auto;float: left;color: #fff;padding: 8px 20px;border: solid 1px #fff;font-size: 12px;margin-bottom: 30px;letter-spacing: 2px;text-transform: uppercase;}

.page-footer .btn-contatct-ft:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.page-footer .ft-info{width: auto;float: left;color: #fff;font-weight: 300;font-size: 12px;padding: 15px 15px;display: flex;text-transform: uppercase;letter-spacing: 1px;padding-left: 0;}
.page-footer .ft-info b{width: auto;float: left;margin-left: 25px;}
.page-footer .ft-social{width: 100%;float: left;padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-footer .btn-social{
    width: 50px;
    float: left;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
}
.page-footer .ft-bottom-nav{
    width: 100%;

    float: left;


}
.page-footer  .ft-bottom-nav a{width: auto;
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 0px 15px;
    border-right: solid 1px #fff;letter-spacing: 1px;text-transform: uppercase;padding-left: 0;margin-left: 15px;}
.page-footer  .ft-bottom-nav span{width: auto;float: left;/* padding: 0 15px; */font-size: 10px;font-weight: 300;/* text-transform: uppercase; */letter-spacing: 1px;}


.page-footer  .ft-bottom-nav a:last-child{
    border-right:none;
    padding-right: 0;
}

.page-footer   a:hover{
    color: #ffd638;
}



.bottom-ft{
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: solid 1px #ffffff3b;
    margin-top: 15px;
    padding: 15px 0;
}
.bottom-ft .col-left{
    width: auto;
    float: left;
    font-size: 14px;
}
.bottom-ft .col-right{
    width: auto;
    float: left;
}

.bottom-ft a{
    color: #ffd638;
}


.ft_address{
        width: 100%;
    float: left;
    color: #fff;
    font-weight: 300;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 2px;
    padding-left: 0;
    line-height: 20px;
}








.mobile-menu-blk{width: 35px;float: left;display: none;}
.mobile-menu-blk .hug_bar{
    width: 100%;
    float: left;
    cursor: pointer;

}

.mobile-menu-blk .hug_bar span{width: 100%;float: left;height: 3px;background-color: #000000;margin: 4px 0;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;border-radius: 5px;}

.mobile-menu-blk .hug_bar.open span:nth-child(1) {transform: rotate(45deg) translate(7px, 9px);}

.mobile-menu-blk .hug_bar.open span:nth-child(3) {transform: rotate(-45deg) translate(7px, -8px);}

.mobile-menu-blk .hug_bar.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px); /* Optional: Hide offscreen for a cleaner look */
}


.mob-menu-popup{width: 100%;max-width: 275px;float: left;background-color: #000000;position: fixed;z-index: 99999;top: 0;left: 0;bottom: 0;height: 100%;opacity: 0;/*    display: none;*/left: -310px;/*    animation: .2s linear animate_mob_menu;*/color: #fff;box-shadow: -2px 0px 20px 0px rgb(0 0 0 / 46%);transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;}
/*
@keyframes animate_mob_menu {
    0% {
        transform: translateX(-300px);
        opacity: 0
    }

    90% {
        transform: translateX(0px);
        opacity: 1
    }

    100% {
        transform: translateX(0px);
    }
}*/


.mob-menu-popup.show{
    opacity: 1;
    display: block;
    left: 0;
}
.mob-menu-popup.show:after{
 /*   content: '';
    position: fixed;
    background-color: #000;
    z-index: 999;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
}

.mob-menu-popup .mob-menu-blk{width: 100%;float: left;padding: 15px;text-align: center;height: 100%;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.mob-menu-popup ul{
    width: 100%;
    float: left;
}
.mob-menu-popup li{
    width: 100%;
    float: left;
}
.mob-menu-popup a{width: 100%;float: left;color: #fff;padding: 15px;text-align: left;font-size: 14px;font-weight: 300;letter-spacing: 1px;}
.head-btn-blk-mob{width: 100%;float: left;display: flex;/* justify-content: center; */display: flex;margin-top: 15px;}
.head-btn-blk-mob .btn-contact{width: auto;font-weight: 300;font-size: 13px;padding: 14px 30px;border-radius: 10px;border: solid 1px #ffffff;letter-spacing: 1px;}




.team_card{width: 100%;float: left;/* padding: 15px; */margin-bottom: 25px;border: solid 1px #fff;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;border: solid 1px #fff;}
.team_card:hover{/* box-shadow: 0 0 19px 8px rgb(0 0 0 / 10%);border: solid 1px #CAA360;border-radius: 0px;  */}
.team_card .img_wpr{width: 100%;float: left;display: flex;justify-content: center;align-items: center;margin-bottom: 25px;}
.team_card .img_blk{width: 100%;float: left;width: 150px;height: 150px;border-radius: 50%;overflow: hidden;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;}

.team_card:hover .img_blk{
    transform: scale(1.05);
}

.team_card .pro_wpr{width: 100%;float: left;margin-bottom: 15px;}
.team_card .name_title{width: 100%;float: left;font-size: 14px;font-weight: 600;}
.team_card .pos_desc{width: 100%;float: left;font-size: 14px;}
.team_card .info_wpr{width: 100%;float: left;font-size: 14px;}






.feature_card{width: 100%;float: left;text-align: center;margin-bottom: 15px;/* padding: 5px; */transition: 0.3s;border: solid 1px #fff;-moz-transition: 0.3s;-webkit-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;}
.feature_card .img_wpr{width: 100%;float: left;display: flex;justify-content: center;align-items: center;margin-bottom: 5px; padding: 10px 0;

}
.feature_card .img_blk{width: 100%;float: left;border-radius: 10px;overflow: hidden;width: 100px;
     transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.feature_card .title{width: 100%;float: left;font-size: 15px;}

.feature_card:hover{
    border: solid 1px #CAA360;
    border-radius: 25px;
}
.feature_card:hover .img_blk{
    transform: scale(1.05);
}

.card_floor{
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    margin-bottom: 25px;
        border: solid 1px #fff;
     transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.card_floor:hover{
        border: solid 1px #CAA360;
    border-radius: 25px;
}

.card_floor .title{width: 100%;float: left;font-size: 22px;margin-bottom: 15px;}
.card_floor .desc{width: 100%;float: left;margin-bottom: 25px;}
.card_floor .link_wpr{
    width: 100%;
    float: left;
}
.card_floor .link_wpr a{
     width: 100%;
    float: left;
    color: #000000;
}



.accordion_wpr{
    width: 100%;
    float: left;
}
.accordion_card{width: 100%;float: left;border-bottom: solid 1px #e1e2e2;}
.accordion_card .accordion_head{width: 100%;float: left;display: flex;align-items: center;justify-content: center;padding: 15px 0; cursor: pointer;}
.accordion_card .title{width: 100%;float: left;font-size: 16px;font-weight: 400; text-transform: uppercase;}
.accordion_card .btn_blk{width: 50px;float: left;display: flex;justify-content: center;align-items: center;}
.accordion_card .accordion_body{width: 100%;float: left;padding: 15px 0; display: none; }





.youtube_play_wpr{
       width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.youtube_play_wpr iframe{
     border: 0;
    width: 100%;
    min-height: 60vh;
    height: calc(100vh - 100px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.modal .modal-lg{max-width: 100%;width: 100%;
    height: 100vh;
max-height: 100vh;
/* background: rgb(0 0 0 / 80%);*/
 -webkit-backdrop-filter: blur(4px);
 backdrop-filter: blur(4px); 
display: flex;
justify-content: center;
align-items: center;
margin: 0;/*    background: #5a7389;*/
}
.modal .modal-content{position: relative;max-width: 1000px;
/*    height: calc(100vh - 100px);*/
    border-radius: 12px;}
.modal .modal-body{
    padding: 0 !important;
    background: transparent;
      border-radius: 12px;
}


.btn_close_popup{width: auto;float: left;
    position: absolute;
    top: 5px;
    right: 0px;
    cursor: pointer;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;}
.btn_close_popup i{
    font-size: 25px;
    margin-right: 10px;
}

.modal-content h2{
font-size: 20px;
    padding: 15px;
}

.modal-backdrop.show {
    z-index: 99999;

    background: rgb(0 0 0 / 80%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px); 
}



.btn_close_popup:hover{color: #000000;}

.form-group{
    margin-bottom: 25px;
}
.form-group label{
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.form-control{
    padding: 12px 15px;
    font-size: 14px;
    border: solid 1px #9d9d9d;
    border-radius: 0;
}

.form-control:focus{
    border: solid 1px #000000;
    outline: none;
    box-shadow: 0 0 2px 3px rgb(129 14 153 / 9%);
}



.contact_wpr {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    color: #000;
}
.contact_wpr .icon {
    width: 50px;
    float: left;

}
.contact_wpr .title {
    width: 100%;
    float: left;
}

.pagination {
  display: inline-block;
}

.pagination a {
        background-color: rgb(0 0 0 / 47%) !important;
    border: none !important;
    margin: 5px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px !important;
    border-radius: 5px;

       transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;

}
.pagination span {
        background-color: rgb(0 0 0 / 47%) !important;
    border: none !important;
    margin: 5px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px !important;
    border-radius: 5px;

       transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    opacity: 0.4;

}
.pagination a:hover {
     background-color: rgb(0 0 0 / 87%) !important;
}
.pagination .hidden{
    display: none;
}

.fancybox__container{
    z-index: 999999;
}

.floor_view{
    cursor: pointer;
       transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}
.floor_view:hover{
    color: #000000;
}

.floor_plan_img .img-blk{
    width: 50px;
}


.about-logo-wpr{
    width: 100%;
    float: left;
    max-width: 200px;
}

 .about-wpr{
    width: 100%;
    float: left;
    font-size: 14px;
 }

.form-group label.error{
    color: #f00;
}


.pr_wpr{
    width: 100%;
    float: left;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.pr_inwpr{
    width: 100%;
    float: left;
    max-width: 300px;
}


 .pr_sel_wpr{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .pr_sel_wpr .col_blk{
    width: 100%;
    float: left;
    margin: 2px;
    text-align: center;
    cursor: pointer;
    border: solid 1px #fff;
    position: relative;


          transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;

}

 .pr_sel_wpr .col_blk.active{
        width: 100%;
    float: left;
    border: solid 1px #000000;
    border-radius: 15px;
 }

  .pr_sel_wpr .col_blk .span_check{
    opacity: 0;
              transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;

  }
  .pr_sel_wpr .col_blk.active .span_check{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #000000;
    border-radius: 50%;
    left: calc(50% - 15px);
    top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    color: #fff;

}


.pr_sel_wpr .img_blk{
    width: 100%;
    float: left;
    padding: 15px;
}
.pr_sel_wpr .title{
    width: 100%;
    float: left;
    font-size: 12px;
}
.pr_sel_wpr .col_blk{
    width: 100%;
    float: left;
}


.ft-title{
    font-size: 16px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}





.cate_main_wpr{
    width: 100%;
    float: left;
    padding: 50px 0;
}
.cate_main_wpr .cate_main_blk{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cate_main_wpr .cate_blk{
    width: 100%;
    float: left;
    max-width: 100px;
    text-align: center;
}
.cate_main_wpr .img-blk{
    width: 100%;
    float: left;
}
.cate_main_wpr .title{
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0;
}

.alert{
        background: linear-gradient(90deg, rgb(19, 19, 19) 0%, rgb(32, 32, 32) 50%, rgb(26, 25, 23) 100%);
    color: #fff;
    border: none;
    box-shadow: 0 1px 15px 2px #0000004f;
}


.alert-error{
      background: linear-gradient(90deg, rgb(213 44 15) 0%, rgb(227 100 44) 50%, rgb(32 29 2) 100%);
    color: #fff;
    border: none;
    box-shadow: 0 1px 15px 2px #0000004f;  
}

.alert-success{
        background: linear-gradient(90deg, rgb(31 90 6) 0%, rgb(0 161 68) 50%, rgb(78 71 2) 100%);
    color: #fff;
    border: none;
    box-shadow: 0 1px 15px 2px #0000004f;
}
.alert-warring{
        background: linear-gradient(90deg, rgb(31 90 6) 0%, rgb(0 161 68) 50%, rgb(78 71 2) 100%);
    color: #fff;
    border: none;
    box-shadow: 0 1px 15px 2px #0000004f;
}


.alert button{
    width: 30px;
    height: 30px;
    border: none;
    background-color: #00000045;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.form-group label.error {
    width: auto;
    font-size: 12px;
    font-weight: 400;
    bottom: -30px;
}

.form-group{
    position: relative;
}

  .ft_logo_blk{
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
    }
/*------ responsive -------*/

@media (max-width:1024px) {
    .main-menu-blk{
        display: none;
    }
    .mobile-menu-blk{display: block;position: relative;z-index: 999999;}

    .logo-blk{
        padding: 15px;
    }


    .feature_listing_row .col-md-2{
    width: 25%;
    }
   
    .container{
        padding: 0 30px;
    }

    body{
      padding-top: 245px;
    }
    .page-header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    z-index: 99999;
    /* background-color: #fff; */
    animation: .2s linear animate_menu;
}

   .top-head-title{
            font-size: 2.5rem;
    }

    .top-header-wpr{
       background-position-x: 15%; 
    }

  
}

@media (max-width: 960px) {
    .top-head-title{
            font-size: 2.5rem;
    }

    .container, .container-sm {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
  .ft-col-wpr  .col-conact-ft {
        width: 60%;
    } .ft-col-wpr  .col-socail {
        width: 100%;
    }

    .ft-col-link{
        width: 25%;
    }

    .top-head-title{
        font-size: 1.5rem;
    }
  .top-head-tag-line{
    font-size: 14px;
  }
   
}



@media (max-width:768px) {
    .ft-col-wpr{
        width: 100%;
    }

    .ft-col-link{
        width: 50%;
        margin: 15px 0;
    }.col-conact-ft{
        width: 60%;
    }
      .feature_listing_row .col-md-2{
     width: 33.3%;
    }
}
@media (max-width:620px) {
    .testimonial-card{
        flex-wrap: wrap;
    }
    .testimonial-card .body_blk{
        width: 100%;
    }
    .testimonial-card .header-blk{
        width: 100%;
        max-width: unset;
        min-width: unset;
        display: flex;
        justify-content: center;
    }
    
    .top-header-wpr{
        height: 75px;
    }
    .logo-blk{
        max-width: 100px;
    }
        body {
        padding-top: 159px;
    }



    .top-head-title{
        font-size: 1rem;
    }
  .top-head-tag-line{
    font-size: 14px;
  }
    
}
@media (max-width:460px) {
    .ft-col-wpr{
        width: 100%;
    }
     .ft-col-wpr  .col-conact-ft {
        width: 100%;
    }

    .ft-col-link{
        width: 100%;
    }.col-conact-ft{
        width: 100%;
    }

    .page-footer .ft-nav{
        display: flex;
    flex-wrap: wrap;
    }
    .page-footer .ft-nav li{width: 5;}
    .feature_listing_row .col-md-2{
     width: 50%;
    }
    .top-header-wpr{
                background-position-x: 15%;
    }
}