:root {
    --color-primary: #FCB137;
    --color-secondary: #219DF3;
    --text-color: #000000;
    --white: #FFF;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.8;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: var(--color-secondary);
    text-decoration: none;
}

strong {
    color: var(--text-color);
}

* {
    outline: 0;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
    margin-bottom: 30px;
}

.text-dark {
    color: #000000;
}

.text-light {
    color: #FFFFFF;
}

.img-full {
    width: 100%;
}

.required {
    border: 1px solid #FF0000;
    background-color: #fffdee;
}

.btn.btn-primary {
    background: rgb(253, 181, 61);
    background: -moz-linear-gradient(top, rgba(253, 181, 61, 1) 0%, rgba(244, 150, 7, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(253, 181, 61, 1) 0%, rgba(244, 150, 7, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(253, 181, 61, 1) 0%, rgba(244, 150, 7, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb53d', endColorstr='#f49607', GradientType=0);
    /* IE6-9 */
    padding: 12px 50px;
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    border: 0;
}

.btn.btn-primary:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f49607+0,fdb53d+100 */
    background: rgb(244, 150, 7);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(244, 150, 7, 1) 0%, rgba(253, 181, 61, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(244, 150, 7, 1) 0%, rgba(253, 181, 61, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(244, 150, 7, 1) 0%, rgba(253, 181, 61, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49607', endColorstr='#fdb53d', GradientType=0);
    /* IE6-9 */
}

ul.check {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

ul.check li:before {
    content: '\f058';
    font-family: FontAwesome;
    margin-right: 5px;
    color: #4DB72F
}

.bg-cyan {
    background-color: #D7F0EA !important;
}

.bg-old-lack {
    background-color: #FCF6E8 !important;
    ;
}

.bg-lavender {
    background-color: #E7E7F4 !important;
    ;
}

.container-fluid.padding {
    padding-left: 50px;
    padding-right: 50px;
}

.tel {
    padding: 0;
    margin: 0;
}

.tel:before {
    content: '\f095';
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 20px;
    color: var(--color-primary);
}

.mobile {
    padding: 0;
    margin: 0;
}

.mobile:before {
    content: '\f10b';
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 20px;
    color: var(--color-primary);
    vertical-align: middle;
}

.email {
    padding: 0;
    margin: 0;
}

.email:before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    margin-right: 8px;
    font-size: 20px;
    color: var(--color-primary);
}

.address {
    padding: 0;
    margin: 0;
}

.address:before {
    content: '\f041';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: var(--color-primary);
    margin-right: 5px;
}

.container {
    max-width: 1320px;
}

.top-bar {
    background-color: #232323;
    padding: 10px 0;
    line-height: 25px;
}

.top-bar a {
    color: var(--white);
}

.top-bar .tel,
.top-bar .mobile,
.top-bar .email {
    margin-left: 30px;
}

.header {
    transition: 1s;
    background-color: var(--color-secondary);
    box-shadow: 0 1px 10px #555;
    position: relative;
}

.logo {
    border: 1px solid #D8D8D8;
    position: absolute;
    top: 0;
    background-color: #FFFFFF;
    padding: 15px;
    z-index: 99;
}

.header .btn {
    border-radius: 0;
    padding: 15px 35px;
}


.navbar {
    justify-content: flex-end;
}

.navbar {
    padding: 0;
    background-color: transparent;
}

.navbar {
    flex-direction: row;
    justify-content: end;
}

.navbar li a,
.navbar li a:focus {
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
    padding: 10px 30px;
    text-transform: uppercase;
}

.navbar li a:hover,
.navbar li.active a {
    color: var(--color-primary);
}

.navbar .dropdown ul {
    background-color: var(--color-primary);
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: 0.3s;
    width: 330px;
    text-align: left
}

.navbar .dropdown ul li {
    min-width: 200px;
    list-style: none
}

.navbar .dropdown ul a {
    padding: 5px 20px;
    font-size: 14px;
    color: #1c3745;
    line-height: 40px;
    text-transform: uppercase;
    display: block
}

.navbar .dropdown .bi {
    font-size: 14px;
    margin-left: 5px
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fff
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: var(--white);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    margin-right: 30px
}

.mobile-nav-toggle-admin {
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    line-height: 35px
}

.navbar-mobile .mobile-nav-toggle.bi-x {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    background-color: red;
    margin-top: 8px;
    margin-right: 15px;
    width: 50px;
    line-height: 50px;
    text-align: center;
}


/*--------------------------------------------------------------
# Slide Section
--------------------------------------------------------------*/
.slide {
    position: relative
}

.slide-container {
    position: absolute;
    bottom: 0;
    color: #011f5b;
    width: 100%
}

.slide-text {
    width: 50%;
    position: absolute;
    top: 0;
    transform: translateY(50%);
}

.slide-text h2 {
    font-size: 60px;
    color: var(--color-secondary);
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.slide-text .btn {
    margin-top: 30px;
}

.slide .owl-theme .owl-nav .owl-prev,
.slide .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer
}

.slide .owl-theme .owl-nav .owl-prev {
    left: 0;
}

.slide .owl-theme .owl-nav .owl-next {
    right: 0;
}

.slide .owl-theme .owl-nav .owl-prev:hover,
.slide .owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
}

.slide .owl-nav {
    margin-top: 0 !important;
}

.slide .owl-dots {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.slide .owl-theme .owl-nav button:hover {
    background-color: var(--color-primary);
    color: var(--text-color-secondary);
}

li.check {
    list-style: none;
    margin-left: -30px;
}

li.check:before {
    content: '\f058';
    font-family: FontAwesome;
    margin-right: 5px;
    color: #4DB72F;
}

/* job page */

.search-top {
    padding-top: 60px;
    padding-bottom: 15px;
}

#find-jobs-form-top input[type="text"] {
    background-color: #e3e5ea;
    border: 0;
    line-height: 36px;
    color: #000;
}

#find-jobs-form-top select#geo_region_id_top {
    background-color: #e3e5ea;
    border: 0;
    line-height: 36px;
    color: #000;
}

.jobs-module input.btn.btn-success.jobs-button {
    background-color: var(--color-primary);
    color: #fff;
}

.jobs-module input.btn.btn-success.jobs-button {
    background-color: var(--color-primary);
    color: #fff;
    width: 47%;
    padding: 10px;
}

.search-left {
    padding: 15px;
    border: 1px solid #c2d1d9;
    background-color: #fff;
    border-radius: 0px;
}

h4.selectedfilter {
    background-color: #012745;
    color: #fff;
    margin: -15px;
    padding: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#job-search-form .form-control {
    border: 1px solid #c2d1d9;
}

.apply-clear button.btn.btn-info {
    background-color: #e3e5ea;
    border: 1px solid #c2d1d9;
    color: #5e5e5e;
}

.jobs-module .apply-clear button.btn.btn-info.apply-box {
    background-color: var(--color-primary) !important;
    color: #fff;
    content: "\f178";
    transform: scaleX(1);
    font-weight: normal;
    font-size: 14px;
    padding: 9px 25px 7px 10px;
}

.job_search_results .job_list {
    padding: 40px;
    border: 2px solid #d7d7d7;
    border-radius: 5px;
    background-color: #fff;
}

p.jobreferense {
    margin-bottom: 30px;
}

p.jobsalry {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
}

.jobs-module .job_search_results a.btn.btn-info.viewdetailsjobsearch.jobs-button.jobs-button-arrow {
    background-color: var(--color-primary) !important;
    color: #fff;
    content: "\f178";
    transform: scaleX(1);
    font-weight: normal;
    font-size: 14px;
    padding: 10px 32px 10px 15px;
}

.job_search_results .job_list:hover {
    border-color: #1861bf;
}

.featured-box-home {
    border: 2px solid #d7d7d7;
    border-radius: 5px;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

.jd-left-side h2 {
    margin-bottom: 14px;
    font-size: 30px;
    color: #1861bf;
    font-weight: bold;
    line-height: 50px;
}

.jd-left-side p.jobloclist {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 22px;
}

.jd-left-side p.jobtype {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.jd-left-side p.jobtype span {
    color: #07bd43;
}

.jd-left-side p.jobsalry {
    line-height: 30px;
    font-weight: 600;
    font-size: 20px;
}

.jd-left-side p.jobsalry span {
    color: #000;
    font-weight: bold;
}

.jd-left-side p.jobreferense {
    line-height: 30px;
    font-weight: 600;
    font-size: 20px;
}

.about_company {
    background: #052741;
    padding: 15px 15px;
    margin: 0px -15px;
}

.jd-left-side h5 {
    font-size: 30px;
    color: #010101;
    margin-bottom: 14px;
    margin-top: 35px;
}

.about_company>h5 {
    color: #fff !important;
    margin-top: 0 !important;
}

.about_company>h5 strong {
    color: #fff !important;
}

.about_company p,
.about_company li {
    color: #fff;
}

.jd-right-side .btnjobsaves a {
    width: 100%;
    background-color: #219DF3;
    color: #fff;
    margin-top: 0;
    margin-bottom: 13px;
    border: 0;
}

.jd-right-side .btnjobsaves a:hover {
    background-color: #FCB137;
}

.jd-right-side .search-details-text {
    background-color: #efefef;
    padding: 10px;
}

.search-details-text ul {
    padding: 0;
}

.jd-right-side .search-details-text ul li {
    line-height: 36px;
    color: #000000;
    font-size: 17px;
    list-style: none;
}

.job-details {
    padding: 100px 15px;
}

/* job page */


@media (max-width: 1199px) {


    .navbar-admin {
        display: none;
    }

    .mobile-nav-toggle,
    .mobile-nav-toggle-admin {
        display: block;
    }

    .navbar-admin-mobile .navbar-admin {
        display: block;
        position: absolute;
        top: 35px;
        background-color: #000;
        left: 0
    }

    .navbar-admin-mobile .navbar-admin li {
        display: block;
    }

    .navbar-mobile {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgb(0 0 0 / 80%);
        transition: .3s;
        z-index: 999
    }

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px
    }

    .navbar-mobile .mobile-nav-toggle,
    .navbar-mobile .mobile-nav-toggle-admin {
        position: absolute;
        top: 29px;
        right: 15px;
        opacity: 1;
        color: #fff
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 65px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 0;
        background-color: var(--color-primary);
        overflow-y: auto;
        transition: .3s
    }

    .navbar-mobile ul li a {
        border-bottom: 1px solid #fff;
        line-height: 60px;
        padding: 5px 20px;
        margin: 0;
        color: #fff;
        display: block;
        font-size: 25px
    }

    .navbar-mobile ul li.active a {
        color: #000;
    }

    .navbar a i {
        float: right;
        font-size: 20px;
        margin-top: 20px
    }

    .navbar.navbar-mobile .dropdown ul {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        top: 0;
        bottom: 0;
        left: 0
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: 0
    }

    .navbar-mobile a:hover,
    .navbar-mobile .active,
    .navbar-mobile li:hover>a {
        color: #68A4C4;
    }

    .navbar.navbar-mobile .dropdown ul li a {
        color: #011F5B;
    }

    .navbar.navbar-mobile .dropdown ul li a {
        color: #011f5b;
        padding: 0 15px
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0 0 30px rgba(127, 137, 161, .25)
    }

    .navbar-mobile .dropdown ul li {
        min-width: 200px
    }

    .navbar-mobile .dropdown ul a {
        padding: 10px 20px
    }

    .navbar-mobile .dropdown ul a i {
        font-size: 12px
    }

    .navbar-mobile .dropdown ul .active:hover,
    .navbar-mobile .dropdown ul a:hover,
    .navbar-mobile .dropdown ul li:hover>a {
        color: #fff
    }

    .navbar-mobile .dropdown>.dropdown-active {
        display: block
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        /* padding: 50px 0 10px 0; */
        margin: 0;
        background: var(--color-secondary);
        overflow-y: auto;
        transition: .3s;
        z-index: 9998;
    }

}


.breadcrumbs {
    padding: 15px 0;
    background-color: #f3f8fa;
    min-height: 40px
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/"
}



@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }
}


.blog {
    padding: 40px 0 20px 0
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden
}

.blog .entry-img img.img-fluid {
    width: 100%
}

.blog .entry .entry-title {
    padding: 0;
    margin: 0 0 20px 0
}

.blog .entry .entry-title a {
    transition: .3s
}

.blog .entry .entry-title a:hover {
    color: #68a4c4
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #72afce
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0
}

.blog .entry .entry-meta a {
    color: #777;
    font-size: 14px;
    display: inline-block;
    line-height: 1
}

.blog .entry .entry-content p {
    line-height: 24px
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0
}

.blog .entry .entry-content blockquote p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px
}

.blog .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #1e4356;
    margin-top: 20px;
    margin-bottom: 20px
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6
}

.blog .entry .entry-footer i {
    color: #4c99c1;
    display: inline
}

.blog .entry .entry-footer a {
    color: #255269;
    transition: .3s
}

.blog .entry .entry-footer a:hover {
    color: #68a4c4
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px
}

.blog .entry .entry-footer .cats li {
    display: inline-block
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px
}

.blog .entry .entry-footer .tags li {
    display: inline-block
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ","
}

.blog .entry .entry-footer .share {
    font-size: 16px
}

.blog .entry .entry-footer .share i {
    padding-left: 5px
}

.blog .entry-single {
    margin-bottom: 30px
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
    color: #1e4356
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0
}

.blog .blog-author .social-links a {
    color: rgba(30, 67, 86, .5);
    margin-right: 5px
}

.blog .blog-author p {
    font-style: italic;
    color: #b7b7b7
}

.blog .blog-comments {
    margin-bottom: 30px
}

.blog .blog-comments .comments-count {
    font-weight: 700
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px
}

.blog .blog-comments .comment .comment-img img {
    width: 60px
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px
}

.blog .blog-comments .comment h5 a {
    font-weight: 700;
    color: #444;
    transition: .3s
}

.blog .blog-comments .comment h5 a:hover {
    color: #68a4c4
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #1e4356;
    cursor: pointer
}

.blog .blog-comments .comment h5 .reply i {
    font-size: 20px
}

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #2b607c;
    margin-bottom: 5px
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.blog .blog-comments .reply-form h4 {
    font-weight: 700;
    font-size: 22px
}

.blog .blog-comments .reply-form p {
    font-size: 14px
}

.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #b1d0e1
}

.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #b1d0e1
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px
}

.blog .blog-pagination {
    color: #387ea2
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: .3s
}

.blog .blog-pagination li a {
    color: #1e4356;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #68a4c4
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff
}

.blog-pagination {
    color: #387ea2
}

.blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.blog-pagination li {
    margin: 0 5px;
    transition: .3s
}

.blog-pagination li a {
    color: #1e4356;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-pagination li.active,
.blog-pagination li:hover {
    background: #68a4c4
}

.blog-pagination li.active a,
.blog-pagination li:hover a {
    color: #fff
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.blog .sidebar:after {
    background: transparent;
}

.blog .sidebar .sidebar-title {
    font-size: 35px;
    padding: 0;
    margin: 0 0 15px 0;
    color: #1e4356;
    position: relative
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px)
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #68a4c4;
    color: #fff;
    transition: .3s;
    border-radius: 0 4px 4px 0;
    line-height: 0
}

.blog .sidebar .search-form form button i {
    line-height: 0
}

.blog .sidebar .search-form form button:hover {
    background: #77adca
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px
}

.blog .sidebar .categories ul a {
    color: #1e4356;
    transition: .3s
}

.blog .sidebar .categories ul a:hover {
    color: #68a4c4
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaa;
    font-size: 14px
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: 700
}

.blog .sidebar .recent-posts h4 a {
    color: #1e4356;
    transition: .3s
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #68a4c4
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaa
}

.blog .sidebar .tags {
    margin-bottom: -10px
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0
}

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

.blog .sidebar .tags ul a {
    color: #3f8db5;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #e4eff5;
    display: inline-block;
    transition: .3s
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #68a4c4;
    background: #68a4c4
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #bedae8;
    font-size: 14px
}

.blog-content.group-box {
    padding: 30px
}

/*--------------------------------------------------------------
# Slide Section
--------------------------------------------------------------*/
.slide {
    position: relative
}

.slide-container {
    position: absolute;
    bottom: 0;
    color: #011f5b;
    width: 100%
}

.slide-text {
    width: 50%;
    position: absolute;
    top: 0;
    transform: translateY(50%);
}

.slide-text h2 {
    font-size: 60px;
    color: var(--color-secondary);
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.slide-text .btn {
    margin-top: 30px;
}

.slide .owl-theme .owl-nav .owl-prev,
.slide .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer
}

.slide .owl-theme .owl-nav .owl-prev {
    left: 0;
}

.slide .owl-theme .owl-nav .owl-next {
    right: 0;
}

.slide .owl-theme .owl-nav .owl-prev:hover,
.slide .owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
}

.slide .owl-nav {
    margin-top: 0 !important;
}

.slide .owl-dots {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.slide .owl-theme .owl-nav button:hover {
    background-color: var(--color-primary);
    color: var(--text-color-secondary);
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.page-title {
    position: relative;
}

.page-title-overlay {
    position: absolute;
    width: 100%;
    top: 30%;
    color: #FFF;
}

.page-banner {
    position: relative;
}

.page-banner h1 {
    color: #FFF;
    position: absolute;
    bottom: 100px;
    background-color: #0057B7;
    margin: 0;
    padding: 15px 30px;
}

.banner-text {
    position: absolute;
    top: 0;
    transform: translateY(50%);
    background-color: rgb(0 0 0 / 40%);
    padding: 15px;
    color: #FFF;
}

.banner-text h1 {
    font-size: 25px;
    margin-bottom: 15px
}

.page-banner .btn {
    margin-top: 30px;
}

small {
    font-size: 75%;
}

.text-large {
    font-family: 'Unna', serif;
    font-size: 25px;
}

/*.page-content {margin-bottom: 100px;margin-top: 50px;}*/
.page-content h2,
.page-content h3 {
    margin-bottom: 10px;
}

.box-content {
    padding: 80px;
}

.section-one {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--color-secondary);
    color: var(--white);
}

.section-one h2 {
    margin-bottom: 30px;
}

.section-one h4 {
    margin-bottom: 30px;
}

.section-two h3 {
    margin-bottom: 30px;
}

.section-three {
    position: relative;
}

.career-home {
    position: absolute;
    top: 0;
    width: 100%;
}

.section-three .container {
    position: relative;
}

.section-three .col-lg-6 {
    position: relative;
}

.career-content {
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(20%);
    background-color: var(--white);
    padding: 60px;
    text-align: center;
}

.section-three h3 {
    margin-bottom: 15px;
    color: var(--color-secondary);
    text-transform: uppercase;
}

.section-four {
    color: #FFF;
    position: relative;
    background-color: var(--bs-blue);
}

.section-four h3 {
    margin-bottom: 30px;
}

.testimonials {
    background-color: var(--white);
    padding-top: 80px;
    padding-bottom: 80px;
}

.testimonials .swiper-container {
    padding-left: 15px;
    padding-right: 15px;
}

.testimonials h2 {
    margin-bottom: 30px;
    color: var(--color-secondary)
}

.testimonials .swiper-slide {
    display: flex;
    height: auto;
    padding-bottom: 35px;
}

.testimonial-item {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #ccc;
    padding: 30px;
    margin: 15px;
    border-radius: 3px;
}

.testimonial-item h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-item .stars {
    margin: 15px 0 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    background-color: var(--white);
    box-shadow: 0 0 5px #ccc;
    padding: 10px 14px;
    border-radius: 3px;
    color: var(--text-color);
}

.section-blog {
    background-color: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-blog h2 {
    margin-bottom: 30px;
    color: var(--color-secondary)
}

.blog-button-next:after,
.blog-button-prev:after {
    font-size: 16px;
    background-color: var(--white);
    box-shadow: 0 0 5px #ccc;
    padding: 10px 14px;
    border-radius: 3px;
    color: var(--text-color);
}

.latest-blog h3 {
    font-size: 22px;
    margin: 0 0 15px;
}

.latest-blog .date {
    color: #555;
    margin-bottom: 10px;
}

.latest-blog a {
    color: var(--text-color);
}

.blog-content {
    padding: 50px;
}

.blog_2 .blog-content {
    background-color: #FFF;
}

.bleu-box {
    background-color: #0057B7;
    color: var(--white);
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.courses-two {
    padding-top: 80px;
    padding-bottom: 80px;
}

.courses-three {
    background-color: #0057B7;
    color: var(--white);
}

.courses-five {
    background-color: #0057B7;
    color: var(--white);
}

.courses-five strong {
    color: var(--white);
}





.newsletter-bar {
    position: relative;
    background-image: url("../img/newsletter-bg.jpg");
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.newsletter-bar h2 {
    color: var(--white);
    margin-bottom: 30px;
}

.newsletter-bar .form-control {
    width: auto;
    display: inline-block;
    border: 0;
    height: 50px;
}




/*--------------------------------------------------------------
    # Contact
    --------------------------------------------------------------*/
.contact-form {
    background-color: #0057B7;
    color: #FFF;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-form h3 {
    margin-bottom: 30px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-control {
    background-color: transparent;
    border: 1px solid #80ABDB;
    border-radius: 0;
    min-height: 55px;
    color: #fff;
}

.contact-form ::placeholder {
    color: #FFF;
}

.contact-info {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-tel {
    background-image: url("../img/icon-tel.png");
    background-repeat: no-repeat;
    background-position: 0 10px;
    padding-left: 45px;
    margin-bottom: 30px;
}

.contact-email {
    background-image: url("../img/icon-email.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 45px;
    margin-bottom: 30px;
}

.contact-address {
    background-image: url("../img/icon-map.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 45px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background-color: #000000;
    color: var(--white);
    border-top: 10px solid #FFD700;
}

.footer a {
    color: var(--white);
}

.footer a:hover {
    color: #269ACE;
}

.footer-middle {
    background-image: url(../img/footer-bg.jpg);
    background-color: #1B1B1B;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-middle h3 {
    margin-bottom: 15px
}

.footer-middle strong {
    color: #FFF;
}

.footer-nav {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-nav li {
    display: block;
    padding: 0 0 5px;
}

.footer-nav li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    float: left;
    margin-right: 10px;
}

.footer-nav li a {
    color: #FFF;
    display: block;
}

.footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFF;
}

.footer-bottom a {
    color: #FFF;
}

.social .fa {
    background-color: #FFF;
    color: #0A1520;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    border-radius: 100%;
    font-size: 30px;
}

.social a.facebook:hover .fa {
    background-color: #1877F2;
    color: #FFF;
}

.social a.twitter:hover .fa {
    background-color: #1DA1F2;
    color: #FFF;
}

.social a.instagram:hover .fa {
    background-color: #AB2FB3;
    color: #FFF;
}

.social a.pinterest:hover .fa {
    background-color: #B7081B;
    color: #FFF;
}

.social a.linkedin:hover .fa {
    background-color: #0077B5;
    color: #FFF;
}


#Cookie {
    background-color: #000000;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 36px;
    display: inline-block;
    text-transform: uppercase;
}

#cookie_bar a {
    color: #ffffff;
    text-decoration: underline;
}

#cookie_bar a.ctcc-more-info-link {
    color: #000000;
    border: 1px solid #000000;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
}

.privacy-box h3 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

#cookie_bar p {
    color: #000;
}

#cookie_bar .col-sm-8 p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}

.cookie-content {
    background: #FFF;
    position: fixed;
    bottom: 0;
    padding: 30px 30px;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0px -5px 15px #d0d0d0;
}

#cookie_bar-privacy {
    height: auto;
}

#cookie_bar-privacy .cookie-content.clearfix {
    padding: 11px 50px;
}

#cookie_bar-privacy a.ctcc-more-info-link {
    color: #6c00a1;
    border: 1px solid #6c00a1;
    text-decoration: none;
    display: inline-block;
    padding: 15px 93px;
}



/*Sticky sidebar*/
.stickyicon-list {
    position: fixed;
    top: 300px;
    transform: translateY(-50%);
    z-index: 9999;
    right: 0
}

.stickyicon-list a {
    display: block;
    text-align: center;
    padding: 8px;
    transition: all .5s ease;
    color: #fff;
    font-size: 20px
}

.stickyicon-list a:hover {
    color: #000
}

.sticky-facebook {
    background: #3b5998;
    color: #fff
}

.sticky-twitter {
    color: #fff;
    background: #00acee
}

.sticky-linkedin {
    background: #0e76a8;
    color: #fff
}

.sticky-google {
    color: #fff;
    background: #db4a39
}

.sticky-instagram {
    background: #3f729b;
    color: #fff
}

.sticky-youtube {
    color: #fff;
    background: #c4302b
}

.sticky-email {
    color: #fff;
    background: #44C1ED
}

.sticky-whatsapp {
    color: #fff;
    background: #007a6c
}

.sticky-phone {
    color: #fff;
    background: #44C1ED
}

.stickyicon-list .email:before {
    display: none
}

.whatsapp-fixed a {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #4dc247;
    border-radius: 100%;
    padding: 8px
}

.newsletter-bar .form-control {
    width: auto;
    display: inline-block;
    border: 0;
    height: 50px;
}

@media only screen and (max-width: 1600px) {
    .career-content {
        transform: translateY(30px);
        padding: 30px;
    }
}

@media only screen and (max-width: 1400px) {
    .navbar li a {
        padding: 10px 25px;
    }

    .slide-text {
        transform: translateY(20%);
    }

    .header .btn {
        padding: 15px 25px;
    }

    .box-content {
        padding: 50px;
    }

}

@media only screen and (max-width: 1200px) {
    .slide-container {
        position: relative;
    }

    .slide-text {
        width: 100%;
    }

    .slide-text h2 {
        font-size: 40px;
    }

    .career-home {
        position: relative;
    }

    .career-content {
        position: relative;
        transform: none;
        padding: 30px;
        left: auto;
    }

    .box-content {
        padding: 40px;
    }

    .footer-middle .col-xl-3 {
        margin-bottom: 30px;
    }

    .footer-bottom {
        text-align: center;
    }
}

@media only screen and (max-width: 1400px) {
    .slide-text {
        transform: translateY(20%);
    }


}

@media only screen and (max-width: 1200px) {
    .slide-container {
        position: relative;
    }

    .slide-text {
        width: 100%;
    }

    .slide-text h2 {
        font-size: 40px;
    }

}

@media only screen and (max-width: 991px) {

    .slide-text {
        position: relative;
        transform: translateY(0);
        padding: 50px 0;
        text-align: center;
    }

}

@media only screen and (max-width: 991px) {
    .top-bar .fa {
        font-size: 25px;
        margin: 0 15px;
    }

    .top-bar .fa.fa-mobile {
        /* font-size: 30px; */
    }

    .top-bar .fa.fa-phone {
        /* margin-top: 5px; */
    }

    .header .btn {
        padding: 15px 20px;
    }

    .slide-text {
        position: relative;
        transform: translateY(0);
        padding: 50px 0;
        text-align: center;
    }

}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 35px;
    }

    .logo {
        position: relative;
    }

    .mobile-nav-toggle {
        margin-right: 0;
    }

    .header .btn {
        padding: 10px;
        font-size: 16px;
    }

    .top-bar {
        text-align: center;
    }

    .job_search_results {
        margin-top: 20px;
    }


    #NewsletterForm .input-group {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    #NewsletterForm .btn.btn-primary {
        padding: 12px 18px;
    }

    .page-banner h1 {
        position: absolute;
        bottom: 11px;
        background-color: #0057B7;
        margin: 0;
        padding: 8px 20px;
        font-size: 25px;
    }
}

@media only screen and (max-width:427px) {
    .footer-contact {
        font-size: 14px;
    }
}