/* FOR MOBILE DEVICE*/
@media screen and (max-width:575px){
	.picket-about-bg{
		background-color: #ffffff;
		padding: 0px;
		border-radius: 10px;
		z-index: 9;
		top: 0px;
		position: relative;
	}

	.picket-about-bg img{
		border-radius: 5px;
		margin-top: 10px;
	}

	.font-page-title{
  	font-family: 'Picket Font';
  	color: #0061a1;
  	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  	font-size: 35px !important;
  	letter-spacing: 1px !important; 
  	}

  	.center-region-section h2{
	font-family: 'Picket Font' !important;
    color: #0061a1;
    font-size: 22px;
	}

	.center-region-section h6{
	font-family: 'Picket Font' !important;
    color:  #0061a1;
    font-size: 16px;
	}

	.center-region-section {
	    position:unset;
	    left: 0%;
	    top: 50%;
	    -webkit-transform: translate(0%, 65%);
	    transform: translate(0%, 65%);
	}

	.dropdown-pf-bg {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: 'Picket Font';
	}

	.dropdown-menu>li>a {
    /* display: block; */
    padding-bottom: 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: break-spaces;
	}

	.background-img{
		background-image: url(../img/picket-front-image.jpg);
		background-size: cover;
		background-repeat:no-repeat;
	}

	.schoool-opt-sec{
		height: 100vh !important;
		width: 100%;
		position: relative;
		background-color: rgba(255, 255, 255, 0,6);
		backdrop-filter: blur(7px);
	}

	.school-center{
		display: table;
	  	align-items: center !important;
	  	justify-content: center;
	}

	.col-school-center{
		position: relative;
		top: 50%; left: 50%;
		transform: translate(-50%, 0%);
	}

	.col-centered{
	    float: none;
	    margin: 0 auto;
	}

	.m-top{
		margin-top: 20px;
	}
}

/* FOR SMALL DEVICE*/
@media screen and (min-width: 576px) and (max-width: 767px){
	.picket-about-bg{
		background-color: #ffffff;
		padding: 0px;
		border-radius: 10px;
		z-index: 9;
		top: 0px;
		position: relative;
	}

	.picket-about-bg img{
		border-radius: 5px;
		margin-top: 10px;
	}

	.font-page-title{
  	font-family: 'Picket Font';
  	color: #0061a1;
  	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  	font-size: 35px !important;
  	letter-spacing: 1px !important; 
  	}

}

/* FOR TABLETS */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.pt-50{
		padding-top: 120px !important;
	}

} 

/* FOR MEDIUM DEVICE */
@media screen and (min-width: 992px) and (max-width:1199px) {
	.pt-50{
		padding-top: 120px !important;
	}
	
} 

/* FOR LARGE DESKTOP */
@media screen and (min-width: 1200px){
	.pt-50-picket{
		padding-top: 200px !important;
	}
	
} 