/**
* Template Name: GCANNI Kullu
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url(../css/font-awesome.css);

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  /* background-image: url('../images/bg/WhatsApp Image 2025-11-04 at 11.46.22_b3a26543.jpg'); */
}

a {
  color: #76453B;
}

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

#footer a:hover {
  color: #ccc !important;
  text-decoration: underline !important;
}

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #76453B;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #888;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #76453B;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

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

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

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


.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.genric-btn1 {
  padding: 0 10px !important;
}

.genric-btn:focus {
  outline: none
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px
}

.genric-btn.large {
  line-height: 45px
}

.genric-btn.medium {
  line-height: 30px
}

.genric-btn.small {
  line-height: 25px
}

.genric-btn.radius {
  border-radius: 3px
}

.genric-btn.circle {
  border-radius: 20px
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.genric-btn.arrow span {
  margin-left: 10px
}

.genric-btn.default {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff
}

.genric-btn.default-border:hover {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent
}

.genric-btn.primary {
  color: #fff;
  background: #76453B;
  border: 1px solid transparent
}

.genric-btn.primary:hover {
  color: #76453B;
  border: 1px solid #76453B;
  background: #fff
}

.genric-btn.primary-border {
  color: #76453B;
  border: 1px solid #76453B;
  background: #fff
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #76453B;
  border: 1px solid transparent
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent
}

.genric-btn.danger {
  color: #fff;
  background: #76453B;
  border: 1px solid transparent
}

.genric-btn.danger:hover {
  color: #76453B;
  border: 1px solid #76453B;
  background: #fff
}

.genric-btn.danger-border {
  color: #76453B;
  border: 1px solid #76453B;
  background: #fff
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #76453B;
  border: 1px solid transparent
}

.genric-btn.link {
  color: #222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent
}

.genric-btn.link:hover {
  color: #222;
  border: 1px solid #f9f9ff;
  background: #fff
}

.genric-btn.link-border {
  color: #222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline
}

.genric-btn.link-border:hover {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent
}

.genric-btn.disable {
  color: #222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #76453B
}

.ri {
  display: inline-block;
  vertical-align: middle;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-bottom {
  background: #76453B;
  font-size: 12px;
  padding: 20px
}

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

.logo-rt-text a {
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 3px;
  min-width: 85px;
  color: #fff;
  background: #76453B;
  border-radius: 20px;
  font-size: 12px
}

.logo-rt-text a:hover {
  text-decoration: underline
}



.heigh {
  min-height: 90px;
}

.height {
  padding-bottom: 90px;
}

.blink {
  -webkit-animation: blink 2s linear infinite;
  -moz-animation: blink 2s linear infinite;
  -ms-animation: blink 2s linear infinite;
  -o-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .header-top .header-top-right a .lnr {
    display: inline-block
  }

  .header-top .header-top-right a .text {
    display: none
  }
}

.top-head-btn {
  background: #76453B;
  padding: 9px 26px
}

.main-menu {
  /* padding-bottom: 25px; */
  padding-top: 25px;
  background-color: #FFFAE7;
}

#header {
  transition: all 0.5s;
  z-index: 997
}

#header.header-scrolled {}

#header.header-scrolled .main-menu {
  border-color: transparent
}

@media (max-width: 673px) {
  #logo {
    margin-left: 20px;
  }

  .logo-text h1,
  .logo-rt-text {
    text-align: center !important;
    padding-top: 15px;
  }

  .linetxt,
  .lwrtxt {
    text-align: center !important;
  }
}


.lwrtxt-o {
  color: #fd6a02;
  font-size: 22px
}

.clearfix {
  clear: both
}

.lwrtxt {
  color: #930700;
  font-size: 27px;
  padding: 0 0 14px 0;
}


.linetxt a {
  color: #000 !important
}

#header #logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  display: inline-block;

}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #000;
  padding-left: 10px;
  border-left: 4px solid #76453B
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-width: 100px;
}

.logo-text h1 a {
  color: #070956;
  font-weight: bold;
  font-size: 32px
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px
  }

  #header #logo img {
    max-height: 40px
  }
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  right: -130px;
  z-index: 99
}

.nav-menu li {
  position: relative;
  white-space: nowrap
}

.nav-menu>li {
  float: left
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
  width: 100%;
}

.nav-menu ul li {
  min-width: 210px
}


.sf-arrows .sf-with-ul {
  padding-right: 30px
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105"
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none
  }
}

#nav-menu-container {
  margin: 0 auto;
}

.nav-menu a {
  padding: 0 6px 0px 6px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  outline: none
}

.nav-menu li:hover>a {}

.nav-menu>li {
  margin-left: 8px
}

.nav-menu>li:first-child {
  margin-left: 0;
  padding-right: 4px;
}

.nav-menu>li:first-child a {
  padding: 0 10px;
  font-size: 16px;
}

.nav-menu ul {
  margin: 5px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff
}

.nav-menu ul li {
  transition: 0.3s
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
  text-transform: none
}

.nav-menu ul li:hover>a {
  color: #76453B
}

.nav-menu ul ul {
  margin-right: 10px;
  margin-top: 0
}

#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 62px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer
}

#mobile-nav-toggle i {
  color: #999;
  font-weight: 900
}

@media (max-width: 960px) {
  #mobile-nav-toggle {
    display: inline
  }

  #nav-menu-container {
    display: none
  }
}

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none
}

#mobile-nav ul li {
  position: relative
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 400
}

#mobile-nav ul li a:hover {
  color: #fff
}

#mobile-nav ul li li {
  padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #76453B
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none
}

#mobile-nav ul .menu-item-active {
  color: #76453B
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none
}

body.mobile-nav-active {
  overflow: hidden
}

body.mobile-nav-active #mobile-nav {
  left: 0
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff
}



/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #fff;
}

.get-started-btn:hover {
  background: #76453B;
  color: #fff;
  border-color: #76453B;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #76453B !important;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #15222b;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #76453B;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(4, 7, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #000;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 60vh;
  background-size: cover !important;
  position: relative;
  padding: 0;
}

.hero:before {
  content: "";
  background: rgba(13, 20, 26, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

.hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

.hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #76453B;
  border: 2px solid #76453B;
}

.hero .btn-get-started:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  position: relative;
}

.hero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

.hero .btn-watch-video:hover i {
  color: #76453B;
}

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

@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.about .count-box {
  padding: 60px 0;
  width: 100%;
}

.about .count-box i {
  display: block;
  font-size: 48px;
  color: #a1bdd1;
  float: left;
}

.about .count-box span {
  font-size: 28px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: #365870;
  margin-left: 60px;
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2e4b5e;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #477392;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #263d4d;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  font-size: 24px;
  color: #76453B;
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#76453B 50%, #0062cc 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #76453B;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
  background: url("../img/about-boxes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.home-gallery {
  padding: 50px 0 60px 0;
}

.home-gallery .section-title {
  margin-bottom: 30px;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #76453B;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding-top: 12px;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: #15222b;
}

.about-boxes .card-title a:hover {
  color: #76453B;
}

.about-boxes .card-text {
  color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #76453B;
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #76453B;
}

.features .nav-link.active {
  background: #76453B;
  color: #fff;
  border-color: #76453B;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #76453B;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #365870;
  transition: 0.3s;
}

.services .icon-box .icon-box:hover h4 a {
  color: #76453B;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #76453B;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #76453B !important;
}

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

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

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

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #76453B;
}

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

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #76453B;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.homeTeam {}

.team {
  position: relative;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}

.team .member .social a:hover {
  color: #76453B;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #76453B;
  border-radius: 50%;
  padding: 8px;
}

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

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

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

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

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

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

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

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

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

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

.contact .php-email-form input {
  padding: 20px 15px;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
}

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

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

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

img.innerImg {
  height: 170px !important;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #76453B !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.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: 50px;
}

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

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

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #121d24;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #76453B;
  border-bottom: 1px solid #1d303c;
  padding: 60px 0 30px 0;
}

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

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #76453B;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

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

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff5e31;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #76453B;
}

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

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

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

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

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

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

#footer .credits a {
  transition: 0.3s;
}

/*============== default-sidebar =================*/

.default-sidebar {
  position: relative;
}

.default-sidebar .service-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

.default-sidebar .service-catergory li {
  list-style: none;
  position: relative;
  background: #f7f7f7;
  padding: 14px 0;
  margin-bottom: 5px;
}

.homeNav li {
  padding: 7px 0 !important;
}

.default-sidebar .service-catergory li:hover {
  background: #76453B;
}

.default-sidebar .service-catergory li.active {
  background: #76453B;
}

.default-sidebar .service-catergory li.active a,
.default-sidebar .service-catergory li:hover a {
  color: #fff;
}

.default-sidebar .service-catergory li.active a:after,
.default-sidebar .service-catergory li:hover a:after {
  color: #fff;
}

.default-sidebar .service-catergory li .view-all-icon {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #848484;
}

.default-sidebar .service-catergory li a {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 30px;
  border-left: 5px solid transparent;
  font-weight: 600;
  padding-left: 23px;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.homeNav li a {
  font-size: 14px !important;
  ;
}


.default-sidebar .service-catergory li a:hover {
  color: #fff;
}

.default-sidebar .service-catergory li.active a:hover {
  color: #fff;
}

.default-sidebar .thm-btn {
  width: 100%;
  border-radius: 0px;
  line-height: 56px;
}

.default-sidebar .service-catergory li a:after {
  position: absolute;
  content: "\f101";
  right: 20px;
  top: 0px;
  color: #a0a0a0;
  font-family: FontAwesome;
}

.default-sidebar .event-filter {
  position: relative;
}

.default-sidebar .default-form .form-group {
  margin-bottom: 20px;
}

.default-sidebar .event-filter h3 {
  margin-bottom: 5px;
}

.default-sidebar .event-filter p {
  margin: 15px 0;
}

.default-sidebar .event-filter h5 {
  margin-bottom: 15px;
}

.default-sidebar .event-filter .thm-btn {
  width: auto;
  border-radius: 24px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff
}


.unorderedlist .list-style-1 {
  list-style: none
}

.unorderedlist .list-style-1 li {
  margin: 0 0 30px 0;
}

.unorderedlist .list-style-1 li a:hover {
  color: #666;
  text-decoration: underline;
}

.latest-news {
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.padd {
  padding: 20px;
}

.inner-hero {
  height: 280px
}

.team .pic img {
  width: 400px !important;
  height: 300px;
}

.space {
  margin: 80px 0;
}

.primimg {
  float: left;
  margin: 0 10px 10px 0;
}

.tickerv-wrap {
  box-sizing: content-box;
  height: 215px;
  overflow: hidden;
  padding: 10px;
}

@keyframes tickerv {
  0% {
    margin-top: 0;
  }

  30% {
    margin-top: -20%;
  }

  60% {
    margin-top: -43%;
  }

  90% {
    margin-top: -65%;
  }

  100% {
    margin-top: 0;
  }

}

.tickerv-wrap ul {
  padding: 0;
  margin: 0;
  animation: tickerv 15s infinite;
  animation-timing-function: linear;
}

.tickerv-wrap ul:hover {
  animation-play-state: paused;
}

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

.mb-10 {
  margin-bottom: 10px
}

p {
  text-align: justify;
}

.innrcont a {
  text-decoration: underline
}

.innrcont a:hover {
  text-decoration: none
}

.innrcont ul ol {
  list-style-type: decimal !important;
}

.imgsize {
  height: 100px
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.underline {
  text-decoration: underline;
}

.table-heading {
  color: #76453B !important;
  font-size: 24px !important;
}

.course {
  border: 2px solid #76453B !important;

}


/*------------Admission----------------------------*/

.hover-bg:hover {
  background-color: #f0f4ff;
  text-decoration: none;
}

.section-title h3 {
  color: #003366;
}

.badge {
  font-size: 0.9rem;
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/*-----Fee Structure-----------------*/
.table thead th {
  background-color: #76453B;
  color: #fff;
}

.table tbody td {
  vertical-align: middle;
}

.alert-info {
  background-color: #e8f4fd;
  border-color: #b6e0fe;
}

.thead-custom {
  background-color: #76453B;
  /* your custom color */
  color: #fff;
}


/* Smart Classroom */

/* keep these styles scoped to the section so they integrate with Bootstrap 4 */
.facility-section .card {
  border-radius: 6px;
}

.facility-section .card .icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facility-section h5 {
  color: #76453B;
}

.facility-section .card-body {
  padding: 14px;
}

.facility-section .card h5 {
  font-size: 1rem;
}

.facility-section p {
  font-size: 0.95rem;
}

@media (max-width:575px) {
  .facility-section .icon {
    width: 40px;
    height: 40px;
  }
}


/*--------Student Enrollment */
.admission-link {
  background: linear-gradient(45deg, #8B5E3C, #C49A6C);
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  display: inline-block;
  transition: all 0.3s ease;
}

.admission-link:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  text-decoration: none;
}

/*--Student Policy--*/
.policy-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.policy-list li {
  background: #f8f6f3;
  border-left: 5px solid #76453B;
  padding: 12px 15px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.policy-list li i {
  color: #76453B;
  font-size: 16px;
}

.policy-list li:hover {
  background: #fff6f0;
  transform: translateX(5px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}


/* college activities */
.section-heading {
  color: #76453B;
  font-weight: 700;
  font-size: 1.3rem;
  border-left: 5px solid #76453B;
  padding-left: 10px;
}

.activities-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.activities-list li {
  background: #f8f6f3;
  border-left: 4px solid #76453B;
  padding: 12px 15px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.activities-list li i {
  color: #76453B;
  margin-right: 10px;
  font-size: 16px;
}

.activities-list li span {
  font-style: italic;
  color: #76453B;
  font-weight: 600;
}

.activities-list li:hover {
  background: #fff6f0;
  transform: translateX(5px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* Alumni Section */
.section-heading {
  color: #76453B;
  font-weight: 700;
  font-size: 1.3rem;
  border-left: 5px solid #76453B;
  padding-left: 10px;
}

.alumni-section {
  background: #f8f6f3;
  border-left: 4px solid #76453B;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.intro-text {
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.alumni-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.alumni-list li {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 15px;
  border-left: 3px solid #76453B;
  transition: all 0.3s ease;
}

.alumni-list li i {
  color: #76453B;
  margin-right: 10px;
  font-size: 16px;
}

.alumni-list li:hover {
  background: #fff6f0;
  transform: translateX(5px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}


.section-heading {
  color: #76453B;
  font-weight: 700;
  font-size: 1.3rem;
  border-left: 5px solid #76453B;
  padding-left: 10px;
}

.alumni-section {
  background: #f8f6f3;
  border-left: 4px solid #76453B;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.intro-text {
  font-size: 15px;
  color: #333;
}

.certificate-img {
  border: 3px solid #76453B;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 350px;
}

.certificate-img:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* About College Page */
.college-profile {
  background: #f8f6f3;
  border-left: 5px solid #76453B;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.section-heading {
  color: #76453B;
  font-weight: 700;
  font-size: 1.4rem;
  border-bottom: 2px solid #76453B;
  display: inline-block;
  padding-bottom: 4px;
}

.college-profile p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}

.facility-list {
  list-style: none;
  padding-left: 0;
}

.facility-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  color: #444;
  font-size: 15px;
}

.facility-list li::before {
  content: "✔";
  color: #76453B;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}


/* maintenance page */
.facility-maintenance {
  background: #f8f6f3;
  border-left: 5px solid #76453B;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.section-heading {
  color: #76453B;
  font-weight: 700;
  font-size: 1.3rem;
  border-bottom: 2px solid #76453B;
  display: inline-block;
  padding-bottom: 4px;
}

.facility-maintenance p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* Principals Desk */
.principal-message {
  background: #f8f6f3;
  border-left: 5px solid #76453B;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  color: #333;
  line-height: 1.7;
}

.principal-photo {
  width: 100%;
  max-width: 230px;
  border: 3px solid #76453B;
}

.blockquote {
  border-left: 4px solid #76453B;
  padding-left: 10px;
  color: #76453B;
  font-style: italic;
}


/* Scholarship Section */
.scholarship-section {
  background: #f8f6f3;
  border-left: 5px solid #76453B;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  color: #333;
  line-height: 1.7;
}

.section-heading {
  color: #76453B;
  font-weight: 700;
  font-size: 1.3rem;
  border-bottom: 2px solid #76453B;
  display: inline-block;
  padding-bottom: 4px;
}

.scholarship-section p {
  font-size: 15px;
  margin-bottom: 10px;
}

.award-box {
  background: #fff;
  border: 1px solid #76453B;
  border-left: 5px solid #76453B;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.award-title {
  color: #76453B;
  font-weight: 600;
}

/* fEE STRUCTURE PAGE */
.section-heading {
  color: #76453B;
  font-weight: 700;
  border-bottom: 2px solid #76453B;
  display: inline-block;
  padding-bottom: 4px;
}

.sub-heading {
  color: #76453B;
  font-weight: 600;
}

.table th,
.table td {
  vertical-align: middle;
  font-size: 14px;
}

.note-box {
  background: #f8f6f3;
  border-left: 5px solid #76453B;
  border-radius: 8px;
}

.note-box ul {
  margin-bottom: 0;
  padding-left: 20px;
}

/* Carouel Indicators */
.carousel-item {
  transition: transform 1.2s ease, opacity 1.2s ease;
  /* 1.2s transition */
}

.section-heading {
  color: #76453B;
  font-weight: 700;
  border-bottom: 2px solid #76453B;
  display: inline-block;
  padding-bottom: 4px;
}

.activity-box {
  border: 1px solid #d7c1b3;
  border-left: 5px solid #76453B;
  padding: 20px;
  border-radius: 6px;
  background: #fff8f4;
}

.activity-list {
  padding-left: 18px;
  font-size: 16px;
}

.activity-list li {
  margin-bottom: 6px;
}


/*-policies page-*/
.section-title {
  font-size: 26px;
  font-weight: 700;
  color: #76453B;
  /* border-left: 6px solid #76453B; */
  padding-left: 12px;
  margin-bottom: 15px;
}

.intro-text {
  font-size: 16px;
  line-height: 1.6;
}

.policy-card {
  border: 1px solid #e8dcd5;
  background: #fff8f4;
  border-radius: 8px;
  padding: 25px;
  margin-top: 20px;
}

.policy-heading {
  font-size: 20px;
  font-weight: 700;
  color: #76453B;
  margin-bottom: 15px;
  border-bottom: 2px solid #e4c7b8;
  padding-bottom: 5px;
}

.policy-item {
  margin-bottom: 18px;
}

.policy-item h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #76453B;
}

.policy-item p {
  margin-top: 5px;
  margin-left: 10px;
  line-height: 1.6;
}


/* IQAC Page */
.iqac-card {
  background: #fff8f5;
  border-left: 6px solid #f0e7de;
}

.iqac-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.iqac-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.iqac-list li::before {
  content: "✔";
  color: #76453B;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

/* Facebook */


.facebook-btn {
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 3px;
  min-width: 85px;
  color: #fff;
  background: #1877F2 !important;
  border-radius: 20px;
  font-size: 12px
}

.facebook-btn-old {
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 3px;
  min-width: 85px;
  color: #fff;
  background: #76453B !important;
  border-radius: 20px;
  font-size: 12px
}

/* University Header */
.university-header {
  background: #fff;
  padding: 20px 0;
  border-bottom: 2px solid #e8ecf1;
}

.university-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: transform 0.3s ease;
}

.university-banner:hover {
  transform: scale(1.02);
}

.university-text {
  flex: 1;
  position: relative;
  padding: 10px 20px;
}

.university-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #76453B 0%, #5f362f 100%);
}

.university-text-left {
  text-align: right;
  padding-right: 30px;
}

.university-text-left span {
  font-size: 28px;
  font-weight: 700;
  color: #76453B;
  font-family: "Poppins", sans-serif;
}

.university-logo {
  text-align: center;
  padding: 0 30px;
  transition: transform 0.3s ease;
}

.university-logo:hover {
  transform: scale(1.1);
}

.university-logo img {
  height: 90px;
  width: auto;
}

.university-text-right {
  text-align: left;
  padding-left: 30px;
}

.university-text-right span {
  font-size: 28px;
  font-weight: 700;
  color: #76453B;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .university-banner {
    flex-direction: column;
    text-align: center;
  }
  
  .university-text {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .university-text-left,
  .university-text-right {
    text-align: center;
    padding: 10px 20px;
  }
  
  .university-text-left span,
  .university-text-right span {
    font-size: 20px;
  }
  
  .university-logo {
    padding: 15px 0;
  }
  
  .university-logo img {
    height: 60px;
  }
}

/* Header refresh */
#header .main-menu {
  /* padding: 12px 0 6px; */
  background: #FFFAE7;
  border-bottom: 1px solid #f0e7de;
}

.college-logo {
  transition: transform 0.3s ease;
}

.college-logo:hover {
  transform: scale(1.1);
}

.logo-text h1 a {
  color: #263d4d;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.logo-text .linetxt {
  color: #76453B;
  font-size: 13px;
  margin-top: 6px;
}

.logo-text .linetxt a {
  color: #76453B;
}

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

.header-actions {
  justify-content: flex-end;
  gap: 8px 12px;
}

.header-link {
  color: #76453B;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 16px;
  background: #f0f4f8;
}

.header-link:hover {
  background: #e6edf4;
  color: #76453B;
}

.header-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  border: 1px solid transparent;
  background: #76453B;
  color: #fff;
}

.header-btn:hover {
  background: #5f362f;
  color: #fff;
}

.header-btn.primary {
  background: #76453B;
}

.header-btn.header-btn-outline {
  background: #fff;
  color: #76453B;
  border-color: #76453B;
}

.header-btn.header-btn-outline:hover {
  background: #f0f4f8;
  color: #76453B;
}

@media (max-width: 991px) {
  .header-cta {
    text-align: left;
    margin-top: 10px;
  }

  .header-actions {
    justify-content: flex-start;
  }
}





/* Slider in  latest activity index page */
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important;
}


/* faculty page team section */
.faculty-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-left: 5px solid #76453B;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.faculty-row img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.card-header {
  background: #f8f9fa;
}

.card-header .btn-link {
  font-weight: 600;
  color: #1f2d3d;
  text-decoration: none;
}

.card-header .btn-link:hover {
  text-decoration: none;
}

.card {
  border-radius: 8px;
  overflow: hidden;
}


.accordion-header {
  background: #76453B;
  /* change color if needed */
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 15px 20px;
  font-weight: 600;
  border-radius: 0;
  color: #FFFAE7;
}

.accordion-title {
  text-align: center;
  font-size: 18px;
}

.accordion-icon {
  position: absolute;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.2s ease;
}

.card-header:hover {
  background: #76453B;
  /* slightly darker on hover */
  color: #000;
}



/* Contact Section */

.inner-page {
  padding: 40px 0;
}



.service-catergory li a {
  display: block;
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}



.contact-card {
  background: #FFFAE7;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.contact-card h3 {
  color: #3E5267;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-card i {
  color: #3E5267;
  margin-right: 8px;
}

.map-container {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}


/* Google Search Console Verification Badge */
.gsc-control-cse {
  border-color: #FFFAE7 !important;
  background-color: #FFFAE7 !important;
}

.gs-result .gs-title *,
.gsc-cursor-page,
.gs-spelling a {
  color: #fff !important;
}

/* Home page redesign */
.home-intro .container,
.home-principal .container {
  box-shadow: none;
}

.home-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(31, 45, 61, 0.08);
  border: 1px solid #f0f2f4;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-intro .row {
  display: flex;
  flex-wrap: wrap;
}

.home-intro .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.home-intro .about-card h3,
.home-principal .home-card h3 {
  margin-bottom: 14px;
}

.about-card,
.principal-message-card,
.notice-board {
  min-height: 450px;
}

.about-card .text-right,
.principal-message-card .text-right {
  margin-top: auto;
  padding-top: 15px;
}

.home-intro .about-media {
  display: block;
  margin-bottom: 16px;
}

.home-intro .about-media img {
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(31, 45, 61, 0.12);
  max-height: 150px;
  object-fit: cover;
  width: 100%;
}

/* Full Width Carousel Section */
.home-carousel-section {
  padding: 40px 0 0 0;
  background: #f8f9fa;
  margin: 0;
  line-height: 0;
}

.home-carousel-section .container {
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-carousel-title-main {
  font-weight: 700;
  color: #263d4d;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 24px;
  text-align: center;
}

.home-carousel-fullwidth {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(31, 45, 61, 0.15);
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  line-height: 0;
}

.home-carousel-fullwidth .owl-stage-outer,
.home-carousel-fullwidth .owl-stage,
.home-carousel-fullwidth .owl-item {
  margin: 0 !important;
  padding: 0 !important;
}

.home-carousel-fullwidth .hero {
  height: 500px;
  display: block;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.home-carousel-fullwidth .hero:before {
  background: rgba(13, 20, 26, 0.15);
}

.home-carousel-fullwidth.owl-theme .owl-nav.disabled + .owl-dots,
.home-carousel-fullwidth.owl-theme .owl-dots,
.home-carousel-fullwidth .owl-dots {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 10;
  line-height: 0;
}

.home-carousel-fullwidth .owl-dots .owl-dot span {
  margin: 3px 4px !important;
}

.home-carousel-card {
  padding: 20px;
}

.home-carousel-title {
  font-weight: 700;
  color: #263d4d;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.home-carousel {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(31, 45, 61, 0.12);
  flex: 1;
  display: flex;
  align-items: center;
}

.home-carousel .hero {
  height: 450px;
  border-radius: 12px;
  display: block;
}

.home-carousel .hero:before {
  background: rgba(13, 20, 26, 0.2);
}

.notice-board {
  border-left: 4px solid #76453B;
  background: #fff8f5;
}

.notice-list-wrap {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 12px;
}

.notice-board h3 {
  font-size: 17px;
}

.notice-subtitle {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7a8895;
}

.notice-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.notice-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #e0e4e8;
}

.notice-list li:last-child {
  border-bottom: 0;
}

.notice-list a {
  color: #263d4d;
  font-weight: 600;
  display: block;
  font-size: 13px;
}

.notice-list a:hover {
  color: #76453B;
}

.notice-date {
  color: #6b7b88;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

.notice-date img {
  width: 38px;
  height: auto;
}

.notice-actions {
  margin-top: auto;
  padding-top: 12px;
}

.principal-card {
  border-left: 4px solid #76453B;
}

.principal-message-card h3 {
  margin-top: 12px;
  font-size: 17px;
  margin-bottom: 10px;
}

.principal-message-card p {
  font-size: 13px;
  margin-bottom: 8px;
}

.about-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
}

.about-card p {
  font-size: 13px;
  margin-bottom: 8px;
}

.principal-inline {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.principal-inline .principal-photo {
  width: 80px;
  height: 80px;
  margin-bottom: 0;
}

.principal-inline .principal-meta {
  flex: 1;
  min-width: 200px;
}

.principal-photo {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
  border: 4px solid #fff;
  box-shadow: 0 6px 18px rgba(31, 45, 61, 0.16);
}

.principal-name {
  font-size: 18px;
  color: #263d4d;
}

.principal-role,
.principal-address {
  color: #6b7b88;
  font-size: 14px;
}

.principal-address {
  margin-top: 6px;
}

.home-gallery-carousel {
  padding: 20px 0;
}

.home-gallery-carousel .owl-stage-outer {
  overflow: hidden;
}

.home-gallery-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.home-gallery-carousel .item {
  padding: 0 7px;
}

.home-gallery-carousel .item a {
  display: block;
}

.home-gallery-carousel .item img {
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(31, 45, 61, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.home-gallery-carousel .item img:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(31, 45, 61, 0.18);
}

.home-gallery-carousel .owl-item {
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .home-carousel .hero {
    height: 300px;
  }
  
  .home-carousel-fullwidth .hero {
    height: 350px;
  }
  
  .home-carousel-title-main {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .home-carousel-section {
    padding: 30px 0 0 0;
  }
  
  .about-card,
  .principal-message-card,
  .home-carousel-card,
  .notice-board {
    min-height: auto;
  }
  
  .home-intro .row > [class*="col-"] {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .home-carousel-fullwidth .hero {
    height: 250px;
  }
  
  .home-carousel-title-main {
    font-size: 18px;
  }
  
  .home-carousel-section {
    padding: 20px 0 0 0;
  }
}


/*icc */
.admission-container {
  max-width: 800px;
  margin: auto;
  background-color: #FFFAE7;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


/* notice board */
.scroll-notice {
  max-height: 320px;
  /* height for more notices */
  overflow-y: auto;
  /* padding-right: 5px; */
  overflow-x: hidden ;
}

/* Optional: nicer scrollbar (Chrome/Edge) */
.scroll-notice::-webkit-scrollbar {
  width: 6px;
}

.scroll-notice::-webkit-scrollbar-thumb {
  background-color: #76453B;
  border-radius: 10px;
}

.scroll-notice::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* ====================== NEW HEADER REDESIGN ====================== */

/* Header Main */
#header .main-menu {
  /* padding: 15px 0; */
  background: #FFFAE7;
  border-bottom: 2px solid #ddd;
}

/* Logo Section */
.header-logo-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}

.college-logo-link {
  display: inline-block;
  transition: transform 0.3s ease;
}

.college-logo-link:hover {
  transform: scale(1.08);
}

.college-logo {
  height: 120px;
  width: auto;
  max-width: 100%;
  transition: transform 0.3s ease;
}

/* College Name & Contact Section */
.logo-text {
  padding: 0 20px;
}

.logo-text h1 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.college-name-en,
.college-name-hi {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.college-name-en {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 4px;
}

.college-name-en a {
  color: #2c3e50;
  text-decoration: none;
}

.college-name-en a:hover {
  color: #76453B;
}

.college-name-hi {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.college-name-hi a {
  color: #2c3e50;
  text-decoration: none;
}

.college-name-hi a:hover {
  color: #76453B;
}

.contact-info {
  margin-top: 8px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
  font-size: 14px;
  color: #555;
}

.contact-item i {
  color: #76453B;
  margin-right: 8px;
  margin-top: 2px;
  min-width: 16px;
}

.contact-item a {
  color: #555;
  text-decoration: none;
}

.contact-item a:hover {
  color: #76453B;
  text-decoration: underline;
}

/* Header Right Section */
.header-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-right-wrapper {
  width: 100%;
  max-width: 480px;
}

.header-search-box {
  margin-bottom: 10px;
}

.header-actions-row {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.header-btn-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}

.login-btn {
  background: #76453B;
  color: #fff;
  flex: 0 0 auto;
}

.login-btn:hover {
  background: #5f362f;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(118, 69, 59, 0.3);
}

.student-login-btn {
  background: #76453B;
  color: #fff;
  flex: 1;
}

.student-login-btn:hover {
  background: #5f362f;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(118, 69, 59, 0.3);
}

.fb-btn {
  background: #fff;
  color: #76453B;
  border-color: #76453B;
  flex: 1;
}

.fb-btn:hover {
  background: #76453B;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(118, 69, 59, 0.3);
}

/* Responsive */
@media (max-width: 991px) {
  .header-logo-section {
    justify-content: center;
    padding: 0;
    margin-bottom: 15px;
  }
  
  .college-logo {
    height: 100px;
  }
  
  .logo-text {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  
  .college-name-en {
    font-size: 24px;
  }
  
  .college-name-hi {
    font-size: 20px;
  }
  
  .contact-item {
    justify-content: center;
    font-size: 13px;
  }
  
  .header-cta {
    justify-content: center;
  }
  
  .header-right-wrapper {
    max-width: 100%;
  }
  
  .header-actions-row {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .college-logo {
    height: 80px;
  }
  
  .college-name-en {
    font-size: 20px;
  }
  
  .college-name-hi {
    font-size: 18px;
  }
  
  .header-btn-new {
    font-size: 12px;
    padding: 6px 12px;
  }
}

/* ====================== FOOTER REDESIGN ====================== */

#footer .footer-top {
  background: linear-gradient(135deg, #76453B 0%, #5f362f 100%);
  padding: 40px 0 25px 0;
}

.footer-info-card,
.footer-links-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 12px;
  height: 100%;
  transition: all 0.3s ease;
}

.footer-info-card:hover,
.footer-links-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}

/* Footer Logo Section */
.footer-logo-section {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  height: 60px;
  width: auto;
  margin-bottom: 8px;
}

.footer-logo-section h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 8px 0 4px 0;
}

.footer-tagline {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-weight: 500;
}

/* Footer Contact Info */
.footer-contact-info {
  margin-bottom: 15px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  color: #fff;
}

.footer-contact-item i {
  font-size: 16px;
  color: #fff;
  width: 20px;
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-contact-item span,
.footer-phone-group,
.footer-email-group {
  flex: 1;
}

.footer-phone-group,
.footer-email-group {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer-contact-item a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 13px;
}

.footer-contact-item a:hover {
  color: #fff;
  text-decoration: none !important;
  padding-left: 5px;
}

.footer-contact-item span {
  font-size: 13px;
}

/* Footer Social Links */
.footer-social-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 12px;
}

.footer-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer-social-links a:hover {
  background: #fff;
  color: #76453B;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Footer Links Card */
.footer-links-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.footer-links-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-card ul li {
  margin-bottom: 6px;
}

.footer-links-card ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 13px;
}

.footer-links-card ul li a i {
  font-size: 10px;
  margin-right: 6px;
  transition: margin-right 0.3s ease;
}

.footer-links-card ul li a:hover {
  color: #fff;
  text-decoration: none !important;
  padding-left: 5px;
}

.footer-links-card ul li a:hover i {
  margin-right: 12px;
}

/* Footer Bottom */
#footer .copyright {
  background: #121d24;
  padding: 15px 0;
  margin: 0;
}

#footer .credits {
  background: #121d24;
  padding: 0 0 15px 0;
}

/* Responsive */
@media (max-width: 991px) {
  .footer-logo-section {
    text-align: center;
  }
  
  .footer-contact-item {
    justify-content: center;
  }
  
  .footer-social-links {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #footer .footer-top {
    padding: 30px 0 20px 0;
  }
  
  .footer-info-card,
  .footer-links-card {
    padding: 15px;
    margin-bottom: 15px;
  }
  
  .footer-logo {
    height: 50px;
  }
  
  .footer-logo-section h3 {
    font-size: 18px;
  }
  
  .footer-tagline {
    font-size: 13px;
  }
}



.sports-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    cursor: pointer;
}

.sports-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sports-card:hover img {
    transform: scale(1.1);
}

.sports-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
    transition: all 0.4s ease;
}

.sports-overlay h5 {
    margin-bottom: 4px;
    font-weight: 600;
}

.sports-overlay p {
    font-size: 14px;
    margin: 0;
}

/*ICC Page */
.committee-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.committee-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.committee-img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #76453B;
}

.committee-role {
    color: #76453B;
    font-weight: 600;
    margin-bottom: 0;
}

/*Anti Ragging */
.poster-img {
    max-height: 350px;
    border-radius: 10px;
    transition: transform 0.3s ease;
   
}

.poster-img:hover {
    transform: scale(1.03);
}

/*ICC Page - Committee List */
.committee-tabs .nav-link {
    color: #76453B;
    font-weight: 600;
}

.committee-tabs .nav-link.active {
    background-color: #76453B;
    color: #fff;
    border-radius: 30px;
}

.committee-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.committee-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.committee-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #76453B;
}

.committee-role {
    color: #76453B;
    font-weight: 600;
    margin-bottom: 4px;
}

.committee-contact {
    font-size: 14px;
    color: #555;
}


/* Important Links Section */
.important-link-card {
    display: block;
    background: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 5px solid #76453B;
    height: 100%;
}

.important-link-card h6 {
    color: #76453B;
    font-weight: 700;
    margin-bottom: 8px;
}

.important-link-card p {
    color: #555;
    margin: 0;
    font-size: 14px;
}

.important-link-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    text-decoration: none;
}
.icon-style {
    color: #76453B;
    margin-right: 6px;
    font-size: 14px;
}

.link-logo {
    height: 60px;
    object-fit: contain;
}

/* AISHE Card */
/* AISHE Certificate Section */
.aishe-certificates {
    margin-top: 30px;
}

.aishe-title {
    color: #76453B;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

/* Certificate Card */
.aishe-card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.aishe-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Year Title */
.aishe-year {
    font-weight: 600;
    color: #76453B;
    margin-bottom: 15px;
}

/* PDF Icon */
.aishe-icon {
    width: 60px;
    margin: 15px 0;
    transition: transform 0.3s ease;
}

.aishe-card:hover .aishe-icon {
    transform: scale(1.1);
}

/* Button */
.aishe-btn {
    display: inline-block;
    padding: 6px 14px;
    background: #76453B;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.aishe-btn:hover {
    background: #5a332b;
    color: #fff;
    text-decoration: none;
}

/*NSS */
/* NSS Section */
.nss-section {
    padding: 20px;
}

/* Accordion Card */
.nss-accordion-card {
    border: none;
    margin-bottom: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
}

/* Header */
.nss-accordion-header {
    background: #76453B;
    padding: 0;
}

.nss-accordion-btn {
    width: 100%;
    text-align: left;
    color: #fff !important;
    font-weight: 600;
    padding: 15px 20px;
    text-decoration: none !important;
}

.nss-accordion-btn:hover {
    color: #fff !important;
    background: #5a332b;
}

/* List */
.nss-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.nss-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.nss-list li:last-child {
    border-bottom: none;
}

.nss-list a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.nss-list a:hover {
    color: #76453B;
    padding-left: 5px;
}