/**
* Template Name: Mentor - v2.2.0
* Template URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    display: flex;
    flex-direction: column;
    height: 100%;
    scroll-behavior: smooth;
}

a {
  color: #1496d4;
}

a:hover {
  color: #002c61;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
#main {
    flex: 1 1 auto;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #1496d4;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #002c61;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1496d4;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    /*box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);*/
    background-image: linear-gradient(to right, #fff 34%, #6ac7c9 );
    flex: 0 0 auto;
    border-bottom: 1px solid #000;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

    #header .logotxt {
        color: #00abc2;
        font-size: 20px;
        letter-spacing: 0;
        /*text-transform: capitalize;*/
        display:flex;
        align-items:center;
    }
        #header .logotxt p:first-child {
            margin-bottom: 0px;
            line-height: 27px;
            font-size: 20px;
            font-weight: 800;
            letter-spacing: 0;
        }
        #header .logotxt p {
            font-size: 16px;
            margin-bottom:0px;
        }
     
#header .logo img {
  margin-right:20px;
}
#header .logo span.detail{ margin-top:-10px;float:left; padding-left:70px; font-size:11px; text-transform:capitalize;}
@media (min-width: 1200px) {
  #header .logo {
    font-size: 39px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 33px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

  /*  .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
        color: #011f5a;
    }*/

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #37423b;
}

    .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
        color: #00b3d4;
    }

.nav-menu .drop-down > a:after {
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";    
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 22px;
  background: #1496d4;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background: #002c61;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 32px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #37423b;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37423b;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #1496d4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(32, 38, 34, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 72px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 62px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #eee;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #1496d4;
  border: 2px solid #1496d4;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f7f6;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  line-height: 18px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #9ae1af;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #37423b;
}

.breadcrumbs {
    margin-top: 0px;
    text-align: center;
    background: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 56%)),url(../img/bg_pattem.jpg);
    padding: 50px 0;
    color: #fff;
    background-position: center;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
    font-size: 40px;
    font-weight: 800;
    text-align: left;
}

.breadcrumbs p {
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1496d4;
}

.about .content .learn-more-btn {
  background: #1496d4;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.about .content .learn-more-btn:hover {
  background: #002c61;
  color: #fff;
}

@media (max-width: 768px) {
  .about .content .learn-more-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 30px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #1496d4;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #37423b;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #1496d4;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1496d4;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  border: 1px solid #1496d4;
}

.why-us .icon-boxes .icon-box i {
  font-size: 32px;
  padding: 18px;
  color: #1496d4;
  margin-bottom: 30px;
  background: #ecf9f0;
  border-radius: 50px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #000000;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0px;
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #1496d4;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #37423b;
  transition: 0.3s;
}

.features .icon-box:hover {
  background: #1496d4;
  color:#fff;
}

.features .icon-box:hover h3 a {
  color: #1496d4;
  color:#fff;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses .course-item {
    border-radius: 5px;
    border: 1px solid #eef0ef;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}

.courses .course-content {
  padding: 15px;
}

.courses .course-content h3 {
  font-weight: 700;
  font-size: 20px;
}

    .courses .course-content h3 a {
        color: #133473;
        transition: 0.3s;
    }

        .courses .course-content h3 a:hover {
            color: #00abc2;
        }

.courses .course-content p {
  font-size: 14px;
  color: #777777;
}

.courses .course-content h4 {
  font-size: 14px;
  background: #1496d4;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
}

.courses .course-content .price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #37423b;
}

.courses .trainer {
  padding-top: 15px;
  border-top: 1px solid #eef0ef;
}

.courses .trainer .trainer-profile img {
  max-width: 50px;
  border-radius: 50px;
}

.courses .trainer .trainer-profile span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #5a6c60;
}

.courses .trainer .trainer-rank {
  font-size: 18px;
  color: #657a6d;
}

/*--------------------------------------------------------------
# Trainers
--------------------------------------------------------------*/
.trainers .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #eef0ef;
}

.trainers .member img {
  margin: -1px -1px 30px -1px;
}

.trainers .member .member-content {
  padding: 0 20px 30px 20px;
}

.trainers .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.trainers .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.trainers .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.trainers .member .social {
  margin-top: 15px;
}

.trainers .member .social a {
  color: #7e9486;
  transition: 0.3s;
}

.trainers .member .social a:hover {
  color: #1496d4;
}

.trainers .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  border: 1px solid #eef0ef;
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c1ecce;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #1496d4 !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Cource Details
--------------------------------------------------------------*/
.course-details h3 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.course-details h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #eef0ef;
  bottom: 0;
  left: 0;
}

.course-details h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: #1496d4;
  bottom: 0;
  left: 0;
}

.course-details .course-info {
  background: #f6f7f6;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.course-details .course-info h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.course-details .course-info p {
  margin: 0;
  font-weight: 600;
}

.course-details .course-info a {
  color: #657a6d;
}

/*--------------------------------------------------------------
# Cource Details Tabs
--------------------------------------------------------------*/
.cource-details-tabs {
  overflow: hidden;
  padding-top: 0;
}

.cource-details-tabs .nav-tabs {
  border: 0;
}

.cource-details-tabs .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #37423b;
  border-radius: 0;
  border-right: 2px solid #e2e7e4;
  font-weight: 600;
  font-size: 15px;
}

.cource-details-tabs .nav-link:hover {
  color: #1496d4;
}

.cource-details-tabs .nav-link.active {
  color: #1496d4;
  border-color: #1496d4;
}

.cource-details-tabs .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.cource-details-tabs .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #37423b;
}

.cource-details-tabs .details p {
  color: #777777;
}

.cource-details-tabs .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cource-details-tabs .nav-link {
    border: 0;
    padding: 15px;
  }
  .cource-details-tabs .nav-link.active {
    color: #fff;
    background: #1496d4;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.events .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.events .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.events .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.events .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.events .card-title a {
  color: #37423b;
  transition: 0.3s;
}

.events .card-text {
  color: #5e5e5e;
}

.events .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.events .read-more a:hover {
  color: #1496d4;
}

.events .card:hover img {
  transform: scale(1.1);
}

.events .card:hover .card-body {
  border-color: #1496d4;
}

.events .card:hover .card-body .card-title a {
  color: #1496d4;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #eef0ef;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #1496d4;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #1496d4;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #1496d4;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #002c61;
}

.pricing .featured h3 {
  color: #fff;
  background: #1496d4;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #1496d4;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-top: 5px;
}

.contact .info {
  width: 100%;
  background: #fff;
}

    .contact .info i {
        font-size: 16px;
        color: #133473;
        float: left;
        width: 35px;
        height: 35px;
        background: #d5dae6;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #37423b;
        cursor: pointer;
    }

    .contact .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #536b98;
        font-style: italic;
    }

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

    .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
        background: #133473;
        color: #fff;
    }

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #1496d4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #1496d4;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #002c61;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #000;
    font-size: 14px;
    background: #eef0ef;
    flex: 0 0 auto;
}
.footer-address {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
    #footer .footer-top {
        padding: 30px 0 0px 0;
        background: #133473;
    }

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

    #footer .footer-top .footer-contact p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
        font-family: "Raleway", sans-serif;
        color: #FFF;
    }

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-contact a, #footer .footer-top .footer-contact h3 {
  color: #FFF;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #FFF;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

    #footer .footer-top .footer-links ul a {
        color: #FFF;
        transition: 0.3s;
        display: inline-block;
        font-size: 14px;
        line-height: 19px;
    }

        #footer .footer-top .footer-links ul a:hover {
            text-decoration: none;
            color: #80d3f3;
        }

#footer .footer-newsletter {
  font-size: 15px;
}
copyright{
    font-size:12px;
}
#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e0e5e2;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #1496d4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #002c61;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .credits a {
  color: #002c61;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #1496d4;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1496d4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #002c61;
  color: #fff;
  text-decoration: none;
}
.login-box {
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    padding: 40px 60px;
    background:#f0f8ff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.login-title {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    font-family: 'Poppins';
    margin-bottom:0px;
}
#rquser{
    display:none;
}
#rqpass{
    display:none;
}
.form-control {
    font-size: 14px;
    border-radius: 32px;
}
.login-btn {
    width: 100%;
    border: 1px solid #1b3058;
    background:#1b3058;
    padding: 10px;
    border-radius: 90px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-top: 35px;
    transition: .2s;
}
    .login-btn:hover {
        background: #fff;
        border: 1px solid #1b3058;
        color:#1b3058;
    }
   
.skin-blue .main-header .navbar {
    background-color: #002367;
}
.banner-img{
    width:100%;
    height:55vh;
}
#demo .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #133473;
}
.box-body {
    margin-bottom: 10px;
    box-shadow: 0px 1px 4px rgb(21 34 50 / 65%);
   
    background: #fefefe;
    filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.07));
    padding: 30px 33px;
    border-radius: 16px;
}
#home-header {
    position: fixed;
    width: 100%;
    z-index: 11;
}
    #home-header .nav-menu a {
        color: #000;
        font-weight: 700;
    }
        
.header-title {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 19px;
    color: #00aac0;
}
.header-subtitle {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #042059;
}
.event-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 35px;
    text-align: center;
    margin-top: 30px;
}
.event-name-title {
    font-size:17px;
    font-weight: 700;
    color: #680f18;
    margin-bottom: 5px;
    margin-top: 10px;
  
}
.event-dates {
    font-size: 13px;
    font-style: italic;
    letter-spacing: 2px;
    color: #96989b;
    font-weight: 600;
}
.about-sciencefair-sec {
    background: #f0f8ff;
    margin: 0px 0px;
}
.obj-sciencefair-sec {
    background: #f0f8ff;
    margin: 0px 0px;
}
.about-science-detail h3 {
       font-size: 33px;
    margin-bottom: 30px;
    color: #031b4a;
    font-family:"Raleway", sans-serif; font-weight:500;
}
.about-science-detail p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
.impact-img img {
    height: 200px;
    width: 100%;
}
.examplar-title{
        font-size: 25px;
    font-weight: 800;
    text-align: center;
    text-decoration: underline;
}
.approachimpact-slide {
    padding-bottom: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
#science-fair-slider{
    padding-bottom:80px;
}
.approachimpact-slide h6 {
    padding: 20px 0px 0px 0px;
    font-size: 16px;
    font-weight: 600;
}
#science-fair-slider .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content:unset;
}
#science-fair-slider .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: unset;
}
#science-fair-slider .swiper-button-next, .swiper-button-prev {
    top: 37%;
    height: 30px !important;
    width: 30px !important;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
    font-weight: 800;
}

#science-fair-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    top: 37%;
}
#science-fair-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
.how-to-style {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    #header {
       background-image:unset;
    }
        #header .logotxt p:first-child {
            line-height: 19px;
            font-size: 16px;
        }
        #header .logotxt p {
            font-size: 14px;
            margin-bottom: 0px;
        }
    .banner-img {
        width: 100%;
        height: 20vh;
    }
    #demo {
        margin-bottom: 0px;
    }
    .about-science-detail h3 {
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 13px;
    }
}
.search-container {
    margin-left: 9px;
    position: relative;
}
    .search-container input[type=text] {
        padding: 6px px;
        margin-top: 0px;
        font-size: 12px;
        border: 1px solid #ccc;
        border-radius: 27px;
        height: 24px;
    }
    .search-container button {
        padding: 2px 10px;
        background: #fff0;
        font-size: 15px;
        color: #265186;
        border: none;
        position: absolute;
        right: 0;
    }
.topbar-bg {
    background: #011f5a;
    padding: 8px 10px;
}
.skip-main-content-txt {
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}
    .skip-main-content-txt:hover{
        color:aliceblue;
    }
    .facbook-icon {
        margin-right: 8px;
        height: 25px;
        width: 25px;
        background: #092c76;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }
        .facbook-icon:hover {
            color: #fff;
            text-decoration: none;
            background: #00aac0;
        }
        .twitter-icon {
            margin-right: 8px;
            height: 25px;
            width: 25px;
            background: #00acee;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: #fff;
            text-decoration: none;
            font-size: 12px;
        }
    .twitter-icon:hover {
        color: #fff;
        text-decoration: none;
        background: #00aac0;
    }
    .instagram-icon {
        margin-right: 8px;
        height: 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        background-image: linear-gradient(to right, #d65f11, #8a3ab9);
        text-decoration: none;
        font-size: 12px;
    }
    .instagram-icon:hover {
        color: #fff;
        text-decoration: none;
        background: #00aac0;
    }
.topheader-fonttxt {
    color: #fff;
    border: 1px solid #fff;
    margin-right: 6px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
}
    .topheader-fonttxt:hover {
        background: #f0f8ff;
    }
.abutparticipatetitle {
    font-weight: 600;
    font-size: 26px;
    text-align: left;
    color:black;
    margin-bottom: 20px;

}
.application-process-box {
   /* background: #dbdbdb;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:relative;
    cursor:pointer;
/*    padding: 8px;
    min-height: 182px;*/
}
    .application-process-box:hover .process-icon-box {
        background: #dbdbdb;
    }
.application-pro-title {
    font-size: 33px;
    text-align: center;
    margin-bottom: 35px;   
    font-family:"Raleway", sans-serif; font-weight:500;
    color:#072157;
}
.application-process-box h4 {
    font-size: 18px;
    font-weight: 800;
    margin: 12px 0;
}
.application-process-box p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.process-icon-box {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -4.104px 11.276px 38px 0px rgb(45 42 61 / 10%);
}
.process-box-1 {
    background: #dbdefc;
}
.process-box-2 {
    background: #ead4fc;
}
.process-box-3 {
    background: #fbf3dc;
}
.process-box-4 {
    background: #fddad8;
}
.process-box-5{
    background: #dce3fb
}
.process-box-6{
    background: #ceeff9;
}
.process-num {
    position: absolute;
    left: 0;
    top: 2px;
    background: #133473;
    height: 25px;
    width: 25px;
    color: #fff;
    border-radius: 50%;
    box-shadow: -4.104px 11.276px 38px 0px rgb(45 42 61 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.application-process-box .arrow {
    position: absolute;
    top: 35px;
    right: -31px;
}
@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}
.resoure-psd-box {
    box-shadow: -4.104px 11.276px 38px 0px rgb(45 42 61 / 10%);
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    border: 2px dashed #c3c3c3;
    transition: .2s;
    text-align:center;
    min-height:163px;
}
.resoure-psd-box:hover {
    background: #e3e3e3;
    border: 2px dashed #000;
}
.purplr-resouces-color {
    background: #d9d5f6;
    color: #6658dd;
    border: 2px dashed #6658dd;
    fill: #6658dd;
}
.green-resources-color {
    background: #c6eee6;
    color: #1abc9c;
    border: 2px dashed #1abc9c;
    fill: #1abc9c;
}
.lightblue-resources-color {
    background: #d0eff8;
    color: #62b6cf;
    border: 2px dashed #62b6cf;
    fill: #62b6cf;
}
.yellow-resources-color {
    background: #fdedd2;
    color: #f1b44b;
    border: 2px dashed #f1b44b;
    fill: #f1b44b;
}
.red-resouces-color {
    background: #fbd4da;
    fill: #f26379;
    border: 2px dashed #f26379;
    color: #f26379;
}
.selftabicons{
    margin-bottom:15px;
}

    #appprocess .nav-tabs li a {
        font-size: 19px;
        font-weight: 600;
        color: #000;
        padding: 20px;
        display: block;
        background: #ebebeb;
        margin: 10px 5px;
        border-top-left-radius: 35px;
        border-bottom-right-radius: 35px;
        position: relative;
        border: unset;
    }
#appprocess .nav-tabs {
    border-bottom: 1px solid #000000;
}
#appprocess .nav-tabs li.active a:after {
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    background: #1496d4;
    left: 0;
    bottom: -13px;
    border-radius: 10px;
}
#appprocess .nav-tabs li.active a {
    background: #1496d4;
    color:#fff;
}
    #appprocess .nav-tabs li a.active {
        background: #1496d4;
        color: #fff;
    }
        #appprocess .nav-tabs li a.active::after {
            content: "";
            width: 100%;
            height: 7px;
            position: absolute;
            background: #1496d4;
            left: 0;
            bottom: -13px;
            border-radius: 10px;
        }
    #appprocess .tab-content {
        margin: 27px 10px;
    }
.app-process-react-box {
    background: #f0eff5;
    min-height: 211px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px;
}
    .app-process-react-box h4 {
        font-size: 19px;
        font-weight: 700;
        color: #133473;
        margin: 15px 0;
        text-align:center;
    }
.app-process-react-box p{
    text-align:center;
}
.app-process-step {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 20px;
}
.impo-date-box {
    height: 230px;
    width: 230px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    background: #f9f9f9;
}
    .impo-date-box:hover {
        box-shadow: 1px 3px 9px rgb(0 0 0 / 33%);
        background-image: linear-gradient(2deg, #031b4a, transparent);
    }
        .impo-date-box:hover .event-name-title{
            color:#fff;
        }
    .impo-date-box:hover .event-dates{
        color:#fff;
    }
    .guidelines-titles {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
    color: #0a294a;
    display: inline-block;
}
.guiidelines-para {
    display: flex;
    font-size: 15px;
    margin-bottom: 10px;
}
    .guiidelines-para p{
        margin-bottom:0px;
    }
    .guidelines-parabox ul li p {
        font-size: 15px;
        margin-bottom: 5px;
    }
.guidelineone_content{
    display:none;
}
.guideline-readmore-btn {
    font-size: 14px;
    font-weight: 700;
    background: #022468;
    color: #fff;
    padding: 7px 12px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 10px;
}
.guideline-readmore-btn:hover{
    color:#fff;
}
.guidelinetwo_content{
    display:none;
}
.guidelinethree_content{
    display:none;
}
.breadcrumbs {padding: 20px 0;
}
/*--------Examplars page style start-----------*/
.examplars-good-exhabition-title {
      font-size: 18px;
    font-weight: 700;
    background: #e9e9e9;
    padding: 14px 13px;
    margin-bottom: 20px;
    border: 2px solid #605d5d;
        border-radius: 48px;
}

.good-exhabition-para {
    font-size: 17px;
    margin-bottom: 0px;
}

.good-examplars-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.examplers-inner-title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 7px;
}

.exemplars-tble tr td {
    padding: 5px;
    font-size: 14px;
}

.exemplars-tble tr th {
    font-size: 15px;
    background: #192f59;
    color: #fff;
    padding: 9px;
}

.examplers-img {
    height: 200px;
}

.exemplars-tble tr th:first-child {
    border-top-left-radius: 12px;
}

/*.exemplars-tble tr th:nth-child(2) {
    border-top-right-radius: 12px;
}*/

.exemplars-tble {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.exhibit-review-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.good-poor-examplers .nav-item .nav-link {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 18px 42px;
    border-radius: 59px;
    outline: 2px solid #002c61;
    margin: 10px 20px;
    color: #002c61;
}

    .good-poor-examplers .nav-item .nav-link.active {
        color: #fff;
        background-color: #17a2b8;
        outline: 2px solid #17a2b8 !important;
    }

.good-examplers .nav-pills .nav-link.active {
    color: #17a2b8;
    background-color: #fff;
    border-bottom: 3px solid #17a2b8;
}

.good-examplers .nav-pills .nav-link {
    border-radius: unset;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    margin: 27px 20px 0;
}

.good-poor-examplers {
    border-bottom: 4px solid #17a2b8;
    margin-bottom: 30px;
}

.good-examplers ul {
    margin-bottom: 30px;
    border-bottom: 3px solid #e3e3e3;
    padding-bottom: 20px;
}

.poor-examplers-navlink {
    margin: 27px 15px 0 !important;
    font-size: 17px !important;
}

.examplars-bg {
    background: #f3f3f3;
    padding: 52px 0px 12px;
}

#main #faq .card {
    margin-bottom: 5px;
    border: 0;
}

    #main #faq .card .card-header {
        border: 0;
        -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        border-radius: 2px;
        padding: 0;
    }

        #main #faq .card .card-header .btn-header-link {
            color: #fff;
            display: block;
            text-align: left;
            background: #fff;
            color: #222;
            padding: 20px;
            font-weight: 600;
            border-bottom: 2px solid #8f8a8a;
        }

            #main #faq .card .card-header .btn-header-link:after {
                content: "\f107";
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                float: right;
            }

            #main #faq .card .card-header .btn-header-link.collapsed {
                background: rgb(0 123 255 / 25%);
                color: #000;
            }

                #main #faq .card .card-header .btn-header-link.collapsed:after {
                    content: "\f106";
                    
                }

    #main #faq .card .collapsing {
        background: #eef0ef;
        line-height: 30px;
    }

#main .accordion > .card > .card-header {
    margin-bottom: unset;
}

#main #faq .card .collapse {
    border: 0;
}

    #main #faq .card .collapse.show {
        background: #eef0ef;
        line-height: 30px;
        color: #222;
    }
    .search-container form{
        margin-bottom:0px;
    }

    /*----------Evaluation criteria style start------------------*/
.evaluate-creteria th {
    padding: 12px;
    font-size: 16px;
    
}
.evaluate-creteria td {
    padding: 12px;
    font-size: 16px;
}
/*----------Evaluation criteria style End------------------*/

.about-parentimg-box{
    height: 239px;
    width: 348px;
    border: 3px solid;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    background: #042059;
}
.about-parentimg-box img{
    position: absolute;
    bottom: -10px;
    right: -16px;
    border-radius: 10px;
}
.breadcrumbs {
    background: linear-gradient(0deg, rgb(0 0 0 / 47%), rgb(0 0 0 / 80%)),url(../img/bg_pattem.jpg);
}
/*--------------------New Index file css Start---------------------------------*/
.new-header-title {
    color:#2bacbf;
    font-family: 'Roboto', sans-serif;
    font-size: 21px !important;
    font-weight: 500 !important;
}
.new-header-subtitle {
    color: #042059;
    font-family: 'Roboto', sans-serif;
    font-size: 22px !important;
}
.new_header {
    border: unset !important;
    background-image: unset !important;
    padding: 6px 0px !important;
}
    .new_header .nav-menu a {
        font-family: 'Roboto', sans-serif;
    }
    .new_header .nav-menu > ul > li {
        padding: 10px 0 10px 6px;
    }
    .new_header .nav-menu a {
        padding: 10px 20px;
    }
        .new_header .nav-menu a:hover, .new_header .nav-menu .active > a, .new_header .nav-menu li:hover > a {
            color: #fff;
            background: #042059;
            border-radius: 26px;
        }
.new_banner_img {
    width: 100%;
    height: 80vh;
    background-image: url(../img/science-banner-3.png);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.banner-para {
    margin-bottom: 0;
    font-size: 16px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
   
}
.new_banner_box{
    height:inherit;
   display:flex;
   align-items:end;
}
.new-banner-content-box {
    /*background:rgba(0, 0, 0, 0.5);*/
     background:#3e3730b0;
    color: #fff;
    padding: 40px 30px;
    border-top: 7px solid #00aac0;
}
    .new-banner-content-box h4 {
        font-size: 32px;
        margin-bottom: 20px;
       font-family:"Raleway", sans-serif;
        font-weight: 500;
        border-bottom: 2px solid #fff;
    }
.new-img-contentbox {
    background: aliceblue;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-align: justify;
    /*padding:25px;*/
    flex-direction:column;
}
.objimg-box{
    height: 159px;
    padding:10px 10px 0px;
        display: flex;
    justify-content: center;
    align-items:center;
}
/*.new-imgbox:hover .new-img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}*/
.new-img:hover {
   
}
.new-img {
        height: 149px;
    width: 100%;
}
/*.new-imgbox {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}*/
.objectives-points li {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.new-footer {
    background: #133473 !important;
    color: #fff !important;
}
.new-objective-container{
    max-width:90%;
    margin:auto;
}
.new-event-title {
    font-size: 33px;
    /*font-family: 'Roboto', sans-serif;*/
    font-family:"Raleway", sans-serif; font-weight:500;
    color:#072157;
}

.impotant-sec-bg {
   /* background: linear-gradient(0deg, rgb(0 0 0 / 15%), rgb(0 0 0 / 40%)),url(../img/cbse-banner-1.jpg);
    background-size:cover;
    background-position:center;*/
}
.new_recomdenation-groupbox {
    background: #a6cbf0;
    padding: 23px;
    background-image: linear-gradient(to right, #27aae3, #b4e2fe);
}
.recemendation-titles {
    text-align: center;
    display: block;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px;
    color: #0a294a;
    position:relative;
}
    .recemendation-titles:after {
        content: " ";
        position: absolute;
        height: 5px;
        width: 151px;
        background: #0a294a;
        bottom: -8px;
        left: 41%;
        border-radius: 15px;
    }
.investigatory-projects-content {
    display: none;
}
.features-exampler-img{
        border-radius: 28px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
#form1 p{
    font-size:13px;
}
.aboutsecbg h4 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Raleway',sans-serif;
    color: var(--green);
}
.label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

/*--------------------New Index file css End---------------------------------*/