body {
    padding-top: 0px;
    background: #fff;
    font-family: 'Times New Roman', sans-serif;
    font-weight: 50;
    color: #282828;
    line-height: 20px;
	font-size: 21px;
}
.our-team{
    border: 2px solid #001440;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
}
.our-team:before,
.our-team:after{
    content: "";
    width: 100%;
    height: 104%;
    background: #001440;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}
.our-team:after{
    width: 106%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.25);
}
.our-team:hover:before{ transform: translateY(-50%) scaleX(0.7); }
.our-team:hover:after{ transform: translate(-50%, -50%) scaleY(0.7); }
.our-team img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}
.our-team .team-content{
    width: 93%;
    padding: 25px 0 10px;
    background: #001440;
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
}
.our-team:hover .team-content{
    bottom: 10px;
    opacity: 1;
}
.our-team .title{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}
.our-team .post{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

.serviceBox{
    background: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 30px 20px;
    border: 7px solid #ddd;
    border-top-color: #21BCB8;
    border-bottom-color: #21BCB8;
    border-radius: 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: relative;
}
.serviceBox:before{
    content: '';
   
    border-radius: 20px;
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}
.serviceBox .service-icon{
    color: #21BCB8;
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 15px;
}
.serviceBox .title{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.serviceBox .description{
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    text-align:justify;
}
.serviceBox.blue{
    border-top-color: #3D729B;
    border-bottom-color: #3D729B;
}
.serviceBox.blue .service-icon{ color: #3D729B; }
.serviceBox.red{
    border-top-color: #ED5543;
    border-bottom-color: #ED5543;
}
.serviceBox.red .service-icon{ color: #ED5543; }
.serviceBox.purple{
    border-top-color: #924963;
    border-bottom-color: #924963;
}
.serviceBox.purple .service-icon{ color: #924963; }
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}
.section-header {
  margin-bottom: 50px;
}

.section-header .section-title {
  font-size: 44px;
  color: #4F4F4F;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 2px solid #25A4D7;
  display: inline-block;
}

.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 4px;
}

.btn {
  border-width: 0;
  border-radius: 0;
}

.btn.btn-primary {
  background: #25A4D7;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #085C98;
}
.our-services {
  margin-top: 25px;
  padding-bottom: 30px;
  padding: 0 60px;
  min-height: 98px;
  text-align: center;
  border-radius: 100px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 25px 0 rgba(20, 27, 202, 0.17);
}

.our-services .icon {
  margin-bottom: -21px;
  transform: translateY(-50%);
  text-align: center;
}

.our-services:hover h4,
.our-services:hover p {
  color: #fff;
}

.prosp:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%);
}

.naac:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}

.courses:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%);
}

.rti:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%);
}

.alumni:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%);
}

.download:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%);
}
.footer {
    background-image: url(../img/backr.jpg);
	padding-top: 20px;
}
.footer p {
    color: #000;
}
.copy_right {
    background-image: url(../img/bak2.jpg);
    padding: 10px;
}



