/*
THEME NAME: Synex
VERSION: 1.0
AUTHOR: <a href="http://synex.tech">Synex Technology</a>
AUTHOR URI: http://synex.tech
*/

@font-face {
    font-family: 'El Messiri';
    src: url('assets/font/ElMessiri-Bold.woff2') format('woff2'),
        url('assets/font/ElMessiri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'El Messiri';
    src: url('assets/font/ElMessiri-Regular.woff2') format('woff2'),
        url('assets/font/ElMessiri-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'El Messiri';
    src: url('assets/font/ElMessiri-SemiBold.woff2') format('woff2'),
        url('assets/font/ElMessiri-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'El Messiri';
    src: url('assets/font/ElMessiri-Medium.woff2') format('woff2'),
        url('assets/font/ElMessiri-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/Montserrat-Black.woff2') format('woff2'),
        url('assets/font/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/Montserrat-Bold.woff2') format('woff2'),
        url('assets/font/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/Montserrat-ExtraBold.woff2') format('woff2'),
        url('assets/font/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/Montserrat-ExtraLight.woff2') format('woff2'),
        url('assets/font/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/Montserrat-Light.woff2') format('woff2'),
        url('assets/font/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/Montserrat-Regular.woff2') format('woff2'),
        url('assets/font/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/Montserrat-SemiBold.woff2') format('woff2'),
        url('assets/font/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/Montserrat-Medium.woff2') format('woff2'),
        url('assets/font/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/Montserrat-Thin.woff2') format('woff2'),
        url('assets/font/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Brittany Signature';
    src: url('assets/font/BrittanySignatureRegular.woff2') format('woff2'),
        url('assets/font/BrittanySignatureRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Custom CSS */
*:focus {
    outline: none;
}


* {
  box-sizing: border-box;
}

body {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Montserrat';
  font-weight: 400;
  letter-spacing: 0px;
   overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}


@media screen and (min-width: 1400px) {
    .custom-width {
        max-width: 1800px !important;
    }
}



/* /////// list-custom  ///// */

.list-custom {
  margin: 0;
  padding: 0;
}

.list-custom li {
  list-style-type: none;
}


img {
  max-width: 100%
}

img:not([src]):not([srcset]) {
  visibility: hidden
}

img.lazy, img.swiper-lazy {
  opacity: 0;
  transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

img.lazy.initial, img.lazy.loaded, img.lazy.error, img.lazy.swiper-lazy-loaded, img.swiper-lazy.initial, img.swiper-lazy.loaded, img.swiper-lazy.error, img.swiper-lazy.swiper-lazy-loaded {
  opacity: 1
}

/* a */
a {
  text-decoration: none;
  color: #bfa16a;
  transition: all .3s ease-in-out;
}

a:hover, a:focus, a:visited, a.active {
  text-decoration: none;
  outline: none
}

a:hover {
  color: #000;
}

button {
  transition: all .3s ease-in-out;
}

textarea, button, input, input[type=checkbox] {
  outline: none;
  box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none
}

textarea:focus, button:focus, input:focus, input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none
}

/*//////////   heading-set ///////////*/
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: 'El Messiri';
    font-weight: 700;
/* text-transform: capitalize; */
}

h1, .h1 {
font-size: 65px;
}

@media screen and (max-width:767px) {
h1, .h1 {
font-size: 30px;
}

}

h2, .h2 {
font-size: 50px;
}

@media screen and (max-width:767px) {
h2, .h2 {
font-size: 25px
}

}

h3, .h3 {
font-size: 37px;
}

@media screen and (max-width:767px) {
h3, .h3 {
font-size: 20px
}

}

h4, .h4 {
font-size: 23px;
}

h5, .h5 {
font-size: 20px;
}

h6, .h6 {
font-size: 8px;
}




.section-padding-md {
    padding: 50px 0;
}

.section-padding-lg {
    padding: 100px 0;
}




.heading-style1 span img {
  max-width: 100px;
}
.heading-style1 h3 {
  font-family: 'Brittany Signature';
  font-weight: normal;
  color: #bfa16a;
  margin: 20px 0
}
.heading-style1 h2 {
  color: #304954;
  width: 67%;
  margin: 20px auto;
  position: relative;
  letter-spacing: 4px
}
.heading-style1 h2::before {
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/stylis-border.png');
    content: "";
    width: 344px;
    height: 152px;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    right: 19.5%;
    bottom: -15px;
}



@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
  .heading-style2 h2,
  .heading-style1 h2 {
    font-size: 40px;
  }
  .section-padding-lg {
    padding: 80px 0;
}
}

@media screen and (max-width: 991.98px) {
  .heading-style2 h3,
  .heading-style1 h3 {
    font-size: 30px;
  }
  .heading-style1 span img {
    max-width: 75px;
}
.heading-style2 h2,
.heading-style1 h2 {
     width: 100%;
     font-size: 35px;
}

}

@media  screen and (max-width: 767px) {
  .heading-style2 h2,
.heading-style1 h2 {
    font-size: 30px;
}
.heading-style2 h2::before,
.heading-style1 h2::before {
   right: auto; 
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
     width: 200px !important;
}
.heading-style2 {
    text-align: center;
}
.section-padding-lg {
    padding: 60px 0;
}
}





.heading-style2 h3 {
    font-family: 'Brittany Signature';
    font-weight: normal;
    color: #fff;
    margin: 20px 0;
    padding-bottom: 10px;
}
.heading-style2 h2 {
  color: #fff;
  margin: 20px 0;
  position: relative;
  letter-spacing: 4px
}
.heading-style2 h2::before {
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/stylis-border-white.png');
    content: "";
    width: 344px;
    height: 152px;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    right: 19.5%;
    bottom: -15px;
}





/* Theme-form */

.form-style-1 .form-group {
    margin-bottom: 20px;
}


.form-style-1 .form-custom {
  width: 100%;
  padding: 20px 20px;
  background: #fff;
  font-size: 15px;
  border: 1px solid #bfa374;
  color: #304954;
  border-radius: 10px;
  -webkit-appearance: none;
  position: relative;
}

.form-style-1  .form-group span{
  position: relative;
}

.form-style-1 .row .col-12:first-child .form-group span::before {
  border-color: #304954;
  border-style: none;
  border-width: 5px 4px 0 4px;
  right: 22px;
  margin-left: -4px;
  margin-top: -2px;
  z-index: 1;
  content: "";
  position: absolute;
  top: 33%;
  border-bottom: 2px solid #304954;
  border-right: 2px solid #304954;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
}

.form-style-1 textarea{
  height: 149px;
}

.form-style-1 .form-custom .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
}

.form-style-1 .form-group .form-submit {
    background-image: url('/wp-content/uploads/2024/06/button-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom -5px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    padding: 40px 50px;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    font-weight: 600;
    transition:all 0.3s ease-in-out;
}

.form-style-1 .form-group .form-submit:hover{
  color: #000;
}


.form-style-1 .form-group .form-custom::-webkit-input-placeholder { 
  color: #304954 !important;
}
.form-style-1 .form-group .form-custom::-moz-placeholder {
  color: #304954 !important;
}
.form-style-1 .form-group .form-custom:-ms-input-placeholder { 
  color: #304954 !important;
}
.form-style-1 .form-group .form-custom:-moz-placeholder { 
  color: #304954 !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	/* border-color: #dc3232;  Red */
	border-color: #46b450; /* Green */
}

@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
}

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

}

@media  screen and (max-width: 767px) {
.form-style-1 .form-group .form-submit {
    padding: 32px 20px;
}

.form-style-1 .form-custom {
      padding: 16px 20px;
    font-size: 14px;
}

}
































/* Theme-button */

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  overflow: hidden
}

.button::after, .button::before {
  position: absolute;
  content: "";
  transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out
}

.button span {
    position: relative;
    display: inline-block;
    font-weight: 500;
    top: 0;
    left: 0;
    width: 100%;
    text-wrap: nowrap;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 20px 50px;
    transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}


.button-lg span {
  font-size: 16px;
  padding: 15px 30px
}

.button-sm span {
    padding: 10px 40px;
}

.button-rounded {
  border-radius: 100px;
  -ms-border-radius: 100px;
  -webkit-border-radius: 100px
}

.button-rounded-30{
 border-radius: 30px;
  -ms-border-radius: 30px;
  -webkit-border-radius: 30px
}

.button-rounded span {
  border-radius: 100px;
  -ms-border-radius: 100px;
  -webkit-border-radius: 100px
}

.button-block {
  width: 100%
}

.button-primary {
  background-color: #000
}






.button-primary::before {
  background-color: #1d86c8
}

.button-primary span {
  color: #fff
}

.button-primary:hover span {
  color: #fff
}

.button-primary.input-type {
  background-color: #1d86c8;
  color: #fff
}

.button-primary.input-type:hover {
  background-color: #000
}


.button-style1 {
    background-image: url('/wp-content/uploads/2024/06/button-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom 0px;
}

.button-style1 span{
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.button-style1:hover span{
  color: #000;
}




.button-style2 {
    background-image: url('/wp-content/uploads/2024/06/button-bg-white.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom 0px;
}

.button-style2 span{
  color: #b4955d;
  transition: all 0.3s ease-in-out;
  padding: 40px 50px;
  text-transform: uppercase;
}

.button-style2:hover span{
  color: #000;
}





@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
}

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

}

@media  screen and (max-width: 767px) {
.button-style2 span {
    padding: 32px 20px;
}

}















.filled-slide-up::before {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%
}

.filled-slide-up:hover::before {
  height: 0%
}

.filled-slide-left::before {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.filled-slide-left:hover::before {
  width: 0%
}

.filled-slide-right::before {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%
}

.filled-slide-right:hover::before {
  width: 0%
}

.opacity::before {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1
}

.opacity:hover::before {
  opacity: 0
}

















/* swiper-pagination-style-1 */


 .swiper-pagination-style-1 {
  position: relative;
}
.swiper-pagination-style-1 .swiper-pagination {
    width: 100%;
    bottom: -100px;
    left: 0;
}
.swiper-pagination-style-1 .swiper-pagination .swiper-pagination-bullet {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
}
.swiper-pagination-style-1 .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  outline: none;
background-color: #c6c6c6;
  opacity: 1;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px;
}
.swiper-pagination-style-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b4945c;
}
.swiper-navigation-style-1 {
  position: relative
}
.swiper-navigation-style-1 .blog-swiper-button-next::after,
.swiper-navigation-style-1 .blog-swiper-button-prev::after
{
  color: #000;
  font-size: 35px;
}





@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
}

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

}

@media  screen and (max-width: 767px) {
.swiper-pagination-style-1 .swiper-pagination {
     bottom: -65px;
}

}


















/*//////////   Heading-styles ///////////*/

.top-header {
    padding: 15px 0;
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
}


 .navbar-light .navbar-toggler {
    box-shadow: none;
}

.top-header .navbar .right-nav > ul > li, .top-header .navbar .left-nav > ul > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  margin-right: 40px;
}

.top-header .navbar .right-nav > ul > li > a, .top-header .navbar .left-nav > ul > li > a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  white-space: nowrap;
}

.top-header .navbar-brand {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: fit-content;
}

.top-header .navbar-brand img {
  max-width: 200px;
}

.right-nav .top-social {
  margin-left: 11px;
}

.right-nav .top-social li {
  margin-right: 0 !important;
  margin-left: 15px !important;
}

.right-nav .top-social li a .icon {
  background-color: #e6e6e6;
  display: inline-block;
  border-radius: 90px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1.8;
}

.right-nav .top-social li a .icon img {
  max-width: 20px;
}






.top-header .offcanvas .offcanvas-header .mobile-brand img{
  max-width: 120px;
}



.top-header .offcanvas .offcanvas-body .mobile-menus .navbar-nav{
  padding: 0 10px;
}




.top-header .offcanvas .offcanvas-body .mobile-menus .navbar-nav li:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.top-header .offcanvas .offcanvas-body .mobile-menus .navbar-nav li a {
  text-transform: uppercase;
}



.top-header .offcanvas .offcanvas-body .mobile-social ul {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}


.top-header .offcanvas .offcanvas-body .mobile-social ul li{
margin-right: 20px;
}

.top-header .offcanvas .offcanvas-body .mobile-social ul li a{
    display: inline-block;
}

.top-header .offcanvas .offcanvas-body .mobile-social ul li a span {
    background-color: #e6e6e6;
    display: inline-block;
    border-radius: 90px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.3;
}

.top-header .offcanvas .offcanvas-body .mobile-social ul li a img {
    max-width: 20px;
}








@media screen and (min-width:1408px) and (max-width:1700px) {
.top-header .navbar-brand {
    top: 13px;
}

.top-header .navbar-brand img {
    max-width: 120px;
}

.top-header .navbar .right-nav > ul > li > a, .top-header .navbar .left-nav > ul > li > a {
    font-size: 17px;
}

}



@media screen and (min-width:1199.98px) and (max-width:1407px) {
 .top-header .navbar-brand {
      top: 77px;
  }

  .top-header .navbar-brand img {
      max-width: 150px;
  }

  .top-header {
    min-height: 130px;
  }

  .right-nav{
    position: relative;
  }
  .right-nav .top-social {
    margin-left: 0;
    position: absolute;
    bottom: -50px;
  }

  .right-nav .top-social li {
    margin-left: 0px !important;
  }
}


@media screen and (min-width:991.99px) and (max-width:1199.98px) {
  .top-header {
    padding: 0px 0;
  }

  .top-header .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-header .navbar-brand {
    top: 76px;
  }

  .top-header .navbar-brand img {
    max-width: 150px;
  }
  .top-header .navbar .right-nav > ul > li > a, .top-header .navbar .left-nav > ul > li > a {
   font-size: 19px;
}

}

@media screen and (max-width:991.98px) {
  .top-header .navbar-brand img {
    max-width: 150px;
  }

  .top-header {
    padding: 6px 0;
  }

  .top-header .navbar-brand {
    top: -12px;
  }

}

@media  screen and (max-width:767px) {
  .top-header {
    padding: 0px 0;
  }

  .top-header .navbar-brand img {
    max-width: 130px;
  }
  .top-header .offcanvas .offcanvas-body .mobile-menus .navbar-nav li a {
  font-size: 17px;
}


}











/* Home-banner-section */


.home-banner-section .home-banner-content {
  position: relative;
}


.home-banner-section  .home-banner-content .home-banner-img img{
    width: 100%;
}






.home-banner-section .home-banner-content .inner-text {
	position: absolute;
	left: 73%;
	top: 60%;
	transform: translate(-50%, -50%);
	width: 45%;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner h1 {
    text-transform: uppercase;
    line-height: 1.1;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner p {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 0;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner .other .other-image img {
   max-width: 150px;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner .other .arrow {
    background-image: url('/wp-content/uploads/2024/06/right-arrow.png');
    width: 67px;
    background-size: contain;
    height: max-content;
    background-repeat: no-repeat;
    height: 23px;
    align-self: end;
    margin: 0 12px 15px;
}



@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {

.home-banner-section .home-banner-content .home-banner-img img{
   min-height: 700px;
    object-fit: cover;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner h1 {
  font-size: 50px;
}
.home-banner-section .home-banner-content .inner-text {
    width: 65%;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner p {
    font-size: 21px;
}


}

@media screen and (max-width: 991.98px) {
.home-banner-section .home-banner-content .home-banner-img img{
   min-height: 700px;
    object-fit: cover;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner h1 {
  font-size: 40px;
}
.home-banner-section .home-banner-content .inner-text {
    left: 62%;
     width: 65%;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner p {
    font-size: 21px;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner .other .other-image img {
    max-width: 115px;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner .other {
    margin-top: 30px;
}
}

@media  screen and (max-width: 767px) {
.home-banner-section .home-banner-content .inner-text {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    top: 20%;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner h1 {
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner p {
    font-size: 18px;
    text-align: center;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner .other {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner .other .arrow {
    display: none;
}
.home-banner-section .home-banner-content .inner-text .banner-content-inner .other .left-button {
    margin-top: 24px;
}
}












.wachtum .services-content {
    margin-top: 100px;
}

.wachtum .services-content .service-card-inner{
  margin-bottom: 30px;
}
.wachtum .services-content .row  .col:nth-child(even) {
    margin-top: 130px;
}
.wachtum .services-content .service-card-inner .service-icon {
  position: relative
}
.wachtum .services-content .service-card-inner .service-icon .image2 {
  position: absolute;
  right: 3%;
  top: -18px;
  z-index: 2;
}
.wachtum .services-content .service-card-inner .service-icon .image2 img {
  max-width: 100px;
}
.wachtum .services-content .service-card-inner .service-icon .inner-text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #2f4953cf;
  z-index: 1;
  border-radius: 90%;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.wachtum .services-content .service-card-inner .service-icon .inner-text p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}
.wachtum .services-content .service-card-inner .service-icon:hover .inner-text {
  visibility: visible;
  opacity: 1;
}
.wachtum .services-content .service-card-inner .service-card-content {
  text-align: center;
  margin-top: 30px;
}


@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
}

@media screen and (max-width: 991.98px) {
.wachtum .services-content .row  .col:nth-child(even) {
    margin-top: 100px;
}
}

@media  screen and (max-width: 767px) {
.wachtum .services-content .row  .col:nth-child(even) {
    margin-top: 0px;
}
}





























.brand-section {
    background-image: url('/wp-content/uploads/2024/06/color-bg-scaled.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding-top: 20px;
    position: relative;
}

.brand-section::after {
    background-image: url('/wp-content/uploads/2024/06/color-bg-top.png');
    background-position: center;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 43%;
    z-index: 1;
    content: "";
    background-repeat: no-repeat;
}


.brand-section .heading-text {
    text-align: center!important;
    margin-bottom: -55px;
    z-index: 2;
    position: relative;
}
.brand-section .heading-text h2 {
    background: linear-gradient(180deg, rgba(204,173,117,1) 0%, rgba(112,97,54,1) 50%, rgba(204,173,117,1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 255px;
    text-transform: uppercase;
    letter-spacing: 50px;
    font-weight: 600;
    line-height: 1;
}
.brand-section .brand-content {
    padding-bottom: 36px;
}
.brand-section .brand-content .brand-slider .swiper-slide .brand-box .image img {
    width: auto;
    height: 65px;
}
.brand-section .brand-content .brand-slider .swiper-slide .brand-box .title {
  margin-top: 20px;
}
.brand-section .brand-content .brand-slider .swiper-slide .brand-box .title h4 {
color: #fff;
}







@media screen and (min-width: 2385.99px) and (max-width: 3133px){
  .brand-section {
      background-size: 100% 54%;
}
}


@media screen and (min-width: 1894.99px) and (max-width: 2385px){
  .brand-section {
      background-size: 100% 54%;
}
}


@media screen and (min-width: 1299.99px) and (max-width: 1649.99px){
  .brand-section {
      background-size: 100% 54%;
}
}






@media screen and (min-width: 1199.99px) and (max-width: 1299.99px){
  .brand-section {
      background-size: 100% 54%;
}
}


@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {

.brand-section .heading-text {
     margin-bottom: 0;
}
  .brand-section .heading-text h2 {
    font-size: 150px;
}
.brand-section {
   background-size: 100% 70%;
      padding-top: 0;
}
.brand-section::after {
    top: 26%;
}
}

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

  .brand-section {
      background-size: 100% 70%;
}

  .brand-section .heading-text h2 {
    font-size: 100px;
}
.brand-section .heading-text {
    margin-bottom: 0px;
}
.brand-section::after {
    top: 23%;
}
}

@media  screen and (max-width: 767px) {
.brand-section .heading-text h2 {
    font-size: 60px;
    letter-spacing: 13px;
}
.brand-section::after {
display: none;
}
.brand-section .brand-content {
    padding-bottom: 20px;
    padding-top: 20px;
}
}









.about-basia {
  background-image: url('/wp-content/uploads/2024/06/about-bg-scaled.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.about-basia::after {
    background-image: url('/wp-content/uploads/2024/06/get-bottom-border.png');
    background-position: bottom;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -2px;
    z-index: 5;
    content: "";
    background-repeat: no-repeat;
}

.about-basia .text-content {
  padding: 60px 0 90px 80px;
}

.about-basia .text-content .text {
  margin-top: 50px;
}

.about-basia .text-content .text p {
  color: #fff;
}

.about-basia .text-content .signature {
  margin-top: 60px;
}

.about-basia .text-content .signature .left-button {
  margin-right: 65px;
}

.about-basia .text-content .signature .sing img {
  max-width: 250px;
}

.about-basia .right-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.about-basia .right-image img {
  max-width: 730px;
  margin-left: auto;
  display: block;
}




@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
	.about-basia .text-content {
    padding: 60px 0 90px 46px;
}
  .about-basia .right-image {
    top: 5%;
}
.about-basia .right-image img {
    max-width: 500px;
}
}

@media screen and (max-width: 991.98px) {
.about-basia .text-content {
    padding: 50px;
}
.about-basia .right-image {
    position: relative;
}
.about-basia .right-image img {
    max-width: 600px;
}
}

@media  screen and (max-width: 767px) {
.about-basia .text-content {
    padding: 40px 10px;
}
.about-basia .text-content .text p {
    text-align: center;
}
.about-basia .text-content .signature {
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.about-basia .text-content .signature .left-button {
    margin-right: 0;
    margin-bottom: 30px;
}
.about-basia .right-image img {
    max-width: 300px;
}
}






.termine {
/* 	background-image: url('/wp-content/uploads/2024/06/sea-banner-new-scaled.jpg'); */
 background-image: url('/wp-content/uploads/2024/07/kurse-background.jpg'); 
	background-position: center;
	background-size: cover;
	position: relative;
  z-index: 4;
}

.termine::after {
    background-image: url('/wp-content/uploads/2024/06/get-bottom-border.png');
    background-position: bottom;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -2px;
    z-index: 1;
    content: "";
    background-repeat: no-repeat;
}

.termine .termine-content {
	margin-top: 80px;
}

.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box > .image > img {
	border-radius: 43px;
  height: 400px;
  object-fit: cover;
}

.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .title {
	margin-top: 50px;
}

.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .title h4 {
	font-size: 23px;
	letter-spacing: 5px;
}

.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .title h4 a{
  color: #000;
}

.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .image {
	position: relative;
}

.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .image .book-button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5%;
}

.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .image .book-button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 13%;
	z-index: 2;
}

.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .image .book-button .custom-button {
	background-color: #fff;
	padding: 14px 17px;
	border-radius: 10px;
}

.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .image .book-button .custom-button span {
	color: #000;
	white-space: nowrap;
}

.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .image .book-button .custom-button span  img {
	max-width: 23px;
	vertical-align: sub;
	margin-right: 8px;
}

.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .image .inner-text {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 43px;
	padding: 50px 30px;
	background-color: #2f4953cf;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .image:hover .inner-text {
	visibility: visible;
	opacity: 1;
}

.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .image .inner-text p {
	text-align: center;
	color: #fff;
  font-size: 14px;
}

.termine .termine-content .termine-slider .swiper-scrollbar {
	background: #fff;
}

.termine .termine-content .termine-slider .swiper-container-horizontal > .swiper-scrollbar {
	border-radius: 2px;
	height: 5px;
	width: calc(300px - 6px);
	bottom: 0;
	margin: 100px 0;
	left: 50%;
	transform: translateX(-50%);
}

.termine .termine-content .termine-slider .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #2f4953;
	border-radius: 90%;
	left: 10px;
	top: -207%;
	z-index: 55;
	width: 29px !important;
	height: 29px;
	border: 2px solid #fff;
}







@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
	.termine .termine-content .termine-slider .swiper-container-horizontal > .swiper-scrollbar {
    margin: 60px 0;
}

	.termine .termine-content .termine-slider {
    padding: 0 10px;
}

}

@media screen and (max-width: 991.98px) {
	.termine .termine-content .termine-slider {
    padding: 0 10px;
}

	.termine .termine-content .termine-slider .swiper-container-horizontal > .swiper-scrollbar {
    margin: 50px 0;
}
.termine .termine-content .termine-slider .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
   top: -230%;
}
}

@media  screen and (max-width: 767px) {
.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .image .book-button .custom-button {
    font-size: 14px;
}
.termine .termine-content .termine-slider .swiper-wrapper .swiper-slide .seminar-box .image .book-button .custom-button span  img {
    max-width: 19px;
}
}
































.testimonials {
    background-image: url('/wp-content/uploads/2024/06/klintin-bg-scaled.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 230px;
    padding-top: 100px;
}
.testimonials .testi-content .testi-slider {
  padding: 0 30px;
}

.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box {
  background-color: #b4945c;
  border: 5px solid #2f4953;
  border-radius: 30px;
  padding: 50px;
}

.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .quote-img {
  position: relative;
  padding-left: 60px;
}

.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .quote-img img {
  max-width: 130px;
  margin-right: auto;
  display: block;
}

.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide{
    height: auto;
}

.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box {
    margin-top: 150px;
    height: calc(100% - 150px);
}

.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .other-image {
  position: relative;
  margin-top: -232px;
}

.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .other-image img {
  max-width: 180px;
}

.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .rates {
  padding: 40px 0;
}

.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .rates span svg {
  width: 25px;
  fill: #fff;
}

.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .testi-text p {
  color: #fff;
  font-size: 25px;
  line-height: 1.9;
}

.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .title {
  margin-top: 20px;
}

.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .title h3 {
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 26px;
}

.testimonials .testi-content .warum-slider {
  margin-top: 200px;
}

.testimonials .testi-content .warum-slider .slider-heading {
  text-align: center;
  margin-bottom: 50px;
}

.testimonials .testi-content .warum-slider .slider-heading p {
  font-family: 'Brittany Signature';
  font-weight: normal;
  color: #304954;
  margin: 20px 0;
  font-size: 37px;
}

.testimonials .testi-content .warum-slider .swiper-wrapper .swiper-slide{
	height: auto;
}

.testimonials .testi-content .warum-slider .swiper-wrapper .swiper-slide .warum-box {
    border: 1px solid #3c5865;
    padding: 30px;
    border-radius: 30px;
    text-align: center;
    height: 100%;
    align-content: center;
}


.testimonials .testi-content .warum-slider .swiper-wrapper .swiper-slide .warum-box p {
    margin-bottom: 0px;
    font-family: 'El Messiri';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}







@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
	.testimonials {
     padding-bottom: 125px;
    padding-top: 60px;
}


}

@media screen and (max-width: 991.98px) {
.testimonials {
    padding-bottom: 140px;
    padding-top: 60px;
}
.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .testi-text p {
   font-size: 20px;
}
.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .other-image img {
    max-width: 150px;
}
.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .other-image {
    margin-top: -195px;
}
.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .quote-img img {
    max-width: 88px;
}
.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box {
    margin-top: 120px;
     height: calc(100% - 120px);
}
}

@media  screen and (max-width: 767px) {
.testimonials .testi-content .testi-slider {
    padding: 0 0px;
}
.testimonials .testi-content .testi-slider {
    padding: 0 0px;
}
.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .other-image {
    margin-top: -130px;
}
.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box {
    border: 2px solid #2f4953;
    padding: 20px;
}
.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .quote-img {
    padding-left: 0;
    top: 70px;
}
.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .quote-img img {
    max-width: 50px;
    text-align: center;
    margin: auto;
}
.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .rates {
    padding: 17px 0;
    margin-top: 50px;
}
.testimonials .testi-content .testi-slider .swiper-wrapper .swiper-slide .testi-box .testi-text p {
    font-size: 17px;
}
.testimonials .testi-content .warum-slider {
    margin-top: 110px;
}
}






.instagram {
	background-image: url('/wp-content/uploads/2024/06/insta-bg-scaled.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 150px;
	padding-bottom: 200px;
}

.instagram::after {
    background-image: url('/wp-content/uploads/2024/06/white-top.png');
    background-position: top;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 50px;
    top: -2px;
    z-index: 1;
    content: "";
    background-repeat: no-repeat;
}

.instagram::before {
	background-image: url('/wp-content/uploads/2024/06/get-bottom-border.png');
	background-position: bottom;
	background-size: 100%;
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: -2px;
	z-index: 1;
	content: "";
	background-repeat: no-repeat;
}

.instagram .heading-style1 h2 {
	color: #fff;
	text-transform: uppercase;
}

.instagram .heading-style1 span img {
	max-width: 65px;
}

.instagram .heading-style1 h2::before {
	display: none;
}

.instagram .image {
    margin-top: 70px;
    padding: 0 100px;
}


.instagram .image .sbi #sbi_images .sbi_item:nth-child(1)  {
   grid-row: span 2;
}


.instagram .image .sbi #sbi_images .sbi_item .sbi_photo_wrap {
    position: relative;
    height: 100%;
}


.instagram .image .sbi #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo{
    height: 100% !important;
}


.instagram .image .sbi #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo img {
    width: 100%;
    height: 365px;
}

.instagram .image .sbi #sbi_images .sbi_item:nth-child(1) .sbi_photo_wrap .sbi_photo img {
     width: 100%;
    height: 100%;
}


@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
	.instagram {
    padding-top: 100px;
    padding-bottom: 100px;
}

.instagram .image .sbi #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo img {
    height: 200px;
}

}

@media screen and (max-width: 991.98px) {
	.instagram {
    padding-top: 70px;
    padding-bottom: 70px;
}
.instagram .image {
    margin-top: 30px;
}
.instagram .heading-style1 span img {
    max-width: 50px;
}
.instagram .image {
    margin-top: 10px;
    padding: 0 0px;
}
}

@media  screen and (max-width: 767px) {
.instagram .heading-style1 span img {
    max-width: 40px;
}

.instagram .heading-style1 h2{
	font-size: 25px;
}
}















.blogs .blog-slider {
	padding: 0 100px;
	margin-top: 80px;
}

.blogs .blog-slider .swiper-slide .blog-box .post-date {
	margin-top: 25px;
}

.blogs .blog-slider .swiper-slide .blog-box  .content {
	margin-top: 25px;
}

.blogs .blog-slider .swiper-slide .blog-box  .content .title h3 {
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blogs .blog-slider .swiper-slide .blog-box  .content .title h3 a {
	transition: all 0.3s ease-in-out;
}

.blogs .blog-slider .swiper-slide .blog-box  .content .title h3 a span {
	color: #bfa16a;
}

.blogs .blog-slider .swiper-slide .blog-box  .content .title h3 a:hover {
	color: #bfa16a;
}

.blogs .blog-slider .swiper-slide .blog-box  .content .content-text {
	margin-top: 20px;
}

.blogs .blog-slider .swiper-slide .blog-box  .content .readmore .link {
	display: inline-block;
	padding: 11px 20px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #3d5965;
	border: 1px solid #ceb88e;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.blogs .blog-slider .swiper-slide .blog-box  .content .readmore .link:hover {
	background-color: #ceb88e;
	color: #fff
}









@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
	.blogs .blog-slider {
    padding: 0 40px;
}
}

@media screen and (max-width: 991.98px) {
	.blogs .blog-slider .swiper-pagination {
    width: 100%;
    bottom: -50px;
    left: 0;
}
}

@media  screen and (max-width: 767px) {
.blogs .blog-slider {
    padding: 0;
    margin-top: 60px;
}

.blogs .blog-slider .swiper-slide .blog-box  .content .readmore {
    text-align: center;
}

.blogs .blog-slider .swiper-slide .blog-box  .content .readmore .link {
    font-size: 15px;
}


 .blogs .blog-slider .swiper-button-next, .blogs .blog-slider .swiper-button-prev {
    display: none;
}
.blogs .blog-slider .swiper-slide .blog-box  .content .title h3 {
      font-size: 22px;
}
}





.get-in-touch {
	background-image: url('/wp-content/uploads/2024/06/get-in-bg-scaled.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
}

.get-in-touch::before {
    background-image: url('/wp-content/uploads/2024/06/white-top.png');
    background-position: top;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100px;
    top: -2px;
    content: "";
    background-repeat: no-repeat;
}

.get-in-touch::after {
	background-image: url('/wp-content/uploads/2024/06/get-bottom-border.png');
	background-position: bottom;
	background-size: 100%;
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: -3px;
	content: "";
	background-repeat: no-repeat;
}

.get-in-touch .right-content {
	padding: 130px 0;
}

.get-in-touch .left-image img {
	max-width: 600px;
}

.get-in-touch .right-content .heading-style1  h2 {
	width: 100%;
}

.get-in-touch .right-content .page-form {
	margin-top: 100px;
}

.get-in-touch .right-content .page-form .form-style-1 .submit-button {
 
}




@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {

	.get-in-touch .left-image img {
    max-width: 450px;
}
}

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

.get-in-touch .right-content {
    padding: 60px 0;
    padding-bottom: 0;
}
.get-in-touch .left-image img {
    max-width: 450px;
}
}

@media  screen and (max-width: 767px) {
.get-in-touch .right-content .heading-style1 {
    text-align: center;
}
.get-in-touch .right-content .page-form {
    margin-top: 60px;
}
.get-in-touch .left-image img {
    max-width: 300px;
}
.get-in-touch .right-content .page-form .form-style-1 .submit-button {
    margin-top: 10px;
    text-align: center;
}
}











.site-footer .footer-top {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 30px;
}

.site-footer .footer-top .left-logo a img {
	max-width: 350px;
}

.site-footer .footer-top .right-menu .navbar-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.site-footer .footer-top .right-menu .navbar-nav li a {
	text-transform: uppercase;
	color: #000;
	transition: all 0.3s ease-in-out;
}

.site-footer .footer-top .right-menu .navbar-nav li a:hover {
	color: #bfa16a;
}

.site-footer  .footer-bottom {
	margin-top: 70px;
}

.site-footer  .footer-bottom .right-image  {
text-align: right;
}

.site-footer  .footer-bottom .right-image img{
  width: 400px;
}

.site-footer  .footer-bottom .left-content .footer-address ul li {
	flex: 0 0 50%;
	margin-bottom: 20px;
}

.site-footer  .footer-bottom .left-content .footer-address ul li .box .icon {
	margin-right: 20px;
	top: -19px;
	position: relative;
}

.site-footer  .footer-bottom .left-content .footer-address ul li .box .icon img {
	max-width: 70px;
}

.site-footer  .footer-bottom .left-content .footer-address ul li .box .info h5 {
	font-size: 20px;
	color: #304954;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.site-footer  .footer-bottom .left-content .footer-address ul li .box .info p {
	font-family: 'El Messiri';
	color: #304954;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.site-footer  .footer-bottom .left-content .footer-soical {
	margin-top: 20px;
}

.site-footer  .footer-bottom .left-content .footer-soical ul li {
	margin-right: 25px;
}

.site-footer  .footer-bottom .left-content .footer-soical ul li h3 {
	font-family: 'Brittany Signature';
	font-weight: normal;
	color: #bfa16a;
	margin-bottom: 0;
}

.site-footer  .footer-bottom .left-content .footer-soical ul li a img {
	height: 32px;
	width: auto;
}

.site-footer  .footer-bottom .left-content .copyright-text {
	margin-top: 60px;
}

.site-footer  .footer-bottom .left-content .copyright-text p {
	text-transform: uppercase;
}







@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
	.site-footer .footer-top .left-logo a img {
    max-width: 240px;
}
.site-footer .footer-top .right-menu .navbar-nav {
    flex-wrap: wrap;
}
.site-footer .footer-top .right-menu .navbar-nav li {
    margin-bottom: 10px;
}
}

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

.site-footer .footer-top .left-logo {
    margin-bottom: 50px;
}

.site-footer .footer-top .left-logo a img {
    max-width: 300px;
    margin: auto;
    display: block;
}
.site-footer  .footer-bottom .right-image img {
    text-align: center;
    display: block;
    margin: auto;
}
}

@media  screen and (max-width: 767px) {
	.site-footer  .footer-bottom {
    margin-top: 40px;
}
.site-footer .footer-top .right-menu .navbar-nav {
    flex-wrap: wrap;
}
.site-footer .footer-top .right-menu .navbar-nav li {
    margin-bottom: 10px;
    margin-right: 15px;
}
.site-footer .footer-top .right-menu .navbar-nav li a {
    font-size: 17px;
}

.site-footer  .footer-bottom .left-content .footer-address ul li {
    flex: 0 0 100%;
    margin-bottom: 20px;
}
.site-footer  .footer-bottom .left-content .footer-address ul li .box .icon {
   top: 0;
}
.site-footer  .footer-bottom .left-content .footer-address ul li .box .icon img {
    max-width: 60px;
}

.site-footer  .footer-bottom .left-content .footer-soical ul {
    flex-wrap: wrap;
    justify-content: center;
}
.site-footer  .footer-bottom .left-content .footer-soical ul li:first-child{
	flex: 1 0 100%;
}
.site-footer  .footer-bottom .left-content .footer-soical ul li h3 {
    text-align: center;
    margin-bottom: 20px;
}
.site-footer  .footer-bottom .left-content .copyright-text p {
    text-align: center;
}
.site-footer  .footer-bottom .right-image img {
    text-align: center;
    width: 250px;
    display: block;
    margin: auto;
}
}


/* Blog Single */
.inner-page_title{
  padding-top: 12rem;
}
.page-title h1{
  color: #304954;
  width: 67%;
  margin: 20px auto;
  position: relative;
  letter-spacing: 4px;
  text-align: center;
}

.page-title h1 span {
	color: #bfa16a;
}

@media screen and (max-width: 1400px) {
  .inner-page_title{
    padding-top: 15rem;
  }
 .page-title h1 {
    font-size: 2.5rem;
}
}

@media screen and (max-width: 991.98px) {
  .inner-page_title{
    padding-top: 10rem;
  }
 .page-title h1 {
    font-size: 2rem;
}
}

@media  screen and (max-width: 767px) {
  .inner-page_title{
    padding-top: 8rem;
  }
}




.single-events {
    background-image: url(/wp-content/uploads/2024/06/about-bg-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.single-events .event-details .title h3{
   color: #000;
}
.single-events .event-details .box h4{
   color: #fff;
}
.single-events .event-details .box p{
color: #304954;
    font-weight: 600;
}
.single-events .event-description{
color: #fff;
}
.single-events .event-description p{
margin-bottom: 0;
}
.single-events .event-description h3{
margin: 20px 0;
font-size: 28px;
}
.single-events .event-description .list-number{
    list-style-type: decimal;
}
.single-events .event-image .swiper-pagination-style-1 .swiper-pagination {
      bottom: 60px;
}
.single-events .event-details .box a {
    color: #304954;
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
}


.single-events .event-description p a{
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.single-events .event-image .events-image-slider .warum-box .blog-img .img-fluid {
    max-width: 100%;
    height: 744px;
    object-fit: cover;
}

@media screen and (max-width: 1536px) {
    .single-events .event-image .events-image-slider .warum-box .blog-img .img-fluid {
     height: 626px;
}
}

@media screen and (max-width: 1440px) {
    .single-events .event-image .events-image-slider .warum-box .blog-img .img-fluid {
    height: 584px;
}
}

@media screen and (max-width: 1366px) {
    .single-events .event-image .events-image-slider .warum-box .blog-img .img-fluid {
    height: 465px;
}
}





@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
    .single-events .event-description h3 {
    font-size: 24px;
}

.single-events .event-image .events-image-slider .warum-box .blog-img .img-fluid {
    height: 386px;
}



}

@media screen and (max-width: 991.98px) {
    .single-events .event-description h3 {
    margin: 15px 0;
    font-size: 22px;
}
.single-events .event-image .events-image-slider .warum-box .blog-img .img-fluid {
    height: 592px;
}
}

@media  screen and (max-width: 767px) {
    .single-events .event-details .title h3 {
    font-size: 25px;
}
.single-events .event-image .events-image-slider .warum-box .blog-img .img-fluid {
    height: 300px;
}
}


.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.post-image img {
	height: 300px;
	object-fit: cover;
}

/* Blogs */

.blog .title-bar{
  text-align: center;
}


.blog .blog-box{
  margin-top: 30px;
}

.blog .blog-box .post-image img{
  height: 300px;
  object-fit: cover;

}


.blog .blog-box .post-date{
  margin-top: 25px;
}

.blog .blog-box .post-date span{

  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Montserrat';
  font-weight: 400;
  letter-spacing: 0px;
  overflow-x: hidden;
  
}


.blog .blog-box .content{
  margin-top: 25px;
}


.blog .blog-box .content .title h3{
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;   
} 

.blog .blog-box .content .title h3 a{
  transition: all 0.3s ease-in-out;
  color: #bea16a;
}


.blog .blog-box .content .content-text{
  margin-top: 20px;
}

.blog .blog-box .content .content-text p{
  font-family: 'Montserrat';
  font-size: 18px;
}

.blog .blog-box .content .readmore a{
  display: inline-block;
  padding: 11px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #3d5965;
  border: 1px solid #ceb88e;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991.98px) {
  .blog .blog-box .post-date span{
      font-size: 16px;
  }

  .blog .blog-box .content .title h3{
      font-size: 24px;
  }

  .blog .blog-box .content .content-text p{
      font-size: 17px;
  }

  .blog .blog-box .content .readmore a{
      padding: 6px 12px;
      font-weight: 500;
      border-radius: 8px;
      font-size: 12px;
  }

}

@media  screen and (max-width: 767px) {
  .blog .title-bar h1{
      font-size: 30px;
  }

  .blog .blog-box .post-date span{
      font-size: 14px;
  }

  .blog .blog-box .content .title h3{
      font-size: 20px;
  }

  .blog .blog-box .content .content-text p{
      font-size: 15px;
  }
}

.blog .blog-pagination .pagination{
	margin-top: 50px;
}
.blog .blog-pagination .pagination a, .blog .blog-pagination .pagination .current {
    display: inline-block;
    margin: 0 10px;
}
.blog .blog-pagination .pagination .page-numbers:not(.prev ,.next) {
    border: 1px solid #bea16a;
    width: auto;
    min-width: 40px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
}
.blog .blog-pagination .pagination .current {
    background: #bea16a;
    color: #fff;
}
.blog .blog-pagination .pagination .page-numbers:not(.prev ,.next):hover{
	 background: #bea16a;
    color: #fff;
}
.blogs .read-more-btn {
  text-align: center;
  margin-top: 60px;
}
.blogs .read-more-btn  .button-style1 {
  background-position: center bottom 5px;
}
@media  screen and (max-width: 767px) {
	.blog .blog-pagination .pagination {
    margin-top: 30px;
}
	.blog .blog-pagination .pagination a, .blog .blog-pagination .pagination .current {
    margin: 0 4px;
    font-size: 15px;
}
.blog .blog-pagination .pagination .page-numbers:not(.prev ,.next) {
          min-width: 30px;
        height: 30px;
        font-size: 15px;
}
}


.socila-share ul{
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 10px; 
}

.socila-share ul li{
  width: 90px;
  padding: 4px 16px;
  border-radius: 3px;
  
} 



.socila-share ul li a{
  color: #ffffff;
  font-size: 14px;
  text-wrap: nowrap;
}

.socila-share ul li a span{
  margin-right: 5px;
}

.socila-share ul .fb-icon{
  background-color: #3b5998;

} 

.socila-share ul .twiter-icon{
  background-color: #00aced;
}

.socila-share ul .linked-icon{
  background-color: #007bb6;
}

.socila-share ul .pintrest-icon{
  background-color: #e60023;
}

.socila-share ul .whatsapp-icon{
  background-color: #128c7e;
}

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

  .socila-share ul{
    flex-wrap: wrap;
    justify-content: center;

  }

   
}

.grecaptcha-badge {
    visibility: hidden !important;
}

