﻿.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    background: #ffffff !important;
    border-bottom: solid 3px #bdc3c7;
}

@media (max-width: 767px) {
    .header-area {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area {
        padding-top: 0;
    }
}

.header-area .main-header-area {
    background: #fff;
    background: transparent;
    padding: 0px 150px;
}

    .header-area .main-header-area.details_nav_bg {
        background: #727272;
        padding-bottom: 0;
    }

@media (max-width: 767px) {
    .header-area .main-header-area.details_nav_bg {
        padding-bottom: 10px;
    }
}

.header-area .main-header-area.details_nav {
    background: #001D38;
}

@media (max-width: 767px) {
    .header-area .main-header-area {
        padding: 10px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area {
        padding: 10px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area {
        padding: 0px 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area {
        padding: 0px 20px;
    }
}

@media (min-width: 1501px) and (max-width: 1800px) {
    .header-area .main-header-area {
        padding: 0px 50px;
    }
}

.header-area .main-header-area .logo-img {
    text-align: center;
}

@media (max-width: 767px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo-img img {
        width: 70px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo img {
        max-width: 160px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .header-area .main-header-area .logo img {
        max-width: 160px;
    }
}

@media (max-width: 480px) {
    .header-area .main-header-area .logo img {
        max-width: 200px;
        height: 75px;
    }
}

.header-area .main-header-area .Appointment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

    .header-area .main-header-area .Appointment .phone_num {
        margin-right: 30px;
    }

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .Appointment .phone_num {
        margin-right: 12px;
    }
}

.header-area .main-header-area .Appointment .phone_num a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .Appointment .phone_num a {
        font-size: 13px;
    }
}

.header-area .main-header-area .Appointment .phone_num a i {
    color: #33D4D6;
    font-size: 14px;
    margin-right: 7px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .Appointment .boxed-btn4 {
        padding: 11px 9px 13px 9px;
        font-size: 13px;
    }
}

@media (min-width: 1501px) and (max-width: 1800px) {
    .header-area .main-header-area .Appointment .boxed-btn4 {
        padding: 11px 20px 13px 20px;
        font-size: 13px;
    }
}

.header-area .main-header-area .Appointment .socail_links ul li {
    display: inline-block;
}

    .header-area .main-header-area .Appointment .socail_links ul li a {
        color: #A8A7A0;
        margin: 0 10px;
        font-size: 15px;
    }

        .header-area .main-header-area .Appointment .socail_links ul li a:hover {
            color: #fff;
        }

.header-area .main-header-area .main-menu {
    text-align: center;
}

    .header-area .main-header-area .main-menu ul li {
        display: inline-block;
        position: relative;
        margin: 0 25px;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .main-menu ul li {
        margin: 0 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .main-menu ul li {
        margin: 0 14px;
    }
}

.header-area .main-header-area .main-menu ul li a {
    color: #000000 !important;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    padding: 35px 0px 35px 0px;
    font-family: "Roboto", sans-serif;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 13px;
    }
}

.header-area .main-header-area .main-menu ul li a i {
    font-size: 9px;
    padding-left: 5px;
}

@media (max-width: 767px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}

.header-area .main-header-area .main-menu ul li a:hover {
    color: #00D363;
}

.header-area .main-header-area .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 120%;
    background: #fff;
    width: 250px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

    .header-area .main-header-area .main-menu ul li .submenu li {
        display: block;
        margin: 0;
    }

        .header-area .main-header-area .main-menu ul li .submenu li a {
            padding: 5px 10px;
            position: inherit;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            display: block;
            color: #000;
        }

            .header-area .main-header-area .main-menu ul li .submenu li a::before {
                display: none;
            }

        .header-area .main-header-area .main-menu ul li .submenu li:hover a {
            color: #000;
        }

.header-area .main-header-area .main-menu ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
    opacity: 1;
}

.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0;
}

.header-area .main-header-area.sticky {
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 990;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    background: rgba(0, 29, 56, 0.8);
}

@media (max-width: 767px) {
    .header-area .main-header-area.sticky {
        padding: 10px 10px;
    }
}

.header-area .main-header-area.sticky .main-menu {
    padding: 0;
}

.header-area .main-header-area.sticky .header_bottom_border {
    border-bottom: none;
}

    .header-area .main-header-area.sticky .header_bottom_border.white_border {
        border-bottom: none !important;
    }

.header-area .header-top_area {
    background: #001D38;
}

@media (max-width: 767px) {
    .header-area .header-top_area .social_media_links {
        text-align: center;
    }
}

.header-area .header-top_area .social_media_links a {
    font-size: 15px;
    color: #C7C7C7;
    margin-right: 12px;
}

    .header-area .header-top_area .social_media_links a:hover {
        color: #00D363;
    }

.header-area .header-top_area .header_left p {
    color: #727272;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
}

.header-area .header-top_area .short_contact_list {
    text-align: right;
}

@media (max-width: 767px) {
    .header-area .header-top_area .short_contact_list {
        text-align: center;
    }
}

.header-area .header-top_area .short_contact_list ul li {
    display: inline-block;
}

    .header-area .header-top_area .short_contact_list ul li a {
        font-size: 13px;
        color: #919191;
        margin-right: 50px;
    }

@media (max-width: 767px) {
    .header-area .header-top_area .short_contact_list ul li a {
        margin-left: 0;
        margin: 0 5px;
    }
}

.header-area .header-top_area .short_contact_list ul li a i {
    color: #00D363;
    margin-right: 7px;
}

.header-area .header-top_area .header_right.d-flex {
    display: flex;
    justify-content: flex-end;
}

.header-area .search_btn i {
    color: #fff;
    font-size: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .search_btn {
        position: relative;
        right: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .search_btn {
        position: relative;
        right: 10px;
    }
}

/*=============================================================*/

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: 0.188em;
    }

.slicknav_menu {
    *zoom: 1;
}

    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        float: left;
    }

    .slicknav_menu .slicknav_icon {
        float: left;
        width: 1.125em;
        height: 0.875em;
        margin: 0.188em 0 0 0.438em;
    }

        .slicknav_menu .slicknav_icon:before {
            background: transparent;
            width: 1.125em;
            height: 0.875em;
            display: block;
            content: "";
            position: absolute;
        }

    .slicknav_menu .slicknav_no-text {
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 0.125em;
    }

    .slicknav_menu:before {
        content: " ";
        display: table;
    }

    .slicknav_menu:after {
        content: " ";
        display: table;
        clear: both;
    }

.slicknav_nav {
    clear: both;
}

    .slicknav_nav ul {
        display: block;
    }

    .slicknav_nav li {
        display: block;
    }

    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em;
    }

    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

        .slicknav_nav .slicknav_item a {
            display: inline;
        }

    .slicknav_nav .slicknav_row {
        display: block;
    }

    .slicknav_nav a {
        display: block;
    }

    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }

.slicknav_brand {
    float: left;
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
}

    .slicknav_menu * {
        box-sizing: border-box;
    }

    .slicknav_menu .slicknav_menutxt {
        color: #000000 !important;
        font-weight: bold;
        margin-top: -6.5px;
        margin-right: 5px;
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #000000 !important;
    }

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    background-color: none;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
}

    .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0 0 0 20px;
    }

    .slicknav_nav .slicknav_row {
        padding: 5px 10px;
        margin: 2px 5px;
    }

        .slicknav_nav .slicknav_row:hover {
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            background: #ccc;
            color: #fff;
        }

    .slicknav_nav a {
        padding: 5px 10px;
        margin: 2px 5px;
        text-decoration: none;
        color: #fff;
    }

        .slicknav_nav a:hover {
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            background: #ccc;
            color: #222;
        }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px;
    }

    .slicknav_nav .slicknav_item a {
        padding: 0;
        margin: 0;
    }

    .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0;
    }

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}

.h-0 {
    height: 0px !important;
}

.slicknav_menu {
    margin: 0;
    padding: 0;
}

.slicknav_icon-bar {
    background: #fff !important;
}

.slicknav_nav {
    background: #fff;
    float: right;
    margin-top: 10px;
    left: 0px;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    position: absolute;
    z-index: 99;
}

    .slicknav_nav a:hover {
        background: #F79960 none repeat scroll 0 0;
        border-radius: 0;
        color: #ffffff;
    }

    .slicknav_nav a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
    }

    .slicknav_nav .slicknav_arrow {
        float: right;
    }

    .slicknav_nav .slicknav_row:hover,
    .slicknav_nav .slicknav_row:hover .slicknav_arrow {
        border-radius: 0;
        background-color: #F79960;
        background-color: transparent;
        color: #000;
    }

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 3px;
    top: 5px;
    padding: 5px;
    right: -30px;
    top: -50px;
}

.slicknav_menu .slicknav_icon {
    margin-right: 6px;
    margin-top: 3px;
    position: relative;
    right: 5px;
    top: -5px;
    padding-bottom: 3px;
}

.slicknav_nav a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
}

/*=============================================================*/

.logo img {
    height: 60px;
    width: 100%;
}

ul {
    margin: 0px;
    padding: 0px;
}

.boxed-btn3 {
    background: #007bff;
    color: #fff;
    display: inline-block;
    padding: 5px 7.5px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

    .boxed-btn3:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .boxed-btn3:focus {
        outline: none;
    }

/*==========================================================================================================================*/

.slider_area {
    position: relative;
    z-index: 0;
}

    .slider_area .single_slider {
        height: 700px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

@media (max-width: 767px) {
    .slider_area .single_slider {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider_area .single_slider {
        height: 700px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider_area .single_slider {
        /*height: 550px;*/
        height: 400px;
    }
}

@media (min-width: 1201px) and (max-width: 1599px) {
    .slider_area .single_slider {
        /*height: 550px;*/
        height: 400px;
    }
}

@media (min-width: 1600px) {
    .slider_area .single_slider {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .slider_area .single_slider .slider_text {
        margin-top: 120px;
        margin-bottom: 100px;
    }
}

.slider_area .single_slider .slider_text {
    margin-top: 0px;
    margin-bottom: 100px;
}

    .slider_area .single_slider .slider_text h5 {
        width: 100%;
        font-size: 45px;
        color: #fff;
        font-weight: 500;
    }

    .slider_area .single_slider .slider_text h4 {
        width: 100%;
        font-size: 22.5px;
        color: #fff;
        font-weight: 400;
        margin-top: 10px;
    }

    .slider_area .single_slider .slider_text h3 {
        width: 100%;
        font-size: 18px;
        line-height: 25px;
        font-weight: normal;
        color: #fff;
        margin-top: 20px;
    }

    .slider_area .single_slider .slider_text h2 {
        width: 100%;
        font-family: "Roboto", sans-serif;
        font-size: 28px;
        font-weight: 500;
        color: #fff;
        margin-top: 20px;
    }

    .slider_area .single_slider .slider_text p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        font-family: "Roboto", sans-serif;
        margin-bottom: 35px;
    }

    .slider_area .single_slider .slider_text .button_search {
        text-align: right;
    }

@media (max-width: 767px) {
    .slider_area .single_slider .slider_text .button_search {
        text-align: left;
    }
}

.slider_area .single_slider .slider_text .quality {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .slider_area .single_slider .slider_text .quality {
        margin-top: 20px;
    }
}

.slider_area .single_slider .slider_text .quality ul li {
    display: inline-block;
}

@media (max-width: 767px) {
    .slider_area .single_slider .slider_text .quality ul li {
        margin-bottom: 10px;
    }
}

.slider_area .single_slider .slider_text .quality ul li button {
    border: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: #000;
    font-family: "Roboto", sans-serif;
    padding: 5px 19px;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

    .slider_area .single_slider .slider_text .quality ul li button:hover {
        background: #F91842;
    }

.slider_area .ilstration_img {
    position: absolute;
    right: 20px;
    bottom: 0;
}

    .slider_area .ilstration_img img {
        width: 27.5%;
    }

@media (min-width: 1600px) {
    .slider_area .ilstration_img img {
        width: 27.5%;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .slider_area .ilstration_img img {
        width: 27.5%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider_area .ilstration_img {
        right: 20px;
    }

        .slider_area .ilstration_img img {
            width: 40%;
        }
}

@media (max-width: 480px) {
    .slider_area .ilstration_img img {
        width: 45%;
    }

    .mb-5, .my-5 {
        margin-bottom: 0.5rem !important;
    }
}

.slider_bg_1 {
    background-image: url(../../Images/board-jobs.jpg);
}

.slider-box {
    margin-top: 25px !important;
}

#slider-wrapper {
    margin: 0 auto;
    padding: 10px;
}

#jslider-container {
    border: 2px solid #FFFFFF;
    max-width: 100%;
    position: relative;
    text-align: left;
    z-index: 90;
}

    #jslider-container .jslider_images img {
        height: 300px;
    }

@media (min-width: 1600px) {
    .slider-box {
        margin-top: 15px !important;
    }

    #jslider-container .jslider_images img {
        height: 350px !important;
    }
}

@media (max-width: 480px) {
    #slider-wrapper {
        padding: 0px;
    }

    #jslider-container .jslider_images img {
        height: 175px;
    }
}

/*==========================================================================================================================*/

.ftco-section {
    padding: 4em 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 2em 0;
    }
}

.services {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .services .icon {
        position: relative;
        padding: 0px 0px 10px 0px;
    }

    .services .media-body h3 {
        font-size: 18px;
        font-weight: 500;
    }

/*==========================================================================================================================*/

.bg-image.overlay-primary {
    position: relative;
}

    .bg-image.overlay-primary:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(103, 132,186);
        z-index: 1;
    }

    .bg-image.overlay-primary > .container-fluid {
        position: relative;
        z-index: 2;
    }

section-title {
    font-size: 2rem;
    font-weight: 700;
}

.section-title-sub {
    font-size: 1rem;
    color: #ced4da;
}

.stat_block {
    text-align: center;
}

    .stat_block .number {
        font-size: 3rem;
        font-weight: 900;
        color: #fff;
    }

    .stat_block .caption {
        font-size: 1.5rem;
        display: block;
        color: rgba(255, 255, 255, 0.7);
    }

/*==========================================================================================================================*/

.section-bg2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f0f3fa;
}

.pt-60 {
    padding-top: 60px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-15 {
    padding-bottom: 15px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.job-post .single-features {
    align-items: center;
    background: #7196e9e3;
    border-radius: 10px;
    height: 225px;
}

.job-post .single-features1 {
    align-items: center;
    background: #254962e3;
    color: #fff;
    border-radius: 10px;
    height: 115% !important;
}

.job-post .fullwidth-features {
    height: 125px;
    margin-top: 15px;
}

.job-post .single-features.single-features2 {
    background: #7196e9e3 !important;
}

.job-post .single-features.single-features3 {
    background: #e5b74f !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .job-post .single-features {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .job-post .single-features {
        flex-wrap: wrap;
    }
}

.job-post .single-features .job-post-banner img {
    display: block;
    height: 150px;
    width: 150px;
}

.job-post .fullwidth-features .job-post-banner img {
    display: block;
    height: 100px !important;
    width: 100px !important;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
}

.job-post .single-features .features-caption {
    padding: 0 20px 0 0;
}

.job-post .single-features .features-heading {
    padding: 0 20px;
}

.job-post .fullwidth-features .features-heading {
    padding-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .job-post .single-features .features-caption {
        padding: 0 32px;
        padding-bottom: 0px;
        padding-bottom: 20px;
    }
}

.job-post .single-features .features-heading h3 {
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
    /*text-decoration: underline;*/
}

.job-post .single-features .features-caption p {
    font-size: 15px;
    line-height: 1.5;
    background-image: url(../);
    color: #fff;
    margin-bottom: 10px;
    text-align: justify;
}

.job-post .single-features .border-btn {
    border: 1px solid #fff;
    color: #fff;
    background: none;
    border-radius: 30px;
    text-transform: normal;
    padding: 7.5px 12.5px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0;
}

@media (max-width: 480px) {
    .job-post .single-features {
        height: 100%;
    }

    .job-post .mb-15 {
        margin-bottom: 15px;
    }

    .job-post .single-features .features-heading {
        padding: 0 0px;
    }

    .job-post .single-features .features-caption {
        padding: 0px 10px;
    }

    .job-post .single-features .job-post-banner {
        text-align: center;
    }

        .job-post .single-features .job-post-banner img {
            display: initial;
            height: 125px;
            width: 125px;
        }
}

/*==========================================================================================================================*/

.section-padding40 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-padding10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fix {
    overflow: hidden;
}

.top-client .top-job-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.section-tittle h2 {
    font-size: 35px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4;
    margin-bottom: 20px;
}

/*==========================================================================================================================*/


.single-top-jobs {
    background: #ffffff !important;
    border-radius: 5px;
    border: 1px solid #ab8585;
    padding: 5px;
    height: 110px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

    .single-top-jobs.single-top-jobs2 {
        margin: 0;
        margin-bottom: 30px;
    }

@media (max-width: 480px) {
    .single-top-jobs {
        padding: 5px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-top-jobs {
        padding: 47px 19px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-top-jobs {
        padding: 56px 32px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-top-jobs {
        padding: 46px 23px;
    }
}

.single-top-jobs:hover {
    box-shadow: -10px 10px 76px rgba(54,127,255,.12);
}

.single-top-jobs .services-ion {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    text-align: center;
}

    .single-top-jobs .services-ion img {
        display: inherit;
        height: 100%;
    }

.single-top-jobs .services-cap {
    width: 50%;
    float: right;
    height: 130px;
}

    .single-top-jobs .services-cap h5 a {
        font-size: 20px;
        line-height: 100px;
        font-weight: 600;
        display: block;
        color: #1d2547 !important;
    }

@media (max-width: 480px) {
    .single-top-jobs .services-cap {
        height: 100%;
    }

    .mt-10 {
        margin-top: 0px;
    }

    .single-top-jobs .services-cap h5 a {
        font-size: 17.5px;
        padding-top: 35px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-top-jobs .services-cap h5 a {
        font-size: 20px;
    }
}

.single-top-jobs .services-cap h5 a:hover {
    color: #367fff !important;
    text-decoration:none;
}

.single-top-jobs .services-cap p {
    margin-bottom: 24px;
}

.single-top-jobs .services-cap a.more-btn {
    color: #367fff;
    font-size: 18px;
    font-weight: 400;
}

    .single-top-jobs .services-cap a.more-btn:hover {
        letter-spacing: 1px;
    }

.single-top-jobs:hover .services-ion span {
    color: #367fff;
}

.single-top-jobs .stickers {
    position: absolute;
    right: 46px;
    top: 30px;
}

    .single-top-jobs .stickers span {
        padding: 7px 18px;
        background: rgba(253,143,95,.1);
        color: #fd8f5f;
        border-radius: 30px;
        font-size: 14px;
    }

/*==========================================================================================================================*/

.heading-section .subheading {
    font-size: 12px;
    display: block;
    margin-bottom: 0px;
    color: #206dfb;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.heading-section h2 {
    font-size: 38px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}


@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
}

    .blog-entry .text .heading {
        font-size: 18px;
        margin-bottom: 16px;
    }

        .blog-entry .text .heading a {
            color: #000000;
        }

            .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
                color: #206dfb;
            }

    .blog-entry .text .meta-chat {
        color: #b3b3b3;
    }

    .blog-entry .text .read {
        color: #000000;
        font-size: 14px;
    }

.blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
}

    .blog-entry .meta > div a {
        color: #b3b3b3;
        font-size: 15px;
    }

        .blog-entry .meta > div a:hover {
            color: #cccccc;
        }

/*===========================================================================================================*/


.ftco-footer {
    font-size: 16px;
    background: #6f86ab;
    padding: 1em 0 0.5em 0;
    color: rgba(0, 0, 0, 0.5);
    /*border-top: 1px solid #000033;*/
}

    .ftco-footer .ftco-footer-logo {
        text-transform: uppercase;
        letter-spacing: .1em;
    }

    .ftco-footer .ftco-footer-widget h2 {
        color: rgba(255, 255, 255,0.6);
        margin-bottom: 2.5px;
        font-size: 18px;
        font-weight: 400;
    }

    .ftco-footer .ftco-footer-widget .btn-primary {
        background: #fff !important;
        border: 2px solid #fff !important;
    }

        .ftco-footer .ftco-footer-widget .btn-primary:hover {
            background: #fff;
            border: 2px solid #fff !important;
        }

    .ftco-footer p {
        color: rgba(0, 0, 0, 0.5);
        margin: 0px !important;
    }

    .ftco-footer a {
        color: #c7c7c7e6;
        padding: 0px !important;
    }

        .ftco-footer a:hover {
            color: #206dfb;
        }

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

    .ftco-footer-social li a {
        height: 40px;
        width: 40px;
        display: block;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        position: relative;
        color: #206dfb;
    }

        .ftco-footer-social li a i {
            position: absolute;
            font-size: 20px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #206dfb !important;
        }

        .ftco-footer-social li a:hover {
            color: #fff;
        }


.block-23 ul {
    padding: 0;
}

    .block-23 ul li, .block-23 ul li > a {
        display: table;
        line-height: 1.5;
        margin-bottom: 15px;
    }

        .block-23 ul li span {
            color: rgba(0, 0, 0, 0.5);
        }

        .block-23 ul li .icon, .block-23 ul li .text {
            display: table-cell;
            vertical-align: top;
        }

        .block-23 ul li i {
            width: 40px;
            font-size: 18px;
            padding-top: 2px;
            color: rgba(0, 0, 0, 0.5);
        }

        .block-23 ul li a {
            color: rgba(0, 0, 0, 0.5);
        }

            .block-23 ul li a .icon {
                color: rgba(0, 0, 0, 0.5) !important;
            }

@media (max-width: 480px) {
    .ftco-footer {
        margin-bottom: 0px;
    }

        .ftco-footer p {
            margin-top: 0 !important;
            margin-bottom: 1rem !important;
        }
}
/*=======================================================================================================================*/
/*=======================================================================================================================*/
/*=======================================================================================================================*/

.slider_about_all {
    border-bottom: solid 3px #bdc3c7;
}

    .slider_about_all img {
        width: 100%;
        height: 300px;
    }

.aboutsec-main {
    background: #ffffff none repeat scroll 0 0;
}

.aboutstaticsec {
}

.statich4 {
    color: #444444;
    font-size: 25px;
    font-weight: 900;
    margin: 47px 0 40px;
    text-align: center;
    text-transform: uppercase;
}

.para-graph-static {
    color: #444444;
    font-size: 16px;
    padding-bottom: 50px;
    text-align: justify;
}

    .para-graph-static h4 {
        color: #5a04a9;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 0px;
        text-align: center;
    }

    .para-graph-static ul {
        margin-left: 50px;
    }

.padding50-right {
    padding-right: 50px;
}

.VisionMission > h4 {
    color: #444444;
    font-size: 18px;
    font-weight: 900;
    margin-top: 0;
}

@media (max-width: 480px) {
    .slider_about_all img {
        height: 175px;
    }

    .statich4 {
        margin: 15px 0 15px;
    }

    .aboutstaticsec {
        padding: 0 10px;
    }
}
/*=======================================================================================================================*/
/*=======================================================================================================================*/
/*=======================================================================================================================*/

@media (max-width: 480px) {
    .contact_us_main .container .left_bx {
        padding-top: 30px !important;
    }

    .contact_us_main .sub_title {
        padding-right: 0px !important;
    }

    .address_float .container .ras_address {
        padding: 20px 10px !important;
    }

    .icon_bx {
        margin-top: 0% !important;
        margin-left: 35%;
    }

    .off_address {
        margin-top: 25px;
    }

        .off_address .row {
            margin: 0px !important;
        }

            .off_address .row .QR-Center {
                text-align: center !important;
            }

    .address_float .container .off_address span.sub i {
        width: 7.5% !important;
    }

    .address_float .container .off_address span.sub p {
        padding-left: 10px !important;
        width: 90% !important;
    }

    .diff_bx_info {
        margin-top: 0px !important;
    }

    .social {
        padding: 0px 15px !important;
    }
}

.contact_us_main {
    background: #0575b3;
    background: linear-gradient( 90deg,#0575b3 0%,#0398b4 50%,#00beb5 100%);
    height: 300px;
    position: relative;
}

    .contact_us_main .container .left_bx {
        padding-top: 75px;
    }

    .contact_us_main .title {
        color: #ffffff;
        font-size: 50px;
        font-weight: bold;
    }

    .contact_us_main .sub_title {
        color: #ffffff;
        font-size: 22px;
        padding-right: 60px;
    }

    .contact_us_main .container .rigt_bx {
        padding-top: 50px;
        text-align: right;
    }

        .contact_us_main .container .rigt_bx img {
            height: 80%;
            width: 80%;
        }

.address_float {
    position: relative;
    margin-top: -50px;
    margin-bottom: 25px;
}

    .address_float .container .ras_address {
        margin: 0 auto;
        float: none;
        background: #ffffff;
        box-shadow: 0 0 10px 2px rgb(0 0 0 / 30%);
        border-radius: 5px;
        padding: 23px 40px;
        display: flex;
        align-items: center;
    }

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hi-icon {
    background: #ffffff;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

    .hi-icon:after {
        top: 0;
        left: 0;
        padding: 0;
        z-index: -1;
        box-shadow: 0 0 0 2px rgba(0,188,181,0.1);
        opacity: 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .hi-icon:hover {
        background: #ffffff;
        -webkit-transform: scale(0.93);
        -moz-transform: scale(0.93);
        -ms-transform: scale(0.93);
        transform: scale(0.93);
        color: #fff;
    }

        .hi-icon:hover:after {
            -webkit-animation: sonarEffect 1.3s ease-out 75ms;
            -moz-animation: sonarEffect 1.3s ease-out 75ms;
            animation: sonarEffect 1.3s ease-out 75ms;
        }

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(0,188,181,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(0,188,181,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(0,188,181,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(0,188,181,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(0,188,181,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(0,188,181,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(0,188,181,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(0,188,181,0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(0,188,181,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(0,188,181,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(0,188,181,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(0,188,181,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.icon_bx {
    width: 75px;
    min-width: 75px;
    height: 75px;
    background: #ffffff;
    border-radius: 45px;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70%;
}

.address_float .container .off_address span.title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
}

.address_float .container .off_address span {
    color: #404040;
    display: inline-block;
    width: 100%;
}

    .address_float .container .off_address span a {
        padding-left: 15px;
    }

    .address_float .container .off_address span.sub {
        font-size: 16px;
    }

        .address_float .container .off_address span.sub i {
            padding-top: 5px;
            width: 5%;
            float: left;
        }

        .address_float .container .off_address span.sub p {
            padding-left: 15px;
            margin: 0px;
            width: 95%;
            float: right;
        }


.address_contact .left_bx {
    padding-right: 30px;
}

.diff_bx_info {
    background: #ffffff;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 30%);
    border-radius: 5px;
    padding: 48px 20px 15px 20px;
    margin-bottom: 42px;
    margin-top: 40px;
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
}

.address_contact .right_bx {
    padding: 30px 25px 0px 25px;
}

    .address_contact .right_bx .diff_bx_info {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 32px;
        margin-bottom: 32px;
    }

.diff_bx_info .icon_bx {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: 0 auto;
    background: #ffffff;
}

.diff_bx_info .big_title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #056599;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.diff_bx_info .title {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.diff_bx_info span {
    color: #404040;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.diff_bx_info .tilt {
    font-style: italic;
    margin-bottom: 15px;
    margin-top: 2px;
}

.address_contact .right_bx .diff_bx_info input {
    box-shadow: none;
    border-color: #00000066;
    font-size: 16px;
    color: #777777;
    height: 40px;
}

.address_contact .right_bx .diff_bx_info textarea {
    box-shadow: none;
    border-color: #00000066;
    font-size: 16px;
    color: #777777;
    resize: none;
}

.address_contact .right_bx .diff_bx_info button {
    background: #00bfb5;
    font-size: 17px;
    font-weight: 600;
    width: 136px;
    height: 40px;
    border: none;
    color: #fff;
    border-radius: 4px;
    float: left;
}

.social {
    font-size: 44px;
    padding: 0px 25px;
    margin: 0px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

    .social:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

#social-fb:hover {
    color: #3B5998;
}

#social-tw:hover {
    color: #4099FF;
}

#social-li:hover {
    color: #3B5998;
}

.sidebar-widgets .widget {
    width: 100%;
    float: left;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.sidebar-widgets .widget {
    padding: 0;
    background: none;
    font-size: 12px;
    margin-bottom: 60px;
}

    .sidebar-widgets .widget div {
        margin-bottom: 15px;
    }

.sidebar-widgets .textwidget img {
    max-width: 100%;
    height: auto;
}

.sidebar-widgets .widget p {
    font-family: Open Sans;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    color: #484848;
    font-size: 12px;
}

.sidebar-widgets .widget a, .widget a:visited {
    color: #2980b9;
}

@media (max-width: 480px) {
    .pad-left-0 {
        padding-bottom: 15px !important;
    }
}

@media (min-width: 481px) {
    .pad-left-0 {
        padding-left: 0px !important;
    }
}

/*=======================================================================*/

.LaunchModelPopup_Background {
    position: fixed !important;
    background: #000 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: .6 !important;
    z-index: 9999992 !important;
}

.LaunchModelPopup_Container {
    position: absolute !important;
    width: 902px;
    height: 502px;
    z-index: 9999993 !important;
    display: block !important;
    top: 50px !important;
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(221, 221, 221) !important;
    border-radius: 0px !important;
    box-shadow: rgb(170, 170, 170) 0px 2px 8px !important;
    overflow: hidden !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
}

    .LaunchModelPopup_Container .CloseBtn {
        position: absolute;
        background: #fff;
        color: #000;
        right: 3px;
        top: 5px;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        line-height: 20px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 0 0 10px 0 #000;
    }

    .LaunchModelPopup_Container .Image {
        width: 900px;
        height: 500px;
    }

@media (max-width: 480px) {
    .LaunchModelPopup_Container {
        width: 90%;
        height: 302px;
        top: 150px !important;
    }

        .LaunchModelPopup_Container .Image {
            width: 100%;
            height: 300px;
        }
}

/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/

.marquee-content {
    display: block;
    width: 100%;
    background: rgb(215, 215, 215);
    padding: 0.5em 1rem;
    overflow: hidden;
    margin: 0 auto;
}

.marquee-container {
    width: 100%;
    background: #2c2727;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.marquee-sibling {
    padding: 0;
    background: #3BB0D6;
    width: 12%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
}

    .marquee-sibling i {
        font-size: 20px;
        padding-right: 7.5px;
    }

.marquee,
*[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.marquee {
    margin-left: 12%;
    width: 87%;
}

.marquee-content-items {
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 40px;
    position: relative;
}

    .marquee-content-items li {
        display: inline-block;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

        .marquee-content-items li:after {
            content: "|";
            margin: 0 1em;
        }

@media (max-width: 480px) {
    .marquee-sibling {
        width: 0%;
        visibility: hidden;
    }

    .marquee {
        margin-left: 0%;
        width: 100%;
    }
}

/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/

.testimonial {
    background-color: #90beec;
    padding: 25px 0px;
}

    .testimonial .section-title {
        font-size: 28px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-weight: 400;
        display: inline-block;
        position: relative;
        color: #000000;
    }

        .testimonial .section-title:before {
            width: 15px;
            height: 15px;
            border: 3px solid #fff;
            background-color: #fc5c0f;
            left: 50%;
            transform: translatex(-50%);
            bottom: -6px !important;
            z-index: 9;
            border-radius: 50%;
        }

        .testimonial .section-title:after, .testimonial .section-title:before {
            content: '';
            position: absolute;
            bottom: 0;
        }

        .testimonial .section-title:after {
            height: 2px;
            background-color: #fff;
            left: 15%;
            right: 15%;
        }

#testimonialCarousel {
    background: linear-gradient( 112deg, #ffffff 50%, antiquewhite 50%);
    width: 100%;
    min-height: 325px;
    border-radius: 10px;
}

    #testimonialCarousel .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 2rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        min-height: 280px;
    }

        #testimonialCarousel .carousel-caption p {
            font-size: 18px;
            font-style: italic;
            font-weight: normal;
            color: #000;
            width: 100%;
            text-align: center;
            line-height: 25px;
            text-shadow: none;
            min-height: 100px;
        }

        #testimonialCarousel .carousel-caption img {
            border-radius: 50%;
            width: 100px;
            height: 100px;
            border: 1px solid #00000055;
            padding: 2px;
        }

    #testimonialCarousel .image-name {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        color: #000;
        width: 100%;
        text-align: center;
        text-shadow: none;
        margin-top: 5px;
    }

    #testimonialCarousel .image-details {
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #000;
        width: 100%;
        text-align: center;
        text-shadow: none;
        margin-top: 0px;
    }

    #testimonialCarousel i {
        background-color: rgb(223, 56, 89);
        padding: 1rem;
        font-size: 15px;
        border-radius: 50%;
        margin: 0px 5px;
    }

    #testimonialCarousel .carousel-control-prev {
        justify-content: flex-start;
    }

    #testimonialCarousel .carousel-control-next {
        justify-content: flex-end;
    }

    #testimonialCarousel .carousel-control-prev,
    #testimonialCarousel .carousel-control-next {
        transition: none;
        opacity: unset;
    }

@media (max-width: 480px) {
    #testimonialCarousel {
        margin: 0 10px;
    }

    .testimonial .section-title {
        font-size: 22px;
    }

    #testimonialCarousel .carousel-caption {
        padding: 5rem 5rem;
    }

        #testimonialCarousel .carousel-caption p {
            font-size: 16px;
            text-align: justify;
            line-height: 22px;
            margin-bottom: 2rem;
        }

    #testimonialCarousel .image-name {
        font-size: 14px;
    }

    #testimonialCarousel i {
        padding: 0.5rem;
        font-size: 12px;
    }
}
/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/

.blog-section {
   background-image: linear-gradient(95deg, #8fb1cd, #a9cae7 50%, #5d6eaf 100%);
    min-height: 150px !important;
}

    .blog-section .media_review_bx {
        padding: 0 100px;
        margin: 30px auto 30px;
        position: relative;
    }

        .blog-section .media_review_bx i {
            color: #fff;
            font-size: 14px;
            
        }

        .blog-section .media_review_bx h3 {
            font-size: 20px;
            font-weight: 600;
            color: #ffffff;
            text-align: center;
            margin: 10px 0;
        }

        .blog-section .media_review_bx .blogger-name {
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            color: #ffffff;
            width: 100%;
            text-align: center;
            text-shadow: none;
            margin: 10px 0px 15px 0px;
        }

        .blog-section .media_review_bx .read-more-sec {
            text-align: center;
        }

            .blog-section .media_review_bx .read-more-sec a {
                margin: 10px 0px;
                width: 150px;
                padding: 5px;
                height: 35px;
                border-radius: 2px;
                background-color: rgb(255, 255, 255);
                font-size: 16px;
                font-weight: bold;
                color: rgb(12, 83, 151);
                text-align: center;
                display: inline-block;
            }

    .blog-section .carousel-control-prev {
        position: absolute;
        background: #ffffff;
        border: none;
        color: #000000;
        font-size: 24px;
        width: 55px;
        height: 55px;
        left: -30px;
        top: 39%;
        border-radius: 50%;
        box-shadow: 0 5px 50px 0 rgb(107 107 107 / 25%);
        z-index: 1;
        opacity: 0.8;
    }

    .blog-section .carousel-control-next {
        position: absolute;
        background: #ffffff;
        border: none;
        color: #000000;
        font-size: 24px;
        width: 55px;
        height: 55px;
        right: -18px;
        top: 39%;
        border-radius: 50%;
        box-shadow: 0 5px 50px 0 rgb(107 107 107 / 25%);
        z-index: 1;
        opacity: 0.8;
    }

@media (max-width: 480px) {
    .blog-section .media_review_bx {
        padding: 0px 40px;
        margin: 15px auto 15px;
    }

    .blog-section .carousel-control-prev {
        font-size: 18px;
        width: 32px;
        height: 32px;
        left: 0px;
    }

    .blog-section .carousel-control-next {
        font-size: 18px;
        width: 32px;
        height: 32px;
        right: 0px;
    }

    .blog-section .media_review_bx i {
        font-size: 20px;
    }

    .blog-section .media_review_bx h3 {
        font-size: 20px;
        margin: 10px 0;
        text-align: justify;
    }

    .blog-section .media_review_bx .read-more-sec a {
        margin-bottom: 0px;
        width: 150px;
        padding: 5px;
        height: 35px;
    }
}

.no-padding {
    padding: 0px !important;
}

/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/

.sptb-jbi {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #f0f3fa;
}

.section-title {
    padding-bottom: 2rem;
    position: relative;
    font-size: 5rem;
    font-weight: bold;
}

    .section-title h1 {
        margin-bottom: .5rem;
        font-size: 25px;
        font-weight: normal;
        z-index: 1;
        text-transform: uppercase;
    }

.item-all-cat .item-all-card {
    position: relative;
    padding: 1.5rem 1.5rem;
    border-radius: 3px;
    margin-bottom: 10px;
    background: #fff;
    color: #343a40;
    border: 1px solid #e8ebf3;
}

    .item-all-cat .item-all-card a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.iteam-all-icon {
    position: relative;
    width: 60px;
    height: 70px;
    margin: 0 auto;
}

    .iteam-all-icon:before {
        background: rgba(22, 80, 226, 0.1);
    }

    .iteam-all-icon:before {
        content: '';
        position: absolute;
        width: 55px;
        height: 55px;
        top: 3px;
        bottom: 0;
        border-radius: 50%;
        right: 0px;
    }

    .iteam-all-icon img {
        max-width: 100%;
    }

.item-all-cat .row .item-all-card h5 {
    font-size: 14px;
    font-weight: 500;
}

.text-dark, .text-body {
    color: #343a40 !important;
}

/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/

.latest-jobs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #ffffff !important;
}

    .latest-jobs .section-title {
        padding-bottom: 2rem;
        position: relative;
    }

        .latest-jobs .section-title h1 {
            margin-bottom: .5rem;
            font-size: 25px;
            font-weight: normal;
            z-index: 1;
            text-transform: uppercase;
        }

    .latest-jobs .card {
        /*overflow: hidden;*/
        width: 95% !important;
        margin-left: 2.5% !important;
        margin-top: 50px;
    }

    .latest-jobs .card-body {
        flex: 1 1 auto;
        margin: 0px;
        padding: 10px 15px 5px 15px;
        position: relative;
        min-height: 250px;
    }

    .latest-jobs .text-warning {
        color: rgb(255, 162, 43) !important;
    }

    .latest-jobs .ribbon {
        position: absolute;
        left: var(--right, 0px);
        top: var(--top, 0px);
        filter: drop-shadow(0px 0px 3px #ffffff);
    }

        .latest-jobs .ribbon.down > .content {
            clip-path: polygon(100% 0, 0% 100%, 0 0);
        }

        .latest-jobs .ribbon > .content {
            color: white;
            font-size: 2rem;
            font-weight: 400;
            background: #13df52 !important;
            padding: 2px 0px 0px 10px;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
            width: var(--width, 50px);
            min-height: var(--height, 50px);
            transition: clip-path 1s, padding 1s, background 1s;
        }

    .latest-jobs .power-ribbon-top-left {
        top: -6px;
        left: -9px;
    }

    .latest-jobs .power-ribbon {
        width: 56px;
        height: 56px;
        overflow: hidden;
        position: absolute;
        z-index: 10;
    }

    .latest-jobs .power-ribbon-top-left span {
        right: -5px;
        top: 1px;
        transform: rotate( -45deg );
    }

    .latest-jobs .power-ribbon span {
        position: absolute;
        display: block;
        width: 82px;
        padding: 8px 0px;
        color: rgb(255, 255, 255);
        font: 500 16px / 1 Lato, sans-serif;
        text-shadow: rgb(0 0 0 / 20%) 0px 1px 1px;
        text-transform: capitalize;
        text-align: center;
    }

    .latest-jobs .power-ribbon-top-left span i {
        transform: rotate( 45deg );
        padding-top: 2px;
        padding-left: 7px;
    }

    .latest-jobs .avatar {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        display: inline-block;
        position: relative;
        text-align: center;
        color: #fff;
        font-weight: 600;
        vertical-align: bottom;
        font-size: .875rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: block;
    }

    .latest-jobs .avatar-xxl {
        width: 7.5rem;
        height: 7.5rem;
        line-height: 5rem;
        font-size: 2rem;
        overflow: hidden;
        margin-top: -50px;
        background-color: #fff;
        padding: 10px;
        border-radius: 50%;
        border: 1px solid #000000;
    }

    .latest-jobs .item-card2-text h4 {
        font-size: 15px;
    }

    .latest-jobs .p-com-name {
        font-size: 15px;
        font-weight: 600;
        margin: 0px;
    }

    .latest-jobs .icon-card {
        margin-top: 5px !important;
    }

    .latest-jobs .item-card2-desc .com-height {
        min-height: 72.5px;
    }

    .latest-jobs .item-card2-desc ul li {
        font-size: 13px;
        float: left;
        margin-right: 0 !important;
        margin-bottom: .5rem;
        list-style: none;
    }

        .latest-jobs .item-card2-desc ul li i {
            font-size: 14px;
            padding-right: 5px;
            width: 25px;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .latest-jobs .card-footer {
        font-size: 14px;
    }

        .latest-jobs .card-footer i {
            font-size: 14px;
            padding-right: 10px;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .latest-jobs .w-33-33 {
        width: 33.33% !important;
    }

    .latest-jobs .btn-all {
        padding: 5px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
    }

/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/

body {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    text-align: left;
    background-color: #f0f3fa;
    font-family: 'Roboto', sans-serif;
}

.float-right {
    float: right !important;
}

.text-dark, .text-body {
    color: #343a40 !important;
}

/*================================================================================*/

.breadcrumb-div .page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
    min-height: 50px;
    background: #fff;
}

.breadcrumb-div .page-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.5rem;
}

.breadcrumb-div .breadcrumb {
    border-radius: 3px;
    left: 0;
    bottom: 0;
    background-color: transparent !important;
}

.breadcrumb-div .page-header .breadcrumb-item a {
    color: #605e7e !important;
    text-decoration: none !important;
}

.breadcrumb-div .page-header.breadcrumb-item.active {
    color: #1650e2 !important;
}

.breadcrumb-div .page-header.breadcrumb-item + .breadcrumb-item {
    padding-left: 0 !important;
}

    .breadcrumb-div .page-header .breadcrumb-item + .breadcrumb-item::before {
        color: #343a40 !important;
    }

    .breadcrumb-div .page-header .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        padding-left: .5rem;
        color: rgba(255, 255, 255, 0.3);
        content: "/";
    }

/*================================================================================*/

.sptb {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    .sptb .no-pl {
        padding-left: 0px !important;
    }

    .sptb .no-pr {
        padding-right: 0px !important;
    }

    .sptb .card {
        position: relative;
        margin-bottom: 1.5rem;
        width: 100%;
    }

    .sptb .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

    .sptb .card-header {
        background: 0 0;
        padding: .5rem .5rem .5rem 1rem;
        display: -ms-flexbox;
        display: flex;
        min-height: 2.5rem;
        -ms-flex-align: center;
        align-items: center;
    }

    .sptb .card-title:only-child {
        margin-bottom: 0;
    }

    .sptb .card-header .card-title {
        margin-bottom: 0;
    }

    .sptb .card-title {
        font-size: 0.9rem;
        line-height: 1.2;
        font-weight: 700;
        text-transform: uppercase;
    }

    .sptb .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0;
        padding: 0.5rem 0.25rem 0.5rem 1rem;
        position: relative;
    }

        .sptb .card-body > :last-child {
            margin-bottom: 0;
        }

    .sptb .closed-overflow {
        height: 200px;
        overflow-y: scroll;
    }

        .sptb .closed-overflow::-webkit-scrollbar {
            background-color: #fff;
            width: 15px;
        }

        .sptb .closed-overflow::-webkit-scrollbar-track {
            background-color: #fff;
        }

            .sptb .closed-overflow::-webkit-scrollbar-track:hover {
                background-color: #f4f4f4;
            }

        .sptb .closed-overflow::-webkit-scrollbar-thumb {
            background-color: #babac0;
            border-radius: 0px;
            border: 5px solid #fff;
        }

            .sptb .closed-overflow::-webkit-scrollbar-thumb:hover {
                background-color: #a0a0a5;
            }

        .sptb .closed-overflow::-webkit-scrollbar-button {
            display: none;
        }

    .sptb .showmore-button {
        text-align: center;
    }

    .sptb .showmore-button-inner {
        border: 1px solid #1650e2;
        color: #1650e2;
    }

    .sptb .showmore-button-inner {
        display: inline-block;
        padding: 10px 19px;
        line-height: 14px;
        font-size: 14px;
        border-radius: 3px;
        text-decoration: none;
        cursor: pointer;
        margin-top: 20px;
    }

    .sptb .custom-control {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .sptb .custom-control {
        position: relative;
        display: block;
        min-height: 1.25rem;
        padding-left: 0rem;
    }

    .sptb .custom-control-inp-div {
        width: 7.5%;
        float: left;
        padding-top: 2px;
    }

    .sptb .custom-control-lbl-div {
        width: 90%;
        float: right;
    }

    .sptb .custom-control-label a {
        text-decoration: none;
    }

    .sptb .custom-control-label {
        margin-bottom: 0;
        position: static !important;
    }

    .sptb .label-secondary {
        background-color: #f0f3fa !important;
        color: #343a40 !important;
    }
	 .sptb .label-primary {
        background-color: #6679ff !important;
        color: #fbfbfb !important;
    }

     .sptb .label-success {
        background-color: #6bb978 !important;
        color: #fbfbfb !important;
    }

    .sptb .label {
        display: inline-block;
        margin-bottom: .5rem;
        display: inline;
        padding: .2em .6em .3em;
        font-size: 75%;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
    }

    .sptb .card-footer:last-child {
        border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
    }

    .sptb .card-footer {
        padding: 1rem 1.5rem;
        background: 0 0;
        border-top: 1px solid #e8ebf3;
        color: #5f6877;
        text-align: center;
    }

    .sptb .btn-warning {
        color: #fff !important;
        background-color: #ff8819 !important;
        border-color: #ff8819 !important;
    }

    /*========================================================*/

    .sptb #price {
        border: 0;
        font-weight: 500;
        font-size: 18px;
    }

    /*========================================================*/

    .sptb .item2-gl-nav {
        padding: 15px;
        border: 1px solid #e8ebf3;
        text-align: right;
        border-radius: 3px;
        background: #e2e6f1;
    }

        .sptb .item2-gl-nav .h6, h6 {
            font-size: .875rem;
        }

    .sptb .item2-gl .tab-content {
        padding: 0px !important;
        text-align: initial;
    }

        .sptb .item2-gl .tab-content .card {
            position: relative;
            margin-bottom: 1.5rem;
            width: 100%;
        }

        .sptb .item2-gl .tab-content .item-card9-img {
            width: 280px;
        }

        .sptb .item2-gl .tab-content .item-card9-imgs {
            height: 197px;
        }

        .sptb .item2-gl .tab-content .item-card9-imgs {
            overflow: hidden;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: center;
            justify-content: center;
            min-height: 100%;
        }

        .sptb .item2-gl .tab-content .item-card9-imgs {
            position: relative;
        }

            .sptb .item2-gl .tab-content .item-card9-imgs img {
                padding: 1.5rem;
                margin: 0 auto;
                max-width: 100%;
                height: 75%;
                display: block;
            }

        .sptb .item2-gl .tab-content .card .card {
            box-shadow: 0 10px 40px 0 rgb(62 57 107 / 10%), 0 2px 9px 0 rgb(62 57 107 / 10%);
            background-color: transparent;
        }

        .sptb .item2-gl .tab-content .border-0 {
            border: 0;
        }

        .sptb .item2-gl .tab-content .border-left {
            border-left: 1px solid #e8ebf3 !important;
        }

        .sptb .item2-gl .tab-content .overflow-hidden {
            overflow: hidden;
        }

        .sptb .item2-gl .tab-content .card .card-body h4 {
            font-size: 18px;
        }

        .sptb .item2-gl .tab-content .card .card-body i {
            font-size: 16px;
            width: 30px;
            padding-right: 5px;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .sptb .item2-gl .tab-content .card .card-body .icon-text {
            font-size: 14px;
            white-space: nowrap;
        }

        .sptb .item2-gl .tab-content .card .card-footer {
            padding: 0.5rem 1rem;
            background: 0 0;
            border-top: 1px solid #e8ebf3;
            color: #5f6877;
        }

            .sptb .item2-gl .tab-content .card .card-footer i {
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .sptb .item2-gl .tab-content .card .card-footer .posted {
                font-size: 14px;
                font-weight: 600;
            }

                .sptb .item2-gl .tab-content .card .card-footer .posted span {
                    font-size: 14px;
                    color: #4ea002;
                    font-weight: bold;
                }

            .sptb .item2-gl .tab-content .card .card-footer .btn {
                margin-left: 15px;
            }

    .sptb .item-card2 p.leading-tight, .item-card9 p.leading-tight {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sptb .leading-tight {
        line-height: 1.3 !important;
    }

/*===================================================*/
/*===================================================*/
/*===================================================*/
/*Candidate Login*/

.bannerimg {
    padding: 2rem 0 2rem 0;
}

@media (max-width: 600px) {
    .bannerimg {
        padding: .25rem 0 .25rem 0;
    }
}

.cover-image {
    background-size: cover !important;
    width: 100%;
    position: relative;
}

.bg-background:before {
    /*background: linear-gradient(to right, rgba(22, 80, 226, 0.95) 0%, rgba(126, 81, 236, 0.95) 100%);*/
    background: linear-gradient(to right, rgb(175 145 31 / 95%) 0%, rgba(126, 81, 236, 0.95) 100%);
}

.bg-background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
}

.bg-background .header-text {
    position: relative;
    z-index: 10;
}

.bg-background .text-white {
    color: #fff !important;
}

.bg-background .header-text h1 {
    font-family: 'Quicksand', sans-serif;
}

.sptb-login {
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.register-right .nav-tabs {
    background: #fff;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 10px 40px 0 rgb(62 57 107 / 10%), 0 2px 9px 0 rgb(62 57 107 / 10%);
}

    .register-right .nav-tabs .nav-item {
        display: block;
        text-align: center;
    }

    .register-right .nav-tabs .nav-link {
        padding: 12px 25px;
        margin: 1px;
        text-align: center;
        display: block;
        border-radius: 3px;
        cursor: pointer;
    }

        .register-right .nav-tabs .nav-link.active {
            color: #fff;
            background: #2e72ed;
        }

.register-right .tab-content {
    padding: 0rem;
}

.register-right .single-page {
    width: 100%;
    margin: 0 auto;
    display: table;
    position: relative;
    border-radius: 7px;
}

    .register-right .single-page .wrapper.wrapper2 {
        top: -37%;
        left: 4%;
        background: #fff;
        width: 100%;
        background: #fff;
        transition: all .5s;
        color: #fff;
        overflow: hidden;
        border-radius: 4px;
        text-align: center;
    }

    .register-right .single-page .wrapper {
        background: #fff;
        box-shadow: 0 10px 40px 0 rgb(62 57 107 / 10%), 0 2px 9px 0 rgb(62 57 107 / 10%);
        transition: all .5s;
        color: #838ab6;
        overflow: hidden;
        border-radius: 7px;
    }

        .register-right .single-page .wrapper h3, .register-right .single-page .wrapper h4 {
            margin-bottom: 0px;
            font-size: 22px;
            color: #343a40;
        }

        .register-right .single-page .wrapper .heading {
            margin-bottom: 20px;
            font-size: 15px;
            color: #343a40;
        }

        .register-right .single-page .wrapper .resendOtp {
            font-size: 15px;
            color: #343a40;
            padding-right: 15px;
        }

    .register-right .single-page hr.divider {
        padding: 0;
        border: none;
        border-top: solid 1px #e8ebf3;
        color: #333;
        text-align: center;
        margin: .5rem 0;
    }

    .register-right .single-page .wrapper .card-body {
        padding: 20px 30px;
    }

    .register-right .single-page .wrapper > form {
        width: 100%;
        transition: all .5s;
        background: #fff;
        width: 100%;
    }

    .register-right .single-page .wrapper .card-body div {
        position: relative;
    }

    .register-right .single-page .wrapper .card-body .card-title {
        font-size: 0.9rem;
        line-height: 1.2;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
    }

    .register-right .single-page .wrapper input {
        height: 50px;
        padding: 10px 15px;
        width: 100%;
        border: solid 1px #e8ebf3;
        border-radius: 3px;
    }

    .register-right .single-page .wrapper label {
        position: absolute;
        top: -7px;
        font-size: 12px;
        white-space: nowrap;
        background: #fff;
        text-align: left;
        left: 15px;
        padding: 0 5px;
        color: #343a40;
        pointer-events: none;
        z-index: 9;
        font-weight: 500;
    }

    .register-right .single-page .wrapper .btn-primary {
        color: #fff !important;
        background-color: #1650e2 !important;
        border-color: #1650e2 !important;
        /*padding: .75rem 2.14rem !important;*/
        margin: 0px !important;
        height: 40px !important;
    }

    .register-right .single-page .wrapper .text-primary {
        color: #1650e2 !important;
        cursor: pointer;
    }

.form-control {
    height: 50px !important;
    padding: 10px 15px !important;
}

.resume-upload input[type="file"] {
    z-index: -1 !important;
    position: absolute !important;
    opacity: 0 !important;
}

.resume-upload .file-upload {
    background: #0c3dbb !important;
    color: #fff !important;
    padding: 8px 20px !important;
    border-radius: 3px !important;
}

#file-upload-filename {
    padding-left: 10px !important;
    padding-top: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    max-height: 37px !important;
}

.owl-carousel .owl-item img {
    border: 1px solid #000 !important;
}

/*===============================================================================================*/
/*===============================================================================================*/
/*===============================================================================================*/

.card-bg-1 {
    background: linear-gradient(0deg, #7971e9e3, #6e6108de) !important;
    color: #fff !important;
}

.card-bg-2 {
    background: linear-gradient(0deg, #046e65, #38ef7d) !important;
    color: #fff !important;
}

.card-bg-3 {
    background: linear-gradient( 0deg, #563449d9, #fd02994d) !important;
    color: #fff !important;
}

.detail-card-zIndex {
    z-index: 9 !important;
}

.detail-card-bg-1, .detail-card-bg-2, .detail-card-bg-3 {
    box-shadow: 0 2px 4px 0 rgb(136 144 195 / 20%), 0 5px 15px 0 rgb(37 44 97 / 15%);
    border-radius: 15px;
}

    .detail-card-bg-1:before, .detail-card-bg-2:before, .detail-card-bg-3:before {
        content: "";
        position: absolute;
        background: rgb(85 108 214 / 5%);
        width: 500px;
        height: 500px;
        transform: rotate( 34deg);
        right: 50px;
        top: -50px;
        border-radius: 35px;
        z-index: 9;
    }

    .detail-card-bg-1:hover, .detail-card-bg-2:hover, .detail-card-bg-3:hover {
        background: #309df07b;
        color: #000;
        transform: scale(1.025);
        z-index: 9;
    }

        .detail-card-bg-1:hover::before, .detail-card-bg-2:hover::before, .detail-card-bg-3:hover::before {
            background: rgb(85 108 214 / 10%);
        }

.bg-warm-flame {
    background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%) !important;
}

.bg-night-fade {
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%) !important;
}

.bg-sunny-morning {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%) !important;
}

.bg-tempting-azure {
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%) !important;
}

.bg-amy-crisp {
    background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%) !important;
}

.bg-heavy-rain {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%) !important;
}

.bg-mean-fruit {
    background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%) !important;
}

.bg-malibu-beach {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%) !important;
}

.bg-deep-blue {
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%) !important;
}

.bg-ripe-malin {
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%) !important;
}

.bg-arielle-smile {
    background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%) !important;
}

.bg-plum-plate {
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.bg-happy-fisher {
    background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%) !important;
}

.bg-happy-itmeo {
    background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%) !important;
}

.bg-mixed-hopes {
    background-image: linear-gradient(to top, #c471f5 0%, #fa71cd 100%) !important;
}

.bg-strong-bliss {
    background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%) !important;
}

.bg-grow-early {
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%) !important;
}

.bg-love-kiss {
    background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%) !important;
}

.bg-premium-dark {
    background-image: linear-gradient(to right, #434343 0%, black 100%) !important;
}

.bg-happy-green {
    background-image: linear-gradient(to bottom, #00b09b, #96c93d) !important;
}

.bg-vicious-stance {
    background-image: linear-gradient(60deg, #29323c 0%, #485563 100%) !important;
}

.bg-midnight-bloom {
    background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%) !important;
}

.bg-night-sky {
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%) !important;
}

.bg-slick-carbon {
    background-image: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%),linear-gradient(to top, rgba(255,255,255,0.4) 0%, rgba(0,0,0,0.25) 200%) !important;
    background-blend-mode: multiply;
}

.bg-royal {
    background-image: linear-gradient(to right, #141e30, #243b55) !important;
}

.bg-asteroid {
    background-image: linear-gradient(to right, #0f2027, #203a43, #2c5364) !important;
}
