/* PeaK
main: #3B9D8C;
second: #162B44;

*/

/* General */
li {
	font-size: 14px;	
}

/* Navbar */

header .navbar {
	min-height: 70px;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	background-color: #FFFFFF;
	transition: all 0.3s ease-in-out;
}

header .navbar-brand {
	color: #3B9D8C;
	font-family: 'Poppins';
	font-weight: 700;
}

header .navbar-toggler i {
	color: #333;
}

header .navbar-nav li {
	padding: 10px 10px;
}

header .navbar-nav li.active a,
header .navbar-nav li a:hover,
header .navbar-nav li a:focus {
	color: #3B9D8C;
	transition: all 0.2s ease-in-out;
}

header .navbar-nav li a {
	color: #3B9D8C;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}

/* Home Slider */

#home {
	padding-top: 0px;
}

#carouselFull .carousel-item img {
	width: 100%;
}

#carouselFull .carousel-item::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

#carouselFull .carousel-item:nth-child(1) {
	background-image: url('../img/Slider/01.jpg');
	background-size: cover;
	background-position: center 60px;
	min-height: 660px;
}

#carouselFull .carousel-item:nth-child(2) {
	background-image: url('../img/Slider/berg_2_2.jpg');
	background-size: cover;
	background-position: center center;
	min-height: 660px;
}

#carouselFull .carousel-item:nth-child(3) {
	background-image: url('../img/Slider/competence_1.jpg');
	background-size: cover;
	background-position: center 10px;
	min-height: 660px;
}

#carouselFull .carousel-control-next,
#carouselFull .carousel-control-prev {
	background: rgba(0, 0, 0, 0.2);
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 1;
	color: #ffffff;
	text-shadow: inherit;
	border-radius: 50%;
}

#carouselFull .carousel-control-next {
	right: 3%;
}

#carouselFull .carousel-control-prev {
	left: 3%;
}

#carouselFull .carouselContent {
	position: absolute !important;
	margin-top: 200px;
	text-align: center;
}

#carouselFull .carouselContent h1 {
	color: #fff;
	font-weight: bold;
	font-size: 72px;
}

/* About Section */

#about .lnr {
	color: #3B9D8C;
	font-size: 32px;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	padding: 15px 15px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Services Section */

#services .lnr {
	font-size: 24px;
	background: rgba(0, 0, 0, 0.05);
	padding: 15px 15px;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

#services .lnr:hover {
	transition: all 0.2s ease-in-out;
	color: #3B9D8C;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	padding: 15px 15px;
}

/* Portfolio Section */

#portfolio .btn-white.active,
#portfolio .btn-white:hover {
	transition: all 0.2s ease-in-out;
	background-color: #3B9D8C;
	color: #ffffff !important;
}

/* Team Section */

.team-social-links {
	padding: 0 0;
	text-align: center;
}

.team-social-links li {
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	list-style-type: none !important;
}

.team-social-links:nth-child(1) {
	padding-left: 0px;
	margin-left: 0px;
}

.team-social-links li a {
	color: #3B9D8C;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.05);
	padding: 7px 10px;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

.team-social-links li a:hover {
	color: #ffffff;
	background: #3B9D8C;
	transition: all 0.2s ease-in-out;
}

/* Pricing Section */

.pricing-item {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.pricing-item .active {
	background-color: #3B9D8C;
}

.pricing-item .active h2,
.pricing-item .active h4,
.pricing-item .active span {
	color: #ffffff;
}

.pricing-simple.spicy li.pricing-header span.badge {
	background: #906f40 none repeat scroll 0 0;
	color: #ffffff;
}

.pricing-simple li.pricing-header span.badge {
	background: #3B9D8C none repeat scroll 0 0;
	border-radius: inherit;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 12px 0;
	position: absolute;
	right: -60px;
	text-transform: uppercase;
	top: 25px;
	transform: rotate(45deg);
	width: 200px;
}

.pricing-header h4 {
	font-weight: 600;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.pricing-header h2 {
	color: #3B9D8C;
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 0;
}

.pricing-header {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 35px;
	padding: 30px !important;
}

.pricing-item .footer {
	padding: 30px;
}

.pricing-item li {
	line-height: 40px;
	padding: 0 30px;
	text-transform: capitalize;
	font-size: 14px;
}

.pricing-area .pricing-item.active .pricing-header {
	background: #3B9D8C none repeat scroll 0 0;
}

.pricing-area .pricing-item.active .pricing-header h2,
.pricing-area .pricing-item.active .pricing-header h4,
.pricing-area .pricing-item.active .pricing-header span {
	color: #ffffff;
}

/* Contact Us Section */

.contact-us-details .lnr {
	font-size: 28px;
	color: #fff;
	background-color: #3B9D8C;
	border-radius: 50%;
	padding: 20px;

}

.contact-us-details p {
	margin-bottom: 35px; 
}

.contact-us-input {
	border-top: none;
	border-left: none;
	border-right: none;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0px;
	font-size: 14px;
}

/* Footer */

.brand {
	color: #ffffff;
	font-family: 'Poppins';
	font-weight: 700;
	margin-bottom: 30px;
}

footer p {
	color: #ffffff;
}

.footer-social-widget li {
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	margin-bottom: 5px;
}

.footer-social-widget li a {
	color: #3B9D8C;
	transition: all 0.2s ease-in-out;
}

.footer-social-widget li a:hover {
	color: #fff;
	transition: all 0.2s ease-in-out;
}