body {
    color: #333;
}

a {
    color: #ED3237;
    text-decoration: none;
}

a:hover {
    color: #ED3237;
    text-decoration: none;
}

.gallery {
    color: #444444;
    text-decoration: none;
    font-size: 0.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

.h1,
h1 {
    font-size: 1.9rem;
}

.h2,
h2 {
    font-size: 1.75rem;
}

.h3,
h3 {
    font-size: 1.6rem;
}

#all {
    position: relative;
    min-height: 95vh;
}

#content-wrap {
    padding-bottom: 13rem;
    /* Footer height */
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #3e5d8a;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #7952B3;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #013870;
    height: 90px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}

#topbar .social-links a {
    color: #fff;
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
    font-size: 1.3em;
}

#topbar .social-links a:hover {
    color: rgb(186, 205, 223);
}


/*--------------------------------------------------------------
# Header 1
--------------------------------------------------------------*/

#header1 {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 120px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#heade1.fixed-top {
    height: 120px;
}

#header1 .logo {
    font-size: 30px;
    margin: auto;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
}

#header1 .logo a {
    color: #013870;
}

#header1 .logo a span {
    color: #013870;
}

#header1 .logo img {
    max-height: 120px;
}

@media (max-width: 576px) {
    #header1 .logo img {
        max-width: 150px;
        height: auto;
    }
    #header1 .header-phone {
        font-size: 0.4em;
        color: #252525;
    }
}


/*--------------------------------------------------------------
# Header 2
--------------------------------------------------------------*/

#header2 {
    background: #ED3237;
    transition: all 0.5s;
    z-index: 997;
    height: 80px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#heade2.fixed-top {
    height: 120px;
}

#header2 .logo {
    font-size: 30px;
    margin: auto;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
}

#header2 .logo a {
    color: #013870;
}

#header2 .logo a span {
    color: #013870;
}

#header2 .logo img {
    max-height: 80px;
}

.scrolled-offset {
    margin-top: 90px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 20px 10px 0px;
}

.navbar a {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    padding: 0 3px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.navbar a:hover {
    color: #fff !important;
}

.navbar a i {
    font-size: 16px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
    color: #fff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
    color: #264653 !important;
}

.navbar .dropdown ul a i {
    font-size: 15px;
    margin-right: 10px;
    color: #264653;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #143059;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #ffc107;
    font-size: 38px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ed3237;
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile>ul>li :hover {
    background-color: #4174a7;
    color: #fff;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #106eea;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Sections 
--------------------------------------------------------------*/

section {
    padding: 30px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f6f9fe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #106eea;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}

.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
}

.section-title h3 span {
    color: #106eea;
}

.section-title p {
    margin: 15px auto 0 auto;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .section-title p {
        width: 50%;
    }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumb {
    padding: 10px;
    background-color: #f1f6fe;
}

.breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumb ol li+li {
    padding-left: 10px;
}

.breadcrumb ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumb .d-flex {
        display: block !important;
    }
    .breadcrumb ol {
        display: block;
    }
    .breadcrumb ol li {
        display: inline-block;
    }
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.box-post {
    margin-bottom: 40px;
    overflow: hidden;
}

.box-post img {
    width: 100vw;
    height: 24vh;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 15px;
}

.box-post .info img {
    width: 35px;
    height: 35px;
}

.box-post .title {
    margin-bottom: 10px;
    font-weight: 600;
}

.box-post .title a {
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 600;
    color: #143059;
}

.box-post .title a:hover {
    color: #124188;
    text-decoration: underline;
}

.box-post .categ {
    margin-bottom: 10px;
}

.box-post .categ a {
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
    color: #e91e63;
}

.box-post .categ a:hover {
    color: #143059;
}

.box-post .summary {
    font-size: 0.9em;
    margin-bottom: 15px;
}

.box-post .info {
    font-size: 0.9em;
    line-height: 1em;
    color: #94aeb9;
    margin-bottom: 8px;
}

.box-post .info .author {
    margin-bottom: 6px;
}

.box-post .info .author a {
    text-transform: uppercase;
    font-size: 0.95em;
    line-height: 1em;
    font-weight: 600;
    color: #143059;
}

.box-post .info .author a:hover {
    text-decoration: underline;
}

.logged_user_avatar {
    width: 25px;
    height: 25px;
}

.bg-search {
    background-color: #4d6b96;
}

.main-search {
    padding: 20px;
    border: 3px solid #67769c;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    height: 10rem;
    background: #ED3237;
    color: #fff;
    padding-top: 20px;
}

footer .social-links a {
    font-size: 18px;
    background: #f1a706;
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #e09c0a;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 576px) {
    footer {
        height: 10rem;
    }
    #content-wrap {
        padding-bottom: 10em;
        /* Footer height */
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    footer {
        height: 10rem;
    }
    #content-wrap {
        padding-bottom: 10rem;
        /* Footer height */
    }
}

footer p {
    margin: 0 !important;
    padding: 0 !important;
}

footer hr {
    border: none;
    border-top: 1px solid #e67f83;
    background: none;
}

footer a {
    font-size: 0.9em;
    color: #fff;
}

footer a:hover {
    color: #ffc107;
    text-decoration: underline;
}

hr {
    background-color: #2196F3;
    margin-top: 20px;
    margin-bottom: 20px;
    ;
}

.form-label {
    font-weight: 600;
}

.btn-custom {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #013870;
    background: #fdd457;
}

.btn-custom:hover {
    background: #f1bc1b;
    color: #193047;
}

.logotext {
    font-size: 1.3em;
    font-weight: 600;
    color: #ed3237;
    font-style: italic;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.header-phone {
    font-size: 0.7em;
    color: #252525;
}

.menu1 {
    height: 400px !important;
}

@media (max-width: 576px) {
    .logotext {
        font-size: 0.7em;
        font-weight: 400;
    }
    .header-phone {
        font-size: 0.6em;
        color: #ed3237;
    }
}

.meniutext {
    font-size: 1.2em;
    margin-left: 10px;
    color: #fff;
}

.testimonial {
    margin-bottom: 25px;
    border: 1px solid #f1f1f1;
    background-color: #fbfbfb;
    padding: 10px;
    border-radius: 5px;
}

.testimonial-nume {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ed3237;
    margin-bottom: 5px;
}