@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@font-face {
	font-family: "gtmb-b";
	/*a name to be used later*/
	src: url("../fonts/Gotham-Bold.ttf");
	/*URL to font*/
}

@font-face {
	font-family: "gt-r";
	/*a name to be used later*/
	src: url("../fonts/GTWalsheimPro-Regular.ttf");
	/*URL to font*/
}

@font-face {
	font-family: "gt-m";
	/*a name to be used later*/
	src: url("../fonts/GTWalsheimPro-Medium.ttf");
	/*URL to font*/
}

* {
	margin: 0px;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
	margin: 0px;
	padding: 0px;
}

a,
a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	width: 100%;
	height: auto;
}

:root {
	--gtmb-b: "gtmb-b";
	--gt-r: "gt-r";
	--gt-m: "gt-m";
	--primary: #2160a2;
	--secondery: #ffc20e;
	--sub-1: #333333;
	--sub-2: #828282;
	--sub-3: #bdbdbd;
	--sub-4: #e0e0e0;
	--white: #ffffff;
	--black: #000000;
}
#main-wrapper {
    overflow: hidden;
    position: relative;
    max-width: 1900px;
    margin: 0 auto;
    width: 100%;
}
.color-blue {
	color: #2160a2;
}

.color-white {
	color: #fff;
}
.round {
    border-radius: 50%;
    width: 356px;
    height: 358px;
    object-fit: cover;
    position: relative;
    top: -52px;
    left: 71px;
}
.single-post article img {
    width: 533px;
    margin: 0 0 34px 0;
    height: 352px;
    object-fit: contain;
}
a.mybtnfnt{font-size: 22px !important;padding: 12px 39px;width: 579px !important;}
a.mybtnfntnew {
    font-size: 22px !important;
    padding: 12px 39px 12px 84px;
    width: 388px !important;
    text-align: center;
}
.banner-area {
	background-color: #faf7f2;
	padding: 180px 50px 0px 50px;
	overflow-y: hidden;

	.container {
		position: relative;
		z-index: 1;
	}

	.left {
		padding-right: 40px;

		h1 {
			font-size: 70px;
			font-weight: 800;
			color: var(--primary);
			line-height: 110%;
			margin-bottom: 20px;
		}

		h3 {
			font-size: 35px;
			font-weight: 500;
			color: var(--primary);
			line-height: 160%;
			margin-bottom: 20px;
		}

		p {
			font-size: 22px;
			font-weight: 400;
			color: #444444;
		}

		.action {
			margin-top: 20px;
		}
	}

	.right {
		position: relative;

		.review {
			display: flex;
			flex-direction: column;
			gap: 0px;
			justify-content: center;
			padding: 10px;
			width: max-content;
			background-color: #fff;
			position: absolute;
			left: -60px;
			top: 80px;
			border-radius: 10px;
			box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

			p {
				color: var(--primary);
				font-size: 20px;
				font-weight: 500;
			}

			ul {
				display: flex;
				justify-content: center;
				align-items: center;

				li a {
					margin-left: -20px;
					display: block;

					img {
						width: 50px;
					}
				}

				& li:first-child a {
					margin-left: 0px;
				}
			}
		}

		.parson-pic {
			position: absolute;
			right: 10%;
			bottom: -50px;
			width: 90%;
		}
	}
}

.banner-area .back-pic img {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	width: 100%;
}

.comn-padding {
	padding: 60px 0px;
}

.sec-section {
	position: relative;
	background-color: #fff;

	.numbers-item {
		display: flex;
		align-items: center;
		gap: 10px;

		.item {
			width: 24%;

			.number {
				font-size: 85px;
				font-weight: 700;
				color: var(--primary);
				margin-bottom: 10px;
				text-align: center;
				width: max-content;
				margin: 0px auto;
				padding-right: 16px;
				position: relative;

				sup {
					font-size: 14px;
					top: 14px;
					padding: 3px 4px;
					background-color: var(--secondery);
					border-radius: 40px;
					right: -0px;
					position: absolute;
				}
			}

			.text {
				font-size: 23px;
				color: #373737;
				text-align: center;
			}
		}

		.divider {
			width: 1px;
			height: 110px;
			background-color: #000;
		}
	}

	.left {
		padding: 10px 40px 80px 20px;
		background-color: var(--primary);
		border-bottom-left-radius: 10px;
		border-top-left-radius: 10px;

		.section-title {
			color: var(--white);
		}

		.sub {
			font-size: 25px;
			font-weight: 700;
			color: var(--white);
			margin-bottom: 6px;
		}

		p {
			font-size: 17px;
			color: var(--white);
			font-weight: 300;
			margin-bottom: 10px;
		}

		.more {
			color: var(--white);
			font-size: 18px;
			font-weight: 700;
		}
	}

	.right img {
		width: 100%;
		height: 580px;
		border-radius: 10px;
	}

	.logo-slider {
		margin-top: -280px;
		position: relative;
		z-index: 10;

		.item {
			padding: 0px 10px;
		}

		.top-logo,
		.btm-logo {
			margin: 10px 10px 20px;
			box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
			border-radius: 20px;
			position: relative;
			width: 100%;
			overflow: hidden;
			background-color: #fff;
			display: block;
			height: 100px;

			img {
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				width: 99%;
				height: 96px;
				object-fit: contain;
				position: absolute;
			}
		}
	}
}

.third-section {
	background-color: var(--secondery);
	position: relative;

	.container {
		position: relative;
		z-index: 10;
	}

	.top {
		margin-bottom: 20px;
		width: 70%;
		margin: 0px auto;

		.section-title {
			color: var(--primary);
		}

		.sub {
			font-size: 25px;
			color: var(--white);
			font-weight: 700;
			margin-bottom: 4px;
		}

		p {
			font-size: 18x;
			font-weight: 500;
			color: var(--white);
		}
	}

	.card-items {
		margin-top: 20px;

		.inner-card {
			position: relative;
			background-color: var(--white);
			padding: 14px 8px;
			box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
			border-radius: 10px;
			min-height: 430px;

			.top {
				background-color: var(--primary);
				width: 80px;
				height: 80px;
				border-radius: 120px;
				position: relative;
				margin-bottom: 16px;

				img {
					top: 50%;
					left: 50%;
					position: absolute;
					width: 45px;
					transform: translate(-50%, -50%);
				}
			}

			.name {
				font-size: 22px;
				color: #373737;
				font-weight: 700;
				text-align: center;
				margin-bottom: 6px;
			}

			.sub {
				font-size: 17px;
				color: #000;
				margin-bottom: 6px;
				font-weight: 600;
				text-align: center;
			}

			p {
				color: #373737;
				font-size: 16px;
				text-align: center;
			}
		}

		& .col-md-3:nth-child(2) {
			margin-top: 80px;
		}

		& .col-md-3:nth-child(3) {
			margin-top: 40px;
		}

		& .col-md-3:nth-child(4) {
			margin-top: 90px;
		}
	}

	.bg-first {
		position: absolute;
		top: 0px;
		left: 10px;
		width: 200px;
	}

	.bg-sec {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 220px;
	}

	.bg-third {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 50%;
	}
}

.fourth-section {
	position: relative;

	.top {
		width: 80%;
		margin: 0px auto;

		.section-title {
			color: var(--primary);
		}

		.sub {
			color: var(--primary);
			margin-bottom: 10px;
			font-size: 22px;
			font-weight: 700;
		}
	}

	.line {
		margin-top: 90px;
		width: 82%;
		height: 1px;
		border-bottom: 3px dashed #2160a2;
	}

	.numbers-items {
		margin-top: -38px;

		.cont {
			position: relative;
			padding-right: 20px;

			.number {
				width: 70px;
				height: 70px;
				outline: 5px solid #fff;
				border-radius: 60px;
				background-color: #fff;
				position: relative;
				border: 8px solid var(--primary);
				margin-bottom: 20px;

				p {
					font-size: 40px;
					position: absolute;
					font-weight: 700;
					color: var(--primary);
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
				}
			}

			.name {
				font-size: 19px;
				font-weight: 700;
				color: #373737;
				margin-bottom: 6px;
			}

			p {
				font-size: 16px;
				font-weight: 400;
				color: #373737;
			}
		}
	}

	.bottom-content {
		padding: 30px 0px 0px;

		h4 {
			font-size: 24px;
			font-weight: 700;
			color: #000;
		}

		p {
			font-size: 17px;
			font-weight: 400;
			color: #000;
			margin-top: 6px;
		}
	}
}

.fifth-section {
	background-color: #2160a2;

	.section-title {
		color: #fff;
		font-weight: 600;
	}

	.accordion-item {
		border-radius: 10px !important;
		margin-bottom: 14px;
		overflow: hidden;
	}

	.accordion-button {
		font-size: 20px;
		font-weight: 600;
		color: var(--primary);
	}

	.accordion-button:not(.collapsed) {
		background-color: #fff;
	}

	.accordion-body {
		background-color: #f1f1f1;
	}

	.accordion-button:not(.collapsed) {
		box-shadow: none;
	}
}

.sixth-section {
	position: relative;
	background-color: #f7f7f7;

	.top {
		margin-bottom: 30px;

		.section-title {
			color: var(--primary);
		}

		.sub {
			font-size: 41px;
			color: var(--secondery);
			font-weight: 700;
			margin-bottom: 12px;
		}

		h6 {
			font-size: 20px;
			color: #373737;
			margin-bottom: 5px;
			font-weight: 600;
		}

		p {
			font-size: 17px;
			color: #373737;
			font-weight: 400;
		}
	}

	.big {
		width: 28%;
		padding: 18px 30px;

		i {
			font-size: 20px;
			margin-top: 3px;
		}
	}
}

.seven-section {
	position: relative;

	.section-title {
		color: var(--primary);
	}

	.item {
		padding: 80px 14px 10px 14px;

		>div {
			width: 90%;
			background-color: #fff;
			position: relative;
			border-radius: 10px;
			padding: 40px 80px 40px 20px;
			box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

			p {
				font-size: 16px;
				font-weight: 500;
				color: #373737;
				margin-bottom: 13px;
			}

			h6 {
				font-size: 18px;
				font-weight: 700;
				color: #000;
			}

			.coma {
				width: 90px;
				height: auto;
				top: -40px;
				left: 20px;
				position: absolute;
			}

			.user {
				position: absolute;
				right: -64px;
				top: 14%;

				img {
					width: 120px;
					height: 120px;
					border-radius: 150px;
					border: 6px solid #f5f5f5;
					object-position: center;
					object-fit: cover;
				}
			}
		}
	}

	.slick-dots li {
		width: 10px;
		background: #373737;
		height: 10px;
		border-radius: 15px;
		margin: 0 3px;
	}

	.slick-dots {
		bottom: -40px;
	}

	.slick-dots li.slick-active {
		background-color: var(--primary);
	}
}

footer {
	background-color: #000000;
	padding: 40px 0px 20px;

	.info {
		display: flex;
		gap: 16px;
		justify-content: center;
		align-items: center;

		li {
			display: flex;
			gap: 8px;
			align-items: center;

			span {
				font-family: var(--gt-m);
				color: var(--primary);
				font-size: 20px;
			}

			.link {
				color: #fff;
				font-size: 19px;
				font-family: var(--gt-r);
				font-weight: 400;
			}
		}

		& li.divider {
			width: 1px;
			height: 25px;
			background-color: #fff;
			display: block;
		}
	}

	.footer-menu {
		display: flex;
		justify-content: center;
		gap: 14px;
		align-items: center;
		margin-bottom: 14px;
		margin-top: 16px;

		li a {
			font-size: 17px;
			font-weight: 400;
			color: var(--white);
		}

		& li.current-menu-item a {
			color: var(--primary);
		}
	}

	.copy {
		font-size: 12px;
		color: #fff;
		font-family: var(--gt-r);
		text-align: center;
	}
}

.section-title {
	font-size: 70px;
	font-weight: 800;
	margin-bottom: 10px;
}

.about-area {
	background-color: #fff;

	.brush {
		position: absolute;
		inset: 0 0 auto auto;
		max-width: 160px;
	}

	.backface {
		position: absolute;
		inset: auto auto 0 0;
		max-width: 30%;
	}

	h2 {
		font-size: 32px;
		font-weight: 700;
		color: var(--primary);
		line-height: 150%;
		margin-bottom: 12px;
	}

	img.profile {
		width: 85%;
		height: auto;
		/* border: 15px solid var(--primary); */
	}

	p {
		font-size: 18px;
		font-weight: 600;
		line-height: 170%;
		margin-bottom: 12px;
	}

	.dot-3 {
		inset: 32px auto auto 70px;
		width: 25px;
		height: 25px;
		border: 5px solid var(--primary);
	}

	.dot-2 {
		inset: 0 auto auto 0;
		width: 60px;
		height: 60px;
		border: 12px solid var(--secondery);
	}

	.dot-1 {
		inset: auto auto -70px 70%;
		width: 60px;
		height: 60px;
		border: 12px solid var(--secondery);
	}

	.left {
		max-width: 87%;
	}
}
.page-template-template-S-Funkar-Det {
	.banner-area.about {
		& .main-pic {
			img {
				width: 70%;
				height: 80%;
				margin: 0px auto;
				object-fit: cover;
				object-position: center;
				display: block;
			}
		}
	}
}

.text-area {
	&:not(.bg-white) {
		color: var(--white);
		background-color: var(--secondery);
	}

	h1 {
		font-size: 46px;
		font-weight: 700;
		line-height: 150%;
		max-width: 85%;
		margin: auto;
	}

	p {
		font-size: 18px;
		font-weight: 500;
		line-height: 170%;
	}

	p:not(:last-child) {
		margin-bottom: 20px;
	}

	&.bg-white {
		color: var(--sub-2);

		.primary-btn {
			height: 65px;
			min-width: 340px;
		}

		h3 {
			font-size: 36px;
			font-weight: 700;
			line-height: 150%;
			margin-bottom: 10px;
		}

		h4 {
			font-size: 28px;
			font-weight: 600;
			line-height: 150%;
		}
	}
}

.banner-area.about {
	overflow: hidden;

	.main-pic {
		top: 0;
		left: 0;
		min-height: 580px;

		img {
			width: 80%;
			height: 80%;
			object-fit: cover;
			object-position: center;
		}
	}

	.back-pic {
		img {
			position: absolute;
			top: 30%;
			left: 0;
			right: 0;
			width: 90%;
		}
	}

	.right {
		.parson-pic {
			position: absolute;
			right: -10%;
			bottom: 0;
			
		}
	}
}
.page-template-template-Bestll-logga .banner-area.about .right .parson-pic {
	right: 17%;
	width: 97%;
}
.page-template-template-Bestll-logga .about-area {
    .brush {
        max-width: 160px;
    }
}
.page-template-template-Kontakta-Oss {
	.about-area {
		.row {
			align-items: center;
		}
		img.profile {
			width: 100%;
			height: auto;
			border: 7px solid var(--primary);
		}
	}
}
.page-template-template-Kontakta-Oss {
	.banner-area.about {
		.right {
			.parson-pic {
				position: absolute;
				right: 32%;
				bottom: 0;
				width: 56%;
        	}
		}
	}
}
.banner-area.vara-loggor {
    & .right {
        .parson-pic {
            position: absolute;
            right: -53%;
            bottom: 0 !important;
            width: 140%;
			img.how-it-new {
				height: auto;
				object-fit: cover;
				width: 476px;
			}
        }
    }
}

.safunkr .parson-pic {
	bottom: 116px !important;
}

img.how-it {
	height: 424px;
	object-fit: cover;
	width: 380px;
}

img.how-it-new {
	height: 424px;
	object-fit: cover;
	width: 476px;
}

h2.frgr {
	font-size: 45px;
	margin: 0 0 45px 0;
}

section.enpart {
	margin: 100px 0 39px 0;
	padding: 102px 0 0 0;
}


/*logo slider css*/

@keyframes slide {
	from {
		transform: translateX(0);

	}

	to {
		transform: translateX(-100%);

	}
}

@keyframes slideone {
	from {
		transform: translateX(-100%);

	}

	to {
		transform: translateX(0);

	}
}

.logos {
	overflow: hidden;
	padding: 15px 0;
	background: transparent;
	white-space: nowrap;
	position: relative;
}

.logos:before,
.logos:after {
	content: "";
	position: absolute;
	top: 0;
	width: 250px;
	height: 100%;
	z-index: 2;
}



/*.logos:hover .logos-slide{
  animation-play-state:paused;
  
  
}*/
/*.logos:hover .logos-slide-one{
  animation-play-state:paused;
  
  
}*/
/*.logos-slide-one{display:inline-block;
  animation: 35s slideone infinite linear;}
.logos-slide{
  display:inline-block;
  animation: 35s slide infinite linear;
}
.logos-slide-one img{height: 112px;
    margin: 0 9px;
    width: 203px;
    object-fit: contain;}
.logos-slide img {
    height: 112px;
    margin: 0 9px;
    width: 203px;
    object-fit: contain;
}
*/

.logostwo {
	overflow: hidden;
	padding: 15px 0;
	background: transparent;
	white-space: nowrap;
	position: relative;
}

.logostwo:before,
.logostwo:after {
	content: "";
	position: absolute;
	top: 0;
	width: 250px;
	height: 100%;
	z-index: 2;
}

/*.logostwo:hover .logos-slide-two{
  animation-play-state:paused;
  
  
}
.logos-slide-two{
  display:inline-block;
  animation: 35s slide infinite linear;
}
.logos-slide-two img {
    height: 112px;
    margin: 0 9px;
    width: 203px;
    object-fit: contain;
}*/

[class^="logos-slide"] {
	display: inline-block;
	animation: 35s slide infinite linear;
}

[class^="logos-slide"] img {
	height: 112px;
	margin: 0 9px;
	width: 203px;
	object-fit: contain;
}

.logos:hover [class^="logos-slide"],
.logostwo:hover [class^="logos-slide"] {
	animation-play-state: paused;
}

@keyframes slide-reverse {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0%);
	}
}

.logos-slide-one {
	display: inline-block;
	animation: 35s slide-reverse infinite linear;
}

.logos:hover .logos-slide-one {
	animation-play-state: paused;
}

img.logotpr {
	width: 28px;
}

.slick-slider .element {
	border-radius: 5px;
	display: inline-block;
	margin: 0px 5px;

}

.slick-slider .element {
	height: 140px;
	overflow: hidden;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	img {
		max-width: 100%;
        max-height: 196px;
        height: 100%;
        object-fit: contain;
        box-shadow: 2px 2px 7px 4px rgba(0, 0, 0, 0.1);
        margin: 0 0 21px 0;
        transition: 300ms ease-in;
	}
	&:hover {
		img {
			scale: 1.1;
		}
	}
}


form.form2 {
	float: left;
	width: 96%;
	margin: 11px 0 0 0;
}

.inpt-fld-new {
	width: 48%;
	line-height: 51px;
	padding: 0 0 0 17px;
	margin: 5px 10px 9px 0px;
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	transition: all 1s;
	/*background-color: #f0e3ca;*/
	float: left;
	border: 1px solid grey;
	border-radius: 21px;
}

textarea.inpt-fld-new {
	width: 97%;
	line-height: 50px;
	padding: 0 0 0 17px;
	margin: 5px 10px 13px 0px;
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	transition: all 1s;
	/*background-color: #f0e3ca;*/
	float: left;
	border: 1px solid grey;
	border-radius: 21px;
	height: 58px;
}

.sb-btn-cntct-new {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #f8741a;
	background: #000;
	padding: 9px 17px;
	margin: 19px 0 0;
	float: left;
	transition: ease-in-out 1s;
	border-radius: 0;
	cursor: pointer;
	border: 1px solid transparent;
}

.sb-btn-cntct-new:hover {
	background-color: #f8741a !important;
	transition: 1s ease-in-out;
	text-decoration: underline;
	color: #000;
}


::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	opacity: 1;
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

:-ms-input-placeholder {
	/* IE 10+ */
	opacity: 1;
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

::placeholder {
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

input.sbtbtn {
	float: left;
}

.lndatext {
	color: #fff;
}

.brushprt img.brush {
	position: absolute;
	inset: 0 0 auto auto;
	max-width: 107px;
	/* transition: transform; */
	/* transform: rotate(180deg); */
}

#brssh .back-pic img.bg-first {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 200px;
	z-index: -1;
}

section#brssh {
	position: relative;
	z-index: 9;
}

.comn-padding-new {
	padding: 10px 0px;
}

.blog-posts-container {
    position: relative;
    z-index: 9;
}
.page-template-template-blog article.blog-post {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 37px 21px;
    box-shadow: 7px 7px 9px 14px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
    margin: 0 0 26px 0px;min-height: 519px;
}
article.blog-post h2 a {
    color: #2160a2;
}
article.blog-post img {
    width: 212px;
    float: none;
    margin: 0 auto 0;
    border-radius: 50%;
    height: 212px;
    object-fit: cover;
    background-color: #ffc157;
    padding: 12px;
    display: table;
}

/*.page-template-template-blog .banner-area.about {
    .main-pic {
        top: 0;
        left: 0;
        min-height: 399px;
    }
}

.page-template-template-blog .banner-area.about {
    & .right {
        .parson-pic {
            position: absolute;
            right: 22%;
            bottom: -14px;width: 83%;
        }
    }
}*/

.single-post img {
    width: 702px;
    margin: 0 0 34px 0;
}

h1.ttltext a{color: #2160a2;}
h1.ttltext {
    margin: 0 0 21px 0;
}

.single-post .banner-area {
    & .left {
        h1 {
            font-size: 56px;
            font-weight: 800;
            color: #2160a2;
            line-height: 110%;
            margin-bottom: 92px;
        }
    }
}

.page-template-template-Bestll-logga .banner-area.about {
    .main-pic {
        top: 0;
        left: 0;
        min-height: 369px;
    }
}

.strthr {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 23px 25px 40px;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: table;
    width: auto;
}

.page-template-template-design-brief .banner-area.about {
    .main-pic {
        top: 0;
        left: 0;
        min-height: 405px;
    }
}

h2.whtneed{font-size: 48px;}
.page-template-template-Kontakta-Oss .banner-area.about {
    .main-pic {
        top: 0;
        left: 0;
        min-height: 409px;
    }
}

.strthr h2 {
    font-size: 42px;
}
.strthr .primary-btn {
    margin: 0 auto;
    font-size: 27px;
    padding: 12px 39px;
    width: 341px;
    text-align: center;display: initial;
}
.about-area-one{background-color: #fff;padding: 2% 0;}
.about-area-one h2 {
    font-size: 42px;font-weight: 700;
        color: var(--primary);
        line-height: 150%;
        margin-bottom: 12px;text-align: center;
}
.about-area-one .primary-btn {
    margin: 0 auto 0;
    font-size: 27px;
    padding: 12px 39px;
    width: 341px;
    text-align: center;
    display: table;
    float: none;
}

.page-template-template-Bestll-logga .banner-area.about .primary-btn {
    font-size: 30px;}

.page-template-template-blog .banner-area {
    .left {
        padding-right: 40px;
        padding-bottom: 75px;
    }
}

img.blgrndpic{}

.page-template-template-blog .banner-area.about {
    & .right {
        .parson-pic {
           position: absolute;
            right: 4%;
            bottom: 57px;
        }
    }
}
.page-template-template-blog .banner-area.about {
    .main-pic {
        top: 0;
        left: 0;
        min-height: 469px;
    }
}
.page-template-template-blog .parson-pic img {
    width: 372px;
    height: 387px;
    object-fit: cover;
    border-radius: 50%;
}

.page-template-template-blog article.blog-post p {
        font-size: 16px;
    }

.page-template-template-blog article.blog-post h2 {
        font-size: 26px;
    }
a.rdblg {
    font-family: "Open Sans", sans-serif;
    color: #2160a2;
    font-size: 16px;
    font-weight: 700;
}
.about-area {
	.container.frm-c {
		.form-control {
			padding: 10px 14px;
			border-radius: 30px;
			font-size: 18px;
			font-weight: 600;
			font-family: var(--gt-m);
			background-color: #fff;
			margin-top: 10px;
			color: #000;
			box-shadow: none;
			outline: none;
		}
		.form-check-input {
			border-color: transparent;
		}
		.wpcf7-list-item {
			display: block;
			width: 100%;
			margin: 10px 0px;
			input {
				margin-right: 6px;
			}
		}
	}
}

.page-template-template-Kontakta-Oss .inpt-fld-new {
    width: 100%;}

    .fancybox__viewport{background-color: #fff !important;}

.vrbckspll {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 27px 27px;
}
.color-black{color:#000;}

.page-template-template-design-brief .banner-area {
    & .left {
        h1 {
            font-size: 44px;}
        }
    }

.lstcls {
    background-color: #ebebeb;
}

.page-template-template-design-brief .banner-area.about {
    & .right {
        .parson-pic {
            position: absolute;
            right: 12%;
            bottom: -37px;
        }
    }
}

img.blog_logo_pic {
    width: 197px !important;
    height: 116px !important;
    object-fit: contain !important;
    margin: 32px 0 48px 0 !important;}

.post-thumbnail{width: 100%;float: left;clear: both;}

.custom-table {
    background-color: #fff;
    color: #000;
    font-family: "Open Sans", sans-serif;
    border: 9px solid #2160a2;
    width: 83%;
    margin: 15px auto 42px;
    float: none;
    display: table;
}
    .custom-table th,
    .custom-table td {
      border: 1px solid #fff;
      padding: 12px;
      vertical-align: top;
    }
    .custom-table th {
      width: 60%;
    }

tbody, td, tfoot, th, thead, tr {border-color: #2160A3 !important;}

.gform-field-label--type-inline{background-color: transparent !important;
    border-radius: 10px !important;
    padding: 12px 10px 12px 10px !important;
    font-size: 15px !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
    border: 1px solid #aaaaaa !important;
    width: 28%;
    text-align: center;
    color: #000 !important;
    font-weight: 700;
    margin-left: -21px !important;
    transition: all 0.8s ease-in-out;
    text-transform: capitalize !important;cursor: pointer !important;}

.gfield-choice-input{position: relative !important;
    left: 44px !important;
    top: 14px !important;visibility: hidden !important;}

.gform-field-label--type-inline:hover{background-color: #2160a2 !important;
    color: #fff !important;
    border: 1px solid #2160a2 !important;}

/* Apply background when radio input is checked */
.gchoice input[type="radio"]:checked + .gform-field-label--type-inline {
  background-color: #000 !important;
  color: #fff !important;
}
fieldset.gfield--type-choice {
    margin: 0 0 -30px 0 !important;
}
input#gform_submit_button_1 {
    visibility: hidden !important;
}
input[type="reset"] {
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #ffc20e !important;
    background: var(--primary) !important;
    border-radius: 40px !important;
    padding: 7px 20px !important;
    border: 1px solid var(--primary) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.2s ease-in-out !important;
    width: max-content !important;
}

.page-template-template-design-brief input[type="checkbox"]:checked::before {
  background-color: #2160a2 !important;
}
.page-template-template-order-design {
	.banner-area.about {
		.main-pic {
			top: 0;
			left: 0;
			min-height: 450px;
		}
		
	}
	.banner-area.about {
    & .right {
        .parson-pic {
            position: absolute;
            right: 10%;
            bottom: 0;
        }
    }
}
}