/* Custom Colors */

:root {
  --black: #000000;
  --white: #ffffff;
  --themeBrown: #0076a9 /*#936348*/;
  --themeRed: #F73A3C;
  --themeLightBrown: #7d9cb3 /*#C28A6E*/;
  --themeBlack: #313232;
}

/* Custom Colors */

/* Header & Banner */

.headersec .container {
  position: relative;
}

.headersec {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, .3);
  z-index: 999;
  transition: all 0.2s ease-in-out;
  padding: 10px 15px;
}

.hdrmnuwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headersec.fixed_header {
  background-color: #1A1919;
  position: fixed;
  width: 100%;
  z-index: 50;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.headersec.fixed_header .hdrmnuwrap {
  position: static;
  border-radius: 0;
  /*background: rgba(255, 255, 255, .8);*/
  /*backdrop-filter: blur(20px);*/
}

.hdrmnuwrap .custom-logo-link img {
  width: 210px;  
}

.hdritemswrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.hdritemswrap .menu-header-menu-container {
  padding: 28px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.hdritemswrap ul.slimmenu {
  width: auto;
}

.hdritemswrap ul.slimmenu li {
  padding: 0 50px 0 0;
}

/*.hdritemswrap ul.slimmenu li:last-child {
  display: none;
}*/

.hdritemswrap ul.slimmenu li a {
  font-family: 'Inter-Regular';
  font-size: 18px;
  line-height: 28px;
  color: var(--themeBlack);
  letter-spacing: -0.03em;
}

.hdritemswrap ul.slimmenu li.current-menu-item a {
  font-family: 'Inter-SemiBold';
}

.hdritemswrap ul.slimmenu li.current-menu-item a,
.hdritemswrap ul.slimmenu li a:hover {
  color: var(--themeLightBrown);
}

.hdritemswrap ul.slimmenu li {
  position: relative;
}

.hdrmnuwrap .hdrbtn {
  display: inline-flex;
  align-items: center;
  width: 290px;
  font-family: 'Inter-Medium';
  font-size: 20px;
  color: var(--white);
  background: var(--themeRed);
  padding: 18px 33px;
  letter-spacing: -0.03em;
  border: 1.5px solid var(--themeRed);
}

.hdrmnuwrap .hdrbtn img {
  width: 18px;
  position: relative;
  right: 5px;
}

.hdrmnuwrap .hdrbtn:hover {
  background-color: var(--themeBlack);
  border: 1.5px solid var(--themeBlack);
}

.banner_sec {
  position: relative;
}

.banner_sec .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.banner_sec .bnrimg {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 850px;
    object-fit: cover;
}

.banner_sec figure {
  position: relative;
}

.banner_sec figure::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.7;
  z-index: 1;
}

.bnrinfoWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding-top: 90px;
  justify-content: space-between;
}

.bnrlftWrap {
  width: 67%;
  padding-top: 35px;
  padding-right: 150px;
}

.bnrlftWrap .themebtn img {
  right: 0;
}

.bnrrghtWrap {
  width: 33%;
}

.bnrlftWrap span {
  display: block;
  color: var(--white);
  font-family: 'Inter-Medium';
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.bnrlftWrap h1 {
  color: var(--white);
  font-family: 'Inter-Medium';
  font-size: 60px;
  line-height: 60px;
}

.banner_sec h3 {
      color: var(--white);
      font-size: 28px;
          margin-top: 20px;
    margin-bottom: 30px;
}
#unsere-dienstleistungen .services-data ul {
      display: flex;
    flex-wrap: wrap;
    max-width: 820px;
    margin: 0 auto;
    gap: 0 20px;
}
.services-data ul,
.banner_sec .bnrlftWrap ul {
      padding-top: 15px;
      padding-left: 0;
}
.services-data  ul li,
.banner_sec .bnrlftWrap ul li {
    color: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    padding-left: 24px;
    margin-bottom: 18px;
}
.secTwo .services-data  ul li img {
    width: 40px;
    margin-right: 5px;
    margin-top: -1px;
}
.secTwo .services-data  ul li:before {
  display: none;
}
.secTwo .services-data  ul li {
    padding-left: 0;
}

#unsere-dienstleistungen .services-data  ul li {
  width: calc(50% - 10px);
}
.services-data  ul li {
      font-family: 'Inter-Medium';
  color: var(--themeBlack);
    font-size: 20px;
    line-height: 30px;
        font-weight: 400;
}

.services-data ul li:before,
.banner_sec .bnrlftWrap ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 14px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--themeRed);
    font-size: 12px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnrlftWrap p {
  color: var(--white);
  font-family: 'Inter-Medium';
  font-size: 18px;
  line-height: 30px;
}

.bnrrghtWrap .contctformWtap {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding: 10px 35px;
  margin-top: 25px;
}

.bnrrghtWrap h3 {
  color: var(--themeBlack);
  font-family: 'Inter-Medium';
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 20px;
}

.form_row .frm_in input {
  font-family: 'Inter-Regular';
  background-color: var(--white);
  width: 100%;
  height: 40px;
  padding: 0 25px;
  font-size: 15px;
  border: 0;
  margin-bottom: 18px;
}

.form_row .frm_in textarea {
  font-family: 'Inter-Regular';
  background-color: var(--white);
  width: 100%;
  height: 130px;
  padding: 20px 25px;
  font-size: 15px;
  border: 0;
  margin-bottom: 14px;
  resize: none;
}

.form_row .frm_in input::placeholder,
.form_row .frm_in textarea::placeholder  {
  color: #515151;
  opacity: 1;
}

.form_row .frm_in input::-ms-input-placeholder,
.form_row .frm_in textarea::-ms-input-placeholder {
  color: #515151;
}

.form_row .frm_in input:focus,
.form_row .frm_in textarea:focus {
  outline: none;
}

.form_row.frmcheck_box .frm_in p  {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.form_row.frmcheck_box .frm_in p input {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 8px;
  margin-bottom: 0;
}

.contctformbottom:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
}
.contctformbottom .form_row.frmcheck_box .frm_in p label {
  color: #fff;
}
.form_row.frmcheck_box .frm_in p label {
  font-family: 'Inter-Regular';
  font-size: 14px;
  color: #515151;
}

.form_row.frmBtnbx input {
  font-family: 'Inter-Bold';
  background-color: var(--themeRed);
  color: var(--white);
  width: 100%;
  height: 58px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.form_row.frmBtnbx input:hover {
  background-color: var(--themeBlack);
}

.themebtn {
  display: inline-block;
  background-color: var(--themeRed);
  color: var(--white);
  font-family: 'Inter-Medium';
  font-size: 20px;
  padding: 18px 33px;
  border: 1.5px solid var(--themeRed);
  letter-spacing: -0.03em;
}

.themebtn img {
  width: 18px;
  position: relative;
  right: -10px;
  top: -1px;
}

.themebtn:hover {
  background-color: var(--themeBlack);
  color: var(--white);
  border-color: var(--themeBlack);
}

.bnrlftWrap .themebtn {
  margin-top: 15px;
}

/* Header & Banner */


/* Section One */

.mobFormWrap {
  display: none;
}

.secOne, .secTwo, .secFour, .testimonial-slider, .secFive {
  padding: 70px 0;
}

.secOne::before {
  content: '';
  position: absolute;
  right: 0;
  top: -350px;
  width: 654px;
  height: 932px;
  background-size: 654px 932px;
  background-image: url(../images/shape1.webp);
  z-index: -1;
}

.secOne::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -400px;
  width: 654px;
  height: 932px;
  background-size: 654px 932px;
  background-image: url(../images/shape1.webp);
  z-index: -1;
}

.seconeInner {
  position: relative;
}

.seconeInner::before {
  content: '';
  position: absolute;
  left: 0;
  top: -300px;
  width: 423px;
  height: 666px;
  background-size: 423px 666px;
  background-image: url(../images/shape2.png);
  z-index: -1;
}

.secOne .themeimgwrap {
  padding-right: 60px;
  height: 100%;
}

.secOne .themeimgwrap img {
    height: 100%;
    object-fit: cover;
}

.secTwo .themeimgwrap img, .secFour .themeimgwrap img {
  width: 100%;
  max-width: 100%;
  height: 370px;
  object-fit: cover;
  object-position: left center;
}

.secTwoBx.is_icon .sectwoimgbx .themeimgwrap img {
    height: auto;
    width: 100%;
}

.secTwoBx.is_icon .sectwoimgbx .themeimgwrap{
    max-width: 100px;
    margin: 0 auto;
    border: 1px solid var(--themeBrown);
    border-radius: 50%;
    padding: 15px;
    margin-bottom: 10px;
}

.pagehdng h2 {
  color: var(--themeBlack);
  font-family: 'Inter-Bold';
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 25px;
}

.pagehdng h3 {
    margin-bottom: 25px;
}

.pagehdng em {
  display: block;
  font-style: normal;
  font-size: 26px;
  line-height: 40px;
}

.secOne .themetxt ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 20px;
}

.secOne .themetxt ul li {
  width: 50%;
  margin-bottom: 25px;
  font-family: 'Inter-Medium';
}
	  
.secOne .abtrpt {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.secOne .abtrpt .item-content .text {
    font-size: 16px;
    line-height: 23px;
}

.secOne .abtrpt .item-content {
    text-align: left;
    width: auto;
}

.secOne .abtrpt .item-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.secOne .abtrpt .item-number {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    text-align: right;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: end;
}

.secOne .abtrpt .abt-item {
    width: calc(50% - 10px);
}

/* Section One */

/* Section Two */

.secTwo {
  background: radial-gradient(73.22% 73.22% at 50% 26.78%, #FFFFFF 0%, #F1F1F1 100%);
}

.services-data:first-child {
    padding-top: 0;
}
.services-data {
    padding-top: 40px;
}

.secTwo .pagehdng {
  padding-bottom: 10px;
}

.secTwo .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: center;
}
.secTwo .row>div {
    margin-bottom: 20px;
} 

.secTwo .row.justify-content-center {
    row-gap: 20px;
}
	  
.secTwo .row .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  padding: 0 25px;
}

.sectwoimgbx {
  position: relative;
}

.sectwoimgbx .themeimgwrap {
  margin-bottom: 24px;
}

.sectwoimgbx span {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--themeBlack);
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.sectwoimgbx:hover span {
  background-color: var(--themeBrown);
}

.sectwoimgbx span img {
  width: 28px;
}

.secTwoBx.is_img {
    height: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.secTwoBx.is_img .sectwoimgbx {
    padding: 0;
}

.secTwoBx.is_img .sectwocontent {
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}

.secTwoBx.is_img .sectwoimgbx .themeimgwrap {
    margin-bottom: 0;
}

.secTwoBx.is_img .sectwocontent h3 {
    color: var(--themeRed);
}

/*.secTwoBx.is_img .sectwoimgbx .themeimgwrap img {
    border-radius: 20px 20px 0px 0px;
}*/

.secTwoBx h3 {
  font-family: 'Inter-SemiBold';
  font-size: 32px;
  line-height: 40px;
  color: var(--themeBlack);
  margin-bottom: 10px;
}

.secTwoBx .themetxt p {
  font-size: 18px;
  line-height: 30px;
}

.secTwoBx {
  cursor: pointer;
}

.sectwoBtnwrap .themebtn {
  display: inline-flex;
  align-items: center;
  margin-top: 60px;
  padding: 18px 45px;
}

.sectwoBtnwrap .themebtn img {
  width: 20px;
  margin-right: 8px;
  position: relative;
  top: -2px;
  right: 0;
}

/* Section Two */

/* Section Three */

.secThree {
  padding: 180px 0 140px;
  position: relative;
}

.secThree::before {
  content: '';
  position: absolute;
  top: -350px;
  left: -100px;
  background-image: url(../images/secthreeshape.webp);
  background-size: 700px  903px;
  width: 700px;
  height: 903px;
  z-index: -1;
}

.secThreeCol1 {
  width: 40%;
  padding-right: 21px;
}

.secThreeCol2 {
  width: 46%;
  padding-left: 65px;
  position: relative;
}

.secThreeCol3 {
  width: 14%;
  padding-left: 20px;
}

.secThreeCol2 .pagehdng em {
  margin-bottom: 20px;
}

.secThreeCol2 .themetxt p {
  color: #424242;
}

.secThreeItemsWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0;
}

.secThreeItemsWrap .secThreeItem {
  width: 50%;
}

.secthrItmIconwrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.secthrItmIconwrap span {
  font-size: 24px;
  line-height: 34px;
}

.secthrItmIconwrap img {
  width: 25px;
  margin-right: 10px;
}

/* Section Three */

/* Section Four */

.secFour {
  position: relative;
/*  padding: 70px 0;*/
}

.secFour::after {
  content: '';
  position: absolute;
  top: -500px;
  right: 0;
  background-image: url(../images/secfroushape.webp);
  background-size: 700px 1127px;
  width: 700px;
  height: 1127px;
  z-index: -1;
} 

/*.secFour .container {
  padding: 0 80px;
}*/

.secFour .pagehdng {
  margin-bottom: 50px;
}

.imgpopupWrap a {
  display: block;
  position: relative;
}

.imgpopupWrap a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity = 0);
  opacity: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  z-index: 9;
}

.imgpopupWrap a .iconzoomwrap {
  position: absolute;
  width: 75px;
  height: 75px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity = 0);
  opacity: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgpopupWrap a .iconzoomwrap img {
  border-radius: 0;
  width: 30px;
  height: auto;
}

.imgpopupWrap a:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity = 100);
  opacity: 1;
}

.imgpopupWrap a:hover .iconzoomwrap {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity = 100);
  opacity: 1;
}

.secFourgallery .themeimgwrap {
  margin-bottom: 24px;
}

/*.themeimgwrap.imgpopupWrap1 img {
  height: 626px;
  object-fit: cover;
}

.themeimgwrap.imgpopupWrap2 img {
  height: 288px;
  object-fit: cover;
}

.themeimgwrap.imgpopupWrap3 img {
  height: 290px;
  object-fit: cover;
}

.themeimgwrap.imgpopupWrap4 img {
  height: 312px;
  object-fit: cover;
}

.themeimgwrap.imgpopupWrap5 img {
  height: 288px;
  object-fit: cover;
}

.themeimgwrap.imgpopupWrap6 img {
  height: 624px;
  object-fit: cover;
}*/

/* Section Four */

/* Section Five */
.services-data-slider .service-item {
  height: 100%;
}
.services-data-slider .owl-carousel .owl-item {
  height: auto;
      padding: 10px;
}
.services-data-slider .owl-carousel .owl-stage {
  display: flex;
}
.secFive {
  /*background: var(--themeBrown);*/
/*  padding: 50px 0;*/
  position: relative;
}
.secFive h3 {
  text-align: center;
  padding-bottom: 25px;
      color: #fff;
}

.secFiveTxtWrap {
  padding-left: 30px;
  padding-right: 250px;
}

.secFiveTxtWrap h3 {
  font-family: 'Inter-Bold';
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 30px;
}

.secFiveCol2 {
  position: relative;
}

.secFiveTxtWrap .themebtn img {
  width: 20px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  right: 0;
}

.secFive .drillImg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
}

.secFive .container {
  position: relative;
  height: 100%;
}

/* Section Five */

/* Themetxt */

.themetxt h2 {
  color: var(--themeBlack);
  font-size: 90px;
  line-height: 100px;
  margin-bottom: 15px;
}

.themetxt p {
  color: #434343;
  font-size: 20px;
  line-height: 32px;
}

.themetxt ul li {
  font-family: 'Inter-Regular';
  position: relative;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: var(--themeBlack);
  padding-left: 25px;
}

.themetxt ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--themeBrown);
}

/* Themetxt */

/* Footer */

.footerSec {
  padding: 60px 0 0;
  /*background-color: var(--themeLightBrown);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ftrMnuWrap ul {
  display: flex;
  align-items: center;
}

.ftrMnuWrap ul li {
  margin-right: 60px;
}

.ftrMnuWrap ul li a {
  display: inline-block;
  font-family: 'Inter-Medium';
  font-size: 20px;
  line-height: 20px;
  color: var(--themeBlack);
}

.ftrMnuWrap ul li a:hover,
.ftrMnuWrap ul li.current-menu-item {
  color: var(--themeBrown);
}

.ftrMiddleWrap {
  display: flex;
  align-items: center;
  padding: 50px 0 40px;
  border-bottom: 1.5px solid #d9dfe3;
}

.ftrContctDtlsWrap {
  /*width: 75%;*/
  margin: 0 auto;
}

.ftrContctDtlsWrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
      padding: 0;
}

.ftrContctDtls {
  display: flex;
  align-items: center;
}

.ftrContctDtls span,
.ftrSocialWrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: var(--themeRed);
  border-radius: 100%;
}

.ftrSocialWrap ul li a:hover {
  background-color: var(--themeBlack);
}

.ftrContctDtls span img {
  width: 22px;
}

.ftrContctDtls p,
.ftrContctDtls a {
  display: inline-block;
  color: var(--white);
  font-family: 'Inter-Medium';
  font-size: 18px;
  line-height: 22px;
  margin-left: 16px;
}

.ftrContctDtls a:hover {
  color: var(--themeBrown);
}

.ftrInfoContct {
  display: flex;
  flex-direction: column;
}

.ftrContctDtlsWrap ul li:nth-child(2) .ftrInfoContct a {
  margin-bottom: 12px;
}

.ftrContctDtlsWrap ul li:nth-child(2) .ftrInfoContct a:last-child {
  margin-bottom: 0;
}

.ftrSocialWrap {
  width: 26%;
}

.ftrSocialWrap ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.ftrSocialWrap ul li a {
  margin-right: 15px;
}

.ftrSocialWrap ul li a img {
  width: 16px;
}

.ftrSocialWrap ul li:nth-child(2) a img {
  width: 20px;
} 

.ftrSocialWrap ul li:nth-child(3) a img {
  width: 22px;
}

.ftrBtmWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.ftrBtmWrap ul {
  display: flex;
  align-items: center;
}

.ftrBtmWrap p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Inter-Medium';
  color: var(--white);
  margin-bottom: 0;
}

.ftrBtmWrap p a {
  color: var(--themeRed);
}

.ftrBtmWrap p a:hover {
  /*color: var(--themeBlack) !important;*/
  text-decoration: underline;
}

.ftrBtmWrap ul li {
  margin-right: 35px;
}

.ftrBtmWrap ul li:last-child {
  margin-right: 0;
}

.ftrBtmWrap ul li a {
  font-family: 'Inter-Medium';
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
}

.ftrBtmWrap ul li a:hover,
.ftrBtmWrap p a:hover, 
.ftrBtmWrap ul li a:hover {
  /*color: var(--themeBrown);*/
  text-decoration: underline !important;
}


.testimonial-slider {
    background: #f8f9fa;
/*    padding: 60px 20px;*/
    text-align: center;
    position: relative;
}
.testimonial-slider h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.testimonial-slider .owl-carousel .owl-stage {
  display: flex;
}
.testimonial-slider .owl-carousel {
    max-width: 700px;
    margin: auto;
    position: relative;
}
.testimonial {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
}
.testimonial-slider .owl-item {
  padding: 10px;
  height: auto;
}
.testimonial img {
        width: 30% !important;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
    margin: 0 auto;
}
.testimonial-slider .testimonial p>img {
    width: auto !important;
}
.testimonial p {
    font-size: 16px;
    font-style: italic;
    color: #333;
}
.testimonial h4 {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}


.mapbottom {
    margin-top: 25px;
}

.secFive .row {
    display: flex;
    align-items: stretch; /* Ensures equal height */
}
.contctformbottom {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgb(247, 58, 60, .5);
    backdrop-filter: blur(7px);
    padding: 38px 38px;
    margin-top: 25px;
    background-image: url(../images/contact-bottom-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mapbottom {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.mapbottom iframe {
    flex-grow: 1; /* Makes the iframe fill its container */
    height: 100%;
}

/* Custom Arrow Buttons (Left & Right Side) */
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 24px;
    color: #333;
}
.owl-prev {
    left: -20px; /* Moves the left arrow outside the slider */
}
.owl-next {
    right: -20px; /* Moves the right arrow outside the slider */
}
.owl-prev:hover, .owl-next:hover {
    background: #ddd !important;
}

.steps-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 10px;
  position: relative;
}

.steps-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
  height: 4px;
  background: var(--themeRed);
  z-index: 1;
  transform: translateY(-50%);
}

.step-box {
  flex: 1;
  background-color: #fff;
  border: 1px solid var(--themeRed);
  padding: 20px 15px 20px 60px;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.05);
  cursor: default;
  position: relative;
  z-index: 10;
  transition: box-shadow 0.3s ease;
  display: flex;
  align-items: center;
}

.step-box:hover {
  box-shadow: 0 8px 25px rgba(247, 58, 60, .3);
}

.step-box h3 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--themeRed);
  font-weight: 700;
}
.step-box::before {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: counter(step-counter);
  counter-increment: step-counter;
  background-color: var(--themeRed);
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  box-shadow: 0 0 5px #0073aaaa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.steps-container {
  counter-reset: step-counter;
}

@media only screen and (max-width: 1599px) {
.banner_sec .bnrimg {
    min-height: 700px;
  }
}

@media only screen and (max-width: 1399px) {
  /*.owl-next {
    right: -46px;
}
.owl-prev {
    left: -46px;
}*/
.banner_sec .bnrimg {
    min-height: none;
    height: 450px;
  }
}

/* Tablet View (iPad) */
@media (max-width: 1024px) {
  .secOne, .secTwo, .secFour, .testimonial-slider, .secFive {
    padding: 55px 0;
  }
  .banner_sec .bnrimg {
    height: 350px;
  }
  .themeimgwrap img {
      height: auto;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    /*.owl-prev {
        left: -40px;
    }
    .owl-next {
        right: -40px;
    }*/
     .testimonial img {
        width: 100% !important;
        height: auto;
    }
    .secOne, .secTwo, .secFour, .testimonial-slider, .secFive {
      padding: 50px 0;
    }
    .banner_sec .bnrimg {
      height: 100vh;
    }
    .themeimgwrap img {
      height: auto;
    }
    .contctformbottom {
      margin-top: 50px;
    }
}

/* Small Mobile Screens */
@media (max-width: 480px) {

    .owl-prev, .owl-next {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    /*.owl-prev {
        left: -30px;
    }
    .owl-next {
        right: -30px;
    }*/
    .testimonial img {
        width: 100% !important;
        height: auto;
    }
    .secOne, .secTwo, .secFour, .testimonial-slider, .secFive {
      padding: 40px 0;
    }
    .banner_sec .bnrimg {
      height: 90vh;
    }
    .themeimgwrap img {
      height: auto;
    }
    .contctformbottom {
      margin-top: 50px;
    }
}


/* Footer */

@media screen and (min-width:1600px) {

  .container{max-width: 1560px;}

}

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

  .hdritemswrap ul.slimmenu li {
    padding: 0px 30px 0px 0px;
  }

  .hdritemswrap ul.slimmenu li a {
    font-size: 16px;
    line-height: 26px;
  }

  .hdrmnuwrap .hdrbtn {
    font-size: 18px;
    width: 265px;
  }

  /*.banner_sec .bnrimg {
    height: 720px;
  }*/

  .bnrlftWrap {
    width: 62%;
    padding-right: 120px;
  }

  .bnrrghtWrap {
    width: 38%;
  }

  .bnrlftWrap span {
    font-size: 22px;
    line-height: 32px;
  }

  .bnrlftWrap h1 {
    font-size: 60px;
    line-height: 65px;
  }


  .bnrlftWrap p {
    font-size: 16px;
    line-height: 28px;
  }

  .themebtn {
    font-size: 18px;
    padding: 15px 30px;
  }
  
  .bnrrghtWrap h3 {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 18px;
  }

  .bnrrghtWrap .contctformWtap {
    padding: 5px 33px;
  }

  .form_row .frm_in input {
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
  }

  .form_row .frm_in textarea {
    padding: 20px 20px;
    font-size: 16px;
    height: 130px;
  }

  .form_row.frmcheck_box .frm_in p label {
    font-size: 14px;
  }

  .form_row.frmBtnbx input {
    font-size: 15px !important;
  }

  .form_row.frmcheck_box .frm_in p {
    margin-bottom: 14px;
  }

  /*.secOne {
    padding: 120px 0 80px;
  }*/

  .pagehdng h2 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 20px;
  }

  .themetxt p {
    font-size: 18px;
    line-height: 30px;
  }

  .themetxt ul li {
    font-size: 18px;
    line-height: 28px;
    padding-left: 25px;
  }

 /* .themetxt ul li::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px
  }*/

  .secOne .themetxt ul {
    padding: 16px 0 16px;
  }

  /*.secTwo {
    padding: 70px 0;
  }*/

  .secTwo .row .col-12 {
    padding: 0 20px;
  }

  .sectwoimgbx .themeimgwrap {
    margin-bottom: 20px;
  }

  .secTwoBx h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .secTwoBx .themetxt p {
    font-size: 16px;
    line-height: 28px;
  }

  .sectwoimgbx span {
    width: 62px;
    height: 62px;
  }

  .sectwoimgbx span img {
    width: 25px;
  }

  .sectwoBtnwrap .themebtn {
    margin-top: 50px;
    padding: 15px 35px;
  }

  .secThree {
    padding: 150px 0 120px;
  }
  
  .pagehdng em {
    font-size: 24px;
    line-height: 36px;
  }

  .secThreeCol2 {
    padding-left: 54px;
  }

  .secthrItmIconwrap img {
    width: 22px;
  }

  .secthrItmIconwrap span {
    font-size: 22px;
    line-height: 32px;
  }

  .secThree .secThreeCol1 .themeimgwrap {
    height: 100%;
  }

  .secThree .secThreeCol1 .themeimgwrap img {
    height: 100%;
    object-fit: cover;
  }

  .secThreeItemsWrap {
    margin:  30px 0;
  }

  .secThreeCol3 {
    padding-left: 15px;
  }

  /*.themeimgwrap.imgpopupWrap1 img {
    height: 516px;
  }

  .themeimgwrap.imgpopupWrap2 img {
    height: 238px;
  }

  .themeimgwrap.imgpopupWrap3 img {
    height: 240px;
  }

  .themeimgwrap.imgpopupWrap4 img {
    height: 253px;
  }

  .themeimgwrap.imgpopupWrap5 img {
    height: 237px;
  }

  .themeimgwrap.imgpopupWrap6 img {
    height: 514px;
  }*/

  .secFiveTxtWrap h3 {
    font-size: 43px;
    line-height: 54px;
  }

  .secFive .drillImg {
    width: 260px;
  }

  .footerSec {
    padding: 50px 0 0;
  }

  .ftrMnuWrap ul li a {
    font-size: 18px;
    line-height: 18px;
  }

  .ftrContctDtls span, .ftrSocialWrap ul li a {
    width: 55px;
    height: 55px;
  }

  .ftrContctDtls span img {
    width: 17px;
  }

  .ftrContctDtls p, .ftrContctDtls a {
    font-size: 16px;
    line-height: 20px
  }
  
  .ftrContctDtlsWrap ul li:nth-child(2) .ftrInfoContct a {
    margin-bottom: 10px;
  }
  
  .ftrSocialWrap ul li a img {
    width: 13px;
  }

  .ftrSocialWrap ul li:nth-child(2) a img {
    width: 18px;
  }

  .ftrSocialWrap ul li:nth-child(3) a img {
    width: 20px;
  }

  .ftrMiddleWrap {
    padding: 40px 0 30px;
  }

  .ftrBtmWrap {
    padding: 25px 0;
  }

  .ftrBtmWrap p {
    font-size: 16px;
    line-height: 26px;
  }

  .ftrBtmWrap ul li a {
    font-size: 16px;
    line-height: 26px;
  }

} 

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

  .hdrmnuwrap .custom-logo-link img {
    width: 200px;
  }

  .hdritemswrap ul.slimmenu li {
    padding: 0px 25px 0px 0px;
  }

  .hdritemswrap ul.slimmenu li a {
    font-size: 15px;
    line-height: 25px;
  }

  .hdrmnuwrap .hdrbtn {
    font-size: 16px;
    width: 245px;
  }

  .bnrlftWrap span {
    font-size: 20px;
    line-height: 30px;
  }

  .bnrlftWrap h1 {
    font-size: 60px;
    line-height: 65px;
  }

  .bnrlftWrap p {
    font-size: 15px;
    line-height: 26px;
  }

  .themebtn {
    font-size: 16px;
    padding: 13px 26px;
  }

  .bnrlftWrap {
    width: 58%;
    padding-right: 80px;
  }

  .bnrrghtWrap {
    width: 42%;
  }

 /* .banner_sec .bnrimg {
    height: 120vh;
  }*/

  .bnrrghtWrap .contctformWtap {
    padding: 5px 25px;
  }

  .bnrrghtWrap h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
.form_row .frm_in input {
        height: 40px;
        padding: 0 20px;
        font-size: 16px;
    }
    .form_row .frm_in textarea {
        padding: 20px 20px;
        font-size: 16px;
        height: 90px;
    }
  .form_row .frm_in input,
  .form_row .frm_in textarea {
    font-size: 15px;
  }

  .form_row.frmBtnbx input {
    font-size: 14px !important;
  }

  /*.secOne {
    padding: 100px 0 60px;
  }*/

  .secOne .themeimgwrap {
    padding-right: 60px;
  }
  .secOne .abtrpt .item-number {
    font-size: 35px;
    line-height: 40px;
  }
  .pagehdng h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .themetxt p {
    font-size: 16px;
    line-height: 28px;
  }

  .themetxt ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .secOne .themetxt ul li {
    margin-bottom: 20px;
  }

  .secOne::before {
    width: 454px;
    height: 732px;
    background-size: 454px 732px;
    top: -250px;
  }

  .secOne::after {
    width: 454px;
    height: 732px;
    background-size: 454px 732px;
    bottom: -400px;
  }

  /*.secTwo {
    padding: 60px 0 100px 0;
  }*/

  .secTwo .pagehdng {
    padding-bottom: 5px;
  }

  .secTwo .row .col-12 {
    padding: 0 15px;
  }

  .sectwoimgbx .themeimgwrap {
    margin-bottom: 18px;
  }

  .secTwoBx h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .secTwoBx .themetxt p {
    font-size: 15px;
    line-height: 26px;
  }

  .sectwoBtnwrap .themebtn img {
    width: 18px;
  }

  .secThree {
    padding: 130px 0 100px;
  }

  .pagehdng em {
    font-size: 22px;
    line-height: 34px;
  }

  .secthrItmIconwrap img {
    width: 20px;
  }

  .secthrItmIconwrap span {
    font-size: 20px;
    line-height: 30px;
  }

  .secThreeCol1 {
    padding-right: 35px;
  }

  .secThreeCol2 {
    padding-left: 31px;
  }

  /*.secFour .container {
    padding: 0 50px;
  }*/

  .secFour::after {
    background-size: 500px 805px;
    width: 500px;
    height: 805px;
    top: -300px;
  }

  /*.themeimgwrap.imgpopupWrap1 img {
    height: 460px;
  }

  .themeimgwrap.imgpopupWrap2 img {
     height: 210px;
  }

  .themeimgwrap.imgpopupWrap3 img {
    height: 220px;
  }

  .themeimgwrap.imgpopupWrap4 img {
    height: 217px;
  }

  .themeimgwrap.imgpopupWrap5 img {
    height: 210px;
  }

  .themeimgwrap.imgpopupWrap6 img {
    height: 451px;
  }*/

  /*.secFour {
    padding: 60px 0;
  }*/

  .secFiveTxtWrap h3 {
    font-size: 34px;
    line-height: 45px;
  }

 /* .secFive .drillImg {
    width: 240px;
  }*/

  .ftrMnuWrap ul li {
    margin-right: 40px;
  }

  .ftrMnuWrap ul li a {
    font-size: 16px;
    line-height: 16px;
  }

  .ftrContctDtls span, .ftrSocialWrap ul li a {
    width: 50px;
    height: 50px;
  }
  
  .ftrContctDtls p, .ftrContctDtls a {
    font-size: 15px;
    line-height: 19px;
  }

  .secFiveTxtWrap .themebtn img {
    width: 18px;
  }

  .ftrBtmWrap {
    padding: 22px 0;
  }

  .ftrBtmWrap p {
    font-size: 15px;
    line-height: 25px;
  }

  .ftrBtmWrap ul li a {
    font-size: 15px;
    line-height: 25px;
  }

  .ftrBtmWrap ul li {
    margin-right: 30px;
  }

  /*.secFour {
    padding: 45px 0;
  }*/

}

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

  .hdrmnuwrap .custom-logo-link img {
    width: 200px;
  }

  .hdritemswrap ul.slimmenu li {
    padding: 0px 15px 0px 0px;
  }

  .hdritemswrap ul.slimmenu li a {
    font-size: 14px;
    line-height: 24px;
  }

  .hdrmnuwrap .hdrbtn {
    font-size: 14px;
    width: 220px;
    padding: 13px 18px;
  }

  .hdrmnuwrap .hdrbtn img {
    width: 15px;
  }

  .hdritemswrap ul.slimmenu {
    padding: 20px 0;
  }

  .hdrmnuwrap .custom-logo-link img {
    width: 130px;
  }

  .bnrlftWrap {
    width: 600px;
    padding: 60px 12px;
    margin: 0 auto;
  }

  .banner_sec figure::after {
    opacity: 0.8;
  }

  .bnrinfoWrap .bnrrghtWrap {
    display: none;
  }

  .mobFormWrap {
    display: block;
  }

  .mobFormWrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bnrrghtWrap {
    width: 60%;
    margin: 0 auto;
  }

  .bnrrghtWrap h3 {
    color: var(--white);
    margin-bottom: 30px;
    text-align: center;
  }
  
  .form_row.frmcheck_box .frm_in p label {
    color: var(--white);
  }

  .bnrrghtWrap .contctformWtap {
    padding: 5px 35px;
    background-color: var(--themeLightBrown);
    margin-top: 70px;
  }

 

  /*.secOne {
    padding: 80px 0 40px;
  }*/

  .bnrlftWrap span {
    font-size: 18px;
    line-height: 28px;
  }

  .bnrlftWrap h1 {
    font-size: 40px;
    line-height: 45px;
  }

  /*.secOne {
    padding: 75px 0 60px;
  }*/

  .themetxt p {
    font-size: 15px;
    line-height: 27px;
  }

  .secOne .themeimgwrap {
    padding-right: 40px;
  }

  .pagehdng h2 {
    font-size: 37px;
    line-height: 47px;
  }

  .secOne .themetxt ul {
    padding: 12px 0 5px;
  }

  .themetxt ul li {
    font-size: 15px;
    line-height: 25px;
  }

  /*.themetxt ul li::before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }*/

  .secOne .themetxt ul li {
    margin-bottom: 18px;
  }

  .seconeInner .themetxt p {
    margin-bottom: 10px;
  }

  .secThreeCol3 {
    display: none;
  }

  .secThreeCol1,
  .secThreeCol2 {
    width: 50%;
  }

  .secThreeCol2 {
    padding-left: 20px;
  }

  .secThree {
    padding: 105px 0 80px;
  }

  /*.secFour .container {
    padding: 0 12px;
  }*/

/* .secFive .drillImg {
    display: none;
  }*/
  
  .secFiveTxtWrap {
    padding-right: 0;
  }

  .secFiveTxtWrap h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .ftrMnuWrap ul li a {
    font-size: 15px;
    line-height: 15px;
  }

  .ftrMnuWrap ul li {
    margin-right: 30px;
  }

  .ftrContctDtls span, .ftrSocialWrap ul li a {
    width: 40px;
    height: 40px;
  }

  .ftrContctDtls p, .ftrContctDtls a {
    font-size: 14px;
    line-height: 18px;
    margin-left: 12px;
  }

  .ftrContctDtls span img {
    width: 15px;
  }
  
  .ftrSocialWrap ul li a img {
    width: 10px;
  }

  .ftrSocialWrap ul li:nth-child(2) a img {
    width: 15px;
  }

  .ftrSocialWrap ul li:nth-child(3) a img {
    width: 17px;
  }
  
  .ftrBtmWrap p {
    font-size: 14px;
    line-height: 24px;
  }

  .ftrBtmWrap ul li a {
    font-size: 14px;
    line-height: 24px;
  }

  .ftrContctDtlsWrap ul li:nth-child(2) .ftrInfoContct a {
    margin-bottom: 7px;
  }

}

@media only screen and (max-width: 991px) {
  .steps-container {
    flex-direction: column;
    padding-left: 40px;
  }

  /* Đường kẻ dọc */
  .steps-container::before {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: 4px;
    height: calc(100% - 80px);
    background: #0073aa33;
  }

  .step-box {
    padding: 15px 15px 15px 60px;
    margin-bottom: 30px;
  }

  #unsere-dienstleistungen .services-data ul {
    display: inline-block;
  }
  #unsere-dienstleistungen .services-data ul li {
    width: 100%;
}
.secOne .abtrpt {
    flex-direction: column;
}
  .hdrmnuwrap .custom-logo-link img {
    width: 150px;
  }
  .secOne .themetxt ul li {
    width: 100%;
  }



  .hdrmnuwrap .hdrbtn {
    position: relative;
    right: 70px;
    width: 240px;
    padding: 12px 15px;
  }

  .collapse-button {
    background-color: transparent;
  }

  .collapse-button .icon-bar {
    height: 3.5px;
    width: 35px;
    background-color: var(--themeBrown);
    margin: 4px 0;
  }

  .hdritemswrap ul.slimmenu {
    position: absolute;
    left: 0px;
    display: block;
    top: 64px;
    padding: 20px 20px 5px 20px;
    background-color: var(--themeLightBrown);
    border: 1px solid var(--themeBrown);
    border-top: 0;
  }

  .collapse-button:hover, .collapse-button:focus {
    background-color: transparent;
  }

  .hdritemswrap ul.slimmenu li a {
    border: 0;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
  }

  .hdritemswrap ul.slimmenu li:last-child a {
    margin-bottom: 0;
  }

  .hdritemswrap ul.slimmenu li.current-menu-item a, .hdritemswrap ul.slimmenu li a:hover {
    color: var(--white);
  }

  .bnrlftWrap {
    max-width: 549px;
    padding: 25px 12px;
    margin: 0 auto;
  }

  .bnrlftWrap span {
    font-size: 17px;
    line-height: 27px;
  }

  .bnrlftWrap h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .banner_sec figure::after {
    background: rgba(0, 0, 0, 0.7);
  }

  .bnrrghtWrap .contctformWtap {
    margin-top: 50px;
  }

  .bnrrghtWrap {
    width: 100%;
  }

  .bnrrghtWrap h3 {
    font-size: 20px;
    line-height: 22px;
  }

  /*.secOne {
    padding: 55px 0;
  }*/

  .secOne .themeimgwrap {
    padding-right: 0;
  }

  .secOne .row .col-md-12:nth-child(1) {
    order: 1;
  } 
  
  .secOne .row .col-md-12:nth-child(2) {
    order: 0;
  }

 /* .secTwo {
    padding: 50px 0;
  }*/

  .pagehdng h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .secTwoBx {
    margin-bottom: 40px;
  }

  /*.sectwoBtnwrap .themebtn {
    margin-top: 0;
  }*/

  .secThree {
    padding: 60px 0;
  }

  .secThreeCol1, .secThreeCol2 {
    width: 100%;
    padding: 0 12px;
  }

  .secThreeCol2 {
    margin-top: 35px;
  }

  .secThreeCol2 .pagehdng h2 br {
    display: none;
  }

  .pagehdng em {
    font-size: 20px;
    line-height: 32px;
  }

  .secthrItmIconwrap span {
    font-size: 18px;
    line-height: 28px;
  }

  .secFour .pagehdng {
    margin-bottom: 40px;
  }

 /* .themeimgwrap.imgpopupWrap1 img {
    height: 300px;
  }

  .themeimgwrap.imgpopupWrap2 img {
    height: 140px;
  }

  .themeimgwrap.imgpopupWrap3 img {
    height: 140px;
  } 

  .themeimgwrap.imgpopupWrap4 img {
    height: 137px;
  }
  
  .themeimgwrap.imgpopupWrap5 img {
    height: 140px;
  }

  .themeimgwrap.imgpopupWrap6 img {
    height: 301px;
  }*/

  .secFiveTxtWrap h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .themebtn {
    font-size: 15px;
    padding: 12px 25px;
  }

  .footerSec {
    padding: 35px 0 0;
  }

  .ftrMnuWrap ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ftrMnuWrap ul li {
    margin-right: 25px;
    margin-bottom: 12px;
  }

  .ftrMnuWrap ul li a {
    font-size: 14px;
    line-height: 14px;
  }

  .ftrMiddleWrap {
    padding: 20px 0 25px;
  }

  .ftrContctDtlsWrap,
  .ftrSocialWrap {
    width: 100%;
  }

  .ftrSocialWrap ul {
    justify-content: center;
    padding-top: 35px;
  }

  .ftrBtmWrap ul li {
    margin-right: 20px;
  }

}

@media only screen and (max-width: 767px){
  .testimonial-wrapper .owl-carousel {
    width: 85%;
  }

  .hdrmnuwrap .custom-logo-link img {
    width: 150px;
  }

  .hdrmnuwrap .hdrbtn{
    width: 295px;
    right: -15px;
  }

  .hdritemswrap ul.slimmenu {
    top: 57px;
  }

  .bnrlftWrap {
    max-width: 100%;
    padding: 50px 12px;
    text-align: center;
  }

  .bnrlftWrap h1 {
    font-size: 30px;
    line-height: 35px;
  }


  /*.secOne {
    padding: 40px 0;
  }*/

  .pagehdng h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
     margin-top: 15px;
  }
  
  .secOne .abtrpt .item-number{
  font-size: 25px;
    line-height: 35px;
  }

  .secOne .themetxt ul li {
    margin-bottom: 15px;
  }
	
  .secOne .abtrpt {
    flex-direction: column;
  }

  .secOne .abtrpt .abt-item {
    width: 100%;
  }

  .secThree {
    padding: 50px 0;
  }

  .pagehdng em {
    font-size: 18px;
    line-height: 30px;
  }

  .secFour .pagehdng {
    margin-bottom: 30px;
  }

  .imgpopupWrap a .iconzoomwrap {
    width: 55px;
    height: 55px;
  }

  .imgpopupWrap a .iconzoomwrap img {
    width: 20px;
  }

  /*.themeimgwrap.imgpopupWrap1 img {
    height: 220px;
  }

  .themeimgwrap.imgpopupWrap2 img {
    height: 130px;
  }

  .themeimgwrap.imgpopupWrap3 img {
    height: 110px;
  }

  .themeimgwrap.imgpopupWrap4 img {
    height: 86px;
  }

  .themeimgwrap.imgpopupWrap5 img {
    height: 130px;
  }

  .themeimgwrap.imgpopupWrap6 img {
    height: 240px;
  }*/

  /*.secFive {
    padding: 35px 0;
  }*/

  .secFive .themeimgwrap {
    display: none;
  }

  .secFiveTxtWrap {
    padding-left: 0;
    text-align: center;
  }

  .secFiveTxtWrap h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .ftrContctDtlsWrap ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 50px;
  }

  .ftrContctDtlsWrap ul li {
    width: 50%;
    margin-bottom: 30px;
  } 

  .ftrContctDtlsWrap ul li:last-child {
    width: 100%;
  }

  .ftrSocialWrap ul {
    padding-top: 5px;
  }

  .ftrContctDtls span, .ftrSocialWrap ul li a {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
  }

  .ftrBtmWrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ftrBtmWrap p {
    order: 2;
  }

  .ftrBtmWrap ul {
    order: 1;
    padding-bottom: 10px;
  }

  .secOne::before {
    width: 300px;
    height: 500px;
    background-size: 300px 500px;
    top: -150px;
  }

  .secOne::after {
    width: 200px;
    height: 500px;
    background-size: 200px 500px;
    bottom: -200px;
  }

  .seconeInner::before {
    top: -200px;
    width: 300px;
    height: 450px;
    background-size: 300px 450px;
  }

  .secFour::after { 
    background-size: 400px 600px;
    width: 400px;
    height: 600px;
    top: -200px;
  }

  .secThree::before {
    display: none;
  }

  .bnrrghtWrap .contctformWtap {
    margin-top: 40px;
  }
  /*.themeimgwrap img {
      height: 100px;
  }*/

}

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

  .hdritemswrap {
    width: 13 0px;
  }

  .hdrmnuwrap .hdrbtn {
    width: 295px;
  }

  .bnrlftWrap span {
    font-size: 16px;
    line-height: 26px;
  }

  .bnrlftWrap h1 {
    font-size: 25px;
    line-height: 30px;
  }

  /*.secOne {
    padding: 35px 0;
  }*/

  .themetxt p {
    font-size: 14px;
    line-height: 25px;
  }

  .themetxt ul li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 25px;
  }

  .pagehdng h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }

 /* .secTwo {
    padding: 35px 0;
  }*/

  .secTwo .row {
    margin-left: -12px;
    margin-right: -12px;
  }

}

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

    /*.hdrmnuwrap .hdrbtn {
      display: none;
    }*/

  .hdritemswrap ul.slimmenu {
    padding: 15px 18px;
  }

  .hdritemswrap ul.slimmenu li:last-child {
    display: block;
  }

  .bnrlftWrap h1 {
    font-size: 30px;
    line-height: 25px;
  }

  .bnrrghtWrap .contctformWtap {
    padding: 20px 20px;
    margin-top: 30px;
  }

  /*.secOne {
    padding: 30px 0;
  }*/

  .secOne .themetxt ul li {
    width: 100%;
  }

  .pagehdng h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .sectwoBtnwrap .themebtn {
    margin-top: 0;
    padding: 12px 30px;
  }

  .secThree {
    padding: 35px 0;
  }

  .secThreeCol2 {
    margin-top: 30px;
  }

  .secThreeItemsWrap .secThreeItem {
    width: 100%;
    margin-bottom: 20px;
  }

  .secThreeItemsWrap {
    margin: 22px 0 0;
  }

  /*.secFour {
    padding: 20px 0;
  }*/

  .secFiveTxtWrap h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .ftrContctDtlsWrap ul {
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .ftrMnuWrap ul li {
    margin-bottom: 9px;
  }

}

.cta-sec{
    padding: 140px 0 140px;
    background-attachment: fixed;
    position: relative;
    background-position: center 35px;
    }
  .cta-sec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.cta-text{    text-align: center;
    position: relative;
    z-index: 1;}
.cta-text h2,.cta-text p{color: #fff}

.cta-text .defultBtn ,.cta-text .hdrinfo{color: #333331;
    background: #fff !important; margin:0 8px} 
.cta-text .defultBtn:hover ,.cta-text .hdrinfo:hover{color: #fff;
    background: #de020f !important; }
    .cta-text .hdrinfo:hover span{    background: #fff;
    color: #de020f;}
.cta-sec .button-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
}
.cta-sec .hdrmnuwrap .hdrbtn {
    width: auto;
        right: 0;
}
@media only screen and (max-width: 1599px) {
.cta-text p{font-size: 19px; line-height: 27px;}
   .cta-sec{
        padding: 120px 0 120px;
        }
  

.cta-text .defultBtn ,.cta-text .hdrinfo{margin:0 6px}  
}

@media only screen and (max-width: 1399px) {
    .cta-text p {font-size: 15px; line-height: 25px;}
    .cta-sec{padding: 100px 0 100px;}
  

.cta-text .defultBtn ,.cta-text .hdrinfo{margin:0 5px}
}

@media only screen and (max-width: 991px) {
    .cta-sec {
        padding: 80px 0 80px;
    }
}

@media only screen and (max-width: 767px){
  .footerSec {
    background-position: -300px center;
  }
          .cta-sec {
        padding: 70px 0 70px;
    }
    .cta-sec .button-wrap {
    flex-direction: column;
}
.secOne .themeimgwrap img{max-height: 450px;}
}

@media only screen and (max-width: 480px){
    .cta-text .hdrinfo span {
        margin-right: 5px !important;
    }
    .cta-text .hdrinfo{font-size: 15px !important}
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.page-template-default:not(.home) #page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-template-default:not(.home) .footerSec {
    margin-top: auto;
}

.page-template-default:not(.home) ul.wp-block-list {list-style: circle;}

.page-template-default:not(.home) .entry-header {
    padding-bottom: 20px;
}

.page-template-default:not(.home) #post-249 .entry-header {
    text-align: center;
}

.page-template-default:not(.home) #post-249 .entry-content {
    text-align: center;
}

.page-template-default:not(.home) .site-main {
    padding-top: 200px;
	padding-bottom: 50px;
}

.page-template-default:not(.home) .site-main article#post-244 {
    margin-bottom: 50px;
}

.page-template-default:not(.home) .site-main article#post-244 .entry-header {
    text-align: center;
}

.page-template-default:not(.home) .site-main article#post-244 .entry-content {
    text-align: center;
    margin-top: 20px;
}

.page-template-default:not(.home) aside#secondary {
    display: none;
}

.testimonial-wrapper {
    display: flex;
}

.testimonial-wrapper .owl-carousel {
    max-width: none;
    width: 70%;
}

.testimonial-wrapper .testimonial-content {
    width: 30%;
}

@media only screen and (max-width: 1199px) {
.testimonial-wrapper .testimonial-content {display: none;}

}

.multiStepFormWrap {
  max-width: 800px;
  margin: 0 auto;
}

.listradio-wrap .nf-field-element input {
  display: none;
}

.field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
  padding-left: 0 !important;
}

.field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li {
  margin: 0 !important;
  transition: transform .4s linear;
  -webkit-transition: transform .4s linear;
  width: 48%;
}

.field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li:last-child {
  margin-right: 0 !important;
}

.field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li label {
  cursor: pointer;
  position: relative !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 15px 15px !important;
  min-height: 190px;
  margin-left: 0 !important;
  text-align: center;
  font-size: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #ffffff;
  color: #1A1919;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  border-radius: 10px;
}

.field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li label#nf-label-class-field-6-0,
  .field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li label#nf-label-class-field-6-1 {
    padding: 15px !important;
    min-height: 130px;
  }

.field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li:hover label,
.field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li label.nf-checked-label {
  background: #F83A3C;
  color: #fff;
  transform: scale(1.02);
}

.listradio-wrap .nf-field-element label.nf-checked-label:before {
  border-radius: 0 !important;
  content: "" !important;
  height: 100% !important;
  position: absolute;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  top: 0 !important;
  width: 100% !important;
  background: none !important;
}

.field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li:hover label::after,
.field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li label.nf-checked-label::after {
  filter: brightness(0) invert(1);
}

.listradio-wrap .nf-field-element label:after {
  content: "";
  width: 80px !important;
  height: 71px !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 30px !important;
  margin: 0 auto;
  -webkit-filter: invert(0);
  filter: invert(0);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.multiStepFormWrap .nf-form-wrap .html-wrap h5 {
  color: #1A1919;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.multiStepFormWrap .nf-form-wrap .html-wrap h5 em {
  color: #f73a3c;
  font-style: normal;
}

.multiStepFormWrap .nf-form-wrap .nf-field-label > span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
}

.multiStepFormWrap .nf-form-wrap .nf-field-label > label {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}

.multiStepFormWrap .nf-form-wrap .nf-field-element input {
  background: #fafafa !important;
  border: 1px solid #000000 !important;
  box-sizing: border-box !important;
  display: block !important;
  height: 50px !important;
  line-height: 40px !important;
  padding: 10px 15px !important;
  width: 100% !important;
  border-radius: 10px !important;
}

.multiStepFormWrap .nf-form-wrap .nf-field-element textarea {
  background: #fafafa !important;
  border: 1px solid #000000 !important;
  box-sizing: border-box !important;
  display: block !important;
  padding: 10px 15px !important;
  width: 100% !important;
  border-radius: 10px !important;
}

.multiStepFormWrap .nf-progress-container {
  margin: 0 0 40px 0;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #bebebe;
}

.multiStepFormWrap .nf-progress {
  background-color: #f73a3c !important;
  height: 15px;
  border-radius: 12px;
}

.multiStepFormWrap .nf-next-previous .nf-next-item {
  display: none !important;
}

.multiStepFormWrap .nf-next-previous input,
.nf-field-element input#nf-field-25[type="submit"] {
  color: #FFF !important;
  background: #F83A3C !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  padding: 10px 25px !important;
  border-radius: 50px !important;
  position: relative !important;
  border: 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.multiStepFormWrap .nf-next-previous input:hover,
.nf-field-element input#nf-field-25[type="submit"]:hover {
  background: #1E3970 !important;
}

.nf-field-element input#nf-field-25[type="submit"] {
  max-width: 222px;
  margin: 0 0 0 auto;
}

.multiStepFormWrap .nf-form-wrap .nf-form-fields-required {
  display: none;
}

.nf-error-wrap.nf-error {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}

#nf-form-errors-2 {
  display: none;
}

.multiform-textfield {
  font-size: 16px;
  line-height: 24px;
}

.multiStepFormWrap .nf-response-msg {
  text-align: center;
}

.multiStepFormWrap .nf-response-msg p {
  font-weight: 600;
  font-size: 23px;
  line-height: 33px;
}

.prozesStepIcnlst.prozesStepIcnlstOne .prozesStepIcn:nth-child(3) .media span {
  font-size: 28px;
}

/* Form Icons */

.listradio-wrap .nf-field-element label#nf-label-class-field-8-0:after {
  background: url(../images/formicon1.webp) no-repeat !important;
  background-size: 100% 100% !important;
}

.listradio-wrap .nf-field-element label#nf-label-class-field-8-1:after {
  background: url(../images/formicon2.webp) no-repeat !important;
  background-size: 100% 100% !important;
}

.listradio-wrap .nf-field-element label#nf-label-class-field-11-0:after {
  background: url(../images/formicon3.webp) no-repeat !important;
  background-size: 100% 100% !important;
}

.listradio-wrap .nf-field-element label#nf-label-class-field-11-1:after {
  background: url(../images/formicon4.webp) no-repeat !important;
  background-size: 100% 100% !important;
}

.listradio-wrap .nf-field-element label#nf-label-class-field-13-0:after {
  background: url(../images/formicon5.webp) no-repeat !important;
  background-size: 100% 100% !important;
}

.listradio-wrap .nf-field-element label#nf-label-class-field-13-1:after {
  background: url(../images/formicon6.webp) no-repeat !important;
  background-size: 100% 100% !important;
}

.listradio-wrap .nf-field-element label#nf-label-class-field-13-2:after {
  background: url(../images/formicon7.webp) no-repeat !important;
  background-size: 100% 100% !important;
}

.listradio-wrap .nf-field-element label#nf-label-class-field-15-0:after {
  background: url(../images/formicon8.webp) no-repeat !important;
  background-size: 100% 100% !important;
}

.listradio-wrap .nf-field-element label#nf-label-class-field-15-1:after {
  background: url(../images/formicon9.webp) no-repeat !important;
  background-size: 100% 100% !important;
}

.listradio-wrap .nf-field-element label#nf-label-class-field-17-0:after {
  background: url(../images/formicon10.webp) no-repeat !important;
  background-size: 100% 100% !important;
}

.listradio-wrap .nf-field-element label#nf-label-class-field-17-1:after {
  background: url(../images/formicon11.webp) no-repeat !important;
  background-size: 100% 100% !important;
}

/* Form Icons */

section.stepFormWrap {
      padding: 70px 0 10px;
}

@media only screen and (max-width: 1599px) {
    .field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li label {
        font-size: 18px !important;
    }

    .multiStepFormWrap .nf-next-previous input, .nf-field-element input#nf-field-25[type="submit"] {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .multiStepFormWrap .nf-form-wrap .nf-field-label > span {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .multiStepFormWrap .nf-form-wrap .html-wrap h5 {
      font-size: 26px;
      line-height: 36px;
    }
    .listradio-wrap .nf-field-element label:after {
        width: 70px !important;
        height: 62px !important;
    }
}

@media only screen and (max-width: 1399px) {
  .multiStepFormWrap .nf-form-wrap .html-wrap h5 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 1199px) {
  .multiStepFormWrap .nf-form-wrap .html-wrap h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  section.stepFormWrap {
      padding: 55px 0 10px;
}
}
@media only screen and (max-width: 991px) {
      .listradio-wrap .nf-field-element label:after {
        width: 60px !important;
        height: 53px !important;
    }
    .field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li label {
        font-size: 16px !important;
        padding: 100px 15px 15px !important;
        min-height: 160px;
    }
    .field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li label##nf-label-class-field-6-1, 
    .field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li label##nf-label-class-field-6-0 {
        min-height: 120px;
    }

    .multiStepFormWrap .nf-next-previous input, .nf-field-element input#nf-field-25[type="submit"] {
        font-size: 15px !important;
        line-height: 25px !important;
    }
    .multiStepFormWrap .nf-form-wrap .nf-field-label > span
    {
        font-size: 15px;
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 767px) {
  .multiStepFormWrap .nf-form-wrap .html-wrap h5 {
            font-size: 20px;
        line-height: 30px;
  }
  section.stepFormWrap {
      padding: 50px 0 10px;
  }
  .multiStepFormWrap .nf-progress-container {
        margin: 0 0 30px 0;
        height: 12px;
    }

    .multiStepFormWrap .nf-progress {
          height: 10px;
    }
}

@media only screen and (max-width: 575px) {
  .multiStepFormWrap .nf-form-wrap .html-wrap h5 {
               font-size: 18px;
        line-height: 28px;
  }
}

@media only screen and (max-width: 480px) {
  .listradio-wrap .nf-field-element label:after {
        width: 50px !important;
        height: 44px !important;
    }
      .multiStepFormWrap .nf-field-container {
        margin-bottom: 20px !important;
    }
  section.stepFormWrap {
      padding: 40px 0 10px;
}
    .field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li label {
        padding: 90px 10px 10px !important;
        min-height: 150px;
    }
    .field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li label##nf-label-class-field-6-1, 
    .field-wrap.listradio-wrap.list-wrap.list-radio-wrap ul li label##nf-label-class-field-6-0 {
        min-height: 110px;
    }

    .multiStepFormWrap .nf-next-previous input, .nf-field-element input#nf-field-25[type="submit"] {
        font-size: 15px !important;
        line-height: 20px !important;
    }
}