@charset "UTF-8";/*** General CSS ***/



body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;;
    z-index: 9999;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 10%);
}
#sp-header .container-inner {
    border-top: 5px double #e8ebf2;
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
	text-align: left !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    //text-transform: capitalize; /* modificat 23.04.2023 */
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #222;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #222;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 17px 40px;
    font-size: 18px;
    font-weight: 600;border-radius: 5px;
    text-transform: capitalize;
    letter-spacing: 0;
  	border: none;
	display: inline-block;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
	background-color: #1f5ad2;
	transform: scale(1.1);
	color: #fff;
}
.btn.color {
	background-color: #0c1a3c;
	color: #fff;
}

/* Title */
.title.white h3 {
	color: #fff;
}
.title h3 {
	letter-spacing: 1px;
	font-weight: 600;
	position: relative;
}
.title h1 {
	font-size: 55px;
	font-weight: 600;
	margin: 25px 0;
}

/* Bg */
.slider.bg-title {
	margin-top: 0 !important;
}
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 16px;
}

/* Check-list */
.check-list .left, .check-list .right {
	width: 50%;
	float: left;
}
.check-list strong {
	display: none;
}
.check-list em {
	padding-right: 10px;
	font-size: 15px;
}

/* About */
.about img {
  	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.about img:hover {
  	opacity: .85;
}
p.color-text {
    color: #0c1a3c;
}

/* Services */
.services .sppb-col-md-3 {
    border-right: 1px solid #eef1f6;
}
.services-item i {
    height: 100px !important;
    width: 100px !important;
    line-height: 100px !important;
    border-radius: 50%;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.services-item:hover i {
  	background: #1f5ad2;
    transform: rotateY(360deg);
}

/* Help */
.help-item img {
    width: 200px;
}
.help-item h3 {	
	letter-spacing: 2px;
}

/* Feature */
.feature-item h4 {
	color: #1f5ad2;
	font-size: 18px;
	padding: 20px 0 10px;
}
.feature-item img, .feature-item .sppb-img-container {
	width: 100%;
}

/* Images */
.images .sppb-row-overlay {
    background-image: url(https://mihaelastefan.ro/templates/at_politix/images/dots.png);
    background-position: 5% 0px;
    background-repeat: no-repeat;
    opacity: 1;
}

/* Counter */
.counter-item h1 {
	font-size: 65px;
	font-weight: 600;
}
.counter-item h5 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 15px 0 0;
}

/* Events */
.events-item {
	border: 1px solid #0C1A3C;
	position: relative;
}
.events-item .sppb-media-content {
	padding: 19px 0;
}
.events-item h4 {
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
}
.events-item p {
	color: #7c859b;
	margin: 0;
}
.events-item .sppb-media-content {
	padding-left: 50px;
}
.events-item h6 {
	background: #1f5ad2;
	display: inline-block;
	height: 100px;
	width: 100px;
	font-size: 18px;
	margin: 0;
	position: absolute;
	top: 20%;
	left: 15%;
	text-align: center;
	padding: 12px 15px;
	border-radius: 50%;
	border: 5px solid #fff;
	color: #fff;
	font-weight: 600;
}
#events2 .events-item h6 {
	background: #3D9C85;
}
.events-text i {
    height: 170px !important;
    width: 170px !important;
    line-height: 170px !important;
    border-radius: 50%;
    background: #fff;
}
.events-text h4 {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 20px;
}

/* Testimonials */
.testimonials-item {
	position: relative;
}
.testimonials-item span.fa-quote-left {
	position: absolute;
	bottom: 0;
	right: 0;
}
.testimonials-item img {
	border: 3px solid;
}

/* Team */
.team-item .sppb-media-content {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 13%);
    padding: 15px 10px;
    margin: 0 10px;
    position: relative;
    margin-top: -30px;
    background: #fff;
}
.team-icon .shrewd_solution_icon ul {
	margin-top: 20px;
}
.team-icon .shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.team-icon .shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 40px;
    color: #fff !important;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
    background: #344143;
}
.team-icon .shrewd_solution_icon ul li a:hover {
	color: #fff !important;
}
.team-icon .shrewd_solution_icon strong {
    display: none;
}

/* Video */
.choose-colum .clearfix:first-child {
	position: relative;
}
.choose-colum .clearfix:first-child:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	border-radius: 15px;
	background: rgb(0 0 0 / 50%);
	height: 100%;
	width: 100%;
}
.video {
    min-width: 60px;
    min-height: 60px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #0A0B0F;
    width: 70px;
    height: 70px;
    border-radius: 50%;
	z-index: 1;
}
.video .sppb-img-container {
    overflow: hidden;
}
.video .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 10px solid #21C063;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 999;
}
.video a:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close,
#video-popup-closes {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}



/* FAQs */
.sppb-panel-modern {
    border: none;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 30px;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: transparent;
    color: #000;
}
.sppb-panel-modern>.sppb-panel-heading.active {
    color: #fff;
	border-radius: 30px 30px 0 0;
}
.sppb-panel-title {
    font-size: 16px;
}

/* Blog */
.blog-pg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #eef1f6;
    height: 55%;
    width: 100%;
}
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    padding: 20px 20px;
	box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
	border-radius: 0px 0px 10px 10px;
	background: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}
.pagination>li>a, .pagination>li>span {
    color: #000;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    padding: 13px 20px;
	border: 2px solid;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	line-height: 30px;
	font-size: 14px;	
}
#sp-bottom p {
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 10px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 0;
    position: relative;
}
#sp-bottom span {
    padding-right: 10px;
	font-size: 14px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom .shrewd_solution_icon {
    margin-top: 20px;
}
#sp-bottom .shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 43px;
    color: #ffffff5a;
    line-height: 43px;
    text-align: center;
    border-radius: 0;
    margin-right: 2px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: 1px solid #ffffff5a;
    background: transparent;
}
#sp-bottom .shrewd_solution_icon ul li a:hover {
	color: #fff;
	border: 1px solid #fff;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
  	width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(0,0,0,0.1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 991px) {
  	section#process {
    	padding-top: 90px !important;
	}
    .about-colum .clearfix {
    	width: 100%;
  	}
  	.services .sppb-col-md-4, .business .sppb-col-md-4 {
    	margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	.btn-colum .sppb-text-right {
    	text-align: left;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
  	.events-item .sppb-media-body, .events-item .pull-left {
    	width: 100% !important;
    	padding-left: 10px;
	}
  	.events-item .sppb-media-content {
    	padding-left: 0px;
	}
  	.check-list .left, .check-list .right {
    	width: 100%;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, 
.btn, .services-item i, .events-colum, .other, .team-icon .shrewd_solution_icon ul li a {
 	background-color: var(--background-color);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, 
.article-list .article .article-header h2 a:hover, .title h3, .counter-item h1, #sp-bottom4 span,
.events-item h3, .events-text i, .testimonials-item span.fa-quote-left, .check-list em, .team-item h3 {
  	color: var(--text-color);
}
.btn, .video a:before, .testimonials-item img {
  	border-color: var(--text-color);
}

/* modificat 24.04.2023*/
/* aspect câmp căutare */

/*
.class_search{
background: #002a59;
border-top: 0px white;
border-left: 0 white;
border-right: 0;
border-bottom: 2px solid white;
text-align: right;
}
*/
/*#mod-finder-searchword114 */
div.sp-module.clasa_cautare div.sp-module-content form.mod-finder.js-finder-searchform.form-search div.awesomplete input#mod-finder-searchword114.js-finder-search-query.form-control{
	background: transparent;
	border: 1px dotted transparent;
	text-align: right;
	margin-left: 30px;
	padding: 5px;
	border-bottom-color: #fff;
	border-radius: 0px;
	color: white;
}

.related-article-title {
	display: none;	
}

#sp-main-body {
  padding: 0;
}

img {
	box-shadow: 1px 1px 10px -4px #aaa;
	border: 2px ridge #fff;
}

.logo-image {
  border: 0;
  box-shadow: 0 0;
}

.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 25px;
  padding: 10px;
  color: #002a59;
}

.related-article-list  {
	border-radius: 3px;
	background: #cbd1d7;
	border: 1px solid #bababa;
	padding: 15px 15px 0 15px;
	text-align: center;
	box-shadow: 1px 1px 10px -4px #aaa;
	color: #f00;
	margin-bottom: 20px;
}
.readmore {
  border: 1px solid #bababa;
  color: #f00;
  padding: 5px;
  background: #cbd1d7;
  text-align: center;
  box-shadow: 1px 1px 10px -4px #aaa;
  max-width: 95%;
}

.article-list .article .readmore a {
    font-style: italic;
}

.article-intro-image {
  max-width: 200px;
  float: left;
  margin: 5px 20px 5px 5px !important;
  box-shadow: 1px 1px 10px -4px #aaa;
  border: 1px solid #fff;
  border-radius: 0 !important;
}

.article-list .article .article-header h2 a {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    //border: 2px groove white;
	color: #002a59;
	display: block !important;
    max-width: 95%;
}
div.related-article-list-container > div > div > div > div > div.article-header > h2 > a{
    
    //border: 0 !important;
	border: 1px dashed transparent;
	margin: auto;
	//color: #002a59 !important;
	border-bottom-color: #002a59;
}

.sp-module > ultimele_articole {
  background: #f2f2f2;
}

.ultimele_articole H3{
  color: #fff;
}

.ultimele_articole {
  //background: #d8dee3;
  box-shadow: 0px 0px 20px 5px #ffffff52;
}

.latestnews ul {
  border: 2px groove white;
  padding: 10px;;
}

.latestnews ul > li > a {

color: red;
}

#sp-right .sp-module ul > li > a {
color: #002a59;
border: 2px groove white;
padding: 0 10px;
margin: 10px 0;
}
#sp-right .sp-module ul > li > a > span {

display: none;
}

.related-article-list-container .article-header h2 {
  margin: auto !important;
  min-height: 55px;
  display: initial;
}

div.related-article-list-container div.article-list.related-article-list div.row div.article {
  padding: 10px 0;
  border: 2px groove white; 
  min-height: 130px;
}

.page-item.disabled .page-link {
  background-color: transparent;
  border-color: transparent;
}
.pagination > li > a, .pagination > li > span {
  background: transparent;
}

.article-introtext img {
box-shadow: 1px 1px 10px -4px #aaa;
border: 2px ridge #fff;
  //border-bottom-color: rgb(255, 255, 255);
  //border-bottom-style: solid;
  //border-bottom-width: 1px;
border-radius: 0 !important;
}

div.related-article-list-container div.article-list.related-article-list div.article div.article-info span.published {
	//border-top: 1px dashed #000;
	//padding: 5px;
	margin: 5px auto 0;
	color: #777;
}


div.input-group {
	//border-radius: 3px;
	//background: #002a59;
	//border: 1px solid #bababa;
	padding: 20px 10px;
	//box-shadow: 1px 1px 10px -4px #aaa;
	margin-bottom: 20px;
	//border: 2px ridge #fff;
}

div.input-group div.awesomplete input#q.js-finder-search-query.form-control {
	background: #f2f2f2;
	//border: 2px ridge #e4e4e4;
	text-align: center;
	//margin-top: 10px;
	color: #f00;
	//border: 0;
	border-radius: 0;
	border: 2px groove #fff;
}

div.input-group button.btn.btn-primary {
	border: 1px solid #fff;
	margin-left: 50px !important;
	color: #f2f2f2;
	padding: 0px 20px;
	background: #002a59;
	//border-radius: 20px !important;
}

div.input-group button.btn.btn-primary:hover {
	background-color: #002a59;
	color: white;
}

div.input-group a.btn.btn-secondary.ads {
	border: 1px solid #fff;
	margin-left: 20px !important;
	color: #f2f2f2;
	padding: 0px 20px;
	background: #002a59;
	border-radius: 20px !important;
	display: none;
}

div.input-group a.btn.btn-secondary.ads:hover {
	background-color: #002a59;
	color: white;
}

div#search-results ul#search-result-list.search-results.list-striped.js-highlight.com-finder__results-list li {
	border-bottom: 3px ridge #fff;
	//border-top: 1px dashed;
	
}
div#search-results ul#search-result-list.search-results.list-striped.js-highlight.com-finder__results-list li .result-title {
	padding: 10px;
	text-decoration: underline;
	border: 2px groove white;
}

div#search-results div#search-query-explained.com-finder__explained {
	display: none;
}

/*
 a mark, div.js-highlight  h1 mark {
	background-color: #f00;
}

.mark, mark: {
	background-color: #f00 !important;
}
*/

.mark, mark {
  background-color: #ff8080;
}

.article-list .article {
    box-shadow: 1px 1px 10px -4px #555;
    margin-top: 20px;
    margin-bottom: 20px;
}

#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 20px !important;
}

#sp-header, #sp-header.header-sticky {
    box-shadow: 1px 1px 10px -4px #555;
}

div.article-body > div.article-info > span > time{
	color: #777;
}

.btn-sustinere {
	border: 2px groove white;
    padding: 10px;
    display: block;
    max-width: 280px;
    text-align: center;
	margin: auto;
}

.btn-politici-publice {
	border: 2px groove white;
    padding: 10px;
    display: inline-block;
    min-width: 320px;
    text-align: center;
    margin: 20px 20px 50px;
}

.article-details .article-ratings-social-share {
    padding: 4px;
}

.com-baforms-wrapper {
	max-width: 400px;
}

.ba-form-footer {
	display:none;
}
div.ba-form-page > div > div > div > div > div:nth-child(4) > div > div.ba-field-container > input[type=text] {
	
}




.rspbld-image img {
    border: none;
    //border-radius: 80px;
    box-shadow: none;
}

#rspbld > div >  img {
    border: none;
    box-shadow: none;
}
div.rspbld-button-container > a {
    background: #003366;
    border-radius: 0;
    border: 1px solid white;
	text-transform: uppercase;
}

div.rspbld-button-container > a:hover {
    background: #003366;
}
