.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--qutiiz-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Outfit", sans-serif;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}


::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--thm-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}
button.btn {
  background-color: #facf00;
}
.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--qutiiz-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--qutiiz-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--qutiiz-primary);
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #facf00;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #12337a;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--qutiiz-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 500ms ease;
  background:#FFF;
  padding:0px 0px;
}

.main-header:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: rgba(var(--qutiiz-white-rgb), 0.05);
  z-index: -1;
}

.main-menu {
  position: relative;
 
  z-index: 91;
}

.main-menu-wrapper {
  position: relative;
  display: block;
  align-items: center;
  justify-content: space-evenly;
  display: flex;
  text-align: center;
  
}

.main-menu-wrapper__left {
  display: block;
  float: left;
}

.main-menu-wrapper__logo {
  width:200px;
  position: relative;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  
}
.main-menu-wrapper__logo-right {
  width:200px;
  position: relative;
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
  left: 45px;
}
.main-menu-wrapper__logo img,  .main-menu-wrapper__logo-right img {
  width: 80%;
}
.main-menu-wrapper__right {
  position: relative;
  display: flex;
  float: right;
  padding: 34.5px 0;
  align-items: center;
  background:#12337a;
  padding-left:50px;
  padding-right:50px;
}


.main-menu-wrapper__main-menu {
  display: block;
  margin-left: 100px;
}

.main-menu-wrapper__right {
  position: relative;
  display: flex;
  float: right;
  padding: 34.5px 0;
  align-items: center;
  background:#12337a;
  padding-left:50px;
  padding-right:50px;
}

.main-menu-wrapper__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-wrapper__call-icon {
  position: relative;
  display: flex;
}

.main-menu-wrapper__call-icon span {
  font-size: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover span {
  color: #a09baa;
}

.main-menu-wrapper__call-number {
  margin-left: 20px;
}

.main-menu-wrapper__call-number h5 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.1em;
}

.main-menu-wrapper__call-number h5 a {
  color: var(--qutiiz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__call-number a:hover {
  color: #a09baa;
}

.main-menu-wrapper__call-number p {
  font-size: 12px;
  margin: 0;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
}

.main-menu-wrapper__search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7.5px 0;
  margin-right: 80px;
}

.stricky-header.main-menu {
  padding: 15px 55px;
  background-color: #fff;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 43px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
	font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
	font-family: "Outfit", sans-serif;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 1px;
  border-radius: 0px;
  background-color: var(--qutiiz-white);
  position: absolute;
  bottom: 7px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--qutiiz-white);
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list>li.current>a::before {
  background-color: var(--qutiiz-white);
}

.main-menu .main-menu__list>li:hover>a::before {
  background-color: var(--qutiiz-white);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
  padding: 0px 0px 0px;
  border-radius: var(--qutiiz-bdr-radius);
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}


.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid rgba(var(--qutiiz-black-rgb), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 500ms;
}

.main-menu .main-menu__list li ul>li:first-child>a,
.stricky-header .main-menu__list li ul>li:first-child>a {
  border-top-left-radius: var(--qutiiz-bdr-radius);
  border-top-right-radius: var(--qutiiz-bdr-radius);
}

.main-menu .main-menu__list li ul>li:last-child>a,
.stricky-header .main-menu__list li ul>li:last-child>a {
  border-bottom-left-radius: var(--qutiiz-bdr-radius);
  border-bottom-right-radius: var(--qutiiz-bdr-radius);
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
  background-color: var(--qutiiz-base);
  color: var(--qutiiz-white);
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}


.main-menu-wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu-wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--qutiiz-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: #fecc00;
  cursor: pointer;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: #a09baa;
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two:before {
  display: none;
}

/*--------------------------------------------------------------
# Main Header Three
--------------------------------------------------------------*/
.main-header--three {}

.main-menu--three {
  padding: 0;
}

.main-header--three .main-menu-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.main-header--three .main-menu-wrapper__logo {
  width: 230px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  float: none;
}

.main-header--three .main-menu-wrapper__logo a {
  position: relative;
  display: inline-block;
}

.main-header--three .main-menu-wrapper__left {
  float: none;
}



.main-header--three .main-menu-wrapper__right {
  position: relative;
  display: flex;
  float: right;
  align-items: center;
  padding: 0px;
}

.main-header--three .main-menu-wrapper__main-menu {
  float: none;
  margin-left: 100px;
}

.main-header--three .main-menu-wrapper__call {
  position: relative;
  z-index: 1;
  width: 265px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #12337a;
}

.main-header--three .main-menu-wrapper__search-box:before {
  position: absolute;
  top: -13px;
  bottom: -12px;
  left: -30px;
  content: "";
  background-color: rgba(var(--qutiiz-white-rgb), 0.2);
  width: 1px;
}

.main-header--three .main-menu-wrapper__search-box {
  margin-right: 30px;
  padding: 0;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear,
    visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: #fff;
  opacity: 0.9;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #000;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  height: 36px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--qutiiz-white);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--qutiiz-base);
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--qutiiz-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--thm-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}


.banner{ position:relative; padding:180px 0 90px 0px; z-index: 1;}
.banner-bg{ width:100%; height:100%; position:absolute; top:0;}
.banner-bg img{ object-fit: cover; width:100%; height:100%;}
.banner-bg::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(127deg, #121e48c4 33%, rgba(255, 255, 255, 0) 100%);
}


.slider-wrapper {
display: flex;
position: relative;
width: 100%;
height: 40vw;
max-height: 500px;
min-height: 300px;
background: #ddd;
overflow: hidden;
}

.slider-wrapper ul {
list-style: none;
margin: 0;
padding: 0;
}

/* slider-img */
ul.slider-img {
display: flex;
position: absolute;
width: 100%;
height: 100%;
left: 0;
transition: 0.5s;
}

ul.slider-img li {
flex: 1 0 100%;
}

ul.slider-img li img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* slider-arrow */
ul.slider-arrow {
position: relative;
color: #fff;
font-size: 2rem;
display: flex;
justify-content: space-between;
height: 100%;
width: 100%;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
ul.slider-arrow {
font-size: 2.5rem;
}
}

ul.slider-arrow li {
display: flex;
align-items: center;
cursor: pointer;
height: 100%;
padding: 0 15px;
opacity: 0.4;
transition: 0.5s;
}

ul.slider-arrow li:hover {
opacity: 1;
}

/* slider-dot */
.slider-dot {
position: absolute;
bottom: 15px;
display: flex;
justify-content: center;
align-items: flex-end;
width: 100%;
color: #fff;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.slider-dot li {
cursor: pointer;
margin: 0 8px;
font-size: 0.6rem;
opacity: 0.4;
}

.slider-dot li.active {
opacity: 1;
}

@media screen and (min-width: 768px) {
.slider-dot li {
margin: 0 12px;
font-size: 0.95rem;
}

}


.explore-more-btn {
    float: left;
    margin: auto;
    border: none;
}


.banner_content{ text-align:center;}
.banner_content h2.title {font-size: 29px;
  line-height: 35px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 19px;}
.banner_content h3{font-size: 42px; line-height: 50px; color: #FFCC00; font-weight: 700; margin-top: 10px; margin-bottom: 30px;}
.banner_content p{ font-size: 20px; line-height: 26px; color: #ffffff; font-weight: normal; margin-top: 10px; }

.section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section-title .title {

    font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #555555;
}

.modal-dialog {
  max-width: 1004px !important;
}
.billing-section {
  flex: 1;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.billing-card {
  background: #112240;
  border-radius: 15px;
  padding: 30px;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border: 1px solid white;
}
.billing-card h3, .billing-card p{
  color: #fff;
}
form {
  flex: 1;
  padding: 40px;
  background: #efefef;
}
 /* button */
 .button{
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
 }
.banner-form-block {
    height: 100%;
	text-align:center;
}
.banner-form {
  padding: 60px 20px;
      background-color: #ffffffc2;
    box-shadow: 15px 15px 15px #00000066;
	border-radius:10px;
}
.banner-form-title{
	font-family: "Outfit", sans-serif;
	font-size:22px;
    font-weight: 700;
    margin-bottom: 20px;
	color:#002e5e;
}

.banner-form-sub-title{
	font-size:15px;
	line-height:20px;
    font-weight: 500;
    margin-bottom: 20px;
	color:#000;
}

.banner-form input,select {
	font-family: "Outfit", sans-serif;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	height:40px;
}

.btn {
	font-family: "Outfit", sans-serif;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #f4da58;
    border-color: transparent;
    color: #000000;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    border-width: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
	width:100%;
}
.btn:focus, .btn:focus:active {
    box-shadow: none;
}
button.btn:hover {
    box-shadow: none;
    background: #171621;
    color: #ffffff;
}

.intro{background: #fff; text-align:center;}
.intro p{font-family: "Outfit", sans-serif; font-size: 24px; line-height: 30px; color: #525252; font-weight: 300;}
.about{
  text-align: left;
}
.about h2{
  margin-bottom: 10px;
}
/* .aeg */
.aeg{background: #fdf6f6;}
.aeg p{font-family: "Outfit", sans-serif; font-size: 24px; line-height: 30px; color: #525252; font-weight: 300;}

.counter-fullwidth-grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-fullwidth-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .counter-fullwidth-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .main-header--three .main-menu-wrapper__main-menu {
    float: none;
    margin-left: 0px;
}
}
@media only screen and (max-width: 575px) {
  .counter-fullwidth-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .main-menu-wrapper__logo img, .main-menu-wrapper__logo-right img{
    width: 50%;
  }
}

.brook-counter .icon {
  line-height: 1;
  margin-bottom: 32px;
}
.brook-counter .icon i {
  font-size: 80px;
  color: #0038E3;
}
.brook-counter .content span {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #222222;
  display: block;
}
.brook-counter .content h6 {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  color: #333333;
}
.brook-counter.counter-with-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background:#FFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brook-counter.counter-with-border {
    padding: 63px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brook-counter.counter-with-border {
    padding: 63px 30px;
  }
}
.brook-counter.counter-with-border::before {
  content: "";
  padding-top: 100%;
}
.brook-counter.counter-with-border:hover {
  border: 4px solid #0038E3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brook-counter.counter-with-border:hover {
    border: 5px solid #0038E3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brook-counter.counter-with-border:hover {
    border: 5px solid #0038E3;
  }
}
@media only screen and (max-width: 767px) {
  .brook-counter.counter-with-border:hover {
    border: 5px solid #0038E3;
  }
}
.brook-counter.onepage-counter .content span {
  margin-bottom: 21px;
  font-size: 80px;
  font-weight: 600;
  line-height: 0.9;
}
@media only screen and (max-width: 767px) {
  .brook-counter.onepage-counter .content span {
    font-size: 60px;
  }
}
.brook-counter.onepage-counter .content h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
}

.brook-counter.product-count .content span {
  margin-bottom: 30px;
}

/* recruiters-wrapper */
.recruiters-section {
    background: #fff;
    padding: 30px;
}

.recruiters-default {
	padding: 0;
	margin: 0;
	list-style: none
}

.recruiters-default .recruiters {
	text-align: center
}

.recruiters-default .recruiters img {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: inline-block;
	padding:15px;
}

.recruiters-default .recruiters a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 1
}

.recruiters-default.recruiters-style--2 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
	display: -ms-grid;
	display: grid
}

@media only screen and (max-width:575px) {
	.recruiters-default.recruiters-style--2 {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(2, 1fr)
	}
}

.recruiters-default.recruiters-style--2 .recruiters {
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
}

.recruiters-default.recruiters-style--2 .recruiters::after {
	display: block;
	position: absolute;
	content: "";
	left: -1px;
	top: -1px;
	right: 0;
	bottom: 0;
	border: 1px solid #f3d4d4;
	pointer-events: none
}

.recruiters-default.recruiters-style--2.no-border .recruiters::after {
	display: none
}

.recruiters-default.recruiters-style--2b {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	display: -ms-grid;
	display: grid
}

@media only screen and (max-width:575px) {
	.recruiters-default.brand-style--2b {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr)
	}
}

.recruiters-default.v-style--2b .recruiters {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
}

.recruiters-default.recruiters-style--2b .recruiters::after {
	display: block;
	position: absolute;
	content: "";
	left: -1px;
	top: -1px;
	right: 0;
	bottom: 0;
	border: 1px solid #f3d4d4;
	pointer-events: none
}

.recruiters-default.recruiters-style--2b.no-border .recruiters::after {
	display: none
}
/* industry-partnerships */
.industry-partnerships-section{ background:#002e5d;}
.industry-partnerships{background: #ffffff; box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 14%); padding:20px;}

.research-section{
  background: linear-gradient(127deg, #121e48c4 33%, rgba(255, 255, 255, 0) 100%), 
  url(../images/research-bg.webp);
  
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-container {
  flex: 1;
  padding-right: 20px;
}
.image-container img {
  max-width: 100%;
  height: 585px;
  max-height: 585px;
  object-fit: cover;
}

.small-card {
  /* Adjusted for 4-column layout */
  /*Prevents excessive width*/
  border: 1px solid black;
  padding: 10px;
  background-color: #e6b800;
}

.small-card img {
  width: 100%;
  /* Maintain aspect ratio */
  border-radius: 8px;
}


.card p {
  color: #555;
}

h2.title {
  font-size: 50px;
  line-height: 56px;
}

ul.research-list {
    width: 100%;
    list-style-type: none;
}
ul.research-list li {
    font-family: "Outfit", sans-serif;
    display: block;
    margin-bottom: 5px;
    background: url(../images/correct-icon.webp) no-repeat 0 3px;
    padding-left: 40px !important;
    text-decoration: none;
    line-height: 28px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}



.research-innovation-section {
  background: url(../images/research-focus.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-title p {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #525252;
  font-weight: 300;
 
}
.section-title ul li {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #525252;
  font-weight: 300;
 
}
ul li {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #525252;
  font-weight: 300;
 
}
.advisory_list {box-shadow: 0 50px 100px 0 rgb(0 0 0 / 10%); background: #fff; border: 1px solid #ededed; padding: 30px; height:100%; transition-duration: 0.3s; text-align: center;}
.advisory_list h1{font-family: "Outfit", sans-serif; font-size: 20px; line-height: 26px; color: #df6105; font-weight: 600; margin-bottom:10px;}
.advisory_list h2{font-family: "Outfit", sans-serif; font-size: 22px; line-height: 28px; color: #525252; font-weight: 600;}
.advisory_list p{font-family: "Outfit", sans-serif; font-size: 18px; line-height: 24px; color: #525252; font-weight: 300;}
.advisory_list img{ width:160px; height:160px; border-radius:100%; border:solid 4px #feca0a; margin:auto; margin-bottom:15px;}
.advisory_list:hover{transform: scale(1.08);}

/* schedule */
h2.Session-Day {
  background: #183e65;
  width: 9%;
  padding: 10px;
  color: #fff;
}
p.Session {
  background: #e6b800a9;
  width: 50%;
  padding:5px 20px ;
  font-weight: 600;
}
/* sight seeing */

.site-card {
  width: 100%;
  /* Ensures two cards per row with spacing */
  /* max-width: 400px; Prevents cards from becoming too wide */
 
  height: 25rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: white;
  
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
  /* border: 10px solid #002147; */
  border: 5px solid #002147;
  background-color: black;
}

.site-card img {
  position: absolute;
  object-fit:fill;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity .2s ease-out;
  
}

.site-card h2 {
  position: absolute;
  inset: auto auto 30px 30px;
  margin: 0;
  transition: inset .3s .3s ease-out;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}
.accordion-body.site-card p{
  color: #fff;
}
.site-card p,
.site-card a {
  color: white;
  text-align: left;
  position: absolute;
  opacity: 0;
  max-width: 80%;
  transition: opacity .3s ease-out;
}

.site-card p {
  inset: auto auto 80px 30px;
  color: #fff;
}

.site-card a {
  inset: auto auto 40px 30px;
  color: inherit;
  text-decoration: none;
  color: #e6b800;
  
}

.site-card:hover h2 {
  inset: auto auto 170px 30px;
  transition: inset .3s ease-out;
}

.site-card:hover p,.site-card:hover a {
  opacity: 1;
  transition: opacity .5s .1s ease-in;
  
}

.site-card:hover img {
  transition: opacity .3s ease-in;
  opacity: 0.5;
}

/* Responsive: Stack cards in a single column on small screens */
@media (max-width: 768px) {
  .site-card {
      width: 100%;
  }
  p.Session{
    background: #e6b800a9;
    width: 100%;
    padding: 5px 20px;
    font-weight: 600;
  }
  h2.Session-Day{
    width: 25%;
  }
}


/* sight seeing end */
button.accordion-button.collapsed {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}
button.accordion-button {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}
.accordion-item{
  margin-bottom: 1px;
}
.accordion-list .accordion-item {
  margin-bottom: 10px;
  position: relative;
}
.accordion-list .accordion-item::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -5px;
  background: #212121;
  width: 100%;
  height: 95%;
  z-index: -1;
}
.accordion-list .accordion-button {
  background-color: #183e65;
  color: #fff;
  border-radius: 0 !important;
  font-size: 26px;
  font-weight: 500;
}
.accordion-list .accordion-button {
  color: #ffffff;
  font-weight: 600;
  background-color: #183e65;
}
.accordion-list .accordion-button.collapsed {
  background-color: #fff;
  color: #000;
  font-weight: 600;
}
.accordion-list .accordion-button:focus {
  box-shadow: none;
}
.accordion-list .accordion-body p {
  color: #525252;
  font-family: "Outfit", sans-serif;
	font-size: 20px;
	line-height: 26px;
}

.accordion-list .accordion-body td {
    border: 1px solid #000;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #525252;
	font-weight: 300;
	padding:10px;
}

.accordion-list .accordion-body td strong{
	font-weight: 700;
}
.case-studies-section {
    background: #fff;
}

.case_studies{ padding:50px; width:100%; background:url(images/pattern-9.webp) no-repeat right #f5e8d8;}
.case_studies h1{ font-family: "Outfit", sans-serif; font-size:50px; line-height:62px; color:#00144d; font-weight:600; padding-top:20px; margin-bottom:20px;}
.case_studies p{ font-family: "Outfit", sans-serif; font-size:30px; color:#212121; font-weight:400; line-height:38px;}



.contact-section {
  background: linear-gradient(127deg, #121e48c4 23%, rgba(255, 255, 255, 0) 100%), 
    url(../images/footer.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
  
}

.contact-section h1 {
    font-family: "Outfit", sans-serif;
    font-size: 50px;
    line-height: 62px;
    color: #fff;
    font-weight: 600;
    padding-top: 20px;
}
.single_address {
	border:solid 1px #FFFFFF;
    border-image: none;
    border-radius: 5px;
    border-top: 1px solid #eee;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    min-height: 240px;
}
.single_address i {
    font-size: 36px;
    margin-top: 10px;
	color:#ffca05;
}
.single_address h4 {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-top: 20px;
	font-size:24px;
    color: #fff;
}
.single_address p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}

.menu-bar-social{display:inline-block; margin-right:10px;}
.menu-bar-social ul{display: flex; margin: 0px; padding: 0px;}
.menu-bar-social ul li{margin-right: 10px; list-style: none;}
.menu-bar-social ul li a{color: #fff; font-size: 20px; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; border: solid 1px #FFFFFF; border-radius: 50%;}
.menu-bar-social ul li a:hover{background-color: #ffc20f; color: #002e5e; border: solid 1px #ffc20f;}

.thank_you{ height:100%; padding:220px 0 90px 0px; background:#0064b0;}
.thank_you h1{ font-size:70px; color:#fff; font-weight:400; margin:0 0 7px 0px;}
.thank_you p{ font-size:20px; color:#fff; text-align:center; line-height:26px;}
.thank_you a{color:#fff;}

@media only screen and (min-width: 320px) and (max-width: 999px) {
  .site-card:hover h2 {
    inset: auto auto 230px 30px;
    transition: inset .3sease-out;
}
  h2.Session-Day{
    width: 25%;
  }
  .contact-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .main-menu-wrapper__logo-right{
    width: 200px;
    position: relative;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    left: 0px;
  }
.banner_content{ text-align:center;}
.banner_content h2.title {font-size: 24px; line-height: 32px; color: #ffffff; font-weight: normal;}
.banner_content h3{font-size: 32px; line-height: 38px; color: #fecc00; font-weight: 700; margin-top: 10px; margin-bottom: 30px;}

.section-title .title span {
  font-size: 28px;
  line-height: 36px;
  display: block;
  font-weight: 800;
  z-index: 1;
  color: #222;
}

.bengaluru-hero-section .hero-content img {
  height: 100%;
}

.section-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-title .title {
  font-size: 24px;
  line-height: 32px;
}

.aeg{ text-align:center;}

.counter-fullwidth-grid {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
}

.g-5, .gy-5 {
  --bs-gutter-y: 0rem;
}

.intro p {font-size: 20px; line-height: 26px; color: #525252; font-weight: 300;}
.aeg p {font-size: 20px; line-height: 26px; color: #525252; font-weight: 300; text-align:center;}

.industry-partnerships{ margin-bottom:20px;}
ul.research-list li{font-size: 20px; line-height: 26px;}

.case_studies{ padding:30px;}
.case_studies h1 {
  font-size: 32px;
  line-height: 40px;
}
.case_studies p {
  font-size: 22px;
  line-height: 30px;
}


.incubator_content_box {
  padding: 30px;
}
.single_address{ margin-bottom:20px;}
}



.contact-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  width: 100%;
}

.card:hover {
  transform: translateY(-10px);
}

.icon {
  font-size: 2rem;
  color: #3498db;
  margin-bottom: 15px;
}

.card h2 {
  font-size: 20px;
  color: #2c3e50;
  margin-bottom: 10px;
}

p {
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-bottom: 15px;
}

.contact-link {
  text-decoration: none;
  color: #2c3e50;
  font-weight: 600;
}

.contact-link:hover {
  text-decoration: underline;
}

/* logo */

.brand-container {
  display: flex;
  justify-content: space-evenly;
 
  background: transparent;
 

}

.brand {
  width: 160px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 10px;
  transition: transform 0.5s, box-shadow 0.5s;
}

.brand img {
  width: 60%;
  height: auto;
}

.brand:hover {
  /* transform: scale(1.2) rotate(5deg); */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* @keyframes slideIn {
  from {
      opacity: 0;
      transform: translateY(50px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
} */
.brand-container .brand {
  animation: slideIn 0.6s ease-in-out;
}

