/* CSS Document */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("ttf");
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Belleza", sans-serif;
}

.text-justify {
  text-align: justify;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

.m0 {
  margin: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 45px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.clr-white {
  color: #fff !important;
}

.navbar-default {
  background-color: #000;
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-default.affix {
  width: 100%;
  z-index: 999;
  -webkit-transition: all 2s ease-in;
  transition: all 1s ease-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.dropdown-menu li a {
  color: #14081f !important;
}

.navbar-nav {
  padding: 48px 0;
}

.navbar-nav li a {
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  text-decoration-color: transparent;
}

.navbar-nav li a:hover {
  color: #fd226a !important;
  text-decoration-color: #fd226a !important;
  background-color: transparent;
  text-decoration: underline;
}

.navbar-nav li ul li a {
  color: #14081f !important;
}

.navbar-nav li.active a {
  color: #fd226a !important;
  text-decoration-color: #fd226a !important;
  background-color: transparent !important;
}

.navbar-nav li.active a:hover {
  text-decoration-color: #fd226a !important;
  text-decoration: underline;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 182px;
  z-index: 10000;
  position: relative;
  margin-top: 26px;
}

/*----slider----*/
.banner {
  position: relative;
  overflow: hidden;
}

.banner .main-slider {
  overflow: hidden;
}

.banner .main-slider .slick-slide {
  position: relative;
}

.banner .main-slider .slick-slide .bg-image {
  height: 94vh;
  background-size: cover;
  background-position: center center;
}

.banner .main-slider .slick-prev-btn {
  left: -100px;
  position: absolute;
  top: 50%;
  z-index: 1100;
  color: #fff;
  transition: 300ms all ease;
}

.banner .main-slider .slick-next-btn {
  position: absolute;
  right: -100px;
  top: 50%;
  z-index: 1100;
  color: #fff;
  transition: 300ms all ease;
}

.banner .main-slider:hover .slick-prev-btn {
  left: 0px;
}

.banner .main-slider:hover .slick-prev-btn i {
  z-index: 10;
  position: absolute;
  font-size: 22px;
  left: 14px;
  top: 3px;
}

.banner .main-slider:hover .slick-prev-btn:after {
  left: 0px;
  top: -5px;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  transition: 300ms all ease;
}

.banner .main-slider:hover .slick-next-btn {
  right: 0px;
}

.banner .main-slider:hover .slick-next-btn i {
  z-index: 10;
  position: absolute;
  font-size: 22px;
  right: 14px;
  top: 3px;
}

.banner .main-slider:hover .slick-next-btn:after {
  right: 0px;
  top: -5px;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  transition: 300ms all ease;
}

/*---end-slider---*/
#home-s1 {
  background: #d3eafd;
}

.welcome-img {
  margin-right: 20px;
}

.bars {
  position: absolute;
  width: 60px;
  left: 2px;
  bottom: 0;
}

.bars .bar {
  background: #fd226a;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  animation: sound 0ms -800ms linear infinite alternate;
}

.bars .bar:nth-child(1) {
  left: 1px;
  animation-duration: 474ms;
}

.bars .bar:nth-child(2) {
  left: 5px;
  animation-duration: 433ms;
}

.bars .bar:nth-child(3) {
  left: 9px;
  animation-duration: 407ms;
}

.bars .bar:nth-child(4) {
  left: 13px;
  animation-duration: 458ms;
}

.bars .bar:nth-child(5) {
  left: 17px;
  animation-duration: 400ms;
}

.bars .bar:nth-child(6) {
  left: 21px;
  animation-duration: 427ms;
}

.bars .bar:nth-child(7) {
  left: 25px;
  animation-duration: 441ms;
}

.bars .bar:nth-child(8) {
  left: 29px;
  animation-duration: 419ms;
}

.bars .bar:nth-child(9) {
  left: 33px;
  animation-duration: 487ms;
}

.bars .bar:nth-child(10) {
  left: 37px;
  animation-duration: 442ms;
}

@keyframes sound {
  0% {
    opacity: .35;
    height: 3px;
  }

  100% {
    opacity: 1;
    height: 20px;
  }
}

.welcome-content p {
  font-size: 15px;
  text-align: left;
}

.sec-title {
  position: relative;
  margin-bottom: 30px;
}

.sec-title h4 {
  font-family: "Marck Script", cursive;
  color: #fd226a;
  font-size: 28px;
  margin-bottom: 0;
  line-height: 20px;
}

.sec-title h1 {
  margin-top: 0;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  padding-bottom: 25px;
}

.sec-title.mid-title {
  text-align: center;
}

.sec-title.mid-title .bars {
  left: 50%;
  transform: translate(-50%);
}

.read-more {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  color: #0d324d;
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #fd226a;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.read-more:before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  content: '';
  background: #fd226a;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.read-more:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.read-more:hover {
  color: #fff;
  position: relative;
  z-index: 1;
}

.read-more:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
  z-index: -1;
}

.home-s2 {
  background: #0d324d;
  position: relative;
}

.home-s2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -46%;
  width: 92%;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 30px solid #d3eafd;
  z-index: 8;
}

.service {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 30px;
}

.service .service-overlay {
  position: absolute;
  top: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 20, 91, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service .service-overlay .text {
  padding: 50px 25px;
  color: #fff;
  text-align: center;
}

.service .service-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 25px;
}

.service .service-info a {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 14px;
  display: block;
  font-weight: 600;
  text-shadow: -1px 2px 1px #000;
}

.service:hover .service-overlay {
  top: 0;
}

#home-s3 {
  position: relative;
  background: #d3eafd;
}

#home-s3:before {
  position: absolute;
  content: "";
  top: -30px;
  width: 6%;
  left: 0;
  border-right: 25px solid transparent;
  border-bottom: 30px solid #d3eafd;
  z-index: 8;
}

#home-s3:after {
  position: absolute;
  content: "";
  top: -30px;
  width: 6%;
  right: 0;
  border-left: 25px solid transparent;
  border-bottom: 30px solid #d3eafd;
  z-index: 8;
}

.gallery-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.gallery-item img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-item:hover img {
  transform: scale(1.2);
  filter: grayscale(1);
}

/*---footer---*/
footer.home-footer:before {
  border-top: 30px solid #d3eafd;
}

footer {
  background: #000;
  position: relative;
  padding: 90px 0px 20px 0px;
}

footer:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -46%;
  width: 92%;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 30px solid #0e0e10;
}

footer h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

footer img {
  width: 100%;
}

footer .logo-footer {
  margin-bottom: 25px;
  margin-top: 70px;
}

footer p {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
}

footer .footer-list {
  margin-top: 20px;
  padding-left: 0;
}

footer .footer-list li {
  list-style-type: none;
  color: #aaa;
  padding: 6px 0px;
}

footer .footer-list li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  transition: 0.3s ease-in-out;
}

footer .footer-list li a:hover {
  text-decoration: none;
  color: #fd226a;
}

footer .footer-list li a:hover:before {
  color: #cecece;
}

footer .footer-list li a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  color: #fd226a;
  padding-right: 8px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

footer .footer-list-2 {
  padding-left: 0;
}

footer .footer-list-2 li {
  display: flex;
  list-style-type: none;
  color: #fff;
  padding: 6px 0px;
}

footer .footer-list-2 li a {
  color: #fff;
}

footer .footer-list-2 li a:hover {
  text-decoration: none;
}

footer .footer-list-2 li a i {
  font-size: 16px;
  padding: 0 5px;
}

footer .footer-list-2 li .contact-icon {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-right: 5px;
}

footer .footer-list-2 li .contact-text {
  color: #fff;
  padding-left: 10px;
  font-size: 15px;
  line-height: 26px;
}

footer .footer-list-2 li .contact-text a {
  color: #fff;
}

footer .footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 20px;
  margin-top: 30px;
  position: relative;
}

footer .footer-bar p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

footer .footer-bar p span {
  color: #fd226a;
  font-size: 13px;
  font-weight: 400;
}

.footer-social {
  padding-left: 0;
  list-style: none;
  margin-top: 30px;
}

.footer-social li {
  display: inline-block;
  max-width: 40px;
  margin-right: 15px;
}

.footer-social li a img {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  transition: 0.2s linear;
}

.footer-social li a:hover img {
  transform: scale(0.85);
}

.copyright {
  float: left;
  display: inline-block;
}

.design-credit {
  float: right;
  display: inline-block;
}

.design-credit a {
  color: #fd226a;
}

.design-credit a:hover {
  text-decoration: none;
  color: #fff;
}

/*---end footer---*/
.head-wrapper {
  position: relative;
}

.head-wrapper:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.26);
}

.page-title {
  padding: 12% 0 5% 0;
  position: relative;
  color: #fff;
}

.page-title h1 {
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 0;
}

.page-title a {
  color: #fd226a;
}

.bt-text p a {
  color: #00aeff;
  font-weight: 600;
}

#banner-image-contact {
  background: url(../images/banners/contact.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-catering {
  background: url(../images/banners/catering.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-music {
  background: url(../images/banners/music.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-sound {
  background: url(../images/banners/sound.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-event {
  background: url(../images/banners/event.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-gal-photo {
  background: url(../images/banners/gallery-photo.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-gal-video {
  background: url(../images/banners/gallery-vid.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-testi {
  background: url(../images/banners/testimonials.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-blog {
  background: url(../images/banners/blog.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-about {
  background: url(../images/banners/about.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-date {
  background: url(../images/banners/Datenschutz.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-privacy {
  background: url(../images/banners/Privacy-Policy.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-tc {
  background: url(../images/banners/Terms-and-conditions.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-disclaimer {
  background: url(../images/banners/Disclaimer.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-agb {
  background: url(../images/banners/AGB.jpg) center no-repeat;
  background-size: cover;
}

#banner-image-haft {
  background: url(../images/banners/Impressum.jpg) center no-repeat;
  background-size: cover;
}

.contact-form-block {
  display: flex;
}

.contact-form-block .contact-image {
  flex-basis: 30%;
}

.contact-form-block .contact-image .con-logo {
  padding-top: 20%;
}

.contact-form-block .contact-image .con-logo img {
  width: 100%;
}

.contact-form-block .contact-image h4 {
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.contact-form-block .contact-form-box {
  flex-basis: 70%;
}

.form-container {
  padding: 35px;
  background: #d3eafd;
}

#contact-form h2 {
  margin-top: 0;
  color: #0d324d;
  text-transform: capitalize;
  margin-bottom: 16px;
  padding-left: 15px;
  font-weight: 600;
}

#contact-form input {
  background: #fff;
  border: 1px solid #e3e3e3;
  height: 45px;
  border-radius: 0;
}

#contact-form textarea {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
}

.contact-detail-block {
  position: relative;
  text-align: center;
}

.contact-detail-block .text {
  background: #d3eafd;
  padding: 45px 20px;
  position: relative;
}

.contact-detail-block .text h4 {
  font-size: 22px;
  font-weight: 600;
  color: #0d324d;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.contact-detail-block .text p i {
  position: relative;
  font-size: 15px;
  color: #0e0e10;
  padding-right: 10px;
}

.contact-detail-block .text .main-icon {
  position: relative;
  font-size: 30px;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  box-shadow: 0 0 5px #313131;
  text-align: center;
  z-index: 1;
  background: #fd226a;
  margin-bottom: 20px;
}

.about-text {
  margin-top: 20px;
}

.about-text p {
  font-size: 15px;
}

.ser-text {
  margin-bottom: 30px;
  color: #fff;
}

.ser-text p {
  text-align: left;
  font-size: 15px;
  line-height: 24px;
}

.ser-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fd226a;
}

#sound-s1 .ser-text p {
  word-break: break-all;
}

#event-s1 .ser-text p {
  word-break: break-all;
}

.service-gal {
  margin-bottom: 30px;
}

.box-img {
  box-shadow: 0 0 5px #333;
  margin-bottom: 20px;
}

.video-gal-item {
  position: relative;
  margin-bottom: 30px;
}

.video-gal-item .item-content {
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 30px;
  position: absolute;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.video-gal-item .item-content h3 {
  font-weight: 700;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 18px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.video-gal-item .item-content span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.video-gal-item a:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #14081fa6;
}

.video-gal-item a:after {
  content: '\f144';
  top: 50%;
  left: 50%;
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  z-index: 1;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Free';
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.video-gal-item:hover a:before {
  opacity: 1;
}

.video-gal-item:hover a:after {
  opacity: 1;
}

.video-gal-item:hover .item-content {
  opacity: 0;
}

.inner-testimonial {
  margin-bottom: 20px;
}

.inner-testimonial .ttl-test i {
  width: 50px;
  height: 50px;
  text-align: center;
  background: #fd226a;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
}

.inner-testimonial .test-content {
  padding: 20px;
  background: #ececec;
  text-align: center;
  position: relative;
  margin-top: -10px;
}

.inner-testimonial .test-content p {
  text-align: center;
  line-height: 20px;
}

.ttl-test {
  text-align: center;
  position: relative;
  z-index: 1;
}

.blog-grid-item {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
  transition: 0.3s linear;
}

.blog-grid-item .event-date {
  top: 15px;
  left: 20px;
  z-index: 1;
  font-weight: 700;
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.blog-grid-item .blog-image {
  overflow: hidden;
  position: relative;
}

.blog-grid-item .blog-image img {
  transition: 0.5s linear;
}

.blog-grid-item:hover {
  border: 1px solid #fd226a;
}

.blog-grid-item:hover .blog-image img {
  transform: scale(1.2);
}

.blog-grid-item .blog-content {
  padding: 25px;
}

.blog-grid-item .blog-content .blog-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
  border-bottom: 1px solid #f0f0f0;
}

/* #particles-js {
  position: relative;
  background-color: #0e0e10;
  background-size: cover;
  background-repeat: no-repeat;
}

.particles-js-canvas-el {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
} */

.srvs {
  position: relative;
  z-index: 8;
}

.black-body {
  background: #0e0e10;
}

.language-switcher {
  position: fixed !important;
  z-index: 999;
  color: #fff;
  right: 2%;
  top: 0px;
  padding: 5px 10px;
}

.language-switcher a {
  color: #fff;
  transition: 0.3s linear;
}

.language-switcher a img {
  width: 20px;
  margin-right: 5px;
}

.language-switcher a:hover {
  color: #fd226a;
}

.language-switcher a.active {
  color: #fd226a;
}

.language-switcher a span {
  vertical-align: bottom;
}

.language-switcher .dropdown-menu {
  min-width: 65px;
}

.language-switcher .dropdown-menu .dropdown-item {
  padding: 3px 5px 3px 5px;
}

.language-switcher .dropdown-menu .dropdown-item a {
  color: #000;
}

/*# sourceMappingURL=main.css.map */


.welcome-list {
    padding-left: 20px;
}

.sub-list {
    margin-top: 8px;
    padding-left: 20px;
}

.sub-list li {
    font-size: 14px;
    margin-bottom: 6px;
}

.terms-checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    color:black;
}

.terms-checkbox input {
    margin-right: 10px;
}

.terms-checkbox a {
    color: black;
   
}

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #b61924; */
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ---- stats.js ---- */


.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}