@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root{
  --bs-blue:#010477!important;
  --bs-primery-color: #1f144f !important;
  --bs-second-color:#d7b46a!important;
  --bs-grey:#e8ebf2!important;
  --bs-white:#ffffff!important;
 --bs-black:#000000!important;
--bs-light:#e8efff!important;


}
body {
     font-family:Poppins,sans-serif;
     margin: 0px;
     padding: 0px;
}


*{
margin:0;
padding:0;
box-sizing:border-box;
}


/*================ NAVBAR ================*/
.custom-navbar{
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all .4s ease;
}

/* Container Width */
.custom-navbar .container{
    max-width: 1320px;
    background: #26145C;
    transition: all .4s ease;
}

/* After Scroll */
.custom-navbar.sticky{
    top: 0;
    background: #26145C;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    padding: 0px;
    margin: 0px;
}

/* Make Full Width */
.custom-navbar.sticky .container{
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 40px;
    border-radius: 0;
}

/* Mobile */
@media (max-width:991px){

    .custom-navbar{
        top:0;
    }

    .custom-navbar .container,
    .custom-navbar.sticky .container{
        max-width:100%;
        padding-left:0px;
        padding-right:15px;
        top:0px
    }

}




.custom-navbar{
    top:30px;
    width:100%;
    z-index:999;
}
.custom-navbar .container{
    background:var(--bs-primery-color);
    padding:0;
    padding-right: 20px;
}

.navbar-brand{
    background:var(--bs-white)!important;
    padding:20px 25px;
}
.navbar-brand img{
    height:70px;
       background:var(--bs-white);
}
.navbar-nav .nav-link{
    color:var(--bs-second-color);
    padding:35px 18px;
    font-size:15px;
    font-weight:500;
}
.nav-item {
    padding: 0px 10px;
}
.navbar-nav .nav-link:hover{
    color:var(--bs-white);
}
.navbar-nav .nav-link.active{
    color:var(--bs-white);
}
.header-right{
    display:flex;
    align-items:center;
    gap:20px;
}
.header-right a{
    color:var(--bs-second-color);
    text-decoration:none;
    font-size:22px;
}
.header-right a:hover{
    color:var(--bs-white);

}
.phone{
    font-size:15px!important;
}
.dropdown-menu{
    border:none;
    border-radius:0;
}
.dropdown-item{
    padding:12px 18px;
    font-size: 15px;
}

/* Desktop Hover */
@media(min-width:992px){
.dropdown:hover>.dropdown-menu{
display:block;
margin-top:0;
}
}

/*================ HERO ================*/
.slide01 {
    background: url(../images/banner_01.jpg);
}
.slide02 {
    background: url(../images/banner_02.jpg);
}
.hero-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    background-size:cover;
    background-position:center;
    position:relative;
}

.hero-section:before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:linear-gradient(90deg,
rgba(32,24,90,.10),
rgba(32,24,90,.1));
}

.hero-content{
position:relative;
bottom: -120px;
z-index:10;
color:#fff;
padding: 20px;
background-color:rgba(0,0,0,.3);
}

.hero-content h1{
font-size:22px;
font-weight:700;
margin-bottom:5px;
line-height:1.2;
}

.hero-content p{
font-size:15px;
line-height:1.8;
margin-bottom:30px;
}

.hero-btn{
background:var(--bs-second-color);
color:var(--bs-primery-color);
padding:10px 20px;
font-weight:600;
border-radius:0;
font-size: 15px;

}

.hero-btn:hover{
background:#fff;
color:var(--bs-primery-color);
}

/*================ MOBILE ================*/

@media(max-width:991px){

.custom-navbar{
top:-10px;
}

.custom-navbar .container{
padding:0px;
}

.navbar-brand{
padding:20px;
}
.navbar-toggler {
    color: var(--bs-second-color);
}
.navbar-brand img{
height:55px;

}

.navbar-collapse{
background:var(--bs-primery-color);
padding:20px;
margin-top:10px;
}

.navbar-nav .nav-link{
padding:12px 0;
}

.navbar-nav .nav-link.show { 
 color: var(--bs-white);
}

.header-right{
margin-top:20px;
justify-content:center;
}

.hero-section{
text-align:center;
padding-top:130px;
}

.hero-content h1{
font-size:22px;
}

.hero-content p{
font-size:15px;
}
.slide01 {
    background: url(../images/banner_01_m.jpg);
    background-position: center;
    background-size: cover;
      background-repeat: no-repeat;
}
.slide02 {
    background: url(../images/banner_02_m.jpg);
    background-position: center;
    background-size: cover;
      background-repeat: no-repeat;
}

.hero-content{
position:relative;
top: -160px;

z-index:10;
color:#fff;
padding: 20px;
background-color:rgba(0,0,0,0);
}
}

.property-search{
    background:var(--bs-primery-color);
    padding:70px 0;
}

.custom-select{
    position:relative;
}

.custom-select select{
    width:100%;
    height:56px;
    border:1px solid #bca874;
    border-radius:0;
    background:transparent;
    color:var(--bs-second-color);
    font-size:14px;
    font-weight:500;
    padding:0 50px 0 22px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    box-shadow:none;
}

.custom-select select:focus{
    border-color:var(--bs-second-color);

    box-shadow:none;
    background:transparent;
    color:var(--bs-second-color);
    font-size:14px;
}

.custom-select option{
    color:var(--bs-second-color);

}

.custom-select i{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
  color:var(--bs-second-color);
    pointer-events:none;
    font-size:14px;
}

.search-btn{
    height:56px;
    background:var(--bs-second-color);
    color:var(--bs-primery-color);
    border-radius:0;
    border:none;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.search-btn:hover{
    background:var(--bs-white);
    color:var(--bs-primery-color);
}

@media(max-width:991px){

.property-search{
    padding:50px 0;
}

.custom-select select{
    font-size:14px;
    height:52px;
}

.search-btn{
    height:52px;
}

}

.features-section{
    background:#f8f8f8;
    padding:70px 0;
}

.feature-box{
    display:flex;
    align-items:center;
    gap:12px;
    height:100%;
}

.feature-icon{
    width:75px;
    height:75px;
    min-width:75px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.feature-icon i{
    font-size:32px;
}

.feature-icon.purple{
    background:var(--bs-primery-color);
}

.feature-icon.gold{
    background:var(--bs-second-color);
}

.feature-icon.purple i{
    color:var(--bs-second-color);
}

.feature-icon.gold i{
    color:#fff;
}

.feature-content h4{
    font-size:15px;
    font-weight:700;
    color:var(--bs-primery-color);
    margin-bottom:10px;
}

.feature-content p{
    color: var(--bs-primery-color);
    font-size:14px;
    line-height:1.5;
    margin:0;
}

/* Large Desktop */
@media (min-width:1400px){

.feature-content h4{
    font-size:15px;
}

.feature-content p{
    font-size:14px;
}

}

/* Tablet */
@media (max-width:991.98px){

.features-section{
    padding:60px 0;
}

.feature-box{
    align-items:flex-start;
}

.feature-icon{
    width:80px;
    height:80px;
    min-width:80px;
}

.feature-icon i{
    font-size:32px;
}

.feature-content h4{
    font-size:16px;
}

.feature-content p{
    font-size:14px;
}

}

/* Mobile */
@media (max-width:767.98px){

.feature-box{
    flex-direction:column;
    text-align:center;
}

.feature-icon{
    margin-bottom:15px;
}

.feature-content h4{
    font-size:16px;
}

.feature-content p{
    font-size:14px;
}

}

.featured-property{
    padding:80px 0;
    background:var(--bs-white);
}

.title-line{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
}

.title-line span{
    width:120px;
    height:1px;
    background:#bdbdbd;
}

.title-line h2{
    font-size:26px;
    color:var(--bs-primery-color);
    font-weight:700;
    margin:0;
}

.section-title p{
    margin-top:15px;
    color:var(--bs-primery-color);
    font-size:16px;
}

.property-card{
    border:1px solid #ddd;
    background:var(--bs-white);
    overflow:hidden;
}

.property-img{
    position:relative;
}

.property-img img{
    width:100%;
    height:300px;
    object-fit:cover;
}

.featured-ribbon{
    position:absolute;
    left:-45px;
    top:22px;
    width:150px;
    text-align:center;
    transform:rotate(-45deg);
    background:var(--bs-primery-color);
    color:var(--bs-white);
    padding:8px 0;
    font-size:14px;
}

.property-tag{
    position:absolute;
    right:15px;
    top:20px;
    background:var(--bs-primery-color);
    color:var(--bs-white);
    padding:8px 18px;
     font-size:14px;
}

.property-content{
    padding:22px;
}

.type{
    display:inline-block;
    background:var(--bs-primery-color);
    color:var(--bs-white);
    padding:5px 15px;
    margin-bottom:15px;
}

.property-content h3{
    color: var(--bs-primery-color);
    font-size:16px;
    font-weight:700;
    margin-bottom:10px;
}

.location{
    color:var(--bs-primery-color);
    margin-bottom:20px;
}

.location i{
    margin-right:5px;
}

.property-info{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:1px;
    margin-bottom:25px;
}

.property-info small{
    color:var(--bs-primery-color);
    display:block;
}

.property-info p{
    color:var(--bs-primery-color);
    font-weight:500;
    margin:5px 0 0;
    font-size: 14px;
}

.property-btn{
    background:var(--bs-second-color);
    color:var(--bs-primery-color);
    border-radius:0;
    padding:10px 15px;
    font-weight:600;
    font-size: 15px;
}

.property-btn:hover{
    background:var(--bs-primery-color);
    color:var(--bs-white);
}

.owl-theme .owl-dots{
    margin-top:35px;
}

.owl-theme .owl-dots .owl-dot span{
    width:12px;
    height:12px;
    background:#24145c;
}

.owl-theme .owl-dots .owl-dot.active span{
    background:#d8b35a;
}

@media(max-width:991px){

.title-line h2{
    font-size:26px;
}

.title-line span{
    width:60px;
}

.property-content h3{
    font-size:20px;
}

.property-info{
    grid-template-columns:repeat(2,1fr);
}

}
.owl-dots {
    text-align: center!important;
}
.owl-carousel .owl-dot {
    width: 10px!important;
    height: 10px!important;
    margin: 2px;
    background-color: #000!important;
    border-radius: 50%;
}
.owl-carousel .owl-dot.active {
    width: 10px!important;
    height: 10px!important;
    margin: 2px;
    background-color:var(--bs-second-color)!important;
    border-radius: 50%;
}
.owl-item  {
    padding: 15px;
}
/*==============================
CTA SECTION
==============================*/

.cta-section{
    position:relative;
    background:url("../images/cta-bg.jpg") center center/cover no-repeat;
    padding:110px 0;
    overflow:hidden;
}

/* Dark Overlay */

.cta-section .overlay{
    position:absolute;
    inset:0;
    background:rgba(18,23,54,.65);
}

/* Content */

.cta-content,
.info-box{
    position:relative;
    z-index:2;
}

.cta-content{
    color:#fff;
}

.cta-content h2{
    font-size:28px;
    font-weight:700;
    margin-bottom:30px;
    line-height:1.2;
}

.cta-content p{
    font-size:15px;
    line-height:1.6;
    margin-bottom:40px;
}

/* Button */

.cta-btn{
    background:var(--bs-second-color);
    color:var(--bs-primery-color);
    padding:18px 42px;
    border-radius:0;
    font-size:15px;
    font-weight:600;
    transition:.35s;
}

.cta-btn:hover{
    background:var(--bs-white);
    color:var(--bs-primery-color);
}

/* Right Box */

.info-box{

    background:var(--bs-white);
    padding:60px 55px;
    max-width:500px;
    margin-left:auto;
    box-shadow:0 20px 60px rgba(0,0,0,.18);

}

.info-box h3{

    color: var(--bs-primery-color);
    font-size:24px;
    font-weight:700;
    margin-bottom:5px;

}

.info-box h4{

    color:var(--bs-primery-color);
    font-size:20px;
    font-weight:700;
    margin-bottom:35px;

}

.info-box p{

    color:var(--bs-primery-color);
    font-size:14px;
    line-height:1.8;
    margin:0;
}

/*==============================
Responsive
==============================*/

@media(max-width:991px){

.cta-section{

    padding:80px 0;

}

.cta-content{

    text-align:center;
    margin-bottom:50px;

}

.cta-content h2{

    font-size:24px;

}

.cta-content p{

    font-size:18px;

}

.info-box{

    max-width:100%;
    padding:40px 30px;

}

.info-box h3{

    font-size:20px;

}

.info-box h4{

    font-size:24px;

}

.info-box p{

    font-size:14px;

}

}

@media(max-width:767px){

.cta-content h2{

    font-size:24px;

}

.cta-content p{

    font-size:15px;

}

.cta-btn{

    width:100%;

}

.info-box{

    padding:35px 25px;

}

.info-box h3{

    font-size:24px;

}

.info-box h4{

    font-size:22px;

}

.info-box p{

    font-size:14px;
    line-height:1.7;

}

}

/*=========================
ABOUT SECTION
=========================*/

.about-section{
    background:var(--bs-white);
    padding:100px 0 70px;
    position:relative;
}

.about-wrapper{
    position:relative;
    max-width:1050px;
    margin:auto;
    min-height:380px;
}

.about-image{
    position:absolute;
    left:0;
    top:0;
    width:42%;
    z-index:2;
}

.about-image img{
    width:100%;
    display:block;
}

.about-content{
    width:68%;
    margin-left:auto;
    background:var(--bs-white);
    padding:50px 45px 45px 160px;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
    margin-top:35px;
}

.about-content h3{
    color:var(--bs-primery-color);
    font-weight:700;
    font-size:20px;
}

.about-content h6{
    color:#555;
    margin-bottom:20px;
}

.about-content p{
    color:#555;
    line-height:1.8;
    margin-bottom:18px;
    font-size: 14px;
}

.about-btn{
    background:var(--bs-second-color);
    color:var(--bs-primery-color);
    border-radius:0;
    padding:12px 30px;
    font-weight:600;
      font-size: 14px;
}

.about-btn:hover{
    background:var(--bs-primery-color);
    color:var(--bs-white);
}


/*=========================
OWNER SECTION
=========================*/

.owner-section{
    background:var(--bs-primery-color);
    position:relative;
    padding:120px 0 0px;
    color:var(--bs-white);
    overflow:hidden;
}

/* Diagonal Top */

.owner-section::before{
    content:"";
    position:absolute;
    top:-180px;
    left:0;
    width:100%;
    height:180px;
    background:var(--bs-white);
    transform:skewY(-5deg);
    transform-origin:100%;
}

.owner-content{
    position:relative;
    z-index:2;
}

.owner-content h4{
    font-size:20px;
    margin-bottom:20px;
}

.owner-content p{
    line-height:1.8;
    margin-bottom:25px;
    font-size: 14px;
}

.contact-list{
    list-style:none;
    padding:0;
}

.contact-list li{
    margin-bottom:12px;
    font-size: 14px;
}
.contact-list li a{
   color: var(--bs-white);
   text-decoration: none;
}
.contact-list li a:hover{
   color:var(--bs-second-color);
}
.contact-list i{
    color:var(--bs-second-color);
    width:25px;
}

.owner-image{
    position:relative;
    text-align:center;
    z-index:2;
}

.circle{
    width:400px;
    height:400px;
    background:var(--bs-second-color);
    border-radius:50%;
    position:absolute;
    left:50%;
    bottom:-50px;
    transform:translateX(-50%);
}

.owner-image img{
    position:relative;
    z-index:2;
    max-width:300px;
}


/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.about-wrapper{
    min-height:auto;
}

.about-image{
    position:relative;
    width:100%;
}

.about-content{
    width:100%;
    margin:0;
    padding:30px;
}

.owner-section{
    text-align:center;
    padding-top:100px;
}

.owner-content{
    margin-bottom:50px;
}

.circle{
    width:260px;
    height:260px;
}

.owner-image img{
    max-width:260px;
}

}

@media(max-width:767px){

.about-section{
    padding:70px 0;
}

.about-content h3{
    font-size:28px;
}

.circle{
    width:220px;
    height:220px;
}

.owner-image img{
    max-width:220px;
}

}

.testimonial-section{

    position:relative;
    padding:120px 0;
    background:url(../images/testimonial-bg.jpg) center/cover no-repeat;
    overflow:hidden;

}

.overlay{

    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);

}

.testimonial-section .container{

    position:relative;
    z-index:2;

}

/* Left */

.testimonial-left{

    color:var(--bs-white);

}

.sub-title{

    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:25px;
    font-size:16px;
    letter-spacing:1px;

}

.sub-title .line{

    width:35px;
    height:2px;
    background:var(--bs-white);

}

.testimonial-left h2{

    font-size:22px;
    font-weight:600;
    line-height:1.2;
    margin-bottom:25px;

}

.testimonial-left p{

    font-size:15px;
    line-height:1.5;
    margin-bottom:35px;

}

.testimonial-btn{

    background:var(--bs-second-color);
    color:var(--bs-primery-color);
    padding:15px 45px;
    border-radius:0;
    font-size:15px;
    font-weight:600;

}

.testimonial-btn:hover{

    background:#fff;
  color:var(--bs-primery-color);
}

/* Slider */

.testimonial-box{

    background:var(--bs-white);
    border-radius:10px;
    padding:40px;

}

.client-img{

    width:100%;
    border-radius:8px;

}

.review{

    font-size:14px;
    color:var(--bs-primery-color);
    line-height:1.8;
    margin-bottom:30px;

}

.testimonial-box h4{

    color:var(--bs-primery-color);
    font-weight:700;
    font-size: 16px;
    margin-bottom:5px;

}

.testimonial-box span{
font-size: 14px;
    color:#24145c;
    font-weight:500;

}

/* Owl Dots */

.testimonial-carousel .owl-dots{

    text-align:right;
    margin-top:40px;
    

}

.testimonial-carousel .owl-dot {

    width:14px;
    height:14px;
    margin:5px;
    background:var(--bs-white)!important;

}

.testimonial-carousel .owl-dot.active span{

    background:var(--bs-second-color)!important;

}

/* Responsive */

@media(max-width:991px){

.testimonial-section{

    padding:80px 0;

}

.testimonial-left{

    text-align:center;
    margin-bottom:40px;

}

.testimonial-left h2{

    font-size:26px;

}

.testimonial-left p{

    font-size:14px;

}

.testimonial-box{

    padding:30px;

}

.client-img{

    width:180px;
    margin:0 auto 25px;
    display:block;

}

.review{

    font-size:18px;

}

.testimonial-carousel .owl-dots{

    text-align:center;

}

}

@media(max-width:767px){

.testimonial-left h2{

    font-size:24px;

}

.review{

    font-size:14px;

}

}

.footer{
    overflow:hidden;
    font-family:inherit;
}

/*==========================
Columns
==========================*/

.footer-left{
    background:#ffffff;
}

.footer-middle{
    background:#26145c;
}

.footer-right{
    background:#000;
}

.footer-box{
    padding:60px;
    height:100%;
}

/*==========================
Logo
==========================*/

.footer-logo{
    max-width:300px;
    width:100%;
    margin-bottom:35px;
}

.footer-text{
    color:#2d2558;
    font-size:15px;
    line-height:1.9;
    margin-bottom:40px;
}

/*==========================
Contact
==========================*/

.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:20px;
    padding:18px 0;
    border-top:1px solid #dcdcdc;
     font-size:15px;
}

.footer-contact li:last-child{
    border-bottom:1px solid #dcdcdc;
}

.footer-contact i{
    color:var(--bs-primery-color);
    font-size:24px;
    width:30px;
    margin-top:3px;
}

.footer-contact span{
    color:var(--bs-primery-color);
    font-size:15px;
    line-height:1.6;
}
.footer-contact span a{
    color:var(--bs-primery-color);
    font-size:15px;
    line-height:1.6;
    text-decoration: none;
}
/*==========================
Titles
==========================*/

.footer-middle h3,
.footer-right h3{
    color:#d9b45c;
    font-size:24px;
    margin-bottom:45px;
    font-weight:600;
}

/*==========================
Links
==========================*/

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:20px;
}

.footer-links a{
    color:var(--bs-white);
    text-decoration:none;
    font-size:14px;
    transition:.3s;
}

.footer-links a i{
    margin-right:10px;
}

.footer-links a:hover{
    color:var(--bs-second-color);
}

/*==========================
Gallery
==========================*/

.property-gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
}

.property-gallery img{
    width:100%;
    aspect-ratio:1/0.6;
    object-fit:cover;
    transition:.4s;
}

.property-gallery a{
    overflow:hidden;
    display:block;
}

.property-gallery a:hover img{
    transform:scale(1.08);
}

/*==========================
Responsive
==========================*/

@media(max-width:1199px){

.footer-box{
    padding:40px;
}

.footer-middle h3,
.footer-right h3{
    font-size:32px;
}

.footer-links a{
    font-size:20px;
}

}

@media(max-width:991px){

.footer-middle,
.footer-right{
    text-align:center;
}

.footer-links{
    display:inline-block;
    text-align:left;
}

.footer-logo{
    max-width:300px;
}

}

@media(max-width:767px){

.footer-box{
    padding:30px 20px;
}

.footer-middle h3,
.footer-right h3{
    font-size:28px;
}

.footer-links a{
    font-size:14px;
}

.footer-contact span{
    font-size:15px;
}

.property-gallery{
    gap:8px;
}

}

.footer-bottom{
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.15);
    color:var(--bs-white);
    font-size:14px;
     font-weight:400;
}

.footer-bottom p{
    margin-bottom:10px;
}

.footer-bottom a{
    color:var(--bs-second-color);
    text-decoration:none;
   
}

.footer-bottom a:hover{
    color:#fff;
}

.scroll-top{

    position:fixed;
    right:25px;
    bottom:25px;

    width:50px;
    height:50px;

    background:#d9b45c;
    color:var(--bs-primery-color)!important;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:18px;

    text-decoration:none;

    opacity:0;
    visibility:hidden;

    transition:.35s;

    z-index:9999;

    box-shadow:0 8px 20px rgba(0,0,0,.25);

}

.scroll-top:hover{

    background:#26145c;
    color:#fff;

}

.scroll-top.active{

    opacity:1;
    visibility:visible;

}



.page-banner{
    position:relative;

    height:400px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.page-banner .overlay{
    position:absolute;
    inset:0;
    background:rgba(25,35,45,.65);
}

.banner-content{
    position:relative;
    z-index:2;
    color:#fff;
}

.banner-content h3{
    font-size:32px;
    font-weight:700;
    margin-bottom:18px;
    color:#fff;
}

.breadcrumb{
    background:transparent;
    padding:0;
}

.breadcrumb-item{
    font-size:14px;
    font-weight:500;
}

.breadcrumb-item a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.breadcrumb-item a:hover{
    color:var(--bs-second-color);
}

.breadcrumb-item.active{
    color:#fff;
}

.breadcrumb-item + .breadcrumb-item::before{
    content:"/";
    color:#fff;
    padding:0 15px;
}

/* Responsive */

@media (max-width:992px){

.page-banner{
    height:300px;
}



.breadcrumb-item{
    font-size:12px;
}

.banner-content h3{
    font-size:20px;
    margin-top: 30px;


}

@media (max-width:768px){

.page-banner{
    height:280px;
}



.breadcrumb-item{
    font-size:14px;
}

}
.open_child_menu {
 position: absolute;
  right: 0;
  top: 5px;
  color:var(--bs-second-color);
}