body {

  color: #0c0c0c;
  background-color: #ffffff;
}

h1,
h2,
h3 {
  font-family: "Dancing Script", cursive;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container h2 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 45px;
  color: #ffcb01;
}

.hero_next_section-margin h2 {
  color: #000000;
}

.hero_next_section-margin {
  background: #fff;
  color: #000000;
}

/*header section*/
.hero_area {
  position: relative;
  background-color: #000;
  height: 85vh;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #2e92cc;
}

.header_section a.navbar-brand img {
  width: 100%;
  max-width: 100px;
  height: 100px;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #fefdfc;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  position: relative;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  width: 65%;
  left: 50%;
  height: 2.5px;
  background-color: #ffcb01;
  bottom: 8px;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #fefdfc;
  margin-left: 10px;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 30px;
}

/*end header section*/
/* slider section */
.slider_section {
  background-image: url(../gallery-img/Development-Banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  /* -webkit-transform: translateY(50px);
  transform: translateY(50px); */
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .detail-box {
  color: #fefdfc;
}

.slider_section .detail-box h1 {
  color: #fff;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
}

.slider_section .detail-box span {
  color: #fefdfc;
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}

.slider_section .detail-box p {
  color: #fefdfc;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
  position: relative;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 12px 45px;
  background-color: #2e92cc;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  margin-right: 10px;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: #ffcb01;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 12px 42px;
  background-color: #ffffff;
  color: #050505;
  border-radius: 0;
  text-transform: uppercase;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: #f8f0e9;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: -75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: #ffcb01;
  border-radius: 100%;
}

.slider_section ol.carousel-indicators li.active {
  background-color: transparent;
  border: 3px solid #fefdfc;
}

.offer_section .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 0;
}

.offer_section .content-box .img-box {
  min-width: 125px;
  min-height: 115px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px;
  box-shadow: 0px 0px 5px 0px #ddd;
}

.offer_section .content-box .img-box svg {
  width: 55px;
  height: auto;
}

.offer_section .content-box:hover .img-box {
  background-color: #ffcb01;
}

.offer_section .content-box:hover .img-box svg {
  fill: #fefdfc !important;
}

.offer_section .content-box:hover .img-box svg g {
  fill: #fefdfc !important;
}

.offer_section .content-box:hover .img-box svg path {
  fill: #fefdfc !important;
}

.offer_section .content-box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.offer_section .content-box .detail-box p {
  margin: 0;
}

body.sub_page section.about_section {
  margin: 0px;
  padding: 80px 0px 90px 0px;
}

section.about_section::before {
  content: "";
  background: #ffffffc2;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  top: 0;
  border: 0;
}


.about_section {
  padding: 80px 0px;
  background-image: url(../gallery-img/img55.png);
  background-size: cover;
  background-position: center;
  position: relative;
}


.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .row .col-md-6 {
  padding: 0;
}

.about_section .img-box img {
  width: 100%;
  border: 3px solid #ffffff;
  background: #e7c219;
  box-shadow: 20px 21px 0px 0px #0d4d71;
  padding: 14px;
}

.about_section .detail-box {
  padding: 0px 30px;
}

.about_section .detail-box p {
  margin-top: 20px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #2e92cc;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 25px;
}

.about_section .detail-box a:hover {
  background-color: #ffcb01;
}

.client_section {
  font-family: "Lato", sans-serif;
}

.client_section h2 {
  text-align: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.info_section .info_logo a img {
  max-width: 100px !important;
}

.client_section .client_container .img-box {
  width: 250px;
  border: 5px solid #192437;
  border-radius: 100%;
  overflow: hidden !important;
  height: 250px;
}

.client_section .client_container .img-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.client_section .client_container .detail-box {
  margin-top: 25px;
}

.client_section .client_container .detail-box h4 {
  text-transform: uppercase;
  color: #1d1b28;
  font-weight: normal;
}

.client_section .client_container .detail-box h6 {
  text-transform: uppercase;
  color: #192437;
}

.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}

.client_section .client_container .detail-box img {
  width: 60px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #2e92cc;
  opacity: 1;
  top: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #050505;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
}

.contact_section {
  font-family: "Poppins", sans-serif;
  background-image: url(../gallery-img/form-sec-bg.png);
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_section h2 {
  text-align: center;
  margin-bottom: 65px;
  color: #ffcb01;
}

.contact_section h2 span {
  color: #000000;
}

.contact_section form {
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #efeded;
  outline: none;
  color: #101010;
}

section.executive-members {
  background-color: #fffcfc;
  padding: 80px 0px;
}

h4.align-items-center {
  text-align: center;
  padding-top: 10px;
}


.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  padding: 15px 55px;
  outline: none;
  border: none;
  border-radius: 30px;
  border: 1px solid #ffcb01;
  color: #fff;
  font-weight: bold;
  background-color: #ffcb01;
}

.contact_section .map_section {
  width: 100%;
  height: 450px;
}

.info_section {
  background-color: #181818;
  color: #ffffff;
  font-family: "Lato", sans-serif;
}

.info_section h5 {
  margin: 20px 0 25px 0;
  font-weight: 400;
  text-transform: uppercase;
}

.info_section .form_heading {
  font-weight: normal;
  text-transform: uppercase;
}

.info_section .info_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 25px;
}

.info_section .info_logo a span {
  font-size: 24px;
  font-weight: 700;
  color: #fefdfc;
  margin-left: 10px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form form input {
  min-width: 100%;
  height: 45px;
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 0 15px;
}

.info_section .info_form form button {
  padding: 0 45px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #050505;
  text-transform: uppercase;
  background-color: #ffcb01;
  -webkit-transform: translate(-102%);
  transform: translate(-102%);
  margin-top: 2.5px;
}

/* footer section*/
.footer_section {
  background-color: #252525;
  padding: 20px;
  background-color: #2e92cc;
}

.footer_section p {
  margin: 0;
  text-align: center;
  color: #fefdfc;
}

.footer_section a {
  color: #fefdfc;
}

/*# sourceMappingURL=style.css.map */

.gallery-section {
  padding: 40px;
  background-color: #ffffff;
}

.gallery-section h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #ffcb01;
}

span {
  color: #000;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

/* ----------------------------gallery css start--------------------*/
/* ----------------------------gallery css start--------------------*/
.gallery-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.03);
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

@media(min-width:992px) {
  .onlyMobile {
    display: none;
  }

  #navbarSupportedContent div {
    gap: 30px;
  }
}

@media(max-width:992px) {
  .onlyDesktop {
    display: none;
  }

  .navbar-brand {
    max-width: 60px !important;
  }

  .navbar-brand img {
    width: 100% !important;
  }

  div#navbarSupportedContent {
    border-top: 1px solid #fff;
  }

  div#navbarSupportedContent ul {
    width: 100%;
  }

  div#navbarSupportedContent ul li,
  div#navbarSupportedContent ul li a {
    text-align: left !important;
    padding: 2px 0;
  }

  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
    display: none;
  }

  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #feff01;
  }
}

section.executive-members img {
  width: 100%;
  border-radius: 10px;
}

section.executive-members h2 {
  text-align: center;
  font-weight: 600;
  padding-bottom: 20px;
  text-transform: uppercase;
}

/* section.executive-members::before {
    content: "";
    background: #000000c2;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    top: 0;
    border: 0;
} */

section.executive-members .container {
  position: relative;
  z-index: 9999;
}

section.executive-members p {
  color: #2e92cc;
}

section.executive-members h3 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 25px;
  margin: 0px;
  padding-top: 10px;
  color: #000;
}

section.executive-members .img-box {
  padding: 20px;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  display: grid;
  gap: 10px;
  box-shadow: 0px 0px 5px 0px #ddd;
}

section.executive-members .col-sm-6.col-md-6 {
  padding: 0px;
}

.heading_container.text-cente {
  text-align: center;
}

.gallery-section1 .btn-box a.btn-1 {
  display: inline-block;
  padding: 12px 45px;
  background-color: #2e92cc;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 25px;
}

.gallery-section1 .btn-box {
  display: flex;
  justify-content: center;

}

.gallery-section1 .btn-box a.btn-1:hover {
  background-color: #ffcb01;
}

.speach_section img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
  margin-bottom: 20px;
  padding: 20px 0px 0px 20px;
  background: #0d4d71;
  box-shadow: 13px 12px 0px 10px #ffcb01;
  border: 3px solid #fff;
}

.speach_section {
  padding: 80px 0px 80px 0px;
}

@media screen and (min-width: 1400px) {

  .speach_section .container {
    max-width: 1380px;
  }
}

.speach_section h5 {
  color: #e20016 !important;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
  text-shadow: 2px 0px 2px #000;
  letter-spacing: 1px;
  width: 100%;
  text-align: start;
}

section.gallery-section1 {
  padding: 80px 0px;
  background-color: #f9f9f9;
}

.speach_section {
  background-color: #fffcfc;
  padding: 80px 0px;

  background-image: url(../gallery-img/teambg.png);
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

section.speach_section .details {
  padding: 0px 20px;
}

section.speach_section p {
  line-height: 26px;
  font-weight: 600;
}

section.speach_section::before {
  content: "";
  background: #ffffffc2;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  top: 0;
  border: 0;
}

.speach_section .container {
  position: relative;
}

.starter-template a.nav-link.active {
  background: #ffcb01 !important;
  color: #fff !important;
}

.starter-template .nav-tabs .nav-link {
  color: #2e92cc;
  border: 1px solid #2e92cc;
}

.starter-template .nav-tabs {
  border-bottom: 1px solid #2e92cc;
  justify-content: center;
  gap: 10px;
}

.speach_section .align-items-center {
  text-align: center;
  padding-bottom: 30px;
  color: #000;
}

.bakery_video img {
  width: 100%;
}

section.events_section img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 20px;
  background: #fff;
  object-fit: cover;
}

section.events_section h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
}

section.events_section {
  background: #f9f9f9;
  padding: 80px 0px;
  background-image: url(../gallery-img/map-bg.png);
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_section .map_section iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .navbar-brand img {
    width: 100% !important;
    height: auto !important;
  }

  .gallery-section .video-box img.full-width_img.full-height-img {
    min-height: 400px !important;
    object-fit: fill;
    width: 100%;
    height: 100% !important;
   max-height: 400px;
  }

  section.gallery-section {
    padding: 40px 0px;
  }

  section.gallery-section .pl-4 {
    padding: 0px !important;
  }

  .gallery-section .tz-gallery .row.py-5 {
    padding: 10px 0px !important;
  }

  .slider_section {
    padding: 50px 0 125px 0;
    background-position: center;
    background-size: contain;
    padding: 0px !important;
    height: 50vh;
  }

  .about_section {
    padding: 20px 0px !important;
  }

  .slider_section {
    padding: 50px 0 112px 0;
  }

  .about_section .detail-box {
    padding: 20px 0px;
  }

  section.speach_section .details {
    padding: 0;
  }

  section.gallery-section1 {
    padding: 80px 10px;
  }

  .speach_section {
    padding: 40px 0px;
  }

  section.events_section img {
    margin-bottom: 20px;
    min-height: 300px;
    object-fit: cover;
  }

  section.events_section {
    padding: 40px 0px;
  }

  section.info_section.layout_padding p,
  li,
  a,
  h5 {
    text-align: start;
  }

  .info_section .info_logo a {
    text-align: start !important;
    justify-content: start;
  }

  .offer_section .content-box {
    margin: 25px 0;
  }
}

@media screen and (min-width: 1400px) {
  section.events_section .container {
    max-width: 1440px;
  }

  .about_section .container {
    max-width: 1390px;
  }

  .about_section {
    background-color: #ffffff;
    padding: 80px 0px;
  }

  /* .slider_section {
    width: 90%;
    height: 90%;
  }

  .hero_area {
    height: 70vh;
  } */
}

section.events_section .col-md-4 {
  padding: 10px;
}

@media screen and (min-width: 430px) and (max-width: 768px) {
  .hero_area {
    height: 50vh;
  }

  .slider_section {
    padding: 50px 0 125px 0 !important;
    height: 40vh;
    width: 94%;
  }
}

@media screen and (min-width: 998px) and (max-width:1140px) {
  .hero_area {
    height: 60vh;
  }

  .slider_section {
    width: 97%;
    height: 78%;
  }

  .about_section {
    background-color: #ffffff;
  }
}

section.speach_section .col-lg-12.col-md-12.col-sm-12 .align-items-center {
  padding: 0px 20px;
  max-width: 1140px;
  margin: 0 auto;
}

section.speach_section .details a.btn-1 {
  display: inline-block;
  padding: 12px 45px;
  background-color: #2e92cc;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 25px;
}

section.speach_section .details a.btn-1:hover {
  background-color: #ffcb01;
}

div#advirtisment img {
  height: 440px;
}

.gallery-section .tz-gallery .col-sm-6.col-md-4 {
  position: relative;
}

.gallery-section .tz-gallery .col-sm-6.col-md-4 .video-box h4 {
  position: absolute;
  bottom: 12px;
  left: 20px;
  color: #fff;
  background: #2e92cc;
  line-height: 15px;
  padding: 10px;
  font-size: 18px;
}

.gallery-section .tz-gallery .col-sm-6.col-md-4 h4 a {
  color: #fff;
}

.gallery-section .tz-gallery .col-sm-6.col-md-4 h4:hover {
  background: #ffcb01;
}