/**
* Template Name: FlexStart
* Updated: Jun 19 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #f05c2b;
  text-decoration: none;
}

/* margin-css */
.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

p,
span {
  font-family: "Work Sans", sans-serif;
}

/*--------------------------------------------------------------
# Heading Tect
--------------------------------------------------------------*/
.heading-text {
  font-size: 40px;
  color: #f05a2a;
  font-weight: bold;
}
.heading-title-black {
  color: #000;
  font-weight: bold;
}
.sub-heading {
  font-size: 16px;
}

/* Media Queries for Responsiveness */

/* Large Devices (Desktops, 1200px and up) */
@media (min-width: 1200px) {
  .heading-text {
    font-size: 50px;
  }

  .sub-heading {
    font-size: 18px;
  }
}

/* Medium Devices (Tablets, 768px to 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  .heading-text {
    font-size: 36px;
  }

  .sub-heading {
    font-size: 15px;
  }
}

/* Small Devices (Phones, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .heading-text {
    font-size: 32px;
  }

  .sub-heading {
    font-size: 14px;
  }
}

/* Extra Small Devices (Phones, less than 576px) */
@media (max-width: 575px) {
  .heading-text {
    font-size: 28px;
  }

  .sub-heading {
    font-size: 13px;
  }
}

section {
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  color: #f05a2a;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: left;
}

.section-header h3 {
  color: #f05a2a;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: left;
}

.section-header p {
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f05a2a !important;
  /* min-height: 40px; */
  /* margin-top: 82px; */
  border-radius: 8px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: rgb(173, 38, 39);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
}

.back-to-top:hover {
  background: rgb(173, 38, 39);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
}

.header.header-scrolled {
  background: #fff;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header.header-scrolled .logo img {
  max-height: 50px;
  margin-right: 6px;
}

.header.header-scrolled a.getstarted {
  background-color: #ad2627;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
}

.header .logo img {
  max-height: 90px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  display: block;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  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: 10px 14px;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #fff;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 100px);
  margin: 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 a {
  color: #111 !important;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul li:hover {
  background-color: #f05c2b;
  color: #fff;
}

.navbar .dropdown ul li:hover a {
  color: #fff !important;
}

.navbar .dropdown ul a {
  padding: 2px 20px;
  font-size: 12px;
  text-transform: none;
  font-weight: 600;
  color: #111;
}

.navbar .dropdown ul li:hover ul li a {
  color: #111 !important;
}

.navbar .dropdown ul li ul li:hover a {
  color: #fff !important;
}

.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: #111;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
}

.navbar .megamenu ul li {
  flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover > a {
  color: #013289;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: #4154f1;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 40%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: 40%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: 40%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #f05a2a;
  transition: 0.3s;
}

.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: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}

.navbar-mobile .dropdown ul li:hover {
  background-color: #fff;
  color: #111 !important;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #111 !important;
}

.navbar-mobile .dropdown ul li:hover a {
  color: #111 !important;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.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: #4154f1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  /* background: url(../img/hero-bg.png) top center no-repeat; */
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #f05a2a;
  margin-bottom: 30px;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero p {
  color: #111;
  font-size: 18px;
  padding-bottom: 4px;
  letter-spacing: 0;
}

.hero .btn-get-started {
  margin-top: 20px;
  padding: 20px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ad2627;
  /* box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4); */
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
}

.about p {
  margin: 15px 0 30px 0;
}

.about .btn-read-more {
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.curriculum .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.curriculum .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.curriculum .box h1 {
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}

.curriculum .box h3 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 18px;
}

.curriculum .box p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
}

.curriculum .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.curriculum .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 0 30px;
  width: 100%;
  margin-bottom: 30px;
}

.counts .count-box i {
  font-size: 42px;
  margin-right: 20px;
  color: #ad2627;
}

.counts .count-box span {
  font-size: 60px;
  display: block;
  font-weight: 600;
  color: #ad2627;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #ad2627;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  margin-right: 8px;
  color: #4154f1;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  color: #0245bc;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-box .read-more i {
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #2db6fa;
}

.services .service-box.blue:hover {
  background: #2db6fa;
}

.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.services .service-box.orange .read-more {
  color: #f68c09;
}

.services .service-box.orange:hover {
  background: #f68c09;
}

.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.services .service-box.green .read-more {
  color: #08da4e;
}

.services .service-box.green:hover {
  background: #08da4e;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #f51f9c;
}

.services .service-box.pink:hover {
  background: #f51f9c;
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #4154f1;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #4154f1;
}

.pricing .btn-buy:hover {
  background: #4154f1;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #4154f1;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #4154f1;
  border-bottom: 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
/* .recent-blog-posts .post-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  color: #7c7c7c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding: 10px 0;
  text-transform: uppercase;
} */

.post-box:hover .social-links {
  list-style: none;
  padding-left: 0;
}

button.share-button {
  width: 40px;
  height: 40px;
  background: #ff8e0a;
  border: none;
  color: #fff;
}

/* .recent-blog-posts .post-box .post-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #f05c2b;
} */

.share-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.share-button {
  background: transparent;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.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;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"] {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #012970;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #4154f1;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #4154f1;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #5969f3;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #012970;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #013289;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #4154f1;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #012970;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #4154f1;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #012970;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #012970;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #013289;
}

.blog .blog-pagination {
  color: #024ed5;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #012970;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #4154f1;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #012970;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #4154f1;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #4154f1;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #4154f1;
  background: #4154f1;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f6f9ff;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700;
  color: #012970;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}

.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #012970;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #012970;
  text-transform: uppercase;
  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: #d0d4fc;
  font-size: 12px;
}

.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: #013289;
  transition: 0.3s;
  display: inline-block;
}

.footer .footer-top .footer-links ul a:hover {
  color: #4154f1;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #012970;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

/* custom css */
/* header css */
a.getstarted {
  background-color: #ad2627;
  padding: 16px 34px;
  color: #fff;
  border-radius: 8px;
  border: none;
  font-weight: 700;
  font-size: 16px;
}

.bg-red {
  background-color: #ad2627 !important;
}

.bg-red1 {
  background-color: #c9402b !important;
}

.bg-orange {
  background-color: #f05c2b !important;
}

.bg-yellow {
  background-color: #f9a226 !important;
}

.bg-light-yellow {
  background-color: #f6cb8d !important;
}

.bg-grey {
  background-color: #e4e4e4;
}

.bg-red-font {
  color: #832020;
}

.bg-red1-font {
  color: #9d3221;
}

.bg-orange-font,
.bg-orange-font a {
  color: #bc4b26 !important;
}

.bg-yellow-font {
  color: #c9821e;
}

.nav-menu a {
  color: #fff;
}

.nav-menu .navbar .active {
  color: #fff;
}

#header {
  background-color: #fff;
}

.h-200p {
  height: 170px;
}

.p-20 {
  padding: 20px 0;
}

.p-5 {
  padding: 5px 0 !important;
}

.ps-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ps-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pr-50 {
  padding-right: 50px;
}

.p-0 {
  padding: 0;
}

/* footer css */
.footer .legacy {
  background-color: #f9a226;
  padding: 60px 0px;
}

.footer .legacy h2 {
  color: #fff;
  margin-bottom: 30px;
}

.footer .legacy form input {
  width: 100%;
  background: white;
  padding: 13px 16px !important;
  color: #b1b1b1;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 400;
  border: none;
  border-radius: 8px !important;
  margin-bottom: 0 !important;
}

.footer .legacy form button {
  width: 100%;
  background-color: #ad2627;
  padding: 13px 0;
  border-radius: 8px;
  color: #fff;
  border: none;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

/* .footer_section {
  background-color: #1c1c1c;
  padding: 60px 0px 50px;
}

.footer_section .social i {
  width: 50px;
  font-size: 25px;
  color: #fff;
}

.footer_section ul {
  padding-left: 0;
}

.footer_section ul li {
  list-style-type: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.54px;
  padding-bottom: 20px;
  font-family: "Work Sans", sans-serif;
}

.footer_section ul .num {
  color: #f05c2b;
} */

/* body css */
.section-padding {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

/* curriculum cards */

/* share button css */
.share-button {
  position: relative;
}

.social-links {
  display: none;
}

.post-box:hover .social-links {
  display: block;
}

#social-links {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

#social-links li {
  margin: 0 10px;
}

.social {
  display: flex;
  align-content: center;
  margin-bottom: 30px;
}

.social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 20px;
  transition: background-color 0.3s ease;
}

.social-link:hover {
  background-color: #555;
}

.facebook {
  background-color: #3b5998;
}

.twitter {
  background-color: #1da1f2;
}

.linkedin {
  background-color: #0077b5;
}

/* banner css */

.carousel-control-next,
.carousel-control-prev {
  width: 44px !important;
  opacity: 1 !important;
}

.btn-cstm {
  display: flex;
  padding: 10px;
  opacity: 1;
  align-items: center;
}

.icon-box {
  padding: 0 5px;
  font-size: 24px;
  color: #000;
}

.content-box p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding-left: 10px;
  padding-bottom: 0;
}

.content-box p a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-bottom: 0;
}

/* address box css  */
.address .box {
  margin: 20px 0;
  padding: 20px;
  background: #e4e4e4;
}

.address .box h2 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.2px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

/* contact form css */
.main-form {
  margin-top: 60px;
}

.contact-form .card-body {
  background: #ff8e0a;
  padding: 40px;
}

.contact-form .form_img {
  width: 120%;
}

form h3 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

form h6 {
  color: #ad2627;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

form input,
form select,
form textarea {
  border: 2px solid #fff;
  background: #fff;
  width: 100%;
  padding: 10px 20px !important;
  margin-bottom: 10px !important;
  border-radius: 0 !important;
}

.align-right {
  text-align: right;
}

.primary,
.primary:hover,
.primary:focus,
.primary:active,
.primary:focus-visible {
  background-color: #ad2627 !important;
  padding: 16px 35px !important;
  font-size: 16px !important;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.secondary {
  border: 2px solid #fff;
  background-color: transparent !important;
  padding: 16px 35px !important;
  font-size: 16px !important;
  line-height: 20px;
  color: #fff !important;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.tertiary {
  border: none;
  background-color: transparent !important;
  padding: 0px !important;
  font-size: 16px !important;
  color: #111 !important;
  font-weight: 500 !important;
}

.primary i {
  padding-left: 10px;
}

#franchise .box {
  min-height: 300px;
}

/* franchise setup css */

.show {
  display: block !important;
}

.myDiv {
  display: none;
  padding: 10px;
  margin-top: 20px;
}

/* input css */
input:hover,
input:focus,
input:focus-visible,
input:focus-within,
input:visited,
input:active,
input:target {
  outline: none;
  box-shadow: none;
  border: none;
}

/* accordian css */
.accordion-item {
  margin-top: 20px;
}

.accordion-header {
  padding: 0 !important;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  display: block;
  text-align: left;
  background: #f05a2a;
  color: #fff;
  padding: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}

.accordion-body {
  border: 0 !important;
  background: #f05a2a;
  color: #fff;
}

.accordion-body p {
  color: #fff;
}

.accordion-button::after {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-flush .accordion-item:first-child {
  margin-top: 0;
}

.philosophy h1 {
  font-size: 36px;
  font-weight: 700;
  color: #f05a2a;
  margin-bottom: 30px;
}

.philosophy h5 {
  font-size: 16px;
  font-weight: 400;
  color: #7c7c7c;
  margin-bottom: 10px;
}

.philosophy p {
  font-size: 20px;
  font-weight: 400;
  color: #7c7c7c;
  margin-bottom: 10px;
}

.w-120 {
  width: 120%;
}

.z-99 {
  z-index: 99;
}

.about h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #f05a2a;
  margin-bottom: 30px;
}

.about p {
  color: #ad2627;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Chairmans message css start */

.info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 20px;
}

.info .sub-head {
  font: 16px;
  color: #fff;
}

.info h2 {
  font: 24px;
  color: #fff;
}

.info-box {
  padding: 20px 40px;
}

.info-box p {
  font-size: 20px;
  color: #fff;
}

.msg-box {
  min-height: 375px;
  position: relative;
}

.quote {
  position: absolute;
  top: -6px;
  right: 10px;
  transform: rotate(180deg);
  font-size: 100px;
  color: #fff;
}

/* Chairmans message css end */

.member-info {
  display: flex;
  align-items: flex-start !important;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.card {
  border-radius: 0;
  margin-top: 30px;
}

.head {
  padding-left: 20px;
}

.member-info .head h2 {
  font-size: 24px !important;
  color: #fff !important;
  font-weight: 500;
  text-align: left;
}

.head span {
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  text-align: left;
}

.members .member-details {
  padding: 20px;
  color: #fff;
  font-weight: 200;
  font-size: 16px;
  min-height: 380px;
}

.mem-hide {
  display: none;
}

.show {
  display: block !important;
}

/* media page css start */
.promotional h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #f05a2a;
  margin-bottom: 30px;
}

.promotional p {
  color: #111;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 4px;
  letter-spacing: 0;
}

.pseudo-banner {
  background-image: url(../img/backgounds/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

.outer-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pseudo-banner h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 40px;
}

.news-content {
  padding: 20px 0;
  font-size: 16px;
}

.news-box {
  margin: 10px 0;
}

.drop-hide {
  display: none;
}

#selectOption {
  background: #f9a226;
  color: #fff;
  width: 320px;
  padding: 16px 20px;
  border: none;
}

select {
  text-align: left;
  text-align-last: left;
}

select option {
  text-align: left;
  text-align-last: left;
}

/* media page css start */
/* partner-with-us page css start */
.process .card {
  padding: 20px;
  min-height: 450px;
}

.process .card img {
  width: 100px;
  height: auto;
}

.process .card h2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 28px;
  font-weight: 500;
}

.process .card p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.carousel-indicators {
  display: flex;
  width: 200px;
  margin: auto;
  justify-content: space-evenly;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.3;
  font-size: 0;
  border-radius: 20px;
  margin-bottom: 20px;
}

.h-150p {
  height: 150px;
}

/* partner-with-us page css end*/
/* alumnipage css start */
.bg-counts {
  background-image: url(../img/backgounds/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  background-size: cover;
  z-index: 99;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../img/backgounds/overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 8;
}

.z-99 {
  z-index: 99;
}

.alumni-count span {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}

.position-inherit {
  position: inherit;
}

.alumni-count p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.justify-between {
  justify-content: space-between;
}

.detail h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.detail h5 {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 10px;
}

.detail .state {
  color: #ad2627;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}

.detail .role {
  color: #ad2627;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}

.alumni .img-box {
  position: relative;
  margin: 0;
}

.img-box .linkedin {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  color: #ad2627;
  font-size: 40px;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.play-btn {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #ad2627;
  color: #fff;
  font-size: 24px;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.progress-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* .progress-label {
  padding-right: 20px;
} */

.progress-info .row {
  justify-content: space-evenly;
  align-items: center;
}

.progress {
  width: 100%;
  height: 40px;
}

.progress-bar {
  background: #ef4224;
}

.head {
  padding-left: 0;
}

.body-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

.align-center {
  align-items: center;
}

/* alumnipage css end */

/* career page css start */
.corporate .process .card {
  padding: 20px;
  min-height: 330px;
  gap: 10px;
}

.corporate .process .card .location {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #7c7c7c;
}

.corporate .process .card .title {
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  color: #000;
}

.corporate .process .card .details {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.corporate .process .card .read i {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding-right: 5px;
}

/* career page css start */

/* career-details page css start */
.details .head-box .sub-head {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.details .head-box h5 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.job-description h3 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.job-description li,
.job-description p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

/* career-details page css end */

/* blog page css start */
.blog-box {
  margin-top: 40px;
}

.blog-box .post .post-date {
  color: #7c7c7c;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog-box .post .post-title {
  color: #000;
  font-size: 28px;
  font-weight: 500;
}

.blog-box .post .post-detail {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

/* blog page css end */

/* blog detail page css start */
.details .date {
  color: #7c7c7c;
  font-size: 12px;
  font-weight: 500;
}

.detail-box {
  margin-bottom: 40px;
}

.detail-box p,
.detail-box ul li {
  color: #000;
  font-size: 16 px;
  font-weight: 400;
}

.img-box {
  text-align: center;
  margin: 30px 0;
}

/* parallax-section css start */
.rectangle-box {
  width: 177px;
  height: 116px;
  flex-shrink: 0;
  background: #f05c2b;
}

.rectangle-box-small {
  width: 168px;
  height: 60px;
  margin-left: auto;
  background: #f05c2b;
}

.rectangle-box-transparent {
  width: 177px;
  height: 116px;
  flex-shrink: 0;
  visibility: hidden;
}

.square-box {
  width: 134px;
  height: 127px;
  flex-shrink: 0;
  background: #f9a226;
  margin-top: 60px;
}

.rectangle-box2 {
  position: absolute;
  width: 163px;
  height: 76px;
  flex-shrink: 0;
  background: #f05c2b;
  top: 40%;
}

.position-relative {
  position: relative;
}

.mt-60 {
  margin-top: 60px;
}

.mt-120 {
  margin-top: 120px;
}

.parallax-container {
  position: relative;
}

.parallax-content {
  top: 50%;
  left: 50%;
}

.parallax-item-content {
  padding-left: 30px;
}

.parallax-item-content1 {
  padding-right: 30px;
}

.parallax .sub-head {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 500;
}

.parallax h2 {
  color: #f05a2a;
  font-size: 36px;
  font-weight: 500;
}

.parallax p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.rectangle-box3 {
  width: 208px;
  height: 69px;
  flex-shrink: 0;
  background: #f9a226;
}

.top-150 {
  margin-top: -150px;
}

.md-block {
  display: none;
}

select:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}

.alumni-hide {
  display: none;
}

.members .member-details .detail-box p,
.members .member-details .detail-box ul li {
  color: #fff !important;
}

.members .member-info .head {
  padding-left: 20px;
  padding-right: 20px;
}

.msg-box .info {
  margin-top: 0;
}

.counts .img-box {
  margin-top: 0;
}

.item {
  overflow: hidden;
  flex-shrink: 0;
}

.item img {
  width: 100%;
  height: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  height: 100%;
  object-fit: contain;
  max-width: 1200px;
  background-color: transparent;
}

.close {
  color: #f1f1f1;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.hero-img {
  position: relative;
  overflow: hidden;
}

.img-wrapper {
  height: 100%;
  overflow: hidden;
}

.outside-rect {
  position: absolute;
  width: 220px;
  height: 106px;
  flex-shrink: 0;
  left: 0;
  bottom: 0;
  background: #ad2627;
}

.rotate-180.bi-chevron-down::before {
  transform: rotate(180deg);
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

#modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#modal-image {
  max-width: 100%;
  max-height: 100%;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

#modal.zoom-in #modal-image {
  cursor: zoom-out;
  transform: scale(1.5);
}

.close {
  color: white;
  position: absolute;
  top: -13px;
  right: -20px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.zoom-in {
  cursor: zoom-out;
}

.main-photo {
  margin-top: 40px;
}

.main-photo h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0;
}

#top-pag1 {
  height: 95%;
}

.pt-60 {
  padding-top: 60px;
}

.hero-img {
  position: relative;
  overflow: hidden;
}

.secondary.btn {
  display: nones;
}

.post-img img {
  margin-bottom: 30px;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.marker {
  background-image: url("/assets/img/icons/location-pin.png");
  background-size: cover;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  pointer-events: auto;
  position: relative;
  width: fit-content !important;
}

.map-table tr td:first-child {
  min-width: 100px;
}

#filter-container {
  position: absolute;
  /* left: 10px; */
  background-color: #fff;
  padding: 10px;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.mapboxgl-popup-content {
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 25px;
  pointer-events: auto;
  position: relative;
  text-align: left;
}

.mapboxgl-popup-content p {
  margin-bottom: 0;
}

.mapboxgl-popup-content h3 {
  font-size: 24px;
}

#filter-container select,
#filter-container input {
  width: 100%;
  background: white;
  padding: 13px 10px !important;
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 400;
  border: none;
  margin: 0 10px;
  border-bottom: 2px solid #a6a6a6;
}

.interactive-map {
  height: 90vh;
  width: 100%;
  position: relative;
}

.interactive-map a {
  color: #111;
}

#reset-button {
  background-color: #ad2627;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  width: 40%;
  outline: none;
}

.pr-10 {
  padding-right: 10px;
}

@media (max-width: 820px) {
  .md-none {
    display: none;
  }

  .md-block {
    display: block;
  }

  .h-200p {
    height: 130px;
  }

  .hero {
    height: auto;
    padding: 60px 0 60px 0;
  }

  /* .recent-blog-posts .post-box {
    margin-top: 60px;
  } */

  .col-sm-6 {
    width: 50%;
  }

  .ps-60 {
    padding: 0 10px;
  }

  .legacy form {
    flex-direction: column;
  }

  .legacy h2 {
    margin-bottom: 20px;
  }

  .rectangle-box2 {
    position: relative;
    top: 0;
  }

  .top-150 {
    margin-top: 60px;
  }

  .parallax-content .p-0 {
    padding: 10px !important;
  }

  .rectangle-box {
    margin-top: 60px;
  }

  .rectangle-box2 {
    margin-bottom: 60px;
  }

  header .p-20 {
    padding: 20px 10px !important;
  }

  .hero .hero-text {
    text-align: left;
    padding-top: 40px;
  }

  .about h1 {
    font-size: 24px;
  }

  .msg-box1 {
    min-height: 490px;
  }

  .info-box {
    padding: 40px 20px;
  }

  .quote {
    top: -14px;
    right: -3px;
  }

  .pr-50 {
    padding-right: 10px;
  }

  .member-info .head {
    padding-left: 20px;
  }

  .members .member-details .detail-box p,
  .members .member-details .detail-box ul li {
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
  }

  .blog-box:first-child {
    margin-top: 20px;
  }

  .blog-box {
    margin-top: 80px;
  }

  #selectOption {
    width: 100%;
  }

  option {
    width: 50%;
  }

  .blog-box .row {
    flex-direction: column-reverse;
  }

  .post-img img {
    margin-top: 0px;
  }

  .hero .hero-img {
    margin-top: 0px;
  }

  .counts .count-box span {
    font-size: 36px;
  }

  .testimonials .testimonial-item {
    padding: 20px;
    min-height: 680px;
  }

  .testimonials .testimonial-item h2 {
    font-size: 24px;
  }

  .testimonials .testimonial-item p {
    font-size: 18px;
  }

  .outside-rect {
    position: absolute;
    width: 220px;
    height: 106px;
    flex-shrink: 0;
    left: 0;
    bottom: -150px;
    background: #ad2627;
  }

  #alumni .col-md-6 {
    width: 50%;
  }

  .alumni .img-box {
    margin-bottom: 20px;
  }

  .section-header h2 {
    color: #f05a2a;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .progress-info .col-lg-2.col-md-2.p-0 {
    padding: 10px !important;
  }

  .section-header h3 {
    font-size: 28px;
  }

  .primary,
  f .primary:hover,
  .primary:focus,
  .primary:active,
  .primary:focus-visible {
    background-color: #ad2627 !important;
    padding: 13px 24px !important;
    font-size: 16px !important;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }

  .section-header {
    margin-top: 30px;
  }

  .md-mt-0 {
    margin-top: 0;
  }

  .rectangle-box-transparent {
    height: 60px;
  }

  .carousel img {
    object-fit: cover;
  }

  .accordion-body img {
    margin-bottom: 30px;
  }

  #promotional img {
    margin-top: 30px;
  }

  .section-padding {
    padding: 60px 0 0;
  }

  .post-img img {
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
    object-fit: cover;
  }

  .alumni .row.justify-between {
    align-items: center;
  }

  #testimonials {
    padding-top: 60px;
  }
}

@media (max-width: 520px) {
  .interactive-map {
    height: 100vh;
  }

  #filter-container {
    flex-direction: column;
  }

  #filter-container select,
  #filter-container input {
    margin: 10px 0px;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 20px;
    left: auto;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: auto;
    right: 60px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
}

/* General footer styling */
.footer-section {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 84, 30, 1) 72%
  );
  border-radius: 10px 10px 0 0; /* Top-left and top-right corners */
  margin-top: 10px;
  padding: 40px 0;
  color: #0000;
  border-top: 10px solid;
}

/* Footer Content Styling */
.footer-content {
  position: relative;
}

.footer-contact-card {
  background: rgba(255, 255, 255, 0.1); /* Glassmorphism effect */
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(255, 165, 0, 0.3); /* Depth with soft orange glow */
  backdrop-filter: blur(10px); /* Glass effect */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-contact-card:hover {
  transform: translateY(-5px); /* Lift effect on hover */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3), 0 6px 15px rgba(255, 165, 0, 0.4); /* Enhanced shadow and glow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-contact-card {
    padding: 15px; /* Reduced padding for smaller screens */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(255, 165, 0, 0.3); /* Softer shadow */
  }

  .footer-contact-card:hover {
    transform: translateY(-3px); /* Reduced lift effect */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3),
      0 5px 12px rgba(255, 165, 0, 0.4); /* Slightly reduced shadow */
  }
}

@media (max-width: 576px) {
  .footer-contact-card {
    padding: 10px; /* Further reduced padding for extra-small screens */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15), 0 2px 5px rgba(255, 165, 0, 0.2); /* Minimal shadow */
  }

  .footer-contact-card:hover {
    transform: translateY(-2px); /* Gentle lift effect */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(255, 165, 0, 0.3); /* Hover shadow closer to base style */
  }
}

/* Card Logo */
.footer-logo img {
  max-width: 100px;
  height: auto;
  margin-bottom: 15px;
}

/* Address section */
.footer-address p {
  font-size: 14px;
  color: black;
  margin: 10px 0;
}

.footer-address i {
  color: #ff6347; /* Accent color for icons */
}

/* Social Icons */
.footer-social a {
  font-size: 24px;
  color: black;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #000; /* Hover color */
}

/* Email section */
.footer-email p {
  font-size: 14px;
  color: black;
  margin: 10px 0;
}

.footer-email i {
  color: #ff6347;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  font-size: 14px;
  color: black;
  font-weight: 600;
  text-decoration: none;
  position: relative; /* For pseudo-element positioning */
  display: inline-block;
  transition: color 0.3s ease; /* Smooth color change */
}

.footer-links li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* Position the underline slightly below the text */
  width: 0;
  height: 2px; /* Thickness of the underline */
  background: #000; /* Underline color */
  transition: width 0.3s ease; /* Smooth animation for the underline */
}

.footer-links li a:hover {
  color: #000; /* Text color change on hover */
}

.footer-links li a:hover::after {
  width: 100%; /* Expand underline width on hover */
}

/* Google Map iframe */
.footer-content iframe {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Back to top button */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ff6347;
  color: white;
  padding: 10px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.back-to-top:hover {
  background-color: #ff7f50; /* Hover color */
}

.back-to-top i {
  font-size: 18px;
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: #ff7f50;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0 20px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(
    in srgb,
    var(--background-color),
    transparent 50%
  );
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-title p {
  color: #000;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li + li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}
