@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vujahday+Script&display=swap');
:root {
  --primary_color: #20908b;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  color: #444444;
  overflow-x: hidden;

}

a {
  text-decoration: none;
}

sup {
  font-size: 20px;
}

.fw-600{
  font-weight: 600 !important;
}

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

.fs-13{
  font-size: 13px !important;
  text-transform: capitalize;
}

.fs-15{
  font-size: 15px !important;
  text-transform: capitalize;
}

.change_font{
  font-family: "Vujahday Script", serif !important;
}

.accordion {
  background-color: transparent;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  font-weight: 600;

}

.active,
.accordion:hover {
  /* background-color: none; */
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


p {
  font-family: 'Nunito Sans', sans-serif;
}


a:hover {
  /* color: #ffbc2ce0; */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito Sans', sans-serif;

}

.text-right {
  text-align: right !important;
}

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


.row {
  margin: 0 auto;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff6600;
  ;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

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

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



.blue_btn {
  transition: .3s;
  padding: 14px 25px;
  border-radius: 5px;
  color: black;
  font-weight: 600;
  width: auto;
}

.blue_btn:hover {
  transform: translateY(-10px);
  transition: .3s;
  box-shadow: 0px 8px 20px -6px rgb(19 45 78);
}



.blue_offcircle {
  position: relative;
  z-index: 1;
}

.blue_offcircle::before {
  background: #b6cdee;
  position: absolute;
  content: "";
  right: 50%;
  top: 20%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}


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

  #footer .footer-links {
    text-align: center;
  }


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;

  }

  .text-sm-left{
    text-align: left !important;
  }

  .text-sm-right{
    text-align: right !important;
  }

  .text-sm-center{
    text-align: center !important;
  }

  .text-sm-black{
    color: black !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 92px;
  transition: all 0.3s;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-bottom: 3px solid #f6ab36;
}

#header.header-transparent {
  background: var(--primary_color);
}

#header.header-scrolled {
  background: var(--primary_color);
  height: 75px;
  /* border-bottom: 2px solid white; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.2s;
  transition-delay: 0s, 0s, .5s;
}

.colored_a {
  color: yellow;
}


.header-scrolled:visited ul li .nav-link {
  color: white;
  z-index: 9999;
  position: relative;
  visibility: visible;
  opacity: 1;
}





#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

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

#header.header-scrolled .logo img {
  width: 200px;
  transition: .2s;
}

#header .logo img {
  padding: 0;
  margin: 0;
  width: 230px;
  border-radius: 0 0 5px 5px;
  transition: .2s;
}

.mailid .form-control {
  font-weight: 500;
  font-family: 'Nunito Sans', sans-serif;
  /* background: rgba(255,255,255,0.1); */
  background-color: #eaf1ff;
  border-radius: 10px;
  font-size: 15px;
  padding: 12px 15px;
  width: 100%;
  /*margin: 0px 0px 10px 0px;*/
  color: #000000;
  border: none;

}




.mailid .col-form-label {
  font-weight: 600;
}

.mailid .modal-title {
  font-weight: 600;
  font-size: 24px;

}

.mailid textarea.form-control {
  /*min-height: calc(1.5em + 0.75rem + 2px);*/
  min-height: 120px;

}

.modal-header {
  background: #fff;
  border: none;
}

.modal-body {
  background: #fff;
}

.modal-footer {
  background: #fff;
  border: none;
  display: flex;
  justify-content: center;

}

.modal-header .close {
  background: none;
  ;
  border: none;
  border-radius: 20px;

}




.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  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;
  border-radius: 4px;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  /*color: #01036f;*/
  color: black;
}

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

.navbar  ul a:hover,
.navbar  ul .active:hover,
.navbar  ul li:hover>a {
  color: #f7ba14;;
}

.navbar .dropdown: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%;
  }



  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;

  }
}






/*--------------------------------------------------------------
# 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 {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px 6px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
  color: white;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.4s;
}

/* 
.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 30px;
  background-color: #00a3df;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before {
  visibility: visible;
  width: 70%;
} */

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #f6ab36;
}


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


/**
* 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;
  }

  .w-40{
    width: 100% !important;
  }
  
  .w-30{
    width: 100% !important;
  }

  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }


}




.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #161616;
  transition: 0.3s;
  z-index: 999;
}

.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;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li>a:before {
  left: 20px;
}

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

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

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

.navbar-mobile .dropdown ul,
.navbar-mobile .dropdown .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,
.navbar-mobile .dropdown .dropdown ul li {
  min-width: 200px;
}

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

.navbar-mobile .dropdown ul a i,
.navbar-mobile .dropdown .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,
.navbar-mobile .dropdown .dropdown ul a:hover,
.navbar-mobile .dropdown .dropdown ul .active:hover,
.navbar-mobile .dropdown .dropdown ul li:hover>a {
  color: #ff6600;
}


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

/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/


#mainheading {


  margin: 0 0 20px 0;
  /*font-size: 46px;*/
  font-weight: 600;
  line-height: 56px;
  color: black;
  text-transform: none;
  background: #f4f9fd;
}

@media (min-width: 1024px) {


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

@media (max-width: 991px) {


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }

}

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


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

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

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

.home-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

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

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

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

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

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

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  color: #010483;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafaff;
  min-height: 40px;
  margin-top: 80px;
}

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


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }

  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

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

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

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


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #3f43fd;
  float: left;
  width: 44px;
  height: 44px;
  background: #f0f0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #010483;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #0205a1;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #ff6600;
  ;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.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 {
  height: 44px;
}

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

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

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

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

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


/* .........swipe....... */
.swiper-pagination {
  margin-top: 35px;
}

/* contact */
.contact-us {
  min-height: 100vh;
  margin-bottom: 20px;
}

.contact-us .contact-info {
  /* margin-bottom: 25px; */
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  margin: 25px 40px;
}

.contact-info .media-body p {
  color: #8a8a8a;
}

.contact-us .cont-box {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact-us label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: black;
}

.contact-us .form-group {
  margin-bottom: 20px;
}

.contact-us .form-group {
  padding-bottom: 8px;
}

.contact-us .form-control {
  border: 1px solid #c7b6eb;
  border-radius: 5px;
  height: 40px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon .bi {
  color: #8f9195;
  font-size: 27px;
  margin-top: 10px;
  /* color: hsl(209, 94%, 46%); */
  color: rgba(1, 4, 136, 0.9);
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  /* color: #2a2a2a; */
  color: black;
  font-weight: 500;
  padding-top: 10px;
}

.contact-us .right-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact-us .cont-btn {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 37px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #ff6600;
  ;
  text-transform: uppercase;
  position: relative;
  border: none;
}

.contact-us .long-row {
  height: 70px;
}

.swiper-slide-active {
  filter: blur(0px);

}


.demo-pg {
  padding: 60px 0 0 0;
  position: relative;

}


#mision {
  padding: 50px 0;
  background: #DF8932;
  margin-top: -60px;
}

#social {
  background-image: url(../img/slider/banner.jpg);
  padding: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.contactus a:hover {
  color: #ff6600;
  text-decoration: none;
  font-weight: 600;
}

.ftr {
  background: black;
  padding: 15px 0;
  border-top: 1px solid white;
}

.ftr .copyright {
  text-align: center;
  margin-left: 30px;
  color: black;
  /* padding-top: 20px; */
}

.ftr .copyright img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

.ftr .copyright span a {
  padding: 0 10px;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  color: #ffffffc4;
}


.ftr .credits {
  /* padding-top: 10px; */
  text-align: right;
  font-size: 14px;
  color: black;
  font-weight: 600;
  opacity: .7;


}

.ftr .final-a {
  color: #010351;
  /* opacity: .8; */
  transition: .1s;
}

.ftr .final-a:hover {
  transition: .1s;
  color: #010351;
  opacity: 1;
}

.right-social {
  position: fixed;
  top: 30%;
  /* right: 0; */
  width: 205px;
  z-index: 2;
  left: 91%;
}

/* .btn-whatsapp-pulse {
  background: #22bdd9;
  color: white;
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border:none;
} */







.right-social a {
  width: 100%;
  margin-bottom: 5px;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
  white-space: nowrap;
  color: white;
  background: #ff6600;
  ;

}

.right-social .vertical-btn {



  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 10px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #ff6600;
  ;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.right-social .btn {
  /* width: 100px; */
}

.section_title {
  font-size: 38px;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}





.why-us .icon-box {
  /* box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1); */
  padding: 50px 30px;

  background: #fff;
  min-width: 100%;
  min-height: 270px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.icon-box:hover {
  transform: translateY(-10px);
}

.icon-box:hover a {
  color: #22bdd9;
  transition: all ease-in-out 0.2s;
}


.php-email-form {
  /* background: #fff;
  padding: 15px; */

  padding: 15px;
  height: 100%;
  border-radius: 15px;

}

.php-email-form .form-control {
  font-weight: 500;
  font-family: 'Nunito Sans', sans-serif;
  background-color: white;
  border-radius: 4px;
  font-size: 15px;
  padding: 12px 15px;
  width: 100%;
  margin: 0px 0px 10px 0px;
  color: #000000;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  position: relative;
  z-index: 2;
}

.php-email-form .form-control:focus {
  outline: 2px solid #f9b911;
}

.contact-h5 {
  font-size: 18px;
  font-weight: 600;
  color: black;
}

.careers .car-btn {
  background: #22bdd9;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}

.career-input input {
  font-size: 13px;
}

.career-input {
  overflow: hidden;
}

.php-email-form label {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  /* color: #656d78; */
  font-weight: 700;
  color: black;
  margin-bottom: 10px;

}

.banner-back {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.row {
  margin: 0 auto;
}




@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.in-span3 {
  color: #feeba7;
  /*font-size:46px;*/
}



.row-cont img {
  width: 100%;
}

#careers-page {
  background-image: url(../img/banner-quote.jpg);
  background-position: right;
  background-size: cover;
  padding: 0;
  width: 100%;
}

#careers-page .overlay {
  /* background: url(../img/slide_bg.png) repeat scroll 0 0 transparent; */
  padding: 200px 0;
}

.member-info p {
  font-weight: 600;
  font-size: 15px;
  color: white;
  padding: 0 20px;
}

.box_content p {
  font-weight: 600;
  font-size: 15px;
  color: white;
  padding: 0 20px;
}

.member-info h3 {
  color: #f7ba14;
  font-size: 25px;
  font-weight: 600;
  padding: 0;
}


.contact-adrs {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  /* justify-content: space-between; */
}


.get-quote {

  background: #161616;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  padding: 0;
}

.get-quote .inner-qte {
  background: url(../images/dot.png);
  background-repeat: repeat;
  padding: 60px 20px;
}

.get-quote .center h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  color: white;
}

.get-quote .qte-p {
  white-space: normal;
  width: 70%;
  /* margin: 0 auto; */
  color: white;
  font-size: 15px;
}

.get-quote .click-qte {
  background: #22bdd9;
  border: 0;
  padding: 10px 24px;
  color: white;
  transition: 0.4s;
  border-radius: 4px;
  font-weight: 600;
}

.get-quote .first {
  background: url(../img/plumbing.jpg);
  position: relative;
}

.get-quote .first::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: #22bdd9;
}

.member-info .aligning {
  margin: 0;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 36px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}


.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 47px;
  right: 43px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse:hover {
  color: white;
}

.ftr .dream h6 {
  color: white;
  text-align: right;
  margin: 0 30px 0 0;
}

.secondmini_title {
  font-weight: 700;
  font-size: 22px;
  color: black;
  margin: 25px 0;
}


.mySwiper-new .swiper-wrapper .swiper-slide {
  width: 100%;
  background-size: cover;
  min-height: 85vh;
  background-position: center;
  padding: 95px 0 0 0;
  display: flex;
  align-items: center;
}

.slide1 {
  background-image: url(../images/banner6.jpg);
  position: relative;
  background-position: top center;
}

.slide2 {
  background-image: url(../images/banner4.jpg);
  position: relative;
  background-position: top center;
}

.slide3 {
  background-image: url(../images/banner1.jpg);
  position: relative;
  background-position: top center;
}


.banner-h1 {
  padding: 5px 0 5px 10px;
  border-radius: 2px;
  opacity: 1;
  font-size: 30px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.03px;
  animation-delay: 0.4s;
  opacity: 1;
  position: relative;
  z-index: 999;
  /* line-height: 1; */
}

.slide1::before {
  content: "";
  background: rgb(0 0 0 / 20%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.slide2::before {
  content: "";
  background: rgb(0 0 0 / 20%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.slide3::before {
  content: "";
  background: rgb(0 0 0 / 20%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

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


@keyframes a-ltr-after {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(101%)
  }
}

@keyframes a-ltr-before {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(200%)
  }
}


.glowing {
  color: #fff;
  animation: glow 1s ease-in-out infinite alternate;
}


@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 2px #fff, 0 0 5px white, 0 0 1px white, 0 0 10px black, 0 0 1px black, 0 0 1px #000000, 0 0 1px black;
  }


  to {
    text-shadow: 0 0 2px #fff, 0 0 5px white, 0 0 1px white, 0 0 10px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
  }
}

.descrip {
  font-weight: 500;
  padding: 0 25px;
  max-width: 90%;
  text-align: center;
  font-size: 15px;
}

.recent-work-wrap {
  /* width: 280px; */

}

.recent-work-wrap img {
  width: 100%;
  padding: 7px;
  overflow: hidden;
}

.pro-box:hover .no-hover:hover {
  color: black;
}

.serv-responce {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  .serv-responce {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .ftr .copyright {
    text-align: center;
  }

  .ftr .dream h6 {
    text-align: center;
  }

  .btn-whatsapp-pulse {
    position: fixed;
    bottom: 37px;
    right: 43px;
    font-size: 30px;
    padding: 25px;

  }

  .mySwiper-new .swiper-wrapper .swiper-slide {
    min-height: 40vh !important;
  }
}

.mySwiper {
  width: 100%;
  height: 100%;

}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}


.world_map {
  /* background-image: url(../img/map.jpg); */
  /* width: 100vw; */
  /* overflow: hidden; */
  position: relative;
}

.world_map h2 {
  position: absolute;
  top: 10%;
  left: 30%;
  font-size: 5vmin;
}


.cont {
  position: relative;
  width: 100%;

}

.select-btn {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.select-btn .btn-text {
  font-size: 17px;
  font-weight: 400;
  color: #333;
}

.select-btn .arrow-dwn {
  display: flex;
  height: 21px;
  width: 21px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background: rgb(91, 73, 255);
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.select-btn.open .arrow-dwn {
  transform: rotate(-180deg);
}

.list-items {
  position: relative;
  margin-top: 15px;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  max-height: 220px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
}

.select-btn.open~.list-items {
  display: block;
}

/* Always show the scrollbar of the dropdown */
.select-btn.open~.list-items::-webkit-scrollbar {
  width: 8px;
  height: 0;
}

.select-btn.open~.list-items::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 8px;
}

.select-btn.open~.list-items::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .3);
}

.list-items .item {
  display: flex;
  align-items: center;
  list-style: none;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 15px;
  border-radius: 8px;
}

.list-items .item:hover {
  background-color: #e7edfe;
}

.item .item-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.item .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  margin-right: 12px;
  border: 1.5px solid #c0c0c0;
  transition: all 0.3s ease-in-out;
}

.item.checked .checkbox {
  background-color: rgb(91, 73, 255);
  border-color: rgb(91, 73, 255);
}

.checkbox .check-icon {
  color: #fff;
  font-size: 11px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.item.checked .check-icon {
  transform: scale(1);
}




/* finaal drop */
.sec-center {
  position: relative;
  max-width: 100%;
  text-align: center;
  z-index: 200;
  display: inline-block;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.dark-light:checked+label,
.dark-light:not(:checked)+label {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 20000;
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  cursor: pointer;
  transition: all 200ms linear;
  box-shadow: 0 0 25px rgba(255, 235, 167, .45);
}

.dark-light:checked+label {
  transform: rotate(360deg);
}

.dark-light:checked+label:after,
.dark-light:not(:checked)+label:after {
  position: absolute;
  content: '';
  top: 1px;
  left: 1px;
  overflow: hidden;
  z-index: 2;
  display: block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: #102770;
  background-image: url('https://assets.codepen.io/1462889/moon.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 200ms linear;
  opacity: 0;
}

.dark-light:checked+label:after {
  opacity: 1;
}

.dark-light:checked+label:before,
.dark-light:not(:checked)+label:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background-color: #48dbfb;
  background-image: url('https://assets.codepen.io/1462889/sun.svg');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 200ms linear;
}

.dark-light:checked+label:before {
  background-color: #000;
}

.light-back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
  background-position: center;
  background-repeat: repeat;
  background-size: 4%;
  height: 100%;
  width: 100%;
  transition: all 200ms linear;
  opacity: 0;
}

.dark-light:checked~.light-back {
  opacity: 1;
}

.dropdown:checked+label,
.dropdown:not(:checked)+label {
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  height: 50px;
  transition: all 200ms linear;
  border-radius: 4px;
  width: 220px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: flex-start;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #102770;
}

.dark-light:checked~.sec-center .for-dropdown {
  background-color: #102770;
  color: #ffeba7;
  box-shadow: 0 12px 35px 0 rgba(16, 39, 112, .25);
}

.dropdown:checked+label:before,
.dropdown:not(:checked)+label:before {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}

.dropdown:checked+label:before {
  pointer-events: auto;
}

.dropdown:not(:checked)+label .uil {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}

.dropdown:checked+label .uil {
  transform: rotate(180deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}

.section-dropdown {
  position: absolute;
  padding: 5px;
  background-color: #111;
  top: 70px;
  left: -7%;
  width: 100%;
  border-radius: 4px;
  display: block;
  box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
}

.dark-light:checked~.sec-center .section-dropdown {
  background-color: #fff;
  box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.15);
}

.dropdown:checked~.section-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.section-dropdown:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  display: block;
  z-index: 1;
}

.section-dropdown:after {
  position: absolute;
  top: -7px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #111;
  content: '';
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.dark-light:checked~.sec-center .section-dropdown:after {
  border-bottom: 8px solid #fff;
}

.sec-center a {
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  margin: 2px 0;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: distribute;
}

.dark-light:checked~.sec-center .section-dropdown a {
  color: #102770;
}

.dark-light:checked~.sec-center .section-dropdown a:hover {
  color: #ffeba7;
  background-color: #102770;
}

a .uil {
  font-size: 22px;
}

.dropdown-sub:checked+label,
.dropdown-sub:not(:checked)+label {
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: distribute;
  cursor: pointer;
}

.dropdown-sub:checked+label .uil,
.dropdown-sub:not(:checked)+label .uil {
  font-size: 22px;
}

.dropdown-sub:not(:checked)+label .uil {
  transition: transform 200ms linear;
}

.dropdown-sub:checked+label .uil {
  transform: rotate(135deg);
  transition: transform 200ms linear;
}

.dropdown-sub:checked+label:hover,
.dropdown-sub:not(:checked)+label:hover {
  color: #102770;
  background-color: #ffeba7;
}

.dark-light:checked~.sec-center .section-dropdown .for-dropdown-sub {
  color: #102770;
}

.dark-light:checked~.sec-center .section-dropdown .for-dropdown-sub:hover {
  color: #ffeba7;
  background-color: #102770;
}

.section-dropdown-sub {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  padding-left: 10px;
  padding-right: 3px;
  overflow: hidden;
  transition: all 200ms linear;
}

.dropdown-sub:checked~.section-dropdown-sub {
  pointer-events: auto;
  opacity: 1;
  max-height: 999px;
}

.section-dropdown-sub a {
  font-size: 14px;
}

.section-dropdown-sub a .uil {
  font-size: 20px;
}




/* second footer */
#footer {

  background: #f6f9ff;
  padding: 0 0 0px 0;
  color: #fff;
  font-size: 14px;
}

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


#footer .footer-top .contactus {
  /*padding-top: 10px;
  padding-left: 30px;*/
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #010246;
  color: #fff;
  border-top: 4px solid #ff6600;
  ;
  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: 'Nunito Sans', sans-serif;
}

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

#footer .footer-top h4 {
  color: black;
  transition: 0.3s;
  display: inline-block;
  line-height: 2.4;
  text-transform: capitalize;
  font-size: 23px;
  font-weight: 700;

}

#footer .footer-top .final_h4 {
  text-transform: capitalize;
  font-size: 27px;
  text-align: left;
}

#footer .footer-top .footer-links {
  padding-left: 20px;
}

#footer .footer-top .footer-links ul a i {
  font-size: 24px;
  color: white;
  padding: 10px;
  transition: .2s;
}

#footer .footer-top .footer-links ul a i:hover {
  transform: scale(1.1);
  transition: .2s;
}


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

#footer .footer-top .social_media {
  border-radius: 50%;
  border: 1px solid white;
  padding: 10px;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  /* color: #61ebba; */
  color: #cc0000;
  font-size: 18px;
  line-height: 1;
}

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

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

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


#footer .footer-newsletter {
  text-align: right;
}

#footer .footer-newsletter img {

  margin: 0 0 20px 0;
}

#footer .footer-top .form-control {
  padding: 15px;
  /* color: orange; */
  font-size: 15px;
  font-weight: 600;
}

.whatsapp:hover .bi {
  color: white;
}

#footer .footer-newsletter .cmx-img {
  width: 135px;

}

#footer .footer-newsletter h4 {
  font-size: 18px;
  font-weight: 500;
}

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



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


#footer .social-list {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  align-items: center;

}

#footer .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  margin-right: 0.5rem;
}

#footer .soc-item .bi {
  color: black;
  font-size: 25px;
}

#footer .second_col p {
  font-size: 16px;
  line-height: 1.7;
  color: black;
  font-weight: 600;
}

#footer .final_colm .first-ul {
  margin-right: 30px;
}


/* 
@media only screen and (max-width: 1138px) {
  .slide1 {
    background-image: url(../img/banner_5.jpg);
    position: relative;
  }

  .slide1 {
    background-image: url(../img/banner_5.jpg);
    position: relative;
  }


  .slide1 {
    background-image: url(../img/banner_5.jpg);
    position: relative;
  }
} */

/* .mySwiper-new .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    min-height: 100vh;
    background-position: top;
    padding: 95px 0 0 0;
  } */

.world_map h2 {
  position: absolute;
  top: 10%;
  left: 40%;
  font-size: 5vmin;
}



@media only screen and (max-width: 991px) {
  .slide1 {
    /* background-image: url(../img/banner1_media.jpg); */
    position: relative;
  }

  .mySwiper-new p {
    color: black;
    padding: 10px;
    font-size: 23px;
    font-weight: 500;
  }

  .ftrs .ftrs_fcolmn {
    /* overflow: hidden; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature_slide .head_p {
    font-size: 23px;
  }

  .ftrs-content p {
    color: black;
    font-weight: 400;
    font-size: 23px;
    margin: 15px 0;
  }

  .headers .management {
    flex-direction: column;
  }


}

@media only screen and (min-width: 768px) {
  .world_map h2 {
    position: absolute;
    top: 10%;
    left: 35%;
    font-size: 5vmin;
  }


}

@media (min-width: 769px) and (max-width: 2000px) {
  .world_map h2 {
    position: absolute;
    top: 10%;
    left: 40%;
    font-size: 5vmin;
  }
}


.whited_a {
  color: white;
}

/* services */
.services {
  min-height: 100vh;
  background: #F1F2F6;
  position: relative;
  z-index: 1;

}

.services::before {
  background: #b6cdee;
  position: absolute;
  content: "";
  right: 50%;
  top: 20%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}

.services .card_box {
  background: white;
  box-shadow: 10px 10px 30px 0 rgba(4, 6, 44, 0.05);
  padding: 25px;
  margin-bottom: 20px;

}

.services .card_box:hover {
  box-shadow: 10px 10px 60px 0 rgba(4, 6, 44, 0.1);

}

.services .card_box h3 {
  font-weight: 700;
  text-align: center;
  color: black;
}


.services .card_box p {
  text-align: center;
  font-weight: 500;
}



.services .card_box .card_img {
  margin: 20px auto;
  border-radius: 5px;
  max-width: 245px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.services .card_box .card_img .icon_left {
  position: absolute;
  top: 10%;
  left: -6%;
  font-size: 25px;
  height: 40px;
  width: 40px;
  color: var(--primary_color);
  background: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


.services .card_box .card_img .circle {
  position: absolute;
  bottom: 5%;
  right: -20%;
  z-index: -1;
}


.title-subMini {
  font-size: 25px;
  font-weight: 700;
  color: black;
  text-align: left;
  line-height: 1.5;
}

@media (min-width:768px) and (max-width:991px) {
  .services .left_icon {
    width: 75px;
    height: 75px;
  }

  .services .left_icon img {
    width: 50px;
  }
}


.checkBg {
  color: red;
}



/* select */
.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
  font-size: 18px;
  color: #60666d;
  z-index: 1;
}

@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .select-box {
    /* width: 50%; */
  }
}

@media (min-width: 1200px) {
  .select-box {
    /* width: 30%; */
  }
}

.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  background: #ffffff;
  border-radius: 20px;
  color: #0d4345;
}

.select-box__current:focus+.select-box__list {
  opacity: 1;
  animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 1;
  transition: 0.2s ease;
}

.select-box__value {
  display: flex;
}

.select-box__input {
  display: none;
}

.select-box__input:checked+.select-box__input-text {
  display: block;
  font-size: 14px;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 11px 20px;
  background-color: #fff;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-box__option {
  display: block;
  padding: 11px 20px;
  background-color: #fff;
  font-size: 14px;
  transition: .3s;
  color: #0d4345;
  font-weight: 400;
}

.select-box__option:hover,
.select-box__option:focus {
  color: white;
  background-color: #0d4345;
  transition: .3s;
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

.about_us {
  background: white;
}

.about_us .parent-img {
  position: relative;
}

.about_us img {
  margin-right: 20px;
  margin-bottom: 20px;
}

.about_us .vision .i_parent {
  /* font-size: 50px; */
  padding-right: 15px;
  width: 25%;
}

.about_us .vision .i_parent i {
  color: var(--primary_color);
}

.about_us .vision h3 {
  font-size: 18px;
  font-weight: 700;
}

.about_us .vision p {
  font-size: 15px;
  font-weight: 400;
}

.about_us iframe {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 2px;
  background: #e1e1e1;
}

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

.btn-yellow {
  font-weight: 600;
  background-color: #f7ba14;
  padding: 5px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
}

.btn-yellow i {
  font-size: 25px;
  padding-left: 3px;
  transition: .2s;

}

.btn-yellow:hover {
  color: #0d4345;
  background: white;
}

.btn-yellow:hover i {
  transform: translateX(15px);
  transition: .2s;
  color: #f7ba14;
}

.btn-yellow:active {
  background-color: #f7ba14;
}

.btn-yellow:focus {
  background-color: #f7ba14;
}




.btn-green {
  font-weight: 600;
  background-color: #f7ba14;
  padding: 5px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
}

.btn-green i {
  font-size: 25px;
  padding-left: 3px;
  transition: .2s;

}

.btn-green:hover {
  color: white !important;
  background: #0d4345;
}

.btn-green:hover i {
  transform: translateX(15px);
  transition: .2s;
  color: #f7ba14;
}

.btn-green:active {
  background-color: #f7ba14;
}

.btn-green:focus {
  background-color: #f7ba14;
}

.about_us .content {
  position: absolute;
}


@media screen and (max-width: 991px) {

  .dark-light:checked+label,
  .dark-light:not(:checked)+label {
    top: 20px;
    right: 20px;
  }

  .about_us .content {
    padding-right: 10px;
    padding-left: 10px;
  }


  .about_us img {
    float: none;
    width: 100%;
  }

  .about_us img {
    float: none;
    width: 100%;
  }

}


.swiper-pagination-bullet-active {
  background: #f7ba16;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  background: #000000;
  height: 10px;
  width: 10px;
  border-radius: 3px;
  opacity: .5;
}

.heightinc {
  height: 80px !important;
  background: #0d4345;
  z-index: -1;
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.register_div {
  color: #f7ba14;
  padding-left: 10px;
  font-size: 19px;
  position: relative;
  width: fit-content;
}


@media screen and (max-width: 750px) {

  .mySwiper-new .swiper-wrapper .swiper-slide {
    background-size: cover;
    height: 46vh;
  }

  .swiper-slide {
    background-size: auto;
  }

  .mySwiper-new .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;

  }

  .swiper {
    min-height: auto;

  }

  .banner-h1 {
    font-size: 35px;
  }



}

@media screen and (max-width: 450px) {
  .banner-h1 {
    font-size: 22px;
  }
}

.member .mailto {
  color: #cccccc;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #cccccc;
}


@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

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


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }

  .green_after .list_p {
    color: black;

  }

  .services h3 {
    font-size: 25px;
    font-weight: 700;
    color: black;
    text-align: left;
    line-height: 1.5;
  }

  #footer .social-list {
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .green_after::after {
    content: '';
    position: absolute;
    background: white;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    z-index: -1;
    border-radius: 5px;
  }
}

@media (max-width: 575px) {
  #footer .second_col p {
    font-size: 16px;
    line-height: 1.7;
    color: black;
    font-weight: 600;
    text-align: left;
  }
}


@keyframes eased {
  0% {
    transform: translateX(-30px);

  }

  100% {
    transform: translateX(0px);
    transition: .5s;
  }
}



/* notify */

.notify {
  background: #f1f2f6;
  padding-bottom: 50px;
}

.notify .just_notes {
  background: #f6ab36;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  bottom: 15px;
  padding: 30px 25px 25px 25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.notify .just_notes h2 {
  font-weight: 600;
}

.notify .btn {
  transition: .3s;
  padding: 14px 25px;
  border-radius: 5px;
  color: black;
  font-weight: 600;
}


.notify .btn:hover {
  transform: translateY(-10px);
  transition: .3s;
  box-shadow: 0px 8px 20px -6px rgb(19 45 78);
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5%;
}

/* company_news */

.company_news {
  z-index: 1;
  position: relative;
  background: white;
}


.section_title::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0;
  border-radius: 10px;
  background: #f6ab36;
  height: 3px;
  width: 15%;
}


.page_title {
  font-size: 38px;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}

.page_title::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0;
  border-radius: 10px;
  background: #f6ab36;
  height: 3px;
  width: 13%;
}

.company_news .card_heading {
  font-weight: 700;
  color: black;
  transition: .5s;
}

.company_news .cards_row:hover .card_heading {
  color: var(--primary_color);
  transition: .5s;
}

.company_news h5 {
  font-size: 19px;
  color: var(--primary_color);

}



.company_news .cards_row {
  margin-top: 20px;
  background: #dcdce0;
  height: 100%;
  overflow: hidden;
  transition: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.company_news .cards_row:hover img {
  transform: scale(1.2) rotate(5deg);
  transition: all 0.3s ease-in-out;
}


.company_news .cards_row .img {
  overflow: hidden;
  position: relative;

}

.company_news .cards_row img {
  width: 100%;
  transition: .3s;
}

.company_news .card-content {
  padding: 30px 30px 15px 30px;
}

.company_news .icon_left {
  font-size: 25px;
  height: 40px;
  width: 40px;
  color: var(--primary_color);
  background: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company_news .btn {
  transition: .3s;
  padding: 14px 25px;
  border-radius: 5px;
  color: black;
  font-weight: 600;
  width: auto;
}


.company_news .cards_row:hover {

  transition: .3s;
}




/* clients logo */

.client_logos {
  background: #f6ab36;

  padding: 40px;
  position: relative;
}

.client_logos .logos {
  height: 100px;
  padding-bottom: 20px;
}

.client_logos .swiper-wrapper {
  min-height: 30vh;
  display: flex;
  align-items: center;
}


.client_logos img {
  transition: .4s;

}

.client_logos img:hover {
  transform: translateY(-15px);
  transition: .4s;
}

.client_logos .swiper-pagination {
  padding-top: 20px !important;
}


/* about us page */

#mini_banner {
  background-image: url(../img/small_banner.jpg);
  background-position: right;
  background-size: cover;
  padding: 0;
  width: 100%;
}

.parallax {
  /* background-attachment: fixed; */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#mini_banner .overlay {
  padding: 200px;
}

.about_content h2 {
  padding-left: 0px;
}

.about_content .ps {
  line-height: 1.4;
  color: #d3d3d3;
  font-weight: 600;
  font-size: 14px;
}

.about_content .page_desc {
  font-size: 18px;
  line-height: 1.7;

}

.subtitle {
  color: var(--primary_color);
  font-weight: 700;
}

.birthday_title {
  color: #ffffff;
  font-weight: 700;
  font-size: 25px;
}


.ul_align i {
  color: #f6ab36;
}

.page_desc {
  font-size: 18px;
  line-height: 1.7;
}

.ul_align h6 {
  font-size: 18px;
  color: black !important;
  font-weight: 600;
  letter-spacing: .2px;
}

table {
  overflow-x: scroll;
  text-align: center;
}

.table .th_row {
  background: var(--primary_color);
  color: white;
  border-radius: 20px;
  text-align: center;
}


table th:first-child {
  border-radius: 10px 0 0 10px;
}

table th:last-child {
  border-radius: 0 10px 10px 0;
}

table td:first-child {
  color: var(--primary_color);
  font-weight: 700;
  text-align: left;
}

table td:first-child:hover {
  color: var(--primary_color) !important;
}



table tr {
  background: white;
  transition: .2s;

}

table tr:hover {
  background: aliceblue;
  transition: .2s;
}

table tr .inline_td {
  display: flex;
  justify-content: flex-start;
}

table tr .inline_td i {
  display: flex;
  justify-content: flex-start;
  padding-right: 10px;
  color: var(--primary_color);
  font-size: 30px;
}


/* contact */
.contact_us .form-control {
  background-color: white;
    border-radius: 3px;
    border: 1px solid #9d9d9d;
    box-sizing: border-box;
    color: black;
    font-size: 15px;
    outline: none;
    padding: 9px 0;
    width: 100%;
    text-indent: 12px;
}

.form-control:focus {
  box-shadow: none;
}

/* footer */

#footer .contactus a {
  color: black;
  font-size: 17px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .2px;
  line-height: 1.7;
  transition: .2s;
}

#footer .contactus a:hover {
  color: #ca0000;
  transition: .2s;
}

#footer .mini_title {
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  color: var(--primary_color);
  padding: 15px 0 10px 0;
  margin: 0;
}

#footer .img_tag {
  max-width: 250px;
}


#footer .footer-top h4 {
  color: black;
  transition: 0.3s;
  display: inline-block;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;

}


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

#footer .qr_tag {
  max-width: 150px;
}


@media (max-width: 575px) {


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }

  .section_title {
    font-size: 26px;

  }

  #mini_banner .overlay {
    padding: 150px;
  }

  p {
    margin-top: 20px;
  }

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

  .page_title {
    font-size: 31px;
  }
}

/* .content_box {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-radius: 5px;
  position: absolute;
  background-color: #efefef;
  z-index: 1;
  width: 40%;
  padding: 29px 35px;
  left: 0;
  top: 20%;
} */


.content_box h5 {
  font-size: 15px;
  font-weight: 700;
  color: black;
}

/* events */

.events {
  /* min-height: 100vh; */
  background: var(--primary_color);
}

.events .content {
  color: white;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}


.events .news h4 {
  color: #f6ab36;
  font-weight: 700;
}

.events .news p {
  font-size: 17px;
  color: #000000;
  font-weight: 700;
}

.events .date_content {
  position: relative;
}

.yellow_line {
  position: absolute;
  width: 7px;
  height: 80%;
  border-radius: 5px;
  background: var(--primary_color);
  top: 9%;
  left: 2%;
}

.events .news .swiper-slide {
  background: white;
  min-height: 200px;
  padding: 30px;
  border-radius: 5px;
  height: 100%;
}

.events .news .swiper-slide .inner_icon {
  width: 40px;
  height: 40px;
  background: green;
  border-radius: 50%;
}

.events .nav-pills {
  background: white;
  border-radius: 5px;
  padding: 20px;
}



.events .nav-pills .nav-link.active {
  background: var(--primary_color) !important;
  color: white !important;
}

.portfolio {
  background: #e1e1e1;
}

.portfolio .gallery_content .w-75 {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.portfolio .gallery_content h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 2px;
}

.portfolio .gallery_content span {
  font-size: 14px;
  color: #ee701c;
  font-weight: 700;
}

.portfolio .gallery_content p {
  margin-top: 2px;
  font-size: 16px;
}


.portfolio .nav-pills .nav-link.active {
  color: #000000 !important;
  background-color: #ffffff;
  padding: 10px 15px;
}

.portfolio .nav {
  background: #c3d2c1;
  padding: 30px 20px;
}

.portfolio .tab-content {
  background: #c3d2c1;
  padding: 30px 20px;
}

.portfolio .popup-gallery {
  /* min-height: 50vh; */
}

.portfolio .nav-pills .nav-link {
  color: #000000 !important;
  font-weight: 600;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.events .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
  background: #dddddd;
  margin-bottom: 15px;
  color: black !important;
  font-size: 15px;
  font-weight: 600;
}

.events .tab_content {
  background: white;
  padding: 25px;
  border-radius: 2px;
}

.events .tab-pane h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: black;
  text-transform: lowercase;
}

.events .date {
  background: #f6ab36;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100px;
}

.events .date_content h5 {
  font-size: 17px;
  color: var(--primary_color);
  font-weight: 700;
}

.events .date .eventsMonth {
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
}

.events .date .eventsDay {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}


.headers .management {
  display: flex;
}

.headers .second-mgmt-container .row {
  display: flex;
  align-items: center;
  background: var(--primary_color);
  height: 100%;
}

.headers .princi {
  flex: 1;
  transition: .5s;
}

.headers .princi:hover {
  flex: 1.3;
  transition: .5s;
}

.headers .princi:hover .princi_content {
  margin-left: 20px !important;
  margin-right: 20px !important;
  transition: .5s;
}

.headers .princi .parent_image {
  position: relative;
  overflow: hidden;
  text-align: center;
  /* width: 200px; */
}

.headers .princi .parent_image img {
  border-radius: 5px 5px 0 0;
}


.headers .princi .princi_content {
  background: #f6ab36;
  border-radius: 0 0 5px 5px;
  text-align: center;
}

.headers .princi .princi_content h4 {
  font-size: 20px;
  font-weight: 700;
}

.upper-footer {
  background: #e7e7e7;
}

.upper-footer .footer_category {
  font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: black;
}

.upper-footer .dummy {
  visibility: hidden;
}

.upper-footer .ftr-abt li {
  list-style: none;
}

.upper-footer .ftr-abt li a {
  color: black;
}

.upper-footer .ftr-abt li a i {
  color: var(--primary_color);
  padding-right: 5px;
}

.upper-footer .ftr-link li {
  list-style: none;
}

.upper-footer .ftr-link li a {
  color: black;
  font-weight: 600;
  font-size: 15px;
  padding-left: 5px;
}

.upper-footer .ftr-link li i {
  color: var(--primary_color)
}

.upper-footer .ftr-folw li {
  list-style: none;
}

.upper-footer .ftr-folw .parent_sociial {
  width: 30px;
  margin: 5px;
  height: 30px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary_color);
  border-radius: 2px;
}

.upper-footer .container-fluid {
  background: var(--primary_color);
}

.upper-footer .container-fluid .designedBy h6 {
  color: #d1cece;
  text-align: right;
}

.recent_videos {
  background: #cae4c5;
}
.fee {
  background: var(--primary_color);
}

.fee .fees_details .content_box {
  background-color: var(--primary_color);
}

.fee .fees_details {
  position: relative;
}

.fee .fees_details .green {
  background: var(--primary_color);
}

.fee .fees_details .green .online_dnld {
  font-size: 55px;
  color: white;
}

.fee .fees_details .green h6 {
  font-size: 18px !important;
  color: white;
}

.fee .fees_details .content_box h5 {
  color: #d1cece;
}

.fee .fees_box {

  background: white;
  padding: 25px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  position: relative;
  min-height: 199px;
  max-height: 199px;
  align-items: start;
}

.fee .fees_box .line_g {
  position: absolute;
  top: 0%;
  right: 0;
  width: 3px;
  height: 100%;
  background: green;
  border-radius: 5px;
  color: green;
}

.fee .fees_details .line_green {
  position: relative;
}

.fee .fees_details .line_green::before {
  left: 0;
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 10px;
  border-radius: 5px 0px 0px 5px;
  background: var(--primary_color);
}

.fee .fees_details .line_green div p {
  font-size: 15px;
  font-weight: 600;
}

.fee .fees_box h4 {
  font-size: 20px;
  color: var(--primary_color);
  font-weight: 700;
  white-space: nowrap;
}

.fee .fees_box h6 {
  font-size: 15px;
  color: black;
  font-weight: 500;
  line-height: 1.5;
}

.fee .fees_box button {
  background: #cc0000;
  padding: 11px 20px;
  border: none;
  border-radius: 3px;
  color: white;
  font-weight: 600;
  margin: 5px 0px;
}

.fee .fees_box a {
  background: #cc0000;
  padding: 11px 20px;
  border: none;
  border-radius: 3px;
  color: white;
  font-weight: 600;
  margin: 5px 0px;
}

.fee .swiper_message .swiper-slide {
  background: white;
  padding: 25px;
  margin-right: 30px;
}

.fee .swiper_message .swiper-slide h6 {
  line-height: 1.4;
}

/*  */
.chefs .member {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: .4s;
}

.chefs .member .member-info {
  opacity: 1;
  position: absolute;
  /* bottom: 0; */
  top: 85%;
  left: 0;
  right: 0;
  transition: 0.4s;
}

.chefs .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transition: bottom 0.4s;
}

.chefs .member .member-info-content h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 20px;
}


.chefs .box_content h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 20px;
}

.chefs .box_content span {
  font-style: italic;
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #f6ab36;
}



.chefs .member .member-info-content span {
  font-style: italic;
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #f6ab36;
}

.chefs .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, #cae4c5 transparent 20%);
  margin: 0 10px;
  display: inline-block;
}

.chefs .member .social a:hover {
  color: yellow;
}

.chefs .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.chefs .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  top: 30%;
  transition: 0.4s;
}

.chefs .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.chefs .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}


/*  */

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 20px auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  color: white;
  font-size: 15px;
  background: var(--primary_color);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: #f6ab36;
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

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

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

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

/*  */


.animeslide-slide {
  color: #fff;
}

.animeslide-slide {
  position: relative;
  padding: 15px 0;
  min-height: 70vh;
  background-size: cover;
}

.animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}

.animeslide-slide.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}

.animeslide-slide.swiper-slide-active .animeslide-desc {
  transition-delay: 1s;
}

.animeslide-heading {
  margin-bottom: 25px;
  transition-delay: 3s;
}

.animeslide-heading span {
  font-size: 16px;
  background-color: #f08723;
  padding: 6px 12px 7px;
  border-radius: 8px;
  font-weight: normal;
}

.animeslide-desc {
  padding: 15px 22px;
  border-radius: 8px;
  background-color: #202238;
  max-width: 480px;
  opacity: 0.9;
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}

[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}

.animeslide-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  background-color: #202238;
  max-width: 600px;
  z-index: 1;
  padding: 35px 35px;
  right: 0;
  font-size: 14px;
}

.animeslide-bottom .cell {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: 40px;
  bottom: inherit;
}

.animeslide-bottom .animeslide-scrollbar {
  margin-top: 16px;
}

.animeslide-bottom .animeslide-scrollbar-drag {
  height: 6px;
}

.animeslide-bottom .animeslide-pagination {
  font-size: 25px;
  bottom: inherit;
  color: #fff;
}

.animeslide-bottom .animeslide-pagination b {
  font-size: 28px;
  margin-top: -5px;
}

.animeslide-bottom .animeslide-pagination span {
  padding-left: 5px;
  padding-right: 5px;
}

.animeslide-button-next,
.animeslide-button-prev {
  outline: none;
}

.animeslide-button-next::after,
.animeslide-button-prev::after {
  font-size: 22px;
  color: #fff;
}

/* brouchure */

.announcement {
  background: #f6ab36;
}

 .news_body .events_items{
  font-size: 14px;
    line-height: 1.4;
    font-weight: 500;

}

.announcement .broucher {
  padding-bottom: 50px;
}

/* marque */


/* Text Marquee Effect */
.marquee {
  white-space: nowrap;
  overflow: hidden;
  height: 10%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0px;
  background-color: var(--primary_color);
  position: absolute;
  left: 0;
  top: 94%;
  z-index: 99;

  & .marquee__text {
    display: inline-block;
    padding-left: 100%;
    font-size: 17px;
    color: #000;
    font-weight: bold;

    &[data-direction="rtl"] {
      animation: marquee-rtl 24s linear infinite;
    }

    &[data-direction="ltr"] {
      animation: marquee-ltr 15s linear infinite;
    }
  }
}

@keyframes marquee-rtl {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}


/* pricipal */

.pricipal_msg {
  background: var(--primary_color);
  position: relative;
}


.pricipal_msg::before {
  position: absolute;
  background: var(--primary_color);
  width: 30%;
  height: 80%;
  bottom: 0;
  right: 0;
  content: "";
}

.pricipal_msg .content {
  z-index: 1;
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.pricipal_msg .content h3 {
  color: #000000;
  font-size: 23px;
  font-weight: 700;
}


.pricipal_msg .content .pricipal {
  color: #ee701c;
  font-weight: 700;
  font-size: 17px;
}


.pricipal_msg .content .quote {
  color: black;
  font-size: 16px;
  font-weight: 500;
}

.pricipal_msg .content .quote i {
  color: #818181;
}

.pricipal_msg .card-img {
  position: relative;
}


.pricipal_msg .card-img img {
  width: 280px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.pricipal_msg .card-img .green_box {

  position: absolute;
  bottom: -36%;
  left: -22%;
  font-size: 25px;
  height: 84%;
  width: 55%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-image: url(../images/dot.png);
  background-size: 50%;
  background-position: center 62%;
}

.pricipal_msg .card-img .dummy_box {

    position: absolute;
    bottom: -36%;
    left: -6%;
    font-size: 25px;
    height: 84%;
    width: 55%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-image: url(../images/dot.png);
    background-size: 30%;
    background-position: center 62%;

}

.pricipal_msg .card-img .arrow {
  position: absolute;
  content: "";
  top: 0%;
  width: 100%;
  height: 100%;
  right: -33%;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 31%;
  transform: scaleX(-1);
  z-index: 2;

}

.pricipal_msg .card-img .dummy_arrow {
  position: absolute;
  content: "";
  top: 100%;
  width: 100%;
  height: 100%;
  right: 6%;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  transform: rotate(-44deg);
  z-index: 2;
}

.pricipal_msg .card-img .shape-border {

  /* background-image: url(../images/l1.png); */
  position: absolute;
  z-index: 2;
}

/* testimonial */
.testimonials {
  background: white;
}


.testimonials .info h3 {
  font-weight: 700;
  font-size: 32px;
}

.testimonials .swiper {
  background-color: var(--surface-color);
  height: 100%;
}

.testimonials .swiper .swiper-slide {
  background: #e1e1e1;
  height: 100%;
}

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

.testimonials .testimonial-item {
  box-sizing: content-box;
  max-height: 150px;
  overflow: hidden;
  position: relative;
  --fade-start: 85%;
 mask-image: linear-gradient(to bottom, white var(--fade-start), transparent);
 transition: .5s ease-in-out;
}

.testimonials .testimonial-item:hover {
  box-sizing: content-box;
  max-height: 500px;
  overflow: hidden;
  --fade-start: 100%;
  transition: .5s ease-in-out;
}

.testimonials .testimonial-item:hover .fade_content{
  --fade-start: 100%;
  transition: .3s;
}

.testimonials .testimonial-item .fade_content{
  
 transition: .3s;
}

.testimonials .testimonial-item .testimonial-img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  margin-right: 10px;
}

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

.testimonials .testimonial-item h4 {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #4d6c6f;
  margin: 0 1px;

}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 60%);
  font-size: 26px;
  line-height: 0;
}

.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;
  transform: scale(-1, -1);
}

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

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


@media (max-width: 767px) {

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

  .testimonials .testimonial-item {
    margin: 15px;
  }
}

#testimonials .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1%;
  /* position: relative; */
}

/* facility */

.facilities .nav-pills .nav-link {
  border: 0;
  border-radius: .25rem;
  color: black !important;
  background: #dbdbdb;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.facilities .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ffffff;
  color: var(--primary_color) !important;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.facilities .nav-pills .nav-link.active i {
  color: var(--primary_color);
}

.facilities .tab-content {
  text-transform: capitalize;
  color: white;
  font-size: 20px;
  background: var(--primary_color);
}

.facilities .tab-content h2 {
  text-transform: capitalize;
  color: white;
  font-size: 20px;
}

.facilities .tab-content p {
  font-size: 15px;
}

.facilities .col-md-3 {
  background: var(--primary_color);
  padding: 25px;
}

.facilities .service-item .ftrs-content h2 {
  text-transform: capitalize;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}

.facilities .service-item .ftrs-content p {
  line-height: 1.4;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

.facilities .service-item {
  padding: 10px;
  border-radius: 3px;
  transition: .3s;
}

.facilities .service-item img {
  border-radius: 15px;
  border: solid white 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 6px 2px;
}


.facilities .service-item:hover {
 transform: translateY(-10px);
 transition: .3s;
}


.facilities {
  background: #20908b66;

}


.team .team-member {
  background-color: var(--surface-color);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .team-member .member-info {
  padding: 25px 15px;
  background: white;
  height: 100%;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 20px;
  color: white;
}

.team .team-member .member-info span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: white;
}

.team .team-member .member-info p {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: white;
}

.team .team-member .member-info h6 {
  color: white;
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}

/* .name {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  color: black;
} */

.fee .ytp-large-play-button {
  position: absolute !important;
  left: 65% !important;
  top: 54% !important;
  width: 40px !important;
  height: 40px !important;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
  transition: opacity .25s cubic-bezier(0, 0, .2, 1);
  z-index: 63;
}

.iframe_video h4 {
  font-size: 16px;
  font-weight: 600;
  color: black;
}

.iframe_video p {
  font-size: 16px;
  line-height: 1.4;
}

.Birthday_wishes .title {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 20px;
  color: var(--primary_color);
}

.Birthday_wishes .name {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary_color);
}

.Birthday_wishes .qtn {
  font-size: 13px;
}

.Birthday_wishes p {
  font-size: 13px !important;
  padding-left: 10px !important;
  font-weight: 600;
}

.frm_inner {
  background: white;
  padding: 19px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.frm_inner h2 {
  font-size: 20px;
  color: var(--primary_color);
  font-weight: 700;
}

.frm_inner p {
  font-size: 15px;
  color: black;
  font-weight: 500;
  line-height: 1.5;
}

.frm_inner input {
  padding: 10px !important;
}

.frm_inner button {
  background: #cc0000;
  padding: 11px 20px;
  border: none;
  border-radius: 3px;
  color: white;
  font-weight: 600;
  margin: 5px 0px;
}

.w-40{
  width: 40%;
}

.w-49{
  width: 49%;
}

.w-30{
  width: 30%;
}

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

.about_content .enquiry_form{
  background: var(--primary_color);
}
.about_content .enquiry_a {
  margin: 0 20px;
}
.about_content .enquiry_a a{
  line-height: 1.4;
  color: #d3d3d3;
  font-weight: 600;
  font-size: 14px;
  
}

.common_button{
  padding: 11px 20px;
    border: none;
    border-radius: 3px;
    color: white !important;
    font-weight: 600;
    margin: 5px 0px;
    background: #f6ab36;
}

.campus .nav-tabs{
  display: flex;
    justify-content: center;
    border: none;
}
.campus .nav-tabs .nav-link{
  border: none !important;
  color: black;
  font-weight: 500;
 
}
.campus .nav-tabs .nav-link.active{
  background-color: var(--primary_color);
  border: none;
  color: white;
}

.campus .sctn{
  font-size: 15px;
    font-weight: 700;
    color: var(--primary_color);
}

.highlight_color{
  color: #ee701c  !important;
}

.primary_color{
  color: var(--primary_color) !important;
}
.bg_color{
  background: var(--primary_color) !important;
}
.bg_yellow{
 background: #f6ab36 !important;
}

#more {
  display: none;
}

.content #myBtn{
  padding: 10px 20px;
    border: none;
    background:  #ee701c;
    border-radius: 3px;
    color: white;
}

.btn{
  padding: 10px 20px;
    border: none;
    background: var(--primary_color);
    border-radius: 3px;
    color: white;
    border: 0px solid var(--primary_color);;
}

.events_image{
  position: relative;
}


.events_image::before{
  position: absolute;
  content: "";
  top: 50%;
  left: -23px;
  background: url(../../view/images/l4.png);
  background-repeat: no-repeat !important;
  background-size: contain;
  z-index: 99;
  height: 80%;
  width: 40%;
}

.events_image::after{
  position: absolute;
  content: "";
  top: -31%;
  right: -23px;
  background: url(../../view/images/l4.png);
  background-repeat: no-repeat !important;
  background-size: contain;
  z-index: 99;
  height: 80%;
  width: 40%;
  rotate: 180deg;
}

/* light gallery */
.portfolio .demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.portfolio .demo-gallery > ul > li {

  padding: 10px;
  display: none;
  list-style: outside none none;
}

.portfolio .demo-gallery > ul > li:first-child {
  display:block;
  background-color: var(--primary_color);
  padding: 10px;
  list-style: outside none none;
}

.portfolio .demo-gallery > ul > li a {
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

/* for gallery page */
.demo-gallery-page > ul > li {
  display:block;
  list-style: outside none none;
}

.demo-gallery-page > ul > li a {
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  width: 87%;
  background: #20908b;
  padding: 10px;
  height: fit-content;
}

.left_gallery_details .date{
  font-size: 14px;
  color: #f6ab36;
  font-weight: 700;
}
/* end */
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}



/* light gallery */
.demo-activity > ul {
  margin-bottom: 0;
  padding-left: 15px;
}



.demo-activity > ul > li {

  display:block;
  background-color: var(--primary_color);
  padding: 10px;
  width: 22%;
  /* list-style: outside none none; */
}


.demo-activity > ul > li a {
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-activity > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-activity > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-activity > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-activity > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-activity > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}


.demo-activity > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-activity .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-activity .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-activity .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-activity .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-activity .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-activity .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-activity .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-activity.dark > ul > li a {
  border: 3px solid #04070a;
}

#navbar .nav-link a{
  cursor: pointer;
}

.birthday{
  background: #f6ab36;
}

.upper-footer .ftr-abt .caption{
  font-weight: 600;
  color: black;
}

.campus .activities_subtitle1{
  font-size: 17px;
  font-weight: 600;
}

.campus .activities_subtitle2{
  font-size: 17px;
  font-weight: 600;
  color: var(--primary_color);
}

.campus .activities_subtitle3{
 color: black;
 font-weight: 500;
}

.eventsItemRelease p{
    color: #000000;
    font-weight: 600;
    line-height: 1.2;
}

.date_content h5{
  font-size: 17px !important;
    color: black;
    font-weight: 700 !important;
}

#nt-example1 li {
	overflow: hidden;
	height: fit-content;
  font-size: 15px;
	text-align: left;
}


#nt-example1 .nt-list {
  transition: transform 1s ease-in-out; /* Smooth scrolling */
  will-change: transform; /* Hints to the browser that we're animating 'transform' */
  position: relative; /* Ensure items are stacked properly */
}

.final_content p{
  text-align: left;
}

/* .news_card{
  position: absolute;
  width: 25%;
  overflow: hidden;
  top: 19%;
  right: 0%;
  min-height: fit-content;
  z-index: 99;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
} */


 .news_card{
  overflow: hidden;
  min-height: 90%;
  position: absolute;
  top: 92px;
  /* right: 0; */
  width: 33.3%;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 16px 4px;
  background: #f6ab36;
} 

.news_body{
  background: #f6ab36;
}

.news_header{
  background: #f6ab36;
    border-bottom: 3px solid var(--primary_color);
}

.news_card .fst-italic{
  line-height: 1.3;
  font-size: 14px;
}

.home_banner{
  overflow: hidden;
}


@media (max-width: 991px) {
  .news_card{
    position: relative;
    width: 100%;
    overflow: auto;
    top: 8%;
    /* right: 5%; */
    min-height: fit-content;
    z-index: 99;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 17px 27px -10px, rgba(0, 0, 0, 10.3) 0px 8px 16px 4px;
  }
 
  .marquee {
   
    top: 99%;
    z-index: 99;
  }  

  .home_banner .col-md-8{
    width: 100%;
  }

  .home_banner .col-md-4{
    width: 100%;
  }

  .demo-activity > ul > li {

  
    width: 100%;
    /* list-style: outside none none; */
  }

}


.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}
.activity_image img{
 border-radius: 5px;
    border: solid white 2px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 6px 2px
}