/*!
Theme Name: Seviks Template
Theme URI: https://seviks.com
Author: zipeoo
Author URI: http://foxis.com.ua
Description: Seviks Law&Economics
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seviks.com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@charset "UTF-8";
.top_bar {
	background: #005390;
	color: #fff;
	height: 30px;
	transition: all 0.3s;
	width: 100%;
}
.top_bar ul {
	padding-left: 0;
}
.top_bar ul li {
	display: inline;
	font-size: 14px;
	list-style: none;
}
.top_bar ul li a:hover {
	color: #fff;
}
.top_bar ul li a i {
	font-size: 18px;
}
.top_bar .col-md-6 {
	padding-left: 0;
}
.header {
	background: transparent;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s;
	width: 100%;
	z-index: 1000;
}
.header .logo svg {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: 0.3s;
}
.header .logo svg .svg_logo {
	fill: #fff;
}
.header_active {
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	transition: 0.2s;
}
.header_active .logo svg {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	transition: 0.3s;
}
.header_active .logo svg .svg_logo {
	fill: #333;
}
.header_active .navigation {
	padding-top: 0;
	transition: 0.2s;
}
.current-menu-item a {
	border-bottom: 3px solid #428bca;
}
.header_active #nav-toggle span,
.header_active #nav-toggle span:after,
.header_active #nav-toggle span:before {
	background: #333;
}
.header_active nav ul li {
	color: #333;
}
.header_active nav ul li a {
	color: #333;
	cursor: pointer;
}
.header_active nav ul ul li a {
	color: #fff;
}
.top-nav {
	align-items: center;
	color: #fff;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1170px;
	padding: 1em;
	transition: 0.2s;
}
.menu,
.top-nav {
	display: flex;
	flex-direction: row;
}
.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu > li {
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
	margin: 0 1rem;
	padding-bottom: 5px;
	padding-top: 5px;
	position: relative;
	transition: all 0.3s;
}
.menu > li:hover {
	border-bottom: 3px solid #005390;
	border-top: 3px solid #005390;
}
.menu > li a {
	font-weight: 700;
	text-transform: uppercase;
}
.menu-button-container {
	align-items: center;
	cursor: pointer;
	display: none;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 60px;
}
#menu-toggle {
	display: none;
}
.menu-button,
.menu-button:after,
.menu-button:before {
	background-color: #fff;
	border-radius: 2px;
	display: block;
	height: 4px;
	position: absolute;
	transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
		-webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	width: 30px;
	z-index: 2;
}
.menu-button:before {
	content: "";
	margin-top: -8px;
}
.menu-button:after {
	content: "";
	margin-top: 8px;
}
#menu-toggle:checked + .menu-button-container .menu-button:before {
	-webkit-transform: rotate(405deg);
	margin-top: 0;
	transform: rotate(405deg);
}
#menu-toggle:checked + .menu-button-container .menu-button {
	background: hsla(0, 0%, 100%, 0);
}
#menu-toggle:checked + .menu-button-container .menu-button:after {
	-webkit-transform: rotate(-405deg);
	margin-top: 0;
	transform: rotate(-405deg);
}
.navigation {
	height: 70px;
	padding-top: 15px;
	transition: 0.2s;
}
.brand {
	float: left;
	position: absolute;
}
.nav-container {
	margin: 0 auto;
	max-width: 1140px;
}
nav {
	float: right;
	line-height: 60px;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	color: #fff;
	float: left;
	position: relative;
}
nav ul li a {
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 5px 20px;
	text-transform: uppercase;
}
nav ul li a,
nav ul li a:visited {
	display: block;
	text-decoration: none;
}
nav ul li a:visited {
	line-height: 70px;
	padding: 0 20px;
}
nav ul li a:hover {
	border-bottom: 3px solid #005390;
	border-top: 3px solid #005390;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
	content: "▾";
	padding-left: 4px;
}
nav ul li ul li {
	min-width: 250px;
}
nav ul li ul li a {
	font-weight: 300;
	line-height: 20px;
	padding: 15px;
}
.nav-dropdown {
	background: #eee;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	z-index: 1;
}
.nav-dropdown,
.nav-mobile {
	display: none;
	position: absolute;
}
.nav-mobile {
	height: 70px;
	right: 0;
	top: 0;
	width: 70px;
}
@media only screen and (max-width: 992px) {
	.navigation {
		padding-top: 0;
	}
	.top_bar {
		display: none;
	}
	.nav-mobile {
		display: block;
		z-index: 9999;
	}
	.brand {
		padding-left: 0px;
	}
	nav {
		padding: 50px 0 15px;
		width: 100%;
	}
	nav ul {
		display: none;
	}
	nav ul li {
		color: #333;
		float: none;
	}
	nav ul li a {
		color: #333;
		line-height: 20px;
		padding: 15px;
	}
	nav ul li ul li a {
		color: #5c5c5c;
		padding-left: 30px;
	}
	.nav-list {
		background: #eee;
		padding-top: 70px;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.nav-dropdown {
		position: static;
	}
}
@media screen and (min-width: 993px) {
	.nav-list {
		display: block !important;
	}
}
#nav-toggle {
	cursor: pointer;
	left: 18px;
	padding: 10px 35px 16px 0;
	position: absolute;
	top: 22px;
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
	background: #000;
	border-radius: 1px;
	content: "";
	cursor: pointer;
	display: block;
	height: 5px;
	position: absolute;
	transition: all 0.3s ease-in-out;
	width: 35px;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:after,
#nav-toggle.active span:before {
	background: #333;
	top: 0;
}
#nav-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.parallax-window {
	height: 100vh;
}
.parallax-window,
.video-wrapper {
	background: transparent;
	overflow: hidden;
	position: relative;
}
.video-wrapper {
	height: 70vh;
	width: 100%;
}
.video-wrapper .video-overlay {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.video-wrapper .video-background {
	height: auto;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(5%, -15%);
	width: auto;
	z-index: -100;
}
.video-wrapper .video-content {
	color: #fff;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.video-wrapper .video-content p {
	text-indent: 25px;
}
.video-wrapper .video-content .headding:before {
	background: #fff;
}
section.main_text {
	padding-bottom: 40px;
	padding-top: 50px;
}
section.main_text h2 {
	line-height: 1.2;
}
.slider_box {
	overflow: hidden;
	position: relative;
}
.slider_box .slider_img {
	height: 500px;
	width: auto;
}
.slider_box .slider_txt {
	color: #fff;
	left: 0;
	max-width: 50%;
	padding: 25px;
	position: absolute;
	top: 0;
	z-index: 3;
}
.slider_box .slider_overflow {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.slider_box .button_more {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	bottom: 25px;
	left: 25px;
	overflow: hidden;
	position: absolute;
	right: 25px;
	transition: 0.3s;
	width: 50%;
	z-index: 2;
}
.slider_box .button_more:hover {
	padding-left: 35px;
}
.slider_box .button_more:hover a {
	color: #6bb6f6;
}
.slider_box .button_more a {
	color: #fff;
	display: block;
	line-height: 45px;
	padding-left: 0;
	position: relative;
	width: 100%;
}
.slider_box .button_more a:before {
	background-image: url(/wp-content/themes/SeviksTemplate/assets/img/icons/arrow_right.png);
	content: "";
	display: block;
	height: 11px;
	left: -25px;
	position: absolute;
	top: 16px;
	width: 18px;
}
section.spec {
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 0px;
	position: relative;
}
section.spec h2 {
	margin-bottom: 50px;
	text-align: center;
	z-index: 2;
}
section.spec h3 {
	color: #333;
	font-size: 18px;
	margin-top: 20px;
}
section.spec p {
	color: #333;
}
section.spec .spec_desc {
	height: 190px;
}
section.spec .spec_img {
	height: 250px;
	overflow: hidden;
	width: 350px;
}
section.spec .spec_img img {
	height: auto;
	width: 120%;
}
.button_more {
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
	overflow: hidden;
	transition: 0.3s;
	width: 100%;
}
.button_more:hover {
	padding-left: 35px;
}
.button_more:hover a,
.button_more:hover button {
	color: #005390;
}
.button_more a {
	display: block;
	line-height: 45px;
	padding-left: 0;
	position: relative;
	width: 100%;
}
.button_more a:before {
	background-image: url(/wp-content/themes/SeviksTemplate/assets/img/icons/arrow_right.png);
	content: "";
	display: block;
	height: 11px;
	left: -25px;
	position: absolute;
	top: 16px;
	width: 18px;
}
.button_more button {
	background: transparent;
	border: 0;
	cursor: pointer;
	line-height: 45px;
	outline: 0;
	padding-left: 0;
	position: relative;
}
.button_more button:before {
	background-image: url(/wp-content/themes/SeviksTemplate/assets/img/icons/arrow_right.png);
	content: "";
	display: block;
	height: 11px;
	left: -25px;
	position: absolute;
	top: 16px;
	width: 18px;
}
section.services h2 {
	text-align: center;
}
section.services .services_box_container {
	margin-bottom: 25px;
	margin-top: 25px;
	padding: 25px;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
section.services .services_box_container:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	cursor: pointer;
}
section.services .services_box_container:hover .button_more {
	padding-left: 35px;
}
section.services .services_box_container:hover .button_more button {
	color: #005390;
}
section.services
	.services_box_container:nth-child(2n)
	.services_box
	.col-lg-6:first-child {
	order: 2;
}
section.services
	.services_box_container:nth-child(2n)
	.services_box
	.col-lg-6:last-child {
	order: 1;
}
section.services .services_box_container .services_box .services_box_img {
	height: 300px;
	overflow: hidden;
	width: 100%;
}
section.services .services_box_container .sum {
	display: none;
}
section.team {
	margin-bottom: 50px;
}
section.team h5 {
	color: #333;
	margin-bottom: 35px;
	text-align: center;
}
section.team .team_box {
	background: #fff;
	padding: 25px;
	position: relative;
	text-align: center;
}
section.team .team_img {
	margin: 0 auto;
	max-width: 200px;
}
section.team .team_img img {
	margin: 0 auto;
}
section.team .team_click {
	position: absolute;
	right: 10px;
	top: 0;
}
section.team .team_desc {
	border-bottom: 3px solid #005390;
	border-top: 3px solid #005390;
	bottom: 0;
	color: #333;
	left: 0;
	padding: 15px;
	width: 100%;
}
section.team .team_desc .team_name {
	font-weight: 700;
	text-transform: uppercase;
}
section.analytics {
	margin-bottom: 50px;
	margin-top: 50px;
}
section.analytics h2 {
	font-size: 18px;
}
section.analytics .services_box_container {
	margin-bottom: 25px;
	margin-top: 25px;
}
.analytics_item {
	margin-bottom: 50px;
	margin-top: 50px;
}
.analytics_item h1 {
	margin-bottom: 25px;
	margin-top: 25px;
}
.analytics_item b,
strong {
	display: block;
	font-weight: 700;
}
.analytics_item i {
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	text-indent: 25px;
}
.analytics_item .analytics_item_right {
	border-bottom: 3px solid #333;
	border-top: 3px solid #333;
	padding: 25px;
	position: absolute;
}
.analytics_item .analytics_item_right span {
	font-weight: 700;
}
.analytics_item .analytics_item_right a {
	color: #333;
	display: block;
	padding: 5px;
}
.analytics_item .analytics_item_right a:hover {
	color: #005390;
}
.analytics_item section.contact {
	padding-bottom: 50px;
}
section.contact .contact_form {
	max-width: 600px;
}
section.contact input,
section.contact textarea {
	background: transparent;
	border: 2px solid #333;
	border-radius: 5px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 15px 20px;
	width: 100%;
}
section.contact input:focus,
section.contact textarea:focus {
	outline: 0;
}
.contact_box {
	font-size: 18px;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 30px;
}
.white-popup {
	background: #fff;
	margin: 20px auto;
	max-width: 1170px;
	padding: 20px;
	position: relative;
	width: auto;
}
.white-popup span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.white-popup i {
	padding-left: 15px;
}
.white-popup p {
	padding-top: 25px;
}
section.page .parallax-window {
	background: transparent;
	color: #fff;
	height: 40vh;
	overflow: hidden;
	position: relative;
}
section.page .parallax-window h1.headding:before {
	background: #fff;
}
section.page .parallax-overlay {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
footer {
	background: #005390;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	color: #fff;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.45);
}
footer span {
	font-weight: 700;
	text-transform: uppercase;
}
footer ul {
	padding-left: 0;
}
footer ul li {
	list-style: none;
	padding: 5px 15px;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	color: #eee;
}
footer ul li img {
	margin-right: 10px;
}
footer .copywrite {
	font-size: 14px;
	margin-top: 50px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}
@media only screen and (max-width: 1200px) {
	.main_text {
		padding-left: 25px;
		padding-right: 25px;
	}
	.slider_box .slider_img {
		height: 400px;
		width: auto;
	}
	.slider_box .slider_img img {
		width: 120%;
	}
	section.spec .spec_img {
		height: 200px;
		width: 300px;
	}
	section.spec .spec_img img {
		height: auto;
		width: 120%;
	}
}
@media only screen and (max-width: 992px) {
	h1,
	h2,
	h3,
	h4 {
		font-size: 24px;
	}
	.video-wrapper {
		height: 100vh;
	}
	.top_bar {
		display: none;
	}
	.header {
		position: absolute;
	}
	.header .logo svg {
		-webkit-transform: scale(1);
		transform: scale(1);
		width: 80px;
	}
	.header_active {
		padding-top: 0;
	}
	.header_active .logo svg {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.header_active .menu-button,
	.header_active .menu-button:after,
	.header_active .menu-button:before {
		background-color: #333;
	}
	.top-nav {
		height: 65px;
		padding: 0 0 0 15px;
	}
	.menu-button-container {
		display: flex;
	}
	.header_active {
		position: fixed;
	}
	nav {
		align-items: center;
		bottom: 0;
		display: -ms-flex;
		display: contents;
		justify-content: center;
		left: 0;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
	}
	nav .menu {
		flex-direction: column;
		transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
	}
	nav .menu li {
		padding: 5px;
	}
	nav .menu li a {
		color: #005390;
		font-size: 24px;
	}
	#menu-toggle ~ nav .menu li {
		display: none;
		transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	}
	#menu-toggle:checked ~ nav .menu li {
		display: block;
	}
	#menu-toggle:checked ~ nav {
		background: rgba(0, 0, 0, 0.95);
		height: 100vh;
		transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	}
	.slider_box .slider_img {
		height: 400px;
		width: auto;
	}
	.slider_box .slider_img img {
		width: 200%;
	}
	.slider_box .slider_txt {
		max-width: 80%;
	}
	section.spec .spec_box {
		padding-bottom: 25px;
		padding-top: 25px;
	}
	section.spec .spec_img {
		height: 200px;
		margin: 0 auto;
		width: 300px;
	}
	section.spec .spec_img img {
		height: auto;
		width: 120%;
	}
	.analytics_item .item_scroll {
		position: relative;
		top: 0px;
		width: 100%;
	}
	.services_box_container .d-flex {
		display: block !important;
	}
}
.grecaptcha-badge { 
    visibility: hidden;
}

