:root {
    --bs-primary: #2c7cb6; /*albastru*/
    --bs-secondary: #c1c3ce; /*gri*/
    --bs-tertiary: #fdb714; /*galben*/
}

a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    text-decoration: none;
    outline: none;
    color: var(--bs-primary);
}

.btn, button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]){
    background-color: var(--bs-primary); border-color: var(--bs-primary);
}
button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover, .btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active { 
    background-color: var(--bs-tertiary); border-color: var(--bs-tertiary); color: #fff; text-decoration: none; 
}

button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}
button.btn.btn-outline:hover, button.btn.btn-outline:focus, button.btn.btn-outline:active, button.btn.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:active, .btn:not(.close):not(.mfp-close).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:active, a.btn:not([href]):not([tabindex]).btn-outline.active { 
    background-color: var(--bs-primary); border-width: 2px; border-style: solid; border-color: var(--bs-primary); color: #fff; 
}

.call-to-action.call-to-action-colored {     background-color: var(--bs-primary);}

.text-primary {    color: #2c7cb6 !important;}
.text-secondary {    color: #c1c3ce !important}

.bg-primary {    background-color: #2250fc !important}
.bg-secondary {    background-color: #c1c3ce !important}
.bg-color-tertiary {    background-color: #f1b732 !important}
.bg-page-title {    background-color: #fbfbfb !important}

.link-primary {    color: #2250fc}
.link-primary:hover,.link-primary:focus {    color: #1d44d6}
.link-secondary {    color: #c1c3ce}
.link-secondary:hover,.link-secondary:focus {    color: #a4a6af}

.border-primary {    border-color: #2250fc !important}
.border-secondary {    border-color: #c1c3ce !important}

.icon-box.color { background-color: transparent; color: #220000;}

.h1_style {
    margin-bottom: 30px;
    font-size: 1.8em !important;
    line-height: 1.8em !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;}
.h2_style {
    margin-bottom: 0px !important;
    font-size: 1.4em !important;
    line-height: 1.7em !important;
    font-weight: 600 !important;
}

/*top*/
#mainMenu nav > ul > li > a {
    font-family: "Poppins", sans-serif;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: var(--bs-primary);
}
#mainMenu nav > ul > li > a:hover { color: #fdb714 !important;}
#mainMenu.menu-lines nav > ul > li > a:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #2c7cb6 !important;
}
#topbar .top-menu > li > a {
    color: #3c4043;
    font-size: 13px;
    font-weight: 500;
}

#header .header-inner, #header #header-wrap {height: 90px;}

@media (max-width: 991.98px){
    .mainMenu-open #header #mainMenu {
        width: calc(100% + 14px);
        display: block;
        opacity: 1;
        overflow-y: scroll;
        background-color: #fff;
        min-height: 190px !important;
    }
    #mainMenu.menu-center > .container, #mainMenu > .container, .mainMenu-open #header #mainMenu > .container,
    #header .container{
        padding: 0 30px;
        background-color: #fff !important;
    }
}
/***** END top*/

/*breadcrumbs*/
#page-title .page-title > h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0.2rem;  
}
#page-title .page-title > span {
    font-weight: 400;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.heading-text2 { margin-bottom: 30px; }
.heading-text2 h1, .heading-text2 h2  { position: relative; margin-bottom: 30px; }
.heading-text2.heading-section h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #2250fc;
    background-color: var(--bs-primary);
    bottom: -10px;
    left: 0;
    right: 0;
}
.heading-text2.heading-section h2:before  {    background-color: #2c7cb6;}
.heading-text.heading-section h2:before  {    background-color: #2c7cb6; bottom: -10px;}

/*call to action*/
.call-to-action.call-to-action-colored-1 { background-color: #2250fc; }
.call-to-action.call-to-action-primary { background-color: var(--bs-primary); border-color: var(--bs-primary); }
.call-to-action.call-to-action-secondary { background-color: var(--bs-secondary; border-color: var(--bs-secondary); }
.call-to-action.call-to-action-tertiary { background-color: var(--bs-tertiary); border-color: var(--bs-tertiary); }

.call-to-action .container {
    border-radius: 8px;
    background-color: #aaaFFF;
}
.row.with-borders {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 4%);
}
 .featured {
    background: #FFF;
    margin: 0;
    border-top: 3px solid #CCC;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.heading-text.heading-section h2, .heading-text.heading-section h1,.heading-text h1, .heading-text h2  {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: -.7px;
}

/*index*/
.pricing-table {
    cursor: default !important;
}

/*blog*/
.post-thumbnails h1 a { color: #3c4043; font-size: 1em !important}
.post-thumbnails h1 a:hover { color: var(--bs-primary) !important;font-size: 1em !important}
.post-thumbnails h1, .post-thumbnails h1 a, h1.post-thumbnails  { font-size: 1em !important}

 

/*footer*/
.icon-box {  margin-bottom: 0px;}
#footer .copyright-content { background-color: #eee4c7 ; } /*ffe9a9*/
#footer a, #footer a:hover, #footer a:not(.btn):not(:hover), #footer a:not(.btn) {color:  #2c7cb6 !important;}