/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#header, #header.dark:not(.transparent-header) {
    background-color: #fff;
	z-index: 1111;
}

#header #header-wrap, #header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark) {
	background-color: #212121;
}

#header.dark:not(.sticky-header) #header-wrap {
	background-color: #fff;
	color: #f7941d;
}

#header.dark:not(.sticky-header) #header-wrap {
	border-top: 1px solid rgba(12, 79, 72, .1);
}

#header-wrap .header-buttons {
    margin-left: 1rem;
    padding-left: 1.5rem;
    border-left: 2px solid rgba(12, 79, 72, 0.4);
}

#top-bar #logo img {
    height: 60px;
}

#ergatiki-foni img  {
	height: 50px;
}


.header-wrap-clone {
    height: 60px;
}

.menu-link {
	padding:15px 5px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.5px;
	text-transform:capitalize !important;
	color: #fff;
	line-height: 30px;
	
}


.menu-link i {
	margin-right: 0px;
}

.primary-menu ul {
	padding-left: 0rem;
}


.sub-menu-container .menu-item > .menu-link {
	color:#fff;
	padding: 5px;
}

.slider-inner .swiper-slide-bg {
      object-fit: cover;
      width: 100%;
      filter: brightness(60%);
    }

.slider-inner h2 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 3rem;
    letter-spacing: -0.6px;
    line-height: 1.1;
    font-weight: 700;
	color:#fff;
}



.cnvs-hamburger .cnvs-hamburger-inner, .cnvs-hamburger .cnvs-hamburger-inner::before, .cnvs-hamburger .cnvs-hamburger-inner::after {
	background-color: #fff;
}

#slogan h1 {
	font-size: 3rem;
}

        .header-container {
            display: flex;
            justify-content: space-between; /* Space between main logo and right logos */
            align-items: center;
            padding: 10px 0;
        }

        /* Main logo styling */
        .main-logo {
            display: flex;
            align-items: center;
        }

        .main-logo img {
            height: 110px; /* Logo size */
            margin-right: 20px; /* Space between main logo and text */
        }

        .main-logo .logo-text {
            font-size: 26px;  /* Larger text size */
            font-weight: bold;
            color: #333;
        }

        /* Right-side logos styling */
        .right-logos {
            display: flex;
            justify-content: flex-end; /* Align logos to the right */
        }

        .right-logos .logo-container {
            display: flex;
            align-items: center;
            margin-left: 30px; /* Space between logos */
			opacity: 0;
    		transform: translateY(10px);
    		animation: fadeInUp 0.6s ease forwards;
        }

        .right-logos img {
			height: 65px; /* Smaller logo size for right logos */
            margin-right: 15px; /* Space between logo and text */
        }

        .right-logos .logo-text {
            font-size: 24px; /* Slightly smaller text */
            font-weight: bold;
            color: #333;
        }

 		/* Vertical line between the logos */
        .right-logos .logo-container::after {
            content: "";
            position: relative;
            right: -7px;
            top: 0;
            height: 100%;
            border-right: 2px solid #ccc; /* Vertical line */
        }
		
	 	/* Remove line after last logo */
        .right-logos .logo-container:last-child::after {
            display: none;
        }

/* Delay each logo slightly */
.right-logos .logo-container:nth-child(1) { animation-delay: 0.5s; }
.right-logos .logo-container:nth-child(2) { animation-delay: 0.8s; }
.right-logos .logo-container:nth-child(3) { animation-delay: 1.1s; }
.right-logos .logo-container:nth-child(4) { animation-delay: 1.4s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.sub-menu-container .menu-item > .menu-link {
	font-size: 1rem;
}

.header-row .text-logo {
    color: #000;
	font-weight: 600;
}

ul, ol {
	margin-left: 30px;
}

.button {
	background-color:#f7941f;
	color: #212121;
}


.button.button-large {
	font-size: 1rem;
}

.button-black {
    background-color:#111 !important;
	color:#fff;
}

.section {
	background-color:#fff;
}

.gradient-horizon, .h-gradient-horizon:hover {
    background-image: linear-gradient(90deg, rgb(12, 79, 72) 0%, rgb(12, 79, 72) 100%) !important;
}

.header-misc-icon {
    margin: 0 18px;
}



 .slider-caption {
      opacity: 0;
      animation: fadeInOpacity 0.5s ease-in forwards;
      animation-delay: 0.3s;
    }

    .swiper-slide .slider-caption {
      opacity: 1;
    }

     @keyframes fadeInOpacity {
      from { opacity: 0; }
      to { opacity: 1; }
    }


.card-footer {
	padding: 1.5rem;
    background-color: #fff;
	border-top: none;
}

.card-body {
    padding: 1.5rem !important;;
}

.uil-search:before {
   font-size: 18px;
}

.top-links-container {
	margin-left: 0px !important;
}

.menu-item.current > .menu-link {
    color: #f7941d;
}

h4 {
    font-size: 1.1rem;
}


a {
    color: #D97B08;
    font-weight: 600;
}

.is-expanded-menu .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container, .is-expanded-menu .primary-menu:not(.on-click) .mega-menu-content{
	margin-left:0px;
}

.button.button-light {
    background-color: #f7941d;
    color: #F4B701;
}


.top-links-item > a {
    display: block;
    padding: 12px;
    font-weight: 400;
    color: #212121 !important;
}

.menu-item:hover > .menu-link {
    color: #f7941d;
}

.top-links-item > a {
    color: #f7941d;
}

.top-links-item:hover {
    background-color:transparent;
}

.top-links-sub-menu, .top-links-section{
	background: #fff;
}

.top-links-sub-menu .top-links-item:hover a {
   color: #fff;
}

.top-links-sub-menu .top-links-item > a{
	padding-top: 10px;
    padding-bottom: 5px;
}

.top-links-sub-menu, .top-links-section{
	border-top: 1px solid #158E82;
}

.header-misc-icon > a{
	color: #f7941d;
}

.is-expanded-menu .sub-menu-container {
	border-top: 2px solid #f7941d;
}

.is-expanded-menu .sub-menu-container .menu-item > .menu-link{
	padding: 2px 13px 4px;
}

.slider-caption {
    max-width: 750px;
}

.slider-caption > div {
    background-color: transparent;
}

.bg-overlay-bg{
	    background-color: rgba(0, 0, 0, 0.2);
}



.feature-box .fbox-icon i {
    color: #F4B701;
}

#news .fbox-icon {
    width: 3rem;
    height: 3rem;
    padding: 0;
}

.entry-title h3 a{
	font-size: 1.2rem;
	padding-bottom: 5px;
}

.btn-link{
	color: #f7941d !important;
}

.links-grid {
            display: grid;
            gap: 30px;
        }
        .link-card {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            overflow: hidden;
            transition: transform 0.3s ease;
        }
        .link-card:hover {
            transform: translateY(-10px);
        }
        .link-card .card-body {
            padding: 20px;
            text-align: center;
        }
        .link-card .card-body h5 {
            font-size: 1.5rem;
            color: #333;
        }
        .link-card .card-body p {
            font-size: 1rem;
            color: #777;
        }
        .link-card .card-body a {
            color: #007bff;
            text-decoration: none;
        }
        .link-card .card-body a:hover {
            text-decoration: underline;
        }


.services-category-item span {
	position: relative;
    z-index: 1;
    top: 30px;
    left: 1.5rem;
    font-size: 80%;
    font-family: monospace;
    font-weight: bold;

}


.services-category-item h4 {
    font-size: 1.3rem;
}

.h-90{
	height: 90% important;
}

.ins-categories .nav-link.active i {
    color:#F4B701;
}

#links {
	background-color: #ffffff;
	margin: 0rem;
}

.promo-border {
    height: 170px;
}

.fs-5 {
	font-size: 1.11rem !important;
}

.services-grid .feature-box{
	border-radius: 0rem;
}

.ins-categories .nav-link.active {
    color: #fff;
    background-color: #f7941d;
}


.ins-categories .nav-link .tab-desc {
    color: #fff;
}

.ins-categories .nav-link{
   background-color: #fff;
   box-shadow: 0px 0px 20px 0px rgba(14, 41, 50, 0.17);
}

.ins-categories .nav-link:hover {
    color: #fff;
    background-color: #f7941d;
}

.ins-categories .nav-link:hover i {
    color: #F4B701;
}


.page-title-content h1, .page-title-content .h1{
	font-size: 1.4rem;
}

.page-title-content span {
    font-size:1rem;
}

.breadcrumb a:hover {
    color: #F4B701;
}


.color-2, .h-color-2:hover {
	color:#F4B701  !important;
}

.color {
    color: #212121 !important;
}


.btn-primary {
    background-color: #f7941f;
    color: #212121;
	border: solid 1px #f7941f;
}


.btn:hover {
    background-color: #f7941f;
    color: #212121;
	border: solid 1px #f7941f;
}

.services-grid .feature-box .color-2:hover{
	color:#fff !important;
}


.services-grid .feature-box:hover {
    background-size: cover;
}

.entry-categories a {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}


.entry-meta ul {
    padding-left: 0px;
}


.entry-meta li {
    font-size: 85%;
    margin: 0 1rem 0.75rem 0;
    color: #adb5bd;
}

.entry-title h3 {
	font-size: 1.30rem;
}

.entry-image img {
	top: 15px;
}

.entry::after {
    content: "";
    position: relative;
    height: 2px;
    margin-top: 30px;
    background-color: #EEE !important;
}

.portfolio-desc {
    background-color: white;
	padding: 10px 60px;
    text-align: center;
}

.heading-block::after {
    content: none;
}

.btn-success{
	background-color: #daa501 !important;
	border: 1px solid #daa501 !important;
}


.page-link {
    color: #f7941f;
}

.page-link:hover {
	color: #f7941f;
}

.top-search-form input {
    color: #fff !important;
}


/*
.content-wrap{
	padding-bottom:0px !important;
}
*/


.is-expanded-menu .sub-menu-container, .is-expanded-menu .mega-menu-content{
	    background-color: #fff;
}


.team-title h4{
	text-transform: capitalize;
}

.team-title span{
	font-size:1.2rem;
}

.is-expanded-menu .menu-container > .menu-item:not(.mega-menu) .sub-menu-container:not([class*=col-]):not([class=col]){
	    width: 340px;
}

.canvas-tabs .nav-link.active, .canvas-tabs .nav-tabs .nav-item.show .nav-link, .canvas-tabs.nav-tabs .nav-link.active, .canvas-tabs.nav-tabs .nav-tabs .nav-item.show .nav-link
{
	color: #f7941d;
	font-weight: 600;
	
}


.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    border-color:transparent;
    box-shadow: none;
}

.timeline {
  border-left: none;
  position: relative;
  list-style: none;
  padding-left: 2rem;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: hsl(0, 0%, 90%);
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}

.bsb-timeline-8 .timeline:after {
	background-color: #f7941d;
}

.bsb-timeline-8 .timeline>.timeline-item:after {
	border: 2px solid #f7941d;
}

.more-link {
    font-family: roboto;
    font-style: normal;
}

#cookiescript_readmore {
    color: #f7941d !important;
}

#cookiescript_accept {
	background-color: #f7941d !important;
}

#cookiescript_injected .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background, #cookiescript_injected .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background, #cookiescript_injected_fsd .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background, #cookiescript_injected_fsd .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background b {
	    background-color: #f7941d !important;
}


#footer{
	background-color: #212121 !important;
}

.widget_links li a:hover {
	color: #f7941d;
}


@media (min-width: 1200px) {
    .display-4 {
        font-size: 2.3rem;
    }
}

@media (min-width: 992px) {
    .services-grid .feature-box {
        padding: 1.5rem;
	}
	.sub-menu-container::before{
		border-bottom: none;
	}

	.services-grid .feature-box:hover .fbox-content p {
    color:#fff !important;
	}
	.services-grid .feature-box:hover .dark p, .services-grid .feature-box:hover .dark h4, .services-grid .feature-box:hover .dark .fbox-icon i, .services-grid .feature-box:hover .dark a  {
		color:#212121 !important;
	}
	    .menu-container > .menu-item:hover {
        background-color: transparent;
    }
	    .menu-container > .menu-item:hover::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 0%;
        height: 0px;
        background-color: transparent;
    }
	    .sub-menu-container .menu-item > .menu-link {
        color: #212121 !important;
    }
	    .sub-menu-container .menu-item:not(:last-child) {
        border-bottom: 1px solid rgba(233, 196, 106, 0.1);
    }
	    .services-grid .feature-box {
        padding: 0.7rem;
        background-size: 0;
        border: 1px solid rgba(255, 255, 255, .1);
		height: 140px;
    }
	    .dark .services-grid .feature-box:hover .fbox-icon i {
        color: #DAA500 !important;
    }
	    .services-grid .feature-box:hover {
        border-color: #DAA500;
    }
	.sub-menu-container{
		border-radius:0px;
	}
	.services-grid .feature-box .fbox-content {
        transform: translateY(10px);
    }
	.services-grid .feature-box:hover .fbox-icon, .services-grid .feature-box:hover .fbox-content {
        transform: translateY(10px);
    }

}
   
@media (min-width: 576px) {
    .canvas-br-side-tabs .nav-link.active {
        border-right: 2px solid #f7941d  !important;
	}
    .card-group>.card {
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
.page-title-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
	}
.bsb-timeline-8 .timeline>.timeline-item .timeline-meta {
	font-size: 1.4rem;
	
	}
}

@media (max-width: 767.98px) {
.slider-inner h2 {
    font-size: 2rem;
	}
}