﻿@charset "UTF-8";
/**
 * Gurudwara reset
 * =================================
 * We use normalize.css for the bulk of our 'reset'
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  font: inherit;
}

*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/***********
  margins
  paddings
 **********/


body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
nav,
select,
textarea,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

/*********
  hovers
 ********/
a,
button,
input[type=submit] {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:hover,
button:hover,
input[type=submit]:hover {
  cursor: pointer;
}

/**************
  decorations
 *************/
a,
button,
input,
select,
textarea {
  background: none;
  color: inherit;
  border: none;
  text-transform: none;
  text-decoration: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/**
 * Paragraphs
 */


body{
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height:20px!important;
  color:#333!important;
}

.text-muted {
    color: #333!important;
}

/*p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}*/

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: 600;
  color: #000000;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 600;
  color: #000000;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 500;
  color: #000000;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
}

h6 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

* + h1,
* + .h1,
* + .alpha,
* + h2,
* + .h2,
* + .beta,
* + h3,
* + .h3,
* + .gamma,
* + h4,
* + .h4,
* + .delta {
  margin-top: 0px;
}

.section-heading {
  margin-bottom: 60px;
  text-align: center;
}
.section-heading h6 {
  font-size: 14px;
  color: #528052;
}
.section-heading h2 {
  color: #000000;
}

.slick-dots {
  display: flex !important;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0px;
  margin: 0 auto;
  text-align: center;
  max-width: 100px;
  bottom: 40px;
}
.slick-dots li {
  background-color: #528052;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #528052;
  width: 15px;
  height: 15px;
}

.heading-h6 {
  color: #528052;
  font-size: 14px;
}

.heading-h2-bs {
  color: #16213e;
  margin-top: 10px;
  line-height: 64px;
}

.heading-h1-bs {
  color: #16213e;
}

.description-p {
  font-size: 17px !important;
  color: #41444b !important;
  line-height: 28px !important;
}

.widget-list-content {
  max-width: 250px;
}

.section-padding {
  padding: 80px 0px;
}

.articles-card {
  border-top: 7px solid #528052;
  padding: 40px 50px;
  box-shadow: 0px 2px 25px #d8d8d8;
  margin-top: 50px;
  background-color: #fff;
  max-width: 400px;
  z-index: 9999;
  position: relative;
}

.pdf-wrapper {
  background-color: #f3f3f3;
}
.pdf-wrapper .display-6 {
  font-size: 20px;
  font-weight: 500;
}

.contact-card .contact-card-widget {
  border-top: 3px solid #528052;
  padding: 40px 50px;
  box-shadow: 0px 2px 25px #d8d8d8;
  margin-top: -80px;
  background-color: #fff;
  max-width: 416px;
  z-index: 9999;
  position: relative;
}
.contact-card .contact-card-widget p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  color: #41444b;
}
.contact-card .contact-card-widget h4 {
  color: #528052;
}
.contact-card .second-contact-card-widget {
  border-top: 0px !important;
  border-left: 7px solid #528052;
  box-shadow: 0 0;
  padding: 18px 40px;
}

.job-item-card {
  box-shadow: 0px 2px 25px rgba(0, 33, 91, 0.17);
  border: solid 1px #528052;
  border-left: solid 5px #528052;
  padding: 45px 40px;
}
.job-item-card h4 {
  line-height: 38px;
}
.job-item-card h6 {
  font-size: 18px;
  color: #528052;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.job-item-card h6 span {
  color: #00395c;
}

.bg-color-primary-dark {
  background-color: #528052;
}

.bg-color-pickle {
  background-color: #528052;
}

.pagination-wrapper .page-item .page-link {
  border: solid 2px #528052;
  color: #528052;
  border-radius: 0px;
  margin: 0px 3px;
  font-weight: 500;
  width: 36px;
  height: 36px;
  line-height: 20px;
  text-align: center;
  padding: 5px 0px;
}
.pagination-wrapper .page-item .page-link.active {
  background-color: #528052;
  color: #ffffff;
}
.pagination-wrapper .page-item .page-link:hover {
  background-color: #528052;
  color: #ffffff;
}

.blue-widget {
  background-color: rgba(60, 40, 118, 0.9) !important;
}

.green-widget {
  background-color: #528052;
}
.fw-medium{
  font-weight: 600;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  margin: 0;
  line-height: 2.5;
  padding: 0px 35px;
  overflow: visible;
  text-align: center;
  border-radius: 8px;
  user-select: none;
  background-color: #c30606;
  transition: all 0.5s ease;
}
.btn, .btn:link, .btn:visited {
  color: #fff;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #000000;
}
.btn, .btn:hover, .btn:active, .btn:focus, .btn:visited {
  text-decoration: none;
}
.btn:active, .btn:focus {
  outline: none;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
}
.btn.white-btn {
  background-color: #ffffff;  
  color: #00395c;
}
.btn.white-btn:hover, .btn.white-btn:active, .btn.white-btn:focus {
  background-color: #e6e6e6;
}
.btn.white-btn, .btn.white-btn:link, .btn.white-btn:visited {
  color: #00395c;
}
.btn.lg-btn-white {
  background-color: #ffffff;
  color: #00395c;
}
.btn.btn-transparent {
  background-color: transparent;
  height: auto;
  font-size: 14px;
  padding: 5px 0px;
  color: #005b94 !important;
  line-height: 14px;
}
.btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent:focus {
  background-color: transparent;
  color: #528052 !important;
}
.btn.btn-transparent, .btn.btn-transparent:link, .btn.btn-transparent:visited {
  text-decoration: none;
}
.btn.btn-arrow {
  width: 55px;
  height: 55px;
  color: #00395c !important;
  padding: 14px 0px;
}
.btn.btn-pickle {
  width: 55px;
  height: 55px;
  padding: 4px 0px;
}
.btn.btn-blue {
  background-color: #528052;
  width: 55px;
  height: 55px;
  padding: 4px 0px;
}
.btn.btn-blue, .btn.btn-blue:link, .btn.btn-blue:visited {
  color: #fff;
}
.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus {
  background-color: #291b50;
}
.btn.btn-blue, .btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus, .btn.btn-blue:visited {
  text-decoration: none;
}
.btn.btn-blue:active, .btn.btn-blue:focus {
  outline: none;
}
.btn.btn-blue.disabled, .btn.btn-blue[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
}

.btn--primary {
  background-color: #00ff00;
}
.btn--primary, .btn--primary:link, .btn--primary:visited {
  color: #fff;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  background-color: #00cc00;
}

.btn--block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn--block + .btn--block {
  margin-top: 10px;
}
.slick-arrow {
  z-index: 999;
  width: 60px;
  font-size: 0;
  height: 140px;
  margin: 0px 28px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slick-arrow i{
    color: #fff;
}
.slick-prev:hover i, .slick-prev:focus i, .slick-next:hover i, .slick-next:focus i{
    color: #c30606;
}
.slick-dots li {
  width: 110px !important;
  border-radius: 10px;
  height: 10px !important;
  background-color: rgb(182, 119, 119) !important;
}
.slick-dots li.slick-active {
  background-color: #c30606 !important;
}
.slick-arrow {
  font-size: 32px;
  color: #000;
}
.slick-arrow:before{
  display: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  background-color: transparent;
  color: #c30606 !important;
}
input[type=submit].btn--block,
input[type=reset].btn--block,
input[type=button].btn--block {
  width: 100%;
}

.inner-wrapper {
  background-size: cover;
  padding: 80px 0px;
  height: 400px;
  position: relative;
  z-index: 9;
}
.inner-wrapper:before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.inner-wrapper .inner-widget {
  padding-top: 60px;
}
.inner-wrapper .inner-widget h1 {
  color: #16213E;
}
.inner-wrapper .inner-widget .breadcrumb a,
.inner-wrapper .inner-widget .breadcrumb li {
  color: #41444B;
  font-size: 17px;
}

.main-footer {
  padding: 80px 0;
  background-color: #000000;
  padding-bottom: 20px;
}
.main-footer .f-widget .f-logo {
  max-width: 250px;
  margin-bottom: 15px;
}
.main-footer .f-widget p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
}
.main-footer .f-widget h4 {
  color: #528052;
}
.main-footer .f-widget h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
}
.main-footer .f-widget .f-list li {
  list-style: none;
}
.main-footer .f-widget .f-list li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  padding: 0 0 10px;
  display: inline-block;
  font-weight: 400;
}
.main-footer .f-widget .f-list li a:hover {
  color: #c40505;
}
.main-footer .f-widget .contact-list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  color: #ffffff;
}
.main-footer .f-widget .contact-list li a {
  overflow-wrap: break-word;
  width: 89%;
  font-weight: 400;
  font-size: 16px;
}
.main-footer .f-widget .contact-list li span b {
    color: #ffffff;
}
.main-footer .f-widget .contact-list li i {
    color: #ffffff;
}
.main-footer .f-widget .f-widget-last-news {
  margin-top: 15px;
  margin-bottom: 20px;
}
.main-footer .f-widget .f-widget-last-news p {
  color: #d4d7dd;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  max-width: 238px;
  line-height: 20px;
}
.main-footer .f-widget .f-widget-last-news .post-date {
  color: #ebecee;
  font-size: 14px;
  font-weight: 200;
}
.main-footer .f-b-widget-left {
  margin-top: 50px;
  max-width: 331px;
}
.main-footer .f-b-widget-left p {
  font-size: 17px;
  color: #ebecee;
  margin: 0;
}
.main-footer .f-b-widget-right {
  margin-top: 60px;
}
.main-footer .f-b-widget-right p {
  font-size: 17px;
  color: #d4d7dd;
  margin: 0;
}

.copy-write {
  background-color: #204730;
  padding: 6px 0px;
  text-align: center;
}
.copy-write p {
  color: #ffffff;
}
.copy-write p a {
  color: #d76800;
}
.donation-form-wrapper .card-body span.text-primary {
    color: #538053 !important;
}
.donation-form-wrapper p.option-1 {
    opacity: 0;
}
.form-select,
.form-control {
  border: solid 1px #d4d7dd;
  border-radius: 0;
  min-height: 50px;
  color: #41444b;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
}

textarea.form-control {
  height: auto;
  min-height: 125px;
}

label {
  line-height: 18px;
  color: #41444b;
  font-style: italic;
  max-width: 260px;
  font-size: 14px;
}

/* 
.main-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0px;
}
.main-navbar__navbar-brand {
  max-width: 200px;
}
.main-navbar .main-menu ul li {
  list-style: none;
  display: inline-block;
}
.main-navbar .main-menu ul li a {
  font-size: 16px;
  color: #767676;
  font-weight: 500;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
}
.main-navbar .main-menu ul li a:hover {
  color: #528052;
}
.main-navbar .main-menu ul li a.active {
  color: #528052;
}
.main-navbar .main-menu ul li a.btn {
    padding: 5px 0px;
    width: 120px;
    color: #fff;
} */

.main-header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.main-header nav.navbar {
  border-top: solid 1px #ccc;
  border-bottom: solid 3px #000000;
  padding: 0;
}
.main-header nav.navbar .navbar-nav .nav-item a.nav-link {
  color: #000000;
  padding: 12px 20px;
  border-right: solid 1px #ccc;
  font-size: 16px;
  font-weight: 600;
}
.main-header nav.navbar .navbar-nav .nav-item a.nav-link.active,
.main-header nav.navbar .navbar-nav .nav-item a.nav-link:hover {
  background-color: #c30606;
  color: #ffffff;
}
.main-header .icon-circle {
  background-color: #c30606;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 12px;
}
.main-header .icon-circle svg {
  stroke: #ffffff;
}




.banner-wrapper .item {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9;
}
.banner-wrapper .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, hsla(0, 0%, 0%, 0.95), hsla(0, 0%, 0%, 0.85), hsla(0, 0%, 2%, 0.7));
  z-index: -1;
  top: 0;
}
.banner-wrapper .item span {
  padding: 5px 16px;
  border-radius: 35px;
  color: #ffffff;
  margin-bottom: 10px;
  display: inline-block;
  backdrop-filter: blur(11px);
  background-color: #c30606;
}
.banner-wrapper .item h2 {
  color: #fff;
  font-size: 64px;
}
.banner-wrapper .item h2 span {
  background-color: transparent;
  backdrop-filter: blur(0px);
  color: #c30606;
  padding: 0;
}
.banner-wrapper .item p {
  font-size: 20px;
  color: #fff;
}
.banner-wrapper .item .widget-courses .bg-warning {
  background-color: hsl(0deg 40.04% 51.34% / 20%) !important;
  border-radius: 8px !important;
  align-items: center !important;
  display: flex !important;
  justify-content: center;
  padding: 0 !important;
  width: 60px;
  height: 60px;
}
.banner-wrapper .item .widget-courses .number {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.banner-wrapper .item .widget-courses .text {
  color: #fff;
}
.section-heading span.bg-warning {
  background-color: hsl(0deg 100% 51.37% / 21%) !important;
  color: #000 !important;
}
.courses-wrapper .card-body button.btn {
  padding: 0px 18px !important;
  height: auto !important;
  font-size: 16px;
  color: #fff !important;
}
.courses-wrapper .course-card {
  border: 0;
  border-radius: 12px;
  box-shadow: 0px 6px 20px 0px #cacaca;
  border-left: solid 4px #cacaca;
}
.about-wrapper {
    background-color: #f6f6f6;
}
.about-wrapper span.badge {
    background-color: #fff2d5;
    color: #000;
    border-radius: 30px;
}
.about-wrapper h2 {
    font-size: 42px;
}
.section-heading h2 span {
    color: #c40505;
}
.about-wrapper h2 span {
    color: #c30606;
}
.about-wrapper .widget-card {
    border-radius: 12px;
    background-color: #fff;
}
.about-wrapper .widget-card .icon-box {
    width: 55px;
    height: 55px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 12px;
}
.about-wrapper .status-card {
    background-color: #000000;
    border-radius: 12px;
}
.about-wrapper .status-card span.small {
    color: #fff;
}
.about-wrapper .status-card h3 {
    color: #c30606;
}

.faculty-wrapper .faculty-card .faculty-img {
  position: relative;
}
.faculty-wrapper .faculty-card .faculty-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000000, #161c2b47, transparent);
}
.faculty-wrapper .faculty-card .faculty-icons {
  position: absolute;
  top: 15px;
  right: 15px;
}
.faculty-wrapper .faculty-card .faculty-icons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c40505;
  border-radius: 50%;
}
.faculty-wrapper .faculty-card .faculty-icons a svg {
  stroke: #fff;
}
.faculty-wrapper .faculty-card .faculty-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 15px;
}
.faculty-wrapper .faculty-card .faculty-name small {
  color: #ffffff;
}
.faculty-wrapper .faculty-card {
    box-shadow: 0px 0px 12px 0px #b9b9b9;
    border-radius: 12px;
    overflow: hidden;
}

.testimonials-wrapper {
  background-color: #000000;
}
.testimonials-wrapper .testimonial-sliders {
  background-color: #ffffff;
  border-radius: 12px;
}
.testimonials-wrapper .section-heading .bg-warning {
  background-color: hsl(0deg 0% 100% / 21%) !important;
  color: #fff !important;
}
.testimonials-wrapper .section-heading h2 {
  color: #fff;
}
.testimonials-wrapper .section-heading p {
  color: #fff;
}
.testimonials-wrapper .testimonial-sliders svg.quote {
  width: 40px;
  height: 40px;
  top: 20px;
  left: 20px;
  opacity: 0.2;
}
.testimonials-wrapper .testimonial-sliders .item h4 {
  font-size: 22px;
}
.testimonials-wrapper .testimonial-sliders .item p.text-gold {
  color: #c40505;
}
.testimonials-wrapper .testimonial-sliders .testimonial-slider button.slick-next,
.testimonials-wrapper .testimonial-sliders .testimonial-slider button.slick-prev {
  margin: 0;
  height: 50px;
  width: 50px;
  background-color: #c40505;
  left: -76px;
  border-radius: 50%;
}
.testimonials-wrapper .testimonial-sliders .testimonial-slider button.slick-next{
  left: auto;
  right: -76px;
}
.testimonials-wrapper .testimonial-sliders .testimonial-slider button.slick-next i,
.testimonials-wrapper .testimonial-sliders .testimonial-slider button.slick-prev i {
  font-size: 20px;
}
.testimonials-wrapper .testimonial-sliders svg.quote path {
 stroke: #c40505;
}
.testimonials-wrapper .status-widget .bg-navy-light {
  background-color: #1c1e22;
  border-radius: 12px !important;
}


.achievements-wrapper .achievement-card {
  background-color: #fff;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px -4px 12px 0px hsl(0deg 0% 0% / 17%);
  padding: 40px 20px;
}
.achievements-wrapper .achievement-card .icon-wrap {
  width: 60px;
  height: 60px;
  background-color: #fccecc;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.achievements-wrapper .achievement-card .kpi-number {
  font-size: 38px;
  font-weight: 700;
}
.achievements-wrapper .achievement-card .kpi-title {
  font-size: 20px;
  font-weight: 600;
}
.achievements-wrapper .achievement-card .kpi-desc {
  color: #868686;
}

.social-fixed-sidebar {
  position: fixed;
  z-index: 99999;
  right: 0px;
  bottom: 20%;
  display: flex;
  flex-direction: column;
}
.social-fixed-sidebar a {
  position: relative;
  width: 60px;
  height: 50px;
  padding-left: 18px;
  background: #000;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  transition: width 0.3s ease;
  margin-left: auto;
  margin-bottom: 5px;
}

.social-fixed-sidebar a:hover {
  width: 200px;
}

/* ICON FIX */
.social-fixed-sidebar a svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  stroke: #ffffff;
}

/* TEXT PERFECT ALIGN */
.social-fixed-sidebar a span {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.social-fixed-sidebar .bg-call {
  background-color: rgb(22 163 74);
}

.social-fixed-sidebar .bg-whatsapp {
  background-color: rgb(37 211 102);
}

.social-fixed-sidebar .bg-facebook {
  background-color: rgb(24 119 242);
}

.social-fixed-sidebar .bg-instagram {
  background-image: linear-gradient(to bottom right, #f09433, #dc2743, #bc1888);
}

.social-fixed-sidebar .bg-youtube {
  background-color: rgb(255 0 0);
}
.social-fixed-sidebar .bg-whatsapp svg {
    stroke: transparent;
    fill: #fff;
}
.social-fixed-sidebar .bg-whatsapp svg path{
    fill: #fff;

}
/* SHOW TEXT */
.social-fixed-sidebar a:hover span {
  opacity: 1;
}

.newsletter-wrapper .newsletter-box {
    background-color: #1e1e1e;
    border-radius: 12px;
}


.inner-banner {
  padding: 90px 0px 90px 0px;
  position: relative;
  background-size: cover;
  z-index: 9;
}
.inner-banner .widget h1 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
}
.inner-banner .widget ul li {
  font-size: 16px;
  color: #fff;
}
.inner-banner .widget ul {
  display: flex;
  gap: 10px;
}
.inner-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(18 47 42 / 85%);
  mix-blend-mode: multiply;
  content: "";
  z-index: -1;
}



.contact-details .widget {
  border: solid 1px #ccc;
  border-radius: 8px;
  padding: 20px 20px;
  text-align: center;
  background-color: #ffffff;
  height: 100%;
}
.contact-details .widget .icon {
  background-color: rgb(196 5 5);
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.contact-details .widget .icon svg {
  stroke: #fff;
}
.contact-details .widget .content h4{
  font-size: 22px;
  color: #000;
}
.contact-details .widget .content p {
  color: #000000;
  font-size: 16px;
}
.bg-primary-light {
  background-color: #f7d5d5 !important;
}
.text-primary {
  color: #c40505 !important;
}
.rounded-4 {
  border-radius: 22px;
}
.rounded-2 {
  border-radius: 12px;
}
.rounded-3{
  border-radius: 12px;
}
.bg-primary.bg-opacity-10 {
  background-color: #c405052e !important;
}
.about-wrapper .about-details span.small {
    margin-left: 35px;
}
.breadcrumb-wrapper {
    background-color: #eaeaea;
}
.breadcrumb-wrapper li.breadcrumb-item a {
    color: #000;
}
.breadcrumb-wrapper li.breadcrumb-item.active {
    color: #c50405;
}
.civics-foundation-wrapper .icon-box {
  width: 58px;
  aspect-ratio: 1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.civics-foundation-wrapper .card-body.p-4 span.badge {
  border-radius: 20px !important;
  font-weight: 500;
  padding: 6px 14px;
}
.undergraduate-wrapper .card .edu-icon {
  width: 58px;
  aspect-ratio: 1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-dark{
    color:#000!important;
}

@media only screen and (max-width: 1399.98px) {

}
@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 991.98px) {

}

@media only screen and (min-width: 991.98px) {
 
}
@media only screen and (max-width: 767.98px) {
    .offcanvas {
        z-index: 9999;
    }
    .social-fixed-sidebar {
        right: 11px;
    }
    .banner-wrapper .item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .banner-wrapper .item h2 {
        font-size: 30px;
    }
    .banner-wrapper .item p{
        font-size:15px;
    }
    .slick-dots{
        display:none!important;
    }
    .btn-wrap .btn {
        font-size: 14px;
        padding: 0px 20px;
    }
    .inner-banner {
        padding: 50px 0px 50px 0px;
    }
    .inner-banner .widget h1{
        font-size: 30px;
    }
    .widget-img {
        display: none;
    }
    .section-padding {
        padding: 30px 0px;
    }
}
@media only screen and (max-width: 575.98px) {

}
    .offcanvas .navbar-nav li{
        border-bottom:#ccc 1px solid;
    }
    .offcanvas .navbar-nav a {
        color: #000;
        font-size: 16px;
        font-weight: 600;
    }
.pdf-box {
    overflow: hidden;
    padding: 5px 10px;
    margin-bottom:15px;
}
.pdf-box img {
    float: left;
    margin-right: 10px;
}

.pdf-box span {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    display: block;    
}
   
    /*# sourceMappingURL=style.css.map */
    .empt-page button {
        display: block;
        margin: 0 0 50px 0;
    }