/* source-sans-pro-300 - latin-ext_latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v18-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300italic - latin-ext_latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v18-latin-ext_latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-ext_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-300italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin-ext_latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v18-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-italic - latin-ext_latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v18-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin-ext_latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v18-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700italic - latin-ext_latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v18-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-ext_latin-700italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

#topbar {
background-color: rgb(240, 240, 240);

}

#dmeglogo svg {
	width: auto;
	height: 40px;

}

#cessda {
    display: inline-block;
    text-align: right;
}

#cessda svg {
    width: auto;
	height: 24px;
	margin-bottom:4px;
}
.navbar-brand .logotitle {
	display:none;

}

.navbar-brand .logotitlemobile {
	display:inline-block;

}

@media screen and (min-width: 600px) {
	.navbar-brand .logotitle {
	display:inline-block;
line-height: 40px;
font-size:16px;

}
	.navbar-brand .logotitlemobile {
	display:none;

}

#dmeglogo svg {
	width: auto;
	height: 40px;
	margin-bottom: 4px;
	margin-right: 4px;
}
}

@media screen and (min-width: 992px) {
	
	
	
	
    .navbar-brand .logotitle {
		
    font-size:21px;
    }
    #cessda svg {
        width: auto;
        height: 30px;
		margin-bottom:0;
    }

}
.header-cessda {
    position: relative;
    z-index: 99999;
    background: #fff;
}
.header-cessda .common-header .logo {
	text-align: center;
}
.header-cessda .header-content {
    padding: 25px 0 15px 0
}

.header-cessda .header-content h2 {
    font-size: 15px;
    padding-top: 10px;
    font-weight: 400
}

.caption-image {
	display:inline-block;
	border:1px solid #eee;
	margin-bottom:15px;
}
.caption-image p {
	background:#eee;
	padding:5px 4px 4px 8px;
	margin:0;
	font-size:1rem;
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-cessda .header-content h2 {
        padding-top: 0
    }
 }

.header-cessda .header-content .logo a img {
    width: 90%
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-cessda .header-content .logo a img {
        width: 100%
    }
}

@media (max-width: 767px) {
    .header-cessda .header-content .logo a img {
        width: 100%
    }
    #page_banner .banner-img, #page_banner .banner-content,  #page_banner .hotspot{
	    display: none;
    }
    .contact-banner .responsive-img img{
		display: inline-block !important;
	}
	#page_banner {
		min-height: inherit !important;
	}
	
    
}
.contact-banner .responsive-img img{
	display: none;
}

.header-cessda .header-content .search {
    padding-left: 15px;
    padding-top: 25px;
    position: absolute
}

.header-cessda .header-content .search a {
    color: #fff;
    background: #85C4EC;
    padding: 10px;
    border-radius: 20px
}

.header-cessda .header-content .search a svg {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform
}

.header-cessda .header-content .search a svg:hover {
    animation-delay: 2s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    color: #fff;
}

@media (max-width: 767px) {
    .header-cessda .header-content .search {
        display: none
    }
    .header-cessda .menu-bg .main-menu nav ul .link-menu {
    	font-family: "Source Sans Pro", sans-serif;
		font-size: 15px !important;
    }
}

.header-cessda .primary-header {
    background: #86C4EC;
}
.header-cessda .primary-header.training {
    background: #4e4d56;
}
@media (max-width: 767px) {
    .header-cessda .primary-header .log-in {
        padding: 0px
    }
}

.header-cessda .primary-header .log-in .login {
    background: #B2D3ED;
    padding: 13px;
    width: 50%;
    margin-left: auto;
    display: block
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-cessda .primary-header .log-in .login {
        width: 70%
    }
}

@media (max-width: 767px) {
    .header-cessda .primary-header .log-in .login {
        width: 100%
    }
}

.header-cessda .primary-header .log-in .login a {
    color: #fff;
    font-size: 12px;
    text-decoration: none
}

.header-cessda .primary-header .log-in .login a:hover {
    color: #222 !important;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out
}

.header-cessda .primary-header .email {
    padding-top: 10px
}

.header-cessda .primary-header .email a {
    color: #fff;
    text-decoration: none;
    text-align: left;
	    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out
}

.header-cessda .primary-header .email a:hover {
    color:#2b5a9b;

}
.header-cessda .primary-header.training .email a:hover {
    color:#85C4EC;

}


@media (max-width: 767px) {
    .header-cessda .primary-header .email {
        text-align: center !important
    }
}

.header-cessda .primary-header .social {
    font-size: 120%
}

.header-cessda .primary-header .social ul {
    display: inline-flex;
    padding: 0
}

.header-cessda .primary-header .social ul li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 10px 0px 10px
}

.header-cessda .primary-header .social ul li a {
    color: #fff
}

.header-cessda .primary-header .social ul li a:hover {
    color: #222 !important;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out
}
.header-cessda .primary-header .social ul li a:focus, .header-cessda .primary-header .social ul li a:active {
	color: #222;
}

.header-cessda .header-bg {
    background: url("../image/line-background.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right center
}

@media (max-width: 767px) {
    .header-cessda .header-bg {
        background-size: cover
    }
}

.header-cessda .common-header {
    position: relative;
    z-index: 99
}

@media (max-width: 767px) {
    .header-cessda .common-header {
        padding: 10px 0
    }
}

.header-cessda .menu-bg {
    background: #444;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-cessda .menu-bg .main-menu {
    width: 100%
}

.header-cessda .menu-bg .main-menu nav {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%
}

@media (max-width: 767px) {
    .header-cessda .menu-bg .main-menu nav {
        display: none
    }
}

.header-cessda .menu-bg .main-menu nav ul {
    list-style-type: none;
    display: inline-flex;
    margin-bottom: 0;
    padding-left: 0
}


.header-cessda .menu-bg .main-menu nav ul .link-menu:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #85C4EC;
    left: 0;
    bottom: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.header-cessda .menu-bg .main-menu nav ul .link-menu:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom: 0;
}

.header-cessda .menu-bg .main-menu nav ul.active a {
    color: #fff
}

.header-cessda .menu-bg .main-menu nav ul li .dropdown-content {
    position: absolute;
    width: 200px;
    left: 3%;
    top: 60px;
    z-index: 999999;
    border-top: 5px solid #85C4EC;
    background: #f9f9f9;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    transform-origin: 0 0 0;
    margin-left: 0;
    display: block
}

.header-cessda .menu-bg .main-menu nav ul li .dropdown-content li {
    padding: 0;
    display: block;
    margin-bottom: 10px;
}

.header-cessda .menu-bg .main-menu nav ul li .dropdown-content li a {
    display: block;
    padding: 7px 15px;
	font-size:16px;
    color: #333333;
    line-height:22px;
    font-weight: 600;
    font-family: inherit;
    text-transform: uppercase;
	
}

.header-cessda .menu-bg .main-menu nav ul li .dropdown-content li:hover {
    padding-left: 20px;
    color: #85C4EC;
}

.header-cessda .menu-bg .main-menu nav ul li .dropdown-content li:last-child a {
    border-bottom: 0
}

.header-cessda .menu-bg .main-menu nav ul li .dropdown-content .dropdown-trigger {
    position: relative
}

.header-cessda .menu-bg .main-menu nav ul li .dropdown-content .dropdown-trigger>.dropdown-content {
    position: absolute;
    top: 0;
    border-top: 0 solid;
    left: 100%;
    opacity: 0;
    visibility: hidden
}

.header-cessda .menu-bg .main-menu nav ul li.dropdown-trigger:hover>.dropdown-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.header-cessda .menu-bg .main-menu nav ul li.dropdown-trigger:hover>.dropdown-content>.dropdown-trigger:hover ul.dropdown-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.menu-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 35px;
    color: #fff;
    text-align: center;
    display: none;
    margin-left: 20px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform
}

.menu-btn:hover {
    animation-delay: 2s;
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

@media (max-width: 767px) {
    .menu-btn {
        display: block
    }
}

.menu-btn span {
    color: #fff
}

.side-menubar {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    right: -100%;
    position: fixed;
    overflow: hidden;
    background: #333;
    z-index: 999;
    height: 100vh;
    bottom: 0;
    width: 100%;
    text-align: left
}

.side-menubar .menu-btn {
    float: right;
    color: #fff;
    position: relative;
    right: 5%;
    top: 4%
}

.side-menubar .nav-sidebar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.side-menubar .nav-sidebar ul {
    list-style-type: none;
    padding-left: 0
}

.side-menubar .nav-sidebar ul li {
    text-align: left;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.side-menubar .nav-sidebar ul li:nth-child(1) {
    transform: translateX(30px)
}

.side-menubar .nav-sidebar ul li:nth-child(2) {
    transform: translateX(30px)
}

.side-menubar .nav-sidebar ul li:nth-child(3) {
    transform: translateX(30px)
}

.side-menubar .nav-sidebar ul li:nth-child(4) {
    transform: translateX(30px)
}

.side-menubar .nav-sidebar ul li:nth-child(5) {
    transform: translateX(30px)
}

.side-menubar .nav-sidebar ul li:nth-child(6) {
    transform: translateX(30px)
}

.side-menubar .nav-sidebar ul li:nth-child(7) {
    transform: translateX(30px)
}

.side-menubar .nav-sidebar ul li:nth-child(8) {
    transform: translateX(30px)
}

.side-menubar .nav-sidebar ul li a {
    color: rgba(255, 255, 255, 0.8);
    padding: 3px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    text-align: left;
    z-index: 999
}

.side-menubar .nav-sidebar ul li a:hover {
    color: #85C4EC;
}

.side-menubar .nav-sidebar ul li .dropdown-content {
    position: absolute;
    width: 200px;
    z-index: 999999;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    transform-origin: 0 0 0;
    margin-left: 0;
    display: block
}

.side-menubar .nav-sidebar ul li .dropdown-content li {
    padding: 0;
    display: block;
    margin-bottom: 10px;
    transform: translateX(0px)
}

.side-menubar .nav-sidebar ul li .dropdown-content li a {
    display: block;
    padding: 7px 15px 7px 0px;
    color: #f9f9f9;
    font-size: 90%;
    font-weight: 600;
    font-family: inherit;
    text-transform: uppercase
}

.side-menubar .nav-sidebar ul li .dropdown-content li:hover {
    color: #85C4EC
}

.side-menubar .nav-sidebar ul li .dropdown-content li:last-child a {
    border-bottom: 0
}

.side-menubar .nav-sidebar ul li .dropdown-content .dropdown-trigger {
    position: relative
}

.side-menubar .nav-sidebar ul li .dropdown-content .dropdown-trigger>.dropdown-content {
    position: relative;
    top: 0;
    border-top: 0 solid;
    opacity: 0;
    visibility: hidden
}

.side-menubar .nav-sidebar ul li.dropdown-trigger:hover>.dropdown-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.side-menubar .nav-sidebar ul li.dropdown-trigger:hover>.dropdown-content>.dropdown-trigger:hover ul.dropdown-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.side-menubar .nav-sidebar ul li .open {
    position: relative
}

.side-menubar.open-menubar {
    right: 0
}

.side-menubar.open-menubar nav ul li:nth-child(1) {
    transform: translateX(0px)
}

.side-menubar.open-menubar nav ul li:nth-child(2) {
    transform: translateX(0px)
}

.side-menubar.open-menubar nav ul li:nth-child(3) {
    transform: translateX(0px)
}

.side-menubar.open-menubar nav ul li:nth-child(4) {
    transform: translateX(0px)
}

.side-menubar.open-menubar nav ul li:nth-child(5) {
    transform: translateX(0px)
}

.side-menubar.open-menubar nav ul li:nth-child(6) {
    transform: translateX(0px)
}

.side-menubar.open-menubar nav ul li:nth-child(7) {
    transform: translateX(0px)
}

.side-menubar.open-menubar nav ul li:nth-child(8) {
    transform: translateX(0px)
}

.search-content {
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    right: -100%;
    position: fixed;
    overflow: hidden;
    background: rgba(51, 51, 51, 0.98);
    z-index: 999;
    height: 100vh;
    bottom: 0;
    width: 100%;
    text-align: left
}

.search-content span .menu-btn {
    float: right;
    color: #fff;
    position: relative;
    right: 5%;
    top: 4%
}

.search-content.open-menubar {
    right: 0
}

.search-content.open-menubar nav ul li:nth-child(1) {
    transform: translateX(0px)
}

.search-content.open-menubar nav ul li:nth-child(2) {
    transform: translateX(0px)
}

.search-content.open-menubar nav ul li:nth-child(3) {
    transform: translateX(0px)
}

.search-content.open-menubar nav ul li:nth-child(4) {
    transform: translateX(0px)
}

.search-content.open-menubar nav ul li:nth-child(5) {
    transform: translateX(0px)
}

.search-content.open-menubar nav ul li:nth-child(6) {
    transform: translateX(0px)
}

.search-content.open-menubar nav ul li:nth-child(7) {
    transform: translateX(0px)
}

.search-content.open-menubar nav ul li:nth-child(8) {
    transform: translateX(0px)
}

.search-content {
    position: fixed
}

.search-content ul {
    right: 30%;
    list-style-type: none
}

.search-content ul li .menu-btn-search {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 35px;
    color: #fff;
    float: right;
    text-align: center;
    right: 3%;
    position: absolute;
    top: 3%;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform
}

.search-content ul li .menu-btn-search:hover {
    animation-delay: 2s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

@media (max-width: 767px) {
    .search-content ul li .menu-btn-search {
        display: block
    }
}

.search-content ul li .menu-btn-search span {
    color: #fff
}

.search-content form #mySearch {
    border: 0px;
    background: none;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 2px solid #ccc;
    font-size: 30px;
    height: 100px;
    width: 90%;
    display: inline-block;
    color: #999;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.search-content form button {
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
}

.header-cessda .header-content .is-sticky .search {
    padding-left: 15px;
    padding-top: 20px;
    position: relative;
    right: 20%;
    width: 4% !important
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-cessda .header-content .is-sticky .search {
        display: none
    }
}

.is-sticky .menu-bg {
    background-color: rgba(69, 69, 69, 0.9)
}
.btn-primary {
    border: 2px solid #85C4EC;
    background: rgba(134, 199, 238, 0.2);
    color: #85C4EC;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
}

.btn-primary:hover {
    background: #85C4EC;
    color: #f9f9f9 !important;
    border-color: #85C4EC;
}
.btn-primary svg {
	font-size: 17px;
	margin-left: 5px;
	line-height: 12px;
}


.btn {
    border: 2px solid #f9f9f9;
    background: #2b5a9b;
    color: #fff;
    font-size: 75%;
    font-weight: 600;
}


.section-footer {
    background: #eee
}

.section-footer .scroll-top p {
    background: #85C4EC;
    width: 100px;
    height: 50px;
    border-radius: 0px 0px 200px 200px;
    -moz-border-radius: 0px 0px 200px 200px;
    -webkit-border-radius: 0px 0px 200px 200px;
    border: 0px solid #000000;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.section-footer .scroll-top p a {
    font-size: 26px;
    color: #444
}

.section-footer .footer-top {
    position: relative
}

.section-footer .footer-top .line-break {
    border-bottom: 1px solid #444;
    position: absolute;
    right: 0;
    bottom: 38%;
    width: 70%
}

@media (min-width: 768px) and (max-width: 992px) {
    .section-footer .footer-top .line-break {
        border-bottom: 1px solid #444;
        position: absolute;
        right: 0;
        bottom: 30%;
        width: 100%
    }
}

@media (max-width: 767px) {
    .section-footer .footer-top .line-break {
        border-bottom: 1px solid #444;
        position: absolute;
        right: 0;
        bottom: 40%;
        width: 100%
    }
}

.section-footer .footer-top .logo-footer img {
    width: 60%
}

@media (max-width: 767px) {
    .section-footer .footer-top .logo-footer {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.section-footer .footer-top .footer-content p {
    display: inline-block
}

@media (max-width: 767px) {
    .section-footer .footer-top .footer-content {
        text-align: center
    }
}

.section-footer .footer-top .footer-content .footer-social {
    display: inline-block;
    padding-top: 20px
}

.section-footer .footer-top .footer-content .footer-social li {
    display: inline-block
}

.section-footer .footer-top .footer-content .footer-social li a {
    color: #666;
    font-size: 20px;
    padding: 5px
}

.section-footer .footer-top .footer-content .footer-social li a:hover {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 10.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    color: #85C4EC
}

.section-footer .footer-down {
    margin-top: 30px
}

.section-footer .footer-down h3 {
    font-size: 17px;
    font-weight: bold;
    color: #444
}

.header-social {
	display:block;
	position:absolute;
	right:0;
	top:15px;
	}
	.header-social li {
	display:inline-block;
	padding:10px 5px;
	}

@media (max-width: 767px) {
    .section-footer .footer-down .contact {
        margin-top: 20px;
        text-align: center
    }
	.header-social {
	top:0;
	padding-top:0;
	}
	
}

.section-footer .footer-down .contact ul {
    margin: 0;
    padding: 0
}

.section-footer .footer-down .contact ul li {
    list-style-type: none
}

.section-footer .footer-down .contact ul li svg {
    color: #666
}

.section-footer .footer-down .contact ul li a {
    color: #666;
    text-decoration: none
}

.section-footer .footer-down .contact ul li a:hover {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 10.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    color: #85C4EC
}

@media (max-width: 767px) {
    .section-footer .footer-down .menu-footer {
        margin-top: 20px;
        text-align: center
    }
}

.section-footer .footer-down .menu-footer ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
    line-height: 20px;
    padding: 0
}

@media (max-width: 767px) {
    .section-footer .footer-down .menu-footer ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1
    }
}

.section-footer .footer-down .menu-footer ul li {
    margin-bottom: 5px
}

.section-footer .footer-down .menu-footer ul li a {
    text-decoration: none;
    color: #666
}

.section-footer .footer-down .menu-footer ul li a:hover {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 10.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    color: #85C4EC
}

.section-footer .footer-down .quick-link ul {
    display: inline-block;
    padding: 0
}

.section-footer .footer-down .quick-link ul li {
    display: inline-block;
    padding: 5px
}

.section-footer .footer-down .quick-link ul li a {
    text-decoration: none;
    border: 1px solid #2b5a9b;
    color: #2b5a9b;
    padding: 5px;
    border-radius: 20px;
    font-size: 13px;
    margin-left: -9px
}

.section-footer .footer-down .quick-link ul li a:hover {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 10.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    background: #85C4EC;
    color: #fff !important;
}

@media (max-width: 767px) {
    .section-footer .footer-down .quick-link {
        margin-top: 20px;
        text-align: center
    }
}

.secondary-footer {
    background: #222;
    padding: 20px 0px 10px 0px
}

.secondary-footer p {
    color: #666
}

@media (max-width: 767px) {
    .secondary-footer p {
        text-align: center
    }
}

.secondary-footer p svg {
    color: red
}

.secondary-footer .privacy {
    text-align: left;
	padding-bottom:10px;
}

@media (max-width: 767px) {
    .secondary-footer .privacy div {
        text-align: center !important
    }
}

.secondary-footer .privacy div a {
    text-decoration: none
}

.secondary-footer .privacy div .cont-privacy {
    color: #666
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.blue-cessda {
    color: #85C4EC
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}
.bgc-white {
	background: #f4f4f4;
}
.clearfix {
    display: inline-block
}

.clearfix {
    display: block
}
.mrb-70 {
    margin-bottom: 70px;
}
.mrb-50 {
    margin-bottom: 50px;
}
.mrb-40 {
    margin-bottom: 40px;
}
.mrt-40 {
    margin-top: 40px;
}
.mrt-50 {
    margin-top: 50px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrt-30 {
    margin-top: 30px;
}

.pdb-50 {
    padding-bottom: 50px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pdt-10 {
    padding-top: 10px;
}

.pdt-30 {
    padding-top: 30px;
}

body {
    line-height: 1.5;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "Source Sans Pro", sans-serif;
}

a:link,
a:visited {
    text-decoration: none
}



a:hover,
a:active,
a:focus {
	
    text-decoration: none;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0 0.5em;
    font-weight: inherit;
    font-family: "Source Sans Pro", sans-serif;
  
}

h1 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    line-height: normal;
}

h2 {
    font-size:	27px;
    font-weight: 400;
    line-height: normal;
}

h3 {
    font-size: 20px;
    line-height: normal;
}

p {
    margin: 0 0 1.2em;
    font-family: "Source Sans Pro", sans-serif
}

del {
    text-decoration: line-through
}

tr.odd {
    background-color: #dddddd
}

img {
    outline: 0
}



.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.bg-grey-light {
    background: rgb(240,240,240);
	/*GIANLUCA*/
	width:  100%;
}

/*GIANLUCA*/
ul.list {
	list-style-type: disc !important;
	margin-left: 20px !important;
}
/*END GIANLUCA*/

.nopadding {
    padding: 0
}

*::-moz-selection {
    background: #85C4EC;
    color: #333
}

.height-650 {
    height: 650px
}

@media (min-width: 768px) and (max-width: 992px) {
    .height-650 {
        height: 500px
    }
}

@media (max-width: 767px) {
    .height-650 {
        height: 400px
    }
}

.slider-section {
    position: relative
}

.slider-section .slider-carousel .item .slider-1 {
    background: url("../image/slider/slider_cessda_1.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover
}

.slider-section .slider-carousel .item .slider-1 .banner-content {
    float: right
}

.slider-section .slider-carousel .item .slider-1 .banner-content h2 {
    font-size: 45px;
    font-weight: 100;
    color: #4472A4;
    margin: 0
}

@media (max-width: 767px) {
    .slider-section .slider-carousel .item .slider-1 .banner-content h2 {
        color: #fff
    }
}

.slider-section .slider-carousel .item .slider-1 .banner-content p {
    font-weight: 300;
    color: #444;
    font-size: 33px;
    margin-bottom: 20px
}

.slider-section .slider-carousel .item .slider-1 .banner-content .line {
    border: 1px solid #444;
    width: 20%
}

.slider-section .slider-carousel .item .slider-2 {
    background: url("../image/slider/slider_cessda_2.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover
}

.slider-section .slider-carousel .item .slider-2 .banner-content {
    float: right
}

.slider-section .slider-carousel .item .slider-2 .banner-content h2 {
    font-size: 45px;
    font-weight: 100;
    color: #4472A4;
    margin: 0
}

.slider-section .slider-carousel .item .slider-2 .banner-content p {
    font-weight: 300;
    color: #444;
    font-size: 180%;
    margin-bottom: 20px;
    margin-top: 10px
}

.slider-section .slider-carousel .item .slider-2 .banner-content .line {
    border: 1px solid #444;
    width: 20%
}

.slider-section .slider-carousel .owl-dots {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px
}

@media (max-width: 767px) {
    .slider-section .slider-carousel .owl-dots {
        display: none
    }
}

.slider-section .slider-carousel .owl-dots .owl-dot {
    margin-bottom: 40px;
    position: relative;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 21px;
    opacity: 0.4;
    padding: 0
}

.slider-section .slider-carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0
}

.slider-section .slider-carousel .owl-dots .owl-dot.active {
    opacity: 1
}

.slider-section .slider-carousel .owl-dots .owl-dot.active::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -0px;
    position: absolute;
    top: 30px;
    width: 50px
}

.slider-section .section-focus-news {
    position: absolute;
    bottom: 0%;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 100
}

@media (max-width: 767px) {
    .slider-section .section-focus-news {
        display: none
    }
}

.slider-section .section-focus-news .content {
    background: #6491B1;
    width: 75%;
    border-radius: 20px;
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative
}

.slider-section .section-focus-news .content .news-focus {
    background: #85C4EC;
    border-radius: 16px;
    height: 37px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px
}

.slider-section .section-focus-news .content .news-focus a {
    margin-left: auto;
    margin-right: auto;
    display: block;

    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}



.slider-section .section-focus-news .content .news-focus a p {
    padding-top: 20px;
    font-weight: 700;
    font-size: 130%;
    color: #fff
}

.slider-section .section-focus-news .content .title-news-focus .owl-stage-outer {
    width: 75%
}

.slider-section .section-focus-news .content .title-news-focus .owl-stage-outer .item h3 {
    font-size: 100%;
    color: #fff;
    margin-top: 14px
}

@media (min-width: 768px) and (max-width: 992px) {
    .slider-section .section-focus-news .content .title-news-focus .owl-stage-outer .item h3 {
        font-size: 80%
    }
}

.slider-section .section-focus-news .content span a {
    display: inline-flex;
    padding-bottom: 20px;
    position: absolute;
    top: 19%;
    right: 4%;
    color: #fff;
    font-size: 190%;
    z-index: 100
}

.line-slider {
    border: 1px solid #fff;
    width: 20%
}

.services-tool-section .title h3 {
    color: #666;
    font-weight: 400;
    font-size: 160%
}

.services-tool-section .title p {
    color: #85C4EC;
    font-weight: 200;
    font-size: 110%
}

@media (min-width: 992px) and (max-width: 1500px) {
    .services-tool-section .title p {
        font-size: 100%
    }
}
.services-tool-section .icon .st2{
	fill:#dadada !important;
}
.services-tool-section .icon svg{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.services-tool-section .icon a {
    display: inline-block;
    vertical-align: middle;

transition: all 0.3s;
box-shadow: 0 5px 5px -5px #fff;

}

.services-tool-section .icon a:hover,
.services-tool-section .icon a:focus,
.services-tool-section .icon a:active {
  box-shadow: 0 5px 5px -5px #aaa;
}

.services-tool-section .icon h4 {
    font-weight: 600;
    color: #666;
    font-size: 120%
}



.services-about-us {
    position: relative
}

.services-about-us .title-section-sx {
    transform: rotate(-90deg);
    position: absolute;
    text-transform: uppercase;
    font-weight: 800;
    top: 35%
}

.services-about-us .title-section-sx h2 {
    font-size: 210%;
	font-weight: 300;
    color: #999
}

@media (max-width: 767px) {
    .services-about-us .title-section-sx {
        display: none
    }
}

.services-about-us .title h4 {
    color: #444 !important;
    font-size: 26px;
    font-weight: 100;
    margin-top: 0
}

.services-about-us .title h3 {
    color: #85C4EC;
    font-size: 27px;
	margin-top: 0;
	font-weight: 600;
}

.services-block {
    margin: 0
}

.services-block .row {
    margin: 0
}

.services-block .background-1 {
    background: url("../image/section-services-block/backgorund-datacatalogue.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    min-height: 480px
}

@media (max-width: 767px) {
    .services-block .background-1 {
        padding: 0;
        min-height: 260px
    }
}

.services-block .background-2 {
    background: url("../image/section-services-block/background-datamanagement.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    min-height: 480px
}

@media (max-width: 767px) {
    .services-block .background-2 {
        padding: 0;
        min-height: 260px
    }
}

.services-block .background-3 {
    background: url("../image/section-services-block/background-training.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    min-height: 480px
}

.services-block .box-services {
    background: #444;
    padding: 0px 30px 50px 30px
}

.services-block .box-services .content-box {
    min-height: 220px
}

@media (min-width: 2000px) {
    .services-block .box-services {
        padding: 20px 60px 20px 60px
    }
}

@media (min-width: 1500px) and (max-width: 2000px) {
    .services-block .box-services {
        padding: 20px 60px 20px 60px
    }
}

.services-block .box-services h2 {
    font-weight: 100;
    font-size: 33px;
    color: #f9f9f9
}

.services-block .box-services p {
    color: #ccc
}

.services-block .box-services .line {
    border-top: 1px solid #f4f4f4;
    margin-bottom: 10px
}

.services-block .box-services .line .line-b {
    width: 40px;
    height: 3px;
    background: #f4f4f4
}

.services-block .background-center {
    position: relative;
    width: 100%
}

@media (max-width: 767px) {
    .services-block .background-center {
        position: none
    }
}

.services-block .background-center .box-services-float {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background: #444;
    padding: 0px 40px 50px 40px
}

@media (min-width: 2000px) {
    .services-block .background-center .box-services-float {
        padding: 20px 60px 20px 60px
    }
}

@media (min-width: 1500px) and (max-width: 2000px) {
    .services-block .background-center .box-services-float {
        padding: 20px 60px 20px 60px
    }
}

@media (max-width: 767px) {
    .services-block .background-center .box-services-float {
        position: inherit;
        height: auto
    }
}

.services-block .background-center .box-services-float .content-box {
    min-height: 220px
}

@media (max-width: 767px) {
    .services-block .background-center .box-services-float .content-box {
        padding-top: 10px
    }
}

.services-block .background-center .box-services-float h2 {
    font-weight: 100;
    font-size: 33px;
    color: #f9f9f9
}

.services-block .background-center .box-services-float p {
    font-size: 95%;
    color: #ccc
}

.services-block .background-center .box-services-float .line {
    border-top: 1px solid #f4f4f4;
    margin-bottom: 10px
}

.services-block .background-center .box-services-float .line .line-b {
    width: 40px;
    height: 3px;
    background: #f4f4f4
}

.section-newsletter .content-box h4 {
    font-size: 190%;
    font-weight: 300;
    color: #444;
    margin-bottom: 36px
}

.section-newsletter .content-box p {
    font-size: 15px;
    color: #333;
    
}
.section-newsletter .content-box a {
   text-decoration: underline;
    
}

.section-newsletter input {
    padding: 10px 0px 10px 20px;
    width: 100%;
    border: 2px solid #f4f4f4;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #aaa
}

.section-newsletter button {
    background: #2b5a9b;
    padding: 15px;
    color: #fff;
    border: 0px;
    width: 62px;
    cursor: pointer;
    border-top-right-radius: 6px;
    position: relative;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 23px;
    margin-left: -45px
}

.section-news-blog .background-news {
    background: url("../image/section-news-blog/backgorund-news-blog.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom
}

.section-news-blog .background-news .block-news {
    padding:20px 25px 5px 25px;
    background: rgba(42, 90, 152, 0.8)
}

@media (max-width: 767px) {
    .section-news-blog .background-news .block-news {
        padding: 20px 20px 50px 20px
    }
}


.section-news-blog .background-news .block-news .title {

    padding-bottom: 25px
}

.section-news-blog .background-news .block-news h2 {
    color: #fff;
    margin-top: 10px
}

.section-news-blog .background-news .block-news .clearfix {
    display: table-cell
}

@media (max-width: 767px) {
    .section-news-blog .background-news .block-news .clearfix {
        display: block
    }
}

.section-news-blog .background-news .block-news .date .bd-month {
    font-weight: 600;
    transform: translate3d(0, 0, 0);
    color: #545454 !important;
    display: inline-block;
    background: #fff;
    padding: 8px 11px 5px 8px;
    margin-left: 0px;
    border-top-right-radius: 6px;
    z-index: 2;
    position: absolute;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 12px;
    top: 26px
}

.section-news-blog .background-news .block-news .date p.bd-day {
    font-weight: 700;
    color: #fff;
    padding: 6px 14px 6px 11px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    z-index: 1;
    position: relative;
    font-size: 12px;
    line-height: 18px;
    background: #2b5a9b;
    display: block
}

.section-news-blog .background-news .block-news .date {
    border: none;
    display: inline-block;
    padding: 0;
    margin-top: 4px;
    margin-left: 4px;
    position: absolute;
    border-radius: 25px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25)
}


.section-news-blog .background-news .block-news .content h3 a {
    margin-top: 10px;
    font-weight: 600;
    color: #fff
}
.section-news-blog .background-news .block-news .content h3 a:hover {
   color:#85C4EC;
}

.section-news-blog .background-news .block-news .content p {
    color: #fff
}

.section-news-blog .background-news .block-news .content .tag {
    margin-top: 10px
}

.section-news-blog .background-news .block-news .content .tag svg {
    display: inline-block;
    color: #f9f9f9
}

.section-news-blog .background-news .block-news .content .tag p {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    color: #f9f9f9;
    font-weight: 200
}

.section-news-blog .background-news .block-news .content .line {
    border-top: 1px solid #85C4EC;
    margin-bottom: 10px
}

.section-news-blog .background-news .block-news .content .line .line-b {
    width: 40px;
    height: 3px;
    background: #85C4EC
}

.section-news-blog .blog-block {
    padding: 20px 35px 20px 35px
}

.section-news-blog .blog-block .title h2 {
    color: #444;
    margin-top: 10px
}

.section-news-blog .blog-block .title .line {
    border-top: 1px solid #85C4EC;
    margin-bottom: 10px
}

.section-news-blog .blog-block .title .line .line-b {
    width: 40px;
    height: 3px;
    background: #85C4EC
}

.section-news-blog .blog-block .content .item {
    padding-bottom: 10px
}

@media (max-width: 767px) {
    .section-news-blog .blog-block .content .item {
        padding-bottom: 50px
    }
}

.section-news-blog .blog-block .content .item p {
    margin-bottom: 0;
    color: #888:
}

.section-news-blog .blog-block .content .item h3 {
    margin-top: 5px;
    font-size: 19px;
    font-weight: 600;

}

.section-news-blog .blog-block .content .item h3:hover {
    color: #85C4EC;

}

.section-events {
    background: url("../image/event/background-event.png");
    background-repeat: no-repeat;
    background-size: cover
}

.section-events .event-photo {
    background: url("../image/event/event-1.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 767px) {
    .section-events .event-photo {
        min-height: 500px;
        background-size: 100%
    }
}

.section-events .event-intro {
    padding: 20px 40px 0px 40px
}

@media (max-width: 767px) {
    .section-events .event-intro {
        padding: 30px 30px 50px 30px
    }
}

.section-events .event-intro .line {
    border-top: 1px solid #f9f9f9;
    margin-bottom: 10px
}

.section-events .event-intro .line .line-b {
    width: 40px;
    height: 3px;
    background: #f9f9f9
}

.section-events .event-intro h2 {
    color: #f9f9f9;
    font-weight: 600
}

.section-events .event-intro p {
    color: #fff
}

.section-events .event-block-content {
    padding: 40px
}

.section-events .event-block-content .date svg {
    display: inline-block;
    color: #888
}

.section-events .event-block-content .date p {
    display: inline-block;
    margin-left: 5px;
    color: #333;
}

.section-events .event-block-content .content h3 {
    margin-top: 0;
    font-weight: 600;

}

.section-events .event-block-content .content h3:hover {
    color: #85C4EC;

}

.section-events .event-block-content .content p {
    color: #444
}

.section-events .event-block-content .content .btn {
    color: #fff;
    border: 2px solid #2b5a9b;
    background: #2b5a9b:
}

.section-events .event-block-content .content .btn:hover {
    background: #2b5a9b;
	color:#444;
}

#breadcrumb {
    color: #222;

    margin-bottom:0;
}

#breadcrumb .breadcrumb {
    background: none;
    float: right
}

@media (max-width: 767px) {
    #breadcrumb .breadcrumb {
        text-align: center;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

#breadcrumb .breadcrumb ul {
    background: none;
    margin: 0;
    padding-top: 30px
}

#breadcrumb .breadcrumb ul li a {
    font-weight: 400;
    display: inline-block
}

#breadcrumb .breadcrumb ul li span {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff
}
.breadcrumb {
	margin-bottom:0;
}
.sidebar .menu-services, .sidebar .menu-sidebar  {
    background: #f9f9f9;
    margin-bottom: 50px;
    padding: 0px;
    border-top: 10px solid #ddd;
    border-radius: 15px;
    padding-bottom: 10px
}
 {
	
}

.sidebar .menu-services .active, .sidebar .active {
    background: #f4f4f4;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #85C4EC;
    font-weight: 600
}

.sidebar .menu-services .active span, .sidebar .active span {
    float: right;
    margin-right: 20px;
    color: #444
}

.sidebar .menu-services ul, .sidebar ul {
    list-style-type: none;
    padding: 0
}

.sidebar .menu-services ul .active a, .sidebar ul .active a {
    color: #444
}

.sidebar .menu-services ul .active a svg, .sidebar ul .active a svg {
    color: #444
}

.sidebar .menu-services ul li,  .sidebar ul li{
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px
}

.sidebar .menu-services ul li a, .sidebar ul li a  {
    color: #444;
    font-weight: 300;
}

.sidebar .menu-services ul li a:hover, .sidebar ul li a:hover{
    color: #85C4EC !important;
}

.sidebar .menu-services ul li a span, .sidebar ul li a span {
    float: right;
    margin-right: 20px;
    color: #444
}

.sidebar .menu-services ul li a span:hover, .sidebar ul li a span:hover {
    color: #85C4EC !important;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.sidebar .menu-services ul .second, .sidebar ul .second {
    margin-left: 10px
}

.sidebar .menu-services ul .line, .sidebar ul .line {
    border-bottom: 1px solid #ddd
}

.sidebar .menu-services .card-header, .sidebar .card-header {
    border: 0;
    margin: 0;
    border-top: 4px solid #fff
}

.sidebar .menu-services .card-header span p, .sidebar .card-header span p {
    margin: 0
}

.sidebar .menu-services .card-header h5, .sidebar .card-header h5 {
    margin: 0
}

.sidebar .menu-services .card-header h5 a, .sidebar .card-header h5 a {
    color: #85C4EC
}

.sidebar .menu-services .card-header h5 .collapsed, 
.sidebar .card-header h5 .collapsed {
    color: #444
}

.sidebar .menu-services .card,  .sidebar .card{
    border: 0;
    background: #f4f4f4
}

.sidebar .menu-services .card .card-block, .sidebar .card .card-block {
    background: #fdfdfd
}

.sidebar .menu-services .card .card-block ul li a, .sidebar .card .card-block ul li a {
    color: #444
}

.sidebar .menu-services .card #headingOne, .sidebar .card #headingOne {
    border-top: 0px
}

.sidebar .menu-news-events {
    padding: 0px;
    border-radius: 15px;
    padding-bottom: 0px;
    margin-bottom: 50px
}

.sidebar .menu-news-events .line {
    border-bottom: 1px solid #ddd;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.sidebar .menu-news-events h1 {
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #85C4EC;
    border-left: 5px solid #85C4EC;
    font-weight: 600
}

.sidebar .menu-news-events h1 span {
    float: right;
    margin-right: 20px;
    color: #444
}

.sidebar .menu-news-events ul {
    list-style-type: none;
    padding: 0
}

.sidebar .menu-news-events ul li {
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 25px
}

.sidebar .menu-news-events ul li a {
    color: #444;
    font-weight: 600
}

.sidebar .menu-news-events ul li a h2 {
    font-size: 17px;
    margin: 0;
    font-weight: 500
}

.sidebar .menu-news-events ul li a h2:hover {
    color: #85C4EC;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.sidebar .menu-news-events ul li .date {
    margin-top: 20px
}

.sidebar .menu-news-events ul li .date p {
    display: inline-block;
    color: #888;
    font-size: 14px;
    font-weight: 400
}

.sidebar .menu-news-events ul li .date svg {
    display: inline-block;
    float: left;
    margin-right: 5px;
    color: #888;
    margin-top: 4px
}

.sidebar .social-share {
    position: relative;
    margin-bottom: 50px
}

.sidebar .social-share h3 {
    color: #85C4EC;
    font-size: 21px;
    padding-bottom: 10px
}

.sidebar .social-share .line {
    border: 1px solid #85C4EC;
    position: absolute;
    right: 0;
    top: 16px;
    width: 80%
}

.sidebar .social-share a svg {
    color: #85C4EC;
    font-size: 23px;
    margin-right: 10px
}

.sidebar .social-share a svg:hover {
    color: #444;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}
.tabs {
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	overflow: hidden; 
}

.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
	color: #555;
	cursor: pointer;
	display: block;
	line-height: 1em;
	padding: 1rem 0;
	text-align: left; 
}

.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
border-bottom: 1px solid rgba(239, 237, 239, 0.5);
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }

.tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
.tabs [class*=" tab"] [type="radio"]:hover,
.tabs [class*=" tab"] [type="radio"]:focus {
  border-bottom: 1px solid #85C4EC; }
  
.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
  border-bottom: 2px solid #85C4EC; }
  
.tabs [class^="tab"] [type="radio"]:checked + div,
.tabs [class*=" tab"] [type="radio"]:checked + div {
  opacity: 1; }
  
.tabs [class^="tab"] [type="radio"] + div,
.tabs [class*=" tab"] [type="radio"] + div {
  display: block;
  opacity: 0;
  padding: 2rem 0;
  width: 90%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  
.tabs .tab-2 {
	width: 50%; 
}

.tabs .tab-2 .item .image, .tabs .tab-2 .item .text {
	display: inline;
	float: left;
}
.tabs .tab-2 .item .image img {
	border-radius: 10px;
}

.tabs .tab-2 .item .text .title{
	font-size: 17px;
	font-weight: 300;
}
.tabs .tab-2 .item .text p{
	margin: 0;
}
.tabs .tab-2 [type="radio"] + div {
  width: 200%;
  margin-left: 200%; 
}
  
.tabs .tab-2 [type="radio"]:checked + div {
  margin-left: 0; }
  
.tabs .tab-2:last-child [type="radio"] + div {
  margin-left: 100%; 
  display: block;
}
  
.tabs .tab-2:last-child [type="radio"]:checked + div {
  margin-left: -100%; }

.collapse.in {
    display: block;
    visibility: visible;
}

.collapse.show {
    display: block;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 992px) {
    .content {
        flex-direction: column-reverse;
    }
    #events-page {
        flex-direction: column-reverse;
    }
    #events-page {
        flex-direction: column-reverse;
    }
    .basic-page {
        flex-direction: column-reverse;
    }
    .project-list-page{
        flex-direction: column-reverse;
    }
    .basic-page .news-page {
        flex-direction: column-reverse;
    }
    .basic-page{
        flex-direction: column-reverse;
    }
    
    
}

@media (max-width: 767px) {
    .content {
        flex-direction: column-reverse;
    }
    #events-page {
        flex-direction: column-reverse;
    }
    .basic-page {
        flex-direction: column-reverse;
    }
    .project-list-page{
        flex-direction: column-reverse;
    }
    .basic-page .news-page {
        flex-direction: column-reverse;
    }

}

.content .content-body {
    margin-bottom: 50px
}



.content .content-body .icon {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) and (max-width: 992px) {
    .content .content-body .icon {
        width: 70% !important
    }
}

@media (max-width: 767px) {
    .content .content-body .icon {
        width: 70%
    }
}

.content .content-body .line {
    border: 1px solid #85C4EC;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%
}

.services-tool-page {
    margin-bottom: 0 !important
}

@media (min-width: 768px) and (max-width: 992px) {
    .services-tool-page {
        flex-direction: column-reverse
    }
}

@media (max-width: 767px) {
    .services-tool-page {
        flex-direction: column-reverse
    }
}

.services-tool-page #breadcrumb {
    margin-bottom: 0;
}

.services-tool-page .section-pre-service .grey-bg {
    background: #f4f4f4;
    margin-bottom: 50px
}

.services-tool-page .section-pre-service .grey-bg img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block
}


@media (max-width: 767px) {
    .services-tool-page .section-pre-service .grey-bg .content {
        text-align: center
    }
}

.services-tool-page .content-body {
    min-height: auto;
    height: 100%
}

@media (max-width: 767px) {
    .services-tool-page .content-body .nav-services-cat .btn-group {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
    .services-tool-page .content-body .nav-services-cat .btn-group .btn {
        display: inline !important
    }
}

.services-tool-page .content-body .nav-services-cat .result {
    display: inline
}

@media (max-width: 767px) {
    .services-tool-page .content-body .nav-services-cat .result {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block
    }
}

.services-tool-page .content-body .nav-services-cat .result p {
    display: inline-block
}

.services-tool-page .content-body .nav-services-cat .result p #number-item {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: none
}

@media (max-width: 767px) {
    .services-tool-page .content-body .nav-services-cat .result p #number-item {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block
    }
}

.services-tool-page .content-body .nav-services-cat .result p #number-item li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #2b2b2b
}

.services-tool-page .content-body .nav-services-cat .result p #number-item li:hover {
    color: #85C4EC;
    background: #fff
}

.services-tool-page .content-body .nav-services-cat .result p #number-item li[rel="hide"] {
    display: none
}

.services-tool-page .content-body .nav-services-cat .result p select {
    background: url(../image/select.png) no-repeat scroll right 50% #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eaeaea !important;
    padding: 7px 24px 7px 5px !important;
    font-weight: 400
}

.services-tool-page .content-body .nav-services-cat .sort {
    display: inline
}

.services-tool-page .content-body .nav-services-cat .sort p {
    display: inline-block
}

.services-tool-page .content-body .nav-services-cat .sort p #sort-item {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: none
}

.services-tool-page .content-body .nav-services-cat .sort p #sort-item li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #2b2b2b
}

.services-tool-page .content-body .nav-services-cat .sort p #sort-item li:hover {
    color: #85C4EC;
    background: #fff
}

.services-tool-page .content-body .nav-services-cat .sort p #sort-item li[rel="hide"] {
    display: none
}

.services-tool-page .content-body .nav-services-cat .sort p select {
    background: url(../image/select.png) no-repeat scroll right 50% #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eaeaea !important;
    padding: 7px 24px 7px 5px !important;
    font-weight: 400
}

.services-tool-page .content-body .btn.btn-default.grid-view {
    background: transparent url("../image/gridlist.png") no-repeat scroll 5px 0
}

.services-tool-page .content-body .btn.btn-default.grid-view.active {
    background: transparent url("../image/gridlist.png") no-repeat scroll 5px -35px
}

@media (max-width: 767px) {
    .services-tool-page .content-body .btn.btn-default.grid-view {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: none !important
    }
}

.services-tool-page .content-body .product-grid {
    display: block;
    margin-bottom: 50px;
    height: 100%;
    z-index: 200;
    position: relative
}

.services-tool-page .content-body .product-grid .line {
    display: inline-flex;
    float: right;
    border-bottom: 0px solid #ddd !important;
    margin-top: 0px;
    margin-bottom: 0;
    border: 0px
}

.services-tool-page .content-body .product-grid .item {
    padding: 30px;
    position: relative;
    background: #f4f4f4;
    border-radius: 30px
}

.services-tool-page .content-body .product-grid .item .tag {
    margin-bottom: 10px;
    color: #666
}

.services-tool-page .content-body .product-grid .btn {
    position: absolute;
    bottom: 0;
    right: 4%;
    background: #85C4EC;
    border-radius: 11px
}

@media (max-width: 767px) {
    .services-tool-page .content-body .product-grid .btn {
        right: 4%
    }
}

.services-tool-page .content-body .product-list {
    background: #f4f4f4;
    margin-bottom: 50px;
    padding: 30px;
    border-radius: 20px;
    position: relative
}

.services-tool-page .content-body .product-list .image {
    display: inline-flex
}




.services-tool-page .content-body .product-list .line {
    display: inline-flex;
    float: right;
    border-bottom: 1px solid #ddd !important;
    margin-top: 0px;
    border: 0px;
    position: absolute;
    top: 30%;
    width: 48%;
    right: 0
}

@media (max-width: 767px) {
    .services-tool-page .content-body .product-list .line {
        display: none
    }
}

.services-tool-page .content-body .product-list .item {
    position: relative
}

.services-tool-page .content-body .product-list .item .product-desc {
    display: block
}

.services-tool-page .content-body .product-list .item .tag {
    margin-bottom: 10px;
    color: #666
}

.services-tool-page .content-body .product-list .btn {

    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 11px
}

.services-tool-page .content-body .btn.btn-default {
    cursor: pointer
}

.services-tool-page .content-body .btn.btn-default.list-view {
    background: transparent url("../image/gridlist.png") no-repeat scroll -28px 0;
    padding: 8px 16px;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 0
}

.services-tool-page .content-body .btn.btn-default.list-view.active {
    background: transparent url("../image/gridlist.png") no-repeat scroll -28px -35px
}

@media (max-width: 767px) {
    .services-tool-page .content-body .btn.btn-default.list-view {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block
    }
}

.services-tool-page .content-body .btn.btn-default.grid-view {
    padding: 8px 16px;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 0
}

@media (max-width: 767px) {
    .services-tool-page .content-body .btn.btn-default.grid-view {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block
    }
}


/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("../font/fa-brands-400.eot");
    src: url("../font/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../font/fa-brands-400.woff2") format("woff2"), url("../font/fa-brands-400.woff") format("woff"), url("../font/fa-brands-400.ttf") format("truetype"), url("../font/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("../font/fa-regular-400.eot");
    src: url("../font/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../font/fa-regular-400.woff2") format("woff2"), url("../font/fa-regular-400.woff") format("woff"), url("../font/fa-regular-400.ttf") format("truetype"), url("../font/fa-regular-400.svg#fontawesome") format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("../font/fa-solid-900.eot");
    src: url("../font/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../font/fa-solid-900.woff2") format("woff2"), url("../font/fa-solid-900.woff") format("woff"), url("../font/fa-solid-900.ttf") format("truetype"), url("../font/fa-solid-900.svg#fontawesome") format("svg")
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: 0.2em 0.25em 0.15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frown:before {
    content: "\f119"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-percent:before {
    content: "\f295"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-print:before {
    content: "\f02f"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-road:before {
    content: "\f018"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-strava:before {
    content: "\f428"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}





/****** OPEN CONCEPT ******/


.side-menubar .nav-sidebar ul li a.home {
   color:#85C4EC;
}

@media only screen and (min-width: 768px) {
	

/* Top menu dropdown position  */
.dropdown-trigger {
	position:relative;
}
.header-cessda .menu-bg .main-menu nav ul li .dropdown-content {
	left:0;
	top: 72px;
}
/* Top menu height, positioning and effects */
.header-cessda .menu-bg .main-menu nav ul .link-menu.home {
	color:#85C4EC; padding-top: 26px;
}

.header-cessda .menu-bg {
    background: #444;
    padding-top: 0;
    padding-bottom: 0;
	height:72px;
	
}
.header-cessda .menu-bg .main-menu nav {
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}
.header-cessda .menu-bg .main-menu nav ul .link-menu {
   display:block;
   padding:22px 0;

   
}


.header-cessda .menu-bg .main-menu nav ul .link-menu:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom: 20px;
}

.home {
	color:#85C4EC; padding-top: 20px;
}
.header-cessda .menu-bg .main-menu nav ul li .dropdown-content li:hover {
    padding-left: 0;
    color: #85C4EC;
}
.header-cessda .menu-bg .main-menu nav ul li .dropdown-content li a {
padding-left: 15px;
transition: all 0.3s;
}
.header-cessda .menu-bg .main-menu nav ul li .dropdown-content li a:hover {
padding-left: 20px;
	color: #85C4EC;
}

/* Slider */

.slider-section .slider-carousel .item .slider {
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover
}
.slider-section .slider-carousel .item .slider .banner-content {
    float: right
}

}


.slider-section .slider-carousel .item .slider.light .banner-content h2 {
    font-size: 200%;
    font-weight: 800;
    font-family: "Source Sans Pro", sans-serif;
    color: #4472A4;
    margin: 0
}
.slider-section .slider-carousel .item .slider.light .banner-content p {
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
    color: #444;
    font-size: 180%;
    margin-bottom: 20px
}
 .slider-section .slider-carousel .item .slider.dark .banner-content h2 {
     font-size: 200%;
    font-weight: 800;
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
    margin: 0
    }
.slider-section .slider-carousel .item .slider.dark .banner-content p {
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
    font-size: 180%;
    margin-bottom: 20px
}

.slider-section .slider-carousel .item .slider .banner-content .line {
    border: 1px solid #444;
    width: 20%;
}

/* News ticker */

.title-news-focus a {
	color:white;
	transition: all 0.3s;
}
.title-news-focus a:hover {
	color:#eee;
}

/* News section */
.section-news-blog .btn {
	margin-bottom:30px;
}

/* Data users page */
.section-pre-service .grey-bg {
    background: #f4f4f4;
    margin-bottom: 50px
}


.btn:hover, .btn:focus, .btn:active {
    background: #fafafa !important;
    color: #444
}
.sidebar .menu-services .active, .sidebar .active a{
	font-weight: 600;
}

.services-tool-page .section-pre-service .grey-bg .content h2 {
    font-weight: 300;
    font-size: 180%;
}

.services-tool-page .section-pre-service .grey-bg .content p {
    color: #666;
}


blockquote {
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 30px;
}
blockquote {
    padding: 0px 20px;
    margin: 0 0 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    border-left: 5px solid #85C4EC;
}

.line-divide {
	width: 100%;
	height: 1px;
	background: #eee;
	margin-top: 30px;
	margin-bottom: 10px; 
}
.mrb-20 {
	margin-bottom: 20px;
}
/* Events page */
#events-page .content-body h1 {
	margin: 0px 0px 10px 0px;
	font-size: 130%;
	padding: 0;
}
#events-page .content-body h1 a{
	margin: 0px;
	font-weight: 600;
	color: #666; 
}
#events-page .content-body .title a:hover {
	color: #85C4EC;
	-webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

#events-page .content-body .date {
	margin-bottom: 10px;
	color: #888;
	font-size:17px;
}

#events-page .content-body .row{
	margin-left: 0;
	margin-right: 0;
}

.image-hover a img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  height: auto;


}
.image-hover {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border-radius: 20px 20px 0px 0px
}
.image-hover a img:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#events-page .content-body .item-revert .col-md-8{
	border-radius: 20px 0px 0px 20px;
}
.title-page {
	font-size: 140%;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
/* Search page */
#search-page #breadcrumb {
	margin-bottom: 0;
}
#search-page .bg-grey-light {
	padding: 30px;
	background: rgb(240, 240, 240);
	}
#search-page .search-header p {
	font-size: 200%;
	padding-top: 20px;
	font-weight: 600;
	margin: 0;
	text-align: center !important;
}
#search-page .search-header p svg:hover {
	-webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
	-webkit-transform:translateY(3px);
	-moz-transform:translateY(3px);
	-o-transform:translateY(3px);
	-ms-transform:translateY(3px);
	transform:translateY(3px);
	opacity:0.8!important;

}
#search-page .content-body #item{
	padding: 10px;
}

#search-page .content-body #item .entry-header .date {
	font-weight: 600;
	text-transform: uppercase;
}
#search-page .content-body #items-search {
	padding: 30px;
	color: #777;
}
#search-page .content-body .entry-summary {
	color: #777;
}
/* project list */
.project.row {
	padding-left: 15px;
	padding-right: 15px;
}

.project .content {
	padding: 30px 30px 30px 30px;
}
.project .project_title {
	border-radius: 20px 20px 0px 0px;
}
.project .project_title h2 {
	margin: 0;
	padding: 0px 20px 20px 0px;
}
.project .project_title h2 a{
	margin: 0px;
	font-weight: 600;
	color: #666;
}
.project  .project_info ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.project .content strong {
	font-size: inherit;
}
/* Basic page */
.basic-page #breadcrumb, .project-list #breadcrumb {
	margin-bottom: 0;
}
.basic-page .news-page .footer-basic-page {
	border-bottom:1px solid #eee;
}
.basic-page .news-page .footer-basic-page .view {
	padding: 15px;
}
.basic-page .news-page .footer-basic-page .view span  {
	padding: 10px;
	border-right: 1px solid #eee;
	color: #777;
}
.basic-page .news-page .footer-basic-page .view .text {
	border-right: 0;
}
.basic-page .news-page .footer-basic-page .view span svg, .basic-page .news-page .footer-basic-page .view .text {
	color: #777;
}
.basic-page .news-page .footer-basic-page .view span a svg:hover, .basic-page .news-page .footer-basic-page .view span a  {
	color: #85C4EC;
	-webkit-transition:  0.3s ease-out;
	-moz-transition:  0.3s ease-out;
	-o-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
}
.basic-page.news #breadcrumb{
	margin-bottom: 20px;
}
.basic-page .content-body .item-date {
	position: absolute;
	width:65px;
	white-space: nowrap;
}

.basic-page .content-body .content {
	padding-right: 15px;
    padding-left: 80px;
    padding-top: 5px;

}
.basic-page .content-body .item-date .date .bd-month {
    font-weight: 600;
	transform: translate3d(0, 0, 0);
	color: #545454 !important;
	display: inline-block;
	background: #fff;
	padding: 9px 0 9px 0;
	text-align:center;
	margin-left: 0px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	font-size: 19px;
		position: absolute;
		right:0;
		left:0;
	top: 71px;

		width:100%;
}

.basic-page .content-body .item-date .date p.bd-day {
    font-weight: 700;
    color: #fff;
    padding: 14px 0 15px 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-size: 22px;
		width:100%;
    line-height: 18px;
    background: #85C4EC;
    display: block;
}

.basic-page .item-date .date {
    border: none;
    display: inline-block;
	width:100%;
    padding: 0;
    margin-top: 30px;
    border-radius: 25px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);

}

.basic-page .card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: none;
	border: 0px solid rgba(0,0,0,0.125);
	border-radius: 0;
}
.basic-page .collapsed-block {
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 32px;
	line-height: 52px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.basic-page p a svg {
	color: #777;
	font-size: 20px;
	transform: rotate(0deg);
}
.basic-page .collapsed-block a[aria-expanded="false"]:before {
    /* symbol for "opening" panels */
    font-family: 'Linearicons-Free';
    content: "\e877";
    float: right;
    color: #999999;
    margin-right: 15px;
}

.basic-page .collapsed-block a[aria-expanded="true"]:after {
	content: "\e878";
    font-family: 'Linearicons-Free';
}

.basic-page .expert-tour .tabs .tab-2 {
	width: 100%;
}
.content-body .tab-content .tab-pane {
	margin-top: 20px;
}
.content-body .nav-item a.active {
    color: #85C4EC;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-weight: bold;
}
.content-body .nav-item a {
	color: #777;
}
.content-body .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	border-color: #fff;
	font-size: inherit;
}
.content-body .nav-tabs {
	width: 100%;
}
@media (max-width: 767px) {
	.content-body .nav-tabs {
		display: block;
	}
}
/* Team Page */

.team-page figure {
	margin-left: auto;
	margin-right: auto;
	display: block !important;
}
.team-page figure .content {
	position: absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	padding: 35px;
	opacity: 0;
} 
.team-page figure .content h2{
	font-size: 130%;
	color: #fff;
	margin: 0;
	margin-bottom: 5px;
}
.team-page figure .content h3{
	color: #fff;
	font-size: 120%;
	margin: 0;
	margin-bottom: 5px;
}


.team-page figure .content p{
	margin-bottom: 10px;
	line-height: 22px;
}
.team-page figure .social {
	position: relative;
}
 .team-page figure .social a {
	 position: relative;
	 color: #fff;
	 padding-right: 5px;
	 font-size: 20px;
 }
.team-page figure .content p a{
	clear: both;
	position: relative;
	z-index: 30;
	top: 0;
	color: #fff;	
}

.team-page .imghvr-zoom-in figcaption, .team-page figure .content {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.team-page .imghvr-zoom-in:hover figcaption, .team-page .imghvr-zoom-in:hover > .content{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.team-page [class^='imghvr-'], .team-page [class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: #fff;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.team-page [class^='imghvr-'] > img, .team-page [class*=' imghvr-'] > img {
    vertical-align: top;
    max-width: 100%;
}

.team-page [class^='imghvr-'] figcaption, .team-page [class*=' imghvr-'] figcaption {
    background-color: rgba(19, 87, 150, 1);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    color: #ffffff;
   
}

.team-page [class^='imghvr-'] figcaption h1, .team-page [class^='imghvr-'] figcaption h2, .team-page [class^='imghvr-'] figcaption h3, .team-page [class^='imghvr-'] figcaption h4, .team-page [class^='imghvr-'] figcaption h5, .team-page [class^='imghvr-'] figcaption h6, .team-page [class*=' imghvr-'] figcaption h1, .team-page [class*=' imghvr-'] figcaption h2, .team-page [class*=' imghvr-'] figcaption h3, .team-page [class*=' imghvr-'] figcaption h4, .team-page [class*=' imghvr-'] figcaption h5, .team-page [class*=' imghvr-'] figcaption h6 {
    color: #ffffff;
}

.team-page [class^='imghvr-'] a, .team-page [class*=' imghvr-'] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.team-page [class^='imghvr-'], .team-page [class*=' imghvr-'], .team-page [class^='imghvr-']:before,
.team-page [class^='imghvr-']:after, .team-page [class*=' imghvr-']:before, .team-page [class*=' imghvr-']:after,
.team-page [class^='imghvr-'] *, .team-page [class*=' imghvr-'] *, .team-page [class^='imghvr-'] *:before,
.team-page [class^='imghvr-'] *:after, .team-page [class*=' imghvr-'] *:before, .team-page [class*=' imghvr-'] *:after {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media  (max-width: 768px) {

	.hover {
		-webkit-user-select: none;
		-webkit-touch-callout: none;        
	}
	
}
@media (min-width: 768px) and (max-width: 992px) {
	.team-page figure .content h3, .team-page figure .content h2{
	color: #fff;
	font-size: 100%;
	}
	.team-page figure .content {
		padding: 15px;
		margin: 0;
	}
	.team-page figure .content p {
	    font-size: 75%;
	    margin-bottom: 0px !important;
	    line-height: 15px;
	    margin-top: 5px;
	}
	.team-page figure .content h3, figure .content h2{
		margin: 0;
		margin-bottom: 5px;
		
	}
}
	
#team-page #breadcrumb {
	margin-bottom: 0 !important;
}
#team-page .team-page #bloc-0 .col-md-6 .img{
	padding: 20px;
} 
#team-page .team-page #bloc-0 .img, .basic-page #bloc-0 .img {
	height: 100%;
	width: 100%;
	min-height: 250px;
	background-size: 100%;
	background-repeat: no-repeat;
}
#bloc-0 h2{
	font-weight: 400;
}
/* contact page */ 
.basic-page.page-contact #breadcrumb {
	margin-bottom: 0;
}
#page_banner {
	min-height: 340px;
}
#page_banner.contact-banner .banner-img {
	position:absolute;
	top:0;
	bottom:0;
	width:50%;
	z-index:1;
	overflow:hidden;
}

#page_banner.contact-banner .banner-img .img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-size:100%;
	background-repeat: no-repeat;
	background-position:50% 50%;
	opacity:0;
	transition:opacity .5s;
}

#page_banner.contact-banner .banner-img .img.loaded,#page_banner.contact-banner .banner-img .img.loaded:after {
	opacity:1;
}

#page_banner.contact-banner .banner-img .img:after {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
	background-color:hsla(0, 0%, 7%, 0.27);
	opacity:0;
}

#page_banner.contact-banner .banner-img.right {
	right:0;
}

#page_banner.contact-banner .banner-img.right .img {
	right:0;
	left:auto;
}

#page_banner.contact-banner .banner-img.left {
	left:0;
}

#page_banner.contact-banner .banner-img.left .img {
	left:0;
	right:auto;
}

#page_banner.contact-banner .banner-content {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
}

#page_banner.contact-banner .banner-content .col,#page_banner.contact-banner .banner-content .row,#page_banner.contact-banner .banner-content>.main-wrapper,#page_banner.contact-banner .vc_row .banner-content>.liquid-main-wrapper,.vc_row #page_banner.contact-banner .banner-content>.liquid-main-wrapper {
	height:100%;
	position:relative;
}

#page_banner.contact-banner .banner-heading {
	position:absolute;
	top:50%;
	right:auto;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	color:#fff;
	margin:0;
	transition:opacity .2s;
}

#page_banner.contact-banner .banner-heading.off {
	opacity:0;
}

#page_banner.contact-banner .hotspot {
	position:absolute;
	top:0;
	bottom:0;
	height:100%;
	width:50%;
	z-index:5;
}

#page_banner.contact-banner .hotspot.left {
	left:0;
}

#page_banner.contact-banner .hotspot.right {
	right:0;
}
#page_banner.contact-banner {
    width: 100%;
    position: relative;
}
#page_banner .main-wrapper, .vc_row .liquid-main-wrapper {
    max-width: 100%;
    margin: 0 auto;
    width: 1780px;
    padding-left: 90px;
    padding-right: 90px;
}
#page_banner.contact-banner .banner-heading {
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    margin: 0;
    transition: opacity .2s;
}
#page_banner.contact-banner .banner-content .col{
    height: 100%;
    position: relative;
}
.col-xs-offset-8 {
    margin-left: 70%;
}
#page_banner.contact-banner .banner-heading{
	margin: 0;
	font-family: inherit;
	font-weight: 300;
}
#page_banner.contact-banner .col p{
	margin: 0;
}
#page_banner.contact-banner .col .title {
	font-weight: 700;
	
}
.basic-page .page-contact .office {
	padding: 0px 20px 20px 20px;
}
.basic-page .page-contact .office h3 {
	margin: 0px 0px 15px 0px;
}
.basic-page .page-contact .office .line-divide {
	margin-top: 0;
	width: 50%;
}
.basic-page .page-contact .office ul {
	list-style-type: none;
	padding: 0;
	
}
.basic-page .page-contact .office ul > li, .basic-page .page-contact .office ul > li a{
	list-style-type: none;
	padding: 0;
	color: #777;
	margin-bottom: 5px;
	
}
.basic-page .page-contact .webform .form-container .wrap-fields .form-control, .basic-page .page-contact .webform .form-container textarea{
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	border-radius: 0;
}
.basic-page .page-contact .form-group .form-control:active, .basic-page .page-contact .form-group .form-control:focus, .basic-page .page-contact .form-group .form-control:hover, .basic-page .page-contact .webform .form-container .wrap-fields .form-control:hover, .basic-page .page-contact .webform .form-container .wrap-fields .form-control:active, .basic-page .page-contact .webform .form-container .wrap-fields .form-control:focus {
	border-bottom: 1px solid #777;
}
.checkbox-group.text-small, .form-group.checkbox-group.text-small {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.basic-page .page-contact .checkbox-group.text-small, .basic-page .page-contact .checkbox-group.text-v-small, .basic-page .page-contact .form-group.checkbox-group.text-small, .basic-page .page-contact .form-group.checkbox-group.text-v-small {
    margin-bottom: 10px;
}
.basic-page .page-contact .checkbox-group, .basic-page .page-contact .form-group.checkbox-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-bottom: none;
    position: relative;
}
.basic-page .page-contact .checkbox-group label, .basic-page .page-contact .checkbox-group label a {
	color: #777;
}
.basic-page .page-contact .social ul {
	text-align: left;
	padding-left: 0;
}
.basic-page .page-contact .social ul > li {
	display: inline-block;
	font-size: 25px;
	padding-right: 10px;
}
.basic-page .page-contact .social ul > li a {
	color: #777;
}

	.blogparentimage {
			display:none;
	
	}

@media (min-width: 992px)  {
		.blogparentimage {
			display:inline-block;
		margin-top:20%;margin-left:20%
	}
	.newsimg {
		max-height: 400px;
		width: auto;
		border-radius: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1500px) {
	#page_banner {
			min-height: 290px;
	}
	

}
@media (min-width: 768px) and (max-width: 992px) {
	#page_banner {
			min-height: 180px;
	}
}

/* Consortium page */ 
.consortium .sidebar .tabs .tab-2 .item .text .title a{
	color: #777;
	font-size: 90%;
}

/* Maps */
.consortium .content-body .svg-content {
display: inline-block;

}
.consortium .content-body path {
	transition: .6s fill;
	-webkit-transition: .6s fill;
	fill:#d8d5d3;
	stroke: transparent;
	stroke-width:10px;
}
.consortium .content-body .member {
fill:#0075b5;
}
.consortium .content-body .c_other {
fill:#83b7e3;
}
.consortium .content-body .other {
fill:#83b7e3;
}
.consortium .content-body a:hover path.member, .consortium .content-body a:hover path.other, .consortium .content-body a:hover path.c_other { 
fill: #a2c6e9; 
}
.consortium .content-body #legend { 
	position:absolute;
	left:2%;
	top:1%;
}
.consortium .content-body #legend span { 
	font-size:14px;
	font-weight:700;
	line-height:16px;
	display: inline-block;
}

.consortium .content-body #legend span:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right:5px;
  }
.consortium .content-body .lmember:before {
  background: #0075b5;
}
.consortium .content-body .lobserver:before {
  background: #83b7e3;
}
.consortium .content-body .lother:before {
  background: #83b7e3;
}
@media (min-width: 768px) and (max-width: 992px) {
    .content .consortium, .basic-page .content{
        flex-direction: column-reverse;
    }      

}

@media (max-width: 767px) {
    .content .consortium, .basic-page .content, .trainig-features-thumb{
        flex-direction: column-reverse;
    }


}
.expert-training-page .trainig-features-thumb img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.expert-training-page .trainig-features .item svg {
	background: #00A9E0;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	padding: 10px;
	margin-top: 20px;
	color: #fff;
}
.expert-training-page .trainig-features .item hr {
	margin: 4px 0;
	width: 80px;
	border: 1px solid #85C4EC;
	text-align: left;
}
.expert-training-page .trainig-features .item svg:hover {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    background: #555;
    color: #fff;
}
.expert-training-page .trainig-features .item .title {
	min-height: 50px;
}
.expert-training-page .get-started {

	display: block;
}
.expert-training-page .get-started-thumb a {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.expert-training-page .pubsearch {
	padding: 5px;
}
.expert-training-page .pubsearch .pubsearchtext {
	background: none;
	color: #444;
	border-color: #ccc;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	width: 80%;
	display: inline;
	margin-bottom: 20px;
	margin-top: 20px;

}

.expert-training-page .pubsearch .pubsearchtext::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666 !important;
}
.expert-training-page .pubsearch .pubsearchtext::-moz-placeholder { /* Firefox 19+ */
  color: #666 !important;
}
.expert-training-page .pubsearch .pubsearchtext:-ms-input-placeholder { /* IE 10+ */
  color: #666 !important;
}
.expert-training-page .pubsearch .pubsearchtext:-moz-placeholder { /* Firefox 18- */
  color: #666 !important;
}
.expert-training-page .pubsearch .btn {
	float: right;
	cursor: pointer;
	margin-top: 20px;
}
.expert-training-page .pubsearch .btn:hover {
	color:#4e4d56;
	border-color: #ccc;
}
.expert-training-page .pubsearch input::placeholder {
	color: #fff !important;	
}
@media (max-width: 992px) {
	.expert-training-page .sidebar .is-sticky .menu {
		position: relative !important;
		top:0 !important;
	}
	.expert-training-page .sidebar {
		margin-bottom: 50px;
	}
}

/* ADD CSS CLASS TO YOUR CSS  */

hr {
	height: 0.1px;
	width: 100%;
	background: #ddd;
}
ul {
	list-style: none;
   margin-left: 0;
   padding-left: 1em;
}
.mrt-10 {
	margin-top: 10px;
}
.mrt-20 {
	margin-top: 20px;
}
.fw-100 {
	font-weight: 100;
}
.fw-600 {
	font-weight: 600;
}
.fw-800 {
	font-weight: 800;
}
.padding-left-50 {
	padding-left: 50px;
}
.padding-10 {
	padding: 10px;
}
.padding-30 {
	padding: 30px;
}
.padding-40 {
	padding: 40px;
}
.padding-50 {
	padding: 50px;
}
.light-color {
	color: #f9f9f9;
}
.z-index-10 {
	z-index: 10;
}
.image-norounded{
	border-radius: 0 !important;
}
.bg-primary {
	background: #2b5a9b !important;
	width: 100%;
}


.basic-page #breadcrumb, .project-list #breadcrumb {
	position: relative;
	z-index: 60;
}

.header-content .logo svg {
	width: 90%;
	height: auto;
}
.btn {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal !important;
}
.header-cessda .menu-bg .main-menu nav ul .link-menu {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    margin-right: 20px;
    color: #fff;
    text-decoration: none
}


.sidebar .menu-news-events {
    padding: 0px;
    border-radius: 15px;
    padding-bottom: 0px;
    margin-bottom: 50px
}

.sidebar .menu-news-events .line {
    border-bottom: 1px solid #ddd;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.sidebar .menu-news-events h1 {
    font-size: 130%;
    margin: 0px 0px 10px 0px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2a5a98;
    border-left: 5px solid #2a5a98;
    font-weight: 600
}

.sidebar .menu-news-events h1 span {
    float: right;
    margin-right: 20px;
    color: #444
}

.sidebar .menu-news-events ul {
    list-style-type: none;
    padding: 0
}

.sidebar .menu-news-events ul li {
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 25px
}

.sidebar .menu-news-events ul li a {
    color: #444;
    font-weight: 600
}

.sidebar .menu-news-events ul li a h2 {
    font-size: 100%;
    margin: 0;
    font-weight: 500
}

.sidebar .menu-news-events ul li a h2:hover {
    color: #4472A4;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.sidebar .menu-news-events ul li .date {
    margin-top: 20px
}

.sidebar .menu-news-events ul li .date p {
    display: inline-block;
    color: #888;
    font-size: 90%;
    font-weight: 400
}

.sidebar .menu-news-events ul li .date svg {
    display: inline-block;
    float: left;
    margin-right: 5px;
    color: #888;
    margin-top: 4px
}

.team-page figure .content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px;
    opacity: 0;
    
}
.team-page figure .content h3 {
    color: #fff;
    font-size: 100%;
    margin-bottom: 5px;
    margin-top: 0;
    z-index: 35;
}

.team-page figure .content p {
    margin-bottom: 6px;
    line-height: 18px;
}
.team-page .content-front  {
	background: rgba(77, 171, 230, 0.8);
	padding: 10px;
	position: absolute;
	bottom: 0;
	z-index: 30;
	border-radius: 0px 10px 0px 0px
}
.team-page .content-front h3, .team-page .content-front h2 {
	margin: 0;
	color: #f9f9f9;		
}

.team-page .content-front h2{
	font-size: 120%;
	color: #fff;
	margin: 0;
	margin-bottom: 5px;
	font-weight: 600;
}

.team-page .content-front h3 {
	font-size: 100%;
	font-weight: 100;
	margin-bottom: 5px;
}

.title-governance-structure .line {
	width: 100%;
	height: 1px;
	margin-bottom: 40px;
	background: #444;
}
.governance-page main #breadcrumb, .tool-services-page #breadcrumb, .about-us-page #breadcrumb {
	margin-bottom: 0 !important;
}  

#tree .node {
    cursor: pointer;
}

#tree .node rect{
    fill: #fff;
    stroke: #85c4ec;
    stroke-width: 6px;
    transform: rotate(45deg);

}


#tree .node text {
    font: 17px sans-serif;
    fill: #60606a;
    font-family: inherit;
    font-weight: 100;
}

#tree .link {
    fill: none;
    stroke: #60606a;
    stroke-width: 4px;
}

#tree{
    margin-bottom: 40px;
    overflow: hidden;
    height: 100%;
}
#tree svg {
	padding: 0px 0px 100px 0px
}
div.tooltip p:nth-child(2){
	border-left: 4px solid #fff;
	padding-left: 10px;
}
div.tooltip p:nth-child(2), div.tooltip p:nth-child(3) {
	padding-left: 15px;
	padding-right: 15px;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 5px;
	float: left;
}

div.tooltip h3 {
	color: #fff;
	font-weight: 100;
	margin: 0px 0px 10px 0px;
}

div.tooltip {
    position: absolute;
	top: 10%;
	right: 0%;
	font-weight: 100;
	padding: 24px 25px 20px 36px;
	font: 14px sans-serif;
    line-height: normal;
    color: #fff;
	background: rgba(19, 87, 150, 0.9);
	border-top: solid 5px rgba(134, 199, 238, 1);
	border-radius: 22px;
	pointer-events: none;
	z-index: 1000;
	line-height: 20px;
	text-align: left;
}
.section-training-start p {
	min-height: 100px;
}
.starting-page-section p{
	margin: 0px 0px 5px 0px;
}

.section-training-start .svg-inline--fa {
	width: 100%;
}
.line-divide-single {
	margin-top: 10px;
	width: 100%;
	
}
.line-divide-single .line-a {
    border-top: 1px solid #f4f4f4;
    margin-bottom: 10px
}

.line-divide-single .line-a .line-b {
    width: 40px;
    height: 3px;
    background: #f4f4f4
}
/*
.basic-page .content-body li:before {
  content: "\f054"; 
  font-family: 'Font Awesome 5 Free';
   font-weight: 900;
  display: inline-block;
  margin-left: -1.3em;
  color: #4472A4;
}
*/
/* ENTER MENU TRAINING */ 
.menu-secondary-training {
	position: relative;
	margin: 0;
}
.menu-training {
	padding: 20px 0px;
	width: 100%;
}
.menu-training .line{
	color: #888;
	background: #ddd;
	margin: 0;
}
.menu-training-items{
	display: inline-block;
	padding-left: 0;
	margin: 0;
	
	
}
.menu-training-items li::before {
	list-style: none;
	content: none !important;
}
.menu-training .menu-training-item a:hover {
	color: #4472A4;
}
.menu-training .menu-training-items li.menu-training-item {
	display: inline-block;
}
.menu-training .menu-training-items li.menu-training-item a {
	font-size: 15px;
	padding-right: 25px;
	color: #888;
	font-weight: 100;
}

/* STOP MENU TRAINING  */

/* ENTER MENU TRAINING RESPONSIVE  */


.menu-training-dropdown .training-dropdown li.menu-training-items {
	margin: 0 !important;
	background: #fff;
	padding: 50px;
	
}

.menu-training-dropdown .training-dropdown li.menu-training-item a{
	font-size: 13px;
	text-align: left !important;
	color: #888;
	padding-left: 7px;
	
}
.menu-training-dropdown .training-dropdown li.menu-training-item {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.menu-training-dropdown .training-dropdown .menu-training-items {
	padding: 35px 20px 20px 20px;
	margin-top: 20px;
	width: 100%;
}
.menu-training-dropdown .training-dropdown .menu-training-item{
	opacity: 0;
	-webkit-transition: 0.1s ease;
	transition: 0.1s ease;
    transition-property: all;
}
.menu-training-dropdown .training-dropdown.open-menubar .menu-training-item:nth-child(1){
	-webkit-animation: fadein 1s ease-in-out; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s ease-in-out; /* Firefox < 16 */
    -ms-animation: fadein 1s ease-in-out; /* Internet Explorer */
    -o-animation: fadein 1s ease-in-out; /* Opera < 12.1 */
    animation: fadein 1s ease-in-out;
    opacity: 1;
    -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
    
}

.menu-training-dropdown .training-dropdown.open-menubar .menu-training-item:nth-child(2){
	-webkit-animation: fadein 1s ease-in-out; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s ease-in-out; /* Firefox < 16 */
    -ms-animation: fadein 1s ease-in-out; /* Internet Explorer */
    -o-animation: fadein 1s ease-in-out; /* Opera < 12.1 */
    animation: fadein 1s ease-in-out;
    opacity: 1;
    -webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
    
}

.menu-training-dropdown .training-dropdown.open-menubar .menu-training-item:nth-child(3){
	-webkit-animation: fadein 1s ease-in-out; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s ease-in-out; /* Firefox < 16 */
    -ms-animation: fadein 1s ease-in-out; /* Internet Explorer */
    -o-animation: fadein 1s ease-in-out; /* Opera < 12.1 */
    animation: fadein 1s ease-in-out;
    opacity: 1;
    -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
    
}

.menu-training-dropdown .training-dropdown.open-menubar .menu-training-item:nth-child(4){
	-webkit-animation: fadein 1s ease-in-out; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s ease-in-out; /* Firefox < 16 */
    -ms-animation: fadein 1s ease-in-out; /* Internet Explorer */
    -o-animation: fadein 1s ease-in-out; /* Opera < 12.1 */
    animation: fadein 1s ease-in-out;
    opacity: 1;
    -webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
    
}

.menu-training-dropdown {
	position: relative;
}
.menu-training-dropdown .training-dropdown.open-menubar {
    top: 0vh;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1;
    opacity: 1;
}
.togle-training{
	position: relative;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.togle-training .title-menu {
	padding-top: 10px;
	height: auto;
	position: absolute;
	z-index: 50;
	left: 25px;
}


.togle-training .title-menu strong {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 19px;
	display: block;
}
.togle-training .arrow svg{
	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

}

.togle-training .arrow.up svg{
	-webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #4472A4;

}
.menu-training-dropdown .training-dropdown {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    transition: 1s ease-in-out;
	top: -10vh;
	left: 0;
	opacity: 0;
	right: 0;
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 50;
	height: 100%;
	min-height: 300px;
	bottom: 0;
	width: 100% !important;
	text-align: left;
}

/* STOP MENU TRAINING RESPONSIVE  */

/* ENTER SIDEBAR FILTER EVENT TRAINING */
.filter-events strong {
	padding: 10px 10px 10px 20px;
	margin-top: 10px;
}
.filter-events .form-check-items {
	margin-left: 30px;
	margin-right: 25px;
}
.filter-events .title-form-check  {
	padding-bottom: 5px;
	position: relative;
	clear: both;
}
.filter-events .title-form-check .line {
	position: absolute;
	top: 46%;
	right: 0;
	height: 1px;
	width: 100%;
	background: #999;
	z-index: 3;
}

.filter-events .title-form-check p {
	margin: 0;
	position: relative;
	z-index: 10;
	background: #f9f9f9;
	width: 60%;
}
.filter-events .form-check {
	margin-bottom: 0px;
	padding: 0px 0px 0px 10px;
}	
.filter-events .form-check .form-check-input{
	margin-left: 0;
}
.filter-events .form-check .form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}
/* |||||| Checkbox ||||||||*/


.form-check-items [type="radio"]:checked,
.form-check-items [type="radio"]:not(:checked) {
    position: absolute;
	opacity: 0;
	z-index: 50;
	overflow: hidden;
	box-sizing: unset;
	color: #fff;
	background: #fff;
}
.form-check-items [type="radio"]:checked + label,
.form-check-items [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    word-wrap: break-word;
}

.form-check-items [type="radio"]:checked + label:before{
	content: "\e87f";
	position: absolute;
	font-family: 'Linearicons-Free';
	left: -1px;
	top: 1px;
	font-size: 15px;
	color: #4472A4;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	z-index: 60;
}

.form-check-items [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -3px;
    top: 3px;
    color: #EAB200;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
}
.form-check-items [type="radio"]:checked + label:after,
.form-check-items [type="radio"]:not(:checked) + label:after {
    content: '';
	width: 23px;
	height: 23px;
	border: 2px solid #4472A4;
	position: absolute;
	top: 0;
	left: -5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #fff;
}
.form-check-items [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form-check-items [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.filter-events .form-check-items  .c-dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.filter-events .form-check-items  .c-dropdown__list {
	border-bottom: #666 2px solid;
  	padding: 12px 10px 15px 13px;
	list-style: none;
	position: absolute;
	top: 125%;
	left: 0;
	z-index: 20;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	background: #f4f4f4;
	transition: opacity 0.25s linear, top 0.25s linear;
}
.filter-events .form-check-items  .c-dropdown.is-open .c-dropdown__list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.filter-events .form-check-items  .c-dropdown__item {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: #434a54;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.25s linear;
}
.filter-events .form-check-items .c-dropdown__item:before {
	content: none;
}

.filter-events .form-check-items  .c-button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  user-select: none;
}
.filter-events .form-check-items  .c-button:hover, .c-button:focus {
  outline: none;
  text-decoration: none;
}
.filter-events .form-check-items  .c-button:not(:disabled) {
  cursor: pointer;
}

.filter-events .form-check-items  .c-button--dropdown {
	background-color: #f9f9f9;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	min-height: 32px;
	transition: background-color 0.2s linear;
	width: 100%;
	text-align: left;
	padding-left: 8px;
}

.filter-events .form-check-items  .c-button--dropdown:after {
  	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.3em;
	vertical-align: middle;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-left: 0.3em solid transparent;
	float: right;
	margin-top: 5px;
}


/* Checkbox filter event */


 
/* STOP SIDEBAR FILTER EVENT TRAINING */

.event-calendar-list .row {
	margin: 0;
}
.event-calendar-list .event-layout .content-event-list .title .line-divide-single .line-a {
    border-top: 1px solid #999;
    margin-bottom: 10px
}
.event-calendar-list .event-layout .content-event-list .title .line-divide-single {
	margin-top: 10px;
	width: 100%;	
}
.event-calendar-list .event-layout .content-event-list .title .line-divide-single .line-a .line-b {
    width: 40px;
    height: 3px;
    background: #999;
}
.event-calendar-list .event-layout {
	background: #f4f4f4;
	margin-bottom: 50px;
	border-radius: 20px;
	position: relative;
}

.event-calendar-list .event-layout .row {
	margin: 0;
}
.event-calendar-list .line {
	height: 1px;
	background: #ddd;
}
.event-calendar-list .event-layout .content-event-list {
	padding: 25px 30px 30px 25px;
}
.event-calendar-list .event-layout .content-event-list .items {
	width: 100%;
}
.event-calendar-list .event-layout h3 {
	margin: 0;
	font-size: 23px;
}
.event-calendar-list .event-layout p {
	margin: 0;
}
.event-calendar-list .event-layout strong {
	font-size: 17px;
	color: #444;
	padding-right: 10px;
	margin: 0;
}

.event-calendar-list .event-layout .item-date .date p.bd-day {
    font-weight: 700;
    color: #fff;
    padding: 14px 19px 15px 16px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-size: 17px;
    line-height: 18px;
    background: #2b5a9b;
    display: block;
    width: 84px;
    text-align: center;
}
.event-calendar-list .event-layout .item-date {
	margin-top: 0;
}
.event-calendar-list .event-layout .content-date {
	position: relative;
}
.event-calendar-list .event-layout .item-date {
	position: relative;
	background: #eee;
	border-radius: 20px 0px 0px 20px;
	padding-bottom: 55px;
}
.event-calendar-list .event-layout .item-date .date {
	margin-top: 25px;
	clear: both;
	margin-left: 10px;

}
.event-calendar-list .event-layout .item-date .date .bd-month {
    font-weight: 600;
    transform: translate3d(0, 0, 0);
    color: #545454 !important;
    display: inline-block;
    background: #fff;
    padding: 9px 14px 9px 15px;
    margin-left: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 13px;
    top: 64px;
    width: 84px;
    position: absolute;
}

/* MAPS Working Group */
.basic-page .maps-memeber #legend span:before {
	margin-right: 10px !important;
} 
.basic-page .maps-memeber .wg span:before {
	border-radius: 20px;	
	border: 2px solid;
	height: 15px !important;
	width: 15px !important;	
}

.basic-page .maps-memeber .wg .lmember:before {
	border-color: #616069;
	background: #4472A4;
}

.basic-page .maps-memeber .wg .lother:before {
	border-color: #616069;
	background: #b2d3ed;
}

@media (max-width: 990px){
	.column-reverse {
		flex-direction: column-reverse;
	}
	.header-cessda .menu-bg .main-menu nav ul .link-menu {
    	font-size: 15px;
		margin-right: 10px;

	}
	.header-cessda .header-content h2 {
    	font-size: 15px;
	}
	.menu-training {
		display: none;
	}
	.menu-training-dropdown {
		display: block;
		text-align: center;
		font-size: 30px;
		-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
        width: 100%;
	}
	.togle-training .fa-angle-down{
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 30px;
		position: absolute;
		z-index: 50;
		left: 50%;
		margin-top: 10px;
		color: #777;
		-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
	}
	.starting-page-section .container-fluid {
		margin-top: 50px;
	}
	
    .event-calendar-list .event-layout .item-date .date {
	    margin-left: 0;
    }
    .section-training-start p {
		min-height: 120px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.consortium .content-body #legend, .basic-page .maps-memeber #legend {
    	position: relative;
		left: 2%;
		top: 1%;
		
	}
	.padding-50 {
	    padding: 20px;
	}
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@media (max-width: 768px){

	.team-page .content-front h3 {
		font-size: 120%;
	}
	.team-page .content-front h2 {
		font-size: 162%;
	}
	.team-page figure .content {
	    padding: 35px;

	}
	.team-page figure .content p {
	    font-size: 103%;
		margin-bottom: 0;
		line-height: 20px;
		margin-top: 5px;
	}
	.team-page figure .social a {
    font-size: 26px;
	}
	.team-page figure .social {
		margin-top: 8px;
	}

}
@media (max-width: 770px) {
	.btn {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: auto;
	}
	.section-training-start p {
		text-align: center !important;
	}
	#tree svg {
		padding: 0px 0px 100px 0px;
	}
	.event-calendar-list .event-layout .item-date {
		border-radius: 20px 0px 0px 20px;
    }
    .event-calendar-list .event-layout .content-event-list {
    padding: 25px 30px 30px 25px;

	}
	.padding-left-50 {
    	padding-left: 20px;

	}
	.slider-section .slider-carousel .item .slider-2 .banner-content h2, .slider-section .slider-carousel .item .slider-1 .banner-content h2  {
	    font-size: 28px;
	}
	.slider-section .slider-carousel .item .slider-2 .banner-content p, .slider-section .slider-carousel .item .slider-1 .banner-content p {
    	font-size: 19px;
	}

}
@media (min-width: 770px) and (max-width: 900px) {
	.team-page figure .content p {
	    font-size: 80%;
	    margin-bottom: 5px;
	    line-height: 14px;
	    margin-top: 5px;
	}
}
@media (min-width: 770px) and (max-width: 1500px) {

	.team-page figure .content p {
	    font-size: 79%;
		margin-bottom: 0px;
		line-height: 14px;
		margin-top: 5px;
	}
	.team-page .content-front h3 {
		font-size: 86%;
	}
	#tree svg {
		height: 100%;
	}
}
@media (min-width: 770px) and (max-width: 990px) {

	.team-page figure .content p {
	    font-size: 105%;
		margin-bottom: 0px;
		line-height: 22px;
		margin-top: 5px;
	}
	.team-page .content-front h3 {
		font-size: 86%;
	}
}
@media (min-width: 990px){
	.menu-training-dropdown {
		display: none;
				
	}
	.togle-training{
		display: none;
	}
}
@media (max-width: 575.98px){
	.event-calendar-list .event-layout .item-date {
		border-radius: 20px 20px 0px 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
	.event-calendar-list .event-layout .item-date .date {

    	margin-left: -6px;
	}
}

/*********** OPEN CONCEPT **********/

img {
	max-width:100%;
	height:auto;
	display: block;
}


.project-list nav {
	text-align:center;
}
.pagination {
  display: inline-block;
  margin: 20px 0;
  border-radius: 4px;
  text-align:center;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2b5a9b;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #2b5a9b;
  border-color: #2b5a9b;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

 
.project-list .tabs a {
	transition: all 0.2s;
	color:#000;
}
.sidebar ul.second, .sidebar .menu-services ul.second {
	background-color: #f9f9f9;
	margin-left:-25px;
	margin-top:10px;
}
 .sidebar .menu-services ul.second li, .sidebar ul.second li {
margin-left:40px;
}

.sidebar .menu-services ul.second li a, .sidebar ul.second li a {
    color: #000;
	font-weight: 300;
	transition: all 0.2s;
		font-size:17px;
}

.sidebar .menu-services ul.second li a.selected, .sidebar ul.second li a.selected {
    	font-weight: 400;
	
}

.sidebar .menu-services ul.second li, .sidebar ul.second li {
    padding-left: 0;
}
.sidebar .menu-services li.active a, .sidebar .active {
    padding-bottom: 0;
	font-weight: 600;
}

.sidebar .menu-services .active, .sidebar .active {

    padding-bottom: 0;

}

#heading1 {

    border-top: none;
}
.map_canvas {
	height:200px;
	
}
.searchform {
display:block;
margin:0 auto;
padding:0;
text-align:center;
}
#searchtext {
		display:inline-block;
width:300px;
margin:15px 0 0 0;
padding:5px;
height:36px;
line-height:36px;
border:none;
}

#searchbtn {
	display:inline-block;
	
margin-bottom:2px;
padding:10px;
color:#fff;;
}
#searchbtn:hover {
color:#444;;
}

#svg-container {
display: inline-block;
position: relative;
width: 100%;
padding-bottom: 100%;
vertical-align: middle;
overflow: hidden;

}

.svg-content {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.svg-content path {
transition: .6s fill;
-webkit-transition: .6s fill;
fill:#d8d5d3;
stroke: transparent;
stroke-width:10px;
position:relative;
}
.svg-content .member {
fill:#0075b5;
}
.svg-content .c_other {
fill:#83b7e3;
}
.svg-content .other {
fill:#83b7e3;
}
.svg-content a:hover path.member, .svg-content a:hover path.other, .svg-content a:hover path.c_other { 
fill: #a2c6e9; 
}
#legend { 
	position:absolute;
	left:2%;
	top:1%;
}
#legend span { 
	font-size:14px;
	font-weight:700;
	line-height:16px;
	display: inline-block;
}
a.country:hover {
	cursor:pointer;
}
#legend span:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right:5px;
  }
.lmember:before {
  background: #0075b5;
}
.lobserver:before {
  background: #83b7e3;
}
.lother:before {
  background: #83b7e3;
}


#dmegcont {
position: relative;
display: block;
padding:25px;
}

#dmegcont svg {
max-width: 100%;
height: auto;
}

.dmeg-content {
display: block;

}
.dmeg-content circle {
transition: .6s fill;
-webkit-transition: .6s fill;
display: inline-block;
}

.dmeg-content a:hover circle { 
fill: #9F0074; 
}

#dmegModal {
   margin-top: 80px;
   padding-bottom: 80px;


}

#dmegModal .modal-content {
    background: #fff5fb;
}

#dmegModal .modal-title {
    background: #9F0074;
	color:white;
	display: inline-block;
	padding:10px 20px;
	border-radius: 5px;
}


#dmegModal h1, #dmegModal h2, #dmegModal h3, #dmegModal h4, #dmegModal h5, #dmegModal h6 {
    margin: 0;
    
}
.dmegq {
	padding: 5px 10px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
}
#dmegModal h3 {
    margin: 0;
 font-weight: 600;
 font-size: 18px;
 margin: 0 0 10px 0;
 color: #333;
}
#dmegModal .btn {
    font-size: 1rem;
}
#dmegModal .modal-footer {

    justify-content: center;

}
.dmegq a {
	color:#78064a;
border-bottom: 1px solid #78064a;
}
.dmegq a:hover {
	color:#000;
border-bottom: 1px solid #000;
}
#dmegModal .modal-header {
   border-bottom: none;
   padding-bottom: 0;

}
.btn-dmeg {
	background: #9F0074;
	font-size: 21px;
	border:2px solid #9F0074;
	border-radius: 50%;
	padding:40px 25px;
}
#dmegModal .btn-info {
	background: #fee7f4;
	color:#333;
}


#dmegModal  .close {
    float: right;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: #9F0074;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

#dmegModal .btn-danger {
	background-color: #9F0074;
	border-color: #9F0074;

}

.answer {
	background: rgba(250,158,213,0.2);
	font-size:16px;
	padding: 2px 5px;
	margin-bottom: 5px;
}

#dmegModal .btn-info:hover {

    border-color: #78064a;
}

.btn-secondary {
    color: #fff;
    background-color: #555;
    border-color: #555;
}
.rel {
	position:relative;
}

.basic-page .content-body .item-date .date .bd-month {

		
		
}

.basic-page .content-body .item-date .date p.bd-day {
	text-align:center;
		width:100%;

}

.basic-page .item-date .date {

	width:100%;


}

.sidebaritem hr  {
	border: 0;
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 10px 10px 5px 0;
}

.breadcrumb {
    
    padding: 2px 0  0 10px ;
}

#breadcrumb .breadcrumb ul {
  
    margin: 0 0 0 0;
    padding: 5px 15px;
}
#breadcrumb .breadcrumb ul li a {
    color: #222;
	border-bottom: 1px solid transparent;
}
#breadcrumb .breadcrumb ul li a:hover {
    border-bottom: 1px solid #85C4EC;
}
.breadcrumb-item.active {
    color: #999;
}

p.line-top {
    border-top: 2px solid #85C4EC;
   padding-top:30px;
   width:100%;
}

/* updated sidebar */

.sidebar .menu-news-events {
    padding: 0px;
    border-radius: 15px;
    padding-bottom: 0px;
    margin-bottom: 50px
}

.sidebar .menu-news-events .line {
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.sidebar .menu-news-events h3 {
    font-size: 130%;
    margin: 0px 0px 10px 0px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4e4d56;
    border-left: 5px solid #85C4EC;
    font-weight: 600
}

.sidebar .menu-news-events h3 span {
    float: right;
    margin-right: 20px;
    color: #444
}

.sidebar .menu-news-events ul {
    list-style-type: none;
    padding: 0
}

.sidebar .menu-news-events ul li {
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 25px
}

.sidebar .menu-news-events ul li a {
    color: #444;
    font-weight: 600
}

.sidebar .menu-news-events ul li a h2 {
    font-size: 100%;
    margin: 0;
    font-weight: 500
}

.sidebar .menu-news-events ul li a h2:hover {
    color: #85C4EC;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.sidebar .menu-news-events ul li .date {
    margin-top: 20px
}

.sidebar .menu-news-events ul li .date p {
    display: inline-block;
    color: #888;
    font-size: 90%;
    font-weight: 400
}

.sidebar .menu-news-events ul li .date svg {
    display: inline-block;
    float: left;
    margin-right: 5px;
    color: #888;
    margin-top: 4px
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-services, .card {
	z-index:10000;
}
.pub {
	padding-bottom:80px;
}
.card-block {
    padding: 0  1.25rem 1.25rem;
}
.sidebar .menu-services ul li {
 padding:1px 5px;
}

.sidebar .menu-services ul {
        margin-bottom: 0;
}

.embed-right {
    float: right;
    margin-left: 15px;

}

.embed-left {
    float: left;
    margin-right: 15px;
}
.embed {
    clear: both;
}
.embed-center {
  text-align:center;
   display: flex;
  align-items: center;
  justify-content: center;
}
.pub h2:first-of-type {
	font-size:36px;
	color:#444;
	font-weight:300;
	margin-top:0;
}
.pub h3 {
	font-size:24px;
}
/* Expert guide */

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display:inline;
}

ul.tip {
	display:flex;
	padding:0;
	margin:25px 0;
	width:100%;
	list-style-type:none;
	clear:both;
}
ul.tip ~ * {
	clear:both;
}
ul.tip li {
	float:left;
	display:block;
	max-width: 60%;
	align-self: center;
}

ul.tip li:first-of-type {
	max-width: 35%;
	padding-right:10px;
}


.sidebar .menu-services ul.third li {
    margin-left: 15px;
}

.member {
    fill: #0075b5;
}

.pull-right {
	float:right;
}

.services-tool-page .content-body .product-list .line {
	display:block;
	float:none;
	position: static;
}

.product-detail hr {
    height: 1px;
    width: 50%;
    
	border: 0;
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 50px 10px 5px 20px;
}


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}





.content .content-body .project_info img {
	border-radius:0;
}

.content-body b, strong {
    font-weight: 600;
   
}

.content-body h4 {
    font-weight: 400;
	font-size: 1.1rem;
       
}

.header-content {
position:relative;
}

.header-cessda .header-content .search {
    padding-left: 15px;
    padding-top: 45px;
    position: absolute;
	right:35px;
	top:0;
}

.header-cessda .header-content .is-sticky .search {
    display:none;
}



/* TRAINING SITE */

.header-cessda .header-content .training-title{
    font-size: 16px;
    padding-top: 19px;
    font-weight: 300;
}
.training .email {
	padding-bottom:10px;
	font-size:15px;
}
.dmegtraining {
	width: 637px;
	height:393px;
	background-image: url('../image/DMEG_training.jpg');
	background-repeat: no-repeat;
   background-size: 100%;
	color:#fff;
	padding:15px;
}
#dmeg a, #dmeg a h2  {
display:block;
	color:#fff;
	
}
#dmeg a:hover, #dmeg a:hover h2  {
	color:#eee !important;
}


.eventtitle {
	font-weight:300;
}
.eventtitle a {
	font-weight:300;
	color: #2b5a9b;
}
.eventtitle a:hover {
		color: #444;
}
/* |||||| Checkbox ||||||||*/


.form-check-items [type="checkbox"]:checked,
.form-check-items [type="checkbox"]:not(:checked) {
    position: absolute;
	opacity: 0;
	z-index: 50;
	overflow: hidden;
	box-sizing: unset;
	color: #fff;
	background: #fff;
}
.form-check-items [type="checkbox"]:checked + label,
.form-check-items [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    word-wrap: break-word;
}

.form-check-items [type="checkbox"]:checked + label:before{
	content: "\e87f";
	position: absolute;
	font-family: 'Linearicons-Free';
	left: 0px;
	top: 2px;
	font-size: 15px;
	color: #85C4EC;
	width: 21px;
	height: 21px;
	border-radius: 100%;
	z-index: 60;
}

.form-check-items [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -3px;
    top: 3px;
    color: #EAB200;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
}
.form-check-items [type="checkbox"]:checked + label:after,
.form-check-items [type="checkbox"]:not(:checked) + label:after {
    content: '';
	width: 23px;
	height: 23px;
	border: 2px solid #85C4EC;
	position: absolute;
	top: 0;
	left: -5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #fff;
}
.form-check-items [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form-check-items [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn-primary {
    color: #fff;
    background-color: #2b5a9b;
    border-color: #2b5a9b;
}
.btn-primary:hover {
    color: #2b5a9b !important;
    background-color: #fff;
    border-color: #2b5a9b;
}
.resourceitem a {
	display:block;
	padding:15px;
	border-radius: 15px;
	background-color: #e9f4fc;
	height:100%;
	color:#000;
	transition: all 0.2s;
}
.resourceitem a h2 {
padding-top:0;
margin-top:10px;
}
.resourceitem a:hover {
	background-color: #efefef;
	color:#333 !important;
}
.embed-responsive {
	margin-bottom:20px;
}
.resources-list {
	padding:40px 0;
}
.resources-list:nth-child(odd) {
	background-color:#fff;
}
.resources-list:nth-child(even) {
	margin-top:10px;
	background-color:#4e4d56;
	color:#fff;
}
.resources-list:nth-child(even) a {
	
	color:#a4c9e8;
}
.contact a {
	color:#000;
}
.secondary-footer .privacy div .cont-privacy {
    color: #ccc;
	padding-bottom:10px;
}

body {
    
    font-size: 1.1rem;

}

.topblock {
	margin:50px 0 40px 0;
	
	color:#fff;
}
.topblock h2 {
font-weight:400;
font-size:24px;
	color:#fff;
	margin:0;
	padding:25px 15px 15px 15px;
}
.topblock a {
	background-color: rgba(43,90,155,1);;
		display:block;
	color:#fff;
	height:100%;
	min-height:540px;
	max-width:350px;
	position:relative;
}
.topblock a:hover {
	background-color: rgba(43,90,155,0.85);
	color:#fff !important;
}
.topblock p {
	
		padding:0 15px;
}
.topblock img {
	position: absolute;
	bottom:0;
}
.topcont {
    background: url("../image/topblock3.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    min-height: 640px;
}

.topcont .line, .section-intro-resources line {
    border-top: 1px solid #85C4EC;
    margin:0 15px 10px 15px;
}

.topcont .line-b, .section-intro-resources line-b {
    width: 40px;
    height: 3px;
    background: #85C4EC;
}

.services-tool-section {
	padding-top:30px;
	padding-bottom:15px;
}

ul.rightlinks {
padding:0 20px 0 0;
margin:0;
display:block;
float:right;
}

.team-page figure .content p {
    font-size:16px;
	margin-bottom: 6px;
    line-height: 16px;
}
#breadcrumb + .container {
margin-top:40px;	
}
.maintitle {
margin-top:0;	
}
a {
	color:#2b5a9b;
	    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover {
	color:#85C4EC;

}
.content-body p a, .content-body li a, .bloc-lg a {
	border-bottom:1px solid #85C4EC;
}
.content-body p a:hover, .content-body li a:hover, .bloc-lg a:hover {
	border-bottom:1px solid transparent;
}

.team-page .content-front h3 {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 5px;
}
.content-body ul li ul {
    list-style-type: circle;
}

.header-cessda.training .menu-bg {
    background: #2b5a9b;
	
}

/* NEWSLETTER SIGNUP */

.section-newsletter #mlb2-985752.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
    background-color: #2b5a9b !important;
    border-color: #2b5a9b;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    box-shadow: none;
    color: #fff !important;
  font-family: "Source Sans Pro", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 20px;
    padding: 10px !important;
    width: 100%;
	transition: all 0.3s;
}
.section-newsletter #mlb2-985752.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
    background-color: #fff !important;
    color: #444 !important;
    border: 1px solid #2b5a9b;
}
/* end newsletter signup */

.dgrey {
	background-color: #4e4d56;
	color:#fff;
}
.dgrey a {
	background-color: #4e4d56;
	color:#a4c9e8;
}
.popover-header {
	margin:0;
}
#back-top path {
	fill: #4e4d56;
}
p, h1, h2, h3, h4, h5, h6 {
	flex-basis: 100%;
}

.content-body ul, .bloc-lg ul {
	list-style-type: disc;
}
.content-body ul li, .bloc-lg ul li {
	margin-left:15px;
}

/* DMEG */
.content-body .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.content-body ul.nav-tabs {
    padding-left: 0;
    list-style-type: none;
}
.content-body.pub ul.nav-tabs li.nav-item {
  margin-left:0;
  list-style-type: none;
}
.pub aside ul {
   list-style-type:none;
}
.pub aside li {
    padding: 8px 0;
    position: relative;
    width: 100%;
    float: left;
}
.dmeg-intro {
display: flex;
  flex-direction: column;
  justify-content: center;
}
.dmegflex {

 
}
 .pub aside a.glyphicon, .pub aside li span.glyphicon {
    margin-top: -40px;
    z-index: 9;
    text-align: center;
    color: #fff;
    font-size: 21px;
    line-height: 60px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    background: #85C4EC;
}

.pub aside li span.glyphicon, .pub aside a:hover.glyphicon {
    color: #85C4EC;
    background: #eee;
}
.pub .embed {
	width:100%;
}
.aside-padsm {
    padding-left: 80px;
	font-size:17px;
}
.pub aside hr {
    margin: 4px 0;
    width: 80px;
    border: 1px solid #85C4EC;
    text-align: left;
}

.pcard {
    background: #f9f9f9;
    position: relative;
	width: 100%;
	padding:10px;
	margin-bottom:5px;
}
.pcard h5 {
	display: block;
	position: relative;
	margin:0;
	padding:5px 10px;
}
.pcard-block {
	padding:5px 10px;
	
}
.pcard-block {
		font-size:17px;
}
.pcard h5 a {
	display: block;
	position: relative;
	color:#333;
	padding-left:25px;
}
.pcard h5 .lnr {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
 .padtop15px {
	 padding-top:15px;
 }
  .padtop30px {
	 padding-top:30px;
 }
 .pubsearchbg {
	 background-color: #f3f2f2;
	 color:#333;
	
 }

 .footer-dmeg p, .footer-dmeg address {
	 font-size:14px;
	 margin:5px 0 0 0;
 }
  .footer-dmeg h3 {
	 font-size:17px;
	 margin:10px 0 5px 0;
 }
#cc {
	margin: 3px 0;
}
p#back-top {
	margin-top: 0;
}



.image-list {
	color: #fff;
	margin-bottom:15px;
}
.image-list img {
	width:100%;
	margin:0;
}
.image-list a {
	display:block;
	color:#fff;
	text-decoration:none;
	
}

.image-list h3, .image-list p {
	margin:0;
	padding:15px;
}

.image-list-0 h3, .image-list-0 p {
	background: #50b7bc;
}
.image-list-1 h3, .image-list-1 p {
	background: #35aae0;
}
.image-list-2 h3, .image-list-2 p {
	background: #4291a8;
}
.image-list-4 h3, .image-list-4 p {
	background: #333;
}
.image-list-5 h3, .image-list-5 p {
	background: #333;
}
.image-list a h3, .image-list a p {

	-webkit-transition: 0.4s; 
	-moz-transition: 0.4s;
	-o-transition: 0.4s; 
	transition: 0.4s
}
.image-list a:hover h3, .image-list a:hover p {
	background:#666;

}
.pub .embed.left-3rd {
float:left;
     width: 34%;
    margin: 0 2% 0 0;

}
.embed.right-2-3 {
	float:left;
	width:64%;
	clear:right;
}
.pub h3 {
    font-size: 24px;
	clear:left;
}

.tab-content {
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding-left:8px;
padding-right:8px;
}

.indent15 {
	padding-left:15px;
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: top;
	font-size:22px;
	color:#444;
}
/* END DMEG */

.form-control.popup { padding-left: 30px; padding-right: 5px; width: 150px; transition: all 0.3s; -webkit-transition: all 0.3s; position: relative; border: 2px solid #85C4EC; border-radius: 10px; background-image: url(../images/search-icon.png); background-position: 10px center; background-repeat: no-repeat; }
.form-control.popup:focus { width: 250px; }
.popup_btn { margin: 15px 15px 0 0; transition: all 0.3s; -webkit-transition: all 0.3s; }
.block-news a {
	color:#fff;
}

.caption {
	font-style: italic;
	font-size:0.8em;
	padding: 4px 0;
}

@media screen and (max-width:990px) {
.form-control.popup {
    padding-left: 30px;
    padding-right: 5px;
    width: 100px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
	
    border: 2px solid #85C4EC;
    border-radius: 10px;
    background-image: url(../images/search-icon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}
.popup_btn {
    margin: 5px 15px 0 0;
    
    /* -webkit-transition: all 0.3s; */
}
}

@media screen and (max-width:767px) {

.popup_btn {
    margin: auto;
    transition: all 0.3s;
	float:none;
	width: 200px;

}
.form-control.popup {
    padding-left: 30px;
    padding-right: 5px;
	margin-top:20px;
    width: 200px;
  
}
 .services-tool-page .content-body .product-list .image img {
        width: 100%;
        height: auto;
    }
.product-detail hr {
    clear:both;
	margin:0;
	width:100%;
}
}

.pcard-header span.minus { display: block; }
.pcard-header span.plus { display: none; }
.pcard-header .collapsed span.minus { display: none; }
.pcard-header .collapsed span.plus { display: block; }
.quick-link ul {
padding: 0;
}

.training .table-striped td {
	word-wrap: break-word:
}

.training .tab-content {
	width:100%;
}

.training .tab-content>.active {
    display: block;
	width:100%;
}


