@charset "utf-8";
@import url("css-1");
@import url("css-2");

html,
body {
  font-size: 15px;
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  vertical-align: baseline;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 26px;
  text-align: justify;
}

p {
  margin: 0px;
  margin-left: 0px;
  justify-content: center;
  display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #0a0a0a;
  margin: 0 0 26px;
  line-height: 1.4;
}

h1 {
  font-size: 80px;
  font-weight: 400;
}

/* --- Standardized Section Headings --- */
h2,
.rs-title h2,
.rs-title2 h2,
.rs-title3 h2,
.rs-title-full h2,
.rs-about-school h2 {
  font-size: 36px !important;
  color: #0c0c0c !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 25px !important;
  text-transform: capitalize;
}

/* Handle light text on dark backgrounds */
.rs-title.white-text h2,
.rs-title2.white-text h2,
.rs-title3.text-white h2,
.white-color h2,
.bg6 h2,
.bg9 h2,
.direc-m h2 {
  color: #ffffff !important;
}

h3 {
  font-size: 30px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 500;
}

a {
  color: #265038;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #265038;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* -----------------------------------
    02. Common CSS
-------------------------------------*/

.clear {
  clear: both;
}

.fix {
  overflow: hidden;
}

.display-flex,
.display-flex-center {
  display: flex;
}

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

.white-color {
  color: #ffffff;
}

.stroke-text-white {
  -webkit-text-stroke: 2px #fff;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
}

.border-radius-3 {
  border-radius: 3px;
}

.border-radius-5 {
  border-radius: 5px;
}

.stroke-text-primary {
  -webkit-text-stroke: 2px #265038;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
}

.z-index-0 {
  z-index: 0 !important;
}

.primary-color {
  color: #265038;
}

.bold {
  font-weight: 700;
}

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

.no-border {
  border: none !important;
}

.no-background {
  background-color: unset !important;
}

.ps-relative {
  position: relative !important;
}

.ds-block {
  display: block;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-font-weight {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.bold {
  font-weight: 700 !important;
}

.box-shadow-none {
  box-shadow: none !important;
}

.sec-spacer {
  padding: 100px 0;
}

.sec-spacer2 {
  padding: 50px 0 30px;
}

.sec-spacer3 {
  padding: 105px 0 120px;
}

.sec-spacer4 {
  padding: 85px 0 100px;
}

.margin-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

.pr-15p {
  padding-right: 15%;
}

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

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-0 {
  padding-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-325 {
  padding-top: 325px !important;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-94 {
  padding-bottom: 94px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

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

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

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

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

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

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

.ml-30 {
  margin-left: 30px !important;
}

.col-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-20 [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.container-fluid {
  padding: 0 100px;
}

.sec-color {
  color: #cccccc !important;
}

.sec-bg {
  background-color: #cccccc !important;
}

.radius-0 {
  border-radius: unset !important;
}

.gray-color {
  color: #cccccc !important;
}

.gray-bg {
  background-color: #f7f7fc !important;
}

.white-color {
  color: #ffffff !important;
}

.secondary-color {
  color: #030749 !important;
}

.black-bg-section {
  padding-top: 85px;
  padding-bottom: 205px;
}

.white-bg {
  background-color: #ffffff !important;
}

.primary-color {
  color: #265038 !important;
}

.primary-bg {
  background: #e8c439 !important;
}

.secondary-bg {
  background: #030749 !important;
}

.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.bg6 {
  background: url(../../images/bg6.jpeg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.bg999 {
  background: url(../images/bg8.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg8 {
  background-image: url(../images/white_wall.png);
}

.bg9 {
  background-image: url(../images/m-bg-1.jpg);
  /* background-attachment: fixed; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.sec-bg1,
.sec-bg2,
.sec-bg3,
.sec-bg4,
.sec-bg5,
.sec-bg6 {
  background-position: bottom;
}

.bg1,
.bg2,
.bg3,
.bg4,
.bg5,
.bg6,
.bg7,
.sec-bg1,
.sec-bg2,
.sec-bg3,
.sec-bg4,
.sec-bg5,
.sec-bg6 {
  background-size: cover;
}

.dots-bg,
.dots-bg-right {
  background-image: url(../images/dots.png);
  background-position: bottom left;
  position: absolute;
  width: 229px;
  height: 258px;
  background-repeat: no-repeat;
  left: -98px;
  bottom: -85px;
  z-index: 0;
}

.dots-bg.size-175,
.dots-bg-right.size-175 {
  max-width: 175px;
  max-height: 175px;
  left: -70px;
}

.separator-70 {
  height: 70px;
}

.dots-bg-right {
  left: auto;
  right: -98px;
}

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

.readon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  height: 50px;
  line-height: 50px;
  padding: 0 34px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #aea128;
  z-index: 1;
  border: none;
}

.readon:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  color: #000 !important;
  background: #265038;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.readon:hover {
  background: #265038;
  color: #ffffff;
  opacity: 0.99;
}

.readon:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

.readon.default-style {
  font-size: 17px;
  font-weight: 500;
}

.readon.default-style:hover {
  border-color: #030749;
  background: #030749;
  color: #ffffff;
  opacity: 1;
}

.readon.white-btn {
  background: #ffffff;
  color: #0a0a0a;
}

.readon.white-btn:hover {
  color: #ffffff;
  background: #c54409;
}

.border-btn {
  font-size: 16px;
  color: #0a0a0a;
  font-weight: 500;
  border: 1px solid #265038;
  text-align: center;
  line-height: 45px;
  height: 45px;
  display: inline-block;
  padding: 0 35px;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
}

.border-btn:hover {
  background: #265038;
  color: #ffffff;
}

.border-btn.white-color {
  border-color: #ffffff;
}

.border-btn.white-color:hover {
  border-color: #265038;
}

.readon2 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #265038;
  color: #030749;
  text-align: center;
  transition: all 0.3s;
}

.readon2 i:before {
  margin: 0;
}

.readon2 i:hover {
  color: #ffffff;
  background: #030749;
}

.readon2.primary i {
  background: #265038;
  color: #030749;
}

.readon2.primary i:hover {
  background: #030749;
  color: #ffffff;
}

.readon2.secondary i {
  background: #030749;
  color: #ffffff;
}

.readon2.secondary i:hover {
  background: #ffffff;
  color: #030749;
}

.readon2.primary-opacity i {
  background: #265038;
  color: #030749;
}

.readon2.primary-opacity i:hover {
  opacity: 0.8;
  background: #265038;
  color: #030749;
}

.readon2.transparent-white i {
  background: transparent;
  border: 2px solid;
  border-color: #030749;
  color: #030749;
  line-height: 36px;
}

.readon2.transparent-white i:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.rs-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

::-moz-selection {
  background: #265038;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #265038;
  text-shadow: none;
  color: #ffffff;
}

.left-right-padding .container {
  padding-left: 30px;
  padding-right: 30px;
}

.dot-none .owl-controls .owl-dots {
  display: none !important;
}

.nav-none .owl-controls .owl-nav {
  display: none !important;
}

.grayscale img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
}

.grayscale img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

/*-----------------------------------
    #. Nav Style
-----------------------------------*/

.home-one .nav-style .owl-controls .owl-nav .owl-next,
.home-one .nav-style .owl-controls .owl-nav .owl-prev {
  z-index: 100;
  bottom: -105px;
  width: 60px;
  height: 45px;
  line-height: 45px;
  background: url(../images/nav_bg.png);
  text-align: center;
  transition: all 0.3s ease 0s;
  display: inline-block !important;
  position: absolute;
  content: "";
}

.home-one .nav-style .owl-controls .owl-nav .owl-next i:before,
.home-one .nav-style .owl-controls .owl-nav .owl-prev i:before,
.home-one .nav-style .owl-controls .owl-nav .owl-next i,
.home-one .nav-style .owl-controls .owl-nav .owl-prev i {
  font-size: 30px;
  transition: all 0.3s ease 0s;
}

.home-one .nav-style .owl-controls .owl-nav .owl-next:hover i,
.home-one .nav-style .owl-controls .owl-nav .owl-prev:hover i {
  color: #265038;
}

.home-one .nav-style .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.home-one .nav-style .owl-controls .owl-nav .owl-next {
  left: 80px;
}

/* ------------------------------------
    #. Page Nav CSS
  ---------------------------------------*/

.page-nav ul {
  display: inline-block;
  border: 2px solid #f2f2f2;
  padding: 10px 30px;
  border-radius: 30px;
}

.page-nav ul li {
  display: inline;
  font-size: 18px;
  border-right: 1px solid #e6e6e6;
  padding-right: 15px;
  margin-right: 15px;
}

.page-nav ul li a {
  color: #4a4a4a;
}

.page-nav ul li a i:before {
  margin: 0;
  font-size: 18px;
}

.page-nav ul li a:hover {
  color: #265038;
}

.page-nav ul li.active a {
  color: #265038;
}

.page-nav ul li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  position: fixed;
  right: 40px;
  z-index: 999;
  background: #265038;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  line-height: 40px;
  font-size: 24px;
  height: 45px;
  transition: all 0.3s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#scrollUp:hover {
  opacity: 0.8;
}

.rs-title,
.rs-title2 {
  margin-bottom: 56px;
}

.rs-title3 {
  margin-bottom: 56px;
}

.rs-title3 span {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.rs-title2 span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.rs-title h2,
.rs-title2 h2 {
  margin-bottom: 18px;
}

.rs-title h3,
.rs-title2 h3 {
  margin-bottom: 10px;
}

.rs-title.white-text h2,
.rs-title2.white-text h2,
.rs-title.white-text h3,
.rs-title2.white-text h3,
.rs-title.white-text h4,
.rs-title2.white-text h4 {
  color: #ffffff;
}

.rs-title.white-text p,
.rs-title2.white-text p,
.rs-title.white-text span,
.rs-title2.white-text span {
  color: #fff;
}

.rs-title.border-style h2 {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.rs-title.border-style h2:after {
  content: "";
  position: absolute;
  background: #265038;
  width: 60%;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: 12px;
  opacity: 0.7;
}

.rs-title3 {
  margin: 0 0 20px;
}

.rs-title3 .title-bar {
  position: relative;
  display: inline-block;
}

.rs-title3 .title-bar:before,
.rs-title3 .title-bar:after,
.rs-title3 .title-bar h2:before,
.rs-title3 .title-bar h2:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  top: 35px;
}

.rs-title3 .title-bar:before,
.rs-title3 .title-bar:after {
  left: -60px;
  background: #0a0a0a;
}

.rs-title3 .title-bar:after {
  left: auto;
  right: -60px;
}

.rs-title3 .title-bar h2:before,
.rs-title3 .title-bar h2:after {
  background: #265038;
  left: -30px;
}

.rs-title3 .title-bar h2:after {
  left: auto;
  right: -30px;
}

.rs-title3 h2 {
  display: inline-block;
}

.rs-title3.text-white .title-bar:before,
.rs-title3.text-white .title-bar:after {
  background: #ffffff;
}

.rs-title3.text-white h2 {
  color: #ffffff;
}

.rs-title-full {
  margin-bottom: 30px;
}

.rs-title-full .title {
  width: 47%;
}

.rs-title-full .des {
  width: 53%;
}

.sec-bg-style {
  background: linear-gradient(#4c5e62, #533108);
  background: -webkit-linear-gradient(#4c5e62, #533108);
  overflow: hidden;
}

.pattern-repeat {
  background: url(../images/pattern.png);
}

.black-pattern {
  background: url(../images/black-pattern.jpg);
}

.black-pattern,
.pattern-repeat {
  background-repeat: repeat;
  border-radius: 5px;
}

.glyph-icon:before {
  margin: 0;
}

/* -----------------------
    03. Header CSS
--------------------------*/

.full-width-header .topbar-section {
  padding: 8px 0;
  background: #265038;
}

.full-width-header .topbar-section .mail-info li {
  display: inline-block;
  color: #ffffff;
}

.full-width-header .topbar-section .mail-info li+li {
  padding-left: 20px;
}

.full-width-header .topbar-section .mail-info li a i,
.full-width-header .topbar-section .mail-info li a {
  font-size: 15px;
  color: #fff;
}

.full-width-header .topbar-section .mail-info li a i,
.full-width-header .topbar-section .mail-info li a:hover {
  color: #aea128;
}

.full-width-header .topbar-section .mail-info li a i,
.full-width-header .topbar-section .mail-info li a i:before {
  font-size: 20px;
  margin-right: 3px;
  font-weight: bold;
  color: #fff;
}

.full-width-header .topbar-section .right-text .social-link,
.full-width-header .topbar-section .right-text .get-qoute {
  float: right;
}

.full-width-header .topbar-section .right-text .social-link a {
  color: #ffffff;
}

.full-width-header .topbar-section .right-text .get-qoute a {
  color: #265038;
}

.full-width-header .topbar-section .right-text .get-qoute a {
  margin-left: 10px;
}

.full-width-header .topbar-section .right-text .social-link a:hover,
.full-width-header .topbar-section .right-text .get-qoute a:hover {
  color: #aea128;
}

.full-width-header .topbar-section .right-text .social-link li {
  display: inline-block;
  padding-left: 40px;
}

.full-width-header .topbar-section .right-text .get-qoute {
  position: relative;
  padding-right: 10px;
  font-size: 15px;
  border-radius: 5px;
  background-color: #fafafa;
}

.full-width-header .topbar-section .right-text .get-qoute a:hover {
  color: #f57a25;
}

.full-width-header .topbar-section .right-text .get-qoute i {
  color: #f47a23;
}

.full-width-header .rs-header-top {
  padding: 30px 0 26px;
  overflow: hidden;
}

.full-width-header .rs-header-top .right-section {
  float: right;
}

.full-width-header .rs-header-top .right-section .header-contact {
  margin-left: 30px;
}

.full-width-header .rs-header-top .left-section .header-contact {
  margin-right: 30px;
}

.full-width-header .rs-header-top .header-contact .widget-text {
  position: relative;
  padding-left: 55px;
}

.full-width-header .rs-header-top .header-contact .widget-text i {
  position: absolute;
  border-radius: 2px;
  text-align: center;
  left: 0;
  line-height: 26px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}

.full-width-header .rs-header-top .header-contact .widget-text i,
.full-width-header .rs-header-top .header-contact .widget-text i:before {
  font-size: 20px;
}

.full-width-header .rs-header-top .header-contact .widget-text .info-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.full-width-header .rs-header-top .header-contact .widget-text .info-text span {
  line-height: 18px;
  font-weight: 500;
}

.topbar-section .social-link i {
  font-size: 20px;
}

.full-width-header .rs-header {
  z-index: 999;
}

.menu-area.menu-sticky.transparent {
  background-color: #265038;
}

.full-width-header .rs-header .sticky-logo {
  display: none;
}

.full-width-header .rs-header .menu-area .logo-area img {
  position: relative;
  z-index: 11;
}

.full-width-header .rs-header .menu-area .logo-area a {
  position: absolute;
  top: -108px;
}

.sticky-header .full-width-header .rs-header.header-style-3 .menu-area .main-menu .rs-menu ul.nav-menu>li {
  padding: 40px 0;
}

.rs-header.header-style-3 h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 50px;
  padding: 20px 0 20px 42px;
  letter-spacing: 5px;
  color: #265038;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 25px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #030749;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
  margin-right: 0 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
  margin: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background-color: #265038;
  margin: 0;
  padding: 15px 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0;
  border: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding: 6px 25px;
  height: unset;
  text-transform: capitalize;
  line-height: unset;
  color: #ffffff;
  font-weight: 400;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #265038;
  background-color: #fff;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a::before {
  content: "";
  background-image: url(../images/right-arrow.png);
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 0;
  opacity: 0;
  transition: opacity 0.6s, margin-right 0.6s;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover::before {
  margin-right: 5px;
  opacity: 1;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  margin: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  background-color: #265038;
  padding: 0 15px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container {
  padding: 0;
  margin: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu {
  width: 33%;
  float: left;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 15px;
  color: #ffffff;
  text-align: left;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu li a {
  padding: 6px 15px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a {
  color: #030749 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu>li>a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a {
  color: #ffffff !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu>li {
  padding: 27px 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul#onepage-menu li.active-menu>a {
  color: #265038 !important;
}

.full-width-header .rs-header .menu-area .secondary-background,
.full-width-header .rs-header .menu-area .background-white {
  padding: 0 30px;
  position: relative;
  border-radius: 5px;
}

.full-width-header .rs-header .menu-area .background-white {
  background: #ffffff;
}

.full-width-header .rs-header .menu-area .secondary-background {
  background: #030749;
}

.full-width-header .rs-header .menu-area .secondary-background .right-bar-icon a:hover,
.full-width-header .rs-header .menu-area .secondary-background .rs-menu ul.nav-menu>li>a {
  color: #ffffff;
}

.full-width-header .rs-header .menu-area .secondary-background .right-bar-icon .rs-search {
  border-color: rgba(248, 86, 12, 0.4);
}

.full-width-header .rs-header .menu-area.menu-sticky {
  box-shadow: none;
}

.full-width-header .rs-header .menu-area.transparent {
  position: relative;
  z-index: 10;
}

.full-width-header .rs-header .get-btn a {
  color: #ffffff;
  background: #265038;
  padding: 10px 12px;
  font-size: 14px;
  display: inline-block;
  width: 112px;
  text-align: center;
  transition: all 0.3s ease 0s;
  height: auto;
  line-height: normal;
  border-radius: 0;
}

.full-width-header .rs-header .get-btn a:before {
  border-radius: 0;
}

.full-width-header .rs-header .right_menu_togle {
  background: #fafafa;
  padding: 30px;
  z-index: 999999;
}

.full-width-header .rs-header .right_menu_togle .close-btn {
  overflow: visible;
  padding: 0;
}

.full-width-header .rs-header .right_menu_togle .close-btn span {
  width: 45px !important;
  height: 45px !important;
  line-height: 44px !important;
  border-radius: 100%;
  background: #030749;
  color: #ffffff;
  border: none !important;
  transition: all 0.3s ease 0s;
}

.full-width-header .rs-header .right_menu_togle .close-btn span i {
  transition: all 0.3s ease 0s;
}

.full-width-header .rs-header .right_menu_togle .close-btn span:hover i {
  transform: rotate(90deg);
}

.full-width-header .rs-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 25px;
}

.full-width-header .rs-header .right_menu_togle .canvas-logo img {
  width: auto;
  height: 30px;
}

.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a {
  font-size: 17px;
  color: #222;
  padding-left: 0;
}

.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a:hover {
  color: #265038;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact {
  padding: 25px 0 0;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .canvas-contact-title {
  padding: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .canvas-contact-title:before {
  content: "";
  position: absolute;
  background: #265038;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact {
  padding: 0 0 30px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li {
  padding: 0 0 13px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li i {
  padding-right: 10px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li a {
  color: #4a4a4a;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li a:hover {
  color: #265038;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li:last-child {
  padding: 0;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
  padding-right: 10px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 18px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #030749;
  text-align: center;
  border-radius: 50%;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a:hover {
  opacity: 0.82;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li:last-child {
  padding: 0;
}

.full-width-header .rs-header .right-bar-icon .cart-icon {
  cursor: pointer;
}

.full-width-header .rs-header .right-bar-icon ul>li.icon-bar {
  display: inline-block;
}

.full-width-header .rs-header .right-bar-icon ul>li.icon-bar>a {
  color: #265038;
}

.full-width-header .rs-header .right-bar-icon ul>li.icon-bar>a:hover {
  color: #4a4a4a;
}

.full-width-header .rs-header .right-bar-icon ul>li.cart-inner {
  padding: 35px 20px;
}

.full-width-header .rs-header .right-bar-icon .rs-search {
  border-left: 1px solid #fcbb9e;
  padding-left: 25px;
}

.full-width-header .rs-header.transparent-header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.full-width-header .rs-header.transparent-header .fullwidth-container {
  padding: 0 60px;
  max-width: 1800px;
  margin: 0 auto;
}

.full-width-header .rs-header.transparent-header .header-contact .widget-text .info-text {
  color: #ffffff;
}

.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #265038 !important;
}

.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu li a {
  color: #ffffff !important;
}

.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu li a:hover {
  color: #030749 !important;
}

.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu li.active a {
  color: #030749 !important;
}

.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu .cart-btn .cart-counter {
  background: #ffffff;
  color: #030749;
}

.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu .current-menu-item>a {
  color: #265038 !important;
}

.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu .cart-btn .cart-counter {
  background: #030749;
  color: #ffffff;
}

.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu .current-menu-item>a {
  color: #265038 !important;
}

.full-width-header .rs-header.inner-page .get-btn {
  margin-left: 40px;
}

.full-width-header .rs-header.inner-page .menu-area .main-menu .rs-menu ul.nav-menu>li>a {
  color: #ffffff;
}

.full-width-header .rs-header.inner-page .menu-area.sticky .default-logo {
  display: none;
}

.full-width-header .rs-header.inner-page .menu-area.sticky .sticky-logo {
  display: block;
}

.full-width-header .rs-header.inner-page .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
  color: #4a4a4a;
}

.full-width-header .rs-header.header-style-3 {
  position: relative;
}

.full-width-header .rs-header.header-style-3 .header-mid-section {
  float: right;
  position: relative;
}

.full-width-header .rs-header.header-style-3 .header-mid-section .right-bar-icon {
  margin-left: 50px;
}

.full-width-header .rs-header.header-style-3 .rs-header-top {
  background: #aea128;
  padding: 0;
}

.full-width-header .rs-header.header-style-3 .rs-header-top .office-time {
  background: #265038;
  color: #ffffff;
  height: 56px;
  line-height: 56px;
  position: relative;
  max-width: 215px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
}

.full-width-header .rs-header.header-style-3 .rs-header-top .office-time:after {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 0;
  height: 0;
  border-bottom: 56px solid #265038;
  border-left: 40px solid transparent;
}

.full-width-header .rs-header.header-style-3 .rs-header-top .office-time i {
  color: #fff;
  margin-right: 20px;
}

.full-width-header .rs-header.header-style-3 .menu-area .main-menu .rs-menu ul.nav-menu>li {
  padding: 20px 0;
}

.header-information {
  float: right;
}

.full-width-header .rs-header.header-style-3 .header-contact {
  padding: 15px 0 15px;
}

.home-two .full-width-header .rs-header .menu-area.menu-sticky.sticky {
  background: #030749;
}

.home-one .full-width-header .rs-header .right-bar-icon ul>li.cart-inner,
.home-two .full-width-header .rs-header .right-bar-icon ul>li.cart-inner {
  padding: 27px 20px;
}

/* -----------------------
    04. Full-width slider Section CSS
--------------------------*/

.main-banner {
  position: relative;
}

.rs-home-slider {
  transition: 0.4s;
}

.rs-home-slider img {
  width: 100%;
}

.rs-home-slider .owl-nav {
  opacity: 0;
  transition: all 0.3s ease 0s;
  transition-delay: 2s;
}

.rs-home-slider .owl-nav .owl-prev,
.rs-home-slider .owl-nav .owl-next {
  position: absolute;
  color: #ffffff;
  transition: 0.8s;
  background-size: cover;
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -200px;
  opacity: 0;
  visibility: hidden;
}

.rs-home-slider .owl-nav .owl-prev i,
.rs-home-slider .owl-nav .owl-next i,
.rs-home-slider .owl-nav .owl-prev i:before,
.rs-home-slider .owl-nav .owl-next i:before {
  margin: 0;
  font-size: 25px;
}

.rs-home-slider .owl-nav .owl-prev:hover,
.rs-home-slider .owl-nav .owl-next:hover {
  color: #265038;
}

.rs-home-slider .owl-nav .owl-next {
  left: auto;
  right: -200px;
}

.rs-home-slider:hover .owl-nav {
  opacity: 1;
  transition-delay: unset;
}

.rs-home-slider:hover .owl-nav .owl-prev,
.rs-home-slider:hover .owl-nav .owl-next {
  opacity: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  visibility: visible;
}

.rs-home-slider:hover .owl-nav .owl-prev {
  left: 20px;
}

.rs-home-slider:hover .owl-nav .owl-next {
  right: 20px;
}

.rs-home-slider.rs-home-slider .content-inner2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-subtitle {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #f57a25;
  letter-spacing: 0.1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-title {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 90px;
  margin: 0 0 35px;
  text-transform: uppercase;
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-title span {
  display: block;
  letter-spacing: 0.1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-desc {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 42px;
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text ul li {
  display: inline;
  margin-right: 25px;
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text ul li .sl-video-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  background: #265038;
  color: #030749;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text ul li .sl-video-btn:after {
  content: "";
  position: absolute;
  z-index: -3;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 57px;
  height: 57px;
  background: transparent;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
  border: 1px solid #265038;
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text ul li .sl-video-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background: transparent;
  border: 1px solid #265038;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
  z-index: -2;
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text ul li:last-child {
  margin-right: 0;
}

.rs-home-slider.home1-slider .content-inner2 {
  top: 60%;
}

.rs-home-slider.home2-slider {
  margin-top: -40px;
}

.rs-home-slider.home2-slider .content-inner2 {
  top: 53%;
}

.rs-home-slider.home2-slider .content-inner2 .slider-text {
  background: rgba(3, 7, 73, 0.5);
  max-width: 850px;
  position: relative;
  border-radius: 5px;
  padding: 66px 50px 80px 80px;
}

.rs-home-slider.home2-slider .content-inner2 .slider-text:after {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 87%;
  background: rgba(3, 7, 73, 0.5);
  content: "";
  border-radius: 5px;
  z-index: -1;
}

.rs-home-slider.home2-slider .content-inner2 .slider-text .sl-title {
  font-size: 70px;
  line-height: 80px;
}

.rs-home-slider.home2-slider .content-inner2 .slider-text.text-center {
  margin: 0 auto;
}

.rs-home-slider.home3-slider .content-inner2 {
  top: 43%;
}

.rs-home-slider.home3-slider .content-inner2 .slider-text .sl-title {
  font-size: 45px;
  line-height: 65px;
  margin-bottom: 15px;
}

.banner-con {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 100px;
  z-index: 1;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-right: 250px;
}

.banner-con h4 {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #f57a25;
  letter-spacing: 0.1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.banner-con h1 {
  font-size: 35px;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-weight: 600;
  line-height: 50px;
  margin: 0 0 35px;
  text-transform: uppercase;
}

/* -----------------------
    08. About Section CSS 
--------------------------*/

.rs-about-school .about-images img {
  border-radius: 3px;
}

.rs-about-school .about-service-item {
  padding: 17px 0;
}

.rs-about-school .about-service-item .service-icon {
  margin-right: 20px;
}

.rs-about-school .about-service-item .service-icon i,
.rs-about-school .about-service-item .service-icon i:before {
  font-size: 40px;
  color: #265038;
}

.rs-about-school .about-service-item .title {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
}

.rs-about-school .about-service-item.text-center {
  border-radius: 3px;
  padding: 42px 20px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.rs-about-school .about-service-item.text-center .title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}

.rs-about-school .about-service-item.text-center .number {
  margin-bottom: 28px;
}

.rs-about-school .auther-info span {
  padding-top: 18px;
  display: block;
  font-weight: 500;
  color: #0a0a0a;
}

.rs-about-school .services-list .sub-title {
  color: #4a4a4a;
  margin: 0 0 10px;
  display: block;
  line-height: 30px;
}

.rs-about-school .services-list ul.check-list li {
  position: relative;
  padding-left: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
}

.rs-about-school .services-list ul.check-list li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\f11b";
  font-family: Flaticon;
  color: #265038;
  font-weight: 700;
  font-size: 14px;
}

.rs-about-school .services-list .button-area {
  margin-top: 35px;
}

.rs-about-school .services-list .button-area li {
  display: inline-block;
}

.rs-about-school .services-list .button-area li+li {
  margin-left: 25px;
}

.rs-about-school ul.check-list {
  margin-left: 20px;
}

.rs-section-image .single-image {
  margin-top: -52px;
}

.rs-quality-services.negative-margin {
  margin-top: -70px;
}

.rs-quality-services {
  position: relative;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
  z-index: 0;
}

.background-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #000;
  z-index: 0;
}

.f-bg1 {
  height: 240px;
}

.f-bg2 {
  height: 280px;
  width: 100%;
}

.f-bg2 img {
  height: 100%;
  width: 100%;
}

.f-bg1 img {
  height: 100%;
  width: 100%;
}

.service-items .service-content {
  background-color: #aea128;
  padding: 15px 25px;
  text-align: center;
}

.service-content p {
  color: #fff !important;
}

.rs-quality-services .service-items {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #41824b;
  transition: all 0.3s ease 0s;
}

.rs-quality-services .si-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -50px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #b4b092;
  z-index: -1;
}

.rs-quality-services .si-bg2::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #b4b092;
  z-index: -2;
}

.rs-quality-services .service-items:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #aea128;
  z-index: 0;
  transform: scaleY(0);
  transition: all 0.3s ease 0s;
}

.rs-quality-services .service-items .service-content {
  position: relative;
  z-index: 10;
  transition: all 0.3s ease 0s;
}

.rs-quality-services .service-items .service-content .title {
  margin: 0px;
}

.rs-quality-services .service-items .service-content .service-icon {
  margin: 0 0 14px;
}

.rs-quality-services .service-items .service-content .service-icon {
  color: #f57c27;
}

.rs-quality-services .service-items .service-content .service-icon i,
.rs-quality-services .service-items .service-content .service-icon i:before {
  font-size: 50px;
}

.rs-quality-services .service-items .service-content .title a {
  color: #ffffff;
}

.rs-quality-services .service-items .service-content p {
  color: #ccc;
}

.rs-quality-services .service-items .service-content .view-details {
  position: relative;
  color: #f57a25;
}

.rs-quality-services .service-items .service-content .view-details:before {
  font-family: Flaticon;
  font-size: 14px;
  color: #f57a25;
  position: absolute;
  content: "\f100";
  top: 0;
  right: -20px;
  transition: all 0.3s ease 0s;
}

.rs-quality-services .service-items .service-content .view-details:hover:before {
  right: -25px;
}

.rs-quality-services .service-items:hover {
  border-color: #265038;
}

.rs-quality-services .service-items:hover:before {
  transform: scaleY(1);
}

.rs-quality-services .service-items:hover .service-content .view-details,
.rs-quality-services .service-items:hover .service-content .view-details:before,
.rs-quality-services .service-items:hover .service-content .service-icon {
  color: #ffffff;
}

.service-sidebar .full-content .services-single .top-side blockquote {
  padding: 30px 40px;
  margin: 30px 0;
  position: relative;
  background: #f7f7fc;
}

.service-sidebar .full-content .services-single .top-side blockquote:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #265038;
}

.service-sidebar .full-content .services-single .top-side blockquote p {
  margin: 0;
}

.sidebar-area .service-list .title {
  padding: 14px 20px;
  border-radius: 0;
  background: #030749;
}

.sidebar-area .service-list ul.services-item-list {
  list-style: none;
  margin: 0;
}

.sidebar-area .service-list ul.services-item-list li {
  padding: 14px 20px;
  background: #f7f7fc;
}

.sidebar-area .service-list ul.services-item-list li+li {
  margin-top: 2px;
}

.sidebar-area .service-list ul.services-item-list li a {
  color: #0a0a0a;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.sidebar-area .service-list ul.services-item-list li a:hover {
  color: #265038;
}

.sidebar-area .service-list ul.contact-list {
  padding: 7px 20px 30px;
}

.sidebar-area .service-list ul.contact-list li {
  margin: 0 0 25px;
  color: #4a4a4a;
}

.sidebar-area .service-list ul.contact-list li i {
  float: left;
  font-size: 25px;
  margin-right: 10px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  color: #265038;
}

.sidebar-area .service-list ul.contact-list li a {
  color: #4a4a4a;
}

.sidebar-area .service-list ul.contact-list li a:hover {
  color: #265038;
}

.sidebar-area .service-list ul.contact-list li:last-child {
  margin: 0;
}

.sidebar-area .service-list ul.contact-list li .contact-info {
  overflow: hidden;
}

.contact-info {
  justify-content: space-around;
}

.sidebar-area .serivce-brochure {
  padding: 40px 40px 50px;
  border-radius: 0;
  background: #030749;
}

.sidebar-area .serivce-brochure .title,
.sidebar-area .serivce-brochure p {
  color: #ffffff;
}

.sidebar-area .serivce-brochure .title {
  font-size: 30px;
}

.sidebar-area .serivce-brochure p {
  padding-bottom: 5px;
}

.sidebar-area .serivce-brochure .readon {
  border-radius: 0;
}

.sidebar-area .contact-section {
  background: #f7f7fc;
}

.sidebar-area .project-list .title {
  padding: 14px 20px;
  background: #030749;
  border-radius: 0;
}

.sidebar-area .project-list ul.services-item-list {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  background: #f7f7fc;
}

.sidebar-area .project-list ul.services-item-list li {
  padding: 8px 20px;
}

.sidebar-area .project-list ul.services-item-list li span {
  font-weight: 600;
  color: #0a0a0a;
}

.nav-date .priv,
.nav-date .next {
  width: 50%;
  position: relative;
  margin-top: 55px;
}

.nav-date .priv:after,
.nav-date .next:after {
  position: absolute;
  font-family: Flaticon;
  top: 0;
  color: #0a0a0a;
}

.nav-date .priv a,
.nav-date .next a {
  font-weight: 500;
  color: #0a0a0a;
}

.nav-date .priv:hover:after,
.nav-date .next:hover:after,
.nav-date .priv:hover a,
.nav-date .next:hover a {
  color: #265038;
}

.nav-date .priv {
  padding-left: 26px;
}

.nav-date .priv:after {
  content: "\f101";
  left: 0;
}

.nav-date .next {
  padding-right: 26px;
}

.nav-date .next:after {
  content: "\f100";
  right: 0;
}

/* -----------------------
    14. Newsletter Section CSS
--------------------------*/

.bg-footer {
  position: relative;
  z-index: -1;
  padding: 200px 0;
}

.newsletter-section {
  position: relative;
}

.newsletter-section .subscribe-text .sub-title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.newsletter-section .subscribe-text .title {
  margin: 0 0 20px;
}

.newsletter-section .subscribe-text span a,
.newsletter-section .subscribe-text span {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
}

.newsletter-section .subscribe-text span a i,
.newsletter-section .subscribe-text span i {
  margin-right: 20px;
}

.newsletter-section .subscribe-text span a+span,
.newsletter-section .subscribe-text span+span {
  margin-left: 5px;
}

.newsletter-section .subscribe-text i,
.newsletter-section .subscribe-text .title,
.newsletter-section .subscribe-text span a:hover {
  color: #265038;
}

.subscribe-text h3 {
  color: #fff !important;
}

.subscribe-text h3 a {
  color: #fff;
}

.newsletter-section .subscribe-form {
  max-width: 590px;
  margin: 45px auto 0;
}

.newsletter-section .subscribe-form h2 {
  margin: 0 0 38px;
  text-align: center;
}

.newsletter-section .news-form {
  position: relative;
}

.newsletter-section .news-form .form-input {
  width: 100%;
  height: 60px;
  padding: 5px 20px;
  background: #0e1254;
  outline: none;
  color: #4a4a4a;
  border: 0;
  font-size: 16px;
  font-weight: 400;
}

.newsletter-section .news-form .form-input::-webkit-input-placeholder {
  color: #d1d1d1;
  opacity: 1;
}

.newsletter-section .news-form .form-input::-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
}

.newsletter-section .news-form .form-input:-ms-input-placeholder {
  color: #d1d1d1;
  opacity: 1;
}

.newsletter-section .news-form .form-input:-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
}

.newsletter-section .news-form .form-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  min-width: 170px;
  background-color: #265038;
  font-size: 16px;
  border: 0;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
}

.newsletter-section .secondery-bg {
  background: rgba(3, 7, 73, 0.7);
  padding: 64px 0 70px;
}

.newsletter-section .secondery-bg .subscribe-text .sub-title {
  color: #fff;
}

.newsletter-section .secondery-bg .subscribe-text span a,
.newsletter-section .secondery-bg .subscribe-text span {
  color: #fff;
}

.newsletter-section .secondery-bg .subscribe-text span a:hover {
  color: #265038;
}

.newsletter-section .secondery-bg .subscribe-form h2 {
  color: #ffffff;
}

.newsletter-section .subscribe-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.rs-subscribe-project {
  position: relative;
}

.rs-subscribe-project .subscribe-image {
  margin-top: -100px;
}

.rs-subscribe-project .subscribe-text h2 {
  margin: 0 0 16px;
}

.rs-subscribe-project .subscribe-text .sub-title {
  font-size: 24px;
  color: #7e8689;
}

.rs-subscribe-project .subscribe-form input {
  width: 100%;
  background: transparent;
  margin-bottom: 20px;
  border: 1px dashed #7e8689;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  border-radius: 3px;
  color: #ffffff;
}

.rs-subscribe-project .subscribe-form .readon {
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 18px;
  margin-top: 10px;
}

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

.cb-sidebar .cb-widget-title {
  padding: 14px 20px;
  border-radius: 0;
  background: #030749;
}

.cb-sidebar .h-search {
  padding: 20px 24px;
  background: #030749;
}

.cb-sidebar .cb-search {
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
  border-radius: 0;
  background: #f7f7fc;
  padding: 20px;
}

.cb-sidebar .cb-search input,
.cb-sidebar .cb-search button {
  color: #4a4a4a;
}

.cb-sidebar .cb-search input {
  border: none;
  padding: 10px 17px;
  width: 100%;
  background: #fff;
}

.cb-sidebar .cb-search input::-webkit-input-placeholder {
  color: #4a4a4a;
}

.cb-sidebar .cb-search input::-moz-placeholder {
  color: #4a4a4a;
}

.cb-sidebar .cb-search input:-ms-input-placeholder {
  color: #4a4a4a;
}

.cb-sidebar .cb-search input:-moz-placeholder {
  color: #4a4a4a;
}

.cb-sidebar .cb-search button {
  background: transparent;
  border: medium none;
  padding: 11px 16px;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 10;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease 0s;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

.cb-sidebar .cb-search button:hover {
  color: #265038;
}

.cb-sidebar .cb-search button i {
  color: #265038;
}

.cb-sidebar .cb-search ::placeholder {
  color: #ffffff;
  opacity: 1;
}

.cb-sidebar .cb-search :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.cb-sidebar .cb-search ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.cb-sidebar .cb-categories ul {
  padding-bottom: 20px;
}

.cb-sidebar .cb-categories ul li {
  padding: 3px 20px;
}

.cb-sidebar .cb-categories ul li a {
  color: #4a4a4a;
  transition: all 0.3s ease 0s;
}

.cb-sidebar .cb-categories ul li a:hover {
  color: #265038;
}

.cb-sidebar .cb-categories ul li:before {
  content: "\f192";
  font-family: FontAwesome;
  margin-right: 8px;
  color: #265038;
}

.cb-sidebar .latest-post {
  padding-bottom: 20px;
}

.cb-sidebar .latest-post .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 20px;
}

.cb-sidebar .latest-post .post-item .post-img {
  transition: all 0.3s ease 0s;
}

.cb-sidebar .latest-post .post-item .post-desc {
  padding-left: 20px;
  margin-top: -5px;
}

.cb-sidebar .latest-post .post-item .post-desc h6 {
  margin-bottom: 5px;
  line-height: 24px;
  font-weight: 600;
}

.cb-sidebar .latest-post .post-item .post-desc h6 a {
  color: #0a0a0a;
}

.cb-sidebar .latest-post .post-item .post-desc h6 a:hover {
  color: #265038;
}

.cb-sidebar .latest-post .post-item .post-desc .duration {
  font-size: 14px;
}

.cb-sidebar .latest-post .post-item .post-desc .date {
  margin-right: 6px;
  font-size: 12px;
}

.cb-sidebar .latest-post .post-item+.post-item {
  margin-top: 20px;
}

.cb-sidebar .latest-post .post-item:hover .post-img {
  opacity: 0.7;
}

.cb-sidebar .tags-cloud ul {
  padding: 0 20px 20px;
  margin: 0;
  overflow: hidden;
}

.cb-sidebar .tags-cloud ul li {
  float: left;
  list-style: none;
}

.cb-sidebar .tags-cloud ul li a {
  border: 1px solid #dcdcdc;
  padding: 5px 22px;
  margin: 0 6px 6px 0;
  display: block;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
}

.cb-sidebar .tags-cloud ul li a:hover {
  background-color: #265038;
  border-color: #265038;
  color: #ffffff;
}

/*-----------------------------------------
    22. Shop Section CSS
-----------------------------------------*/

.product-grid {
  border: 3px solid #d6d6d6;
}

.sn-gallery .product-grid .gallery-it {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #f8f8f8;
}

.sn-gallery .product-grid .gallery-it img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -moz-transition: -moz-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}

.sn-gallery .product-grid .gallery-it:hover img {
  transform: scale(1.2);
}

.sn-gallery .product-grid .gallery-it .icon-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.sn-gallery .product-grid .gallery-it .icon-area ul li {
  display: inline;
}

.sn-gallery .product-grid .gallery-it .icon-area ul li i {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.sn-gallery .product-grid .gallery-it .icon-area ul li i:hover {
  border-color: #265038;
  color: #265038;
}

.sn-gallery .product-grid .gallery-it:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease 0s;
}

.sn-gallery .product-grid .shop-content {
  text-align: center;
  background: #f7f7fc;
  padding: 15px 10px 10px 10px;
  margin-top: -10px;
}

.sn-gallery .product-grid .shop-content h4.title {
  margin-bottom: 10px;
}

.sn-gallery .product-grid .shop-content span.price {
  display: block;
  margin-bottom: 11px;
  font-weight: 700;
  color: #265038;
}

.sn-gallery .product-grid .shop-content span.price del {
  opacity: 0.4;
  margin-right: 5px;
}

.sn-gallery .product-grid .shop-content a.readon {
  padding: 0 30px;
  height: 40px;
  line-height: 37px !important;
  font-size: 15px;
}

.sn-gallery .product-grid:hover .gallery-it:after {
  opacity: 1;
}

.sn-gallery .product-grid:hover .gallery-it .icon-area {
  opacity: 1;
}

.sn-gallery .product-grid.offer-product,
.shop-rp .product-grid.offer-product {
  position: relative;
}

.sn-gallery .product-grid.offer-product:after {
  position: absolute;
  content: "Sale!";
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  background: #265038;
  color: #ffffff;
  z-index: 1;
}

.sn-gallery .rp-title {
  margin-top: 65px;
  margin-bottom: 30px;
}

.sn-gallery .bullet {
  text-align: center;
  margin-top: 25px;
}

.sn-gallery .bullet ul li {
  display: inline;
  margin-right: 10px;
}

.sn-gallery .bullet ul li a {
  border-radius: 50%;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #0a0a0a;
}

.sn-gallery .bullet ul li a i:before {
  margin: 0;
  font-size: 15px;
}

.sn-gallery .bullet ul li:last-child {
  margin-right: 0;
}

.sn-gallery .bullet ul li.active a {
  background: #265038;
  color: #ffffff;
}

.sn-gallery .bullet ul li:hover a {
  background: #265038;
  color: #ffffff;
}

/* -----------------------
    27. Footer Section CSS
--------------------------*/

.rs-footer {
  background: #265038;
  position: relative;
}

.rs-footer .footer-icon {
  width: 220px;
  height: 200px;
  border-radius: 50%;
  line-height: 165px;
  text-align: center;
  color: #265038;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background: #030749;
}

.rs-footer .footer-icon i,
.rs-footer .footer-icon i:before {
  font-size: 65px;
}

.rs-footer .footer-top {
  padding-bottom: 30px;
}

.rs-footer .footer-top .footer-title {
  margin-bottom: 25px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}

.rs-footer .footer-top .about-widget .footer-desc {
  margin-bottom: 6px;
}

.rs-footer .footer-top .about-widget .social-links {
  font-size: 20px;
  margin-top: -15px;
}

.rs-footer .footer-top .about-widget .social-links li {
  display: inline;
  margin-right: 20px;
}

.rs-footer .footer-top .about-widget .social-links li a {
  color: #fff;
}

.rs-footer .footer-top .about-widget .social-links li a:hover,
.rs-footer .footer-top .about-widget .social-links li a:hover i {
  color: #aea128;
}

.rs-footer .footer-top .about-widget .social-links li:last-child {
  margin-right: 0;
}

.rs-footer .footer-top .footer-menu ul li {
  display: block;
  position: relative;
  padding: 3px 0 3px 25px;
}

.rs-footer .footer-top .footer-menu ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  color: #fff;
  font-family: fontawesome;
}

.rs-footer .footer-top .footer-menu ul li a {
  color: #ffffff;
}

.rs-footer .footer-top .footer-menu ul li a:hover {
  color: #aea128;
}

.rs-footer .footer-top .footer-menu ul li:last-child {
  margin: 0;
}

.rs-footer .footer-top .footer-address {
  color: #ffffff;
}

.rs-footer .footer-top .footer-address a {
  color: #ffffff;
}

.rs-footer .footer-top .footer-address li+li {
  margin-top: 15px;
}

.rs-footer .footer-top .footer-address .icon-tag {
  width: 32px;
}

.rs-footer .footer-top .footer-address .icon-tag i {
  color: #fff;
  font-size: 20px;
}

.rs-footer .footer-top .flicer-list {
  width: 100%;
  padding-top: 7px;
  margin-left: -4px;
  margin-right: -4px;
  overflow: hidden;
  max-width: 290px;
}

.rs-footer .footer-top .flicer-list li {
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  width: 33.33%;
  margin-bottom: 8px;
}

.rs-footer .footer-top .flicer-list li a {
  display: block;
  transition: all 0.3s ease 0s;
}

.rs-footer .footer-top .flicer-list li a:hover {
  opacity: 0.8;
}

.rs-footer .footer-top .flicer-list li img {
  border-radius: 3px;
  line-height: 70px;
}

.rs-footer .separator {
  border-top: 1px solid #181c5d;
  padding-bottom: 64px;
}

.rs-footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #181c5d;
}

.rs-footer .footer-bottom .copyright p {
  margin: 0;
  color: #fff;
  justify-content: unset;
}

.textarea-m {
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt-white {
  color: #fff !important;
  margin: 0 0 15px;
}

.sl-txt-white {
  color: #fff !important;
}

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

.color-table {
  display: grid;
}

.color-table th {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #4caf50;
  color: white;
}

.gallery-blocks .leader_b {
  margin-bottom: 30px;
}


.enquiry_btn {
  position: fixed;
  top: 50%;
  right: -28px;
  z-index: 999;
}

.enquiry_btn .enqbtn {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.enquiry_btn .enqbtn .button {
  background: #265038;
  padding: 5px 15px;
  color: #fff;
  border: 1px solid #012d61;
  text-shadow: 0px 0px 5px #000;
  font-size: 16px;
  border-radius: 5px 5px 0px 0px;
}

.rs-team-section .leader_b {
  margin-bottom: 40px;
}

.office-time a {
  color: #fff;
}

.tab-block {
  border-bottom: 2px solid #f57a25;
}

a.tab-link {
  background-color: #2db959;
  display: block;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
}

a.tab-link:hover {
  background-color: #f57a25;
}

a.tab-link.active {
  background-color: #f57a25;
}

.cont-btns a {
  background-color: #265038;
  padding: 10px 20px;
  margin: 0px 15px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.cont-btns a:hover {
  background-color: #f57a25;
}

.new-item {
  background-color: #aea128;
  z-index: 1;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.new1 span {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.main-marq {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 2;
}

.m-cap-L {
  background-color: #265038;
  padding: 14.5px 0;
  margin-right: -30px;
  text-align: center;
}

.m-cap-L span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.m-cap-R {
  position: relative;
  background-color: #aea128;
  border-radius: 15px 0 0 15px;
  padding: 15px 0;
}

.m-cap-R::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #265038;
  padding: 28px 50px;
  z-index: 1;
  border-radius: 15px 0 0 15px;
  border-left: 1px solid gray;
}

.marq a span {
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.marq a:hover span {
  color: #265038;
}

.d-m {
  text-align: left;
  margin-bottom: 10px;
}

.d-m a {
  color: #fff;
}

.rs-my-account .regi-side {
  padding: 30px 40px;
  background: #f9f9f9;
  border-radius: 10px;
}

.rs-my-account .regi-side form.register-form input.custom-placeholder {
  width: 100%;
  display: block;
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
  outline: none;
  padding: 10px 18px;
  line-height: 50px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.rs-my-account .regi-side form.register-form .readon {
  padding: 0 25px;
  height: 40px;
  line-height: 36px !important;
  font-size: 15px;
  outline: none;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  resize: vertical;
}

.contact-f {
  background-color: #265038;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 45px;
  margin-top: -280px;
}

.mmb-60 {
  padding: 0 50px;
}

.rs-home-slider .owl-carousel .owl-item {
  height: 600px;
}

.mess p {
  text-align: justify !important;
}

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

.direc h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.direc a:hover {
  color: #fff;
}

.our-mission {
  list-style: none;
  padding: 0;
}

.our-mission li {
  display: flex;
  line-height: 1.6;
}

.our-mission li:before {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-right: 5px;
  margin-right: 10px;
}

.a-pa {
  padding: 0px 0px 25px 45px;
}

.rs-title3 .our-mission span {
  display: unset;
  color: unset;
  font-size: unset;
  font-weight: unset;
  margin: unset;
  text-transform: unset;
}

.ab a:hover {
  color: #aea128;
}

.message-card-main {
  position: relative;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
}

.message-card {
  position: relative;
  width: 390px;
  border: 1px solid #265038;
}

.message-card::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #d4cb8f;
  top: -15px;
  left: -25px;
  z-index: -1;
}

.message-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #d4cb8f;
  top: 15px;
  left: 25px;
  z-index: -1;
}

.d-message-im {
  width: 100%;
  height: 225px;
  position: relative;
}

.d-message-im img {
  width: 100%;
  height: 100%;
}

.d-message-im:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #aea128;
  z-index: 0;
  transform: scaleY(0);
  transition: all 0.3s ease 0s;
  z-index: 0;
}

.message-card:hover .d-message-im:before {
  transform: scaleY(1);
}

.d-message-co {
  background-color: #265038;
  padding: 18px 20px;
}

.d-message-co h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.d-message-co p {
  color: #fff;
}

.d-name {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.d-name span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  width: 180px;
}

.d-name a {
  color: #aea128;
}

.d-name a:hover {
  color: #fff;
}

.g-mob {
  display: none;
}

.aboutcentre {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.clickable {
  width: 400px;
  display: flex;
  height: 300px;
}

.breadcrumb-img {
  position: relative;
  background: url(../images/breadcrumb-img.jpg);
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
}

.breadcrumb-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.3;
}

.breadcrum-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.breadcrumb-hdg h5 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 5px;
}

.bradcrumb-ttl {
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  gap: 15px;
  margin-top: -15px;
}

.bradcrumb-ttl>span a {
  color: #fff;
}

.bradcrumb-ttl>span a:hover {
  color: #265038;
}

.bradcrumb-ttl span:not(:last-child)::after {
  content: "";
  background: url(../images/next-arrow-w.png) no-repeat;
  background-size: cover;
  background-position: center 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
}

.inner-p-shdw {
  box-shadow: inset 3px 3px 6px 0px rgba(11, 131, 3, 0.4),
    inset -3px -3px 6px 1px rgba(255, 255, 255, 0.4),
    inset -3px 3px 6px 0px rgba(204, 219, 232, 0.4),
    inset 3px -3px 6px 1px rgba(255, 255, 255, 0.4);
  padding: 50px;
}

.contact-us span {
  line-height: 40px;
}

.rs-title2.contact-us {
  margin-bottom: 20px;
}

.contact-us i {
  color: #265038;
  margin-right: 10px;
}

.contact-us strong {
  color: #000;
  font-weight: 500;
}

.contact-map {
  padding: 25px 15px 0 0;
}

.menu-item-has-children>a>span::after {
  content: "";
  background-image: url(../images/bottom-arrow.png);
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.inner-facilities .rs-title2 span,
.inner-facilities .rs-title2 h2 {
  color: #000 !important;
}

.inn-message-img {
  text-align: center;
}

.inn-message-img img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
}

.inn-message-img span {
  font-size: 22px;
  font-weight: 700;
}

.inner-p-shdw.inn-m p {
  justify-content: unset;
}

.rule1>li::before {
  content: "";
  background-image: url(../images/check.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.rule1>li {
  display: -moz-box;
  display: -webkit-box;
  padding-right: 50px;
}

.rule1>li>span {
  display: flex;
}

.rule1>li:not(:last-child) {
  margin-bottom: 12px;
}

.dis-li {
  margin-left: 35px;
}

.scroll-message {
  scroll-margin-top: 200px;
}

.transp {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 3px solid #d6d6d6;
  border-radius: 12px;
  position: relative;
}

.transp img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.transp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.3s;
  z-index: 1;
}

.transp:hover::before {
  opacity: 0.3;
}

.transp:hover img {
  transform: scale(1.1);
}










/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////---------------------------------------------RESPONSIVE-----------------------------------------------////////*/




@media only screen and (min-width: 1440px) {
  .rs-testimonial-section2 .primary-bg-left {
    width: 43.5%;
  }

  .rs-testimonial-section2 .testimonial-part:after {
    display: none;
  }
}

@media only screen and (max-width: 1600px) {
  .full-width-header .rs-header.header-style-3:before {
    width: 18%;
  }

  .home1-slider .content-inner2 {
    top: 60%;
  }
}

@media only screen and (max-width: 1440px) {
  .mar-con {
    top: -65px;
  }
}

@media only screen and (max-width: 1310px) {
  .mar-con {
    top: -80px;
  }
}

@media only screen and (max-width: 1280px) {
  .mar-con {
    top: -120px;
  }
}

@media only screen and (max-width: 1440px) {
  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-title {
    line-height: 70px;
    font-size: 60px;
  }

  .full-width-header .rs-header.header-style-3:before {
    width: 15%;
  }
}

@media only screen and (max-width: 1199px) {
  .full-width-header .rs-header-top {
    padding: 24px 0 20px;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu>li {
    padding: 15px 0;
  }

  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-title {
    line-height: 60px;
    font-size: 45px;
  }

  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-subtitle {
    font-size: 20px;
  }

  .rs-home-slider.home3-slider .content-inner2 .slider-text .sl-title {
    margin-bottom: 30px;
  }

  .rs-title h2,
  .rs-title2 h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .rs-project-section .project-item .project-content .title {
    left: 15px;
  }

  .rs-footer .about-widget {
    padding-right: 0;
  }

  .rs-services-section-2 .rs-customer-logo ul li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 28px;
  }

  .rs-process-section .no-gutters {
    margin-top: 100px;
  }

  .rs-customer-counter .customer-inner-counter {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .counter-top-area .rs-counter-list .icon-left i,
  .counter-top-area .rs-counter-list .icon-left i:before {
    font-size: 36px;
  }

  .counter-top-area .rs-counter-list h5 {
    font-size: 16px;
  }

  .rs-services-section .nav-pills li a,
  .rs-blog .single-blog .blog-details .blog-meta li,
  .rs-services-section-2 .single-customer .custom-text .info-text {
    font-size: 14px;
  }

  .rs-services-section-2 .construction-message {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rs-services-section-2 .single-customer .custom-text {
    padding-left: 45px;
  }

  .rs-services-section-2 .single-customer .custom-text i:before {
    font-size: 30px;
  }

  .rs-home-slider.home3-slider .content-inner2 {
    top: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .d-pl-30 {
    padding-left: 30px;
  }

  .d-pr-30 {
    padding-right: 30px;
  }

  .d-pr-40 {
    padding-right: 40px;
  }

  .container {
    max-width: 1270px;
  }

  .rs-header .mobile-logo {
    display: none;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul>li>a {
    overflow: hidden;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul>li>a span {
    position: relative;
    transition: 0.5s;
    display: inline-block;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul>li>a span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul>li>a:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .full-width-header .rs-header .menu-area.menu-sticky.sticky {
    background: #265038;
    position: fixed;
    z-index: 999;
    margin: 0 auto;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  }

  .rs-progressbar-video .progressbar-area {
    max-width: 620px;
  }
}

@media only screen and (max-width: 991px) {
  .rs-process-section {
    display: none;
  }

  .full-width-header .rs-header .menu-area .logo-area a {
    position: inherit !important;
  }

  .full-width-header .rs-header .menu-area .logo-area a img {
    max-width: 60%;
  }

  .sec-spacer2 {
    padding: 35px 0 20px;
  }

  .rs-home-slider.home2-slider,
  .rs-process-section .process-inner:hover,
  .rs-process-section .process-inner.active,
  .rs-testimonial-section2 .testimonial-part,
  .rs-customer-counter .customer-inner-counter {
    margin-top: 0;
  }

  .rs-process-section .process-inner:hover,
  .rs-process-section .process-inner.active {
    margin-bottom: 0;
  }

  .pt-90 {
    padding-top: 70px;
  }

  .mpt-80,
  .pt-100 {
    padding-top: 80px !important;
  }

  .pb-60 {
    padding-bottom: 40px;
  }

  .pb-90 {
    padding-bottom: 70px !important;
  }

  .pb-100,
  .rs-team-section.pb-170 {
    padding-bottom: 80px !important;
  }

  .mpt-75 {
    padding-top: 75px;
  }

  .mmt-30 {
    margin-top: 30px;
  }

  .mmt-40 {
    margin-top: 40px;
  }

  .mmt-60 {
    margin-top: 60px !important;
  }

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

  .mmb-40 {
    margin-bottom: 40px;
  }

  .mmb-60 {
    margin-bottom: 60px;
  }

  .pb-70 {
    padding-bottom: 50px !important;
  }

  .pt-95 {
    padding-top: 75px;
  }

  .rs-process-section .no-gutters {
    margin-top: 30px;
  }

  .newsletter-section.pb-170 {
    padding-bottom: 80px !important;
  }

  .rs-about-school.pt-120 {
    padding-top: 75px !important;
  }

  .rs-partner.negative-margin {
    margin-top: -35px;
  }

  .hidden-md,
  .dots-bg,
  .dots-bg-right,
  .rs-title p br,
  .rs-title2 p br,
  .rs-testimonial-section2 .primary-bg-left,
  .counter-top-area .rs-counter-list:before,
  .rs-testimonial-section2 .testimonial-part:after,
  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-desc,
  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-desc br,
  .rs-header .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu-close {
    display: none;
  }

  .rs-title h2,
  .rs-title2 h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .dots-bg,
  .dots-bg-right {
    bottom: -70px;
  }

  .about-images img,
  .rs-testimonial-section2 .secondary-bg-right {
    width: 100%;
  }

  .inner-page .logo-area {
    position: absolute;
    top: 14px;
  }

  .full-width-header .rs-header.inner-page .get-btn {
    margin-left: 0;
    position: absolute;
    right: 15px;
    top: 7px;
  }

  .inner-page .display-flex-center {
    display: block;
  }

  .full-width-header .rs-header.inner-page .menu-area.menu-sticky {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .rs-home-slider.home2-slider .content-inner2 .slider-text,
  .rs-home-slider.home2-slider .content-inner2 .slider-text:after {
    background: transparent;
  }

  .full-width-header .rs-header.transparent-header {
    position: relative;
  }

  .full-width-header .rs-header .menu-area.menu-sticky.sticky {
    -webkit-animation: 0ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0ms ease-in-out 0s normal none 1 running fadeInDown;
  }

  .full-width-header .rs-header .menu-area.menu-sticky.sticky,
  .full-width-header .rs-header .menu-area .background-white,
  .full-width-header .rs-header .menu-area.menu-sticky {
    background: #030749;
    position: relative;
    padding: 0;
  }

  .full-width-header .topbar-section .right-text .social-link {
    padding-right: 30px;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: block;
    margin-right: 0;
  }

  .ipad-center {
    text-align: center;
  }

  .rs-header .search-bar,
  .rs-home-slider.home2-slider .content-inner2 .slider-text,
  .full-width-header .rs-header .menu-area .secondary-background,
  .full-width-header .rs-header .right-bar-icon ul>li.cart-inner,
  .rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text,
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu>li,
  .full-width-header .rs-header.header-style-3 .menu-area .main-menu .rs-menu ul.nav-menu>li {
    padding: 0;
  }

  .home-one .full-width-header .rs-header .right-bar-icon ul>li.cart-inner,
  .home-two .full-width-header .rs-header .right-bar-icon ul>li.cart-inner {
    padding: 15px 20px;
  }

  .rs-header .search-bar {
    position: absolute;
    right: 0;
    top: 15px;
    width: auto;
  }

  .home-one .rs-header .search-bar,
  .home-two .rs-header .search-bar {
    top: 0;
  }

  .header-style-3 .search-bar {
    top: 3px;
    width: 100%;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    padding-bottom: 0;
    background-color: #494949;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu {
    width: 100%;
    float: none;
  }

  .full-width-header .rs-header.header-style-3 .menu-area.menu-sticky {
    background: #265038;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .full-width-header .rs-header.header-style-3 .main-menu {
    position: relative;
  }

  .rs-home-slider.rs-home-slider .content-inner2,
  .rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner {
    top: 50%;
  }

  .rs-services-section .service-tabs-area .tab-content-area {
    padding-left: 0;
  }

  .rs-progressbar-video .progressbar-area {
    padding: 75px 40px 60px;
  }

  .footer-top .row>[class*="col-"]+[class*="col-"] {
    margin-top: 40px;
  }

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

  .video-section-area .image-here {
    padding: 200px 0;
  }

  .rs-services-section-2 .rs-customer-logo ul {
    text-align: left;
  }

  .full-width-header .rs-header.header-style-3 .header-mid-section .right-bar-icon {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .full-width-header .header-style-3 .right-bar-icon .rs-search {
    padding-left: 15px;
    margin-left: 10px;
  }

  .full-width-header .rs-header.header-style-3 .header-mid-section {
    display: block;
    width: 100%;
    text-align: right;
  }

  .rs-header.header-style-3 .header-mid-section .nav-menu {
    background: #494949;
    margin-top: 17px;
  }

  .rs-cta-section .cta-title,
  .rs-cta-section .read-more,
  .rs-testimonial-section2 .rs-title2 {
    text-align: center !important;
  }

  .rs-testimonial-section2 .secondary-bg-right {
    top: 0;
  }

  .rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
    font-size: 36px;
  }

  .rs-checkout .full-grid .payment-method .bottom-area {
    text-align: left;
  }

  .rs-title2.text-center.gallery {
    margin-left: unset;
  }

  .sn-gallery .view-all-service.text-right.mb-left {
    margin-top: -20px;
  }

  .rs-menu {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .cont-btns a {
    margin-bottom: 0px;
    display: block;
  }

  .hidden-sm,
  .rs-home-slider.rs-home-slider .owl-nav {
    display: none;
  }

  body .mb-left {
    text-align: left !important;
  }

  body .mb-center,
  .full-width-header .topbar-section,
  .full-width-header .topbar-section .text-right,
  .footer-bottom .footer-logo,
  .footer-bottom .copyright {
    text-align: center !important;
  }

  .full-width-header .topbar-section .right-text .social-link,
  .full-width-header .topbar-section .right-text .get-qoute {
    float: none;
    display: inline-block;
  }

  .full-width-header .topbar-section .right-text .social-link {
    margin-top: 6px;
    padding-right: 0;
    padding-left: 10px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

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

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .readon {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }

  .rs-services-section .nav-pills li {
    width: 100%;
  }

  .full-width-header .rs-header.header-style-3 .menu-area .main-menu .rs-menu ul.nav-menu>li>a {
    padding-left: 20px;
  }

  .rs-cta-section .cta-title h2,
  .counter-top-area .rs-counter-list .rs-counter,
  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-title,
  .rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
    font-size: 30px;
  }

  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-subtitle {
    margin-bottom: 10px;
  }

  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-title {
    line-height: 40px;
    margin-bottom: 15px;
  }

  .counter-top-area .rs-counter-list .icon-left i:before {
    font-size: 50px;
  }

  .counter-top-area .rs-counter-list,
  .rs-cart .cart-body .cart-detail table tr td {
    display: block;
  }

  .counter-top-area .rs-counter-list {
    text-align: center;
  }

  .counter-top-area .rs-counter-list .icon-left {
    padding: 0 0 30px;
  }

  .newsletter-section .subscribe-text .title {
    font-size: 22px;
  }

  .newsletter-section .subscribe-inner .subscribe-form h2 {
    font-size: 30px;
    margin-bottom: 22px;
  }

  .newsletter-section .subscribe-form {
    margin-top: 26px;
  }

  .process-item-section3 .proces-item {
    padding-right: 0;
  }

  .rs-faq-section .submit-form,
  .rs-services-section-2 .construction-message {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rs-services-section-2 .rs-customer-logo ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom .text-right {
    margin-top: 10px;
  }

  .rs-services-section-2 .rs-customer-logo ul li {
    padding: 30px 0;
    width: 24%;
  }

  .rs-contact .contact-form1 {
    margin-bottom: 0;
  }

  .rs-cart .cart-body .cart-detail table tr th {
    display: none;
  }

  .rs-checkout .full-grid .payment-method .bottom-area {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .rs-breadcrumbs .breadcrumbs-image img {
    min-height: 120px;
  }

  .sidebar-area .serivce-brochure {
    padding: 20px 20px 30px;
  }

  .sidebar-area .serivce-brochure .title {
    margin-bottom: 10px;
  }

  .rs-contact .contact-form1 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .rs-cart .cart-body .cart-detail .action .cupon form input,
  .rs-cart .cart-body .cart-detail .action .cupon form .apply-cupon,
  .rs-cart .cart-body .cart-detail .action span .update-cart {
    width: 100%;
    display: block;
  }

  .rs-cart .cart-body .cart-detail .action .cupon form input,
  .rs-cart .cart-body .cart-detail .action .cupon form .apply-cupon {
    margin-bottom: 20px;
  }

  .rs-cart .cart-body .cart-detail .action span {
    float: none;
  }

  .footer-top .row>[class*="col-6"]+[class*="col-6"] {
    margin-top: 0;
  }

  .contact-f {
    padding: 10px 20px 3px 20px;
    margin-bottom: 25px;
    margin-top: -210px;
  }

  input[type="text"] {
    padding: 6px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  textarea {
    padding: 6px;
    height: 90px;
    font-size: 12px;
  }

  .contact-f .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-f .col-lg-9 .col-6 {
    padding: 0;
  }

  .textarea-m {
    margin-left: 50%;
    margin-top: -52px !important;
  }

  .footer-bottom .copyright {
    text-align: unset !important;
  }

  .copyright p {
    font-size: 10px !important;
  }

  .footer-bottom a span {
    font-size: 10px !important;
  }

  .footer-bottom .text-align {
    text-align: unset !important;
  }

  .rs-footer .footer-bottom {
    padding: 4px 0;
  }

  .footer-top .b-footer>[class*="col-"]+[class*="col-"] {
    margin-top: 0 !important;
  }

  .rs-footer .footer-top .footer-title {
    margin-bottom: 12px;
  }

  .enquiry_btn {
    display: none;
  }

  .footer-top h5 {
    font-size: 15px;
  }

  .rs-footer .footer-top .footer-menu ul li {
    padding: 3px 0 3px 15px;
  }

  #scrollUp {
    bottom: 25px;
    right: 10px;
  }

  .rs-footer .footer-top .footer-address li+li {
    margin-top: 10px;
  }

  .rs-footer .footer-top {
    padding-bottom: 20px;
  }

  .footer-info.mb-50 {
    margin-bottom: 0 !important;
  }

  .rs-footer .footer-top .about-widget .social-links {
    padding: 20px 0;
  }

  .col-lg-3.offset-lg-1.single-footer-column.mb-md-30.col-4 {
    padding: 0 0 0 18px;
  }

  .topbar-section {
    display: none;
  }

  .mob-l {
    display: none;
  }

  .header-style-3 .search-bar {
    margin-top: -20px !important;
  }

  .banner-con {
    display: none;
  }

  .banner-home img {
    height: 200px;
  }

  .about-left-image {
    display: none;
  }

  .a-pa {
    padding: 0px 18px;
  }

  .rs-about-school.pt-90.pb-80.clearfix {
    padding-top: 45px;
    padding-bottom: 40px !important;
  }

  .rs-title3 h2 {
    font-size: 23px;
    text-align: unset !important;
  }

  .rs-title3 span {
    margin: 0;
  }

  .rs-title3.margin-0 .mb-10 {
    margin-bottom: 0px !important;
  }

  .rs-about-school .col-lg-6.pl-5.pr-3 {
    padding: 20px 18px !important;
  }

  .pt-70,
  .direc-m {
    padding-top: 40px;
  }

  .pb-70,
  .direc-m {
    padding-bottom: 40px;
  }

  .rs-quality-services .view-all-service.text-right.mb-left {
    margin-left: 50%;
    margin-top: -55px;
  }

  .newsletter-section .subscribe-text .title {
    font-size: 18px;
  }

  .pb-90 {
    padding-bottom: 40px !important;
  }

  .pt-95 {
    padding-top: 40px !important;
  }

  .pt-60 {
    padding-top: 40px !important;
  }

  .bg-footer.pt-95.pb-90.bg999 {
    padding-top: 100px !important;
  }

  .rs-title h2,
  .rs-title2 h2 {
    font-size: 23px;
    line-height: 0px !important;
    margin-bottom: 40px !important;
  }

  .d-message-co p {
    line-height: 1.4;
  }

  .d-message-co h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .d-name span {
    font-size: 16px;
  }

  .message-card-main {
    padding: 10px 30px;
  }

  .message-card::after {
    top: -10px;
    left: -20px;
  }

  .message-card::before {
    top: 10px;
    left: 20px;
  }

  .d-message-co {
    padding: 10px 15px;
  }

  .d-message-im {
    height: auto;
  }

  .d-desk {
    display: none;
  }

  .g-mob {
    display: unset;
  }

  .product-grid {
    margin: 5px;
  }

  .full-width-header {
    position: relative;
  }

  .full-width-header .rs-header-top .header-contact .widget-text {
    padding-left: 25px;
  }

  .full-width-header .rs-header-top .header-contact .widget-text .info-text {
    font-size: 13px;
  }

  .full-width-header .rs-header-top .header-contact .widget-text i:before {
    font-size: 16px;
  }

  .full-width-header .rs-header-top .left-section .header-contact {
    margin-right: 20px;
  }

  .header-information.left-section.display-flex {
    margin-right: -20px;
  }

  .full-width-header .rs-header.header-style-3 .rs-header-top .office-time {
    height: 40px;
    line-height: 40px;
  }

  .full-width-header .rs-header.header-style-3:before {
    width: 10%;
    height: 40px;
  }

  .full-width-header .rs-header.header-style-3 .header-contact {
    padding: 8px 0 8px;
  }

  .full-width-header .rs-header.header-style-3 .rs-header-top .office-time {
    max-width: 170px;
  }

  .full-width-header .rs-header.header-style-3 .header-mid-section {
    text-align: unset;
  }

  .rs-menu-toggle {
    padding: 0;
  }

  .rs-menu-toggle i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: -32px;
    right: 0;
  }

  .full-width-header .rs-header.header-style-3 .menu-area.menu-sticky {
    padding: 0;
  }

  .container-fluid {
    padding: 0 10px;
  }

  .m-cap-L span {
    font-size: 16px;
  }

  .m-cap-L {
    padding: 8px 0;
    margin-right: 8px;
  }

  .m-cap-R {
    padding: 8px 0;
    margin-left: -35px;
  }

  .m-cap-R::before {
    padding: 21px 30px;
  }

  .main-marq {
    bottom: -20px;
  }

  .main-marq .col-lg-11.col-9 {
    padding-right: 0 !important;
  }

  .comma {
    display: none;
  }

  .m-logo img {
    width: 52px;
    display: block;
  }

  .rs-header.header-style-3 h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 0px;
    padding: 32px 0 32px 13px;
    letter-spacing: 0px;
    color: #fff;
  }

  .full-width-header .rs-header.header-style-3 {
    background: #265038;
    position: fixed;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
      rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }

  .main-banner {
    margin-top: 64px;
  }

  .menu-item-has-children>a>span::after {
    display: none;
  }

  .aboutcentre {
    font-size: 16px;
  }

  .bradcrumb-ttl span:not(:last-child)::after {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }

  .breadcrumb-hdg h5 {
    font-size: 20px;
    letter-spacing: 0px;
  }

  .bradcrumb-ttl {
    font-size: 12px;
    gap: 5px;
  }

  .sn-gallery.pt-80.pb-60 {
    padding-top: 60px;
  }

  .breadcrumb-img {
    padding: 25px 0;
    margin-top: 64px;
  }

  .inner-p-shdw {
    padding: 15px;
  }

  .inner-p-shdw .col-lg-12.pl-5 {
    padding: 18px 18px 0 18px !important;
  }

  .inner-p-shdw .col-lg-12.pt-5 {
    padding: 18px 18px 0 18px !important;
  }

  .rs-title2.contact-us {
    text-align: left;
  }

  .contact-map {
    display: none;
  }

  .contact-map2 {
    display: block;
  }

  .contact-map2 iframe {
    height: 200px;
    margin-top: 25px;
    width: 100%;
  }

  .rs-my-account .regi-side {
    padding: 25px;
    margin-top: 25px;
  }

  .rs-my-account .regi-side form.register-form label.input-label {
    margin-bottom: 5px;
    margin-top: 0px;
  }

  .inner-facilities .mb-40 {
    margin-bottom: unset !important;
  }

  .inn-message-img {
    margin-bottom: 20px;
  }

  .pt-100 {
    padding-top: 50px !important;
  }

  .inner-p-shdw.inn-m {
    padding-top: 25px;
  }

  .inner-p-shdw.inn-m h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .scroll-message {
    scroll-margin-top: 80px;
  }

  .t-img>.col-lg-4:not(:last-child) {
    margin-bottom: 10px;
  }

  .rs-about-school h5 {
    font-size: 15px;
  }

  /* .rs-menu-toggle-open+.rs-menu {
    display: block;
  } */
}

@media only screen and (min-width: 576px) {
  .contact-map2 {
    display: none;
  }

  .m-logo img {
    display: none;
  }
}

.invalid-feedback {
  margin-top: -10px !important;
}

.rs-menu.show {
  display: block !important;
}

.sub-menu {
  display: none;
}

.sub-menu.visible {
  display: block;
}

.rotate-180 {
  transform: rotate(180deg) !important;
  transition: transform 0.3s;
  /* Optional: for a smooth transition */
}

/* =============================================
   MODERN HERO BANNER CSS
   ============================================= */

/* Import Google Font for hero */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ---- Container ---- */
.modern-hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: #0a0a12;
}

/* ---- Slides ---- */
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: all;
}

/* ---- Background Image (with Ken Burns zoom) ---- */
.hero-bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1);
  /* animation: heroBgZoom 12s ease-in-out infinite alternate; */
}

@keyframes heroBgZoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

/* ---- Overlay ---- */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(5, 30, 10, 0.82) 0%,
      rgba(11, 131, 3, 0.35) 50%,
      rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}

.hero-overlay-2 {
  background: linear-gradient(135deg,
      rgba(0, 0, 30, 0.82) 0%,
      rgba(174, 161, 40, 0.25) 55%,
      rgba(0, 0, 0, 0.78) 100%);
}

.hero-overlay-3 {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(5, 30, 10, 0.82) 0%,
      rgba(11, 131, 3, 0.35) 50%,
      rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}

/* ---- Floating Decorative Shapes ---- */
.hero-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.hero-shape-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(11, 131, 3, 0.18) 0%, transparent 70%);
  top: -100px;
  right: -80px;
  animation: floatShape 8s ease-in-out infinite alternate;
}

.hero-shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(174, 161, 40, 0.15) 0%, transparent 70%);
  bottom: 120px;
  right: 15%;
  animation: floatShape 10s ease-in-out infinite alternate-reverse;
}

.hero-shape-3 {
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  bottom: 200px;
  left: 60px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morphShape 12s ease-in-out infinite;
}

@keyframes floatShape {
  from {
    transform: translateY(0) scale(1);
  }

  to {
    transform: translateY(-30px) scale(1.08);
  }
}

@keyframes morphShape {

  0%,
  100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }

  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

/* ---- Content Wrapper ---- */
.hero-content-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 80px;
}

.hero-inner {
  max-width: 750px;
  animation: heroContentIn 0.9s ease both;
}

.hero-slide.active .hero-inner {
  animation: heroContentIn 0.9s ease both;
}

@keyframes heroContentIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- Badge ---- */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 28px;
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #265038;
  box-shadow: 0 0 0 3px rgba(11, 131, 3, 0.35);
  animation: pulseDot 1.8s ease-in-out infinite;
  display: inline-block;
}

@keyframes pulseDot {

  0%,
  100% {
    box-shadow: 0 0 0 3px rgba(11, 131, 3, 0.35);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(11, 131, 3, 0.1);
  }
}

/* ---- Title ---- */
.hero-title {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 22px;
  letter-spacing: -1px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.hero-title-accent {
  background: linear-gradient(90deg, #265038, #aea128, #265038);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 4s linear infinite;
  display: inline;
}

@keyframes gradientShift {
  0% {
    background-position: 0% center;
  }

  100% {
    background-position: 200% center;
  }
}

/* ---- Subtitle ---- */
.hero-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  margin: 0 0 35px;
  max-width: 590px;
  font-weight: 400;
  display: block;
  text-align: left;
}

.hero-subtitle em {
  color: #aea128;
  font-style: normal;
  font-weight: 600;
}

/* ---- CTA Buttons ---- */
.hero-cta-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  align-items: center;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 100px;
  text-decoration: none !important;
  transition: all 0.35s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.3px;
}

.hero-btn-primary {
  background: linear-gradient(135deg, #265038 0%, #0d9e04 100%);
  color: #fff;
  box-shadow: 0 8px 30px rgba(11, 131, 3, 0.45);
}

.hero-btn-primary:hover {
  background: linear-gradient(135deg, #0d9e04 0%, #265038 100%);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(11, 131, 3, 0.55);
}

.hero-btn-primary .fa {
  font-size: 13px;
  transition: transform 0.3s;
}

.hero-btn-primary:hover .fa {
  transform: translateX(4px);
}

.hero-btn-outline {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.hero-btn-outline:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* ---- Stats Row ---- */
.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 18px 30px;
  width: fit-content;
}

.hero-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 28px;
}

.hero-stat-number {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 4px;
  font-family: 'Inter', sans-serif;
}

.hero-stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
}

.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
}

/* ---- Nav Buttons ---- */
.hero-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
}

.modern-hero-banner:hover .hero-nav-btn {
  opacity: 1;
}

.hero-prev {
  left: 24px;
}

.hero-next {
  right: 24px;
}

.hero-nav-btn:hover {
  background: #265038;
  border-color: #265038;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 8px 25px rgba(11, 131, 3, 0.5);
}

/* ---- Dot Indicators ---- */
.hero-indicators {
  position: absolute;
  bottom: 70px;
  right: 40px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.hero-dot.active {
  background: #265038;
  border-color: #265038;
  transform: scale(1.3);
  box-shadow: 0 0 0 3px rgba(11, 131, 3, 0.3);
}

.hero-dot:hover:not(.active) {
  background: rgba(255, 255, 255, 0.4);
  border-color: #fff;
}

/* ---- Modern News Ticker ---- */
.modern-ticker {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: stretch;
  height: 52px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ticker-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  background: linear-gradient(135deg, #265038, #0d9e04);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  white-space: nowrap;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  padding-right: 40px;
  flex-shrink: 0;
}

.ticker-label .fa {
  font-size: 14px;
}

.ticker-track-wrap {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ticker-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: tickerScroll 40s linear infinite;
}

.ticker-track:hover {
  animation-play-state: paused;
}

@keyframes tickerScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 40px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.ticker-item .fa-circle {
  font-size: 6px;
  color: #aea128;
}

/* ==========================================
   RESPONSIVE - MODERN HERO BANNER
   ========================================== */

@media (max-width: 1200px) {
  .hero-content-wrap {
    padding: 0 60px;
  }

  .hero-title {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .modern-hero-banner {
    height: 90vh;
    min-height: 550px;
  }

  .hero-content-wrap {
    padding: 0 40px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-stat-item {
    padding: 0 18px;
  }

  .hero-stat-number {
    font-size: 20px;
  }

  .hero-stats {
    padding: 14px 10px;
  }
}

@media (max-width: 767px) {
  .modern-hero-banner {
    height: 100vh;
    min-height: 600px;
  }

  .hero-content-wrap {
    padding: 0 24px;
    align-items: flex-end;
    padding-bottom: 90px;
  }

  .hero-inner {
    max-width: 100%;
  }

  .hero-title {
    font-size: 30px;
    letter-spacing: -0.5px;
  }

  .hero-subtitle {
    font-size: 14px;
    max-width: 100%;
  }

  .hero-cta-group {
    gap: 12px;
    margin-bottom: 28px;
  }

  .hero-btn {
    padding: 12px 22px;
    font-size: 14px;
  }

  .hero-stats {
    width: 100%;
    justify-content: space-around;
    padding: 14px 8px;
  }

  .hero-stat-item {
    padding: 0 10px;
  }

  .hero-stat-number {
    font-size: 18px;
  }

  .hero-stat-divider {
    height: 30px;
  }

  .hero-nav-btn {
    width: 42px;
    height: 42px;
    font-size: 15px;
    opacity: 1;
  }

  .hero-indicators {
    bottom: 60px;
    right: 20px;
  }

  .ticker-label {
    padding: 0 14px 0 14px;
    padding-right: 28px;
    font-size: 11px;
  }

  .ticker-item {
    font-size: 13px;
    padding: 0 24px;
  }

  .hero-shape-1,
  .hero-shape-3 {
    display: none;
  }

  .hero-badge {
    font-size: 11px;
    padding: 6px 14px;
    margin-bottom: 18px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 26px;
  }

  .hero-stats {
    gap: 0;
  }

  .hero-stat-item:first-child {
    padding-left: 0;
  }
}

/* ==============================================
   MODERN NAVBAR â€” SN CONVENT SCHOOL
   ============================================== */

/* ---- Reset old header conflicts for new navbar ---- */
.sn-header~* .menu-area,
section.full-width-header {
  display: none !important;
}

/* ---- Header wrapper ---- */
.sn-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  font-family: 'Poppins', 'Inter', sans-serif;
}

/* =====================
   TOP BAR
   ===================== */
.sn-topbar {
  background: #265038;
  padding: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  max-height: 50px;
  overflow: hidden;
  opacity: 1;
}

.sn-topbar.sn-topbar-hidden {
  max-height: 0;
  opacity: 0;
}

.sn-topbar-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}

.sn-topbar-left {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.sn-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12.5px;
  font-weight: 500;
  padding: 0 18px 0 0;
  margin-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none !important;
  transition: color 0.2s;
  white-space: nowrap;
}

.sn-topbar-item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.sn-topbar-item:hover {
  color: #fffbe6;
}

.sn-topbar-item .fa {
  font-size: 13px;
  color: #aea128;
}

.sn-topbar-address {
  cursor: default;
}

.sn-topbar-address:hover {
  color: rgba(255, 255, 255, 0.88);
}

.sn-topbar-right {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sn-social-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 13px;
  text-decoration: none !important;
  transition: all 0.25s;
}

.sn-social-link:hover {
  background: #aea128;
  border-color: #aea128;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(174, 161, 40, 0.4);
}

.sn-result-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  text-decoration: none !important;
  transition: all 0.3s;
  margin-left: 6px;
}

.sn-result-badge:hover {
  background: #aea128;
  border-color: #aea128;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(174, 161, 40, 0.45);
}

.sn-result-badge .fa {
  font-size: 14px;
}

/* =====================
   MAIN NAVBAR
   ===================== */
.sn-navbar {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.sn-navbar.sn-scrolled {
  background: #ffffff;
  border-bottom-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.sn-navbar-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 99px;
  gap: 30px;
}

/* =====================
   LOGO
   ===================== */
.sn-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  flex-shrink: 0;
}

.sn-logo-icon {
  width: 85px;
  height: 85px;
  /* border-radius: 50%; */
  overflow: hidden;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
  transition: transform 0.3s ease;
}

.sn-logo:hover .sn-logo-icon {
  transform: scale(1.03);
}

.sn-logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}

.sn-logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sn-logo-name {
  font-size: 22px;
  font-weight: 800;
  color: #265038;
  letter-spacing: 0.3px;
  line-height: 1.1;
  text-shadow: none;
}

.sn-logo-tagline {
  font-size: 11.5px;
  color: #EA520F;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
}

/* =====================
   DESKTOP NAV MENU
   ===================== */
.sn-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: flex-end;
  margin-right: 15px;
}

.sn-nav-item {
  position: relative;
}

.sn-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #265038 !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
}

.sn-nav-link::after {
  display: none;
}

.sn-nav-item:hover .sn-nav-link,
.sn-nav-item.sn-active .sn-nav-link {
  color: #ffffff !important;
  background: #265038;
  box-shadow: 0 4px 12px rgba(38, 80, 56, 0.2);
}

.sn-nav-item.sn-active .sn-nav-link {
  background: #1a3827;
  /* Slightly darker shade for active state to stand out, matching theme */
  color: #ffffff !important;
}

.sn-arrow {
  font-size: 11px;
  transition: transform 0.3s ease;
}

.sn-nav-item:hover .sn-arrow {
  transform: rotate(180deg);
}

/* =====================
   DROPDOWN MENU
   ===================== */
.sn-nav-item {
  /* Creating a safe hover area so dropdown doesn't disappear */
  padding-bottom: 25px;
  margin-bottom: -25px;
}

.sn-dropdown {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 230px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  z-index: 100;
}

.sn-dropdown::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

.sn-nav-item:hover .sn-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: all;
}

.sn-dropdown li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: #265038 !important;
  font-size: 14.5px;
  /* Better dropdown font size */
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.25s ease;
  border-left: 3px solid transparent;
}

.sn-dropdown li a .fa {
  font-size: 14px;
  color: #265038;
  width: 18px;
  flex-shrink: 0;
  transition: color 0.25s ease;
}

.sn-dropdown li a:hover {
  color: #ffffff !important;
  background: #265038;
  border-left-color: #EA520F;
  padding-left: 25px;
}

.sn-dropdown li a:hover .fa {
  color: #ffffff;
}

.sn-dropdown li+li {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

/* =====================
   ADMISSION CTA BUTTON
   ===================== */
.sn-nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.sn-admission-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #EA520F;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 100px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 18px rgba(234, 82, 15, 0.3);
  letter-spacing: 0.3px;
}

.sn-admission-btn .fa {
  font-size: 11px;
  transition: transform 0.3s;
}

.sn-admission-btn:hover {
  background: #d1470b;
  /* Slightly darker orange for hover */
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(234, 82, 15, 0.45);
}

.sn-admission-btn:hover .fa {
  transform: translateX(3px);
}

/* =====================
   HAMBURGER BUTTON
   ===================== */
.sn-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: rgba(11, 131, 3, 0.08);
  border: 1px solid rgba(11, 131, 3, 0.15);
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s;
}

.sn-hamburger:hover {
  background: rgba(11, 131, 3, 0.14);
}

.sn-hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #265038;
  border-radius: 2px;
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: center;
}

.sn-hamburger.sn-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.sn-hamburger.sn-active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.sn-hamburger.sn-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* =====================
   MOBILE OVERLAY
   ===================== */
.sn-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.35s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.sn-mobile-overlay.sn-open {
  opacity: 1;
}

/* =====================
   MOBILE DRAWER
   ===================== */
.sn-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  max-width: 85vw;
  background: linear-gradient(160deg, #021801 0%, #041f02 50%, #021801 100%);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-mobile-drawer.sn-open {
  transform: translateX(0);
}

/* Drawer header */
.sn-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-drawer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}

.sn-drawer-logo img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 3px;
}

.sn-drawer-logo span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.sn-drawer-close {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.sn-drawer-close:hover {
  background: rgba(220, 38, 38, 0.2);
  border-color: rgba(220, 38, 38, 0.4);
  color: #fff;
}

/* Drawer menu */
.sn-drawer-menu {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  flex: 1;
}

.sn-drawer-menu>li>a,
.sn-drawer-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.2s;
  border-left: 3px solid transparent;
  width: 100%;
  text-align: left;
  background: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 3px solid transparent;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

.sn-drawer-menu>li>a:hover,
.sn-drawer-toggle:hover,
.sn-drawer-menu>li.sn-drawer-sub-open>.sn-drawer-toggle {
  color: #ffffff !important;
  background: rgba(11, 131, 3, 0.12);
  border-left-color: #265038;
}

.sn-drawer-menu .fa:first-child {
  font-size: 14px;
  color: #aea128;
  width: 18px;
  flex-shrink: 0;
}

.sn-drawer-toggle .fa:last-child {
  margin-left: auto;
  font-size: 12px;
  transition: transform 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

.sn-drawer-has-sub.sn-drawer-sub-open .sn-drawer-toggle .fa:last-child {
  transform: rotate(180deg);
}

.sn-drawer-has-sub ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.sn-drawer-has-sub.sn-drawer-sub-open ul {
  max-height: 400px;
}

.sn-drawer-has-sub ul li a {
  padding: 10px 20px 10px 50px;
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 13px;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  transition: all 0.2s;
  border-left: 3px solid transparent;
}

.sn-drawer-has-sub ul li a:hover {
  color: #fff !important;
  background: rgba(11, 131, 3, 0.1);
  border-left-color: #aea128;
}

.sn-drawer-has-sub ul li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

/* Drawer footer */
.sn-drawer-footer {
  padding: 16px 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-drawer-cta {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #265038, #0ea004);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none !important;
  margin-bottom: 14px;
  box-shadow: 0 4px 16px rgba(11, 131, 3, 0.4);
  letter-spacing: 0.3px;
}

.sn-drawer-social {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.sn-drawer-social a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.25s;
}

.sn-drawer-social a:hover {
  background: #265038;
  border-color: #265038;
  color: #fff !important;
}

/* =====================
   PUSH PAGE CONTENT DOWN
   ===================== */
body {
  padding-top: 116px;
  /* topbar 44px + navbar 72px */
}

/* ==============================================
   RESPONSIVE â€” MODERN NAVBAR
   ============================================== */

@media (max-width: 1199px) {
  .sn-nav-menu {
    gap: 0;
  }

  .sn-nav-link {
    font-size: 13px;
    padding: 8px 10px;
  }

  .sn-admission-btn span {
    display: none;
  }

  .sn-admission-btn .fa {
    font-size: 14px;
    margin: 0;
  }

  .sn-admission-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}

@media (max-width: 991px) {
  .sn-nav-menu {
    display: none;
  }

  .sn-hamburger {
    display: flex;
  }

  .sn-mobile-overlay {
    display: block;
    pointer-events: none;
  }

  .sn-mobile-overlay.sn-open {
    pointer-events: all;
  }

  .sn-admission-btn {
    display: none;
  }

  .sn-navbar-inner {
    height: 64px;
  }

  body {
    padding-top: 108px;
  }
}

@media (max-width: 767px) {
  .sn-topbar-address {
    display: none;
  }

  .sn-topbar-item {
    font-size: 11.5px;
    padding-right: 12px;
    margin-right: 12px;
  }

  .sn-logo-tagline {
    display: none;
  }

  .sn-logo-name {
    font-size: 13.5px;
  }
}

@media (max-width: 575px) {
  .sn-topbar {
    display: none;
  }

  body {
    padding-top: 64px;
  }

  .sn-navbar-inner {
    padding: 0 16px;
  }

  .sn-logo-icon {
    width: 40px;
    height: 40px;
  }
}

/* ================================================
   MODERN PANEL SECTIONS â€” SN CONVENT SCHOOL
   Clean White / Light Modern Theme
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ================================================
   GLOBAL SECTION BASE â€” White Theme
   ================================================ */
#rs-about,
.rs-quality-services,
.direc-m,
#newsletter-section,
#sn-gallery {
  background: #ffffff !important;
  position: relative;
}

/* Alternating soft-tinted section bases */
.rs-quality-services {
  background: #edededa3 !important;
}

.direc-m {
  background: #edededa3 !important;
}

#sn-gallery {
  background: #f7f8fc !important;
}

/* Remove old bg images */
#newsletter-section.bg9,
.rs-quality-services.bg6 {
  background-image: none !important;
  background-attachment: unset !important;
}

/* Subtle ambient radial tints per section */
#rs-about::before,
.rs-quality-services::before,
.direc-m::before,
#newsletter-section::before,
#sn-gallery::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 5% 15%, rgba(11, 131, 3, 0.04) 0%, transparent 60%),
    radial-gradient(ellipse 55% 45% at 95% 85%, rgba(174, 161, 40, 0.04) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

/* All containers must sit above the pseudo overlay */
#rs-about .container,
.rs-quality-services .container,
.direc-m .container,
#newsletter-section .container,
#sn-gallery .container {
  position: relative;
  z-index: 1;
}

/* Kill old overlay divs */
#newsletter-section .background-overlay,
.rs-quality-services .background-overlay {
  display: none !important;
}

/* ================================================
   SHARED SECTION TITLE / BADGE STYLES
   ================================================ */

/* Green pill badge â€” About & Gallery */
#rs-about .rs-title3 span,
#sn-gallery .rs-title2 span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(11, 131, 3, 0.08);
  border: 1px solid rgba(11, 131, 3, 0.22);
  color: #265038 !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 5px 16px !important;
  border-radius: 100px !important;
  margin-bottom: 16px !important;
}

/* Headings in sections */
#rs-about .rs-title3 h2 {
  color: #0e1c0d !important;
}

#rs-about .rs-title3 h5 {
  color: #3d5c39 !important;
}

#rs-about .rs-title3 p {
  color: #4a5e47 !important;
  display: block !important;
}

/* Facilities section badge */
.rs-quality-services .rs-title2 span {
  display: inline-flex;
  align-items: center;
  background: rgba(174, 161, 40, 0.1);
  border: 1px solid rgba(174, 161, 40, 0.3);
  color: #7a6f10 !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 5px 16px !important;
  border-radius: 100px !important;
  margin-bottom: 14px !important;
}

.rs-quality-services .rs-title2 h2.white-color,
.rs-quality-services .rs-title2 h2 {
  color: #0e1c0d !important;
}

/* ================================================
   ABOUT SECTION
   ================================================ */
#rs-about {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* About image â€” rounded with green glow border */
.about-left-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(11, 131, 3, 0.12), 0 4px 16px rgba(0, 0, 0, 0.08);
}

.about-left-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
  filter: brightness(0.97) saturate(1.08);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.about-left-image:hover img {
  transform: scale(1.04);
  filter: brightness(1) saturate(1.12);
}

/* Subtle green accent glow behind image */
.about-left-image::before {
  content: '';
  position: absolute;
  inset: -6px;
  background: linear-gradient(135deg, rgba(11, 131, 3, 0.35), rgba(174, 161, 40, 0.2), transparent 60%);
  border-radius: 26px;
  z-index: -1;
  opacity: 0.7;
}

/* Vision / Mission glass cards */
.about-card1,
.about-card2 {
  background: #ffffff !important;
  border: 1px solid rgba(11, 131, 3, 0.14) !important;
  border-radius: 16px !important;
  padding: 24px 22px !important;
  margin: 0 !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s !important;
}

.about-card1:hover,
.about-card2:hover {
  border-color: rgba(11, 131, 3, 0.35) !important;
  box-shadow: 0 10px 40px rgba(11, 131, 3, 0.1) !important;
  transform: translateY(-4px);
}

.about-card1 span,
.about-card2 span {
  display: inline-block;
  color: #265038 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
  border-left: 3px solid #265038;
  padding-left: 10px;
}

.about-card1 p,
.about-card2 p {
  color: #4a5e47 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  display: block !important;
  text-align: left !important;
}

/* Mission list */
.our-mission li {
  color: #4a5e47 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  padding-left: 20px;
  position: relative;
  margin-bottom: 9px;
}

.our-mission li::before {
  content: 'â†’';
  position: absolute;
  left: 0;
  color: #265038;
  font-weight: 700;
}

/* Read More link */
.ab a {
  color: #265038 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  border-bottom: 1.5px solid rgba(11, 131, 3, 0.35);
  transition: border-color 0.3s, color 0.3s;
}

.ab a:hover {
  color: #0d9e04 !important;
  border-color: #265038;
}

/* ================================================
   FACILITIES / QUALITY SERVICES SECTION
   ================================================ */
.rs-quality-services {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* View All button */
.rs-quality-services .readon.white-color,
#sn-gallery .readon.white-color {
  background: linear-gradient(135deg, #265038, #0ea004) !important;
  border: none !important;
  border-radius: 100px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 26px !important;
  height: 44px !important;
  line-height: 44px !important;
  box-shadow: 0 6px 20px rgba(11, 131, 3, 0.28) !important;
  letter-spacing: 0.3px !important;
  transition: all 0.3s ease !important;
}

.rs-quality-services .readon.white-color:hover,
#sn-gallery .readon.white-color:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(11, 131, 3, 0.4) !important;
  background: linear-gradient(135deg, #0ea004, #265038) !important;
}

.rs-quality-services .readon.white-color::before {
  display: none !important;
}

/* Service cards */
.service-items {
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease !important;
  cursor: pointer;
  position: relative;
}

.service-items:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(11, 131, 3, 0.3) !important;
  box-shadow: 0 20px 50px rgba(11, 131, 3, 0.12), 0 4px 16px rgba(0, 0, 0, 0.08) !important;
}

.service-items .f-bg1 {
  overflow: hidden;
  position: relative;
}

.service-items .f-bg1 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.5s ease, filter 0.5s ease !important;
  filter: brightness(0.94) saturate(1.05);
}

.service-items:hover .f-bg1 img {
  transform: scale(1.07);
  filter: brightness(1) saturate(1.1);
}

.service-items .f-bg1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent);
}

.service-content {
  padding: 16px 18px 18px !important;
  background: #ffffff !important;
}

.service-content .title {
  color: #0e1c0d !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 9px;
}

.service-content .title::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #265038;
  flex-shrink: 0;
}

/* Link wrapper */
.rs-quality-services a {
  text-decoration: none !important;
}

/* ================================================
   DIRECTOR / FOUNDER MESSAGES SECTION
   ================================================ */
.direc-m {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}


/* Section label above carousel - Removed CSS duplicate */

/* Card wrapper */
.message-card-main {
  padding: 10px 14px !important;
}

.message-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07) !important;
  transition: border-color 0.35s, transform 0.35s, box-shadow 0.35s !important;
  position: relative;
}

/* Remove old decorative pseudo-elements */
.message-card::before,
.message-card::after {
  display: none !important;
}

.message-card:hover {
  border-color: rgba(11, 131, 3, 0.3) !important;
  box-shadow: 0 20px 50px rgba(11, 131, 3, 0.1), 0 6px 20px rgba(0, 0, 0, 0.06) !important;
  transform: translateY(-6px) !important;
}

/* Photo area */
.d-message-im {
  width: 100% !important;
  height: 220px !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  flex-shrink: 0;
}

.d-message-im img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  filter: brightness(0.97) saturate(1.05) !important;
  transition: transform 0.5s ease, filter 0.5s ease !important;
}

.message-card:hover .d-message-im img {
  transform: scale(1.05);
  filter: brightness(1) saturate(1.1) !important;
}

/* Card text area */
.d-message-co {
  padding: 22px 20px !important;
  background: #ffffff !important;
}

.d-message-co h4 {
  color: #0e1c0d !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  gap: 9px;
}

/* Gradient left-bar accent */
.d-message-co h4::before {
  content: '';
  width: 4px;
  height: 18px;
  background: linear-gradient(to bottom, #265038, #aea128);
  border-radius: 2px;
  flex-shrink: 0;
}

.d-message-co p {
  color: #4a5e47 !important;
  font-size: 13.5px !important;
  line-height: 1.78 !important;
  display: block !important;
  text-align: left !important;
  margin-bottom: 16px !important;
}

/* Name + Read More row */
.d-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 14px;
}

.d-name span {
  color: #7a6f10 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.d-name a strong {
  color: #265038 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-bottom: 1.5px solid rgba(11, 131, 3, 0.3);
  transition: border-color 0.3s;
}

.d-name a:hover strong {
  border-color: #265038;
}

/* ================================================
   NEWSLETTER / ADMISSION SECTION
   ================================================ */
#newsletter-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#newsletter-section.newsletter-section {
  background: linear-gradient(135deg, #f0faf0 0%, #fffef3 50%, #f0faf0 100%) !important;
  padding: 80px 0 !important;
  background-image: none !important;
}

/* CTA glass card */
.subscribe-inner {
  background: #ffffff !important;
  border: 1px solid rgba(11, 131, 3, 0.15) !important;
  border-radius: 24px !important;
  padding: 60px 50px !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 16px 60px rgba(11, 131, 3, 0.1), 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

/* Decorative glows inside card */
.subscribe-inner::before {
  content: '';
  position: absolute;
  top: -70px;
  right: -70px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(11, 131, 3, 0.07) 0%, transparent 65%);
  pointer-events: none;
}

.subscribe-inner::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(174, 161, 40, 0.07) 0%, transparent 65%);
  pointer-events: none;
}

/* Sub-title badge */
.subscribe-text .sub-title {
  display: inline-flex !important;
  align-items: center !important;
  background: rgba(174, 161, 40, 0.1) !important;
  border: 1px solid rgba(174, 161, 40, 0.3) !important;
  color: #7a6f10 !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 5px 16px !important;
  border-radius: 100px !important;
  margin-bottom: 18px !important;
}

.subscribe-text .title {
  color: #0e1c0d !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  margin-bottom: 28px !important;
  line-height: 1.35 !important;
}

.subscribe-text .title a {
  color: #265038 !important;
  text-decoration: none !important;
  font-weight: 800;
}

.contact-info.d-flex {
  justify-content: center !important;
}

#newsletter-section .readon.white-color {
  background: linear-gradient(135deg, #265038, #0ea004) !important;
  border: none !important;
  border-radius: 100px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 0 38px !important;
  height: 50px !important;
  line-height: 50px !important;
  box-shadow: 0 8px 28px rgba(11, 131, 3, 0.35) !important;
  letter-spacing: 0.4px !important;
  transition: all 0.35s ease !important;
}

#newsletter-section .readon.white-color::before {
  display: none !important;
}

#newsletter-section .readon.white-color:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(11, 131, 3, 0.5) !important;
  background: linear-gradient(135deg, #0ea004, #265038) !important;
}

/* ================================================
   GALLERY SECTION
   ================================================ */

#sn-gallery h2 {
  color: #0e1c0d !important;
  font-weight: 700 !important;
  text-align: center;
  width: 100%;
  max-width: 100%;
}


.rs-title2.gallery {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Gallery cards */
.product-grid {
  border-radius: 14px !important;
  overflow: hidden !important;
  position: relative !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06) !important;
  transition: border-color 0.35s, transform 0.35s, box-shadow 0.35s !important;
}

.product-grid:hover {
  border-color: rgba(11, 131, 3, 0.3) !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 44px rgba(11, 131, 3, 0.12), 0 4px 16px rgba(0, 0, 0, 0.06) !important;
}

.gallery-it {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.gallery-it img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease !important;
  filter: brightness(0.95) saturate(1.05);
}

.product-grid:hover .gallery-it img {
  transform: scale(1.08);
  filter: brightness(1) saturate(1.1);
}

/* Hover overlay with magnify icon */
.gallery-it .icon-area {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.product-grid:hover .gallery-it .icon-area {
  opacity: 1;
}

.gallery-it .icon-area ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.gallery-it .icon-area ul li a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #265038, #0ea004);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  box-shadow: 0 6px 20px rgba(11, 131, 3, 0.45);
  transition: transform 0.25s, box-shadow 0.25s;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.gallery-it .icon-area ul li a:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 28px rgba(11, 131, 3, 0.65);
}

/* ================================================
   BG FOOTER STRIP
   ================================================ */
#bg-footer {
  background: linear-gradient(135deg, #e9f4e8, #f5f8f4) !important;
  background-image: none !important;
  background-attachment: unset !important;
}

#bg-footer .background-overlay2 {
  display: none !important;
}

/* ================================================
   RESPONSIVE â€” PANEL SECTIONS
   ================================================ */
@media (max-width: 991px) {
  .subscribe-inner {
    padding: 40px 30px !important;
  }

  .subscribe-text .title {
    font-size: 24px !important;
  }

  .d-message-im {
    height: 185px !important;
  }
}

@media (max-width: 767px) {

  #rs-about,
  .rs-quality-services,
  .direc-m,
  #newsletter-section.newsletter-section,
  #sn-gallery {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .subscribe-inner {
    padding: 32px 22px !important;
  }

  .subscribe-text .title {
    font-size: 20px !important;
  }

  .gallery-it img {
    height: 150px;
  }

  .message-card {
    flex-direction: column !important;
  }

  .d-message-im {
    height: 200px !important;
  }
}


/* ================================================
   MODERN FOOTER — SN CONVENT SCHOOL
   Premium dark footer with white accents
   ================================================ */

/* ---- Wrapper ---- */
.sn-footer {
  background: linear-gradient(160deg, #041203 0%, #071a05 40%, #041203 100%);
  font-family: 'Poppins', 'Inter', sans-serif;
  color: rgba(255, 255, 255, 0.78);
  position: relative;
  overflow: hidden;
}

/* Ambient glow blobs */
.sn-footer::before {
  content: '';
  position: absolute;
  top: -120px;
  left: -120px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(11, 131, 3, 0.1) 0%, transparent 65%);
  pointer-events: none;
}

.sn-footer::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(174, 161, 40, 0.07) 0%, transparent 65%);
  pointer-events: none;
}

/* ================================================
   TOP CONTACT STRIP
   ================================================ */
.sn-footer-topstrip {
  background: rgba(11, 131, 3, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
}

.sn-footer-topstrip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.sn-fts-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  flex: 1;
  min-width: 220px;
}

.sn-fts-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 12px 30px;
  flex-shrink: 0;
}

.sn-fts-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #265038, #0ea004);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(11, 131, 3, 0.4);
}

.sn-fts-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sn-fts-text span {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #aea128;
}

.sn-fts-text,
.sn-fts-text a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none !important;
  transition: color 0.25s;
}

.sn-fts-text a:hover {
  color: #4ade80;
}

/* ================================================
   MAIN FOOTER BODY
   ================================================ */
.sn-footer-main {
  padding: 70px 0 60px;
  position: relative;
  z-index: 1;
}

.sn-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 2fr;
  gap: 50px;
  align-items: start;
}

/* Responsive footer grid */
@media (max-width: 992px) {
  .sn-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .sn-footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}




/* ================================================
   BRAND COLUMN
   ================================================ */
.sn-footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  text-decoration: none !important;
  margin-bottom: 15px;
}

.sn-footer-logo img {
  width: 125px;
  object-fit: contain;
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 8px;
}

.sn-footer-logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sn-footer-logo-name {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.sn-footer-logo-tag {
  font-size: 11.5px;
  font-weight: 700;
  color: #EA520F;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.sn-footer-about {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.8;
  margin-bottom: 24px;
  display: block !important;
  text-align: left !important;
}

/* Social icons */
.sn-footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sn-fsoc-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.sn-fsoc-btn:hover {
  background: #265038;
  border-color: #265038;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(11, 131, 3, 0.45);
}

/* ================================================
   SECTION HEADING
   ================================================ */
.sn-footer-heading {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff !important;
  margin: 0 0 22px;
  padding-bottom: 12px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sn-footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #265038, #aea128);
  border-radius: 2px;
}

/* ================================================
   QUICK LINKS LIST
   ================================================ */
.sn-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sn-footer-links li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.25s ease;
}

.sn-footer-links li:last-child a {
  border-bottom: none;
}

.sn-footer-links li a .fa {
  font-size: 12px;
  color: #265038;
  transition: transform 0.25s;
}

.sn-footer-links li a:hover {
  color: #4ade80 !important;
  padding-left: 5px;
}

.sn-footer-links li a:hover .fa {
  transform: translateX(3px);
  color: #4ade80;
}

/* ================================================
   CONTACT FORM
   ================================================ */
.sn-footer-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sn-fform-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sn-fform-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Inputs & textarea */
.sn-footer-form input,
.sn-footer-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif !important;
  transition: border-color 0.3s, background 0.3s !important;
  outline: none !important;
  box-shadow: none !important;
}

.sn-footer-form input::placeholder,
.sn-footer-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.38) !important;
}

.sn-footer-form input:focus,
.sn-footer-form textarea:focus {
  border-color: rgba(11, 131, 3, 0.6) !important;
  background: rgba(11, 131, 3, 0.06) !important;
  box-shadow: 0 0 0 3px rgba(11, 131, 3, 0.12) !important;
}

.sn-footer-form textarea {
  resize: none !important;
}

/* Invalid feedback in form */
.sn-footer-form .invalid-feedback {
  color: #f87171 !important;
  font-size: 12px !important;
  margin-top: 2px !important;
}

/* Submit button */
.sn-footer-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #265038, #0ea004);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow: 0 6px 22px rgba(11, 131, 3, 0.4);
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.3px;
  width: fit-content;
}

.sn-footer-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(11, 131, 3, 0.55);
  background: linear-gradient(135deg, #0ea004, #265038);
}

.sn-footer-submit .fa {
  font-size: 13px;
}

/* reCAPTCHA fit */
.sn-footer-form .g-recaptcha {
  transform: scale(0.88);
  transform-origin: left top;
}

/* ================================================
   BOTTOM BAR
   ================================================ */
.sn-footer-bottom {
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
  z-index: 1;
}

.sn-footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.sn-footer-copy {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  display: block !important;
  text-align: left !important;
}

.sn-footer-copy strong {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

.sn-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.sn-footer-bottom-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none !important;
  transition: color 0.25s;
}

.sn-footer-bottom-links a:hover {
  color: #4ade80 !important;
}

.sn-fb-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
}

/* ================================================
   RESPONSIVE — FOOTER
   ================================================ */
@media (max-width: 1100px) {
  .sn-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .sn-footer-form-col {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .sn-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .sn-footer-topstrip-inner {
    flex-direction: column;
    padding: 0 20px;
  }

  .sn-fts-divider {
    width: 100%;
    height: 1px;
    margin: 0;
  }

  .sn-fts-item {
    padding: 16px 0;
  }

  .sn-footer-main {
    padding: 50px 0 40px;
  }

  .sn-fform-row {
    grid-template-columns: 1fr;
  }

  .sn-footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .sn-footer-copy {
    text-align: center !important;
  }

  .sn-footer-bottom-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .sn-footer-main {
    padding: 40px 0 30px;
  }

  .sn-footer-logo-name {
    font-size: 13.5px;
  }

  .sn-footer-submit {
    width: 100%;
    justify-content: center;
  }
}

#achievers {
  background-color: #d7e9db !important
}

/*About us page*/

body {
  font-family: 'Segoe UI', sans-serif;
  background: #f8f9fb;
}

/* Section spacing */
.about-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Card Base */
.about-card {
  padding: 50px 20px;
  border-radius: 60px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 220px;
}

/* Hover effect */
.about-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Icon */
.about-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
  margin-top: 20px;

}

/* Title */
.about-card h5 {
  font-weight: 600;
  color: #0e1c0d;
  font-size: 18px;
  padding-top: 10px;
}

/* Colors */
.one {
  background: #d7e9db;
}

.two {
  background: #d7e9db;
}

.three {
  background: #d7e9db;
}

.four {
  background: #d7e9db;
}

/* Rounded blob look */
.about-card::before {

  inset: 0;
  border-radius: 70px;
  border: 2px rgba(0, 0, 0, 0.05);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .about-card {
    padding: 40px 15px;
    border-radius: 40px;
  }
}

@media (max-width: 576px) {
  .about-card {
    padding: 30px 10px;
  }

  .about-card h5 {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .row {
    row-gap: 20px;
  }
}

/* End of About Us page */


/*Academic system Page starts*/

/* GENERAL */
.academic-system {
  background: white;
}

/* HERO */
.title {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 20px;
}

.subtitle {
  color: #6c757d;
  max-width: 600px;
  width: 90%;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #0e1c0d !important;
}





/* Base card styling */
.acad-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 45px 30px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.acad-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(11, 131, 3, 0.12);
  border-color: rgba(11, 131, 3, 0.2);
}

.acad-card .icon {
  font-size: 40px;
  margin-bottom: 25px;
  background: rgba(11, 131, 3, 0.05);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50% !important;
  margin-left: auto;
  margin-right: auto;
  color: #265038;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acad-card:hover .icon {
  background: #265038;
  color: #ffffff;
}

.acad-card:hover .icon i {
  color: #fff !important;
}

.acad-card h5 {
  font-weight: 700;
  color: #0e1c0d;
  margin-bottom: 15px;
  font-size: 22px;
}

/* Curriculum Section */
#curriculum-section {
  background: linear-gradient(135deg, #f9fbf9 0%, #f1f3f1 100%);
  padding: 100px 0;
}

.curr-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-left: 5px solid #265038;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

.curr-card:hover {
  transform: translateX(10px);
  background: #265038;
}

.curr-card:hover p,
.curr-card:hover .icon i {
  color: #ffffff !important;
}

.curr-card .icon {
  font-size: 24px;
  color: #265038;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 131, 3, 0.08);
  border-radius: 12px;
}

.curr-card p {
  margin: 0;
  font-weight: 600;
  color: #333;
}

/* CTA Box */
.cta-box {
  background: #265038;
  border-radius: 20px;
  padding: 45px 50px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 15px 35px rgba(38, 80, 56, 0.2);
}

.cta-box h2 {
  color: #ffffff !important;
  font-size: 36px !important;
  margin-bottom: 12px !important;
  padding-left: 0 !important;
  font-weight: 800 !important;
}

.cta-box h2::before {
  display: none !important;
}

.cta-box p {
  font-size: 18px;
  opacity: 0.95;
  max-width: 680px;
  margin-bottom: 0 !important;
  color: #fff !important;
  line-height: 1.6;
}

.btn-as {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  color: #265038 !important;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-family: 'Poppins', sans-serif;
  text-decoration: none !important;
  position: relative;
  z-index: 2;
}

.btn-as:hover {
  transform: translateY(-4px) scale(1.02);
  background: #fdfdfd;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  color: #265038 !important;
}

/* SECTION TITLE */
.section-title {
  font-weight: 700;
  margin-bottom: 15px;
}

/* CURRICULUM */
.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.badge-top {
  color: #265038;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}


.cta-heading {
  margin-top: 60px;
}

/* 5. RESPONSIVE ADJUSTMENTS */
@media (max-width: 992px) {

  .academic-system,
  .academic-system>.container.text-center,
  .academic-system>.container.mb-5,
  #curriculum-section,
  .cta-box {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .curriculum-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2.2rem;
  }

  #curriculum-section {
    min-height: auto;
    padding: 60px 20px;
  }
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #1a1a1a;
}

/* Responsiveness for small screens */
@media (max-width: 576px) {
  .section-title {
    font-size: 2rem;
  }

  .curriculum-grid {
    grid-template-columns: 1fr;
    /* Full width cards on mobile */
  }
}

/* CTA */
.cta-box {
  position: relative;
}



/* RESPONSIVE FIXES */
@media (max-width: 768px) {
  .title {
    font-size: 28px;
  }

  .cta-box {
    padding: 30px 20px;
  }

  /* Academic cards responsive */
  .acad-card {
    margin-bottom: 30px;
    padding: 20px;
  }

  /* Facilities responsive */
  .facility-box {
    margin-bottom: 30px;
    padding: 20px;
  }

  /* Curriculum responsive */
  .curriculum-list li {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

/* Fix overlapping and ensure consistent gaps */
.academic-system .row.g-4>[class*="col-"] {
  margin-bottom: 30px;
}

/* Ensure facilities don't overlap */
.academic-system .row.g-4.text-center>[class*="col-"] {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .academic-system .row.g-4.text-center>[class*="col-"] {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* Consistent spacing for all cards */
.acad-card,
.facility-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

/* Courses Section Enhanced UI */
.rs-quality-services .row.mt-4 .col-md-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 20px;
}

.rs-quality-services .row.mt-4 h6 {
  background: linear-gradient(135deg, #265038, #2d5a42);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 25px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(38, 80, 56, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 150px;
}

.rs-quality-services .row.mt-4 h6::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, #aea128, #d4af37);
  border-radius: 28px;
  z-index: -1;
}

.rs-quality-services .row.mt-4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(38, 80, 56, 0.1);
  width: 100%;
  max-width: 280px;
}

.rs-quality-services .row.mt-4 ul li {
  color: #265038;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 8px 12px;
  background: linear-gradient(135deg, rgba(174, 161, 40, 0.1), rgba(38, 80, 56, 0.05));
  border-radius: 8px;
  border-left: 4px solid #aea128;
  transition: all 0.3s ease;
  position: relative;
}

.rs-quality-services .row.mt-4 ul li:last-child {
  margin-bottom: 0;
}

.rs-quality-services .row.mt-4 ul li:hover {
  background: linear-gradient(135deg, rgba(174, 161, 40, 0.2), rgba(38, 80, 56, 0.1));
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(38, 80, 56, 0.15);
}

.rs-quality-services .row.mt-4 ul li::before {
  content: '✓';
  color: #aea128;
  font-weight: bold;
  margin-right: 8px;
  font-size: 12px;
}

/* Courses Section Responsive */
@media (max-width: 768px) {
  .rs-quality-services .facility-card {
    margin-bottom: 30px;
  }

  .rs-quality-services .facility-card .card-body {
    padding: 20px;
  }

  .rs-quality-services .facility-icon-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .rs-quality-services .facility-icon-wrapper .fa {
    font-size: 2.5rem;
  }

  .rs-quality-services .facility-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .rs-quality-services .facility-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .rs-quality-services .row.mt-4 .col-md-4 {
    margin-bottom: 25px;
    padding: 15px 10px;
  }

  .rs-quality-services .row.mt-4 h6 {
    font-size: 14px;
    padding: 10px 15px;
    min-width: 130px;
  }

  .rs-quality-services .row.mt-4 ul {
    padding: 15px;
    max-width: 250px;
  }

  .rs-quality-services .row.mt-4 ul li {
    font-size: 13px;
    padding: 6px 10px;
  }
}

@media (max-width: 576px) {
  .rs-quality-services .facility-card .card-body {
    padding: 15px;
  }

  .rs-quality-services .facility-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .rs-quality-services .facility-icon-wrapper .fa {
    font-size: 2rem;
  }

  .rs-quality-services .facility-title {
    font-size: 16px;
  }

  .rs-quality-services .facility-description {
    font-size: 13px;
  }

  .rs-quality-services .row.mt-4 .col-md-4 {
    margin-bottom: 20px;
    padding: 10px 5px;
  }

  .rs-quality-services .row.mt-4 h6 {
    font-size: 12px;
    padding: 8px 12px;
    min-width: 120px;
  }

  .rs-quality-services .row.mt-4 ul {
    padding: 12px;
    max-width: 220px;
  }

  .rs-quality-services .row.mt-4 ul li {
    font-size: 12px;
    padding: 5px 8px;
  }
}

/*Academic system page Ends*/


/* courses page starts*/

body {
  font-family: poppins, sans-serif;
}

/* SECTION STYLE */
.course-section {
  padding: 60px 0;
}

.section-light {
  background-color: white;
}

.section-green {
  background: #e6f4ea;
}

.course-header {
  text-align: center;
  margin-bottom: 30px;
}

.course-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 0.01em solid #b89b2d;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 32px;
}

.course-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #233e8b;
}

.course-sub {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 10px;
}

.course-desc {
  font-size: 0.95rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.section-title {
  background-color: #265038;
  color: #fff;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 0.85rem;
  margin-bottom: 15px;
}

.feature-box {
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 8px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.feature-box::before {
  content: "✔";
  color: #b89b2d;
  font-weight: bold;
  margin-right: 8px;
}

.course-footer {
  text-align: center;
  margin-top: 25px;
}


.btn-explore {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #265038, #0ea004);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 100px;
  border: none;

  .rs-quality-services .facility-card .card-body {
    padding: 20px;
  }

  .rs-quality-services .facility-icon-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .rs-quality-services .facility-icon-wrapper .fa {
    font-size: 2.5rem;
  }

  .rs-quality-services .facility-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .rs-quality-services .facility-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .rs-quality-services .row.mt-4 .col-md-4 {
    margin-bottom: 25px;
    padding: 15px 10px;
  }

  .rs-quality-services .row.mt-4 h6 {
    font-size: 14px;
    padding: 10px 15px;
    min-width: 130px;
  }

  .rs-quality-services .row.mt-4 ul {
    padding: 15px;
    max-width: 250px;
  }

  .rs-quality-services .row.mt-4 ul li {
    font-size: 13px;
    padding: 6px 10px;
  }
}

@media (max-width: 576px) {
  .rs-quality-services .facility-card .card-body {
    padding: 15px;
  }

  .rs-quality-services .facility-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .rs-quality-services .facility-icon-wrapper .fa {
    font-size: 2rem;
  }

  .rs-quality-services .facility-title {
    font-size: 16px;
  }

  .rs-quality-services .facility-description {
    font-size: 13px;
  }

  .rs-quality-services .row.mt-4 .col-md-4 {
    margin-bottom: 20px;
    padding: 10px 5px;
  }

  .rs-quality-services .row.mt-4 h6 {
    font-size: 12px;
    padding: 8px 12px;
    min-width: 120px;
  }

  .rs-quality-services .row.mt-4 ul {
    padding: 12px;
    max-width: 220px;
  }

  .rs-quality-services .row.mt-4 ul li {
    font-size: 12px;
    padding: 5px 8px;
  }
}

/*Academic system page Ends*/


/* courses page starts*/

body {
  font-family: poppins, sans-serif;
}

/* SECTION STYLE */
.course-section {
  padding: 60px 0;
}

.section-light {
  background-color: white;
}

.section-green {
  background: #e6f4ea;
}

.course-header {
  text-align: center;
  margin-bottom: 30px;
}

.course-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 0.01em solid #b89b2d;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 32px;
}

.course-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #233e8b;
}

.course-sub {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 10px;
}

.course-desc {
  font-size: 0.95rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.section-title {
  background-color: #265038;
  color: #fff;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 0.85rem;
  margin-bottom: 15px;
}

.feature-box {
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 8px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.feature-box::before {
  content: "✔";
  color: #b89b2d;
  font-weight: bold;
  margin-right: 8px;
}

.course-footer {
  text-align: center;
  margin-top: 25px;
}


.btn-explore {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #265038, #0ea004);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow: 0 6px 22px rgba(11, 131, 3, 0.4);
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.3px;
  width: fit-content;
}


/*courses page ends*/
/* ==========================================================================
   GLOBAL HEADING STANDARDIZATION (Applied to all pages)
   ========================================================================== */
/* Site-wide Section Headings (Excluding Footer and Banners) */
h2,
.rs-title h2,
.rs-title2 h2,
.rs-title3 h2,
.rs-title-full h2,
.rs-about-school h2,
.direc-m h2 {
  font-size: 38px !important;
  color: #265038 !important;
  font-weight: 700 !important;
  text-align: left !important;
  position: relative;
  padding-left: 20px !important;
  margin-bottom: 25px !important;
  line-height: 1.3 !important;
  text-transform: capitalize !important;
  font-family: "Poppins", sans-serif !important;
}

h2::before,
.rs-title h2::before,
.rs-title2 h2::before,
.rs-title3 h2::before,
.direc-m h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 80%;
  background: #265038;
  border-radius: 10px;
}

/* Standard Section Paragraph Alignment */
.direc-m p,
.rs-about-school p,
.rs-title-full p,
.about-us p,
.cta-box p,
.academic-system p {
  text-align: left !important;
}

/* Global Paragraph alignment */
p {
  text-align: left !important;
  line-height: 1.6;
}

/* Sections with dark backgrounds need white text */
.rs-title.white-text h2,
.rs-title2.white-text h2,
.rs-title3.text-white h2,
.white-color h2,
.bg6 h2,
.bg9 h2,
.newsletter-section h2,
.footer-top h2,
.cta-box h2,
.hero-title,
.hero-title-accent {
  color: #ffffff !important;
}

/* Mobile Responsiveness for all Section Headings */
@media (max-width: 768px) {

  h2,
  .rs-title h2,
  .rs-title2 h2,
  .rs-title3 h2,
  .rs-about-school h2 {
    font-size: 26px !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
  }
}

/* Utility for Unit Text */
.unit-text {
  font-weight: 600;
  color: #666;
}

/* Base utility */
.text-white {
  color: #ffffff !important;
}

.text-brand {
  color: #265038 !important;
}

/* Facility Card Button Consistency */
.facility-link {
  background: #265038 !important;
  border-color: #265038 !important;
  color: #ffffff !important;
}

.facility-link:hover {
  background: #1a3a28 !important;
  border-color: #1a3a28 !important;
}

/* Gallery and other readon triggers */
.readon.white-color {
  background: #265038 !important;
  color: #fff !important;
}

.readon.white-color:hover {
  background: #1a3a28 !important;
}

/* About Card Icons Customization */
.about-card .icon i {
  color: #265038;
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
}

.about-card h5 {
  font-weight: 700;
  color: #265038 !important;
  margin: 0;
}

/* --- EXTRACTED FROM HTML FILES --- */

/* Facility Card Hover Effects */
.facility-card.card-hover {
  transition: all 0.3s ease;
}

.facility-card.card-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.facility-card.card-hover:hover .facility-icon {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  color: #007bff !important;
}

.facility-card.card-hover:hover .facility-link {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.facility-link {
  margin-top: 15px;
}

.facility-icon-wrapper {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Fixed Donation Button */
.sk-fixed-donate-trigger {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #265038;
  color: #ffffff;
  border: 1px solid #1a3a28;
  border-right: none;
  padding: 22px 12px;
  border-radius: 15px 0 0 15px;
  cursor: pointer;
  z-index: 9999;
  box-shadow: -5px 0 25px rgba(38, 80, 56, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  outline: none;
}

.sk-fixed-donate-trigger:hover {
  background: #1a3a28;
  color: #ffffff;
  padding-right: 20px;
  transform: translateY(-50%) translateX(-8px);
  box-shadow: -8px 0 30px rgba(38, 80, 56, 0.4);
}

.sk-vertical-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
}

/* Donation Modal Refinements */
#charityModal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

.sk-close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: #265038;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 1060;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  padding: 0;
  outline: none;
}

.sk-close-btn:hover {
  background: #1a3a28;
  transform: scale(1.1) rotate(90deg);
  color: #fff;
}

.sk-modal-image-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.sk-modal-image-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  border: 5px solid #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

/* Admission Popup Styling */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}

.popup.active {
  display: flex !important;
}

.popup-content {
  position: relative;
  background: transparent;
  max-width: 750px;
  width: 92%;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
  animation: popupScaleIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes popupScaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

#close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 44px;
  height: 44px;
  background: #265038;
  color: #fff !important;
  border: 4px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 900;
  z-index: 10001;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 20px;
}

#close-btn:hover {
  background: #1a3a28;
  transform: scale(1.1) rotate(90deg);
}

.popup-content img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  border: 7px solid #fff;
  display: block;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Leadership Section Styling */
.sk-trust-badge {
  display: inline-block;
  padding: 10px 28px;
  background: #f0fdf4;
  color: #265038;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  border-radius: 100px;
  border: 1px solid rgba(38, 80, 56, 0.15);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.message-card-main {
  padding: 20px;
}

.message-card {
  background: #fff;
  border-radius: 25px !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(0, 0, 0, 0.03) !important;
  padding: 15px;
  transition: transform 0.3s ease;
  height: 100%;
}

.message-card:hover {
  transform: translateY(-5px);
}

/* Custom Banner Styling */
.custom-banner {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/teaching-staff-bnr.jpg') center center/cover no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.custom-banner .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 180px;
  justify-content: center;
}

.custom-banner-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  text-align: left;
  width: auto;
  word-break: keep-all;
  white-space: normal;
  line-height: 1.2;
  hyphens: auto;
}

.custom-banner-breadcrumb {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
  width: auto;
  text-align: left;
}

.custom-banner-breadcrumb li,
.custom-banner-breadcrumb li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
}

.custom-banner-breadcrumb li a:hover {
  color: #e8c439;
}

/* Nav & Topbar Overrides (Extracted from inline styles) */
.sn-topbar-inner {
  justify-content: space-between;
}

.sn-topbar-left {
  flex: 1;
}

.sn-topbar-address {
  margin-right: auto;
  padding-right: 0 !important;
  border: none !important;
  font-size: 13px !important;
}

.sn-topbar-address span {
  letter-spacing: 0.5px;
}

.sn-topbar-right .sn-topbar-item:last-child {
  border-right: none !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.sn-logo-tagline {
  text-transform: capitalize;
  font-size: 13px !important;
}

.unit-text {
  margin-bottom: 0.5rem !important;
}

.facility-card h6 {
  margin-bottom: 1rem !important;
}

.hero-slide .hero-bg-image {
  background-size: cover;
  background-position: center;
}

#hero-slide-1 .hero-bg-image {
  background-image: url('../images/bnr.jpg');
}

#hero-slide-3 .hero-bg-image {
  background-image: url('../images/bnr4.jpg');
}

#achievers {
  background-color: #d7e9db !important;
}

.achievers-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.achievers-carousel h6 {
  font-weight: bold;
  color: #7a6f10 !important;
}

/* Responsive Overrides */
@media (max-width: 992px) {
  .custom-banner-title {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .custom-banner .container {
    flex-direction: column;
    align-items: flex-start;
    min-height: 120px;
    padding: 30px 10px;
  }

  .custom-banner-title {
    font-size: 28px;
    padding: 0 5px;
    text-align: center;
    width: 100%;
  }

  .custom-banner-breadcrumb {
    font-size: 15px;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .popup-content {
    max-width: 360px;
  }

  #close-btn {
    top: -12px;
    right: -12px;
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}

.sn-footer-logo-tag,
.sn-logo-tagline {
  text-transform: capitalize;
  font-size: 13px !important;
}

.designed-by-aws {
  color: #aea128 !important;
}

.contact-link-white {
  color: #fff !important;
}

.acad-subtitle-p {
  margin-top: -10px;
}

.acad-curr-p {
  max-width: 600px;
}

.gallery-title-black {
  color: #000 !important;
}

/* --- CONTACT SECTION STYLES --- */
.fgi-contact-section {
  padding: 80px 0;
  background: #fdfdfd;
}

.fgi-contact-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 0 30px 60px rgba(38, 80, 56, 0.12);
  border-radius: 24px;
  overflow: hidden;
}

.fgi-contact-info {
  flex: 1 1 400px;
  background: #265038;
  color: #fff;
  padding: 60px 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fgi-contact-info .fgi-logo {
  width: 85px;
  margin-bottom: 30px;
  border-radius: 15px;
  background: #fff;
  padding: 8px;
}

.contact-title-wrapper {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}

.contact-title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #8feb89;
  /* Decorative accent */
  border-radius: 10px;
}

.contact-title-wrapper h2 {
  font-size: 2.4rem !important;
  font-weight: 800 !important;
  margin: 0 !important;
  color: #fff !important;
  padding: 0 !important;
  line-height: 1.1 !important;
}

.contact-title-wrapper h2::before {
  display: none !important;
}

.fgi-contact-info p.tagline {
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #fff;
  opacity: 0.9;
  font-weight: 500;
}

.fgi-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  width: 100%;
}

.fgi-contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  font-size: 1.05rem;
  gap: 15px;
  line-height: 1.5;
}

.fgi-contact-list i {
  font-size: 1.3rem;
  color: #8feb89;
  margin-top: 4px;
}

.fgi-contact-info .fgi-social {
  display: flex;
  gap: 20px;
}

.fgi-contact-info .fgi-social a {
  color: #fff;
  font-size: 1.4rem;
  transition: transform 0.3s;
}

.fgi-contact-info .fgi-social a:hover {
  transform: translateY(-3px);
  color: #8feb89;
}

.fgi-contact-form {
  flex: 1.5 1 500px;
  padding: 60px 50px;
  background: #fff;
}

.fgi-contact-form h3 {
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  margin-bottom: 35px !important;
  color: #265038 !important;
  padding: 0 !important;
}

.fgi-contact-form h3::before {
  display: none !important;
}

.fgi-contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.fgi-contact-form .form-group {
  flex: 1;
  margin-bottom: 20px;
}

.fgi-contact-form input,
.fgi-contact-form textarea {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 1rem;
  background: #fbfbfb;
  transition: all 0.3s;
  color: #333;
}

.fgi-contact-form input:focus,
.fgi-contact-form textarea:focus {
  border-color: #265038;
  background: #fff;
  box-shadow: 0 5px 15px rgba(38, 80, 56, 0.05);
  outline: none;
}

.fgi-contact-form textarea {
  min-height: 140px;
}

.fgi-contact-form .submit-btn {
  background: #265038;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 18px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.fgi-contact-form .submit-btn:hover {
  background: #1a3a28;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(38, 80, 56, 0.2);
}

@media (max-width: 992px) {
  .fgi-contact-section {
    padding: 40px 15px;
  }

  .fgi-contact-flex {
    border-radius: 15px;
  }

  .fgi-contact-info,
  .fgi-contact-form {
    padding: 40px 25px;
  }
}

@media (max-width: 768px) {
  .fgi-contact-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}

.achiever-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.achiever-highlight {
  font-weight: bold;
  color: #7a6f10;
}

.achievers-bg {
  background-color: #8feb89;
}

.mb-1rem {
  margin-bottom: 1rem !important;
}

.hero-slide-1 {
  background-image: url('../images/bnr.jpg');
}

.hero-slide-2 {
  background-image: url('../images/bnr2.jpg');
}

.hero-slide-3 {
  background-image: url('../images/bnr4.jpg');
}

/* --- CARD CONTENT CENTERING --- */
.facility-card .card-body {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.facility-card .facility-title {
  width: 100%;
}

.facility-card h6 {
  width: 100%;
}

.facility-card .facility-description {
  width: 100%;
}

.facility-card .facility-link {
  width: fit-content;
  margin-top: 15px;
}

/* --- CTA BOX IMPROVEMENTS --- */
.newsletter-section {
  padding: 40px 0;
}

.cta-box {
  background: #265038;
  padding: 60px 50px;
  border-radius: 25px;
  box-shadow: 0 15px 45px rgba(38, 80, 56, 0.2);
  color: #fff;
}

.cta-box h2 {
  font-size: 38px !important;
  margin-bottom: 15px !important;
  line-height: 1.2 !important;
  padding-left: 0 !important;
  text-align: left !important;
}

.cta-box h2::before {
  display: none !important; /* Remove vertical line for CTA */
}

.cta-box p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin: 0;
  text-align: left !important;
}

.btn-as {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #265038 !important;
  padding: 16px 35px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-decoration: none !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-as:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-as i {
  font-size: 0.9rem;
  transition: transform 0.3s;
}

.btn-as:hover i {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .cta-box {
    padding: 45px 30px;
    text-align: center;
  }
  .cta-box h2 {
    font-size: 30px !important;
    text-align: center !important;
  }
  .cta-box p {
    text-align: center !important;
    margin-bottom: 25px;
  }
  .cta-box .text-right {
    text-align: center !important;
  }
}