

 @media only screen and (max-width: 1500px){
    .text-edit-breadc h1 {
    font-size: 2.4rem!important;
}
.back-image {
    padding: 1rem;
    background-position-x: right;
    /*background-color: #edf5bc;*/
    margin-bottom: 30px;
}
}

 @media only screen and (max-width: 1200px) {
     .text-edit-breadc h1 {
    font-size: 2rem!important;
    color: #000;
    font-weight: 500;
}
     
 }
 
 @media only screen and (max-width: 1100px) {
     .text-edit-breadc h1 {
    font-size: 1.5rem!important;
    color: white;
    font-weight: 500;
}

 }

 @media only screen and (max-width: 991px) {
    /* .navbar .nav-item .dropdown-menu {*/
    /*    display: block;*/
    /*    visibility: hidden;*/
    /*    top: 130%;*/
    /*    transform: rotateX(-75deg);*/
    /*    transform-origin: 0% 0%;*/
    /*    transition: .5s;*/
    /*    opacity: 0;*/
    /*}*/

    /*.navbar .nav-item:hover .dropdown-menu {*/
    /*    transform: rotateX(0deg);*/
    /*    visibility: visible;*/
    /*    transition: .5s;*/
    /*    opacity: 1;*/
    /*}*/
    
     .hamburger {
            display: inline-block;
            width: 21px;
            height: 20px;
            position: relative;
            cursor: pointer;
        }

        .hamburger div {
            background-color: white;
            height: 1px;
            width: 100%;
            position: absolute;
            transition: 0.3s;
        }

        .hamburger div:nth-child(1) {
            top: 0;
        }

        .hamburger div:nth-child(2) {
            top: 8px;
        }

        .hamburger div:nth-child(3) {
            top: 16px;
        }
    
    .page-top-wrap {
    max-width: 80%;
}
    
    .back-image {
    background-position-x: initial;
}

.sec-top {
    padding: 1.5rem 0;
    color: #fff;
}
    /* .navbar-nav .dropdown-menu */
    /*{*/
    /*    height: 400px;*/
    /*    overflow-y: scroll;*/
    /*    width:auto;*/
    /*}*/
    /*.navbar .nav-item .dropdown-item {*/
    /*    padding: 0.25rem 1rem; */
    /*    width: 100%;*/
    /*}*/
 }

 @media only screen and (max-width: 767px) {
         .page-top-wrap {
    max-width: 100%;
}
     
.display-5 {
    border-left: none;
    border-bottom:5px solid;
    border-color: var(--primary);
    padding:0rem;
    display:inline-block;
}
.carousel-space {
     max-width: 100%; 
}
.carousel-space-2 {
    max-width: 100%;
}

.inner-video-outer .inner-video iframe {
    margin-top: 0px;
    border: 10px solid #fff;
    border-bottom: none;
    margin-bottom: -128px;
}
     #counter .text-center{
    border-left:none;
}
 }

 @media only screen and (max-width: 575px) { }