/* common css strats here */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html {
  overflow-x: hidden;
}
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/

a {
  text-decoration: none !important;
} /* for removing underline for anchor*/

button:focus {
  outline: 0px !important;
}

a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100%;
}

.h-50p {
  height: 50px;
}

/* for display */

.d-inline-flex {
  display: inline-flex;
} /* for display inline */

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
} /* for display inline */
/* for display inline */

/* for positions */

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

/* padding styles */

.p-0 {
  padding: 0px;
}

.p-5p {
  padding: 5px;
}

.p-10p {
  padding: 10px;
}

.p-15p {
  padding: 15px;
}

.p-20p {
  padding: 20px;
}

.p-30p {
  padding: 30px;
}

.p-40p {
  padding: 40px;
}

.pt-5p {
  padding-top: 5px;
}

.pt-10p {
  padding-top: 10px;
}

.pt-15p {
  padding-top: 15px;
}

.pt-20p {
  padding-top: 20px;
}

.pt-40p {
  padding-top: 40px;
}

.pt-50p {
  padding-top: 50px;
}

.ptb-5p {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ptb-10p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb-15p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb-20p {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb-25p {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ptb-30p {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40p {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50p {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60p {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70p {
  padding-top: 70px;
  padding-bottom: 70px;
}

.plr-10p {
  padding-left: 10px;
  padding-right: 10px;
}

.plr-20p {
  padding-left: 20px;
  padding-right: 20px;
}

.plr-30p {
  padding-left: 30px;
  padding-right: 30px;
}

.pb-10p {
  padding-bottom: 10px;
}

.pb-15p {
  padding-bottom: 15px;
}

.pb-20p {
  padding-bottom: 20px;
}

.pb-30p {
  padding-bottom: 30px;
}

.pb-40p {
  padding-bottom: 40px;
}

.pb-60p {
  padding-bottom: 60px;
}

.pb-80p {
  padding-bottom: 80px;
}

.ptb-4060p {
  padding-top: 40px;
  padding-bottom: 60px;
}

.pr-0p {
  padding-right: 0px;
}

.pl-0p {
  padding-left: 0px;
}

.pl-10p {
  padding-left: 10px;
}

.pl-15p {
  padding-left: 15px;
}

.pl-20p {
  padding-left: 20px;
}

.pl-25p {
  padding-left: 25px;
}

.pl-40p {
  padding-left: 40px;
}

.pl-50p {
  padding-left: 50px;
}

.pr-20p {
  padding-right: 20px;
}

.pr-30p {
  padding-right: 30px;
}

.pr-40p {
  padding-right: 40px;
}

.pr-50p {
  padding-right: 50px;
}

/* margin styles */

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.m-0 {
  margin: 0px;
}

.m-15p {
  margin: 15px;
}

.m-lr-auto {
  margin: 0px auto;
}

.mt-5p {
  margin-top: 5px;
}

.mt-10p {
  margin-top: 10px;
}

.mt-15p {
  margin-top: 15px;
}

.mt-20p {
  margin-top: 20px;
}

.mt-25p {
  margin-top: 25px;
}

.mt-30p {
  margin-top: 30px;
}

.mt-35p {
  margin-top: 35px;
}

.mt-40p {
  margin-top: 40px;
}

.mt-50p {
  margin-top: 50px;
}

.mt-60p {
  margin-top: 60px;
}

.mt-70p {
  margin-top: 70px;
}

.mt-80p {
  margin-top: 80px;
}

.mt-90p {
  margin-top: 90px;
}

.mt-100p {
  margin-top: 100px;
}

.mt-120p {
  margin-top: 120px;
}

.mt-130p {
  margin-top: 130px;
}

.mt-220p {
  margin-top: 220px;
}

.mb-0p {
  margin-bottom: 0px;
}

.mb-2p {
  margin-bottom: 2px;
}

.mb-5p {
  margin-bottom: 5px;
}

.mb-10p {
  margin-bottom: 10px;
}

.mb-15p {
  margin-bottom: 15px;
}

.mb-20p {
  margin-bottom: 20px;
}

.mb-25p {
  margin-bottom: 25px;
}

.mb-30p {
  margin-bottom: 30px;
}

.mb-40p {
  margin-bottom: 40px;
}

.mb-60p {
  margin-bottom: 60px;
}

.mb-70p {
  margin-bottom: 70px;
}

.mb-80p {
  margin-bottom: 80px;
}

.mb-100p {
  margin-bottom: 100px;
}

.mtb-2040p {
  margin-top: 20px;
  margin-bottom: 40px;
}

.mtb-5p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb-10p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb-15p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb-20p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb-30p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb-40p {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb-50p {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb-60p {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mlr-10p {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr-20p {
  margin-left: 20px;
  margin-right: 20px;
}

.ml-5p {
  margin-left: 5px;
}

.ml-10p {
  margin-left: 10px;
}

.ml-15p {
  margin-left: 15px;
}

.ml-20p {
  margin-left: 20px;
}

.ml-50p {
  margin-left: 50px;
}

.mr-5p {
  margin-right: 5px;
}

.mr-10p {
  margin-right: 10px;
}

.mr-15p {
  margin-right: 15px;
}

.mr-20p {
  margin-right: 20px;
}

.mr-25p {
  margin-right: 25px;
}

.mr-30p {
  margin-right: 30px;
}

.mr-35p {
  margin-right: 35px;
}

.mr-40p {
  margin-right: 40px;
}

.mr-50p {
  margin-right: 50px;
}

/* for box shadow */

/* for border radius  */

.brad-0 {
  border-radius: 0;
}

.brad-50 {
  border-radius: 50px;
}

/* for borders  */

.br-0p {
  border: 0;
}

/* for letter spacing  */

.ls-1p {
  letter-spacing: 1px;
}

.ls-2p {
  letter-spacing: 2px;
}

.ls-4p {
  letter-spacing: 4px;
}

/* for text-patterns*/

.txt-up {
  text-transform: uppercase;
}

.txt-cap {
  text-transform: capitalize;
}

.txt-undline {
  text-decoration: underline !important;
}

/* for text colors */

.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-color {
  color: #000000;
}

.text-c1 {
  color: #272727;
}

/* for backgorund colors */

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: #000000;
}

.bg-trans {
  background: transparent;
}

.bg-gray {
  background: #f7f6f7;
}

/* for text-alignment*/

.align-items {
  align-items: center;
}

.align-flex-end {
  align-items: flex-end;
}

.justify-space {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-flex-end {
  justify-content: flex-end;
}

.wh-space {
  white-space: pre-line;
}

.obj-fit {
  object-fit: cover;
}

/* for font-size */

.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font19 {
  font-size: 19px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font23 {
  font-size: 23px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font34 {
  font-size: 34px;
}

.font36 {
  font-size: 36px;
}

.font44 {
  font-size: 44px;
}

.font40 {
  font-size: 40px;
}

.font50 {
  font-size: 50px;
}

.font52 {
  font-size: 52px;
}

/* for line-hieght */

.lh-15p {
  line-height: 15px;
}

.lh-16p {
  line-height: 16px;
}

.lh-18p {
  line-height: 18px;
}

.lh-20p {
  line-height: 20px;
}

.lh-21p {
  line-height: 21px;
}

.lh-22p {
  line-height: 22px;
}

.lh-23p {
  line-height: 23px;
}

.lh-24p {
  line-height: 24px;
}

.lh-25p {
  line-height: 25px;
}

.lh-26p {
  line-height: 26px;
}

.lh-27p {
  line-height: 27px;
}

.lh-28p {
  line-height: 28px;
}

.lh-29p {
  line-height: 29px;
}

.lh-32p {
  line-height: 32px;
}

.lh-33p {
  line-height: 33px;
}

.lh-42p {
  line-height: 42px;
}

.lh-44p {
  line-height: 44px;
}

/* for font-weight */

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

/* for font related css */

/* Poppins */

.fnt-pop-light {
  font-family: "Poppins-Light";
}

.fnt-pop-reg {
  font-family: "Poppins-Regular";
}

.fnt-pop-medium {
  font-family: "Poppins-Medium";
}

.fnt-pop-semibold {
  font-family: "Poppins-SemiBold";
}

.fnt-pop-bold {
  font-family: "Poppins-Bold";
}

/* for Graphik */

.fnt-Graphik-Light {
  font-family: "GraphikLight";
}

.fnt-Graphik-Regular {
  font-family: "GraphikRegular";
}

.fnt-Graphik-Medium {
  font-family: "GraphikMedium";
}

.fnt-Graphik-Semibold {
  font-family: "GraphikSemibold";
}

.fnt-Graphik-bold {
  font-family: "GraphikBold";
}

/* for text-alignment*/

.align-center {
  align-items: center;
}

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

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

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

.text-end {
  text-align: end;
}

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

.text-initial {
  text-align: initial;
}

body {
  font-size: 14px;
  line-height: 24px;
  color: #101010;
  font-family: "Poppins-Light";
  overflow-x: hidden;
}

/*----- navbar toggler  css -----*/

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* ------------------------------------------------------------------------------------------------------------*/
/* HEADER CSS */
/* ------------------------------------------------------------------------------------------------------------*/
.logo {
  height: 55px;
}

.header-topbar {
  /* height: 85px; */
  /* background-image: url(../images/top-bg-2.png); */
  color: #fff;
  padding: 10px 0px 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

/* hcall box */

.hcall-box {
  margin-right: 20px;
}
.hcall-cnt {
  text-align: end;
}
.hcall-cnt p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Poppins-Medium";
}
.hcall-cnt p a {
  color: #fff;
}
.hcall-cnt h6 {
  font-size: 10px;
}
.hcall-icon img {
  height: 28px;
  filter: brightness(0) invert(1);
}
.h-btn a {
  font-size: 13px;
  color: #fff;
  border-radius: 50px;
  padding: 8px 22px;
  font-family: "Poppins-Regular";
}
.h-btn a img {
  height: 22px;
  filter: brightness(50);
  margin-right: 8px;
}
.h-btn a img {
  transform: translateY(-1px);
}
.hsign a {
  background-color: #301250;
}
.hsign a img {
  transform: translateY(-1px);
}
.hsign a::before {
  background-color: #4c2278;
}

.nav-menu > li > a:hover {
  color: #f38a18;
}
.header_area {
  background-image: linear-gradient(0deg, #232b6a 0%, #323b84 100%);
  /* border-top: 1px solid #4a2f7a; */
}

.nav-menu li {
  position: relative;
}
.nav-menu .menu-active a,
.nav-menu li:hover a {
  color: #f38a18;
}
.nav-menu .menu-active:before {
  content: "";
  border-bottom: 3px solid #f38a18;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 50px;
}
/* ------------------------------------------------------------------------------------------------------------*/
/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-gap {
  padding-top: 70px;
}
.pb-gap {
  padding-bottom: 70px;
}
.section-title {
  font-size: 35px;
  color: #1a1a1a;
  font-family: "Poppins-Medium";
}

.section-title span {
  color: #301250;
}

.sub-title {
  font-size: 20px;
}

/* hover button css */

.hover-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hover-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: center right;
  z-index: -1;
}
.hover-btn:hover::before {
  transform: scaleX(1);
  transform-origin: center left;
  z-index: -1;
}

.btn-size {
  font-size: 12px;
  font-family: "Poppins-Regular";
  padding: 5px 25px;
}

/* background button style */

.bg-btn {
  background: #c4a357;
  border-radius: 50px;
  color: #fff;
}
.bg-btn::before {
  background: #dfba68;
}

/* border button style */

.bordered-btn {
  color: #c4a357;
  border-radius: 50px;
  border: 1px solid #c4a357;
}
.bordered-btn::before {
  background: #c4a357;
  color: #fff;
}
.bordered-btn:hover {
  color: #fff;
}

.br-sep {
  border-bottom: 1px solid #e5e1d5;
}

.wh-img {
  filter: brightness(0) invert(1);
}

.bg-properties {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.form-control {
  height: 45px;
}

/* CONTAINER WIDTH CSS */

.container {
  max-width: 1170px !important;
  padding-left: 0;
  padding-right: 0;
}

/* BANNER SECTION CSS */

/* .banner-icon { */
/* height:71vh; */
/* } */
.caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.banner-title {
  font-size: 40px;
  color: #ffffff;
  font-family: "Poppins-Regular";
}

.banner-btn a {
  padding: 8px 35px;
  letter-spacing: 0.5px;
}

.carousel-indicators [data-bs-target] {
  margin-right: 5px !important;
  margin-left: 5px !important;
  width: 28px !important;
  height: 4px !important;
  border-radius: 50px;
  border: 2px solid #fff !important;
  opacity: 1 !important;
  background-color: #fff !important;
}

.carousel-indicators .active {
  background-color: #c4a357 !important;
  border: 2px solid #c4a357 !important;
}

/* .carousel-control-prev-icon, .carousel-control-next-icon{ */
/* width: 20px; */
/* height: 37px; */
/* } */

/* choose section css */

/* gradient css */

.border-gradient {
  border-radius: 150px;
  border: double 2px transparent;
  background-image:
    linear-gradient(#fff, #fff), linear-gradient(to bottom, #bfb1e3, #e5d4b2);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.bgrd2 {
  background-image:
    linear-gradient(#fff, #fff), linear-gradient(to bottom, #b6ccc0, #c4e6dd);
}
.bgrd3 {
  background-image:
    linear-gradient(#fff, #fff), linear-gradient(to bottom, #f9d0c5, #ecc5f3);
}

.chose-bx {
  padding: 22px;
  justify-content: center;
}
.chose-icon {
  height: 46px;
}
.chose-title {
  font-size: 25px;
  color: #111111;
  font-family: "Poppins-Bold";
}
.csym:before {
  content: "$";
}

/* Recommended section css */

.recommend-bx {
  border: 1px solid #c9c9c9;
  padding: 10px 15px 25px 15px;
}
.recommend-icon-block {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  height: 175px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.recommend-icon {
  width: auto !important;
  height: 140px;
}

.recommend-cnt {
  padding-top: 20px;
}

.gtitle {
  font-size: 15px;
  color: #000000;
  font-family: "Poppins-Regular";
  margin-bottom: 5px;
}
.gpara {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
}
.gprice {
  font-size: 14px;
  color: #520a9e;
  font-family: "Poppins-Bold";
  margin-bottom: 10px;
}

.cart-btn {
  color: #ffffff;
  border-radius: 2px;
  background-color: #350f5d;
  border: 1px solid #350f5d;
}
.cart-btn::before {
  background: #551797;
}
.cart-btn:hover {
  border: 1px solid #551797;
}

/* owl carosel css */
.owl-theme .owl-nav [class*="owl-"] {
  color: #947c3a !important;
  font-size: 20px !important;
  background: #efebdf !important;
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #b5a773 !important;
  color: #fff !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  position: absolute;
  top: 42%;
}

.owl-carousel .owl-nav button.owl-next {
  right: -25px;
}
.owl-nav button.owl-prev {
  left: -25px;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.7 !important;
}
.owl-carousel .owl-nav button.owl-next .fa-angle-right {
  padding-left: 4px;
}

/* Customer Reviews section css */

.customer-sec .owl-nav button.owl-next,
.customer-sec .owl-nav button.owl-prev,
.customer-sec button.owl-dot {
  top: 0;
}
.review-hd h5 {
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 28px;
  color: #272727;
  font-family: "Poppins-Medium";
  text-transform: uppercase;
}

/* Toll Free section css */

.toll-sec {
  background-image: url("../images/bg-three.png");
  padding: 20px 0px;
}
.toll-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 15px;
}
.toll-bx {
  border-radius: 10px;
  background-color: #ffffff17;
  padding: 20px 25px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.toll-icon {
  margin-right: 15px;
}

.toll-icon img {
  width: 40px;
  min-width: 40px;
}

.tsmall-title {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 1px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins-Light";
}

.tnum {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Poppins-Regular";
}
.tpara {
  font-size: 12px;
}

.toll-bx:hover .toll-icon img {
  animation: zoom 1s linear infinite;
}

@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

/* FOOTER SECTION CSS */

.footer-section {
  background: #2a2e69;
  color: #fff;
}
.footer-top {
  padding: 45px 0px;
}

.footer-title {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
  font-family: "Poppins-Medium";
}
.foot-li {
  columns: 2;
}
.foot-li a {
  font-size: 12px;
  color: #ffffff;
  text-transform: capitalize;
}
.foot-li a:hover {
  color: #c4a357;
}

/* subscribe box css */

.subscribe-bx p {
  font-size: 12px;
}
.subscribe-box input {
  background-color: transparent;
  width: 100%;
  color: #9b9bb5;
  height: 42px;
  font-size: 13px;
  font-family: "Poppins-Regular";
  border-radius: 50px;
  border: 1px solid #9696a2;
  padding-left: 25px;
}
.subscribe-box button {
  background-color: #48529f;
  border: 0;
  height: 34px;
  width: 34px;
  right: 5px;
  top: 4px;
  border-radius: 50%;
  position: absolute;
  line-height: 14px;
}
.subscribe-box input:focus {
  border-color: 0;
  outline: 0;
  box-shadow: none;
}
.subscribe-box ::placeholder {
  color: #9b9bb5 !important;
}
.subscribe-box button img {
  height: 14px;
}

/* COPYRIGHT CSS */

.copyright {
  padding: 20px 0px;
  border-top: 1px solid #ffffff26;
}
.copyright p {
  color: #ffffff;
}
.aw-txt {
  color: #c4a357;
}

/* social icons */

.f-icon {
  position: relative;
  text-align: center;
  width: 0px;
  height: 0px;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  color: #fff;
  /* background-color: #cf2027; */
  /* border-radius:8px; */
  display: inline-block;
  margin: 0px 6px 0px 0px;
  transform: translateY(5px);
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.f-icon i {
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.f-icon:hover {
  border: 2px solid #c4a357;
  background: #c4a357;
}

/* ---------------------------------------------------------------- */
/* INNER PAGES COMMON CSS */
/* ---------------------------------------------------------------- */

.page-top-gap {
  padding-top: 30px;
}
.page-title {
  font-size: 32px;
  display: inline-block;
  border-bottom: 2px dotted #c4a357;
  font-family: "Poppins-SemiBold";
}
.title2 {
  font-family: "Poppins-Medium";
}
.title3 {
  font-family: "Poppins-Medium";
}

.update-gap {
  padding-top: 150px;
  padding-bottom: 200px;
}

/* ---------------------------------------------------------------- */
/* SHOP PAGE CSS */
/* ---------------------------------------------------------------- */

.chap-box {
  border-radius: 6px;
  background: #fff;
  box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}

.chap-ico {
  overflow: hidden;
  border-radius: 6px;
}

.chap-ico img {
  height: 160px;
  border-radius: 6px 6px 0px 0px;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}
.chap-c {
  padding: 16px;
}
.chap-c .medium-title {
  font-size: 20px;
  line-height: 26px;
}
.chap-box:hover img {
  transform: scale(1.07);
}

.prod-catalog {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

/* ---------------------------------------------------------------- */
/* DONATE PAGE CSS */
/* ---------------------------------------------------------------- */

.gitem-card {
  height: 100%;
}
.gitem-card .chap-ico img {
  height: 250px;
}

.cnt-bg {
  /* background-image: linear-gradient(0deg, #f4f1fa 0%, #f4f1fa 50%, #fdf0f9 100%); */
  background: rgb(244, 241, 250);
  background: linear-gradient(
    180deg,
    rgba(244, 241, 250, 1) 20%,
    rgba(248, 241, 249, 1) 40%,
    rgba(251, 239, 249, 1) 66%,
    rgba(255, 253, 254, 1) 96%,
    rgba(255, 250, 252, 1) 99%
  );
  border-radius: 50%;
  width: 685px;
  height: 685px;
  margin: auto;
}

.cnt-gap {
  padding: 75px 120px 60px 120px;
}

/* form css */

.common-form input,
.common-form select {
  height: 50px;
}
.common-form input,
.common-form select,
.common-form textarea {
  font-size: 15px;
  color: #252525;
  background: white;
  border-radius: 3px;
  border: 1px solid #252525;
}

::placeholder {
  color: #252525 !important;
  opacity: 1;
}

.common-form-btn {
  height: 50px;
  color: #fff;
  background-color: #301250;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  z-index: 9;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  border: 1px solid #252525;
}

.common-form-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: center right;
  background-color: #4c2278;
  z-index: -1;
}

.common-form-btn:hover::before {
  transform: scaleX(1);
  transform-origin: center left;
  z-index: -1;
}

.common-form-btn:hover {
  color: #fff !important;
}

.textarea {
  height: 100px;
}

.frm-gap {
  margin-bottom: 13px;
}

.file-input {
  font-size: 15px;
  color: #252525;
  border-radius: 3px;
  border: 1px solid #252525;
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 5px;
  width: 100%;
  height: 50px;
  position: relative;
}

.file-input > [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 6px 16px;
  border-radius: 2px;
  margin-right: 8px;
}

.file-input:hover > .button {
  background: dodgerblue;
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: 0.3;
}

.file-input.-chosen > .label {
  opacity: 1;
}

/* ---------------------------------------------------------------- */
/* CONTACT PAGE CSS */
/* ---------------------------------------------------------------- */

.cont-details a {
  /* font-family: 'Syne-Medium'; */
  color: #232222;
  font-size: 18px;
  line-height: 30px;
  margin: 5px 10px;
}

.m-icon {
  height: 18px;
  transform: translateY(-1px);
}

/* -------------------------------------------*/
/* FAQ PAGE CSS */
/* -------------------------------------------*/

.fpanel {
}
.accordion-item {
  margin-top: 20px;
  border: 1px solid #a663ed !important;
  border-radius: 3px;
}
.accordion-button {
  border-radius: 3px;
}
.accordion-button:focus {
  box-shadow: none;
}

/* -------------------------------------------*/
/* TRSTIMONIALS PAGE CSS */
/* -------------------------------------------*/

.client-card {
  border: 1px solid #dee2e6 !important;
  padding: 15px 15px 10px;
  border-radius: 0px 30px 0px 0px;
}
.client-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 5px;
}

.client-name {
  font-size: 15px;
  color: #000000;
  font-family: "Poppins-Regular";
}

/* -------------------------------------------*/
/* OUR TEAM PAGE CSS */
/* -------------------------------------------*/

.team-card {
  cursor: pointer;
}
.team-icon-bar {
  overflow: hidden;
  border-radius: 6px;
}
.team-icon {
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
  object-position: top;
  transition: all 0.3s ease-in-out;
}
.team-card:hover img {
  transform: scale(1.07);
}
.team-name {
  font-size: 18px;
  color: #000000;
  font-family: "Poppins-Regular";
  margin-bottom: 5px;
}

.team-dsg {
  text-transform: uppercase;
  font-size: 14px;
}

/* Raju  */

/* News Section */

.news-carousel {
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #fdff7c;
  padding: 8px 0px 4px 20px;
  background-color: #232b6a;
  position: relative;
  z-index: 2;
  transform: translateY(-10px);
}
.news-carousel ul {
  list-style: none;
  display: flex;
  margin-bottom: 0px;
}
.news-carousel ul li {
  font-size: 14px;
  color: #ffffff;
  font-family: "Poppins-Light";
  padding-right: 30px;
  position: relative;
  white-space: nowrap;
}

.news-carousel ul li::before {
  /* content: url(../images/news-list.png); */
  /* transform: translateY(2px); */
  display: inline-block;
  padding-right: 6px;
  filter: brightness(5);
}
.news-carousel a {
  color: #fff;
}
.news-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
}
.news-carousel marquee {
  margin-inline: 10px;
  transform: translateY(1px);
}
.ls-25 {
  letter-spacing: 0.25px;
}
.news-head img {
  display: inline-block;
  transform: translateY(-3px);
  filter: brightness(5);
  padding-left: 10px;
}
.news-head {
  font-size: 15px;
  color: #fff;
  font-family: "GraphikRegular";
  color: #fdff7c;
}
@media (max-width: 576px) {
  /* .header-topbar {display: none;} */
  .news-head {
    text-align: center;
  }
  .news-head img {
    display: none;
  }
  .news-grid {
    display: block;
  }
  .input_box {
  width: 90%;
}
}

.bg-one {
  background-color: #eff5fb;
}
.shadow-1 {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.title-one {
  font-size: 36px;
  letter-spacing: 0.2px;
  line-height: 36px;
  color: #181818;
  font-family: "Poppins-Medium";
  margin-bottom: 10px;
}
.title-two {
  font-size: 25px;
  letter-spacing: 0.2px;
  line-height: 30px;
  color: #181818;
  font-family: "Poppins-Medium";
  margin-bottom: 10px;
}
.title-three {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 26px;
  color: #181818;
  font-family: "Poppins-Medium";
  margin-bottom: 10px;
}
.about-section {
  padding-top: 38px;
  padding-bottom: 120px;
}
.about-section .shadow-1 {
  padding: 50px;
}
.bdr-20 {
  border-radius: 20px;
}

.home-abou-box {
  background-image: linear-gradient(0deg, #c9d6e3 0%, #e6eef5 100%);
  border-radius: 20px;
  /* transform: translateY(50px); */
  padding: 50px 30px 0px 50px;
  position: absolute;
}
.cus-btn-1 {
  border: 1px solid #241c15;
  display: inline-block;
  border-radius: 50px;
  padding-inline: 27px;
  letter-spacing: 1px;
  color: #000;
  line-height: 38px;
}

.event-box {
  border: 2px solid #192435;
  padding: 45px 20px 60px;
  height: 100%;
  border-radius: 15px;
  position: relative;
}
.event-heading {
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 45px;
  text-transform: uppercase;
  color: #181818;
  font-family: "Poppins-Medium";
  text-align: center;
  border-radius: 50px;
  position: absolute;
  top: -24px;
  width: 80%;
  text-align: center;
  left: 0;
  margin-inline: 10%;
}
.bg-1 {
  background-color: #e4ecf3;
}
.bg-2 {
  background-color: #e8ddf4;
}
.bg-3 {
  background-color: #fce9d5;
}
.event-box-img {
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 18px;
}
.event-box-img img {
  max-width: 100%;
  width: 100%;
  height: 210px;
}
.event-title {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
}
.event-btn {
  position: absolute;
  bottom: 25px;
  color: #000;
}
.event-btn img {
  padding-left: 10px;
  height: 30px;
}

/* Gallery Section */

.gallery-section {
  padding-bottom: 50px;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* background: #fff url(../images/bg-four.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}
.gallery-section::before {
  content: "";
  background-image: url(../images/bg-three.png);
  height: 50%;
  width: 100%;
  position: absolute;
  z-index: -2;
  background-repeat: repeat-y;
}
.gallery-section::after {
  content: "";
  background-color: #f6f6f6;
  width: 100%;
  margin-left: calc((100% - 1280px) / 2);

  height: 100%;
  top: 40px;
  position: absolute;
  z-index: -1;
}
.video-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 0px 50px 50px 50px;
}

.video-gallery a img {
  object-fit: cover;
  width: 100% !important;
  height: 100%;
}

.video-item {
  position: relative;
  display: block;
}
.video-item::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  bottom: 50%;
  left: 50%;
  background-image: url(../images/play-icon.png);
  background-size: contain;
  transform: translate(-50%, 50%);
}
.photo-gallery {
  padding: 60px 50px 30px 50px;
}
.semi-container {
  padding-top: 40px;
}
.gallery-grid img {
  max-width: 100%;
  /* padding: 8px; */
}
.gallery-img img {
  /* display: inline-block; */
  margin-bottom: 15px;
}
.gallery-grid {
  /* background: #EEE; */
}

/* .gallery-grid {
    margin-inline: -12px;
  } */
.gallery-grid {
  /* width: 100% !important; */
}
.ticker {
  height: 390px;
  overflow: hidden;
}
.ticker li:not(:last-child) {
  border-bottom: 1px dotted #50545c;
}
.ticker li {
  padding-block: 15px;
  transition: 1s;
}
.ticker li a {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 24px;
  color: #0e5ad9;
  transition: 1s;

  display: block;
}
.ticker li a.link-heading {
  font-size: 16px;
  line-height: 22px;
  color: #17208e;
  font-family: "Poppins-Regular";
}
.ticker ul {
  /* transition: 0.15s; */
  position: relative;
}
.useful_links li:not(:last-child) {
  border-bottom: 1px dotted #50545c;
}
.useful_links li {
  padding-block: 15px;
  transition: 1s;
}
.useful_links li a {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 24px;
  color: #0e5ad9;
  transition: 1s;

  display: block;
}
.useful_links li a.link-heading {
  font-size: 16px;
  line-height: 22px;
  color: #17208e;
  font-family: "Poppins-Regular";
}
.useful_links ul {
  /* transition: 0.15s; */
  position: relative;
}
.header-btn img {
  width: 20px;
  margin-right: 4px;
}
.header-btn,
.btn:disabled {
  line-height: 40px !important;
  border-radius: 21px !important;
  background-color: #ab0009 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  /* position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); */
}

.header-topbar-right {
  display: grid;
  grid-template-columns: 160px 1fr 160px;
  gap: 10px;
  align-items: center;
}
.logo-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-62px);
  border-radius: 100px;
  filter: drop-shadow(0px 8px 12.5px rgba(13, 21, 85, 0.3));
  /* background-color: #ffffff; */
  padding: 2px;
  border-radius: 50%;
  width: 130px;
}
.header-topbar-right > div:first-child {
  position: relative;
}
.header-topbar {
  height: 150px;
}
.news.event-box {
  padding-top: 30px;
}
.top-header-image {
  position: absolute;
  right: 0;
  max-width: 100%;
  top: 0;
}

/* Inner pages */
.inner-banner-sec {
  height: 280px;
  background-image: url(../images/inner-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: center;
}
.inner-banner-title {
  font-size: 30px;
  line-height: 40px;
  color: #181818;
  font-family: "Poppins-Medium";
}
.inner-news .news-carousel {
  transform: translateY(-20px);
}
.common-section-50 {
  padding:0px;
}
.inner-shadow {
  padding: 35px;
}
.bg-linear-1 {
  background-image: linear-gradient(0deg, #cedbe7 0%, #e6eef5 100%);
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.header {
  background-image: linear-gradient(0deg, #232b6a 0%, #323b84 100%);

  z-index: 997;
  /* position: absolute; */
  /* padding: 30px 0;
    top: 0;
    left: 0;
    right: 0; */
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
  # Desktop Navigation
  --------------------------------------------------------------*/
@media (min-width: 1024px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: auto;}
    .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10px;} */
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    white-space: nowrap;
    padding: 8px 0 8px 25px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    transition:
      color 0.3s,
      background 0.3s;
    font-family: "Poppins-Light";
    letter-spacing: 0.25px;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    /* width: 20px;
      height: 20px; */
    position: relative;
    z-index: 20;
  }

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

  .navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }

  .navbar .menu-item-has-children ul li {
    min-width: 200px;
  }

  .navbar .menu-item-has-children ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-default);
    font-weight: 400;
  }

  .navbar .menu-item-has-children ul a i {
    font-size: 12px;
  }

  .navbar .menu-item-has-children ul a:hover,
  .navbar .menu-item-has-children ul .active:hover,
  .navbar .menu-item-has-children ul li:hover > a {
    color: var(--color-primary);
  }

  .navbar .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}
/*
  @media (min-width: 1024px) and (max-width: 1366px) {
    .navbar .menu-item-has-children .menu-item-has-children ul {
      left: -90%;
    }

    .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
      left: -100%;
    }
  } */

@media (min-width: 1024px) {
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/
@media (max-width: 1023px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: 90%;}
    .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10%;color: rgba(255, 255, 255, 0.7);} */
  .navbar ul li.menu-item-has-children > a i {
    position: absolute;
    right: 0;
    width: 10%;
    height: 42px;
    text-align: center;
    top: 0px;
  }
  .navbar ul li.menu-item-has-children > a i::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .navbar ul li.menu-item-has-children > a {
    position: relative;
  }
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #232b6ad9;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
    font-family: "Poppins-Light";
    letter-spacing: 0.25px;
  }

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

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

  .navbar .menu-item-has-children ul,
  .navbar .menu-item-has-children .menu-item-has-children ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #8f8f8f;
  }
  .dropdown-active a {
    font-size: 12px !important;
    padding: 6px 15px;
  }

  .navbar .menu-item-has-children > .dropdown-active,
  .navbar .menu-item-has-children .menu-item-has-children > .dropdown-active {
    display: block;
  }

  /* .navbar .dropdown>.dropdown-active, .navbar .dropdown .dropdown>.dropdown-active {
      display: block;
  } */
  .mobile-nav-show {
    position: relative;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    padding-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left: 350px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}

/* Light gallery */

.gallery_section img {
  width: 100%;
  cursor: pointer;
  /*   margin-bottom: 8px; */
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: #000000b8;
  perspective: 1000;
  z-index: 10;
}

.filter {
  position: absolute;
  /* width: 100%;
      height: 100%;
      filter: blur(20px); */
  /* opacity: 0.5; */
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}

/*.lightbox:hover img{
    transform: translate(-50%, -50%) rotateY(180deg);
  }*/

[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}

.close:after,
.close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0;
}
.gallery_section {
  column-width: 300px;
  column-gap: 8px;
}

/* Sri css */

.ex_member_set {
  position: relative;
  border-radius: 15px;
  border: 2px solid #232b6a;
  transition: all 0.3s linear;
  height: 100%;
  padding-top: 30px !important;
}
.ex_member_set:hover {
  margin-top: -5px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  transition: all 0.3s linear;
}
.ex_member_title {
  position: absolute;
  top: -18px;
  display: inline-block;
  background-color: #232b6a;
  color: #fff;
  padding: 4px 20px;
  border-radius: 25px;
  font-size: 15px;
  text-align: center;
}
.ex_member_set img {
  width: 160px;
  border-radius: 50%;
  transition: all 0.3s linear;
  /* transform: scale(1); */
}
.ex_member_set .member_pic {
  border-radius: 50%;
  transition: all 0.3s linear;
  overflow: hidden;
}
.ex_member_set:hover img {
  /* transform: scale(1.1); */
  transition: all 0.3s linear;
}
.light_border {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s linear;
}
.light_border.ss {
  min-width: 300px;
}
.light_border:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  transition: all 0.3s linear;
}
.list_style li {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  padding-left: 30px;
}
.list_style li::before {
  position: absolute;
  content: "";
  background: url("../images/sparkler.png") no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
}

.contact_top_sec {
  padding: 15px;
  background: #2b296c;
  color: #fff;
  text-align: center;
}
.border_color {
  border: 1px solid #2b296c;
}
.contact-us p {
  /* display: none; */
  margin-bottom: 0px;
}
.input_box {
  border: 1px solid #ccc;
  width: 100%;
  padding: 8px 15px;
}
.contact_top_sec a {
  color: #fff;
}
.header-btn.btn:hover {
  color: #fff;
  background-color: #ab0009 !important;
  border-color: #ab0009 !important;
}
.icon_top_sec {
  justify-content: center;
}
.contact_top_sec .title-two {
  color: #fff;
}
.name-title {
  font-family: "Poppins-Regular";
  text-align: center;
  color: #ab0009;
}
.name-title address {
  color: #000;
}

.alumni-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 5px 20px 5px;
  transition: all 0.3s linear;
}
.alumni-box .alumni-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}
.alumni-box .header-btn {
  display: inline-flex;
  padding-inline: 30px;
  line-height: 34px;
}
.alumni-box:hover {
  margin-top: -5px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  transition: all 0.3s linear;
}
.error {
  color: red;
  border-color: red !important;
}

.input_box:focus-visible {
  outline: none !important;
}

/* wp */

.wpcf7-form input.error,
.wpcf7-form textarea.error {
  border: 1px solid red !important;
}

label.error {
  color: red !important;
  font-weight: 300 !important;
  font-size: 15px !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none !important;
}

.form-row p {
  margin-bottom: 0px !important;
}

.form-row .error {
  margin-bottom: 0px;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-response-output {
  -webkit-animation: cssAnimation 15s forwards;
  animation: cssAnimation 15s forwards;
}

.screen-reader-response {
  display: none !important;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
  border: 1px solid #ff0d21;
  padding: 5px 10px;
  margin-top: 10px;

  /* Orange */
}

.wpcf7-form.sent .wpcf7-response-output {
  border: 1px solid #46b450;
  padding: 5px 10px;
  color: #fff;
  background: #46b450;
  margin-top: 10px;

  /* Green */
}

.footer-sec .wpcf7-form.sent .wpcf7-response-output {
  border: 1px solid #46b450;
  padding: 5px 10px;
  color: #fff !important;
  /* Green */
}

@keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.wpcf7-not-valid-tip {
  display: none !important;
}

.e-title {
  margin-top: 15px;
  font-size: 20px;
  font-family: "Poppins-SemiBold";
  margin-bottom: 5px;
}
.e-date,
.e-venue {
  font-size: 15px;
  font-family: "Poppins-SemiBold";
}
.e-date span,
.e-venue span {
  font-family: "Poppins-Regular" !important;
  text-align: center;
  color: #ab0009;
}

.news-bx {
  display: flex;
  align-items: center;
  background-color: #dde7f138;
  border: 1px solid #2c357b;
  padding: 10px;
  height: 100%;
}

.news-ico img {
  width: 240px !important;
  height: 259px;
  background-color: #ccc;
}
.news-cnt .name-title {
  font-family: "Poppins-Light";
}
.news-ico {
  margin-right: 25px;
}

.news-title,
.news-title a {
  font-size: 20px;
  color: #0d0d0d;
  font-family: "Poppins-Medium";
}

.news-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  width: 151px;
  height: 35px;
  border-radius: 50px;
  background-color: #ffa300;
  border: 0;
}

.past-pre-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 20px;
}
.shadow-3 {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.gallery-grid-sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.gallery-grid-sec img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}
.souvenir .alumni-box .alumni-img img {
  object-fit: contain;
}

.captchabg {
  background: #000;
  color: #fff;
  padding: 8px;
  margin: 0 5px;
}

.contact-msg {
  width: 70%;
  margin: auto;
  padding: 10px;
}
.clr1 {
  color: #ab0009;
}
.clr3 {
  color: green;
}
.clr4 {
  color: #000;
}

/* Events */

/* upcoming events css */
.cmn-event-list-item:hover {
  border-color: #2c357b;
  background-color: #dde7f1;
}

.cmn-event-list-item {
  margin-bottom: 15px;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5px;
  row-gap: 15px;
  padding: 15px;
  border: 1px solid #e3e3e3;
  /* height: 100%; */
}
.cmn-event-list-item.inner-page {
  grid-template-columns: 170px 1fr;
  gap: 20px;
}

.event-img img {
  max-width: 100%;
}
.cmn-event-list-item h6 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  color: #ab0009;
  font-size: 14px;
  font-family: "Poppins-Regular";
}

.cmn-event-loc {
  font-size: 13px;
  line-height: 20px;
  font-family: "Poppins-Medium";
  color: #484848;
}

.cmn-event-btn a {
  display: inline-block;
  border-radius: 0;
  padding: 2px 12px;
  text-transform: capitalize;
  color: #262626 !important;
  background: #fd421c;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 13px;
}

/* .cmn-event-list-item:hover .cmn-event-btn a {
    border-color: #2c357b;
  } */
.cmn-event-list-item:hover h6 {
  border-color: #2c357b !important;
}

.cmn-event-name {
  font-family: "Poppins-SemiBold";
  font-size: 18px;
  line-height: 20px;
}

.row-gap > div {
  margin-bottom: 15px;
}

.border_right {
  border-right: 1px solid #e3e3e3;
}
.cmn-event-list-item:hover .border_right {
  border-color: #69af47;
}
.border-t3 {
  border: none;
  border-top: #69af47 3px solid;
  border-radius: 5px;
  box-shadow: 0px 3px 5px 0px rgba(221, 221, 221, 1);
}
.content_decration {
  display: inline-block;
  border-bottom: 1px solid #e3e3e3;
}
.event-banner1 img {
  max-width: 100%;
  margin-block: 15px;
  border-radius: 5px;
}

img {
  max-width: 100%;
}
.cmn-form-btn {
  display: inline-block;
  /* background-image: linear-gradient(90deg, #ff3228 0%, #ff9b1a 100%); */
  background-color: #fd2e2c;
  color: #fff;
  padding: 8px 50px;
  border: none;
  margin-top: 0px !important;
}

/* tabsin custom payment */

.cus-tabs-container {
  width: 100%;
}

.cus-tabs-nav {
  display: inline-flex;
  flex-wrap: wrap;
}

.cus-tab-label {
  text-align: center;
  flex: 1;
  padding: 5px 10px;
  background-color: #ffffff;
  border: none;
  width: 100%;
  border: 1px solid #d5d5d5;
  margin: 5px;
  cursor: pointer;
}

.cus-tab-label.active {
  background-color: #ad1115;
  border-color: #ad1115;
  color: #fff;
}

.cus-tabs-content .cus-tab-pane {
  display: none;
}

.cus-tabs-content .cus-tab-pane.active {
  display: block;
}

.member-amount {
  height: 58px;
  line-height: 58px;
  padding: 10px;
  background: #283073 !important;
  color: #ffffff !important;
  font-size: 35px !important;
  display: inline-flex;
  font-family: "Poppins-SemiBold";
  align-items: center;
  justify-content: space-between;
}
.member-amount .dollor {
  display: inline-block;
  margin-right: 20px;
}
.paypal-img {
  width: 220px;
}

.font16 {
  font-size: 16px;
}

.cmn-form-btn {
  display: inline-block;
  background-image: linear-gradient(90deg, #ff3228 0%, #ff9b1a 100%);
  background-color: #fd2e2c;
  color: #fff;
  padding: 8px 50px;
  border: none;
  margin-top: 10px;
}

.dollor {
  position: relative;
}

.dollor::before {
  content: "";
  position: absolute;
  height: 40px;
  top: 10px;
  width: 1px;
  right: -10px;
  background-color: #fff;
}

.cus-table table th {
  font-family: "Poppins-Regular" !important;
  font-weight: normal !important;
  background-color: #283073;
  color: #fff;
}

.member-amount input {
  line-height: 10px;
  width: 159px;
  background: transparent;
  border: 0;
  color: #fff;
  text-align: end;
}
.member-amount input:focus {
  outline: none;
}

.payment-input {
  background: #f7f7f7;
  padding: 20px 20px;
}

.donately-donation-amount label {
  position: absolute;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 0px;
}

.donately-donation-amount .zeros {
  right: 12px;
}

.donately-donation-amount .donately-dollar-sign {
  left: 10px;
}

.donately-donation-amount input {
  background: #283073 !important;
  color: #ffffff !important;
  padding: 10px 80px 10px 50px;
  border: none;
  line-height: 50px;
  text-align: right;
  width: 100%;
  font-size: 45px;
  /* font-family: 'p-SemiBold'; */
}

input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.donately-donation-amount fieldset.has-error {
  border-color: #ff3737;
}

.donately-donation-amount fieldset {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Poppins-SemiBold";
  border-color: transparent;
}

.donately-donation-amount ::placeholder {
  color: #fff !important;
}

.donately-donation-amount fieldset::before {
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  background-color: #fff;
  left: 50px;
}
.donation_doller {
  position: relative;
}
.donation_doller input {
  padding-left: 50px;
}
.donation_doller .doller {
  padding-inline: 15px;
  line-height: 42px;
  border-right: 1px solid #ccc;
  position: absolute;
  top: 0;
}

.cus-inner-table td,
.cus-inner-table th {
  border: 0px;
}
.cus-inner-table th {
  font-family: "Poppins-Medium";
  font-weight: 500 !important;
  color: #000;
  width: 25%;
}
.cus-inner-table td {
  font-family: "Poppins-Regular";
  color: #515151;
}

.cmn-form-btn {
  display: inline-block;
  background-image: linear-gradient(90deg, #2e367c 0%, #ab00098a 100%);
  background-color: #272f71;
  color: #fff;
  padding: 8px 50px;
  border: none;
  margin-top: 10px;
}
.theme-bg {
  background-color: #2f387f !important;
}

.header-btn.btn.theme-bg:hover {
  background-color: #151d5c !important;
  border-color: #151d5c !important;
}

.cus-sub-head {
  font-size: 21px;
  font-family: "Poppins-Medium";
  line-height: 25px;
  padding-bottom: 8px;
  color: #ef3b3b;
}
.d_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.donation-payment-sec .payment-border {
  border: 1px solid #17208e;
  border-top: 3px solid #17208e;
  padding: 20px;
  margin-bottom: 20px;
}

.payment-border .title-three {
  font-size: 14px !important;
  letter-spacing: 0px !important;
  line-height: 26px;
  color: #181818;
  font-family: "Poppins-Medium";
  margin-bottom: 10px;
}
.payment-border .title-two {
  font-size: 20px;
  letter-spacing: px;
  line-height: 26px;
  color: #397800;
  font-family: "Poppins-Medium";
}

.payment-border a {
  color: #d10909 !important;
}

.user-side-menu a {
  color: #000;
  /* font-family: 'Poppins-Regular'; */
  font-weight: normal;
  display: block;
}

.user-side-menu i {
  display: inline-flex;
  font-size: 17px;
  position: relative;
  top: 1px;
  width: 20px;
  object-fit: contain;
  /* padding-right: 10px; */
}
.user-side-menu a {
  position: relative;
  transition: all ease 0.5s;
}
.user-side-menu a:hover {
  margin-left: 5px;
  color: #0e5ad9;
}

.cus-inner-table td,
.cus-inner-table th {
  border: 0px;
}
.cus-inner-table th {
  font-family: "Poppins-Medium";
  font-weight: 500 !important;
  color: #000;
  width: 25%;
}
.cus-inner-table td {
  font-family: "Poppins-Regular";
  color: #515151;
}

.cmn-form-btn {
  display: inline-block;
  background-image: linear-gradient(90deg, #2e367c 0%, #ab00098a 100%);
  background-color: #272f71;
  color: #fff;
  padding: 8px 50px;
  border: none;
  margin-top: 10px;
}
.theme-bg {
  background-color: #2f387f !important;
}

.header-btn.btn.theme-bg:hover {
  background-color: #151d5c !important;
  border-color: #151d5c !important;
}

.cus-sub-head {
  font-size: 21px;
  font-family: "Poppins-Medium";
  line-height: 25px;
  padding-bottom: 8px;
  color: #ef3b3b;
}
.d_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#member-profile-edit h6 {
  font-size: 14px !important;
  font-family: "Poppins-Medium";
}

.email-error-msg,
.email-error-msg2 {
  color: #fb3841 !important;
}
.cus-li-2 li {
  position: relative;
  padding: 10px;
  padding-left: 30px;
  border-bottom: 1px dotted #ccc;
}
.cus-li-2 li a {
  color: #000;
  transition: all ease 0.5s;

  display: inline-block;
}
.cus-li-2 li a:hover {
  color: red !important;
  margin-left: 5px;
}
.cus-li-2 li:before {
  content: "\F471";
  font-size: 20px;
  font-family: "bootstrap-icons";
  left: 0px;
  position: absolute;
}

.inner-pages .list_style li,
.inner-pages ul li {
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 26px;
  padding-left: 25px;
}
.inner-pages .list_style li::before,
.inner-pages ul li::before {
  position: absolute;
  content: "";
  background: url("../images/sparkler.png") no-repeat;
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0;
}

.menuhighlight {
  color: #ffff00 !important;
  font-weight: bold;
}

.pdf-sec li a,
.links-sec li a {
  padding-left: 30px;
  color: #c70037;
  transition: 0.8s;
}
.pdf-sec li a:hover,
.links-sec li a:hover {
  margin-left: 5px;
  transition: 0.8s;
  color: #f8810d;
}
ul.pdf-sec,
ul.links-sec {
  list-style-type: none;
}
.pdf-sec li a,
.links-sec li a {
  position: relative;
  line-height: 40px;
  display: inline-block;
  padding-right: 2px;
}
.pdf-sec li,
.links-sec li {
  padding-left: 0px !important;
}
.pdf-sec li::before,
.links-sec li::before {
  display: none;
}
.pdf-sec li a::before,
.links-sec li a::before {
  position: absolute;
  left: 0;
  content: "\F63D";
  font-family: "bootstrap-icons";
  font-size: 24px;
}
.links-sec li a::before {
  content: "\F471";
  font-size: 24px;
}
.xls-sec li.xls-icon a {
  color: green;
}
.xls-sec li.xls-icon a::before {
  content: "\f793" !important;
}
.cursor,
a,
button {
  cursor: pointer;
}
.cus-des {
  margin-left: 0px;
  margin-top: 12px;
}
.cus-des ul li {
  padding-left: 15px;
  position: relative;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 10px;
}

.cus-des ul li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\F285";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 1024px) {
  .user-change > .col-md-4 {
    width: 28%;
  }
  .user-change > .col-md-8 {
    width: 72%;
  }
}
.modal-open {
  padding-right: 0px !important;
}

/* LAKSHMI CSS */

.grid-layout {
  display: grid;
  width: 100%;
  grid-template-columns: 280px 1fr;
  border: 1px solid #ccc;
}
.grid-left {
  border-right: 1px solid #ccc;
  padding: 15px;
}

.grid-right {
  padding: 20px;
}
.g-ip {
  border: 0;
  border-bottom: 1px solid;
}

.comte-lis ul li {
  margin-top: 7px;
}
.comte-dsg {
  font-size: 15px;
  line-height: 22px;
  color: #17208e;
  font-family: "Poppins-Regular";
}
.comte-mdl .modal-body {
  padding: 40px;
}
.comte-mdl .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.grid-layout .grid-left p {
  font-size: 13px;
  line-height: 20px;
}
/* RESPONSIVE CSS */

@media screen and (max-width: 991px) {
  .comte-mdl .modal-body {
    padding: 15px 0px;
  }
  .comte-mdl .btn-close {
    right: 20px;
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .grid-layout {
    grid-template-columns: none;
  }
  .grid-left {
    border-right: 0;
  }
  .footer-btn {
    font-size: 11px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .comte-mdl {
    --bs-modal-width: 730px;
  }
}

#viewRecipet .modal-xl {
  max-width: 950px !important;
}

.cus-sticky {
  overflow-x: auto;
}
.cus-sticky td,
.cus-sticky th {
  white-space: nowrap;
}
.cus-sticky tr td:last-child,
.cus-sticky tr th:last-child {
  position: sticky;
  right: 0;
  border-left: 1px solid #ccc;
}
.content {
  /* display: none; */
}
.parent-tr td {
    background-color: #d8dcff !important;
}
.child-tr td {
  background-color: #2830730d !important;
}
table label {
  font-family: "Poppins-Medium";
}
table .cus-cd {
  color: #283073;
  font-family: "Poppins-SemiBold";
  font-size: 15px;
}
.cus-c {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.cus-cd {
  position: relative;
}

/* label.cus-cd:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 50px;
} */

/* input.cus-c:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 4px;
  width: 0px;
  height: 10px;
  border: solid #0079bf;
  border-width: 5px;
 
  border-radius: 50%;
} */
label.error {
  font-family: "Poppins-Light";
}

#eventRegistraion .form-check {
  position: relative;
  padding-left: 30px;
}
#eventRegistraion .form-check label.cus-cd:before {
  position: absolute;
  left: -25px;
  top: 2px;
}
#eventRegistraion .form-check input.cus-c:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -21px;
}

.ad-sub {
  position: relative;
  padding-left: 30px !important;
}
.ad-sub::before {
  position: absolute;
  content: "\F135";
  font-size: 20px;
  font-family: "bootstrap-icons";
  left: 10px;
}
.orange-t {
  color: #ab0009;
}
.lowgray-t1 {
      font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 600;
}
td select.form-control {
  height: 32px;
  appearance: auto;
  line-height: 32px;
  padding-left: 12px;
  width: auto;
  font-size: 14px;
  padding: 0px 10px !important;
  border-radius: 0px !important;
  margin: 0 auto;
}
/* .cus-des{

} */

table label {
  display: block;
}

.child-tr {
  user-select: none;
  opacity: 0.6;
  z-index: -1;
  pointer-events: none;
}
.child-tr.active22 {
  cursor: auto;
  user-select: auto;
  opacity: 1;
  z-index: 1;
  pointer-events: inherit;
}

ol.order-list li::marker {
  font-size: 16px;
  font-family: "Poppins-Regular";
}
ol.order-list li {
  font-size: 16px;
  font-family: "Poppins-Light";
  margin-bottom: 10px;
}
.title-four {
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 30px;
  color: #181818;
  font-family: "Poppins-Medium";
  margin-bottom: 10px;
}
.designs-and-floor-plans-table-set {
  max-width: 650px;
  margin: auto;
  width: 100%;
}

.bg-two {
  background-color: #eee;
}
.floor-img {
  background: white;
  padding: 15px;
  border-radius: 10px;
}

.cus-li-inner {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}
.cus-li-inner li {
  gap: 10px;
}

.cus-li-inner li a {
  color: #000;
  background: #dde7f1;
  border-radius: 31px;
  padding: 10px 25px;
  font-size: 12px;
}
.cus-li-inner li a.active {
  background: #293275;
  color: #fff;
}
.cus-li-inner {
  flex-wrap: wrap;
}
.title-three a {
  color: #000;
}

.carousel-item {
  display: block !important;
}
.logo-icon-2 {
  position: absolute;
  right: 0;
}

.banner-sec {
  margin: 20px 20px;
  border-radius: 50px;
  margin-top: 0px;
}
.banner-sec .banner-image {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
  object-position: center;
}

.lqd-imggrp-single .lqd-imggrp-img-container {
  overflow: hidden;
  border-radius: 16px !important;
}

.lqd-imggrp-single .lqd-imggrp-img-container img {
  border-radius: 16px !important;
  transition: transform 0.4s ease;
}

.lqd-imggrp-single .lqd-imggrp-img-container img:hover {
  transform: scale(1.06); /* subtle zoom */
}

.ss-img img {
  width: 100px;
}

.time-style {
  justify-content: center;
  align-items: center;
  display: flex;
}
.event-deatiles {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #101010;
  font-family: "Poppins-Light";
}

/* when expanded */
.event-deatiles.is-open {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.iconbox-icon-container i {
  font-size: 14px !important;
}
.border-event {
  border: 2px solid #0b054b !important;
  color: #0b054b !important;
}
.spo {
  padding: 10px !important;
}
.spo img {
  width: 90%;
  display: block;
  box-shadow: 0px 0px 5px 0px #54545426;
  padding: 20px;
}
/* Treat existing items like cards */
.ld-media-item {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* Card image pattern */
.ld-media-item figure {
  position: relative;
  width: 100%;
  height: 100%;
}

.ld-media-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hover zoom (optional, smooth) */
.ld-media-item:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
h2.relative {
  position: relative;
  font-family: "Poppins-Medium";
  font-size: 36px;
  letter-spacing: 0.2px;
  line-height: 36px;
  /* color: #181818 !important; */
}
p.relative {
  font-family: "Poppins-Light";
  font-size: 15px;
  color: #101010;
}
.btn-md {
  --btn-pt: 11px !important;
  --btn-pe: 2.1em !important;
  --btn-pb: 11px !important;
  --btn-ps: 2.1em !important;
}
.time-cc {
  color: #272b74;
}
.text-primary {
  color: #272b74 !important;
}
.rounded-inherit img {
  width: 100%;
  height: 100%;
  min-height: 340px;
}
section.lqd-section.pricing {
  background: #f5f5f7;
}
.footer-content img {
  width: 130px;
}

.footer-btn {
  border: 1px solid #fff !important;
  color: #fff !important;
  padding-block: 14px !important;
}
.footer-btn:hover {
  border: 1px solid #fff !important;
  background: #c4a357 !important;
}

/* ===============================
   GALLERY GRID CONTAINER
================================ */
.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 10px;
}

/* ===============================
   BASE ITEM STYLES
================================ */
.gallery-masonry .item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

.gallery-masonry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: bottom;
}

/* ===============================
   GRID PLACEMENT (DESKTOP)
================================ */

/* big left */
.item-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

/* top middle */
.item-2 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

/* tall right */
.item-3 {
  grid-column: 4 / 5;
  grid-row: 1 / 3;
}

/* big center */
.item-4 {
  grid-column: 3 / 4;
  grid-row: 2 / 4;
}

/* bottom left */
.item-5 {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

/* bottom right */
.item-6 {
  grid-column: 4 / 5;
  grid-row: 3 / 4;
}

/* small middle (ITEM-7 FIX) */
.item-7 {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}

/* ===============================
   RESPONSIVE STYLES
================================ */

/* Tablet */
@media (max-width: 1024px) {
  .gallery-masonry {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 240px;
  }

  .gallery-masonry .item {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .gallery-masonry {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .gallery-masonry img {
    height: auto;
  }
}
/* Gallery item wrapper */
.gallery-masonry .item {
  overflow: hidden;
  position: relative;
}

/* Gallery images */
.gallery-masonry .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover zoom effect */
.gallery-masonry .item:hover img {
  transform: scale(1.1);
}
.gallery-masonry .item {
  position: relative;
  overflow: hidden;
}

.gallery-masonry .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-masonry .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-masonry .item:hover img {
  transform: scale(1.1);
}

.lqd-tabs-style-3 .lqd-tabs-nav a {
  padding-bottom: 10px !important;
}

.lqd-section.pricing .row {
  align-items: flex-start !important;
}

.module-price {
  height: 100% !important;
  min-height: 470px;
}

.main-bntss {
  display: flex;
  gap: 20px;
  border: 1px solid #1a236d;
  padding-block: 10px;
  padding-inline: 10px;
  border-radius: 50px;
  /* background: red; */
  z-index: 1;
  background: linear-gradient(135deg, #1a236d, #2a38ab, #1a236d);
}
.about-boxs {
  display: flex;
  gap: 20px;
}
.main-bntss .footer-btn {
  border: 2px solid #fff !important;
  padding-inline: 50px;
}
.in-box {
  border-radius: 10px !important;
  border: 1px solid #2d2b740a;
}
.in-box:hover {
  transform: translate3d(0, -2px, 0);
}
.bg-silver {
  background: linear-gradient(135deg, #f5f5f5, #cfcfcf, #a8a8a8);
}
.bg-gold {
  background: linear-gradient(135deg, #fff3b0, #d4af37, #a67c00);
}
.bg-diamond {
  background: linear-gradient(135deg, #f8fbff, #cfe7f5, #9cc9e3);
}
.bg-platinum {
  background: linear-gradient(135deg, #f9fafb, #e5e7eb, #bfc5cc);
}

@media (max-width: 576px) {
  .main-bntss .footer-btn {
    border: 1px solid #fff !important;
    padding-inline: 26px;
  }
  .main-bntss {
    display: flex;
    gap: 8px;
    border: 1px solid #1a236d;
    padding-block: 8px;
    padding-inline: 8px;
  }
  .rounded-inherit img {
    object-fit: cover;
  }
  h2.relative {
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 24px;
  }
  p.relative {
    margin: 0;
  }
  .about-boxs {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
  }
  .event-day .lqd-tabs-nav {
    flex-direction: column;
    gap: 0px !important;
  }
  .events {
    padding-top: 0px !important;
  }
  .clients {
    padding-top: 30px !important;
  }
  .gallery {
    padding: 40px 0 !important;
  }

  .module-price {
    height: 100% !important;
    min-height: 100%;
  }
  .title-two {
    font-size: 21px;
  }
  .cus-des ul {
    padding-left: 0 !important;
  }
.event-deatiles {
  font-size: 17px !important;
}
}

.mobile-logo-icon img {
  max-height: 120px;
}

.mobile-main-logo img {
  max-height: 60px;
}
.mobile-logo .mobile-main-logo {
  padding-top: 8px;
}
/* .mobile-logo {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
} */
 .mobile-logo-wrap {
  display: flex;
  justify-content: center;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #fff;
}
.table-bordered {
  width: 100%;
  border-collapse: collapse;
}

.package-tittle {
    color: #000;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 500 !important;
    font-family: "Poppins";
    border: 1px solid #e2e0e0a8;
    display: inline-block;
    padding-block: 6px;
    padding-inline: 16px;
    border-radius: 50px
}
.cus-des ul{
    padding-left: 0 !important;
}
.res-tittle{
    position: relative;
    font-size: 18px;
    padding-block: 10px;
    font-weight: 600;
    color: #b00409;
}
.img-h{
    max-width:670px;
}
.footer-content p{
    font-size: 16px;
}
.form-to-top{
   position: relative;
    top: -130px !important;
}
 
.banner-image-mob {
    margin-top: -50px !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 420px !important;
    object-fit: contain !important;
    border-radius: 15px !important;
}
 
@media only screen and (max-width: 991px) {
    .banner-sec .banner-mob {
        margin-top: 10px !important;
    }
   .form-to-top {
        position: relative;
        top: -280px !important;
        margin-bottom: -230px;
    }
    .mob_text_center
 {
    text-align: center !important;
}
}

.check_set{position: relative;    width: 17px;
    height: 17px;}
.check_set:before{
        content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    border-radius: 50px;
    width: 100%;
    height: 100%
}
input.cus-c:checked + label .check_set:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border: solid #0079bf;
    border-width: 5px;
    transform: translate(-50%, -5%);
    border-radius: 50%;
}

   .event-sec h5 {
    font-weight: 600;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 2px;
}

.event-sec .grid-layout {
    border: 2px solid #19236e;
    display: flex;
}

.event-sec .grid-left {
    border-right: 2px solid #19236e;
    width: 35%;
    padding: 15px;
}

.event-sec .grid-right {
    width: 65%;
    padding: 15px;
}
