/*=====Reset CSS======*/
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none !important;
  font-style: normal;
}
a:focus,
button:focus,
input:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
a,
label,
span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}
figure {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}
figure img {
  max-width: 100%;
}
ul,
ol {
  list-style: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
body {
  min-height: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #616a71;
  background-color: #fff;
  position: relative;
}
.svg_container {
  display: none;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
::-moz-selection {
  background-color: #1f40cb;
  color: #fff;
}
::selection {
  background-color: #1f40cb;
  color: #fff;
}
/*=====Reset CSS======*/
/* Header */
.header_outer {
  width: 100%;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.hddr_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdr_menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdr_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hdr_menu ul li {
  margin: 0 25px;
  position: relative;
}
.hdr_menu ul li:first-child {
  margin-left: 0;
}
.hdr_menu ul li:last-child {
  margin-right: 0;
}
.hdr_menu ul li a {
  display: block;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
.hdr_menu ul li a:hover,
.hdr_menu ul li a:focus {
  color: #ff4081;
}

.solid_btn {
  background-color: #ff4081;
  width: 133px;
  height: 44px;
  border-radius: 50px;
  text-align: center;
  border: 2px solid #ff4081;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.solid_btn:hover {
  color: #ff4081;
  background-color: transparent;
}
.hdr_menu .solid_btn {
  margin-left: 30px;
}
.logo {
  padding: 0;
  min-width: 56px;
  width: 56px;
  margin-right: 20%;
}

/* Banner */
.banner {
  position: relative;
}
.banner_img {
  width: 100%;
}
.banner_img img {
  width: 100%;
}
.inner_banner_in {
  position: absolute;
  left: 0;
  top: 22%;
  width: 100%;
  text-align: center;
}

.memorable {
  position: relative;
  z-index: 1;
  padding: 70px 0 150px 0;
}
.memorable_bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  height: 496px;
  background: url(../images/top_bg.jpg) no-repeat left top;
  background-size: cover;
}
.memorable_bg img {
  width: 100%;
}
.memorable_top {
  margin-bottom: 80px;
}
.memorable_top .row {
  align-items: center;
}
.memorable_top h1 {
  font-size: 39px;
  font-weight: 700;
  text-transform: uppercase;
  color: #332828;
  font-family: "Nunito", sans-serif;
  max-width: 430px;
}
.bdr_btn {
  height: 60px;
  line-height: 56px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 60px;
  border: 2px solid #ff4081;
  color: #f04e8a;
  text-transform: uppercase;
  display: block;
  padding: 0 35px;
}
.bdr_btn:hover {
  background-color: #ff4081;
  color: #fff;
}
.btn_holder {
  display: flex;
  justify-content: flex-end;
}
.btn_holder .solid_btn {
  width: 202px;
  height: 60px;
  line-height: 56px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 60px;
}
.btn_holder .bdr_btn {
  margin-left: 12px;
}
.memorable_slider {
  margin: 0 -15px;
}
.memorable_slider .slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 0;
  border-radius: 50%;
  border: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.memorable_slider .slick-arrow:hover {
  background-color: #ff4081;
}
.memorable_slider .slick-prev {
  background-image: url(../images/left_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  left: -50px;
}
.memorable_slider .slick-next {
  background-image: url(../images/right_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  right: -50px;
}
.m_slide {
  padding: 0 15px;
}
.m_slide a {
  display: block;
}
.m_slide a img {
  width: 100%;
}

.heading {
  margin-bottom: 48px;
}
.heading h2 {
  text-align: center;
  color: #04172c;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}

.comming_event {
  padding-bottom: 103px;
}
.c_event_inn {
  line-height: 38px;
  color: #3a4247;
  font-size: 21px;
  text-align: center;
}
.c_event_inn p {
  margin-bottom: 55px;
}
.black_btn {
  display: inline-block;
  width: 211px;
  height: 67px;
  line-height: 67px;
  border-radius: 70px;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  background-color: #040d0c;
  text-align: center;
}
.black_btn:hover {
  background-color: #ff4081;
  color: #fff;
}

.facebook_side {
  background-color: #fcebf6;
  padding: 70px 0 20px 0;
}
.f_acebook_slider .item {
  padding: 0 20px 70px 20px;
}
.f_slide {
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
}
.f_img {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  position: relative;
}
.f_img img {
  width: 100%;
  display: inline-block;
}
.facebook {
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
}
.f_content {
  padding: 35px 17px 20px 17px;
  font-size: 16px;
  color: #728091;
  line-height: 26px;
}
.f_content h5 {
  color: #191919;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.why_stalden_sec {
  padding: 115px 0 85px;
  background-color: #fff;
}
.why_stalden_img {
  margin-right: 65px;
}
.why_stalden_img img {
  width: 100%;
}
.why_stalden_sec .row {
  align-items: center;
}
.why_stalden_txt .heading h2 {
  text-align: left;
  letter-spacing: 3px;
  line-height: 33px;
  margin-bottom: 55px;
}
.why_stalden_txt .heading {
  margin-bottom: 0;
}
.why_stalden_txt p {
  font-size: 16px;
  line-height: 29px;
  color: #7b8181;
  font-weight: 400;
  margin-bottom: 55px;
}
/* footer */
.ftr_area {
  background-color: #000000;
  padding: 140px 0 35px;
}
.ftr_top {
  padding-bottom: 55px;
  border-bottom: 1px solid #333333;
}
.logo_area {
  margin-right: 60px;
}
.ftr_logo {
  margin-bottom: 35px;
  text-align: center;
}
.ftr_social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ftr_social a:hover {
  background-color: #ff4081;
  border-color: #ff4081;
  color: #fff;
}
.ftr_social li:first-child a {
  margin-left: 0px;
}
.ftr_social ul {
  display: flex;
  justify-content: center;
}
.ftr_item h2 {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 40px;
}
.ftr_link ul {
  font-size: 0;
}
.ftr_link ul li {
  margin-bottom: 30px;
  line-height: normal;
}
.ftr_link ul li:last-child {
  margin-bottom: 0;
}
.ftr_link ul li a {
  font-size: 15px;
  line-height: 12px;
  color: #bababa;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.ftr_link ul li a:hover {
  color: #ff4081;
}
.info_row {
  display: flex;
  margin-bottom: 20px;
}
.info_icon {
  min-width: 22px;
  margin-right: 10px;
  text-align: center;
}
.info_text p,
.info_text a {
  font-size: 15px;
  line-height: 26px;
  color: #bababa;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.info_text a:hover {
  color: #ff4081;
}
.ftr_news_input .form-control {
  height: 56px;
  line-height: 52px;
  border-radius: 28px;
  background-color: #232e2d;
  border: 2px solid #ffffff;
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px;
}
.ftr_news_input .form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #f04d8a;
}
.ftr_news_input .form-control::placeholder {
  color: #fff;
  text-transform: uppercase;
}
.ftr_news_input {
  margin-bottom: 10px;
}
.submit_btn {
  height: 56px;
  border-radius: 28px;
  background-color: #f04d8a;
  border: 2px solid #f04d8a;
  line-height: 52px;
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  padding: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.submit_btn:hover {
  background-color: transparent;
  color: #f04d8a;
}
.ftr_btm {
  padding-top: 40px;
}
.copyright ul {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright ul li {
  padding-right: 10px;
  margin-right: 15px;
  border-right: 1px solid #fff;
  line-height: normal;
}
.copyright ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.copyright ul li a,
.copyright ul li p {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.copyright ul li a:hover {
  color: #f04d8a;
}
/* footer */

/* event */
.inner_header {
  background-color: #000;
}
.upcome_event_sec {
  padding: 195px 0 55px;
  background-color: #fcebf6;
}
.upcome_event_head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.upcome_event_hdng {
  width: 41.33%;
}
.upcome_event_hdng h2 {
  font-size: 39px;
  letter-spacing: 3px;
  line-height: 32px;
  color: #332828;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
.upcome_event_choose {
  width: 58.67%;
  padding-left: 25px;
  display: flex;
  align-items: center;
}
.upcome_event_select {
  width: 33.33%;
  margin-right: 10px;
}
.upcome_event_select:last-child {
  margin-right: 0;
}
.upcome_event_select .dropdown-toggle {
  height: 59px;
  padding: 0 15px;
  line-height: 59px;
  border-radius: 30px;
  background-color: #f04e8a;
  border: 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}
.upcome_event_select .btn-light:not(:disabled):not(.disabled).active,
.upcome_event_select .btn-light:not(:disabled):not(.disabled):active,
.upcome_event_select .show > .btn-light.dropdown-toggle {
  color: #ffffff;
  background-color: #f04e8a;
}
.upcome_event_select .dropdown-item {
  font-size: 18px;
  color: #f04e8a;
  font-weight: 400;
}
.upcome_event_select .dropdown-item.active,
.upcome_event_select .dropdown-item:active {
  color: #ffffff;
  background-color: #f04e8a;
}
.upcome_event_select .dropdown-menu {
  border: 0;
}
.upcome_event_select .dropdown-toggle::after {
  margin-left: -20px;
  vertical-align: 0;
  border: 0;
  width: 17px;
  height: 7px;
  background-image: url("../images/dwn_arw.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.upcome_event_select .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #ffffff;
}
.upcome_event_area .row [class*="col-"] {
  margin-bottom: 35px;
}
.event_img img {
  width: 100%;
}
.event_txt {
  padding: 15px 15px 20px;
  background-color: #000000;
  display: flex;
  align-items: center;
}
.event_date {
  width: 70px;
  margin-right: 25px;
  padding: 20px 0 15px;
  background-color: #161515;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event_title {
  width: 70%;
}
.event_date h6 {
  font-size: 33px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}
.event_date h6 span {
  font-size: 22px;
  line-height: 18px;
  color: #f04e8a;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  display: block;
  margin-bottom: 10px;
}
.event_title p {
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
}
.event_title a {
  font-size: 13px;
  line-height: 12px;
  text-decoration: underline !important;
  color: #f04e8a;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  display: block;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.event_title a:hover {
  color: #fff;
}
.event_box {
  position: relative;
}
.event_top a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-right: 7px;
}
.event_top {
  display: flex;
  align-items: center;
}
.event_top a:last-child {
  margin-right: 0;
}
.event_top {
  position: absolute;
  top: 20px;
  right: 20px;
}
.view_more {
  text-align: center;
}
/* event */