/* common css strats here */

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;
}

.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;
}

.font25 {
  font-size: 25px;
}

.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;
}
html{
	scroll-padding-top: 30px;
}
body {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  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);
}

/* MEGA MENU CSS */

.navigation {
  width: 100%;
  display: table;
  position: relative;
  font-family: inherit;
  align-items: center;
  /* display: flex; */
  justify-content: space-between;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
  display: none;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 280px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #301250;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 10px 0px;
  margin: 0px 24px;
}
.nav-menu > li:last-child {
  margin-right: 0px;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #441b6f;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #441b6f;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  padding: 10px 0px;
  /* display: inline-block; */
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  transition: color 0.3s, background 0.3s;
  font-family: "Poppins-Regular";
  letter-spacing: 0.5px;
}
.nav-menu > li:hover .nav-submenu {
  display: block;
}

.navigation-portrait .nav-menu > li > a {
  width: auto;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #3f1ab7;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
  display: none;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #fff #fff transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 14px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
  top: 18px;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  /* width: 100%; */
  padding: 35px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  width: 600px;
  /* height: 505px; */
  border-radius: 10px;
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.13));
  background-color: #ffffff;
  top: 30px;
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 0px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  color: #0b0b0b !important;
  font-family: "Poppins-Light";
  border-bottom: 1px solid #eceef2;
}

.megamenu-list > li > a:hover {
  /* background-color: #ff6b00; */
  color: #3f1ab7;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #ff6b00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: auto;
  height: auto;
  padding: 12px 10px 12px 25px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 100%;
  }
}

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

.header-topbar {
  /* height: 85px; */
  background-color: #03000f;
  color: #fff;
  padding: 10px 0px;
}

.header-topbar-right ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

/* .header-topbar-right ul li{margin-left:15px;} */

/* hcall box */

.hcall-box {
  margin-right: 15px;
}
.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: #c4a357;
}
.header_area {
  background-color: #301250;
  border-top: 1px solid #4a2f7a;
}

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

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

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

.section-title-gap {
  margin-bottom: 15px;
}
.section-title span {
  color: #301250;
}

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

.medium-title {
  font-size: 18px;
  font-family: "Poppins-Medium";
}

/* 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 {
  justify-content: center;
  padding-block: 2px;
  padding-inline: 24px;
  /* min-width: 260px; */
}
/* .chose-bx{padding:22px; justify-content:center;} */
.chose-icon {
  height: 35px;
}
.chose-title {
  font-size: 18px;
  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-color: #f3f6f8;
  /* background-image: url(../images/toll-bg.png); */
  /* padding: 15px 0px; */
  background-repeat: repeat-y;
  background-position: center;
  padding-bottom: 80px;
}
.toll-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 15px;
}
.toll-bx {
  border-radius: 10px;
  /* background-color:#7c57a336; */
  background-color: #7a0eec;
  padding: 25px;
  transition: transform 0.3s ease;
  cursor: pointer;
  height: 100%;
}
.toll-bx.ts_1 {
  background-color: #0e50ec;
}
.toll-bx.ts_2 {
  background-color: #08c614;
}
.toll-bx.ts_3 {
  background-color: #c60e08;
}
.toll-icon {
  margin-right: 15px;
}

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

.tsmall-title {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #e1cbf9;
}

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

.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: #120024;
  color: #fff;
}
.footer-top {
  padding: 40px 0px 35px;
}

.footer-title {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
  font-family: "Poppins-Medium";
}
/* .foot-li{columns:2;} */
.foot-li {
  columns: 2;
  /* display: flex;
    flex-direction: column;
    flex-wrap: wrap; */
  width: 100%;
  /* height:92px; */
}
.foot-li li {
  margin-bottom: 4px;
}

.foot-li a {
  color: #ffffff;
  text-transform: capitalize;
}
.foot-li a:hover {
  color: #c4a357;
}

.fbox2 {
  padding-left: 50px;
}

/* 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: #4a0595;
  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 #352645;
}
.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 5px 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;
	object-fit:fill !important;
	width:100% !important;
}

/* .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;} */

.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: 650px;
  height: 630px;
  margin: auto;
}

.cnt-gap {
  padding: 110px 110px 60px 110px;
}

/* 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; */
  background: #301250;
  color: white;
}

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

.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 */
/* -------------------------------------------*/

.hover-icon-bar {
  overflow: hidden;
  border-radius: 6px;
}
.hover-icon {
  transition: all 0.3s ease-in-out;
}
.hover-card:hover img {
  transform: scale(1.07);
}

.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;
}

/* -------------------------------------------- */
/*GALLERY PAGE CSS */
/* -------------------------------------------- */

.trend-box {
  border-radius: 10px;
  background-color: #ffffff;
}
.trend-ico {
  height: 200px;
  border-radius: 3px;
  object-fit: cover;
  object-position: top;
}

.demo-gallery > .bay a {
  display: block;
  overflow: hidden;
  position: relative;
}
.demo-gallery > .bay a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > .bay a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > .bay a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > .bay a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > .bay a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > .bay a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

/* sri css */

.list_img li {
  margin-left: 25px;
  margin-bottom: 10px;
  position: relative;
}
.list_img li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/list_img.png") no-repeat;
  background-position: center;
  background-size: cover;
  top: 5px;
  left: -25px;
}
.recommend-icon_2 {
  width: auto !important;
  height: 318px;
}
.other_doner_content {
  font-size: 16px;
}
.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.other_donations_shadow {
  box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.chap-box .chap-c h5.medium-title {
  font-size: 17px;
}
.home_side_img {
  width: 100%;
  border-radius: 10px;
}
.link_text {
  color: #c4a357;
}

.mar_7p {
  margin-top: -7px;
}

.review_bg_set {
  padding: 20px;
  border-radius: 10px;
}
.color_1 {
  background: #cab0e5;
}

.color_2 {
  background: #c1e2dd;
}

.color_3 {
  background: #ebd6b3;
}

.color_4 {
  background: #acd1e9;
}
.pop_m {
  font-family: "Poppins-Medium";
}
.first-div > div:first-child {
  margin-top: 0px !important;
}

.common-form p{
  margin-bottom: 0px;
}
/* .file-input input{
  border: 0;
  height: 40px;
} */
.file-input br{
display: none;
}


/* wp */

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

.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}




.footer-top .menu-item-27{
  display: none;
}
.choose-sec p{margin-bottom:12px}

.fr-grid{
	display:grid;
	grid-template-columns:200px 1fr;
	gap:15px;
	align-items:center;
	justify-content:center;
}
.fr-img img{
	width: 200px;
    border-radius: 50%;
}
.show{
    z-index: 999;
    display: none;
}
.show .overlay{
    width: 100%;
    height: 1000%;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
}
.show .img-show {
    /*width: 600px;
    height: auto;*/
    background: transparent;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%,0%);
    overflow: hidden;
}
.owl-carousel{
	z-index:0 !important;
}
.img-show span{
  position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    background: #979797;
    border-radius: 50%;
    width: 24px;
    color: #fff;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.img-show img{
	max-width:100%;
}
.other-img img, .other-donations .item img, .chap-ico img{
	cursor:pointer;
}