/*
    Theme Name: Sipla
    Author:  Buildahome
    Author URL: https://buildahome.se/
    Description: ---- 2021.
    Document   : Framework
    Created on :  Oct 1 2021, 4.00 pm
*/

html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	font-size: 100%;
	font-family: 'Poppins', sans-serif;
	color: #000;
	background: #fff;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-text-size-adjust: none;
	font-weight: 300;
}

::placeholder {
	font-family: 'Poppins', sans-serif;
	color: rgb(0, 0, 0);
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

:focus {
	outline: 0;
}

a,
a:link,
a:visited {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}

a.active {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	text-decoration: underline;
}

a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
    color: #9f3223;
}

a:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

img {
	border: none;
	max-width: 100%;
}

ul,
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	line-height: 1.2;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	padding: 0 0 20px 0;
	position: relative;
	font-size: 0.9em;
	color: #000;
}

h1 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 5em;
	line-height: 1;
	text-shadow: 0 0 20px rgba(44, 42, 61, 0.4);
}

h2 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 2.5em;
	line-height: 1;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #000;
	font-size: 1.5em;
}

h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 1.1;
	color: #000;
	font-size: 1.3em;
	padding: 0 0 10px 0;
}

h5 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 2.5em;
	line-height: 1;
}

h6 {
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: #a7a7a7;
	font-size: 1.2em;
	line-height: 1.3;
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
	content: " ";
	display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
	clear: both;
}

.outer {
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	/* overflow-x: hidden;*/
	background: #fff;
}

a {
	text-decoration: none;
	font-weight: 600;
	color: #000;
}

a.btn {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	display: block;
	background-color: #a03021;
	text-align: center;
	padding: 20px 30px;
	border-radius: 50px;
	margin: 50px 0 0 0;
	transition: ease-in 0.2s;
}

a.btn:hover {
	background-color: #fff;
	color: #a03021;
	transition: ease-in 0.2s;
}

a.btn:hover::after {
	transform: translateX(8px);
}

.container {
	margin: 0 auto;
	width: 90%;
	max-width: 1550px;
}

.container_large {
	margin: 0 auto;
	width: 90%;
	max-width: 1600px;
}

.container .banner_text {
	max-width: 1070px;
	width:90%;
	position: absolute;
	top: 50%;
}

.logo {
	width: 300px;
	float: left;
}

.top_header ul {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.top_header ul li {
	padding: 0 10px;
}

.top_header ul li a {
	color: #a03021;
	font-size: 0.9em;
}

.top_header li a i {
	color: #1b1b1b;
	padding: 0 5px 0 0;
}


/* banner-section */

.banner {
	width: 100%;
	height: 90vh;
	margin: 0px 0 0 0;
	padding: 0;
	position: relative;
	min-height: 750px;
	background: url(../img/banner.jpg) no-repeat left center/cover;
}

.banner_wrapper {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.banner_box h1 {
	text-align: center;
	font-size: 8em;
	font-family: 'Great Vibes', cursive;
	color: #fff;
	font-weight: 400;
}

.banner_box span {
	font-size: 2.5em;
	color: #fff;
}


.banner_bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: rgba(0, 0, 0, 0.2);
	width: 95%;
	max-width: 1750px;
	padding: 60px;
}
.banner::after {
    content: url(../img/arrow.png);
    position: absolute;
    right: 0;
    bottom: -50px;
    color: #fff;
    width: 200px;
    height: 200px;
}

.banner_bottom p {
	color: #fff;
	font-size: 1.2em;
    padding: 0 0 0 30px;
}

.left {
	width: 50%;
}

.left h2 {
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.3;
	color: #141414;
}

.right {
	width: 50%;
}

.offer {
	width: 100%;
}

.offer span {
	color: #a03021;
	font-size: 1.1em;
	font-weight: 500;
	padding: 0 0 10px 0;
	display: block;
}

.offer .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 5% 0;
}

.offer .left {
	padding: 0 12% 0 0;
}

.application_area .carousel {
	padding: 3% 1% 7% 1%;
	width: 100%;
	height: 500px;
}

.application_area .carousel-cell {
	width: 20%;
	height: 500px;
  	padding: 0 10px;
	  position: relative;
	
}
.application_area .carousel-cell .content {
	height: 100%;
	width: 95%;
	padding: 0 10% 50px 10%;
	position:absolute;
	left: 2.5%;
	top: 0;
	display: flex;
	justify-content: flex-start;
	align-items: self-end;
	flex-wrap: wrap;
	align-content: end;
}

.application_area .flickity-prev-next-button .flickity-button-icon {
	position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
	content: '>';

}
.application_area {
	width: 100%;
	padding: 3% 0 7% 0;
}



.application_area .content p {
	padding: 10px 0 0 0;
	min-height: 110px;
}

.application_area p {
	
	color: rgb(204, 204, 204);
}

.medical {
	width: 100%;
	
}

.medical ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 3% 0;
}

.medical ul li {
	width: 50%;
	padding: 0 1% 0 0;
}

.medical img {
	display: block;
}

.services {
	width: 100%;
	padding: 4% 0;
}

.services ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.services ul li {
	width: 22%;
	text-align: center;
	padding: 0 2%;
}

.application_area h3 {
	color: #fff; 
}

.services li h3 {
	padding: 0 0 10px 0;
}



.technology {
	width: 100%;
	margin: 5% 0;
}

.technology .container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10% 0;
	max-width: 925px;
	text-align: center;
}

.question {
	width: 100%;
	padding: 3% 0 5% 0;
}

.question ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 3% 0;
	width: 100%;
}

.question ul li {
	width: 19%;
	margin: 15px 1% 0 0;
	background-color: #f3f3f3;
}
.question ul li a {
	font-size: 1em;
}

.question img {
	display: block;
}

.question .question_content {
	background-color: #f3f3f3;
	padding: 10%;
}

.footer {
	background-color: #141414;
	width: 100%;
	padding: 5% 0 5% 0;
}

.footer li a {
	color: #fff;
	font-size: 12px;
}

.footer li {
	padding: 1px 0;
}

.footer .container {
	display: flex;
	padding: 5% 0 0 0;
	flex-wrap: wrap;
}

.logo {
	width: 10%;
}

.footer .nav {
	width: 40%;
	padding: 0 0 0 8%;
	display: grid;
	grid-template-columns: 1fr 1fr; 
}

.list {
	width: 15%;
	padding: 0 0 0 5%;
}

.address {
	width: 20%;
	padding: 0 0 0 5%;
}

.footer_logo {
	width: 20%;
	padding: 0 0 0 5%;
}

.footer .address p {
	color: #fff;
	font-weight: 500;
}

.footer .address a {
	color: #fff;
	padding: 0 0 10px 0;
	display: block;
}

.footer .address a i {
	padding: 0 10px 0 0;
}

.footer h6 {
	padding: 0 0 12px 0;
}

.bottom_footer {
	width: 100%;
}

.bottom_footer p {
	color: #a7a7a7;
	font-size: 1em;
	position: relative;
	width: 100%;
}

.bottom_footer p::after {
	content: '';
	width: 71%;
	height: 1px;
	background-color: #622a23;
	position: absolute;
	top: 9px;
	right: 0;
}

.app_header {
 
	padding: 0;
	transition: ease-in 0.2s;
 }
.app_header.bgcolor {
	background-color: #000;
	padding: 0;
	transition: ease-in 0.2s;
 }

 .app_header.bgcolor .header_logo  {
    display: block;
    width: 180px; 
	transition: ease-in 0.2s;
}
.question_content h3 {
	padding: 0 0 10px 0;
	min-height: 65px;
}

.header_logo img {
	display: block; 
}


/* .application_area .container {
	display: grid;
	grid-template-columns: 50% 50%;
}
 
.application_area p.big {
margin: 50px 0;
  padding:20px 0 50px 0;
  color: #141414;
  width: 100%;
  font-size: 1.5em;
}
 

.application_area .container {
    display: flex;
    align-items: self-start;
} */