/**
* Template Name: Moderna - v4.3.0
* Template URL: https://bootstrapmade.com/free-bootstrap-template-corporate-moderna/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/



body {
    font-family: 'Roboto', sans-serif;
    color: #444;
}

p {
    font-family: 'Roboto', sans-serif;
}

.container-fluid {
    padding: 0 60px;
}

a {
    color: #94bd58;
    text-decoration: none;
}

a:hover {
    color: #161af8;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: 'Roboto', sans-serif;
}

* {
    outline: 0;
}


.required {
    border: 1px solid #FF0000;
    background-color: #fffdee;
}

.global-button {
    background-color: #1d385b;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    padding: 16px 25px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    color: #ffffff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: none;
    text-transform: capitalize;
    position: relative;
    font-weight: bold;
}

.global-button:hover {
    background-color: #94bd58;
    color: #fff;
    text-decoration: none;
}

.global-button-arrow {
    /*padding-right: 55px;*/
}

.global-button-arrow:before {
    display: none;
    content: "\f178";
    font-family: FontAwesome;
    right: 13px;
    position: absolute;
    top: 0;
    transform: scaleX(1);
    background-color: transparent;
    color: #fff;
    font-weight: normal;
    top: 18px;
}

.banner-text .global-button.global-button-arrow {
    width: 240px;
}

.banner-text .global-button.global-button-arrow.hire {
    background-color: #b11167;
}

h1,
h2 {
    color: #1d385b;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 40px;
}

h2 {
    color: #000000;
    font-size: 50px;
    font-weight: normal;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.8em;
    color: #000000;
    font-size: 18px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #68A4C4;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #85b6cf;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*.global-button {
    font-size: 16px;
    font-weight: 600;
    background-color: #075daf;
    padding: 14px 27px;
    border-radius: 3px;
    color: #fff;
    background-image: -webkit-linear-gradient(
            30deg, #075daf 50%, transparent 50%);
    background-image: linear-gradient(
            30deg, #075daf 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    display: inline-block;
    text-transform: uppercase;
}

.global-button:hover {
    background-image: -webkit-linear-gradient(
            30deg, #579f09 50%, transparent 50%);
    background-image: linear-gradient(
            30deg, #579f09 50%, transparent 50%);
    background-position: 100%;
    color: #fff;
    background-color: #579f09;
}*/
.header-contact {
    display: flex;
    justify-content: flex-end;
}

.home.loginpagee {
    background-image: url(../images/login-bg.jpg);
    padding: 220px 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #EDEEF2;
    height: 100%;
}

.required {
    border: 1px solid #FF0000 !important;
    background-color: #fffdee !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background-color: #FFFFFF;
    z-index: 997;
    transition: all 0.5s;
    width: 100%;

}

#header.header-scrolled {
    background: rgb(255 255 255);
    height: 75px;
    top: 0;
    box-shadow: 0 0 5px #000000;
}

#header.header-scrolled.header-transparent img.img-fluid {
    width: 200px;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;

}

#header.header-scrolled.header-transparent {
    top: 0;
}

.header-inner {
    top: 40px;
}

.top-bar {
    display: flex;
    padding: 0;
    text-align: right;
    background: #eaebef;
    justify-content: flex-end;
    padding: 0 43px;
}

.topbar-review .fa {
    color: #F37021;
}

.top-nav li a {
    padding: 0 10px;
}

.top-nav li {
    list-style: none;
}

.top-nav li a {
    color: #28303d;
    font-size: 16px;
}

.top-nav li a:hover {
    color: #1d385b;
}

@media (max-width: 1024px) {
    section.admin-menu {
        background-color: #000;
        position: relative;
        top: 0;
        z-index: 9999;
        width: 100%;
        padding: 0;
        /*display: none;*/
    }


}

a.gb-call.headertop2,
a.gb-call.headertop3 {
    margin-right: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

a.gb-call {
    color: #fff;
    font-size: 20px;
}

a.gb-call.headertop3 {
    color: #fff;
    font-size: 22px;
}

a.gb-call.headertop3 i {
    color: #fff;
}

a.global-button.postjobbutton {
    margin-left: 20px;
    background-color: #b11167;
}

a.global-button.postjobbutton:hover {
    background-color: #0057b7;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.custom-menu {
    background-color: #1d385b;
}

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;

}

.navbar li:last-child {
    padding-right: 0;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 35px;
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar li a:hover,
.navbar .active a,
.navbar .active a:focus,
.navbar li:hover>a,
ul.navbar-nav li.active a {
    color: #FFF;
    background-color: #1d6fae;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 10px;
    padding: 10px 14px;
}

.navbar .dropdown ul li {
    min-width: 200px;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.navbar .dropdown ul li a {
    padding-bottom: 7px !important;
}

.navbar .dropdown ul li:hover a,
.navbar .dropdown ul li.active a {
    /* border-bottom: 1px solid #b11066 !important; */
}

.navbar .dropdown ul li a:hover {
    background-color: transparent;
    color: #1d6fae !important;
}

.navbar .dropdown ul a:hover {
    border-radius: 0;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 20px;
    text-transform: none;
    color: #1c3745;
}

.navbar .dropdown ul li a::first-letter {
    text-transform: uppercase;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.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;
}

/* .navbar .dropdown ul li a{
    color:#fff;
    border-radius: 0;
    border-bottom: 1px solid transparent;
} */
.navbar .dropdown ul li a {
    color: #040404;
    border-radius: 0;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.navbar .dropdown ul a:hover {
    border-radius: 0;
}

.navbar li a:hover,
.navbar .active a,
.navbar .active a:focus,
.navbar li:hover>a,
ul.navbar-nav li.active a {
    color: #fff !important;
    background-color: #94bd58;
}

.header-contact a {
    color: #28303d;
    font-size: 16px;
}

.header-contact a:hover {
    color: #161af8;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        /* display: flex!important;
    flex-basis: auto;
    flex-direction: row-reverse; */
    }

}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle-admin {
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}


@media (max-width: 991px) {
    .header-contact .row {
        align-items: center;
    }

    .mobile-nav-toggle,
    .mobile-nav-toggle-admin {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    .admin-menu .navbar li.dropdown:hover ul.dropdown-menu {
        display: inline-block;
        position: absolute;
        width: 300px;
        background-color: #fff;
        height: 200px;
        left: 0;
        margin: 0;
    }

    .navbar-mobile {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(17, 38, 48, 0.9);
        transition: 0.3s;
        z-index: 99;
    }


    .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: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a {
        padding: 10px 20px;
        font-size: 15px !important;
        color: #1e4356;
    }

    .navbar-mobile a:hover,
    .navbar-mobile .active,
    .navbar-mobile li:hover>a {
        color: #68A4C4;
    }

    .navbar-mobile .getstarted {
        margin: 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: 0px 0px 30px rgba(127, 137, 161, 0.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 a:hover,
    .navbar-mobile .dropdown ul .active:hover,
    .navbar-mobile .dropdown ul li:hover>a {
        color: #68A4C4;
    }

    .navbar-mobile .dropdown>.dropdown-active {
        display: block;
    }

    .admin-menu .navbar-mobile ul {
        background-color: #000;
    }

    .admin-menu .navbar-mobile ul li {
        display: inline-block;
    }

    .mobile-nav-toggle.bi-x {
        z-index: 9999;
        position: absolute;
        top: 28px;
        color: #fff;
    }

    .mobile-icon.col.d-none.d-sm-block.d-md-none {
        display: block !important;
    }

    .search-left {
        margin-bottom: 20px;
    }



}

/*--------------------------------------------------------------
# Slide Section
--------------------------------------------------------------*/
.fixed-top {
    box-shadow: 0 0 5px #ddd;
}

.slide {
    position: relative;
}

.slide,
#main {
    position: relative;
    /* margin-top: 86px; */
}

.slide {
    padding-top: 154px;
}

#main {
    /* padding-top: 146px; */
}

.slide-text {
    position: absolute;
    bottom: 22%;
    width: 100%;
    color: #FFF;
    padding: 15px;
    left: 100px;
}

.slide-text h1 {
    color: #1167b1;
    font-size: 70px;
    margin-bottom: 20px;
    line-height: 45px;
}

.slide-text h1 span {
    color: #b11167;
}

.slide-text h4 {
    color: #b11167;
    font-size: 40px;
    margin-bottom: 44px;
}

a.global-button.hire.global-button-arrow {
    background-color: #b11167;
}

a.global-button.hire.global-button-arrow:hover {
    background-color: #0057b7;
}

.slide .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 35%;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 0;
    color: #000;
    opacity: 1;
}

.slide .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 35%;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 0;
    color: #000;
    opacity: 1;
}

.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 {
    width: 70px !important;
    height: 70px !important;
}

.slide .owl-theme .owl-nav button:hover {
    background-color: #38b6ff;
    color: #fff;
}

.slide .owl-theme .owl-nav button i {
    font-size: 27px;
    font-weight: normal;
}





.latest-blog .swiper-button-next,
.latest-blog .swiper-button-prev {
    color: #ffffff;
    background-color: #f0842a;
}

.latest-blog .swiper-button-next {
    right: 0;
}

.latest-blog .swiper-button-prev {
    left: 0;
}

.latest-blog .swiper-button-next:after,
.latest-blog .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 768px) {
    #hero::after {
        width: 180%;
        height: 95%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) rotate(0deg);
    }

    #hero::before {
        top: 0;
        width: 180%;
        height: 94%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) translateY(20px) rotate(4deg);
    }
}

@media (max-width: 575px) {
    #hero h2 {
        font-size: 30px;
    }

    #hero::after {
        left: 40%;
        top: 0;
        width: 200%;
        height: 95%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) rotate(0deg);
    }

    #hero::before {
        left: 50%;
        top: 0;
        width: 200%;
        height: 94%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) translateY(20px) rotate(4deg);
    }
}



/*--------------------------------------------------------------
# Hero No Slider Section
--------------------------------------------------------------*/
#hero-no-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#hero-no-slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("../img/hero-bg.jpg") center top no-repeat;
}

#hero-no-slider h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 48px;
    font-weight: 700;
}

#hero-no-slider p {
    color: #fff;
}

#hero-no-slider .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #68A4C4;
}

#hero-no-slider .btn-get-started:hover {
    background: #68A4C4;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 575px) {
    #hero-no-slider h2 {
        font-size: 30px;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.home main#main {
    padding-top: 0;
}

section {
    padding: 60px 0;
}

.search-top.homesearch {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}

.search-top.homesearch .row.bg-white {
    padding: 40px 24px;
    padding-bottom: 20px;
}

.search-top.homesearch input[type="text"] {
    background-color: #fff;
    border: 1px solid #706f6f;
    line-height: 42px;
    color: #000;
}


.section-2040 {
    /* margin: 80px 0; */
    color: #ffffff;
    padding: 0;
}

.section-2040 h2 {
    font-weight: 700;
    text-transform: inherit;
    position: relative;
    color: #ffffff;
    font-size: 45px;
}

.section-2040 h2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #FFF;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

.section-2040 h5 {
    text-transform: uppercase;
}

.section-2040 p {
    color: #fff;
}

.section-2040 .btn.btn-2040 {
    background-color: #ffffff;
    padding: 10px 40px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.section-2040 .btn.btn-2040:hover {
    background-color: #6fa421;
    color: #fff;
}

.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}


.section-2006 {
    padding: 100px 0;
}

.employers .section-2006 {
    padding: 50px 0;
}

.section-2006 .color-blue {
    color: #1545F1;
}

.section-2006 h2.mb-4 {
    color: #1d385b;
    font-size: 50px;
    font-weight: bold;
}

.section-2006 p b {
    color: #1d385b;
}



.section-bg {
    background-color: #f3f8fa;
}

.section-title {
    text-align: center;
    padding-bottom: 15px;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #68A4C4;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.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;
    }
}


/*--------------------------------------------------------------
# Job
--------------------------------------------------------------*/

section.featured-job {
    background-color: #edeff7;
}

.similar-job-section .featured-box-home.box-smiliar-job:last-child {

    margin-bottom: 25px;
}

.featured-job h2.text-center {
    color: #000000;
    font-size: 50px;
    font-weight: normal;
}

.featured-box-home {
    border: 2px solid #d7d7d7;
    border-radius: 5px;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

.featured-box-home h4 {
    color: #000000;
    margin-bottom: 20px;
    min-height: 70px;
    line-height: 30px;
}

.featured-box-home h4 a {
    color: #181a9a;
    margin-bottom: 20px;
    font-size: 28px;
}

.featured-box-home h4 a:hover {
    color: #161af8;
}

.featured-box-home p.job-location {
    background-image: url(../images/job-map.png) !important;
    background-repeat: no-repeat;
    background-position: 1px 8px;
    margin-bottom: 0;
    padding-left: 24px;
    color: #000000;
    font-size: 17px;
    margin-bottom: 7px;
}

.featured-box-home p.job-price {
    background-image: url(../images/job-salary.png) !important;
    background-repeat: no-repeat;
    background-position: 1px 8px;
    margin-bottom: 0;
    padding-left: 24px;
    color: #000000;
    font-size: 17px;

}

.featured-box-home a {
    margin-top: 20px;
}

.featured-job .text-center .global-button {
    border: 2px solid #0057b7;
    background-color: transparent;
    color: #0057b7;
    margin-top: 20px;
}

.featured-job .text-center .global-button:hover {
    background-color: #0057b7;
    color: #fff;
}

.hover-box {
    display: none;
}

.featured-box-home:hover .hover-box {
    display: block;
    position: absolute;
    top: 0;
    background-color: #b01268;
    height: 100%;
    padding: 20px;
    color: #fff;
}

.featured-box-home:hover .hover-box p {
    color: #fff;
}



.loc-price {
    min-height: 93px;
}

.text-center.lokkinghire {
    margin-top: 50px;
}

.welcome2 img {
    width: 100%;
}

.welcome2 .applybutton img {
    width: 33.33%;
}




.page_238 .page-banner .banner-text h1 {
    padding: 20px;
}

.candidates .page {
    padding-bottom: 0;
}

.candidates .submitcv h2 {
    color: #1d385b;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.canditate h4 {
    color: #1d385b;
    font-size: 25px;
    font-weight: 500;
}

.submitcv .php-email-form form {
    margin-top: 40px;
}

.home-about.contact-top {
    padding: 80px 0;
    font-size: 18px;
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.work-sector .container-fluid {
    padding: 0 12px;
}

.work-sector .featured-box-home {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0;
    position: relative;
}

.work-sector .featured-box-home a {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
}

.featured-box-home img {
    width: 100%;
}

/*coockie css*/

#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;
}

/*coockie css end*/

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .container {
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
    background: #fff;
}

.why-us .icon-box+.icon-box {
    margin-top: 50px;
}

.why-us .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f3f8fa;
    border-radius: 6px;
    transition: 0.5s;
}

.why-us .icon-box .icon i {
    color: #68A4C4;
    font-size: 32px;
}

.why-us .icon-box:hover .icon {
    background: #68A4C4;
}

.why-us .icon-box:hover .icon i {
    color: #fff;
}

.why-us .icon-box .title {
    margin-left: 95px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.why-us .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
}

.why-us .icon-box .title a:hover {
    color: #68A4C4;
}

.why-us .icon-box .description {
    margin-left: 95px;
    line-height: 24px;
    font-size: 14px;
}

.why-us .video-box {
    position: relative;
}

.why-us .video-box img {
    padding-top: 15px;
    padding-bottom: 15px;
}

.why-us .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#68A4C4 50%, rgba(104, 164, 196, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.why-us .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(104, 164, 196, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
    border-left: 15px solid #68A4C4;
    transform: scale(20);
}

.why-us .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .row+.row {
    margin-top: 100px;
}

.features h3 {
    font-weight: 400;
    font-size: 24px;
}

.features ul {
    list-style: none;
    padding: 0;
}

.features ul li {
    padding-bottom: 10px;
}

.features ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #68A4C4;
}

.features p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
    font-weight: 400;
    font-size: 26px;
}

.about ul {
    list-style: none;
    padding: 0;
}

.about ul li {
    padding-bottom: 10px;
}

.about ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #68A4C4;
}

.about p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .counters span {
    font-size: 48px;
    display: block;
    color: #68A4C4;
}

.facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills {
    padding: 60px 0;
}

.skills .progress {
    height: 35px;
    margin-bottom: 10px;
}

.skills .progress .skill {
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}

.skills .progress-bar {
    width: 1px;
    text-align: left;
    transition: .9s;
}


/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    padding-bottom: 10px;
}

.service-details .card {
    border: 0;
    padding: 0 30px;
    margin-bottom: 60px;
    position: relative;
}

.service-details .card-img {
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow: hidden;
    z-index: 9;
    border-radius: 0;
}

.service-details .card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.service-details .card-body {
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    transition: 0.3s;
}

.service-details .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.service-details .card-title a {
    color: #1e4356;
    transition: 0.3s;
}

.service-details .card-text {
    color: #5e5e5e;
}

.service-details .read-more a {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s;
}

.service-details .read-more a:hover {
    color: #68A4C4;
}

.service-details .card:hover img {
    transform: scale(1.1);
}

.service-details .card:hover .card-body {
    border-color: #68A4C4;
}

.service-details .card:hover .card-body .card-title a {
    color: #68A4C4;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
}

.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px;
}

.pricing h4 {
    font-size: 46px;
    color: #68A4C4;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 18px;
    display: block;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding-bottom: 12px;
}

.pricing ul i {
    color: #68A4C4;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
}

.pricing ul .na i {
    color: #ccc;
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .get-started-btn {
    background: #1e4356;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    transition: 0.3s;
}

.pricing .get-started-btn:hover {
    background: #68A4C4;
}

.pricing .featured {
    z-index: 10;
    margin: -30px -5px 0 -5px;
}

.pricing .featured .get-started-btn {
    background: #68A4C4;
}

.pricing .featured .get-started-btn:hover {
    background: #85b6cf;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
    padding-bottom: 60px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 12px 5px 12px;
    display: inline-block;
    padding: 0 4px 6px 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #444;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #fff;
    font-family: "Roboto", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    border-color: #68A4C4;
    color: #68A4C4;
}

.portfolio .portfolio-item {
    background: #1e4356;
    overflow: hidden;
    min-height: 200px;
    position: relative;
    border-radius: 4px;
    margin: 0 0 30px 0;
}

.portfolio .portfolio-item img {
    transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    transition: all .3s linear;
    text-align: center;
    top: 10%;
    left: 0;
    right: 0;
}

.portfolio .portfolio-item .portfolio-info h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.portfolio .portfolio-item .portfolio-info a i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info a i:hover {
    color: white;
}

.portfolio .portfolio-item:hover img {
    opacity: 0.6;
    transform: scale(1.1);
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #68A4C4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #68A4C4;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(30, 67, 86, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

.section-candidate {
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
    padding-bottom: 30px;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: bottom ease-in-out 0.4s;
    text-align: center;
    background: rgba(30, 67, 86, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .member .social a {
    transition: color 0.3s;
    color: #fff;
    margin: 0 12px;
    display: inline-block;
}

.team .member .social a:hover {
    color: #68A4C4;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin: 15px 0 5px 0;
    font-size: 18px;
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
    color: #68A4C4;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.team .member:hover .social {
    bottom: 0;
    opacity: 1;
    transition: bottom ease-in-out 0.4s;
}

.team .member:hover .social a,
.team .member:hover .social i {
    line-height: 0;
    font-size: 18px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    padding-bottom: 30px;
}

.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
}

.contact .info-box i {
    font-size: 32px;
    color: #68A4C4;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #94bd58;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    margin-bottom: 30px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
    background-color: #68A4C4;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #68A4C4;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #8dbad2;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
    padding: 0;
    margin-bottom: -6px;
}

.map iframe {
    width: 100%;
    height: 380px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 40px 0 20px 0;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 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 {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #1e4356;
    transition: 0.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: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 24px;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #68A4C4;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #7aafcb;
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.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: 0.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, 0.1);
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px;
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    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, 0.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: bold;
}

.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: bold;
    color: #444;
    transition: 0.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, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    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-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #1e4356;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #255269;
}

.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: 0.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: 0.3s;
    background: #e4e4e4;
    color: #000;
}

.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: #e4e4e4;
}

.blog-pagination li.active a,
.blog-pagination li:hover a {
    color: #000;
}


.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 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: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #68A4C4;
    color: #fff;
    transition: 0.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: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: #68A4C4;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    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: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: #1e4356;
    transition: 0.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: #aaaaaa;
}

.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: 0.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;
}

.section-blog .swiper-slide .item-box {
    background-color: #fff;
}

.section-blog .blog-content.group-box a {
    color: #2d3192;
    font-size: 25px;
    margin-bottom: 4px;
}

.section-blog .blog-content.group-box h3 {
    margin-bottom: 10px;
}

.section-blog .blog-content.group-box .date {
    margin-bottom: 10px;
}

.section-blog .blog-content.group-box a.global-button {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
}

.latest-blog a.global-button.allnewsblog {
    margin-top: 60px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 14px;
}

#footer p {
    color: #fff;
    line-height: 29px;
}

.footer-logo {
    margin-bottom: 30px;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #071c38;
}

#footer .footer-newsletter h4 {
    font-size: 35px;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    font-weight: bold;
}

#footer .footer-newsletter form {
    margin-top: 25px;
    padding: 6px 0px;
    position: relative;
    border-radius: 50px;
    margin-bottom: 20px;
}

#footer .footer-newsletter form input[type="email"],
#footer .footer-newsletter form input[type="text"] {
    border: 0;
    padding: 4px;
    width: 41%;
    background-color: #162943;
    line-height: 30px;
    padding: 15px;
    border-radius: 5px;
    color: #59687d;
    font-size: 18px;
    margin-right: 6px;
}

#footer .footer-newsletter form input[type="submit"] {
    background-image: url(../images/newsletter-icon.png) !important;
    position: relative;
    padding: 0 20px;
    margin: 3px;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    font-size: 0;
    background-position: center center;
    width: 45px;
    height: 45px;
    border: 0;
    margin: 0;
    vertical-align: middle;
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background-color: transparent;
}

#footer .footer-top {
    background: #162943;
    border-bottom: 0;
    padding: 15px 0 15px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    color: #94bd58;
    font-weight: 600;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    /*font-family: "Roboto", sans-serif;*/
    color: #fff;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    padding-right: 30px;
}

#footer .footer-top .social-links a:hover {
    background: #94bd58;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
}


#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #94bd58;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}


#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 17px;
}


#footer .footer-top .footer-links ul a:hover {
    color: #94bd58;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p,
#footer .footer-top .footer-contact p a {
    line-height: 26px;
    color: #fff;
}

.footer-top p {
    font-size: 17px;
}

#footer .copyright {
    padding: 25px 0;
    background-color: #071c38;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #94bd58;
}

.footer-info input {
    border: 0;
    line-height: 36px;
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 24px;
    border: 0;
}

.footer-info input[type="submit"] {
    background-color: #f0842a;
    color: #fff;
    border: 0;
    margin-left: -4px;
}

.footer-call a {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
}

.footer-call {
    margin-top: 21px;
    margin-bottom: 10px;
}



/* Home Contact */
.home-contact {
    background-image: url(../images/homecontact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-contact h2 {
    color: #fff;
    margin-bottom: 8px;
}

.home-contact p {
    color: #fff;
}

.home-contact .php-email-form {
    margin-top: 50px;
}

.home-contact .php-email-form label {
    color: #fff;
    margin-bottom: 6px;
}

.home-contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.home-contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.home-contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.home-contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.home-contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.home-contact.php-email-form .form-group {
    margin-bottom: 20px;
}

.home-contact .php-email-form input,
#contact .php-email-form textarea {
    padding: 10px 14px;
    border-radius: 5px;
    box-shadow: none;
    font-size: 15px;
}

.home-contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
    background-color: #18d26e;
}

.home-contact .php-email-form button[type=submit] {
    background: #03c4eb;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 45px;
    text-transform: uppercase;
    margin-top: 20px;
}

.home-contact .php-email-form button[type=submit]:hover {
    background: #13a456;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#call-to-action {
    background: url(../images/call-to-action-bg.jpg) center center;
    background-size: cover;
    padding: 100px 0;
}

#call-to-action h2 {
    color: #fff;
}

/*Home review CSS */
.reviews-sectionfull {
    background-color: #edeff7;
}

.testimonial-title h2.title::after {
    background-color: #d6232e;
    width: 70px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.testimonial-title {
    margin-bottom: 40px;
}

/*.reviews-sectionfull a.btn.btn-arrow.global-button {
    margin-top: 50px;
    margin-bottom: 50px;
}
.testimonial-slide .box {
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 0 0 5px #ddd;
    border: 1px solid #ddd;
}
.testimonial-slide .arrow_boxs {
    font-weight: normal;
    min-height: 83px;
    color: #000000;
    font-size: 17px;
    text-align: left;
}
.testimonial-slide h4 {
    margin-top: 30px;
    font-size: 18px;
    color: #000000;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}
.testimonial-slide .owl-carousel .owl-item img {
    width: auto;
}
.testimonial-slide .owl-prev {
    box-shadow: 0 0 5px #cccccc;
    position: absolute;
    left: -30px;
    top: 45%;
    width: 45px;
    border-radius: 100%;
    height: 45px;
    background-color: #FFFFFF !important;
}
.testimonial-slide .owl-next {
    box-shadow: 0 0 5px #cccccc;
    position: absolute;
    right: -30px;
    top: 45%;
    width: 45px;
    border-radius: 100%;
    height: 45px;
    background-color: #FFFFFF !important;
}
.testimonial-slide .owl-nav button span {
    font-size: 30px;
    color: #AAAAAA;
}*/
.reviews-sectionfull .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #000;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #68A4C4;
    margin-top: 50px;
}

.reviews-sectionfull .btn-get-started:hover {
    background: #68A4C4;
    color: #fff;
    text-decoration: none;
}

/*Home review CSS End*/

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
    width: 100%;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

.photoGallery li {
    list-style: none;
    margin-bottom: 15px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .swiper-slide {
    height: auto !important;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    background: #fff;
    /*min-height: 190px;*/
    display: flex;
    flex-direction: column;
    text-align: left;
    transition: 0.3s;
    background-color: #FFF;
    margin: 5px 20px;
    padding: 30px;
    height: 95%;
}

.testimonials .testimonial-item .stars {
    margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 16px;
    color: #2d3192;
    margin: 0;
    font-weight: bold;
}

.testimonials .testimonial-item p {
    margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4154f1;
}

.testimonials .swiper-slide {
    /*opacity: .3;*/
}

.reviews-sectionfull h2 {
    /* color: #fff; */
}

.reviews-sectionfull .testimonials-slider p {
    color: #000;
}

.reviews-sectionfull .swiper-button-next,
.reviews-sectionfull .swiper-button-prev {
    color: #fff;
    background-color: #1d385b;
}

.reviews-sectionfull .swiper-button-next:after,
.reviews-sectionfull .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.reviews-sectionfull a.global-button {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }

    .testimonials .swiper-pagination {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        /*transform: scale(1.12);*/
    }
}


/*------/ Space Padding /------*/
.section-t8 {
    padding-top: 8rem;
}

@media (max-width: 767px) {
    .section-t8 {
        padding-top: 4rem;
    }
}

/*------/ Title /------*/
.title-wrap {
    padding-bottom: 4rem;
}

.title-a {
    text-decoration: none;
    font-size: 2.6rem;
    font-weight: 600;
}

.title-link {
    font-size: 1.2rem;
    font-weight: 300;
    padding-top: 1.2rem;
}

.title-link a {
    text-decoration: none;
    color: #313131;
}

.title-link span {
    font-size: 20px;
    padding-left: 4px;
    vertical-align: middle;
}

.title-box-d {
    padding-bottom: 1.8rem;
    margin-bottom: 1rem;
    position: relative;
}

.title-box-d .title-d {
    font-weight: 600;
    font-size: 2rem;
}

.title-box-d .title-d:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: #2eca6a;
    bottom: 20px;
    left: 0;
}

/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/
@media (max-width: 767px) {

    .card-box-a,
    .card-box-b,
    .card-box-c,
    .card-box-d {
        margin-bottom: 2.5rem;
    }
}

.card-box-a span,
.card-box-b span,
.card-box-c span,
.card-box-d span {
    line-height: 0;
}

@media (min-width: 768px) {

    .grid .card-box-a,
    .grid .card-box-b,
    .grid .card-box-c,
    .grid .card-box-d {
        margin-bottom: 2.5rem;
    }
}

.card-box-a,
.card-box-b,
.card-box-d {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
    transition: .8s all ease-in-out;
}

@media (min-width: 768px) {

    .card-box-a:hover .img-a,
    .card-box-a:hover .img-b,
    .card-box-b:hover .img-a,
    .card-box-b:hover .img-b {
        transform: scale(1.2);
    }
}

@media (min-width: 768px) {

    .card-box-a .price-a,
    .card-box-b .price-a {
        font-size: .9rem;
    }
}

@media (min-width: 992px) {

    .card-box-a .price-a,
    .card-box-b .price-a {
        font-size: 1rem;
    }
}

.card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-shadow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-shadow:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   NEWS - CARD-B
======================================*/
.card-header-b {
    padding: 1rem;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    z-index: 2;
}

@media (min-width: 768px) {
    .card-header-b {
        bottom: 0px;
    }
}

@media (min-width: 992px) {
    .card-header-b {
        bottom: 20px;
    }
}

.card-header-b .category-b {
    font-size: .9rem;
    background-color: #2eca6a;
    padding: .3rem .7rem;
    color: #313131;
    letter-spacing: 0.030em;
    border-radius: 50px;
    text-decoration: none;
}

.card-header-b .title-2 {
    margin-bottom: 0;
    padding: .6rem 0;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .card-header-b .title-2 {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .card-header-b .title-2 {
        font-size: 1.6rem;
    }
}

.card-header-b .title-2 a {
    color: #ffffff;
    text-decoration: none;
}

.card-header-b .date-b {
    color: #d8d8d8;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .card-header-b .date-b {
        font-size: .9rem;
    }
}

@media (min-width: 992px) {
    .card-header-b .date-b {
        font-size: 1rem;
    }
}

/*------/ News Single /------*/
.post-information {
    padding: 3rem 0;
}

.post-content {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
}

.post-content .post-intro {
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 4rem;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
}

.post-content p {
    margin-bottom: 1.7rem;
}

.post-content .blockquote {
    padding: 1rem 3rem 1.7rem 3rem;
    border-left: 3px solid #2eca6a;
    color: #000000;
}

.post-content .blockquote footer {
    text-align: left;
    padding: 0;
}

.post-footer {
    padding: 3rem 0 4rem;
}

.post-share .socials {
    display: inline-block;
}

.post-share .socials li {
    margin-left: .6rem;
}

/*------/ Comments /------*/
.box-comments .list-comments li {
    padding-bottom: 3.5rem;
}

.box-comments .list-comments .comment-avatar {
    display: table-cell;
    vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
    width: 80px;
    height: 80px;
}

.box-comments .list-comments .comment-author {
    font-size: 1.3rem;
}

.news-details {
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .box-comments .list-comments .comment-author {
        font-size: 1.5rem;
    }
}

.box-comments .list-comments .comment-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}

.box-comments .list-comments .comment-description {
    padding: .8rem 0 .5rem 0;
}

.box-comments .list-comments a {
    color: #000000;
}

.box-comments .list-comments span {
    display: block;
    color: #2B2A2A;
    font-style: italic;
}

.box-comments .comment-children {
    margin-left: 40px;
}

/*------/ Overlay /------*/
.overlay-a {
    text-decoration: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
}

.carousel-pagination {
    margin-top: 10px;
    text-align: center;
}

.carousel-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 10px;
    background-color: #555;
    margin: 0 4px;
    border-radius: 0;
    opacity: 1;
    transition: 0.3s;
}

.carousel-pagination .swiper-pagination-bullet-active {
    background-color: #2eca6a;
    width: 36px;
}

.nav-arrow-a {
    text-decoration: none;
}

.nav-arrow-a .owl-arrow .owl-nav {
    font-size: 1.8rem;
    margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
    margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
    padding: .7rem 1.5rem !important;
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #ffffff;
    background-color: #2eca6a;
    opacity: .9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
    transition: all 0.6s ease-in-out;
    color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
    background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
    margin-left: 0px;
}

.section-news .img-box-b .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.section-news .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #000;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #68A4C4;
    margin-top: 50px;
}

.section-news .btn-get-started:hover {
    background: #68A4C4;
    color: #fff;
    text-decoration: none;
}

/*------/ Intro Single /------*/
.intro-single {
    padding: 12rem 0 3rem;
}

@media (max-width: 767px) {
    .intro-single {
        padding-top: 9rem;
    }
}

.intro-single .title-single-box {
    padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
    border-left: 3px solid #2eca6a;
}

.intro-single .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}

@media (min-width: 768px) {
    .intro-single .title-single-box .title-single {
        font-size: 2.1rem;
    }
}

@media (min-width: 992px) {
    .intro-single .title-single-box .title-single {
        font-size: 2.5rem;
    }
}

.intro-single .breadcrumb-box {
    padding: 1rem 0 0 .5rem;
}

.intro-single .breadcrumb {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}


/*------/ Pagination-a /------*/
.pagination-a {
    text-decoration: none;
}

.pagination-a .pagination .page-link {
    margin: 0 .2rem;
    border-color: transparent;
    padding: .5rem .8rem;
    color: #000000;
}

.pagination-a .pagination .page-link:hover,
.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
    background-color: #2eca6a;
}

.pagination-a .pagination .page-link span {
    font-size: 1.2rem;
}

.pagination-a .pagination .next .page-link {
    padding: .4rem .9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
    padding: .4rem .9rem;
    color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
    background-color: #2eca6a;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
    border: 0;
}

.faq .accordion-button:not(.collapsed) {
    background: none;
    color: #4b6978;
    border-bottom: 0;
    box-shadow: none;

}

.faq .accordion-button {
    padding: 0px;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: #444444;
    text-align: left;
    background-color: #f7f7f7;
    margin-bottom: 0px;
}

.accordion-flush .accordion-item {
    border: 0;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    padding: 20px;
}

.faq .accordion-button:focus {
    box-shadow: none;
}

.faq .accordion-body {
    padding: 0 0 25px 0;
    border: 0;
    padding-top: 10px;
}

.faq-search-icon {
    right: 15px;
    top: 14px;
    cursor: pointer;
}


#quick_contact .form-group {
    display: inherit;
    margin-bottom: 10px;
}




.events {
    padding: 100px 0;
}

.events .nav-tabs {
    border: 0;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 20px #d4d4d4;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 60px;
}

.events .nav-tabs li {
    border: 0;
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block;
    float: none;
}

.events .nav-tabs li a {
    background-color: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    padding: 15px 30px;
    display: block;
}

.events.nav-tabs>li.active>a,
.events .nav-tabs>li.active>a:focus,
.events .nav-tabs>li.active>a:hover,
.events .nav-tabs li a:hover {
    border: 0;
    color: #000000;
    cursor: pointer;
}

.events .nav-tabs li.active a {
    background: -webkit-linear-gradient(180deg, rgba(37, 172, 225, 1) 0%, rgba(31, 109, 173, 1) 100%);
    background: -moz-linear-gradient(270deg, rgba(37, 172, 225, 1) 0%, rgba(31, 109, 173, 1) 100%);
    background: linear-gradient(270deg, rgba(37, 172, 225, 1) 0%, rgba(31, 109, 173, 1) 100%);
    color: #FFFFFF;
    margin: 0;

}

.filter {
    margin-bottom: 30px
}

.filter .form-control {
    border-radius: 5px;
    font-weight: 400;
    line-height: 39px;
}

.filter .btn {
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    color: #8C8C8C;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    padding: 12px 20px;
    background: #ffffff;
}

.events .tab-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.event-grid {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    overflow: hidden;
}

.event-grid .title {
    margin-bottom: 30px;
    margin-top: 0;
}

.event-grid .cat_name {
    background-color: #548AB7;
    position: absolute;
    top: 20px;
    left: 45px;
    border-radius: 25px;
    color: #FFFFFF;
    padding: 0 15px;
    font-weight: 700;
    font-size: 13px;
}

.event-grid .desc {
    padding: 30px;
    font-size: 18px;
}

.event-details {
    font-size: 18px;
}

.event-sidebar {
    background-color: #F6F6F6;
    border: 1px solid #EAEAEA;
    padding: 40px;
    font-size: 18px;
}

.event-sidebar li {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 30px;
    margin-bottom: 15px;
}

.event-details .btn-submit {
    margin: 20px 0;
}

#eventRegistration h2 {
    margin-bottom: 30px;
}

#eventRegistration .btn-submit {
    margin: 0;
}

.other-events {
    background-color: #F5F5F5;
    margin-top: 50px;
    padding: 60px 0;
}

.other-events h2 {
    margin-bottom: 30px;
    margin-top: 0;
}

.blog-row {
    padding-bottom: 15px;
    border-bottom: 2px solid #d7d7d778;
    padding-top: 15px;
}

/* Event */

.description-event {
    margin-top: 60px;
}

.eventdetailsnew h2 {
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.eventsummery p {
    font-size: 16px;
    margin-bottom: 10px;
}

.eventsummery .social.social-links {
    margin-top: 25px;
}

.eventsummery .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #f3f3f3;
    color: #191b22;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.eventsummery .social-links a:hover {
    background: #68A4C4;
    color: #fff;
    text-decoration: none;
}

.Eventgallery .gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.Eventgallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}

.Eventgallery .gallery-item:hover img {
    transform: scale(1.1);
}

.related-event-section .desc {
    background-color: #fff;
}

.related-event-section .event-grid .title {
    margin-bottom: 15px;
}

.related-event-section .desc p {
    margin-bottom: 1px;
    color: #414141;
    font-size: 16px;
}

.related-event-section .event-grid .title a {
    color: #222931;
    font-size: 25px;
}

.related-event-section .event-grid .title a:hover {
    color: #2d3192;
}

.page-banner {
    position: relative;
}

.page-banner img {
    width: 100%;
}



.page-banner .banner-text h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 10px;
    background-color: #94bd58;
    display: inline-block;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    padding: 20px 20px;
}

.page-banner .banner-text h1 strong {
    color: #b11167;
}

.page-banner .banner-text p {
    font-size: 18px;
    text-transform: capitalize;
}


/*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 0.5s ease;
    color: white;
    font-size: 20px;
}

/* HOver affect on sticky social media icons */
.stickyicon-list a:hover {
    color: #000;
}

/* Now we have to design each icon of social media */
.facebook {
    background: #3b5998;
    color: white;
}

.twitter {
    color: white;
    background: #00acee;
}

.linkedin {
    background: #0e76a8;
    color: white;
}

.google {
    color: white;
    background: #db4a39;
}

.instagram {
    background: #3f729b;
    color: white;
}

.youtube {
    color: white;
    background: #c4302b;
}

.whatsapp {
    color: #fff;
    background: #007a6c;
}

.phone {
    background-color: #37b54a;
    color: white;
}

.email {
    background-color: #0073c6;
    color: white;
}

.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;
}

/*sticky sidebar end */



/* jobs */

.search-job-bg {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.search-job-bg .col-10.text-left p {
    color: #1d385b;
    font-size: 35px;
    font-weight: bold;
}

.search-job-bg .col-10.text-left p strong {
    color: #94bd58;
}

.search-left {
    padding: 15px;
    border: 1px solid #c2d1d9;
    background-color: #fff;
    border-radius: 5px;
}

.search-top {
    padding-top: 60px;
    padding-bottom: 15px;
}

.job_search_results .job_list {
    padding: 40px;
    border: 2px solid #1d385b;
    border-radius: 5px;
    background-color: #fff;
}

.job_search_results .job_list:hover {
    border-color: #94bd58;
}

.search-details-text ul {
    padding: 0;
}

.search-details-text ul li {
    list-style: none;
}

#job-search-form .form-control {
    border: 1px solid #c2d1d9;
}

.apply-clear button.btn.btn-info {
    background-color: #e3e5ea;
    border: 1px solid #c2d1d9;
    color: #5e5e5e;
}

.apply-clear button.btn.btn-info.apply-box {
    background-color: #94bd58;
    color: #fff;
    box-shadow: none;
    padding-right: 40px;
    border: 1px solid transparent;
}

.jobloclist i {
    color: #1167b1;
}

.search-details-text-row {
    background-color: #f8f8f8;
    margin-left: 0px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.job_search_results .global-button {
    margin-left: 11px;
}

.job_search_results a.btn.btn-info.viewdetailsjobsearch {
    background-color: #1d385b;
}

.job_search_results a.btn.btn-info.viewdetailsjobsearch:hover {
    background-color: #94bd58;
}

.job_search_results .job_list h4 a {
    color: #181a9a;
    font-size: 30px;
    font-weight: 600;
}

.job_search_results .job_list h4 a:hover {
    color: #94bd58;

}

.blog-pagination {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

#find-jobs-form-top input[type="text"],
#find-jobs-form-top select {
    background-color: #e3e5ea;
    border: 0;
    line-height: 36px;
    color: #000;
}

#find-jobs-form-top .global-button {

    width: 47%;
}

#find-jobs-form-top .global-button.btn.btn-success {
    background-color: #94bd58;
}

.graybg {
    background-color: #edeff7;
    padding: 50px 0;
}

.similar-job-section h2 {
    color: #000000;
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 50px;
    border-bottom-right-radius: 0;
}

.similar-job-section .featured-box-home h4 a {
    font-size: 20px;
}

.similar-job-section .featured-box-home {
    margin-bottom: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.similar-job-section .featured-box-home.box-smiliar-job:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #c2d1d9;
}

.btnjobsave {
    text-align: right;
    margin-bottom: 20px;
}

.jd-left-side h2 {
    margin-bottom: 14px;
    font-size: 35px;
    color: #181a9a;
    font-weight: bold;
    line-height: 50px;
}

.btnjobsave {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.whitebar {
    background-color: #fff;
    padding: 60px 0;
}

.whitebar h4 {
    color: #000000;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 25px;
}

.whitebar h4 span {
    color: #b11167;
}

.whitebar h4 span.white2 {
    color: #1167b1;
}

.pinkbar {
    background-color: #b11167;
    padding: 60px 0;
}

.pinkbar h2 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 35px;
}

.pinkbar.huntingtwo p {
    color: #ffffff;
}

.pinkbar h4 {
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 30px;
}

.whitebar h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

.whitebar.executive-recruing-last h4 {
    color: #b11167;
    font-size: 20px;
    font-weight: bold;
}

.executive-recruiting .pinkbar img,
.executive-recruiting .whitebar img {
    width: 100%;

}

.bluebar {
    background-color: #1167b1;
    padding: 30px 0;
}

.bluebar h3 {
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 30px;
}

#page_id_199 .bluebar h3 {
    margin-bottom: 0;
}

.canditate1 h4.text-center {
    font-size: 44px;
    padding: 0 71px;
}

.graybar {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.huntingtwo h3 {
    color: #000000;
    font-size: 35px;
    font-weight: bold;
    margin-top: 0;
}

.huntingtwo.pinkbar h3 {
    color: #fff;
}

.huntingtwo p {
    color: #000000;
    font-size: 18px;
}

.huntingthreeo h3 {
    color: #000000;
    font-size: 35px;
    font-weight: bold;
    margin-top: 45px;
}

#header .social {
    margin-right: 50px;
}

#header .social a {
    font-size: 18px;
    display: inline-block;
    background: transparent;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

#header .social a:hover {
    color: #b11167;
}

#header .navbar .social a i {
    font-size: 24px;
    padding-top: 10px;
    margin-left: 0;
}

.about-icon-box {}

.about-icon-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.about-icon-box h4 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.about-icon-box img {
    margin-right: 30px;
}

.process-sec {
    margin-top: 50px;
}

.process-box {
    background-color: #fff;
    box-shadow: 0 0 5px #ddd;
    padding: 40px;
}

.process-box h3 {
    color: #000000;
    font-size: 25px;
    margin-top: 20px;
}

/* .about-us h2 {
    color: #000000;
    font-size: 35px;
    font-weight: bold;
} */

div#about3 {
    padding-top: 50px;
}

.copyright {
    font-size: 18px;
}


.copyright a,
.copyright p {
    color: #fff;
    font-size: 18px;
}

.employers h3 {
    margin-bottom: 20px;
}

.emploerlast {
    padding: 50px 0;
}

.submitcv label {
    font-weight: 500;
}

.submitcv input {
    border: 1px solid #bfbfbf;
    border-radius: 0;
    margin-bottom: 10px;
    margin-top: 5px;
    line-height: 35px;
}

.submitcv textarea {
    border: 1px solid #bfbfbf;
    border-radius: 0;
    margin-bottom: 10px;
    margin-top: 5px;
    height: 130px;
}

.submitcv select {
    width: 100%;
    height: 46px;
    border: 1px solid #bfbfbf;
    padding: 0.375rem 0.75rem;
    margin-bottom: 10px;
    margin-top: 5px;
}

.submitcv .accptbox input {
    width: auto;
}

.submitcv .accptbox label {
    width: 96%;
    display: block;
    margin-right: 5px;
}

.accptbox {
    padding-left: 25px;
}

.accptbox button.global-button.hire.global-button-arrow {
    width: auto;
    background-color: #94bd58;
    margin-top: 12px;
}

.accptbox button.global-button.hire.global-button-arrow:hover {
    background-color: #1d385b;
}

.uploadcv {
    padding-left: 15px;
}

.submitcv .uploadcv input {
    border: 0;
}

.submitcv h2 {
    color: #000000;
    font-size: 35px;
    font-weight: bold;
}

.submitcv .php-email-form {
    /* background-color: #fff; */
    /* padding: 70px; */
}

h4.selectedfilter {
    background-color: #1d385b;
    color: #fff;
    margin: -15px;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

p.jobsalry b {
    color: #94bd58;
}

p.jobsalry {
    color: #1d385b;
    font-size: 30px;
    font-weight: bold;
}

p.jobreferense {
    margin-bottom: 30px;
}

.jd-left-side p.jobloclist {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 22px;
}

.about_company {
    background: #1d385b;
    padding: 15px 15px;
    margin: 0px -15px;
}

.about_company p,
.about_company li {
    color: #FFF;
}

.about_company>h5 {
    color: #FFF !important;
    margin-top: 0 !important;
}

.jd-left-side p.jobtype {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.jd-left-side p.jobtype span {
    color: #1167b2;
}

.jd-left-side p.jobsalry {
    line-height: 30px;
    font-weight: 600;
    font-size: 20px;
}

.jd-left-side p.jobsalry span {
    color: #94bd58;
}

.jd-left-side p.jobreferense {
    line-height: 30px;
    font-weight: 600;
    font-size: 20px;
}

.jd-left-side h5 {
    font-size: 30px;
    color: #010101;
    margin-bottom: 14px;
    margin-top: 35px;
}

.jd-right-side .featured-box-home {
    padding: 15px;
}

.jd-right-side .btnjobsaves a {
    width: 100%;
    background-color: #94bd58;
    margin-top: 0;
    margin-bottom: 13px;
}

.jd-right-side .btnjobsaves a:hover {
    background-color: #1d385b;
}

.jd-right-side .search-details-text {
    background-color: #efefef;
    padding: 10px;
    margin-bottom: 15px;
}

.jd-right-side .search-details-text {
    background-color: #efefef;
    padding: 10px;
}

.jd-right-side .search-details-text ul li {
    line-height: 36px;
    color: #000000;
    font-size: 17px;
}

.featured-box-home .read-doc img {
    width: auto;
}

h3.read-doc {
    color: #0057b7;
    font-size: 23px;
    font-weight: 600;
    vertical-align: middle;
}

ul.readthisappyling,
ul.readthisinsturction {
    list-style: none;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 20px;
}

ul.readthisappyling li,
ul.readthisinsturction li {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.jd-right-side .btnjobsaves.applymiddle a.btn.btn-link.no-padding {
    width: auto;
    background-color: snow;
    padding: 0;
    margin: 0;
}

.containers {
    padding: 20px;
}

.containers h2 {
    color: #1d385b;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 19px;
}

.home-about.contact-top {
    padding: 80px 0;
}

.containers {
    padding: 20px;
    margin-right: 0px;
}

.containers input {
    line-height: 46px;
    background-color: #fff;
    color: #1d385b;
    border: 1px solid #5a5a5a;
}

.containers textarea {

    background-color: #fff;
    color: #1d385b;
    border: 1px solid #5a5a5a;
}

.containers input::placeholder,
.containers textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1d385b;
    opacity: 1;
    /* Firefox */
}

.containers input:-ms-input-placeholder,
.containers textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1d385b;
}

.containers input::-ms-input-placeholder,
.containers textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1d385b;
}

.containers .global-button {
    background-color: #94bd58;
    border: 0;
    border-radius: 0;
}

.containers .global-button:hover {
    background-color: #1d385b;
    color: #fff;
    text-decoration: none;
}

.home-about.contact-top .col-md-5 p,
.home-about.contact-top .col-md-5 a {
    color: #000000;
    font-size: 16px;
}

.home-about.contact-top .col-md-5 h3 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
}

section.contact-sec2 {
    padding-bottom: 0;
}

.whitebar.reffer1 {
    padding: 30px 0;
}

.whitebar.reffer1 h4.text-strat {
    color: #1167B1;
}

.whitebar.reffer1 h5 {
    color: #000000;
    font-size: 26px;
}

.bluebar.reffer2 h3 {
    font-size: 38px;
}

.whitebar.carrere11 h4 {
    color: #B11167;
    font-size: 27px;
    text-align: center;
    line-height: 34px;
}

.huntingtwo.whitebar.reffer3 {
    text-align: center;
}

.huntingtwo.whitebar.reffer3 img {
    margin-bottom: 20px;
}

.can-box {
    background-color: #fff;
    /* box-shadow: 0 0 5px #ddd; */
    padding: 27px;
    margin-top: 50px;
    min-height: 266px;
}

.marketing-professionals .can-box {
    min-height: 331px;
}

.pinkbar.bluebar .can-box h4 {
    color: #000;
    font-size: 22px;
    margin-top: 19px;
}

.whitebar.executive-recruing-last.candidate-section h4 {
    color: #000000;
    font-size: 22px;
    margin-top: 23px;
}

.marketing-professional .can-box {
    min-height: 348px;
}

.banner-text {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}


.graybar.bluebar.aboutblubar {
    background-color: #1167b1;
}

.graybar.bluebar.aboutblubar h2 {
    color: #fff;
}

.graybar.bluebar.aboutblubar p {
    color: #fff;
}

.homecvsection .can-box {
    box-shadow: 0 0 5px #ddd;
    margin-top: 0;
    padding-left: 14px;
    padding-right: 14px;
}

.homecvsection h2 {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 500;
    margin-top: 15px;
}

.homecvsection p {
    font-weight: 500;
}

#footer .copyright .social a {
    font-size: 28px;
    margin-right: 10px;
    padding: 0;
    background: transparent;
}

.copyright p {
    margin-bottom: 0;
}

section#section-2018 {
    background-color: #1276a0;
    padding: 0;
    color: #fff;
}



section#section-2018 h2 {
    font-size: 60px;
}

section#section-2018 h2,
section#section-2018 p {
    color: #fff;
}

.page ul {
    list-style: none;
    padding-left: 0;
    margin-top: 5px;
}

.page ul li {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    font-size: 19px;
    padding-left: 20px;
    background-position: 1px 5px;
    margin-bottom: 8px;
}

.section-2021 {
    background-image: url("../images/about-mission.jpg");
    background-size: cover;
    padding: 150px 0;
    color: #fff;
}

.section-2021 h2 {
    font-size: 60px;
}

.section-2021 h2,
.section-2021 p {
    color: #fff;
}

section#section-2018.section-about-3 {
    padding: 100px 0;
}

section#section-2018.section-about-3 h2,
section#section-2018.section-about-3 ul li {
    color: #1d385b;
}

.page_199 .banner-text,
.page_352 .banner-text {
    text-align: left;
    top: 24%;
    left: 0;
}

.page_199 .page-banner .banner-text h1,
.page_352 .page-banner .banner-text h1 {
    background-color: transparent;
    font-size: 50px;
    font-weight: bold;
    line-height: 56px;
    padding: 0;
    margin-bottom: 20px;
}

.page_199 .page-banner .banner-text p,
.page_352 .page-banner .banner-text p {
    color: #fff;
}

.page_199 .page-banner .banner-text .global-button,
.page_352 .page-banner .banner-text .global-button {
    background-color: #94bd58;
    color: #fff;
    text-decoration: none;
}

.page_199 .page-banner .banner-text .global-button:hover,
.page_352 .page-banner .banner-text .global-button:hover {
    background-color: #1d385b;
}

.section-2095 {
    background-image: url("../images/employer2.jpg");
    background-color: #1276a0;
    background-repeat: no-repeat;
    background-position: right;
}

.section-2095 p {
    color: #fff;
}

#page_id_352 h4 {
    color: #1d385b;
    font-size: 25px;
}

.employers section.page {
    padding-bottom: 0;
}

@media screen and (min-width: 1500px) and (max-width: 2200px) {
    .section-2095 .col-lg-8.col-xl-10 {
        width: 67%;
    }

}

@media screen and (min-width: 1500px) and (max-width: 1700px) {
    #find-jobs-form-top .global-button {
        width: 48%;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .section-2095 .col-lg-8.col-xl-10.my-5.my-lg-0.gx-5 {
        width: 50%;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
    .featured-box-home h4 {
        color: #000000;
        margin-bottom: 20px;
        min-height: 85px;
        line-height: 30px;
    }

    .featured-box-home h4 a {
        color: #181a9a;
        margin-bottom: 20px;
        font-size: 23px;
    }

    #find-jobs-form-top .global-button {
        width: 48%;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .page_199 .banner-text,
    .page_352 .banner-text {
        top: 10%;
    }

    .section-2095 .col-lg-8.col-xl-10.my-5.my-lg-0.gx-5 {
        width: 50%;
    }

}

@media (max-width: 1500px) {
    .section-2018 .row {
        align-items: flex-start !important;
    }

    section#section-2018 h2 {
        font-size: 45px;
    }

}

@media (min-width: 1400px) {
    .search-top.homesearch .row.bg-white {
        margin-right: 100px;
    }
}



@media (max-width: 1400px) {

    .navbar a,
    .navbar a:focus {
        padding: 24px 16px;
    }

    .section-2095 {
        background-image: none;
    }

    .section-2095 .col-lg-8.col-xl-10.my-5.my-lg-0.gx-5 {
        width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    section.featured-job .col-lg-4 {
        width: 33.3333333333%;
    }

    .featured-box-home h4 a {
        color: #181a9a;
        margin-bottom: 20px;
        font-size: 21px;
    }

    .search-top.homesearch .row.bg-white .col-xl-5,
    .search-top.homesearch .row.bg-white .col-xl-4 {
        width: 50%;
    }

    .search-top.homesearch .row.bg-white .col-xl-3 {
        width: 100%;
    }

    #find-jobs-form-top .btn {
        width: 49.6%;
    }

    .jobspage #find-jobs-form-top .btn {
        width: 49%;
    }

    .page_199 .banner-text,
    .page_352 .banner-text {

        top: 5%;
    }

    .apply-clear button.btn.btn-info {
        padding: 10px 7px;
    }

    .apply-clear button.btn.btn-info.apply-box {
        padding: 10px 7px;
    }

    .apply-clear .global-button-arrow:before {
        display: none;
    }
}

@media (max-width: 1200px) {
    .featured-box-home h4 a {
        font-size: 18px;
    }

    .section-2040 h2 {
        font-size: 31px;
        padding: 0 5px;
    }

    .footer-call a {
        font-size: 29px;
    }

    .homesearch h1 {
        text-shadow: 0 0 2px #39567b;
    }

    #find-jobs-form-top .btn {
        width: 49.6%;
    }

    .page_199 .banner-text,
    .page_352 .banner-text {

        top: 2%;

    }

    .page_199 .page-banner .banner-text h1,
    .page_352 .page-banner .banner-text h1 {
        font-size: 40px;
        line-height: 40px;

    }

    .container-fluid {
        padding: 0 15px;
    }

    section#section-2018 h2 {
        font-size: 40px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .apply-clear button.btn.btn-info {
        padding: 10px 7px;
    }

    .apply-clear button.btn.btn-info.apply-box {
        padding: 10px 7px;
    }

    .apply-clear .global-button-arrow:before {
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .featured-box-home h4 {
        color: #000000;
        margin-bottom: 20px;
        min-height: 108px;
        line-height: 30px;
    }

    .page_199 .page-banner .banner-text h1,
    .page_352 .page-banner .banner-text h1 {
        background-color: transparent;
        font-size: 33px;
        font-weight: bold;
        line-height: 41px;
        padding: 0;
        margin-bottom: 20px;
    }

    .page_199 .banner-text,
    .page_352 .banner-text {
        text-align: left;
        /* top: 1%;
        left: 0; */
    }

    .page_199 .page-banner .banner-text .global-button,
    .page_352 .page-banner .banner-text .global-button {
        padding: 12px 25px;

    }

    .section-2006 .row.gx-5 {
        --bs-gutter-x: 2rem;
    }

    .apply-clear button.btn.btn-info.apply-box {

        padding-right: 40px;
        border: 1px solid transparent;
        padding: 10px 11px;
    }

    .apply-clear .global-button-arrow:before {
        display: none;
    }

    .apply-clear button.btn.btn-info {
        padding: 10px 7px;
    }

    .apply-clear button.btn.btn-info.apply-box {
        padding: 10px 7px;
    }

}

@media (max-width: 1024px) {
    #find-jobs-form-top .global-button {
        /* width: 49%; */
    }

    .container-fluid {
        padding: 0 15px !important;
    }

    .homesearch h1 {
        text-shadow: 0 0 2px #39567b;
    }

    .section-2006 h2.mb-4 {
        font-size: 40px;
    }



}

@media (max-width: 991px) {
    section#section-2018 {
        padding-top: 20px;

    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-2018 .col-lg-6.ps-0 {
        padding-top: 25px !important;
        padding-left: 25px !important;
    }

    .section-2018 .col-lg-4 {
        padding-left: 15px !important;
    }

    .banner-text {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .page_199 .banner-text,
    .page_352 .banner-text {
        background-color: #1376a0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .section-2095 {
        background-image: none;
    }

    .job_search_results .job_list {
        padding: 20px;

    }

}


@media (max-width: 767px) {
    ul.top-nav {
        padding-left: 0;
    }

    #footer .footer-top .footer-links ul {
        flex-direction: column;
    }

    .top-bar {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .topbar-review {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    section {
        padding: 30px 0;
    }

    h1,
    h2 {

        font-size: 30px;
    }

    .featured-job h2.text-center {
        color: #000000;
        font-size: 30px;
        font-weight: normal;
    }

    .featured-box-home h4 a {
        color: #181a9a;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .featured-box-home h4 a {
        font-size: 20px;
    }

    .section-2006 h2.mb-4 {
        font-size: 27px;
    }

    .section-2040 h2 {
        font-size: 30px;
    }

    .banner-text {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .banner-text .container {
        padding: 0;
    }

    .page-banner .banner-text h1 {

        font-size: 30px;
        margin-bottom: 0;
        margin-top: 0;
        display: block;
        padding: 12px 20px;
    }

    .page_199 .page-banner .banner-text h1,
    .page_352 .page-banner .banner-text h1 {
        font-size: 30px;
        line-height: 40px;
    }

    #find-jobs-form-top .btn {
        width: 49% !important;
    }

    .section-2018 .col-lg-6.ps-0 {
        padding-top: 25px !important;
        padding-left: 25px !important;
    }

    .section-2018 .col-lg-4 {
        padding-left: 10px !important;
    }

    .candidates .section-2018 .col-lg-4 {
        padding-top: 15px !important;
    }

    section#section-2018 h2,
    .section-2021 h2 {
        font-size: 30px;
    }

    .section-2021 {

        padding: 50px 0;
    }

    .footer-call a {
        font-size: 23px;
    }

    .page_199 .banner-text,
    .page_352 .banner-text {
        background-color: #1376a0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .page_199 .banner-text .container,
    .page_352 .banner-text .container {
        padding: 0 15px;
    }

    .section-2006 .row.gx-5.align-items-center {
        --bs-gutter-x: 0;
    }

    .section-2095 {
        background-image: none;
    }

    .accptbox button.global-button.hire.global-button-arrow {
        width: 100%;
    }

    .job_search_results .job_list {
        padding: 20px;

    }

    .jd-left-side h2 {

        font-size: 28px;
        color: #181a9a;
        font-weight: bold;
        line-height: 36px;
    }

    .global-button-arrow:before {
        display: none;
    }

    .job_search_results .job_list h4 a,
    p.jobsalry {

        font-size: 20px;
    }

    p.jobreferense {
        margin-bottom: 10px;
    }

    .containers h2 {
        font-size: 25px;
    }

    .search-top.homesearch {
        background-image: url(../images/banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 60px;
        background-color: #e2e6e9;
        background-image: none;
    }

}

@media (max-width: 575px) {

    #footer .footer-top .footer-links ul {
        flex-direction: column;
    }

    .top-bar {
        flex-direction: column;
        display: flex;
        align-items: center;
        padding-left: 5px;
        padding-right: 5px;
    }

    .topbar-review {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    h1,
    h2 {

        font-size: 30px;
    }

    #footer .footer-newsletter form input[type="email"],
    #footer .footer-newsletter form input[type="text"] {

        width: 100%;
        margin-bottom: 5px;

    }

    .mobile-width {
        width: 60%;
    }

    .mobile-width-2 {
        width: 40%;
    }



}

@media (max-width: 379px) {
    .global-button {
        font-size: 18px;
        padding: 16px 10px;
    }

    #find-jobs-form-top .global-button {
        width: 48%;
    }



    .header-contact .py-3 {
        padding: 5px;
    }
}

.hidden {
    display: none;
}