body {
	overflow-x: hidden;
	margin: 0 !important;
}
a {
	text-decoration: none;
}
.container {
	margin: 0 auto;
	max-width: 1480px;
}
.entry-header {
	/*display:none;*/
}

span.mega-indicator {
    display: none !important;
}
/* Μορφοποιεί όλες τις σελίδες */
.page,
.single {	
    background: transparent;
}
.single .entry-header {	
    padding: 40px;
	background: #f2f5f6;
    padding: 100px 0 40px;
    color: #585858;
    text-align: left;
    transition: all .4s ease
	
	
}
.single-post .entry-header,
.page .entry-header {
	/*background: #f2f3f6;
	padding: 40px;
	background: #1b415c; 
	background: #03528b;
	background: #2e4c5e; */
	background: #f2f5f6;
    padding: 100px 0 40px;
    color: #585858;
    text-align: left;
    transition: all .4s ease;
}
.single .entry-title,
.page .entry-title {
	margin: 0;
}
/* Μορφοποιεί μόνο την αρχική και κάνει duplicate το page για την αρχική μόνο */
.home {
}
/*Μορφοποιεί όλα τα article που έχουν όλες οι σελίδες*/
/*.page article,*/
.single article,
.page article{ 
	margin-top:0;
	padding: 0;
}
.single-post .entry-content {
    margin: 80px 0;
}
.page .entry-content {
    margin: 50px 0;
	padding-left: 0px !important;
    padding-right: 0px !important;
}


/*Μορφοποιεί όλα τα article που έχει μόνο η αρχική σελίδα κάνοντας override τον προηγούμενο κανόνα μόνο για αρχική*/

.home article {
   
}

.page .page-sidebar .widget,
.single-post .page-sidebar .widget {
	background-color:#fff ;
	box-shadow: 0px 4px 14px 0px rgb(170 170 170 / 50%);
	padding:20px;
	
}



.home .widget {
	background:none;
	box-shadow: none !important;
	padding:0px !important;
}

.page .widget-area,
.single-post .widget-area,
.single .widget-area,
.single-service-sidebar .uk-card {
	margin-top:50px;
}


.single-service-sidebar .uk-card-body {
    padding:40px 20px !important;
}


.single-post .entry-title {
	font-size:30px;
}

.single-service-sidebar .uk-badge {
	width:100% !important;
	padding-top:20px !important;
	padding-bottom:20px !important;
	background-color:#207787 !important;
	color:#fff !important;
	margin-top:4px !important;
	font-size:18px;
}

.it-support i {
    background: #0074BA;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    margin: 0 10px 0 25px;
}
ul.support-contact {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ul.support-contact li {
	margin: 0 0 20px;
}
ul.support-contact i {
	background: #0074BA;
	border-radius: 50px;
	color: #fff;
	margin: 0 15px 0 0;
	padding: 10px;
}

.it-list-posts p {
    margin: 0 0 15px;
}
.it-list-posts .far {
    color: #555;
    float: left;
    font-size: 22px;
    margin: 2px 20px 10px 0;
}



.services-tabs .elementor-tabs-content-wrapper {
	border-radius: 0 2px 2px 2px;
}
.services-tabs .elementor-tab-content {
    padding: 35px 20px;
}
.services-tabs .it-list-services {
    display: block;
}
.services-tabs .it-list-services p {
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding-right: 20px;
    vertical-align: middle;
    width: 32.95%;
}
.services-tabs .it-list-services a {
	display: block;
}
.services-tabs .it-list-services a span {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 8px;
	width: 80.2%;
	vertical-align: middle;
}
.services-tabs .it-list-services img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}
.services-tabs .uk-grid {
    margin: 0;
}
.services-tabs .uk-width-3-4 {
    width: 80%;
    padding: 0;
}
.services-tabs .uk-width-1-4 {
    width: 20%;
    padding: 5px 0 0 5px;
    text-align: right;
}
.services-tabs .all-services {
    color: #1f1f1f;
    display: block;
    border-left: 1px solid #D1D1D1;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
    transition: all .4s ease;
}
.services-tabs .all-services:hover {
    color: #1d9eb2;
    transition: all .4s ease;
}
.services-tabs .all-services span {
    margin: 0 0 0 10px;
}
.service-section .uk-width-3-5\@m {
  padding: 0 35px;
}
.online-applications-area {
	display: block;
    background: #f5f6f7;
    border-radius: 4px;
    padding: 25px;
}
.online-applications-area h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px;
}
.single-service .online-applications-area .service-urls-btn {
    background: #727272;
}
.single-service .service-files {
	padding-top: 12px;
}
.single-service .service-files ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.single-service .service-files a {
    position: relative;
	padding-left: 40px;
    display: block;
    margin: 0 0 12px;
}
.single-service .service-files a:before {
	content: '';
    background: url('../images/download-file.svg') no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
}
.single-service .service-section .uk-tab {
    display: block;
}
.single-service .service-section .uk-tab:before {
    display: none;
}
.single-service .service-section .uk-tab li {
    display: block;
}
.single-service .service-section .uk-tab li a {
    display: block;
    border-right: 0;
    border-left: 2px solid #eee;
    padding-left: 20px;
    outline: none;
}
.single-service .service-section .uk-tab li.uk-active a {
    border-color: #0dbbf2;
}
.online-applications-area .uk-dropdown {
    border-radius: 5px;
    padding: 10px 15px;
    width: max-content;
}
.online-applications-area .uk-dropdown:before {
    content: '';
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    right: 10px;
    top: -10px;
}
.online-applications-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.online-applications-area ul li {
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    margin: 0;
    padding: 15px 0;
}
.online-applications-area ul li:last-child {
    border-bottom: 0;
    padding: 15px 0;
}


.rounded-title p {
    background: #fff;
    border: 2px solid #d9dde9;
    border-radius: 50px;
    color: #1f1f1f;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
}

.support-title {
	color:#fff;
}

.divider1 {
	border-top: 1px solid #ccc;
}
.divider2 {
	border-width: 4px; 
	width: 10%; 
	margin: 0 auto !important;
}

.divider3 {
	border-top: 1px solid #ddd;
}

ul.menu {
	list-style-type:none !important;
	padding:0 !important;
	margin: 13px 0 0 !important;	
}
ul.menu li {
	margin: 0 0 10px;
}
ul.menu a {
	color: rgba(255, 255, 255, 0.7);
	font-size:14px;
	font-weight:400 !important;
	font-family: 'Open Sans', sans-serif;
	transition: all .4s ease;
}
ul.menu a:hover {
	color: #fff;
	transition: all .4s ease;
}
ul.menu a:hover {
	text-decoration:none;
}


a:hover{ text-decoration:none; }


.uk-dotnav { margin-top:20px !important;}


#lang_choice_wp-widget-polylang  {
	background-color:transparent !important;
	color:#fff !important;
	border:none !important;
	
	
	
}

#lang_choice_wp-widget-polylang  option {
	
	color:#000 !important;	
}
/*
#search_box_menu {
	border-left:1px solid #fff !important;
	border-right:1px solid #fff !important;
	padding-left:10px !important;
	padding-right:30px !important;
	width:70px !important;	
}
*/

/*
.hfe-search-form__input {
	position:absolute !important;
	top:50px !important;
}
*/


/* Better Docs CSS */

.betterdocs-sidebar-content.betterdocs-category-sidebar .docs-item-count,
.betterdocs-sidebar-content.betterdocs-category-sidebar .docs-item-count span { display:none !important; }

.betterdocs-sidebar-content.betterdocs-category-sidebar .docs-single-cat-wrap .docs-cat-title-wrap.active-title {
	border-color:#1d9eb3 !important;
}

.docs-single-title .betterdocs-entry-title { text-transform:none !important;}


.betterdocs-single-wraper .betterdocs-content-area .docs-single-main { 
	background-color:#fff !important; 
	margin-left: 15px !important; 
}



.hfe-nav-menu li:last-child {
	font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    background-color: #5077C8;
    border-radius: 7px 7px 7px 7px;
    padding: 0px 20px 0px 20px;
}

a.searchIcon  {
	display:block;
	text-align:right;
	
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
}


.header-grid .user-area {
    background: #fff;
    border-radius: 50px;
    color: #207787;
    margin: 0;
    padding: 10px 18px;
}

.user-section {  
	display: inline-block; 
	margin: 0;
}

#masthead .widget_search {
    background: #f2f3f6;
    border-radius: 50px;
    margin: 10px 20px 0 0;
    padding: 0 8px !important;
}
#masthead .widget_search input[type="search"] {
    background: transparent !important;
    border: 0 !important;
    width: 100% !important;
}
#masthead .widget_search input[type="submit"] {
    display: none;
}

.header-grid .uk-width-1-4 {
    text-align: right;
}
.header-grid .widget_polylang {
	display: inline-block;
}
.header-grid .widget_polylang select {
    background: transparent;
    border: 0;
    color: #1f1f1f;
}

.hfe-nav-menu li:nth-child(5) {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	
}


.hfe-nav-menu .sub-menu li.menu-item {
	padding-left:0px !important;
}


.welcome-msg p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.welcome-msg h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 50px;
}
.elementor-tab-title.elementor-active {
    background: #1D9EB2 !important;
}


/* Better Docs */
/*
.betterdocs-content-heading {
    background: #488192;
    border-left: 5px solid #488192;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 20px;
    margin: 60px -20px 30px -20px;
}

#betterdocs-single-content .wp-block-heading {
    background: #488192;
    border-left: 5px solid #488192;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 35px;
    margin: 60px -35px 30px -35px;
} */

h3.betterdocs-content-heading {
	background: none;
	border:none;
	color: #000;
    font-size: 20px;
    font-weight: 600;
	padding: 0px;
    margin: 0px;
	border-left: 5px solid #488192;
	padding-left: 10px;
}

.single-docs table td,
.single-docs table th {
	 border: 1px solid #999;
}


.single-docs figcaption {
	text-align:center;
}

/*
.single-docs em,
.single-docs i {
	color:#000;
} */





.uk-width-1-5 section.widget {
	display:inline-block;
}


.header-grid {
     justify-content: flex-end;
}

.header-grid .widget,
.header-grid .main-navigation {
    display: inline-block;
	width:auto;
}
.main-navigation ul {
    display: block;
    text-align: left;
}
.main-navigation li {
    display: inline-block;
}
.main-navigation li a {
    color: #fff;
    padding: 15px 20px;
}


.header-grid .uk-width-1-1 {
   text-align: left;
}


.regulation-page .uk-grid {
    margin: 15px 0;
}
.regulation-page .header-row {
    background: #525664;
    border-radius: 4px;
    color: #fff;
    margin: 30px 0 20px;
    padding: 12px 0;
}
.regulation-page .uk-grid > * {
    padding: 0 20px;
}
.regulation-page .uk-width-1-5 {
    text-align: center;
}









@media all and (min-width: 769px) and (max-width: 1101px) {
	a.searchIcon  {
		text-align:right !important;
		padding-top:0 !important;
	}
	
	.fa-search:before { color:#122142 !important; }
	
	.hfe-nav-menu li:last-child {
		
		background:none !important;
		border-radius: 0px !important;
		padding: 0px !important;
	}
	
	.hfe-nav-menu li:nth-child(5) {
		border-left:none !important;
		border-right:none !important;
		
	}
	
}



.page-template-page-login-required .site-main {
	padding: 80px 0 200px;
}
.login-box h3 {
    font-size: 28px;
    margin: 0 0 30px;
    position: relative;
}
.login-box h3:after {
    background: #1f7fbd;
    bottom: -10px;
    content: '';
    height: 2px;
    margin: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 65px;
}
.login-box .login-btn {
    margin: 40px 0 0;
}
.login-box .login-btn a {
    background: #1D78B4;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 12px 18px;
    transition: all .4s ease;
}
.login-box .login-btn a:hover {
    background: #2a2a2a;
    text-decoration: none;
    transition: all .4s ease;
}



#sln-salon {
	border-radius: 3px;
    box-shadow: 0 3px 14px #ddd;
    margin: 80px auto !important;
    padding: 60px !important;	
}


a.sln-icon--back:hover {
	color:#fff !important;
}

/* Ρύθμιση του πλάτους της σελίδας λογισμικού (software-repository)*/
.page-id-2623 .entry-content {
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;	
	padding-left: 110px;
	padding-right: 110px;
	
}


.post-news-type {
	color:#767676;
	font-size:11px;
	font-weight:bold;
}
.single .entry-meta {
	padding: 20px 0;
}
.single .entry-meta .posted-on {
    display: inline-block;
	font-size: 15px;
    margin: 0;
    padding: 0;
}
.single .entry-meta .posted-on:after {
	color: #555;
	content: '/';
	margin-left: 30px;
	margin-right: 10px;
}
.single .entry-meta a {
    color: #323232;
}
.uk-badge.post-category,
.single .uk-badge  {
	border-radius: 0;
	background-color: transparent;
	padding: 7px 10px;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin: 0 2px;
	transition: all .4s ease;
}

.uk-badge.post-category a,
.single .uk-badge a { 
	color: #0c85bf;
	transition: all .4s ease;
}
.uk-badge.post-category:hover a {
	color: #1f1f1f;
}


.single-post .entry-title,
.page .entry-title {
	font-size: 24px;
	transition: all .4s ease;
}


.mynewtable img {
	width:200px;
}


.archive .site-main {	
	background-color: #fff;
    padding: 80px 0;
}
.archive .entry-header {
    padding: 0;
}
.archive .entry-title {
	font-size: 20px;
	font-weight: 600;
}
.single-service-header h3 {
	font-size:24px !important;
	font-weight:700 !important;
	margin: 0;
    transition: all .4s ease;
}
.relative-service-title {
	display: block;
	font-size:15px;
	padding-left:4px;
}
.service-title h3 {
	font-size: 17px;
	font-weight: 600;
	margin: 0;
}
.service-title h3 a {
	display: block;
}
.service-title a,
.service-title a:visited,
.service-title a:active {
	color:rgb(42,115,181) !important;
}
.service-title a:hover {
	color:rgb(0,153,255) !important;
}
.service-title a:before,
.service-title a:hover:before {
	display: none !important;
}
.service-desc {
	color:rgb(118,118,118);
    font-size: 13px;
    font-weight: 500;
}


.single-service .entry-header {
	background: #f2f5f6;
    padding: 100px 0 40px !important;
    transition: all .4s ease;
}
.single-service .service-tabs {
    margin-top: -41px;
}
.single-service .service-tabs ul {
    display: block;
    text-align: center;
	margin-left: 0;
}
.single-service .service-tabs ul:before {
    display: none;
}
.single-service .service-tabs ul li {
    display: inline-block;
    float: none;
    padding: 0;
}
.single-service .service-tabs ul li a {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: inherit;
}
.single-service .service-tabs li.uk-active {
    background: #fff !important;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 -8px 10px #eee;
	outline: none;
}
.single-service .service-tabs li.uk-active a {
    border: 0;
	color: #1D9EB2;
	outline: none;
}
.single-service .service-tabs li:hover {
    background: #fff;
}
.single-service .site-main .uk-grid {
    position: relative;
}
.single-service .service-urls {
    margin: -133px 0 0;
    text-align: right;
    width: fit-content;
    position: absolute;
    right: 0;
}
.single-service .service-urls .uk-dropdown {
    text-align: left;
}
.single-service .service-urls-btn {
    background: #1D9EB2;
    border: 0;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
	line-height: normal !important;
    padding: 10px 25px;
    transition: all .4s ease;
}
.single-service-header {
    padding-left: 0;
}
.archive .single-service-header {
	padding-left: 0;
}
.tax-services .single-service-header {
	margin: 0 0 60px;
}
.service-icon img {
	height: 59px;
	width: 59px;
}
.single-service .service-urls-btn:hover {
    background: #555;
    transition: all .4s ease;
}
.single-service .service-section .details {
    margin: 70px 0 0;
}
.single-service .service-section .details > * {
    font-weight: 400 !important;
}
.single-service .service-section .details a {
    display: block;
}
.single-service .relative-services img {
    display: inline-block;
    vertical-align: top;
    /* width: 16%; */
}
.single-service .relative-services .service-info {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 8px;padding-left: 10px;
    width: 87%;
}
.single-service .relative-services .service-info p {
    margin: 0;
}
span.single-service-desc {
	font-size: 15px;
    transition: all .4s ease;
}
.single-service-desc p {
	margin: 0;
}
.single-service-sidebar {
    background: #f2f3f6;
    border-top: 2px solid #f2f3f6;
    border-radius: 5px;
    margin: 90px 0;
    padding: 25px;
}
.single-service-sidebar .service-sidebar-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 0 25px;
    padding: 0 15px 0 0;
    position: relative;
    z-index: 10;
}
.single-service-sidebar .service-sidebar-title span {
	background: #3e3e3e;
    border-right: 0;
    display: inline-block;
    padding: 6px 14px;
    position: relative;
    color: #fff;
    border-radius: 50px;
}
article.service {
	background: #fff;
    padding: 25px 20px 20px;
    margin: 0 0 20px !important;
    border-radius: 8px;
	position: relative;
	filter: drop-shadow(0 0 60px #eee);
}
article.service .service-title {
    margin: 50px 0 0;
}
.admin-bar .sticky-header.uk-active {
    margin-top: 32px !important;
}
.sticky-header.uk-active .entry-header {
    padding: 0 !important;
    transition: all .4s ease;
}
.page .sticky-header.uk-active .entry-header,
.single-post .sticky-header.uk-active .entry-header {
    padding: 20px 0 !important;
    transition: all .4s ease;
}
.page .service-links p {
    color: #555;
    font-size: 13.5px;
    font-style: italic;
	margin: 0;
	padding: 20px 0;
}
.sticky-header.uk-active .single-service-header {
	padding-left: 10px;
}
.sticky-header.uk-active .single-service-icon:after {
	right: 5px;
}
.sticky-header.uk-active .single-service-icon img {
	width: 56px;
	padding: 8px 0 5px;
}
.sticky-header.uk-active .single-service-title {
	font-size: 20px !important;
	margin: 8px 0 0;
}
.page .sticky-header.uk-active .entry-title,
.single-post .sticky-header.uk-active .entry-title {
	font-size: 20px !important;
	transition: all .4s ease;
}
.sticky-header.uk-active .single-service-desc {
	font-size: 14px !important;
    transition: all .4s ease;
}

/*
.single-service .account {
    background: #1bc865;
    color: #fff;
}
.single-service .euniversity {
    background: #ffc600;
    color: #fff;
}
.single-service .mailservices {
	background: #00a27e;
	color: #fff;
}
.single-service .webhosting {
	background: #14679b;
	color: #fff;
}
.single-service .cloudservices {
	background: #006375;
	color: #fff;
}
.single-service .academicsupport {
	background: #30add1;
	color: #fff;
}
.single-service .telephony {
	background: #1a93c7;
	color: #fff;
}
.single-service .netaccess {
	background: #1bb6c8;
	color: #fff;
}
.single-service .software {
	background: #e0bd42;
	color: #fff;
}
.single-service .scicomp {
	background: #6e0054;
	color: #fff;
}
.single-service .security {
	background: #e04242;
	color: #fff;
}
.single-service .infrastructure {
	background: #4f006d;
	color: #fff;
} */
.single-service .single-service-icon {
    position: relative;
}
.single-service .single-service-icon:after {
    border-right: 2px solid rgb(255 255 255 / 57%);
    content: '';
    top: 0;
    bottom: 0;
	right: -15px;
    position: absolute;
    height: 60%;
    margin: auto 0;
	display: none;
}

.page-title {
	font-size: 2em;
}



.wp-megamenu-sub-menu span.wpmm_item_description {
	display:none;
}


.single-service-icon {
	width: 9.5% !important;
}
.sticky-header.uk-active .single-service-icon {
	width: 6.5% !important;
}
.single-service-icon img {
	height: 65px;
	object-fit: contain;
	object-position: left;
	width: 100%;
}

/*
.single article {
	background-color: #fff;
    margin-top: 50px;
	margin-bottom: 50px !important;
    padding: 20px;
    box-shadow: 0px 4px 14px 0px rgb(170 170 170 / 50%);
} */


.service-faq .uk-accordion-title {
	background:none !important;
	border-bottom:none !important;
}

.service-faq{
	margin: 0;
	padding-left: 0 !important;
}

.service-faq .uk-accordion-title {
	background:none !important;
	padding: 5px 15px !important;
	border-left: 2px solid #ddd;
}
.service-faq .uk-accordion-title:before {
	display: none;
}
.service-faq .uk-accordion-title:hover,
.service-faq .uk-open .uk-accordion-title {
	border-color: #1d9eb2;
	transition: all .4s ease;
}
.service-faq .uk-accordion-content {
	background: #f2f3f6b8;
	border-radius: 3px;
	padding: 0 20px;
}




.single-service-category a,
.single-service-category,
.single-service-category2 a,
.single-service-category2 {
		font-size:12px;
}

.relative-services {
	margin-top: 0;
}

.relative-service-excerpt {
	font-size:13px;
	color:rgb(118,118,118);
	padding-left:4px;
}


.single-service-manuals .uk-accordion-title {
	background:none !important;
	border-bottom: 0 !important;
	font-size: 13px !important;
	padding: 5px 15px !important;
	border-left: 2px solid #ddd;
}
.single-service-manuals .uk-accordion-title:before {
	display: none;
}
.single-service-manuals .uk-accordion-title:hover,
.single-service-manuals .uk-open .uk-accordion-title {
	border-color: #1d9eb2;
	transition: all .4s ease;
}

.single-service-manuals .manual-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    padding: 8px;
    transition: all .4s ease;
}
.single-service-manuals .manual-item img {
	height: 34px;
	width: 34px;
	object-fit: contain;
}
.single-service-manuals .manual-item:hover {
    background: #f2f3f6;
    transition: all .4s ease;
}

.service-links {
	background: #fff;
    border-bottom: 3px solid #f2f3f6;
}
.service-links .uk-navbar {
    background: transparent;
}
.service-links .uk-navbar li a {
    color: #555;
    font-weight: 500;
    min-height: 65px;
	padding: 0 30px 0 0;
}
.service-links .uk-navbar li.uk-active a {
	color: #079dcd;
}
.service-sections >  div:nth-child(2n+1) {
    background: #fff;
}
.service-section {
    /* border-bottom: 3px solid #f2f3f6; */
    padding: 80px 0 120px;
}
.service-section .uk-width-4-5\@m {
    padding-left: 50px !important;
}
.service-section .section-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 50px;
    position: relative;
}
.service-section .section-title:after {
    background: #0DBBF2;
    bottom: -10px;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
}

#custom-tabs {
  padding: 0;
  margin: 0;
}
#custom-tabs:before {
  display: none;
}
#custom-tabs li {
	padding: 0 20px 0 0;
}
#custom-tabs li a {
  color: #555;
  border-width: 3px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: -3px;
  outline: none;
  padding: 20px 0;
  text-transform: inherit;
}
#custom-tabs li.uk-active a {
  color: #0E73D8;
}


#custom-tabs-ticket {
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #f2f3f6 !important;
}
#custom-tabs-ticket:before {
  display: none;
}
#custom-tabs-ticket li {
	padding: 0 20px 0 0;
}
#custom-tabs-ticket li a {
  color: #555;
  border-width: 3px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: -3px;
  outline: none;
  padding: 20px 0;
  text-transform: inherit;
}
#custom-tabs-ticket li.uk-active a {
  color: #0E73D8;
}
.ticket-links {
	background: #fff !important;
    border-bottom: 3px solid #f2f3f6 !important;
}

.wpit-service-urls a {
  background: #0E73D8;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 15px 0;
  padding: 10px;
  text-align: center;
  transition: all .4s ease;
  width: 80%;
}
.wpit-service-urls a:hover {
  background: #263040;
  transition: all .4s ease;
}

.related-services {
  background: #1f2d4d;
  padding: 100px 0;
}
.related-services h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 50px;
}
.related-services .service-info p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.related-services .service-info a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 0;
}

.os-icon {
  border-right: 1px solid #ddd;
  display: inline-block;
  padding: 0 25px 0 0;
  margin: 0 22px 13px 0;
  text-align: center;
}
.os-icon:last-child {
  border-right: 0;
}
.os-icon img {
  height: 40px;
}
.os-icon .os-title {
  display: block;
  font-size: 13px;
}

.sticky-post {
	margin: 20px 0 40px;
}
.sticky-post .uk-inline {
	width: 100%;
}
.sticky-post img {
	height: 560px;
	object-fit: cover;
	width: 100%;
}
.sticky-post h2 {
	background: rgb(26 32 56 / 85%);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	padding: 30px;
	margin: 0 0 20px -30px !important;
	max-width: 45%;
}
.sticky-post .post-date {
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin: 8px 0 0;
}

.archive article .entry-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.archive article .entry-title a {
    color: #1f1f1f;
}
.archive article .entry-content {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0;
}
.archive article .entry-meta {
    font-size: 13px;
    margin: 30px 0 0;
}
.archive article .posted-on {
    border-right: 1px solid #b0b0b0;
    padding: 0 20px 0 0;
    margin: 0 14px 0 0;
}
.archive article .posted-on a {
    color: #6E6E6E;
}
.archive article .entry-meta .post-category {
    padding: 6px 0;
}
.archive article .entry-meta .post-category a {
    font-size: 13.5px;
    font-weight: 500;
    color: #2fa5db;
    display: inline-block;
    padding: 0 14px 0 0;
	transition: all .4s ease;
}
.archive article .entry-meta .post-category a:hover {
	color: #1f1f1f;
	transition: all .4s ease;
}

.nav-links {
    border-radius: 4px;
    margin: 60px 0 0;
    padding: 0;
}
.nav-links .page-numbers {
    background: #fff;
    border-radius: 3px;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 12px;
	transition: all .4s ease;
}
.nav-links .page-numbers:hover {
	color: #1e6f9f;
	transition: all .4s ease;
}
.nav-links .page-numbers.current {
    background: #1e6f9f;
    color: #fff;
}

.single-post .post-thumbnail {
    margin: 50px 0 0;
}
.single-post .post-thumbnail img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.single-post .entry-content {
    font-size: 14.5px;
    margin: 0 0 100px;
    padding-top: 35px;
}

.archive #secondary .elementor,
.archive #secondary .elementor-section,
.archive #secondary .elementor-container,
.single-post #secondary .elementor,
.single-post #secondary .elementor-section,
.single-post #secondary .elementor-container,
.page #secondary .elementor,
.page #secondary .elementor-section,
.page #secondary .elementor-container,
.search-results #secondary .elementor,
.search-results #secondary .elementor-section ,
.search-results #secondary .elementor-container  {
	height: 100%;
}

.single-post article {
    margin: 0;
}
.single-post .related-services {
    margin: 80px 0 0;
}
.single-post .related-services img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.wp-block-file .wp-block-file__button {
    display: none;
}
.wp-block-file a {
    font-weight: 500;
    padding: 4px 0 4px 25px;
}
.wp-block-file a:after {
    color: #727272;
    content: '\f15c';
    font-size: 20px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    padding: 0 20px 0 0;
	left: 0;
	top: -1px;
	position: absolute;
}

@media screen and (max-width: 960px) {
	.service-icon {
		width:100% !important;
		text-align:center;
	}
	.service-title {
		text-align:center;
	}

	.uk-padding-remove-left {
		padding-left:40px !important;
	}

	.archive .page-title,
	.archive .archive-description {
		text-align:center;
	}

}



.search-results article .entry-title a {
    color: #1f1f1f;
	font-size:18px !important;
}

.search-results article .entry-content {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0;
}

.search-results article .entry-meta .post-category a {
    font-size: 13.5px;
    font-weight: 500;
    color: #2fa5db;
    display: inline-block;
    padding: 0 14px 0 0;
    transition: all .4s ease;
}

.search-results article .posted-on {
    border-right: 1px solid #b0b0b0;
    padding: 0 20px 0 0;
    margin: 0 14px 0 0;
}

.search-results article .posted-on a {
    color: #787878;
}

.search-results article .entry-meta {
    font-size: 13px;
    margin: 30px 0 0;
}

.search-results article {
	background-color:#fff !important;
    padding: 25px 20px 20px;
    margin: 0 0 20px !important;
    border-radius: 8px;
    position: relative;
    filter: drop-shadow(0 0 60px #eee);
}

.search-results .site-main {
    background-color: #fff;
    padding: 80px 0;
}
.search-results h1.page-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
    transition: all .4s ease;
	color:#000;
}


.search-results .entry-header {
    background: #fff;
    padding: 0px;
    color: #000;
    text-align: left;
}

.single-faq .entry-header {
    background: #f2f5f6;
    padding: 100px 0 40px;
    color: #585858;
    text-align: left;
    transition: all .4s ease;
}

.single-faq .service-links p {
    color: #555;
    font-size: 13.5px;
    font-style: italic;
    margin: 0;
    padding: 20px 0;
}

.sln-salon-my-account-tab-nav .col-md-4 {
  width: 50% !important;
}
.sln-salon-my-account-tab-nav .col-md-4:last-child {
  display: none !important;
}

.wpit-support .uk-dropdown {
  border-radius: 10px;
  box-shadow: none;
  width: 220px;
}
.wpit-support .uk-dropdown ul {
  width: 100%;
  display: block;
}
.wpit-support .uk-dropdown ul li {
  padding: 0 0 20px;
  margin: 0;
}
.wpit-support .uk-dropdown ul li:last-child {
	padding: 0;
}
.wpit-support .uk-dropdown ul li a {
  display: inline-block;
  margin-top: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.wpit-support .uk-dropdown i {
  padding: 0 15px 0 0;
}

.screen-reader-text,
a.elementor-social-icon .elementor-screen-only { 
	color:#fff !important; 
}

.uk-subnav-pill > .uk-active > a
	background-color:#0E73D8 !important;
}


#short-instructions ul.uk-subnav a {
	color:#000 !important;
}

.label_bd {
	display:none;
}

nav.navigation.pagination h2.screen-reader-text {
	background-color:#fff !important;
	color:#000 !important;
}

.uk-badge.post-category a, .single .uk-badge a {
	color: #0B79AD;
}

.online-applications-area a {
	color:#345FDF;
}



.docs-single-cat-wrap .docs-cat-title {
	color: #272727 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px !important;
	font-weight: 600 !important;
	transition: all .4s ease;
}
.docs-single-cat-wrap:hover .docs-cat-title,
.docs-single-cat-wrap:hover .docs-cat-title:hover {
	color: #BA4A09 !important;
	transition: all .4s ease;
}
.noscroll {
	overflow: hidden;
	margin-right: -20px;
}
.uk-navbar {
	display: inline-block;
}

/*
.uk-navbar .menu-description {
  display: block;
  font-size: 14px;
}
.uk-navbar .menu-title {
  display: block;
}
.active-nav:before {
    content: '';
    position: fixed;
    border-top: 100vh solid transparent;
		border-right: 0 solid transparent;
    left: -100% !important;
	  top: 0 !important;
	  width: 0;
	  z-index: -2;
    transition: all 1s ease;
}
.active-nav.active:before {
    content: '';
    border-top: 100vh solid rgba(255, 255, 255, 0.97);
    border-right: 10vw solid transparent;
    position: fixed;
    left: 0 !important;
    top: 0;
    z-index: -1;
    transition: all .5s ease;
		width: 51vw;
}
.active-nav.active:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0;
    top: 0;
	  left: 0;
	  bottom: 0;
	  height: 100vh;
    z-index: -2;
	  width: 105%;
    transition: all 1s ease;
}
.uk-navbar .uk-parent .uk-navbar-dropdown {
	background: transparent;
    position: absolute !important;
    margin-left: 0 !important;
    left: 0 !important;
		margin: 0;
		margin-left: -130px !important;
	  padding: 60px 0 ;
	  box-shadow: none;
		visibility: hidden;
	  width: 34vw;
	transition: all .4s ease;
}
.uk-navbar:hover .uk-navbar-dropdown {
	visibility: visible;
	transition: all 1s ease;
}
*/
/*
.uk-navbar:hover li:first-child .uk-navbar-dropdown {
	  height: 81vh;
	  overflow-y: scroll;
		scrollbar-width: thin;
	  scrollbar-color: #ddd #f0f0f0;
} */
/*
.uk-navbar .uk-navbar-dropdown li a {
	display: block;
	  font-size: 16px;
	  color: transparent;
	visibility: hidden;
}
.uk-navbar:hover .uk-navbar-dropdown li a {
	transition: all .5s ease;
	visibility: visible;
}
.uk-navbar:hover li:first-child .uk-navbar-dropdown .uk-nav li {
	width: 45.5%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
}
*/
/*
.uk-navbar:hover li:first-child .uk-navbar-dropdown .uk-nav li:nth-child(-n+8) {
	width: 46%;
	margin-right: 3%;
	display: inline-block;
	vertical-align: top;
}
.uk-navbar:hover li:first-child .uk-navbar-dropdown .uk-nav li:nth-last-child(-n+4) {
	width: 46%;
	display: block;
	vertical-align: top;
} */
/*
.uk-navbar:hover li .uk-navbar-dropdown .uk-nav .menu-description {
	max-width: 28vw;
}
.uk-navbar:hover li:first-child .uk-navbar-dropdown .uk-nav .menu-description {
	min-height: 39px;
	font-size: 12.5px !important;
	max-width: auto;
}

.uk-navbar a:before {
  display: inline-block;
  float: left;
  background: transparent;
  padding: 13px 0;
  margin: 0 18px 0 0;
  color: transparent;
  border-radius: 50px;
  width: 50px;
	font-size: 15px;
  height: 50px;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  visibility: hidden;
}
.uk-navbar:hover a:before {
  color: #fff;
  visibility: visible;
  transition: all .8s ease;
}
.user-account-icon:before {
  content: '\f007';
}
.uk-navbar:hover .user-account-icon:before {
  background: #1BC865;
}
.euniversity-icon:before {
  content: '\f19d';
}
.uk-navbar:hover .euniversity-icon:before {
  background: #FFC600;
}
.email-icon:before {
  content: '\f0e0';
}
.uk-navbar:hover .email-icon:before {
  background: #00A27D;
}
.websites-icon:before {
  content: '\f0ac';
}
.uk-navbar:hover .websites-icon:before {
  background: #00A27D;
}
.cloud-icon:before {
  content: '\f0c2';
}
.uk-navbar:hover .cloud-icon:before {
  background: #9E9E9E;
}
.academic-icon:before {
  content: '\f51b';
}
.uk-navbar:hover .academic-icon:before {
  background: #9E9E9E;
}
.phone-icon:before {
  content: '\f095';
}
.uk-navbar:hover .phone-icon:before {
  background: #1A93C7;
}
.network-icon:before {
  content: '\f6ff';
}
.uk-navbar:hover .network-icon:before {
  background: #1BB6C8;
}
.software-icon:before {
  content: '\f5fd';
}
.uk-navbar:hover .software-icon:before {
  background: #E0BD42;
}
.scientific-apps-icon:before {
  content: '\f5d2';
}
.uk-navbar:hover .scientific-apps-icon:before {
  background: #6E0054;
}
.security-icon:before {
  content: '\f3ed';
}
.uk-navbar:hover .security-icon:before {
  background: #E04242;
}
.infrastructure-icon:before {
  content: '\f1c0';
}
.uk-navbar:hover .infrastructure-icon:before {
  background: #4F006D;
}
*/

.uk-navbar .menu-description {
  display: block;
  font-size: 14px;
}
.uk-navbar .menu-title {
  display: block;
}
.uk-navbar .uk-parent .uk-navbar-dropdown {
	background: #fff !important;
    /* margin-left: 0 !important; */
	margin-top: 0 !important;
	left: inherit !important;
	border-radius: 10px;
	padding: 30px 30px 5px;
	box-shadow: 0 3px 4px #dddddd29;
	width: auto;
	min-width: 16vw;
}
.uk-navbar li:first-child .uk-navbar-dropdown {
	min-width: 36vw;
}
.uk-navbar .uk-navbar-dropdown li a {
	display: block;
	  font-size: 20px;
}
.uk-navbar li:first-child .uk-navbar-dropdown .uk-nav li {
	width: 46.3%;
	margin-right: 3%;
	display: inline-block;
	vertical-align: top;
}
.uk-navbar li .uk-navbar-dropdown .uk-nav .menu-description {
	max-width: 28vw;
}
.uk-navbar li:first-child .uk-navbar-dropdown .uk-nav .menu-description {
	min-height: 39px;
	font-size: 12.5px !important;
	max-width: auto;
}

.uk-navbar a:before {
  display: inline-block;
  float: left;
  padding: 13px 0;
  margin: 0 18px 0 0;
  border-radius: 50px;
  width: 50px;
	font-size: 15px;
  height: 50px;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
}
.uk-navbar .user-account-icon:before {
  content: '\f007';
  background: #1BC865;
}
.uk-navbar .euniversity-icon:before {
  content: '\f19d';
  background: #FFC600;
}
.uk-navbar .email-icon:before {
  content: '\f0e0';
  background: #00A27D;
}
.uk-navbar .websites-icon:before {
  content: '\f0ac';
  background: #00A27D;
}
.uk-navbar .cloud-icon:before {
  content: '\f0c2';
  background: #9E9E9E;
}
.uk-navbar .academic-icon:before {
  content: '\f51b';
  background: #9E9E9E;
}
.uk-navbar .phone-icon:before {
  content: '\f095';
  background: #1A93C7;
}
.uk-navbar .network-icon:before {
  content: '\f6ff';
  background: #1BB6C8;
}
.uk-navbar .software-icon:before {
  content: '\f5fd';
  background: #E0BD42;
}
.uk-navbar .scientific-apps-icon:before {
  content: '\f5d2';
  background: #6E0054;
}
.uk-navbar .security-icon:before {
  content: '\f3ed';
  background: #E04242;
}
.uk-navbar .infrastructure-icon:before {
  content: '\f1c0';
  background: #4F006D;
}



#sln-salon {
  padding: 0 !important;
  margin: 0 !important;
  box-shadow:  none !important;
}


/*
.mega-menu-flyout.mega-toggle-on ul.mega-sub-menu {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0px !important;
    height: 100vh !important;
    z-index: -1 !important;
    background: transparent !important;
    content: '' !important;
    width: 36vw !important;
    padding-left: 11% !important;
    padding-top: 150px !important;
}
.mega-menu-flyout.mega-toggle-on ul.mega-sub-menu a {
    color: #272727 !important;
    font-size: 16px !important;
}
.mega-menu-flyout.mega-toggle-on ul.mega-sub-menu:before {
    content: '' !important;
    width: 36vw !important;
    height: 100vh !important;
    position: absolute !important;
    right: -200px !important;
    top: 0 !important;
    left: 0;
    display: block !important;
    border-top: 100vh solid rgba(255, 255, 255, 0.98);
    border-right: 100px solid transparent;
}
.mega-menu-flyout.mega-toggle-on ul.mega-sub-menu:after {
    content: '' !important;
    width: 100vw !important;
    height: 100vh !important;
    position: absolute !important;
    right: -100% !important;
    top: 0 !important;
	left: 0;
    display: block !important;
    background: rgba(0, 0, 0, 0.65);
	z-index: -1;
} */

.wpit-grid .grid-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.large-column {
    position: absolute;
    bottom: -100px;
    right: -220px;
    height: 120vh;
}
.home .elementor-463 .elementor-element.elementor-element-eac6179/*, .single .elementor-463 .elementor-element.elementor-element-eac6179,  .page .elementor-463 .elementor-element.elementor-element-eac6179, .single .elementor-463 .elementor-element.elementor-element-eac6179, .single-docs .elementor-463 .elementor-element.elementor-element-eac6179, .single .elementor-463 .elementor-element.elementor-element-eac6179, .post-type-archive-docs .elementor-463 .elementor-element.elementor-element-eac6179 */  {
	filter: drop-shadow(0 0 0 #eee);
}
/*.elementor-463 .elementor-element.elementor-element-eac6179 {
	background-color: #ffffff;
	filter: drop-shadow(0 0 30px #eee);
} */
.middle-section:before {
	position: absolute;
	background: #122142;
	content: '';
	top: 0;
	bottom: 0;
	left: -100vw;
	right: 0;
	width: 100vw;
}

.middle-section-en:before {
	position: absolute;
	background: #122142;
	content: '';
	top: 0;
	bottom: 0;
	left: 0vw;
	right: 0;
	width: 100vw;
}

.blue-bg-column:before {
    position: absolute;
    background: #122142;
    content: '';
    top: 0;
    bottom: 0;
    right: -100%;
    left: 0;
	width: 100vw;
}

#secondary .widget-title {
	padding-top:2px;
	margin-top:-10px;
 font-weight: 500;
	font-size: 16px;
	color: #7A7A7A;
	text-shadow:rgba(0, 0, 0, 0.3);
	border-bottom:0.01em solid #7A7A7A;
padding-bottom: 30px;
	
}

#sln-salon.sln-salon--m {
	max-width:100%;
}

.sln-service, #sln-salon .sln-service {
    margin-bottom: 0em;
    border-bottom: 1px solid  #d9d9d9;
	padding-top: 3px;
}

#sln-salon .sln-panel .sln-panel-content,
#sln-salon .sln-panel .sln-panel-heading .sln-btn, #sln-salon.sln-loginform:not(.sln-customcolors) .sln-panel .sln-panel-heading #loginform #wp-submit, #sln-salon.sln-loginform:not(.sln-customcolors) #loginform .sln-panel .sln-panel-heading #wp-submit{
	
	border:none;
}


.sln-service-description, #sln-salon .sln-service-description {
    margin-top: 0.3em;
    margin-bottom: 1.3em;
}

#sln-salon .row, #sln-salon--admin .row, .sln-salon-bs-wrap .row, .sln-calendar--wrapper .row {
	margin-top: 0.6em;
}

#sln-salon > form {
    margin-top: 0em;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	display: flex;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {
	font-size: 35px;
}
.mega-menu-megamenu .mega-sub-menu .mega-menu-link {
	/*background: rgba(0,0,0,0.1) !important;
	border-radius: 10px !important; */
	min-height: 87px !important;
}
a.mega-menu-link:before {
    color: #fff !important;
    margin-right: 15px !important;
}
a.dashicons-admin-users:before {
    content: '\f2bd' !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 400 !important;
    font-size: 40px !important;
}
.mega-menu-megamenu .mega-sub-menu a.mega-menu-link:hover {
    border-radius: 10px !important;
	color: #fff !important;
    transition: all .4s ease !important;
	background: rgba(0,0,0,0.25)  !important;
}
.mega-sub-menu .mega-menu-description {
    font-size: 12px !important;
    font-style: normal !important;
    color: #aaa;
}
.mega-menu-column {
  border-right: 1px dashed rgba(255, 255, 255, 0.2) !important;
}
.mega-menu-column:last-child {
	border-right: 0 !important;
}

.betterdocs-single-wraper.full-wrapper {
	background-color: #f3f5f6;
}
.betterdocs-content-full {
    max-width: 1480px;
    margin: 0 auto;
}


.home .elementor-element-eac6179 {
    position: absolute;
    background: transparent !important;
    border: 0 !important;
}
.home .elementor-element-eac6179 .mega-menu-link {
    color: #fff !important;
}
.elementor-widget-wp-widget-polylang select {
    background: transparent;
    border: 0;
    color: #fff;
}

.it-support p {
	margin: 0px !important;
}

.single .site-main, .page .site-main {
	background: #fff;
}

.elementor-widget-wp-widget-polylang select option {
    color: #1f1f1f;
}

/* Organogram graph */
.first_parent, 
.level2_parent,
.level3_parent,
.level4-child {
	width:230px !important;
	height:230px !important;
	border-radius:50% !important;
	display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
	padding:20px !important;
}

.first_parent {
	background:#2175A6 !important;
}
.first_parent p {
	color:#fff !important;
}

.level2_parent {
	background:#fff !important;
	border:6px solid #B5CBD4 !important;	
}
.level3_parent {
	background:#fff !important;
	border:6px solid #B9E4EA !important;		
}
.level4-child {
	background:#fff !important;
	border:6px solid #DCEFF1 !important;		
}
/* Organogram graph */


.single .entry-content a,
.page .entry-content a {
  color: #BA4A09;
  position: relative;
  transition: all .4s ease;
}
.single .entry-content a:hover,
.page .entry-content a:hover {
  color: #000;
  transition: all .4s ease;
}
.single .entry-content a:before,
.page .entry-content a:before {
  background: #000;
  bottom: -2px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transition: all .4s ease;
  width: 0;
}
.single .entry-content a:hover:before,
.page .entry-content a:hover:before {
  background: #000;
  bottom: -2px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transition: all .4s ease;
  width: 100%;
}
.single .entry-content .uk-subnav a:hover:before,
.page .entry-content .uk-subnav a:hover:before {
	display: none;
}
.page-id-16846 .entry-content .wpit-services a:hover:before,
.page-id-16894 .entry-content .wpit-services a:hover:before,
.page-id-16877 .entry-content .wpit-services a:hover:before,
.page-id-16908 .entry-content .wpit-services a:hover:before {
    width: 0 !important;
}
.single .entry-content #player {
	max-width: 100%;
}
.single .entry-content .fp-ui a:before {
	height: inherit;
	bottom: inherit;
	position: relative;
	width: inherit;
	left: inherit;
}
.single .entry-content .fp-ui a:hover:before {
	left: inherit;
	height: inherit;
	position: relative;
	bottom: inherit;
	width: inherit;
}
a.wp-block-button__link {
    color: #fff !important;
}
a.wp-block-button__link:before {
    display: none !important;
}

#sln-salon {
  max-width: 97% !important;
}
.error-404 {
  padding: 80px 0 120px;
  text-align: center;
}
.error404 .site-main {
  background: #fff;
}


/* Breadcrumb */
.breadcrumb {
    font-size: 14px;
}
.breadcrumb a {
    color: #ba490a;
    transition: all .4s ease;
}
.breadcrumb a:hover {
    color: #2a2a2a;
    transition: all .4s ease;
}
.breadcrumb i {
    color: #727272;
    margin: 0 10px;
    font-size: 12px;
}

.service-section table {
    border-collapse: collapse;
}
.service-section table td {
    padding: 14px 20px;
    border: 1px solid #ddd !important;
}

.manual-services {
    background: #f9f9f9;
    margin: -35px -35px 35px;
    padding: 35px;
}
.manual-services h4 {
    margin: 0 0 5px;
    font-weight: 500;
}
.manual-services a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0 0 0;
	padding: 0 10px 0 0;
    width: 49%;
}
.manual-services a span {
	display: inline-block;
    vertical-align: middle;
	width: 80%;
}
.manual-services a img {
	display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
	width: 45px;
}


#cookie-law-info-again {
    background: #0a142c !important;
    box-shadow: none !important;
    color: #fff !important;
    border-radius: 2px 2px 0 0 !important;
    padding: 10px 20px;
}

@media (max-width: 767px) {
	.middle-section:before {
		left: -10px;
		right: -10px;
	}
	.blue-bg-column:before {
		left: -10px;
		right: -10px;
	}
	
	.middle-section-en:before {
		
		height: 100vw;
	}
	
}


@media screen and (max-width: 767px) {
	
	a.user-area span {
		position:absolute;
		right:10px;
		top:-57px; /*-57*/
		color:#fff !important;
		font-size:18px;
	}
	.page a.user-area span {
		position:absolute;
		right:10px;
		top:-3px; 
		color:#fff !important;
		font-size:18px;
	}
	
	.fa-bars:before {
		font-size: 24px !important;
		color: #122142;
	}
	
	.hfe-nav-menu li:last-child {
		background:none !important;
		border-radius: 0px !important;
		padding: 0px !important;
	}

	a.searchIcon   {
		text-align:center !important;	
	}
	
	.fa-search:before { 
		color:#122142 !important;
		font-size:18px;
	}

	.hfe-nav-menu li:nth-child(5) {
		border-left:none !important;
		border-right:none !important;
	}
	
	.header-grid a.searchIcon {
		background: #fff;
		border-radius: 3px;
		display: inline-block;
		margin: 5px 0 0;
		padding: 10px 15px !important;
	}
	
	.header-grid .fa-search:before { color: #207787 !important; }
	
	.offcanvas-menu-icon .fa-bars {
		color:#fff;
		font-size:20px;
	}
	
	.offcanvas-menu-icon  {
		padding: 10px 15px;
	}	
		
	.language_switcher_mobile ul {
		list-style-type:none !important;
	}

	.language_switcher_mobile li a {
		background-color:#122142;
		color:#fff !important;
		padding-left:4px;
		position:absolute;
		top:5px;
		left:5px;
	}
	
	.top_bar_mobile {
		height:60px !important;
		padding-top:0px !important;
	}
		
	.single-post .entry-header, .page .entry-header {
		padding-left:20px;
	}
	
	.remote_terms p {
		text-align:center !important;
	}
		
	.single-service-header {
		width:100% !important;
		padding:0 !important;
	}
	
	
	.single .entry-header {
		padding-left:40px !important;
	}
	
	.single-authnettickets .entry-header {
		margin-left: -20px;
		margin-right: -20px;
		padding: 20px !important;
	}
		
	.wpit_custom_sidebar {
		padding-left:0 !important;
	}
	
	.sticky-post h2 {
		max-width: 100%;
		margin: 0 0 40px -30px !important;
	}
	
	.archive article
	{
		padding:20px;
	}
	
	.nav-links {
		margin-bottom:60px;
		padding-left: 20px;
	}
	
	.blue-bg-column:before {
		width:100%;
	}
	
	#custom-tabs {
		display:block !important;
	}
	
	#custom-tabs  a {
		border:none !important;
	}
	
	#custom-tabs li.uk-active a {
		border-left: 2px solid #1e87f0 !important;
	}
	
	
	#custom-tabs li a {
		display: flex;
		justify-content: left;
		padding-left: 15px;
	}
	
	.netstatus {
		margin-top:150px !important;
	}
	
	.wpit-slider ul li {
		display:block !important;
	}
	
	.wpit-slider .uk-slider-nav li {
		border:none !important;
	}
	
	.wpit-slider .uk-slider-nav li.uk-active {
		border:none;
		border-left:3px solid rgba(255, 255, 255, 0.55) !important;
		padding-left:4px;
	}
	
	.wpit-slider .uk-slider-nav li {
		padding: 0 25px 6px 4px !important;
	}
	
	#offcanvas-search .uk-offcanvas-bar {
		width:80% !important;
	}
	
	.wpit-search-result-item h4.service-title {
		text-align:left;
	}
	
	.related-services {
		padding-left: 20px !important;
	}
	
	.single-service-icon {
		width: 30% !important;
	}
	
	.blue-bg-column:before {
		width:100% !important;
	}
	
	.wpit-services .service-item h4 a {
		text-align:center;
	}
	
	#custom-tabs {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.site-main ul, .site-main ol{
		margin:3px !important;
	}
	
	.service-image-grid .single-service-icon {
		padding-left: 0px !important;
	}	
}

@media screen and (min-width: 768px) and (max-width: 960px) {
	
	.language_switcher_mobile ul {
		list-style-type:none !important;
	}

	.language_switcher_mobile li a {
		background-color:#122142;
		color:#fff !important;
		padding-left:4px;
		position:absolute;
		top:0px;
		left:5px;
	}
	
	a.user-area span {
		position:absolute !important;
		right:10px !important;
		top:0px !important;
		color:#fff !important;
		font-size:18px;
	}
	
	.fa-bars:before {
		font-size: 24px !important;
		color: #122142;
	}
	
	.fa-search:before { 
		color:#122142 !important;
		font-size:18px;
	}	
	
	#offcanvas-search .uk-offcanvas-bar {
		width:80% !important;
	}
	
	.blue-bg-column:before {
		width:100% !important;
	}
	
	.wpit-services .service-item h4 a {
		text-align:center;
	}
	
	.netstatus-column2 { display:none !important; }
	.netstatus-column3 {
		width:50% !important;
	}
	
	.service-image-grid .single-service-icon {
		padding-left: 0px !important;
	}	
}

@media screen and (min-width: 961px) and (max-width: 1025px) {
	
	.language_switcher_mobile ul {
		list-style-type:none !important;
	}

	.language_switcher_mobile li a {
		background-color:#122142;
		color:#fff !important;
		padding-left:4px;
		position:absolute;
		top:0px;
		left:5px;
	}
	
	a.user-area span {
		position:absolute !important;
		right:10px !important;
		top:0px !important;
		color:#fff !important;
		font-size:18px;
	}
	
	.fa-bars:before {
		font-size: 24px !important;
		color: #122142 !important;
	}
	
	.uk-navbar-toggle {
		display: flex !important;
	}
	
	.fa-search:before { 
		color:#122142 !important;
		font-size:18px;
	}	
	
	/* .uk-hidden\@m {
		display: block !important;
	} */
	
	#offcanvas-search .uk-offcanvas-bar {
		width:80% !important;
	}
	
	.blue-bg-column:before {
		width:100% !important;
	}
	.wpit-services .service-item h4 a {
		text-align:center;
	}
	
	.netstatus-column2 { display:none !important; }
	.netstatus-column3 {
		width:50% !important;
	}
}

@media screen and (max-width: 1025px) {
	.archive .site-main {
		padding: 80px 0px !important;
	}
	.online-applications-area {
		width:100% !important;
	}
	.service-section {
		padding:20px !important;
	}
	
	.online-applications-area {
		margin-top:20px;
	}
	
	.related-services .service-info a {
		margin: 0 !important;
	}
	.service-info {
		margin-top:20px !important;
	}
	
	.related-services {
		padding:100px 20px !important;
	}
	
	#custom-tabs {
		padding-left:20px;
	}
	
	.page .entry-content,
	.single-post .entry-header, .page .entry-header,
	.page .service-links p	{
		padding:20px;
	}
	
	.single .entry-content a:hover:before, .page .entry-content a:hover:before {
		background: transparent !important;
		display:none !important;
	}
	
	.single-service .entry-header {
		padding:40px 20px !important;
	}
	.uk-grid.service-image-grid { margin: 0px !important; }

	.single-service-header {
		padding-left:20px !important;
	}
	
	.single-post .entry-header {
		padding-left:20px !important;
	}	
	
	.tax-services .uk-grid {
		padding-left:20px !important;
		padding-right:20px !important;
	}
	
	.contact-box, .support-box {
		padding-left:20px !important;
		padding-right:20px !important;
	}
	
	.sticky-post {
		padding-left:20px !important;
		padding-right:20px !important;
	}
	
	.wpit-services.eforms-grid .service-item {
	   display: flex;
	   flex-direction: column;
	   align-items: center;
	}
	
	.wpit-search-result-item h4.service-title {
		text-align: left !important;
	}
}

@media (min-width: 1000px) and (max-width: 1680px) {
  .active-nav.active:before {
    width: 61vw;
  }
  .uk-navbar .uk-parent .uk-navbar-dropdown {
	  width: 49vw;
  }
}

@media (min-width: 2000px) {
  .active-nav.active:before {
    width: 60vw;
  }
}
@media (min-width: 2700px) {
  .active-nav.active:before {
    width: 62vw;
  }
}


@media (max-width: 594px) {
	.wpit-search-result-item h4.service-title {
		width:80% !important;
	}
}




.uk-alert-primary {
	background-color:#f2f3f6;
	color:#000;
}

.custom-ticket-button {
	background-color:#1b3264 !important;
	border: 0 !important;
	border-radius: 50px !important;
	color:#fff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: 'Open Sans', sans-serif !important;
	margin: 0 10px 20px 0 !important;
	text-transform: inherit;
	transition: all .4s ease;
}
.custom-ticket-button:hover {
	background: #272727 !important;
	transition: all .4s ease;
}

.problem-details {
	padding: 25px 40px !important;
    background: rgba(0,0,0,0.04) !important;
}


@media screen and (max-width: 1540px) {
	
	.wpit-listing-item .severity {
		margin-left:0px !important;
		margin-right:10px !important;
	}
	
	.single-authnettickets .entry-header {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px !important;
	}
	
	.single-post .entry-header{
		margin-left:-20px;
		margin-right:-20px;		
	}
	 
	.page .entry-header {
		margin-left:0px;
		margin-right:0px;		
	}
	
	.single-post .related-services {
		margin-left:-20px;
		margin-right:-20px;
		padding-left:20px;
		padding-right:20px;
	}
	
	.single article, .page article,
	.page .service-links p,
	.service-section,
	#custom-tabs {
		padding-left:20px;
		padding-right:20px;
	}
	
	
	#home-content, #popular-services, #home-cover {
		padding-left:20px;
		padding-right:20px;
	}

	.search-results .uk-grid {
		padding-left:20px !important;
		padding-right:20px !important;
	}
	
}

.archive article .entry-meta .post-category a {
	color:#BA4A09;
}
.archive article .entry-meta .post-category a:hover {
	color:#000;
}

.service-links .post-category a {
	color:#BA4A09;
}
.service-links .post-category a:hover {
	color:#000;
}

.service-section .uk-width-4-5\@m a,
.service-section .uk-width-3-5\@m a {
	color:#BA4A09 !important;
}
.service-section .uk-width-4-5\@m .uk-accordion-title,
.service-section .uk-width-3-5\@m .uk-accordion-title {
    color: #585858 !important;
}
.service-section .uk-width-4-5\@m .uk-open .uk-accordion-title,
.service-section .uk-width-3-5\@m .uk-open .uk-accordion-title {
    color: #000 !important;
}
.wpit-service-category a,
.wpit-service-for-roles a {
	color:#000;
}

.wpit-service-category a:hover,
.wpit-service-for-roles a:hover {
	color:#BA4A09;
	transition: all .4s ease;	
}

.SPlist_table .SPlist_Info {
  color: #f4f4f4 !important;
}
.SPlist_table .SPlist_Info:before {
  display: none !important;
}

.page .entry-content ul,
.single .entry-content ul  {
	margin:0 !important;
}


@media screen and (min-width: 1026px) and (max-width: 1540px) { 
	.single-post .entry-header, .page .entry-header {
		padding-left: 20px !important;
	}
	
	#main-custom-header,
	.sticky-post,
	.archive .uk-grid	{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	
	.archive .entry-header{
		padding-left:0px !important;
		padding-right:0px !important;
	}
		
	.custom-footer	{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	
	.single-service-header h3 {
		padding-left:20px !important;
	}
	
	.single-post .entry-title {
		padding-left:0px !important;
	}
	
	.page .entry-title {
		padding-left:0px !important;
	}
		
	.single-service-desc {
		padding-left:20px !important;
	}
	
	.single-service-icon img {
		padding-left:20px !important;
	}
	
	.related-services {
		padding-left:20px !important;
	}
		 
}

@media screen and (min-width: 768px) and (max-width: 768px) { 
	.single .single-service-header {
		padding-left: 0px !important;
	}
	.single .single-service-header h3 {
		padding-left: 0px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1025px) { 
	.archive .uk-grid {
		padding-left:20px !important;
		padding-right:20px !important;
	}
}

@media screen and (min-width: 800px) and (max-width: 800px) { 
	.single-service .single-service-header {
		padding-left: 0px !important;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1024px) { 

	.single-service .single-service-icon,
	.single-service .single-service-header {
		padding-left: 0px !important;
	}
}

@media screen and (max-width: 959px) { 
	.wpit-listing-item {
		border-radius:0px !important;
	}
	
	.wpit-listing-item .severity {
		margin-left: 0px !important;
		margin-right: 0px !important; 
	}
	
	.wpit-listing-header {
		display:none !important;
	}
	
	.wpit-listing-item > *:last-child a {
		color: #fff !important; 
		background: #1b3264 !important; 
		padding: 3px 10px !important; 
	}
		
}




@media screen and (max-width: 425px) { 
	.single-service-header {
		padding-left: 0px !important;
	}
	.single-service-header h3 {
		padding-left: 0px !important;
	}
	
	.archive .single-service-header h3,
	.archive .single-service-desc {
		padding-left: 20px !important;
	}
	
	
	.page ul {
		margin:0 !important;
	}
	
	.single-service-desc {
		padding-left: 0px !important;
		
	}
	
	
}



@media screen and (min-width: 390px) and (max-width: 390px) { 

	span.single-service-desc {
		padding-left: 0px !important;
	}
	.single-service-title {
		padding-left: 0px !important;
	}
}

@media screen and (min-width: 820px) and (max-width: 820px) { 
	.single-service-header {
		padding-left: 0px !important;
	}
	
	.single-service-header h3 {
		padding-left: 20px !important;
	}
}


.cli-tab-footer .wt-cli-privacy-accept-btn {
	
	background-color:#1e73be !important;
}


.recent-mauals-en a {
	color:#BA4A09;
}

.recent-mauals-en a:hover {
	color:#fff;
}

.simplebar-content {
	background-color: #fff;
   
}

.simplebar-content .files {
	padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.files-title {
	color: #3f5876;
    font-size: 18px;
	font-weight: bold;
}

.simplebar-content .files a { color: #566e8b; }
.simplebar-content .files a:hover { color: #528fff; }

#pojo-a11y-skip-content { background: #fff; color: #007; }


.login-box {
    padding-left: 20px;
}