@media(max-width:1024px){
     

   .hroContent h1 span {
        display: contents;
    }
    .hroContent h1{
        font-size: 43px;
    }
    .Gl-SlideBlk {
        justify-content: center;
        flex-wrap: wrap;
    }
    .cl-sliderWrapper{
        justify-content: center;
        flex-wrap: wrap;
    }
    /* ABOUT */
    .goals-rowCon {
        flex-wrap: wrap;
    }
    .goal-row{
        width: 40%;
        border-right: none;
    }
    .chef-bgImg,
    .chef-imageBlk{
        height: 460px;
    }
    /* FOOTER */

}

@media(max-width:999px){
    .logo {
        position: relative;
        z-index: 22;
    }
    .hdrw .cnt-hdcol{
        display: none;
    }
    .menu-logo{
        display: none;
    }
    .toggle{
        display: block;
        position: relative;
        z-index: 9999;
    }

    .toggle span{
        display: block;
        width: 35px;
        height: 3px;
        background-color: #000;
        margin-bottom: 5px;
    }
      .toggle span{
        transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
       
    }
    
    .toggle.open span:nth-child(2){
        width: 0;
  
    }
    .toggle.open span:nth-child(1){
        transform: rotate(45deg) translate(4px, 4px);
    }
    .toggle.open span:nth-child(3) {
        transform: rotate(-46deg) translate(7px, -7px);
    }
   
    .hdrw{
        position: relative;
        justify-content: space-between;
    }
    .hdcol{
        justify-content: start;
    }
    .navRow{
        border-top: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        transform: translateX(10%);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        overflow-y: auto;
        z-index: 22;
        padding: 50px 30px;
    }
    .navMenu ul{
        display: block;
        margin:70px auto;

    }
    .navMenu{

        margin-top: 70px;
    }
    .navMenu ul li{
        text-align: center;
    }
    .navMenu ul li a{
        font-weight: 600;
        font-size: 20px;
    }
    .navRow.show{
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

   .heroSection {
        padding-top: 0;
    }
    .hroContent h1 {
        font-size: 38px;
    }
    .hroButtons {
        margin-top: 16px;
    }
	.abt-section .row{
		flex-direction:column-reverse;
	}
    .gallImg{
        width: 40%;
        height: 200px !important;
    }
    .cl-rw{
        width: 30%;
        height: 150px !important;
       
    }
     .leaf img{
        width: 400px;
     }
    .leaf{
        position: absolute;
        top: -80px;
        right: 0;
        z-index: -1 ;
    }
     /* CONTACT */
    .locSec {
        display: block;
        text-align: center;
        padding: 15px ;
    }
    .locSec img {
    width: 59px;
}
       
}
@media(max-width:768px){
    .bnrImg{
        height: 500px;
    }
    .hroContent {
        top: 50%;
    }
    .hroContent h1 {
        font-size: 33px;
    }
        .gallImg{
        width: 40%;
        
    }
    .cl-rw{
       margin-bottom: 4px;
    }
     /* ABOUT */
     .goal-row{
        width: 50%;
        border-right: none;
    }
    /* ACHIEVEMENTS */
    .ach-img{
        height: 500px;
    }
     .ach-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 80%;
     }
}
@media(max-width:600px){
    .logo img {
        width: 150px;
    }
    .evntBtn a {
        padding: 10px 8px;
        font-size: 15px;
        width: 160px;
    }
    .hroContent h1 {
        font-size: 26px;
    }
    .gallImg{
        width: 100%;
        height: 150px !important;
    }
   .cl-rw {
        width: 50%;
        height: 150px !important;
       
    }
    .abt-head h2 {
        font-size: 30px;
    }
    .form-contain textarea{
        margin-top: 10px;
    }
     /* ABOUT */
     .goal-row{
        width: 100%;
        border-right: none;
    }
	.dwnld-menu{
		padding:16px;
	}
    .menu-blk p {
    margin-bottom: 14px;
}
}
@media(max-width:425px){
    .evntBtn a {
        font-size: 13px;
        width: 145px;
    }
        .gallImg{
        width: 50%;
    }
    .cl-rw{
        width: 50%;
        min-height:100%;
    }
    .abt-head h4 {
        font-size: 23px;
    }
    .abtCnt {
        padding: 40px 30px;
    }
    /* ABOUT */
    .goal-row span{
        font-size: 50px;
    }
    .mv-col {
        padding: 40px 20px;
    }
    .mv-cnt p {
        text-align: center;
        max-width: 100%;
    }
    /* SERVICES */
    .serv-cols {
        padding: 0;
    }
    .csBln-row {
        padding: 0;
    }
        /* CONTACT */
    .get-touch h2 {
    font-size: 34px;
}
    /* FOOTER */
    .ftrMenu ul {
        display: block;
    }
}
