
a {
  color: #1977cc;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/* ------------------------------------------------------------
Buttons
--------------------------------------------------------------- */
#featured-services button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.5rem 2rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 17px;
  border-radius: 500px;
  overflow: hidden;
  background: #000;
  color: ghostwhite;
}

#featured-services button span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}

#featured-services button:hover span {
  color: #fff;
}

#featured-services button::before,
#featured-services button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#featured-services button::before {
  content: "";
  background: #004281;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

#featured-services button:hover::before {
  transform: translate3d(100%, 0, 0);
}

#services button {
  background: #f5eeee96;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 150px;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-21deg);
  margin-left: 30px;
}

#services span {
  display: inline-block;
  transform: skew(21deg);
}

#services button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(20, 20, 20);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

#services button:hover {
  color: #fff;
}

#services button:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #004281;
  color: #fff;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}
#topbar .social-links a {
  color: #fff;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  text-decoration:none;
}

#topbar .social-links a:hover {
  color: #eb0808;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/* -----------------------------------
logo
----------------------------------------- */

#head {
  background: #fff;
  height: 110px;

  transition: all 0.5s;
  z-index: 996;
  top: 30px;
}

#head.head-scrolled {
  top: -60px;
}

#head .boton {
  padding: 3px;
  margin-left: 80px;
}

#head .boton_1 {
  padding: 3px;

}

#head .boton_1 i {
  width: 35px;
  height: 35px;
  border: 1px solid #1c94a1;
  position: relative;
  text-align: center;
  line-height: 34px;
  border-radius: 30%;
  color: #1c94a1;
  top: 5px;
  font-size: 18px;
}

#head .boton_1:hover i {
  background: #1c94a1;
  color: #fff;
  border: 1px solid #1c94a1;
}

#head .boton_1 .info-wrapper {
  padding-left: 15px;
  margin-right: 20px;
}

#head .boton_1 .info-wrapper .info-title {
  margin-bottom: 0px;
  color: #b01405;
  font-weight: 600;
}

#head .boton_1 .info-wrapper .info-subtitle {
  color: #929292;
  margin-bottom: 0;
}

#head .boton i {
  width: 35px;
  height: 35px;
  border: 1px solid #1c94a1;
  position: relative;
  text-align: center;
  line-height: 34px;
  border-radius: 30%;
  color: #1c94a1;
  top: 5px;
  font-size: 18px;
}

#head .boton:hover i {
  background: #1c94a1;
  color: #fff;
  border: 1px solid #1c94a1;
}

#head .boton .info-wrapper {
  padding-left: 15px;
  margin-right: 20px;
}

#head .boton .info-wrapper .info-title {
  margin-bottom: 0px;
  color: #b01405;
  font-weight: 600;
}

#head .boton .info-wrapper .info-subtitle {
  color: #929292;
  margin-bottom: 0;
}

#head .btn_iso {
  background: #05506b;
  padding: 15px 95px 15px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  position: relative;
}
.logo-title {
  font-family: forte;
}

.annou {
  background: #f5f5f5;
}

.annou .news_ites {
  border: 1px solid #856f6f;
  background: #fff;
  padding: 20px;
  align-items: center;
}

.annou .news_ites img {
  width: 100%;
  height: 250px;
  border: 1px solid #d9d2d2;
  padding: 5px;
}

.annou .news_ites h2 {
  color: #e36d03;
  font-weight: 600;
  font-size: 25px;
}
.btn-first {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 17px;
    transition: 0.5s;
    margin-top: 10px;
    color: #fff;
    background: #eb0808;
    border: 2px solid rgb(255 90 44);
    transition: all 0.3s;
}
.btn-first:hover {
    background: rgb(5 80 107);
    border: 2px solid rgb(8 40 194);
    color: #fff;
    transform: scale(1.08);
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  background: #004281;
  transition: all 0.5s;
  z-index: 997;
  padding: 3px 0;
  top: 40px;
  /* margin-top: 116px; */
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 992px) {
  #header {
    padding: 8px 0;
  }
}

#header.header-scrolled {
  top: 0;
}

/**
  
/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
  padding: 0;

}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 6px 28px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #3fbbc0;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #111;
  text-decoration: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3fbbc0;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3fbbc0;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3fbbc0;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  width:100%;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #3fbbc0;
  top: 0;
  border-radius: 0px;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.featured-services .icon .img_0 {
  height: 70px;
  width: 70px;
  margin-top: 0px;
}

.featured-services .title a {
  color: #111;
  text-decoration: none;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 0px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
#about {
  background: linear-gradient(rgba(103, 176, 209, 0.5), rgba(103, 176, 209, 0.571)), url("../images/2841798.jpg") fixed center center;
  background-size: cover;
}

.about-us .content h3 {
  font-size: 2rem;
  font-weight: 700;
}

.about-us .content ul {
  list-style: none;
  padding: 0;
}

.about-us .content ul li {
  padding-bottom: 10px;
}

.about-us .content ul i {
  font-size: 1.25rem;
  margin-right: 4px;
  color: var(--accent-color);

}

.about-us .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  background: #3fbbc0;
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 24px 12px 24px;
  border-radius: 50px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

}

#about p {
  text-align: justify;
}
.read-more {
    background:#000038;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 25px;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.read-more:hover {
  background: #ff0000;
  color:#fff;
  padding-right: 19px;
}

.read-more:hover i {
  margin-left: 10px;
}
#blog{
  margin-top: 100px;
}
#blog h5 {
  color: red;
}

#blog h4 {
  color: #004281;
  font-weight: 600;
  font-size: 30px;
}
/*--------------------------------------------------------------
# About Rule
--------------------------------------------------------------*/
.about_rule .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.about_rule h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}

.about_rule h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
}

.about_rule p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about_rule .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
  text-decoration:none;
}

.about_rule .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about_rule .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about_rule .btn-read-more:hover i {
  transform: translateX(5px);
}
.about_rule .content ul {
  list-style: none;
  padding: 0;
}

.about_rule .content ul li {
  padding-bottom: 10px;
}

.about_rule .content ul i {
  font-size: 1.25rem;
  margin-right: 4px;
  color: var(--accent-color);
}

.about_rule .content p:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------
announcment
-------------------------------------------------- */
.new {
  position: relative;
  box-shadow: 0px 2px 15px rgb(18 14 12 / 38%);
  border-radius: 0px;
  margin: 10px;
  padding:15px;
}

.new .cont {
  padding: 10px;
}

.new .new_date p {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}

.new .new_date p span {
  font-size: 35px;

}

.info {
  padding: 10px;
  background: #fff;
  width: 100%;
  height: 400px;
  box-shadow: 0 0 17px 8px rgb(0 0 0 / 12%)
}

.info h2 {
  color: #eb0808;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #05506b;
}

.info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #0828c2;
}

.info p {
  margin-bottom: 8px;
  font-size: 14px;
  text-align: justify;
  color: #555555;
}

.info .social {
  padding: 0 0 0px 110px;
  margin-bottom: 20px;
}

.info .social i {
  font-size: 18px;
  padding: 5px;
}

.info .new a {
	color: #0828c2;
  padding-top: 0px;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;

  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;

}

.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

.services .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.services .title {
  margin-left: 40px;
  font-weight: 700;

  font-size: 18px;

}

.services .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
  text-decoration: none;
}

.services .title a:hover {
  color: #ef6603;
}

.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta_2 {
  background: linear-gradient(rgba(103, 176, 209, 0.5), rgba(103, 176, 209, 0.571)), url("../images/2841798.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta_2 h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;

}

.cta_2 p {
  color: #fff;
}

.cta_2 .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
}

.cta_2 .cta-btn:hover {
  border-color: #fff;
}

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
.teams .member {
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
  width:100%;
  height:100%;
  margin:5px;
}

.teams .member .member-img {
  position: relative;
  overflow: hidden;
}

.teams .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.teams .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.teams .member .social a i {
  line-height: 0;
}

.teams .member .social a:hover {
  color: #3fbbc0;
}

.teams .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.teams .member .member-info {
  padding: 25px 15px;
}

.teams .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}

.teams .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.teams .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.teams .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  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: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 15px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid #3fbbc0;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}



/* ------------------------------------------------
enquiry form
-------------------------------------------------- */
.form-container {
  display: flex;
  margin-top: 0px;
}

.left-container {
  display: flex;
  flex: 1;
  height: 440px;
  justify-content: center;
  align-items: center;
  color: white;
}

.left-container p {
  font-size: 0.9rem;
}

.right-inner-container {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;

}

.left-inner-container {
  height: 50%;
  width: 80%;
  text-align: center;
  line-height: 22px;
}

input,
textarea,
select{
  background-color: #ffffff;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
  font-size: 0.8rem;
}

input:focus,
textarea:focus,
select:focus {
  outline: 1px solid teal;
}

#card_1 button {
  border-radius: 20px;
  border: 1px solid #00b4cf;
  background-color: #cf0075;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  cursor: pointer;
}

#card_1 button:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 600px) {
  #card_1 .left-container {
    display: none;
  }

  #card_1 .lg-view {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  #card_1 .sm-view {
    display: none;
  }
}

form p {
  text-align: left;
}

#card_1 .card {
  border: 1px solid #000;
  background: linear-gradient(rgba(103, 176, 209, 0.5), rgba(103, 176, 209, 0.571)), url("../images/2841798.jpg") fixed center center;
  background-size: cover;
  width: 100%;
  margin-left: 28px;

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #071527;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #05101e;
  border-top: 4px solid #3fbbc0;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #3fbbc0;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#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: #3fbbc0;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 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;
  line-height: 1;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #3fbbc0;
}


#footer .copyright {
  border-top: 1px solid #3fbbc0;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #b01405;
  text-decoration: none;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
}

#footer .credits a:hover {
  color: #00b4cf;
  text-decoration: solid;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}


/*--heading-topbar====--*/
.heading-topbar{
    background:url(../images/in.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
	height:200px;
}
.heading-topbar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:rgb(14 38 56 / 55%);
}
.heading-topbar h1{
    color: white;
    font-size: 34px;
	font-family:Arial, Helvetica, sans-serif;
}
.heading-topbar nav {
    padding: 10px 0;

}
.heading-topbar nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  text-align:center;
  padding-left:0px;


}
.heading-topbar nav ol a {
  color: #00f5ff;
  transition: 0.3s;
  text-decoration:none;
}
.heading-topbar nav ol a:hover {
  text-decoration: underline;
}
.heading-topbar nav ol li+li {
  padding-left: 10px;
}
.heading-topbar nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color:#999933;
  content: "/";
}
@media (max-width: 767px) {
	.heading-topbar{
		margin-top:0px;
	}
	.heading-topbar nav {
		margin-top: 20px;
		
	}

	.heading-topbar nav ol {
	  font-size: 16px;
	
	}
}
/*--===heading-topbar end====*/
/*--===profile page====*/
.profiles .goal{
	background: #CCCCCC;
    height: 100%;
    padding: 20px;
    border-radius: 33px;
}
.profiles .goal h2{
	color:#FF0000;
}
.profiles #blog{
	margin-top:0px;
}
.profiles #blog h3{
	color:red;
}
.profiles img{
	padding:40px 0px 0px;
}
/*--===profile page end====*/
/*--===Director's Desk page====*/
.dir_desk .mess img{
	border:1px solid #ccc;
	padding:10px;
}
.dir_desk .mess h2{
	font-size: 26px;
    font-weight: 600;
    color: #004281;}
.sidebar{
	padding:20px;
	background:#fff;
	width:100%;
	box-shadow:0 0 12px 0px rgb(167 202 236);
	border-radius: 15px;
}
.sidebar h2{
    font-size: 25px;
    font-weight: 600;
    color: #004281;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid;
}
.sidebar ul{
	list-style:none;
	padding:10px;
}
.sidebar li{
	padding:10px;
	border-bottom:1px solid #ccc;
}
.sidebar li i {
    padding-right: 5px;
    font-size: 16px;
}
.sidebar li a{
	text-decoration:none;
	font-size:16px;
}
/*--===Director's Desk page end====*/


/*--===Event Gallery page end====*/
.event-gallery .photo{
  position: relative;
  text-align:center;
}
.event-gallery .photo .card-body{
	border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 10px;
    align-items: center;
    justify-content: center;
	border-radius: 0px 0px 10px 10px;
}
.event-gallery img{
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
  width:100%;
  height:200px;
}

.event-gallery .event-effect {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.event-gallery .photo:hover img {
  opacity: 0.3;
}

.event-gallery .photo:hover .event-effect {
  opacity: 1;
}

.event-gallery .text {
  font-size: 40px;
  padding: 16px 32px;
}
.event-gallery .text a{
	color:#000;
}
/*--===Event Gallery page end====*/

/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #3fbbc0;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}

.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;
}

.php-email-form input,
.php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: #3fbbc0;
}

.php-email-form input {
  padding: 10px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
}


/*--===contact page end====*/

/*--===career page ====*/
.career .apply{
	box-shadow: 0 0 12px 0px rgb(167 202 236);
    padding: 40px;
}
.career .apply form {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 25px;
}
.career .apply label{
    font-size: 18px;
}
@media (max-width: 767px) {
	.career .apply{
		padding: 0px;
	}
	.career .apply form {
		border: 1px solid #fff;
		margin: 0px;
	}
}

/*--===career page ====*/

/*--===Achivers page ====*/
.achivers .apply-job{
	box-shadow: 0 0 12px 0px rgb(167 202 236);
    padding: 40px;
}
.achivers .apply-job th{
    background: #004281;
    color: white;
    text-align: center;
    font-size: 18px;
}
@media (max-width: 767px) {
	.achivers .apply-job{
		padding: 0px;
	}
	.achivers .apply-job th{
		font-size: 15px;
	}
}
/*--===Achivers page end====*/
/*--===Student_zone page ====*/
.stu_zone .reg form{
	box-shadow: 0 0 5px 0px rgb(167 202 236);
    padding: 30px;
    font-size: 17px;
    margin: 0px 40px 20px 0px;
	}
@media (max-width: 767px) {
	.stu_zone .reg form{

		padding: 20px;
		font-size: 17px;
		margin: 0px 0px 30px 0px;
		}
}
.enroll form{
	box-shadow: 0 0 5px 0px rgb(167 202 236);
    padding: 30px;
    font-size: 20px;
    margin: 0px 40px 20px 0px;
}
.enroll form input,
.enroll form select{
    border-radius: 25px;
	border: 2px solid #ccc;
    font-size: 18px;
    background: #f6fbffe3;
	transition: all 0.3s;
}
.enroll form input:hover,
.enroll form select:hover{
    background: #f6fbffe3;
    border: 2px solid #ccc;
	box-shadow: 0 0 12px 0px rgb(6 255 239 / 31%);
    transform: scale(1.03);
}
.enroll form button:hover {
    background: rgb(0 66 129);
    border: 2px solid rgb(8 40 194);
	box-shadow: 0 0 12px 0px rgb(6 255 239 / 31%);
    color: #fff;
    transform: scale(1.08);
}
.enroll form button {
    transition: 0.5s;
    margin-top: 20px;
    transition: all 0.3s;
}
@media (max-width: 767px) {
	.enroll form{
		padding: 20px;
		font-size: 17px;
		margin: 0px 0px 30px 0px;
		}
}

/*--===Student_zone page end ====*/
.courses .courses-box{
    background: #fff;
    border-radius: 50px;
    padding: 40px 35px 40px 50px;
    transition: all 0.3s;
    margin-bottom: 37px;
	box-shadow: 0 0 5px 0px rgb(167 202 236);
}
.courses .courses-box .courses-header{
	position: relative;
	display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    align-items: center;
}
.courses .courses-header i{
    position: absolute;
    top: -70px;
    width: 80px;
    height: 80px;
    left: 35%;
	background: #ffffff;
    padding: 0px 0px 10px 15px;
    border-radius: 100%;
	font-size: 50px;
	color:#004281;
	box-shadow: 0 0 5px 0px rgb(167 202 236);
}
.courses .courses-header h3{
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 0;
	text-align:center;
	margin-top: 12px;
}
.courses .text-center p{
    color: #6a6c6d;
    font-size: 15px;}
.courses .text-center .btn-primary{
	background-color:#004281;
	border:#004281;
	border-radius:25px;
	padding: 6px 22px;
}
.courses .text-center a:hover{
	background-color:#3dbcc1;
	border:#3dbcc1;}