/* why us section */
.sec-spacer {
	padding: 50px 0;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.service-item {
	margin-bottom: 50px;
	text-align: center;
}

.service-item .service-content h4 {
	margin-bottom: 15px;
  margin-top: 15px;
	font-weight: 400;
  font-family: "Roboto Condensed", serif;
  text-align: center;
  font-size: 18px;
}

.service-iconxs {
	background: linear-gradient(to top right, #6EA2C9, #427396);
	width: 70px;
	height: 70px;
	margin: 0 auto 0px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	color: white;
	font-size: 46px;
}


/* testimonial */

 

/* testmon */
#facility {
	padding: 0 0vw;
}
#facility .item {
	position: relative;
	margin: 1em;
} 
#facility .item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.8);
	opacity: 0;
	transition: all 0.3s ease 0s;
}

#facility .item img {
	height: 257px;
	width: 100%;
}

#facility .contain {
	width: 100%;
	font-size: 20px;
	padding-top: 12px;
	position: absolute;
	bottom: -29px;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	overflow-y: auto;
	background: #000000B2;
}

.btn-wrap {
	text-align: center;
	width: 100%;
}

.owl-nav button {
	background-color: #01336B;
	border: none;
	color: white;
	padding: 6px 15px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 15px;
}

.facility .item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.8);
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.facility .contain {
	width: 100%;
	font-size: 15px;
	padding-top: 12px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	overflow-y: auto;
	background: #000000B2;
	min-height: 90px;
}

.facility .contain p{
  color: #fff;
}

.event-data {
	padding-top: 15px;
	padding-bottom: 15px;
}

.event .event-thumb {
	position: relative;
	padding-right: 0px;
}

.thumb {
	border-radius: 200px;
	border: 5px solid #ffd800;
	overflow: hidden;
	margin: 40px 24px 2px 6px;
}

.event .event-thumb img {
	border-radius: 0px 5px 5px 0px;
	width: 100%;
	height: auto;
	margin-left: 1px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.princi_speech{
  padding: 5px 15px 18px;
  text-align: justify;
  font-size: 19px;
  font-family: "Roboto Condensed", serif;
}


.bordered-dark {
	background-color: transparent !important;
	border: 1px solid #2f2f2f !important;
	color: #2f2f2f !important;
}

.button {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
  padding: 15px;
}


.principal_name{
  text-align: right;
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
}

.mt-4{
  margin-top: 2%;
}


.testimonial-item {
	padding: 0 35px;
  margin: 60px 0;
	background-color: #8fabb6;
}

.testimonial-item .testi-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 110px;
	height: 110px;
	padding: 5px;
	background: #fff;
	border-radius: 50%;
}

 .testi-img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

 .testimonial-item .testi-desc {
	padding: 42px 0;
	position: relative;
}

 .testimonial-item .testi-desc .testi-name {
	font-size: 20px;
	margin-bottom: 10px;
}

 .testimonial-item .testi-desc p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
  font-family: "Roboto Condensed", serif;
color:#fff;
}



/* department */

.sub-box{
    padding: 40px 15px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    display: block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(17,93,151,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(17,93,151,0.5);
    box-shadow: 0px 0px 10px 0px rgba(17,93,151,0.5);
    background: #fff;
    text-align: center;
    height: 134px;

}



.sub-box:hover{
  background: #2D3E50;
  color: #fff;
  box-shadow: none;
}



.pb-45 {
	padding-bottom: 45px !important;
}

.pt-50 {
	padding-top: 50px !important;
}



.placement_box {
	border: 1px solid #fff;
    min-height: 292px;
	padding: 10px;
	color: #fff;
	font-weight: 400;
}

.placement_box h3 {
	color: #86bc42;
	font-size: 24px;
  font-family: "Roboto Condensed", serif;
	margin-bottom: 12px;
}

.emp_box li {
	padding-left: 36px;
	padding-bottom: 12px;
}

.emp_box li a {
	color: #fff !important;
}

.bg_new {
	background-image: url(../images/slider/bg-nk.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
}

.placement{
  font-family: "Roboto Condensed", serif;;
  font-size:32px; 
  color:#fff; 
}
.wp-block-list li {
    padding: 6px;
    font-size: 16px;
}
.wp-block-list li a {
    color: #fff;
}