/* -----------------------------------------------------------------------------------

 01. Google fonts
 02. Basics style
 03. Selection style 
 04. Owl-Theme custom style
 05. Section style
 06. Navbar style
 07. Header style
 08. Slider style
 09. Slider Left Panel style
 10. Page Banner Header style
 11. Content Lines style
 13. Team style
 14. Services style
 15. Projects style
 17. Gallery style
 18. Promo Video and Testimonials style
 19. Blog style
 20. Post style
 21. Contact style
 22. Buttons style
 23. Footer style
 24. Corner style
 25. Preloader style
 26. toTop Button style
 27. Responsive (Media Query)
 
----------------------------------------------------------------------------------- */


/* ======= Google fonts (Oswald & Didact Gothic) ======= */
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Oswald:wght@200;300;400;500;600;700&display=swap');


/* ======= Basic style ======= */
html,
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	word-wrap: break-word;
}

body {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75em;
	color: #999;
	overflow-x: hidden !important;
	/* background: #272727; */
}

p {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75em;
	color: #999;
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.25em;
	margin: 0 0 20px 0;
}

img {
	width: 100%;
	height: auto;
}

img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #323232;
}

span,
a,
a:hover {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

b {
	font-weight: 400;
	color: #b19777;
}

/* text field */
button,
input,
optgroup,
select,
textarea {
	font-family: 'Oswald', sans-serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
	outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
	max-width: 100%;
	margin-bottom: 15px;
	padding: 15px 25px 15px 0px;
	height: auto;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0 0 1px;
	border-style: solid;
	display: block;
	width: 100%;
	line-height: 1.5em;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #999;
	background-image: none;
	border-bottom: 1px solid #323232;
	border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus,
textarea:focus {
	border-bottom-width: 1px;
	border-color: #b19777;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.75em;
	-webkit-transition: background-color .15s ease-out;
	transition: background-color .15s ease-out;
	background: #b19777;
	border: 1px solid transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
	background-color: #323232;
	color: #999;
	border: 1px solid transparent;
}

select {
	padding: 10px;
	border-radius: 5px;
}

table,
th,
tr,
td {
	border: 1px solid #ececec;
}

th,
tr,
td {
	padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline;
}

.o-hidden {
	overflow: hidden;
}

.position-re {
	position: relative;
}

.full-width {
	width: 100%;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-fixed {
	background-attachment: fixed;
}

.pattern {
	background-repeat: repeat;
	background-size: auto;
}

.bold {
	font-weight: 600;
}

.text-white {
	color: #fff;
}
.text-blue {
	color: #0f2764;
}

.count {
	font-family: 'Oswald', sans-serif;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.js .animate-box {
	opacity: 0;
}


/* ======= Selection style ======= */
::-webkit-selection {
	color: #999;
	background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
	color: #999;
	background: rgba(0, 0, 0, 0.1);
}

::selection {
	color: #999;
	background: rgba(0, 0, 0, 0.1);
}


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0px;
	line-height: .7;
	display: block;
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 3px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 1px solid #b19777;
}


/* ======= Section style ======= */
.section-padding {
	padding: 90px 0;
}

.section-padding2 {
	padding: 0 0 90px 0;
}

.section-padding h6 {
	color: #b19777;
	font-size: 20px;
	margin-bottom: 20px;
}

.section-title {
	position: relative;
	margin-bottom: 30px;
	font-size: 45px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #0f2764;
	text-transform: uppercase;
	/* letter-spacing: 10px;
	 word-spacing: 5px; */
}

.section-title span {
	font-size: 18px;
	font-weight: 400;
	color: #0f2764;
	vertical-align: bottom;
}
.sub-title {
	margin-bottom: 51px;
	margin-top: 9px;
	font-size: 18px;
	color: #0f2764;
}

.section-title .space-icon {
	width: 3px;
	margin: 0 20px;
}

.section-title2 {
	font-size: 35px;
	font-weight: 300;
	color: #b19777;
	position: relative;
	line-height: 1.25em;
	margin-bottom: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
}


/* ======= Navbar style ======= */
.navbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 99;
	padding-right: 10%;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar .icon-bar {
	color: #b19777;
}

.navbar .navbar-nav .nav-link {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 5px 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.navbar .navbar-nav .nav-link.black-color {
	color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
	color: #b19777;
}

.navbar .navbar-nav .active {
	color: #b19777 !important;
}

/* .nav-scroll {
	background: #272727;
	padding: 0 10% 0 0;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.nav-scroll .icon-bar {
	color: #b19777;
}

.nav-scroll .navbar-nav .nav-link {
	color: #fff;
}

.nav-scroll .navbar-nav .active {
	color: #b19777 !important;
}

.nav-scroll .navbar-nav .logo {
	padding: 15px 0;
	color: #999;
}

.nav-scroll .logo {
	width: 100px;
}

.nav-scroll .logo-img {
	margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 0px;
	display: block;
	width: 100%;
	position: relative;
	color: #b19777;
	line-height: 1.25em;
	letter-spacing: 5px;
	display: none;
}

.nav-scroll .logo-wrapper .logo span {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	color: #575757;
	font-weight: 400;
	letter-spacing: 3px;
	display: block;
	margin-top: 3px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-left: 5px;
	display: none !important;
}

.nav-scroll .logo-wrapper {
	padding: 15px 70px 15px 150px;
	background: #272727;
} */

.logo-wrapper {
	float: left;
	padding: 18px 115px;
}


.logo-wrapper .logo span {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: 400;
	letter-spacing: 4px;
	display: block;
	margin-top: 5px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.logo {
	padding: 0;
	width: 150px;
	text-align: center;
}

.logo-img {
	width: 75px;
	margin-bottom: 5px;
}

.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.dropdown .nav-link {
	cursor: pointer;
}

.dropdown .nav-link i {
	padding-left: 1px;
	font-size: 9px;
}

.dropdown-item {
	position: relative;
}

.dropdown-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.dropdown-item span {
	display: block;
	cursor: pointer;
}

.dropdown-menu,
.sub-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	width: 200px;
	padding: 15px 10px;
	border-radius: 0;
	border: 0;
	background-color: #272727;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
	padding: 7px 14px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.dropdown-menu .dropdown-item:last-child,
.sub-menu .dropdown-item:last-child {
	border-bottom: none;
}

.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
	background: transparent;
	padding-left: 20px;
	color: #b19777;
}

.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
	display: block;
}

.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
	padding: 5px 0 0 5px;
	font-size: 11px;
	float: right;
}

.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
	font-size: 8px;
	background-color: #272727;
	padding: 2px 4px;
	color: #fff;
	border-radius: 2px;
	position: absolute;
	right: 10px;
	top: 5px;
}

.dropdown-menu.last {
	left: -100%;
}

.sub-menu {
	position: absolute;
	left: 100%;
	top: -5px;
}

.sub-menu.left {
	left: -100%;
	margin-left: -20px;
}

.mega-menu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	right: -150px;
	width: 800px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.mega-menu .dropdown-title {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding: 0 15px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.mega-menu .dropdown-menu {
	position: static !important;
	float: left;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-right: 1px solid rgba(255, 255, 255, 0.03);
	;
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width: 767px) {
	.navbar {
		padding-right: 0px;
		padding-right: 0px;
		/* background: #272727; */
	}

	.nav-scroll {
		background: #272727;
	}

	.logo-wrapper {
		float: left;
		padding: 15px;
	}

	/* .nav-scroll .logo-wrapper {
		padding: 15px;
		background-color: #272727;
	} */
}


/* ======= Header style ======= */
.header {
	/* min-height: 100vh; */
	overflow: hidden;
	background-image: url(../imgs/home-bg.png);
	background-position: center;
	background-size: cover;
	height: 600px;
	position: relative;
	z-index: 1;
	
}

.header h3 {
	margin-bottom: 9px;
	font-size: 40px;
	color: #fff;
	letter-spacing: 3px;
}
.header p {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
}
.header .solution-btn {
	margin-top: 28px;
	padding: 6px 39px;
	background: rgba(255,255,255,0.20);
	color: #fff;
	border: 1px solid #ffffff;
	border-radius: 21px;
	cursor: pointer;
}


.header .social a {
	color: #eee;
	font-size: 20px;
	margin: 10px 15px;
}


/* owl-nav next and prev */
.owl-nav {
	position: absolute;
	bottom: 3%;
	left: 12%;
}

.owl-prev {
	float: left;
}

.owl-next {
	float: right;
}

.owl-theme .owl-nav [class*=owl-] {
	width: 40px;
	height: 40px;
	line-height: 34px;
	background: transparent;
	border-radius: 100%;
	color: rgba(255, 255, 255, 0.75);
	font-size: 11px;
	margin-right: 3px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: all 0.2s ease-in-out;
	transform: scale(1.0);
}

.owl-theme .owl-nav [class*=owl-]:hover {
	transform: scale(0.9);
	background: transparent;
	border: 1px solid #b19777;
	color: #b19777;
}

@media screen and (max-width: 768px) {
	.owl-nav {
		display: none;
	}
}




/* ======= Page Banner Header style ======= */
.banner-header {
	height: 50vh;
	z-index: -2;
}

.banner-header h6 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

.banner-header h6 a:hover {
	color: #fff;
}

.banner-header h6 i {
	margin: 0 15px;
	font-size: 10px;
}

.banner-header h5 {
	color: #b19777;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
}

.banner-header h1 {
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #b19777;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2em;
}

.banner-header p {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
	color: #999;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.banner-header p a {
	color: #b19777;
}

@media screen and (max-width: 767px) {
	.banner-header {
		height: 30vh;
		margin-top: 70px;
	}

	.banner-header h6 {
		font-size: 12px;
		font-weight: 400;
		margin-bottom: 10px;
	}

	.banner-header h6 a:hover {
		color: #b19777;
	}

	.banner-header h6 i {
		margin: 0 15px;
		font-size: 10px;
	}

	.banner-header h5 {}

	.banner-header h1 {}

	.banner-header p {
		font-size: 20px;
		color: #999;
	}
}

.banner-img:after {
	position: absolute;
	height: 100%;
	right: 0;
	left: 0;
	content: "";
	background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, .8) 100%, rgba(39, 39, 39, 0.5) 100%);
	background: linear-gradient(to top, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.8) 100%, rgba(39, 39, 39, 0.5) 100%);
	object-fit: cover;
}


/* ======= about style ======= */
.about
.about p {
	font-size: 18px;
	line-height: 26px;
}
.about .section-title {
	font-size: 50px;

}

/* ======= rules style ======= */
.rules {
	padding: 110px 0 100px 0;
	background: #edeaec;
}
.rules h2 {
	margin-bottom: 50px;
}

.rules .item {
	position: relative;
	background: #fff;
	padding: 34px 26px 34px 76px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #0f2764;
}
.rules .item .icon-n {
	display: none;
}

.rules .item .icon-s {
	display: inline-block;
}

.rules .item-hover {
	background: #0f2764;
	color: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.rules .item-hover p {
	color: #fff;
}
.rules .item-hover .icon-s {
	display: none!important;
}

.rules .item-hover .icon-n {
	display: inline-block!important;
}

.rules .item h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}

.rules .item img {
	position: absolute;
	width: 28px;
	height: 28px;
	left: 30px;

}
.rules .item p {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 21px;
}

/* ======= Services style ======= */
.services {
	padding-top: 79px;
	background: #0f2764;
	height: 492px;
}

.services h2 {
	margin-bottom: 75px;
}

.services .item {
	background: #fff;
	margin-bottom: 20px;
	font-size: 14px;
	color: #000;
}
/* .services .item img {
	height: fit-content;
} */
/* .services .item>div:first-child{
	max-height: 180px;
} */
.services .item>div:last-child{
	padding: 30px 25px 46px 25px;
	line-height: 20px;
	height: 178px;
}
.services .col-lg-3 {
	padding-right: 11px;
	padding-left: 11px;
}


.services .item h5 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}


/* ======= source style ======= */
.source {
	background: linear-gradient(180deg,#f7f6f7, #ffffff);
	padding-top: 122px;
}

.source .item {
 text-align: center;
}


.source .item img {
	max-width: 122px;
}

.source .item h5 {
	margin-top: 26px;
	font-size: 18px;
	color: #0f2764;
}



/* ======= advantage style ======= */
.advantage {
	background: #0f2764;
}
.advantage .section-title {
	font-size: 50px;
}
.advantage p {
	color: #fff;
	margin-bottom: 27px;
	letter-spacing: 1px;
}
.advantage-img {
	position: relative;
	bottom: -69px;
}

.advantage p img {
	width: 109px;
}




/* ======= Gallery style ======= */
.gallery-item {
	position: relative;
	padding-top: 20px;
}

.gallery-box {
	overflow: hidden;
	position: relative;
}

.gallery-box .gallery-img {
	position: relative;
	overflow: hidden;
}

.gallery-box .gallery-img:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0px;
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img>img {
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	border-radius: 0;
}

.gallery-box .gallery-detail {
	opacity: 0;
	color: #FFF;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	overflow: hidden;
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-detail h4 {
	font-size: 18px;
}

.gallery-box .gallery-detail p {
	color: Rgba(0, 0, 0, 0.4);
	font-size: 14px;
}

.gallery-box .gallery-detail i {
	color: #272727;
	padding: 8px;
}

.gallery-box .gallery-detail i:hover {
	color: #272727;
}

.gallery-box:hover .gallery-detail {
	top: 50%;
	transform: translate(0, -50%);
	opacity: 1;
}

.gallery-box:hover .gallery-img:after {
	background: rgba(0, 0, 0, 0.4);
}

.gallery-box:hover .gallery-img>img {
	transform: scale(1.05);
}

/* magnific popup custom */
.mfp-figure button {
	border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
	border: 0px solid transparent;
	background: transparent;
}


/* ======= Contact style ======= */
#bauen-contactMap {
	width: 100%;
	height: 550px;
}


/* ======= Buttons style ======= */
/* dark */
.butn-dark {
	position: relative;
	line-height: 1.2em;
}

.butn-dark a {
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	background: #b19777;
	color: #fff;
	padding: 13px 30px;
	margin: 0;
	position: relative;
	font-size: 16px;
	letter-spacing: 3px;
}

.butn-dark a:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
	background: #323232;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.butn-dark a span {
	position: relative;
	z-index: 2;
}

.butn-dark a:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.butn-dark a:hover span {
	color: #fff;
}

/* light */
.butn-light {
	position: relative;
	line-height: 1.2em;
}

.butn-light a {
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	background: transparent;
	color: #fff;
	padding: 12px 24px;
	margin: 0;
	position: relative;
	font-size: 16px;
	letter-spacing: 3px;
	border: 1px solid #fff;
}

.butn-light a:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
}

.butn-light a span {
	position: relative;
	z-index: 2;
}

.butn-light a:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.butn-light a:hover span {
	color: #272727;
}


/* ======= Footer style ======= */
.main-footer {
	padding: 60px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.main-footer.dark {
	background: #161616;
	color: #fff;
}

.main-footer .abot p {
	color: #fff;
}

.main-footer .abot .social-icon {
	text-align: center;
	margin-bottom: 20px;
}

.main-footer .abot .social-icon a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #424242;
	color: #999;
	border-radius: 100%;
	margin-right: 3px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.main-footer .abot .social-icon a:hover {
	border: 1px solid #b19777;
	background: transparent;
	color: #b19777;
}



.main-footer .fotcont p {
	font-size: 14px;
	margin-bottom: 0px;
}

/* sub footer */
.main-footer .sub-footer {
	padding: 30px 0 10px 0;
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.main-footer .sub-footer p {
	font-size: 14px;
	color: #999;
	margin-top: 7px;
}

.main-footer .sub-footer p a:hover {
	color: #b19777;
}

.main-footer .sub-footer p.right {
	text-align: right;
}


/* ======= Preloader Style ======= */
.pace {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99999999999999;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 400px;
	border: 0px;
	height: 1px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.pace .pace-progress {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	max-width: 300px;
	position: fixed;
	z-index: 99999999999999;
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 100%;
	background: #b19777;
}

.pace.pace-inactive {
	width: 100vw;
	opacity: 0;
}

.pace.pace-inactive .pace-progress {
	max-width: 100vw;
}

#preloader {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	z-index: 9999999;
}

#preloader:after,
#preloader:before {
	content: '';
	position: fixed;
	left: 0;
	height: 50%;
	width: 100%;
	background: #272727;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
	top: 0;
}

#preloader:after {
	bottom: 0;
}

#preloader.isdone {
	visibility: hidden;
	-webkit-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

#preloader.isdone:after,
#preloader.isdone:before {
	height: 0;
	-webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
	-o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
	transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.loading-text {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 4px;
	position: absolute;
	top: calc(50% - 30px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #b19777;
	font-family: 'Oswald', sans-serif;
	z-index: 9999;
}

.loading-text.isdone {
	top: 50%;
	opacity: 0;
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}


/* ======= toTop Button style ======= */
.progress-wrap {
	position: fixed;
	bottom: 30px;
	right: 30px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: 'themify';
	content: '\e648';
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-weight: 700;
	color: #323232;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.progress-wrap {
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.progress-wrap::after {
	color: #b19777;
}

.progress-wrap svg.progress-circle path {
	stroke: #b19777;
}


/* ======= Responsive style ======= */
@media screen and (max-width: 991px) {
	.source {
		padding-top: 79px;
	}
	.services {
		height: auto;
	}
	.bg-fixed {
		background-attachment: scroll !important;
	}

	.navbar .logo {
		text-align: left;
		margin-left: 0px;
	}

	.nav-scroll .logo {
		width: 150px;
	}

	.logo-img {
		margin-bottom: 0px;
	}

	.navbar button {
		margin-right: 15px;
		outline: none !important;
		background: #272727;
	}

	.navbar button:hover {
		background: #272727;
	}

	.navbar .container {
		max-width: 100%;
	}

	.navbar .navbar-collapse {
		max-height: 360px;
		overflow: auto;
		background: #272727;
		text-align: left;
		/* padding: 15px 30px 30px 15px */
	}

	.navbar .nav-link {
		margin: 0px auto !important;
	}

	.navbar .navbar-nav .nav-link {
		color: #999;
	}

	.nav-scroll .navbar-collapse .nav-link {
		color: #999 !important;
	}

	.nav-scroll .navbar-collapse .active {
		color: #999 !important;
	}

	.dropdown-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		width: 100%;
		display: none;
	}

	.dropdown-menu .sub-menu {
		position: static;
		margin-top: 15px;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		width: 100%;
		display: none;
	}

	.dropdown:hover .dropdown-menu,
	.dropdown:hover .mega-menu {
		display: block;
	}

	.dropdown .dropdown-menu:hover .sub-menu {
		display: block;
	}

	.dropdown .mega-menu {
		width: 100%;
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		width: 100%;
		display: none;
	}

	.dropdown .mega-menu .dropdown-menu {
		border: 0;
		margin: 0;
	}

	.dropdown .mega-menu .dropdown-title {
		border-bottom-color: #999;
	}

	.dropdown-menu .dropdown-item,
	.sub-menu .dropdown-item {
		color: #999;
		border-bottom: 1px solid #999;
	}

	.header {
		background-attachment: scroll !important;
		background-position: 50% 0% !important;
	}
	
	.advantage .row>div:first-child {
		display: flex;
		justify-content: center;
	}
	
	.advantage-img {
		bottom: 30px;
		margin-bottom: 40px;
	}
	
	.rules {
		padding-top: 64px;
	}

}

@media screen and (max-width: 767px) {
	

	.hero .intro h3 {
		font-size: 28px;
	}

	.hero .intro h4 {
		font-size: 20px;
	}

	

	.portfolio .filtering span {
		margin-bottom: 10px;
	}

	.bauen-blog .item .con h5,
	.bauen-blog .item .con h5 a {
		font-size: 20px;
	}

	.bauen-comment-section h3 span {
		margin-left: 0px;
	}

	.main-footer .sub-footer p.right {
		text-align: left;
	}

	.main-footer .abot .social-icon {
		text-align: left;
		margin-bottom: 15px;
	}

	.footer .logo {
		padding: 0;
		width: auto;
		margin: 0px 0;
	}
}

@media screen and (max-width: 480px) {
	.space-icon {
		display: none;
	}
	.section-title>.text-white{
		line-height: 1.5;
	}
	.section-head h4 {
		font-size: 30px;
	}

	.footer {
		padding: 60px 0;
	}

	.text-left {
		text-align: center;
	}

	.text-center {
		text-align: center;
	}

	.text-right {
		text-align: center;
	}
}
