* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;

}

:root {
  --f-2: "Playfair Display", serif;
  --pri-color: #343a40;
  --sec-color: #ec9937;
  --scl-link: #ced4da;
  --pri-text: #ced4da;
  --sec-text: #212529;
  --nav-link: #212529;
  --active-link: #ec9937;
  --pri-btn-bg: #e9c46a;
  --pri-btn-text: #212529;
  --sec-btn-bg: #343a40;
  --sec-btn-text: #FFF;

  --link-hover: #ec9937;
  --btn-hover: #ec9937;

  --link-head-clr: #ec9937;
  --section-bg: #e9ecef;
}

.a_h:hover {
  transition: all 0.3s linear;
  color: var(--link-hover) !important;
}

/* breadcrump */
.breadcrump {
  position: sticky;
  top: 0;
  min-height: 300px;
  background-image: url(../images/stitchfit-sl_1.jpg);
  background-position: 100% 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.breadcrump::before {

  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: #343a40dd;
}

.breadcrump .ptr-1 {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  opacity: 0.2;
  object-position: center center;
  object-fit: cover;
  z-index: 1;
}

.breadcrump-inner>.row {
  height: 100%;
}

.breadcrump-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.46);
}

.breadcrump-inner {
  /* display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; */
  height: 100%;
  text-align: center;
  color: white;
}

.breadcrump h1 {
  margin: 0 auto;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Gilda Display", serif;
  padding: 0 15px;
}

.breadcrump h6 {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Gilda Display", serif;
  position: relative;
}

.breadcrump h6::before {
  content: "";
  position: absolute;
  left: -2em;
  top: 5px;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
}

.breadcrump h6::after {
  content: "";
  position: absolute;
  right: -2em;
  top: 5px;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
}

.breadcrump-inner {
  position: relative;
  z-index: 15;
}



@media screen and (max-width:999px) {
  .breadcrump::before {
    width: 100%;
  }

  .breadcrump .ptr-1 {
    width: 100%;
  }

}






/* BASIC STYLES----------------------------------------------- */
a {
  text-decoration: none;
}

p {
  display: inline-block;
}

span {
  display: inline-block;
}


.f-2 {
  font-family: "Playfair Display", serif;
}

.f-c {
  color: var(--pri-color);
}

.sub_title {
  color: var(--active-link);
  text-transform: uppercase;
  position: relative;
  font-family: var(--f-2);
  letter-spacing: 3px;
}

.sub_title::before {
  position: absolute;
  content: '';
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: var(--active-link);
  left: -35px;
}

/* BUTTONS---------------------------------------------------- */

.butn {
  display: inline-flex;
  align-items: center;
  padding: 0.563rem 1rem;
  color: var(--pri-btn-text);
  border-radius: 100px;
  transition: all 0.3s linear;
}

.butn:hover {
  background-color: var(--btn-hover);
}


.butn_1 {
  background-color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.03px;
}

.butn_2 {
  background-color: var(--sec-btn-bg);
  color: var(--sec-btn-text);
}

.butn_3 {
  background-color: var(--pri-btn-bg);
  color: var(--pri-btn-text);
}


/* TOP HEADER ------------------------------------------------*/
.top-header {
  background-color: var(--pri-color);
}

.top_header-wrapper {
  display: flex;
  align-items: center;

}


.top_header-social .tp_scl a {
  color: var(--scl-link);
  font-size: 1.188rem;
  margin: 0 0.75rem;
}

.top_header-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
}


.top-header_adrs {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: end;
}

.top-header_adrs .tp_icon {
  color: #FFF
}

.top-header_adrs .tp_adrs {
  white-space: nowrap;
}

.top-header_adrs .tp_adrs a {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  color: var(--pri-text);
}

.top-header_adrs .tp_adrs a i {
  margin: 0 0.313rem;
}

.top-header_adrs .tp_adrs:nth-last-child(1) a {
  background-color: var(--pri-btn-bg);
  color: #FFF;
  text-transform: uppercase;

}

/* top header Responsive */

/* TOP HEADER END ------------------------------------------------*/



/* NAVBAR -----------------------------------------------------------*/
.navbar {
  background-color: #FFF;
}

.navbar .nav-item .nav-link {
  position: relative;
  color: var(--nav-link);
  margin: 0 19px;
  /* padding: 5px 6px; */
}

.navbar .nav-item .nav-link.active::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--active-link);
  opacity: 0;
}

.navbar .nav-link.active {
  color: var(--active-link);
}

.navbar-brand {
  margin-top: -50px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFF;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;

}

.navbar-brand img {
  filter: brightness(0) saturate(100%)
}

.navbar .nav-item:nth-last-child(1) .tp_adrs a {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: var(--pri-btn-bg);
  color: #FFF;
  text-transform: uppercase;
}

.navbar-toggler {
  outline: none;
  border: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}


/* navbar responsive */

@media screen and (max-width:550px) {
  .top-header_adrs {
    flex-wrap: wrap !important;
  }
}

@media(min-width:999px) {
  .navbar .nav-item .nav-link.active::before {
    opacity: 1;
  }



}

@media (max-width:800px) {
  .navbar-brand {
    margin-top: 0;
  }

  .navbar-brand img {
    width: 130px;
  }
}


@media screen and (max-width:767px) {
  .top-header_adrs {
    justify-content: center;
    flex-wrap: nowrap;
  }
}

/* NAVBAR END -----------------------------------------------------------*/


/* BANNER SLIDER ----------------------------------------------------------*/
.slider_img img {
  display: block;
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.banner-slider {
  height: calc(100vh - 100px);
}


.banner-slider .swiper-slide {
  position: relative;
}


.swiper-slide .ptr-1 {
  position: absolute;
  height: 100%;
  width: 40%;
  top: 0;
  left: 0;
  opacity: 0.2;
  object-position: center center;
  object-fit: contain;
  z-index: 1;
}

.banner-slider .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000074;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.banner-slider {
  position: relative;
}

.slider_img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  background-color: #343a40dd;
}

.banner-slider .slider-content {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  z-index: 2;

}

.banner-slider .slider-content .slider_subtitle {
  display: inline-block;
  color: var(--active-link);
  text-transform: uppercase;
  font-family: var(--f-2);
  letter-spacing: 2px;
  cursor: default;
}


.banner-slider .slider-content .slider_title {
  color: #FFF;
  font-weight: 700;
  cursor: default;
}

.banner-slider .slider-content .slider_desc {
  color: #FFF;
  font-weight: 200;
  opacity: 0.8;
  max-width: 80%;
}

.banner-slider .swiper-button-prev {
  background-color: #e9ecef;
  left: 37%;
  top: 80% !important;
  padding: 20px;
}

.banner-slider .swiper-button-next {
  background-color: rgb(255, 255, 255);
  left: 40%;
  top: 80% !important;
  padding: 20px;
}

.banner-slider .swiper-button-next::after,
.banner-slider .swiper-button-prev::after {
  font-size: 20px;
  color: #343a40;
}


.banner-slider {
  position: sticky;
  top: 0;
}

/* banner responsive  */

@media screen and (max-width:1200px) {
  .slider_img::before {
    width: 50%;
  }

  .banner-slider .swiper-button-next {
    left: 46%;
  }

  .banner-slider .swiper-button-prev {
    left: 40%;
  }

}

@media screen and (max-width:1000px) {

  .banner-slider {
    position: relative !important;
  }


  .slider_img::before {
    height: 50%;
    width: 100%;
  }

  .banner-slider .slider-content {
    top: 25%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
  }

  .banner-slider .swiper-button-next {
    left: 50%;
    top: 50% !important;
  }

  .banner-slider .swiper-button-prev {
    left: 45%;
    top: 50% !important;

  }

  .swiper-slide .ptr-1 {
    height: 50%;
    width: 100%;
    opacity: 0.5;
  }

}


@media screen and (max-width:850px) {

  .banner-slider .swiper-button-next,
  .banner-slider .swiper-button-prev {
    display: none;

  }

}



@media screen and (max-width:400px) {
  .banner-slider .slider-content .slider_desc {

    max-width: 90%;
  }

}


/* sct_1 -------------------------------------- */
.sct_1 {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: transparent;
  height: 100vh;
  background-image: url(../images/bg-1.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}



.sct_1>.wrapper {
  position: relative;
  height: 100% !important;
  z-index: 1;
}





.sct_1>.wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: var(--section-bg);
  z-index: -1;
}


.sct_desc {
  color: var(--pri-color);
}

.sct_box {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #FFF;
  padding: 30px 20px 30px 20px;
  -webkit-box-shadow: 2px 1px 26px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 1px 26px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 1px 26px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.sct_icon {
  height: 80px;
  width: 80px;
  margin-right: 14px;
}

.sct_img {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.sct_img img:nth-child(1) {
  grid-column: 3 /span 9;
  max-height: 350px;
  margin-top: 20px;
  object-fit: cover;
  border-radius: 30px;

}

@media screen and (max-width:999px) {
  .sct_1 {
    position: relative;
    top: 0;
    z-index: 1;
    background-color: transparent;
    height: 100%;
  }


  .sct_1>.wrapper::before {
    top: 0;
    height: 50%;
    width: 100%;
  }

}

.sct_box .sct_title {
  margin-bottom: 16px;
}

@media screen and (max-width:600px) {
  .sct_img img:nth-child(1) {
    grid-column: 1 /span 12;

  }

  .sct_box {
    flex-direction: column;
    align-items: center;
  }

  .sct_box .sct_title {
    text-align: center;
  }


}


/* sct_2 ----------------------------------------------------------- */
.sct_2.services {
  position: sticky;
  top: 0 !important;
  height: 100vh;
  background-image: url(../images/bg-2.jpg);
  width: 100%;
  background-position: center9 center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 2;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000069;
}

.sct_2.services>.wrapper {
  position: relative;
  height: 100%;
}


.sct_2.services>.wrapper>.container,
.sct_2.services>.wrapper>.container .service_inner,
.sct_2.services>.wrapper>.container .row {
  height: 100%;
}


.sct_2.services>.wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: var(--pri-color);
}

.service_inner {
  height: 100%;

}

.sct_2-box_inner {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.sct_2-box_inner .sct2_btn {
  position: absolute;
  bottom: 20px;
  right: 10px;


}


.sct2_btn a:hover{
  background-color: var(--btn-hover) ;
}

.sct2_btn a {
  position: relative;
  background-color: var(--pri-btn-bg);
  color: var(--pri-btn-text);
  padding: 16px 20px;
  z-index: 3;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.service_header {
  position: relative;
  z-index: 5;
  width: 100%;

}


.sct2_thumbnail {
  height: 450px;
  border-radius: 30px;
  overflow: hidden;
}

.sct2_thumbnail img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.sct2_sub-tit {
  position: absolute;
  top: 50%;
  left: -10%;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: top bottom;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 3px;
  transition: all 0.3s linear;
}




.sct_2-box_inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #000000ca;
  transition: all 0.5s linear;
}


.overlay_text {
  position: relative;
  top: 6%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  padding: 1.25rem;
  opacity: 0;
  transition: all 0.3s linear;
}

.overlay_text .overly_title {
  position: relative;
  /* top: 30%; */
  color: var(--sec-color);
  height: fit-content;
  padding-bottom: 0.75rem;
  text-align: center;
  margin-bottom: 1.125rem;
  width: fit-content;
}

.overlay_text .orl-desc {
  color: #FFF;
}

.overly_title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background-color: var(--sec-color);
  z-index: 4;
}


.sct_2-box:hover .sct_2-box_inner .sct2_sub-tit {
  opacity: 0;
}

.sct_2-box:hover .sct_2-box_inner .overlay {
  height: 100%;
}

.sct_2-box:hover .sct_2-box_inner .overlay .overlay_text {
  opacity: 1;
}


.patrn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  /* height: 40%; */
  object-fit: contain;
  background-position: center center;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(94%) sepia(73%) saturate(7080%) hue-rotate(179deg) brightness(114%) contrast(80%) opacity(20%);
}

.services.sc{
  position: relative;
  background-color: var(--section-bg) !important;
}


@media screen and (max-width:999px) {
  .sct_2.services {
    position: relative;
    height: 100%;

  }

  .sct_2.services>.wrapper::before {

    left: 0;
    width: 100%;
    height: 50%;
  }

  .service_header {
    width: 100%;
    text-align: center;
  }


  .sct_2.services .patrn {

    left: 0;
    width: 100%;
    height: 50%;
    object-fit: cover;

  }

}


/* why choose us */
.wch.sct_3 {
  height: 100vh;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 2;
}

.wch.sct_3 .wrapper {
  position: relative;
}


.wch_ig_inner img {
  position: relative;

  height: 100% !important;
  object-fit: cover;
}

.wch_list {
  list-style: none;
}

.wch .wc_icon {
  color: #f06222;
}

.wch .wch_ig {
  height: 100%;
}

.wch .wch_ig_inner {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 70%;
  height: 100%;
  margin: 0 auto;
}


.wch_ig_inner::before {
  position: absolute;
  content: '';
  top: 20px;
  left: -20px;
  height: 100%;
  width: 100%;
  border: 6px solid var(--sec-color);
}

.sct_3-box {
  display: flex;
  flex-direction: column;

}

.sct_3-ig {
  position: relative;
  height: 60px;
  width: 60px;

}

.sct_3-ig::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  z-index: -1;
}

.wch .box:nth-child(1) .sct_3-box .sct_3-ig::before {
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.wch .box:nth-child(2) .sct_3-box .sct_3-ig::before {
  border-radius: 74% 26% 51% 49% / 24% 65% 35% 76%;
}


.wch .box:nth-child(3) .sct_3-box .sct_3-ig::before {
  border-radius: 44% 56% 38% 62% / 59% 65% 35% 41%;
}

.sct_3-box .sct3_title {
  position: relative;
  font-family: "Cardo", Sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--sec-text);
}

.sct_3-box .sct3_title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 60%;
  background-color: var(--link-head-clr);
}

.sct_3-box .sct3_desc {
  font-weight: 300;
}

@media screen and (max-width:999px) {
  .wch.sct_3 {
    position: relative;
    height: 100% !important;

  }

  .wch_ig_inner img {
    height: 230px !important;
  }


}

@media screen and (max-width:767px) {
  .wch .sct_3-box {
    align-items: center;
    text-align: center;
  }

}




/* TESTIMONIAL------------------------------------------------- */
.sct_3.testimonial {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 3;
  background-image: url(../images/top-stitching-centre-in-ernakulam.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.testi_header {
  position: relative;
  z-index: 5;
  width: 50%;

}

.ptr-2 {
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 50%;
  object-fit: contain;
  background-position: center center;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(46%) sepia(13%) saturate(310%) hue-rotate(167deg) brightness(94%) contrast(89%) opacity(50%);
}

.sct_3.testimonial>.wrapper {
  position: relative;
  height: 100%;
}


.sct_3.testimonial>.wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--section-bg);
}


.sct_3.testimonial>.wrapper>.container,
.sct_3.testimonial>.wrapper>.container .testimonial_inner,
.sct_3.testimonial>.wrapper>.container .row {
  height: 100%;
}


.sct_3.testimonial .sct_3-box {
  background-color: var(--pri-color);
  padding: 30px;
  border-radius: 30px;
}


.sct_3-box .testi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sct_3-box .athr {
  color: var(--pri-text);
  font-weight: 300;
}

.sct_3-box .rating i {
  color: #ec9937;
}

.sct_3-box .athr_img {
  height: 45px;
  width: 45px;
}

.sct_3-box .test_text {
  color: var(--pri-text);
  font-weight: 200;
  opacity: 0.8;
}



@media screen and (max-width:999px) {
  .sct_3.testimonial {
    position: relative;
    height: 100%;

  }

  .testi_header {
    text-align: center;
    width: 100%;

  }

  .sct_3.testimonial>.wrapper::before {
    width: 100%;
    height: 50%;
    background-color: var(--section-bg);
  }

}

/* footer---------------------------------------------- */
.footer-banner {
  position: sticky;
  top: 0;
  z-index: 4;
  height: 100vh;
}


.footer-bnr-img {
  position: relative;
  height: 100%;

}

.footer-bnr-img img {
  height: 100%;
  object-fit: cover;
}

.banner_content {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 5;
}

.footer-bnr-img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000b1;
}

footer {
  position: relative;
  z-index: 4;
  top: 0;
}

footer .gradient_overlay {
  position: relative;
  top: 0;
  z-index: -1;
  background: linear-gradient(#00000000, #212529);
  height: 100px;
  width: 100%;
}

footer>.wrapper {
  background-color: #212529;

}

.footer-bnr {
  height: 50vh;
}


.footer_content {
  position: relative;
  background-color: #212529;

}


.footer-socials {
  display: flex;
  align-items: center;
}

.footer-socials i {
  font-size: 26px;
}

.footer-socials>.icon {
  margin: 0 10px;
}


.footer-btm {
  background-color: #212529;
  border-top: 1px solid #4950578b;
}

.footer-btm .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-title {
  color: var(--active-link);
  font-weight: 300;
  padding-bottom: 14px;
  margin-bottom: 16px;
  position: relative;
  font-family: var(--f-2);
  text-transform: uppercase;
  letter-spacing: 3px;
  width: fit-content;
}



.widget-links .link {
  margin: 12px 0;
}

.widget-links .link>a {
  color: var(--pri-text);
  font-weight: 200;
}

.widget .adrs {
  display: flex;
  gap: 16px;
  color: #f5f3f4;
}

.adrs-text {
  display: flex;
  margin-bottom: 8px;
}

.adrs_info {
  color: var(--pri-text);
  font-weight: 300;
}

.adrs_ph a {
  color: var(--pri-text);
  font-weight: 300;
  opacity: 0.7;
}

.adrs-text .icon {
  color: var(--link-head-clr);
  margin-right: 12px;
}




.footer-btm .wrapper .footer-text {
  color: #b7bbbb4a;
}

.footer-desc {
  color: #b7bbbbbf;
}

.footer-socials .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.footer-socials .icon a {
  display: flex;
  background-color: var(--pri-btn-bg);
  color: #FFF;
  padding: 10px 11px;
  transition: all 0.3s linear;
}

.footer-socials .icon:hover a {
  background-color: var(--btn-hover);
  color: #ffffff;
}


.office-adrs {
  position: relative;
  background-image: url(../images/sl-2.jpg);
  background-position: center center;
  background-size: cover;
  height: 100%;
}


.office-adrs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #161a1dcf;
  background: linear-gradient(#161a1db1, #161a1d);
}

.adrs-widget {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.adrs-widget .adrs-text .icon {
  color: #ffffff;
}

.adrs-widget .adrs-text {
  color: #dee7e7bf;
}

.footer-btm .design a {
  color: #ffffff96;
}


.bnr-right {
  position: relative;
  height: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

}



@media screen and (max-width:999px) {


  .banner_content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .footer-banner {

    height: 60vh;
  }


  .footer-btm .wrapper {
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
  }

  .footer-banner {
    position: relative;

  }


  .footer_content {

    height: 100%;
  }
}



@media screen and (max-width:850px) {
  .banner_content {
    width: 70%;
  }

}

@media screen and (max-width:800px) {
  .footer-banner {

    height: 50vh;
  }
}



@media screen and (max-width:450px) {
  .banner_content {
    width: 95% !important;
  }

}


@media screen and (max-width:550px) {
  .banner_content {
    width: 80%;
  }

}


/* STICKY SOCIAL ICON */

.sticky-social {
  position: fixed;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  top: 60%;
  right: 0;
  z-index: 9000;
  margin-right: 12px;
}

.pulse i {
  position: relative;
  z-index: 20;
  top: 16px;
  font-size: 30px;
}

.pulse {

  cursor: pointer;
  display: block;
  width: 60px !important;
  color: white;
  border-radius: 50px;
  text-align: center;


}

.pulse.btn-whats {
  height: 60px;
  background-color: rgba(0, 200, 0, 1);
  transition-duration: 0.5s;
  animation: pulse-btn 3s infinite;
}

.pulse.btn-fb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  bottom: 120px;
  right: 40px;
  color: #FFF;
  background-color: #4267B2;
}


.pulse.btn-inst {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  bottom: 190px;
  right: 40px;
  color: #FFF;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.pulse.btn-inst i {
  top: 0;
}

.pulse.btn-fb i {
  top: 0;
}

.pulse.btn-fb a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pulse.pulse.btn-whats:hover {
  background-color: rgba(0, 150, 0, 1);
  color: white;
}

.my-float {
  margin-top: 15px;
}

@keyframes pulse-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}


@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}

.pulse a {
  color: #fff;
}

/* GALLERY  */
:root {
  --card_width: 400px;
  --row_increment: 12px;
  --card_border_radius: 16px;
  --card_small: 28;
  --card_med: 33;
  --card_large: 45;
}

.gallery {
  overflow-x: hidden;
  display: block;
  position: relative;
  background-color: var(--section-bg);
}

.pin_container {
  margin: 0;
  padding: 0;
  width: 95vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--card_width));
  grid-auto-rows: var(--row_increment);
  justify-content: center;
}

.pin_container>.card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #00000092;
  z-index: 1;
  transition: all 0.3s linear;
}

.pin_container>.card:hover .overlay {
  height: 100%;
}

.pin_container>.card .cd_text {
  position: absolute;
  text-align: center;
  z-index: 2;
  height: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--sec-color);
  opacity: 0;
  transition: all 0.3s linear;
}

.pin_container>.card .cd_text>.text {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pin_container .card:hover .cd_text {
  height: 100% !important;
  opacity: 1;
}

.card {
  position: relative;
  padding: 0;
  margin: 15px 10px;
  border-radius: var(--card_border_radius);
  border: none !important;
  overflow: hidden;
  border-radius: 15px;
}

.pin_container .card:hover img {
  transform: scale(1.1);
}

.card img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}

.card_small {
  grid-row-end: span var(--card_small);
}

.card_medium {
  grid-row-end: span var(--card_med);
}

.card_large {
  grid-row-end: span var(--card_large);
}


/* contact page */
.cnt_widget {
  display: flex;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  height: 100%;
}

.cnt_widget .cnt_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px 15px 40px;

}

.cnt_widget .cnt_icon img {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 2;

}

.cnt_widget .cnt_icon::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 290px;
  height: 290px;
  background: var(--sec-color);
  border-radius: 50%;
  z-index: 1;
}

.cnt_widget .cnt_text {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 40px 20px;
  white-space: wrap;
  flex-wrap: wrap;
}

.cnt_widget .cnt_text > .text{
  color: var(--sec-text);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; 
  white-space: normal;
}


.contact.sct_1>.wrapper .container .row,
.contact.sct_1>.wrapper .container {
  height: 100%;
}