#Container, header, nav, section, #CreativeConnect, footer, #Content-Containe, #Main-Banner, #Banner, #About, #Process, #Services, #Info,#Main-Banner-S, #Title, #OurProcess {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Container {
	overflow: hidden;
}

#Header, #Main-Menu, #Mobile-Menu, #Footer, #Content-Main, #Banner-Intra, #About-Intra, #Process-Intra, #Services-Intra, #Info-Intra, #Title-Intra, #OurProcess-Intra {
	max-width: 1366px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

/* Header */

#Main-Banner  {
    z-index: 9999;
    background: #fff;
}

#Main-Banner-S {
    z-index: 9999;
}

header {
    padding: 10px 0px;
}

.home header {
    position: absolute;
    z-index: 3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: rgb(255 255 255 / 86%);
}

.header-l{
    width: 160px;
    padding: 0 0 0 5px;
    vertical-align: middle;
}

.header-r{
	vertical-align: middle;
	text-align: right;
}

/* Banner */

#Main-Banner:after{
	content: '';
	position: absolute;
	background-image: linear-gradient(to right top, #141414, #101112, #0a0f0f, #060c09, #050700);
    top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
}

#Banner{
	height: 100vh;
}

#Banner-Intra{
	height: 100%;
}

#Banner video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content{    
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    padding: 0 0 0 10px;
}

.banner-content p{
    font: 700 40px / 50px "Unbounded", sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
}

.banner-content p span{
	margin: 10px 0 0 0;
    font: 300 18px / 30px 'gt_walsheim_proregular';
    color: #fff;
	display: block;
}

.banner-content .stats{ 
	margin: 30px 0 0 0;
}

.banner-content li{
	font: 700 36px / 46px "Unbounded", sans-serif;
    display: inline-block;
    vertical-align: top;
    color: #dd7105;
    text-align: center;
    margin: 0 30px 0 0;
}

.banner-content li img{
	width: 36px;
}

.banner-content .count-txt{
    display: block;
    font: 300 18px / 30px 'gt_walsheim_proregular';
	color: #fff;
}

.banner-content .count {
  display: block;
  font: 700 36px / 46px "Unbounded", sans-serif;
  color: #dd7105;
    margin: 15px 0 0 0;
}

.downarrow {
    padding-top: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-indent: -9999px;
}

.downarrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.downarrow span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.downarrow span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.downarrow span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Rslides */

#Slider1{
	position: relative;
	z-index: 1;
}

.banner1{
	background: url(../images/banner-1.jpg) no-repeat center top;
	background-size: cover;
}

.banner2{
	background: url(../images/banner-2.jpg) no-repeat center top;
	background-size: cover;
}

.banner3{
	background: url(../images/banner-3.jpg) no-repeat center bottom;
	background-size: cover;
}

.banner4{
	background: url(../images/banner-4.jpg) no-repeat center bottom;
	background-size: cover;
}

#Banner-Intra{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* About */

#About{
	background: #eedfcb;
	padding: 70px 0;
}

.about-l{
    width: 60%;
    vertical-align: middle;
    padding: 0 25px 0 10px;
}

.about-l p{
    font: 400 18px / 32px 'gt_walsheim_proregular';
    color: #3b3634;
    display: block;
}

.about-l p span{
    font: 700 23px / 34px "Unbounded", sans-serif;
    color: #dd7105;
    display: block;
    margin: 10px 0 0 0;
    letter-spacing: 0.7px;
}

.about-r{
	vertical-align: middle;
	text-align: center;
	padding: 0 40px;
	background: url(../images/border.svg) no-repeat left center;
}

.about-r img{
	width: 99px;
}

.about-r h1 {
    font: 400 20px / 28px 'gt_walsheim_proregular';
    color: #141414;
    margin: -50px 0 0 0;
}

/* Process */

#Process{
	padding: 80px 0;
    background-image: linear-gradient(to right top, #051937, #171228, #190a1a, #12040d, #000000);
}

.process-l{
	vertical-align: middle;
    padding: 0px 30px 0 10px;
}

.process-l h2{
    font: 700 24px / 36px "Unbounded", sans-serif;
    color: #d3ebe0;
    margin: 0 0 20px 0;
}

.process-l .why-btn{
    display: inline-block;
    font: 700 24px / 36px "Unbounded", sans-serif;
    color: #dd7105;
    margin: 20px 0 0 0;
}

.process-l li{
    font: 300 18px / 30px 'gt_walsheim_proregular';
    color: #d3ebe0;
    letter-spacing: 0.4px;
    background: url(../images/ticker.svg) no-repeat 0px 12px;
    background-size: 18px;
    padding: 5px 0 6px 30px;
}

.process-r{
	vertical-align: middle;
    text-align: center;
}


/* Specialization */

#OurProcess{
    padding: 60px 0;
    background: #f3f9ed;
}

#OurProcess h3{
    text-align: center;
    font: 700 24px / 36px "Unbounded", sans-serif;
    color: #141414;
    letter-spacing: 0.5px;
    margin: 0 0 40px 0;
}

#OurProcess h3 color{
    color: #dd7105;
}

.packages-list li {
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 5%);
}

.packages-list li h4{
    font: 600 14px / 22px "Unbounded", sans-serif;
    margin: 20px 0 0;
    color: #000000;
    text-align: center;
    letter-spacing: 0.6px;
}

.packages-list li p{
    font: 400 16px / 24px 'gt_walsheim_proregular';
    color: #141414;
    letter-spacing: 0.4px;
    margin: 10px 0 0 0;
    text-align: center;
}

/* Specialization */

#Services{
	padding: 90px 0;
	background: #EEDFCB;
}

#Services h2{
    text-align: center;
    font: 700 24px / 36px "Unbounded", sans-serif;
    color: #141414;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

#Services h2 color{
    color: #dd7105;
}

#Services p.intro{
    font: 400 18px / 30px 'gt_walsheim_proregular';
    color: #333;
    text-align: center;
    letter-spacing: 0.3px;
    margin: 0 auto 50px auto;
    width: 80%;
}

.services-list {
	text-align: center;
}

.services-list li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 450px;
    width: 33.33%;
    transition: 0.8s all ease;
    overflow: hidden;
	color: #fff;
}

.services-list li:hover{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.services-list li:nth-child(even) {
	margin: 30px 0 0 0;
}

.services-list .services-txt {
	position: absolute;
    width: 100%;
	transition: 0.7s all ease;
	color: #fff;
}

.services-list li:nth-child(even) .services-txt {
    top: 0%;
}

.services-list li:nth-child(odd) .services-txt {
    bottom: 0%;
}

.services-list li a{
	display: block;
    height: 100%;
}

.services-list li h3{
    font: 600 24px/32px 'gt_walsheim_proregular';
	margin: 15px 0;
}

.services-list li p{
    font: 400 14px/28px 'gt_walsheim_proregular';
    padding: 10px;
    letter-spacing: 0.5px;
	opacity: 1;
	transition: 0.7s all ease;
}

.house-construction-ico{
	background: url(../images/house-construction-ico.jpg) no-repeat center center #fff;
	background-size: cover;
}

.interior-ico{
	background: url(../images/interior-ico.jpg) no-repeat center bottom #fff;
	background-size: cover;
}

.planning-ico{
	background: url(../images/planning-ico.jpg) no-repeat center center #fff;
	background-size: cover;
}

.civilwork-ico{
	background: url(../images/civilwork-ico.jpg) no-repeat center bottom #fff;
	background-size: cover;
}


/* Info */

#Info{
	position: relative;
	padding: 140px 0;
    background: url(../images/neuhome-info-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

#Info:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
    background-image: linear-gradient(to bottom, #141414, #101214, #0a1111, #050f0b, #080b00);
    opacity: 0.5;
}

#Info-Intra{
	z-index: 1;
}

#Info h3{
    color: #fff;
    font: 700 24px / 36px "Unbounded", sans-serif;
	margin: 0 0 20px 0;
	text-align: center;
	letter-spacing: 1px;
}

#Info p{
    color: #fff;
    font: 400 18px / 30px 'gt_walsheim_proregular';
    margin: 0 auto 15px auto;
    text-align: center;
    width: 100%;
    max-width: 770px;
}

#Info a{
    display: block;
    border-radius: 50px;
    color: #fff;
    font: 400 14px / 30px 'gt_walsheim_proregular';
    background: #dd7105;
    width: 190px;
    text-align: center;
    padding: 10px;
    margin: auto;
    letter-spacing: 1px;
}

/* Footer */

footer{
	background-image: linear-gradient(to top, #051937, #171228, #190a1a, #12040d, #000000);
    padding: 60px 0;
}

.footer-l{
	padding: 20px;
}

.footerlogo{
    width: 190px;
    margin: 0 0 30px 0;
}

.footer-l p{
    font: 600 26px / 36px "Unbounded", sans-serif;
    color: #fff;
    margin: 0 0 15px 0;
	letter-spacing: 0.5px;
} 

.footer-l h4{
    color: #fff;
    font: 400 18px / 30px 'gt_walsheim_proregular';
    margin: 0 0 20px 0;
}

.footer-l h4 a{
    color: #459544;
	border-bottom: 1px solid #459544;
	transition: 0.7s all ease;
}

.footer-m{
    width: 280px;
	padding: 20px;
}

.footer-m h3{
    font: 300 24px / 34px "Unbounded", sans-serif;
    margin: 0 0 20px 0;
    color: #fff;
    letter-spacing: 0.5px;
}

.footer-m li{
    font: 400 15px/28px  'gt_walsheim_proregular';
    padding: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.footer-m li a{
    color: #c8c8cf;
}

.footer-r{
    width: 280px;
	padding: 20px;
}

.footer-r h3{
    font: 300 24px / 34px "Unbounded", sans-serif;
    margin: 0 0 20px 0;
    color: #fff;
    letter-spacing: 0.5px;
}

.footer-r li{
    font: 400 15px/32px  'gt_walsheim_proregular';
    padding: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.footer-r li a{
    color: #c8c8cf;
}

.copyrights{
    font: 300 15px / 28px 'gt_walsheim_proregular';
    text-align: center;
    color: #fff;
    margin: 30px 0 0 0;
    letter-spacing: 0.5px;
}

.copyrights .heart{
    padding: 11px;
    position: relative;
    display: inline-block;
}

.copyrights .heart:after{
    content: '\E81D';
    font-family: 'fontello';
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    margin: auto;
    color: #ff5722;
}

/* Social Media */

.social-media {
	margin: 10px 0 0 0;
}

.social-media li {
	display: inline-block;
	vertical-align: top;
    width: 40px;
    height: 40px;
	margin: 0 5px 10px 0;
	position: relative;
}

.social-media li a {
    width: 40px;
    height: 40px;
	display: block;
	transition: 0.8s all ease;
	opacity: 0.7;
}

.social-media li:hover a {
	opacity: 1;
}

.social-media li a:before {
	position: absolute;
	font-family: 'fontello';
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	transition: 0.7s all ease;
    font-size: 21px;
	color: #f3f9ed;
}

.social-media .fb a:before {
	content: '\E813';
    top: 8px;
}

.social-media .instagram a:before {
	content: '\F16D';
    top: 7px;
}


.social-media .fb a{
    border: 1px solid #1877F2;
	background: #1877F2;
}

.social-media .instagram a{
    border: 1px solid #E4405F;
	background: #E4405F;
}




/* Main Banner */

body {
    background: #F3F9ED;
}

#Title {
	padding: 50px 0;
}

#Title-Intra h1{
    font: 700 40px / 50px "Unbounded", sans-serif;
    color: #dd7105;
    letter-spacing: 1px;
    padding: 0 0 0 5px;
}

/* Contact */

.contact-info h2{
    font: 300 45px / 70px "Unbounded", sans-serif;
    color: #141414;
    margin: 0 0 30px 0;
}

.contact-info h2 color{
    font: 600 45px / 70px "Unbounded", sans-serif;
    color: #dd7105;
}

.contact-info p{
    font: 400 20px/40px 'gt_walsheim_proregular';
    color: #094254;
    letter-spacing: 0.5px;
}

.contact-grid{
	margin: 50px 0 0 0;
	background: #fff;
}

.textMain .contact-grid li{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 20px;
    margin: 0 -2px 2px -1px;
    background: #f3f9ed;
    min-height: 390px;
    transition: 0.7s all ease;
}


.textMain .contact-grid-l h3{
	text-align: center;
    font: 500 18px/24px 'gt_walsheim_proregular';
    color: #333;
    letter-spacing: 1px;
}

.textMain .contact-grid-l p {
    font: 400 15px/30px 'gt_walsheim_proregular';
    padding: 5px 0 5px 35px;
    position: relative;
}

.textMain .contact-grid-l p a{
	color: #333;
}

.textMain .contact-grid li img{
	display: block;
	margin: 0 auto 10px auto;
	filter: brightness(0%);
}

.textMain .contact-grid li p:before{
    font-family: 'fontello';
    position: absolute;
    top: 1px;
    left: 0;
    margin: auto;
    color: #dd7105;
    width: 30px;
}

.contact-grid li p.address:before{
    content: '\E823';
    font-size: 23px;
    top: 4px;
}

.contact-grid li p.phone:before{
    content: '\E80E';
    font-size: 17px;
    top: 4px;
    left: 3px;
}

.contact-grid li p.direction:before{
    content: '\E817';
    font-size: 15px;
    top: 4px;
    left: 4px;
}


/* Calculator */


.calculator {
    text-align: center;
    padding: 50px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	margin: 0;
    vertical-align: middle;
}

.calculator h3 {
    font: 700 18px "Unbounded", sans-serif;
    color: #dd7105;
    margin-bottom: 30px;
}

.calculator p.info {
    font: 500 16px / 26px 'gt_walsheim_proregular';
    padding: 0 0 10px 0;
    text-align: left;
    color: #333333;
    width: 96%;
    margin: auto;
}

.calculator p {
    font: 500 12px/24px 'gt_walsheim_proregular';
    padding: 0;
    text-align: left;
    color: #333333;
}

.calculator h4 {
    font: 700 18px "Unbounded", sans-serif;
    color: #dd7105;
    margin: 30px 0 0 0;
}


/* --- Input & Select Fields --- */

.calculator .blockarea {
    max-width: 96%;
    margin: 10px auto;
    text-align: left;
}

.calculator input,
.calculator select {
    background: #ffffff;
    width: 100%;
    border: 1px solid #cccccc;
    outline: none;
    font: 400 14px/30px 'gt_walsheim_proregular';
    padding: 10px;
}

.calculator select {
    padding: 14px 5px;
}


/* --- Submit Button --- */

.calculator .submitBtn input {
    display: block;
    vertical-align: top;
    width: 150px;
    margin: 20px auto 0 auto;
    border: 1px solid #dd7105;
    color: #fff;
    cursor: pointer;
    transition: 0.7s all ease;
    background: #dd7105;
    padding: 12px 0;
    font: 700 12px/24px 'gt_walsheim_proregular';
    text-transform: uppercase;
    letter-spacing: 2px;
}

.calculator .submitBtn input:hover {
    background: none;
    color: #dd7105;
}

/* --- Validation Errors --- */

.calculator label.error {
    display: block;
    text-align: left;
    font: 400 12px/24px 'gt_walsheim_proregular';
    padding: 8px 0 0 0;
    letter-spacing: 0.5px;
    color: #fb1a0a;
}

.calculator .submitBtn input,
.calculator .submitBtn input:hover{
    background: #dd7105;
	color: #fff;
}


.calculator-result{
	background: #dd7105;
	vertical-align: middle;
	padding: 30px;
}


.calculator-result h2{
    color: #0E6E62;
    font: 500 10px / 28px "Unbounded", sans-serif;
    letter-spacing: 1px;
    background: #d3ebe0;
    text-align: left;
    margin: 10px 0;
    display: inline-block;
    padding: 0 11px;
}

.calculator-result li{
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #d3ebe0;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 0 0 5px 0 ! important;
}

.calculator-result hr{
    border: none;
    height: 0.1px;
    background-color: #d3ebe0;
}




/* Contact Page */

.contact-form-grid{
    background: #fefefe;
    margin: 20px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.contact-form-box{
	vertical-align: middle;
    border-right: 1px solid #EDEDED;
}

.contactBox{
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    width: 90%;
}

.contactBox .inputBox {
    margin: 0 0 20px 0;
}

.contactBox .inputBox label{
    display: block;
    color: #242424;
    font: 400 13px/24px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
}

.contactBox .inputBox label span{
	color: #C52424;
}

.contactBox #captchaQuestion{
    background: #f8f8f8;
    padding: 3px 15px;
    display: inline-block;
}

.contactBox .inputBox input{
    border: none;
    border-bottom: 1px solid #D5CDDB;
    padding: 10px 10px 10px 50px;
    outline: none;
    width: 100%;
    font: 400 13px / 30px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
}

.contactBox .inputBox textarea{
    border: none;
    border-bottom: 1px solid #D5CDDB;
    outline: none;
    font: 400 13px / 30px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    display: block;
    width: 100%;
    height: 175px;
    padding: 10px 10px 10px 60px;
}

.contactBox .inputBox select{
	background-color: #FCFCFC;
    border: 1px solid #D5CDDB;
    outline: none;
    border-radius: 5px;
    font: 400 13px/30px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    display: block;
    width: 100%;
    padding: 12px 10px 12px 50px;
}


.contactBox .submitBox{
    margin: 40px 0 0 0;
	text-align: center;
}


.contactBox .submitBox input{
    color: #dd7105;
    padding: 16px 10px;
    outline: none;
    width: 200px;
    font: 400 15px / 30px 'gt_walsheim_proregular';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.7s all ease;
    border: none;
}

.button-89 {
  --b: 1px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #dd7105;
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: #dd7105;
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #fff;
}

.formFname{
	background: url(../images/person.png) no-repeat 10px center;
    background-size: 24px;
}

.formMail{
	background: url(../images/mail.png) no-repeat 10px center;
    background-size: 32px;
}

.formMobile{
	background: url(../images/mobile.png) no-repeat 10px center;
    background-size: 32px;
}

.formMessage{
	background: url(../images/connect.png) no-repeat 10px 12px;
    background-size: 36px;
	resize: none;
}

.formCaptcha{
    background: url(../images/captcha.png) no-repeat 10px 11px;
    background-size: 26px;
    resize: none;
}

.captcha-blk .g-recaptcha {
    width: 300px;
    margin: auto;
}

.mapIframe{
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.mapIframe iframe{
	display: block;
}


.contact-form-content{
    vertical-align: middle;
	padding: 50px;
}

.textMain .contact-form-content li.phone-ico {
    background: url(../images/phone-ico.svg) no-repeat 0px 7px;
    background-size: 36px;
}

.textMain .contact-form-content li.mail-ico {
    background: url(../images/mail-ico.svg) no-repeat 0px 2px;
    background-size: 36px;
}

.textMain .contact-form-content li.address-ico {
    background: url(../images/map-ico.svg) no-repeat 1px 5px;
    background-size: 36px;
}

.textMain .contact-form-content li {
	padding: 0 0 0 46px;
	background: none;
	margin: 20px 0;
}

.contact-form-content li h4{
    font: 500 22px / 36px "Unbounded", sans-serif;
    color: #333;
    margin: 0;
    letter-spacing: 0.5px;
}

.contact-form-content li p{
    font: 400 16px/30px 'gt_walsheim_proregular';
    color: #333;
	padding: 0;
}

.contact-form-content li p a{
    color: #333;
}

.contactBox label.error {
    font: 500 13px/20px 'gt_walsheim_proregular';
    color: #e64325;
}

/* About */

.abt-l{
    background: #1f1c1c;
    padding: 40px;
	vertical-align: middle;
}

.abt-l h2{
    font: 600 22px / 40px "Unbounded", sans-serif;
    color: #dd7105;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.abt-l p{
    font: 300 16px / 30px 'gt_walsheim_proregular';
    color: #fefefe;
    letter-spacing: 1px;
    text-align: justify;
    padding: 10px 0;
}

.abt-r{
	text-align: center;
	vertical-align: middle;
}

.abt-r img{
	width: 100%;
	height: 100%;
	object-fit: cover; 
	display: block;
}

.team-nh{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	padding: 40px;
}

.team-nh h3{
    font: 600 26px / 50px "Unbounded", sans-serif;
    color: #333333;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.team-nh p{
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #333;
    letter-spacing: 0.5px;
    text-align: justify;
}

.team-nh p strong{
    color: #dd7105;
}

.team-nh-l{
	width: 71%;
    padding: 0 20px 0 0;
}

.team-nh-r{
    padding: 40px;
    background: #008b8b;
}

.team-nh-r h4 {
    font: 600 20px / 34px "Unbounded", sans-serif;
    color: #fefefe;
    margin: 10px 0 30px 0;
    letter-spacing: 0.5px;
}
	
.team-nh-r p {
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #fefefe;
    letter-spacing: 0.5px;
    text-align: left;
}
	
.team-nh-r p strong{
	color: #fefefe;
}

.textMain .team-nh li{
    color: #141414;
    font: 400 16px / 28px 'gt_walsheim_proregular';
    background: url(../images/ticker.svg) no-repeat 0px 9px;
    background-size: 18px;
    padding: 5px 0 6px 30px;
    margin: 10px 0;
}
	
	
.extra-block{
    padding: 40px;
    background: #008b8b;
}

.extra-block h3 {
    font: 600 20px / 34px "Unbounded", sans-serif;
    color: #fefefe;
    margin: 10px 0;
    letter-spacing: 0.5px;
}
	
.extra-block p {
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #fefefe;
    letter-spacing: 0.5px;
    text-align: justify;
}

/* Neu Home Service */


.nh-service-txt {
    background: #fefefe;
    padding: 30px;
    vertical-align: middle;
}

.nh-service-txt h2 {
    font: 600 22px / 34px "Unbounded", sans-serif;
    color: #dd7105;
    margin: 10px 0;
    letter-spacing: 0.5px;
}

.nh-service-txt h3 {
    font: 600 22px / 40px "Unbounded", sans-serif;
    color: #141414;
    margin: 10px 0;
    letter-spacing: 0.5px;
}

.nh-service-txt p {
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #141414;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 10px 0;
}

.nh-service-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.invert-color .nh-service-txt {
	background: #141414;
}

.invert-color .nh-service-txt h3 {
    color: #dd7105;
}

.invert-color .nh-service-txt li, 
.invert-color .nh-service-txt p{
    color: #fefefe;
}

.other-color {
    padding: 30px;
    background: #008b8b;
}

.other-color h3{
    font: 600 22px / 40px "Unbounded", sans-serif;
    color: #fefefe;
    margin: 0;
}

.other-color p{
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #fefefe;
}


.core-accordion h4 {
    cursor: pointer;
    color: #000000;
    font: 500 14px / 32px "Poppins", sans-serif;
    position: relative;
    text-align: left;
    padding: 8px 70px 8px 20px;
    transition: 0.7s all ease;
    background: #d4d4d4;
    letter-spacing: 0.4px;
    margin: 0 0 10px 0;
}

.core-accordion .core-content {
    display: none;
    padding: 0px 10px;
    background: none;
    border-left: 3px solid #dd7105;
    font: 400 16px / 32px 'gt_walsheim_proregular';
    margin: 10px 0;
}

.core-accordion h4:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%, -50%);
  -moz-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #333;
  border-bottom: 0px solid transparent;
  transition: 0.7s all ease;
}
.core-accordion h4.current:before {
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 15px solid #333;
}

/* Quick Info */

.textMain p.quick-info{
    font: 400 13px / 30px "Unbounded", sans-serif;
    text-align: -webkit-auto;
}

.textMain p.quick-info a{
	text-decoration: underline;
    color: #fff;
}

.textMain .extra-block li{
	color: #ffffff;
    font: 400 16px / 28px 'gt_walsheim_proregular';
    background: url(../images/ticker-w.svg) no-repeat 0px 8px;
    background-size: 18px;
    padding: 5px 0 6px 30px;
    margin: 10px 0;
}

/* Theme Grid */

.theme-grid{
	position: relative;
}

.theme-grid-l{
	position: relative;
    vertical-align: middle;
    background: #dd7105;
    padding: 60px;
}

.theme-grid-l h2{
    font: 600 24px / 40px "Unbounded", sans-serif;
    color: #d3ebe0;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.theme-grid-l h3{
    font: 400 16px / 32px 'gt_walsheim_proregular';
    color: #d3ebe0;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 10px 0;
}

.theme-grid-l p{
    font: 400 16px / 32px 'gt_walsheim_proregular';
    color: #d3ebe0;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 10px 0;
}

.theme-grid-r{
	overflow: hidden;
	position: relative;
    background: #fff;
}

.theme-grid-r video{
	height: 520px;
}

.gif-bg img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
    transition: 0.7s all ease;
}

.textMain h3.ribbon {
    margin: 15px auto;
    padding: 15px;
    height: 50px;
    background: #d3ebe0;
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
    font: 600 10px / 36px 'gt_walsheim_proregular';
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1.3px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    text-align: center;
    align-items: center;
}

.textMain .services-list li:nth-child(even){
	margin: 0;
}

/* Side Menu */

.mobile-menu{
    display: none;
    position: relative;
    z-index: 9;
    padding: 0 10px 0 0;
}

.mobile-menu img{
	width: 36px;
}

.mobile-menu img.logoslide{
    width: 150px;
}

.side-menu {
	width: 90%;
	position: fixed;
	right: 0;
	top: 0;
    background-image: linear-gradient(to top, #1d1d26, #1b1b24, #181922, #161621, #14141f);
    z-index: 99999999;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}
.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
	width: 280px;
}
.side-menu.side-menu-active, .side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}
.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}
/*Side overlay*/

#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}
/*side clode btn*/

.side-menu .btn-close {
	height: 33px;
	width: 33px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}
.side-menu.before-side .btn-close {
	display: none;
}
.just-sidemenu #sidemenu_toggle {
	position: fixed;
	z-index: 999;
	/*background: #fff;*/
	right: 0;
	top: 16px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 2px;
	background: #fff;
	top: 5px;
}
.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*side open btn*/

.sidemenu_btn {   
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin-right: 1rem;
    margin: 0;
    position: relative;
}
.sidemenu_btn.left {
	left: 15px;
	right: auto;
}
.side-menu .inner-wrapper {
    padding: 30px;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin: 30px 0;
    display: block;

}
.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 5px 0 !important;
    font: 400 18px / 30px 'gt_walsheim_proregular';
    text-transform: capitalize;
    letter-spacing: 0.8px;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.side-nav .navbar-nav .nav-link {
	color: #fff;
	position: relative;
}
.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}
.side-menu p {
    font-size: 13px;
    font: 400 12px/24px 'gt_walsheim_proregular';
    color: #fff;
    letter-spacing: 1px;
}
.side-menu p .icon-heart {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.side-menu p span.icon-heart:before {
    content: '\E81D';
    font-family: 'fontello';
    position: absolute;
    top: 0;
    left: 2px;
    right: 0;
    margin: auto;
    color: #ff5722;
}
.modal-content {
	border-radius: 0
}

.side-footer{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

/* Package */

.packages-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    margin: 0px auto 20px auto;
    gap: 10px;
}

.packages-list li{
	background: #fff;
    padding: 30px ! important;
}

.packages-list li .gif{
    width: 50px;
    margin: auto;
    text-align: center;
}

/* Package Link */
.package-link {
  display: block;
    width: auto;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-family: sans-serif;
  transition: transform 0.3s;
    margin: auto;
}


/* Text Styling */
.package-link h2 {
  font: 600 13px / 22px "Unbounded", sans-serif;
  margin: 20px 0 0;
  color: #0c0505;
}
.package-link span {
  display: block;
  color: #666;
  font: 500 14px / 26px 'gt_walsheim_proregular';
}
.package-link i {
  color: #dd7105;
  font: 500 16px / 26px 'gt_walsheim_proregular';
} 
.info-package{
	position: relative;
	padding: 20px;
	background: #fff;
	margin: 0 0 20px 0;
}

.info-package h2{
    font: 600 30px / 50px "Unbounded", sans-serif;
    color: #dd7105;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
    padding: 0 0 0 5px;
}

.info-package h3{
    font: 600 20px / 30px "Unbounded", sans-serif;
    color: #AFBF73;
    margin: 20px 0 10px 0;
    letter-spacing: 0.5px;
    padding: 0 0 0 5px;
}

.info-package li{
    font: 500 16px / 26px 'gt_walsheim_proregular';
    text-align: left;
    color: #333333;
    margin: auto;
    background: url(../images/ticker.svg) no-repeat 4px 6px;
    background-size: 20px;
    padding: 5px 0 5px 36px ! important;
}
/* Media Query */


@media (max-width: 992px) {
  .packages-list {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
  }
  .services-list {
		text-align: center;
		padding: 0 10px;
	}
}

@media (min-width: 940px) {
  .album-grid ul {
    grid-template-columns: repeat(3, 1fr);   /* fixed 3 */
  }
}

@media (max-width: 891px) {
	.header-l {
		width: 21%;
	}
	.menu li a {
		padding: 5px 15px;
	}
	
	#Services {
		padding: 50px 0;
	}
	

	.abt-l {
		padding: 25px;
	}
	
	.services-list li,
	.services-list li:nth-child(even) {
        display: block;
        width: auto;
        width: 320px;
        margin: 15px auto;
	}
	.team-nh {
		padding: 25px;
	}
	
	.team-nh-l {
        display: block;
        width: auto;
	}
	
	.team-nh-r {
        display: block;
        width: auto;
	}
	
		.abt-l, .abt-r {
		flex: 1 1 100%;
	  }
	  
	  .nh-service-txt,
	  .nh-service-img{
		flex: 1 1 100%;
	  }
	  .hide-img {
		  display: none;
	  }
	  
	  
		.contact-form-grid {
			display: flex;
			flex-flow: column;
		}
	  .contact-form-content{
        display: block;
        width: auto;
        order: 1;
	  }
	  .contact-form-box{
        display: block;
        width: auto;
        order: 2;
	  }

	  .abt-r img {
		height: auto; /* Allow natural resizing on mobile */
		object-fit: contain;
	  }
	  
	  
	footer {
        padding: 60px 0 90px 0;
	}
	.footer-l{
        display: block;
        width: auto;
        padding: 0 20px;
	}
	.footer-m{
        display: block;
        width: auto;
        padding: 0 20px;
        margin: 20px 0 0 0;
	}
	.footer-r{        
		display: block;
        width: auto;
        padding: 0 20px;
        margin: 20px 0 0 0;
	}
	.footer-bottom{
		display: none;
	} 
}


@media (max-width: 768px) {
	header {
		padding: 10px 0px;
	}
    .header-l {
        width: 170px;
        padding: 0;
    }
	.banner-content p {
		font: 700 36px / 46px "Unbounded", sans-serif;
	}
	#About {
		padding: 40px 0;
	}
	.about-l {
		display: block;
		width: auto;
		vertical-align: middle;
        padding: 0 20px;
	}
	.about-r {
		display: block;
		width: auto;
		text-align: center;
		background: url(../images/border-top.svg) no-repeat top center;
        background-size: contain;
		padding: 40px 20px 0 20px;
        margin: 30px 0 0 0;
	}
	.process-l{
        display: block;
        width: auto;
        padding: 0 20px;
	}
	.process-r{
        display: block;
        width: auto;
        padding: 0 20px;
        margin: 30px 0 0 0;
	}
	
}

@media screen and (max-width: 640px) {
	
	#Info {
		padding: 100px 0;
		background: url(../images/neuhome-info-bg.jpg) no-repeat center center;
		background-size: cover;
	}

	.pc-menu{
		display: none;
	}
	.mobile-menu{
		display: block;
	}
	
	#Title-Intra h1 {
        padding: 0 10px;
        text-align: center;
        font: 700 28px / 40px "Unbounded", sans-serif;
	}
	.team-nh h3 {
		font: 600 18px / 32px "Unbounded", sans-serif;
		margin: 10px 0;
	}
	.quote {
		width: 85%;
	}
}

@media (max-width: 576px) {
	#OurProcess {
		padding: 60px 0 0px 0;
	}
	.packages-list li {
		margin: 0 20px;
	}
  .packages-list {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }
}
