body {
  font-family: 'Roboto', sans-serif;
  color: #101010;
  background-color: #ffffff;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.heading_container h2 {
  font-weight: bold;
  color: #323232;
  position: relative;
}

.heading_container h2::before {
  content: "";
  width: 75px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fed11f;
}

.section_hr {
  margin: 10px auto;
  width: 1px;
  height: 175px;
  border: none;
  background-color: #000000;
}

/*header section*/
.hero_area {
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
}


.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  margin: 10px 45px;
  padding: 0;
  color: #ffffff;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::before {
  display: none;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fcd811;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link:nth-child(1) {
  margin-left: 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::before, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link::before {
  display: block;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  font-family: 'Raleway', sans-serif;
}

.navbar-brand img {
  width: 150px;
  height: auto;
}

.navbar-brand span {
  font-size: 28px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
  margin-bottom: 4px;
}

/*end header section*/
.slider_section {
  position: relative;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  margin-top: 120px;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider_section .detail-box .heading_box {
  padding-left: 45px;
  position: relative;
}

.slider_section .detail-box .heading_box::before {
  content: "";
  position: absolute;
  top: -12%;
  left: 0;
  width: 495px;
  height: 130%;
  border: 1px solid #fed11f;
}

.slider_section .detail-box h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.slider_section .detail-box h2 span {
  letter-spacing: 9px;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  font-size: 6rem;
  color: #fed11f;
  text-transform: uppercase;
  letter-spacing: 10.5px;
}

.slider_section .detail-box a {
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  color: #ffffff;
  position: relative;
  background-color: transparent;
  font-size: 18px;
  margin-top: 10%;
  margin-bottom: 45px;
}

.slider_section .detail-box a::after {
  content: "";
  width: 35px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background-color: #ffffff;
}

.slider_section .img-box {
  position: relative;
}

.slider_section .img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.slider_section .img-box::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 38%;
  width: 250px;
  height: 250px;
  background-color: #fff;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: 1;
}

.slider_section #carouselExampleControls {
  margin-top: -95px;
}

.slider_section .slider_btn-container {
  position: absolute;
  bottom: 0;
  left: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 9;
}

.slider_section .slider_btn-container .carousel-control-prev,
.slider_section .slider_btn-container .carousel-control-next {
  position: unset;
  width: 55px;
  height: 55px;
  background-color: #313552;
  border-radius: 100%;
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.slider_section .slider_btn-container .carousel-control-prev:hover,
.slider_section .slider_btn-container .carousel-control-next:hover {
  background-color: #fed11f;
}

.slider_section .slider_btn-container .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.slider_section .slider_btn-container .carousel-control-next {
  background-image: url(../images/next.png);
}

.design_section .design_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.design_section .design_container .box {
  min-width: 225px;
  min-height: 225px;
  padding: 25px;
  text-align: center;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.design_section .design_container .box h5 {
  font-weight: bold;
  font-size: 22px;
}

.design_section .design_container .box.b-1 {
  background-color: #24263c;
  color: #ffffff;
  margin-right: -40px;
}

.design_section .design_container .box.b-2 {
  background-color: #f4f8fa;
  z-index: 2;
  margin-right: -40px;
}

.design_section .design_container .box.b-3 {
  background-color: #24263c;
  color: #ffffff;
  z-index: 3;
}

.about_section {
  text-align: center;
}

.about_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .box .detail-box {
  width: 80%;
  margin-bottom: 35px;
}

.about_section .box .img-box {
  width: 75%;
  border: none;
}

.about_section .box .img-box img {
  width: 50%;
}

.about_section a {
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  color: #000000;
  position: relative;
  background-color: transparent;
  font-size: 18px;
}

.about_section a::after {
  content: "";
  width: 35px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background-color: #000000;
}

.project_section .project_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  
}

.project_section .project_container .box {
  margin: 15px;
  -ms-flex-preferred-size: 30.70%;
      flex-basis: 30.70%;
  min-width: 250px;
}

.project_section .project_container .box img {
  width: 100%;
}

.expand_section {
  background-color: #24263c;
  color: #ffffff;
}

.expand_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expand_section .row .col-md-6 {
  padding: 0;
}

.expand_section .detail-box {
  padding: 0 45px;
}

.expand_section .detail-box h2 {
  font-weight: bold;
  margin-bottom: 5px;
}

.expand_section .img-box img {
  width: 100%;
}

.blog_section .box {
  margin-top: 45px;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  margin-top: 25px;
}

.blog_section .box .detail-box h4 {
  font-weight: bold;
}

/* contact section */
.contact_section {
  background-color: none;
}

.contact_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .contact-form {
  padding: 35px 20px 0 20px;
  border-radius: 20px;
}

.contact_section .contact-form input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  margin: 15px 0;
  padding: 10px 20px;
  border: 1px solid #909090;
  border-radius: 12px;
}

.contact_section .contact-form input.input_message {
  height: 175px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form button {
  border: none;
  outline: none;
  padding: 12px 50px;
  text-transform: uppercase;
  margin-top: 25px;
  background-color: #fec913;
  color: #fff;
  border-radius: 5px;
}

/* end contact section */
.info_section {
  background-color: #24263c;
  color: #ffffff;
}

.info_section .social_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .social_container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .social_container .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .social_container .social_box a {
  margin: 0 15px;
}

/* footer section*/
.footer_section {
  background-color: #24263c;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_section p {
  width: 75%;
  margin: 0 auto;
  padding: 20px 0;
  color: #fbfcfd;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #acacac;
}

.footer_section a {
  color: #fbfcfd;
}


/* Card / Enrollment panel */
.panel{
  background:var(--card);
  border-radius:14px;padding:20px;
  border:1px solid #eef6fb;
  box-shadow:0 10px 30px var(--shadow);
}
.form-row{display:flex;gap:10px}
.form-row input, .panel input, .panel select, .panel textarea{
  width:100%;padding:10px;border-radius:8px;border:1px solid #e6eef2;background:white;font-size:14px;
}
.panel .small{font-size:13px;color:var(--muted);margin-top:6px}


/* Small utilities */
.kicker{display:inline-block;padding:6px 10px;background:#ecfeff;border-radius:999px;color:var(--primary);font-weight:700;font-size:12px;margin-bottom:12px}
.center{text-align:center}
.muted{color:var(--muted);font-size:14px}

/* Smooth anchor scroll offset helper */
:target::before{content:"";display:block;height:88px;margin-top:-88px}


/* small screens */
@media (max-width:520px){
  .brand h1{font-size:16px}
  .hero h2{font-size:26px}
  .mobile-only{display:inline}
}

/* --- additions for application + outlines + small ghost buttons --- */
.small-btn{padding:8px 12px;font-size:14px;border-radius:8px}
.btn-ghost.small-btn{background:transparent;border:1px solid #e6eef2;color:var(--primary);font-weight:700}
.panel h2, .panel h3{margin-bottom:8px}
@media (max-width:980px){
  /* stack the two-column layouts on small screens */
  .section > div[style*="grid-template-columns:2fr 1fr"]{
    grid-template-columns:1fr !important;
  }
}

/* Login Card Style (matches screenshot design) */
.login-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  max-width: 460px;
}

/* Title */
.login-card h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Subtitle text */
.muted-text {
  color: #5e6a75;
  margin-bottom: 18px;
}

/* Large blue login button */
.btn-primary-full {
  background: none;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
.btn-primary-full:hover {
  background: #0096c8;
}


/* Underbuttons row */
.btn-row {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

/* Outline button (Create account) */
.btn-outline {
  flex: 1;
  padding: 10px;
  font-weight: 600;
  border: 1px solid #dce3e8;
  border-radius: 8px;
  background: #fff;
  color: #0093dd;
  cursor: pointer;
}
.btn-outline:hover {
  background: #f4f9ff;
}



/* end footer section*/
/*# sourceMappingURL=style.css.map */