@charset "utf-8";

@media print{
	.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
	  max-width: 100% !important;
	  width: 100% !important;
      padding: 0 20mm;
	}
	.col-xxl-12,.col-xl-12,.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
		width: 100%;
	}
	.col-xxl-11, .col-xl-11, .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 {
		width: 91.66666667%;
	}
	.col-xxl-10, .col-xl-10, .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 {
		width: 83.33333333%;
	}
	.col-xxl-9, .col-xl-9, .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 {
		width: 75%;
	}
	.col-xxl-8, .col-xl-8, .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 {
		width: 66.66666667%;
	}
	.col-xxl-7, .col-xl-7, .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 {
		width: 58.33333333%;
	}
	.col-xxl-6, .col-xl-6, .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
		width: 50%;
	}
	.col-xxl-5, .col-xl-5, .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 {
		width: 41.66666667%;
	}
	.col-xxl-4, .col-xl-4, .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 {
		width: 33.33333333%;
	}
	.col-xxl-3, .col-xl-3, .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 {
		width: 25%;
	}
	.col-xxl-2, .col-xl-2, .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 {
		width: 16.66666667%;
	}
	.col-xxl-1, .col-xl-1, .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {
		width: 8.33333333%;
	}
	.justify-content-lg-start{
		justify-content: flex-start !important;
	}
	.justify-content-lg-end{
		justify-content: flex-end !important;
	}
	.justify-content-lg-center{
	    justify-content: center !important;
	}
	.justify-content-between{
        justify-content: space-between !important;
	}
	.justify-content-around{
	    justify-content: space-around !important;
	}
	.justify-content-evenly{
	    justify-content: space-evenly !important;
	}
	.row-cols-1 > *, .row-cols-sm-1 > *, .row-cols-md-1 > *, .row-cols-lg-1 > *, .row-cols-xl-1 > *, .row-cols-xxl-1 > * {
	  width: 100% !important;
	}

	.row-cols-2 > *, .row-cols-sm-2 > *, .row-cols-md-2 > *, .row-cols-lg-2 > *, .row-cols-xl-2 > *, .row-cols-xxl-2 > * {
	  width: 50% !important;
	}

	.row-cols-3 > *, .row-cols-sm-3 > *, .row-cols-md-3 > *, .row-cols-lg-3 > *, .row-cols-xl-3 > *, .row-cols-xxl-3 > * {
	  width: 33.3333333333% !important;
	}

	.row-cols-4 > *, .row-cols-sm-4 > *, .row-cols-md-4 > *, .row-cols-lg-4 > *, .row-cols-xl-4 > *, .row-cols-xxl-4 > * {
	  width: 25% !important;
	}

	.row-cols-5 > *, .row-cols-sm-5 > *, .row-cols-md-5 > *, .row-cols-lg-5 > *, .row-cols-xl-5 > *, .row-cols-xxl-5 > * {
	  width: 20% !important;
	}

	.row-cols-6 > *, .row-cols-sm-6 > *, .row-cols-md-6 > *, .row-cols-lg-6 > *, .row-cols-xl-6 > *, .row-cols-xxl-6 > * {
	  width: 16.6666666667% !important;
	}
	
	.bg-gradation-2,.bg-gradation-3,.bg-gradation-4,.bg-gradation-5{
		opacity: 0 !important;
	}
	.bg-gradation.active{
		opacity: 0;
	}
	.bg-gradation-1 {
		opacity: 1 !important;
	}
	.home-left .bg-gradation-1 {
		background-image: linear-gradient(140deg, rgb(248 204 171), rgb(248 215 167) 50%, rgba(248 204 171)) !important;
	}
	.home-info .bg-gradation-1 {
		background-image: linear-gradient(90deg, rgb(250 233 201), rgb(252 225 205));
	}
	/* .college-body{
		zoom: 0.9;
	}
	.admission-body{
		zoom: 0.6;
	}
	.newsevent-body{
		zoom: 0.6;
	} */
	.newsevent-body .container>.row>.col-12:first-of-type{
		flex: 0 0 auto;
		width: 100%;
	}
	.admission-body .container>.row>.col-12:first-of-type{
		flex: 0 0 auto;
		width: 100%;
	}
	.header-bigmenu-container{
		width: 100% !important;
	}
	.information-detail-content{
		width: 100% !important;
	}
	.list-pankuzu-container::before{
		content: none !important;
	}
	.newsevent-header{
		position: relative !important;
	}
	.newsevent-header.scrolled .newsevent-header-bg{
	    background-color: initial !important;
	}
	.header-left {
		transform: scale(0.5);
		transform-origin: left;
	}
	.header-l-top{
		transform: scale(0.7);
		transform-origin: right bottom;
	}
	.header-l-bottom{
		transform: scale(0.7);
		transform-origin: right top;
	}
}