
/*
 * Project: DevelCore - Portfolio Template
 * Author: Valtteri Henttinen
 * Author URL: https://www.kukola.fi/valthent/
 * Year: Original 2017. Updated 2026.
 * License: Free for personal and commercial use
 */

html,
body {
	height: 100%;
	font-family: 'Roboto', 'Arial', sans-serif;
}
a {
	color: #488fa1;
}
a:hover {
	color: #2B2B2B;
	text-decoration: none;
}

/* Some colors */
.clr-1 {
	color: #61bd6d;
}
.clr-2 {
	color: #32834A;
}		
.clr-3 {
	color: #fba026;
}
.clr-4 {
	color: #f37934;
}	
.clr-5 {
	color: #9365b8;
}
.clr-6 {
	color: #553982;
}	
.clr-7 {
	color: #e14938;
}	
.clr-8 {
	color: #b8312f;
}

/* Navigation */
.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(168,168,168,0.6);
	-moz-box-shadow: 2px 2px 3px 0px rgba(168,168,168,0.6);
	box-shadow: 2px 2px 3px 0px rgba(168,168,168,0.6);
}
.navbar .navbar-brand.logo {
	height: auto;
	min-height: 56px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	margin: 4px 0;
	font-family: 'Raleway', 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.3px;
	color: #6c8194;
	line-height: 1;
	text-transform: none;
}
.navbar .navbar-brand.logo:hover,
.navbar .navbar-brand.logo:focus {
	color: #5f7487;
	background-color: transparent;
}
.navbar .navbar-brand.logo .logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.7px;
	color: #ffffff;
	background: linear-gradient(135deg, #83c4d3 0%, #67a9ba 100%);
	box-shadow: 0 6px 14px rgba(103, 169, 186, 0.22);
}
.navbar .navbar-brand.logo .logo-text {
	display: inline-block;
	transform: translateY(1px);
}
.navbar .navbar-brand.logo .logo-text .color-b {
	color: #7bb8c8;
}
.navbar-default .navbar-text {
  color: #9d9d9d;
}
.navbar-default .navbar-nav {
	margin-top: 1.5%;
}
.navbar-default .navbar-nav > li > a {
	font-weight: 500;
	font-size: 22px;
	text-transform: uppercase;
	color: #9d9d9d;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #488fa1;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #488fa1;
  background-color: transparent;
  border-bottom: solid 3px #488fa1;
}
.navbar-default .navbar-toggle {
  border-color: #333;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #333;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #101010;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

/* Navbar consistency pass for active .navbar-inverse markup */
.navbar-inverse {
	background-color: #ffffff;
	border-color: #ffffff;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(168,168,168,0.6);
	-moz-box-shadow: 2px 2px 3px 0px rgba(168,168,168,0.6);
	box-shadow: 2px 2px 3px 0px rgba(168,168,168,0.6);
}
.navbar-inverse .navbar-nav > li > a {
	font-weight: 500;
	font-size: 22px;
	text-transform: uppercase;
	color: #7b8a99;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #4f97aa;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #5f9fb2;
	background-color: #5f9fb2;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #4b889c;
	border-color: #4b889c;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #d9e3ea;
}


header {
	margin-top: 80px;
	height: auto;
	min-height: 0 !important;
	padding: 40px 0 35px;
	overflow: visible !important;
	background: #f5f7fa;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(168,168,168,0.6);
	-moz-box-shadow: 2px 2px 3px 0px rgba(168,168,168,0.6);
	box-shadow: 2px 2px 3px 0px rgba(168,168,168,0.6);
}
.header-image {
	background-image: none !important;
}
#overlay {
	display: none;
}
#header-message {
	position: absolute;
	top: 30%;
	margin: 0 auto;
	left: 0;
	right: 0;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	text-shadow: 1px 1px 5px #333;
}
#header-message h1 {
	text-transform: uppercase;
}
#header-message h1 span {
	font-family: 'Exo';
}
#header-message h2 {
	text-transform: uppercase;
}
.h-bg {
	background-image: url(../img/h-bg.png);
	background-position: center top;
	background-size: cover;
	overflow: hidden;
	height: 100%;
	width: 100%;
	padding-top: 130px;
}
.zoomClass {
	-webkit-animation: 120s zoominout linear infinite;
	-moz-animation: 120s zoominout linear infinite;
	-o-animation: 120s zoominout linear infinite;
	-ms-animation: 120s zoominout linear infinite;
	animation: 120s zoominout linear infinite;
}
@keyframes zoominout{
	0%{
	   transform:scale(2)
	}
	5%{
	   transform:scale(1.9)
	}
	10%{
	   transform:scale(1.8)
	}
	15%{
	   transform:scale(1.7)
	}
	20%{
	   transform:scale(1.6)
	}
	25%{
	   transform:scale(1.5)
	}
	30%{
	   transform:scale(1.4)
	}
	35%{
	   transform:scale(1.3)
	}
	40%{
	   transform:scale(1.2)
	}
	45%{
	   transform:scale(1.1)
	}
	50%{
	   transform:scale(1)
	}
	55%{
	   transform:scale(1.1)
	}
	60%{
	   transform:scale(1.2)
	}
	65%{
	   transform:scale(1.3)
	}
	70%{
	   transform:scale(1.4)
	}
	75%{
	   transform:scale(1.5)
	}
	80%{
	   transform:scale(1.6)
	}
	85%{
	   transform:scale(1.7)
	}
	90%{
	   transform:scale(1.8)
	}
	95%{
	   transform:scale(1.9)
	}
	100%{
	   transform:scale(2)
	}
}
.page-header {
	font-family: 'Exo', sans-serif;
	font-size: 45px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #6d6e71;
	border: none;
}
.page-header-b {
	font-family: 'Exo', sans-serif;
	font-size: 45px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #FFF;
}
.bline {
	border-top: 2px solid #6d6e71;
	width: 10%;
}
.bline-b {
	border-top: 2px solid #FFF;
	width: 10%;
}
.clr-bar {
	width: 100%;
	height: 4px !important;
	background-image: url(../img/clr-bar.png);
	background-repeat: no-repeat;
	background-size: cover;
}
/* ABOUT SECTION */
#about {
	padding-top: 50px;
	padding-bottom: 6%;

	-webkit-box-shadow: 0px -2px 3px 0px rgba(168,168,168,0.6);
	-moz-box-shadow: 0px -2px 3px 0px rgba(168,168,168,0.6);
	box-shadow: 0px -2px 3px 0px rgba(168,168,168,0.6);
	
	background-image: url(../img/concrete-texture.png);
	background-repeat: repeat;
}
.justify-image { text-align: justify; }
.justify-image img { display:inline-block; }
.justify-image:after {
	content:"";
	display: inline-block;
	width: 100%;
	height: 0;
}

/* SOLUTIONS SECTION */
#solutions {
	padding-top: 50px;
	padding-bottom: 50px;
}
#solutions h4 {
	font-size: 23px;
}
#solutions p {
	font-size: 17px;
}
.sol-box {
	width: 24%;
	background-color: rgba(235,234,234,0.85);
	padding-left: 8px;
	padding-bottom: 7px;
	padding-right: 8px;
	float: left;
	text-align: center;
}
.b-clr1 {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #61bd6d;
}
.b-clr2 {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #32834A;
}		
.b-clr3 {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #fba026;
}
.b-clr4 {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #f37934;
}	
.b-clr5 {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #9365b8;
}
.b-clr6 {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #553982;
}	
.b-clr7 {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e14938;
}	
.b-clr8 {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #b8312f;
}
.m-left {
	margin-left: 1.2%;
}

/* SERVICES SECTION */
#services {
	color: #FFFFFF;
	height: 100vh;
}
.carousel {
    height: 100vh;
}
.item,
.active,
.carousel-inner {
    height: 100%;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-caption {
    top: 10%;
    bottom: auto;
}
.chevron {
        width:30%;
        position:absolute;
        top:40%;
}
.chevron-left{ left:5%; }
.chevron-right{ right:5%; }


/* DOWNLOADS SECTION */
#downloads {
	padding-top: 4%;
	padding-bottom: 5.5%;
	background-image: url(../img/concrete-texture.png);
	background-repeat: repeat;
}

/* FOOTER SECTION */
footer {
	background-color: #333333;
	padding-top: 40px;
	margin: 0;
}
#contact {
	padding:10px 0 10px;
}
.contact-text {
	margin:45px auto;
}
.mail-message-area {
	width:100%;
	padding:0 15px;
}
.mail-message {
	width: 100%;
	background:rgba(255,255,255, 0.8) !important;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
	margin:0 auto;
	border-radius: 0;
}
.form {
	width: 100%;
	padding: 10px;
	background:#fff;
	border:1px solid rgba(0, 0, 0, 0.075);
	margin-bottom:25px;
	color:#727272 !important;
	font-size:15px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.form:hover {
	border:1px solid #488fa1;
	color: #488fa1;
}
.form:focus {
	color: white;
	outline: none;
	border:1px solid #488fa1;
}
.textarea {
	height: 200px;
	max-height: 200px;
	max-width: 100%;
	font-size: 16px;
}
.form-btn {
	width: 180px;
	display: block;
	height: auto;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	background: #488fa1;
	border: none;
	border-radius: 3px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: auto;
	box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}
.form-btn:hover {
	background: #FFF;
	color: #488fa1;
	border: none;
}
.form-btn:active {
	opacity: 0.9;
}
input {
    position: relative;
}
#f-bottom {
	background-color: #488fa1;
	height: 50px;
	margin-top: 1.8%;
	padding-top: 15px;
	width: 100%;
	color: #FFFFFF;
}
#f-bottom a {
	text-decoration: underline;
	color: #000000;
}
#f-bottom a:hover {
	text-decoration: none;
	color: #FFB600;
}
@media (min-width: 768px) {
	#header-message h1 {
		font-size: 40px;
	}
	#header-message h2 {
		font-size: 30px;
	}
}
@media (min-width: 992px) {
	#header-message h1 {
		font-size: 60px;
	}
	#header-message h2 {
		font-size: 45px;
	}
}
@media (min-width: 1200px) {
	#header-message h1 {
		font-size: 70px;
	}
	#header-message h2 {
		font-size: 55px;
	}
}

/* Browser logo row */
#sec-1 .space {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

#sec-1 .s-browsers {
	flex: 1 1 120px;
	min-width: 110px;
	text-align: center;
}

#sec-1 .s-browsers h2 {
	margin: 0;
	font-size: 24px;
}

#sec-1 .s-browsers img {
	max-width: 64px;
	height: auto;
}

.datagrid2 table th,
.datagrid2 table td {
	padding: 12px 14px;
	vertical-align: top;
	line-height: 1.45;
}

/* Layout breathing room */
body {
	line-height: 1.6;
	color: #4e5b68;
}

#search-box {
	background: #ffffff;
	border: 1px solid #e4ebf0;
	border-radius: 12px;
	padding: 24px 26px;
	box-shadow: 0 10px 24px rgba(70, 94, 114, 0.08);
}

#search-box h2 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: #2f3f4f;
	line-height: 1.3;
}

#search-box h4 {
	margin-top: 18px;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: 400;
	color: #607385;
	line-height: 1.5;
}

#sec-1 {
	padding: 26px 0 30px;
}

#sec-1 + .container {
	padding-top: 28px;
	padding-bottom: 30px;
}

#sec-1 + .container h2 {
	margin-top: 10px;
	margin-bottom: 12px;
	font-size: 33px;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: #2f3f4f;
	line-height: 1.3;
}

#sec-1 + .container p {
	margin-bottom: 18px;
	font-size: 17px;
	line-height: 1.75;
	max-width: 74ch;
}

#sec-1 + .container a {
	color: #3d7788;
	text-decoration: underline;
	text-decoration-color: rgba(61, 119, 136, 0.35);
	text-underline-offset: 2px;
}

#sec-1 + .container a:hover,
#sec-1 + .container a:focus {
	color: #2a5f6e;
	text-decoration-color: rgba(42, 95, 110, 0.55);
}

#sec-1 + .container hr {
	border-top: 1px solid #dbe4ea;
	margin-top: 10px;
	margin-bottom: 18px;
}

.datagrid,
.datagrid2 {
	margin: 18px 0 24px;
	overflow-x: auto;
}

.datagrid table th,
.datagrid table td {
	padding: 10px 12px;
	line-height: 1.45;
}

.datagrid table th,
.datagrid2 table th {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

.datagrid table td,
.datagrid2 table td {
	font-size: 15px;
}

#sidebar {
	padding-left: 26px;
}

#sidebar h3 {
	margin-top: 24px;
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 700;
}

#sidebar .well,
#sidebar .well2,
#sidebar .well3 {
	margin-bottom: 22px;
	padding: 18px;
}

#sidebar .well,
#sidebar .well2 {
	border: 1px solid #e2e9ef;
	box-shadow: 0 8px 20px rgba(75, 95, 113, 0.06);
}

#sidebar p,
#sidebar li {
	font-size: 15px;
	line-height: 1.7;
}

.dlines {
	height: 1px;
	margin: 26px 0;
	background: linear-gradient(90deg, transparent 0%, #d5dfe7 15%, #d5dfe7 85%, transparent 100%);
}

#btn1 {
	padding: 11px 24px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.3px;
	color: #ffffff;
	background: linear-gradient(135deg, #5f9fb2 0%, #4a889b 100%);
	border: none;
	border-radius: 999px;
	box-shadow: 0 10px 18px rgba(67, 125, 143, 0.25);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#btn1:hover,
#btn1:focus {
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 14px 22px rgba(67, 125, 143, 0.3);
}

.datagrid2 + .pull-right {
	margin-bottom: 16px;
	font-size: 14px;
	color: #6b7b88;
}

p.text-center.space {
	clear: both;
	margin-top: 8px;
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.navbar .navbar-brand.logo {
		font-size: 24px;
		padding: 12px 8px;
	}
	.navbar .navbar-brand.logo .logo-mark {
		width: 34px;
		height: 34px;
		font-size: 12px;
	}

	#sec-1 .space {
		justify-content: center;
	}

	#sec-1 .s-browsers {
		flex: 0 1 130px;
	}

	#search-box {
		padding: 18px;
	}
	#search-box h2 {
		font-size: 28px;
	}
	#search-box h4 {
		font-size: 16px;
	}

	#sec-1 + .container h2 {
		font-size: 28px;
	}

	#sec-1 + .container p {
		font-size: 16px;
		max-width: none;
	}

	#sidebar {
		padding-left: 15px;
	}
}
