@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --primaryColor: #B17457;
    --bgColor: #FAF7F0;
    --bgColorSecond:#D8D2C2;
    --primarytextColor: #4A4947;
    --secondrytextColor:#ffffff;
    --borderColor:#F5EEE6;
    --color-white-100: hsl(206, 5%, 100%);
  --color-white-200: hsl(206, 5%, 90%);
  --color-white-300: hsl(206, 5%, 80%);
  --color-white-400: hsl(206, 5%, 60%);
  --color-white-500: hsl(206, 5%, 50%);
  --color-black-100: hsl(213, 23%, 8%);
  --color-black-200: hsl(214, 21%, 6%);
  --color-black-300: hsl(210, 21%, 6%);
  --color-black-400: hsl(216, 22%, 4%);
  --color-black-500: hsl(220, 18%, 3%);
  --color-pink-100: hsl(326, 85%, 90%);
  --color-pink-200: hsl(327, 87%, 80%);
  --color-pink-300: hsl(329, 86%, 70%);
  --color-pink-400: hsl(330, 81%, 60%);
  --color-pink-500: hsl(333, 71%, 50%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
     0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
     0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
     0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --gap: 20px;

  --hue: 3;
	--bg: hsl(var(--hue),10%,90%);
	--fg: hsl(var(--hue),10%,10%);
	--primary: hsl(var(--hue),90%,50%);
	--primaryT: hsla(var(--hue),90%,50%,0);
	--trans-dur: 0.3s;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
  
}
html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
  }
  
body{
    background-color: var(--bgColor);
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color:var(--textColor);
}
p{
    color: var(--textColor);
    margin: 0;
    padding: 0;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color:var(--primarytextColor);
}
button {
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  box-shadow: none;
}

#page{
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.sectionGap{
  margin: 60px 0px 60px 0px;
}

.topHead{
    display: flex;
    flex-basis: auto;
    justify-content: space-between;
}
.headLeft{
    height: 30px;
    padding: 0px 10px;
    line-height: 30px;
}
.headRight{
    background-color:var(--primaryColor);
    width:25%;
    color: var(--secondrytextColor);
    padding: 0px 5px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.headRight h3{
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
}
.headRight span{
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
hr{
    background-color: var(--borderColor);
    height: 1px; 
    border: 0;
}
/*====================== Top New Scrolling CSS =============== */
.headLeft{
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.alert__line {
  display: flex;
  padding: 5px 0;
  gap: calc(var(--gap) / 2);
}

.alert__message {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: calc(var(--gap) / 2 - 2px);
  font-size: 16px;
  left: 0;
  line-height: 130%;
  white-space: nowrap;
  color: var(--primarytextColor);
}

.alert__image {
  width: 20px;
  height: 20px;
}

/* ================ Menu CSS ================*/
.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 2rem;
  width: 100%;
  height: 4rem;
  margin: 0 auto;
}
.mainHead
{
    display:flex; 
    justify-content:space-between; 
    align-items:center; 
    -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 3.75rem;
  }
  .brand{
    width:400px;
    height: 90px;
  }
  
  .yearCeb
  {
      width:120px;
      height:80px;
      display:flex;
      justify-content:end;
      align-items:center;    
  }
  
  .header {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
  }
  
  .menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1.5rem;
  }
  .menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    font-family: inherit;
    font-size: 1.10rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    text-transform: none;
    color: var(--color-black-500);
    transition: all 0.3s ease-in-out;
  }
  .menu-link > i.bx {
    font-size: 1.35rem;
    line-height: 1.5;
    color: inherit;
  }
  .menu-link:hover {
    outline: none;
    color:var(--primaryColor);
  }
   
  .submenu {
    position: absolute;
    top: 2.35rem;
    left: -2rem;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid var(--primaryColor);
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.3s ease-in-out;
  }
  .submenu-item {
    display: block;
    margin-top: 0.75rem;
  }
  .submenu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: var(--color-black-500);
    transition: all 0.35s ease;
  }
  .submenu-link:hover {
    outline: none;
    color: var(--primaryColor);
  }
  
  .burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 1.6rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
  }
  .burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.1px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 1rem;
    background: var(--color-black-500);
  }
  .burger-line:nth-child(1) {
    top: 0px;
  }
  .burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
  }
  .burger-line:nth-child(3) {
    top: 1rem;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
  }
  
  /* ============ Slider CSS =================== */

  /*** Header carousel ***/
.carouselSection
{
    position:relative; 
    width: 100%; 
    margin: 122px 0px 0px 0px;
}
.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/* =============== News and President Section CSS ============================================= */
.news_president{
  display: flex;
  justify-content: space-between;
  padding: 30px 70px;
  column-gap: 20px;
}
.newsSection{
  width: 70%;
  margin: 0;
}

ul.tabs {
	margin-top: 30px;
	padding: 0;
	float: left;
	list-style: none;
	height: 35px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 35px;
	line-height: 35px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background:var(--bgColorSecond);
	color: var(--primarytextColor);
	overflow: hidden;
	position: relative;
	cursor: pointer;
    z-index: 99;
    font-weight: 600; 
}

.tab_last { border-right: 1px solid #ddd; }

ul.tabs li:hover {
	background-color: #000;
	color: #fff;
}

ul.tabs li.active {
	background-color: #fff;
	color: #333;
	border-bottom: 2px solid #B17457;
	display: block;
}

.tab_container {
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	height:292px;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}
.tab_content h2
{
    margin-bottom:10px;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background:var(--bgColorSecond);
	    color: var(--primarytextColor);
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #B17457;
		color: #fff;
	}
}

/*=============== PRESIDENT SECTION CSS ================== */
.presSection{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
} 
.card { 
  z-index: 2;
  width: 510px;
  height: 290px;
   display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
   box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
   margin-top:60px;
}

/* profile card */

.bio {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
}

.bio img {
  width: 100px;
  height: 100px;
  border-radius: 50%; 
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.details {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
 flex: 1 0;
  white-space: nowrap;
}

.details h1 {
  font-weight: 600;
  font-size: 1.2rem;
}

.details h2 {
   font-weight: 500;
  font-size: 1rem;

}

/* message card*/
.box {
  width: 100%;
  height: 160px;
  background: var(--bgColorSecond);
  overflow: hidden;
}

textarea {
  width: 100%;
  height: 115px;
  word-break: break-word;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  resize: none;
  border: none;
  background: var(--bgColorSecond);
  font-size: 1.2rem;
  font-family: "DM Sans", sans-serif;
}

textarea:focus {
  outline: none;
}

.navs {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.navs ul {
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
  background: rgba(0,0,0,0.8);
  height: 40px;
  justify-content: space-evenly;
}

.navs ul li {
  margin: 0px 20px;
  height: 36px;
  line-height:36px;
  padding:0px 10px;
  border-radius:2px;
}

.navs ul li a {
  color: #f7f7f7;
  font-size: 1.2rem;
}

.navs ul li a:hover
{
    color:#B17457;
    transition: 0.3s ease;
}

button {
  all: unset;
  width: 150px;
  text-align: center;
  cursor: pointer;
  background: var(--bgColorSecond);
  padding: 0 20px;
  border-radius: 0 0 10px 0;
  color: #000;
  font-weight: bold;
  letter-spacing: 0px;
}


button::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #000000;
  transition: width 0.5s ease-in-out;
}

button:hover::after {
  width: 100%;
}

/*================ About Section CSS =========================*/
.aboutContainer{
  display: flex;
  justify-content:space-between;
  align-items: center;
  padding: 20px;
  column-gap: 50px;
  margin: 30px 50px;
}
.contentLeft,
.contentRight{
    width: 50%;
}
.contentLeft .row{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.contentLeft .row .imgWrapper{
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.15);
}
.contentLeft .row .imgWrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  transition: 0.3s ease;
}
.contentLeft .row .imgWrapper:hover img{
  transform: scale(1.5);
}
.contentLeft .row .imgWrapper:nth-child(odd){
  transform: translateY(-20px);
}
.contentLeft .row .imgWrapper:nth-child(even){
  transform: translateY(20px);
}
.contentRight .content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.contentRight .content h4{
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #d35400;
}
.contentRight .content h2{
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  color: #1e272e;
}
.contentRight .content p{
  font-size: 16px;
  color: #343434;
  line-height: 28px;
  padding-bottom: 10px;
}
.contentRight .content a{
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 13px 30px;
  color: #fff;
  background: #d35400;
  border-radius: 8px;
  user-select: none;
}
.contentRight .content a:hover{
  background-color: #000;
  transition: 0.3s;
}

/*==================== Footer Section ===========================*/
footer {
  background-color: #1a1a1a;
  color: #f0f0f0;
  padding: 50px 0 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content:space-around;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-section {
  min-width: 250px;
  margin-bottom: 30px;
}

.footer-section h3 {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 20px;
  position: relative;
}

.footer-section h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 30px;
  height: 2px;
  background-color:var(--primaryColor);
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #b0b0b0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: var(--primaryColor);
}

.footer-section ul li a i {
  margin-right: 5px;
  color: var(--primaryColor);
}

.social-links {
  margin-bottom: 20px;
}

.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: var(--primaryColor);
  transform: translateY(-3px);
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #333;
  position: relative;
}

.back-to-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: var(--primaryColor);
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.back-to-top:hover {
  background-color: #b0b0b0;
}
.contactFooter  address{
  color:#b0b0b0;
  display: block;
  margin: 10px 0px;
}
.contactFooter a{
  margin: 20px 0px;
  color:#b0b0b0;
  display: block;
}

/*================ ADOUT US PAGE CSS START FROM HERE ====================*/
.secondaryContainer{
  margin-top:120px;
}
.secondary-nav-wrapper {
  display: flex;
  position:relative;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 30px;
  background: rgba(255,255,255,0.9);
  letter-spacing: 0px;
  z-index: 23;
}
.secondary-nav {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  max-width: 1432px;
  margin: 0px 50px;
  padding: 1rem 3.0rem;
  text-align: start;
  z-index: 2;
}
.secondary-nav span{
  color:#B17457;
  display:inline-block;
}
.heroBanner{
  background-color: #44351D;
  position: relative;
  height: 350px;
}
.heroBannerSec{
  height: 100%;
  padding: 0px 72px 0px 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heroLeft {
  padding: 0px 24px;
}
.heroLeft h1{
  color:#fff;
  font-size: 60px;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.1;
}
.heroLeft h1 span{
  color:#fff;
  font-size: 40px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 10px;
  line-height: 1.1;
}
.heroLeft p{
  color:#fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.heroRight
{
    display:flex;
    align-items: center;
}
.aboutContent{
  margin: 80px;
}
.imgContainer{
  position: relative;
  width: 100%;
}
.about-img-border{
  position: relative;
  padding:30px 0px 0px 30px;
}
.about-img-border::after{
  position:absolute;
  width:32%;
  height:100%;
  min-height: 380px;
	content:'';
  right:0px;
	top:0px;
	left:0px;
	bottom:0px;
	z-index:-1;
	border:3px solid #b07356;
  border-radius: 40px 0px 0px 0px;
}
.about-img-border .about-image{
  position: relative;
  float: left;
  margin: 0 1rem 1rem 0;
}
.about-img-border .about-image img{
	position:relative;
	display:block;
  z-index: 1;
  border-radius: 40px 0px 0px 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.imgContainer p{
  position: relative;
  text-align: justify;
}
.imgContainer h1{
  color:#d35400;
  padding: 20px 0px 20px 0px;
  font-size: 30px;
  text-align:none;
}

/*========================== Achivements Page CSS ==============================================*/
.achivements{
  display: flex;
  justify-content: space-between;
}

/*============================ Lecture Page CSS ================================================*/
.containerLect {
  display: block;
  text-align: center;
}
.rwd-table {
  margin: 0 auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #654520;
  color: #fff;
}

.rwd-table tr 
{
  border: 1px solid #ddd;
  background-color: #FFF7F7;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #FFF6EA;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #fff;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 5px 20px !important;
  }
}
@-webkit-keyframes leftRight {
  0%    { -webkit-transform: translateX(0)}
  25%   { -webkit-transform: translateX(-10px)}
  75%   { -webkit-transform: translateX(10px)}
  100%  { -webkit-transform: translateX(0)}
}
@keyframes leftRight {
  0%    { transform: translateX(0)}
  25%   { transform: translateX(-10px)}
  75%   { transform: translateX(10px)}
  100%  { transform: translateX(0)}
}

/*============= Lecture Image Scrolling Section ================================*/
.marquee {
	overflow-x: clip;
	white-space: nowrap;
	position: relative;
	width: 100%;
}

.marquee-inner {
	display: flex;
	align-items: center;
	gap: 1vw;
	padding: 5vh 1vh;
	will-change: transform;
}

.marquee-inner img {
	height: 100%;
	transition: transform 0.5s;
	flex-shrink: 0;
	width: 25vw;
	border-radius: 1rem;
}

.marquee-inner img:hover {
	transform: scale(1.03);
}
/*=============== Library CSS Section ================================================*/
.libBookSection
{
    display:flex;
    justify-content: center;
}
.libBookSection .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  width:80%;
  height:auto;
  padding:10px;
  margin:0px;
}
.libBookSection .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 60%;
  background: #ffffff;
}
.libBookSection .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.libTitle
{
    text-align:center; 
    font-size:48px; 
    color:#d35400; 
    margin-bottom:20px;
}
/*==================== Contact Page CSS ================================================*/
.contactBox{
  display: flex;
  margin: 50px auto;
  column-gap: 20px;
  justify-content: space-between;
  width:100%;
  max-width: 1200px;
}
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  max-width: 600px;
}
.contact-info-icon {
  margin-bottom: 15px;
}
.contact-info-item {
  background: #071c34;
  padding: 30px 0px;
  height: 220px;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p {
  margin-bottom: 0px;
}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}
.contactBoxLower{
  display: flex;
  margin: 20px auto;
  justify-content: space-between;
  width:100%;
  max-width: 1200px;
}
.boxLowerLeft{
  width:60%;
}
.boxLowerRight{
  width:100%;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form{
  padding-left: 0;
}
.contact-page-form .contactRow{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.contactRow .single-input-field{
  width:50%;
  margin: 0px 1px;
}
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}

.contact-page-form input {
  background: #D8D2C2 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;

}
.single-input-field textarea {
  background: #D8D2C2 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #fda40b none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover {
  background: #071c34;
  transition: all 0.4s ease-in-out 0s;
  border-color: #071c34;
}
.single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
  padding: 20px 15px 0 0;
}

/*======================= Past President Page CSS =======================================*/
.presidentContainer{
  margin-bottom: 80px;
}
.presidentContainer h2{
  font-size: 36px;
  margin-bottom: 10px;
}
.presidentContainer span{
  font-size: 22px;
  padding-left: 10px;
  color: #d35400;
}
.presidentContainer ul{
  position: relative;
  margin: 10px 0px 20px 0px;
  left:15px;
}
.presidentContainer li{
  padding: 2px 0px;
  font-weight: bold;
}
.presidentContainer li i{
  padding: 0px 10px 0px 0px;
  color:#d35400;
}
.extraPara{
  font-size: 24px;
  font-weight: bold;
  color:#d35400;
}


/* resposive CSS Code */

@media max-width: 1199px {
  .section-padding {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding-top: 170px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 36px;
  }
  .gallery img {
    margin: 8px 8px;
    width: 175px;
  }
  .closeBtn {
    padding: 6px 25px;
  }
  .prevButton,
  .nextButton {
    font-size: 18px;
    padding: 8px 25px;
  }
}

@media (max-width: 540px) {
  .section-padding {
    padding-top: 150px;
  }
  
  .gallery img {
    margin: 8px 6px;
    width: 155px;
  }

  .closeBtn {
    font-size: 18px;
    border-radius: 15px;
  }
  .prevButton,
  .nextButton {
    font-size: 18px;
    padding: 6px 20px;
    border-radius: 10px;
    margin: 5px;
  }

  .imgPreview {
    width: 90%;
    max-height: 50vh;
    height: auto;
  }
  
}

/*========= President Message Modal popup Section CSS ===============*/

.dialog{
  padding: 20px;
  border:0;
  background:transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem 1.5rem;
  width: 800px;
  border-radius: 0.5rem;
}

.dialog::backdrop{
  background-color: rgba(0,0,0,.3);
  backdrop-filter: blur(4px);
}

.dialog__wrapper{
  padding:20px;
  background:#fff;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
}

.dialog__close{
  border:0;
  padding:0;
  width: 24px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background:#000;
  color:#fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  position:absolute;
  top:5px;
  right:5px;
  cursor:pointer;
  --webkit-appearance:none;
  appearance:none;
}

/*===== Office Bearares CSS ====== */
.titleOffice
{
    text-align:center; 
    font-size:32px; 
    color:#d35400; 
    margin-bottom:20px;
}
/*=========== JRD Tata Guiding Section css ============ */
#example1 {
  background: url(../images/watercolor-paper-texture.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding:80px 150px;
}
.guiding
{
    display:flex;
    justify-content: space-around;
}
.guidingContent
{
    width:60%;
    margin:20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius:5px;
}
.guidingContent h1
{
  color:#ff0000;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  color: #B07356;
  text-align:center;
  padding:10px 5px 5px 5px;
}
.guidingContent h4
{
  color:#1e272e;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
  text-align:center;
}
.guidingContent p
{
    padding:25px;
}

/* =============== Testomonial Css ================== */
.containerr {
  height: 550px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAF7F0;
}
.testimonial {
  position: relative;
  max-width: 1400px;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}
.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}
.slide p {
  text-align: center;
  padding: 0px 100px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.details .job {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
/* swiper button css 
.navs-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.navs-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.navs-btn::after,
.navs-btn::before {
  font-size: 32px;
  color: #333;
}

.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}*/
@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }
 /* .navs-btn {
    display: none;
  }*/
}