/********** responsive **********/
/********** `xxl` applies to x-large devices (large desktops, less than 1400px)**********/
@media (max-width: 1399.98px){}
@media (max-width:1280px){}


/**********`xl` applies to large devices (desktops, less than 1200px)**********/
@media (max-width: 1199.98px) { ... }

/********** responsive 1024 **********/
@media (max-width: 1024px) {
    .about-section h4 {
    font-size: 14px;
   letter-spacing: 5px;
}
.about-section h5 {font-size:18px;}
}

/********** `lg` applies to medium devices (tablets, less than 992px)**********/
@media (max-width: 991.98px) {}
/********** `md` applies to small devices (landscape phones, less than 768px)**********/
@media (max-width: 767.98px) {
.school, .ih-item.square.effect3 .img{margin-top:1rem;}
.services p {width:96%;}
.products.services p{width:85%;}
h2 {font-size: 27px;}
.banner-caption p {
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height:30px;
}
.banner-caption h1{width: 100%;}
.logo {width:70px;}
.top-btn .carbon-btn.hvr-radial-in {
    padding: 5px .3rem;
    font-size: 10px;
}
.about-section img {
    min-height: 350px;
    max-height: 350px;
}
.about-content {padding:0rem 1rem;}
.services {padding: 2rem 0rem;}
.section-title {padding-bottom:2rem;}
.section-title h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.isotope-container img {
    min-height: 240px;
    max-height: 250px;
}
.carousel-item img{
min-height: 320px;
max-height: 320px;
object-fit: cover;
}


.inner-banner .carousel-item img{
min-height: 300px;
max-height: 300px;
}
.inner-banner .carousel-caption{
    bottom: 20%;
    width: auto;
    margin: 0 auto;
    left: 5%;
    right: 5%;
}
.banner_home .carousel-caption{display:block!important;position: relative;}
.carousel-caption{display:block!important;}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 4rem;
}
.carousel-caption h5 {font-size: 26px;
        line-height: 32px;}
.carousel-caption p {font-size:14px;margin-bottom:0px;}
.text-start.m-top{margin-top: 1rem;}
.footer form{margin-top:2rem;}
.download.top-btn .carbon-btn.hvr-radial-in {
    padding: 6px 1rem;
    font-size: 11px;
    border-radius
    text-transform: uppercase;
}
.m-top{margin-top:2rem;}
.portfolio {padding:2rem 0px;}
.enquire.top-btn .carbon-btn.hvr-radial-in {padding:.4rem 3rem;}
.top-contact {margin-top: .1rem;}
.top-contact{width: 60%;}
.wrapper-top{width:100%;}
.top-btn.orange{margin-left:0rem;}
.jarallax{
    min-height:55vh!important;
    max-height: 55vh!important;
}
.banner-caption .container {height:60vh;}
.text-center.mt-4{margin-top:0px!important;}

.banner_home .carousel-caption {
    top:0;
    left:0;
    right: auto;
    padding:2rem 1rem 2rem 1rem;
    width: 100%;
    bottom: 0;
    background-color:#000;
}
.banner_home .carousel-item {
    background-color: #000;
    height:88vh;
}

.banner_home .carousel-indicators{
    top: 44%;
    bottom: unset;
    margin-bottom:0px;
    text-align: center;
    justify-content: center;
    left: 0px;
}
.carousel-caption h4 {
    font-size: 13px;
    letter-spacing:3px;
    line-height: 1.25em;
    margin-bottom:0.5rem;
}

.inner-about h2 {
    font-size: 30px;
    line-height:32px;
    margin-top: 0rem;
}
.inner-about {
    position: relative;
    padding:2rem 1rem;
}

.cont_left {margin-right: 0rem;}
.inner-pic img{margin-bottom:2rem;}
.carousel-indicators{margin-left:1rem; margin-right:0px;justify-content: left;}

    .navbar-toggler-icon {
        background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
        opacity: unset;
        width: 1.2em;
        height: 1.2em;
    }
.bi-list::before{margin-top:.5rem;}

}
/**********`sm` applies to x-small devices (portrait phones, less than 576px)**********/
@media (max-width: 575.98px) { ... }

   


