﻿@charset "UTF-8";

/*
--------------------------
	Css Indexing
--------------------------
** @typography
--------------------------
** Global CSS
--------------------------
** Helper CSS
--------------------------
** Preloader CSS
-------------------------- 
** Header area CSS
-------------------------- 
** Search popup CSS
-------------------------- 
** Hero area CSS
--------------------------
** Feature section CSS
-------------------------- 
** Service section CSS
--------------------------
** About section CSS
-------------------------- 
** Testimonial section CSS
-------------------------- 
** Partner section CSS
---------------------------
** FAQ section CSS
---------------------------
** Quote section CSS
---------------------------
** News section CSS
---------------------------
** CTA section CSS
---------------------------
** Footer section CSS
---------------------------
** Home 2 Page CSS
---------------------------
** Home 3 Page CSS
---------------------------
** Home 4 Page CSS
---------------------------
** Home 5 Page CSS
---------------------------
** Home 6 Page CSS
---------------------------
** About Page CSS
---------------------------
** Services Page CSS
---------------------------
** Service Deatils Page CSS
---------------------------
** Blogs Page CSS
---------------------------
** Blogs Grid Sidebar Page CSS
---------------------------
** Blogs Grid Page CSS
---------------------------
** Blog Details Page CSS
---------------------------
** Gallery Page CSS
---------------------------
** Gallery Masonry Page CSS
---------------------------
** Testimonial Page CSS
---------------------------
** FAQ Page CSS
---------------------------
** Quote Page CSS
---------------------------
** Contact Page CSS
---------------------------
** Pricing Page CSS
---------------------------
** 404 Page CSS
---------------------------
*/


/*-----------------
    @Typography
-----------------*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');

/*---------------------------
** Global css
---------------------------*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
  font-family: 'Trebuchet MS', sans-serif;
  color: #4e5861;
  font-size: 16px;
  font-weight: 400;
}

body p {
    line-height: 28px;
}

a.boxed-btn,
button.boxed-btn {
  position: relative;
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding-right: 63px !important;
  color: white;
  font-weight: 600;
  padding: 15px 35px;
  text-align: center;
  border-radius: 100px;
  background-color: #005eb8;
  text-decoration: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.btn-land::after {
  content: '\279C';
  width: 54px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  height: 54px;
  background: #012169;
  border-radius: 50%;
}

  .buttons-home-page .col-button-covid a.boxed-btn {
    color: #f71e1e;
  }

a.boxed-btn:hover,
button.boxed-btn:hover {
    color: #fff;
}

.buttons-home-page .col-button-covid a.boxed-btn:hover {
	color: #fff;
}

a.boxed-btn span,
button.boxed-btn span {
    position: relative;
    z-index: 1;
    margin: 0px;
    padding: 0px;
}



.buttons-home-page .col-button-covid a.boxed-btn::before {
	background-color: #f71e1e;
}


.lista-mod-contestatie{
	margin-left: 30px;
    padding: 20px 0px;
    border-bottom: 2px solid darkgrey;
}


a.readmore {
    display: inline-block;
    position: relative;
    color: #58bed3;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

a.readmore::after {
    content: "\f101";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    top: 2px;
    right: 0px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

a.readmore:hover::after {
    opacity: 1;
    right: -13px;
}

span.title {
    color: #797e82;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
}

h2.subtitle {
  color: #183650;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  margin-bottom: -5px
}



.contact-form {
    margin-bottom: 20px;
}

.select-wrapper {
    position: relative;
}

.contact-form input[type="text"],.form-element input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form input[type="url"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: 0;
    padding-left: 20px;
    color: #4e5861;
    margin: 10px;
}

.contact-form textarea {
    height: 120px;
}

.contact-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.contact-form button[type="submit"],
.contact-form input[type="submit"] {
    border: none;
    position: relative;
    background-color: #58bed3;
    color: #fff;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #58bed3;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-form button[type="submit"]:hover span {
    position: relative;
    z-index: 1;
    color: #58bed3;
}

.contact-form button[type="submit"]::before,
.contact-form input[type="submit"]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background-color: #fff;
}

.contact-form button[type="submit"]::after,
.contact-form input[type="submit"]::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0%;
    background-color: #fff;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

.contact-form button[type="submit"]:hover::before,
.contact-form input[type="submit"]:hover::before {
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    width: 100%;
}

.contact-form button[type="submit"]:hover::after,
.contact-form input[type="submit"]:hover::after {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    visibility: hidden;
    width: 100%;
}

.select-wrapper::after {
    position: absolute;
    content: "\f0d7";
    font-weight: 700;
    font-size: 12px;
    color: #a2a7ac;
    font-family: "Font Awesome 5 Free";
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.quote-form-section .contact-form select {
    color: #a2a7ac;
}

::-webkit-input-placeholder {
    color: #a2a7ac;
}

:-ms-input-placeholder {
    color: #a2a7ac;
}

::-ms-input-placeholder {
    color: #a2a7ac;
}

::placeholder {
    color: #a2a7ac;
}

.back-to-top {
    bottom: 30px;
    right: 0px;
    position: fixed;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #58bed3;
    border: 1px solid #58bed3;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.back-to-top:hover {
    background-color: #fff;
    color: #58bed3;
}

.back-to-top.show {
    opacity: 1;
    right: 30px;
}

.buttonBar {
    display: none;
}

.lb-cancel {
    background: url(../img/loading.gif) no-repeat;
}

.lb-nav a.lb-prev {
    background: url(../img/prev.png) left 48% no-repeat;
}

.lb-nav a.lb-next {
    background: url(../img/next.png) right 48% no-repeat;
}

.lb-data .lb-close {
    background: url(../img/close.png) top right no-repeat;
}

.lightbox {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 100%;
    font-weight: 400;
}

.lightboxOverlay {
    position: fixed;
}


/*---------------------------
** Helper Css
---------------------------*/
  .height-100 {
    height: 100%;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px;
}

.outer {
    display: table;
    height: 100%;
}

.inner {
    display: table-cell;
    vertical-align: middle;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.parallax {
    background-attachment: fixed;
}


/*---------------------------
** Preloader css
---------------------------*/

.loader-container {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.loader {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    border: 4px solid #005eb8;
    -webkit-animation: loader 2s infinite ease;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #005eb8;
    -webkit-animation: loader-inner 2s infinite ease-in;
    animation: loader-inner 2s infinite ease-in;
}

.loader-fadeout {
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}


/*---------------------------
** Header Area Css
---------------------------*/

.header-area .info-bar {
    background-color: #183650;
    width: 100%;
    color: #fff;
    padding: 11px 0px 0px;
}

.header-area .info-bar .right-content {
    text-align: right;
}

.social-links {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    /*margin-top:48px;*/
	margin-left: 20px;
}

.social-links li {
    display: inline-block;
    margin-right: 20px
}

.social-links li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.social-links li a:hover {
    color: #58bed3;
}

.header-area span.working-time {
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-right: 40px;
}

.header-area span.working-time::after {
    /* content: "|"; */
    position: absolute;
    right: -20px;
    color: #6889a3;
}

.header-area .language {
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.header-area .language a i {
    font-size: 8px;
    margin-left: 2px;
}

.header-area .language ul.language-dropdown {
    position: absolute;
    list-style-type: none;
    padding-left: 0px;
    width: 120px;
    background-color: #183650;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-60px, 20px);
    -ms-transform: translate(-60px, 20px);
    transform: translate(-60px, 20px);
    left: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 100;
}

.header-area .language ul.language-dropdown.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-60px, 0px);
    -ms-transform: translate(-60px, 0px);
    transform: translate(-60px, 0px);
}

.header-area .language ul.language-dropdown li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-area .language ul.language-dropdown li:last-child {
    border-bottom: none;
}

.header-area .language ul.language-dropdown li a {
    display: block;
    padding: 5px 0px;
}

.header-area .language ul.language-dropdown li a:hover {
    background-color: #fff;
    color: #183650;
}

.language a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.language a:hover {
    color: #58bed3;
}

.logo-wrapper {
    display: table;
    height: 100%;
}

@media screen and (min-width: 991px) and (max-width: 1199px){
	.support-nav-area .container{
		max-width: 1199px;
	}
}

.logo-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

.logo-wrapper img {
  max-width: 230px;
  max-height: 85px;
  /*margin-bottom: 20px;*/
}

#superfish-main-nav-new {
  /*margin-top: 23px;*/
}

.support-bar {
  position: relative;
  background-color: #1f415f;
  color: #fff;
  padding: 30px 0px;
  border-bottom: 2px solid #274a69;
}

.support-bar::before {
    content: "";
    position: absolute;
    left: -47px;
    background-color: #1f415f;
    border-bottom: 2px solid #274a69;
    width: 100px;
    height: 102%;
    top: 0px;
    -webkit-transform: skewX(37deg);
    -ms-transform: skewX(37deg);
    transform: skewX(37deg);
}

.support-bar::after {
    position: absolute;
    content: "";
    right: -50%;
    top: 0px;
    width: 50%;
    height: 102%;
    background-color: #1f415f;
    border-bottom: 2px solid #274a69;
}

.support-bar .support-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.support-bar .support-info .right-content {
    display: table;
}

.support-bar .support-info .right-content-inner {
    display: table-cell;
    vertical-align: center;
}

.support-bar .support-info i {
    font-size: 30px;
    margin-right: 15px;
    color: #58bed3;
}

.support-bar .support-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}

.support-bar .support-info p {
    font-size: 14px;
    margin: 0px;
}

.support-bar a.boxed-btn {
    float: right;
}

#mobileMenu {
    display: none;
}

.navbar-area {
  position: relative;
  background-color: #1f415f;
  padding: 20px 0px;
  margin-left: -150px;
}

.row-det {
  display: flex;
  margin-top: 100px;
  width: 1500px;
}

.card-detalii-generale {
  position: relative;
  margin-bottom:25px;
}

.card-unitati-invatamant {
  border: 2px solid #dfdfdf;
  border-color: transparent;
  margin-top: 10px;
  border-radius: 0;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 1px 5px rgba(146,157,162,.5);
  overflow: hidden;
  position: relative;
  min-height: 200px;
}

.container .views-rows-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /*justify-content: center;*/
}
.field-titlu-lista a {
  color: #435464;
}
	

.field-categorie {
  font-size: 18px;
  color: #abc;
  font-weight: 600;
}

.field-titlu {
  font-size: 22px;
  color: #435464;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.field-director {
  font-size: 22px;
  color: #435464;
  letter-spacing: 0.5px;
}

  .field-director:before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #abc;
    font-size: 16px;
  }

.field-titlu a{
	display: block;
    color: #435464;
}

.field-titlu-lista {
  font-size: 22px;
  color: #435464;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.field-title-detalii-generale {
  position: absolute;
  width: 92%;
  top: 37%;
}

  .field-title-detalii-generale a {
    color: white;
    text-decoration: none;
    font-size: 28px;
    display: flex;
    justify-content: center;
  }

.field-email {
  font-size: 16px;
  font-weight: 600;
}

  .field-email:before {
    content: "\f2b6";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #abc;
  }


.field-telefon {
  font-weight: 700;
  font-size: 16px;
}

  .field-telefon:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #abc;
  }

.field-descript-detalii-generale {
  position: absolute;
  left: 10%;
  top: 30%;
  color: white;
  width: 285px;
}

.detalii-pagina-btn {
  zoom:0.7;
}

.field-btn-detalii-generale {
  position: absolute !important;
  bottom: 13%;
  left: 10%;
}

.navbar-area::before {
  content: "";
  position: absolute;
  background-color: #1f415f;
  height: 100%;
  width: 58px;
  left: -33px;
  top: 0px;
  -webkit-transform: skewX(37deg);
  -ms-transform: skewX(37deg);
  transform: skewX(37deg);
}

.navbar-area::after {
    content: "";
    position: absolute;
    background-color: #1f415f;
    height: 100%;
    width: 60%;
    right: -60%;
    top: 0px;
}

.navbar-area nav ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    margin-top: -2px;
}

.navbar-area nav ul li {
    display: inline-block;
    margin: 0px 18px;
    position: relative;
}

.navbar-area nav ul li.active::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #58bed3;
    border-radius: 50%;
    top: 50%;
    left: -9px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-area nav ul li.active a {
    color: #58bed3;
}

.navbar-area nav ul li.dropdown.active::after {
    color: #58bed3;
}

.navbar-area nav ul li:last-child {
    margin-right: 0px;
}

.navbar-area nav ul li > a {
    color: #fff;
    padding: 0px;
    font-weight: 600;
    padding: 12px 0px;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	width: 500px;
}

.menu-home-text {
	width: auto!important;
	/*margin: 13px!important;*/
	text-transform: uppercase;
	padding: 0px 30px!important;
    opacity: 0.9!important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #fff;
    height: 68px;
    margin-top: 23px !important;
    margin-bottom: -53px !important;
    cursor: pointer;
}

.m-top{
	margin-top: 30px;
}

.navbar-area nav ul li:hover a {
    color: #fff;
}

.navbar-area nav ul li.dropdown {
    position: relative;
    margin-right: 32px;
}

.navbar-area nav ul li.dropdown::after {
    position: absolute;
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff;
    top: 4px;
    right: -13px;
    font-size: 12px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.navbar-area nav ul li.dropdown:hover::after {
    color: #58bed3;
}

.navbar-area nav ul li.dropdown ul {
	display: none;
    position: absolute;
    z-index: 10;
    color: #fff;
    visibility: hidden;
    /*-webkit-transform: translate(-50%, 50px);*/
    /*-ms-transform: translate(-50%, 50px);*/
    /*transform: translate(-50%, 50px);*/
    opacity: 0;
    top: 72px;
    width: 300px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.navbar-area nav ul li.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.navbar-area nav ul li.dropdown ul li {
    display: block;
    text-align: center;
    background-color: transparent;
    margin: 0px;
    position: relative;
    z-index: -1;
}

.home-2 .navbar-area nav ul li.dropdown ul li {
    background-color: #234966;
}

.navbar-area nav ul li.dropdown ul li:last-child {
    border-bottom: none;
}

.navbar-area nav ul li.dropdown ul li a {
	text-align: left;
    display: block;
    padding: 16px 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	font-size: 14px!important;
}

.navbar-area nav ul li.dropdown ul li span {
	text-align: left;
    display: block;
    padding: 16px 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
	pointer-events: none;
}

.navbar-area nav ul li.dropdown ul li a:hover, .navbar-area nav ul li.dropdown ul li span:hover, {
    color: #58bed3;
	
}

.navbar-area nav ul li.dropdown ul li a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-bottom: 0px solid #fff;
    border-right: 0px solid transparent;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: -1;
}

.navbar-area nav ul li.dropdown ul li a::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid #fff;
    border-left: 0px solid transparent;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: -1;
}

.navbar-area nav ul li.dropdown ul li a:hover::before {
    #border-bottom: 220px solid #fff;
    border-right: 220px solid transparent;
}

.navbar-area nav ul li.dropdown ul li a:hover::after {
    #border-top: 220px solid #fff;
    border-left: 220px solid transparent;
}

.navbar-area nav ul li.dropdown ul li.active {
    background-color: #fff;
}

.navbar-area nav ul li.dropdown ul li.active a {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li.active::before {
    display: none;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus {
    position: relative;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul {
    position: absolute;
    width: 200px;
    top: 2px;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul li a {
    color: #fff;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul li.active a {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul li:hover a {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus a i {
    font-size: 9px;
    margin-left: 2px;
}

ul.search-cart-area {
    display: inline-block;
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    float: right;
}

.search-cart-area li {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.search-cart-area li:first-child {
    margin-right: 40px;
}

.search-cart-area li:first-child::after {
    /* content: "|"; */
    top: -1px;
    position: absolute;
    right: -23px;
    color: #6889a3;
}

.search-cart-area li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.search-cart-area li a:hover {
    color: #58bed3;
}

.shopping-icon span.count {
    position: absolute;
    top: -8px;
    right: -13px;
    color: #fff;
    background-color: #58bed3;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.shopping-icon:hover span.count {
    background-color: #fff;
    color: #58bed3;
}

.sticky-navbar {
    border: none;
    -webkit-animation: navFadeIn 1s;
    animation: navFadeIn 1s;
}

@-webkit-keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.header-area.sticky-navbar .info-bar {
    display: none;
}

.header-area.sticky-navbar .support-bar {
    display: none;
}

.header-area.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-area.sticky-navbar .support-nav-area {
    background-color: #fff;
}

.support-nav-area .container {
  
}

.border-nav {
  border-bottom: 1.6px solid grey
}

.header-area.sticky-navbar .navbar-area {
  padding: 30px 0px;
}

.header-area.sticky-navbar .navbar-area::before {
    width: 65px;
}


/*---------------------------
** Search popup css
---------------------------*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 150;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.search-popup.popup {
    opacity: 1;
    visibility: visible;
}

.search-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #183650;
    opacity: .9;
    cursor: pointer;
}

.search-popup form.search-form {
    position: fixed;
    z-index: 1;
    max-width: 768px;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search-popup form.search-form .form-element input[type="text"],
.search-popup form.search-form .form-element input[type="search"] {
    height: 60px;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

.search-popup form.search-form .form-element input[type="text"]::-webkit-input-placeholder,
.search-popup form.search-form .form-element input[type="search"]::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.search-popup form.search-form .form-element input[type="text"]:-ms-input-placeholder,
.search-popup form.search-form .form-element input[type="search"]:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.search-popup form.search-form .form-element input[type="text"]::-ms-input-placeholder,
.search-popup form.search-form .form-element input[type="search"]::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.search-popup form.search-form .form-element input[type="text"]::placeholder,
.search-popup form.search-form .form-element input[type="search"]::placeholder {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.search-popup button {
    background-color: transparent;
    border: none;
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    outline: 0;
}


/*---------------------------
** Hero Area Css
---------------------------*/

.hero-bg {
    background-image: url('../img/home_1/hero_bg.jpg');
    background-size: cover;
}

.hero-area {
  /*padding: 182px 0px 440px 0px;*/
  color: #fff;
  position: relative;
}

.hero-txt {
  margin-top: 100px;
  position: relative;
  z-index: 99;
  
  
}

.hero-overlay {
    position: absolute;
    background-color: #0b2b32;
    opacity: 0.2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.hero-area .hero-txt > span {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
}

.hero-area h1 {
    /*font-size: 72px;*/
    font-weight: 700;
	margin-bottom: -5px;
    line-height: 1.1;
	letter-spacing: 3px;
}

.hero-area h2 {
	margin-bottom: 30px;
	letter-spacing: 3px;
	/*white-space: nowrap;*/
	font-weight: 600;
}

.hero-area a.boxed-btn {
    font-size: 16px;
    padding: 20px 50px;
    border: none;
}


/*---------------------------
** Feature Section CSS
---------------------------*/

.features-section {
    margin-top: -250px;
    position: relative;
    z-index: 1;
}

.feature-bg {
    background-image: url('../img/features_bg.jpg');
    background-size: cover;
    height: 100%;
}

.feature-content {
    position: relative;
    -webkit-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.08);
}

.features {
    background-color: #fafbfc;
    padding: 91px 120px 79px 25px;
    position: relative;
}

.features::before {
    content: "";
    position: absolute;
    background-color: #fafbfc;
    width: 289px;
    height: 100%;
    top: 0px;
    left: -118px;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
}

.feature-lists .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 21px;
}

.feature-lists .single-feature .icon-wrapper {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.feature-lists .single-feature:hover .icon-wrapper {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.feature-lists .single-feature:last-child {
    margin-bottom: 0px;
}

.feature-lists .single-feature i {
    font-size: 45px;
    color: #58bed3;
}

.single-feature .feature-details {
    margin-left: 30px;
    z-index: 1;
}

.single-feature .feature-details h4 {
    font-size: 18px;
    font-weight: 900;
    color: #183650;
    text-transform: uppercase;
    margin-bottom: 8px;
}


/*---------------------------
** Service Section CSS
---------------------------*/

.service-section {
    padding: 111px 0px 116px;
    position: relative;
}

.service-section h2.subtitle {
    margin-bottom: 93px;
}

.service-section .single-service {
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    position: relative;
}

.service-section .single-service .img-wrapper {
    overflow: hidden;
}

.service-section .single-service img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 10s;
    -o-transition: 10s;
    transition: 10s;
}

.service-section .single-service:hover img {
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.service-section .single-service::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid #58bed3;
    border-right: 2px solid #58bed3;
    z-index: 1;
}

.service-section .single-service:hover::before {
    opacity: 1;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    -o-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}

.service-section .single-service::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #58bed3;
    border-left: 2px solid #58bed3;
    z-index: 1;
}

.service-section .single-service:hover::after {
    -webkit-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    -o-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0px;
    top: 0px;
}

.single-service p.service-para {
    margin-bottom: 13px;
}

.service-carousel.owl-carousel .owl-item {
    margin-bottom: 4px;
}

.service-carousel.owl-carousel .owl-nav {
    position: absolute;
    top: -114px;
    right: 0px;
}

.service-carousel.owl-carousel .owl-nav button.owl-next,
.service-carousel.owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #bfc2c5;
    color: #333333;
    font-weight: 900;
    font-size: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-carousel.owl-carousel .owl-nav button.owl-next:hover,
.service-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #58bed3;
    color: #fff;
    border: 1px solid #58bed3;
}

.service-section .single-service img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.service-section .single-service .service-txt {
    padding: 34px 40px;
    position: relative;
    z-index: 2;
}

.service-section .single-service .service-txt h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #183650;
    margin-bottom: 15px;
}

.service-section .single-service .service-txt a.readmore {
    color: #58bed3;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}


/*---------------------------
** About Section CSS
---------------------------*/

.about-bg {
    background-image: url('../img/about_bg.jpg');
    background-size: cover;
}

.about-section {
    color: #fff;
    position: relative;
}

.about-section span.subtitle {
    margin-bottom: 89px;
}

.about-section h2.subtitle {
    margin-bottom: 86px;
}

.about-section .comment-content {
    position: relative;
    z-index: 1;
    padding: 111px 0px 386px;
}

.about-section span.title,
.about-section h2.subtitle {
    color: #fff;
}

.about-section img.ceo-pic {
    margin-top: -35px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.ceo-details {
    margin-top: 31px;
}

.ceo-details h5 {
    font-weight: 600;
    margin: 5px 0px 3px;
    font-size: 18px;
}

.ceo-details span {
    font-size: 14px;
}

.about-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #1f415f;
    opacity: .9;
}


/*---------------------------
** Testimonial Section CSS
---------------------------*/

.testimonial-section {
    margin-top: -273px;
    position: relative;
    z-index: 1;
}

.testimonial-section p {
    color: #4e5861;
}

.testimonial-section h2.subtitle {
    margin-bottom: 86px;
    margin-left: 50px;
}

.testimonial-container {
    border: 1px solid #cccece;
    position: relative;
}

.testimonial-container::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../img/temonial-1.jpg');
    background-size: cover;
    z-index: -3;
}

.testimonial {
    background-color: #fff;
    position: relative;
    z-index: 0;
    padding: 90px 0px 95px 0px;
}

.testimonial::after {
    content: "";
    position: absolute;
    right: -105px;
    top: 0px;
    height: 100%;
    width: 180px;
    background-color: #fff;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: -1;
}

.testimonial h5 {
    color: #1f415f;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 3px;
}

.testimonial span.title {
    font-size: 14px;
    font-weight: 600;
    margin-left: 50px;
}

.testimonial-carousel .single-testimonial {
    padding-left: 50px;
}

.testimonial-section .quote-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #5bbccf;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    opacity: .80;
}


/*---------------------------
** Partner Section CSS
---------------------------*/

.partner-section .border-bottom {
    border-bottom: 2px solid #dbddde;
}

.single-partner-item {
    height: 210px;
    text-align: center;
}

.single-partner-item .outer-container {
    margin: 0 auto;
}


/*---------------------------
** FAQ Section CSS
---------------------------*/

.faq-section {
    padding: 120px 0px;
}

.faq-section h2.subtitle::after {
    bottom: -33px;
}

.faq-section h2.subtitle {
    margin-bottom: 93px;
}

.targets .box {
    border: 2px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 39px 29px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.targets .box::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid #58bed3;
    border-right: 2px solid #58bed3;
}

.targets .box:hover::before {
    opacity: 1;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    -o-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}

.targets .box::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #58bed3;
    border-left: 2px solid #58bed3;
}

.targets .box:hover::after {
    -webkit-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    -o-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0px;
    top: 0px;
}

.targets .box .icon-wrapper {
    margin-right: 29px;
}

.targets .box .icon-wrapper i {
    font-size: 60px;
    color: #5bbccf;
}

.targets .box:first-child {
    margin-bottom: 30px;
}

.targets .box h4 {
    color: #183650;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 10px;
}

.targets .box p {
    color: #4e5861;
    line-height: 28px;
}

.faq-section .accordion .card {
    margin-bottom: 20px;
    border: none;
    border-radius: 0px;
}

.faq-section .card-header {
    padding: 0px;
}

.faq-section .accordion .card .card-header {
    background-color: #ededed;
    border: none;
}

.faq-section .accordion .card .card-header .btn {
    font-weight: 700;
    color: #333333;
    font-weight: 18px;
    border-radius: 3px;
    padding: 12px 30px 16px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.floatr-dgitl{
	display: flex;
	flex-direction: column;
}

.floatr-dgitl img {
	width: 520px;
    height: 357px;
}

@media(max-width: 476px){
	.floatr-dgitl{
		flex-wrap: wrap;
		align-content: space-around;
	}
	
	.directii-text{
		display: flex;
		flex-direction: column;
		text-align: center;
		flex-wrap: wrap;
		align-content: center;
		align-items: flex-start;
	}
	
	.lista-cards-administratie{
		max-width: 490px;
		/*margin-left: 50px;*/
	}
	
	.nav-directii{
		display: flex;
		flex-direction: column;
		align-content: space-around;
		/*margin-left: 33px;*/
		flex-wrap: wrap;
	}
}


@media screen and (min-width: 477px) and (max-width: 768px){
	.floatl-dgitl{
		display: content;
		text-align: center;
		margin-top: 10px;
	}
	
	.floatr-dgitl{
		display: content;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	.field-director{
		text-align: center;
		margin-bottom: 10px;
	}
	
	.lista-cards-administratie{
		min-width: min-content;
	}
	
	.lista-cards-administratie img {
		margin-top: 20px;
	}
	
	.nav-directii{
		display: flex;
		flex-direction: column;
		align-content: space-around;
		margin-left: 33px;
		flex-wrap: wrap;
	}
	
	ul{
		list-style-type: none;
	}
}

.field-adresa > a,
.field-email > a {
	color: black;
}

.field-adresa > a:hover,
.field-email > a:hover {
	display: inline-block;
	transform: scale(0.99);
}

@media screen and (max-width: 1199px)
			  and (min-width: 992px) {
	
		.tabcontent {
			margin-left: 100px;
		}
	
	}

#Descriere > p {
	display: block;
}

.tabcontent > h4{
	margin-top: 11px;
}

.tabcontent > h4:first-child{
	margin-top: 0px !important;
}

.floatl-dgitl{
	display: flex;
	flex-direction: column;
	float: left;
}

.faq-section .accordion .card .card-header .btn:hover {
    background-color: #5bbccf;
    color: #fff;
}

.faq-section .accordion .card .card-header .btn[aria-expanded="true"] {
    background-color: #5bbccf;
    color: #fff
}

.faq-section .accordion .card .card-header .btn::after {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-section .accordion .card .card-header .btn[aria-expanded="true"]::after {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-section .card-body {
    line-height: 28px;
    padding: 32px 20px 12px;
}


/*---------------------------
** Quote Section CSS
---------------------------*/

.quote-section {
    padding: 120px 0px;
}

.quote-section span.title {
    margin-bottom: 15px
}

.quote-section h2.subtitle {
    margin-bottom: 95px;
}

.quote-bg {
    background-image: url('../img/quote_bg.jpg');
    background-size: cover;
}

.quote-bg.parallax {
    background-position: top;
}

.quote-section img {
    width: 100%;
}

.quote-section h2.subtitle,
.quote-section span.title {
    color: #fff;
}

.quote-form-section {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 52px 45px 60px;
}

.quote-form-section input[type="submit"],
.quote-form-section button[type="submit"] {
    padding: 12px 38px;
    border-radius: 3px;
    position: relative;
}


/*---------------------------
** News Section CSS
---------------------------*/

.news-section {
    padding: 10px 0px 30px;
}



.single-news img {
    width: 100%;
    -webkit-filter: brightness(100%);
    /* Safari 6.0 - 9.0 */
    filter: brightness(100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	height: 240px;
	object-fit: cover;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.single-news img { margin-top: 80px; }
}

.single-news:hover img {
    -webkit-filter: brightness(70%);
    /* Safari 6.0 - 9.0 */
    filter: brightness(70%);
}

.single-news .news-txt span {
    color: #797e82;
    font-size: 14px;
    margin-top: 25px;
    display: inline-block
}

.single-news .news-txt a.title {
    display: block;
    text-decoration: none;
}

.single-news .news-txt h3 {
    color: #1f415f;
    font-size: 22px;
    font-weight: 600;
    margin-top: 9px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-news .news-txt h3:hover {
    color: #58bed3;
}

.single-news .news-txt a.readmore {
    margin-top: 10px;
}


/*---------------------------
** CTA Section CSS
---------------------------*/

.cta-section {
	
    color: #fff;
    position: relative;
}

.buttons-home-page {
	padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    position: relative;
}


.cta-bg {
    background-image: url('../img/cta_bg.jpg');
    background-size: cover;
}

.cta-bg.parallax {
    background-position: center;
}

.cta-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: .20;
	display: none;
}

.cta-container {
    position: relative;
    z-index: 1;
}

.cta-section h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

.cta-section a.boxed-btn {
    font-size: 16px;
    padding: 16px 40px;
}


/*---------------------------
** Footer Section CSS
---------------------------*/

footer {
  background-color: #F1F2F6;
  color: #b7cee1;
  margin-top: 20px;
}

footer .logo-wrapper {
    
}

footer .logo-wrapper img {
    max-width: 230px;
    max-height: 100px;
    
}

  footer .top-footer {
    padding: 31px 0px 0px;
   
  }

#mc_embed_signup .clear {
  display: block!important
}

/*#mc_embed_signup input.email {
  width: 77%!important;
}*/

#mc_embed_signup {
  margin-bottom: -100px!important
}

footer h4 {
  color: #102269;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 28px;
}

footer ul.userful-links {
    list-style-type: none;
    padding-left: 0px;
}

footer ul.userful-links li {
    margin-bottom: 10px;
}

  footer ul.userful-links li a {
    text-transform: uppercase;
    color: #00459a;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }

footer ul.userful-links li a:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    color: #58bed3;
}

footer ul.userful-links li a::before {
    content: '\f054';
    position: absolute;
    left: 0px;
    top: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 8px;
    color: #4ca5bb;
}

.footer-contact .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
}

  .footer-contact .contact-info i {
    font-size: 16px;
    display: inline-block;
    margin-top: 3px;
    color: #00459a;
  }

.footer-contact .contact-info i:hover {
	color: #4ca5bb;
}

.footer-contact .contact-info p {
    margin-left: 15px;
    margin-bottom: 0px;
}

footer .bottom-footer {
    padding: 15px 0px 3px;
    font-size: 16px;
   
}

.top-footer p {
  color: #102269;
}

.icon-wrapper {
  color: #102269;
}
/*---------------------------
** Home 2 Page CSS
---------------------------*/
.home-2 .support-nav-container {
  background-color: #fff;
  position: relative;
}

.home-2 .support-bar {
    position: relative;
    background-color: #fff;
    border-bottom: none;
    padding: 30px 0px 65px 0px;
}

.home-2 .support-bar::before {
    display: none;
}

.home-2 .support-bar::after {
    display: none;
}

.home-2 .support-bar .support-info h5 {
    color: #333333;
}

.home-2 .support-bar .support-info p {
    color: #333333;
}

#mobileMenuHome2 {
    display: none;
}

.home-2 .navbar-area::before {
    display: none;
}

.home-2 .navbar-area::after {
    display: none;
}

.home-2 .navbar-area {
    margin-left: 0px;
    padding: 25px 40px 22px 20px;
    position: absolute;
    bottom: -36px;
    width: 100%;
    z-index: 10;
    background-color: #234966;
}

.home-2 .logo-wrapper {
    display: block;
    height: 100%;
    padding: 30px 0px 0px 0px;
}

.mobile.search-cart-area {
    display: none;
}

.home-2 .logo-wrapper-inner {
    display: block;
    vertical-align: inherit;
}

.home-2.sticky-navbar .navbar-area {
    bottom: 0px;
}

.sticky-navbar.home-2 .navbar-area nav ul li:first-child {
    margin-left: 0px;
}

.header-area.sticky-navbar.home-2 .support-nav-area {
    background-color: rgba(0, 0, 0, 0.7);
}

.header-area.sticky-navbar.home-2 .navbar-area {
    padding: 30px 40px;
}

.hero-bg-2 {
    background-image: url('../img/home_2/hero_bg.jpg');
    background-size: cover;
}

.home-2.hero-area {
    position: relative;
    padding: 219px 0px 617px 0px;
}

.home-2 .request-section {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 120px 0px 98px 0px;
    z-index: 2;
}

.home-2 .request-section h2.subtitle,
.home-2 .request-section span.title {
    color: #fff;
}

.home-2 .request-section h2.subtitle {
    margin-bottom: 56px;
}

.home-2 .request-section h2.subtitle::after {
    bottom: -24px;
}

.home-2 .request-section p {
    text-transform: none;
}

.home-2 .request-section-container {
    position: relative;
    z-index: 1;
}

.home-2 .request-section-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #234966;
    opacity: .7;
}

.home-2 .comment-content span.title {
    color: #797e82;
}

.home-2 .comment-content h2.subtitle {
    color: #183650;
}

.home-2 .comment-content p {
    color: #4e5861;
}

.home-2 .ceo-details h5 {
    color: #58bed3;
}

.home-2 .ceo-details span {
    color: #4e5861;
}

.home-2.about-section {
    position: relative;
    overflow: hidden;
}

.home-2.about-section img.ceo-pic {
    margin-top: auto;
    width: auto;
}

.home-2.about-section .comment-content {
    padding: 29px 0px 114px 0px;
}

.home-2.about-section img.ceo-pic {
    position: absolute;
    top: 0px;
    left: 0px;
}

.home-2 .features {
    background-color: #fafbfc;
    padding: 111px 0px 99px;
}

.home-2 .feature-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-2.features-section {
    margin-top: auto;
    background-color: #fafbfc;
}

.home-2 .features::before {
    width: 430px;
    left: -237px;
    background-color: #fafbfc;
}

.home-2 .features::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -233%;
    height: 100%;
    width: 207%;
    background-image: url(../img/home_2/feature_bg.jpg);
    background-size: cover;
    z-index: -2;
}

.cta-section.home-2 {
    background-color: #ededed;
	
}

.home-2.testimonial-section {
    margin-top: auto;
    padding: 120px 0px;
    color: #fff;
    position: relative;
}

.home-2.testimonial-section.parallax {
    background-position: top;
}

.testimonial-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #1f415f;
    opacity: .1;
}

.home-2.testimonial-section h2.subtitle,
.home-2.testimonial-section span.title {
    color: #fff;
    margin-left: 80px;
}

.home-2.testimonial-section h2.subtitle::after {
    background-color: #fff;
}

.home-2.testimonial-section p {
    color: #fff;
}

.testimonial-bg-2 {
    background-image: url('../img/home_2/testimonial_bg.jpg');
    background-size: cover;
}

.testimonial-box {
    padding: 70px 0px 75px;
    background-color: #66c2d6;
    position: relative;
    z-index: 1;
}

.testimonial-box img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 290px;
}

.home-2.testimonial-section .single-testimonial {
    padding: 0px 80px;
}

.home-2.testimonial-section .single-testimonial h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.home-2.testimonial-section .single-testimonial span {
    font-size: 14px;
    font-weight: 600;
}

.home-2.service-section {
    padding: 111px 0px 113px;
}


/*---------------------------
** Home 3 Page CSS
---------------------------*/

.home-3.hero-area {
    
    color: #fff;
    position: relative;
    border: none;
}

#hero-home-9 {
	padding: 341px 0px 190px 0px;
}

.hero-bg-3 {
  height: 300px;
  background-image: linear-gradient(#00000091, #0000007a), url(../img/Banners/overlay.jpg);
  background-size: cover;
}



.home-3.hero-area .hero-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #0b2b32;
  opacity: .4;
}

.header-area.home-3 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}

.header-area.home-3 .language {
    top: -1px;
}

.header-area.home-3 .info-bar {
    background-color: rgba(0, 0, 0, .7);
	display: none;
}

#mobileMenuHome3 {
    display: none;
}

.home-3 .navbar-area {
   
    background-color: transparent;
}

.home-3 .navbar-area::after {
    display: none;
}

.home-3 .navbar-area::before {
    display: none;
}

.home-3 ul.search-cart-area {
    margin-left: 22px;
    display:none;
}

.home-3 .social-links {
    display: inline-block;
    margin-right: 40px;
    position: relative;
	
}

.home-3 .social-links li:last-child {
    margin-right: 0px;
}

.home-3 .social-links::after {
    position: absolute;
    content: "|";
    right: -20px;
    top: 0px;
}

.home-3 nav.main-menu {
    display: inline-block;
}

.home-3 .contact-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding-top: 3px;
}

.home-3 .contact-infos .email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
}

.home-3 .contact-infos .email .icon-wrapper {
    margin-right: 10px;
}

.home-3 .contact-infos .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-3 .contact-infos .phone .icon-wrapper {
    margin-right: 10px;
}

.home-3 .support-nav-area {
    background-color: rgba(1, 33, 105, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	transition: background-color 0.5s ease;
}

.home-3 .search-cart-area li:first-child::after {
    color: #fff;
}

.header-area.sticky-navbar.home-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-area.sticky-navbar.home-3 .support-nav-area {
    background-color: rgba(0, 0, 0, .7);
    border: none;
}

.home-3.sticky-navbar .support-nav-area {
    padding: 0px;
}

.service-section.home-3 .col-lg-4:nth-child(3n) {
    margin-bottom: 30px;
}

.service-section.home-3 .col-lg-4:nth-child(3n):last-child {
    margin-bottom: 0px;
}

.service-section.home-3 .single-service {
    border: none;
    position: relative;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 30px 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
}

.service-section.home-3 .single-service * {
    position: relative;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}

.service-section.home-3 .single-service i,
.service-section.home-3 .single-service h4,
.service-section.home-3 .single-service p {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-section.home-3 .single-service:hover i,
.service-section.home-3 .single-service:hover h4,
.service-section.home-3 .single-service:hover p {
    color: #fff;
}

.service-section.home-3 .single-service::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid #58bed3;
    border-right: 0px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-section.home-3 .single-service:hover::before {
    border-top: 201px solid #58bed3;
    border-right: 362px solid transparent;
}

.service-section.home-3 .single-service::after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    width: 0;
    height: 0;
    z-index: 0;
    border-bottom: 0px solid #58bed3;
    border-left: 0px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-section.home-3 .single-service:hover::after {
    border-bottom: 200px solid #58bed3;
    border-left: 360px solid transparent;
}

.service-section.home-3 .single-service .service-txt {
    padding: 0px;
}

.service-section.home-3 .single-service .icon-wrapper {
    margin-right: 22px;
    margin-top: 0px;
}

.service-section.home-3 .single-service h4 {
    font-size: 20px;
    font-weight: 700;
}

.service-section.home-3 .single-service i {
    font-size: 60px;
    color: #58bed3;
}

.about-section {
    position: relative;
}

.about-section .about-txt {
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 80px;
    margin-bottom: 110px;
    padding-bottom: 40px;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: -50px;
}

.about-section .about-txt p {
    margin-bottom: 10px;
}

.about-txt h5 {
    margin: 5px 0px 1px;
    font-weight: 700;
    font-size: 16px;
}

.about-txt span {
    font-size: 14px;
}

.about-bg-3::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -81%;
    top: 0px;
    width: 210%;
    height: 100%;
    background-image: url('../img/home_3/about_bg.jpg');
    background-size: cover;
}

.about-section .about-points {
    padding: 120px 0px 96px;
    background-color: #1f415f;
    position: relative;
}

.about-section .about-points::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -120%;
    height: 100%;
    width: 120%;
    background-color: #1f415f;
}

.about-section .about-points h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.about-section .about-points .single-point {
    margin-left: -35px;
    margin-bottom: 25px;
}

.about-section .about-points .single-point:last-child {
    margin-bottom: 0px;
}

.about-section .about-points .single-point::after {
    content: "";
    display: block;
    clear: both;
}

.about-section .about-points .single-point .icon-wrapper {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 20px;
    float: left;
    background-color: #58bed3;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: border .5s, background-color .5s, color .5s;
    -o-transition: border .5s, background-color .5s, color .5s;
    transition: border .5s, background-color .5s, color .5s;
}

.about-section .about-points .single-point:hover .icon-wrapper {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    color: #58bed3;
    border: 3px solid #58bed3;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.single-point .point-txt {
    float: left;
    width: 80%;
}

.home-3.testimonial-section {
    padding-top: 120px;
    margin: auto;
}

.home-3.testimonial-section h2.subtitle {
    margin-bottom: 93px;
}

.home-3.testimonial-section h2.subtitle {
    margin-left: 0px;
}

.testimonial-section.home-3 .section-title {
    color: #afb2be;
}

.testimonial-section.home-3 .section-summary {
    margin: 17px 0px 51px;
}

.single-testimonial img {
    display: inline-block;
    width: 70px;
    border-radius: 50%;
}

.home-3 .single-testimonial::after {
    content: "";
    display: block;
    clear: both;
}

.home-3 .single-testimonial .img-wrapper {
    float: left;
}

.home-3 .client-desc {
    margin-left: 100px;
}

.home-3 .single-testimonial {
    padding: 40px 40px 16px;
    background-color: #f7f7f7;
    position: relative;
}

.home-3 .single-testimonial::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid #58bed3;
    border-right: 2px solid #58bed3;
}

.home-3 .single-testimonial:hover::before {
    opacity: 1;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    -o-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}

.home-3 .single-testimonial::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #58bed3;
    border-left: 2px solid #58bed3;
}

.home-3 .single-testimonial:hover::after {
    -webkit-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    -o-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0px;
    top: 0px;
}

.home-3 .single-testimonial p.icon-wrapper {
    margin-bottom: 0px;
}

.home-3 .single-testimonial p.icon-wrapper i {
    font-size: 20px;
    color: #58bed3;
}

.home-3 .single-testimonial p.comment {
    font-weight: 400;
}

.home-3 .single-testimonial h5 {
    font-weight: 700;
    color: #1f415f;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.home-3 .single-testimonial p.rank {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}


/*---------------------------
** Home 4 Page CSS
---------------------------*/

.home-4.hero-area {
    padding: 0px;
}

.home-4.hero-area .hero-carousel .single-hero-item {
    padding: 182px 0px 440px 0px;
    position: relative;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hero-carousel .owl-item.active .hero-txt span {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.hero-carousel .owl-item.active .hero-txt a.boxed-btn,
.hero-carousel .owl-item.active .hero-txt h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.hero-carousel {
    position: relative;
}

.hero-carousel.owl-theme .owl-dots {
    position: absolute;
    right: 28px;
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-carousel.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.hero-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, .2);
    height: 20px;
    width: 20px;
}

.hero-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #58bed3;
}


/*---------------------------
** Home 5 Page CSS
---------------------------*/

.home-2.hero-area.home-5 {
    padding: 0px;
}

.home-2.hero-area.home-5 .single-hero-item {
    padding: 219px 0px 617px 0px;
}


/*---------------------------
** Home 6 Page CSS
---------------------------*/

.home-3.hero-area.home-6 {
    padding: 0px;
}

.home-3.hero-area.home-6 .single-hero-item {
    padding: 341px 0px 190px 0px;
}


/*---------------------------
** About Page CSS
---------------------------*/

.breadcrumb-area {
    position: relative;
    padding: 152px 0px 137px;
}

.breadcrumb-area .breadcrumb-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #0b2b32;
    opacity: .6;
}

.about-breadcrumb-bg {
    background-image: url('../img/about/breadcrumb_bg.jpg');
    background-size: cover;
}

.breadcrumb-area .breadcrumb-txt {
    position: relative;
    z-index: 1;
}

.breadcrumb-area span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.breadcrumb-area h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 60px;
    margin-bottom: 27px;
}

.breadcrumb {
    background: transparent;
    padding: 0px;
}

.breadcrumb a,
.breadcrumb li {
    font-size: 18px;
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
	margin-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    font-size: 12px;
}

.about-section.about {
    padding: 120px 0px 120px;
}

.about-section.about .about-txt {
    padding: 0px;
    background-color: transparent;
}

.about-section.about .about-txt h2.subtitle {
    color: #183650;
    margin-bottom: 85px;
}

.about-section.about .about-txt span.title {
    color: #797e82;
}

.about-section.about .about-txt p {
    color: #4e5861;
    line-height: 28px;
}

.about-section.about .about-txt h5 {
    color: #58bed3;
}

.about-section.about .about-txt span {
    color: #4e5861;
}

.about-section.about .about-right-bg {
    background-image: url('../img/about/about.jpg');
    height: 100%;
    width: 100%;
    background-size: cover;
}

.about-section.about .targets {
    margin-top: 80px;
}

.about-section.about .targets .box:first-child {
    margin-bottom: 0px;
}

.partner-section.border-top {
    border-top: 2px solid #dbddde;
}


/*---------------------------
** Services Page CSS
---------------------------*/

.services-breadcrumb-bg {
    background-image: url('../img/services/breadcrumb_bg.jpg');
    background-size: cover;
}

.service-section.services {
    padding: 111px 0px 119px;
}

.services.service-section div[class*="col-"]:nth-child(3n) .single-service {
    margin-bottom: 30px;
}

.services.service-section div[class*="col-"]:nth-child(3n):last-child .single-service {
    margin-bottom: 0px;
}


/*---------------------------
** Service Deatils Page CSS
---------------------------*/

.service-details-breadcrumb-bg {
    background-image: url('../img/service_single/breadcrumb.jpg');
    background-size: cover;
}

.service-details-section {
    padding: 120px 0px 100px;
}

.service-details-section .img-wrapper img {
    width: 100%;
}

.service-details-desc > h2.title {
    font-size: 36px;
    font-weight: 700;
    color: #183650;
    text-transform: uppercase;
    margin: 30px 0px 22px;
}

.service-details-desc p {
    line-height: 28px;
}

.service-details-desc .overview {
    margin-top: 46px;
}

.service-details-desc .overview > h3.title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1f415f;
    margin-bottom: 24px;
}

ul.overview-points {
    list-style: none;
    padding-left: 0px;
    margin-top: 25px;
}

ul.overview-points li {
    position: relative;
}

ul.overview-points li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

ul.overview-points li:last-child {
    margin-bottom: 0px;
}

ul.overview-points li::before {
    content: "\f101";
    position: absolute;
    left: 0px;
    top: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    color: #58bed3;
}

.category-sidebar {
    border: 1px solid #bcbfc2;
}

.category-sidebar ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

.category-sidebar ul li {
    display: block;
    border-bottom: 1px solid #bcbfc2;
}

.category-sidebar ul li:last-child {
    border-bottom: none;
}

.category-sidebar ul li a {
    display: block;
    padding: 15px 0px 15px 45px;
    text-transform: uppercase;
    position: relative;
    color: #797e82;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.category-sidebar ul li a::before {
    position: absolute;
    left: 20px;
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #9b9ea1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.category-sidebar ul li a:hover {
    background-color: #58bed3;
    color: #fff;
}

.category-sidebar ul li a:hover::before {
    color: #fff;
}

.quote-sidebar {
    margin-top: 60px;
    background-color: #1f415f;
    color: #fff;
    padding: 55px 40px 40px 40px;
}

.quote-sidebar h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 34px;
}

.quote-sidebar form .contact-form input {
    height: 40px;
}

.quote-sidebar form .contact-form button {
    height: 45px;
    width: 140px;
    text-transform: uppercase;
    color: #fff;
    background-color: #58bed3;
    border: none;
    cursor: pointer;
}


/*---------------------------
** Blogs Page CSS
---------------------------*/

.blog-breadcrumb-bg {
    background-image: url('../img/blog/breadcrumb.jpg');
    background-size: cover;
}

.blog-lists {
    padding: 120px 0px;
}

.blog-lists .single-blog .blog-img-wrapper img {
    width: 100%;
}

.blog-lists .single-blog {
    margin-bottom: 73px;
}

.blog-lists .single-blog:last-child {
    margin-bottom: 0px;
}

.blog-lists .single-blog .blog-txt p.date {
    font-size: 14px;
    margin-top: 19px;
    margin-bottom: 0px;
}

.blog-lists .single-blog .blog-txt h3.blog-title {
    font-size: 30px;
    font-weight: 600;
    margin: 13px 0px 24px;
}

.blog-lists .single-blog .blog-txt h3.blog-title a {
    text-decoration: none;
    color: #1f415f;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-lists .single-blog .blog-txt h3.blog-title a:hover {
    color: #58bed3;
}

.blog-lists .single-blog .blog-txt p.blog-summary {
    line-height: 25px;
    margin-bottom: 16px;
}

.card-social{
	width: 100%;
    height: 100px;
    background-color: rgba(243, 242, 245, 0.4);
    padding: 10px;
    border-radius: 20px;
}

.card-social a i span{
	color: #4e5861;
}

.data-section{
	width: 100%;
    background-color: rgba(243, 242, 245, 0.4);
    padding: 10px;
	padding-top: 20px;
	padding-left: 10px;
    border-radius: 20px;
}

.pagination-nav {
    font-size: 14px;
    margin-top: 74px;
}

.pagination-nav ul.pagination {
    margin-bottom: 0px;
}

.pagination-nav li.page-item {
    margin: 0px 5px;
}

.pagination-nav a.page-link {
    padding: 10px 15px;
    border: 2px solid #dddddd;
    color: #38383c;
}

.pagination-nav .page-item:first-child .page-link {
    border-radius: 0;
}

.pagination-nav .page-item:last-child .page-link {
    border-radius: 0;
}

.pagination-nav li.page-item.active a {
    background-color: #58bed3;
    border: 2px solid #58bed3;
}

.blog-sidebar-widgets {
    background-color: #f7f7f7;
    padding: 40px 40px;
    margin-bottom: 40px;
}

.blog-sidebar-widgets.post-widget {
    padding: 36px 40px;
}

.blog-sidebar-widgets.category-widget {
    padding: 36px 40px 34px;
}

.searchbar::after {
    content: "";
    display: block;
    clear: both;
}

.searchbar input[type="text"],
.searchbar input[type="search"] {
    width: 80%;
    float: left;
    border: none;
    height: 50px;
    padding-left: 20px;
    outline: 0;
}

.searchbar button[type="submit"],
.searchbar input[type="submit"] {
    width: 20%;
    float: left;
    padding: 0;
    height: 50px;
    background-color: #58bed3;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.searchbar button[type="submit"]:hover,
.searchbar input[type="submit"]:hover {
    background-color: #fff;
    color: #58bed3;
}

.popular-posts-lists h4,
.category-lists h4 {
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 700;
    color: #1f415f;
    text-transform: uppercase;
}

.category-lists h4 {
    margin-bottom: 17px;
}

.single-popular-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.single-popular-post:last-child {
    margin-bottom: 0px;
}

.single-popular-post::after {
    content: "";
    display: block;
    clear: both;
}

.single-popular-post img {
    width: 60px;
}

.popular-post-txt {
    margin-left: 15px
}

.popular-post-txt h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.popular-post-txt h5 a {
    color: #1f415f;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.popular-post-txt h5 a:hover {
    color: #58bed3;
}

.popular-post-txt small {
    font-size: 14px;
    font-weight: 400;
    color: #797e82;
}

.category-lists ul {
    padding: 0;
    margin-bottom: 0px;
}

.category-lists ul li {
    display: block;
    margin-bottom: 6px;
}

.category-lists ul li:last-child {
    display: block;
    margin-bottom: 0px;
}

.category-lists ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    padding-left: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.category-lists ul li a:hover {
    color: #58bed3;
}

.category-lists ul li a::after {
    position: absolute;
    content: "\f0da";
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #58bed3;
}

.subscribe-section {
    padding: 34px 40px 40px;
    background-color: #0a3041;
    color: #fff;
}

.subscribe-section > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #58bed3;
    text-transform: uppercase;
}

.subscribe-section h3 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.subscribe-section h3::after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #58bed3;
}

.subscribe-section .contact-form:last-child {
    margin-bottom: 0px;
}

.subscribe-form {
    margin-top: 67px;
}

.subscribe-form input[type="email"] {
    border: none;
}

.subscribe-form input[type="submit"],
.subscribe-form button[type="submit"] {
    padding: 10px 0px;
    width: 120px;
}


/*---------------------------
** Blogs Grid Sidebar Page CSS
---------------------------*/

.news-section.blog-grid-sidebar div[class*="col-"]:nth-child(2n) {
    margin-bottom: 45px;
}

.news-section.blog-grid-sidebar div[class*="col-"]:last-child {
    margin-bottom: 0px;
}


/*---------------------------
** Blogs Grid Page CSS
---------------------------*/

.news-section.blog-grid div[class*="col-"]:nth-child(3n) {
    margin-bottom: 45px;
}

.news-section.blog-grid div[class*="col-"]:last-child {
    margin-bottom: 0px;
}


/*---------------------------
** Blog Details Page CSS
---------------------------*/

.blog-details-section {
    /*padding: 10px 0px 10px;*/
	margin-bottom: -100px!important;
}

.titlu-stiri {
	margin-bottom: 50px;
}

.blog-details-img-1 {
    width: 100%;
	max-height: 450px;
}

.blog-details-section small.date {
    font-size: 14px;
    color: #797e82;
    display: inline-block;
    margin-top: 25px;
}

.blog-details-title {
    font-size: 30px;
    font-weight: 600;
    margin: 16px 0px 25px;
    color: #1f415f;
}

.blog-details-body p {
    color: #666666;
}

.blog-details-quote {
    padding: 42px 39px;
    border-left: 3px solid #58bed3;
    font-style: italic;
    line-height: 30px;
    font-size: 18px;
    margin: 41px 0px 42px;
    background-color: #f7fafd;
    color: #333333;
}

.blog-share {
    margin-top: 51px;
}

.blog-share ul {
    padding-left: 0px;
}

.blog-share ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog-share ul li:last-child {
    margin-right: 0px;
}

.blog-share ul li a {
    display: block;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}

.blog-share ul li a:hover {
    opacity: .8;
}

.blog-share ul li a.facebook-share {
    background-color: #275baa;
}

.blog-share ul li a.twitter-share {
    background-color: #28c8f0;
}

.blog-share ul li a.pinterest-share {
    background-color: #d6061e;
}

.blog-share ul li a i {
    margin-right: 10px;
}

.author-info {
    margin: 59px 0px 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.author-info img {
    border-radius: 50%;
    width: 100px;
}

.author-details {
    margin-left: 35px;
}

.author-info .name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: #1f415f;
}

.comment-lists h3 {
    font-size: 24px;
    font-weight: 700;
    color: #183650;
    display: block;
    position: relative;
    margin-bottom: 51px;
    text-transform: uppercase;
}

.comment-lists h3::after {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    height: 3px;
    width: 70px;
    background-color: #58bed3;
}

.single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 25px;
    background-color: #fbfbfb;
    margin-bottom: 30px;
}

.single-comment:last-child {
    margin-bottom: 0px;
}

.single-comment-wrapper {
    margin-right: 20px
}

.single-comment-wrapper img {
    border-radius: 50%;
    max-width: 60px;
}

.single-comment .person-name h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1f415f;
}

.single-comment .person-info .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

.single-comment .person-info .date small {
    font-size: 14px;
    color: #8b8b8b;
}

.single-comment .person-info .date a {
    font-weight: 600;
    font-style: italic;
    color: #1f415f;
    margin-top: -5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

.single-comment .person-info .date a:hover {
    color: #58bed3;
}

.single-comment .person-info .comment {
    margin-top: 20px;
}

.single-comment .person-info .comment p {
    color: #666666;
}

.reply-form-section {
    margin-top: 62px;
}

.reply-form-section h3 {
    position: relative;
    margin-bottom: 52px;
    font-size: 24px;
    font-weight: 700;
    color: #183650;
    text-transform: uppercase;
}

.reply-form-section h3::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 3px;
    width: 70px;
    background-color: #58bed3;
}

.reply-form-section .contact-form input,
.reply-form-section .contact-form textarea {
    border: 2px solid #f1f1f1;
}

.reply-form-section .contact-form.reduced-mb {
    margin-bottom: 17px;
}


/*---------------------------
** Gallery Page CSS
---------------------------*/

.gallery-section {
    padding: 120px 0px;
}

.single-pic img {
    width: 100%;
    border-radius: 8px;
}

.gallery-section .single-pic {
    margin-bottom: 30px;
}

.single-pic {
    position: relative;
    border-radius: 8px;
}

.single-pic-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-pic:hover .single-pic-overlay {
    visibility: visible;
    opacity: .6;
}

.single-pic .outer,
.single-pic .inner {
    width: 100%;
}

.single-pic h4 {
    font-weight: 700;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 9px;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-pic:hover h4 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.single-pic h4::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    bottom: 0px;
    background-color: aqua;
    left: 50%;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.single-pic a.icon-wrapper {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-pic:hover a.icon-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.single-pic .txt-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
}

.gallery-section div[class*='col-']:nth-last-child(1) .single-pic,
.gallery-section div[class*='col-']:nth-last-child(2) .single-pic,
.gallery-section div[class*='col-']:nth-last-child(3) .single-pic {
    margin-bottom: 0px;
}


/*---------------------------
** Gallery Masonry Page CSS
---------------------------*/

.gallery-section.masonry .single-pic {
    float: left;
    width: 33.33%;
    margin-bottom: 0px;
    border-radius: 0px;
}

.grid-sizer {
    width: 33.33%;
}

.gallery-section.masonry .single-pic img {
    border-radius: 0px;
    width: 100%;
}

.gallery-section.masonry .single-pic-overlay {
    border-radius: 0px;
}


/*---------------------------
** Testimonial Page CSS
---------------------------*/

.testimonial-breadcrumb-bg {
    background-image: url('../img/testimonial/breadcrumb.jpg');
    background-size: cover;
}

.testimonial-section.testimonials {
    margin: auto;
    padding: 120px 0px;
}

.testimonials .testimonial {
    padding: 0px;
}

.testimonial-section.testimonials .testimonial .single-testimonial {
    background-color: #fff;
    padding: 51px 0px 54px 40px;
    position: relative;
    z-index: 0;
}

.testimonial-section.testimonials .testimonial::after {
    right: -38px;
    width: 77px;
}

.testimonial-section.testimonials .quote-icon {
    left: 54%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 25px;
}

.testimonials .testimonial-container {
    margin-bottom: 60px;
}

.testimonials .testimonial-section.home-3 {
    padding-top: 0px;
}

.testimonials .testimonial-section.home-3 .single-testimonial {
    margin-bottom: 60px;
}

.testimonials .testimonial-section.home-3 .single-testimonial:last-child {
    margin-bottom: 0px;
}


/*---------------------------
** FAQ Page CSS
---------------------------*/

.faq-breadcrumb-bg {
    background-image: url('../img/faq/breadcrumb.jpg');
    background-size: cover;
}


/*---------------------------
** Quote Page CSS
---------------------------*/

.quote-breadcrumb-bg {
    background-image: url('../img/quote/breadcrumb.jpg');
    background-size: cover;
}

.quote-page span.title {
    color: #797e82;
}

.quote-page h2.subtitle {
    color: #183650;
}

.quote-page form .contact-form input,
.quote-page form .contact-form select {
    border: 2px solid #e8e8e8;
}

.quote-section.quote-page .contact-form button[type="submit"] {
    padding: 12px 45px;
}

.quote-page .contact-infos {
    background-color: #f5f5f5;
    padding: 50px 60px;
}

.quote-page .contact-infos .single-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.quote-page .contact-infos .single-info .icon-wrapper {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.quote-page .contact-infos .single-info:hover .icon-wrapper {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #58bed3;
    color: #fff;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.quote-page .contact-infos .single-info .icon-wrapper i {
    font-size: 20px;
    color: #58bed3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.quote-page .contact-infos .single-info:hover .icon-wrapper i {
    color: #fff;
}

.quote-page .contact-infos .single-info:last-child {
    margin-bottom: 0px;
}

.quote-page .contact-infos .single-info .icon-wrapper {
    border: 1px solid #58bed3;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.quote-page .contact-infos .single-info p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    color: #4e5861;
}


/*---------------------------
** Contact Page CSS
---------------------------*/

.contact-breadcrumb-bg {
    background-image: url('../img/contact/breadcrumb.jpg');
    background-size: cover;
}

.contact-section {
    padding: 120px 0px;
}

.contact-section .single-info {
    margin-bottom: 30px;
    padding: 40px 42px;
}

.contact-section .single-info::after {
    content: "";
    display: block;
    clear: both;
}

.contact-section .single-info:last-child {
    margin-bottom: 0px;
}

.contact-section .single-info .icon-wrapper {
    border: 1px solid #58bed3;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #fff;
    float: left;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

.contact-section .single-info:hover .icon-wrapper {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #58bed3;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.contact-section .single-info .icon-wrapper i {
    font-size: 20px;
    color: #58bed3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-section .single-info:hover .icon-wrapper i {
    color: #fff;
}

.contact-section .single-info .info-txt {
    float: left;
    width: 73%;
}

.contact-section .single-info p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
}

.contact-section .single-info-col:first-child {
    border: 1px solid #f1f1f1;
}

.contact-section .single-info-col:nth-child(2) {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.contact-section .single-info-col:last-child {
    border: 1px solid #f1f1f1;
}

.contact-form-section .contact-form input {
    border: 1px solid #e3e3e3;
}

.contact-form-section {
    margin-top: 90px;
}

.contact-form-section h2.subtitle {
    margin-bottom: 94px;
}

.contact-form-section .contact-form textarea {
    border: 1px solid #e3e3e3;
}

.map-wrapper {
    height: 100%;
}

div#map {
    height: 100%;
}

.contact-form-section .contact-form button[type="submit"],
.contact-form-section .contact-form input[type="submit"] {
    padding: 10px 30px;
}


/*---------------------------
** Pricing Page CSS
---------------------------*/

.pricing-section {
    padding: 111px 0px 120px;
}

.pricing-tables {
    color: #ffffff;
    width: 100%;
}

.pricing-tables img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.pricing-tables .plan {
    margin: 0px;
    width: 100%;
    padding-top: 18px;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #183650;
    border-radius: 8px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pricing-tables .plan:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    background-color: #58bed3;
}

.pricing-tables .plan:hover a {
    background-color: #183650;
}

.pricing-tables header {
    color: #ffffff;
}

.pricing-tables .plan-title {
    line-height: 60px;
    position: relative;
    margin: 0;
    padding: 0 20px;
    font-size: 1.6em;
    letter-spacing: 2px;
    font-weight: 700;
}

.pricing-tables .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    width: 40px;
    height: 3px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pricing-tables .plan-cost {
    padding: 0 20px;
    margin: 0;
}

.pricing-tables .plan-price {
    font-weight: 400;
    font-size: 2.8em;
    margin: 10px 0;
    display: inline-block;
}

.pricing-tables .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.pricing-tables .plan-features {
    padding: 0 0 28px;
    margin: 0;
    list-style: outside none none;
    font-size: 0.9em;
}

.pricing-tables .plan-features li {
    padding: 8px 20px;
}

.pricing-tables .plan-features i {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.pricing-tables .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.pricing-tables .plan-select a {
    background-color: #58bed3;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pricing-tables .plan-select a:hover {
    background-color: #183650;
}


/*---------------------------
** 404 Page CSS
---------------------------*/

.error-section {
    padding: 89px 0px 92px;
}

.oops {
    max-width: 100px;
    margin: 0 auto;
}

.oops img {
    width: 100%;
}

.not-found img {
    width: 100%;
}

.error-txt {
    text-align: center;
    margin-top: 30px;
}

.error-txt h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    margin: 21px 0px 14px;
    color: #1f415f;
}

.error-txt p {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.error-txt a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 15px;
    background-color: #58bed3;
    border: 1px solid #58bed3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.error-txt a:hover {
    color: #58bed3;
    background-color: #fff;
}

/* Added CSS */

.right-content {
	white-space: nowrap;
	margin-left: -30%;
}

.right-content li {
	display: inline-block;
	color: white;
}

.right-content a {
	color: white;
}

a.button-under-bg-main.boxed-btn.wow.fadeInUp {
  background: transparent;
  border: 1px solid #24387f;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 160px;
  height: 55px;
  font-size: 14px;
}

a.button-under-bg.boxed-btn.wow.fadeInUp {
  padding: 5px 20px !important;
  background: transparent;
  border-radius: 0;
  padding-top: 5px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 12px;
}

.buttons-home-page a.button-under-bg.boxed-btn.wow.fadeInUp {
  background: transparent;
  border: 1.5px solid #24387f;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 800;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 14px;
}

.col-button-covid a.button-under-bg.boxed-btn.wow.fadeInUp {
	border: 1.5px solid #f71e1e!important;
}

.col-button-covid a.button-under-bg-main.boxed-btn.wow.fadeInUp {
	border: 1.5px solid #f71e1e!important;
}

a.button-under-bg-main.boxed-btn.wow.fadeInUp::after {
	background: transparent;
}

.col-centered {
	margin: auto;
	float: none;
}

a.boxed-btn.wow.fadeInUp.top-background-button {
	font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
}



li.shopping-icon {
    display: none;
}

.wrap {
  text-align: center;
  margin: -20px;
  position: relative;
  margin-top: 20px;
}

.blog-button-wrap {
	padding: 0px 10px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.wrap:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	border-top: 1px solid #d4d4d4;
	background: #d4d4d4;
	width: 100%;
	transform: translateY(-50%);
}

.blog-button {
	text-decoration: none;
	background-color: #696973;
	color: #fff;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 30px;
    padding: 10px 50px;
    font-size: 16px;
	transition: all .4s;
}

.blog-button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #005eb8;
}

.blog-button:visited {
	text-decoration: none;
	color: #fff;
}

.blog-button:active {
	text-decoration: none;
	color: #fff;
}



.card-link {
	font-size:18px;
	color: #2a490e;
	font-weight: 500;
}

.card-link:hover {
	color:  #178583;
	transition: all .3s;
}

.card-text {
	font-size: 16px;
	line-height: 18px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	opacity: 1;
	transition: opacity 0.5s linear;
}

.card-button {
	font-size:16px;
	color: #2a490e;
	font-weight: 600;
	cursor: pointer;
}

.card-button:hover {
	border-bottom: 2px solid #a4c377;
}

.card-title {
	font-size: 20px;
}

.card-content-container {
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 20px;
}

.card-links-container {
	line-height: 18px;
}

.card-image-container {
	background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.card-image-container {
		display: none;
	}
}

.card-section {
	width:100%;
	background-color: #f2f2f2;
	padding-bottom: 50px;
	padding-top: 1px;
}

.card-r {
	margin-top: 50px;
}

.active {
	color: #2d4811;
	font-weight: 700;
	/*border-bottom: 2px solid #a4c377;*/
}

.top-button-image {
	margin-right: auto;
	margin-left: auto;
	font-size: 45px;
	color: #58bed3;
  display:none;
}

.buttons-home-page .top-button-image {
	margin-right: auto;
	margin-left: auto;
	font-size: 70px;
	color: #58bed3;
  display: none;
}

.buttons-home-page .col-button-covid .top-button-image {
	color: #f25050;
}

.buttons-home-page {
    margin-top: -25px;
	
}

.container-submenu {
	position: absolute;
	top: 88px;
	width: 155%;
    left: -50%;
	height: 545px;
	background-color: rgba(0, 173, 236, 0.95);
	z-index: 3;
	display: none;
	transition: background-color 0.5s ease;
}

.dropdown > ul {
	top: 70px;
	-webkit-transform: none!important;
	width: 300px;
}

.dropdown > ul > li > ul {
	top: -52px;
	left: 300px;
	width: 300px;
}

.dropdown > ul > li > ul  > li {
	width: 600px;
}

.activated-menu {
	visibility: visible!important;
	opacity: 1!important;
	display:block!important;
	
}


.activated-submenu {
	visibility: visible!important;
	opacity: 1!important;
	display: block!important;
	-webkit-transform: translateX(0px)!important;
    -ms-transform: translateX(0px)!important;
    transform: translateX(0px)!important;
}

.dropdown > ul > li {
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}

.submenu-mask {
	position: absolute;
	top: 88px;
	left: -92px;
	width: 70%;
	height: 381.6px;
	display: none;
	background-image: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0));
	z-index: 4;
	pointer-events: none;
}

.lista-content {
	width: 100%;
}

.lista-content > table{
	width: 99%;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
}

.lista-content > table > caption {
	display: none;
}

.lista-content  > table th {
	font-size: 18px;
	color: #fff;
}

.lista-content > table thead {
	background-color: #24387f;	
}

.lista-content > table tr {
	font-size: 16px;
}

.lista-content > form .js-form-item, .lista-cards > form .js-form-item {
	display: block;
	float: left;
	padding: 10px;
}

  .lista-content > form .js-form-item, .lista-cards-comunitate > form .js-form-item {
    display: block;
    float: left;
    padding: 10px;
  }

  .lista-content > form .js-form-item, .lista-cards-mobilitate > form .js-form-item {
    display: block;
    float: left;
    padding: 10px;
  }

  .lista-content > form .js-form-item, .lista-cards-economie > form .js-form-item {
    display: block;
    float: left;
    padding: 10px;
  }

  .lista-content > form .js-form-item, .lista-cards-administratie > form .js-form-item {
    display: block;
    float: left;
    padding: 10px;
  }

  .lista-content > form .js-form-item label, .lista-cards > form .js-form-item label {
    color: #009ee3;
    font-weight: 600;
  }

    .lista-content > form .js-form-item label, .lista-cards-comunitate > form .js-form-item label {
      color: #f8a23f;
      font-weight: 600;
    }

    .lista-content > form .js-form-item label, .lista-cards-mobilitate > form .js-form-item label {
      color: #1aba57;
      font-weight: 600;
    }


    .lista-content > form .js-form-item label, .lista-cards-economie > form .js-form-item label {
      color: rgb(144, 191, 201);
      font-weight: 600;
    }

    .lista-content > form .js-form-item label, .lista-cards-administratie > form .js-form-item label {
      color: #009ee3;
      font-weight: 600;
    }



  .lista-content > form .button, .lista-cards > form .button {
    margin: 10px;
    margin-top: 35px;
    border-radius: 50px;
    border: 2px solid #009ee3;
    background-color: #009ee3;
    padding: 5px 20px;
    color: white;
    transition: background-color 1s ease;
    transition: color 0.75s ease;
  }

  .lista-content > form .button, .lista-cards-comunitate > form .button {
    margin: 10px;
    margin-top: 35px;
    border-radius: 50px;
    border: 2px solid #f8a23f;
    background-color: #f8a23f;
    padding: 5px 20px;
    color: white;
    transition: background-color 1s ease;
    transition: color 0.75s ease;
  }

  .lista-content > form .button, .lista-cards-mobilitate > form .button {
    margin: 10px;
    margin-top: 35px;
    border-radius: 50px;
    border: 2px solid #1aba57;
    background-color: #1aba57;
    padding: 5px 20px;
    color: white;
    transition: background-color 1s ease;
    transition: color 0.75s ease;
  }

  .lista-content > form .button, .lista-cards-economie > form .button {
    margin: 10px;
    margin-top: 35px;
    border-radius: 50px;
    border: 2px solid rgb(144, 191, 201);
    background-color: rgb(144, 191, 201);
    padding: 5px 20px;
    color: white;
    transition: background-color 1s ease;
    transition: color 0.75s ease;
  }

  .lista-content > form .button, .lista-cards-administratie > form .button {
    margin: 10px;
    margin-top: 35px;
    border-radius: 50px;
    border: 2px solid #009ee3;
    background-color: #009ee3;
    padding: 5px 20px;
    color: white;
    transition: background-color 1s ease;
    transition: color 0.75s ease;
  }

    .lista-content > form .button:hover, .lista-cards > form .button:hover {
      background-color: #fff;
      color: #009ee3;
      cursor: pointer;
    }

    .lista-content > form .button:hover, .lista-cards-comunitate > form .button:hover {
      background-color: #fff;
      color: #f8a23f;
      cursor: pointer;
    }

    .lista-content > form .button:hover, .lista-cards-mobilitate > form .button:hover {
      background-color: #fff;
      color: #1aba57;
      cursor: pointer;
    }

    .lista-content > form .button:hover, .lista-cards-economie > form .button:hover {
      background-color: #fff;
      color: rgb(144, 191, 201);
      cursor: pointer;
    }

    .lista-content > form .button:hover, .lista-cards-administratie > form .button:hover {
      background-color: #fff;
      color: #009ee3;
      cursor: pointer;
    }

.lista-content > form .form-date, .lista-cards > form .form-date{
	display: block;
	margin-top: 4px;
}

  .lista-content > form .form-date, .lista-cards-comunitate > form .form-date {
    display: block;
    margin-top: 4px;
  }

  .lista-content > form .form-date, .lista-cards-mobilitate > form .form-date {
    display: block;
    margin-top: 4px;
  }



  .lista-content > form .form-date, .lista-cards-economie > form .form-date {
    display: block;
    margin-top: 4px;
  }

  .lista-content > form .form-date, .lista-cards-administratie > form .form-date {
    display: block;
    margin-top: 4px;
  }

.lista-content > .views-exposed-form , .lista-cards .views-exposed-form{
	margin-left: 10px;
	margin-top: 10px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

  .lista-content > .views-exposed-form, .lista-cards-comunitate .views-exposed-form {
    margin-left: 10px;
    margin-top: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

  .lista-content > .views-exposed-form, .lista-cards-mobilitate .views-exposed-form {
    margin-left: 10px;
    margin-top: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

  .lista-content > .views-exposed-form, .lista-cards-economie .views-exposed-form {
    margin-left: 10px;
    margin-top: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

  .lista-content > .views-exposed-form, .lista-cards-administratie .views-exposed-form {
    margin-left: 10px;
    margin-top: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

.table-hover tbody tr:hover {
	background-color: rgba(0, 123, 255, .075);
}

.lista-content input, .lista-cards input {
  border: none;
  outline: none;
  font-weight: 600;
  border-bottom: 2px solid #009ee3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 5px;
  border-radius: 5px;
  color: #778797;
}

.lista-content input, .lista-cards-comunitate input {
  border: none;
  outline: none;
  font-weight: 600;
  border-bottom: 2px solid #f8a23f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 5px;
  border-radius: 5px;
  color: #778797;
}

.lista-content input, .lista-cards-mobilitate input {
  border: none;
  outline: none;
  font-weight: 600;
  border-bottom: 2px solid #1aba57;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 5px;
  border-radius: 5px;
  color: #778797;
}

.lista-content input, .lista-cards-economie input {
  border: none;
  outline: none;
  font-weight: 600;
  border-bottom: 2px solid rgb(144, 191, 201);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 5px;
  border-radius: 5px;
  color: #778797;
}

.lista-content input, .lista-cards-administratie input {
  border: none;
  outline: none;
  font-weight: 600;
  border-bottom: 2px solid #009ee3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 5px;
  border-radius: 5px;
  color: #778797;
}

.lista-content .pager__items li a {
	font-weight: 600;
	color: #24387f;
}

.views-field-field-data-hotarare, .views-field-data-hotarare {
	min-width: 100px;
}

.lista-content > header > h2 {
	margin: 10px;
	margin-left: 20px;
	font-size: 2.3rem;
	color: #24387f;
}

.lista-content > form select, .lista-cards > form select {
  display: block;
  margin-top: 4px;
  border: none;
  border-bottom: 2px solid #009ee3;
  outline: none;
  font-weight: 600;
  padding-bottom: 4.5px;
  border-radius: 5px;
  color: #778797;
}

.lista-content > form select, .lista-cards-comunitate > form select {
  display: block;
  margin-top: 4px;
  border: none;
  border-bottom: 2px solid #f8a23f;
  outline: none;
  font-weight: 600;
  padding-bottom: 4.5px;
  border-radius: 5px;
  color: #778797;
}

.lista-content > form select, .lista-cards-mobilitate > form select {
  display: block;
  margin-top: 4px;
  border: none;
  border-bottom: 2px solid #1aba57;
  outline: none;
  font-weight: 600;
  padding-bottom: 4.5px;
  border-radius: 5px;
  color: #778797;
}



.lista-content > form select, .lista-cards-economie > form select {
  display: block;
  margin-top: 4px;
  border: none;
  border-bottom: 2px solid rgb(144, 191, 201);
  outline: none;
  font-weight: 600;
  padding-bottom: 4.5px;
  border-radius: 5px;
  color: #778797;
}


.lista-content > form select, .lista-cards-administratie > form select {
  display: block;
  margin-top: 4px;
  border: none;
  border-bottom: 2px solid #009ee3;
  outline: none;
  font-weight: 600;
  padding-bottom: 4.5px;
  border-radius: 5px;
  color: #778797;
}

.lista-content .views-empty {
	text-align: center;
	font-weight: 600;
	color: #24387f;
}

.text-primar {
	margin: 10px;
}

.text-viceprimar {
	margin: 10px;
}

.lista-cards .card.views-row {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    border: none;
    border-bottom: 2px solid #dfdfdf;
    margin-top: 10px;
	border-radius: 0;
	padding-top: 25px;
	padding-bottom: 40px;
}

.lista-cards-comunitate .card.views-row {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border: none;
  border-bottom: 2px solid #dfdfdf;
  margin-top: 10px;
  border-radius: 0;
  padding-top: 25px;
  padding-bottom: 40px;
}

.lista-cards-mobilitate .card.views-row {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border: none;
  border-bottom: 2px solid #dfdfdf;
  margin-top: 10px;
  border-radius: 0;
  padding-top: 25px;
  padding-bottom: 40px;
}

.lista-cards-economie .card.views-row {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border: none;
  border-bottom: 2px solid #dfdfdf;
  margin-top: 10px;
  border-radius: 0;
  padding-top: 25px;
  padding-bottom: 40px;
}


.lista-cards-administratie .card.views-row {
  margin-left: auto;
  margin-right: auto;
  width: 66.666667%;
  border: none;
  border-bottom: 2px solid #dfdfdf;
  margin-top: 10px;
  border-radius: 0;
  padding-top: 25px;
  padding-bottom: 40px;
} 

.lista-cards .field-data {
	font-size: 18px;
	color: #adb9cf;
	font-weight: 600;
}

.lista-cards-comunitate .field-data {
  font-size: 18px;
  color: #adb9cf;
  font-weight: 600;
}

.lista-cards-mobilitate .field-data {
  font-size: 18px;
  color: #adb9cf;
  font-weight: 600;
}

.field-data:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: .5em;
  color: #abc;
}

.lista-cards-administratie .field-document a {
  font-size: 22px;
  color: #435464;
  font-weight: 700;
  letter-spacing: 0.5px;
}


.lista-cards-economie .field-data {
  font-size: 18px;
  color: #adb9cf;
  font-weight: 600;
}

.lista-cards-administratie .field-data {
  font-size: 18px;
  color: #adb9cf;
  font-weight: 600;
}

.lista-cards .field-document a {
	font-size: 22px;
	color: #435464;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.lista-cards-comunitate .field-document a {
  font-size: 22px;
  color: #435464;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.lista-cards-mobilitate .field-document a {
  font-size: 22px;
  color: #435464;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.lista-cards-economie .field-document a {
  font-size: 22px;
  color: #435464;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.lista-cards-administratie .field-document a {
  font-size: 22px;
  color: #435464;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.lista-cards .field-nume {
	font-size: 20px;
	color: #778997;
	font-weight: 300;
}

.lista-cards-comunitate .field-nume {
  font-size: 20px;
  color: #778997;
  font-weight: 300;
}

.lista-cards-mobilitate .field-nume {
  font-size: 20px;
  color: #778997;
  font-weight: 300;
}

.lista-cards-economie .field-nume {
  font-size: 20px;
  color: #778997;
  font-weight: 300;
}

.lista-cards-administratie .field-nume {
  font-size: 20px;
  color: #778997;
  font-weight: 300;
}

.lista-cards .field-document {
	margin-top: -10px;
}

.lista-cards-comunitate .field-document {
  margin-top: -10px;
}

.lista-cards-mobilitate .field-document {
  margin-top: -10px;
}

.lista-cards-economie .field-document {
  margin-top: -10px;
}


.lista-cards-administratie .field-document {
  /*margin-top: -10px;*/
}


.lista-cards .pager {
	margin-top: 100px;
}

.lista-cards-comunitate .pager {
  margin-top: 100px;
}

.lista-cards-mobilitate .pager {
  margin-top: 100px;
}

.lista-cards-economie .pager {
  margin-top: 100px;
}

.lista-cards-administratie .pager {
  margin-top: 100px;
}

.lista-cards .pager__items li a {
	color: #25397e;
	font-weight: 700;
}

.lista-cards-comunitate .pager__items li a {
  color: #25397e;
  font-weight: 700;
}

.lista-cards-mobilitate .pager__items li a {
  color: #25397e;
  font-weight: 700;
}

.lista-cards-economie .pager__items li a {
  color: #25397e;
  font-weight: 700;
}

.lista-cards-administratie .pager__items li a {
  color: #25397e;
  font-weight: 700;
}

.titlu-bilant-contabil {
	font-weight: 600;
    color: black;
	font-size: 36px;
}

.lista-formatted {
	padding-left: 20%;
    margin-left: 40px;
	margin-top: 80px;
	visibility: visible;
    animation-duration: 1.5s;
    animation-name: fadeInLeft;
}

.item-lista-formatted {
	margin-left: 305px;
	margin-top: 5px;
}

.item-lista-formatted-proiecte-buget {
	margin-left: 225px;
	margin-top: 5px;
}

.container-titlu-bilant-contabil {
	padding-left: 20%;
    padding-top: 30px;
    width: fit-content;
}

.border-titlu-bilant-contabil {
	border-bottom: 3px solid #145aa0;
    margin-right: 165px;
    height: 10px;
}

.lista-formatted header {
	font-size: 30px;
    color: black;
    font-weight: 400;
}

.lista-formatted header span {
	letter-spacing: -3px;
    color: #ecedef;
    font-weight: 300;
	padding-left: 10px;
    padding-right: 10px;
}

.lista-formatted .field-content.field-document a {
	font-size: 18px;
    font-weight: 300;
    color: #5f5f5f;
}

.card-primar {
	padding-left: 40px;
    padding-top: 5px;
    padding-bottom:20px;
    padding-right: 40px;
	animation-duration: 1.5s; 
	animation-name: fadeInLeft;
}


.card-viceprimar {
	padding-left: 40px;
	padding-bottom: 20px;
    padding-bottom: 5px;
    padding-right: 40px;
	animation-duration: 1.5s; 
	animation-name: fadeInRight;
}

.container-img-primar {
	animation-duration: 1.5s; 
	animation-name: fadeInRight;
	margin-top: 42px;
}

.container-img-viceprimar {
	animation-duration: 1.5s; 
	animation-name: fadeInLeft;
	margin-top: 10px;
}

.card-primar .row {
	margin: 0;
}

.card-viceprimar .row {
	margin: 0;
	margin-top: 20px;
}

.card-primar p, .card-viceprimar p {
	margin: 0;
	
}

.card-viceprimar span {
	color: #0063b4;
	font-weight: 600;
}

.no-label {
	margin-left: 1.5px;
}

.img-primar {
  /*border-radius: 5px;*/
  margin-left: auto;
  margin: auto;
  display: block;
}

.img-viceprimar {
	border-radius: 5px;
	display: block;
	margin-right: auto;
}

.container-primar, .container-viceprimar {
	margin-top: 40px;
    margin-bottom: -40px;
	margin-left: auto;
	margin-right: auto;
}

.container-primar .col-md-8 {
	margin-left: 4.5%;
	margin-top: 10px;
}
.container-viceprimar .col-md-8 {
	margin-top: 10px;
}

.container-primar h2 {
	font-size: 32px;
    font-weight: 700;
    color: #444643;
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-viceprimar h2{
	width: 100%;
	font-size: 32px;
    font-weight: 700;
    color: #444643;
	margin-bottom: -5px;
}

.container-viceprimar h3{
	margin: 0;
	margin-bottom: 20px;
	color: #444643;
	font-size: 28px;
}

.accordion-primar {
 
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: none;
  box-shadow: none;
  /*border-bottom: 1px solid #0063b4;*/
  color: #0063b4;
  padding-left: 10px;
  outline: none;
  font-size: 18px;
  font-weight: 600;
}

.container-primar .card {
  border: none;
}

.accordion-politie {
  background-color: #fff;
  color: #009ee3;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #009ee3;
  outline: none;
  transition: 0.4s;
  font-size: 24px;
}

.accordion-class {
  background-color: #fff;
  color: #009ee3;
  cursor: pointer;
  padding: 10px;
  padding-bottom:5px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #009ee3;
  outline: none;
  transition: 0.4s;
  font-size: 16px;
}

.accordion-economie-small {
  background-color: #fff;
  color: #90bfc9;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #90bfc9;
  outline: none;
  transition: 0.4s;
  font-size: 24px;
}

.accordion-economie-large { /*Large accordeon-economie*/
  background-color: #fff;
  color: #90bfc9;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #90bfc9;
  outline: none;
  transition: 0.4s;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 67%;
}

.active-politie, .accordion-politie:hover {
  background-color: #009ee3;
  color: #fff;
}

.active-accordion, .accordion-class:hover {
  background-color: #009ee3;
  color: #fff;
}

.accordion-field-item{
	border-bottom: 1px solid lightgray;
	padding: 10px;
}

.active-accordion .accordion-class:hover h3{
	color: #fff!important;
}

.active-accordion a {
	color: #fff;
}

.accordion-class a{
	display: block;
	width: 100%;
	padding-bottom: 10px;
}

.accordion-class:hover h3{
	color: white!important;
}

.accordion-class:hover a{
	color:#fff;
}

.active-economie-small, .accordion-economie-small:hover {
  background-color: #90bfc9;
  color: #fff;
}

.panel-economie-large .active-economie-small, .accordion-economie-small:hover {
  background-color: #fff;
  color: #90bfc9;
  text-decoration:underline;
}

.active-economie-large, .accordion-economie-large:hover {
  background-color: #90bfc9;
  color: #fff;
}


.active-primar:hover {
   color: #fff;
}

.panel-politie {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #009ee3;
}

.panel-accordion {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666666;
}

.panel-economie-small {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #90bfc9;
}

.panel-economie-large {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #90bfc9;
}

.accordion-politie:after {
  content: '\002B'; /* Unicode character for "plus" sign (+) */
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  float: right;
  margin-left: 5px;
}

.accordion-class:after {
  /*content: '\002B';*/ /* Unicode character for "plus" sign (+) */
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  float: right;
  margin-left: 5px;
}

.accordion-economie-small:after {
  content: '\002B'; /* Unicode character for "plus" sign (+) */
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  float: right;
  margin-left: 5px;
}

.panel-economie-large .accordion-economie-small:after {
  content: '\002B'; /* Unicode character for "plus" sign (+) */
  font-size: 24px;
  font-weight: bold;
  color: #90bfc9;
  float: right;
  margin-left: 5px;
}

.accordion-economie-large:after {
  content: '\002B'; /* Unicode character for "plus" sign (+) */
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  float: right;
  margin-left: 5px;
}

.active-politie:after {
  content: "\002D"; /* Unicode character for "minus" sign (-) */
}

.active-accordion:after {
  /*content: "\002D";*/ /* Unicode character for "minus" sign (-) */
}

.active-economie-small:after {
  content: "\002D"; /* Unicode character for "minus" sign (-) */
}

.panel-economie-large .active-economie-small:after {
  content: "\002D"; /* Unicode character for "minus" sign (-) */
}

.active-economie-large:after {
  content: "\002D"; /* Unicode character for "minus" sign (-) */
}

.accordion-politie:focus{
	outline:none;
}

.accordion-class:focus{
	outline:none;
}

.accordion-economie-small:focus{
	outline:none;
}

.accordion-economie-large:focus{
	outline:none;
}

.subaccordion-primar {
	background-color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #0063b4;
 	color: #0063b4;
   	padding-left: 0px;
	outline: none;
	font-size: 18px;
    font-weight: 600;
}

.panel-primar {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0px;
  margin-top: 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0063b4;
}

.subpanel-primar {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0px;
  margin-top: 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0063b4;
}

.accordion-primar:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  
  float: right;
  margin-left: 5px;
}

.subaccordion-primar:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active-primar:hover {
   color: #fff;
}

.active-subprimar:hover {
   color: #fff;
}

.active-primar:after {
  content: "\002D";
  color: #fff;
}

.active-subprimar:after {
  content: "\002D";
  color: #fff;
}

.active-primar, .accordion-primar:hover {
  background-color: #0063b4;
  color: #fff;
  padding-left: 18px;
  outline: none!important;
}

.active-subprimar, .subaccordion-primar:hover {
  background-color: #0063b4;
  color: #fff;
  padding-left: 18px;
  outline: none!important;
}

.active-primar {
	
}


.accordion-primar:focus {
	outline: none!important;
}

.subaccordion-primar:focus {
	outline: none!important;
}

.banner-administratie {
  background-image: url(../img/Banners/overlay.png);
  filter: brightness(43%);
  height: 750px;
}

.banner-centre-dgitl {
  background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../img/Banners/Header-DGITL.jfif);
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.banner-landing {
  filter: brightness(43%);
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1200px){
  .container {
    max-width: 1478px;
    margin:0 auto;
  }
}

.scroll-icon-2 {
  position: absolute;
  top: 195px;
  right: 408px;
}

.scroll-icon-3 {
  position: absolute;
  top: 196px;
  right: 335px;
  writing-mode: vertical-rl;
  color: white !important;
  cursor: pointer;
  height: 200px;
  word-spacing: 6px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

@media (max-width: 1440px) {
	.scroll-icon-3 {
		right: 160px;
	}
	
	.scroll-icon-2 {
		right: 100px;
	}
}

@media (max-width: 900px) {
	.scroll-icon-2 {
		display:none;
	}
	
	.scroll-icon-3 {
		display:none;
	}
}


@media (max-width: 501px) {
  .landingpage-text {
    width: 287px!important;
  }

  .field-descript-detalii-generale{
    width:360px;
  }

  /*.hero-txt span {
    font-size: 62px!important;
  }*/
}

.card-detalii-generale img{
  width:100%;
}

.banner-economie {
  background-image: url(../img/Banners/Banner-Economie.jpg);
}

.banner-meniu-economie {
	background-image: url(../img/Banners/Banner-Economie.jpg);
}

.banner-comunitate {
	background-image: url(../img/Banners/Banner-Comunitate.JPG);
}

.banner-mobilitate {
	background-image: url(../img/Banners/Banner-Mobilitate.jpg);
}

.banner-covid {
	background-image: url(../img/Banners/Banner-Covid.png);
}

.banner-page {
	
}

.banner-page > .container > .row > .col-lg-8 {
	    top: 50px;
}

.col-consiliul-local-psd {
	padding: 5px;
	background-size: cover;
}

.col-consiliul-local-pnl {
	padding: 5px;
	background-size: cover;
}

.party-block-overlay-psd {
	position: absolute;
    top: 5px;
    left: 5px;
    width: 98.3%;
    height: 98.3%;
    background-color: rgba(0, 0, 0, 0.7);
	border-radius: 15px;
}

.party-block-overlay-pnl {
	position: absolute;
    top: 5px;
    left: 5px;
    width: 98.3%;
    height: 98.3%;
    background-color: rgba(0, 0, 0, 0.7);
	border-radius: 15px;
}

.centered-consilul-local {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 110%;
  font-weight: 600;
  text-align: center;
}

.subtitle-consiliul-local {
	font-size: 150%;
	border-bottom: 1px solid #fff;
}

.container-consiliul-local {
	margin-top: 100px;
}

@media screen and (max-width: 991px) {
	.centered-consilul-local {
		font-size: 90%;
	}
	
	.party-block-overlay-psd {
		width: 97.3%;
		height: 97.3%;
	}
	
	.party-block-overlay-pnl {
		width: 97.3%;
		height: 97.3%;
	}
	
	.navbar-area nav ul li.dropdown ul li span {
		display: inline;
		padding: 0;
	}
	
	.page-node-type-pagina-standard .slicknav_item span {
		display: inline;
	}
}

@media screen and (max-width: 767px) {
	.centered-consilul-local {
		font-size: 100%;
	}
	
	.party-block-overlay-psd {
		width: 98.3%;
		height: 98.3%;
	}
	
	.party-block-overlay-pnl {
		width: 98.3%;
		height: 98.3%;
	}
	
	.lista-formatted {
		padding-left: 0;
	}
}

.lista-cards .views-exposed-form {
	height: 160px;
	margin-top: 50px;
}

.lista-cards-comunitate .views-exposed-form {
  height: 160px;
  margin-top: 50px;
}

.lista-cards-mobilitate .views-exposed-form {
  height: 160px;
  margin-top: 50px;
}

.lista-cards-economie .views-exposed-form {
  height: 160px;
  margin-top: 50px;
}

.lista-cards-administratie .views-exposed-form {
  /*height: 160px;*/
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
	.item-lista-formatted {
		margin-left: 0;
	}
	
	.lista-formatted header span {
		display:none;
	}
	
	.item-lista-formatted-proiecte-buget {
		margin-left: 0;
	}
}

@media screen and (max-width: 930px) {
	.lista-cards > form .js-form-item {
		width: 50%;
		text-align: center;
	}

  .lista-cards-comunitate > form .js-form-item {
    width: 50%;
    text-align: center;
  }

  .lista-cards-mobilitate > form .js-form-item {
    width: 50%;
    text-align: center;
  }

  .lista-cards-economie > form .js-form-item {
    width: 50%;
    text-align: center;
  }

  .lista-cards-administratie > form .js-form-item {
    /*width: 50%;*/
    text-align: center;
  }

	.lista-cards input, .lista-cards > form select {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

  .lista-cards-comunitate input, .lista-cards-comunitate > form select {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .lista-cards-mobilitate input, .lista-cards-mobilitate > form select {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .lista-cards-economie input, .lista-cards-economie > form select {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .lista-cards-administratie input, .lista-cards-administratie > form select {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 590px) {
	.lista-cards > form .js-form-item {
		width: 100%;
	}

  .lista-cards-comunitate > form .js-form-item {
    width: 100%;
  }

  .lista-cards-mobilitate > form .js-form-item {
    width: 100%;
  }

  .lista-cards-economie > form .js-form-item {
    width: 100%;
  }

  .lista-cards-administratie > form .js-form-item {
    width: 100%;
  }
  
  .lista-cards-administratie > form .form-actions{
	  width: 100%;
  }
  
  .lista-content > form .button, .lista-cards-administratie > form .button{
	  margin-left:auto;
	  margin-right:auto;
  }
	
	
	.hero-area h2 {
		white-space: initial;
	}
}

.post-atachaments span, .page-node-type-pagina-standard span {
	display: block;
}

.small-menu-icon {
	
}

#block-transpix-local-tasks {
margin-bottom:50px;
	padding-top: 200px;
}

.menu-page-div {
    margin-top: 100px;
	border-left: 6px double #24387f;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 13px;
	overflow: hidden;
}

.menu-page-economie-div {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  margin-right: 0;
}

.card-proiecte-div {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  
}


@media (max-width: 575px) {
  .menu-page-div {
		margin-left: 15px
	}
	
	.menu-page-economie-div {
		margin-left: 15px
	}
	
	.card-proiecte-div {
		margin-left: 15px
	}
}
.menu-page-div .row {
	margin-left: 10%;
	margin-right: 6%;
	font-size: 38px;
	animation-duration: 1.5s;
    animation-name: fadeInLeft;
}

.menu-page-economie-div .row {
	font-size: 38px;
	width: 50%;
	
}

.card-proiecte-div .row {
  font-size: 38px;
  justify-content: center;
}

.teaser-links-container {
    text-align: left;
    font-size: 32px;
    width: 100%;
    margin-left: 10%;
	transition: all 0.5s ease;
}

.teaser-links-economie-container {
    text-align: left;
    font-size: 32px;
    width: 100%;
	/*padding-right:20px;*/
	transition: all 0.5s ease;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-bottom-color: #90bfc9;
	margin-left: 0px;
	margin-right: 20px;
}

.teaser-links-mobilitate-container {
    text-align: left;
    font-size: 32px;
    width: 100%;
	/*padding-right:20px;*/
	transition: all 0.5s ease;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-bottom-color: #1aba57;
	margin-left: 0px;
	margin-right: 20px;
}

.teaser-links-comunitate-container {
    text-align: left;
    font-size: 32px;
    width: 100%;
	/*padding-right:20px;*/
	transition: all 0.5s ease;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-bottom-color: #f8a23f;
	margin-left: 0px;
	margin-right: 20px;
}


/*.teaser-links-administratie-container {
    text-align: left;
    font-size: 32px;
    width: 100%;
	/*padding-right:20px;
transition: all 0.5s ease;
border-bottom-style:solid;
border-bottom-width: 2px;
border-bottom-color: #009ee3;
margin-left: 0px;
margin-right: 20px;
}*/


.teaser-links-administratie-container {
  text-align: left;
  font-size: 32px;
  width: 100%;
  /*padding-right:20px;*/
  background-color: #009ee3;
  opacity: 0.5;
  transition: all 0.5s ease;
  margin-left: 20px;
  
  margin-bottom: 20px;
  position: relative;
}



.teaser-links-economie-container:after {
  content: '\2794';
  font-weight: bold;
  color: #fff;
  float: right;
  margin-top: -47px;
  margin-bottom: 1px;
  pointer-events: none;
  padding-left:7px;
  padding-right:7px;
  background-color:#90bfc9;
}

.teaser-links-mobilitate-container:after {
  content: '\2794';
  font-weight: bold;
  color: #fff;
  float: right;
  margin-top: -47px;
  margin-bottom: 1px;
  pointer-events: none;
  padding-left:7px;
  padding-right:7px;
  background-color:#1aba57;
}

.teaser-links-comunitate-container:after {
  content: '\2794';
  font-weight: bold;
  color: #fff;
  float: right;
  margin-top: -47px;
  margin-bottom: 1px;
  pointer-events: none;
  padding-left:7px;
  padding-right:7px;
  background-color:#f8a23f;
}
/*
.teaser-links-administratie-container:after {
  content: '\2794';
  font-weight: bold;
  color: #fff;
  float: right;
  margin-top: -47px;
  margin-bottom: 1px;
  pointer-events: none;
  padding-left:7px;
  padding-right:7px;
  background-color:#009ee3;
}
  */



  .teaser-links-administratie-container:hover {
    opacity: 1;
  }

    .teaser-links-administratie-container:hover::before {
      content: '';
      height: 20px;
      width: 20px;
      position: absolute;
      top: -6px;
      left: -6px;
      border-top: 4px solid #009ee3;
      border-left: 4px solid #009ee3;
    }

    .teaser-links-administratie-container:hover::after {
      content: '';
      height: 20px;
      width: 20px;
      position: absolute;
      bottom: -6px;
      right: -6px;
      border-bottom: 4px solid #009ee3;
      border-right: 4px solid #009ee3;
    }

.teaser-links-container a {
	padding: 5px;
    color: #24387f;
	transition: all 0.5s ease;
}

.teaser-links-economie-container a {
    color: #90bfc9;
	transition: all 0.5s ease;
	display: block;
	text-decoration: none;
}

.teaser-links-mobilitate-container a {
    color: #1aba57;
	transition: all 0.5s ease;
	display: block;
	text-decoration: none;
}

.teaser-links-comunitate-container a {
    color: #f8a23f;
	transition: all 0.5s ease;
	display: block;
	text-decoration: none;
}

.teaser-links-administratie-container a {
  color: #fff;
  transition: all 0.5s ease;
  display: block;
  text-decoration: none;
  text-align: center;
}

.teaser-links-container a:hover {
	padding-left: 15px;
}

.teaser-links-economie-container a:hover {
	#padding-left: 15px;
}

.teaser-links-mobilitate-container a:hover {
	#padding-left: 15px;
}

.teaser-links-comunitate-container a:hover {
	#padding-left: 15px;
}

.teaser-links-administratie-container a:hover {
  #padding-left: 15px;
  opacity: 1;
}

/*.teaser-links-economie-container:hover {
	padding-right:0px;
}*/

.menu-page-div .row > article {
    width: 100%;
}

.menu-page-economie-div .row > article {
    width: 100%;
	margin-right: 20px;
}

/*
  .card-proiecte-div .row > article {
    width: 100%;
	margin-right: 20px;
}
*/


.menu-page-div h2 {
    display: none;
}

.menu-page-economie-div h2 {
    display: none;
}

.card-proiecte-div h2 {
    display: none;
}


.eu-cookie-compliance-banner {
	background-color: #1f415f;
	border-bottom: 2px solid #007bff;
}

.eu-cookie-compliance-banner p {
	font-size: 18px;
	color: #fff;
}

.eu-cookie-compliance-content {
	    margin-top: 5px;
}

.eu-cookie-compliance-banner p a {
	transition: all 0.3s ease;
}

.eu-cookie-compliance-banner p a:visited {
	color: #fff;
}

.eu-cookie-compliance-banner p a:active {
	color: #fff;
}

.eu-cookie-compliance-banner p a:hover {
	text-decoration: none;
	color: #9ec900;
}

.eu-cookie-compliance-message {
	margin: 15px 0 10px;
}

.eu-cookie-compliance-agree-button {
	border-radius: 20px;
    outline: none;
	background: white;
	margin-top: 20px;
}

.eu-cookie-compliance-agree-button:focus {
    outline: none;
}

.services a {
	color: #183650;
}

.services .link-icon:hover {
	text-decoration: none;
}

.button-audienta:hover {
	color: #fff;
}

.container-button-audienta {
	margin-top: 100px;
}

.button-audienta {
	background: transparent;
    border: 1px solid #24387f;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    display: block;
    width: 145px;
    height: 50px;
    font-size: 12px;
	position: relative;
    text-transform: uppercase;
	color: #24387f;
	margin-left: auto;
	margin-right: auto;
	padding: 7px 35px;
    text-align: center;
	text-decoration: none;
}

.button-audienta:hover {
	color: #fff; 
	text-decoration: none;
	background-color: #24387f;
	transition: background-color 0.75s ease;
	transition: color 0.75s ease;
}

.img-harta {
	width: 65%;
    margin-bottom: -100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 1070px;
    min-width: 350px;
}

.harta-container {
	background-color: #e6e6e8;
}

.col-cons-local p {
	line-height: 18px;
	margin-bottom: 0;
	color: #fff;
	font-size: 20px;
	text-transform: lowercase;
	text-transform: capitalize;
}

.col-cons-local h2 {
	text-decoration: underline;
	min-height: 80px;
	margin-left: 10px;
    margin-right: 10px;
	color: #fff;
	display: none;
}

.col-cons-local {
    padding: 10px;
    border: 5px solid white;
	padding-bottom: 15px;
	text-align: center;
	visibility: visible;
    animation-name: fadeInUp;
	border-radius: 15px;
}

.col-pnl {
	background-color: #066aa5;
	animation-duration: 1.5s;
}

.col-pnl a {
	color: #ffdc01;
}

.col-pnl a:visited {
	color: #ffdc01;
}

.col-pnl a:active {
	color: #ffdc01;
}

.col-asl {
	background-color: #9450a3;
	animation-duration: 2s;
}

.col-asl a {
	color: #ef6b6b;
}

.col-asl a:visited {
	color: #ef6b6b;
}

.col-asl a:active {
	color: #ef6b6b;
}

.col-ppr {
	background-color: #69e885;
	animation-duration: 2.5s;
}

.col-ppr a {
	color: #3e9ede;
}

.col-ppr a:visited {
	color: #3e9ede;
}

.col-ppr a:active {
	color: #3e9ede;
}

.col-cons-local a {
	transition: color 0.5s ease;
}

.col-cons-local a:hover {
	color: #e5e5e5!important;
}

.logo-partid {
    height: 100px;
    margin-bottom: 15px;
    width: auto;
    z-index: 1;
	height: 80px;
	max-width: 100%;
}

.titlu-consiliu {
	text-align: center;
    padding-bottom: 50px;
    margin-top: -50px;
}

.titlu-consiliu h1 {
	width: 100%;
}

.img-trenuri img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: auto;
    padding-top: 100px;
	transition: width 1s ease;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

@media screen and (max-width: 990px) {
	.img-trenuri img {
		width: 100%;
	}
}

video {
  object-fit: cover;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0;
  height: 700px;
}

.viewport-header {
	top: 140px;
	position: absolute;
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: center;
    
}

li.pager__item.is-active {
    text-decoration: underline;
}

.container-img-primar img {
  margin-bottom: 15px;
  box-shadow: 6px 1.5px 9px rgb(0 0 0 / 20%);
}

.container-img-primar p {
	margin-bottom: 0;
	line-height: 25px;
	font-weight: 800;
	color: #0063b4;
	padding-left: 10px;
  text-align:center;
}

@media screen and (max-width: 767px) {
	.container-img-primar p {
		text-align: center;
		padding-left: 0px;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

.fadeInRight {
	animation-name: fadeInRight;
}

.row-secretar .col-md-8 {
	margin-left: 0px;
}

.row-secretar .col-md-3 {
	margin-left: 4.5%;
}

#block-transpix-footercolumn4 h4 {
	
}

.buttons-home-page {
	display: block!important;
}

.banner-administratie {
	
}

.banner-economie {
  border-bottom: 15px solid rgb(144, 191, 201);
}

.banner-meniu-economie {
	
}

.banner-comunitate {
	
}

.banner-covid {
	border-bottom: 15px solid #8080FF!important;
}

.navbar-area nav ul li a {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 14px;
}

.div-conducere .col-md-8 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.row-pre-primar {
    margin-top: 90px;
	margin-left: 0px;
    margin-right: 0px;
}


.row-titlu-conducere {
  background-color: #009ee3;
  padding: 3px;
  color: #fff;
  margin: 0px;
  margin-bottom: 0!important;
}

  .row-titlu-conducere h2 {
    font-weight: 400;
    margin-bottom: -15px;
    font-size: 28px;
    width: 100%;
    margin-left:2px;
  }

.row-pre-primar .col-md-8, .row-pre-secretar .col-md-5 {
	background-color: #666666;
    color: #fff;
	transition: all .5s;
}

.row-pre-primar .col-md-8:hover , .row-pre-secretar .col-md-5:hover {
	background-color: #009ee3;
}

.row-pre-secretar .col-md-6 {
	padding: 0px 10px;
}

.row-pre-primar h2, .row-pre-primar h3, .row-pre-secretar h2, .row-pre-secretar h3 {
	margin-bottom: 0px;
}

.row-pre-primar h1, .row-pre-secretar h1 {
    margin-bottom: 20px;
	font-weight: 800;
}

.div-conducere .row-pre-primar .button-conducere {
	float: right;
    margin-right: 20px;
    padding: 10px 20px;
    background-color: #fff;
    color: #666666;
	transition: all .5s;
}

.col-politie-info-text{
	color: #009ee3;
	font-size: 24px;
}

.div-conducere .row-pre-secretar .button-conducere {
    margin-right: 50px;
    padding: 10px 20px;
    background-color: #fff;
    color: #666666;
	transition: all .5s;
}

.div-conducere .button-conducere:hover {
	color: #009ee3!important;
}

.div-conducere .row-pre-secretar h1 {
	font-weight: 600;
}

@media screen and (max-width: 1448px) {
	.div-conducere .row-pre-secretar .card-image-container {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.div-conducere .card-image-container {
		display: block!important;
	}
}

@media screen and (max-width: 687px) {
	.div-conducere .card-image-container {
		display: none!important;
	}
}

.div-conducere .col-md-5.col-sm-12 {
	margin-top: 30px;
}

.fb-primar {
	color: #fff!important;
	transition: all .5s;
}

.fb-primar:active {
	color: #fff!important;
	transition: all .5s;
}

.fb-primar:visited {
	color: #fff!important;
	transition: all .5s;
}
.fb-primar:focus {
	color: #fff!important;
	transition: all .5s;
}


.fb-primar:hover {
	text-decoration: underline;
	color: #fff!important;
}

.card-image-container img {
	width: 100%;
	height: auto;
	min-height: 256px;
	max-height: 290px;
}

.div-conducere .card-image-container {
	padding: 0px;
}

.second-col .service-title {
	margin-bottom: 0px!important;
    line-height: 20px;
}



#sliding-popup {
	top: 0px!important;
	transition: all .5s ease;
}

.lista-cards .form-actions {
	float: left;
}

.lista-cards-comunitate .form-actions {
  float: left;
}

.lista-cards-mobilitate .form-actions {
  float: left;
}

.lista-cards-economie .form-actions {
  float: left;
}

.lista-cards-administratie .form-actions {
  float: left;
}

@media screen and (max-width: 900px) { 
    .div-conducere .row-pre-primar .button-conducere {
		margin-right: 0px;
	}
	
	.fb-primar {
		font-size: 22px;
	}
}

span.sf-depth-1.menuparent.nolink {
	padding: 0px 20px;
  opacity: 0.9; 
	font-weight: 600;
    font-size: 15px;
    color: #fff;
	height: 68px;
	margin-top: 23px;
    margin-bottom: -53px;
    cursor: pointer;
}

li a.sf-depth-1.menuparent.nolink {
	display: inline;
	/*padding: 0px 30px;*/
	padding-left: 20px;
	padding-right: 20px;
  opacity: 0.9; 
	font-weight: 600;
    font-size: 15px;
    color: #fff;
	height: 68px;
	margin-top: 23px;
    margin-bottom: -53px;
    cursor: pointer;
	top: 22px;
	text-transform: uppercase;
}

  


  .document-politie {
    background-color: #fff;
    color: #009ee3;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #009ee3;
    outline: none;
    transition: 0.4s;
    font-size: 24px;
  }

.document-politie:hover{
  background-color: #009ee3;
  color: #fff;
}

.document-politie:focus{
	outline:none;
}

.document-politie:after {
  content: '\02193'; /* Unicode character for "downwards arrow" sign */
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  float: right;
  margin-left: 5px;
  margin-top: -38px;
  pointer-events: none;
  display:none;
}

.document-politie:hover a{
  color: #fff;
text-decoration: none; 
}

.card-politie.views-row {
    margin-left: auto;
    margin-right: auto;
    width: 67%;
    border: none;
	border-radius: 0;
}

.card-accordion.views-row {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: none;
	border-radius: 0;
}

.document-politie a{
	display:block;
	color: #009ee3;
	padding-right:25px;
}

.document-politie i{
	float:right;
	margin-top:-30px;
	pointer-events: none;
}

.document-informatii{
  background-color: #fff;
  color: #009ee3;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 24px;
}

.document-economie{
  background-color: #fff;
  color: #90bfc9;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 24px;
  padding-left:0px;
  padding-right:0px;
}

.document-informatii:focus{
	outline:none;
}

.document-economie:focus{
	outline:none;
}


.document-politie:hover a{
  color: #fff;
  text-decoration: none; 
}

.card-informatii.views-row {
    margin-left: auto;
    margin-right: auto;
    width: 67%;
    border: none;
	border-radius: 0;
}

@media screen and (max-width: 767px) {
	.card-informatii.views-row {
		width: 95%;
	}
	
	.card-politie.views-row {
		width: 95%;
	}
	
	.accordion-economie-large {
		width: 95%;
	}
}

.document-informatii a{
	display:block;
	color: #009ee3;
	padding-right:25px;
	margin-bottom: -25px;
}

.document-economie a{
	display:block;
	color: #90bfc9;
	padding-right:25px;
	margin-bottom: -25px;
}

.document-informatii i{
	float: right;
	/**margin-top:-30px;*/
	pointer-events: none;
}

.document-economie i{
	float: right;
	/**margin-top:-30px;*/
	pointer-events: none;
}

.document-informatii .bullet i{
	float:left;
	margin-top: 5px;
	margin-right: 15px;
}

.document-economie .bullet i{
	float:left;
	margin-top: 5px;
	margin-right: 15px;
}

.sf-depth-2 .sf-description, .sf-depth-3 .sf-description {
	text-transform: none!important;
	display: block;
}

.sf-depth-2, .sf-depth-3 {
	text-align: left;
	display: block;
	display: block;
}

  li.sf-depth-2:hover
 
  {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  }


.concursuri h3 {
  display: none;
}

.sf-depth-1 > ul {
  background-color: rgba(0,0,0,0.2);
  /*top: 69px !important;*/
  top: 66px !important;
}

.sf-depth-1 > ul {
  height: 343px !important
}



.submenu-mask {
  top: 89px;
  left: 355px;
  z-index: 499;
  width: 450px;
  background-image: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0));
}

.sticky-navbar .sf-depth-1 > ul {
  top: 57px !important
}

.sticky-navbar span.sf-depth-1.menuparent.nolink {
	height: 51px;
    margin-bottom: -38px;
	cursor: context-menu;
}

.sf-depth-1 ul {
	background-color: rgba(0,0,0,0.2);
}

.sf-depth-2 {
	padding-left: 15px!important;
	padding-right: 15px!important;
}

.sf-depth-3 a {
	padding-left: 35px!important;
	text-transform: none!important;
}

.sf-depth-1 > ul {
  /* width: 728px !important;*/
  width: 870px !important;
  padding-right: 450px !important;
}

.sf-depth-2 ul {
  width: 553px !important
}

li.sf-depth-2 a:hover:before {
	content: "> ";
	padding-right:2px;
}

.icon-menu {
    display: none;
   
}

.big-icon-menu {
    display: none;
    
}



@media screen and (min-width: 991px) and (max-width: 1199px) { 
    .button-timp-liber {
		
	}
	
	.icon-menu {
		display: none;
		position: absolute;
		top: 95px;
		z-index: 1000;
		left: -163px;
		font-size: 75px;
		color: #fff;
	}

	.big-icon-menu {
		display: none;
		position: absolute;
		z-index: 1000;
		right: -15px;
		color: rgb(0, 158, 227);
	}
	
	
	.sf-depth-1 > ul {
		background-color: rgba(0,0,0,0.2);
		top: 69px!important;
	}
	
	#mainMenuHome3 {
		margin-left: -100px;
	}

}

#block-mainnavnew-2 {
	display: none!important;
}

.sf-accordion-toggle {
	display: none!important;
}

@media screen and (max-width: 991px) { 
	.sf-main-nav-new {
		display: none!important;
	}
	
	#block-mainnavnew-2 {
		display: block;
	}
	
	.navbar-area nav ul li > a {
		padding: 5px 0px 5px 35px!important
	}
	
	.navbar-area nav ul li ul li > a {
		padding: 5px 0px 5px 75px!important
	}
	
	.navbar-area nav ul li ul li ul li > a {
		padding: 5px 0px 5px 115px!important
	}
	
	.navbar-area nav ul li a:focus {
		outline: none;
	}
	
	.navbar-area nav ul li ul li a a {
		background-color: transparent!important;
	}
}

.sf-description {
    font-weight: 100;
    font-size: 14px;
}

.navbar-area nav ul li a:visited {
    color: #fff;
}

.navbar-area nav ul li a:active {
    color: #fff;
}

.navbar-area nav ul li a:hover {
    color: #fff;
}

.navbar-area nav ul li a:focus {
    color: #fff;
}

.sf-main-nav-new li.sf-depth-1 > ul {
  box-shadow: rgba(24, 24, 24, 0.3) 0px 2px 6px;
}

@media screen and (max-width: 529px) {
	.menu-page-div .row {
		font-size: 28px;
	}
	
	.menu-page-economie-div .row {
		font-size: 28px;
	}

  .card-proiecte-div .row {
    font-size: 28px;
    justify-content: center;
  }
	
	.teaser-links-container {
		font-size: 22px;
		margin-left: 0%;
	}
	
	.teaser-links-economie-container {
		font-size: 24px;
		margin-left: 0%;
	}
	
	.teaser-links-mobilitate-container {
		font-size: 24px;
		margin-left: 0%;
	}
	
	.teaser-links-comunitate-container {
		font-size: 24px;
		margin-left: 0%;
	}
	
	.teaser-links-administratie-container {
		font-size: 24px;
		margin-left: 0%;
	}
}

.teaser-links-economie-container:hover {
	margin-left: 20px;
	margin-right: 0px;
}

.teaser-links-mobilitate-container:hover {
	margin-left: 20px;
	margin-right: 0px;
}

.teaser-links-comunitate-container:hover {
	margin-left: 20px;
	margin-right: 0px;
}

.teaser-links-administratie-container:hover {
	margin-left: 20px;
	margin-right: 0px;
}

.menu-page-economie-div article .teaser-links-administratie-container {
    padding-bottom: 2px;
}

.menu-page-economie-div article .teaser-links-economie-container {
    padding-bottom: 2px;
}

.menu-page-economie-div article .teaser-links-mobilitate-container {
    padding-bottom: 2px;
}

.menu-page-economie-div article .teaser-links-comunitate-container {
    padding-bottom: 2px;
}

.menu-page-economie-div article .teaser-links-mobilitate-container {
    padding-bottom: 2px;
}

.panel-economie-small > div {
	margin-left: 20px;
}

@media screen and (max-width: 1440px) {
	.menu-page-economie-div .row {
		width: 70%;
	}

  /*
    .card-proiecte-div .row {
		width: 70%;
	}
  */
}

@media (max-width: 767px) {
	.menu-page-economie-div  {
		margin-left: 30px;
	}
	
	.menu-page-economie-div .row {
		width: 100%;
	}
	
	.card-proiecte-div .row {
		width: 100%;
	}
}

@media screen and (max-width: 529px) {
	.teaser-links-economie-container:after {
		margin-top: -35px;
	}
	
	.teaser-links-mobilitate-container:after {
		margin-top: -35px;
	}
	
	.teaser-links-comunitate-container:after {
		margin-top: -35px;
	}
	
	.teaser-links-administratie-container:after {
		margin-top: -35px;
	}
}

/*SIDE*/
.sidenav {
  overflow-x: hidden;
  padding: 8px 0;
}

  .sidenav a {
    margin-bottom: 10px;
    margin-left: 30px;
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    background-color: #90bfc9;
    font-size: 25px;
    color: white;
    display: block;
    text-align: center;
  }

    .sidenav a:hover {
      color: #064579;
    }

/*Card*/
.card-project {
  width: 220px;
  height: 400px;
  margin-bottom: 10px;
  background-color: rgba(144, 191, 201, .1);
  overflow: hidden;
  margin-right: 20px;
}

.card-container {
  width: 194px;
  margin-left: auto;
  margin-right: auto;
}

.card-project:hover {
  background-color: #90bfc9;
  transition: all 0.3s ease;
}

.img-project-economie img {
  width: 174px;
  height: 130px;
  padding-top: 20px;
  margin-left: 10px;
}

.desc-project-economie {
  font-size: 16px;
  color: #2e3436;
  text-align: center;
}

.title-project-economie {
  color: #2e3436;
  font-size: 0.9em;
  margin-top: 10px;
  text-align: center;
}

.more-project-economie{
  text-align:center;
  margin-top: 20px;
}

.more-project-economie a {
  border: 2px solid #007bff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
}

  .more-project-economie a:hover {
    background-color: #007bff;
    color: white;
    text-decoration:none;
    transition: all 0.3s ease;
  }



    a.sf-depth-2.menuparent {
    pointer-events: none;
}


.col-lg-6.nav-directii p {
  display: flex;
  flex-direction: column;
  width: 300px;
  padding-top: 50px;
}

.col-lg-6.nav-directii button {
  margin-bottom: 10px;
  background: #009ee3;
}


/* Style the tab buttons */
.tablink {
  background-color: lightgray;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 20%;
  border-top: 2px solid rgba(0,0,0,0.4);
  transition: 0.3s;
}
/*rgb(144, 191, 201)*/

button:focus{
  outline:none;
}
/* Change background color of buttons on hover */
.tablink:hover {
  background-color: #777;
}

/* Set default styles for tab content */
.tabcontent {
  color: black;
  display: none;
  padding: 50px;
 
}

/* Style each tab content individually */

.hero-txt h1 {
  color: white;
}

.views_slideshow_controls_text {
  display:flex;
}

.views-slideshow-controls-bottom {
  position: absolute;
  top: 10%;
  z-index: 4;
  right: 0px;
}
.views_slideshow_controls_text_pause{
  display:none;
  
}

.views_slideshow_controls_text_previous::before {
  content: "\279C";
  display: block;
  width: 68px;
  height: 68px;
  padding: 7px;
  padding-left: 13px;
  font-size: 37px;
  border: 2px solid #49568e;
  color: white;
  border-radius: 50%;
  padding-top: 4px;
  transform: rotate( 180deg );

}

.skin-default {
  position:relative;
}

.views_slideshow_controls_text span:hover {
  text-decoration: none !important;
}

.views_slideshow_controls_text_previous::before:hover {
  border-color: #617bef;
}

.views_slideshow_controls_text_previous a {
  display: none;
}

.views_slideshow_controls_text_previous,
.views_slideshow_controls_text_next {
  opacity: 0.7;
  margin-right: 10px;
}

  .views_slideshow_controls_text_previous:hover,
  .views_slideshow_controls_text_next:hover {
    opacity: 1;
  }



.views_slideshow_controls_text_next a {
  display: none;
  
}

.views_slideshow_controls_text_next::before {
  content: "\279C";
  display: block;
  width: 68px;
  height: 68px;
  padding: 7px;
  padding-left: 13px;
  font-size: 37px;
  border: 2px solid #49568e;
  color: white;
  border-radius: 50%;
}

.views_slideshow_controls_text_next::before:hover {
  text-decoration:none;
}

.testimonial-content2 {
  position: relative;
  height: 834px;
  width: 100%;
}

.testimonial-photo {
  border: 1.9px solid #0c78ff4d;
  width: 417px;
  height: 453px;
  padding: 25px;
  position: absolute;
  top: 10%;
  left: -25px;
}

.testimonial-text {
  position: absolute;
  top: 26%;
  width: 750px;
  font-size: 29px;
  color: #d2d0d0;
  right: 0px;
  width: 50%;
}

.testimonial-title {
  position: absolute;
  font-size: 19px;
  font-weight: 600;
  color: #d2d0d0;
  right: 0px;
  width: 50%;
  top: 52%;
}

.testimonial-company {
  position: absolute;
  font-size: 19px;
  font-weight: 600;
  color: #d2d0d070;
  right: 0px;
  width: 50%;
  top: 55%;
}

.testimonial-text p {
  line-height: 37px;
  font-style: italic;
}



.btn-land:hover.btn-land::after {
  margin-right: -10px;
  transition: 0.3s all;
}

.landingpage-text {
  width: 440px;
}

.testimonial-bg {
  position: absolute;
  width: 100%;
  height: 844px;
}

/*Partener*/
.owl-carousel {
  z-index:10;
}

.owl-next::before {
  content: "\279C";
  display: block;
  width: 68px;
  height: 68px;
  padding: 7px;
  padding-left: 9px;
  font-size: 37px;
  border: 2px solid #49568e;
  color: #49568e;
  border-radius: 50%;
  padding-top: 4px;
}

.owl-prev::before {
  content: "\279C";
  display: block;
  width: 68px;
  height: 68px;
  padding: 7px;
  padding-left: 9px;
  font-size: 37px;
  border: 2px solid #49568e;
  color: #49568e;
  border-radius: 50%;
  padding-top: 4px;
  transform: rotate( 180deg );
}

.owl-buttons{
  display:flex;
}

.owl-prev,
.owl-next{
  opacity:0.7;
  margin-right:10px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
 
}

.owl-theme .owl-controls {
  margin-top: 10px;
  position: absolute;
  top: -30%;
  text-align: center;
  right: 10px;
}
.owl-item {
  width: 272px !important;
  height: 252px !important;
  margin: 10px;
  box-shadow: 2px 3px 12px -5px;
  background: white;
}

  .owl-item:hover .link-carusel a {
    opacity: 1;
    color: #005eb8;
    font-size: 22px;
    transition: all 0.6s;
  }

.link-carusel {
  font-size: 20px;
  text-align: center;
  margin-bottom:50px;
}

  .link-carusel a {
    text-decoration: none;
    color: black;
    opacity: 0.6;
  }

.owl-carousel .owl-wrapper-outer {
  width: 98%;
  margin: 0 auto;
  margin-top: 95px;
}

.block-row {
  display: flex;
  margin: 100px auto;
  width: 1471px;
  padding-left: 12px;
  height: 230px;
  column-gap: 40px;
}

.block-container {
  display: flex;
  position: relative;
  background: #005eb8;
  text-align: center;
  height: 220px;
  margin: 10px;
  align-items: center;
  justify-content: center;
  /* padding-top: 30px; */
  /* transition: all 0.5s ease-out; */
  padding-left: 5px;
  padding-right: 5px;
  flex-direction: column;
}




.block-title a{
 line-height:0;
}
.block-container:hover .block-title a {
  text-decoration: none;
  
}

.block-title {
  margin-bottom: 12px;
}

.block-title a {
  font-size: 23px;
  color: white;
  font-weight: 500;
}

.block-link a {
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.container-tile {
}



.main-menu {
  width:100%;
}


.news-bg {
  background: #dbddde;
  padding-bottom: 128px;
  padding-top: 20px;
  margin-top: 58px;
  margin-bottom: -121px;
}

.news-bg form {
  padding-top:20px;
}

.btn-news {
  margin-top: 32px;
  height: 37px;
  background-color: #005eb8;
}

.bottom-footer {
  color: #102269;
  border-top: 1px solid #1634ab40;
  margin-top: 20px;
}

.padding-footer-h4 {
  padding-top: 48px;
}

.row-margin {
  margin-top: 100px;
}

.block-margin {
  margin-top: -109px!important;
}




.card-meniu-img img {
  width: 150px;
  height: 150px;
  margin-top: 1.5rem !important;
  border-radius: 50% !important;
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
}

.card-meniu-desc {
  text-align: center;
  font-size: 18px;
  padding: 20px;
}

.card-meniu .card-title {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -20px;
}

.card-meniu {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  margin-top: 40px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s linear;
  min-height: 330px;
  justify-content:center;
}

.card-menu-2 {
  margin-top: 40px;
}

  .card-menu-2 .col-lg-4 {
    margin-bottom: -10px !important;
  }

.card-link {
  font-size: 18px;
  color: #2a490e;
  font-weight: 500;
}

  .card-link:hover {
    color: #178583;
    transition: all .3s;
  }

.hr__card {
  height: 1px;
  background-color: #009ee3;
  
  
}


.card-meniu .views-field.views-field-title-1 {
  padding-bottom: 16px;
}


.card-link a {
  font-size:0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  color: transparent;
}

.card-meniu-conducere {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  margin-top: 40px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s linear;
  min-height: 306px;
  margin-left: 30px;
}

  .card-meniu-conducere:hover {
    border-color: #009ee3;
  }

.w-25 {
  width: 10% !important;
  transition:0.5s;
}

.card-meniu:hover .w-25 {
  width: 25% !important;
}

.card-meniu-conducere:hover .w-25 {
  width: 25% !important;
}


.card-meniu .hr__card {
  width: 25%;
  transition: width 0.3s ease;
}


.card-meniu:hover {
  border-color: #009ee3;
}

.row.row-margin-sub {
  margin-left: 150px;
}

.owl-item {
  background: #f1f2f6;
}

.cta-section{
  display:none;
}

.container-cards {
  /*width:1600px;*/
  margin:0 auto;
}
.hr__big-body {
  height: 5px;
  background-color: #009ee3;
}

#superfish-main-nav-new li ul {
  /*
    width: 412px!important;
 */
}

ul.sf-menu ul li {
  width: 316px;
}


#main-nav-new-menu-link-contentafbac0fe-5752-4d1b-bb92-72395b5d9b34 > ul {
  margin-left: -604px !important;
  background: #005eb8 !important
}

#main-nav-new-menu-link-contentf4e6aff6-0bdc-4fbc-9cd8-e3ed24795c48 > ul {
  margin-left: -116px !important;
  background: #005eb8 !important
}

#main-nav-new-menu-link-contentd9c561cf-4cbc-4de6-87cf-c1d27730ab2f > ul {
  margin-left: -751px !important;
  background: #005eb8 !important
}

#main-nav-new-menu-link-content6b014927-95ef-4590-8622-64325b954f50 > ul {
  margin-left: -345px !important;
  background: #005eb8 !important
}

#main-nav-new-menu-link-content44e0b8cc-42ab-4a86-8ca5-477959a08dcb > ul {
  background: #005eb8 !important;
  margin-left: 17px!important;
}

#main-nav-new-menu-link-contentbfd08008-ed83-453f-a4f9-cec8716c7298 > ul {
  background: #005eb8 !important;
  margin-left: -337px!important;
}

#main-nav-new-menu-link-content565def95-7930-415f-bc52-a21ae4c97848 > ul {
  background: #005eb8 !important;
  margin-left: -442px!important;
}

 

  .nav-directii p button {
    display: block;
    background-color: #f1f1f1;
    color: white;
    padding: 22px 16px;
    width: 250px;
    border: none;
    outline: none;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.3s;
    background: #009ee3
  }

.nav-directii p .active {
  background-color: #0060f1;
  color: white;
}
.nav-directii {
  margin-top: 20px;
}

.nav-directii p a {
    display: block;
    background-color: #f1f1f1;
    color: white!important;
    padding: 22px 16px;
    width: 250px;
    border: none;
    outline: none;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.3s;
    background: #009ee3;
	text-decoration: none;
  }

/*div#Paris {
  margin-left: -24px;
}*/

.field-documente-formulare > span {
  background-color: #fff;
  color: #009ee3;
  cursor: pointer;
  padding: 10px;
  padding-bottom:5px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #009ee3;
  outline: none;
  transition: 0.4s;
  font-size: 16px;
}

.field-documente-formulare > span:hover {
  background-color: #009ee3;
}

.field-documente-formulare > span:hover > a {
	color: #fff;
}

.lista-documente .field-document a {
  font-size: 22px;
  color: #435464;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.lista-documente .card.views-row {
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-bottom: 2px solid #dfdfdf;
  margin-top: 10px;
  border-radius: 0;
  padding-top: 25px;
  padding-bottom: 40px;
}

.view-partners {
	padding-left: 0px;
	padding-right: 0px;
}

div#views_slideshow_cycle_teaser_section_list_of_testimonials-block_1 {
    width: 100%!important;
}

.views_slideshow_cycle_slide {
    width: 100%!important;
}


.container-tile {
    
}

@media screen and (max-width: 1199px) {
    .testimonial-title {
        top: 60%;
    }

    .testimonial-company {
        top: 63%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.container-tile {
		
	}
	
	.block-container {
		height: 170px;
		
		line-height: 18px;
	}
	
	.block-container:hover {
		padding-top: 15px;
	}
	
	.block-title a {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.container-tile {
		
	}
	
	.block-container {
		height: 160px;
	
		line-height: 18px;
	}
	
	.block-title a {
		font-size: 18px;
	}
	
	.block-container:hover {
		padding-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	.container-tile {
		
	}
	
	.block-container {
		height: 210px;
		
		line-height: 22px;
	}
	
	.block-container:hover {
		padding-top: 25px;
	}
}

@media screen and (min-width: 425px) and (max-width: 575px) {
	.block-container {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
}

@media screen and (max-width: 424px) {
	
	.block-container {
		height: 140px;
		
		width: 42%;
		line-height: 26px;
		margin: 5px;
		
	}
	
	.block-container:hover {
		padding-top: 15px;
	}
	
	.block-title{
		line-height:1;
	}
	
	.block-title a{
		font-size:17px;
	}
	
	.block-link{
		line-height:1;
	}
	
	.block-link a{
		font-size:14px;
	}
}

@media screen and (max-width: 991px) {
    .testimonial-text {
        top: 26%;
        right: -41px;
        width: 40%;
        font-size: 18px;
    }

    .testimonial-text p {
        line-height: 30px;
    }

    .testimonial-title {
        right: -41px;
        width: 40%;
        right: -41px;
        width: 40%;
        top: 53%;
        font-size: 14px;
    }

    .testimonial-company {
        top: 55%;
        right: -41px;
        width: 40%;
        font-size: 14px;
    }
}


@media screen and (max-width: 767px) {
	.testimonial-text {
		top: 20%;
		font-size: 16px;
		right: -25px;
	}
	
	.testimonial-title {
		right: -25px;
		top: 48%;
	}
	
	.testimonial-company {
		top: 50%;
		right: -25px;
	}
	
	.testimonial-company p {
		line-height: 20px;
	}
	
	.owl-carousel .owl-wrapper-outer {
		margin-top: 50px;
	}
	
	.testimonial-bg {
		height: 700px;
	}
	
	.owl-item {
		width: 200px !important;
		height: 200px !important;
	}
	
	.link-carusel {
		width: 160px;
	}
	
	.owl-theme .owl-controls {
		margin-top: 0px;
	}
	
	.link-carusel {
		font-size: 17px;
	}
}

.testimonial-photo img {
  width: 417px;
  height: 453px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
	.testimonial-photo img {
		height: 300px;
		width: 275px;
	}
	
	.testimonial-photo {
		width: 275px;
		height: 300px;
	}
}

@media screen and (max-width: 575px) {
	.testimonial-text {
		right: 20px;
	}
	
	.testimonial-title {
		right: 20px;
	}
	
	.testimonial-company {
		right: 20px;
	}
}

@media screen and (max-width: 545px) {
	.testimonial-photo img {
		height: 240px;
		width: 220px;
	}
	
	.testimonial-photo {
		height: 240px;
		width: 220px;
		margin-left: 25px;
	}
	
	.testimonial-text p {
		line-height: 25px;
	}
}

@media screen and (max-width: 500px) {
	.testimonial-photo {
		margin-left: 0px;
	}
	
}

@media screen and (max-width: 440px) {
	.testimonial-text {
		right: 0px;
		font-size: 13px;
	}
	
	.testimonial-title {
		right: 0px;
		top: 46%
	}
	
	.testimonial-company {
		right: 0px;
		top: 49%;
	}
	
	.testimonial-photo img {
		height: 200px;
		width: 180px;
	}
	
	.testimonial-photo {
		height: 200px;
		width: 180px;
	}
}

@media (max-width: 625px) {
	.scroll-icon-3 {
		right: 24%;
	}
	
	.hero-txt h1 span {
		font-size: 54px!important;
	}
}

@media (max-width: 425px) {
	.hero-txt h1 span {
		font-size: 45px!important;
	}
}

.container-hero-text {
	left: 0%!important;
	padding-left: 14%;
	padding-right: 14%;
}

.detalii-pagina-bg img {
  height:260px;
}

.container-detalii {
  max-width: 1451px;
  margin: 0 auto;
}

/*Pagina Detalii*/

.class-container {
 
  padding-top: 50px;
  padding-bottom: 50px;
}

.class-container-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #eff5f5;
}


.title-section-istoric {
  margin: 0 auto;
  text-align: end;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

.title-section-istoric-2 {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}


.title-section-istoric-3 {
  width: 1207px;
  margin: 0 auto;
  margin-bottom: 40px;
}

 

  .asezarea-class {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  
  .asezarea-class li{
	  text-align:left;
  }

  .asezarea-class img {
    width: 505px;
    height: 309px;
  }


  .asezarea-class p {
    width: 550px;
	text-align: left;
  }


.relief-class {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.relief-class li{
	  text-align:left;
}

  .relief-class img {
    width: 505px;
    height: 309px;
  }

  .relief-class p {
    width: 550px;
	text-align: left;
  }

.clima-class img {
  width: 558px;
  height: 309px;
  margin-right: 82px
}

.class-container-3 {
  display:flex;
  margin:auto;
  justify-content:space-between
}

.clima-class p {
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: left;
}

.descript-two p {
  column-count: 2;
  column-gap: 54px;
  padding-top: 50px;
}

@media screen and (max-width: 991px) { 
	.asezarea-class{
		display:block;
		text-align: -webkit-center;
	}
	
	.relief-class{
		display:block;
		text-align: -webkit-center;
	}
	
	.clima-class{
		text-align: -webkit-center;
	}
	
	.class-container-3{
		display:block;
	}
}

@media screen and (max-width: 615px) { 
	.asezarea-class p{
		width: auto;
	}
	
	.relief-class p{
		width: auto;
	}
	
	.descript-two p{
		column-count: 1;
	}
	
	.asezarea-class img{
		width:100%;
		height:100%;
	}
	
	.relief-class img{
		width:100%;
		height:100%;
	}
	
	.clima-class img{
		width:100%;
		height:100%;
	}
}

.cetateni-class {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.afla-mai-multe-btn {
  zoom: 0.7;
}

.afla-mai-multe-btn a {
  position: absolute;
  bottom: 12%;
  left: 10%;
}

/*Consilier*/

.consilier-pagina-format {
  border-bottom: 6px solid hsl(198deg 100% 45%);
  display: flex;
  align-items: center;
  gap: 259px;
  justify-content: space-around;
  padding: 15px;
}


.date-consilier-pagina {
  font-size: 30px;
  
  padding-top: 19px;
}

.nume_consilier {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-align:center
}


.poza-consilier-pagina img {
  width: 200px;
 
  height: 200px;
  border-radius: 50%;
  border: 1.5px solid #009ee3;
}


.title-section-1 {
  padding: 20px 20px 20px 0;
  font-size: 18px;
  border-bottom: 1px solid #8080804d;
}

.title-section-2 {
  padding: 20px 20px 20px 0;
  font-size: 18px;
  border-bottom: 1px solid #8080804d;
}

.body-container-consilier {
  max-width: 999px;
  margin: 0 auto;
  line-height: 2;
  border-top: 1px solid #009ee3;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #009ee3;
}


.field-adresa {
  font-size: 20px;
  color: #778997;
  font-weight: 300;
}

  .field-adresa:before {
    content: "\f279";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #abc;
    font-size: 16px;
  }

.field-imagine {
  margin-top: 10px;
}


  .field-imagine img {
    max-width: 600px;
    margin-top: 10px;
    height: auto;
  }
.field-program {
  font-size: 20px;
  color: #778997;
  font-weight: 300;
}

.galerie-bor .photo-gal {
  border-top: 1px solid #009ee3
}

.photo-gal {
  text-align: center;
  margin-top: 30px;
  font-size: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #044967;
}


.slideshow-container {
  display: flex;
  
  border-bottom: 1px solid #009ee3;
  padding-bottom: 37px;
}

  .slideshow-container img {
    flex: 1 0 21%;
    width: 100%;
	max-width: 330px;
	height: auto;
    margin: 5px;
    padding: 1px;
  }

  .field-program:before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #abc;
    font-size: 16px;
  }

.container-project {
  max-width: 1478px;
  margin: 0 auto;
}

.container-project img {
  width:100%;
}


.container.row.border-cont {
  border-top: 1px solid #009ee3;
  border-bottom: 1px solid #009ee3;
  padding-bottom: 36px;
}

.container-project table {
  width: 100%;
  margin-bottom: 156px;
}

.format-doc-cariera table {
  width: 100%;
  margin-bottom: 156px;
}

.container-project thead {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #80808040
}


.format-doc-cariera thead {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #80808040
}

.container-project tbody {

  border-bottom: 1px solid black;

}

.format-doc-cariera tbody tr {
  border-bottom: 1px solid #00000070;
  ;
}







.row-titlu-conducere.row h2 {
  text-transform: uppercase;
}





.format-doc-cariera a {
  padding: 20px;
  margin-right: 30px;
  background: #0060f1;
  color: white;
  text-decoration:none;
}



.format-doc-cariera {
  margin-top:100px;
}



/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

  #myImg:hover {
    opacity: 0.7;
  }

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: 105px auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 200px;
  right: 200px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}



/*.blog-details-section .photo-gal {
  border-top: 1px solid #009ee3;
  
}*/

.blog-details-section .slideshow-container img {
  cursor: pointer;
}

.blog-details-section .slideshow-container {
  border-bottom: none;
}

.img-stiri{
	object-fit: cover;
}

.titlu-stiri {
	margin-bottom: 50px;
}

.collapsible-title{
	width: 100%;
	padding: 10px;
	padding-top: 20px;
	border-bottom: 1px solid black!important;
}

.collapsible-title:hover{
	background-color: #009ee3;
}

.collapsible-title:hover a{
	color: white!important;
}

.collapsible-content{
	margin-top: 20px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.card-formulare-tip > .card-header > h2 > button{
	font-size: 22px;
}

.card-formulare-tip span a {
	font-size: 16px;
}


#main-nav-new-menu-link-content1773f32f-7967-4fbf-9733-1042fcc7b391 ul {
  top: -38px!important;
}


#main-nav-new-menu-link-content8d513f31-0711-4dda-8556-59ddf62bc6d1 ul {
  height: 356px !important
}

#main-nav-new-menu-link-content59f96f3e-1d4a-40fa-bbbe-d07fd09a8546 ul {
  top: -114px;
  
}

#main-nav-new-menu-link-content727c01f2-7106-4511-936f-32ebfba020d7 ul {
  top: -152px;
}


#main-nav-new-menu-link-content0419406c-72aa-4122-b196-241826f2a436 ul {

  
}

#main-nav-new-menu-link-content05dcdfd8-09b1-46e9-b308-02e0c1c68542 ul {
  top: -38p;
}

#main-nav-new-menu-link-content0abe58d6-bb65-42af-b4b1-c9ae0b8b6daa ul {
  top: -114px;
  
}


.acreditari-table table {
  width: 1200px;
  margin: 0 auto;
}

.acreditari-table-2 table {
  width: 1200px;
  margin: 0 auto;
}

.acreditari-table thead > tr {
  border-bottom: 1px solid #000;
}

.acreditari-table thead th {
  text-transform: uppercase;
  color: #333;
  border: solid #bfbfba;
  border-width: 1px 0;
  background: #f5f5f2;
  padding: 10px 12px;
}

.acreditari-table tbody > tr {
  padding: 0.1em 0.6em;
  border-bottom: 1px solid #e6e4df;
}

.acreditari-table tbody td {
  padding: 10px 12px;
  text-align: left;
}



.comisie .lead {
  margin-top: 1rem;
  margin-bottom: 1rem!important;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}


.pagina-detalii .asezarea-class p {
  width: 702px;
}

.pagina-detalii .asezarea-class  {
  width: 1400px;
}

.media-padding {
  padding:50px;
  border-bottom: 2px solid #009ee3;
}

  .media-padding img {
    margin: 5px;
  }

  .media-padding h3 {
    text-align:center;
    padding:10px;
  }

  .titlu-h3-comunicat {
    text-align: center;
    margin-top: 30px;
    margin-bottom: -59px;
    font-size: 19px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #044967;
  }


.comunicate-presa .slideshow-container {
  border-bottom:none;
}

.contact-detalii {
  padding-bottom: 25px;
  padding-top: 25px;

}

.google-map-field {
  margin-top:25px;
}


.field-partid {
  font-weight: 700;
  font-size: 22px;
}

  .field-partid:before {
    content: "\f02d";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #abc;
  }


.field-mandat {
  font-weight: 700;
  font-size: 22px;
}

  .field-mandat:before {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #abc;
  }

.field-comisii {
  font-weight: 700;
  font-size: 22px;
}

  .field-comisii:before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #abc;
  }

.field-email-consilier {
  font-weight: 700;
  font-size: 22px;
}

  .field-email-consilier:before {
    content: "\f2b6";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #abc;
  }

.field-telefon-consilier {
  font-weight: 700;
  font-size: 22px;
}

  .field-telefon-consilier:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #abc;
  }

.field-despre-mine {
  max-width: 999px;
  
  font-weight: 700;
  font-size: 22px;
}

  .field-despre-mine:before {
    content: "\f2bb";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #abc;
  }


.cariera-table {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid;
  padding: 2px;
  border-top: none;
}

.cariera-table-content header {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid black;
  background: #80808026;
  border-top: 1px solid black;
}


textarea#edit-mesaj {
  width: 100%;
}


select#edit-cum-doresti-sa-te-implici-in-campania-de-curatenie-generala- {
  width: 100%;
  height: 33px;
}


input#edit-adresa-email {
  margin-top: 3px;
}


form#webform-submission-formular-inscriere-node-2521-add-form {
  border: 1px solid #00000038;
  padding: 30px;
  border-radius: 10px;
}

.webform-submission-form {
  border: 1px solid #00000038;
  padding: 30px;
  border-radius: 10px;
}


.perioada-class {
  margin-top: -249px;
  column-count: 2;
  margin-bottom: 100px;
  padding: 57px;
  background: #eff5f5;
  border-radius: 25px;
}


.perioada-class h1 {
  font-size:2rem;
}

.ui-dialog-titlebar-close:after {
  content: 'x';
  width: 100%;
  color: red;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.no-results{
	font-size: 22px;
    font-weight: 700;
    color: #435464;
    letter-spacing: 0.5px;
    text-align: center;
}

.documents-table table{
	width:100%;
}

.documents-table tr{
	border-bottom: 1px solid;
	text-align: center;
}

.documents-table td{
	padding-top:15px;
	padding-bottom:15px;
}

.documents-table th{
	padding-top:15px;
	padding-bottom:15px;
	border-top: 1px solid;
}

.documents-table thead{
	background: #80808026;
	padding-top:15px;
	padding-bottom:15px;
}


.date-consilier-pagina ul {
  padding-left: 75px;
}


.date-consilier-pagina .field-mandat:before,
.date-consilier-pagina .field-despre-mine:before,
.date-consilier-pagina .field-email-consilier:before,
.date-consilier-pagina .field-comisii:before {
  color: hsl(213deg 50% 37%);
  font-size: 30px;
}

.section-consilier ul {
  font-weight: 200;
  font-size: 20px;
}

.section-consilier a {
  color:black;
}

.nume_consilier p {
  font-size: 14px;

}

@media screen and (max-width: 991px) {
	.hero-txt {
		margin-top: -55px!important;
	}
}


#main-nav-new-menu-link-content44e0b8cc-42ab-4a86-8ca5-477959a08dcb:hover #main-nav-new-menu-link-content44e0b8cc-42ab-4a86-8ca5-477959a08dcb:first-child{
  color: red;
}


.field-nume-a a {
  font-size: 24px;
  color: #778997;
  font-weight: 300;
}


.owl-item div {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: 100%;
  align-items: center;
  flex-direction: column;
}

.doc-rezultate-concurs:before{
	content:"Rezultate Selecție";
	font-size: 22px;
}

.doc-rezultate-proba-scrisa:before{
	content:"Rezultate Probă Scrisă";
	font-size: 22px;
}

.doc-rezultate-interviu:before{
	content:"Rezultate Interviu";
	font-size: 22px;
}

.doc-rezultate-contestatii:before{
	content:"Rezultate Contestații";
	font-size: 22px;
}

.doc-rezultate-finale:before{
	content:"Rezultate Finale";
	font-size: 22px;
}

.directii-text span {
  font-family: 'Trebuchet MS', sans-serif!important;
  color: #4e5861!important;
  font-size: 16px;
  font-weight: 400;
  line-height:22px;
}


.directii-text p {
  font-family: 'Trebuchet MS', sans-serif !important;
  color: #4e5861;
  font-size: 16px;
  font-weight: 400;
  display: inline;
}

.directii-text li {
  font-family: 'Trebuchet MS', sans-serif !important;
    color: #4e5861;
  font-size: 16px;
  font-weight: 400;
  list-style: disc;
}

.sigla-links-carusel{
	margin-top:30px;
}

.sigla-links-carusel img{
	width: 75%!important;
	height: auto;
	max-height:110px;
}

@media screen and (min-width: 991px) and (max-width: 1285px){
	ul.sf-menu.menu, ul.sf-menu.menu ul, ul.sf-menu.menu li{
		margin-left:-15px;
		margin-right:-15px;
	}
	
	#superfish-main-nav-new{
		margin-right: -100px;
		margin-left: 170px;
	}
	
	.home-button {
		right: 45px!important;
	}
	
	li a.sf-depth-1.menuparent.nolink{
		display: inline;
		padding: 0px 30px;
		/* padding-left: 30px; */
		/* padding-right: 30px; */
		opacity: 0.9;
		font-weight: 600;
		font-size: 12px;
		color: #fff;
		height: 38px;
		/* margin-top: 23px; */
		/* margin-bottom: -53px; */
		cursor: pointer;
		top: 20px;
		text-transform: uppercase;
	}
	
	span.sf-depth-1.menuparent.nolink{
		font-size: 12px;
	}
	
	.sf-depth-2 ul{
		width: 569px !important;
		margin-left: 0px!important;
	}
}

.numar-hotarare:before{
	content:"Hotărârea ";
}

.numar-hotarare:after{
	content:'din';
}

.numar-proiect:before {
  content: "Proiect ";
}

.numar-proiect:after {
  content: 'aflat in dezbatere';
}

.button-arhiva{
	margin: 10px;
    margin-top: 35px;
    border-radius: 50px;
    border: 2px solid #009ee3;
    background-color: #009ee3;
    padding: 15px 115px;
    color: white;
    transition: background-color 1s ease;
    transition: color 0.75s ease;
	font-size:20px;
}

.button-arhiva:hover{
	background-color: #fff;
    color: #009ee3;
    cursor: pointer;
}

.button-arhiva a{
	text-decoration:none!important;
}

@media screen and (max-width: 600px){
	.perioada-class{
		column-count: 1;
	}
}

@media screen and (max-width: 767px){
	.form-text{
		width:100%;
	}
	
	input#edit-adresa-email{
		width:100%;
	}
}

.webform-submission-form .js-form-item input{
	width:100%;
}

.webform-submission-form .js-form-item .button{
	width:auto;
}

.webform-submission-form .js-form-item .form-checkbox{
	width:auto;
}

.webform-submission-form .js-form-item .description{
	display: inline-block;
}

.webform-submission-form .js-form-item label{
	margin-left:0px;
}

.form-control .file-upload-js-error{
	display:none;
}


@media screen and (max-width: 370px){
	.views_slideshow_controls_text{
		margin-right:-15px;
		margin-top:-30px;
	}
	
	.owl-buttons{
		margin-right:-5px;
	}
	
	.testimonial-photo{
		margin-top:-30px;
	}
	
	.testimonial-text{
		margin-top:-30px;
	}
}

.small-navbar{
	height:60px;
}

.small-navbar .navbar-area{
	padding-top:0px;
}

.small-navbar .logo-wrapper{
	height:auto;
}

/*.small-navbar .logo-wrapper img{
	max-height:60px;
}*/

.small-navbar .sf-depth-1 > ul{
	top: 59px!important;
}

@media screen and (max-width: 991px){
	.small-navbar{
		padding-top:0px!important;
	}
	
	.small-navbar .slicknav_menu{
		padding-top:13px;
	}
	
	.small-navbar .slicknav_nav{
		top:59px!important;
	}
}


.cv-class {
  font-weight: 700;
  font-size: 22px;

}

.cv-class a {
  text-decoration:none;
}

  .cv-class:before {
    content: "\f019";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #d50000
  }

.cv-class-lista:before {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  margin-right: .5em;
  color: gray;
}

.hotarare-title {
  padding: 20px;
  font-weight: 600;
}


.cv-class-lista {
  font-weight: 700;
  font-size: 22px;

}

  .cv-class-lista a {
    color: #4e5861;
    text-decoration: none;
  }


.galerie-class-proiect {

}

  .galerie-class-proiect p {
    text-align: center;
    border-bottom: 1px solid black;
    padding: 7px;
    font-size: 26px;
  }

.galerie-show {
  display:flex;
  flex-wrap:wrap;
}


.galerie-show img {
  height:200px;
  width:100%;
  padding:5px;
}

@media (max-width: 1300px) {
  .row-titlu-conducere h2 {
    margin-left: 8px;
  }
}


a.colorbox.cboxElement {
  width: 25%;
}


.galerie-class-proiect h5 {
  border-bottom: 1px solid black;
  text-align: center;
  padding: 10px;
}


.raport-activitate {
  font-size: 18px;
  display: flex;
  flex-direction: column;
}


.raport-activitate span:before {
  content:'Descarca ';
}

@media (max-width: 1185px) {
  .title-section-istoric p {
    text-align: center;
    margin-right:0!important;
  }
}

@media (max-width: 1185px) {
  .title-section-istoric-2 p {
    text-align: center;
    margin-left:0!important;
  }
}



.table-anunt {
  width:100%;
}


.table-anunt .documents-table {
  width:600px;
  margin:30px auto;
}


.tabcontent span {
  font-family: 'Trebuchet MS', sans-serif!important
}


#edit-cerere-inscriere-program- {
  padding: 3px;
}


.poza-content h3{
  text-align:center;
  padding:10px;
}


.poza-content .galerie-show {
  justify-content: center;
  border-bottom: 1px solid #007bff4d;
  padding-bottom:20px;
  margin: 40px 0;
}


.title-section-istoric p {
  margin-right: 116px;
}


.title-section-istoric-2 p {
  margin-left: 103px;
}



.unitate-galerie .field-imagine img {
  width: 100%;
  height: 100%;
}

.unitate-galerie .field-imagine {
  text-align: center;
}

.field-numar-contract,
.field-durata-contract,
.field-valoare-tva,
.field-valoare-fara-tva,
.field-ofertant {
  font-size: 18px;
  font-weight: 600;
  color: #adb9cf;
}

  .field-numar-contract:before {
    content: 'Numar Contract: ';
    color: #4e5861;
  }
  .field-durata-contract:before {
    content: 'Durata Contract: ';
    color: #4e5861;
  }
  .field-valoare-tva:before {
    content: 'Valoare cu TVA: ';
    color: #4e5861;


#search-block-form {
    display: flex;
    position: absolute;
    right: -65px;
    bottom: 20px
}
  }
  .field-valoare-fara-tva:before {
    content: 'Valoare fara TVA: ';
    color: #4e5861;
  }
  .field-ofertant:before {
    content: 'Ofertanti: ';
    color: #4e5861;
  }

.name-project {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
}

.field-data-an {
  font-size: 20px;
  color: #93a0b6;
  font-weight: 600;
}


.card-abs {
  position:relative;

}


.field-an-abs {
  position: absolute;

  font-size: 20px;
  color: #778997;
  font-weight: 300;
}




#edit-persoana-careia-i-se-solicita-o-audienta- {
	color: #4e5861;
}


.search-block-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #183650e3;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.search-block-form input {
background-color: transparent;
    border: 0;
    border-bottom: 1px solid white;
    width: 250px;
    height: 60px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 21px;
outline:none;
color:white;
}

.search-block-form input#edit-submit {
display:none;
}

.search-block-form h2 {
    position: absolute;
    color:white;
    cursor:pointer;
    top: 100px;
    right: 100px;
}


#main-nav-new-menu-link-content82ee3318-bb0a-48da-a64b-b6f5d6a0ebe3 {
color: white;
    color: white;
    position: absolute;
    right: -289%;
    bottom: 6px;
    cursor: pointer;
    z-index: 1000000;
}
.search-test {
display:none;
}


.form-search:focus {
border-bottom: 1px solid green;
}

@media screen and (min-width: 991px) and (max-width: 1438px) {
	/*.home-button {
	display:none;
}*/
.search-button-block{
	display: none;
}
}


@media screen and (min-width: 1288px)and (max-width: 1438px) {
/*#superfish-main-nav-new {
margin-left:-76px;
}*/

.home-button { right: 135px!important; }
}

.sticky-enabled {
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
}

.sticky-enabled thead {
  background:#80808047;
  
}

.sticky-enabled th,
.sticky-enabled td{
  padding:10px;
}

.sticky-enabled td{
  border:1px solid #00000069;
}

.sticky-enabled th{
  border:1px solid #000000b8;
} 


@media (max-width: 992px) {
  #main-nav-new-menu-link-content82ee3318-bb0a-48da-a64b-b6f5d6a0ebe3 {
    color: white;
    position: absolute;
    right: -120px;
    bottom: 12px;
    cursor: pointer;
}
}

.header-image img{position:absolute;z-index: 99;}
.header-image img {height:300px; width: 100%}

@media only screen and (max-width: 991px){
.home-3.hero-area {
   /* padding: 140px 0px 160px 0px!important;*/
}}

.header-home img{
	    position: absolute;
    height: 300px;
    z-index: 99;
width:100%;
}
#block-transpix-local-tasks {
    z-index: 10000;
}

.android-view{display:block;}

@media only screen and (max-width: 440px){

.android-view{display:block}
}


.telefon-before:: before {
content: "Tel: "
}

.card {margin:10px}

.support-nav-area {height:60px}

@media only screen and (max-width: 990px){

.support-nav-area {
    margin-top: -21px;
    height: 88px;
}
}

.sf-depth-1>ul {
    
    top: 60px !important;
}

@media screen and (max-width: 991px){
.small-navbar {
    /* padding-top: 0 !important; */
    margin-top: 0px!important;
    height: 62px;
}}

@media screen and (max-width: 991px){
.small-navbar .slicknav_menu {
    padding-top: 22px;
}}
.navbar-area {
    padding: 0;
}

.logo-wrapper img {
    max-width: 230px;
    max-height: 67px;
    margin-top: -10px
}

@media only screen and (max-width: 991px){
.logo-wrapper img {
    max-width: 200px;
    max-height: 94px;
}}
/*.small-navbar .logo-wrapper img {
    max-height: 67px;
    margin-top: -10px;
}*/

nav.slicknav_nav {
    top: 88px!important;
}

.home-button  {
    position: absolute;
    top: 20px;
    right: 142px
}

/*.home-button{
	transform: scale(1.3);
}*/

.home-button img {
	height: 30px!important;
	width: 30px!important;
}

@media only screen and (max-width: 991px){
.home-button  {
    right: -60%;
    top: 31px;
}

#main-nav-new-menu-link-content82ee3318-bb0a-48da-a64b-b6f5d6a0ebe3 { right: -75%; }

}
.logo-wrapper img {
    max-width: 230px;
    max-height: 69px;
    margin-top: -10px;
}

/*.small-navbar .logo-wrapper img {
    max-height: 69px;
    margin-top: -10px;
}*/

.small-navbar .logo-wrapper img {
    margin-top: 0!important;
}

.small-navbar .logo-wrapper .home-button {
    top: 20px;
}

.block-link:hover {
    font-size: 17px;
    transition: 0.1s;
}


.galerie-dezbateri img{
width:25%;
height:200px;
padding:5px;
}

.video-dezbateri {padding:10px;}

.block-link:hover {
    font-size: 17px;
    transition: 0.1s;
}

.post-imagine img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
}

.galerie-dezbateri {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #007bff;
    padding-bottom: 15px;
}

.galerie-dezbateri img{
width:25%;
height:200px;
padding:5px;
}

.video-dezbateri {padding:10px;}

.block-link:hover {
    font-size: 17px;
    transition: 0.1s;
}

.title-declaratie:before {
    content: 'Declaratie de avere si interese -';
}

.title-declaratie:after {
    content: '- ';
}

.date-declaratie {margin-left:6px;}

span {
    font-family: 'Trebuchet MS', sans-serif!important;
}

body p {
    line-height: 22px;
}


h1 span {
    font-size: 2.5rem!important;
}


h2 span {
    font-size: 2rem!important;
}

h3 span {
    font-size: 2rem!important;
}

h4 span {
    font-size: 1.5rem!important;
}

h5 span {
    font-size: 1.1rem!important;
}

.news-txt {
    height: 163px;
}

.unitate-galerie .row {align-items:center}

.cards-dgitl .card-unitati-invatamant {min-height: 0;}

.situatie-plati .container {padding:0; margin-top:20px}

.tabcontent {padding-left:0; padding-top: 20px;}

.aliniat-titlu-servicii {opacity:0}

/*.lista-cards-administratie .views-exposed-form {justify-content:start}*/

li p {margin-bottom:0px!important}

ul li {margin-bottom:0px!important}

.documents-normal {

 flex-direction: column;
}

 .field-document a {
    font-size: 22px;
    color: #435464;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.documents-normal span{
padding-bottom: 22px;
    margin-bottom: 15px;
    border-bottom: 2px solid #dfdfdf;
}

.pdf-content h2{
display:none
}

.documents-table-anunt th {border:1px solid #00000080;    
width: 100px;    text-align: start;
    padding-left: 13px;}

.documents-table-anunt tr td {
    border:1px solid #0000003d;
text-align: start;
    padding-left: 10px;
}

.documents-table-anunt thead {
background: #2e2e2e47;}

.logo-wrapper-inner img {
	transform: scale(0.7);
}

.form-item .container-inline{
	width: 100%;
}

@media screen and (max-width: 768px){
	.hero-txt {
		margin-top: -110px!important;
	}
}

.w-100{
	width: 100%;
}

@media screen and (max-width: 992px){
	.aliniat-titlu-servicii{
		display: none!important;
	}
	.row-titlu-conducere .col-lg-6{ padding-top: 5px!important; padding-bottom: 5px!important;}
}

@media screen and (max-width: 769px){
	.directii-text{
		left: 30px;
	}
}

@media only screen and (max-width: 376px) and (min-width: 320px) {
	.hero-txt{
		margin-top: -120px!important;
	}
}

@media only screen and (max-width: 342px) and (min-width: 214px) {
	.hero-txt{ margin-top: -120px!important; }
	.hero-txt h1{ font-size: 18px!important; }	
	.hero-txt h2{ font-size: 18px!important; }
}

@media only screen and (max-width: 214px) {
	.hero-txt { margin-top: -110px!important }
	.hero-txt h1 { font-size: 18px!important; }
	.hero-txt h2 { font-size: 18px!important }
}

.lista-cards-administratie h3 { margin-bottom: 0px!important; }

@media only screen and ( max-width: 992px ) {
	.blue-placeholder { display: none; }
	.row-titlu-conducere .container .row h2 { margin-left: 0px; }
}

/*@media only screen and ( max-width: 990px ) and (min-width: 768px) {
	#main-nav-new-menu-link-content82ee3318-bb0a-48da-a64b-b6f5d6a0ebe3{
		right: -251px;
	}
	
	.home-button { right: -200px; }
}*/

/*@media only screen and ( max-width: 768px ) and (min-width: 490px) {
	#main-nav-new-menu-link-content82ee3318-bb0a-48da-a64b-b6f5d6a0ebe3 { right: -181px; }
	.home-button { right: -130px; }
}

@media only screen and ( max-width: 490px) and (min-width: 411px) {
	#main-nav-new-menu-link-content82ee3318-bb0a-48da-a64b-b6f5d6a0ebe3 { right: -151px; }
	.home-button { right: -100px; }
}

@media only screen and (max-width: 411px) {
	#main-nav-new-menu-link-content82ee3318-bb0a-48da-a64b-b6f5d6a0ebe3 { right: -91px !important; }
	.home-button {right: -50px;}
}*/

@media only screen and (max-width: 451px) {
	.home-button { right: -45%; }
	#main-nav-new-menu-link-content82ee3318-bb0a-48da-a64b-b6f5d6a0ebe3 { right: -65%; }
}

@media only screen and (orientation:landscape) {
	.small-navbar { height: 52px; }
}

	.accordion-item { padding-left: 2%; }


@media only screen and (max-width: 576px) {
	.accordion-item { padding-left: 5%; }
}

@media screen and ( max-width: 768px ) {
	.blog-details-section .col-md-8 {
		border-right: 0px !important;
	}
}

#mc_embed_signup_scroll input { max-width: 1450px; }

.search-container {
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.views-row:last-of-type .search-container {
	border-bottom: 0px;
	padding-bottom: 20px;
}

.single-news__all:not(:hover) {
    transform: scale(0.99);
}

.single-news__all {
    transition: transform 1s;
}

.single-news__all:hover {
    transform: scale(1.02);
}

.news-txt {
    min-height: 170px;
}

span.arrow-left {
    display: inline-block;
    width: 98%;
}

span.arrow-icon {
    display: inline-block;
    width: 2%;
}
span.arrow-icon i {
    font-size: 40px;
}

.field-functie {
    font-size: 20px;
    color: #929ea8;
    font-weight: 700;
    letter-spacing: 0.5px;
}

li.sf-depth-2.sf-no-children {
    width: 54.42em!important;
    padding-right: 0px!important;
}

@media only screen and (max-width: 1305px) and (min-width: 992px){
    li.sf-depth-2.sf-no-children {
        width: 55.30rem!important;
    }
}

@media only screen and ( min-width: 992px ) {
    li a.sf-depth-1.menuparent.nolink {
        padding-bottom: 30px;
    }
    .navbar-area .row .col-12 {
        position: relative!important;
        left: 20px;
    }
    .navbar-area .row {
        position: relative;
        left: 20px;
    }
}

@media only screen and ( max-width: 991px ) {
    form input[type='text'],
    form input[type='email'],
    form input[type='tel'],
    textarea {
        border: 1px solid black;
    }
}

.wrapper-text {
    width: 100%;
    padding: 5px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

/* Custom search page */

.search-wrapper:not(:last-of-type) {
    border-bottom: 2px solid rgba(1, 33, 105, 0.8);
}

.search-result__type {
    margin-bottom: 0;
    margin-top: 10px;
}

.views-row:last-of-type .search-container {
    border-bottom: 0px;
    padding-bottom: 20px;
}

.search-container {
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

/* Fixare bug dimensiuni navbar */

@media only screen and ( min-width: 1201px ) {
    .navbar-area { margin-left: 0px!important; }
    #superfish-main-nav-new { margin-left: -100px!important; }
}
@media only screen and ( min-width: 992px ) and ( max-width: 1200px ) {
    .navbar-area { margin-left: 0px!important; }
    #superfish-main-nav-new { margin-left: 0!important; }
}

.search-button-block {
    display: block!important;
}

.lista-cards-administratie .card.views-row:last-of-type {
    border-bottom: none!important;
    padding-bottom: 0px;
}

@media only screen and ( min-width: 992px ){
    .gallery-div-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        grid-template-rows: repeat(auto-fit, minmax(180px, 1fr));
        gap: 10px;
        grid-auto-flow: dense;
        height: 470px;
    }
    
    .gallery-div-container a:first-of-type {
        grid-column-end: span 2;
        grid-row-end: span 2;
        height: 470px;
    }
}

.gallery-div-container a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-div-container a:not(:first-of-type) {
    height: 230px;
}

.gallery-div-container a {
    width: 100%!important;
}

.galerie-info-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* right: 50%; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6559873949579832) 0%, rgba(255,255,255,0.3394607843137255) 100%);
}

@media only screen and (max-width: 991px) {
    .gallery-div-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

#welcome-popup {
  display: none;
}