:root {
    --navigation-border-color: #777;
    --main-color: #0b4b80;
    --orange: #d58630;
    --bg-color: #fff;
}

html,
body {
    height: 100%;
}


#footer {
    overflow: hidden;
}

:focus {
    outline: none;
}

.hidden {
    display: none !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

.justify-self-right {
    justify-self: flex-end;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    font-size: 1.1em;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans';
    margin: 0 0 1em;
    color: #444;
    font-weight: 500;
}

h1 {
    font-size: 2.2em;
    line-height: 2.5em;
}

h2 {
    font-size: 1.6em;
    line-height: 1.9em;
}

h3 {
    font-size: 1.3em;
    line-height: 1.7em;
}

h4 {
    font-size: 1.1em;
    line-height: 1.4em;
}

h5 {
    font-size: .9em;
    line-height: 1.2em;
}

h6 {
    font-size: .7em;
    line-height: 1em;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    color: #488dd9;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
}

.big-title {
    width: 60%;
    text-align: center;
    margin: 50px 20% 10rem;
    background-color: #eee;
    padding: 10px;
    border-bottom: 4px solid #0b4b80;
    color: #333;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.justify {
    text-align: justify !important;
}

.arabic {
    font-family: 'Amiri', serif !important;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #488dd9;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: #488dd9;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #3cd6ed;
    color: #fff;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

::-moz-selection {
    background: #488dd9;
    text-shadow: none;
}

::selection {
    background: #488dd9;
    text-shadow: none;
}

.area-padding {
    padding: 3rem 0;
}

.area-padding-2 {
    padding: 70px 0px 50px;
}

.padding-2 {
    padding-bottom: 90px;
}

.section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
    text-transform: capitalize;
}

.section-headline h2::after {
    border: 1px solid #333;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
}

.sec-head {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

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

/*  2. Header top Area
/*--------------------------------*/

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #ededed;
    /*background-image: url('/static/encg/assets/img/pattern/top-bar-pattern_transparent.png');*/
    z-index: 9;
}


.header-area .white-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .7);
}

.header-area>.container {
    background-color: rgba(255, 255, 255, .95);
    margin: 0;
    width: 100%;
    padding: 0 5%;
}

.navbar-header a.navbar-brand {
    display: inline-block;
    height: 70%;
}

.navbar-header a.navbar-brand img {
    width: auto;
    height: 50px;
}

.main-menu ul.navbar-nav li {
    display: inline-block;
    padding-top: 15px;
}

.main-menu ul.navbar-nav li ul li {
    padding: 0;
}

.main-menu ul.navbar-nav li ul li a {
    min-width: 230px;
    padding: 5px 20px;
}

.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}

.main-menu ul.navbar-nav li.active a:hover {
    background: none;
    color: #333;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #0b4b80;
    position: relative;
}

.main-menu ul.navbar-nav li a:hover {
    color: #3872a2;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #333;
}

.navbar-default .navbar-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 25px 0px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-nav>li.dropdown:hover>a.dropdown-toggle {
    background-color: transparent;
    color: #155082;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 30px;
    height: 2px;
}

.top-right.text-right {
    float: right;
    position: relative;
    top: 24px;
    margin-left: 20px;
}

.top-right.text-right>li {
    float: right;
    margin: 0px 8px;
}

.top-right.text-right li a {
    color: #fff;
}

.dropdown-toggle .caret {
    margin-left: 7px;
}

.main-menu .dropdown ul {
    background: #f7f7f7;
}

.main-menu .dropdown ul li {
    display: block;
}

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

/* 2.1. Stick menu
/*--------------------------------*/

.header-area.stick {
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.stick .navbar-header a.navbar-brand {
    display: inline-block;
    height: 70px;
}

.stick .navbar-brand.sticky-logo>img {
    height: 50px;
    margin-top: -5px;
    display: block;
}

.stick .main-menu ul.navbar-nav li.active a {
    position: relative;
}

.stick .mainmenu ul#nav>li:hover>a,
.stick .mainmenu ul#nav li .mega-menu,
.stick .mainmenu ul#nav li ul.sub-menu {
    outline: medium none;
}

.stick .main-menu ul.nav>li>a {
    text-transform: capitalize;
    letter-spacing: 1px;
}

.stick .navbar-default .navbar-toggle .icon-bar {
    width: 30px;
    height: 2px;
}


/* main container */
.page-content {
    width: 98%;
    margin-left: 1%;
    display: flex;
    flex-wrap: wrap;
}

.page-content .left-sidebar {
    width: 30%;
    float: left;
    padding: 0 1em;
    flex: 1;
    min-width: 305px !important;
}

.page-content .right-sidebar {
    min-width: 250px;
    min-height: 200px;
    background-color: #f5f5f5;
    padding: 1em;
    border: 1px solid #eee;
    flex: 1;
}

.page-content .main-content {
    flex: 4;
    padding: 1em;
    overflow-x: hidden;
}


@media (max-width: 768px) {
    .navbar-collapse {
        position: absolute;
        left: -6%;
        width: 160%;
    }

    .main-menu>ul.navbar-nav>li>a {
        border: 0;
        margin: 0;
        padding-left: 1em;
    }

    .main-menu>ul.navbar-nav>li>a:hover {
        background-color: #cddbe0 !important;
    }
}


/*------------------------------
  3. About Area
--------------------------------*/

.about-area {
    background-color: #f9f9f9;
}

.single-well>a {
    display: block;
}

.single-well ul li {
    color: #444;
    display: block;
    padding: 5px 0;
}

.single-well ul li i {
    color: #488dd9;
    padding-right: 10px;
    font-size: 12px;
}

.single-well p {
    color: #444;
}

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

/* 4.Services Area
/*--------------------------------*/

.services-icon {
    color: #444;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.section-headline.services-head>h2 {
    margin-bottom: 25px;
}

.services-details {
    padding-top: 40px;
    transition: all 0.5s ease 0s;
}

.services-details:hover h4,
.services-details:hover .services-icon {
    color: #444;
}

.row.second-row {
    margin-top: 40px;
}

.section-head>h2 {
    color: #333;
}

.single-services>h4 {
    color: #444;
    font-size: 24px;
    font-weight: 500;
}

.single-services>p {
    color: #333;
    font-size: 14px;
}

/*----------------------------------------
  5.Skill Area
----------------------------------------*/

.our-skill-area {
    position: relative;
}

.our-skill-area {
    background: #002147;
}

.test-overly {
    position: absolute;
    width: 100%;
    height: 100%;
}

.our-skill-area input {
    color: #fff !important;

}

.progress-h4 {
    color: #fff;
    font-weight: 500;
}

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

/*  9.review Area
/*--------------------------------*/

.slick-slider .text-image-wrapper {
    margin: 1rem 0;
    width: 100%;
}

.text-image-wrapper {
    background-color: #333;
    overflow: hidden;
    width: 80%;
    margin: 5rem 10% 5rem;
    position: relative;
    padding: 5px;
}

.text-image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.text-image>div {
    flex: 1;
}

@media (max-width: 786px) {
    .text-image>div {
        width: 100%;
        flex: initial;
    }
}


.slick-slider .text-image-wrapper,
#page_body>.text-image-wrapper:nth-child(2) {
    background-color: #ddd;
}

.slick-slider .text-image .text p,
.slick-slider .text-image .text h2,
.slick-slider .text-image .text h5 {
    color: #111;
}

.text-image .text {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-image .text h2 {
    color: var(--main-color);
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}

.text-image .text h5 {
    color: #111;
    font-size: 15px;
    padding: 0 15px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.text-image .image {
    position: relative;
}

.text-image .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.text-image .caption p {
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 1em;
    text-align: center !important;
}

.text-image .btn {
    font-weight: bold;
}

.single-awesome-4 {
    display: block;
    float: left;
    overflow: hidden;
    width: 33.33%;
}

.single-awesome-4 .add-actions {
    padding: 10px 20px;
}

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

/*  13.Blog Area
/*--------------------------------*/

.blog-area {
    height: auto;
    width: 100%;
}

.blog-text h4 a {
    color: #444;
    text-decoration: none;
}

.blog-text h4 {
    color: #444;
    margin-bottom: 15px;
}

.blog-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    text-decoration: none;
}

.blog-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    display: inline-block;
    padding: 0 1px 5px 0;
    position: relative;
    text-decoration: none;
}

.blog-btn {
    position: relative;
}

.blog-btn::after {
    content: "\f178";
    font-family: fontawesome;
    position: absolute;
    right: -20px;
    top: 1px;
    transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
    right: -30px;
}

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

.blog_meta span.date_type i {
    margin-left: 5px;
}

.blog-meta span.comments-type {
    margin-left: 5px;
}

.blog-meta span i {
    padding-right: 10px;
}

.blog-content .blog-meta {
    border-bottom: 1px dotted #333;
}

.blog-meta {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}

.comments-type>a,
.date-type,
.blog-meta span.comments-type {
    color: #333;
    letter-spacing: 1px;
    margin-right: 5px;
}

.blog-meta .comments-type i {
    padding-right: 0 !important;
}

.blog-content-right .comments-type>a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
    color: #fff;
    letter-spacing: 1px;
}

.single-blog .ready-btn {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
    border: 1px solid #488dd9;
    color: #fff;
}

/*------------------------------
  13. Quote area
--------------------------------*/

.suscribe-area {
    background: #488dd9 none repeat scroll 0 0;
    padding: 30px 0;
}

.suscribe-text {
    display: block;
    padding: 10px 0;
}

.suscribe-text h3 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sus-btn {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #488dd9;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 100px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
}

.sus-btn:hover {
    background: #488dd9 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
}

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

/*  14.Contact Area
/*--------------------------------*/

.contact-area {
    height: auto;
    width: 100%;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-content-right {
    padding: 100px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 40px;
    margin-bottom: 16px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 140px;
    padding: 20px;
    width: 100%;
}

.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

.contact-form button[type=submit]:hover {
    color: #fff;
    border: 1px solid #488dd9;
    background: #488dd9;
}

.contact-form #sendmessage {
    color: #488dd9;
    border: 1px solid #488dd9;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #sendmessage.show,
.contact-form #errormessage.show,
.contact-form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

.single-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #444;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
}

.contact-icon {
    margin-bottom: 40px;
}

#google-map {
    height: 370px;
    margin-bottom: 20px;
}

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

/*  15. Footer Area
/*----------------------------------------*/


#footer .container {
    max-width: 100%;
}

.footer-area {
    padding: 40px 0;
    background: #f9f9f9;
}

.footer-head p {
    color: #444;
}

.footer-head h4 {
    color: #444;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-logo {
    padding-bottom: 20px;
}

.footer-logo h2 {
    color: #222;
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.footer-logo h2 span {
    color: #488dd9;
}

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

.footer-icons ul li a {
    border: 1px solid #444;
    color: #444;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}

.flicker-img>a {
    float: left;
    padding: 1px;
    width: 33.33%;
}

.footer-icons {
    margin-top: 30px;
}

.footer-contacts p span {
    color: #488dd9;
    font-weight: 700;
}

.popular-tag ul li {
    display: inline-block;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
    background: #488dd9;
    border: 1px solid #488dd9;
    color: #fff;
}

.popular-tag ul li a {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 3px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
    text-align: center;
}

.footer-area-bottom {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 15px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #488dd9;
}

.copyright-text a {
    color: #444;
}

.copyright>p {
    margin-bottom: 0;
    color: #444;
}

.copyright a,
.credits a {
    color: #488dd9;
}

.credits {
    padding-top: 5px;
    text-align: center;
}

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

/*  16.Home Page 2  CSS
/*----------------------------------------*/

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

.header-bg.home-2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.home-overly {
    background: rgba(0, 0, 0, 0.50);
    height: 100%;
    position: absolute;
    width: 100%;
}

.home-2 .layer-1-3,
.home-3 .layer-1-3 {
    margin: 10px 0 0;
}

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

/*  17.Home Page 3  CSS
/*----------------------------------------*/

.home-video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.header-image.home-3 {
    width: 100%;
    height: 100%;
    position: relative;
}

.table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

/*----------------------------------------
  18. Blog page
----------------------------------------*/

.page-area {
    position: relative;
}

.blog-page .banner-box {
    margin-bottom: 40px;
}

.search-option input {
    border: medium none;
    padding: 6px 15px;
    width: 80%;
}

.search-option {
    border: 1px solid #ccc;
    height: 42px;
    margin-bottom: 30px;
}

.search-option button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 20px;
    padding: 8px 23px;
}

.search-option button:hover {
    color: #488dd9;
}

.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 15px 10px;
    text-transform: uppercase;
}

.left-blog {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

.left-blog li {
    border-bottom: 1px solid #ddd;
    display: block;
}

.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-transform: capitalize;
}

.recent-single-post {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 15px 10px;
}

.ready-btn {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
}

.ready-btn:hover {
    color: #fff;
    background: #488dd9;
    border: 1px solid #488dd9;
    text-decoration: none;
}

.post-img {
    float: left;
    padding: 0 5px;
    width: 35%;
}

.pst-content {
    float: left;
    width: 65%;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
    color: #488dd9;
}

.blog-page .single-blog {
    margin-bottom: 40px;
}

.pst-content p a {
    color: #444;
    font-size: 15px;
}

.header-bottom h1,
.header-bottom h2 {
    color: #fff;
}

.blog-tags {
    padding: 1px 0;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
    color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0 10px;
}

.blog-1 .banner-box {
    margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
    padding: 3px 10px;
    width: auto;
}

.left-side-tags h4 {
    margin-bottom: 15px;
}

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

/*  19.	Blog Details css
/*----------------------------------------*/

.post-information h2 {
    color: #363636;
    font-size: 22px;
    text-transform: uppercase;
}

.post-information {
    padding: 20px 0;
}

.post-information .entry-meta span a {
    color: #444;
    display: inline-block;
    padding: 10px 0;
}

.entry-meta span a:hover {
    color: #488dd9;
}

.post-information .entry-meta {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

.post-information .entry-meta span i {
    padding: 0 10px;
}

.entry-content>p {
    color: #444;
}

.entry-meta>span {
    color: #444;
}

.entry-content blockquote {
    background: #fff none repeat scroll 0 0;
    border-left: 5px solid #488dd9;
    font-size: 17.5px;
    font-style: italic;
    margin: 0 0 20px 40px;
    padding: 22px 20px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #488dd9;
    border-color: #488dd9;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.social-sharing {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    margin: 30px 0;
}

.social-sharing>h3 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 20px 10px;
}

.sharing-icon {
    float: right;
    padding: 13px 10px;
}

.sharing-icon a {
    border: 1px solid #444;
    color: #444;
    display: block;
    float: left;
    font-size: 18px;
    height: 34px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    width: 34px;
}

.sharing-icon a:hover {
    color: #488dd9;
    border: 1px solid #488dd9;
}

.single-blog .author-avatar {
    float: left;
    margin-right: 10px;
}

.single-blog .author-description h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px;
}

.author-info {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 30px 0;
    padding: 15px;
    width: 100%;
}

.single-post-comments {
    margin-bottom: 60px;
    max-width: 650px;
}

.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
}

.comments-content-wrap {
    color: #42414f;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
}

.author-avatar {
    float: left;
    width: 10%;
}

.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}

.author-description h2 a {
    color: #000;
}

.comments-content-wrap span b {
    margin-right: 5px
}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #909295;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}

li.threaded-comments {
    margin-left: 50px
}

.comment-respond {
    margin-top: 60px;
}

span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
}

.comment-respond textarea#message-box {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 130px;
    width: 100%;
}

.comment-respond input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #488dd9;
    border-radius: 20px;
    box-shadow: none;
    color: #444;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 14px;
    margin-top: 20px;
    padding: 10px 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

.comments-content-wrap span a {
    color: #000;
}

.comments-content-wrap span a:hover {
    color: #488dd9;
}

.comment-respond input[type=submit]:hover {
    border: 1px solid #488dd9;
    color: #fff;
    background: #488dd9;
}

.single-blog .blog-pagination {
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding-top: 30px;
}

/*----------------------------------------
 .End CSS
----------------------------------------*/


/*----------------------------------------
 -----------  AR - STYLESHEET  -----------
----------------------------------------*/

/* default-template page title style */
.page-title {
    background-image: url('/static/encg/assets/img/pattern/top-bar-pattern_transparent.png');
    background-size: contain;
}

.page-title>.row {
    background: #0b4a7d;
    background: rgba(13, 72, 120, .97);
    background-size: contain;
}

.page-title .row .col {
    width: 100%;
}

.font-weight-bolder {
    font-weight: 900;
}


/* ar-form style */

.ar-form {
    width: 100%;
    padding: 20px 50px 40px;
    background: linear-gradient(20deg, #0b4b80, #4f84aa);
    /*   clip-path: polygon(0 0, 100% 0, 100% 95%, 60% 95%, 55% 100%, 50% 95%, 45% 100%, 40% 95%, 0 95%); */
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 55% 100%, 50% 90%, 45% 100%, 0 100%);*/
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 65% 100%, 60% 90%, 55% 100%, 45% 100%, 40% 90%, 35% 100%, 0 100%);*/
    /*   clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%); */
    /*   clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 90%, 5% 90%, 0 100%); */
}

.ar-title {
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #0b4b80;
    line-height: 1.5em;
}

.ar-title::after {
    content: '';
    width: 10%;
    height: 2px;
    background-color: #0b4c81;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
}

.white.ar-title {
    color: #fff;
}
.actualite .ar-title {
    font-size: 2.3em;
    padding: 0;
}

.white.ar-title::after {
    background-color: #fff;
}

.ar-form .buttons div a {
    max-width: 250px;
}

/* SOME BOOTSTRAP4 STYLES */


.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

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

.btn-light:hover {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.pt-3 {
    padding-top: 1rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.mt-4 {
    margin-top: 2rem !important;
}

.text-center {
    text-align: center !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.w-100 {
    width: 100% !important;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}


@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bottom .col-md-4 {
        flex: inherit;
    }
}

@media (min-width: 576px) {

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
}

/* /END BOOTSTRAP4 STYLES */


.float-right {
    float: right;
}


.ar-section {
    margin: 70px 10px;
    padding: 10px;
    background-color: #f5f5f5;
}

.ar-text {
    width: 60%;
    padding: 20px;
}

.ar-text p {
    font-size: 2rem;
    line-height: 2.4rem;
}


.actualite {
    padding: 0;
    background-image: url("/static/encg/assets/img/pattern/top-bar-pattern_transparent.png");
}

.img-overlay {
    background-color: rgba(11, 75, 128, 0.9);
    width: 100%;
    margin: 0;
    padding: 120px 0 100px;
}


.our-skill-area canvas {
    height: 0;
    width: 0;
}

.skill-text {
    width: 100%;
}

.our-skill-area input {
    top: -50px;
    left: 100px;
    font-size: 4rem !important;
    margin: 0 !important;
}


/*

    HOME MINI SLIDER

*/
.slider {
    margin: 60px auto;
    margin-bottom: -150px;
    width: 80%;
    position: relative;
    top: -140px;
    background-color: transparent;
    flex: 1 1 0;
}

.inner:focus {
    border: 0;
    outline: 0;
}

.inner {
    padding: 6px;
    background-color: transparent;
}

img {
    width: 100%;
    height: auto;
}

.slick-dots {
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    padding: 5px 10px;
}

.slick-dots li button {
    border: 0;
    border-radius: 50px;
    width: 1.5em;
    height: 1.5em;
    background-color: #bbb;
    color: #bbb;
}

.slick-dots .slick-active button {
    background-color: #488dd9;
    color: #488dd9;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-slider .inner {
    position: relative;
}

.slick-slider .inner>a {
    position: relative;
}

.floating-text {
    width: max-content;
    padding: 5px 10px;
    background-color: #488dd9;
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.slick-slider .bottom-text h5 {
    margin: 15px 0;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center !important;
    text-transform: uppercase;
}

.slick-slider .bottom-text * {
    margin: 0 10px;
}


/*
*
*   Bottom
*
*/

#footer {
    background-color: #001936;
    padding-top: 30px;
}

#footer .bottom {
    padding: 0 0 7em 10%;
}

.bottom .widget {
    padding: 15px;
}

.bottom .widget i {
    float: left;
    margin-right: 5px;
}

.bottom .widget .clearfix {
    margin-bottom: 15px;
}

.widget_title {
    color: #eee;
}

#footer a,
#footer span,
#footer i,
#footer p {
    color: #6885a6;
}

#footer a:hover {
    color: #aabfd6;
}

#footer .widget a,
#footer .widget span,
#footer .widget li {
    font-size: 18px;
    margin-bottom: 10px;
}

#footer li {
    list-style: none;
}

#footer img {
    width: 200px;
    padding-bottom: 20px;
}

#footer img {
    width: 200px;
    padding-bottom: 20px;
}


.single-icon i:hover {
    box-shadow: 2px 2px 3px #999;
    transition: .3s;
}


/* TOP HEADER */

#page_body .header_top {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 40px;
    background-color: #0b4a7e;
    background-image: url('/static/encg/assets/img/pattern/top-bar-pattern_transparent.png');
}

#page_body.has-admin-bar .header_top {
    top: 46px;
}


#page_body .header-area {
    top: 40px;
    z-index: 9999;
    position: fixed;
}

#page_body.has-admin-bar .header-area {
    top: calc(46px + 40px);
}

#page_body.has-admin-bar.scroll_down .header-area {
    top: 40px;
}

#page_body.scroll_down .header-area {
    top: 0;
}

#page_body .header-area {
    top: 40px;
}


/* TOP NAV */
.social_wrap_inner {
    float: right;
    padding-right: 6%;
    display: flex;
    align-items: center;
    height: 40px;
}

.social_wrap_inner li {
    display: inline-block;
}

.top_nav_wrap nav {
    float: left;
    padding-left: 6%;
    display: flex;
    align-items: center;
    height: 40px;
}

.menu-top-line-navigation-container,
.menu-top-line-navigation-container .top_line_nav {
    width: 100%;
    height: 100%;
}

.menu-top-line-navigation-container .top_line_nav {
    display: flex;
    align-items: center;
}

.menu-top-line-navigation-container .top_line_nav li {
    height: 80%;
    display: inline-block;
}

.header_top ul li a {
    color: #eee;
    padding: 0 10px;
    display: block;
}

.header_top .menu-top-line-navigation-container .top_line_nav a {
    height: 100%;
    line-height: 2em;
    border-left: 3px solid #ffffff;
    margin-right: 1em;
    font-weight: bold;
}

@media (max-width: 600px) {
    .header_top .menu-top-line-navigation-container .top_line_nav a {
        font-size: .9em;
        line-height: 1.3em;
    }
}

.menu-top-line-navigation-container .top_line_nav li:last-of-type a {
    margin-right: 0;
}

.menu-top-line-navigation-container .top_line_nav li a:hover {
    background-color: rgba(13, 72, 120, .93);
    color: #fff;
}


.header-area>.container>.row>div {
    width: 100%;
    /*height: 78px;*/
}

.main-menu>ul.navbar-nav>li>a {
    border-left: 1px solid var(--navigation-border-color);
    /*   padding-bottom: 14px; */
}

.main-menu ul.navbar-nav li:last-of-type>a {
    border-right: 1px solid var(--navigation-border-color);
}

p,
h5 {
    text-align: justify !important;
}

#page_body {
    margin-top: 90px !important;
}

.accordion>h1,
.accordion>h2,
.accordion>h3,
.accordion>h4,
.accordion>h5,
.accordion>h6 {
    cursor: default;
}

.page-title h1 {
    margin-bottom: 0;
    font-family: 'Baloo', cursive;
    font-size: 4rem;
    color: #fff;
    padding: 0 5em;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
}


@media (max-width: 767px) {
    .header-area {
        background-color: #ededed !important;
    }
}


.header-area .navbar-toggle span.icon-bar {
    background-color: #111;
}

@media (max-width: 767px) {

    .nav.navbar-nav.navbar-right,
    .stick .nav.navbar-nav.navbar-right {
        background-color: #eee;
        padding: 0;
        margin-top: 0;
    }
}

.dropdown-backdrop {
    display: none;
}


.slick-slider.one-item {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 1100px;
}

.row.actualite {
    margin: 0;
}

.slick-slider .reviews-area {
    overflow: hidden;
    width: 100%;
    margin: 0;
    height: auto;
    min-height: 300px;
    position: relative;
    background: #e7e7e7;
    padding: 5px;
}

.reviews-area .work-us {
    display: flex;
    /*     align-items: row; */
    /*     justify-content: center; */

}

.work-left-text {
    width: 50%;
}

.work-right-text {
    background: #e7e7e7;
    float: initial;
    overflow: hidden;
    padding: 0;
    width: 50%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {

    .work-right-text {
        width: 100%;
    }

    .work-left-text {
        width: 0;
    }
}


.posts {
    width: 80%;
    margin: auto;
}

.posts .carts-area {
    display: flex;
    flex-wrap: wrap;
}

.posts .carts-area .cart {
    min-width: 330px;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    flex-basis: 31.33%;
    padding: 20px 10px;
    margin: 1%;
}

.posts .cart span {
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    right: 0;
    color: #0b4b80;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    padding: .5em 1em;
    border-radius: 0 0 0 1em;
}

.posts .inner .carts-area .cart {
    position: relative;
    background-size: stretch;
    background-repeat: no-repeat;
    background-color: #eee;
    height: 350px;
}

.posts .cart .img {
    height: 57%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    top: 0;
    left: 0;
}

.posts .cart .img.img1 {
    background-image: url("/static/encg/assets/img/id-card.jpg");
}

.posts .cart .img.img2 {
    background-image: url("/static/encg/assets/img/logo/ade.jpg");
}

.posts .cart .img.img3 {
    background-image: url("/static/encg/assets/img/calender.jpg");
}


.posts .cart .content {
    position: absolute;
    top: 57%;
    left: 0;
    padding: .5em;
}

.posts .inner .carts-area .cart * {
    color: #111;
}


#footer .container {
    width: 100%;
    padding: 0;

}

#footer .bottom {
    padding: 0 10% 80px;
    background: url('/static/encg/assets/img/fondcasa2_t30.png') no-repeat center bottom;
}

#footer .footer {
    background-color: #000d22;
    padding: 20px 0;
}


/*

    HEADER RESPONSIVENESS

*/
@media screen and (max-width: 1104px) {
    #header .navbar-default .navbar-header {
        width: 100%;
    }

    #header .navbar-default .navbar-brand {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    #header .nav.navbar-nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.uppercase {
    text-transform: uppercase;
}


/*****************/
/* HOME SELECT */
/****************/
/*html,*/
/*body {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
/*body {*/
/*    background: #ff8332;*/
/*    font-family: Roboto;*/
/*}*/
/*.combobox {*/
/*    width: 250px;*/
/*    margin: 100px auto 0;*/
/*}*/
/*.combobox-trigger {*/
/*    border: 2px solid #ffffff;*/
/*    border-radius: 4px;*/
/*    padding: 14px;*/
/*    display: inline-block;*/
/*    margin-bottom: 15px;*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*}*/
/*.combobox-content {*/
/*    display: none;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.2);*/
/*    border-radius: 4px;*/
/*    overflow: hidden;*/
/*}*/
/*.combobox-contentItem {*/
/*    border-bottom: 1px solid #dddddd;*/
/*}*/
/*.combobox-contentItem:last-child {*/
/*    border-bottom: none;*/
/*}*/
/*.combobox-input {*/
/*    display: none;*/
/*}*/
/*.combobox-input:checked + .combobox-label {*/
/*    font-weight: 500;*/
/*    background: #f4f4f4;*/
/*}*/
/*.combobox-label {*/
/*    display: block;*/
/*    cursor: pointer;*/
/*    background: #ffffff;*/
/*    line-height: 40px;*/
/*    padding: 7px 15px;*/
/*}*/
/*.combobox-label:hover {*/
/*    background: #f4f4f4;*/
/*}*/
/*.combobox-label-title {*/
/*    display: inline-block;*/
/*    font-size: 14px;*/
/*}*/
/*****************/
/* /HOME SELECT */
/****************/


#page_body {
    margin-top: 120px !important;
}

@media (max-width: 768px) {
    #page_body {
        margin-top: 90px !important;
    }
}

@media (min-width: 768px) and (max-width: 1110px) {
    #page_body {
        margin-top: 193px !important;
    }
}


/*  */
@media (max-width: 597px) {
    .form-content>div {
        width: 100%;
    }
}


.container {
    width: 100%;
}

.nivo-caption {
    background: transparent;
    margin-top: 0;
}

.nivo-caption>div,
.nivo-caption>div>div {
    height: 100%;
    margin: 0;
}

.nivo-caption .slider-content {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nivo-caption .slider-content h1 {
    text-shadow: 1px 1px 2px #000;
    margin-top: 0;
}

.title11 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
    margin-top: 0;
}

.nivo-caption .slider-content h3 {
    color: #fff;
    font-size: 1.5em;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2em;
    margin-left: 25%;
    margin-top: 0;
}

@media (max-width: 800px) {

    .nivo-caption .slider-content h3 {
        color: #fff;
        font-size: 1.3em;
        width: 80%;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 1em;
        margin: 0;
        margin-left: 10%;
    }
}

@media (max-width: 600px) {
    .nivo-caption .slider-content {
        padding-top: 0;
    }

    .nivo-caption .slider-content h3 {
        width: 100%;
        margin: 0;
        font-size: 1em;
    }
}


@media (max-width: 525px) {
    .nivo-caption .slider-content h2 {
        font-size: 1.1em !important;
    }

    .nivo-caption .slider-content h3 {
        width: 100% !important;
        margin: 0 !important;
        font-size: 1em !important;
    }
}

#slider-direction-3 .slider-content {
    margin-top: 0;
    background-color: #333;
}


.single-event .article ul {
    padding: .5em 3em;
    list-style: initial;
}
