/**
* Template Name: Squadfree
* Template URL: https://bootstrapmade.com/squadfree-free-bootstrap-template-creative/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

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


/*testing*/

/* Base: for all screen sizes (especially small) */
.container {
  width: 100%;                /* Full width of the screen */
  max-width: 100%;            /* Prevents exceeding screen width */
  margin: 0 auto;             /* Centers the container */
  padding: 16px;              /* Padding around content */
  box-sizing: border-box;     /* Ensures padding is included in the width */
}

/* Small tablets and up (≥ 640px) */
@media screen and (min-width: 640px) {
  .container {
    max-width: 640px;          /* Limiting the max-width on small tablets */
  }
}

/* Medium screens (≥ 768px) */
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;          /* Limiting the max-width on medium screens */
  }
}

/* Large screens (≥ 1024px) */
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;          /* Adjusted for smaller desktop resolutions */
  }
}

/* Extra large screens (≥ 1280px) */
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;         /* Adjusted for larger desktop screens */
  }
}

/* Ultra wide (≥ 1536px) */
@media screen and (min-width: 1536px) {
  .container {
    width: 100vw;              /* Allow full viewport width */
    max-width: 1440px;         /* Maximum width set to 1440px for ultra-wide screens */
  }
}
/*testing end */


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

a {
  text-decoration: none;
  color: #73838A;

}

a:hover {
  color: black;
  text-decoration: none;
}

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

#main {
  margin-top: 90px;

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 10px;
  bottom: 10px;
  z-index: 998;
  background:#735557;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  padding: 10px 0;
  text-transform: uppercase;
  transition: all 0.5s ease;

  /* PROFESSIONAL ORIGINAL GRADIENT: 
     - #2c8ba1: A slightly "lifted" top edge
     - #26798C: Your core brand color in the middle
     - #1e6272: A deeper "anchor" shade at the bottom
  */
background: #735557;
border-bottom: 3px solid #D3AF37; /* Gold contrast looks stunning here */
border-bottom: 3px solid #D3AF37; /* Gold contrast looks stunning here */
  /* Subtle inner glow to make the text pop */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 
              0 4px 6px rgba(0, 0, 0, 0.1);
  
  /* A sharp, clean bottom edge */
  border-bottom: 1px solid #184f5c;
}
#header.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;

  background: #03657b;
  color: white;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

#header .institute-name {
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: center;
  flex-grow: 1;
}

#navbar {
  display: flex;
  gap: 15px;
}
#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: #735557;
  padding: 10px;
}

#header .logo h1 {
  font-size: 45px;
  margin: 0;
  
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header.header-scrolled {
    padding: 15px 0;
  }
}

/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/

@media (min-width: 768px) {
  .navbar.navbar-expand-xl {
border-radius: 0px;
  background: #37517e !important;
  padding: 8px 0 !important;

  }
.navbar-expand-md .navbar-nav {
    flex-direction: row;
    width: 100%;
}

.navbar-collapse{
    margin: 0 auto;
    width: max-content;
}
.navbar .navbar-nav > li.nav-item {
    margin:0 8px !important;
  border-radius:4px;
  min-width:110px;
  text-align:center ;
  /*background:#37517e;*/
}
.navbar .navbar-nav{
  align-items: stretch;
  margin: 0 auto;
}
.navbar .navbar-nav li.nav-item>a.nav-link {
padding:8px 48px !important;
}
.slideshow-container .mySlides img {  
 height: 900px !important;
}
.carousel .carousel-item .carousel-caption{
  left:10%!important;
    top:38%!important;
}
.carousel .carousel-item .carousel-caption h5, 
.carousel .carousel-item .carousel-caption p {
    font-size: 25px !important;
}

.carousel .carousel-item .carousel-caption h5{
  font-size:35px !important;
}

.carousel .carousel-item img{ max-height: 700px!important; }
}

.carousel .carousel-item .carousel-caption h5, 
.carousel .carousel-item .carousel-caption p {
    background: rgb(7 130 143 / 75%);
    text-align: left;
    padding-inline: 20px;
    font-size: 25px;
    border-radius: 0px 15px 15px 15px;
}

.navbar.navbar-expand-md {
border-radius: 0px;
  background: #e1e7f1;
  padding: 8px 0;

  }
.slideshow-container .mySlides img {  
 height: auto !important;
}
.navbar .navbar-nav > li.nav-item {
    margin:8px 0;
  border-radius:4px;
  /*background:#37517e;*/
}
.navbar .navbar-nav li.nav-item>a.nav-link {
  color:#ffffff;
    border-radius:4px;
    transition:all 0.3s ease;
        padding:8px 10px;
        background-color: #37517e;

}
.navbar .navbar-nav > li.nav-item >a.nav-link.active,
.navbar-nav>li.nav-item>a.nav-link:focus, .navbar-nav>li.nav-item>a.nav-link:hover {
    color:#1a4fed;;
    background-color: #ffffff;
}


.carousel .carousel-item .carousel-caption {
    right: auto;
    text-align: left;
    width: auto;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    left:10%;
    top:10%;
}
.carousel .carousel-item .carousel-caption h5, 
.carousel .carousel-item .carousel-caption p {
    background: rgb(7 130 143 / 75%);
    text-align: left;
    padding-inline: 20px;
    font-size:15px;
    border-radius: 0px 15px 15px 15px;
}

.carousel .carousel-item .carousel-caption h5{
  font-size: 18px;
  padding-right: 50px;
  border-radius: 15px 15px 15px 0px;
      background: rgb(1 25 62 / 75%);
}


/*--------------------------------------------------------------
# NAAC Button Section
--------------------------------------------------------------*/

.btn {
    position: relative;
    display: inline-block;
    margin: 15px;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}


.btn.btn-border-9::after,
.btn.btn-border-9::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.btn.btn-border-9::after {
    top: -9px;
    left: -9px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

.btn.btn-border-9::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}

.btn.btn-border-9:hover {
    color: #222222;
}

.btn.btn-border-9:hover::after,
.btn.btn-border-9:hover::before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-color: #222222;
}
.btn img:hover {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-slide img {
  transition: 0.3s;
  padding: 0 10px;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
   position: static;
   display: flex;
  flex-wrap: wrap; /* allows items to wrap instead of disappearing */
  width: 100%;
  justify-content: center; /* adjust spacing */
 
  padding: 0 16px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 16px;
  font-family: "Raleway", sans-serif;
  font-size: 20px; /* default */
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  cursor: pointer;
  margin-left: 0;
}
/* Larger font for bigger screens */
@media (min-width: 1024px) {
  .navbar a {
    font-size: 15px;
  }
}




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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: rgba(255, 255, 255, 0.2);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 10px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

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

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

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #67b0d1;
}

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

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin: 0;
  padding: 10px;
  display: block;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  transition: 0.3s;
  border-radius: 4px;
  z-index: 99;
}

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

.navbar .megamenu ul li strong {
  padding: 10px 0 10px 20px;
  display: block;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  color: rgba(var(--color-white-rgb), 0.5);
  background: none;
  padding: 8px 10px;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: #67b0d1;
}

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

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

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

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

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

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

  .navbar ul {
    display: none;
  }
}

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

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

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

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #67b0d1;
}

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

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

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

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #67b0d1;
}

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

.navbar-mobile .megamenu ul li a,
.navbar-mobile .megamenu ul li:hover>a {
  color: rgba(var(--color-white-rgb), 0.5);
  background: none;
}

.navbar-mobile .megamenu ul li a:hover,
.navbar-mobile .megamenu ul li .active,
.navbar-mobile .megamenu ul li .active:hover {
  color: #67b0d1;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(55, 142, 181, 0.5), rgba(55, 142, 181, 0.2)), url("../img/pravara_college.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -90px;
}

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

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px 0 2px #2f4d5a;

}

#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}

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

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

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

  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#section {
  padding: 60px 0;
  overflow: hidden;
}

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

.section-title {
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #2f4d5a;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../img/section-title-bg.png) no-repeat;
  z-index: -1;
}
/* Mobile view (up to 767px) */
@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 20px; /* Adjust size as needed */
    text-align: center; /* Center align on mobile if needed */
    padding: 10px; /* Optional: Add padding for better spacing */
  }
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 10px 0;
  /* PROFESSIONAL GRADIENT: Updated to #735557 */
  background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(115, 85, 87, 0.15) 50%, 
    rgba(115, 85, 87, 1) 100%
  );
  /* A darker "anchor" line based on #735557 for professionalism */
  border-right: 4px solid #4d393a; 
  min-height: 45px;
  margin-top: -80px;
  display: flex;
  align-items: center;
}
.breadcrumbs h2 {
  font-size: 25px; /* Balanced size */
  font-weight: 500;
  margin: 0;
  color: #ffffff; /* White text for the solid colored side */
  padding-right: 25px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  margin-left: auto; /* Pushes links to the professional colored side */
  padding-right: 25px;
}

.breadcrumbs ol li {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs ol li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s ease;
}

.breadcrumbs ol li a:hover {
  color: #d1ecf1;
  text-decoration: underline;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.4);
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs {
    /* Mobile flip: top-to-bottom looks more intentional on small screens */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #26798C 100%);
    flex-direction: column;
    text-align: center;
    border-right: none;
    padding: 20px 0;
  }
  
  .breadcrumbs ol {
    margin: 10px 0 0 0;
    padding: 0;
    justify-content: center;
  }
}

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

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

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

.about .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2f4d5a;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  display: inline-block;
  background: #67b0d1;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about .content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .about-btn:hover {
  background: #7bbad7;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #67b0d1;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

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

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #67b0d1;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #67b0d1;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #67b0d1;
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2f4d5a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #49788c;
}

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

.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta .cta-btn:hover {
  border-color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f4d5a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #67b0d1;
}

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

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(103, 176, 209, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(103, 176, 209, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a+a {
  border-left: 1px solid #8ec4dd;
}

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

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

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

.portfolio-details .portfolio-details-slider img {
  width: 100%;
  max-height: 600px;
}

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

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

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(47, 77, 90, 0.08);
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

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

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

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #d5e9f2;
  font-size: 26px;
}

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

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

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #67b0d1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #67b0d1;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

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

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #2f4d5a;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

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

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

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

.team .member .social {
  margin-top: 15px;
}

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

.team .member .social a:hover {
  color: #67b0d1;
}

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

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 80px;
}

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

.contact .info-box i {
  font-size: 32px;
  color: #67b0d1;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f0f7fa;
}

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

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

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

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

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

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

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

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

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

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #67b0d1;
}

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

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

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

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

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

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

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

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-top: -90px;
  margin-bottom: 15px;
  background: white;
  color: #2f4d5a;
  border-top: 4px solid #67b0d1;
  text-align: center;
  padding: 30px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer .copyright {
  border-top: 2px solid #7a7e80;
  text-align: center;
  padding-top: 30px;
}

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

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
.map-divider {
            border: 0;
            height: 1px;
            background-color: #ccc;
            margin-top: 10px;
            padding-right: 3px;
          }

          .map-responsive {
    overflow: hidden;
    padding-top: 70.25%; /* 16:9 aspect ratio (height / width * 100%) */
    position: relative;
    height: 0;
    width: 98%; /* Set to 100% for better responsiveness */
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
         /* Container for the social media sidebar */
  .social-sidebar {
    position: fixed;
    top: 75%;
    left: 96%; /* Adjust width for icons initially hidden */
    transform: translateY(-50%);
    z-index: 1000;
    padding: 16px;
    transition: left 0.9s ease; /* Transition for left side */
  }

  .social-sidebar a {
    display: block;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    width: 50px; /* Adjust the width of icons */
  }

  .social-sidebar a:hover {
    background-color: #555;
    color: white;
  }

  .social-sidebar:hover {
    left: 97%; /* Slide out when hovered */
  }

  /* Social Media Icon Colors */
  .facebook { background: #3b5998; }
  .instagram { background: #e4405f; }
  .linkedin { background: #0077b5; }
  .youtube { background: #ff0000; }
  .inquiry { background: #ff8c00; } /* Custom color for the Inquiry button */

  .facebook:hover { background: #2e458b; }
  .instagram:hover { background: #d8375c; }
  .linkedin:hover { background: #006097; }
  .youtube:hover { background: #cc0000; }
  .inquiry:hover { background: #e07b00; } /* Hover color for Inquiry button */
  
  .inquiry {
    display: flex;
    align-items: center; /* Align items vertically */
  }

  .vertical-text {
    writing-mode: vertical-rl; /* Rotate text to vertical */
    transform: rotate(180deg); /* Adjust orientation */
    margin-right: 5px; /* Space between text and icon */
  }

  /* Mobile view adjustments */
  @media screen and (max-width: 768px) {
    .social-sidebar {
      left: 84%; /* Make sidebar visible on mobile */
      top: 70%; /* Adjust vertical positioning */
      transition: left 0.9s ease;
    }

    .social-sidebar a {
      width: 40px; /* Smaller icons for mobile */
      font-size: 18px; /* Slightly smaller text for mobile */
      padding: 10px; /* Reduce padding */
    }

    .vertical-text {
      font-size: 12px; /* Adjust text size */
    }

    .social-sidebar:hover {
      left: 75%; /* Adjust slide out for mobile */
    }
  }
  .button-container {
    background-color: #c7eaf1;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btn {
    font-family: Georgia, serif;
    padding: 10px 20px;
    margin: 10px;
    border: 2px solid #c7eaf1; /* Change border color as needed */
    border-radius: 9px;
    text-decoration: none;
    color: #000;
   
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn:hover {
    background-color: #009688; /* Change on hover */
    color: #ffffff; /* Change text color on hover */
    transform: translateY(-3px); /* Simple lift effect */
}

/* Responsive Design */
@media (max-width: 600px) {
    .btn {
        flex: 1 1 100%; /* Full width on small screens */
        margin: 5px 0; /* Adjust margins for mobile */
    }
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

  .image-container 
              {
                width: 100%;
                max-width: 1000px; /* Adjust the max-width as needed */
                overflow: hidden;
                }

               .image-container img 
               {
                 width: 100%;
                 height: auto; /* Maintains aspect ratio */
                 transition: transform 0.3s ease-in-out; /* Smooth animation effect */
               
                 }

               .image-container img:hover
                {
                transform: scale(1.1); /* Scales the image to 110% of its original size */
                 }
                 .table-responsive {
    width: 80%;
    margin: auto;
    overflow-x: auto;
}

  .table-responsive {
            width: 80%;
            margin: auto;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-size: 16px;
        }

        table, th, td {
            border: 1px solid #dddddd;
        }

        th, td {
            padding: 8px;
            text-align: left;
        }

        th {
            background-color: #f2f2f2;
            font-weight: bold;
        }

        tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        /* General styling for the section */
#portfolio-details {
  padding: 20px;
}

/* Animation class */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate {
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}

.animate:nth-child(2) {
  animation-delay: 0.2s;
}
.animate:nth-child(3) {
  animation-delay: 0.4s;
}
.animate:nth-child(4) {
  animation-delay: 0.6s;
}
.animate:nth-child(5) {
  animation-delay: 0.8s;
}
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,cyrillic,latin-ext);
#wowslider-container4 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 960px;
  max-height:540px;
  margin:9px auto 10px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}
* html #wowslider-container4{ width:960px }
#wowslider-container4 .ws_images ul{
  position:relative;
  width: 10000%; 
  height:100%;
  left:0;
  list-style:none;
  margin:0;
  padding:0;
  border-spacing:0;
  overflow: visible;
  /*table-layout:fixed;*/
}
#wowslider-container4 .ws_images ul li{
  position: relative;
  width:1%;
  height:100%;
  line-height:0; /*opera*/
  overflow: hidden;
  float:left;
  /*font-size:0;*/
  padding:0 0 0 0 !important;
  margin:0 0 0 0 !important;
}

#wowslider-container4 .ws_images{
  position: relative;
  left:0;
  top:0;
  height:100%;
  max-height:540px;
  max-width: 960px;
  vertical-align: top;
  border:none;
  overflow: hidden;
}
#wowslider-container4 .ws_images ul a{
  width:100%;
  height:100%;
  max-height:540px;
  display:block;
  color:transparent;
}
#wowslider-container4 img{
  max-width: none !important;
}
#wowslider-container4 .ws_images .ws_list img,
#wowslider-container4 .ws_images > div > img{
  width:100%;
  border:none 0;
  max-width: none;
  padding:0;
  margin:0;
}
#wowslider-container4 .ws_images > div > img {
  max-height:540px;
}

#wowslider-container4 .ws_images iframe {
  position: absolute;
  z-index: -1;
}

#wowslider-container4 .ws-title > div {
  display: inline-block !important;
}

#wowslider-container4 a{ 
  text-decoration: none; 
  outline: none; 
  border: none; 
}

#wowslider-container4  .ws_bullets { 
  float: left;
  position:absolute;
  z-index:70;
}
#wowslider-container4  .ws_bullets div{
  position:relative;
  float:left;
  font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container4  .ws_bullets a {
  line-height: 0;
}

#wowslider-container4  .ws_script{
  display:none;
}
#wowslider-container4 sound, 
#wowslider-container4 object{
  position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container4 .ws_effect {
  position: static;
  width: 100%;
  height: 100%;
}

#wowslider-container4 .ws_photoItem {
  border: 2em solid #fff;
  margin-left: -2em;
  margin-top: -2em;
}
#wowslider-container4 .ws_cube_side {
  background: #A6A5A9;
}


#wowslider-container4.ws_gestures {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container4.ws_gestures.ws_grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container4.ws_video_playing .ws_bullets,
#wowslider-container4.ws_video_playing .ws_fullscreen,
#wowslider-container4.ws_video_playing .ws_next,
#wowslider-container4.ws_video_playing .ws_prev {
  display: none;
}


/* youtube/vimeo buttons */
#wowslider-container4 .ws_video_btn {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}
#wowslider-container4 .ws_video_btn.ws_youtube,
#wowslider-container4 .ws_video_btn.ws_vimeo {
  display: block;
}
#wowslider-container4 .ws_video_btn div {
  position: absolute;
  background-image: url(./playvideo.png);
  background-size: 200%;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 5em;
  margin-left: -3.5em;
  margin-top: -2.5em;
}
#wowslider-container4 .ws_video_btn.ws_youtube div {
  background-position: 0 0;
}
#wowslider-container4 .ws_video_btn.ws_youtube:hover div {
  background-position: 100% 0;
}
#wowslider-container4 .ws_video_btn.ws_vimeo div {
  background-position: 0 100%;
}
#wowslider-container4 .ws_video_btn.ws_vimeo:hover div {
  background-position: 100% 100%;
}

#wowslider-container4 .ws_playpause.ws_hide {
  display: none !important;
}

#wowslider-container4  .ws_bullets { 
  padding: 5px; 
}
#wowslider-container4 .ws_bullets a { 
  width:16px;
  height:17px;
  background: url(./bullet.png) left top;
  float: left; 
  text-indent: -4000px; 
  position:relative;
  margin-left:7px;
  color:transparent;
}
#wowslider-container4 .ws_bullets a:hover{
  background-position: 0 50%;
}
#wowslider-container4 .ws_bullets a.ws_selbull{
  background-position: 0 100%;
}
#wowslider-container4 a.ws_next, #wowslider-container4 a.ws_prev {
  position:absolute;
  top:50%;
  margin-top:-2.2em;
  z-index:60;
  height: 3.5em;
  width: 3.5em;
  background-image: url(./arrows.png);
  background-size: 200%;
}
#wowslider-container4 a.ws_next{
  background-position: 100% 0;
  right:0;
}
#wowslider-container4 a.ws_prev {
  left:0;
  background-position: 0 0; 
}
#wowslider-container4 a.ws_next:hover{
  background-position: 100% 100%;
}
#wowslider-container4 a.ws_prev:hover {
  background-position: 0 100%; 
}

/*playpause*/
#wowslider-container4 .ws_playpause {
    width: 3.5em;
    height: 3.4em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.7em;
    margin-top: -1.7em;
    z-index: 59;
  background-size: 100%;
}

#wowslider-container4 .ws_pause {
    background-image: url(./pause.png);
}

#wowslider-container4 .ws_play {
    background-image: url(./play.png);
}

#wowslider-container4 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
    background-position: 100% 100% !important;
}/* bottom center */
#wowslider-container4  .ws_bullets {
    bottom: 10px;
  left:50%;
}
#wowslider-container4  .ws_bullets div{
  left:-50%;
}
#wowslider-container4 .ws-title{
  position:absolute;
  display:block;
  font: 2em 'Ubuntu Condensed', Impact, Charcoal, sans-serif;
  bottom: 0;
  left: 0;
  margin: 1em 1em 1.3em 0;
  color:#ee6630;
  z-index: 50;
  line-height: 1.1em;
  font-weight: bold;
}
#wowslider-container4 .ws-title div,#wowslider-container4 .ws-title span{
  display:inline-block;
  padding:0.35em;
  background:#1b1916;
  border-radius:0 0.2em 0.2em 0;
  -moz-border-radius:0 0.2em 0.2em 0;
  -webkit-border-radius:0 0.2em 0.2em 0;
  opacity:0.8;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
}
#wowslider-container4 .ws-title div{
  color: #FFFFFF;
  display:block;
  margin-top:0.5em;
  font-size: 0.9em;
  font-weight: normal;
}#wowslider-container4 .ws_images > ul{
  animation: wsBasic 32s infinite;
  -moz-animation: wsBasic 32s infinite;
  -webkit-animation: wsBasic 32s infinite;
}
@keyframes wsBasic{0%{left:-0%} 6.25%{left:-0%} 12.5%{left:-100%} 18.75%{left:-100%} 25%{left:-200%} 31.25%{left:-200%} 37.5%{left:-300%} 43.75%{left:-300%} 50%{left:-400%} 56.25%{left:-400%} 62.5%{left:-500%} 68.75%{left:-500%} 75%{left:-600%} 81.25%{left:-600%} 87.5%{left:-700%} 93.75%{left:-700%} }
@-moz-keyframes wsBasic{0%{left:-0%} 6.25%{left:-0%} 12.5%{left:-100%} 18.75%{left:-100%} 25%{left:-200%} 31.25%{left:-200%} 37.5%{left:-300%} 43.75%{left:-300%} 50%{left:-400%} 56.25%{left:-400%} 62.5%{left:-500%} 68.75%{left:-500%} 75%{left:-600%} 81.25%{left:-600%} 87.5%{left:-700%} 93.75%{left:-700%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 6.25%{left:-0%} 12.5%{left:-100%} 18.75%{left:-100%} 25%{left:-200%} 31.25%{left:-200%} 37.5%{left:-300%} 43.75%{left:-300%} 50%{left:-400%} 56.25%{left:-400%} 62.5%{left:-500%} 68.75%{left:-500%} 75%{left:-600%} 81.25%{left:-600%} 87.5%{left:-700%} 93.75%{left:-700%} }

#wowslider-container4  .ws_shadow{
  background-image: url(./bg.png);
  background-repeat: no-repeat;
  background-size:100%;
  position:absolute;
  z-index: -1;
  left:-0.94%;
  top:-1.67%;
  width:101.87%;
  height:103.51%;
}
* html #wowslider-container4 .ws_shadow{/*ie6*/
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine4/bg.png', sizingMethod='scale');
}
*+html #wowslider-container4 .ws_shadow{/*ie7*/
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine4/bg.png', sizingMethod='scale');
}
#wowslider-container4 .ws_bullets  a img{
  text-indent:0;
  display:block;
  bottom:20px;
  left:-43px;
  visibility:hidden;
  position:absolute;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border: 4px solid #4e463f;
  border-radius:5px;
  -moz-border-radius:5px;
  max-width:none;
}
#wowslider-container4 .ws_bullets a:hover img{
  visibility:visible;
}

#wowslider-container4 .ws_bulframe div div{
  height:48px;
  overflow:visible;
  position:relative;
}
#wowslider-container4 .ws_bulframe div {
  left:0;
  overflow:hidden;
  position:relative;
  width:85px;
  background-color:#4e463f;
}
#wowslider-container4  .ws_bullets .ws_bulframe{
  display:none;
  bottom:20px;
  overflow:visible;
  position:absolute;
  cursor:pointer;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border: 4px solid #4e463f;
  border-radius:5px;
  -moz-border-radius:5px;
}
#wowslider-container4 .ws_bulframe span{
  display:block;
  position:absolute;
  bottom:-10px;
  margin-left:-4px;
  left:43px;
  background:url(./triangle.png);
  width:15px;
  height:6px;
}#wowslider-container4 .ws_bulframe div div{
  height: auto;
}

@media all and (max-width:760px) {
  #wowslider-container4 .ws_fullscreen {
    display: block;
  }
}
@media all and (max-width:400px){
  #wowslider-container4 .ws_controls,
  #wowslider-container4 .ws_bullets,
  #wowslider-container4 .ws_thumbs{
    display: none
  }
}
@media (max-width: 768px) {
    #wowslider-container4 {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    #wowslider-container4 {
        max-width: 100%;
        height: auto;
    }
    .ws_images ul li {
        width: 100%;
    }
}
.ws_shadow {
    width: 100%;
    height: auto;
}
.ws_bullets {
    text-align: center;
    margin-top: 10px;
}
.ws_bullets a {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}
@media (max-width: 600px) {
    .ws_bullets a {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
}
#wowslider-container4 img {
    width: 100%;
    height: auto;
}
#wowslider-container4 {
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
}
 /* Make images responsive */
    .responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
}


.header1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #D6D6D6;
  color: white;
  flex-wrap: wrap; /* Allows items to wrap on small screens */
  gap: 10px; /* Adds space between elements */
}

.college-logo {
  margin: 0;
}

.college-logo img {
  width: 170px;
  height: 170px;
   object-fit: contain; /* Or use 'cover' depending on the effect you want */
  transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition */
}

.college-logo img:hover {
  transform: scale(1.1); /* Slightly zooms in the logo */
  opacity: 0.9; /* Slight fade effect */
}

.college-name {
  text-align: center;
  flex-grow: 1;
  animation: fadeSlideDown 1s ease-out;
}

.college-name h1 {
  font-size: 2em;
  margin: 0;
}

.college-name span {
  font-size: 1em;
  line-height: 1.2;
}


/* Media Query for larger tablets and below */
@media (max-width: 1024px) {
  .college-logo img {
    width: 60px;
  }

  .college-name h1 {
    font-size: 1.8em;
  }

  .college-name span {
    font-size: 0.9em;
  }
}

/* Media Query for small screens (tablets and smaller) */
@media (max-width: 768px) {
  .college-logo img {
    width: 60px;
  }

  .college-name h1 {
    font-size: 1.5em;
  }

  .college-name span {
    font-size: 0.85em;
  }
}

/* Media Query for mobile phones */
@media (max-width: 480px) {
  .college-logo img {
    width: 50px;
  }

  .college-name h1 {
    font-size: 1.2em;
  }

  .college-name span {
    font-size: 0.8em;
  }

  .header1 {
    flex-direction: column;
    text-align: center;
  }

  .college-logo {
    margin-bottom: 10px;
  }
}
/* Default: hide the container */
.college-name {
  display: none;
}

/* Show it only on desktop (768px and up) */
@media (min-width: 768px) {
  .college-name {
    display: block;
    text-align: center; /* optional: center the content */
  }

  .responsive-logo {
  width: auto;
  height: 200px;
  max-width: 100%; /* Scale down if the container is smaller than the image */
  display: block;
  margin: 0 auto;
}
/* Container centers the image and limits max width */
.chancellor-image-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.chancellor-image {
  height: 300px;
  width: 300px;
  object-fit: cover;  /* crop the image to fill the box */
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: block;
}
