@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Agdasima:wght@400;700&family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Kumbh+Sans:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li,
a {
  list-style: none;
  text-decoration: none !important;
}

span,
a {
  display: inline-block;
}

:root {
  --sub-head-color: #ffff;
  --sec-sub-head-color: #061138;
  --sub-head-margin: 0.625rem;
  --main-head-color: #ffff;
  --main-head-margin: 1.25rem;
  --main-head-size: 1.438rem;
  --sec-main-head-size: 1.875rem;
  --sec-head-size: 1.125rem;
  --size-pri: 1px;
  --size-sec: 100px;
  --main-clr: #061138;
  --white: #fff;
  /* --pri-icon-color: rgb(218 189 118); */
  --pri-icon-color: rgb(232 26 85);

  --pri-font-family: "Bona Nova SC", serif;
}

.pd-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sec-spacer {
  padding: 60px 0;
}

.spacer1 {
  padding: 150px 0;
  background-image: url(./assets/catering\ background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.spacer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.633);
  z-index: 0;
}

.spacer2 {
  padding: 150px 0;
  background-image: url(./assets/service\ background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}


.spacer3 {
  padding: 100px 0;
  background-image: url(./assets/about-03.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  position: relative;
  background-size: 100% 100%;
}


body {
  background-color: #fff;
}

.sub-head{
  letter-spacing: 2px;
}


/* breadcrumps */
.breadcrumbs-overlay{
  position: relative;
  padding: 100px 0;
  background-image: url(assets/our\ services\ 01.jpg);
  background-repeat: no-repeat;
  object-position: top center;
  background-position-x: center;
  
}

.breadcrumbs-overlay::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b8;
}

.breadcrumbs-overlay .page-title{
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--pri-font-family);
  text-transform: uppercase;
letter-spacing: 3px;
  color: #fff;
}

/* navbar */
.top-header {
  background-color: #061138;
  padding: 8px 0

}

.top-header-nav {
  display: flex;
  align-items: center;
}

.social-widget {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
}

.social-widget>.social-icon>.icn i {
  font-size: 1.375rem;
  color: var(--pri-icon-color);
}

.social-icon {
  display: inline-flex;
  gap: 10px;
}

.marq-widget {

  width: 50%;
}

marquee {
  color: #fff;
}

.navbar {
  background-color: #ffffff !important;
}


@media(min-width:999px) {
  .navbar {

    height: 100px;
    position: relative;
  }

  .offcanvas-body {
    margin-bottom: -200px;
    background-color: #061138;
    position: relative;
    z-index: 99;
  }

  .slanted-navbar {
    position: relative;
    transform: skewX(-10deg);
    transform-origin: top left;

  }

  .slanted-navbar .navbar-nav {
    transform: skewX(10deg);

  }

  .navbar-nav>.nav-item>.nav-link {
    color: #ffffff;
    margin-left: 1.23rem;
  }
}

.nav-social {
  display: flex;
  justify-content: space-evenly;
  align-items: end;
  flex-wrap: wrap;
  
  padding-bottom: 10px;
}



.nav-social .scl-widget {
  display: flex;

}

@media (max-width:1400px){
  .wt{
    display: block;   
    padding: 7px 5px !important;
    

  }

  /* .nav-social {
    justify-content: flex-end;
    column-gap: 15px;
    padding-top: 5px;
  } */
}


@media (max-width:1200px){
  .nav-social{
    display: none;
  }

  .slanted-navbar {
    position: relative;
    transform: skewX(0);
    transform-origin: top left;

  }

  .slanted-navbar .navbar-nav {
    transform: skewX(0);

  }

  .offcanvas-body {
    margin-bottom: 0;    
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 1.5rem 1.25rem;
    margin-left: 0;
  }
}

.scl-widget .icon>i {
  font-size: 1.25rem;
  margin-right: 12px;
}

.mail {

  margin-left: 1.25rem;
}

.btnn.whts {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
padding: 6px 15px;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  border: 2px solid #128C7E !important;
  color: #128C7E !important;
  background-color: transparent;
  overflow: hidden;
  transition: all 200ms ease-in;
}

.btnn.whts {
  display: flex;
  justify-content: center;

}

.btnn.whts:hover i {
  transition: all 200ms ease-in;
  transform: translateX(5px);
}

.btnn.whts:hover {
  background-color: #128C7E !important;
}

.btnn::before,
.btnn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color:#128C7E ;
  z-index: -1;
  transition: all 200ms ease-in;
}

.btnn:hover {
  color: #fff !important;
}


.btnn::before {
  opacity: 0.3;
}

.btnn::after {
  transition-delay: 0.2s;
}

.btnn:hover::before,
.btnn:hover::after {
  top: 0;
}


.navbar-expand-md .navbar-nav .nav-link {
  padding: 1.5rem 1.25rem;
  margin-left: 1.25rem ;
}

.ph-text{
  display: flex;
}


@media (max-width:999px) {

  .nav-social {
    display: none !important;
  }

  #collapse {
    display: none;
  }

  .mail {

    display: none;
  }

}

.scl-widget .ph-text,
.scl-widget .mail-text {
  font-weight: 600;
  font-size: 0.875rem;
 
  
}

.mail-text .icon{
  color: #fff;
  font-weight: 400;
}

.mail-text span{
  /* color: var(--pri-icon-color); */
  color: #fff;
}

.scl-widget .ph-text a,
.scl-widget .mail-text a {
  color: var(--pri-icon-color);
}




/* banner */
.swiper-button-next,
.swiper-button-prev {
  color: rgba(255, 255, 255, 0.286) !important;
}

/* .swiper-slide-active img {
  position: relative;
  animation: zoom-in 20s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;

} */


@keyframes zoom-in {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1.12);
  }
}

.carousel-caption2 {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption2 h2 {
  font-size: 30px;
}



/* about-us */
.abts-images {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.abts-left-wrapper {
  position: relative;

}

@media (max-width:999px) {
  .abts-left-wrapper {
    margin-bottom: 30px;
  }
}

.abts-left-wrapper>.overlay-bg {

  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;

}

.abts-head>span {
  color: var(--sec-sub-head-color);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: var(--sub-head-margin);
}

.abts-head>.sub-head {
  color: var(--sec-sub-head-color);
  text-transform: uppercase;
  font-weight: 500;
  font-size: var(--sec-head-size);
}

.abts-head>.title {
  margin-bottom: var(--main-head-margin);
  font-size: var(--sec-main-head-size);
  color: #333333;
  font-family: var(--pri-font-family);
}

.abts-images .img3 {
  grid-column: 6 /span 12;
  grid-row: 1;
  z-index: 2;
  margin-top: 10%;
  border: 5px solid #fff;
  position: relative;
  transform: rotate(7deg);
  max-width: 300px;
}


.abts-images .img2 {
  grid-column: 1 /span 6;
  z-index: 3;
  grid-row: 1;
  margin-top: 90%;
  border: 5px solid #fff;

  transform: rotate(-2deg);
}

.abts-images .img1 {
  grid-column: 1 /span 6;
  grid-row: 1;
  z-index: 2;
}



/* service */
.service {
  position: relative;
  z-index: 2;
  margin-top: -300px;
}


.service .serv-head span {
  color: var(--sub-head-color);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: var(--sub-head-margin);
}

.service .serv-head .title {
  color: var(--main-head-color);
  margin-bottom: var(--main-head-margin);
  font-size: var(--main-head-size);
  font-family: var(--pri-font-family);
  font-weight: 500;

}

.serv-title-wrapper {}

.serv-title {
  background-color: #061138;

  transform: skew(-15deg);
  width: fit-content;
  padding-left: 80px;
  margin-left: -50px;
}

.serv-title-text {

  color: white;
  padding: 10px 15px;
  transform: skew(15deg);

}

.cont-wrapper {}

.serv-cont {

  margin-top: -20px;
}

.serv-item {
  margin: 20px 10px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.serv-info {
  padding: 20px 15px 20px 15px;
}

.cont-text {}

.serv-cont-wrapper {
  display: flex;
  justify-content: flex-end;
}



.cont {
  transform: skew(-15deg);
  margin-right: 10px;
  background-color: rgb(240, 220, 141);
  padding-right: 80px;
  margin-right: -50px;
}

.cont a {
  color: #000000;
  padding: 10px 15px;
}

.cont .cont-text {
  transform: skew(15deg);
}

.serv-item:hover .serv-title-wrapper {
  animation: hoverinleft 0.5s ease-in-out;
  -webkit-animation: hoverinleft 0.5s ease-in-out;
}

.serv-item:hover .serv-cont-wrapper {
  animation: hoverinright 0.5s ease-in-out;
  -webkit-animation: hoverinright 0.5s ease-in-out;
}

.serv-img {
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.serv-item:hover .serv-img {
  transform: scale(1.05);
}

@keyframes hoverinleft {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes hoverinright {
  0% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}


/* testimonial */
.testimonial{
  background-color: rgb(253, 249, 243);
}
.testimonial-block {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin: 10px 20px;
  padding: 30px 30px;
  background-color: #fff;
}

.testi-header>span {
  color: var(--sec-sub-head-color);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: var(--sub-head-margin);
}

.testi-header>.title {
  margin-bottom: var(--main-head-margin);
  font-size: var(--main-head-size);
  color: #333333;
  font-family: var(--pri-font-family);
}

.testi-img {
  height: 45px;
  width: 45px;
}

.inner-box>.cont-top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cont-botom {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 15px;

}

.cont-botom .quote {
  flex-shrink: 0;
  height: 45px;
  width: 45px;
}

.test-author  {
  position: relative;
  padding-bottom: 10px;
}

.test-author::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.acty-cont-inner {

  padding: 1.3rem;
}

/* gallery */
.gallery {
  position: relative;
  z-index: 2;
  margin-top: -250px;
}

.gallery .inner-card {
  padding: 15px;
  background-color: white;
}

.gly-item {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin-bottom: 10px;
}

.gallery-head {
  text-align: center;
}

.gallery-head > span{
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: var(--sub-head-margin);
  color: #fff;
}

.gallery-head> .title {
  color: var(--sub-head-color);
  text-transform: uppercase;
  margin-bottom: var(--main-head-margin);
  font-size: var(--main-head-size);
  font-family: var(--pri-font-family);
  font-weight: 500;
}



/* footer */
.footer-cont {


  padding: 30px 0;
  padding-left: 0 !important;
}

.footer-top-cont {
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.748);
  border-radius: 20px;
}

.footer-top-cont .contact {
  text-align: center;

}

.footer-top-cont .contact>h4 {
  line-height: 42px;
  font-family: var(--pri-font-family);
}


.footer-top-cont .contact a {
  font-size: var(--main-head-size);
  font-weight: 600;
  color: #061138;
}

.footer-wrapper {
  background-image: url(./assets/footer.jpg);
  background-size: 100% 100%;
  object-fit: cover;
  position: relative;
}

.footer-wrapper::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.626);
}

.main-wrapper {
  position: relative;
  z-index: 2;
}

.footer-container {
  background-color: #000000b7;
}

.footer-link-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px 20px;
}

.footer-bottom {
  background-color: #000000e6;
  color: #fff;
  padding: 12px 0;
}

.footer-bottom .copyright {
  padding: 10px 0;
}

.footer-head {
  font-size: var(--sec-head-size);
  color: #fff;
  margin-bottom: var(--main-head-margin);
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;
}

.footer-head::after {
  content: '';
  position: absolute;
  background-color: var(--pri-icon-color);
  bottom: 0;
  left: 0;
  width: 60%;
  height: 1px;

}

.footer-addrs .widget-info .info li a{
  color: #fff;
}

.footer-caro .item img{
  height: 500px;
  object-fit: cover;
}

@media (max-width:999px) {
  .footer-btm-wrapper {
    margin: 0 auto;
  }

  #caro-2 .item img {
    height: 100%;
    max-height: 500px;
    object-fit: cover;
  }
}

.widget-info>.info {
  color: #fff;
}


.info i {
  color: var(--pri-icon-color);
  line-height: 32px;
}

.link {
  position: relative;
  padding-left: 5px;

}

.link a {
  position: relative;
  text-decoration: none;
  opacity: .8;
  color: #fff;
  margin-bottom: 10px;
}

.link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 5px;
  margin-right: 5px;
  transform: translateY(100%);
  transform: translateX(-50%);
  opacity: 0;
  background-color: var(--pri-icon-color);
  height: 6px;
  width: 6px;
  transition: opacity 300ms, transform 300ms;

}

.link:is(:hover, :focus) {
  opacity: 1;
}

.link:is(:hover, :focus)::before {
  opacity: 1;

}


.link a::after {
  content: '';
  position: absolute;
  background-color: var(--pri-icon-color);
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

.link a:is(:hover, :focus) {
  opacity: 1;
}

.link a:is(:hover, :focus)::after {
  opacity: 1;
  transform: translateY(4px);
}

.copyright {
  color: #d7d7d7;
  font-size: 0.875rem;
}

.footer-caro {
  border-radius: 15px;
  overflow: hidden;
}

/* button */
.btn {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem !important;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  border: 2px solid var(--main-clr) !important;
  color: var(--main-clr) !important;
  background-color: transparent;
  overflow: hidden;
  z-index: 3;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem !important;
  
}

.btn>i {
  font-size: 1em;
  padding: 0 10px;
  transition: all 0.3s linear;
}


.btn:hover i {
  transform: translateX(10px);
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: var(--main-clr) ;
  z-index: -1;
  transition: all 200ms ease-in;
}

.btn:hover {
  color: #fff !important;
}


.btn::before {
  opacity: 0.3;
}

.btn::after {
  transition-delay: 0.2s;
}

.btn:hover::before,
.btn:hover::after {
  top: 0;
}



/* whyc choose us */
#polygon {
  position: relative;
  background-image: url(./assets/our\ services\ 01.jpg);
  background-size: cover;
  background-position:top center;
  padding-top: 100px;
  padding-bottom: 200px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  color: white;
  z-index: 5;
}

#polygon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.69);

  top: 0;
  left: 0;
}

.polygon .desc {
  position: relative;
  z-index: 2;
}

.polygon .desc h1 {
  font-family: "Bona Nova SC", serif;
}

#polygon p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}


#polygon svg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.wch-wrapper {
  position: relative;
  margin-top: -190px;

}

.wch-container {
  position: relative;

}

.wch-wrapper::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(./assets/our\ services\ 02.jpg);
  background-repeat: no-repeat !important;
  background-position: top center !important;
  object-fit: cover !important;
  background-size: cover;
}

.wch-wrapper::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff4b;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.wch-wrapper .wch-inner {
  border: 7px solid #f8f8f8;
  padding: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.wch-wrapper .wch-inner-wrap{
  position: relative;
  z-index: 30;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border: 7px solid #ffffff !important;
  padding: 10px;
  margin-bottom: 40px;
}

.wch-wrapper .wch-inner.sec2{
  border: none;
  padding: 0;
  margin-top: -30px;
  margin-bottom: 0;
}

.wch-wrapper .caption {
  margin-top: -18px;

 background-color: #ffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;

}



.wch-wrapper .caption .crd.head {
  background-color: #061138;
  padding: 5px 10px;
  /* width: 50%; */
  color: #fff;
  font-size: var(--sec-head-size);
  font-family: var(--pri-font-family);

}

.wch-wrapper .caption > p{
  text-align: start;
  font-size: 0.875em;
  color: #67686a;
  margin-top: 1rem;
}


.wch-wrapper .caption .crd.head.single{
  background-color: #061138;
  padding: 5px 10px;
  /* width: 50%; */
  color: #fff;
  font-size: 1em;
  font-family: var(--pri-font-family);
  mask: none;

}


@media (max-width:999px) {
  .wch-inner {
    margin-bottom: 20px
  }
}

.crd {
  position: relative;
  /* width: 50%; */


  mask: radial-gradient(10px at 28px 28px, transparent 98%, black) -28px -28px;
}


.whychoose-in {
  width: 85%;
  margin: 0 auto;
  margin-top: 50px;
}

.wcu-card{
  position: relative;
  overflow: hidden;
  /* transition: opacity 0.5s ease, transform 0.5s ease; */
 
}

@media (max-width:999px){
  .wcu-card{
    margin-bottom: 15px;
  }
}

.wcu-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center center;
}

.ych-head{
  margin-bottom: var(--main-head-margin);
  font-size: var(--sec-main-head-size);
  color: #333333;
  font-family: var(--pri-font-family);

}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 20px;
  text-align: center;
  transition: 0.5s ease;

}

.wcu-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 1%, transparent 10%, #000);
  
  opacity: 0.8;
}

.lazy {
  transition:  0.5s ease;
}

.wcu-card:hover  img{
  transform: scale(1.04);
}

.card-content > h4 {
  color: #fff;
  font-family: var(--pri-font-family);
  font-weight: 600;
}
.card-content > p {
  opacity: 0; 
  transform: translateY(150px); 
  visibility: hidden; 
  display: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.wcu-card:hover .card-content > p {
  display: block;
  opacity: 1; 
  transform: translateY(0); 
  visibility: visible;
  animation: zoomup 0.3s ease-in-out; 
  color: #fff;
}

@keyframes zoomup {
  0% {
    transform: translateY(150px); 
    opacity: 0; 
  }
  100% {
    transform: translateY(0); 
    opacity: 1;
  }
}



.sticky-social{
  position:fixed;
  top:300px;
  right:0;
  padding:0px;
  margin:0px;
  z-index: 999;
  padding-right: 10px;
}
.social{
  list-style:none;
}

.social img{
  height: 35px;
  width: 35px;
}

.social li{
  
  border-radius: 50%;
  font-size:25px;
  transition:all 0.3s ease-in-out;
}

.social li a{
  display: block;
  padding:5px 10px;
  padding-bottom: 8px;
  height: max-content;
  margin-bottom: 5px;
}

.social li:hover {

 box-shadow:2px 5px 10px rgb(0, 0, 0);

}

.social li:hover img{
  transform: scale(1.1);
}


.fa{
  color:#fff;
  transition:all 0.8s ease-in-out;
}
.fb{
  background-color:#3C5A98;
}

.insta{
    background-color:#ee2a7b;
}
.pin{
    background-color:#CB2128;
}
.what{
    background-color:#25D366;
}

/* vision mission */
.vis-msi{
  margin-top: -100px;
  background-color: #ffffff;
}

.vm-widget{
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
 padding: 10px;
 border: 3px solid #fff;
/* background-color: #;  */
text-align: center;
}


.vm-widget-inner img{
  position: absolute;
  height: 70%;
  left: 50%;
  bottom: 0;
transform: translateX(-50%);
  filter: opacity(50%);
}


.vm-widget-box:nth-child(even) .vm-widget{
  margin-top: -50px;
}


.vm-widget-box{
  padding: 0 5px !important;
}

.vm-widget-inner{
  position: relative;
  margin-top: -30px;
  background-color: #f6e8ea;
  border: 1px solid #a3a3a361;
  padding: 40px 20px 60px 20px;
}

.vm-widget-inner h5{
  font-family: var(--pri-font-family);
  font-weight: 600;
  color: #333333;
  letter-spacing: 3px;
  margin-bottom: var(--sub-head-margin);
}

@media (max-width:999px){
  .vm-widget-box:nth-child(even) .vm-widget{
    margin-top: 0;
  }

  .vm-widget{
    margin-bottom: 20px;
  }


  .vm-widget-inner{
    margin-top:0;

  }
}


/* contact page */
.office-info-item {
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgb(62 65 159 / 10%);
  padding: 40px;
 
}

.office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #e8235e14;
  text-align: center;
  margin: 0 auto;
  line-height: 0;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.office-info-item .office-info-icon .icon i{
  font-size: 32px;
  color: #e8235d;
}


.office-info-item .office-info-text h2 {
  font-size: 27px;
  font-weight: 500;
  margin: 20px 0;
  font-family: var(--pri-font-family);
}

.office-info-text p {
  margin-bottom: 0;
  font-size: 16px;
  color: #848892;
  line-height: 1.8em;
  text-align: center;
}


@media (max-width:999px){
  .office-info-item {
   margin-bottom: 20px;
   
  }
}

/* gallery page */
#gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  #gallery {
      padding: 40px 30px 40px 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  border: 10px solid #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
      width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
      width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
      font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
      font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
      font-size: 3em;
  }
}
