* {
    margin: 0;
    padding: 0;
    user-select: none;
    box-sizing: border-box;}

@font-face{
    font-family:Poppins-Regular;
    src:url(../fonts/Poppins-Regular.eot);
    src:url(../fonts/Poppins-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Poppins-Regular.ttf) format('truetype'),
        url(../fonts/Poppins-Regular.woff) format('woff'),
        url(../fonts/Poppins-Regular.svg) format('svg');
    font-weight:normal;
}@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.eot);
    src:  url(../fonts/Poppins-Medium.eot?#iefix) format('embedded-opentype'),
          url(../fonts/Poppins-Medium.ttf) format('truetype'),
          url(../fonts/Poppins-Medium.woff) format('woff'),
          url(../fonts/Poppins-Medium.svg) format('svg');
    font-weight: normal;
}@font-face {
    font-family: Poppins-SemiBold;
    src:  url(../fonts/Poppins-SemiBold.eot);
    src:  url(../fonts/Poppins-SemiBold.eot?#iefix) format('embedded-opentype'),
          url(../fonts/Poppins-SemiBold.ttf) format('truetype'),
          url(../fonts/Poppins-SemiBold.woff) format('woff'),
          url(../fonts/Poppins-SemiBold.svg) format('svg');
    font-weight: normal;
}

.position-absolute{position:absolute;}
.position-relative{position:relative;}
.no-padding{padding:0;}
.no-margin{margin:0;}
.padding-10{padding:10px;}
.padding-15{padding:15px;}
.padding-20{padding:20px;}
.padding-40{padding:40px;}
.padding-left-15{padding-left:15px;}
.padding-left-20{padding-left:20px;}
.padding-left-30{padding-left:30px;}
.padding-left-25{padding-left:25px;}
.padding-left-64{padding-left:64px;}
.padding-left-0 {padding-left:0;}
.padding-right-0 {padding-right:0;}
.padding-top-40{padding-top:40px;}
.padding-top-15{padding-top:15px;}
.padding-left-right{padding-left:90px; padding-right:90px;}
.padding-left-right-40{padding-left:40px; padding-right:40px;}
.padding-top-bottom-40{padding-top:40px; padding-bottom:40px;}
.padding-top-bottom-20{padding-top:20px; padding-bottom:20px;}
.padding-top-bottom-10{padding-top:10px; padding-bottom:10px;}
.padding-top-bottom-5{padding-top:5px; padding-bottom:5px;}
.margin-top-5{margin-top:5px;}
.margin-top-10{margin-top:10px;}
.margin-top-15{margin-top:15px;}
.margin-top-20{margin-top:20px;}
.margin-top-25{margin-top:25px;}
.margin-top-30{margin-top:30px;}
.margin-top-40{margin-top:40px;}
.margin-top-55{margin-top:55px;}
.margin-top-minus-35{margin-top:-35px;}
.margin-right-10{margin-right:10px;}
.margin-right-25{margin-right:25px;}
.margin-right-35{margin-right:35px;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-15{margin-bottom:15px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-40{margin-bottom:40px;}
.margin-left-10{margin-left:10px;}
.margin-left-20{margin-left:20px;}
.margin-auto{margin:0 auto;}
.color-yellow{color: #fee600;}
.color-red{color:#e02874;}
a {text-decoration: none;}
.width-1920{max-width: 1920px;}
.clear{clear:both;}
.display-inline-block{display: inline-block;}
body {
    background-color: #ffffff;
    font-family: Poppins-Regular;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}
.note{color:#e02874;font-size: 14px;padding-left:20px;}
.header{position: relative; z-index: 99;}
.logo{float: left; margin: 10px; 0}
.logo img{width: auto; height: auto;max-width:220px;}
.logo-section{font-size: 13px;padding-bottom: 20px;}
.logo-section ul{list-style-type: none;}
.logo-section ul li{display: inline-block;text-align: left;margin: 20px 0 0 20px;}
.address-icon{ padding: 1px 4px;display: inline-block;color: #333333;font-size: 22px;}
.address-top{display: inline-block;line-height: 24px;padding-left: 5px;}
.top-header ul{list-style-type:none;}
.top-header ul li{list-style-type:none; display: inline;}
.address-top a, .address-icon a{color: #333333;}

.navigation{background-color: #f7e001;padding: 5px 0;margin-bottom: 5px;}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #e84649; font-family: Poppins-Medium;  }
.navbar-light .navbar-nav a:hover{ color: #e84649;}
.navbar-expand-lg .navbar-nav .nav-link:hover {color: #e84649;}
.navbar-light .dropdown a:hover{ color: #e84649 !important;background-color:transparent;}
.navbar-nav li{margin: 0 5px;}
.dropdown a{height:auto !important;}
.dropdown:hover .dropdown-menu {display: block;}
.dropdown-menu {  
border: none;
background-color: #eee;
padding: 20px 5px;
border-left: 4px solid #fee600;
margin-bottom: 20px;
}
.nav-link {
    display: inline;
    padding: .5rem 1rem;    
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
  font-size:15px;
  text-transform: uppercase;
}

.my-3{margin-top: 0 !important;}
.banner .container-fluid{padding: 0;}
.carousel img{height:auto;}
.carousel-caption {
    position: absolute;
    right: auto;
    bottom: 1.25rem;
    left: auto;
    bottom: 0;
    top:auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    background-color: #000000;
    opacity: 0.9;
    padding: 10px;font-family: Poppins-SemiBold;
  }
 .carousel-caption p{font-weight: normal;line-height: 20px;}
.tag-line{background-color: #333333; color:#ffffff; padding: 20px 0 10px 0;font-size: 24px;line-height: 36px;font-family: Poppins-Medium;text-align: center;}
.tag-line .heading {font-size: 30px; color: #ffffff; font-family: Poppins-SemiBold;}
.heading{font-size: 30px; color: #333333; font-family: Poppins-SemiBold;}
.sub-heading{font-size: 22px; color: #e84649; font-family: Poppins-SemiBold;}


.program-home{background-image: none;padding: 40px 0; color: #fff; text-align: center;}
.program-home .sub-heading{font-size: 24px; color: #333333; font-family: Poppins-SemiBold;padding:15px 20px;line-height: 36px;}
.program-box{padding:0;background-color: #eee;border-radius: 25px;margin: 25px 20px;padding: 0 0 10px 0;min-height:565px;}
.program-box img{border-top-left-radius: 25px; border-top-right-radius: 25px;border-bottom: 6px solid #fee600;}
.program-box p{padding:0 20px;}
.program-home a{color: #333333;}
.inner-page{background-image: url(../images/inner-bg.jpg); background-repeat: no-repeat;background-size: cover;padding: 40px 0;}
.promoter-img{max-width: 300px;margin: 0 auto 10px auto;}
.team-box{ background-color:#ffffff;padding: 20px;border-left: 4px solid #fee600; margin-bottom: 20px;}
.team-box img{max-width: 250px;margin: 0 auto 10px auto;}
.team-box .name{font-weight: 700;}
.team-box .position{font-size: 14px;font-style: italic;}
.team-box p{margin-bottom: .5rem;}

.read-more{background-color: #ffffff; color: #333333; font-family: Poppins-SemiBold;font-size: 16px;display: inline-block;}
.read-more a{color: #333333; padding: 0 20px;}
.read-more-green{background-color: #fee600; border: 1px solid #ffffff; color: #333333; font-family: Poppins-SemiBold;margin-top: 25px;}

.about-home{background-image: url(../images/about-bg.jpg);background-repeat: no-repeat;background-size: cover;padding:0;}
.about-img{background-image: url(../images/about-home.jpg);background-repeat: no-repeat;background-size: cover;padding:0;height: 700px;background-position: center;}

.quote{width: 25px; height:20px;}
.contact-home{background-color: #4d4d4d;padding:0 0 10px 0;color: #ffffff;font-size: 14px;}
.contact-home .sub-heading{font-size: 24px; color: #ffffff; font-family: Poppins-SemiBold;margin-top:25px;}
.border-bottom{border-bottom: 1px silid #fff;}
.contact-home ul {padding: 20px 0 0 5px;}
.contact-home ul li{list-style-type:none; background-image: url(../images/flower-icon.png); background-repeat: no-repeat; background-position: 0 12px; padding: 5px 0 5px 25px;}
.contact-home a{color: #ffffff;padding: 5px 0;}
.contact-home a:hover {color: #fee600;text-decoration: underline;}
.contact-home .fa-map-marker-alt, .contact-home .fa-envelope, .contact-home .fa-phone-alt{color: #fee600;font-size: 20px;margin-right: 10px;}
.contact{background-color: #ffffff;padding: 30px 0;text-align: center;color: #333333;}
.contact a{color: #333333;}

footer{background-color: #000000; padding: 15px 0; color: #ffffff;}
.copyright{float: left;font-size: 14px;}
.ojaswi{float: right;font-size: 13px;}
footer a{color: #ffffff;}
footer a:hover {color: #fee600 !important;}

.inner-page{background-image: url(../images/inner-bg.jpg); background-repeat: no-repeat;background-size: cover;padding: 40px 0;}
.inner-page ul {padding-left: 20px;}
.inner-page ul li{list-style-type:none; background-image: url(../images/bullete.png); background-repeat: no-repeat; background-position: 0 12px; padding: 5px 0 5px 20px;}
.grey-box{background-color: #fff; padding: 20px; border-left: 4px solid #fee600;margin-bottom:30px;}
.box-shadow{box-shadow:7px 7px 5px #cecece; }

.camp{padding: 30px 0;}
.camp-box{background-color: #e02874; padding: 25px 10px 5px 10px; min-height: 110px; margin: 15px 0;border-top: 4px solid #ffd200;text-align: center; line-height: 30px;}
.course-inner-box{background-color: #fff; border-left: 4px solid #fee600;}
.course-inner-box ul{/*background-color: #e02874;*/padding-left:0;}
.course-inner-box .nav-tabs li{list-style-type:none !important;background-image:none !important; padding:0;}
.nav-tabs .nav-link {
     display:block;
     margin-bottom: -1px;
     background: 0 0;
     border: 1px solid #fff;
     border-top-left-radius: 0;
     border-top-right-radius: 0;     
     color: #333333;
     background-color: #fee600;}
 .nav-tabs .nav-link.active {
     color: #ffffff;
     background-color: #e84649;
     border: 1px solid #fff;
     display:block;
 }
 .nav-link:hover {color: #ffffff;text-decoration: none;}
 .course-inner-box .tab-content{padding: 25px;}
 .course-inner-box .tab-content ul{background-color: transparent;}
 .course-inner-box .tab-content p{margin-bottom: 0;margin-top: 5px;}
 .filter-button {font-size: 16px;
    border: 1px solid #e84649;
    border-radius: 5px;
    text-align: center;
    color: #e84649;
    margin-bottom: 30px;
}
.filter-button.active { background-color: #e84649;color: white;} 
.filter-button:hover {
  font-size: 16px;
  border: 1px solid #e84649;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #e84649;}             

  .testimonial{
    text-align: center;
    padding: 145px 50px 45px 70px;
    margin: 70px 15px 35px;
    background: #f9f9f9;
    /* box-shadow: 8px 4px 0 0 #77a9dd; */
    position: relative;
    min-height:420px;
}
.testimonials{
    background-color: #edd700;
    padding: 40px 0 40px 0;
}
.testimonial .pic{
    width: 200px;
    height: 200px;
    border: 3px solid #333333;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
.testimonial .description:before{
    /* content: "\f10d"; */
    font-family: "FontAwesome";
    font-size: 32px;
    color: #77a9dd;
    position: absolute;
    top: -15px;
    left: -35px;
}
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #333333;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    display: inline-block;
    font-size: 20px;
    color: #333333;    
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}
.owl-theme .owl-controls{margin-top: 10px;}
.owl-theme .owl-controls .owl-page span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #77a9dd;
}
.owl-theme .owl-controls .owl-page.active span{ width: 22px; height: 12px;}
        
.main-para {padding: 40px 0 40px 0; background-color: #eeeeee;text-align: center;/*font-size: 25px;font-weight: 800;line-height: 45px;*/color: #000000;background-image: url(../images/bg-highlights.jpg);background-repeat: no-repeat; background-size: cover;margin-top:25px;}
/* .main-para .lines{background-color:rgb(247, 224, 1, 0.9);width: auto;margin: 0 auto;padding: 20px;border-top: 4px solid #e84649;} */
.star-checked {color: #ffe234;}     
.highlight{border: 1px solid transparent; border-radius: 25px;background-color:rgb(247, 224, 1);height:150px;width:150px;padding: 30px 20px 20px 20px;font-size: 20px;font-weight: 600;margin:10px auto;border-bottom: 4px solid #eee;line-height: 25px;} 
small{color: #e84649;font-size: 14px;}
.event-heading{font-size: 18px; color: #333333; font-family: Poppins-SemiBold;}
.date{font-size: 14px; font-style: italic;}
.university-logo{max-width:250px; margin:0 auto;}

.outreach-box{background-color: #fff; padding: 20px; border-left: 4px solid #fee600;margin-bottom:30px;}
.outreach-box ul{display: inline-block;}
.outreach-box li{padding:2px 0 2px 20px !important;}
.red-heading{font-size: 18px;color: #e84649;font-family: Poppins-Medium;margin-bottom:7px;}



/*Responsive*/
@media (min-width: 1200px) and (max-width: 1399px) {
    .program-box{min-height:595px;}
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
        font-size: 14px;       
      }
}

@media (min-width: 992px) and (max-width: 1199px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .1rem;
        padding-left: .1rem;
        font-size: 13px;
      }
      .navbar-nav li {margin: 0 4px;} 
      .carousel-caption {
        position: relative;
        right: auto;
        left: auto;
        bottom: 0;
        top: auto;}
        .banner{background-color: #eee; background-image: none;background-repeat: no-repeat; padding-bottom:0;}
        .program-home {padding: 30px 0 40px 0;}
        .program-box{min-height:660px;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-img{height: 500px;}
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {border-bottom: none; }
    .navbar-light .navbar-nav a:hover{border-bottom:none;}
    .dropdown:hover .dropdown-menu {display: block;}
    .navbar-nav li {margin: 5px 4px; border-bottom: 1px solid #ccc;} 
    .carousel-caption {
        position: relative;
        right: auto;
        left: auto;
        bottom: 0;
        top: auto;}
}

@media (min-width: 480px) and (max-width: 767px) {
.top-bar .float-start, .top-bar .float-end{float: none !important; text-align: center;} 
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {border-bottom: none; }
    .navbar-light .navbar-nav a:hover{border-bottom:none;}
.about-img{height: 400px;}
.copyright{float: none;font-size: 14px;text-align: center;}
.ojaswi{float: none;font-size:13px;text-align: center;}
.navbar-nav li {margin: 5px 4px; border-bottom: 1px solid #ccc;} 
/* .d-none {display: block !important;} */
.carousel-caption {
    position: relative;
    right: auto;
    left: auto;
    bottom: 0;
    top: auto;}
    .carousel-caption h5{font-size: 16px;line-height:24px;}
    .program-box {min-height: auto;}
    .banner{background-color: #ffffff; background-image: none;background-repeat: no-repeat; padding-bottom:0;}
    .program-home {padding: 30px 0 40px 0;}
    /* .carousel-inner .carousel-item > div {
        display: none;
    } */
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .top-address {display: none;}

}

@media (min-width: 321px) and (max-width: 479px) {
    .top-bar .float-start, .top-bar .float-end{float: none !important; text-align: center;}
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {border-bottom: none; }
    .navbar-light .navbar-nav a:hover{border-bottom:none;}
    .logo img {width: 250px; }
    .about-img{height: 300px;}
    .copyright{float: none;font-size: 14px;text-align: center;}
.ojaswi{float: none;font-size:13px;text-align: center;}
.navbar-nav li {margin: 5px 4px; border-bottom: 1px solid #ccc;} 
/* .d-none {display: block !important;} */
.carousel-caption {
    position: relative;
    right: auto;
    left: auto;
    bottom: 0;
    top: auto; }
    .carousel-caption h5{font-size: 16px;line-height:24px;}
    .program-box {min-height: auto;}
    .banner{background-color: #ffffff; background-image: none;background-repeat: no-repeat; padding-bottom:0;}
    .program-home {padding: 30px 0 40px 0;}
    /* .carousel-inner .carousel-item > div {
        display: none;
    } */
    .carousel-inner .carousel-item > div:first-child { display: block; }
    .top-address {display: none;}
}


@media only screen and (max-width: 320px) {
    .top-bar .float-start, .top-bar .float-end{float: none !important; text-align: center;} 
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {border-bottom: none; }
    .navbar-light .navbar-nav a:hover{border-bottom:none;}
    .logo img {width: 180px; }
    .about-img{height: 200px;}
    .copyright{float: none;font-size: 14px;text-align: center;}
.ojaswi{float: none;font-size:13px;text-align: center;}
.navbar-nav li {margin: 5px 4px; border-bottom: 1px solid #ccc;} 
/* .d-none {display: block !important;} */
.carousel-caption {
    position: relative;
    right: auto;
    left: auto;
    bottom: 0;
    top: auto; }
    .carousel-caption h5{font-size: 16px;line-height:24px;}
    .program-box {min-height: auto;}
    .banner{background-color: #ffffff; background-image: none;background-repeat: no-repeat; padding-bottom:0;}
    .program-home {padding: 30px 0 40px 0;}
    /* .carousel-inner .carousel-item > div {
        display: none;
    } */
    .carousel-inner .carousel-item > div:first-child { display: block; }
    .top-address {display: none;}
}
.captcha_backg{background:#dc3135;width:150px;margin-left:15px;}