.topinnerseiionhead {
    width: 100%;
    height: 100vh;
    background-position: center !important;
    background-size: cover !important;

}
.bottominnerseiionhead {
    width: 100%;
    height: 80vh;
    background-position: center !important;
    background-size: cover !important;

}
.btnclr{
    color: #fff;
}
.innerseiionhead {
    padding-top: 6rem;
    width: 100%;
    
}
.innerseiionhead h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    color: #fff;
}
/* .logo {
    display: inline-block;
    margin: 20px;
  }

  /* (D) STYLE THE FIRST LINE OF TEXT */
  /* .logo-a {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #e2fcef;
    text-transform: uppercase;
  } */

  /* (E) STYLE THE SECOND LINE OF TEXT */
  /* .logo-b {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #ff4d4d;
    text-transform: uppercase;
    letter-spacing: 2px;
  } */

  /* (F) STYLE THE THIRD LINE OF TEXT */
  /* .logo-c {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
  }  */


.innerseiionhead h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    /* color: #fff; */
}

.innerseiionhead p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    /* color: #fff; */

}

.btninnerhead {
    background-color: aliceblue;
    color: #1C242C;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 1rem;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border: 1px solid aliceblue;
    transition: .3s;


}

.btninnerhead:hover {
    background-color: #070316;
    color: aliceblue;
    border: 1px solid aliceblue;
}

.innerpagepopper {
    width: 100%;
    height: 100px;
    background-color: rgb(255, 255, 255);

}

.innergrid {
    display: grid;
    grid-template-columns: auto auto auto;

}

.innergrid .gridinneritems {
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px;


}

.gridinneritems a {
    border: 1px solid #ffffff;
    text-decoration: none;
    color: #070316;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    transition: .5s;

}

.gridinneritems a:hover {
    border: 1px solid #070316;

}

.innerpagesession {
    background-color: #F9F9F9;
    padding: 3rem 0;
}

.details_innersession {
    width: 100%;
}

.details_innersession .inner_top_head .mainhead_inner {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.4;
    padding-bottom: 1rem;
}

.details_innersession .inner_top_head p {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 1rem;
    text-align: justify;


}

.details_innersession .inner_top_head .subhead_inner {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 0.5rem;
}

.image_innersession {
    width: 100%;
    height: 100%;
}

.image_innersession img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.image_innersession .firstImage {
    
    height: 55%;
   
    
}
.image_innersession .secondImage {
    
    height: 35%;
    
}

.inner_boxgrid {
    margin: 6rem 0;
    display: grid;
    grid-template-columns: 30% auto auto auto;
}

.grid-innerbox {
    height: 250px;
    width: 100%;
    background: #0080FF;
    display: flex;
    align-items: center;
    color: #fff;

}

.justifyitem {
    justify-content: center;

}

.grid-innerbox:nth-child(even) {
    background-color: #fff;
    color: #070316;
}

.grid_text {
    padding: 1.5rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.grid_text p {
    margin: 0px;
    font-weight: 600;

}

.grid_text h3 {
    font-weight: 600;
}

.grid_texthover {
    text-align: center;
    width: 250px;
    cursor: pointer;
    transition: .2s;


}

/* .gridcolor_white {
    color: #ffffff !important;
}

.gridcolor_black {
    color: #070316;
} */

.grid_texthover .numberdetails {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    margin-top: -20px;
    font-weight: 500;



}

.grid_texthover .numbergrid {
    font-family: 'Poppins', sans-serif;
    font-size: 5rem;
    font-weight: 200;
    margin: 0px;

}

.grid_texthover:hover {
    transform: scale(1.05);

}

.innerdata{
    padding: 4rem 0;
}

.rightborder{
    border-right:2px solid#d1cece;
    padding-right: 20px;
}
@media only screen and (max-width: 1536px) {
    .newcontainer {
        width: 75%;
    }
}

@media only screen and (max-width: 1436px) {
    .inner_boxgrid {
        margin: 6rem 0;
        display: grid;
        grid-template-columns: auto auto auto auto;
    }
    .grid_texthover {
        text-align: center;
        width: 200px;
        cursor: pointer;
        transition: .2s;
    
    
    }
}

@media only screen and (max-width: 1100px) {
    .grid_texthover {
        text-align: center;
        width: 100%;
        cursor: pointer;
        transition: .2s;
    
    
    }
    
}
@media only screen and (max-width: 992px) {
    .inner_boxgrid {
        margin: 6rem 0;
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .grid-innerbox:nth-child(3) {
        background-color: #ffffff;
        color: #000000;
    }
    .grid-innerbox:nth-child(4) {
        background-color: #0080FF;
        color: #ffffff;
    }
    .grid_text {
        padding: .5rem;
        color: #fff;
        width: 100%;
      
        text-align: center;
        
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
    }
    .rightborder{
        border-right:none;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 700px) {

    .innerpagepopper {
        width: 100%;
        height: auto;
        background-color: rgb(255, 255, 255);
        padding: 10px 0;
    
    }
    .innergrid {
    display: grid;
    grid-template-columns: 100%;

}

.innergrid .gridinneritems {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;


}
.gridinneritems a {
    border: 1px solid #ffffff;
    text-decoration: none;
    color: #070316;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    transition: .5s;

}

}

    @media only screen and (max-width: 600px) {

        .inner_boxgrid {
            margin: 6rem 0;
            display: grid;
            grid-template-columns: 100%;
        }
        .grid-innerbox:nth-child(even) {
            background-color: #ffffff;
            color: #000000;
        }
        .grid-innerbox:nth-child(3) {
            background-color: #0080FF;
            color: #ffffff;
        }

        .innerseiionhead {
            padding-top: 7rem;
            width: 100%;
        }
        .innerseiionhead h1 {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 1.6rem;
            color: #fff;
        }
        .innerseiionhead p {
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            font-size: 1rem;
            color: #fff;
            max-height: 45vh;
            overflow: hidden;
        
        }
}
