@charset "UTF-8";
* {
    font-family: var(--primary-font);
}
a,
button,
input,
textarea {
    outline: 0;
}
a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus {
    text-decoration: none;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0;
    text-decoration: none;
} /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    background-color: #f9f9f9 !important;
}
article,
aside,
footer,
header,
menu,
nav,
section {
    display: block;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
strong {
    font-weight: inherit;
    font-weight: bolder;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
img {
    border-style: none;
}
button,
input,
textarea {
    font: inherit;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button {
    text-transform: none;
}
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
textarea {
    overflow: auto;
}
iframe,
img {
    max-width: 100%;
}
iframe {
    border: 0;
    width: 100%;
}
* {
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5 {
    position: relative;
    color: #111;
    margin-top: 0;
    margin-bottom: 10px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
p {
    font-size: 14px;
    line-height: 1.5em;
    color: #999;
}
a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
p:empty {
    margin-bottom: 0;
}
.list a {
    display: inline-block;
    font-size: 13px;
    color: #666;
}
.list li {
    position: relative;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}
.list li:hover a {
    color: var(--color-1st);
}
.list--fadeIn li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    font-family: FontAwesome;
    color: var(--color-1st);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}
.list--fadeIn li:hover {
    padding-left: 15px;
}
.list--fadeIn li:hover:before {
    visibility: visible;
    opacity: 1;
}
#back2top {
    position: fixed;
    bottom: 0;
    right: 40px;
    width: 40px;
    height: 40px;
    z-index: 10000;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid var(--color-1st);
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
}
#back2top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-1st);
    z-index: 10001;
    font-size: 20px;
}
#back2top:hover {
    cursor: pointer;
    background-color: var(--color-1st);
}
#back2top:hover i {
    color: #fff;
}
#back2top.active {
    bottom: 90px;
    visibility: visible;
    opacity: 1;
}
.navigation-toggle {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 15px;
    overflow: hidden;
    float: right;
}
.navigation-toggle span,
.navigation-toggle:after,
.navigation-toggle:before {
    position: absolute;
    right: 5px;
    height: 2px;
    background-color: #fff;
    z-index: 100;
    transition: all 0.4s ease;
}
.navigation-toggle span {
    top: 50%;
    width: 15px;
    transform: translateY(-50%);
}
.navigation-toggle:after,
.navigation-toggle:before {
    content: "";
}
.navigation-toggle:before {
    top: 7px;
    width: 10px;
}
.navigation-toggle:after {
    bottom: 7px;
    width: 20px;
}
.navigation-toggle:hover {
    cursor: pointer;
}
.navigation-toggle:hover span,
.navigation-toggle:hover:after,
.navigation-toggle:hover:before {
    width: 20px;
}
.navigation-toggle--dark span,
.navigation-toggle--dark:after,
.navigation-toggle--dark:before {
    background-color: #666;
}
.navigation-toggle--active span {
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
}
.navigation-toggle--active:after,
.navigation-toggle--active:before {
    top: 50%;
    bottom: auto;
    width: 20px;
    transform-origin: 50% 50%;
}
.navigation-toggle--active:before {
    transform: rotate(45deg);
}
.navigation-toggle--active:after {
    transform: rotate(-45deg);
}
.social {
    position: relative;
    z-index: 10;
    display: inline-block;
}
.social:after {
    clear: both;
    content: "";
    display: table;
}
.social li {
    float: left;
    margin-right: 15px;
}
.social--simple li a {
    display: inline-block;
    color: #fff;
    width: 25px;
    height: 25px;
    padding: 10px;
    background-color: #9d9d9d;
    border-radius: 3px;
}
.social--simple li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.social--simple li:last-child {
    margin-right: 0;
}
.social--simple li:hover a {
    background-color: var(--color-1st);
}
.page-pagination .list {
    display: inline-block;
}
.page-pagination .list:after {
    clear: both;
    content: "";
    display: table;
}
.page-pagination li {
    float: left;
    margin-right: 10px;
}
.page-pagination li.active a,
.page-pagination li:hover a {
    background-color: var(--color-1st);
    color: #fff;
}
.page-pagination a {
    min-width: 30px;
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
}
.post {
    position: relative;
}
.post .post__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all 0.4s ease;
}
.post__inside .post__header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 30px;
    z-index: 20;
}
@media screen and (max-width: 991px) {
    .post__inside {
        margin-bottom: 30px;
    }
}
.post__inside--feature .post__header {
    background-color: transparent;
    background-image: linear-gradient(
        180deg,
        transparent 0,
        rgba(0, 0, 0, 0.7) 75%
    );
    transition: all 0.4s ease;
}
.post__inside--feature .post__title {
    margin-bottom: 15px;
}
.post__inside--feature .post__title a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.post__inside--feature .post__title:hover a {
    color: var(--color-1st);
}
.post__inside--feature .post__meta span {
    margin-right: 15px;
    color: var(--color-1st);
}
.post__inside--feature .post__meta span i {
    margin-right: 8px;
}
.post__inside--feature .post__meta .post-category i {
    margin-right: 0;
}
.post__inside--feature .post__meta span a {
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}
.post__inside--feature .post__meta span a:hover {
    color: var(--color-1st);
}
.post__inside--feature .post__meta .post-category {
    display: inline-block;
    padding: 3px 10px;
    line-height: 15px;
    background-color: var(--color-1st);
    transition: all 0.5s ease;
    color: #fff;
}
.post__inside--feature .post__meta .post-category a {
    display: inline-block;
    letter-spacing: 0.1em;
    color: #fff;
}
.post__inside--feature .post__meta .post-category a:hover {
    color: #fff;
}
.post__inside--feature .post__meta .post-category:hover {
    color: var(--color-1st);
    background-color: #fff;
}
.post__inside--feature .post__meta .post-category:hover a {
    color: var(--color-1st);
}
.post__inside--feature:hover .post__overlay {
    background-color: rgba(0, 0, 0, 0.1);
}
.post__inside--feature-small .post__header {
    padding: 15px;
}
.post__inside--feature-small .post__title {
    margin-bottom: 0;
    line-height: 1em;
}
.post__inside--feature-small .post__title a {
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
}
.post__horizontal {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.post__horizontal .post__thumbnail {
    float: left;
    width: 350px;
    position: relative;
    z-index: 20;
}
.post__horizontal .post__thumbnail .post__overlay {
    z-index: 20;
    transition: all 0.4s ease-in;
}
.post__horizontal .post__content-wrap {
    float: left;
    width: calc(100% - 350px);
    padding: 15px 20px;
}
.post__horizontal .post__content-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #fff;
}
.post__horizontal .post__content,
.post__horizontal .post__footer,
.post__horizontal .post__header {
    position: relative;
}
.post__horizontal .post__title {
    margin-bottom: 10px;
}
.post__horizontal .post__title a {
    color: #666;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}
.post__horizontal .post__title:hover a {
    color: var(--color-1st);
}
.post__horizontal .post__meta {
    margin-bottom: 10px;
}
.post__horizontal .post__meta span {
    margin-right: 15px;
    color: var(--color-1st);
}
.post__horizontal .post__meta span i {
    margin-right: 10px;
}
.post__horizontal .post__meta .post__created-at,
.post__horizontal .post__meta span a {
    font-weight: 400;
    color: #666;
    font-size: 12px;
    letter-spacing: 0.02em;
}
.post__horizontal .post__meta span a:hover {
    color: var(--color-1st);
}
.post__horizontal .post__content {
    margin-bottom: 15px;
}
.post__horizontal .post__content p {
    color: #666;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
.post__horizontal .post__content p:after {
    content: "...";
}
@media screen and (max-width: 767px) {
    .post__horizontal .post__content-wrap,
    .post__horizontal .post__thumbnail {
        width: 100%;
        float: none;
    }
    .navigation {
        opacity: 0;
        display: none;
    }
}
.post__horizontal--single {
    box-shadow: none;
}
.post__horizontal--single .post__thumbnail {
    width: 100px;
}
.post__horizontal--single .post__content-wrap {
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
}
.post__horizontal--single .post__content-wrap:before {
    display: none;
}
.post__horizontal--single .post__title {
    margin-bottom: 0;
    line-height: 0.8em;
}
.post__horizontal--single .post__title a {
    font-size: 14px;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .post__horizontal--single .post__content-wrap,
    .post__horizontal--single .post__thumbnail {
        float: left;
    }
}
.post__widget .post__thumbnail {
    float: left;
    width: 60px;
    position: relative;
    z-index: 20;
}
.post__widget .post__overlay {
    z-index: 20;
}
.post__widget .post__header {
    float: left;
    width: calc(100% - 60px);
    padding-left: 15px;
}
.post__widget .post__title {
    font-size: 13px;
    text-transform: none;
    color: #636363;
    line-height: 1.5em;
    margin-bottom: 0;
}
.post__widget .post__title a {
    font-weight: 400;
}
.post__widget .post__title:hover a {
    color: var(--color-1st);
}
.post__widget .created_at {
    color: var(--color-1st);
    font-size: 11px;
}
.post__vertical .post__thumbnail {
    position: relative;
}
.post__vertical .post__title a {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
}
.post__vertical .post__title:hover a {
    color: var(--color-1st);
}
.post__vertical--single {
    background-color: #fff;
}
.post__vertical--single .post__thumbnail {
    position: relative;
}
.post__vertical--single .post__content-wrap {
    position: relative;
    padding: 50px 0 25px;
}
.post__vertical--single .post__meta {
    position: absolute;
    padding-top: 3px;
    top: 0;
    left: 30px;
    width: 70px;
    height: 70px;
    z-index: 30;
    background-color: var(--color-1st);
    text-align: center;
    transform: translateY(-50%);
}
.post__vertical--single .post__meta span {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
}
.post__vertical--single .post__meta span.created__date {
    font-size: 20px;
    font-weight: 700;
}
.post__vertical--single .post__meta span.created__year {
    font-size: 14px;
    font-weight: 700;
}
.post__vertical--single .post__title a {
    font-size: 18px;
}
.post__vertical--single .post__content {
    padding-bottom: 15px;
}
.post__vertical--single .post__content p {
    font-size: 14px;
    color: #737373;
}
.post__vertical--single .post__content p:after {
    content: "...";
}
.post__vertical--single .post__readmore {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-1st);
    padding-bottom: 3px;
}
.post__vertical--single .post__readmore:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    height: 1px;
    background-color: var(--color-1st);
    z-index: 20;
    transition: all 0.3s ease;
    opacity: 0;
}
.post__vertical--single .post__readmore:hover:after {
    opacity: 1;
    width: 100%;
}
.post__vertical--simple {
    background-color: transparent;
}
.post__vertical--simple .post__content-wrap {
    padding: 50px 0 15px;
}
.post__vertical--simple .post__content {
    background-color: transparent;
}
.post__vertical--simple .post__content p {
    font-size: 13px;
}
.post--single .post__header {
    border-bottom: 1px solid #eee;
}
.post--single .post__title {
    font-weight: 700;
    color: #666;
    font-size: 24px;
    letter-spacing: 0.05em;
}
.post--single .post__meta {
    margin-bottom: 10px;
}
.post--single .post__meta span {
    margin-right: 15px;
    color: var(--color-1st);
}
.post--single .post__meta span i {
    margin-right: 10px;
}
.post--single .post__meta span a {
    font-weight: 400;
    color: #666;
    font-size: 12px;
    letter-spacing: 0.01em;
}
.post--single .post__meta span a:hover {
    color: var(--color-1st);
}
.post--single .post__meta .post__tags a {
    margin-right: 5px;
}
.post--single .post__content {
    padding: 30px 0;
}
.post--single .post__content h1,
.post--single .post__content h2,
.post--single .post__content h3,
.post--single .post__content h4,
.post--single .post__content h5,
.post--single .post__content p {
    color: #666;
}
.post--single .post__content p {
    margin-bottom: 15px;
    line-height: 1.8em;
    font-size: 13px;
}
.post--single .post__relate-group {
    text-align: left;
}
.post--single .post__relate-group.post__relate-group--right {
    text-align: right;
}
.post--single
    .post__relate-group.post__relate-group--right
    .relate__title:after {
    left: auto;
    right: 0;
}
.post--single .post__relate-group .relate__title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.post--single .post__relate-group .relate__title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: var(--color-1st);
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .post--single .post__relate-group {
        margin-bottom: 30px;
    }
    .post--single .post__relate-group.post__relate-group--right {
        text-align: left;
    }
    .post--single
        .post__relate-group.post__relate-group--right
        .relate__title:after {
        left: 0;
        right: auto;
    }
}
.post--related:after {
    clear: both;
    content: "";
    display: table;
}
.post--related .post__thumbnail {
    position: relative;
    width: 100px;
    float: left;
}
.post--related .post__header {
    float: left;
    width: calc(100% - 100px);
    padding-left: 15px;
    border-bottom: none;
}
.post--related .post__title {
    font-size: 14px;
    text-transform: uppercase;
}
.post--related .post__title:hover {
    color: var(--color-1st);
}
.widget {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.widget .widget__content,
.widget .widget__header {
    padding: 15px;
}
.widget .widget__header {
    background-color: #f9f9f9;
}
.widget .widget__title {
    font-size: 20px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 0;
}
.widget__recent-post .post {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}
.widget__recent-post li:last-child .post {
    border-bottom-width: 0;
}
.widget__about p {
    font-size: 13px;
    color: #666;
    line-height: 1.6em;
}
.widget__about .person-detail p {
    color: #e4e4e4;
    margin-bottom: 15px;
    font-size: 13px;
}
.widget__about .person-detail i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    color: var(--color-1st);
}
.widget__about .person-detail a {
    color: #fff;
}
.widget__about .person-detail a:hover {
    color: var(--color-1st);
}
.widget--transparent {
    background-color: transparent;
    box-shadow: none;
}
.widget--transparent .widget__content,
.widget--transparent .widget__header {
    padding: 0;
}
.widget--transparent .widget__header {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border: none;
    background-color: transparent;
}
.widget--transparent .widget__header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: var(--color-1st);
    z-index: 10;
}
.widget--transparent .post {
    margin-bottom: 0;
}
.widget__footer .widget__title {
    /* text-transform: uppercase; */
    font-size: 21px;
    color: #e4e4e4;
    font-family: 'Poppins';
}
.widget__tags .tag-link {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #ecf0f1;
    color: #666;
    font-size: 12px;
}
.widget__tags .tag-link:last-child {
    margin-right: 0;
}
.widget__tags .tag-link:hover {
    background-color: var(--color-1st);
    color: #fff;
}
.widget__tags--transparent .tag-link {
    background-color: #fff;
}
.page-intro {
    position: relative;
    text-align: center;
}
.page-intro:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 35, 126, 0.3);
    z-index: 0;
}
.page-intro .page-intro__title {
    position: relative;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 24px;
    margin-bottom: 20px;
}
.page-intro .social {
    margin-top: 10px;
}
.page-intro .breadcrumb {
    position: relative;
    z-index: 10;
    background-color: transparent;
    margin-bottom: 0;
}
.page-intro .breadcrumb li {
    color: #e4e4e4;
    font-size: 13px;
}
.page-intro .breadcrumb a:hover,
.page-intro .breadcrumb li:active {
    color: var(--color-1st);
}
.navigation .menu:after {
    clear: both;
    content: "";
    display: table;
}
.navigation .menu-item {
    float: left;
    position: relative;
}
.navigation .menu-item > a {
    display: inline-block;
    padding: 20px 15px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
}
.navigation .menu-item > .sub-menu {
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
}
.navigation .menu-item.menu-item-has-children > a .toggle-icon {
    padding-left: 5px;
    font-size: 16px;
    color: #ccc;
}
.navigation-mobile .menu-item.menu-item-has-children > a .toggle-icon {
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    margin-top: -10px;
}
.navigation .menu-item:hover > a {
    color: #fff;
}
.navigation .menu-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    min-width: 240px;
    background-color: #fff;
    border-top: 2px solid var(--color-1st);
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
}
.navigation .sub-menu > .menu-item {
    float: none;
    border-bottom: 1px dashed rgba(34, 25, 25, 0.3);
}
.navigation .sub-menu > .menu-item:last-child {
    border-bottom: 0;
}
.navigation .sub-menu > .menu-item > a {
    display: block;
    padding: 10px 20px;
    line-height: 1.4em;
    color: #666;
    font-size: 13px;
}
.navigation--mobile {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 100;
    background-color: #fff;
    border-top: 2px solid var(--color-1st);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
}
.navigation--mobile .menu-item {
    float: none;
    border-bottom: 1px dashed rgba(34, 25, 25, 0.2);
}
.navigation--mobile .menu-item > a {
    position: relative;
    display: block;
    padding: 15px;
    color: #666;
    font-size: 13px;
}
.navigation--mobile .menu-item:last-child {
    border-bottom: 0;
}
.navigation--mobile .menu-item.menu-item-has-children a .toggle-icon {
    position: absolute;
    right: 15px;
    color: #666;
}
.navigation--mobile .menu-item > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.navigation--mobile > .menu > .menu-item.menu-item--active {
    background-color: var(--color-1st);
    border-bottom: none;
}
.navigation--mobile > .menu .menu-item.menu-item--active > a {
    color: #fff !important;
}
.navigation--mobile > .menu .menu-item.menu-item--active > a .toggle-icon {
    color: #fff;
}
.navigation--mobile .menu-item:hover a {
    color: #666;
}
.navigation--mobile .sub-menu {
    position: relative;
    border-top: none;
    display: none;
}
.navigation--mobile .sub-menu--active {
    display: block;
}
.navigation--mobile--active {
    visibility: visible;
    opacity: 1;
    display: block;
}
.navigation--light .menu-item > a,
.navigation--light .menu-item > a .toggle-icon {
    color: #666;
}
.navigation--light .menu-item.active > a,
.navigation--light .menu-item:hover > a,
.navigation--light .menu-item:hover > a .toggle-icon {
    color: var(--color-1st);
}
.page-header {
    position: relative;
    margin: 0;
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 15px 0;
    transition: all 0.4s ease-out;
}
.page-header--search-active {
    padding-top: 100px;
}
.page-header__left {
    float: left;
}
.quick-form {
    padding: 75px 40px;
    background-color: #15416e;
    color: #fff;
    min-height: 320px;
}
.page-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 60px; */
}
/* .page-logo img {
    max-height: 50px;
} */
.page-header__right {
    float: right;
}
.search-btn {
    float: right;
    line-height: 60px;
    padding: 0 15px;
}
.search-btn i {
    font-size: 16px;
    color: #fff;
}
.search-btn:hover {
    cursor: pointer;
}
.navigation {
    float: left;
    margin-right: 20px;
}
.page-header--light {
    background-color: #fff;
}
.page-header--light .search-btn i {
    color: #666;
}
.page-footer {
    position: relative;
}
.page-footer__bottom {
    position: relative;
    padding: 20px 0 5px;
    text-align: left;
    background: #000;
}
@media screen and (max-width: 767px) {
    .page-footer__bottom {
        text-align: center;
    }
    .page-footer__bottom .page-copyright {
        margin-bottom: 10px;
    }
    .page-footer__bottom .page-footer__social {
        text-align: center;
    }
}
.page-copyright {
    text-align: right;
    line-height: 35px;
}
.page-copyright p {
    margin-bottom: 0;
    font-size: 13px;
    color: #666;
    letter-spacing: 0;
    line-height: 1.5em;
}
.page-copyright p a {
    display: inline-block;
    padding-left: 5px;
    color: var(--color-1st);
}
.page-copyright p a:hover {
    color: #fff;
}
.post-group .post-group__header {
    position: relative;
    margin-bottom: 25px;
}
.post-group .post-group__title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    line-height: 1.6em;
    text-transform: uppercase;
}
.post-group .post-group__title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    width: 50px;
    height: 2px;
    background-color: var(--color-1st);
}
.post-group--hero:after {
    clear: both;
    content: "";
    display: table;
}
.post-group--hero .post-group__left,
.post-group--hero .post-group__right {
    float: left;
}
.post-group--hero .post-group__left {
    padding-left: 5px;
    width: calc(50% + 5px);
}
.post-group--hero .post-group__right {
    width: calc(50% - 5px);
}
.post-group--hero .post-group__right:after {
    clear: both;
    content: "";
    display: table;
}
.post-group--hero .post {
    margin-right: 5px;
    margin-bottom: 5px;
}
.post-group--hero .post-group__item {
    width: 50%;
    float: left;
}
@media screen and (max-width: 991px) {
    .post-group--hero .post-group__left,
    .post-group--hero .post-group__right {
        width: 100%;
        float: none;
    }
    .post-group--hero .post-group__left {
        padding: 0;
    }
}
@media screen and (max-width: 480px) {
    .post-group--hero .post-group__item {
        width: 100%;
    }
}
.navigation--fade .menu-item:hover > .sub-menu {
    transform: translateY(0);
}
.navigation--fadeUp .menu-item > .sub-menu {
    transform: translateY(30px);
}
.navigation--fadeDown .menu-item > .sub-menu {
    transform: translateY(-30px);
}
.navigation--fadeLeft .menu-item > .sub-menu {
    transform: translateX(-30px);
}
.navigation--fadeRight .menu-item > .sub-menu {
    transform: translateX(30px);
}
.navigation--flip .menu-item > .sub-menu {
    transition: all 0.5s ease;
}
.navigation--flip .menu-item:hover > .sub-menu {
    transform: rotate(0);
}
.navigation--flipLeft .menu-item > .sub-menu {
    transform: rotate(20deg);
    transform-origin: 0 0;
}
.navigation--flipCenter .menu-item > .sub-menu {
    transform: translateX(0) rotate(-10deg);
    transform-origin: 50% 50%;
}
.navigation--flipRight .menu-item > .sub-menu {
    transform: translateX(0) rotate(-10deg);
    transform-origin: 100% 100%;
}
.navigation--mobile.navigation--fadeDown .menu-item > .sub-menu,
.navigation--mobile.navigation--fadeLeft .menu-item > .sub-menu,
.navigation--mobile.navigation--fadeRight .menu-item > .sub-menu,
.navigation--mobile.navigation--fadeUp .menu-item > .sub-menu {
    transform: translateY(0);
}
.navigation--mobile.navigation--flip .menu-item > .sub-menu,
.navigation--mobile.navigation--flipCenter .menu-item > .sub-menu,
.navigation--mobile.navigation--flipLeft .menu-item > .sub-menu,
.navigation--mobile.navigation--flipRight .menu-item > .sub-menu {
    transform: rotate(0);
}
.sub-menu--slideLeft .sub-menu > .menu-item {
    position: relative;
}
.sub-menu--slideLeft .sub-menu > .menu-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: var(--color-1st);
    z-index: 0;
    transition: all 0.25s ease-out;
}
.sub-menu--slideLeft .sub-menu > .menu-item > a {
    position: relative;
    z-index: 10;
    transition: all 0.25s ease;
}
.sub-menu--slideLeft .sub-menu > .menu-item > a:before {
    content: "";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
    visibility: hidden;
    transition: all 0.25s ease;
}
.sub-menu--slideLeft .sub-menu > .menu-item:hover:after {
    width: 100%;
}
.sub-menu--slideLeft .sub-menu > .menu-item:hover > a {
    padding-left: 30px;
    color: #fff;
}
.sub-menu--slideLeft .sub-menu > .menu-item:hover > a:before {
    visibility: visible;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-100 {
    padding-bottom: 100px;
}
.bg-cover {
    background-position: 50% 50%;
    background-size: cover;
}
.bg-lightgray {
    background-color: #ecf0f1;
}
.bg-dark {
    background-color: #212121;
}
.bg-overlay {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    background-color: #000;
}
body[dir="rtl"] .post-group .post-group__title:after,
body[dir="rtl"] .widget--transparent .widget__header:after {
    left: auto;
    right: 0;
}
body[dir="rtl"] .widget__about .person-detail i {
    margin-right: 0;
    margin-left: 10px;
}
.super-search.active {
    z-index: 88888888888;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
    border: none;
    overflow-y: scroll;
    position: fixed;
    background: #fff;
    display: block !important;
}
.super-search.active .quick-search {
    width: 90%;
    margin: 40px auto;
}
.super-search.active .search-input {
    color: var(--color-1st) !important;
    font-size: 60px;
}
@media screen and (max-width: 991px) {
    .super-search.active .search-input {
        font-size: 30px;
    }
}
.search-result {
    display: none;
}
.super-search.active .search-result {
    width: 90%;
    margin: 20px auto;
}
.super-search .search-list li {
    display: none;
    opacity: 0;
    transform: translateY(100%);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce-in;
    animation-name: bounce-in;
    -webkit-animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
    animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
}
.search-finished .search-list li {
    display: block;
    opacity: 1;
}
.super-search .search-list li:first-child {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
.search-list {
    margin: -65px 0 130px;
    padding: 0;
    list-style: none;
    display: block;
}
.search-list a {
    display: block;
    position: relative;
    background: #f1f2f1;
    color: #a1a1a1;
    font-size: 16px;
    line-height: 22px;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 25px;
    overflow: hidden;
    text-decoration: none !important;
    transition: all 225ms ease;
    height: 80px;
}
.search-list .has-image {
    padding-left: 115px;
}
.search-list li a.squared .img {
    border-radius: 0;
    height: 100%;
    width: 100px;
    left: 0;
    transition: transform 0.45s cubic-bezier(0.32, 1.25, 0.375, 1.15);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background: #545454 50% 0 no-repeat;
    text-align: center;
    line-height: 100px;
}
.search-list li a.squared .img .fa,
.search-list li a.squared .img .glyphicon {
    font-size: 34px !important;
}
.search-list li a .spoofer {
    opacity: 0;
    display: block;
}
.search-list li a.squared .visible {
    padding: 25px 10px 25px 115px;
    transition: transform 0.45s cubic-bezier(0.32, 1.25, 0.375, 1.15);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: block;
}
.search-list li a:focus,
.search-list li a:hover {
    color: #fff;
    background: #f38b72;
}
.search-list li a.squared:focus .visible,
.search-list li a.squared:hover .visible {
    transform: translateX(-80px) translateY(-50%);
}
.search-list li a.squared:focus .img,
.search-list li a.squared:hover .img {
    transform: translateX(-100%) translateY(-50%);
}
.super-search .group:first-child h4 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.super-search .search-list h4,
.super-search .search-list li {
    display: none;
    opacity: 0;
    transform: translateY(100%);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce-in;
    animation-name: bounce-in;
    -webkit-animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
    animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
    margin-top: 0;
    margin-bottom: 5px;
}
.super-search .search-list h4 {
    color: rgba(0, 0, 0, 0.5);
}
.super-search .search-list h4,
.super-search .search-list li {
    -webkit-animation-name: bounce-in;
    -moz-animation-name: bounce-in;
    -webkit-animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -moz-animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
}
.search-list h4 {
    opacity: 0.7;
    font-size: 20px;
    letter-spacing: 0.01em;
}
.search-finished .search-list h4,
.search-finished .search-list li {
    display: block;
    opacity: 1;
}
.search-result-title {
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1d9977;
}
.close-search.active {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 30px;
    color: #828b96;
    font-size: 60px;
    cursor: pointer;
}
.overflow {
    overflow: hidden;
}
.quick-search > .form-control {
    display: block;
    font-weight: 400;
    border: 0;
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 0;
    height: 100px;
    color: #32c5d2 !important;
    font-size: 60px;
}
.social--widget a span {
    display: none;
}
#list-photo {
    width: 100%;
}
#list-photo .item {
    width: 33.333%;
    margin-bottom: 14px;
}
#list-photo .item .photo-item {
    padding-left: 7px;
    padding-right: 7px;
}
#list-photo .item .photo-item div {
    transition: all 0.25s;
    padding: 5px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
#list-photo .item .photo-item div:hover {
    background: rgba(63, 63, 62, 0.1);
}
#list-photo .item .photo-item img {
    border: 1px solid rgba(63, 63, 62, 0.4);
    display: block;
}
.gallery-wrap .gallery-item {
    width: 32.8%;
    margin-right: 0.8%;
    float: left;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.gallery-wrap .gallery-item:nth-child(3n) {
    margin-right: 0;
}
.gallery-wrap .gallery-item .gallery-detail {
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 4px 10px;
    transition: 0.25s ease;
}
.gallery-wrap .gallery-item .gallery-detail a {
    color: #fff;
}
.gallery-wrap .gallery-item .gallery-detail a:hover {
    color: #32c5d2 !important;
}
.gallery-wrap .gallery-item:hover .gallery-detail {
    bottom: 0;
}
.gallery-wrap .gallery-item .gallery-detail .gallery-title {
    text-transform: uppercase;
    font-weight: 700;
}
.gallery-wrap .gallery-item .img-wrap {
    overflow: hidden;
}
.gallery-wrap .gallery-item .img-wrap img {
    width: 100%;
}
.fb-like {
    margin: 15px 0;
}
.page-pagination ul {
    margin: 0;
}
.page-pagination li {
    margin: 0 0 0 10px;
}
.page-pagination li a,
.page-pagination li span {
    border: none;
    outline: 0;
    border-radius: 0 !important;
    color: var(--color-1st);
}
.page-pagination li.active span,
.page-pagination li:hover a,
.page-pagination li:hover span {
    background-color: var(--color-1st) !important;
    color: #fff !important;
}
.language-wrapper {
    height: 40px;
    line-height: 30px;
}
.language-wrapper .language_bar_list li {
    display: inline-block;
    margin-left: 5px;
}
.language-wrapper .language_bar_list li a {
    text-align: left;
}
.language-wrapper .language_bar_list li a img {
    float: left;
    margin-right: 8px;
    margin-top: -1px;
    width: 20px;
}
@media (max-width: 767px) {
    .header .header-wrap {
        display: none;
    }
}
.header .header-wrap .nav-top ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header .header-wrap .nav-top ul:after,
.header .header-wrap .nav-top ul:before {
    content: " ";
    display: table;
}
.header .header-wrap .nav-top ul:after {
    clear: both;
}
.header .header-wrap .nav-top ul li {
    float: left;
    margin-right: 15px;
}
.header .header-wrap .nav-top ul li a {
    display: inline-block;
    line-height: 35px;
    font-size: 13px;
    margin-right: 25px;
    padding-right: 12px;
    border-right: 2px solid #e4e4e4;
    display: block;
    margin-right: 0px!important;
	    font-size: 13px;
    transition: all .5s ease 0;
    color: #fff;
	font-family: 'Segoe UI';

    font-weight: 600;
}
.header .header-wrap .nav-top ul li a:hover {
    color: var(--color-1st);
}
.header .header-wrap .nav-top .hi-icon-wrap {
    margin-top: 10px;
}
.header .header-wrap .nav-top .hi-icon-wrap a {
    margin-left: 5px;
    color: #fff;
    background-color: #9d9d9d;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
}
.header .header-wrap .nav-top .hi-icon-wrap a:first-child {
    margin-left: 0;
}
.header .header-wrap .nav-top .hi-icon-wrap a:hover {
    background-color: var(--color-1st);
}
.header .header-wrap .logo {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    height: 90px;
}
.header .header-wrap .logo img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hi-icon-effect-3a .hi-icon {
    color: #4089ea;
}
.hi-icon-effect-3a .hi-icon:hover {
    color: #666;
}
.hi-icon-effect-3a .hi-icon:hover:after {
    opacity: 0;
    transform: scale(1.3);
}
.header-wrap {
    background-color: #fff;
    color: #fff;
}
.nav-top {
    height: 36px;
    background-color: #f5f5f5;
    color: #666;
}
.widget__tags .tag-link {
    background-color: var(--color-1st);
    color: #fff;
}
figure.image {
    margin: 10px 0;
    display: inline-block;
}
figure.image figcaption {
    background: #f5f5f5;
    padding: 10px;
    font-size: 90%;
    text-align: center;
}
.post__content ul {
    padding-left: 25px;
}
.post__content ul li {
    font-weight: 400;
}
.required:after {
    content: " *";
    color: red;
}
.navigation:not(.navigation--mobile) .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}
.navigation.navigation--mobile .menu-item.menu-item--active > a .toggle-icon {
    color: #fff !important;
}
.navigation.navigation--mobile
    .sub-menu--slideLeft
    .sub-menu
    > .menu-item.menu-item--active
    > a {
    color: var(--color-1st) !important;
    background: #fff;
}
.navigation.navigation--mobile
    .sub-menu--slideLeft
    .sub-menu
    > .menu-item.menu-item--active
    > a
    .toggle-icon,
.navigation.navigation--mobile
    .sub-menu--slideLeft
    .sub-menu
    > .menu-item.menu-item--active
    > a:before {
    color: var(--color-1st) !important;
}
.navigation.navigation--mobile
    .sub-menu--slideLeft
    .sub-menu
    .sub-menu
    > .menu-item
    > a {
    margin-left: 20px;
}
.header .header-wrap .nav-top ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header-wrap .nav-top ul li a i {
    margin-right: 5px;
}
.page-content .gallery-wrap .gallery-item .gallery-detail a:hover {
    color: var(--color-1st) !important;
}
.post__widget .post__created-at {
    font-weight: 400;
    color: #666;
    font-size: 12px;
    letter-spacing: 0.02em;
}
.quick-form {
    padding: 75px 40px;
    background-color: #7f808129;
    color: #fff;
    min-height: 320px;
    padding: 20px;
    background: #FFFFFF;
border: 2px solid #F0F0F0;
border-radius: 10px;
box-sizing: border-box;
}
.quick-form input[type="text"] {
    margin-bottom: 20px;
    color: rgba(21,65,110,0.65);
}
#services {
    padding: 75px 40px;
    background-color: #7f808129;
    color: #fff;
    min-height: 296px;
    padding: 30px;
    background: #FFFFFF;
    border: 1.5px solid #f3f1f0;
box-sizing: border-box;


}
#grid {
    display: flex;
    height: 95px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 100px;
    column-gap: 20px;
}

.box-title {
    text-align: center;
}
.column {
    float: left;
    width: 33.33%;
    padding: 20px;
    height: 70px; 
    font-size: 35px;
    background: #F4F4F4;
    box-sizing: border-box;
    border: 2px solid #F0F0F0;
border-radius: 10px;
text-align: center;
  }
  .row:after {
    content: "";
    display: grid;
    clear: both;
  }
  .box-icon.bg1 {
    font-size: 30px;
    position: absolute;
    text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    color: #fff;
    width: 54px;
    height: 55px;
    background-color: #ce1867;
    text-align: center;
    line-height: 57px;
    top: 54%;
    left: 30px;
    border-radius: 14px;
}
.box-icon.bg2 {
    font-size: 30px;
    position: absolute;
    text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    color: #fff;
    width: 58px;
    height: 55px;
    background-color: #0d5798;
    text-align: center;
    line-height: 53px;
    top: 54%;
    left: 450px;
    border-radius: 14px;
}
.box-icon.bg3 {
    font-size: 33px;
    position: absolute;
    text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    color: #fff;
    width: 58px;
    height: 55px;
    background-color: orange;
    text-align: center;
    line-height: 57px;
    top: 54%;
    left: 863px;
    border-radius: 12px;
}
.box-icon.service {
    font-size: 40px;
    position: absolute;
    text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    color: #fff;
    width: 52px;
    height: 43px;
    background-color: rgb(249 248 248);
    text-align: center;
    line-height: 38px;
    top: 29px;

}
.iconbox .box-readmore a {
    color: #18ba60;
    display: inline-block;
    font-weight: 700;
    position: relative;
    border-bottom: 2px solid #4CAF50;
    padding: 6px 12px;
}
.box-readmore a {
    color: #18ba60;
    display: inline-block;
    font-weight: 400;
    position: relative;
    padding: 6px 12px;
}
#column1 {
    width: 33.33%;
    padding: 20px;
    height: 98px;
    box-sizing: border-box;
    border: 4px solid #f6f6f6;
    border-radius: 10px;
    border-top-color: green;
    text-align: center;
}
.post__meta_training {
   top: 0px;
    /* position: relative; */
    padding-top: -7px;
    left: -29px;
    width: 38px;
    height: 40px;
    z-index: 30;
    background-color: var(--color-1st);
    text-align: center;
}
	.post__meta_training span {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
}
.post__meta_training span.created__date {
    font-size: 14px;
    font-weight: 700;
}
.training_head {
    text-align: right;
}
.col-md-2.mx-auto.text-center.text-white {
    margin-left: 40%;
}
.text-white {
    color: #fff!important;
}
.flat-divider.d30px {
    height: 315px;
}
.flat-divider {
    width: 100%;
    position: relative;
}
.bg-dark {
    background-color: #123F6B;
}
.widget__about p {
    color: white;
}
.list a {

    color: white;
}
#service_header {
    left: 69px;
    top: -15px;
    display: inline-block;
    line-height: 1.6em;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px !important;
    /* line-height: 28px; */
    text-transform: uppercase;
    color: #000000;
}
#service_content {
    font-family: 'Poppins';
font-style: normal;
font-weight: 400 !important;
font-size: 16px !important;
line-height: 24px !important;

color: #000000 !important;
}
i.fa.fa-graduation-cap {
    background-color: #ad06ad;
    width: 55px;
    border-radius: 7px;
}
i.fa.fa-rocket {
    background-color: orange;
    width: 46px;
    border-radius: 7px;
}
i.fa.fa-line-chart {
    background-color: deepskyblue;
    width: 50px;
    border-radius: 7px;
}
i.fa.fa-suitcase {
    background-color: #e50c63;
    width: 55px;
    border-radius: 7px;
    /* height: 45px; */
}
i.fa.fa-signal {
    background-color: #61ed61;
    width: 48px;
    border-radius: 7px;
}
.post-group .post-group__title {
    font-family: 'Poppins'!important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 42px !important;
    line-height: 61px !important;
    color: #000000;
    /* font-size: 34px!important; */
    /* text-transform: capitalize; */
}
#login {
    margin-top: 11px !important;
    border-radius: 2px;
}
/* .header .header-wrap .nav-top ul li {
    margin-right: 15px;
    float: left;
}
.header .header-wrap .nav-top ul li a {
    padding-right: 12px;
    border-right: 2px solid #e4e4e4;
    display: block;
    margin-right: 0px!important;
	    font-size: 13px;
    transition: all .5s ease 0;
    color: #fff;
	font-family: 'Segoe UI';

    font-weight: 600;
} */


/***/

.center-aligned-navbar {
    justify-content: center;
    display: flex;
}

.edii_workshop {
    box-sizing: border-box;
    border: 4px solid #f6f6f6;
    border-top-color: green;
    margin: 10px 0px 0px;
    background: #fff;
}

.edii_workshop_info {
    display: flex;
    padding: 10px;
    /* justify-content: center;
    align-items: center; */
}

.edii_workshop_date {
    max-width: 12%;
    width: 100%;   
    height: 65px; 
    padding: 10px;
    text-align: center;
    background-color: var(--color-1st);    
    margin: 5px;
} 

.edii_workshop_date .month, .edii_workshop_date .date {
    color: white !important;
    display: inline-block;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    margin-bottom: 5px !important;
}

.edii_workshop_date .date {
    font-size: 14px;
    font-weight: 700;
}

.edii_workshop_desc {
    margin: 5px;
    padding: 5px;
}

.readmore a {
    color: #18ba60;
    display: inline-block;
    font-weight: 400;
    position: relative;
}

.training-view-all {
    font-size: 14px;
    font-weight: 700;
    color: black;
}

.edii-bg-gray {
    background: #F4F4F4;
}

.rounded {    
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
  
.mini-stat {
    padding: 15px;
    margin-bottom: 20px;
}

.our-services-container > .mini-stat {
    padding: 25px 15px 15px;
    margin-bottom: 10px;
}

.mini-stat-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    background: none repeat scroll 0% 0% #EEE;
    border-radius: 25%;
    float: left;
    margin-right: 10px;
    color: #FFF;
}



/* .edii-msi-with-border1 {
    border: 1px solid #e50c63 !important;
}
.edii-msi-with-border2 {
    border: 1px solid #e50c63 !important;
}
.edii-msi-with-border3 {
    border: 1px solid #e50c63 !important;
}
.edii-msi-with-border4 {
    border: 1px solid #e50c63 !important;
}
.edii-msi-with-border5 {
    border: 1px solid #e50c63 !important;
} */

.entrepreneurs-bg {
    background: none repeat scroll 0% 0% #e50c63 !important;
}
.startup-bg {
    background: none repeat scroll 0% 0% deepskyblue !important;
}
.innovation-bg {
    background: none repeat scroll 0% 0% orange !important;
}
.training-bg {
    background: none repeat scroll 0% 0% #61ed61 !important;
}
.tnsi-bg {
    background: none repeat scroll 0% 0% #ad06ad !important;
}

.mini-stat-info {
    font-size: 12px;
    padding-top: 2px;
}

/* span, p {
    color: black;
} */

.mini-stat-info span, .mini-stat-info h4 {
    display: block;
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 5px;
    margin-top: 15px;
}
.our-services-container {
    background-color: #fff !important;
    margin: 15px 0;
    box-sizing: border-box;
    border: 4px solid #f6f6f6;
}
.our-services-container::before {
    content: "";
    position: absolute;
    margin: 0;
    width: 50px;
    height: 5px;
}

/* .our-services-container h4::after {
    content: "";
    position: absolute;
    margin: 15px 18px;
    top: 100%;
    width: 50px;
    height: 2px;
    left: 55px;
} */

.our-services-container p {
    padding-left: 10px;
    color: #000;
}
.our-services-container p a {
    color: #18ba60;
    display: inline-block;
    font-weight: 500;
    position: relative;
}


.osc-ent::before, .osc-ent h4::after {
    background-color: #e50c63;
}

.osc-startup::before, .osc-startup h4::after {
    background-color: deepskyblue;
}
.osc-innovation::before, .osc-innovation h4::after {
    background-color: orange;
}

.osc-training::before, .osc-training h4::after {
    background-color: #61ed61;
}
.osc-tnsi::before, .osc-tnsi h4::after {
    background-color: #ad06ad;
}

@media screen and (max-width: 820px) {
    .our-services-container h4::after {
        left: 27.5%;
    }
}

@media (max-width: 767px) {
    .our-services-container h4::after {
        left: 27.5%;
    }
}



/* ================ colors =====================*/
.bg-users {
    background-color: #ce1867 !important;
    border: 1px solid #ce1867;        
    color: white;
}

.bg-university {
    background-color: #0d5798 !important;
    border: 1px solid #0d5798;
    color: white;
}

.bg-book {
    background-color: orange !important;
    border: 1px solid orange;
    color: white;
}

.fg-users, .fg-university, .fg-book {
    color: white !important;
}

.bg-bitbucket {
    background-color: #205081 !important;
    border: 1px solid #205081;
    color: white;
}

.fg-bitbucket {
    color: #205081 !important;
}

@media (max-width: 374px) {
    .our-services-container h4::after {
        left: 17.5%;
    }
}
@media (max-width: 360px) {
    .edii_workshop_date {
        max-width: 20%;
        width: 100%;   
        height: 60px; 
        padding: 5px;
    } 

    .our-services-container h4::after {
        left: 17.5%;
    }
}

@media (max-width: 320px) {
    .our-services-container h4::after {
        left: 17.5%;
    }
}

.widget.meta-boxes .flat-wrapper.row .col-md-6 {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .navbar-we-mega-menu .nav-tabs {
        position: initial;
    }

    .edii_workshop_info {
        display: flex;
        padding: 5px;
    }

    .widget.meta-boxes .flat-wrapper.row {
        display: flex;
        flex-wrap: wrap;
    }

    .edii_workshop_date {
        width: 18%;
        height: 65px;
        padding: 10px;
        text-align: center;
        background-color: var(--color-1st);
        margin-top: 5px;
        margin-left: 5px;
        max-width: 100%;
    }

    .edii_workshop_desc {
        margin: 5px;
        padding: 5px;
        width: 82%;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .edii_workshop {
        height: 100%;
    }

}

section.footer-section {
    clear: both;
}
section.footer-section {
    padding-right: 13px;
    padding-left: 13px;
}
.recent-tt-sc-calendar {
    padding: 10px 0 10px 15px;
}
.recent-training-sc-wrapper {
    max-height: 240px; 
    height: 100%; 
    overflow-y: auto; 
    overflow-x: hidden;
}

nav ul.menu li.menu-item a{
    font-weight: bolder !important;
}

.article_container{
    padding: 0 15px;
}

.article_container > ul > li{
    list-style: disc !important;
}
article.post.post__vertical.post__vertical--single{
    padding: 15px;
}

article.post.post__horizontal.post__horizontal--single{
    padding: 15px;
}

.page-content article.post.post--single{
    padding: 0 15px;
}

.page-content article.post.post--single .post__content > ul{
    list-style: disc !important;
}
/***/

.slider-item {
    margin: 0 !important;
}
.page-sidebar {
    margin-top: 94px;
}
@media (max-width:1199px) {
    .page-sidebar {
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .mini-stat-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }
    .mini-stat-icon i.fa {
        width: auto !important;
    }
    .mini-stat-info {
        font-size: 12px;
        padding-top: 2px;
        padding-left: 50px;
    }
    .mini-stat-info h4 {
        font-size: 14px;
        margin-top: 0;
    }
    .our-services-container > .mini-stat {
        margin-bottom: 0;
    }
}
@media(min-width:1100px){
    .navigation .menu-item {
        float: left;
        position: relative;
        margin-right: 10px;
    }
}
.each-thumb .col-md-4{
    overflow:hidden;
}
.slider_thumb_image {
    max-height: 143px !important;
    overflow:hidden;
    max-width: 143px !important;
}
.gallery-thumbs .swiper-slide{
    max-height: 130px !important;
    z-index:999;
    opacity:1 !important;
     display:block !important;
}
.gallery-main{
    overflow:hidden;
     
}
.gallery-thumbs{
    z-index:999999;
}
.gallery-thumbs > div{
    min-height:500px;
}
.post__content .gallery-thumbs{
    display:none;
}


/************************/
 .org-chart-header-custom {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    margin: 0px -100px 20px;
}

.org-chart-header-custom h2 {
    display: inline-block;
    position: relative;
    color: #123F6B;
    font-size: 24px;
    padding: 0 20px;
}

.org-chart-header-custom h2::before,
.org-chart-header-custom h2::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #7CBA0A;
}

.org-chart-header-custom h2::before {
    left: -60px;
}

.org-chart-header-custom h2::after {
    right: -60px;
}

.scroll-container-custom {
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
}

.organization-chart-custom {
    display: block;
}

.organization-chart-custom ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    display: block;
}

.organization-chart-custom li {
    text-align: center;
    list-style-type: none;
    padding: 20px 5px 0 5px;
    position: relative;
    transition: all 0.5s;
}

.organization-chart-custom li::before,
.organization-chart-custom li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 2px solid #212121;
    width: 50%;
    height: 20px;
    z-index: 0;
}

.organization-chart-custom li::after {
    right: auto;
    left: 50%;
    border-left: 2px solid #212121;
}

.organization-chart-custom li:only-child::after,
.organization-chart-custom li:only-child::before {
    display: none;
}

.organization-chart-custom li:only-child {
    padding-top: 0;
}

.organization-chart-custom li:first-child::before,
.organization-chart-custom li:last-child::after {
    border: 0 none;
}

.organization-chart-custom li:last-child::before {
    border-right: 2px solid #212121;
    border-radius: 0 5px 0 0;
}

.organization-chart-custom li:first-child::after {
    border-radius: 5px 0 0 0;
}

.organization-chart-custom ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #212121;
    width: 0;
    height: 20px;
    z-index: 0;
}

.organization-chart-custom li a {
    border: 2px solid #212121;
    padding: 15px 10px;
    text-decoration: none;
    color: #212121;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    background-color: #123F6B;
    color: #fff;
    white-space: nowrap;
    transform-origin: center;
}

.organization-chart-custom li a:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: #7CBA0A;
    transform: scale(1.15);
    z-index: 1;
}

.organization-chart-custom li a span {
    display: block;
    font-size: 12px;
    color: #999;
}

.org-chart-header-custom h2 {
    color: #123F6B;
}

.strong-custom {
    font-weight: bolder !important;
}