/*
 Theme Name:   SRK Child Theme
 Theme URI:    https://bestwpware.com/themes-wp/srk/
 Description:  This is srk Child Theme
 Author:       theme_ocean
 Author URI:   https://www.templatemonster.com/vendors/theme_ocean/
 Template:     srk
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:  two-columns, right-sidebar
 Text Domain:  srk-child
*/


body{ color: #363636; }
:root {
	--main-color: #0000a0;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: var(--main-color);
}
.section-title h1, .section-title h2 { 
	font-weight: 600; 
	font-size: 36px; 
	color: black; 
	letter-spacing: 0;
	margin-bottom: 36px;
	letter-spacing: 1px;
}
.topcontrol { background-color: #eeeeee; color: var(--main-color); }
section .row p {
	white-space: pre-wrap;
	white-space: break-spaces;
}

.navbar-light.navbar-fixed { background: white; }
.navbar-brand img { width: 254px; }
#navbarCollapse.mainmenu li.current a { color: var(--main-color)!important; }
.mean-container .mean-nav { background: white; }
.mean-container .mean-nav.nav-open { margin-top: 0!important; height: 100vh; }
.mean-nav a[lang="en-US"],
.mean-nav a[lang="sv-SE"] { margin-top: 30px!important; font-size: 14px!important; }
.nav-logo { padding: 8px 15px; margin-bottom: 30px;  }
.nav-logo img { width: 254px; }
.mean-container .mean-nav ul li a {
	font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: .5px;
    font-size: 22px;
    padding: 10px 20px;
    border: 0;
    color: black!important;
}
.mean-container .mean-bar { padding: 0; }
.mean-container a.meanmenu-reveal { padding-top: 20px; }
.mean-container a.meanmenu-reveal span { background-color: var(--main-color)!important; }
.mean-container a.meanmenu-reveal.meanclose { z-index: 1; }
.mean-container a.meanmenu-reveal.meanclose span { text-indent: -9999px; background: none!important; }
.mean-container a.meanmenu-reveal.meanclose:before,
.mean-container a.meanmenu-reveal.meanclose:after {
	content: "";
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 42%;
    left: 0;
	right: 0;
    margin-right: auto;
	margin-left: auto;
    transition: all, ease, .2s;
	background-color: var(--main-color);
}
.mean-container a.meanmenu-reveal.meanclose:before { transform: rotate(45deg); }
.mean-container a.meanmenu-reveal.meanclose:after { transform: rotate(-45deg); }

.home_bg { display: flex; align-items: center; height: unset; min-height: 100vh; background-position: center!important; }
.home_bg:before { background: rgba(0, 0, 0, 0.4); }
.hero-text { padding-top: 0; text-align: left; }
.hero-text p { letter-spacing: 0; word-spacing: normal; }
.hero-text h1 { margin-bottom: 36px; letter-spacing: 1.5px; font-size: 40px; line-height: 55px; }

.service-section .about_content_two {
	padding-top: 250px;
    background-size: auto 30%!important;
    background-position: 96% 0%!important;
}
.service-section .single_about_content_two {
	background-color: #546E7A;
	color: white;
	text-align: left;
	padding: 80px 15px;
}
.service-section .single_about_content_two h1 { color: white; }

.team-section { background: #445e73; }
.team-section h2 { color: white; }
.team-content { display: flex; flex-wrap: wrap; justify-content: center; }
.team-content .kc-team {
	padding: 20px;
	width: 100%;
}
.team-content .kc-team img {
	width: 200px;
    height: 200px;
    object-position: center;
    object-fit: cover;
	border-radius: 50%;
}
.team-content .kc-team .content-title {
	text-transform: none;
	font-size: 18px;
	line-height: 22px;
    color: white;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.team-content .kc-team .content-subtitle {
	font-size: 13px;
	color: #dddddd;
}
.team-content .kc-team .content-desc {
	color: white;
	font-size: 14px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.client-content {
	display: flex;
    flex-wrap: wrap;
    float: left;
    justify-content: center;
}
.client-content > div {
	padding: 8px;
    width: calc(100% / 2);
	height: 120px;
}
.client-content > div a { height: 100%; width: 100%; display: flex; align-items: center; background: #D4D4D4; border-radius: 4px; }
.client-content > div img { width: 50%; margin: 0 auto; }
.portfolio-section { background-color: #1d2d4b; }
.portfolio-section h2 { color: white; }

.about-section, .contact { position: relative; background-position: center!important; }
.about-section:before,
.contact:before {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.about-section .section-title { margin-bottom: 20px; }
.about-section h2 { color: white; }
.about-section p { color: white; margin-bottom: 15px; width: 100%; }
.about-section .our_video p { width: 100%; }
.about-section .our_video h1 { font-size: 36px; margin-bottom: 36px; letter-spacing: 1px; }
.about-section .our_video .video-play { display: none; }
.about-section .companies { display: flex; justify-content: space-between; }
.companies > div p { width: 100%; }

.contact h2 {
	margin-bottom: 0;
	text-align: center;
	color: white;
}
.contact .section-padding { padding-left: 0; padding-right: 0; }
.contact .wpcf7 { max-width: 630px; margin: 0 auto; }
.contact .wpcf7-text { width: 100%; height: 48px; margin-bottom: 20px; }
.contact textarea { width: 100%; margin-bottom: 20px; }
.contact .wpcf7-submit {
	background: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 14px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact .wpcf7-form-control:not(.wpcf7-submit) {
	padding: 5px 15px;
	outline: none;
	border-radius: 4px;
    border: 0;
}
.contact-email {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 40px;
}
.contact-email .kc-icon-wrapper {
	width: 26px!important;
	height: 26px;
	border-radius: 25px;
	border: 1px solid #0000a0;
	margin-right: 5px;
}
.contact-email .kc-icon-wrapper i { font-size: 15px; color: var(--main-color); }
.contact-email .kc_text_block { width: auto; }
.contact .screen-reader-response > p { display: none; }
.contact .screen-reader-response ul { list-style: none; }
.contact .wpcf7-response-output { margin-top: 15px; color: white!important; border: 0!important; }
.contact .wpcf7-spinner {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.contact .frm_forms { position: relative; margin: 0 auto; order: 2; }
.contact .form-field { text-align: center; }
.contact .form-field input { height: 48px!important; }
.contact .form-field label { display: none!important; }
.contact .frm_forms .frm_submit { text-align: center; }
.contact .frm_forms .frm_submit .frm_button_submit {
	background: var(--main-color);
    border: 2px solid var(--main-color);
    font-size: 12px;
    font-weight: 600;
    padding: 18px 40px;
    letter-spacing: 1px;
	box-shadow: none;
}
.contact .frm_style_formidable-style.with_frm_style .frm_error { color: white; }

.footer { background: black!important; margin-top: 0; color: white; }
.col-md-6:last-child { display: flex; justify-content: right;}
.foo-email { margin-bottom: 24px; } 
.foo-email h4 { font-size: 16px; font-weight: 600; color: white; letter-spacing: .5px; }
.foo-email a { color: white; display: flex; align-items: center; }
.foo-email .mail-icon {
	display: inline-flex;
    justify-content: center;
    align-items: center;
	width: 26px;
	height: 26px;
	border: 1px solid white;
	border-radius: 25px;
	margin-right: 5px;
}
.foo-email .mail-icon i { font-size: 13px; }

@media (min-width: 568px) {
	.client-content > div {
		padding: 8px;
		width: calc(100% / 4);
		height: 160px;
	}
	.service-section .about_content_two {
		padding-top: 275px;
    	background-size: auto 38%!important;
	}
}

@media (max-width: 767px) {
	.navbar { padding: 0; }
}

@media (min-width: 768px) {
	.service-section .about_content_two {
		padding-top: 345px;
		background-size: auto 52%!important;
	}
}

@media (min-width: 992px) {
	.service-section .about_content_two { padding-top: 0; background-size: cover!important; }
	.service-section .single_about_content_two { padding: 120px 80px; }
	.hero-text h1 { font-size: 50px; }
	.hero-text p { font-size: 18px; }
	.about-section p { letter-spacing: 1px; word-spacing: 2px; }
	.companies > div p { font-size: 13px; }
	.team-content .kc-team {
		width: calc(100% / 3);
	}
}

@media (min-width: 1200px) {
	header .container {
		width: 100%;
		padding-right: 60px;
		padding-left: 60px;
	}
}