/**
* Template Name: Ninestars
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
  color: #212529;
  line-height: 1.5;
}

@font-face{
    font-family: Montserrat-Medium;
    src: url(Montserrat-Medium.ttf);
}
@font-face{
    font-family: rubik;
    src: url(Rubik-VariableFont_wght.ttf);
}
@font-face{
    font-family: Barlow Condensed;
    src: url(BarlowCondensed-Bold.ttf);
}
@font-face{
    font-family: Merriweather;
    src: url(Merriweather-Regular.ttf);
}
@font-face{
    font-family: 'Comic Neue', cursive;
    src: url(ComicNeue-Regular.ttf);    
}



a {
  color: #eb5d1e;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Merriweather', serif !important;
  font-weight: 900;
font-size: 2rem;
line-height: 1.2;
}

p
{
    
    line-height: 1.5em;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #eb5d1e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

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

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

  [data-aos-delay] {
    transition-delay: 1.4s !important;
  }



/*--------------------------------*/

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  color: #fff;
  height: 192px;
  font-size: 16px;
  font-weight:#fff;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}



/*----------------------------------*/



#header {
  background: #3e3e3e;
  color: white;
  transition: all 0.5s;
  z-index: 997;
  padding: 14px 0;
  top: 128px;
  font-size: 0.6rem;
  font-family: 'Montserrat-Medium';

  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
}

@media (max-width: 992px) {
  #header {
    padding: 15px 30px;
  }
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #555555;
}

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

.callusnow{
    margin-top: 20px;
    color: #2a2424;
}

#main {
  margin-top: 72px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.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 0 0 41px;
  font-size: 15px;
  /*color: #4e4039;*/
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}

.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 {
  color: #f5f4a4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #eb5d1e;
  color: #fff;
  padding: 10px 25px;
  margin-left: 30px;
  border-radius: 50px;
}

.getstarted1, .getstarted1:focus, .getstarted1:hover
{
  color: white;
    background-color:dimgray;
    border: 2px solid dimgray;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
    
}

.getstarted2, .getstarted2:focus, .getstarted2:hover
{
 
   color: white;
    background-color:#014468fc;
    border: 2px solid #014468fc;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
}

.getstarted3, .getstarted3:focus, .getstarted3:hover
{
 
  color: white;
    background-color:dimgray;
    border: 2px solid dimgray;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
    
}

.getstarted4, .getstarted4:focus, .getstarted4:hover
{

  color: #fff;
    background-color: black;
    border-color: black;
    border-radius: 0;
    padding: 5px 16px;
    font-size: 15px;
    font-weight: 600;
    
}


.getstarted1:focus:hover {
  color: #fff;
  background: #ee7843;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ee7843;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  /*top: calc(100% + 30px);*/
  top: 30px;
  margin: 0;
  padding: 5px 0px 5px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: white;
  color: black;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 5px;
}

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

.navbar .dropdown ul li a {
 margin-left: 0;
padding-left: 20px;   
}

.navbar .dropdown ul a {
  padding: 5px 10px;
  font-size: 13px;
  text-transform: none;
}

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

.navbar .dropdown li a {
  color: black;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.navbar .dropdown li a:hover {
  color: black;
  background-color:#dedee5;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  /*color: #eb5d1e;*/
  color: black;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  /*top: 100%;*/
  top: 30px;
  visibility: visible;
  border-radius: 5px;
}

.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;
}

.navbar .dropdown .dropdown ul {
    left: 99%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: 99%;
  }

.navbar .dropdown .dropdown:focus-within > a,
.navbar .dropdown .dropdown:hover > a {
  color: black;
  background-color:#dedee5; /* optional: change background color */
}
			
			
.submenu .dropdown li a {
  color: black;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
			

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

  .navbar .dropdown .dropdown:hover>ul {
    left: 99%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #7a6960;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@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;
  background: rgba(78, 64, 57, 0.9);
  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: #7a6960;
}

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

.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: #eb5d1e;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 85%;
  /*height: 78vh;*/
  height: auto;
  background: white;
  margin: 190px 0 -72px 0;
  margin-left: auto;
  margin-right: auto;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #4e4039;
}

#hero h2 {
  color: #a08f86;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  /*font-family: "Raleway", sans-serif;*/
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #eb5d1e;
}

#hero .btn-get-started:hover {
  background: #ef7f4d;
}

/*#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}*/

/*@media (max-width: 991px) {
  #hero {
    height: calc(100vh - 72px);
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

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

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 120vh;
  }
}*/

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #4e4039;
}

/*.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #7a6960;
}*/

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #f39e7a;
}

/*.about p {
  font-size: 15px;
  color: #5a6570;
}*/

@media (max-width: 991px) {
  .about .about-img img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .about .about-img img {
    max-width: 90%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
  transform: translateY(-5px);
  border-color: #ef7f4d;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ef7f4d;
}

.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;
}

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

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #212529;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

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

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

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  /*border-radius: 8px;*/
  z-index: 1;
}


.portfolio .portfolio-wrap::before {
  content:  '';
  white-space: pre-line; 
  background: rgba(122, 105, 96, 0.6);
  background: #382261d6;
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  padding-top: 450px;
  padding-left: 20px;
  color: #fff; 
  font-size: 20px;
  z-index: 2;
  line-height: 1.5;
}




.portfolio .portfolio-wrap::before p {
  font-size: 16px; /* Adjust the font size for paragraphs*/ 
}

.portfolio .portfolio-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #382261; /* Purple background color */
  color: #fff; /* White text color */
  box-sizing: border-box;
  transition: all ease-in-out 0.3s;
  z-index: 3;
  opacity: 1; /* Hidden by default, will be visible on hover */
 
}


.portfolio .portfolio-text h4 {
  font-size: 18px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  font-family: Montserrat-Medium !important;
  font-weight: 400;
}   


.portfolio-text-border
{
    border-right: 1px solid #c35ff3;
}

.portfolio .portfolio-wrap:hover .portfolio-text {
  opacity: 0;
}


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

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #eb5d1e;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 50px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  line-height: 0;
  font-size: 20px;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #eb5d1e;
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

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

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 16px);
}

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

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

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.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 #eb5d1e;
}

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(122, 105, 96, 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;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  /*padding: 0 0 30px 0;*/
  padding: 0 0 0 0;
  color: #212529;
  font-size: 14px;
  background: #fef8f5;
   font-family: 'Merriweather', serif !important;
}

.menufooterheading{
    /*margin-top: 30px;	*/
    padding-bottom: 5px;
    /*color: #34326c !important;*/
    color: white !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.footer-organizer-sec h5
{
    text-decoration: none;
    font-size: 16px!important;
    font-weight: 700 !important;
    margin-bottom: 0px;
    line-height: 1.85714286em;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #fef8f5;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #4e4039;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

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

#footer .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: #eb5d1e;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

#footer .footer-top {
  padding: 15px 0 10px 0;
  background: #3e3e3e;
}

/*#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}*/

.org-add
{
    margin-bottom: 5%;
    color: white;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

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

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

#footer  h5{
    color: white;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.85714286em;
    font-family: 'Merriweather', serif !important;
}

#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: #f39e7a;
  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: #5c5c5c;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #eb5d1e;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eb5d1e;
  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: #ef7f4d;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
}

#footer .credits a {
  color: #eb5d1e;
}

@media (max-width: 575px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}

.footer-nav {
    display: inline-block;
    color:black;
}

.footer-nav a {
    color:black;
}

.footer-nav ul {
    padding: 0px;
    margin: 0px;
}

.footer-nav ul li {
    margin: 6px 18px 6px 0px;
    list-style: none;
    float: left;
}

.mailLinks {
    display: block;
    padding-left: 0px;
}

.mailLinks li {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.mailLinks li a {
    color: #e9e9e9;
}

.f-logo-text img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#footer .social-icons.center {
    float: none;
    display: inline-block;
}
.social-icons li {
    float: left;
    list-style: none;
}

.social-icons.social-icons-border li a {   			
    background: transparent;
    color: #e9e9e9;
}

.footer-social li a {
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 50%;
    border: 1px #e9e9e9 solid !important;
    overflow: hidden;
    transition: all .3s ease;
    font-size: 20px;
}

.social-icons.social-icons-border li a {
    border: 1px solid #000;
    background: transparent;
    color: #e9e9e9;
}


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

.menufooterlink {
    display: block !important;
    color: #e9e9e9 !important;
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    /*font-weight: 500 !important;*/
}

.menufooter a {
    text-decoration: none;
}

/***-----------------------*/
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    /*background: url(../img/bg-header-top.webp) center center repeat-x;*/
    z-index: 1;
}

.header-carousel::after,
.page-header::after {
    height: 19px;
    top: 50%;
    bottom: 0;
    /*background: url(../img/bg-header-bottom.webp) center center repeat-x;*/
}

.carousel
{
     object-fit: cover;
    position: sticky;
    padding-top:10px;
    padding-right:0;
}

/*input::placeholder {
      font-size: 14px; /* Set your desired font size 
    }*/
    
.eqformheading
{
    /*background-color: #00394f;*/
    padding: 5px 25px 3px 20px;
    color: #201e1e;
    font-weight: 600;
    font-size: 20px;
    font-family:'Montserrat-Medium';
    font-weight: 600;
}
    
    
.eqforminput
{
   /* background-color: #17a2b8;*/
  /*height: 500px;*/
}

.selectfontsize
{
    font-size: 14px;
}

.submitstyle, .submitstyle:focus:hover
{
    /*background-color: #00394f;*/
    color: white;
    /*padding: 10px 110px;*/
    padding: 5px 15px;
    background-color: #7c659e;
    border-color: #7c659e;
    font-weight: 1000;
    font-size: 17px;
    display: flex;
}

.submitstyle img
{
     margin-left: 5px; /* Adjust the margin as needed */
            width: 15px; /* Adjust the width of the image as needed */
            height: 15px; /* */
}



    
#hero{
    opacity: 0;
    animation: fadeInFromBottom 2s ease-out forwards;
}    

@keyframes fadeInFromBottom {
            from {
                opacity: 0;
                transform: translateY(-50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

.buttondiv
{
    padding-top: 15px;
}


.applynowbutton
{
    font-size: 14px;
    background-color: #cc9a03;
    border-color: #cc9a03;
    color: white;
}

 .applynowbutton:hover
 {
    background-color: #cc9a03 !important;
    border-color: #f7da82 !important;
    color: white;
 }

.admissioneventbutton
{
    font-size: 14px;
    background-color: #913a3a;
    border-color: #913a3a;
    color: white;
}

.admissioneventbutton:hover
{
    font-size: 14px;
    background-color: #913a3a !important;
    border-color: #913a3a !important;
    color: white;
}

.dbbrochurebutton
{
    font-size: 15px;
    background-color: black;
    border-color: black;
    color: white;
    font-weight: 700;
}

.dbbrochurebutton:hover
{
    background-color: #2badb7 !important;
    border-color: #2badb7 !important;
    color: white;
}






.form-input-box 
{
    background-color: #fff!important;
    border: 1.5px solid #c7c5c5!important;
    border-radius: 10px;
    font-family: 'rubik'!important;
    font-weight: 400!important;
    margin: 6px 0;
    font-size: 18px;
    height: 49px;
    width: 100%;
}

.check-box-row {
    flex-direction: row;
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

.qr-class {
    /*margin-right: 13%;*/
}

.pull-right {
    float: right;
    text-align: right;
}

.btnblackband
{
        font-size: 13px;
        display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;    
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.navbar ul li
{
    padding-right: 14px;
}

.navbar ul .dropdown li
{
    padding-right: 0;
}

/*start Alert css*/
    .alertclass .modal-dialog
    {
        max-width:330px;
        border-radius:30px;
    }
    .alertclass .modal-body .warning
    {
        background:linear-gradient(-120deg, #f22222, #cc2b2b, #ed6464);
    }
    #successalertmodal .modal-body .warning
    {
        background:linear-gradient(-120deg, #36b37a, #5fe8a9, #0be380);
    }
    .alertclass .modal-body
    {
        padding:0;
    }
    .alertclass .modal-title
    {
        font-size: 16px;
        font-weight: 900;
    }
    .alertclass .modal-header
    {
        padding:0.3rem;
        background: #615f5f;
        color: white;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        border-bottom:0;
    }
    .alertclass .modal-content
    {
        border-radius:0.6rem;
        border:0;
    }
    .alertclass .modal-footer
    {
        padding:.25rem;
    }
    .dot
    {
        width:15px;
        height:15px;
        border-radius:50%;
        display:inline;
        top:4%;
    }
    .green-dot
    {
        background:green;
        margin-right: 5px;
        position: absolute;
        right: 20px;
    }
    .yellow-dot
    {
        background:yellow;
        margin-right: 5px;
        position: absolute;
        right: 39px;
    }
    .red-dot
    {
        background:red;
        margin-right: 5px;
        position: absolute;
        right: 2px;
    }
    .modal-header
    {
        justify-content:center;
    }
    .warning_img img
    {
        display: block;
        margin: auto;
        width: 30%;
        object-fit: contain;
        padding-top:4%;
    }
    .warning-title
    {
        text-align:center;
        color: white;
        font-size: 30px;
        font-weight: 900;
        margin-bottom:0;
    }
    .confirmation p
    {
        text-align: center;
        font-size: 17px;
        margin-top: 3%;
        font-weight: 600;
    }
    
    /*End Alert css*/
    
    
 .fixed-sidebar
 {
    position: fixed;
    right: -1px;
    font-size: 15px;
    top: 45%;
    z-index: 100;	
 }
 
 /*.fixed-sidebar2
 {
     position: fixed;
    right: -1px;
    font-size: 15px;
    top: 55%;
    z-index: 100;	
 }*/
 
 .fixed-sidebar3
 {
     position: fixed;
    right: -1px;
    font-size: 15px;
    top: 65%;
    z-index: 100;	
 }
 
 
 .fixed-sidebar4
 {
     position: fixed;
    right: -1px;
    font-size: 15px;
    top: 55%;
    z-index: 100;	
 }

/*Responsive website style*/

.logostyle
{
    margin-left: 9%; 
    padding-bottom: 40px;
}



.topemenurow
{
    margin-top: 15px; 
    margin-bottom: 30px; 
   /*background: linear-gradient(45deg, #FF6F91, #FFC15E, #4FD1C5);*/
}

/*@media only screen and (max-width: 690px)
{
    .topemenurow
    {
        margin-top: 15px; 
        margin-bottom: 30px; 
        background: #fff;
    }
}*/

.topbarthreebutton
{
    padding-top: 28px;
    text-align: end;
}

.mobileresponsiveonly
{
    display: none;
}

.topbarthreebuttonresponsive
{
    display:none;
}

.btn-group
    {
        display: none;
    }
    
.desktop-only
    {
        display: block;
    }
    
.whatsupsidebar
{
    margin-top: 10px;
    margin-bottom: 15px;
    background-color:#43B51F;
    border-radius: 10px 0 0 10px;
}

.whatsupsidebar i{
    font-size: 25px;
    padding: 10px;
    margin-left: 10px;  
    color: white;
}

.twittersidebar
{
    margin-top: 10px; 
    margin-bottom: 15px;
    background-color:black;
    border-radius: 10px 0 0 10px; 
    
}

.twittersidebar i
{
    font-size: 27px;
    padding: 10px; 
    margin-left: 10px;
    color: white;
}

.facebooksidebar
{
    margin-top: 10px;
    margin-bottom: 15px;
    background-color:#1883c9; 
    border-radius: 10px 0 0 10px; 
}

.facebooksidebar i
{
    font-size: 27px;
    padding: 10px;
    margin-left: 10px; 
    color: white;
}

.instasidebar
{
    margin-top: 10px;
    margin-bottom: 15px;
    background: linear-gradient(to bottom, #feda75 , #fa7e1e, #d62976, #962fbf, #4f5bd5);
    border-radius: 10px 0 0 10px; 
}

.instasidebar i
{
    font-size: 27px;
    padding: 10px;
    margin-left: 10px; 
    color: white;
}


#footerrowone
{
max-width: 90%;
margin-left: auto; 
margin-right: auto;
}

#footerrowoneresponsive
{
max-width: 90%;
margin-left: auto; 
margin-right: auto;
}


#footerrowtwo
{
max-width: 90%;
margin-left: auto;
margin-right: auto;
}

.footerresponsiverowone
{
    display:none;
}


@media only screen and (max-width: 690px)
{
    
    .logostyle
    {
    margin-left: 0; 
    padding-bottom: 0;
    }
    
    .topemenurow
    {
    margin-top: 10px; 
    margin-bottom: 5px; 
    }
    
    .logoimage
    {
        max-width: 100%;
        height: auto;
        margin-left: 20px;
    }
    
    .desktop-only
    {
        display: none;
    }
    
    .topbarthreebutton
    {
    padding-left: 10px !important; 
    padding-top: 10px;
    padding-right: 0;
    margin-right: 0;
    display: none;
    }
    
    .getstarted3, .getstarted3:focus
    {
 
    color: white;
    background-color:dimgray;
    border: 1px solid dimgray;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 0;
    
    }
    
    .getstarted2, .getstarted2:focus
    {
 
    color: white;
    background-color:#014468fc;
    border: 1px solid #014468fc;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 0;
    }
    
    .getstarted1, .getstarted1:focus
    {
    color: white;
    background-color:dimgray;
    border: 1px solid dimgray;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 0;
    display: none;
    
    }
    
    .applynowbutton
    {
        display: none;
    }
    
    .btn-group a
    {
        text-decoration: none;
        color: inherit; 
    }
    
    .mobileresponsiveonly
    {
    display: block;
    }
    
    .responsiveapplynowbutton
    {
        background-color: dimgray;
        border-color: white;
        color: white;
    }
    
    .btn-group
    {
        display: block;
    }
    
    .topbarthreebuttonresponsive
    {
        display: block;
        text-align: end;
    }
    
    .container-fluid
    {
        padding-right: 0;
    }
    
    #header {
    padding: 15px 2px;
     }
    
    .fixed-sidebar
    {
        display: none;
    }
    
    .fixed-sidebar2
    {
        display: none;
    }
    
    .fixed-sidebar3
    {
        display: none;
    }
    
    .fixed-sidebar4
    {
        display: none;
    }
    
   .getstarted4, .getstarted4:focus
    {

    color: #fff;
    background-color: black;
    border-color: black;
    border-radius: 0;
    padding: 5px 5px;
    font-size: 15px;
    font-weight: 600;
    
    }
    
    .footerwebview
    {
        display:none;
    }
   
    .footerresponsiverowone
    {
        display:block;
    }
    
    #footerrowoneresponsive
    {
    max-width: 90%;
    margin-left: auto; 
    margin-right: auto;
    }
    
    .f-logo-text img {
    width: 70%;
    height: auto;
    }
    
        #contactinfowidth
        {
        	width: 60%;
        }
        
        #qrcodewidth
        {
        	width: 40%;
        }
        
        #menubar1info, #menubar2info, #menubar3info, #menubar4info
        {
        	width: 50%;
        }
    
}	

@media only screen and (min-width: 691px) and (max-width: 767px)
{
    
    .logostyle
    {
    margin-left: 0; 
    padding-bottom: 0;
    }
    
    .topemenurow
    {
    margin-top: 10px; 
    margin-bottom: 5px; 
    }
    
    .logoimage
    {
        max-width: 100%;
        height: auto;
        margin-left: 20px;
    }
    
    .desktop-only
    {
        display: none;
    }
    
    .topbarthreebutton
    {
    padding-left: 10px !important; 
    padding-top: 10px;
    margin-right: 0;
    
    }
    
    .getstarted3, .getstarted3:focus
    {
 
    color: white;
    background-color:dimgray;
    border: 1px solid dimgray;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 0;
    
    }
    
    .getstarted2, .getstarted2:focus
    {
 
    color: white;
    background-color:#014468fc;
    border: 1px solid #014468fc;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 0;
    }
    
    .getstarted1, .getstarted1:focus
    {
    color: white;
    background-color:dimgray;
    border: 1px solid dimgray;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 0;
    
    }
    
    .applynowbutton
    {
        display: none;
    }
    
    .btn-group a
    {
        text-decoration: none;
        color: inherit; 
    }
    
     #header {
    padding: 15px 2px;
     }
    
    .fixed-sidebar
    {
        display: none;
    }
    
    .fixed-sidebar2
    {
        display: none;
    }
    
    .fixed-sidebar3
    {
        display: none;
    }
    
    .fixed-sidebar4
    {
        display: none;
    }
    
    #hero
    {
    width: 100%;
    }
    
     .footerwebview
    {
        display:none;
    }
   
    .footerresponsiverowone
    {
        display:block;
    }
    
    #footerrowoneresponsive
    {
    max-width: 90%;
    margin-left: auto; 
    margin-right: auto;
    }
    
    .f-logo-text img {
    width: 70%;
    height: auto;
    }
    
     #contactinfowidth
        {
        	width: 60%;
        }
        
        #qrcodewidth
        {
        	width: 40%;
        }
        
        #menubar1info, #menubar2info, #menubar3info, #menubar4info
        {
        	width: 25%;
        }
    
    
}	

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    
    .logostyle
    {
    margin-left: 7%; 
    padding-bottom: 20px;
    }
    
    .mobileresponsiveonly
    {
        display: none;
    }
    
    .topbarthreebuttonresponsive
    {
        display:none;
    }
    
    .topbarthreebutton
    {
    padding-top: 10px;
    text-align: end;
    }
    
    .getstarted1, .getstarted1:focus
    {
  color: white;
    background-color:dimgray;
    border: 1px solid dimgray;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    
  }

.getstarted2, .getstarted2:focus
{
 
   color: white;
    background-color:#014468fc;
    border: 1px solid #014468fc;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.getstarted3, .getstarted3:focus
{
 
  color: white;
    background-color:dimgray;
    border: 2px solid dimgray;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    
}

.fixed-sidebar
    {
        display: none;
    }
    
    .fixed-sidebar2
    {
        display: none;
    }
    
    .fixed-sidebar3
    {
        display: none;
    }
    
    .fixed-sidebar4
    {
        display: none;
    }
    
    .footerwebview
    {
        display:none;
    }
   
    .footerresponsiverowone
    {
        display:block;
    }
    
    #footerrowoneresponsive
    {
    max-width: 90%;
    margin-left: auto; 
    margin-right: auto;
    }
    
    .f-logo-text img {
    width: 70%;
    height: auto;
    }
    
     #contactinfowidth
        {
        	width: 60%;
        }
        
        #qrcodewidth
        {
        	width: 40%;
        }
        
        #menubar1info, #menubar2info, #menubar3info, #menubar4info
        {
        	width: 25%;
        }
    
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    
    .logostyle
    {
    margin-left: 7%; 
    padding-bottom: 20px;
    }
    
    .mobileresponsiveonly
    {
        display: none;
    }
    
    .topbarthreebuttonresponsive
    {
        display:none;
    }
    
    .topbarthreebutton
    {
    padding-top: 10px;
    text-align: end;
    }
    
    .getstarted1, .getstarted1:focus
    {
  color: white;
    background-color:dimgray;
    border: 2px solid dimgray;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
    
    }

.getstarted2, .getstarted2:focus
    {
 
   color: white;
    background-color:#014468fc;
    border: 2px solid #014468fc;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
    }

.getstarted3, .getstarted3:focus
    {
 
  color: white;
    background-color:dimgray;
    border: 2px solid dimgray;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
    
    }
    
    /***header***/
    
    .largedesktopheader
    {
    padding-left: 3vw !important;
    }
    
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 3px 0 0 10px;
      font-size: 13px;
      /*color: #4e4039;*/
      color: white;
      white-space: nowrap;
      transition: 0.3s;
    }
    
    .container-fluid {
    justify-content: center !important;
    }
    
    .whatsupsidebar
    {
        margin-top: 10px;
        margin-bottom: 25px;
        background-color:#43B51F;
        border-radius: 10px 0 0 10px;
    }

    .whatsupsidebar i{
        font-size: 25px;
        padding: 10px;
        margin-left: 5px;  
        color: white;
    }

    .twittersidebar
    {
        margin-top: 10px; 
        margin-bottom: 25px;
        background-color:black;
        border-radius: 10px 0 0 10px; 
        
    }
    
    .twittersidebar i
    {
        font-size: 25px;
        padding: 10px; 
        margin-left: 5px;
        color: white;
    }

    .facebooksidebar
    {
        margin-top: 10px;
        margin-bottom: 25px;
        background-color:#1883c9; 
        border-radius: 10px 0 0 10px; 
    }
    
    .facebooksidebar i
    {
        font-size: 25px;
        padding: 10px;
        margin-left: 5px; 
        color: white;
    }
    
    .instasidebar
{
    margin-top: 10px;
    margin-bottom: 15px;
    background: linear-gradient(to bottom, #feda75 , #fa7e1e, #d62976, #962fbf, #4f5bd5);
    border-radius: 10px 0 0 10px; 
}

.instasidebar i
{
    font-size: 25px;
    padding: 10px;
    margin-left: 5px; 
    color: white;
}
    
   
}

@media only screen and (min-width: 1200px) and (max-width: 1390px)
{
     .container-fluid {
    justify-content: center !important;
  }
 
}

@media only screen and (min-width: 1391px)
{
    .container-fluid {
    justify-content: center !important;
  }
  
   .fixed-sidebar
 {
    position: fixed;
    right: -1px;
    font-size: 15px;
    top: 45%;
    z-index: 100;	
 }
 
 /*.fixed-sidebar2
 {
     position: fixed;
    right: -1px;
    font-size: 15px;
    top: 53%;
    z-index: 100;	
 }*/
 
 .fixed-sidebar3
 {
     position: fixed;
    right: -1px;
    font-size: 15px;
    top: 63%;
    z-index: 100;	
 }
 
 
 .fixed-sidebar4
 {
     position: fixed;
    right: -1px;
    font-size: 15px;
    top: 53%;
    z-index: 100;	
 }
  
  
}
