/*
Theme Name: eJobsmag
Theme URI: https://www.wabyl.com/
Author: Abdelali El Mhassani - WABYL
Description: Thème wordpress, créé pour un blog GRH.
Version: 1
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #151515;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #073a59;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #426ddb;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio],
input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.ftco-animate {
    opacity: 0;
    visibility: hidden
}

.ftco-section {
    padding: 7em 0;
    position: relative
}

@media(max-width:767.98px) {
    .ftco-section {
        padding: 6em 0
    }
}

.ftco-no-pt {
    padding-top: 0 !important
}

.ftco-no-pb {
    padding-bottom: 0 !important
}

.heading-section .subheading {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color: rgba(0, 0, 0, .2)
}

.heading-section h2 {
    font-size: 30px;
    font-weight: 700
}

@media(max-width:767.98px) {
    .heading-section h2 {
        font-size: 28px
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, .5)
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, .9)
}

.img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}


/* Menu */

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width:576px) {
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

@media(min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav a {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav a {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav a {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav a {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav a {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav a {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav a {
    color: #151515
}

.navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav a:focus {
    color: #151515
}

.navbar-light .navbar-nav a.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>a,
.navbar-light .navbar-nav .active>a,
.navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav a.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: #151515;
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-light .navbar-text {
    color: #151515
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav a {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav a:focus {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav a.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>a,
.navbar-dark .navbar-nav .active>a,
.navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav a.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.ftco-navbar-light {
    background: 0 0 !important;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 3
}

@media(max-width:991.98px) {
    .ftco-navbar-light {
        background: #000 !important;
        position: relative;
        top: 0
    }
}

.ftco-navbar-light .navbar-brand {
    color: #fff
}

@media(max-width:991.98px) {
    .ftco-navbar-light .navbar-brand {
        color: #fff
    }
}

@media(max-width:991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px
    }
}

.ftco-navbar-light .navbar-nav>.menu-item>a {
    font-size: 18px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    opacity: 1 !important
}

.ftco-navbar-light .navbar-nav>.menu-item>a:hover {
    color: #426ddb
}

@media(max-width:991.98px) {
    .ftco-navbar-light .navbar-nav>.menu-item>a {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
}

.ftco-navbar-light .navbar-nav>.menu-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41);
    -moz-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41);
    box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41)
}

.ftco-navbar-light .navbar-nav>.menu-item.active>a {
    color: #fff
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, .5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em
}

.ftco-navbar-light .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
    text-decoration: none;
    color: #426ddb;
    outline: none !important
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

@media(max-width:991.98px) {
    .ftco-navbar-light.scrolled .menu-item>a {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important
    }
}

.ftco-navbar-light.scrolled .menu-item.active>a {
    color: #426ddb !important
}

@media(max-width:991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: 0 0;
        border-radius: 0;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: #151515 !important;
    border-color: #151515 !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em
}

.ftco-navbar-light.scrolled a {
    padding-top: .9rem !important;
    padding-bottom: .9rem !important;
    color: #073a59 !important
}

.ftco-navbar-light.scrolled a.active {
    color: #426ddb !important
}

.ftco-navbar-light.scrolled.awake {
    margin-top: 0;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out
}

.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #426ddb !important
}

.ftco-navbar-light.scrolled .navbar-brand i {
    color: #073a59 !important
}

.navbar-brand {
    font-weight: 900;
    font-size: 26px;
	font-family: 'Montserrat', sans-serif;
    line-height: 1
}

.navbar-brand i {
    font-style: normal;
    color: #fff
}


/* Breadcrumb */

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

/* Hero */

.container {
    max-width: 1210px
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative
}

@media(max-width:1199.98px) {
    .hero-wrap {
        background-position: center center !important
    }
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #426ddb;
    background: -moz-linear-gradient(45deg, #426ddb 0%, #073a59 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #426ddb), color-stop(100%, #073a59));
    background: -webkit-linear-gradient(45deg, #426ddb 0%, #073a59 100%);
    background: -o-linear-gradient(45deg, #426ddb 0%, #073a59 100%);
    background: -ms-linear-gradient(45deg, #426ddb 0%, #073a59 100%);
    background: linear-gradient(45deg, #426ddb 0%, #073a59 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426ddb', endColorstr='#073a59', GradientType=1)
}

.slider-text .text {
    position: relative
}

.slider-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

@media(max-width:1199.98px) {
    .slider-text h1 {
        font-size: 40px
    }
}

.slider-text h3 {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

@media(max-width:1199.98px) {
    .slider-text h3 {
        font-size: 32px
    }
}

.slider-text h1 span {
    color: #426ddb
}

.slider-text .subheading {
    font-size: 18px;
    color: #fff;
   font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 0
}

.slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .9)
}

.slider-text p strong {
    font-weight: 700
}

.slider-text p strong a {
    color: #000
}

.slider-text .btn-custom {
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.slider-text .breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    z-index: 99
}

.slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, .5)
}

.slider-text .breadcrumbs span i {
    color: rgba(255, 255, 255, .3)
}

.slider-text .breadcrumbs span a {
    color: rgba(255, 255, 255, .7)
}

.slider-text .breadcrumbs span a:hover,
.slider-text .breadcrumbs span a:focus {
    color: #426ddb
}

.slider-text .breadcrumbs span a:hover i,
.slider-text .breadcrumbs span a:focus i {
    color: #426ddb
}

.slider-text .bread {
    font-weight: 700 !important
}

.mouse {
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 2
}

.mouse-icon {
    height: 80px;
    border: 1px solid transparent;
    background: 0 0;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block
}

.mouse-wheel {
    height: 80px;
    margin: 0 auto;
    display: block;
    width: 30px;
    background: 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
    color: #fff;
    font-size: 40px;
    line-height: 1
}

@-webkit-keyframes wheel-up-down {
    100% {
        margin-top: 34px;
        opacity: 1
    }
    30% {
        opacity: 1
    }
    0% {
        margin-top: 2px;
        opacity: 0
    }
}

@-moz-keyframes wheel-up-down {
    100% {
        margin-top: 34px;
        opacity: 1
    }
    30% {
        opacity: 1
    }
    0% {
        margin-top: 2px;
        opacity: 0
    }
}

@keyframes wheel-up-down {
    100% {
        margin-top: 34px;
        opacity: 1
    }
    30% {
        opacity: 1
    }
    0% {
        margin-top: 2px;
        opacity: 0
    }
}


/* Buttons */

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none
}

.btn.btn-primary {
    background: #426ddb !important;
    border: 1px solid #426ddb !important;
    color: #fff !important
}

.btn.btn-primary:hover {
    border: 1px solid #426ddb;
    background: 0 0;
    color: #426ddb
}


/* Footer */

.ftco-footer {
    font-size: 16px;
    background: #073a59;
    padding: 5em 0 3em
}

.ftco-footer .logo {
    font-size: 34px !important;
    font-weight: 800 !important;
    line-height: 1
}

.ftco-footer .logo a {
    color: #fff
}

.ftco-footer .logo a span {
    color: #426ddb
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400
}

.ftco-footer .ftco-footer-widget ul li a {
    color: #fff
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff
}

.ftco-footer .ftco-footer-widget ul li a:hover {
    color: #426ddb
}

.ftco-footer .ftco-footer-widget ul li a:hover span {
    color: #426ddb
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important
}

.ftco-footer p {
    color: rgba(255, 255, 255, .7)
}

.ftco-footer a {
    color: rgba(255, 255, 255, .7)
}

.ftco-footer a:hover {
    color: #fff
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    position: relative
}

.ftco-footer .block-21 .text .heading a {
    color: rgba(255, 255, 255, .7)
}

.ftco-footer .block-21 .meta>div a {
    font-size: 11px;
    color: #426ddb
}

.ftco-footer .ftco-footer-widget form {
	   display: table !important;
    position: relative!important;
}

.ftco-footer .ftco-footer-widget input[type=email] {
    width: 100% !important;
    border: 1px solid #191919 !important;
    font-size: 13px !important;
    line-height: 30px !important;
    padding-right: 40px !important;
    height: 40px !important;
    color: #999 !important;
    background: #191919 !important;
    padding-left: 20px !important
}

.ftco-footer .ftco-footer-widget input[type=email].placeholder {
    color: #999 !important;
    font-size: 11px !important;
    text-transform: uppercase !important
}

.ftco-footer .ftco-footer-widget input[type=email]:-moz-placeholder {
    color: #999 !important;
    font-size: 11px !important;
    text-transform: uppercase !important
}

.ftco-footer .ftco-footer-widget input[type=email]::-moz-placeholder {
    color: #999 !important;
    font-size: 11px !important;
    text-transform: uppercase !important
}

.ftco-footer .ftco-footer-widget input[type=email]::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 11px !important;
    text-transform: uppercaseb!important
}

.ftco-footer .ftco-footer-widget input[type=email]:focus {
    outline: none !important;
}

.ftco-footer .ftco-footer-widget .tnp-submit {
    color: #fff !important;
	background: #191919 !important;
    line-height: 34px !important;
	height: 40px !important;
  width: 40px !important;
    padding: 4px !important;
    cursor: pointer !important;
    position: absolute !important;
	top: 0 !important;
    right: 0 !important;
	font-size: 0px !important;
	background-image: url(images/paper_plane_send.svg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important
}

.ftco-footer .ftco-footer-widget .tnp-submit:focus {
    outline: none !important;
    box-shadow: none !important
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block
}

.ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    position: relative
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ftco-footer-social li a:hover {
    color: #fff
}


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 211, 105, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px transparent
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 211, 105, .4);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 211, 105, .4);
        box-shadow: 0 0 0 0 rgba(255, 211, 105, .4)
    }
    70% {
        -moz-box-shadow: 0 0 0 30px transparent;
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent
    }
    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}


/* Contact */

.contact-section .contact-info p a {
    color: #1a1a1a
}

.contact-section .contact-form {
    width: 100%
}

.contact-section .form-area input {
    margin-bottom: 20px;
	padding: 10px 15px
}

.contact-section .form-area input,
.contact-section .form-area textarea {
    border-radius: 0;
    font-size: 12px;
    background: #f9f9ff
}

.contact-section .form-area input:focus,
.contact-section .form-area textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd
}

.contact-section .form-area input.placeholder,
.contact-section .form-area textarea.placeholder {
    text-transform: uppercase
}

.contact-section .form-area input:-moz-placeholder,
.contact-section .form-area textarea:-moz-placeholder {
    text-transform: uppercase
}

.contact-section .form-area input::-moz-placeholder,
.contact-section .form-area textarea::-moz-placeholder {
    text-transform: uppercase
}

.contact-section .form-area input::-webkit-input-placeholder,
.contact-section .form-area textarea::-webkit-input-placeholder {
    text-transform: uppercase
}

.contact-section .form-area textarea {
    height: 160px;
    margin-top: 0;
    resize: none
}

@media(max-width:960px) {
    .contact-section .address-wrap {
        margin-bottom: 50px
    }
}

.contact-section .single-contact-address {
    margin-bottom: 20px
}

.contact-section .single-contact-address h5 {
    font-size: 16px;
    margin-bottom: 5px
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form-control:focus,
.form-control:active {
    border-color: #000
}

textarea.form-control {
    height: inherit !important
}


/* Blog */

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 4px
}

.blog-entry {
    overflow: hidden
}

@media(min-width:768px) {
    .blog-entry {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .blog-entry {
        margin-bottom: 30px
    }
}

.blog-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.blog-entry .text .topper {
    margin-top: -61px;
    position: absolute;
    top: 0;
    left: 20px;
    background: #426ddb
}

.blog-entry .text .topper:after {
    position: absolute;
    bottom: -10px;
    left: 40px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #426ddb transparent transparent transparent
}

.blog-entry .text .heading {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 800
}

.blog-entry .text .heading a {
    color: #000
}

.blog-entry .text .btn-custom {
    color: rgba(0, 0, 0, .4);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px
}

.blog-entry .text .btn-custom span {
    color: #000
}

.blog-entry .one {
    width: 70px
}

.blog-entry .two {
    width: calc(100% - 70px)
}

.blog-entry span.day {
    font-size: 44px;
    font-weight: 300;
    color: #000;
    line-height: 1
}

.blog-entry span.yr,
.blog-entry span.mos {
    font-size: 13px;
    line-height: 1.6;
    display: block;
    color: #151515
}

.blog-entry:hover .text .heading a,
.blog-entry:focus .text .heading a,
.blog-entry:active .text .heading a {
    color: #151515
}

.blog-entry:hover .text .btn-custom,
.blog-entry:focus .text .btn-custom,
.blog-entry:active .text .btn-custom {
    color: #000
}

.block-21 .blog-img img {
    display: block;
    height: 80px;
    width: 80px
}

.block-21 .text {
    width: calc(100% - 100px)
}

.block-21 .text .heading {
    font-size: 16px;
    font-weight: 400
}

.block-21 .text .heading a {
    color: #000
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: #426ddb
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px
}

.block-21 .text .meta>div a {
    color: gray
}

.block-21 .img {
    display: block;
    height: 80px;
    width: 80px
}

.block-21 .text {
    width: calc(100% - 100px)
}

.block-21 .text .heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4
}

.block-21 .text .heading a {
    color: #000
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    text-decoration: none
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px
}

.block-21 .text .meta>div a {
    color: gray
}

.block-23 ul {
    padding: 0
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px
}

.block-23 ul li span {
    color: rgba(255, 255, 255, .7)
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: #fff
}

.block-27 ul {
    padding: 0;
    margin: 0
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400
}

.block-27 ul li a,
.block-27 ul li span {
    color: gray;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #426ddb;
    color: #fff;
    border: 1px solid transparent
}

.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: .1em
}

.post-info>div {
    display: inline-block
}

.post-info>div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: .5
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #426ddb;
    border: 1px solid #ccc;
    font-size: 11px
}

.tagcloud a:hover {
    border: 1px solid #426ddb
}

.about-author img {
    width: 60px;
	height: 60px;
	border-radius: 50%
}

.about-author h3 {
    font-weight: 700;
	font-size: 16px
}

.about-author span {
    font-weight: 700;
	font-size: 14px
}

.comment-form-wrap {
    clear: both
}

.comment-list {
    padding: 0;
    margin: 0
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px;
    float: left;
    width: 100%;
    clear: both;
    list-style: none
}

.comment-list li .vcard {
    width: 80px;
    float: left
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px)
}

.comment-list li .comment-body h3 {
    font-size: 20px
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 400;
    border-radius: 4px
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: #000
}

.search-form .form-group {
    position: relative
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px
}

.search-form .fa {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-box {
    margin-bottom: 40px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff
}

.sidebar-box *:last-child {
    margin-bottom: 0
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.categories li a,
.sidelink li a {
    display: block;
    color: #1a1a1a
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc
}

.categories li a:hover,
.categories li a:focus,
.sidelink li a:hover,
.sidelink li a:focus {
    outline: none;
    color: #426ddb
}

.categories li.active a,
.sidelink li.active a {
    color: #426ddb
}

.categories li.active a span,
.sidelink li.active a span {
    color: #426ddb
}


/* Share */

.social-box {
    display: block;
    margin: 10px 0 10px 0;
    padding: 0 4rem 0;
}

a.sbtn {
    width: 130px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    margin: 4px 0.5% 0 0;
    font-size: 15px;
}
a.sbtn span {
    margin: 0 0 0 10px;
}

.s-twitter {
	background: #000000;
}
.s-twitter:hover {
    background: #000000;
}

.s-facebook {
	background: #1877F2;
}
.s-facebook:hover {
    background: #1877F2;
}

.s-whatsapp {
	background: #25D366;
}
.s-whatsapp:hover {
    background: #25D366;
}

.s-linkedin {
	background: #0A66C2;
}
.s-linkedin:hover {
    background: #0A66C2;
}

.s-mail {
	background: #000000;
}
.s-mail:hover {
    background: #000000;
}

@media only screen and (max-width: 768px) {
    a.sbtn {
        width: 46px;
    }

    a.sbtn span {
        display: none;
    }
}


/* Back to top */

.scroll-top {		
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #426DDB;
	color:  #FFF;
	cursor: pointer;
	padding: 10px 15px;
	font-size: 14px;
	opacity: 0.5;
}


/* Loader */

#loader-area {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff
}

.loader {
    width: 30px;
    height: 30px;
    border: 2px solid #426ddb;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    border-left-color: transparent;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}