body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: ghostwhite;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding0 {
  padding: 50px 0;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding-1 {
  padding: 0%;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_heading-container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.custom_heading-container hr {
  width: 200px;
  border: none;
  height: 1.5px;
  background-color: #590a37;
  margin: 0 5px 0.5rem 5px;
}

/*header section*/
.hero_area {
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #590a37;
  padding: 10px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .quote_btn-container a {
  color: #ffffff;
}

.header_section .quote_btn-container a img {
  margin-right: 10px;
}

.header_section .quote_btn-container a span {
  margin: 0 10px 0 20px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ca8d43;
}
.active {
  color: #ca8d43 !important;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand img {
  width: 225px;
  margin: 0 40px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}


/* NAV BAR BUTTON SECTION */

.button-login {
  margin-right: 50px;
  width: 100px;
  color: #ffffff;
  background-color: #590a37;
  border: 2px solid rgb(255, 255, 255);
  padding: 7px 5px;
}

.button-signup {
  border: 2px solid rgb(255, 255, 255);
  width: 100px;
  color: #ffffff;
  background-color: #590a37;
  padding: 7px 5px;
  margin-right: 50px;
}

.button-login:hover, .button-signup:hover, .button-read:hover  {
  background-color: #ca8d43;
  border: none;
}
.button-read {
  margin-right: 50px;
  width: 150px;
  color: #ffffff;
  background-color: #590a37;
  border: 2px solid rgb(255, 255, 255);
  padding: 10px 15px;
}

/*end header section*/
/* slider section */
.slider_section .slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10%;
}

.slider_section .detail-box {
  width: 45%;
  z-index: 4;
  color: #ffffff;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3rem;
}

.slider_section .detail-box p {
  width: 75%;
  margin-top: 15px;
}

.slider_section .detail-box .slider-link {
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 35px;
}

.slider_section .detail-box .slider-link:hover {
  background-color: #ffffff;
  color: black;
}

.slider_section .img-box {
  width: 73%;
  margin-left: -17%;
  position: relative;
  z-index: 2;
}

.slider_section .slider_bg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(89, 10, 55, 1) 35%, rgba(0, 212, 255, 1) 100%);
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 60% 0, 37% 100%, 0% 100%);
  clip-path: polygon(0 0, 60% 0, 37% 100%, 0% 100%);
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  left: 47.6%;
  width: 50px;
  height: 50px;
  z-index: 9;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-radius: 100%;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #590a37;
  top: calc(50% - 30px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.about_section {
  font-family: "Poppins", sans-serif;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 45px;
}

.about_section a:hover {
  background-color: transparent;
  color: #000000;
}

.about_section p {
  margin-top: 45px;
}

.about_section h6 {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  margin: 0;
}

.service_section {
  position: relative;
  font-family: "Poppins", sans-serif;
}

.service_section h2,
.service_section p {
  color: white;
}

.service_section hr {
  background-color: #ffffff;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service_section .box {
  width: 175px;
  text-align: center;
  margin: 30px 0;
  font-family: "Roboto", sans-serif;
}

.service_section .box .img-2 {
  display: none;
}

.service_section .box .img-box {
  width: 175px;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
}

.service_section .box .name {
  margin-top: 15px;
}

.service_section .box .name h6 {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}

.service_section .box:hover .img-1 {
  display: none;
}

.service_section .box:hover .img-2 {
  display: inline-block;
}

.service_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  top: 0;
  left: 0;
  background-image: url(../images/service.jpg);
  z-index: -1;
}

/* BIRTHDAY PIC */
.birthday-img {
  width: 100%;
}

.wedding-img {
  width: 60%;
}

.corporate-img {
  width: 100%;
}

.dj-img {
  width: 85%;
}

.catering-img {
  width: 100%;
}

.service_section .read-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service_section .read-btn a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 25px;
}

.service_section .read-btn a:hover {
  background-color: transparent;
  color: #000000;
}

.portfolio_section {
  font-family: "Poppins", sans-serif;
}

.portfolio_section .col-md-4 {
  padding: 0;
}

.portfolio_section .img-box {
  position: relative;
  margin: 10px;
}

.news_section h2,
.news_section p,
.news_section a {
  font-family: "Poppins", sans-serif;
}

.news_section .box {
  margin-top: 45px;
}

.news_section .box img {
  width: 100%;
}

.news_section .box .action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 0;
}

.news_section .box .action-box a {
  margin-left: 15px;
  opacity: 0.6;
}

.news_section .box .action-box a img {
  width: 20px;
}

.news_section .box .action-box a:hover {
  opacity: 1;
}

.news_section .box .detail-box h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.news_section .box .detail-box p {
  margin-top: 15px;
}

.news_section .box .detail-box a {
  display: inline-block;
  font-weight: bold;
  margin-top: 45px;
}

.subscribe_section {
  background-color: #590a37;
}

.subscribe_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe_section h2,
.subscribe_section button {
  font-family: "Poppins", sans-serif;
}

.subscribe_section h2 {
  color: #ffffff;
  text-transform: uppercase;
}

.subscribe_section h2 span {
  text-transform: none;
  font-weight: bold;
}

.subscribe_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe_section form input {
  border: none;
  min-width: 100%;
  height: 55px;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 50px;
  outline: none;
}

.subscribe_section form button {
  border: none;
  padding: 0 60px;
  height: 40px;
  border-radius: 35px;
  color: #ffffff;
  background-color: #590a37;
  -webkit-transform: translate(-104%, 7.5px);
  transform: translate(-104%, 7.5px);
  text-align: center;
  text-transform: uppercase;
}

.subscribe_section form button:hover {
  background-color: #590a37;
}

.client_section {
  font-family: "Poppins", sans-serif;
}

.client_section .client_container {
  width: 87%;
  margin: 0 auto;
}

.client_section .client_container .box {
  margin: 20px 15px;
}

.client_section .client_container .box .detail-box {
  padding: 45px 20px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
}

.client_section .client_container .box .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.client_section .client_container .box .client-id .img-box {
  margin-top: -40px;
  margin-left: 40px;
}

.client_section .client_container .box .client-id .name {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.client_section .client_container .box .client-id .name h6 {
  color: #590a37;
  font-weight: 700;
  margin-top: -20px;
  margin-left: 10%;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  left: initial;
  top: initial;
  width: 50px;
  height: 50px;
  bottom: 45px;
  z-index: 9;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  background-color: #590a37;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #464646;
}

.client_section .carousel-control-prev {
  background-image: url(../images/left-white.png);
  right: 95px;
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
  right: 35px;
}

.contact_section .contact_form-container input[type="checkbox"] {
  width: 2%;
}

.contact_section .contact_form-container input, textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid #590a37;
  width: 90%;
  margin: 15px 0;
  background-color: transparent;
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input::placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container button {
  width: auto;
  color: #ffffff;
  background-color: #590a37;
  border: 2px solid #590a37;
  padding: 10px 15px;
  border-radius: 5px;
}

.contact_section .contact_form-container button:hover {
  background-color: #ca8d43;
  border: none;
}

.contact_section .map-box #map {
  width: 100%;
  height: 100%;
}

.contact_items {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_items .item {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contact_items .item .img-box {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.contact_items .item .detail-box {
  color: #5e5e5e;
}

.contact_items .item .detail-box p {
  margin: 0;
}


.info_section {
  text-align: center;
  font-family: "Poppins", sans-serif;
  background-color: #590a37;
  color: #ffffff;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.info_section .info_social img {
  width: 40px;
  margin-left: 8px;
}

.info_section p {
  margin: 35px 0 0 0;
}

/* HAPPY CUSTOMERS */

.happy-customers {
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
}

.content-p {
  color: #ffffff;
}

.to-move-right {
  text-align: center;
}



/* OUR MISSION IMG */
.mission-img {
  width: 30%;
}

/* EVENTS PAGE*/

.birthday-events-page {
  margin-top: 18%;
  width: 100%;
}

.weddingevents {
  width: 100%;
}

.space-up {
  margin-bottom: 10px;
}

.invite{
  border: 2px solid #000;
  margin-right: 10px;
  max-width: 24%;
  padding: 25px 15px 10px;
}
.invite h4{
  font-weight: bold;
  margin-top: 10px;
}
.invite p{
  text-align: justify;
}

.client-includes-1 {
  box-shadow: 0 0 1px;
  margin-top: 50px;
  transition: .3s;
  margin-right: 1%;
  padding-top: 40px;
}

.client-include-2 {
  box-shadow: 0 0 1px;
  margin-top: 50px;
  transition: .3s;
  margin-right: 1%;
  padding-top: 2%;
}

.client-includes-3 {
  box-shadow: 0 0 1px;
  margin-top: 50px;
  transition: .3s;
  margin-right: 1%;
  padding-top: 94px;
}

.client-includes-4 {
  box-shadow: 0 0 1px;
  margin-top: 50px;
  transition: .3s;
  margin-right: -6%;

}

.subscribe-hr {
  margin-right: 62%;
  margin-top: 5%;
}


.unsubscribe-hr {
  margin-right: 58%;
  margin-top: 5%;
}

.dj1-img {
  width: 100%;
  height: 100%;
}

.leaf {
  width: 100%;
}

.h3-shade-clr {
  color: #000000;
  font-weight: bold;
  margin-top: 8%;
}

.event-align {
  margin-bottom: 7%;
}


/* SUBSCRIBE */


.check-p {
  display: inline;
  margin-right: 10%;
}

.check-label {
  display: block ruby;

  margin-left: 19%;
  margin: -18%;
  padding-left: 36%;
}

.check-input {
  margin: 0% !important;
  width: 10% !important;
  padding-top: 10% !important;

}
.error-msg{
  margin-top: 15px;
  color: red;
}
.about-box {
  box-shadow: 0 0 3px;
  margin-right: 2%;
  max-width: 46%;
  padding: 20px 30px 30px;
}


.team-img {
  width: 30%;
  margin-left: 30%;
}

.team-img-1 {
  width: 30%;
  margin-left: 30%;
  padding: 3%;
}

.achive-txt {
  color: #000000;
  font-weight: bold;
}

.register-hr {
  margin-right: 64%;
  margin-top: 5%;
}

.privacy-policy-hr {
  margin-left: 12%;
  margin-top: 5%;
}
.privacy-section{
  margin: 20px 0 50px;
}
.privacy-section p {
  text-align: justify;
}

/* ABOUT US PAGE */

.check-txt {
  display: inline;
}

.check-txt-1 {
  display: inline;
}

.check-txt-2 {
  display: inline;
}


.idea-img {
  width: 20%;
}

.exp-img {
  width: 20%;
}

.center-txt {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4% !important;

}

.check-margin {
  padding-left: 10%;
  padding-top: 5%;
  line-height: 2rem;

}

.txt-bold {
  text-transform: uppercase;
  font-weight: bold;
}

.section-last {
  padding-bottom: 5%;
}

.team-head {
  padding-bottom: 4%;
  margin-top: 8%;
}


/* FORGET PASSWORD */
.submit-space {
  padding-top: 3%;
}

.font-style {
  font-family: 'Alegreya', serif;
}

.section-2 {
  margin-bottom: 5%;
}
.team{
  max-width: 25%;
}
.team img{
border-radius: 50%;
}
/* GALLERY PAGE */

.for-h2-gallery {
  margin-right: 62%;
  margin-top: 5%;
}

.events {
  margin-right: 65%;
  margin-top: 5%;
}

.anti-bottom {
  margin-bottom: 7%;
}


.gallery {
  margin-right: 64%;
  margin-top: 5%;
}

.gallery-p {
  text-align: center;
  margin-top: 5%;
}


.birthday-img {

  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);

}

.birthday-img-h3 {
  color: #000000;
  font-weight: bold;
  margin-bottom: 3%;
  margin-top: 5%;
}

.birthday-gallery-page {
  width: 100%;

}

.birthday-gallery-page-1 {
  width: 100%;

}

.birthday-gallery-page-2 {
  width: 100%;

}

.birthday-gallery-page-3 {
  width: 100%;
}

.birthday-gallery-page-4 {
  width: 100%;
  margin-top: 15%;
}

.birthday-gallery-page-5 {
  width: 100%;
}

.birthday-gallery-page-6 {
  width: 100%;
}

.birthday-gallery-page-7 {
  width: 100%;
}

.birthday-gallery-page-9 {
  width: 100%;
}



.birthday-img-h3.wedding.catering {
  margin-bottom: 0%;
  margin-top: 3%;
}

.birthday-img-h3.wedding {
  margin-top: 3%;
}


.section-gallery-pge {
  margin-bottom: 7%;
}

.terms-and.conditions-margin {
  margin-bottom: 7%;
}


/* CONTACT US HEADING CENTER */
.contact-us-hr {
  margin-right: 59%;
  margin-top: 5%;
}


/* footer section*/

.footer-section {
  font-weight: 500;
  background-color: #590a37;
  padding: 70px 30px 20px;
  color: #ffffff;
}

.footer-section ul {
  list-style: none;
  padding-left: 0;
  line-height: 2rem;
}

.footer-section a {
  color: #fff;
}

.footer-section h3,
.footer-section a:hover {
  color: #ca8d43;
}

/* end footer section*/


/* TERMS AND CONDITION */
.remove-list-style {
  list-style: none;
}

/* CLIENT */
.client-1 {
  width: 100px;
  border-radius: 50%;
}

/* CAPTCHA */

.txtCaptcha {
  font-weight: bold;
  font-size: 20px;
  font-family: Modern;
  font-style: italic;
  text-decoration: line-through;
  text-decoration-color: white;
  text-decoration-style: wavy;
  text-decoration-thickness: 3px;
  border-radius: 3px;
  width: 25% !important;
  text-align: center;
  border: 1px solid #590a37 !important;
  margin-right: 15px !important;
}

.col_half {
  width: 49%;
}

.col_third {
  width: 32%;
}

.col_fourth {
  width: 23.5%;
}

.col_fifth {
  width: 18.4%;
}

.col_sixth {
  width: 15%;
}

.col_three_fourth {
  width: 74.5%;
}

.col_twothird {
  width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
  position: relative;
  display: inline;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 20px;
}

.end {
  margin-right: 0 !important;
}

/* Column Grids End */

.wrapper {
  width: 980px;
  margin: 30px auto;
  position: relative;
}

.counter {
  background-color: #ffffff;
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}
.success-msg{
  color: green;
  margin-top: 10px;
}