html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	vertical-align: baseline;

}

html{

	scroll-behavior: smooth;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

	display: block;

}
@font-face {
  font-family: Gill Sans;
  src: url(../font/Gill-Sans.otf);
}
body {

	line-height: 1;
	font-family: Gill Sans;
}
ol, ul {

	list-style: none;

}

b{
	color:#253a47;
	
}
blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}
a{
	color:white;
}
.header a{
	  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

.footer {
	width: 100%;
background: rgb(0,0,0);
background: linear-gradient(
90deg
, rgba(0,0,0,1) 0%, #253a47 100%, rgba(232,255,0,1) 100%);
	display: block;
 }

 .inner-footer {
	 width: 95%;
	 margin: auto;
	 padding: 30px 10px;
	 display: flex;
	 flex-wrap: wrap;
	 box-sizing: border-box;
	 justify-content: center;
 }

.footer-items {
	width: 25%;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #fff;
}

.footer-items p {
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	color: #fff;
	padding-top:15px;
}

.footer-items h1 {
	color: #fff;
}

.border1 {
	height: 3px;
	width: 40px;
	background: rgb(0,0,0);
background: linear-gradient(
90deg
, rgba(0,0,0,1) 0%, #253a47 60%, rgba(232,255,0,1) 100%);
	color: #e8ff00;
	background-color: #e8ff00;
	border: 0px;
	margin-top:20px;
	margin-bottom:20px;
}

.footer ul {
	list-style: none;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.5px;	
 }

.footer ul a {
	text-decoration: none;
	outline: none;
	color: #fff;
	transition: 0.3s;
}

.footer ul a:hover {
	color: #e8ff00;
}

.footer ul li {
	margin: 15px 0;
	height: 25px;
	line-height:20px;
}

.footer li i {
	margin-right: 20px;
}

.social-media {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.social-media a {
	text-decoration: none;
}

.social-media i {
	height: 25px;
	width: 25px;
	margin: 20px 10px;
	padding: 4px;
	color: #fff;
	transition: 0.5s;
}

.social-media i:hover {
	transform: scale(1.5);
}

.footer-bottom {
	padding: 10px;
	background: black;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

/* for tablet mode view */

@media screen and (max-width: 1275px) {
	.footer-items {
		width: 50%;
	}
}

/* for mobile screen view */

@media screen and (max-width: 660px) {
	.footer-items {
		width: 100%;
	}
}

.container {
	width:1250px;
	margin:0 auto;
}

@media screen and (max-width: 1025px){
	.container{
		width:100% !IMPORTANT;
	}
	.submenu{
		display:none !IMPORTANT;
	}
}
.submenu{
	width:100%;
	background-color:black;
	height:50px;
}
.submenu li{
	display:inline-block;
	padding:10px;
}
.submenu li a{
	transition: 0.3s;
}
.submenu li a:hover{
	color:#e8ff00;
}
.submenu i{
	padding-right:10px;
}
.submenu .ul_right{
	float:right;
}
.submenu .ul_left{
	float:left;
}
.submenu .ul_left li{
	padding-right:70px;
}
.logo_footer{
	height:100px;
	width:200px;
}
.border2{
	height: 3px;
	width: 50px;
	    background: rgb(0,0,0);
  background: linear-gradient(
90deg
, rgb(231 166 20) 0%, #253a47 60%, rgba(232,255,0,1) 100%);
    color: #e8ff00;
    background-color: #e8ff00;
	color: #e8ff00;
	background-color: #e8ff00;
	border: 0px;
	margin-bottom:50px;
	margin-left:47%;
}
.introducere_pagina h3{
	text-transform:UPPERCASE;
	text-align:center;
	color:#253a47;
	font-size:43px;
	padding:70px;
	padding-top:200px !IMPORTANT;
}
.introducere_pagina p{
	text-align:center;
	color:#253a47;
	font-size:26px;
	padding:10px;
	padding-bottom:50px;
}

.header {
  background-color:#fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
  border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 94px
}
.header a{
	color:#253a47 !IMPORTANT;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  width:112px;
  text-decoration: none;
  margin-left:331px;
  padding-bottom: 1px;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
      cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    margin-right: 30px;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
	    height: 63px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
	margin-right: 300px;
  }
  .header .menu-icon {
    display: none;
  }
}
.active{
	background-color:#fff2d9;
	color:white!IMPORTANT;
}
.active:hover{
	background-color:#80808047 !IMPORTANT;
}
@media (max-width: 1025px) {
	.header .logo {
		padding-left:68px; /* SUGI CARICIU */
		    padding-top: 1px; /* DANE */
			        margin-left: 90px; /* DACA VEZI ASTA */
	}
	.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    text-align: center;
}
	
}
