@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

html {
    overflow-x: hidden;
}

body {
    word-break: break-word;
    font:
        15px/25px "Poppins",
        sans-serif;
    color: #393939;
    overflow-x: hidden;
}

.slicknav_menu {
    background: #f7941d;
}

.slicknav_nav a:hover {
    background: #fff;
    color: #000;
}

a {
    text-decoration: none;
    color: #000000;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%;
}

/***** Font Files *****/

@font-face {
    font-family: "Evogria";
    src: url(../fonts/Evogria.otf);
}

@font-face {
    font-family: "BlenderPro-Medium";
    src: url(../fonts/BlenderPro-Medium.ttf) format("truetype");
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Evogria";
    font-size: 55px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h2 {
    font-family: "Evogria";
    font-size: 55px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h3 {
    font-family: "Evogria";
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
}

h4 {
    font-family: "Evogria";
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h5 {
    font-family: "Evogria";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h6 {
    font-family: "Evogria";
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

p {
    color: #989898;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}

/*------------------------------- Header Css Start ------------------------------*/

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    color: #141313;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Evogria";
    font-weight: 400;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 50px;
    transition: all 0.4s ease-in;
}

.menuSec ul li a:hover,
.menuSec ul li a:active,
.menuSec ul li.active a {
    background: #f7941d;
    color: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 180px;
    text-align: left;
    top: 38px;
    border-radius: 25px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*------------------------------- Header Css End ------------------------------*/

/*------------------------------- Banner Css Start ------------------------------*/

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*------------------------------- Banner Css End ------------------------------*/

.header_right .btn {
    font-family: "Evogria";
    font-size: 14px;
}

.container-fluid {
    padding: 0 5%;
}

/* .header_right>a {

    height: 48px;

    width: 48px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #000;

    position: relative;

    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);

    background-color: #ffffff;

    z-index: 3;

}



.header_right>a:hover {

    color: #fff;

    background-color: #f7941d;

} */

.header-logo {
    display: none;
}

.header_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    position: relative;
}

.header_right>a {
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #353535;
    padding: 10px 15px;
    border-radius: 60px;
}

.header_right>a.btn-1 {
    background: #f7941d;
    color: #fff;
    border-color: #f7941d;
}

.header_right>a:hover {
    border-color: #f7941d;
}

.header_right::before {
    content: "";
    position: absolute;
    top: 7px;
    /* left: 14px; */
    right: 235px;
    z-index: -1;
    height: 70%;
    width: 1px;
    background-color: #e6e6e6;
}

.header_right>a:hover::after {
    background-color: #f7941d;
}

.header_right>a:hover {
    background-color: #f7941d;
    color: #ffffff;
}

header {
    position: absolute;
    padding: 20px 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

header::before {
    content: "";
    position: absolute;
    top: 13%;
    right: 3%;
    z-index: -1;
    height: 65px;
    width: 57.4%;
    background-color: #fff;
    border-radius: 60px;
}

.main_slider {
    position: relative;
}

/* banner */

.bnr_bg img {
    height: 830px;
    width: 100%;
    object-fit: cover;
}

/* banner */

.themebtn {
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border: 2px solid #f7941d;
    text-decoration: none;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 5px 10px 5px 20px;
    transition:
        background-color 0.4s ease,
        color 0.4s ease;
    font-family: "Evogria";
}

.btn_icon {
    background: #f7941d;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    clip-path: polygon(30% 0%,
            70% 0%,
            100% 30%,
            100% 70%,
            70% 100%,
            30% 100%,
            0% 70%,
            0% 30%);
}

.btn_icon img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    transition: transform 0.4s ease;
    height: 13px !important;
}

.themebtn:hover .btn_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(597%) hue-rotate(265deg) brightness(121%) contrast(100%);
    transform: translateX(5px);
}

.themebtn:hover .btn_icon {
    background: #00aeef;
}

.themebtn:hover {
    border: 2px solid #00aeef;
    color: #00aeef;
    background: #ffffff;
}

.bnr_btns_wrp {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.bnr_social ul li a {
    background-color: #bebebe;
    color: #bebebe;
    font-size: 15px;
    overflow: hidden;
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 3;
    position: relative;
    clip-path: polygon(30% 0%,
            70% 0%,
            100% 30%,
            100% 70%,
            70% 100%,
            30% 100%,
            0% 70%,
            0% 30%);
}

.bnr_social ul li a::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: -1;
    clip-path: polygon(30% 0%,
            70% 0%,
            100% 30%,
            100% 70%,
            70% 100%,
            30% 100%,
            0% 70%,
            0% 30%);
    background-color: #ebebeb;
    height: 50px;
    width: 50px;
}

.bnr_social ul li a:hover::after {
    background-color: #f7941d;
}

.bnr_social ul li a:hover {
    background-color: #f7941d;
    color: #ffffff;
}

.bnr_social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.bnr_social h4 {
    color: #0a0a0a;
    font-size: 14px;
}

.bnr_social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 4%;
    left: 5%;
    width: 35%;
    z-index: 99;
}

.bnr_social::before {
    content: "";
    position: absolute;
    background-color: #bebebe;
    z-index: 1;
    height: 1px;
    width: 200px;
    left: 50%;
    bottom: 50%;
    /* top: 0; */
}

.bnr_logo {
    margin-bottom: 90px;
    position: relative;
    z-index: 99;
}

.banner_text {
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
}

.bnr_right {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 50%;
}

.bnr_right .search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 0 10px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 70px;
}

.bnr_right .search-form input[type="search"] {
    padding: 12px 15px;
    border: none;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
    width: 60%;
    border-radius: 50px;
}

.bnr_right .search-form select {
    width: 20%;
    padding: 5px 15px;
    border: none;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
    background: #fff url(../images/searcharrow.png) no-repeat 97%;
    border-left: 1px solid #8e8e8ebd;
}

.bnr_right .search-form button {
    width: 20%;
    font-family: "Evogria";
    background: #f7941d;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s ease;
}

.bnr_right .search-form button:hover {
    background: #f7941d;
}

.bnr_right_wrp {
    position: relative;
}

/* Banner \ICon SD */

.carousel-control-prev {
    left: 40.2%;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    bottom: unset;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.carousel-control-prev-icon {
    background-image: url(../images/banner-left-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 9px;
}

button.carousel-control-prev {
    background: #37b0ed;
    opacity: 1;
    height: 60px;
    width: 60px;
}

button.carousel-control-next {
    background: #fff;
    height: 60px;
    width: 60px;
    opacity: 1;
}

.carousel-control-next {
    right: 52.3%;
    top: 42.6% !important;
}

.carousel-control-next-icon {
    background-image: url(../images/banner-right-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 9px;
}

/* Banner \ICon SD */

/* Discover Jobs by Industry */

.dis_jobs {
    padding: 100px 0;
}

.dis_jobs_head {
    text-align: center;
    margin-bottom: 30px;
}

.dis_jobs_head p {
    margin: 0 auto;
    width: 62%;
}

.dis_jobs_main {
    cursor: pointer;
    padding: 40px 0px;
    background: #ffffff;
    border-radius: 10px;
    transition:
        background-color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.dis_jobs_main:hover,
.dis_jobs_main.active {
    background-color: #01aae9;
}

.dis_jobs_main:hover .dis_jobs_icon,
.dis_jobs_main.active .dis_jobs_icon {
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.dis_jobs_main_txt h3,
.dis_jobs_main_txt h4 {
    transition: color 0.35s ease;
}

.dis_jobs_main:hover .dis_jobs_main_txt h3,
.dis_jobs_main:hover .dis_jobs_main_txt h4,
.dis_jobs_main.active .dis_jobs_main_txt h3,
.dis_jobs_main.active .dis_jobs_main_txt h4 {
    color: #fff;
}

.dis_jobs_main_txt {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
    transition: border-color 0.35s ease;
}

.dis_jobs_main:hover .dis_jobs_main_txt {
    border-top: 1px solid #1dafe6;
}

.dis_jobs_icon {
    height: 70px;
    width: 80px;
    background-color: #01aae9;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    transition:
        background-color 0.35s ease,
        box-shadow 0.35s ease;
}

.dis_jobs_icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(7deg) brightness(108%) contrast(104%);
    transition: filter 0.35s ease;
}

.dis_jobs_main:hover .dis_jobs_icon img,
.dis_jobs_main.active .dis_jobs_icon img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(35%) saturate(3643%) hue-rotate(160deg) brightness(97%) contrast(85%);
}

.dis_jobs_main_txt h3 {
    font-size: 16px;
    color: #000000;
}

.dis_jobs_main_txt h4 {
    margin: 5px 0 0;
    font-size: 10px;
    color: #c1c1c1;
}

/* Discover Jobs by Industry */

/* about */

.abt {
    padding: 0 0 100px;
}

.abt_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.abt_txt {
    padding: 0px 150px 0 50px;
}

.abt_txt h2 {
    margin-bottom: 10px;
}

.abt_txt h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
}

.abt_txt h3 span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #00aeef;
}

.abt_txt p {
    margin: 20px 0;
}

/* about */

/* for employees for job seekers */

.employee h2 {
    font-size: 42px;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

.employee h2::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    background-color: #38c0f3;
    z-index: 1;
    height: 1px;
    width: 83vh;
}

.employee p {
    color: #fff;
    margin-bottom: 20px;
}

.employee ul li {
    color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 400;
    margin-bottom: 20px;
    margin-left: 30px;
    position: relative;
}

.employee ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    background-image: url(../images/check-list.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    z-index: 1;
}

.employee {
    padding: 50px 100px;
    background-color: #00aeef;
}

.employee_right img {
    height: 414px;
    width: 100%;
    object-fit: cover;
    object-position: 0 20%;
}

.empl_job .container-fluid {
    padding: 0;
}

.job {
    text-align: end;
    padding: 50px 100px;
    background-color: #00aeef;
}

.job_left img {
    height: 415px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0%;
}

.job h2 {
    font-size: 42px;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

.job h2::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -100px;
    right: 0;
    background-color: #38c0f3;
    z-index: 1;
    height: 1px;
    width: 137vh;
}

.job p {
    color: #fff;
    margin-bottom: 20px;
}

.job ul li {
    color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 400;
    margin-bottom: 20px;
    margin-right: 30px;
    position: relative;
}

.job ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -30px;
    background-image: url(../images/check-list.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    z-index: 1;
}

/* for employees for job seekers */

/* featured jobs */

.featured_cards img {
    height: 510px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: 20% 0%;
}

.featured_cards {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.featured_cards::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.56) 50%,
            rgba(0, 0, 0, 1) 100%);
    opacity: 1;
    z-index: 1;
    transition: opacity 0.3s ease-in;
}

.featured_cards:hover::before {
    background: linear-gradient(180deg,
            rgba(0, 174, 239, 0) 0%,
            rgba(0, 175, 239, 0.61) 50%,
            rgba(0, 174, 239, 1) 100%);
    opacity: 1;
}

.feature_txt h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.feature_txt h4 {
    font-size: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.feature_txt h5 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #fff;
}

.feature_txt a {
    color: #ffffff;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.feature_txt>a i {
    font-size: 17px;
    margin-right: 10px;
}

.feature_txt span {
    color: #ffffff;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 400;
}

span.applicants {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

span.applicants img {
    height: 30px;
    width: 75px;
    object-fit: contain;
}

a.featurebtn {
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    background: #f7941d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 50px;
    font-family: "Evogria";
}

.feature_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 20px;
}

.feature-slider-btn {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-slider-btn button {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    background: transparent;
    justify-content: center;
    background-color: #eaeaea;
    border: none;
    clip-path: polygon(30% 0%,
            70% 0%,
            100% 30%,
            100% 70%,
            70% 100%,
            30% 100%,
            0% 70%,
            0% 30%);
}

.feature-slider-btn button:hover {
    background-color: #f7941d;
}

.feature-slider-btn button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
}

.feature-slider-btn button img {
    width: 24px;
    height: 12px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(7500%) hue-rotate(158deg) brightness(101%) contrast(101%);
}

.feature_slider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.featured {
    padding: 100px 0;
}

.themebtn2 {
    background: #f7941d;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border: 2px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 5px 10px 5px 20px;
    transition:
        background-color 0.4s ease,
        color 0.4s ease;
    font-family: "Evogria";
}

.btn_icon2 {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    clip-path: polygon(30% 0%,
            70% 0%,
            100% 30%,
            100% 70%,
            70% 100%,
            30% 100%,
            0% 70%,
            0% 30%);
}

.btn_icon2 img {
    width: 15px !important;
    height: 12px !important;
    object-fit: contain !important;
    transition: transform 0.4s ease;
    filter: brightness(0) saturate(100%) invert(69%) sepia(54%) saturate(3647%) hue-rotate(349deg) brightness(105%) contrast(94%);
}

.themebtn2:hover .btn_icon2 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(597%) hue-rotate(265deg) brightness(121%) contrast(100%);
    transform: translateX(5px);
}

.themebtn2:hover .btn_icon2 {
    background: #00aeef;
}

.themebtn2:hover {
    border: 2px solid #ffffff;
    color: #00aeef;
    background: #ffffff;
}

/* featured jobs */

/* how it works */

.work {
    padding: 0px 0 100px;
}

.work h2 {
    text-align: start;
    margin-bottom: -10%;
    margin-left: 25%;
}

.work_right {
    background: #f5f5f5;
    padding: 30px 50px 70px;
    border-radius: 10px;
    margin-top: 19%;
    margin-left: -10%;
}

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

p.work_right_para {
    padding-left: 90px;
}

.work_box1 h5,
.work_box3 h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #18b5ef;
    line-height: 25px;
}

.work_box2 h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f69d33;
    line-height: 25px;
}

.work_box1 p,
.work_box3 p {
    color: #80d7f7;
}

.work_box2 p {
    color: #fbca8e;
}

.work_box1,
.work_box3 {
    padding: 60px 30px 50px;
    background-color: #00aeef;
    border-radius: 10px;
}

.work_box2 {
    padding: 60px 30px 50px;
    background-color: #f7941d;
    border-radius: 10px;
}

.work_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: -8%;
    position: relative;
    z-index: 1;
}

.work_box1 {
    margin-top: -30%;
}

.work_box3 {
    margin-top: 28%;
}

/* how it works */

/* why choose us */

.wcu {
    padding: 0px 0 100px;
}

.wcu_left h2 {
    margin-bottom: 10px;
}

.wcu_left p {
    width: 85%;
    margin-bottom: 20px;
}

.wcu_left ul li p {
    margin: unset;
    width: 95%;
}

.wcu_left ul li {
    margin-bottom: 22px;
}

.wcu_left h3 {
    padding-left: 25px;
    font-size: 14px;
    position: relative;
    margin-bottom: 5px;
}

.wcu_left h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    background-image: url(../images/whu-2.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    background-size: contain;
    z-index: 1;
}

.wcu_right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* why choose us */

/* Blog Sec Css Start */

.blog-box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 74%;
    padding: 30px 30px 30px 10px;
}

.blog-box {
    position: relative;
}

.blog-box-text p {
    font-size: 14px;
}

.blog-box-text ul {
    margin-bottom: 10px;
}

.blog-box img {
    width: 100%;
}

.blog-box-text ul li i {
    color: #f7941d;
    font-size: 17px;
    margin-right: 10px;
}

.blog-box-text ul li {
    color: #000000;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 500;
}

.blog-box h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

.blog-sec {
    margin-bottom: 100px;
}

/* Blog Sec Css End */

/* footer sec start */

footer {
    padding: 100px 0 0 0;
    position: relative;
    z-index: 0;
    background-color: #121212;
}

.foot-bottom {
    background: #121212;
    margin-top: 0px;
    padding: 27px 0px;
    text-align: center;
}

footer h5 {
    position: relative;
    font-size: 19px;
    padding-left: 0px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
}

footer h5:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    background: #535353;
    top: 40px;
    left: 0;
}

p.ftr_leftp {
    font-size: 14px;
    color: #8a8891;
    line-height: 24px;
    width: 85%;
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
}

p.ftr_leftp::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    background: #535353;
    top: -14px;
    left: 0;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background: #f7941d;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 0px;
    border: 1px solid #f7941d;
}

.quick-links a:hover {
    color: #2ea7de;
}

img.img-fluid {
    width: 100%;
}

.social-links a:hover {
    background-color: #fff;
    color: #2ea7de;
    border: 1px solid #2ea7de;
}

.quick-links a {
    font-size: 14px;
    font-family: "Montserrat";
    color: #838383;
    line-height: 40px;
    font-weight: 500;
}

footer .container-fluid {
    padding-bottom: 60px;
}

ul.contList li a {
    color: #838383;
    font-family: "Montserrat";
}

ul.contList li a:hover {
    color: #2ea7de;
}

ul.contList li a i {
    color: #ffffff;
    font-size: 16px;
    margin-right: 20px;
}

ul.contList {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 15px;
}

li.contListli a {
    display: flex;
    align-items: center;
    justify-content: start;
}

li.contListli i {
    color: #ffffff;
}

/* p.extrap { font-size: 14px; width: 70%; color: #767676; } */

.box-text ul li i {
    font-size: 20px;
}

li.contListli {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
}

.foot-bottom {
    border-top: 1px solid #484848;
    position: relative;
}

.foot-bottom p {
    color: #919191;
    text-align: start;
    margin: unset;
}

.foot-bottom .container-fluid {
    padding-bottom: 0;
}

.arowbtn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    background-color: #2ea7de;
}

.arowbtn:hover {
    background-color: #f7941d;
    color: #00aeef;
}

.ftr_padding {
    padding-left: 50px;
}

/* footer sec end */

/* testimonial */

.testimonial {
    padding: 0 0 100px;
}

.testi_slider .test_main img {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.testi_slider .slick-prev,
.testi_slider .slick-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaeaea;
    clip-path: polygon(30% 0%,
            70% 0%,
            100% 30%,
            100% 70%,
            70% 100%,
            30% 100%,
            0% 70%,
            0% 30%);
}

.testi_slider .slick-prev::before,
.testi_slider .slick-next::before {
    content: "";
    width: 24px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(4%) sepia(1%) saturate(4766%) hue-rotate(235deg) brightness(101%) contrast(91%);
    background-image: url(../images/f_right_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.testi_slider .slick-prev:hover,
.testi_slider .slick-next:hover {
    background-color: #f7941d;
}

.testi_slider .slick-prev:hover::before,
.testi_slider .slick-next:hover::before {
    filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(5259%) hue-rotate(190deg) brightness(113%) contrast(100%);
}

.testi_slider .slick-prev::before {
    transform: rotate(180deg);
}

.testi_slider {
    z-index: 1;
    position: relative;
}

.testi_slider .slick-next {
    right: -30%;
}

.testi_slider .slick-prev {
    left: -30%;
}

.testi_slider_slide {
    top: 0;
    bottom: 0;
    left: -13%;
    margin: auto;
    opacity: 0.4;
    width: 300px;
    height: 360px;
    position: absolute;
}

.testi_slider_slide.right-slider {
    left: unset;
    right: -13%;
}

.testi_slider_slide .slick-list {
    height: 100%;
}

.testi_slider_slide-img {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 10px;
}

.testi_slider_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playbtn {
    position: absolute;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50px, -50px);
    opacity: 0;
}

.playbtn i {
    color: #00aeef;
}

.test_main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg,
            rgb(0 0 0 / 60%) 0%,
            rgba(0, 0, 0, 0.32) 50%,
            rgb(0 0 0 / 40%) 100%);
    z-index: 1;
    border-radius: 10px;
    opacity: 0;
}

.test_main {
    position: relative;
}

.testi_slider .slick-current .test_main::before {
    opacity: 1;
}

.testi_slider .slick-current .playbtn {
    opacity: 1;
}

/* testimonial */

/* pages */

/* about */

.inr_bnr_bg img {
    height: 590px;
    width: 100%;
    object-fit: cover;
    object-position: 0% 25%;
}

.inr_bnr {
    position: relative;
}

.inr_bnr_txt {
    position: relative;
    z-index: 2;
}

.inr_bnr_txt h1 {
    margin-top: 25%;
}

.inr_bnr::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: #00afefed;
    z-index: 1;
}

.inr_bnr_logo {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 5%;*/
    /*width: 18%;*/
    /*z-index: 2;*/
    display: none;
}

.inr_bnr_logo a {
    width: 100%;
    /* display: block; */
}

.inr_bnr_logo a img {
    width: 100%;
}

.inrabt {
    padding-top: 100px;
}

/* about */

/* service page */

.ser_page {
    padding: 100px 0;
}

.inr_ser_card {
    position: relative;
    overflow: hidden;
    height: 670px;
}

.inr_ser_card_img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: 60% 0;
    transition: height 0.5s ease;
}

.inr_ser_card_img {
    position: relative;
}

.inr_ser_card_img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 174, 239, 0) 0%,
            rgba(0, 175, 239, 0.534) 50%,
            rgba(0, 174, 239, 1) 100%);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s ease;
}

.inr_ser_card_text {
    padding: 20px 20px 20px 0;
    transition:
        padding 0.4s ease,
        color 0.4s ease,
        bottom 0.4s ease;
    position: relative;
    z-index: 2;
}

.inr_ser_card_text h3 {
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    transition: color 0.4s ease;
}

.inr_ser_card_text h3::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    background-color: #9c9c9c;
    z-index: 1;
    height: 1px;
    width: 30%;
    transition: background-color 0.4s ease;
}

.inr_ser_card_text p {
    margin-bottom: 20px;
    transition: color 0.4s ease;
}

.inr_ser_card_text .themebtn {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.inr_ser_card:hover .inr_ser_card_img img {
    height: 670px;
}

.inr_ser_card:hover .inr_ser_card_img::before {
    opacity: 1;
}

.inr_ser_card:hover .inr_ser_card_text {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.inr_ser_card:hover .inr_ser_card_text h3 {
    color: #fff;
}

.inr_ser_card:hover .inr_ser_card_text h3::before {
    background-color: #56c4ef;
}

.inr_ser_card:hover .inr_ser_card_text p {
    color: #aee2f6;
}

.inr_ser_card:hover .inr_ser_card_text .themebtn {
    opacity: 1;
}

/* service page */

/* service detail page */

.ser_detail p {
    margin-bottom: 20px;
}

.ser_detail_img img {
    height: 580px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.ser_detail {
    padding: 100px 0;
}

.ser_detail_right h2 {
    margin-bottom: 10px;
}

/* service detail page */

/* article page */

.artlepage {
    padding: 100px 0;
}

/* article page */

/* Articles Detail */

.article_detail {
    padding: 100px 0;
}

.article_date ul li {
    color: #000000;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 500;
}

.article_date ul li i {
    color: #f7941d;
    font-size: 17px;
    margin-right: 10px;
}

.article_detail_img {
    position: relative;
    border-radius: 10px;
}

.article_detail_img img {
    object-fit: cover;
    height: 560px;
    border-radius: 10px;
    width: 100%;
}

.article_date {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.article_detail_text p {
    margin-bottom: 20px;
}

.article_detail_text h2 {
    margin-bottom: 10px;
}

.article_detail_text {
    border-radius: 10px;
    padding: 30px;
    margin: -12% auto 0;
    width: 85%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    position: relative;
    background: #fff;
    z-index: 1;
}

/* Articles Detail */

/* InnerPage Contact Us start */

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border: transparent;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    color: #ffffff;
    background: #f7941d;
    border: unset;
}

.contact-main-sec .contact-info {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px;
    border-radius: 5px;
    background: #00aeef;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 33px;
}

.contact_text p {
    font-size: 16px;
    line-height: 25px;
    color: #bbd8f3;
    padding-top: 0px;
    font-weight: 400;
    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    display: block;
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-side-bar {
    padding-top: 0;
    margin-left: 20px;
}

.contact-main-sec {
    padding: 100px 0;
}

.contact-pag-form form input,
.contact-pag-form form textarea,
.contact-pag-form form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cccccc;
    font-size: 16px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
    height: 50px;
}

.contact-pag-form form input::placeholder,
.contact-pag-form form select::placeholder,
.contact-pag-form form textarea::placeholder {
    color: #000;
}

.contact-pag-form form textarea {
    resize: none;
    min-height: 150px;
}

.contact-info {
    transition: background-color 0.3s ease;
}

.contact-info .cicle-icon i {
    transition: color 0.3s ease;
}

.contact-info:hover {
    background-color: #071d32;
}

.contact-info:hover .cicle-icon i {
    color: #000000;
}

.contact-main-sec h3 {
    margin-bottom: 30px;
    color: #000;
    font-size: 40px;
}

.contact-pag-form {
    padding-left: 50px;
}

/* InnerPage Contact Us end */

/*Login page Start*/

.text-blue {
    color: #100c6c;
}

.text-black {
    color: #000 !important;
}

.log-in-wrap {
    padding: 40px 40px;
    background-color: #fdfdfd;
    /* border: 1px solid #c4c4c4; */
    float: right;
    width: 100%;
    border-radius: 0px;
    box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

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

.log-in-wrap h2 {
    margin: 0 0 50px 0;
    text-align: center;
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 54px;
}

.login_btn {
    width: 100%;
    background-color: #f7941d;
    padding: 16px 10px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase !important;
    border: none;
    border: 2px solid #f7941d;
    transition: 0.5s all;
    border-radius: 50px;
    font-family: "Montserrat";
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}

.contact-page-main .form-control,
.contact-page-main .form-select {
    height: 56px;
    background-color: transparent;
    border-color: #d8d8d8;
    width: 100%;
    border-radius: 5px;
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #fcfeff;
    font-family: "Montserrat";
}

.form-check-input:checked {
    background-color: #330852;
    border-color: #330852;
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}

input::placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    opacity: 0.5;
}

.forgot-pass {
    width: 72%;
    text-align: right;
}

.forgot-pass a {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #fcfeff;
    font-family: "Montserrat";
}

.term-condition:hover {
    color: #91805b;
    border-bottom: 2px solid #91805b;
}

.forgot-pass a:hover {
    color: #91805b;
}

.agree-text {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 32px;
}

.term-condition {
    font-weight: 500;
    margin-left: 10px;
    color: #f1912d;
    border-bottom: 1px solid #f1912d;
    font-family: "Montserrat";
}

.contact-page-main .form-control::placeholder {
    font-family: "Montserrat";
    font-size: 14px;
    color: #a7a5a5;
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}

.login_btn:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}

section.contact-page-main.log-in-page-main.all-section {
    padding: 99px 0px;
    position: relative;
}

.leaf-img-login img {
    position: absolute;
    bottom: 150px;
}

.login_orange {
    background-color: #00aeef;
}

.login_orange h2 {
    color: #fff;
}

.login_orange .form-control::placeholder {
    font-family: "Montserrat";
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.login_orange .form-control {
    height: 56px;
    background-color: transparent;
    /* border-color: #54c9f4; */
    border-color: #fff;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}

.login_orange .form-check-input {
    background-color: #00aeef;
    /* border: 1px solid #6dd1f6; */
    border: 1px solid #fff;
    border-radius: 4px;
}

/*Login Page End*/

/* pricing */

.pricing {
    padding: 100px 0;
}

.pricing_top {
    text-align: center;
    margin-bottom: 20px;
}

.pricing_top p {
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.pricing_top h3 {
    font-size: 79px;
    color: #f9951d;
}

.pricing_top h3 span {
    font-size: 19px;
    color: #7492b4;
    font-family: "Montserrat";
    font-weight: 400;
    margin-left: 20px;
}

.pricing_btm ul li {
    color: #000000;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 30px;
    position: relative;
}

.pricing_btm ul li::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -30px;
    background-image: url(../images/whu-2.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    background-size: contain;
    z-index: 1;
}

.pricing_btm p {
    margin-bottom: 20px;
}

.pricing_card {
    padding: 40px 40px 30px;
    background: #fff;
    border-radius: 10px;
}

.pricing_card:hover {
    background: #00aeef;
}

.pricing_card:hover h5 {
    color: #fff;
}

.pricing_btm a {
    font-size: 14px;
    margin-top: 30px;
    width: 100%;
    background: #f7941d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 50px;
    font-family: "Evogria";
}

.pricing_card:hover .pricing_top p,
.pricing_card:hover .pricing_top h3,
.pricing_card:hover .pricing_top span,
.pricing_card:hover .pricing_btm p,
.pricing_card:hover .pricing_btm ul li {
    color: #ffffff;
}

/* pricing */

/* jobs page */

.jobs_right .search-form {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 0 10px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 70px;
    border: 1px solid #e9e9ea;
}

.jobs_right .search-form input[type="search"] {
    padding: 12px 15px;
    border: none;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
    width: 60%;
    border-radius: 50px;
}

.jobs_right .search-form select {
    width: 17%;
    padding: 5px 15px;
    border: none;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
    background: #fff url(../images/searcharrow.png) no-repeat 97%;
    border-left: 1px solid #8e8e8ebd;
}

.jobs_right .search-form button {
    width: 20%;
    background: #f7941d;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s ease;
    text-transform: uppercase;
    font-family: "Evogria";
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.jobs_right .search-form button:hover {
    background: #f7941d;
}

.jobs_page {
    padding: 100px 0 0;
}

.jo_br {
    padding-bottom: 30px;
    border-bottom: 1px solid #c8c8c7;
}

/* jobs page */

/* company page */

.company_page {
    padding: 100px 0;
}

.company_right .search-form {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 0 10px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 70px;
    border: 1px solid #e9e9ea;
}

.company_right .search-form input[type="search"] {
    padding: 12px 15px;
    border: none;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
    width: 80%;
    border-radius: 50px;
}

.company_right .search-form select {
    width: 17%;
    padding: 5px 15px;
    border: none;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
    background: #fff url(../images/searcharrow.png) no-repeat 97%;
    border-left: 1px solid #8e8e8ebd;
}

.company_right .search-form button {
    width: 20%;
    background: #f7941d;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s ease;
    text-transform: uppercase;
    font-family: "Evogria";
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.company_right .search-form button:hover {
    background: #f7941d;
}

/* company page */

/* Job Detail Page Start */

.job-detail-page {
    position: relative;
    margin: 100px 0;
    padding: 50px 0;
}

.job-detail-box h2 {
    font-size: 31px;
    color: #242424;
    line-height: 41px;
}

ul.job-list-1 i {
    color: #959595;
}

ul.job-list-1 h6 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: "Evogria";
}

ul.job-list-1 p {
    font-size: 16px;
    color: #7d7d7d;
    font-family: "Evogria";
    text-transform: capitalize;
    margin-bottom: 0;
}

ul.job-list-1 span {
    color: #f7941d;
    font-weight: 500;
}

ul.job-list-2 h6 {
    font-size: 16px;
    color: #000;
    font-family: "Evogria";
    font-weight: 400;
    display: flex;
    align-items: center;
}

ul.job-list-2 span {
    color: #1042ee;
}

ul.job-list-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.job-describe h3 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 50px 0 10px 0;
    line-height: 32px;
    font-family: "Evogria";
}

.job-describe p {
    font-size: 15px;
    font-family: "Montserrat";
    color: #7d7d7d;
    line-height: 24px;
}

ul.backend-list h5 {
    font-size: 16px !important;
    font-family: "Montserrat";
    color: #7d7d7d;
    margin: 15px 0 5px 0;
}

ul.backend-list p {
    margin-bottom: 7px;
}

.job-detail-box h6 span {
    color: #f7941d;
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 27px;
    margin-top: 0;
    display: flex;
    font-weight: 500;
    padding-left: 0;
}

.job-describe h4 {
    font-size: 14px;
    font-family: "Montserrat";
    color: #959595;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.job-social h4 {
    font-size: 16px;
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #7d7d7d;
}

.job-social {
    margin-top: 50px;
}

ul.job-social-app {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.job-detail-box {
    width: 95%;
}

img.comp-logo {
    border-radius: 100px;
    width: 120px;
    height: 120px;
}

.company-text-box h3 {
    font-size: 19px;
    line-height: 30px;
    margin: 0;
}

.company-text-box h6 {
    color: #f2912d !important;
    font-size: 16px;
    font-family: "Evogria";
}

.company-text-box ul.job-list-1 {
    justify-content: center;
}

.company-text-box ul.job-list-1 h6 {
    color: #7c7c7c !important;
}

.button-jobs {
    display: inline-block;
    /* align-items: center; */
    /* justify-content: center; */
    margin: 20px 0;
}

.button-jobs a {
    width: 100%;
    text-align: center;
    margin: 4px auto;
    background-color: #f1912d;
    border-radius: 50px;
    padding: 20px 60px;
    color: white;
    font-family: "Evogria";
}

.company-profile {
    text-align: center;
}

.job-detail-page:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    right: 38%;
    top: 0;
    background: #f9f3f3;
}

.inner-baner-text h2 {
    display: grid;
    align-items: center;
}

ul.job-list-1 li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.job-list-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 15px 0;
}

.cl-custom-check {
    display: none;
}

.cl-custom-check+.cl-custom-check-label {
    /* Unchecked style */
    background-color: #cceffc;
    color: #000;
    font-size: 12px;
    padding: 3px 18px;
    font-family: "Montserrat";
    font-weight: 500;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 30px;
    display: inline-block;
    margin: 0 10px 10px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.6s ease;
}

.cl-custom-check+.cl-custom-check-label:hover {
    background-color: #1a7bfe;
    color: white;
}

.cl-custom-check:checked+.cl-custom-check-label {
    /* Checked style */
    /* color: #fff; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(360deg);
    background: #cceffc;
}

a.job-btn2:focus {
    background: #1a7bfe;
    color: #fff;
}

/* Job Detail Page End */

/* resume */

.resume {
    padding: 100px 0;
}

.serachfilter {
    width: fit-content;
    padding: 10px 16px;
    background: #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #d5d5d5;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 0 0 auto;
}

.serachfilter .arrow {
    font-size: 20px;
    color: #000000;
}

.serachfilter .filter-text {
    font-size: 14px;
    font-family: "Evogria";
    color: #000000;
}

.resume_main {
    padding: 20px;
    border-radius: 10px;
    background-color: #e3e9f2;
}

.resume_main img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.resume_slider .slick-slide {
    opacity: 1;
}

.resume_main:hover a {
    opacity: 1;
}

.resume_main {
    position: relative;
}

.resume_main a {
    opacity: 0;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 14px;
    margin-top: 10px;
    width: 75%;
    background: #f7941d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 50px;
    font-family: "Evogria";
}

.resume_slider .slick-list.draggable {
    width: 104vw;
}

.resume-slider-btn {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resume-slider-btn button {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    background: transparent;
    justify-content: center;
    background-color: #eaeaea;
    border: none;
    clip-path: polygon(30% 0%,
            70% 0%,
            100% 30%,
            100% 70%,
            70% 100%,
            30% 100%,
            0% 70%,
            0% 30%);
}

.resume-slider-btn button:hover {
    background-color: #f7941d;
}

.resume-slider-btn button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
}

.resume-slider-btn button img {
    width: 24px;
    height: 12px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(7500%) hue-rotate(158deg) brightness(101%) contrast(101%);
}

.tailor_resume {
    padding: 0 0 100px;
}

.tailor_resume_right h3 {
    padding-left: 25px;
    font-size: 14px;
    position: relative;
    margin-bottom: 20px;
}

.tailor_resume_right h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    background-image: url(../images/whu-2.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    background-size: contain;
    z-index: 1;
}

.tailor_resume_right h2 {
    margin-bottom: 10px;
}

.tailor_resume_right p {
    margin-bottom: 20px;
}

.tailor_resume_right {
    padding: 0 40px;
}

.professional_resume_left {
    padding-right: 40px;
}

.professional_resume {
    padding: 0 0 100px;
}

.professional_resume_left h3 {
    padding-left: 25px;
    font-size: 14px;
    position: relative;
    margin-bottom: 20px;
}

.professional_resume_left h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    background-image: url(../images/whu-2.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    background-size: contain;
    z-index: 1;
}

.professional_resume_left h2 {
    margin-bottom: 10px;
}

.professional_resume_left p {
    margin-bottom: 20px;
}

/* resume */

/* post a job page */

.postjob {
    padding: 100px 0;
}

.postjobcontent form input,
.postjobcontent form textarea,
.postjobcontent form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-weight: 500;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.postjobcontent form input::placeholder,
.postjobcontent form textarea::placeholder {
    color: #9f9fa0 !important;
    font-weight: 500;
}

.postjobcontent form select {
    color: #c5c5c6;
    background: #fff url(../images/pajselect.png) no-repeat 97%;
}

.postjobcontent form label {
    color: #515151;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

.postjobcontent form textarea {
    resize: none;
    min-height: 170px;
}

.postjobcontent h3 {
    font-size: 25px;
    margin: 30px 0;
}

/* post a job page */

/* apply form page */

.applyform {
    padding: 100px 0;
}

.applyformcontent form input,
.applyformcontent form textarea,
.applyformcontent form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    transition: all 0.3s ease;
    /* margin-bottom: 20px; */
    font-weight: 500;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    height: 50px;
}

.arrowone select {
    background: #fff url(../images/arrowone.png) no-repeat 97%;
}

.applyformcontent form input::placeholder,
.applyformcontent form textarea::placeholder {
    color: #8c8c8c !important;
    font-weight: 500;
}

.applyformcontent form textarea {
    resize: none;
    min-height: 170px;
}

.applyformcontent h3 {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.radiobtns input {
    width: 20% !important;
    margin-bottom: 0 !important;
}

.radiobtns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}

.radiobtns div {
    /* width: 15%; */
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.radiobtns label {
    margin-bottom: 0 !important;
    width: 230%;
}

.upld_img {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 50px 0px;
    margin-bottom: 30px;
    position: relative;
}

.uplod_imag input {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    opacity: 0;
}

.upld_img h4 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
}

.upld_img p {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    font-weight: 500;
}

/* apply form page */

/* pages */

.main_slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 44%;
    background-image: linear-gradient(to top, #f0efeee3 50%, #d2dde1e3 50%);
}

h2.mrrigth {
    padding-right: 60px;
}

/*Find A Job  PAGE START*/

.career_page {
    padding: 80px 0;
}

.career_top_search input,
.career_top_search select {
    width: 100%;
    height: 55px;
    padding: 10px 20px;
    margin: 0 0 20px;
    border-radius: 5px;
    border: 1px solid #d2d7e0;
}

.post_header {
    padding: 12px 30px;
    background-color: #e7e8e9;
}

.post_header_left h4 {
    font-size: 14px;
    line-height: 27px;
    color: #000;
    margin: 0 15px 0 0;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 6px;
}

.post_header_left h5 {
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    margin: 0;
}

.post_header_left h5 i {
    margin: 0 6px 0 0;
}

.post_header_right h4 {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

.job_logo_col figure {
    margin: 0;
    padding: 13px 6px;
    border: 1px solid #000;
    border-radius: 5px;
}

.job_logo_col h4 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin: 0;
}

.job_logo_col h5 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin: 0;
}

.post_body {
    padding: 20px 30px;
    border: 1px solid #e7e8e9;
    border-top: 0;
}

.salary_col {
    padding: 0 20px;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.post_body button {
    padding: 10px 30px;
    height: 50px;
    border: 1px solid #000;
    background-color: #fff0;
    border-radius: 7px;
    font-size: 16px;
    line-height: 33px;
}

.post_body p {
    font-size: 15px;
    line-height: 21px;
    color: #7a7979;
}

.job_logo_col.d-flex figure img {
    width: 70px;
    height: 61px;
}

/*Find A Job PAGE END*/

button.theme-btn.w-100 {
    width: 20%;
    font-family: "Evogria";
    background: #f7941d;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s ease;
}

.post_body a.apply {
    font-family: "Evogria";
    background: #f7941d;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s ease;
}

.employer-page {
    padding: 100px 0;
}

.employer-page-content h2 {
    font-size: 40px;
    margin-bottom: 25px;
}

.employer-page-content h6 {
    font-size: 20px;
    margin-bottom: 20px;
}

.employer-page-content p {
    font-size: 18px;
    margin: 20px 0;
}

.employer-page-content p a {
    color: #f7941d;
    text-transform: capitalize;
}

.employer-page-content .featurebtn {
    width: 40%;
    margin: 60px auto 0;
}

.empl_job.hmepg {
    margin-top: 100px;
}

.table-jb-srch-apr a {
    color: #000;
    font-size: 16px;
    font-family: "Montserrat";
    line-height: 45px;
    font-weight: 500;
}

.table-jb-srch-apr a:hover {
    text-decoration: underline;
    font-weight: 600;
}

.table-jb-srch-apr {
    padding: 100px 0;
}

.table-jb-srch-apr h2 {
    margin-bottom: 58px;
    font-size: 50px;
    line-height: 1.3;
}

.password-box {
    position: relative;
    margin-bottom: 20px;
}

.password-box-input input {
    padding: 10px 40px 10px 20px;
}

.password-icon {
    position: absolute;
    top: 28%;
    right: 5%;
}

.password-icon span {
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

/* Ribbon */
.featured-badge {
    position: absolute;
    top: 16px;
    left: -45px;
    background: #f7941d;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 50px;
    text-transform: uppercase;
    transform: rotate(-45deg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

/* Optional emphasis for featured cards */
.featured_cards.is-featured {
    border: 2px solid #f7941d;
}