/*
Theme Name: Name - Bootstrap_5
Author: mdasibkhan100@gmail.com
Support: mdasibkhan100@gmail.com
Description: Creative  Bootstrap_5 template.
Version: 5.3.1


CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/

/* font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: normal;
}

.robo_font {
	font-family: "Roboto", sans-serif;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden;
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: rgb(0, 92, 161);
	text-decoration: none;
}

a,
button {
	color: rgb(0, 92, 161);
	outline: none;
	text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	color: #000a2d;
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 44px;
	font-weight: 700;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
	text-decoration: none;
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
	color: rgb(40, 40, 40);
	font-family: "poppins", arial, serif;
}

hr {
	border-bottom: 2px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

.theme-overlay {
	position: relative
}

.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.separator {
	border-top: 1px solid #f2f2f2
}


.btn {
	background-color: rgb(217, 37, 30);
	border: 2px solid rgb(217, 37, 30);
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 12px 24px 0px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 500;
	padding: 15px 20px;
	--bg-image: url('/customerdata/files/templates/1/arrow-white.svg');
	background-image: url("/customerdata/files/templates/1/arrow-white.svg");
}

.btn:hover {
	background-color: rgb(255, 44, 36);
	border-color: rgb(255, 44, 36);
	color: rgb(255, 255, 255);
	--bg-image: url('/customerdata/files/templates/1/arrow-white.svg');
	background-image: url("/customerdata/files/templates/1/arrow-white.svg");
}

.border_btn {
	background-color: transparent;
	border-color: rgb(255, 255, 255);
	color: #fff;
	transition-property: border-color, color, background-color;
	width: 150px;
}

.border_btn:hover {
	background-color: rgb(0, 92, 161);
	border-color: rgb(255, 255, 255);
	color: #fff;
	transition-property: border-color, color, background-color;
}

/* scrollup */
#scrollUp {
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 50px;
	right: 100px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	color: #e2ff3d;
	font-size: 30px;
	border: none;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 10px #693A6A;
	box-shadow: 1px 5px 20px #693A6A;
	transition: .6s;
	background: #fe03e5;
	line-height: 1.7;
}

#scrollUp:hover {
	background: #ff3d4f;
	color: #000046;
}

/*========== Page loader CSS ==========*/
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader3 {
	width: 5rem;
	height: 5rem;
	display: inline-block;
	padding: 0;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 5rem;
	height: 5rem;
	border-radius: 100%;
	background: linear-gradient(99.38deg, #f2ff00 -0.7%, #8f00fc 87.79%);
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
	0% {
		transform: scale(0, 0);
		opacity: 0.8;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes loader3 {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.8;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

/* --------------- Style Start ----------- */
.container {
	max-width: 1033.84px;
}

/* header */

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	z-index: 9999;
	background: #005ca1;
	z-index: 999;
}

.header-menu {
	margin-left: 20px;
}

.header_logo img {
	max-width: 160px;
	height: auto;
}

.header-menu ul li {
	display: inline-block;
	margin-right: 30px;
	position: relative;
}

.header-menu ul li a {
	display: inline-block;
	color: rgb(255, 255, 255);
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding: 45px 0px;
}

.header-menu ul li:hover a {
	color: #0ad6ff;
}

.header-menu ul li:last-child {
	margin-right: 0px;
}

.header-menu ul li:hover .level2-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;

}

.header-menu ul li .level2-menu {
	position: absolute;
	width: 225px;
	background: #005ca1;
	top: 105%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.header-menu ul li .level2-menu li:hover a {
	padding-left: 27px;
	color: #0ad6ff;
}

.header-menu ul li .level2-menu li {
	margin-right: 0 !important;
	border-bottom: 1px solid #4d8dbd;
	width: 100%;
}

.header-menu ul li .level2-menu li a {
	color: #ffffff;
	font-family: 'roboto', arial, serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 0 0;
	padding: 12px 20px 12px 20px;
	transition: .3s;
}


/* hero_area */

.hero_area {
	position: relative;
	z-index: 99;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hero_area::before {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.5;
	z-index: -1;
}

.hero_content p {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 43px;
}

/* vvs area start  */

.vvs_box {
	position: relative;
}

.vvs_box::before {
	position: absolute;
	left: 0;
	right: 0;
	background: #005ca1;
	width: 100%;
	height: 85%;
	content: "";
	z-index: -1;
	top: 90px;
}

.vvs_content p {
	font-size: 13px;
}

.vvs_content h2 {
	line-height: 1.4em;
}

.vvs_right .vvs_content p {
	color: rgb(0, 92, 161);
	font-family: "poppins", arial, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.vvs_img.text-center {
	border-bottom: 1px solid rgb(225, 225, 225);
}


.vvs_box_content .red {
	color: rgb(217, 37, 30);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: none;
	letter-spacing: 2px;
}

.vvs_box_content {
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
	height: 100%;
	background: #fff;
}

.vvs_box_main_content .vvs_img img {
	height: 637px !important;
	width: 100%;
	object-fit: cover;
}

.vvs_box_content p {
	font-size: 14px;
	line-height: 1.6em;
}

.vvs_box_content {
	padding: 70px 53px;
}

.vvs_box_content ul {
	margin-bottom: 35px;
}

.vvs_box_content ul li {
	list-style: disc;
	margin-left: 25px;
	color: #005ca1;
	font-family: 'roboto', arial, serif;
	font-weight: 700;
	text-decoration: none;
	padding-left: 5px;
	margin-bottom: 5px;
}

.vvs_box_content h5 {
	color: #160f29;
	margin-bottom: 10px;
	line-height: 1.6em;
}



/* team area start  */
.single_items {
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
	color: #414141;
	font-family: 'roboto', arial, serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-out 0s;
}

.service_img {
	background-size: cover;
	background-repeat: non-repeat;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 60px 0px;
	padding: 13.535rem 0px 0px;
	transform: translate(0px);
	transition-duration: 125ms;
	transition-timing-function: linear;
	transition-delay: 0s;
	transition-behavior: normal;
	transition-property: transform, box-shadow;
	--bg-image: url('../img/team/badeværelse.jpg');
	background-image: url("../img/team/badeværelse.jpg");
}

.img_2 {
	--bg-image: url('../img/team/varme.jpg');
	background-image: url("../img/team/varme.jpg");
}

.img_3 {
	--bg-image: url('../img/team/gasservice.jpg');
	background-image: url("../img/team/gasservice.jpg");
}

hr {
	border-bottom: 3px solid #e5e5e5;
	border-top: 0 none;
	margin: 20px 0;
	padding: 0;
}

.service_info p {
	font-size: 13px;
}

.service_info {
	padding: 43px 25px;
}

.single_items:hover {
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.25);
	transform: translate(0px, -10px);
}


.footer_content h4 {
	color: #ffffff;
	line-height: 1.3em;
}

.footer_content p {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
	line-height: 2em;
	font-family: "Roboto", sans-serif;
	margin-bottom: 0;
}

.footer_content p a {
	font-family: "Poppins", sans-serif;
}

.border-right {
	border-right: 2px solid #2674af;
}

.footer_bottom p a {
	color: rgba(255, 255, 255, 0.25);
	font-size: 11px;
}



.fix_box {
	position: fixed;
	top: 120px;
	z-index: 999;
	right: 0;
}

.fix_box .items {
	background: #d9251e;
	border-color: #d9251e;
	border-radius: 5px 0 0 5px;
	border-width: 2px 2px 2px 2px;
	padding: 15px 5px 15px 5px;
	margin-bottom: 10px;
	text-align: center;
	transition: .3s;
}

.fix_box .items:hover {
	background: rgb(255, 44, 36);
	border-color: rgb(255, 44, 36);
}

.fix_box .items img {
	margin-bottom: 10px;
	width: 20px;
}

.fix_box .items p {
	font-size: 11px;
	margin-bottom: 0;
	color: #ffffff;
}







header.sticky {
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	box-shadow: 0 0.8rem 2rem 0 rgba(0, 0, 0, 0.1);
}


/*Hamburger menu*/
.hamburger-menu {
	cursor: pointer;
	display: inline-block;
	z-index: 999;
	border-radius: 50%;
	margin-top: 8px;
}

.responsive {
	display: none;
}

.hamburger-menu span {
	background: #ffffff;
	width: 40px;
	height: 3px;
	display: block;
	margin: 10px 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hamburger-menu:hover .line-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.hamburger-menu:hover .line-bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.hamburger-menu .line-top.current {
	-webkit-transform: translateY(250%) rotate(135deg);
	-ms-transform: translateY(250%) rotate(135deg);
	transform: translateY(311%) rotate(135deg);
}

.hamburger-menu .line-center.current {
	opacity: 0;
}

.hamburger-menu .line-bottom.current {
	-webkit-transform: translateY(-400%) rotate(-135deg);
	-ms-transform: translateY(-400%) rotate(-135deg);
	transform: translateY(-513%) rotate(-135deg);
}

/*ofcanvas menu*/
.responsive-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #005ca1;
	z-index: -1;
	top: 0;
	display: block;
	left: -100%;
	transition: 0.3s;
}

.current {
	left: 0;
}


.dropdown-menu.show {
	position: relative !important;
	transform: translate(0) !important;
}



/* Smooth dropdown animation */
.dropdown-menu {
  display: block;
	width: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease;
  visibility: hidden;
}

.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.25s ease;
  visibility: visible;
	background-color: #0a4a7a;
}


.res-menu {
	margin-top: 100px;
}

.res-menu ul li {
	display: block;
	position: relative;
}

.res-menu ul li a {
	display: inline-block;
	color: rgb(255, 255, 255);
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	padding: 17px 0px;
}

.res-menu ul li:hover a {
	color: #0ad6ff;
}

.res-menu ul li:last-child {
	margin-right: 0px;
}

.res-menu ul li .dropdown-menu li:hover a {
	padding-left: 27px;
	color: #0ad6ff;
}

.res-menu ul li .dropdown-menu li {
	margin-right: 0 !important;
	border-bottom: 1px solid #4d8dbd;
	width: 100%;
}

.res-menu ul li .dropdown-menu li a {
	color: #ffffff;
	font-family: 'roboto', arial, serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 0 0;
	padding: 12px 20px 12px 20px;
	transition: .3s;
}



.tilbyder_box h6 {
	color: rgb(255, 255, 255);
	font-family: "poppins", arial, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	background-color: rgb(0, 92, 161);
	margin: 0px 0px 0.3076rem;
	padding: 0.769rem 0px;
}

.tilbyder_box button:hover {
	color: rgb(0, 92, 161);
}

.tilbyder_box button {
	background-color: rgb(245, 245, 245);
	border-color: rgb(0, 92, 161);
	border-style: solid;
	border-width: 0px;
	color: rgb(40, 40, 40);
	font-family: "roboto", arial, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin: 3px 0px 0px;
	padding: 12px 15px;
	text-align: left;
	width: 100%;
	transition: all 0.3s ease-out 0s;
}
.tilb_list ul li {
	list-style: disc;
	margin-left: 25px;
	color: rgb(40, 40, 40);
	font-family: 'roboto', arial, serif;
	text-decoration: none;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}
.tilb_p p {
	font-size: 13px;
}
.hero_area_2{
	height: 400px;
	padding: 20px 0px;
}
.hero_area_2::before{
	display: none;
}