@import url(https://cdn-images.mailchimp.com/embedcode/classic-10_7.css);

/* ----------------------------------

Main Font    : Montserrat
Main Color (light blue)  : #009ee5

-------------------------------------

/*
** General Styles for HTML tags
*/

* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #666666;
}

html,
body,
.wrapper {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 15px;
}

h5,
h5 {
    margin-bottom: 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a,
.btn,
button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

a img,
iframe {
    border: none;
}

p {
    color: #555555;
    line-height: 24px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

select {
    /* margin-bottom: 1em; */
    padding: .35em;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    border-radius: 0;
    height: 3.3rem;
}

select:focus,
select:active {
    outline: none;
    border-bottom-color: #009ee5;
}

ul {
    margin: 0;
    list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #232323;
}

a:hover {
    color: #232323;
}

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Open Sans', sans-serif;
}

b,
strong {
    font-weight: 900;
}

table {
    border: 1px solid #009ee5;
    /* background-color: #fff; */
}

th,
td {
    padding: 10px;
    text-align: left;
    border: 1px solid #009ee5;
}

tr>td:first-child,
tr:first-child>td {
    /* background-color: rgba(0, 158, 229, 0.2); */
}

table p {
    color: #555555;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    text-transform: none;
    font-weight: 400;
}

.btn.active,
.btn:active {
    background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
    outline: 0;
}

.btn.circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px;
}

.normalCase {
    text-transform: none !important;
}

.no-padding {
    padding: 0
}


/* Default CSS */

ol.list {
    counter-reset: li;
    /* Initiate a counter */
    margin-left: 0;
    /* Remove the default left margin */
    padding-left: 0;
    /* Remove the default left padding */
}

ol.list>li {
    position: relative;
    /* Create a positioning context */
    margin: 0 0 6px 2em;
    /* Give each list item a left margin to make room for the numbers */
    padding: 4px 8px;
    /* Add some spacing around the content */
    list-style: none;
    /* Disable the normal item numbering */
}

ol.list>li:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    /* Some space between the number and the content in browsers that support
           generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;
    padding: 4px;
    border: 1px solid #e7e7e7;
    border-bottom: 1px solid #009ee5;
    background-color: #fff;
    /* box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06); */
    color: #333;
    font-size: 14px;
    font-weight: bold;
    /* font-family: "Helvetica Neue", Arial, sans-serif; */
    text-align: center;
}

li ol.list,
li ul {
    margin-top: 6px;
}

ol.list ol li:last-child {
    margin-bottom: 0;
}

.highlight {
    padding: 15px;
    font-weight: bold;
    /* border-bottom: 1px solid #009ee5; */
    background-color: #fdfdfd;
    border: 1px solid #e7e7e7;
    border-bottom: 3px solid #009ee5;
    /* box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06); */
}

.container-half {
    margin: 0 auto;
    width: 60%;
    padding: 0 15px;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.bg-contain {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.bg-gray {
    background-color: #f7f7f7;
}

.bg-theme-small {
    background-color: #edf5ff;
}

.bg-light {
    background-color: #ffffff;
}

.bg-theme {
    background-color: #009ee5;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: #ffffff;
}

body.shadow.dark {
    height: 100%;
}

.shadow {
    position: relative;
    z-index: 1;
}

.shadow.dark::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    /* z-index: -1; */
}

body.shadow.dark::after {
    position: fixed;
    z-index: 9;
}

.shadow.dark-hard::after {
    background: #1d2024 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.light::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme::after {
    background: #009ee5 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme-hard::after {
    background: #009ee5 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.default-padding {
    padding-top: 90px;
    padding-bottom: 120px;
}

.small-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.no-bottom-padding {
    padding-bottom: 0px !important;
}

footer,
footer a {
    font-family: 'Open Sans', sans-serif;
}

footer a:hover {
    text-decoration: underline;
}

footer.default-padding {
    padding-bottom: 40px;
}

.default-padding-top {
    padding-top: 120px;
}

.default-padding-bottom {
    padding-bottom: 120px;
}

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
}

.default-padding.bottom-30 {
    padding-top: 120px;
    padding-bottom: 30px;
}

.default-padding.bottom-20 {
    padding-top: 120px;
    padding-bottom: 20px;
}

.padding-xl {
    padding-top: 180px;
    padding-bottom: 180px;
}

.default-padding.carousel-shadow {
    padding-bottom: 105px;
}

.btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    letter-spacing: 1px;
    overflow: hidden;
    border-radius: inherit;
}

.btn-md {
    padding: 12px 40px 12px;
}

.btn-sm {
    padding: 8px 35px;
    font-size: 12px;
}

.btn.btn-sm-pro {
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
    padding: 4px 35px;
    display: inline-block;
}

.btn-border-light {
    border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
    background-color: #ffffff;
    color: #232323;
    border: 2px solid #ffffff;
}

.btn-dark {
    background-color: #232323;
    color: #ffffff;
    border: 2px solid #232323;
}

.btn-dark.border {
    background-color: transparent;
    color: #232323;
    border: 2px solid #232323;
}

.btn-dark.border:hover {
    background-color: #232323;
    color: #ffffff !important;
    border: 2px solid #232323;
}

.btn-blue {
    background-color: #009ee5;
    color: #ffffff;
    border: 2px solid #009ee5;
}

.btn-blue.border {
    background-color: transparent;
    color: #009ee5;
    border: 2px solid #009ee5;
}

.btn-blue.border:hover {
    background-color: #009ee5;
    color: #ffffff !important;
    border: 2px solid #009ee5;
}

.popup-c2a .btn-blue.border {
    background-color: #009ee5;
    color: #fff;
    border: 2px solid #009ee5;
}

.popup-c2a .btn-blue.border:hover {
    background-color: transparent;
    color: #009ee5 !important;
    border: 2px solid #009ee5;
}

.btn-blue.border {
    display: inline-block;
    font-weight: 600;
    padding: 9px 6px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

nav.navbar.bootsnav ul.nav>li>a.popup-c2a,
nav.navbar.bootsnav ul.nav>li>a.myFaro {
    padding: 32px 12px 30px 12px;
}

nav.navbar.bootsnav.sticked ul.nav>li>a.popup-c2a,
nav.navbar.bootsnav.sticked ul.nav>li>a.myFaro {
    padding: 19px 12px 22px 12px;
}

.myFaro .btn-cyan.border {
    display: inline-block;
    border: 2px solid #2DCAC6;
    color: #2DCAC6;
    font-weight: 600;
    padding: 9px 6px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.myFaro .btn-cyan.border:hover {
    background-color: #2DCAC6;
    color: #ffffff !important;
    border: 2px solid #2DCAC6;
}

.btn.btn-light {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #232323;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn.btn-light.effect:hover,
.btn.btn-light.effect:focus {
    background-color: #009ee5;
    color: #ffffff !important;
    border: 2px solid #009ee5;
}

.btn.btn-light.border {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn.btn-light.border:hover {
    background: #ffffff none repeat scroll 0 0 !important;
    border: 2px solid #ffffff !important;
    color: #232323 !important;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #232323 !important;
    background: transparent;
}

.bg-dark {
    background: #000027 none repeat scroll 0 0;
}

.btn-theme {
    background-color: #009ee5;
    color: #ffffff !important;
    border: 2px solid #009ee5;
}

.btn-theme.border {
    background-color: transparent;
    color: #009ee5 !important;
    border: 2px solid #009ee5;
}

.btn-theme.border:hover {
    background-color: #009ee5;
    color: #ffffff !important;
    border: 2px solid #009ee5;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
    background: #009ee5 none repeat scroll 0 0;
    border: 2px solid #009ee5;
    color: #ffffff;
}

.btn-gray.border {
    background-color: transparent;
    color: #009ee5 !important;
    border: 2px solid #e7e7e7;
}

.btn-gray.border:hover {
    background-color: #009ee5;
    color: #ffffff !important;
    border: 2px solid #009ee5;
}

.btn.btn-sm-lm {
    font-size: 12px;
    padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.container-full {
    padding: 0 15px;
    width: 100%;
}

.oh {
    overflow: hidden;
}

.less-margin {
    margin: 0;
}

header {
    position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
    position: relative;
    z-index: 1;
    margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
    border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
    width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
    width: 0;
}

.attr-nav .social.right li {
    margin-left: 20px;
}

.attr-nav .social li a {
    font-size: 16px;
}


/* Navbar */

nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
    margin-right: 0;
    padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
    background: #009ee5 none repeat scroll 0 0;
    border: 2px solid #009ee5;
    color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

.attr-nav.social li {
    display: inline-block;
    padding: 25px 0 !important;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #009ee5;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 !important;
    text-align: center;
    width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
    display: inline-block;
    padding: 20px 0 !important;
}

.site-heading h4 {
    text-transform: uppercase;
}

.site-heading.clean h2 {
    padding-bottom: 0;
}

.site-heading.clean h2 span {
    color: #009ee5;
}

.site-heading h2 span {
    color: #009ee5;
}

.site-heading.barber h2 span {
    color: #bc9355;
}

.site-heading p {
    margin: 0;
}

.site-heading h2 {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}

.site-heading h2::before {
    background: #009ee5 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
    background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
    color: #009ee5;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.site-heading.single {
    margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.top-border {
    border-top: 1px solid #e7e7e7;
}


/* ============================================================== 
     # Hamburger menu icon 
=================================================================== */

.hamburger {
    position: relative;
    top: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.35s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    margin-left: 15px;
    overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #009ee5;
}

.hamburger-box {
    width: 33px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #009ee5;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* ============================================================== 
     # Breadcrumb 
=================================================================== */

.breadcrumb-area {
    padding: 150px 0;
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb {
    background: #ffffff;
    display: inline-block;
    margin: 0;
    padding: 15px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -180px;
    transform: translate(-50%, 0);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.breadcrumb-area .breadcrumb::after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.breadcrumb-area h1 {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: -10px;
    margin-bottom: 0;
}

.breadcrumb>li+li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding: 0 5px;
    color: #ffffff;
    display: none;
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
    border: 2px solid #999999;
    content: "";
    height: 10px;
    left: -7px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.breadcrumb-area .breadcrumb li:first-child::after {
    display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #232323;
}

.breadcrumb-area .breadcrumb li.active {
    color: #009ee5;
}


/* Topbar CSS */

.top-bar-area.bg-transparent {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.top-bar-area.text-light {
    color: #ffffff;
}

.top-bar-area {
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0;
    overflow: hidden;
}

.top-bar-area .row {
    align-items: center;
    display: flex;
    float: none;
    vertical-align: middle;
}

.top-bar-area .info.box li {
    display: inline-block;
    text-align: left;
    float: left;
    margin-right: 20px;
}

.top-bar-area .info.box li i {
    margin-right: 3px;
}

.top-bar-area .address-info.text-right {
    margin-bottom: -10px;
}

.top-bar-area .address-info.text-left .info.box li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.top-bar-area .address-info.text-left .info.box li::after {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 200px;
    right: 0;
    position: absolute;
    top: -50%;
    width: 1px;
}

.top-bar-area .link a {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.top-bar-area .link a:last-child {
    color: #009ee5;
}

.top-bar-area .link.text-right a {
    margin-left: 10px;
}

i.fas.fa-clock,
i.fas.fa-envelope {
    font-weight: 500;
}


/* Round Shape */

.shape-box {
    position: relative;
    z-index: 1;
}

.shape-box .round-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.shape-box .round-shape img {
    width: 100%;
    height: auto;
}


/* ============================================================== 
     # Banner 
=================================================================== */

body,
.banner-area,
.banner-area div {
    height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
    height: auto;
    min-height: 100%;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.banner-area .box-table {
    display: table;
    width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto;
}

.banner-area {
    position: relative;
    overflow: hidden;
}

.banner-area .wavesshape {
    bottom: -2px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
}

.banner-area .wavesshape.shape {
    bottom: -50px;
    height: auto;
}

.banner-area .content {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.banner-area.wavesshape {
    position: relative;
    z-index: 1;
}

.banner-area.triangle-shadow {
    position: relative;
    z-index: 1;
}

.banner-area.triangle-shadow::before {
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #fff;
    border-top: 80px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 101;
}

.banner-area.shadow-inner .content {
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-area.content-double .double-items {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}


/* Animation delays */

.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
    animation-delay: .2s;
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
    animation-delay: .4s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
    animation-delay: .9s;
}

.banner-area .item p {
    animation-delay: .6s;
}

.banner-area .item p+p {
    animation-delay: .9s;
}

.banner-area .item ul {
    animation-delay: .6s;
}

.banner-area .item a,
.banner-area .item button {
    animation-delay: .7s;
}


/* Carousel Fade Effect */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* Slider Zoom Effect */

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1);
    }
    to {
        -moz-transform: scale(1.2, 1.2);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1);
    }
    to {
        -o-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.2, 1.2);
    }
}

.carousel-inner .item>.slider-thumb {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%;
}

#particles-js,
#ripple {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-area .carousel-control {
    background: transparent none repeat scroll 0 0;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;
}

.banner-area .carousel-control.shadow {
    background: transparent none repeat scroll 0 0;
    color: #ffffff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-shadow: inherit;
    top: 50%;
    width: 50px;
    z-index: 1;
}

.banner-area .carousel-control.shadow::after {
    background: #1e2726 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.banner-area .carousel-control.left {
    left: -50px;
}

.banner-area:hover .carousel-control.left {
    left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
    left: 20px;
}

.banner-area .carousel-control.right {
    right: -50px;
}

.banner-area:hover .carousel-control.right {
    right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
    right: 20px;
}


/* Content */

.banner-area.top-padding .content {
    padding-top: 90px;
}

.banner-area .content a {
    margin-right: 10px;
}

.banner-area .content p {
    font-size: 16px;
    line-height: 30px;
}

.banner-area .text-center .content a {
    margin: 0 5px;
}

.banner-area .text-center .content p {
    padding: 0 20%;
}

.banner-area .content h2 {
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: -5px;
    line-height: 1;
    margin-bottom: 30px;
}

.banner-area .content h2 strong {
    color: #009ee5;
}

.banner-area .content a {
    margin-top: 20px !important;
}

.banner-area.text-large .content h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1;
}

.banner-area .content h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}


/* ============================================================== 
     # Vision
=================================================================== */

.vision-area .info.box {
    overflow: hidden;
    padding-left: 0;
}

.vision-area .info {
    padding-left: 35px;
}

.vision-area .thumb-img {
    position: relative;
    top: -50px;
}

.vision-area .thumb-img img {
    border-radius: 50%;
    padding: 5px;
    border: 5px solid #ffffff;
    box-shadow: 0 5px 20px 0 rgba(214, 215, 216, 0.57);
}

.vision-area h3,
.vision-area h4 {
    line-height: 1.5;
}

.vision-area h3 {
    margin-bottom: 50px;
    margin-top: -20px;
}

.vision-area h3 strong {
    /* color: #009ee5; */
}

.vision-area .info a {
    margin-top: 10px;
}

.vision-area .info.box a {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 10px 40px;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #666666;
}

.vision-area .info.box a.btn i {
    color: #fff;
    margin-right: 3px;
}

.vision-area .info.box>i {
    display: inline-block;
    color: #009ee5;
    font-size: 50px;
    margin-bottom: 30px;
}


/* ============================================================== 
     # Approche
=================================================================== */

.page-title {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 130px 0 130px 0;
    background-color: #eee;
    background-size: cover;
    background-position: top;
    text-align: center;
}

.page-title h1 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.page-title h1:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: rgba(255, 255, 255, .5);
    margin: 18px auto;
}

.page-title h2 {
    position: relative;
    color: #f3f3f3;
}

.black-overlay-20:before {
    background: rgba(0, 0, 0, .2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.black-overlay-35:before {
    background: rgba(0, 0, 0, .35);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.black-overlay-50:before {
    background: rgba(0, 0, 0, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.approche-area {
    background-color: #f8f8f8;
}

.approche-area .approche-grids>.grid {
    background-color: #fff;
    width: 33.33%;
    float: left;
    padding: 45px 40px;
}

.approche-area .approche-grids>.grid:nth-child(even) {
    background-color: rgba(0, 158, 229, 0.2);
}

.approche-area .approche-grids>.grid:last-child {
    align-items: center;
    display: flex;
}

.approche-area .approche-grids>.grid:last-child h3 {
    line-height: 1.5em;
}

.count {
    font-size: 36px;
    font-weight: bold;
    color: rgba(0, 158, 229, 0.2);
}

.grid h3 {
    font-size: 20px;
    font-size: calc-rem-value(20);
    font-weight: 600;
    margin: 0.8em 0;
}


/* ============================================================== 
     # About
=================================================================== */

.about-area .info.box {
    overflow: hidden;
    padding-left: 0;
}

.about-area .info {
    padding-left: 35px;
}

.about-area .thumb-img {
    position: relative;
    z-index: 1;
}

.about-area .thumb-img img {
    border-radius: 50%;
    padding: 5px;
    border: 5px solid #ffffff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.about-area .thumb-img .video a {
    position: absolute;
    bottom: 40px;
    top: auto;
    right: 40px;
    left: auto;
}

.about-area .info h2 {
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: -14px;
}

.about-area .info h2 strong {
    color: #009ee5;
    font-size: 40px;
}

.about-area .info a {
    margin-top: 10px;
}

.about-area ul {
    overflow: hidden;
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
    padding-top: 25px;
}

.about-area ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    font-weight: 500;
    font-size: 16px;
    color: #232323;
}

.about-area ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e64d";
    font-family: 'themify';
    color: #009ee5;
}

.about-area ul li:first-child,
.about-area ul li:nth-child(2) {
    margin-top: 0;
}

.about-area .info.box a {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 10px 40px;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #666666;
}

.about-area .info.box a i {
    color: #009ee5;
    margin-right: 3px;
}

.about-area .info.box ul li {
    padding-left: 0;
}

.about-area .info.box ul li::after {
    display: none;
}

.about-area .features {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-top: 30px;
}

.about-area .features .item {
    float: left;
    width: 50%;
    padding-right: 15px;
    display: flex;
}

.about-area .features .item:nth-child(2n) {
    padding-right: 0;
}

.about-area .features .item i {
    font-size: 40px;
    display: inline-block;
    color: #009ee5;
}

.about-area .features .item .info {
    padding-left: 20px;
}

.about-area .features .item .info h5,
.about-area .features .item .info h4 {
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.about-area .features .item .info p {
    margin-bottom: -4px;
}

.features i.ti-id-badge {
    margin-top: -5px;
}


/* ===================================
    # Valeurs
====================================== */

.features-area .single-item .item span {
    left: 0;
    top: 0;
    color: #009ee5;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    display: block;
    margin-bottom: 30px;
}

.features-area .features-items .single-item {
    margin-bottom: 30px;
}

.news-area .allarchives,
.features-area .features-items .item {
    padding: 30px 40px;
    border: 1px solid #e7e7e7;
    border-bottom: 3px solid #009ee5;
    background: #fdfdfd;
    height: 100%;
}

.news-area .allarchives i,
.features-area .features-items .item i {
    display: inline-block;
    color: #009ee5;
    font-size: 50px;
    margin-bottom: 30px;
}

.features-area .features-items .item h4 {
    text-transform: capitalize;
    font-weight: 600;
}

.news-area .allarchives p,
.features-area .features-items .item p {
    margin: 0;
}

.news-area .allarchives {
    max-width: 150px;
    padding: 20px 20px 5px;
    text-align: center;
    margin-top: -50px;
    position: relative;
    right: 0;
}

.news-area .allarchives h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: normal;
}

.news-area .allarchives i {
    margin-bottom: 10px;
    font-weight: 400;
}


/* ===================================
    # A propos
====================================== */

.apropos-area blockquote {
    display: block;
    border-width: 1px 0;
    border-style: solid;
    border-color: #eee;
    padding: 1.5em 0 0.5em;
    margin: 5em 0 1.5em 0;
    position: relative;
    font-size: 1.1em;
    line-height: 1.8em;
}

.apropos-area blockquote:before {
    content: '\201C';
    position: absolute;
    top: 0em;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 3rem;
    height: 2rem;
    font-size: 4em;
    line-height: 0.7em;
    color: #000027;
    text-align: center;
}

.apropos-area blockquote:after {
    content: "\2013 \2003" attr(cite);
    display: block;
    text-align: right;
    font-size: 0.875em;
    color: #009ee5;
}


/* ===================================
    # Services
====================================== */

.services-area .info.box {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 80px;
}

.services-area .info.box h2 {
    line-height: 1.45;
    font-weight: 600;
    margin-top: -6px;
    letter-spacing: 1px;
}

.services-area .info.box h2 strong {
    color: #009ee5;
}

.services-area .services-items {
    margin-bottom: 290px;
}

.services-area .services-items .single-item {
    margin-bottom: 30px;
}

.services-area.full-services .services-items .single-item {
    margin-bottom: 50px;
}

.services-area.full-services .services-items .single-item:last-child {
    margin-bottom: 0;
}

.services-area .services-items .item {
    /* box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06); */
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.09);
    background: #ffffff;
}

.services-area .services-items .info {
    padding: 30px;
}

.services-area .services-items .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-area .services-items .info .meta li {
    display: inline-block;
    color: #232323;
}

.services-area .services-items .info .meta li:last-child {
    float: right;
}

.services-area .services-items .meta {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.services-area .services-items .meta a:hover {
    color: #009ee5;
}

.services-area .services-items .meta a i {
    margin-right: 2px;
    color: #009ee5;
}

.services-area .services-items .info h2,
.services-area .services-items .info h3,
.services-area .services-items .info h4 {
    font-weight: 600;
    line-height: 1.5;
}

.services-area .services-items .info>a {
    margin-top: 7px;
}

.services-area .services-items .info .title a:hover {
    color: #009ee5;
}

.services-area .services-items .thumb .tags {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
}

.services-area .services-items .thumb .tags h3 {
    color: #fff;
    font-weight: 600;
}

.services-area .services-items .thumb .tags h3.contrast {
    background: rgba(0, 158, 229, 0.9);
    padding: 2px 10px;
    display: inline-block;
}

.services-area .services-items .thumb .tags a {
    font-weight: 500;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    padding: 2px 20px;
    color: #ffffff;
    font-size: 12px;
}

.services-area.left-sidebar .services-content {
    float: right;
}

.services-area .item ul {
    margin-left: 20px;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #009ee5 */
}

.services-area .item ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.services-area .item ul li span {
    color: #666666;
    display: inline-block;
    z-index: 1;
    padding-left: 25px;
}

.services-area .item ul li span::after {
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    top: 0;
    left: 0;
    position: absolute;
    width: 8px;
    /* color: #009ee5; */
    color: #444;
}

.services-area #section6.item ul li span::after {
    content: "\f35a";
    font-size: 18px;
}


/* Sidebar */

.sidebar {
    will-change: min-height;
}

.sidebar__inner {
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.services-area .sidebar {
    padding-left: 35px;
}

.services-area.left-sidebar .sidebar {
    padding-left: 15px;
    padding-right: 35px;
}

.services-area .sidebar .title {
    display: block;
}

.services-area .sidebar .title h4 {
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    display: inline-block;
    font-size: 20px;
}

.services-area .sidebar-item.tags .title h4 {
    margin-bottom: 20px;
}

.services-area .sidebar .title h4::before {
    background: #009ee5 none repeat scroll 0 0;
    top: 12px;
    content: "";
    height: 2px;
    right: -60px;
    position: absolute;
    width: 50px;
    z-index: -1;
}

.services-area .sidebar input[type="text"] {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    min-height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.services-area .sidebar form {
    position: relative;
}

.services-area .sidebar button[type="submit"] {
    background: #009ee5 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 20px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.services-area .sidebar input[type="submit"]:hover {
    background: #009ee5 none repeat scroll 0 0;
}

.services-area .sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    padding: 30px;
    border: 1px solid #e7e7e7;
}

.services-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}

.services-area .sidebar .sidebar-item.category .sidebar-info,
.services-area .sidebar .sidebar-item.archives .sidebar-info {
    margin-top: -5px;
}

.services-area .sidebar .sidebar-item .nav>li>a {
    padding: 0;
}


/* override BS prop */

.services-area .sidebar .sidebar-item .nav>li>a:hover,
.services-area .sidebar .sidebar-item .nav>li>a:focus {
    background-color: #fff;
}

.services-area .sidebar .sidebar-item.category li {
    display: block;
    padding: 10px 0;
    position: relative;
}

.services-area .sidebar .sidebar-item.category li a {
    font-weight: 500;
}

.sidebar-item.recent-post li a {
    color: #232323;
    display: block;
    font-weight: 500;
    margin-top: -3px !important;
    font-size: 16px;
    line-height: 28px;
}

.services-area .sidebar .sidebar-item li a:hover,
.services-area .sidebar .sidebar-item li.active a {
    color: #009ee5;
}

.services-area .sidebar .sidebar-item.category li a span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #666666;
    font-weight: 500;
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: 10px;
}

.services-area .sidebar .sidebar-item.category li:first-child a span {
    top: 0;
}

.services-area .sidebar .sidebar-item.category li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.services-area .sidebar .sidebar-item.category li:first-child a::after {
    top: 0;
}

.services-area .sidebar .sidebar-item.category li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* ===================================
    # Entreprise
====================================== */

.entreprise-area .info.box {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 80px;
}

.entreprise-area .info.box h2 {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
    margin-top: -6px;
    letter-spacing: 1px;
}

.entreprise-area .info.box h2 strong {
    color: #009ee5;
}

.entreprise-area img {
    padding: 9px;
    background: #ffffff;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.entreprise-area h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.entreprise-area .count {
    color: #009ee5;
    font-size: 30px;
}

.entreprise-area ul {
    margin-left: 10px;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #009ee5 */
}

.entreprise-area ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.entreprise-area ul li span {
    color: #666666;
    display: inline-block;
    z-index: 1;
    padding-left: 25px;
}

.entreprise-area ul li span::after {
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    top: 0;
    left: 0;
    position: absolute;
    width: 8px;
    /* color: #009ee5; */
    color: #444;
}

.entreprise-area ul li span::after {
    content: "\f35a";
    font-size: 18px;
}


/* ===================================
    # Testimonials
====================================== */

.testimonial-items .item {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 50px 30px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
}

.testimonial-items .item .info {
    padding-left: 30px;
}

.testimonial-items .item .thumb {
    position: relative;
    z-index: 1;
}

.testimonial-items .item .thumb::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 40px;
    width: 40px;
    background: #ffffff;
    text-align: center;
    line-height: 37px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    color: #009ee5;
    margin-top: -10px;
    margin-left: -20px;
}

.testimonial-items .item .thumb img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    padding: 6px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    border: 5px solid #ffffff;
}

.testimonial-items .info h4 {
    text-transform: capitalize;
    font-weight: 600;
}

.testimonial-items .info span {
    display: block;
    margin-bottom: 15px;
    color: #009ee5;
}

.testimonial-items .info p:last-child {
    margin: 0;
}

.testimonials-area .testimonial-items.testimonial-carousel .owl-nav {
    margin: 0;
}

.testimonials-area .testimonial-items.testimonial-carousel .owl-nav .owl-prev,
.testimonials-area .testimonial-items.testimonial-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: #009ee5;
    font-size: 30px;
    height: 40px;
    left: -50px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.testimonials-area .testimonial-items.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
}


/* ===================================
    # Header Area
====================================== */

.header-area .single-item {
    text-align: left;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.header-area .single-item:after {
    position: absolute;
    right: 0;
    top: -100%;
    content: "";
    height: 300%;
    width: 1px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-area .single-item:last-child::after {
    display: none;
}

.header-area .single-item:last-child {
    border: none;
    padding-right: 15px;
}

.header-area .single-item p {
    font-size: 16px;
    font-weight: 400;
}

.header-area .single-item p strong {
    font-size: 18px;
    font-weight: 800;
}


/* ===================================
    # Team Area
====================================== */

.team-members .single-item {
    margin-bottom: 30px;
}

.team-members .item {
    height: 100%;
}

.team-members .item .info {
    padding: 10px 22px 30px 22px;
    box-shadow: -1px 3px 7px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 5px;
    height: 100%;
    /* -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.13); */
}

.team-members .item .info h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 27px;
}

.team-members .item .info span {
    color: #009ee5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 6px;
    font-size: 13px;
    line-height: 16px;
    display: block;
}

.team-members .thumb {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 10px auto;
}

.team-members .thumb.round img {
    border: 4px solid #009ee5;
    border-radius: 2px;
    /* width: 145px; */
    height: 200px;
    padding: 4px;
    /* box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.27); */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.team-members .thumb.round img:hover {
    padding: 1px;
    box-shadow: none;
    transform: scale(1.125);
    border: 3px solid #009ee5;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.17);
}

.team-members .thumb a {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    margin-left: -20px;
    color: #009ee5;
    margin-bottom: -20px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.team-members .info a i {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.team-members .info a.open i {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}


/* .team-members .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 20px;
}

.team-members .bottom a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    margin-left: -20px;
    color: #009ee5;
    margin-bottom: -20px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    display: inline-block;
} */

.team-members .top {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    border-bottom: 1px solid #e7e7e7;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.team-members .top h4 a {
    display: block;
    height: 25px;
    width: 25px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    background: #263442;
    color: #fff;
    font-weight: normal;
    float: right;
}

.team-members .top h4 a:hover {
    background: #009ee5 none repeat scroll 0 0;
}

.team-members .item .info span.contact {
    color: #232323;
}

.team-members .info .morebtn a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    /* margin-left: -20px; */
    color: #009ee5;
    /* margin-bottom: -20px; */
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.09);
    display: block;
    margin: 0 auto;
}

.team-members .info .more {
    display: none;
    margin-top: 20px;
}

.team-members .info .more a.btn {
    margin-top: 10px;
}


/* ===================================
    # myFaro area
====================================== */

.myFaro-area .myFaro-items .item {
    padding: 9px;
    background: #ffffff;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.myFaro-area .myFaro-items.myFaro-carousel .owl-nav {
    margin: 0;
}

.myFaro-area .myFaro-items.myFaro-carousel .owl-nav .owl-prev,
.myFaro-area .myFaro-items.myFaro-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: #009ee5;
    font-size: 30px;
    height: 40px;
    left: 0px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.myFaro-area .myFaro-items.myFaro-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}


/* ===================================
    # News area
====================================== */

.news-area .meta {
    /* text-align: right; */
    margin-bottom: 6px;
}

.news-area .meta .date {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    /* font-style: italic; */
    font-size: 11px;
    background: #009ee5;
    padding: 3px 5px;
}

.news-area .separator {
    margin: 60px 0;
    height: 1px;
    position: relative;
    width: 100%;
    background: radial-gradient(circle at center, rgba(33, 37, 79, 0.5), transparent);
}

.news-area .separator:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(left, transparent, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02), transparent);
}

.news-area .separator-noline {
    height: 50px;
}

.news-area .news-items .item {
    padding: 9px;
    background: #ffffff;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.news-area .news-items:after {
    margin: 60px 0;
    height: 1px;
    position: relative;
    top: 30px;
    width: 100%;
    background: radial-gradient(circle at center, rgba(33, 37, 79, 0.5), transparent);
}

.news-area .news-items.last-visible-div:after {
    background: none;
    height: 0px;
}

.news-area .archive-items .item {
    display: block;
    padding: 9px;
    background: #ffffff;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
    margin-bottom: 25px;
    transition: all 0.5s ease-in-out;
}

.news-area .archive-items .item:hover,
.news-area .archive-items .item.active {
    background: #009ee5;
}

.news-area .archive-items .item h4 {
    margin: 9px 0 0 0;
    transition: all 0.5s ease-in-out;
}

.news-area .archive-items .item:hover h4,
.news-area .archive-items .item.active h4 {
    color: #fff;
}

.news-area .news-items h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
}

.news-area .news-items h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}

.news-area .news-items li a,
.news-area .news-items p a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: underline;
    color: #555555;
    font-weight: 500;
    font-size: 13px;
}

.news-area .news-items ul {
    margin-left: 20px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #009ee5 */
}

.news-area .news-items ul li {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.news-area .news-items ul li span {
    display: inline-block;
    z-index: 1;
    padding-left: 25px;
    color: #555555;
}

.news-area .news-items .highlight ul li span {
    font-weight: normal;
}

.news-area .news-items ul li span::after {
    /* content: "\f07b"; */
    content: "\f35a";
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    height: 8px;
    top: 0;
    left: 0;
    position: absolute;
    width: 8px;
    /* color: #009ee5; */
    color: #444;
}

.news-area .news-items ul.title-bold li span {
    font-weight: bold;
}

.news-area .sidebar {
    padding-left: 35px;
}

.news-area.left-sidebar .sidebar {
    padding-left: 15px;
    padding-right: 35px;
}

.news-area .sidebar .title {
    display: block;
}

.news-area .sidebar .title h4 {
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    display: inline-block;
    font-size: 20px;
}

.news-area .sidebar-item.tags .title h4 {
    margin-bottom: 20px;
}

.news-area .sidebar .title h4::before {
    background: #009ee5 none repeat scroll 0 0;
    top: 12px;
    content: "";
    height: 2px;
    right: -60px;
    position: absolute;
    width: 50px;
    z-index: -1;
}

.news-area .sidebar .sidebar-item {
    /* float: left; */
    margin-bottom: 50px;
    width: 100%;
    padding: 30px;
    border: 1px solid #e7e7e7;
}

.news-area .sidebar .sidebar-item.category li {
    display: block;
    padding: 8px 0;
    position: relative;
}

.news-area .sidebar .sidebar-item.category li a {
    font-weight: 500;
}

.news-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}

.news-area .sidebar .sidebar-item .nav>li>a {
    padding: 0;
}

.news-area .sidebar .sidebar-item li a:hover,
.news-area .sidebar .sidebar-item li.active a {
    color: #009ee5;
}

.news-area .revenus-items,
.news-area .pension-items,
.news-area .patrimoine-items,
.news-area .succession-items {
    margin-bottom: 310px;
}


/* ===================================
    # Contact
====================================== */


/* gmap infoWindow size */

.gm-style-iw {
    height: 110px;
    width: 200px;
}

.contact-area .heading {
    margin-left: 15px;
}

.contact-area #adresses {
    margin-left: 0;
    margin-right: 0;
}

.contact-area #adresses li h5 {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 15px;
}

.contact-area .heading h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-area .contact-box {
    padding: 50px;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    position: relative;
    z-index: 1;
    padding: 30px 40px;
    border: 1px solid #e7e7e7;
    border-bottom: 3px solid #009ee5;
    background: #fdfdfd;
}

.contact-area .contact-box .icon {
    position: absolute;
    right: -75px;
    top: -75px;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 100px;
    /* background: #000027; */
    background: #009ee5;
    transform: rotate(45deg);
}

.contact-area .contact-box .icon i {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    left: 65px;
    bottom: 33px;
    transform: rotate(-45deg);
}

.contact-area .contact-box .popup-c2a {
    display: block;
    margin-top: 27px;
}

.contact-area .contact-box .popup-c2a span {
    color: #ffffff;
    position: relative;
    top: 58px;
}

.contact-area .contact-forms {
    /* padding-right: 35px; */
    margin-bottom: 150px;
}

.contact-area .contact-box input,
.contact-area .contact-box textarea {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    padding: 0;
}

.contact-area .contact-box .has-error .form-control:focus {
    box-shadow: none;
}

.contact-area .contact-box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.contact-area .contact-box input[type="checkbox"]+span {
    font-size: 14px;
    color: #666;
}

.contact-area .contact-box input[type="checkbox"]+span:before {
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    display: inline-block;
    width: 16px;
    padding: 2px 0 0 3px;
    margin-right: 0.5em;
}

.contact-area .contact-box input[type="checkbox"]:checked+span:before {
    content: '\f14a';
    /* color: #009ee5; */
}

.contact-area .contact-box input[type="checkbox"]:disabled+span {
    color: #999;
}

.contact-area .contact-box h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-area .contact-box textarea {
    min-height: 100px;
}

.contact-area .contact-box button:hover,
.contact-area .contact-box button:hover i {
    /* color: #fff; */
    /* border: 2px solid #009ee5; */
}

.contact-area .contact-box button i {
    position: relative;
    left: 3px;
    top: 0px;
    color: #009ee5;
    transition: all 0.35s ease-in-out;
}

.contact-area .contact-box button:hover i {
    position: relative;
    left: 8px;
    top: -1px;
}

.contact-area .contact-box select {
    margin-top: 10px;
    color: #666;
}

.contact-box .email2,
form .email2 {
    display: none
}

.contact-box .alert-notification {
    margin-top: 20px;
    font-weight: bold;
}

img.loader {
    margin-left: 5px;
}

.contact-area .office a img {
    float: right;
    margin-right: 10px;
    margin-top: 6px;
}

.contact-area .office:hover,
.contact-area .office.active {
    background-color: rgba(0, 158, 229, 0.1);
}

.contact-area .office a {
    display: block;
}

.contact-area .office a span.title {
    font-weight: bold;
    display: block;
    margin: 10px 0 0px 0;
}


/* Google Maps */

.google-maps {
    border: medium none;
    height: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.maps-area {
    overflow: hidden;
}


/* ===================================
    # Various area
====================================== */

.various-area h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

.various-area h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 5px;
}

.various-area ul {
    margin-left: 25px;
    padding-bottom: 30px;
    list-style-type: disc;
}

.various-area ol {
    margin-left: 25px;
}

.various-area a {
    color: #009ee5;
}

.various-area a:hover {
    text-decoration: underline;
}


/* ===================================
    # Blog
====================================== */

.sidebar-item.recent-post li a {
    color: #232323;
    display: block;
    font-weight: 500;
    margin-top: -3px !important;
    line-height: 24px;
}

.sidebar-item.recent-post li a:last-child {
    display: inline-block;
    text-transform: uppercase;
    color: #009ee5;
}

.sidebar-item.recent-post .meta-title {
    color: #999999;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.sidebar-item.recent-post li a:hover {
    color: #009ee5;
}

.sidebar-item.recent-post li span {
    display: inline-block;
    text-transform: uppercase;
}

.sidebar-item.recent-post .meta-title a {
    text-transform: capitalize;
    color: #999999;
    font-size: 12px;
    font-weight: 600;
}

.sidebar-item.recent-post li {
    color: #cdd0d3;
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.sidebar-item.recent-post li:last-child {
    margin: 0;
}

.sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}

.sidebar-item.recent-post .thumb img {
    width: 100%;
    transform: inherit;
}

.sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    line-height: 26px;
    padding: 0;
}

.services-area .sidebar-item.gallery ul {
    margin: -7px;
    overflow: hidden;
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 7px;
    width: 33.333%;
}

.sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%;
}

.sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.sidebar-item.archives ul li:last-child {
    margin-bottom: 0;
}

.sidebar-item.archives ul li a {
    color: #666666;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 1;
    padding-left: 25px;
}

.sidebar-item.archives ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.sidebar-item.social-sidebar li a {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 45px;
    line-height: 47px;
    margin-bottom: 5px;
    text-align: center;
    width: 45px;
}

.sidebar-item.social-sidebar li a:hover {
    color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
    background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
    background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
    background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
    background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
    background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul li {
    display: inline-block;
}

.sidebar-item.tags ul li a {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    margin-top: 8px;
    margin-right: 5px;
    padding: 7px 20px;
    text-transform: capitalize;
    font-size: 13px;
    color: #666666;
    background: #ffffff;
}

.sidebar-item.tags ul li a:hover {
    color: #009ee5;
}


/* Blog Single */

.services-area.single .item .content-box span {
    background: #009ee5 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 3px 20px;
    text-transform: uppercase;
}

.services-area.single .item .content-box h2,
.services-area.single .item .content-box h3,
.services-area.single .item .content-box h4 {
    font-weight: 500;
}

.services-area.single .content-box .cats {
    float: left;
    margin-right: 5px;
}

.services-area.single .content-box .meta .date {
    float: right;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.services-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.services-area.single .content-box .cats a:last-child::after {
    display: none;
}

.services-area.single .item {
    margin-bottom: 0;
}

.services-area .item blockquote {
    color: #414141;
    font-size: 15px;
    position: relative;
    font-style: italic;
    z-index: 1;
    margin-top: 30px;
    padding: 0 0 0 20px;
    margin-bottom: 30px;
}

.author-bio {
    display: block;
    margin-top: 50px;
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 30px;
}

.services-area .author-bio img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.author-bio .avatar {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}

.author-bio .content {
    display: table-cell;
    padding: 0 0 0 30px;
    vertical-align: middle;
}

.author-bio .content p {
    margin: 0;
    position: relative;
    z-index: 1;
    padding-top: 5px;
    color: #232323;
}

.author-bio .content p::after {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 60px;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    font-weight: 600;
}

.author-bio .content h4 {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
}

.services-area.single .post-pagi-area {
    margin-top: 35px;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

.services-area.single .post-pagi-area a {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    color: #009ee5;
}

.services-area.single .post-pagi-area a:hover {
    color: #009ee5;
}

.services-area.single .post-pagi-area a:last-child {
    float: right;
}

.services-area.single .post-pagi-area a:first-child i {
    margin-right: 3px;
}

.services-area.single .post-pagi-area a:last-child i {
    margin-left: 3px;
}

.services-area.single .post-tags span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
}

.services-area .post-tags.share {
    margin-top: 40px;
}

.services-area.single .post-tags a {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #232323;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    padding: 3px 25px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.comments-area .commen-item .comments-info p {
    display: block;
    margin: 0;
}

.services-area .contact-comments .submit {
    margin-bottom: 0;
}

.services-area.single .post-tags a:hover {
    color: #009ee5;
}

.services-area .comments-form {
    margin-top: 40px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comments-list .commen-item .avatar {
    float: left;
    height: 80px;
    width: 80px;
}

.comments-list .commen-item .content,
.comments-list .commen-item .avatar {
    display: table-cell;
    vertical-align: top;
}

.comments-list .commen-item .avatar img {
    height: 65px;
    width: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #e7e7e7;
    margin-top: -5px;
}

.comments-list .commen-item {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #e7e7e7;
}

.comments-list .commen-item.reply {
    margin-left: 80px;
    background: #f4f4f4;
    padding: 30px;
}

.comments-list .commen-item:last-child {
    margin-bottom: 0;
}

.comments-area {
    margin-top: 35px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
    border-bottom: 1px solid #e2e2e2;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.services-area .services-content .commen-item .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.services-area .services-content .commen-item .top p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

.services-area .services-content .commen-item .top p i {
    margin-right: 2px;
    color: #009ee5;
}

.services-area .services-content .item a {
    color: #009ee5;
}

.services-area .services-content .item a:hover {
    text-decoration: underline;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
}

.comments-list .commen-item .content h3 span,
.comments-list .commen-item .content h4 span,
.comments-list .commen-item .content h5 span {
    background: #002147 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 10px;
    padding: 3px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: -1px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
}

.comments-info a {
    border: 1px solid #e7e7e7;
    color: #009ee5;
    display: inline-block;
    font-size: 12px;
    margin-top: 15px;
    padding: 1px 10px;
    text-transform: uppercase;
}

.commen-item .content a {
    border: 1px solid #e7e7e7;
    color: #009ee5;
    display: inline-block;
    font-size: 12px;
    padding: 1px 10px;
    text-transform: uppercase;
    background: #ffffff;
    margin-top: 10px;
}

.comments-info a:hover {
    color: #009ee5;
}

.comments-info a i {
    margin-right: 10px;
}

.commen-item .content a i {
    margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit;
}

.comments-form textarea {
    min-height: 180px;
    padding: 15px;
}

.comments-form button {
    border: 2px solid #e7e7e7;
    background: transparent;
    color: #009ee5;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.comments-form .form-group.full-width.submit {
    margin-bottom: 0;
}

.comments-form button:hover {
    color: #ffffff;
    background-color: #009ee5;
    border: 2px solid transparent;
}

.comments-area .commen-item .comments-info {
    margin-bottom: 8px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.services-area .contact-comments .comments {
    margin-top: 20px;
}

.services-area.single .services-items .item .contact-comments .col-md-6 {
    padding: 0 15px;
}


/* ===================================
    # 404 Page
====================================== */

.error-page-area .error-box h1 {
    font-size: 150px;
    font-weight: 700;
    line-height: 120px;
    margin-top: -20px;
    margin-bottom: 25px;
}

.error-page-area .error-box a {
    margin-top: 15px;
}

.error-page-area .error-box h1 span {
    color: #009ee5;
}

.error-page-area .error-box {
    padding-left: 35px;
}

.error-page-area .row {
    display: flex;
    align-items: center;
}

.error-page-area .error-box h2 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px;
}


/* ===================================
    # Footer
====================================== */

footer .widget-title {
    margin-bottom: 30px;
}

footer .logo {
    margin-bottom: 30px;
}

footer .about ul {
    margin-top: 30px;
}

footer .about ul li {
    display: inline-block;
}

footer .about ul li a {
    display: inline-block;
    height: 35px;
    line-height: 38px;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    width: 35px;
    border-radius: 3px;
}

footer #mc_embed_signup form {
    padding: 10px 0;
}

footer #mc_embed_signup .mc-field-group {
    width: auto;
    padding-bottom: 0;
    min-height: auto;
    display: flex;
}

footer #mc_embed_signup .mc-field-group input {
    background: #263442 none repeat scroll 0 0;
    border: none;
    color: #ffffff;
    min-height: 35px;
    border-radius: 3px;
    padding: 0 10px;
    width: 67%;
    margin: 0;
}

footer #mc_embed_signup .mc-field-group input[type="text"] {
    width: 49%;
    margin-bottom: 10px;
}

footer #mc_embed_signup .mc-field-group input[type="text"]:last-of-type {
    margin-left: 10px;
}

footer .newsletter input#mc-embedded-subscribe.button {
    width: 31%;
    height: auto;
    line-height: auto;
    font-size: auto;
    background: #263442 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 10px;
}

footer .newsletter input#mc-embedded-subscribe.button:hover {
    background: #009ee5 none repeat scroll 0 0;
}

footer.bg-dark .about ul li a {
    background: #263442 none repeat scroll 0 0;
    color: #ffffff;
}

footer.bg-dark .about ul li a:hover {
    background: #009ee5 none repeat scroll 0 0;
}

footer.bg-dark .about ul li:first-child a:hover {
    background: #3b5998;
}

footer .recent-post .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
}

footer .recent-post .content a {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
}

footer .recent-post .content .meta li {
    color: #009ee5;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

footer .recent-post .content .meta li i {
    color: #cccccc;
    margin-right: 5px;
}

footer .recent-post .single {
    margin-bottom: 20px;
}

footer .recent-post .single:last-child {
    margin-bottom: 0;
}

footer .item:last-child {
    padding-right: 0;
}

footer .recent-post img {
    border-radius: 5px;
    width: 100%;
}

footer .link li {
    display: block;
    margin-bottom: 15px;
}

footer .link li:last-child {
    margin-bottom: 0;
}

footer .link li a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

footer .link li a::before {
    content: "";
    left: 0;
    top: 12px;
    position: absolute;
    height: 2px;
    width: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

footer .contact li {
    margin-bottom: 25px;
    width: 100%;
}

footer .contact li h5 {
    font-weight: 600;
    font-size: 14px;
}

footer .contact li i {
    float: left;
    font-size: 30px;
    margin-top: 5px;
    width: 50px;
    color: #009ee5;
}

footer .contact li:last-child {
    margin-bottom: 0;
}

footer.bg-dark .widget-title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}

footer.bg-dark .widget-title {
    color: #ffffff;
}

footer.bg-dark p,
footer.bg-dark li,
footer.bg-dark a {
    color: #cccccc;
}

.footer-bottom.text-center.pt-50.oh {
    border-top: 1px solid #263442;
    color: white;
    float: left;
    width: 100%;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 0.8em;
}

.footer-bottom p {
    letter-spacing: 1px;
    margin: 0;
}

footer.bg-dark.v2 .f-item .widget-title {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

footer .f-item.subscribe .input-group {
    border-radius: 5px;
}

footer .f-item.subscribe input.form-control {
    border-radius: 5px;
    box-shadow: inherit;
    margin-bottom: 10px;
}

footer .f-item.subscribe button {
    background: #009ee5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: inherit;
    color: #ffffff;
    min-height: 45px;
    width: 100%;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    display: inline-block;
    font-weight: 600;
    margin: 10px;
    text-transform: uppercase;
}


/* footer form {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    max-width: 300px;
} */


/* footer form input {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: transparent !important;
    color: #ffffff !important;
} */

footer form button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    border: none;
    background: #009ee5;
    color: #ffffff;
}

.footer-bottom .copyright {
    float: left;
}

.footer-bottom .footer-social {
    float: right;
}

.footer-bottom .footer-social li {
    display: inline-block;
}

.footer-bottom .footer-social li a {
    display: inline-block;
    padding: 10px;
}

.footer-bottom .copyright p {
    line-height: 45px;
}


/* ============================================================== 
     # Preloader 
=================================================================== */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/preloader.gif) center no-repeat #fff;
    text-align: center;
}


/* ============================================================== 
     # Popin 
=================================================================== */

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.mfp-content .site-heading {
    margin-bottom: 0px;
}

.mfp-content .site-heading h4 {
    text-transform: none;
}

.mfp-content .contact-box input,
.mfp-content .contact-box textarea {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    padding: 0;
}

.mfp-content .contact-box .has-error .form-control:focus {
    box-shadow: none;
}

.mfp-content .contact-box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.mfp-content .contact-box input[type="checkbox"]+span {
    font-size: 14px;
    color: #666;
}

.mfp-content .contact-box input[type="checkbox"]+span:before {
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    display: inline-block;
    width: 16px;
    padding: 2px 0 0 3px;
    margin-right: 0.5em;
}

.mfp-content .contact-box input[type="checkbox"]:checked+span:before {
    content: '\f14a';
    /* color: #009ee5; */
}

.mfp-content .contact-box input[type="checkbox"]:disabled+span {
    color: #999;
}

.mfp-content .contact-box .row button:hover,
.mfp-content .contact-box .row button:hover i {
    /* color: #fff; */
    /* border: 2px solid #009ee5; */
}

.mfp-content .contact-box button i {
    position: relative;
    left: 3px;
    top: 0px;
    color: #009ee5;
    transition: all 0.35s ease-in-out;
}

.mfp-content .contact-box button:hover i {
    position: relative;
    left: 8px;
    top: -1px;
}

.mfp-close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    right: 10px;
    top: 11px;
    font-size: 45px;
}