/* ==================== Call the fonts ==================== */

/* Light */
@font-face {
  font-family: "Gotham-light";
  src: url("../../vendor/fonts/Gotham-Light.otf") format("opentype");
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: "Gotham-medium";
  src: url("../../vendor/fonts/Gotham-Medium.otf") format("opentype");
  font-display: swap;
}

/* Book */
@font-face {
  font-family: "Gotham-book";
  src: url("../../vendor/fonts/Gotham-Book.otf") format("opentype");
  font-display: swap;
}

/* Book */
@font-face {
  font-family: "Gotham-bold";
  src: url("../../vendor/fonts/Gotham-Bold.otf") format("opentype");
  font-display: swap;
}

/* font-family: 'Hind', sans-serif; */
/* font-family: 'Roboto', sans-serif; */

/* ==================== Call the fonts ==================== */

/* ==================== Color Variables  ==================== */
:root {
  /* Colors  */
   --brand-primary-color: #401531;
     /* --brand-primary-color-old: #401531; */
  --brand-primary-light-color: #e5d7dc;
  --brand-logo-pink-color: #eb078c;
  --brand-logo-yellow-color: #f3b300;
  --black-color: #393a4e;
  --border-color: #e6e7e7;
  --grey-background-color: #f3f4f4;
  --brand-light-background-color: #e6d8dd;

  /* font size  */
  --heding-font-size: 3.053em;
  --sub-heading-font-size: 14px;
  --sub-heading-black: 21.5px;
  --h1-font-size: 52px;
  --h2-font-size: 36px;
  --h3-font-size: 2.368em;
  --h4-font-size: 20px;
  --h5-font-size: 16px;
  --h6-font-size: 26px;

  /* font-weight */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 700;

  /* box shadow  */
  --box-shadow-custom: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

/* ==================== Color Variables  ==================== */

/* ==================== CSS Reset ==================== */
* {
  margin: 0;
  padding: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
}

*,
html {
  scroll-behavior: smooth !important;
}

::selection {
  background-color: var(--brand-primary-color);
  color: #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Gotham-light";
  text-decoration: none;
}

body {
  line-height: 1.5;
  font-family: "Gotham-light";
  font-size: 16px;

  cursor: url('../images/cursor-small.webp') 10 10, auto;
  /* cursor: url('../images/new-cursor.webp') 10 10, auto; */
  /* cursor: none;  */
}

/* .cursor {
  width: 40px;
  height: 40px;
  border: 2px solid #333;
  color: red;
  border-radius: 50%;
  position: absolute;
  pointer-events: none; 
  transform: translate(-50%, -50%);
  background-color: black; 
} */

/* ol,
ul {
    list-style: none;
} */

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
i {
  transform: translate3d(0px, 0px, 0px);
  transform-origin: 50% 50% 0px;
  -webkit-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}

a:hover,
i:hover {
  transform: translate3d(0px, 0px, 0px);
  transform-origin: 50% 50% 0px;
  -webkit-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}

/* ==================== CSS Resest ==================== */

/* ================ Common CSS ==================== */

/* for menu  */
.main__menu {
  /* transition: all 0.5s ease; */
}
.bg-scrolling .main__menu {
  /* transition: all 0.7s ease;  */
  /* animation: slide-down 0.7s ease;  */
}


@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-10%); /* Start above the viewport */
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
/* for menu  */

.beyond__sl__button {
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 0 0 8px 0;
	font-family: gotham-book;
}

.common__btn.text-center {
  background: #ffff;
  padding: 15px 30px;
  font-size: 20px;
  color: #000;
  font-family: 'Gotham-medium';
}
.common__para {
  color: #ffff;
  font-size: 24px;
}

/* For modal show  */

.fp-enabled .modal {
  position: fixed !important;
}

/* For modal show  */

/* form success  */
#response-result, .form-response {
	color: green;
	font-family: gotham-medium;
	padding-right: 20px;
}
.error-border {
	outline: 3px solid #ff8a8a !important;
}
/* .error-message {
	color: #ff8a8a;
} */
.ajax-loader {
	display: none;
	position: absolute;
	top: 50%;
	right: 20%;
	transform: translate(-50%, -50%);
}
/* form success  */

.padding__top {
  padding-top: 60px;
}

.padding__bottom {
  padding-bottom: 60px;
}

.padding__bottom__hard {
  padding-bottom: 17vh;
}

.section__heading {
  padding-bottom: 30px;
}

.heading__title {
	font-size: 38px;
	font-family: "Gotham-book";
	color: var(--brand-primary-color);
}
.heading__subtitle {
  font-size: 18px;
  font-family: "Gotham-book";
  color: var(--brand-primary-color);
}

/* ========== cta section ======= */
/* .cta__sections {
  background: var(--brand-primary-color);
}
.cta__left__img {
  width: 100%;
  object-fit: cover;
}
.cta__left__box {
  height: 42vh;
  background-color: #cec8c3;
  background-size: cover;
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
}
.cta__right__box {
  padding-left: 10vw;
}
.cta__title {
  color: #fff;
  font-size: 48px;
  font-family: "Gotham-bold";
}
.cta__subtitle {
  color: #fff;
  font-size: 24px;
  font-family: "Gotham-book";
  padding-bottom: 35px;
}
.cta__buttons {
  background: #fff;
  padding: 10px 15px;
  font-size: 20px;
  color: #401531;
  border-radius: 4px;
  font-family: "Gotham-medium";
  margin-bottom: 15px;
  display: inline-block;
} */





/* cta New updated  */
.cta__new__right {
  height: 100vh;
  background-size: cover;
  background-position-y: -21vh;
  background-repeat: no-repeat;
}
.cta__new{
  background-color: var(--brand-primary-color);
}
.cta__new__left {
	padding-left: 8vw;
}
.cta__new__title {
	font-size: 30px;
	color: #fff;
	font-family: gotham-book;
	padding-bottom: 40px;
}
.cta__new__btn {
  padding: 10px 15px;
  background: #e5d7dc;
  font-size: 18px;
  font-family: gotham-book;
  border-radius: 10px;
  color: var(--brand-primary-color);
}


/* ========== cta section ======= */
/* ================ Common CSS ==================== */

/* ================ Header CSS Desktop ==================== */
.menu__list nav {
  background: #ffff !important;
  border-bottom: 1px solid #dfdfdf;
}

.dropdown-menu {
  border: 0;
  border-radius: 0;
  background: var(--grey-background-color);
}

.dropdown-menu li {
  padding-bottom: 0;
  cursor: pointer;
}

.menu__list ul li a {
  font-size: 18px;
  /* padding: 6px 20px !important; */
  transform: translate3d(0px, 0px, 0px);
  transform-origin: 50% 50% 0px;
  -webkit-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
  text-transform: uppercase;
  color: #fff;
  font-family: gotham-book;
  margin: 0 15px;
}

.menu__list ul li .active,
.menu__list ul li a:hover {
  background: unset;
  color: #fff !important;
  transform: translate3d(0px, 0px, 0px);
  transform-origin: 50% 50% 0px;
  -webkit-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
  border-bottom: 2px solid #fff;
}

#menu__dropdown__box {
  background: var(--grey-background-color);
  width: 800px;
  margin-left: -150%;
  margin-top: 0%;
  padding: 15px 0;
}

.dropdown-item {
  font-size: 14px !important;
}

.menu__head {
  padding-bottom: 5px;
}

.menu__list .menu__head li a {
  background: unset !important;
  color: var(--heading-color) !important;
  font-weight: 600;
  text-transform: uppercase;
}

.menu__list .menu__head li a:hover {
  color: var(--heading-color) !important;
}

.menu__list nav .navbar-brand img {
  width: 120px;
}

.brand__logo {
  width: 50%;
}

.logo_dark {
  display: none;
}

/* sticky menu  */
.bg-scrolling .main__menu {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  top: 0 !important;
  /* transition: all 1s; */
  background: #fff;
}
.bg-scrolling .menu__list ul li a {
  font-size: 16px;
  color: #333;
}
.bg-scrolling .menu__list ul li a:hover {
  color: var(--brand-logo-pink-color) !important;
  border-color: var(--brand-logo-pink-color);
}
.bg-scrolling .main__menu .logo_dark {
	display: block;
	width: 40%;
	margin-left: -18px;logo_dark
}
.bg-scrolling .main__menu .logo_white {
  display: none;
}
/* =============== Header CSS Desktop ==================== */
/* =============== Header CSS Mobile  =============== */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: var(--brand-primary-color);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0vh;
  font-size: 30px;
  margin-left: 50px;
  right: -70%;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 5px 10px 5px 20px;
  text-decoration: none;
  font-size: 18px;
  color: #cdcbcb;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover {
  color: #f1f1f1;
}
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}
/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* =============== Header CSS Mobile =============== */




/* =============== Hero Banner Area =============== */

.hero__section .swiper {
  width: 100%;
  height: 100%;
}

.hero__section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__section .slide__container {
  width: 100%;
}

.hero__section .swiper-slide img {
  display: block;
  width: 100%;
  /* height: 100%; */
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
}

.hero__section .slide__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #16161687;
  height: 100%;
  width: 100%;
}
.neyst-hero-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 43vh;
}
.banner__usp {
  font-size: 44px;
  color: #fff;
  font-family: "Gotham-book";
  line-height: 1.3;
  text-align: left;
  margin-left: 9vw;
}
.hero__section .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, #f7f7f7);
}
.hero__section .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #f0f0f0);
}


.custom-prev-arrow, .custom-next-arrow {
	width: 50px;
	height: 50px;
	background-color: #ffffffce;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.custom-prev-arrow::after, .custom-next-arrow::after {
	content: "";
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.custom-prev-arrow:hover, .custom-next-arrow:hover {
  background-color: #401531ce;
  -webkit-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}
.custom-prev-arrow:hover::after, .custom-next-arrow:hover::after {
  color: #fff;
  -webkit-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}

.custom-prev-arrow::after {
  content: "prev";
}

.custom-next-arrow::after {
  content: "next";
}

.custom-prev-arrow {
  right: 15%;
  left: unset;
  bottom: 10vh;
  top: unset;
}
.custom-next-arrow {
  right: 11%;
  left: unset;
  bottom: 10vh;
  top: unset;
}


/* =============== Hero Banner Area =============== */



/* ================ Footer Css ================ */
.subscribe__newsletter {
  padding: 6vh 0;
}
.subscribe_email_input {
	width: 80%;
	padding: 25px;
	border-radius: 0 !important;
	border: 1px solid #c0c0c0;
}
.subscribe_button {
	width: 19%;
	padding: 22px;
	font-size: 20px;
	font-family: gotham-book;
  background-color: var(--brand-primary-color);
  color: var(--brand-logo-yellow-color);
	border: 1px solid var(--brand-primary-color);
}

/* Footer start  */

.custom__footer {
	background: #401531;
	padding: 7vh 0 17vh 0 !important;
}
.ftr__log {
	max-width: 50%;
}
.ftr__desc {
	color: #fff;
	font-size: 16px;
}
.ftr__log {
	max-width: 40%;
	margin-left: -2vh;
}
.ftr__section__heading {
	color: #fff;
	font-family: gotham-medium;
	padding-bottom: 15px;
	font-size: 18px;
	position: relative;
	margin-bottom: 20px;
}
.ftr__section__heading::after {
	content: "";
	height: 1px;
	background: #8d8d8d;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
}
.cont__dtl_list li {
	color: #fff;
	list-style: none;
	line-height: 1.8;
	padding: 1px 0;
}
.cont__dtl_list li a {
	color: #fff;
}
.cont__dtl_list li i {
	color: var(--brand-logo-yellow-color);
	border: 1px solid var(--brand-logo-yellow-color);
	padding: 10px;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	font-size: 14px;
	margin-right: 10px;
}
.frt__quick__link__list li {
	color: #fff;
	list-style: none;
	line-height: 1.8;
	padding: 5px 0;
}
.frt__quick__link__list li a {
	color: #fff;
}
.frt__quick__link__list li a:hover {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.custom__ftr__inner.ftr__collection__img {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0 10px;
}
.ftr__social__media ul {
  display: flex;
  gap: 15px;
  padding-top: 12px;
  color: #fff;
  list-style: none;
}
.ftr__social__media ul li a {
	color: var(--brand-logo-yellow-color);
	font-size: 18px;
}
.ftr__coll__img img {
	width: 100%;
}
.copyright__area p {
	color: #fff;
	font-size: 12px;
	padding-top: 5vh;
	line': ;
	line-height: 1.6;
}

.copyright__area p a {
	color: var(--brand-logo-yellow-color);
  font-family: "gotham-medium";
}
.ftr__social__media ul li a i {
	border: 1px solid var(--brand-logo-yellow-color);
	padding: 10px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	border-radius: 50%;
	text-align: center;
}

.cont__dtl_list li {
	line-height: 2;
	padding-bottom: 10px;
}
/* ================ Footer Css ================ */


/* css for modal box  */

.custom__modal__box {
  padding: 35px;
}

.modal-body.modal__custom__bg {
  background: #e6d8dd;
}

.contact__area {
  background: var(--brand-primary-light-color);
}
.form__title {
  font-size: 34px;
  color: var(--brand-primary-color);
}

.form__subtitle {
  font-size: 16px;
  padding-bottom: 40px;
}

.contact__form__box label.form-label {
  font-size: 16px;
  font-family: gotham-book;
  color: var(--brand-primary-color);
}

.contact__form__box input.form-control,
.contact__form__box textarea,
.contact__form__box select {
  padding: 10px;
  border: 0;
  border-radius: 0;
  width: 100%;
  box-shadow: none;
}

.custom__submit__btn {
  border-radius: 0;
  background: var(--brand-primary-color);
  border: 0;
  padding: 8px 15px;
  opacity: 0.9;
}

.custom__submit__btn:hover {
  background: var(--brand-primary-color);
  opacity: 1;
}

.read_more_btn{
  padding-top: 15px;
}

/* css for modal box  */


/* ###################### Responsive Design Start ################## */
@media only screen and (min-width: 992px) and (max-width: 1300px) {

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  img.small__sc__logo {
    max-width: 70%;
    margin-left: -1vh;
}
img.small__sc__logo_panel {
  max-width: 50%;
  margin-left: -3vh;
}
  .mobile__fixed__menu {
    position: fixed;
    z-index: 1;
    top: 3vh;
  }
  span.mobile__toggle {
    color: #fff;
    padding-right: 2vw;
}

.bg-scrolling .mobile__fixed__menu {
  position: sticky;
  background: #fff;
  top: 0;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.mob__dark{
  display: none;
}
.bg-scrolling .mob__light {
 display: none;
}
.bg-scrolling .mob__dark {
 display: unset;
}
.bg-scrolling span.mobile__toggle {
  color: var(--brand-primary-color);
  padding-right: 2vw;
}

/* Common css  */
.padding__top {
  padding-top: 0;
}

.padding__bottom {
  padding-bottom: 15%;
}

.padding__bottom__hard {
  padding-bottom: 17vh;
}

.section__heading {
  padding-bottom: 30px;
}

.heading__title {
  font-size: 24px;
  font-family: "Gotham-book";
  color: var(--brand-primary-color);
}
.heading__subtitle {
  font-size: 14px;
  font-family: "Gotham-book";
  color: var(--brand-primary-color); 
}
/* Common css  */

/* Cta  */
.cta__new__title {
  font-size: 22px;
  /* color: var(--brand-logo-yellow-color); */
  font-family: gotham-book;
  padding-bottom: 40px;
}
.cta__new__left {
  padding-left: 8vw;
  padding-bottom: 8vh;
}
.cta__new__right {
  height: 50vh;
  background-size: cover;
  background-position: bottom;
}
.cta__new__btn {
  padding: 6px 15px;
  /* background: #dda300; */
  font-size: 18px;
  font-family: gotham-book;
  border-radius: 0;
  /* color: var(--brand-primary-color); */
}
/* Cta  */

/* Footer  */
.subscribe__newsletter {
  padding: 5vh 0;
}
.subscribe_email_input {
  width: 100%;
  padding: 12px;
  border-radius: 0 !important;
  border: 1px solid #c0c0c0;
}
.subscribe_button {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  margin-top: 5%;
  font-family: gotham-book;
  background-color: var(--brand-primary-color);
  color: var(--brand-logo-yellow-color);
  border: 1px solid var(--brand-primary-color);
}
.custom__footer {
  background: #401531;
  padding: 0vh 0 15vh 0 !important;
}
footer.custom__footer .col-lg-3 {
  padding-top: 10%;
}
.ftr__desc {
  color: #fff;
  font-size: 14px;
}
.cont__dtl_list li {
  color: #fff;
  list-style: none;
  line-height: 1.8;
  padding: 5px 0;
  font-size: 14px;
}
.frt__quick__link__list li {
  color: #fff;
  list-style: none;
  line-height: 1.8;
  padding: 5px 0;
  font-size: 14px;
}
.ftr__section__heading {
  color: #fff;
  font-family: gotham-medium;
  padding-bottom: 15px;
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
}
/* Footer  */


}

/* ###################### Responsive Design Start ################## */



/* Project page css  */

.neyst-beyond-content-updated {
  position: absolute;
  bottom: 15vh;
  right: 10vw;
  background: #401531b8;
  padding: 20px 35px;
  border-radius: 4px;
}
.beyond__sl__label-updated {
  color: #fff;
  font-size: 20px;
  font-family: 'Gotham-medium';
  outline: none;
  box-shadow: none;
  border: none;
}
.beyond__slide__container::after {
  pointer-events: none;
}




@media only screen and (max-width: 600px) {

  .mobile__images__project {
    height: 92vh !important;
    width: 100%;
    object-fit: cover;
    object-position: center !important;
}
.neyst-beyond-content-updated {
  position: absolute;
  bottom: 5vh;
  right: 0;
  background: #4015319c;
  padding: 30px 45px 50px 45px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
}
.mobile__content .heading__title {
  color: #fff;
}
.mobile__content .heading__subtitle {
  color: #fff;
}
.mobile__content .heading__subtitle {
  color: #fff;
  padding-bottom: 20px;
}

.beyond__sl__label-updated {
  outline: none;
  box-shadow: none;
  border: none;
  font-size: 14px;
  color: #4a213c;
  font-family: "Gotham-book";
  background: #e5d7dc;
  padding: 6px 5px;
  width: 65%;
  margin: auto;
  border-radius: 50px;
}

/* for home page  */
.neyst-beyond-content-common {
  position: absolute !important;
  bottom: 0 !important;
  background: #4015319c !important;
  width: 100% !important;
  text-align: center !important;
  padding: 25px 20px 85px 20px !important;
}
.neyst-beyond-content-common .beyond__sl__title {
  border-top: 1px solid #a7a7a7 !important;
  padding-top: 20px !important;
}
.neyst-beyond-content-common .beyond__sl__button {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 14px !important;
  color: #4a213c !important;
  font-family: "Gotham-book" !important;
  background: #e5d7dc !important;
  padding: 6px 5px !important;
  width: 45% !important;
  margin: auto !important;
  border-radius: 50px !important;
  display: block !important;
}

.neyst-beyond-content-common .beyond__sl__subtitle {
  padding-bottom: 20px !important;
}



}



/* Project page css  */


/* Css for page loader  */
/* PRELOADER CSS */
.page-loader{
	width: 100%;
	height: 100vh;
	position: absolute;
	background: var(--brand-primary-color);
	z-index: 1000;
}

.txt {
  color: #fff;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-family: 'Gotham-light';
  font-size: 15px;
  padding-left: 1vw;
}
@media only screen and (max-width: 600px){

  .txt{
     font-size: 14px !important;
  }

}
.loader__subtext{
  font-size: 10px;
  text-transform: capitalize;
}

.brand__logo__loader {
  position: relative;
  top: 32%;
}
.brand__logo__loader img {
  width: 120px;
  margin: auto;
  display: block;
}

/* SPINNER ANIMATION */
.spinner {
	position: relative;
	top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/* Css for page loader  */

/* css for popup  */
.popup__title {
  font-size: 20px;
  font-family: 'Gotham-book';
  padding-left: 35px;
}
p.popup__subtitle {
  font-size: 16px;
  padding-left: 35px;
}
/* css for popup  */