    body,html{
        margin: 0;
        padding: 0;
        background: #fff;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        font-weight: 400;
        color:#666869;
        letter-spacing: 0.5px;
        line-height: 1.8;
    }

    body {
        position: relative;
    }

    html {
		overflow: hidden;
		overflow-y: scroll;
    }

    ::-moz-selection {
		background: #000;
		color: #fff;
    }

    ::selection {
        background: #000;
        color: #fff;
    }
    a:link,
    a:hover,
    a:active,
    a:visited {
        text-decoration: none;
        letter-spacing: 0.8px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .page-wrapper {
        overflow: hidden;
    }

    .owl-carousel .owl-item img {
        max-width: auto;
        width: auto;
        height: auto;
    }

    .preloader-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 888;
        background: #990000;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .preloader {
        display: inline-block;
        position: relative;
        width: 64px;
        height: 64px;
    }

    .preloader div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

    .preloader div:nth-child(1) {
        left: 6px;
        animation: lds-ellipsis1 0.6s infinite;
    }

    .preloader div:nth-child(2) {
        left: 6px;
        animation: lds-ellipsis2 0.6s infinite;
    }

    .preloader div:nth-child(3) {
        left: 26px;
        animation: lds-ellipsis2 0.6s infinite;
    }

    .preloader div:nth-child(4) {
        left: 45px;
        animation: lds-ellipsis3 0.6s infinite;
    }

    @keyframes lds-ellipsis1 {
        0% {
          transform: scale(0);
        }
        100% {
          transform: scale(1);
        }
    }

    @keyframes lds-ellipsis3 {
        0% {
          transform: scale(1);
        }
        100% {
          transform: scale(0);
        }
    }

    @keyframes lds-ellipsis2 {
        0% {
          transform: translate(0, 0);
        }
        100% {
          transform: translate(19px, 0);
        }
    }
      

/*	========================================================
	1.1.TYPOGRAPHY
    ===================================================== */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 1px;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 18px;
        color: #990000;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    h1,.h1 {
        font-size: 3.667rem;
    }
    
    h2,.h2 {
        font-size: 3.2rem;
    }
    
    h3,.h3 {
        font-size: 2.8rem;
    }
    
    h4,.h4 {
        font-size: 2.133rem;
    }
    
    h5,.h5 {
        font-size: 1.467rem;
    }
    
    h6,.h6 {
        font-size: 1.2rem;
    }
    
    p {
        color:#666869;
        line-height: 26px;
    }
    
    ul,ol {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    textarea,textarea:focus,input,input:focus,button,button:focus {
        outline: none;
        resize: inherit;
        transition: all 0.3s linear;
    }
    
/*GENERAL*/
    .section {
        padding: 100px 0;
        position: relative;
        overflow: hidden;
    }

    .seperate-line-grey {
        border-color: rgba(255, 255, 255, 0.1);
        margin-bottom: 50px;
    }

    .section-sub-line {
        font-size: 1.15rem;
        margin-bottom: 60px;
        text-transform: capitalize;
    }

    .section-title span {
        color: #990000;
        position: relative;
        display: inline-block;
        margin-left: 10px;
    }

    .flex-box-wrap {
        display: flex;
        justify-content: center;
        height: 100%;
        flex-direction: column;
        align-items: center;
    }

    .pt--180 {
        padding-top: 180px;
    }

    .pb--100 {
        padding-bottom: 100px;
    }

    .pb--minus-50 {
        padding-bottom: 50px;
    }

    .pb--minus-0 {
        padding-bottom: 0;
    }

    .mt--50 {
        margin-top: 50px;
    }

    .mt--70 {
        margin-top: 70px;
    }

    .mb--30 {
        margin-bottom: 30px;
    }

    .mb--minus-40 {
        margin-bottom: -40px;
    }

    .mb--minus-30 {
        margin-bottom: -30px;
    }

    .mb--box-medium {
        margin-bottom: 30px;
    }

    .lead-text {
        color: #6c757d;
        font-size: 1.25rem;
    }
    
    .circle-img {
        border-radius: 50%;
    }

    .rounded-img-large {
        border-radius: 10px;
    }

    .rounded-img-top {
        border-radius: 10px 10px 0 0;
    }

    .default-green-btn {
        border:none;
        background: transparent;
        display: inline-block;
        color: #990000;
        border:2px solid #990000;
        border-radius: 100px;
        padding: 14px 40px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .default-green-btn:hover {
        background: #990000;
        color: #fff;
    }

    .f-left {
        float: left;
    }

    .f-right {
        float: right;
    }

    .f-left::after, .f-right::after {
        content: "";
        display: block;
        clear: both;
    }

    .background {
	background:
		linear-gradient(
		  rgba(0, 0, 0, 0.70), 
		  rgba(0, 0, 0, 0.70)
		),
		url("bg.jpg");
    }

	::-webkit-scrollbar {
		width: 6px;
	}

	::-webkit-scrollbar-track {
		background: #282a2f;
	}

	::-webkit-scrollbar-thumb {
		background: #990000;
	}

/*Inceput*/
    .header {
        position: fixed;
        width: 100%;
        z-index: 555;
        padding: 30px 0;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .header-shrink {
        background: #fff;
        padding: 20px 0;
        -webkit-box-shadow: 0 7px 27px 0 rgba(86, 115, 121, 0.15);
        box-shadow: 0 7px 27px 0 rgba(86, 115, 121, 0.15);
    }

    .logo-brand img {
        width: 100%;
        height: auto;
        display: none;
    }
    .logo-brand .active {
        display: block;
    }

    a.logo h4{
        color:#990000;
       }

    .header .navbar-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-shrink-menu .navbar-list {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-list .navbar-list-item .nav-link {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        overflow: hidden;
        position: relative;
        display: inline-block;
        padding: 10px;
        text-transform: uppercase;
        font-family: "Barlow",sans-serif;
    }

    .header-shrink  .navbar-shrink-menu .navbar-list .navbar-list-item a {
        color: #990000;
    }

    .navbar-shrink-menu .navbar-list .navbar-list-item a:hover {
        color: #990000;
    }

    .navbar-shrink-menu .navbar-list .navbar-list-item a.active {
        color: #990000;
    }

    .navbar-shrink-menu .navbar-list .navbar-list-item .active::after {
        top: 0;
    }

    .navbar-shrink-menu .navbar-list .navbar-list-item .active::before {
        bottom: 0;
    }

    .navbar-toggle-btn {
       position: absolute;
       border-radius: 50%;
       background: #fff;
       color: #990000;
       border:none;
       width: 42px;
       height: 42px;
       bottom: -21px;
       left: 50%;
       display: none;
       transform: translateX(-50%);
       box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

    .navbar-toggle-btn::after {
        content: "\f107";
        position: relative;
        vertical-align: middle;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }

    .navbar-toggle-btn-active::after {
        content: "\f106";
        position: relative;
        vertical-align: middle;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }

    .hero-banner .hero-inner {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-banner .hero-banner-title {
        color: #990000;
        display: block;
        margin-bottom: 30px;
    }

    .hero-banner .hero-banner-title #typed-text,.typed-cursor {
        color: #fff;
    }
    
    .hero-banner .hero-banner-text {
        color: #fff;
        opacity: 0.7;
        margin-bottom: 50px;
    }

/*INFORMATII*/
    .informatii1 {
        background: #fff;
        position: relative;
        padding:40px 30px;
        margin-bottom: 50px;
        border-radius: 10px;
        transition: all 0.2s linear;
        text-align: center;
        box-shadow: 0 0 10px 0 rgba(14, 2, 32,0.15);
    }

    .informatii1:hover {
        cursor: pointer;
        background: #990000;
        box-shadow: 0 0 20px 0 #990000;
        transform: scale(1.02);
    }

    .informatii1 span {
        display: block;
        color:#990000;
        transition: all 0.3s ease-in-out;
        margin: 20px auto;
    }
    
    .informatii1:hover span {
        color: #fff;
    }

    .informatii1 span::before {
        margin-left: 0;
        font-size: 50px; 
    }

    .numar-informatie {
        background: #990000;
        color: #fff;
        font-size: 18px;
        display: block;
        position: relative;
        text-align: center;
        border-radius:50%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: -65px auto 0 auto;
    }

    .informatii1:hover .numar-informatie {
        background: #fff;
        color:#990000;
        box-shadow: 0 0 15px 0 #990000;
    }

    .informatii1:hover .informatii2 p {
        opacity: 0.8;
    }

    .informatii1:hover .informatii2 h5, .informatii1:hover .informatii2 p {
        color: #fff;
    }
	

/* SFARSIT */

    .copyright-text {
        margin-bottom: 30px;
    }

   
    @media only screen and (max-width:1200px) {
        .hero-banner .hero-banner-title {
            font-size: 2.667rem;
        }
    }

    @media only screen and (max-width:992px) {
        body,html {
            font-size: 14px;
        }

        .header .navbar-wrap {
            flex-direction: column;
            align-items: flex-start;
        }

        .header .container, .header {
            padding: 0;
        }        

        .header .navbar-wrap .logo-brand {
            display: flex;
            align-items: center;
            width: 100%;
            padding:20px 15px;
            box-shadow: 0 1px 0 0 rgba(255,255,255,0.1);
        }

   
        .navbar-wrap .navbar-shrink-menu {
            display: none;
            background:#fff;
            width: 100%;
        }

        .navbar-shrink-menu .navbar-list {
            flex-direction: column;
            width: 100%;
        }
        
        .navbar-shrink-menu .navbar-list-item,
        .navbar-shrink-menu .navbar-list-item .nav-link {
            display: block;
            width: 100%;
            color: #000;
        }
        
        .navbar-shrink-menu .navbar-list-item .nav-link {
            padding: 10px 15px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        }

        .navbar-shrink-menu .navbar-list-item:last-child .nav-link {
            border-bottom: none;
        }

        .navbar-shrink-menu .navbar-list-item .nav-link::after,
        .navbar-shrink-menu .navbar-list-item .nav-link::before {
            display:none;
        }

        .navbar-shrink-menu .navbar-list-item .nav-link.active {
            background: #990000;
            color:  #fff !important;
        }

        .navbar-shrink-menu .navbar-list-item .nav-link:hover {
            background: #990000;
            color: #fff !important;
        }

        .navbar-toggle-btn {
            display: block;
        }

        .hero-banner .hero-banner-title {
            font-size: 2.333rem;
        }

        .banner-profile-img {
            display: none;
        }

        .hero-banner {
            padding-top: 150px;
            padding-bottom:90px;
        }

        .hero-banner .flex-box-wrap, .hero-banner .hero-inner {
            text-align: center;
            align-items: center;
            justify-content: center;
        }

        .about-img {
            margin-bottom: 40px;
        }
    }


    @media only screen and (max-width:576px) {
        body,html {
            font-size: 13px;
        }

        .hero-banner .hero-banner-title {
            font-size: 1.733rem;
        }

    }