/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* ============ MEDEL CUSTOM =========================== */
a.buttonNoizetteStyle:hover {
    background: transparent;
    color: black;
    border: #d2d2d2 solid 0.5px;
}
/* ============ MEDEL CUSTOM FIN =========================== */

.feature-box {
    --cnvs-featured-box-font-size: ;
    --cnvs-featured-box-font-weight: 600;
    --cnvs-featured-box-font-tt: uppercase;
}

#header-wrap { --cnvs-header-bg: #FFF; }

.carousel-widget {
    --cnvs-owl-nav-bg: #FFF;
}

.device-md .primary-menu i.icon-angle-down,
.device-sm .primary-menu i.icon-angle-down,
.device-xs .primary-menu i.icon-angle-down { display: none !important; }

.slider-caption {
    max-width: 450px;
}

.slider-caption > div {
    background-color: rgba(255,255,255,0.9);
    border-radius: 2px;
    padding: 40px;
}

.slider-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.slider-caption p {
    margin-bottom: 0;
    font-size: 18px;
}

.dark .slider-caption { background-color: rgba(0,0,0,0.75) }

.testi-meta span { color: rgba(255,255,255,0.65); }

.iconlist.iconlist-large { font-size: 17px !important; }

.iconlist.iconlist-large li { margin: 8px 0 !important; }

.iconlist.iconlist-large li i { top: 0; }

.testi-content p {
    font-style: normal;
    font-family: var(--cnvs-primary-font) !important;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.6 !important;
    margin-bottom: 40px;
}

.footer-big-contacts {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer-big-contacts span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 2px;
}

.dark .footer-big-contacts { color: rgba(255,255,255,0.8); }


.team-title span {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    margin-top: 2px;
}

.small-thumbs .entry-title h2 a {
    text-transform: none;
    letter-spacing: 0;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    -webkit-transition: color .6s ease;
    -o-transition: color .6s ease;
    transition: color .6s ease;
}

/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */

.grid-border {
    overflow: inherit;
    --cnvs-grid-border-width: 1px;
    --cnvs-grid-border-color: var(--cnvs-contrast-200);
    --cnvs-grid-border-opacity: 1;
}

.grid-border [class^=col-] {
    margin: calc(-1 * var(--cnvs-grid-border-width)) 0 0 calc(-1 * var(--cnvs-grid-border-width));
    padding: 30px;
    border: var(--cnvs-grid-border-width) solid var(--cnvs-grid-border-color);
}

.grid-border [class^=col-]::before,
.grid-border [class^=col-]::after {
    display: none;
}

.grid-border [class^=col-]:hover {
    --cnvs-grid-border-color: var(--cnvs-themecolor);
    background-color: rgba(var(--cnvs-themecolor-rgb),0.1);
    z-index: 1;
}


/* ----------------------------------------------------------------------------
	Helper CSS Classes
---------------------------------------------------------------------------- */

.t300 { font-weight: 300 !important; }

.t400 { font-weight: 400 !important; }

.t500 { font-weight: 500 !important; }

.t600 { font-weight: 600 !important; }

.t700 { font-weight: 700 !important; }


/* ----------------------------------------------------------------
	CSS Specific to the Construction Demo - RTL Support
-----------------------------------------------------------------*/

.rtl .header-extras li {
    margin-right: 30px;
    margin-left: 0;
    padding-right: 30px;
    padding-left: 0;
    border-right: 1px solid #EEE;
    border-left: 0;
}

.rtl .header-extras li:first-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.rtl .header-extras li .he-text {
    padding-right: 15px;
    padding-left: 0;
}

.rtl .slider-caption {
    right: -25px;
    left: auto;
}

.rtl .slider-caption.slider-caption-right {
    right: auto;
    left: -25px;
}

/* Services Grid
---------------------------------------------------------------------------- */

.rtl .grid-border [class^=col-] { margin: -1px 0 0 -1px; }


/*********************************************************************************/


/*****************************/


.color-2 { color: #ea7211 !important; }
.bg-color2 { background-color: #ea7211 !important; }

.nav-pills-custom .nav-link.active {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #567bab;
    background-color: #567bab;
}

/************************************************** academic css/ */

.feature-box-border-vertical .feature-box:not(.noborder)::before,
.feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    width: 3px;
    height: 100%;
    background-color: #ea7211;
}

.feature-box-border-vertical .fbox-icon i,
.feature-box-border-vertical .fbox-border.fbox-light .fbox-icon i {
    position: relative;
    z-index: 5;
    text-align: center;
    box-shadow: 0 0 0 6px #FFF;
    border: 1px solid #EEE;
    background-color: #FFF !important;
}

.feature-box-border-vertical .fbox-active.feature-box .fbox-icon i,
.feature-box-border-vertical .fbox-active.feature-box .fbox-border.fbox-light .fbox-icon i,
.feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after {
    background-color: #fff !important;
    border: 2px dashed #ea7211;
    box-shadow: 0 0 0 5px var(--cnvs-body-bg);
    color: var(--cnvs-body-bg);
}


.dark .feature-box-border-vertical .feature-box:not(.noborder)::before,
.dark .feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after {
    background-color: var(--bs-gray-600);
}