:root {
	--color-primary: #001e57;
	--color-secondary: #001e57;
	--color-tertiary: #e17f3e;
	--grey-accent-color: #ababab;
	--light-grey: #f5f5f5;
	--icon-blue: #0776c1;

	--font-heading: 'Lato', sans-serif;
	--font-content: 'Lato', sans-serif;
	/*--font-heading: 'Advent Pro', sans-serif;
	--font-content: 'Lato', sans-serif;*/
}

::-moz-selection {
	background: var(--color-primary);
	color: var(--light-grey);
}
::selection {
	background: var(--color-primary);
	color: var(--light-grey);
}
body {
	margin: 0;
	font-family: var(--font-content);
    font-size: 16px;
    color: #262626;
    overflow-x: hidden;
    line-height: 24px;
	word-spacing: 1px;
	position: relative;
	background: #ffffff;
}
/*#scrollDown {
	overflow: hidden;
}*/
.container {
	max-width: 1220px;
}
.container-custom {
	max-width: 1000px;
	margin-left: 330px;
}
p {
	margin-bottom: 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: var(--font-heading);
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-top: 0;
}
h1 > a,
.h1 > a,
h2 > a,
.h2 > a,
h3 > a,
.h3 > a,
h4 > a,
.h4 > a,
h5 > a,
.h5 > a,
h6 > a,
.h6 > a {
	color: inherit;
}
h1,
.h1 {
	font-size: 38px;
}
h2,
.h2 {
	font-size: 30px;
}
h3,
.h3 {
	font-size: 24px;
}
h4,
.h4 {
	font-size: 22px;
}
h5,
.h5 {
	font-size: 18px;
}
h6,
.h6 {
	font-size: 16px;
}
.title {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 24px;
    color: #000000;
    font-size: 24px;
    letter-spacing: 1px;
}
.font-content {
	font-family: var(--font-content);
}
.font-heading {
	font-family: var(--font-heading);
}
a {
	text-decoration: none;
	color: var(--color-secondary);
	transition: color 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
a:hover {
	text-decoration: none;
	color: var(--icon-blue);
}
.sticky a, .sticky-small a {
	text-decoration: none;
	color: var(--color-primary);
}
.sticky li.active a {
	color: var(--icon-blue);
}
img {
	max-width: 100%;
	height: auto;
}
.page-link {
	color: var(--color-secondary);
}
.page-item.active .page-link {
	background: var(--color-secondary);
	border-color: var(--color-secondary);
}

.btn-primary {
	background-color: var(--color-primary)!important;
	border-color: var(--color-primary)!important;
}
.btn-primary:hover {
	background-color: var(--color-secondary)!important;
	border-color: var(--color-secondary)!important;
}
.btn-outline-primary {
	border-color: var(--color-primary)!important;
	color: var(--color-primary)!important;
}
.btn-outline-primary:hover {
	background-color: var(--color-primary)!important;
	color: #fff!important;
}
.btn-secondary {
	background-color: #fff!important;
	border-color: #fff!important;
	color: var(--color-secondary)!important;
}
.btn-secondary:hover {
	background-color: var(--color-secondary)!important;
	border-color: #fff!important;
	color: #fff!important;
}
.btn-outline-secondary {
	border-color: var(--icon-blue)!important;
	color: var(--icon-blue)!important;
}
.main-slider .btn-outline-secondary {
	border-color: #fff!important;
	color: #fff!important;
}
.btn-outline-secondary:hover {
	border-color: #0593f3!important;
	background-color: #0593f3!important;
	color: #fff!important;
}
.btn-newsletter {
	background-color: #fff!important;
	border-color: #fff!important;
	color: var(--color-primary);
}
.btn-newsletter:hover {
	background-color: var(--icon-blue)!important;
	border-color: #fff!important;
	color: #fff;
}
.btn-blue {
	background-color: var(--icon-blue)!important;
	border-color: var(--icon-blue)!important;
	color: #fff;
}
.btn-blue:hover {
	background-color: var(--color-secondary)!important;
	border-color: var(--color-secondary)!important;
	color: #fff;
}
.text-primary {
	color: var(--color-primary)!important;
}
.text-secondary {
	color: var(--color-secondary)!important;
}
.text-grey {
	color: var(--grey-accent-color);
}
.btn-position {
    display: flex;
    align-items: center;
    /*transition: 0.5s;*/
    position: absolute;
	width: 80%;
	height: 50px;
    text-align: left;
    /*right: -20px;*/
    bottom: 30px;
	z-index: 2;
	border-radius: 0rem;
}

body.modal-open .page-wrapper, body.modal-open footer, body.modal-open header, body.modal-open #back-to-top, body.modal-open #content {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
}
.page-wrapper {
	margin-left: 350px;
	background-color: var(--light-grey);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--icon-blue);
}
/* S: Header */
header {
	position: sticky;
	position:-webkit-sticky;
	top: 0;
	bottom: 0;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
	padding: 5px 0
}
header.fixed {
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
header .logo img {
	width: 140px;
	transition: .4s;
}
header.fixed .logo img {
	width: 30%;
}
.logo .no-img {
	text-transform: uppercase;
	font-size: 40px;
}

/* S: Search */
.hide-search {
	cursor: pointer;
	color: var(--grey-accent-color);
	position: fixed;
	top: 10px;
	right: 10px;
	font-size: 60px;
	line-height: 40px;
	transition: .4s;
	padding: 10px;
	text-align: center;
}
.hide-search:hover {
	color: #000;
}
.search-wrapper {
	padding: 20px 0;
	padding-top: 150px;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
	-webkit-overflow-scrolling: touch;
}
.search-wrapper form {
	max-width: 500px;
}
.search-wrapper .input-group {
	border-bottom: 2px solid var(--grey-accent-color);
}
.search-wrapper input {
	border-radius: 0!important;
	background: none;
	border: none;
}
.search-wrapper input:focus,
.search-wrapper input:hover,
.search-wrapper input:active {
	box-shadow: none;
}
.search-wrapper button {
	font-size: 30px!important;
	color: var(--grey-accent-color);
	padding-left: 0!important;
}
.search-wrapper button:hover {
	color: #000;
}
.search-results {
	max-width: 700px;
}
.search-results > div + div {
	margin-top: 20px;
}
/* E: Search */

/* S: Navbar */
.navbar-nav li {
	font-size: 16px;
	font-weight: 700;
}
.navbar-nav li a{
	color: #000;
}
.navbar-nav li a:hover {
	cursor: pointer;
}
.navbar-nav > li.active > a {
	color: var(--color-primary);
}
/* E: Navbar */

/* E: Header Mobile */
.mobile {
	display: none;
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	top: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 99;
	padding: 5px 0;
}
.mobile .menu-mobile {
	font-size: 20px;
}

.mobile .logo {
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}
.mobile .logo img {
	max-height: 50px;
}
.hide-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
	background-color: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
	-moz-transition: visibility 0.3s ease, opacity 0.3s ease;
	-ms-transition: visibility 0.3s ease, opacity 0.3s ease;
	-o-transition: visibility 0.3s ease, opacity 0.3s ease;
	transition: visibility 0.3s ease, opacity 0.3s ease;
}
.close-menu {
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: -49px;
	color: var(--icon-blue);
	display: none;
	padding: 10px 15px;
	background: #fff;
}
/* E: Header Mobile */

/* S: Navbar mobile */
.header-mobile {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 280px;
	z-index: 9999;
	background-color: #fff;
	text-align: center;
	-webkit-transform: translateX(-101%);
	-moz-transform: translateX(-101%);
	transform: translateX(-101%);
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}
.header-mobile.active,
.menu-left .header-mobile.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
.header-mobile > div {
	height: 100%;
	overflow: auto;
	padding: 20px;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
.header-mobile > div > * {
	flex: 0 0 100%;
}
.header-mobile.active .close-menu {
	display: block;
}
.main-menu {
	font-size: 14px;
}
.main-menu ul,
.main-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.main-menu .menu-list > li > a {
	display: block;
	color: #000;
	border-bottom: 1px solid #ededed;
	padding: 5px 0;
	transition: .2s;
}

.main-menu .menu-list > li > a:hover {
	padding-left: 10px;
}
.main-menu .menu-list > li.active > a {
	font-weight: 700;
}
.main-menu .menu-list > li.active > a,
.main-menu .menu-list > li > a:hover {
	color: var(--color-secondary);
}


.main-menu li {
	position: relative;
}
.main-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.main-menu .sub-menu {
	position: absolute;
	width: 200px;
	top: 0;
	left: 100%;
	font-size: 14px;
	text-align: left;
	visibility: hidden;
	padding-left: 20px;
	opacity: 0;
	padding: 10px;


	display: none;
	position: relative;
	width: 100%;
	left: 0;
	visibility: visible;
	opacity: 1;
	text-align: center;
	background-color: #a2a4a540;
}

.main-menu .sub-menu li + li {
	padding: 5px 0;
}
.main-menu .sub-menu a {
	color: #000000;
}
.newsletter {
	border-bottom: 1px solid #ededed;
}
.socials {
}
.socials a {
	margin-right: 8px;
	font-size: 14px;
	text-align: center;
	width: 30px;
	height: 30px;
	display: block;
	color: #939393;
	border: 1px solid #939393;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .4s ease-in-out;
}
.socials a i {
	transition: .8s ease-in-out;
}
.socials a:hover {
	color: #fff;
	background: #000;
	border-color: #000;
}
.socials a:nth-child(1):hover {
	border-color: #4267b2!important;
	color: #EFEFEF;
	background-color: #4267b2!important;
}
.socials a:nth-child(2):hover {
	border-color: #f00!important;
	color: #EFEFEF;
	background-color: #f00!important;
}
.socials a:hover i {
	transform: rotate(360deg);
}
.socials .fa-search {
	color: #000000;
}
.contact-links a {
	color: #000;
	font-size: 14px;
	font-weight: 700;
}
.contact-links a:hover {
	color: #0081ba;
}
/* E: Navbar mobile */
/* E: Header */

/* S: Login */
.form-signin {
	width: 100%;
	max-width: 460px;
}
/* E: Login */

/* S: Big Banner */
.banner {
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-color: #eee;
}
.banner.no-banner {
	min-height: 150px;
}
.banner:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: var(--color-secondary);
	opacity: 0.6;
	z-index: 1;
	width: 100%;
	content: '';
}
.banner .item {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.banner .item .image {
	min-width: 100%;
	max-width: inherit;
	height: 100vh;
	object-fit: cover;
}
.banner .info {
	left: 0;
	width: 100%;
	z-index: 2;
	position: relative;
	padding: 5px 0;
}
.banner .info:after {
	    /* background: rgba(100, 161, 67, 0.74); */
		content: "";
		position: absolute;
		/* left: 0; */
		/* top: 0; */
		/* bottom: 0; */
		/* width: 90%; */
		display: block;
		/* padding-right: 10%;*/
}
.banner .info h1,
.banner .info .h1 {
	margin-bottom: 0;
	font-size: 38px;
	color: #fff;
	font-weight: 500;
	z-index: 2;
	position: relative;
}
.banner .info h2,
.banner .info .h2 {
	margin-bottom: 0;
	font-size: 30px;
	color: #fff;
	z-index: 2;
	position: relative;
}
.banner .info p:last-child {
	margin-bottom: 0;
}
.banner .info .descriere-inner {
	z-index: 2;
	position: relative;
	color: #fff;
	/*padding-right: 10%;*/
}
.e404-banner {
	background-size: auto;
}
.e404-banner,
.e404-banner .item,
.e404-banner .item .image {
	height: calc(100vh - 127px - 66px);
}
.e404-banner .info {
	top: 50%;
	text-align: center;
}
.e404-banner .info h1 {
	margin-top: -10%;
}
.banner-home {
	height: 70vh;
	min-height: 70vh;
}
.scroll-down {
	margin-top: 25px;
	display: inline-block;
	z-index: 2;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -13px;
}
.scroll-down.svg svg {width: 26px;opacity: 1;-webkit-transition: opacity .5s;-moz-transition: opacity .5s;-ms-transition: opacity .5s;-o-transition: opacity .5s;transition: opacity .5s;}
.scroll-down.svg .scroller {-webkit-animation: updown 1s infinite;-moz-animation: updown 1s infinite;-o-animation: updown 1s infinite;animation: updown 1s infinite;}
@-webkit-keyframes updown{
	0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}
	50%{-webkit-transform:translate(0, 5px);transform:translate(0, 5px)}
	100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}
}
@-moz-keyframes updown{
	0%{-moz-transform:translate(0, 0);transform:translate(0, 0)}
	50%{-moz-transform:translate(0, 5px);transform:translate(0, 5px)}
	100%{-moz-transform:translate(0, 0);transform:translate(0, 0)}
}
@-o-keyframes updown{
	0%{-o-transform:translate(0, 0);transform:translate(0, 0)}
	50%{-o-transform:translate(0, 5px);transform:translate(0, 5px)}
	100%{-o-transform:translate(0, 0);transform:translate(0, 0)}
}
@keyframes updown{
	0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}
	50%{-webkit-transform:translate(0, 5px);transform:translate(0, 5px)}
	100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}
}


/* S: Banner CMS */
.banner.banner-cms {
	display: block;
	min-height: 150px;
	height: auto;
}
#particles-js {
	position:absolute; width: 100%;
	height: 100%;
}
#particles-js canvas {
	transition: .4s;
	opacity: 0;
}
.banner-cms:hover #particles-js canvas {
	opacity: 1;
}
.banner-cms .cuprins-banner {
	z-index: 2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50vh;

	position: absolute;
	bottom: 200px;
	width: 100%;
}
.banner-cms .cuprins-banner .button {
	position: absolute;
	font-size: 30px;
	color: #fff;
	display: block;
}
.banner-cms .cuprins-banner .button-1 {
	top: 0;
	left: 30%;
}
.banner-cms .cuprins-banner .button-2 {
	top: 15%;
	right: 10%;
}
.banner-cms .cuprins-banner .button-3 {
	bottom: 35%;
	right: 15%;
}
.banner-cms .cuprins-banner .button-4 {
	bottom: 0;
	right: 30%;
}
.banner-cms .cuprins-banner .button-5 {
	bottom: 20%;
	left: 20%;
}
.banner-cms .cuprins-banner .button-6 {
	bottom: 70%;
	left: 10%;
}
/* E: Banner CMS */
/* E: Big Banner */

/* S: Footer */
footer {
	font-size: 12px;
	background: var(--color-secondary);
	color: #fff;
}
footer > div {
	max-width: 600px;
}
footer .title {
	font-size: 14px;
    font-weight: 700;
}
footer ul {
	list-style: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
footer .links a {
	margin-right: 10px;
	color: #fff;
}
.border-top {
    border-top: 1px solid #fff!important;
}
.copyright {
	font-size: 12px;
	color: var(--grey-accent-color);
}
/* E:  Footer */

/* S: Contact */
.form-contact {
	max-width: 600px;
	margin: 0 auto;
}
#form-contact label {
	font-size: 12px;
	margin-bottom: 0;
}
#form-contact .form-group {
	margin-bottom: 10px;
}
#form-contact .form-group .form-control {
	border-radius: 0;
	transition: .4s;
	border: none;
	border-bottom: 3px solid var(--color-secondary);
	padding: 0;
	height: 30px;
}
#form-contact .form-group .form-control:focus,
#form-contact .form-group .form-control:hover {
	border-color: var(--color-primary);
	outline: 0;
	box-shadow: none;
}
.s
.social-links.invert a {
	border: 2px solid var(--color-secondary);
	color: var(--color-secondary);
	background-color: #EFEFEF;
}

.social-links.invert a:hover {
	border-color: var(--color-primary);
	color: #EFEFEF;
	background-color: var(--color-primary);
}
.social-links a {
	border: 1px solid var(--color-secondary);
	padding: 5px;
	display: inline-block;
	font-size: 16px;
	width: 40px;
	height: 40px;
	transition: .4s;
	line-height: 28px;
	color: var(--color-secondary);
	border-radius: 50%;
}
.social-links a + a {
	margin-left: 5px;
}
.social-links a:hover {
	border-color: var(--color-primary);
	color: #EFEFEF;
	background-color: var(--color-primary);
}
.social-links a:nth-child(1):hover {
	border-color: #4267b2!important;
	color: #EFEFEF;
	background-color: #4267b2!important;
}
.social-links a:nth-child(2):hover {
	border-color: #f00!important;
	color: #EFEFEF;
	background-color: #f00!important;
}
/* E: Contact */

/* S: Custom */

.dropdown-menu {
	padding: 0px;
	overflow: hidden;
}
.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #ccc;
    color: #000;
}
.dropdown-item.active {
	background-color: var(--color-primary);
	color: #fff;
}
.dropdown:hover > .dropdown-menu {
	display: block;
}
span.required {
	color: #f00;
}
.background-green {
    background: rgba(109, 141, 36, 0.11);
}
.contact-us a {
	color: var(--color-primary);
}
.contact-us a:hover {
	color: var(--color-secondary);
}
.contact-us .h2 {
	font-size: 22px;
}
.background-form {
	background: var(--color-primary)!important;
	border-color: #fff;
}
input .form-control{
	height: 42px;
}
.sticky {
    position: sticky;
    margin-top: 40px;
    padding: 0;
	list-style: none;
	font-size: 16px;
	/*line-height: 55px;*/
}
.sticky li {
	padding: 5px 0px;
	border-bottom: 1px solid #ddd; 
}

.language img {
	height: 16px;
}
.language a:hover {
	cursor: pointer;
}
/*.banner .info h1 {
	margin-left: 342px;
}*/
.btn.btn-outline-primary h2{
	margin-bottom: 0px;
}
.contact-form h3 {
	margin-bottom: 0px;
}

/* S: Numbers */

.numbers h3,
.numbers i {
	font-size: 4rem;
	margin-bottom: 0;
	color: #0d0041;
	font-weight: 300;
}
.numbers h3 span {
	font-weight: 300;
	display: block;
}
.numbers h3 small {
	font-size: .9rem;
	line-height: .9rem;
	display: block;
	margin-top: 20px;
}
.numbers i {
	color: #fff;
}
/* E: Numbers */

.links a:hover {
	color: #fff;
}
.background-form::placeholder {
	color: #fff;
}
.circle {
    width: 100px;
    height: 100px;
    font-size: 40px;
    border: 2px solid var(--color-primary);
    border-radius: 50%!important;
}
.btn-newsletter i {
	font-size: 
}
.dropdown-item {
    line-height: 27px;
}
iframe#gmaps {
	margin-bottom: -6px;
}
.main-menu .sub-menu a.active {
    color: var(--color-primary)!important;
}
.line {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ced4da;
}
.numbers {
	background-color: #fff;
	font-size: 20px;
	position: relative;
	z-index: 2;
}
.numbers-padding {
	position: relative;
    right: -100px;
}
.numbers-padding-inverted {
	position: relative;
    left: -100px;
}
.band-header {
	background-color: #0d0041;
}
.band-header a, .band-header p{
	color: #fff;
}
.band-header a:hover{
	color: #fff;
	text-decoration: underline;
}
.band-header i {
	color: #fff;
}
.numbers span {
	font-size: 40px;
}
div.border-custom {
    border: 0.5px solid #000;
	position: relative;
	width: 20%;
	height: 0.5px;
}
div.border-custom:before {
	position: absolute; 
	display: block; 
	content: '';
    border: 0.5px solid red;
	height: 100%; 
	width: 30%;
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	top: -0.5px;
	left: -1px;
}
div.border-custom2 {
    border: 0.5px solid red;
	position: relative;
	width: 35%;
	height: 0.5px;
}
div.border-custom2:before {
	position: absolute; 
	display: block; 
	content: '';
    border: 0.5px solid #fff;
	height: 100%; 
	width: 26%;
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	top: -0.5px;
	left: -1px;
}
div.big-border {
	background-color: var(--color-primary);
	border-radius: 3px;
}
.features .inner-box, .features .inner-custom {
	position: relative;
	width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding: 55px 15px 60px;
    background-color: #f3f5f9;
	border-bottom: 3px solid #001e57;
	transition: .4s;
}
.features .inner-custom {
	position: relative;
	width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding: 15px;
    background-color: #f3f5f9;
	border-bottom: 3px solid var(--color-primary);
	transition: .4s;
}
.features .inner-box > * {
	position: relative;
	z-index: 2;
}
.features .inner-box:after, .features .inner-custom:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: .6s;
	background-color: #001e57;
	bottom: 100%;
	z-index: 1!important;
	opacity: 0;
}
.features .inner-box:hover:after {
	bottom: 0;
	opacity: 1;
}
.features .inner-box:hover {
	border-bottom: 3px solid var(--color-primary);
	color: #fff!important;
}
.features .inner-box i, .features .inner-custom i {
	font-size: 60px;
}
.team-box {
	position: relative;
	width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background-color: #f3f5f9;
	border-bottom: 3px solid #001e57;
	transition: .4s;
	overflow: hidden;
}
.team-box:hover {
    background-color: #001e57;
	border-bottom: 3px solid var(--color-primary);
	color: #fff;
	transition: .4s;
}
/*
.team-box:hover img {
	transform: scale(1.1);
	transition: .4s;
}
*/
.background-footer {
    background-image: url(../img/footer/background-footer.jpg);
    background-position-y: center;
    height: 240px;
}
.btn-outline-footer::before {
	width: 35px;
	border: 1px solid #fff;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	transition: 0.4s;
}
.btn-outline-footer {
	color: #fff!important;
	border: none!important;
	outline: none;
	position: relative;
	font-size: 15px;
	font-weight: 700;
}
.btn-outline-footer:hover {
	color: #fff!important;
	background: none;
}
.btn-outline-footer:hover:before {
	width: 100%;
	border-color: #fff;
}
.bigger {
	font-size: 50px;
	line-height: 50px; 
}
.back-3 {
	background-size: cover; 
	position: relative;
    z-index: 2;
}
.list-home {
	list-style: none;
}
.list-home i {
	color: var(--color-primary);
}
.back-blue {
	background-color: #001e57;
	position: relative;
}
.back-orange {
	background-color: var(--color-primary);
	z-index: 1;
    position: relative;
}
.back-orange i{
	font-size: 50px;
	transform: rotate(-45deg);
}
.back-white {
	background-color: #fff;
}
.bg-secondary {
	background-color: #EEEEEE!important;
}
.logo-custom .swiper-slide img  {
	max-height: 120px!important;
}
.big-icon {
	position: absolute;
    left: 105px;
    top: 120px;
    font-size: 400px;
    line-height: 1em;
    color: rgba(255,255,255,0.08);
}
.features-icon {
	position: absolute;
    top: 25px;
    /* left: 9px; */
    font-size: 250px;
    line-height: 1em;
    color: rgba(255,255,255,0.08);
	z-index: 1;
	pointer-events: none;
}
.features-icon-2nd {
	position: absolute;
    top: 25px;
    left: 150px;
    font-size: 350px;
    line-height: 1em;
    color: rgba(255,255,255,0.08);
	z-index: 1;
	pointer-events: none;
}
.main-slider .slick-prev {
    left: 0px!important;
}
.main-slider .slick-next {
    right: 0px!important;
}
.city-back {
	/*background-image: url(../img/footer/city.png);*/
	/*background-size: cover; */
	background-position: center;
	background-repeat: no-repeat;
}
.avantaje i {
	font-size: 80px;
}
.avantaje .col-md-4:hover i {
	font-size: 80px;
	transform: scale(1.5);
	transition: .6s;
}
.contact-back {
	background-color: var(--color-primary);
}
#contact a {
	color: #fff!important;
}
#contact a:hover {
	color: var(--color-tertiary)!important;
}
.icon-contact i {
	font-size: 25px;
}
.slick-next:before, .slick-prev:before {
	font-family: "Font Awesome 5 Pro";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
	line-height: 50px;
	font-size: 15px!important;
	background-color: white;
	content: "\f054";
	width: 50px;
	height:  50px;
}
.slick-prev:before {
	content: "\f053";
}
/* E: Custom */

/* S: Gallery */
.justified-gallery .gallery-item {
	transition: .4s;
}
.gallery .gallery-item-wrapper,
.gallery .gallery-item {
	position: relative;
}
.gallery .gallery-item-wrapper .title {
	position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0;
	visibility: hidden;
	
	background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
}
.gallery .gallery-item-wrapper:hover .title {
	opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.gallery .gallery-item-wrapper .share {
	position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
	visibility: hidden;
}
.gallery .gallery-item-wrapper:hover .share {
	opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.gallery .caption {
	background-color: var(--color-secondary);
	color: #fff;
	font-size: 12px;
}
/* E: Gallery */

iframe.gmaps {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}
.form-alert {
	display: none;
	position: fixed;
	right: 20px;
	top: 20px;
	max-width: 400px;
	z-index: 999;
}
.form-alert .alert {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.form-alert .alert-warning {
	background: #f4a421;
	color: #fff;
}
.form-alert .alert-success {
	background: #33a212;
	color: #fff;
}
.form-alert .alert .close {
	padding: .65rem 1.25rem;
	color: #fff;
	transition: all .4s;
}
.form-alert .alert .close:hover {
	color: #000;
}
.valid {
	border-color: green!important;
}
.invalid {
	border-color: red!important;
}
.show-sidebar {
	position: fixed;
	right: -60px;
	top: -60px;
	z-index: 100;
	transition: .4s;
}
.show-sidebar.show {
	right: 10px;
	top: 10px;
}
.show-sidebar.active i:before {
    content: "\f00d";
}
#back-to-top {
	transition: .4s;
	position: fixed;
	right: -60px;
	bottom: -60px;
	z-index: 98;
	font-size: 20px;
    color: #fff;
    background-color: var(--color-secondary);
    padding: 10px 11px;
	border-radius: 50%;
	display: none;
}
#back-to-top.show {
	right: 15px;
    bottom: 15px;
}

/* S: Loader */
#preload {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999999;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#preload .kd-bounce {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 40px auto;
}
#preload .kd-bounce:before,
#preload .kd-bounce:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #242424;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	animation: kd-bounce 2.4s infinite ease-in-out;
}
#preload .kd-bounce:after {
	animation-delay: -1.2s;
}
@keyframes kd-bounce {
	0%,
	100% {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}
/* E: Loader */

/* S: Uploaded files */
.fisiere-incarcate {

}
.fisiere-incarcate a {
	font-size: 18px;
	font-weight: 700;
}
.fisiere-incarcate a + a {
	margin-top: 20px;
}
.fisiere-incarcate a i {
	font-size: 70px;
	margin-right: 15px;
}
.fisiere-incarcate-sm a {
	font-size: 14px;
}
.fisiere-incarcate-sm a + a {
	margin-top: 10px;
}
.fisiere-incarcate-sm a i {
	font-size: 36px;
}

/* E: Uploaded files */

/* S: Share */
.share > span,
.share > a {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	padding: 10px 20px;
	color: #fff;
	background: var(--grey-accent-color);
	border: 1px solid var(--grey-accent-color);
	border-radius: 3px;
	text-align: center;
	transition: .4s;
	margin-right: 5px;
}
.share.share-dark > span,
.share.share-dark > a {
	background: #000;
	border: 1px solid #000;
}
.share > span i,
.share > a i {
	font-size: 22px;
	line-height: 22px;
	width: 22px;
}
.share > span:last-child,
.share > a:last-child {
	margin-right: 0;
}
.share.share-sm > span,
.share.share-sm > a {
	font-size: 12px;
	padding: 5px 10px;
	margin-right: 5px;
}
.share.share-sm > span:last-child,
.share.share-sm > a:last-child {
	margin-right: 0;
}
.share.share-sm > span i,
.share.share-sm > a i {
	font-size: 14px;
	line-height: 14px;
	width: 14px;
}
.share > span:hover,
.share > a:hover {
	background: #000;
	border-color: #000;
}
.share .s_facebook {
	background: #3b5998;
	border-color: #324c81;
}
.share .s_pinterest {
	background: #cb2027;
	border-color: #ad1b21;
}
.share .s_whatsapp {
	background: #29a71a;
	border-color: #238e16;
}
.share .s_twitter {
	background: #1da1f2;
	border-color: #1da1f2;
}
/* E: Share */

/* S: Cookie Dialog */
.gdprcookie {
	position: fixed;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	left: 20px;
	bottom: 20px;
	max-width: 300px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .7);
	z-index: 99999999;
}
.gdprcookie h1,
.gdprcookie h2 {
	font-size: 20px;
	margin-bottom: 5px;
	color: #fff;
}
.gdprcookie h2 {
	font-size: 16px;
	color: #fff;
}
.gdprcookie p {
	font-size: 12px;
}
.gdprcookie a {
	color: currentColor;
	text-decoration: underline;
}
.gdprcookie-buttons {
	text-align: center;
}
.gdprcookie-buttons button {
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	border-radius: 5px;
	margin: 0 3px;
	background: #000;
	cursor: pointer;
	border: none;
	transition: .4s;
	box-shadow: none;
	outline: none;
}
.gdprcookie-buttons button:first-child {
	background: rgba(0, 128, 0, 0.7);
}
.gdprcookie-buttons button:first-child:hover {
	background: rgba(0, 128, 0, 1);
}
.gdprcookie-buttons button:last-child {
	background: none;
	font-size: 12px;
}
.gdprcookie-buttons button:disabled {
	color: rgba(255, 255, 255, .5);
}
.gdprcookie-types ul {
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px;
}
.gdprcookie-types li {
	display: block;
	list-style: none;
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
}
.gdprcookie-types input[type=checkbox] {
	margin-right: 10px;
}
/* E: Cookie Dialog */

/* S: Review comment/dinamic */
.comment-form-principal {
	display: none;
}
.review-add-email {
	display: none;
}
.review-box {}
.review-box+.review-box {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.review-box:after {
	clear: both;
	display: table;
	content: ' ';
}
.user-info {
	width: 125px;
	float: left;
	padding-right: 5px;
	border-right: 1px solid #ddd;
}
.user-info .user-image {
	margin-bottom: 10px;
}
.user-info .image-inner {
	display: inline-block;
	background: #635e5a!important;
	padding: 5px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	text-align: center;
	font-size: 28px;
	line-height: 65px;
	color: #fff;
	text-shadow: 0 0 1px #000;
	position: relative;
}
.user-info .image-inner span {}
.user-info .user-name {
	font-size: 14px;
	font-weight: 700;
	;
}
.user-info .user-name span {
	font-size: 12px;
	font-weight: 400;
	color: #a2a2a2;
}
.user-info .review-date {
	margin-bottom: 10px;
}
.user-info .review-verified {
	color: #1a9352;
	font-size: 14px;
}
.user-info .review-verified i {
	margin-right: 5px;
}
.review-content {
	width: calc(100% - 125px);
	float: left;
	font-size: 16px;
	padding-left: 10px;
}
.review-content .review-title {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
}
.review-content .show-comments-info {
	margin-top: 10px;
	font-weight: 700;
}
.review-content .show-comments-info a {
	line-height: 12px;
	font-size: 12px;
	cursor: pointer;
	transition: color .5s;
	text-decoration: none;
	font-weight: 700;
}
.review-content .show-comments-info a.comment-delete {
	font-size: 20px;
	color: red;
	text-transform: uppercase;
}
.review-content .show-comments-info a.comment-approve {
	font-size: 20px;
	color: green;
	text-transform: uppercase;
}
.review-content .show-comments-info a i {}
.review-content .show-comments-info a:hover {
	color: #000;
}
.comment {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.comment:after {
	clear: both;
	display: table;
	content: ' ';
}
.comment-user-info {
	float: left;
}
.comment-user-info .comment-user-image {
	margin-bottom: 10px;
}
.comment-user-info .comment-image-inner {
	display: inline-block;
	background: #ec1e8c;
	padding: 5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-shadow: 0 0 1px #000;
}
.comment-content-wrapper .add-comment {
	display: none;
}
.comment-content .show-comments-info {
	line-height: 12px;
	font-size: 12px;
}
.comment-content {
	font-size: 14px;
	color: #333;
}
.comment-content .added-by {
	font-size: 12px;
	color: #9e9e9e;
	margin-top: 5px;
}
.comment-content .added-by span {
	color: #000;
	font-weight: 700;
}
.comment-content .show-comments-info a.comment-delete {
	font-size: 14px;
	color: red;
	text-transform: uppercase;
}
.comment-content .show-comments-info a.comment-approve {
	font-size: 14px;
	color: green;
	text-transform: uppercase;
}
form.comment-form {
	font-size: smaller;
}
@media (max-width: 567px) {
	.user-info {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.user-info .user-image {
		float: left;
		margin-right: 40px;
	}
	.review-content {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 40px;
	}
}
/* E: Review comment/dinamic */

/* S: Slick Slide with video */

.main-slider {
	position: relative;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 1.2s ease;
}
.main-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}
.main-slider .slick-slide,
.main-slider .slick-slide::before,
.main-slider .slick-slide .caption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.main-slider .slick-slide::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	background: #0d0041;
    opacity: .6;
    /* background: linear-gradient(135deg, transparent 37.50%, #333 37.50%, #333 50%, transparent 50%, transparent 87.50%, #333 87.50%, #333 100%); */
    /* background-size: 5.66px 5.66px;*/
}
.main-slider .slick-slide {
	/*height: calc(100vh - 84px - 56px);*/

	min-height: calc(100vh - 84px - 56px); /* Fallback for browsers that do not support Custom Properties */
  	min-height: calc(var(--vh, 1vh) * 100 - 84px - 56px);

	position: relative;
	background-size: cover;
	background-position: center;
	transition: all 0.8s ease;
	background-repeat: no-repeat;
}
.main-slider .slick-slide video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}
.main-slider .slick-slide iframe {
	position: relative;
	pointer-events: none;
}

/*
.main-slider .slick-slide.slick-active .caption {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
*/
.main-slider .slick-slide .caption {
	color: var(--grey-accent-color);
	width: 100%;
	position: absolute;
	color: #fff;
	display: flex;
	align-items: center;
	z-index: 2;
	height: 100%;
}
.main-slider .slick-slide .caption h1,.main-slider .slick-slide .caption h2, .main-slider .slick-slide .caption p,  .main-slider .slick-slide .caption ul {
text-shadow: 2px 1px #000;
}
.main-slider .slick-slide .caption:after {
    /*background: rgba(100, 161, 67, 0.74);*/
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
}
.main-slider .slick-slide .caption .inner {
	width: 100%;
	z-index: 3;
}
.slide-descriere p:last-child {
	margin-bottom: 0;
}
.main-slider .slick-slide h1,
.main-slider .slick-slide .h1 {
	font-size: 4.0rem;
	font-weight: 700;
	margin: 0;
}
.main-slider .slick-slide h1 span,
.main-slider .slick-slide .h1 span {
	color: var(--color-secondary);
}
.main-slider .slick-next, .main-slider .slick-prev {
	z-index: 4;
	width: auto;
	height: auto;
}
.main-slider .slick-next:before, .main-slider .slick-prev:before {
	font-size: 2rem;
	color: #000;
}
.main-slider .slick-prev {
	left: 10px;
}
.main-slider .slick-next {
	right: 10px;
}
.flip-clock-wrapper {
    margin: 0;
    margin-left: -2px;
    display: inline-block;
    width: auto;
}
.flip-clock-wrapper:after {
    clear: both;
}
.flip-clock-wrapper ul {
	margin: 0 2px;
	width: 24px;
	height: 40px;
	padding: 0;
}
.flip-clock-wrapper ul li a div div.inn {
	line-height: 40px;
}
.flip-clock-wrapper ul,
.flip-clock-wrapper ul li {
	line-height: 24px;
}
.flip-clock-wrapper ul,
.flip-clock-wrapper ul li a div,
.flip-clock-wrapper ul li a div div.inn {
	font-size: 24px;
}
.flip-clock-divider {
	height: 40px;
	width: 10px;
}
.flip-clock-divider .flip-clock-label {
	display: none;
}
.flip-clock-dot {
	height: 5px;
	width: 5px;
	left: 3px;
}
.flip-clock-dot.top {
    top: 10px;
}
.flip-clock-dot.bottom {
    bottom: 10px;
}

/* E: Slick Slide with video */

/* S: Swiper */
.swiper-pagination {
	position: inherit;
	margin-top: 20px;
}
.swiper-pagination-bullet {
	width: 10px;
    height: 10px;
	background: var(--color-primary);
	margin: 0px 5px;
	border-radius: 50%;
	opacity: .5;
}
.swiper-pagination-bullet-active {
	background: var(--color-primary)!important;
	opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
	background: none;
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -90px;
    transition: .4s;
    outline: none;
    color: #fff;
}
.swiper-button-next {
	right: 0px;
	text-align: right!important;
}
.swiper-button-prev {
	right: 40px;
    text-align: left;
    left: auto;
}
.swiper-button-disabled {
	opacity: 0!important;
}
.logo-carousel .swiper-slide {
	text-align: center;
}
/*
.logo-carousel .swiper-slide {
	width: auto;
	margin-right: 5px!important;
}
.logo-carousel .swiper-slide img {
	max-height: 75px;
	padding: 20px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: .3s;
}
.logo-carousel .swiper-slide img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
*/
.proiecte-carousel .swiper-button-prev,
.proiecte-carousel .swiper-button-next {
	/*right: 15px;*/
    top: -55px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    font-size: 18px;
    color: #fff;
    text-shadow: none;
}
.proiecte-carousel .swiper-button-prev:hover,
.proiecte-carousel .swiper-button-next:hover {
	color: var(--color-primary);
}
.proiecte-carousel .inner {
	padding: 15px;
}
.proiecte-carousel p {
	color: #fff;
}

.image-carousel .swiper-button-next,
.image-carousel .swiper-button-prev {
	background: none;
	font-size: 36px;
	width: 36px;
    height: 36px;
    line-height: 36px;
	margin-top: -18px;
	transition: .4s;
	outline: none;
	color: #fff;
	text-shadow: 0 0 5px var(--color-primary);
}
.image-carousel .swiper-button-next {
	right: 10px;
	text-align: right;
}
.image-carousel .swiper-button-prev {
	left: 10px;
	text-align: left;
}

.logo-carousel,
.item-carousel {
	padding: 0 20px;
}

.logo-carousel .swiper-button-next, .logo-carousel .swiper-button-prev,
.item-carousel .swiper-button-next, .item-carousel .swiper-button-prev {
	color: #000;
	margin-top: -20px;
}
.logo-carousel .swiper-button-prev,
.item-carousel .swiper-button-prev {
	left: 0;
}
.logo-carousel .swiper-button-next,
.item-carousel .swiper-button-next {
	right: 0;
}


/* E: Swiper */

/* S: Sidebar */
.sidebar-overlay {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 98;
    display: none;
}
.blog-sidebar {
	transition: .4s;
}
.despre-side {
	padding: 30px;
}
.despre-side h3 {
	margin-top: -45px;
}
.despre-side p {
	font-size: .9rem
}
.side-image {
	width: 50px;
	height: 50px;
	background: var(--light-grey);
	overflow: hidden;
}
.side-image img {
	height: 50px;
	max-width: inherit;
	
}
.side-image .video-thumb .play-icon {
	font-size: 18px;
}
/* E: Sidebar */

/* S: Responsive iframe video */
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 20px;
}
.video-wrapper>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
/* E: Responsive iframe video */

/* S: Animations */
*[animated] {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
}
*[animation-visible="true"],
*[animated="false"],
*[animated="0"] {
	opacity: 1!important;
}
@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}
@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
/* E: Animations */

/* S: Blog */
.description-wrapper strong {
	font-weight: 700;
}
.article-image a {
	display: block;
	overflow: hidden;
}
.article-image img {
    transition: all .7s;
}
.article:hover .article-image img {
    transform: scale(1.1);
}
.article-wrapper .article {
	transition: .4s;
}
.aligncenter {
	display: block;
    margin: 10px auto 10px auto;
}
.progress-bar {
	height: 5px;
	background: transparent;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
}
.progress-bar div {
	background: #000;
	position: absolute;
	width: 0%;
	height: 100%;
	box-shadow: 0 0 5px #333;
	transition: .2s;
}
.home-categories > div > h3 {
	border-bottom: 2px solid #000;
}
.video-thumb {
	position: relative;
	height: 100%;
	min-height: 140px;
	cursor: pointer;
}
.video-thumb .play-icon {
    background: rgba(0,0,0, .2);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 40px;
    color: var(--color-primary);
	transition: .4s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-thumb:hover .play-icon {
    background: rgba(0,0,0, .5);

}
/* E: Blog */ 

.g-recaptcha {
	transform-origin: 0 0;
}
.pswp__button--share {
	display: none;
}
/* S: Responsive */
.icoana-serviciu {
	font-size: 120px;
	color: var(--color-primary);
	position: absolute;
	left: 100%;
	top: 25%;
	margin-left: -50px;
	z-index: 9;
	text-shadow: 0 0 2px #000;
}
@media (max-height: 850px) {
	header > div {
		height: auto;
	}
}
@media (max-width: 1500px) {
	.banner-cms .cuprins-banner {
		bottom: 100px
	}
}
@media (max-width: 1200px) {
	
}
@media (max-width: 992px) {
	.main-slider .slick-slide {
		/*height: calc(100vh - 124px - 55px);*/

		min-height: calc(100vh - 124px - 55px); /* Fallback for browsers that do not support Custom Properties */
  		min-height: calc(var(--vh, 1vh) * 100 - 124px - 55px);
	}
	.container-custom {
		margin-left: 5px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		/*display: none;*/
	}
	.mobile {
		display: block;
	}
	.page-wrapper {
		margin-left: 0;
		background: var(--color-primary);
	}
	header,
	.menu-left header {
		display: none;
	}
	header.active,
	.menu-left header.active {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	.header-mobile,
	.menu-left .header-mobile {
		display: block;
	}
	.main-menu .sub-menu,
	.menu-left .main-menu .sub-menu {
		display: none;
		position: relative;
		width: 100%;
		left: 0;
		visibility: visible;
		opacity: 1;
		/*padding-left: 0;*/
		text-align: center;
	}
	.header-mobile .socials a {
		margin-left: 5px;
		margin-right: 0;
	}
	.socials .fa-search {
		color: #ffffff;
	}
	.hide-menu.active {
		visibility: visible;
		opacity: 1;
	}
	.blog-sidebar {
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: auto;
		background: #fff;
		width: 300px;
		max-width: calc(100% - 50px);
		z-index: 99;
		padding: 40px 10px;
		-webkit-overflow-scrolling: touch;
		margin-right: -300px;
	}
	*[animated] {
		opacity: 1!important;
	}
	.banner .info .buttons a {
		float: none!important;
		margin: 5px auto;
	}
	a.scroll-down {
		display: block;
		text-align: center;
		margin-top: 25px;
	}

	.banner {
		background-attachment: inherit;
		background-size: cover;
	}
	.main-slider .caption h1{
		font-size: 30px;
	}
	.main-slider .slick-slide .caption{
		padding: 10px;
	}
	.main-slider .slick-slide .caption:after {
		width: 100%;
	}
	.mobile .border-bottom {
		padding: 0px!important;
	}
}
@media (max-width: 767px) {
	.proiecte-carousel .swiper-button-prev, .proiecte-carousel .swiper-button-next {
		top: -120px;
	}
	.main-slider .slick-slide {
		/*height: calc(100vh - 58px);*/

		min-height: calc(100vh - 58px); /* Fallback for browsers that do not support Custom Properties */
  		min-height: calc(var(--vh, 1vh) * 100 - 58px);
	}
	.band-header {display:none;}
	
	.page {
		padding-left: 50px;
		padding-right: 50px;
	}
	.banner-cms .cuprins-banner {
		display: block;
		text-align: center;
		position: relative;
		bottom: auto;
		padding-top: 50px;
	}
	.banner-cms .cuprins-banner .button {
		font-size: 24px;
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
	}
	.banner .info .h1,
	.banner .info h1 {
		margin-bottom: 0px;
		font-size: 2rem;
	}
	.banner .info h2 {
		font-size: 34px;
		margin-bottom: 10px;
	}
	h1, .h1 {
		font-size: 1.8rem;
	}
	.slick-carousel .item h3, .random-articles .item h3 {
		font-size: 1rem;
	}
	.numbers-padding {
		position: initial;
	}
	.col-border2 {
		border-right: 0px solid #000!important;
	}
	.numbers-padding-inverted {
		left: 0px;
	}
	.bigger {
		font-size: 30px;
		line-height: 30px;
	}
	.features-icon-2nd {
		left: 50%;
		margin-left: -175px;
	}
}
@media (max-height: 576px) {
	.banner .info {
		bottom: 0;
	}
	.banner .info .h1,
	.banner .info h1 {
		margin-bottom: 10px;
	}
	.banner .info h2 {
		font-size: 34px;
		margin-bottom: 10px;
	}
	.other-banner,
	.other-banner .item,
	.other-banner .item .image {
		height: 100vh;
	}
}
@media (max-width: 567px) {
	
	.slide-descriere p {
		font-size: 16px!important;
	}
	.home-banner {
		background-position: -400px center;
	}
	.other-banner.detalii-banner {
		background-position: top center;
	}
	.banner-cms .cuprins-banner .button {
		font-size: 20px;
	}

	.page {
		padding-left: 0;
		padding-right: 0;
	}
	.circle {
		width: 80px;
		height: 80px;
		font-size: 30px;
	}
	.col-border1 {
		border-right: 0px solid #000!important;
	}
	.big-icon {
		font-size: 100px;
	}
	#content {
		overflow: hidden;
	}
}
/* E: Responsive */