@charset "utf-8";
/*banner*/
.innerbanner { width: 100%; position: relative; z-index: 2; padding-top: 130px; }
.innerbanner > .img-fluid { width: 100%; min-height: 250px; object-fit:cover; }
/*.innerbanner:before { content: ''; width: 100%; height: 100%; background: transparent linear-gradient(180deg, #000101 0%, #00000008 88%, #00000000 100%) 0% 0% no-repeat padding-box; position: absolute; top: 0; left: 0; right: 0; } */
.innerbanner .container { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); padding-top: 150px; z-index: 2; text-align: center; }
.bannerdetails h2 { font-size: 62px; font-family: 'Maqin Larisa Display'; text-transform: uppercase; margin: 0; } 
.bannerdetails p { font-size: 24px; font-family: 'Maqin Larisa Display'; font-weight: 400; text-transform: uppercase; margin: 0; font-style: italic; color: #EE7431; } 
/**/




/*-------------------------------- Responsive Media Query --------------------------------*/
@media (max-width: 991px){
.bannerdetails h2 { font-size: 44px; }
.bannerdetails p { font-size: 20px; }


}


@media (max-width: 480px){
.bannerdetails h2 { font-size: 32px; }
.bannerdetails p { font-size: 18px; }


}