/********** Template CSS **********/
:root {
    --primary: #00B074;
    --secondary: #2B9BFF;
    --light: #EFFDF5;
    --dark: #2B3940;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar {
    background-color: #fff;
    box-shadow: 0 0 10px #1f543994;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    padding: 15px 15px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {

    .navbar-dark .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    /* height: 75px; */
}

.navbar .navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar .navbar-brand img {
    width: 170px
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 600;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;

    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid orange;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: orange;
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 650px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }

    .header-carousel-seconds_button {
        margin: auto;
        top: 60% !important;
        left: 0 !important;
        right: 0 !important;
        text-align: center;
    }

    .header-carousel-first_button {
        margin: auto;
        top: 60% !important;
        left: 0 !important;
        right: 0 !important;
        padding: 6px 12px;
        text-align: center;
    }

    .header-carousel-first_button .btn-primary {
        border: 2px solid #ffffffde;
        background-color: #2a3386;
        box-shadow: 0 0 10px #6ed83c;
        font-size: 16px !important;
    }
}

.header-carousel-first_button .btn-primary {
    border: 2px solid #ffffffde;
    background-color: #2a3386;
    box-shadow: 0 0 10px #6ed83c;
    font-size: 18px;
}

.header-carousel-first_button .btn-primary:hover {
    background-color: #63c742;
    box-shadow: 0 0 10px #1f0967;
}

.header-carousel-first_button {
    position: absolute;
    top: 40%;
    margin: auto;
    left: 10%;
    text-align: center;
}

.header-carousel-seconds_button {
    position: absolute;
    top: 45%;
    margin: auto;
    right: 10%;
    text-align: center;
}


.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 3%;
    left: 3%;
    transform: translateY(-50%);
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    /* border: 1px solid #17380f; */
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev i,
.header-carousel .owl-nav .owl-next i {
    color: #33ff00;
    font-weight: bold;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgb(0 75 112 / 88%), rgb(0 79 118 / 86%)), url(../img/jobs3.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (max-width:768px) {
    .page-header {
        background: linear-gradient(rgb(0 75 112 / 88%), rgb(0 79 118 / 86%)), url(../img/jobsMobile4.jpg) center center no-repeat;
        background-size: cover;
        /* height: 50vh; */
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.breadcrumb-item a {
    color: #EEEEEE;
}


/*** About ***/
.about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, #2b9bff, #2b9bff 1px, #00000000 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}

.about-bg p {
    text-align: justify;
}


/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 10px rgba(25, 77, 29, 0.603);
    border: 1px solid transparent;
    transition: .5s;
    text-align: center;
    height: 100%;
    color: #000;
    position: relative;
}

.cat-item:hover {
    /* border-color: rgba(0, 0, 0, .08); */
    /* box-shadow: none; */
    transform: scale(1.05);
}

.cat-item p {
    text-align: justify;

}

@media (max-width:768px) {
    .service_category .cat-item .item-icons {
        top: -25% !important;
    }
}

.service_category .cat-item .item-icons {
    width: 100px;
    height: 100px;
    box-shadow: 0 0 10px #00b0748c;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    position: absolute;
    top: -20%;
    left: 0;
    right: 0;
    margin: auto;
    background: #2b3940;
}

.service_category .cat-item {
    padding-top: 60px !important;
}

.vision-mission {
    background-image: url(../img/bg-2.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.vision-mission::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000d1;
}

.vision-mission-container {
    position: relative;
}

.vision-mission .cat-item {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.897);
    color: #ffff;
    border-radius: 10px !important;
}

.vision-mission .cat-item h4,
.vision-mission .cat-item p {
    color: #fff !important;
}

/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 41%);
    transition: .5s;
    text-align: left;
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    /* box-shadow: none; */
    transform: scale(1.05);
}

.job-item .card-header {
    background-color: #dee2e6;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.job-item .card-footer {
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    text-align: center;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background-image: url(../img/footer-bg.jpg);
    background-size: contain;
    background-repeat: repeat;
    position: relative;
}

.footer::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000000ad;
}

.footer img {
    border-radius: 30px;
}

.footer .container {
    position: relative;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* Login section */
.login-section {
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.login-section::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000091;
}

.login-section .card {
    background-color: #0000008c;
    box-shadow: 0 0 10px white;
    border-radius: 20px;
}

.login-section .card .form-control {
    font-size: 18px;
    background: #0000004a;
    color: #ffff;
    border-radius: 50px;
    padding: 1rem 2rem;
}

.login-section .card .form-control::placeholder {
    color: #c5c5c5;
}

.form-floating>label {
    color: #c5c5c5;
}

.facts-section {
    background-image: url(../img/cover-bg.jpg);
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.facts-section::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000b0;
}

.facts-section .container {
    position: relative;
}

.counter-box {
    display: block;
    background: #f6f6f600;
    padding: 20px 20px;
    text-align: center;
    box-shadow: 0 0 10px #fff;
    border-radius: 15px;
}

.counter_plus {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-left: 2px;
}

.counter-box:hover {
    transform: scale(1.05);
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #ffff;
    font-size: 22px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #fff
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

button[name="register"] {
    font-size: 1.1rem;
    border-radius: 8px;
    min-width: 150px;
}

button[name="login"] {
    min-width: 160px;
    /* fixed minimum size */
    font-size: 1.1rem;
    /* slightly larger text */
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}