﻿@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
    /* font-family: 'Muli', sans-serif !important; */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: Rubik, sans-serif!important; */
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*font-family: 'Muli', sans-serif !important;*/
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'Muli', sans-serif;
}
/*=============Common Banner Css===================*/
/*.inner-banner {
    background-image: url(/image/inner-banner.jpg);
    background-position: 10% 28%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
.inner-banner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #000000c9;
    opacity: 0.75;
}
    .inner-banner .tt-title {
    color: #fff;
    text-align: center;
    position: relative;
}
    .tt-title {
    color: #003366;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}
    .NavbarBanner {
    background-color:white;
}*/
section.wuhuhutri:before {
    content: ""; /* background-image: url(https://www.consultancy.in/illustrations/news/spotlight/2019-07-18-134213786-Public-sector-use-of-consultants-in-India-spot.jpg); */
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0; /* background-repeat: no-repeat; */ /* background-position: bottom; */ /* background-size: cover; */ /* opacity: .1; */ /*background-image: url(https://alp.consulting/wp-content/uploads/2023/08/Alp-Overview-min.png);*/
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
section.wuhuhutri {
    position: relative;
    /* opacity: .8; */
    background: linear-gradient(45deg, #2651a5, #fe9abb);
    padding: 170px 0 60px;
    /* min-height: 437px; */
    height: 485px;
}

.jkwnj_tri {
    position: relative;
    text-align: left;
}

.breadcrumb { /* background: #fff; */ /* position: relative; */ /* padding: 20px 0; */ /* vertical-align: middle; */
    display: block;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 0; /* box-shadow: 0 8px 43px rgba(0, 0, 0, 0.12); */ /* width: 555px; */
    margin: 0 auto; /* border-radius: 3px; */ /* margin-top: -30px; */
}

    .breadcrumb ul {
        display: inline-block;
        padding-left: 0;
        margin-bottom: 0;
    }

        .breadcrumb ul li {
            list-style: none;
            float: left;
            padding-right: 10px;
            background: 0;
        }

            .breadcrumb ul li a {
                font-size: 14px;
                color: #ffffff;
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
            }

            .breadcrumb ul li.active a {
                font-size: 14px;
                color: #ffffff;
                font-weight: 600;
            }

.tttitle_tri {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 8px;
    color: #fff;
    /* margin-top: 15px; */
    position: relative;
    margin-top: 0;
}

.eur_tri {
    color: #ffba80;
    display: inline-block;
    padding: 0;
    font-size: 16px;
}

.iufyd_tri {
    color: #fff;
}

.dwhufe_tri a {
    display: inline-block;
    font-size: 14px;
    background: #e77c22;
    border: 1px solid #e77c22;
    color: #fff;
    font-weight: 600;
    padding: 4px 20px;
    transition: .3s;
    border-radius: 2px;
}

.dwhufe_tri {
    margin-top: 20px;
}

.dcefwhu_tri {
    position: absolute;
    right: 0;
    bottom: 3%;
}

.breadcrumb i {
    color: #fff;
}

.dwhfeu_tri {
    width: 50%;
}

img.wr_tri {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
}
/*=============Common Banner Css End===================*/

/*===================Layout CSS Start===================*/
.trapezium-bg { /* border-top: 97px solid #fff; */ /* border-left: 0px solid transparent; */ /* border-right: 60px solid transparent; */ /* position: absolute; */ /* top: -30px; */ /* width: 35%; */
    flex-grow: 1;
    padding: 5px 0;
}

.topbar {
    background-color: #2b455f;
    height: 30px;
    padding: 0;
    font-size: 14px;
}

.b-clr {
    color: black !important;
}

.img-logo-main {
    position: relative; /* top: -77px; */
    left: 0;
    height: 48px;
    margin: 3px 0;
}

.topbar .contact-info i {
    font-style: normal;
    color: white;
}

    .topbar .contact-info i a {
        line-height: 2;
        margin-left: 10px;
        font-family: 'Muli', sans-serif;
    }

.topbar .social-links a {
    color: white;
    line-height: 0;
    transition: 0.3s;
    font-size: 17px;
    margin-left: 13px;
}

.l-h-2 {
    line-height: 2.2;
}

.bg-yellow {
    background: #d4712f;
    padding: 0px 17px;
    font-weight: bold; /*animation: NAME-YOUR-ANIMATION 1s infinite;*/
}

.bg-orange {
    background: #d4712f;
    padding: 0px 17px;
    font-weight: bold;
    animation: /*NAME-YOUR-ANIMATION2 1s infinite;*/
}

@keyframes NAME-YOUR-ANIMATION {
    0%, 49% {
        background-color: #dc702d;
    }

    50%, 100% {
        background-color: #266e96;
    }
}

@keyframes NAME-YOUR-ANIMATION2 {
    0%, 49% {
        background-color: #266e96;
    }

    50%, 100% {
        background-color: #dc702d;
    }
}

.navbar { /* background: #ffffff; */ /* -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%); */ /* border-bottom: 3px solid #ff6b00; */ /* box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%); */
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2);
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.navbar .logo {
    text-decoration: none;
    color: #122f48;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
}
/* nav menu button */
.menu-btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 2;
}

.navbar .menu-btn__lines::before, .navbar .menu-btn__lines::after {
    content: "";
    position: absolute;
}

.navbar .menu-btn__lines, .navbar .menu-btn__lines::before, .navbar .menu-btn__lines::after {
    width: 1.5rem;
    height: 0.1rem;
    background: #132f48;
    transition: all 0.4s ease-in-out;
}

    .navbar .menu-btn__lines::before {
        transform: translateY(-0.5rem);
    }

    .navbar .menu-btn__lines::after {
        transform: translateY(0.5rem);
    }

.navbar .menu-items {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ffffff38;
}

.navbar ul li {
    list-style: none;
    transition: 0.3s ease; /* text-align: center; */
}

    .navbar ul li .arrow {
        transition: all 0.3s ease-out;
    }

    .navbar ul li a {
        text-decoration: none;
        color: #436da7;
    }
/* dropdown menu */
.navbar .dropdown {
    position: relative;
}

.expand-btn:after {
    content: " \f107"; /* font-family: "FontAwesome"; */ /* font-size: 15px; */ /* font-weight: 800; */ /* margin-left:3px; */ /* width: 0; */
    font-size: 0;
}

.navbar .dropdown-menu, .menu-right {
    position: absolute;
    background: #e9ecef;
    width: 190px;
    display: block !important;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
    top: 15px;
    left: 15rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.navbar .menu-right {
    top: 0;
    left: 100%;
}

.navbar .dropdown-menu, .menu-left {
    right: 0;
}

.navbar .menu-left {
    left: -100%;
}

.navbar .menu-item {
    border-bottom: 1px solid #f5f5dc00;
    display: block;
    line-height: 19px; /* justify-content: center; */
    width: 100%;
    padding: 7px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    color: #fff;
}

    .navbar .menu-item:hover { /* color: #e77c22; */
        border-bottom: 1px solid #e77c22;
    }

.rgfnj_tri .menu-items li {
    margin: 0 10px;
}

.menu-item.first-item {
    padding: 8px 10px; /* margin: 0 20px; */
}

.navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 52%);
}

.navbar .dropdown-right:hover .menu-right {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar .dropdown-right:hover .menu-left {
    left: -100%;
}
/* mega menu  */
.navbar .mega-menu {
    position: absolute;
    /* right: 160px; */
    /* width: 45%; */
    /* top: 70px; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.mega-menu .content {
    /* background: linear-gradient(to bottom, #e0f8ff 0, #fff0e5 100%); */
    padding: 10px;
    width: 100%;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 52%);
    /* box-shadow: 0 20px 50px 0 rgb(0 0 0 / 52%); */
    background-color: #ffffff;
    /* background-image: url(../images/Blog_bg.png); */
    /* background-size: cover; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.blog .content {
    grid-template-columns: repeat(4, 1fr);
}

.content .col {
    line-height: 20px;
}

    .content .col .img-wrapper {
        width: 100%;
        overflow: hidden;
    }

    .content .col img {
        width: 100%;
        transition: transform 0.3s ease-in-out;
    }

    .content .col .img-wrapper:hover img {
        transform: scale(1.1);
    }

    .content .col .menu-title {
        color: #ff5722;
        font-size: 1rem;
        border-bottom: 1px solid #80808061;
        line-height: 3rem;
        font-weight: bold;
    }

    .content .col p {
        line-height: 25px;
        text-align: justify;
        margin-top: 5px;
        color: #112f48;
    }

    .content .col .read-more {
        font-size: 16px;
        display: flex;
        padding-top: 1rem;
        color: #03a9f4;
        transition: color 0.3s ease;
        justify-content: flex-end;
        padding-right: 10px;
    }

.col .mega-links li, .col .mega-links li a {
}

.menu-items li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.content .col .read-more:hover {
    color: #ff5722;
}
/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
    transform: translateX(1rem);
    background: transparent!important;
}

    .menu-btn.open .menu-btn__lines::before {
        transform: rotate(45deg) translate(-0.5rem, 0.5rem);
        background: white;
    }

    .menu-btn.open .menu-btn__lines::after {
        transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
        background: white;
    }
/* Responsive style */
@media screen and (max-width: 1024px) { /*.navbar { padding: 10px 20px; }*/
    .overflow {
        overflow: hidden;
    }

    .overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 500;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .overlay--active {
        opacity: 1;
        visibility: visible;
    }

    .menu-btn {
        display: flex;
    }

    .navbar .menu-items {
        position: fixed;
        height: 100%;
        max-height: initial;
        overflow-y: auto;
        width: 80%;
        top: 0px;
        left: 0;
        background: #081d32;
        display: block;
        transform: translateX(-100vh);
        transition: 0.3s ease-out;
        padding-bottom: 100px;
    }

    .menu-items.open {
        transform: translateY(0);
    }
    /*.menu-items.open li a{color:black;}*/

    .menu-items li:first-child {
        margin-top: 20px;
    }

    .menu-items li a {
        padding: 10px 1rem;
        display: block;
        font-size: 18px;
    }

    .menu-items .dropdown-right .right-arrow {
        transform: rotate(90deg);
    }

    .menu-item.first-item {
        padding: 1rem 1rem;
    }
    /* DROPDOWN, MEGA MENUS */

    .menu-items .dropdown-menu, .menu-items .menu-right, .menu-items .mega-menu {
        position: static;
        opacity: 1;
        top: 4rem;
        visibility: visible; /*margin-left: -18px;*/
        width: auto;
        max-height: 0;
        transform: scaleX(0);
        transform-origin: left;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .menu-items .dropdown-menu, .menu-items .menu-right {
        padding-left: 1rem;
        width: 102%;
        margin-left: -10px;
    }

    .menu-items .mega-menu .col {
        padding-left: 1rem;
    }

    .expand-btn.open + .sample {
        max-height: 100%;
        transform: scaleZ(1);
    }

    .expand-btn.open + .blog.sample {
        max-height: 100%;
        transform: scaleZ(1);
        max-width: fit-content;
    }

    .navbar .sample {
        border-top: none;
    }

    .sample li {
        margin: 0;
    }

        .sample li:last-child {
            border-bottom: none;
        }

        .sample li a {
            font-size: 1rem;
        }

    .mega-menu .content { /*grid-template-columns: auto; padding: 1rem 1rem 0 1rem;*/
    }

        .mega-menu .content .col {
            width: 100%; /*padding-top: 1rem;*/
            margin-bottom: 0.5rem;
        }

    .col .mega-links li, .col .mega-links li a {
        padding: 2px 0px;
    }

    .content .col .mega-links {
        border-left: 0;
        padding-left: 0.5rem;
    }

    .col .mega-links li {
        margin: 0;
    }
}

.bg-aliceblue {
    background-color: white;
    box-shadow: 0px 0px 17px 0px #80808038;
}
/*===================Layout CSS End===================*/


/*==============footer CSS Start=================*/
.uigfuy_tri {
    text-align: right;
    padding-right: 10px;
}

a.efutgy_tri {
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
    border-right: 1px solid #ffffff52;
    padding-right: 10px;
}

a.efutgy_tri:last-child {
    border: 0;
}
.newsletter_form {
    position: relative;
}

    .newsletter_form input {
        font-size: 14px;
        font-weight: 400;
        padding: 10px 70px 10px 15px;
        width: 100%;
        border: 0px;
        color: rgb(119, 119, 119);
        height: 38px;
    }

    .newsletter_form button {
        font-size: 14px;
        position: relative;
        right: 0;
        top: 0;
        background-color: #e77c22;
        border: 2px solid #e77c22;
        color: rgb(255, 255, 255) !important;
        padding: 7px 15px;
        font-weight: 500;
        letter-spacing: 0px;
    }

.footer {
    color: white;
    background-color: #07294d;
    font-size: 14px;
    padding-bottom: 0px;
    position: relative;
}

    .footer .footer-top {
        padding-top: 60px;
        padding-bottom: 20px;
        /* max-width: 1200px; */
    }

    .footer h4 {
        font-size: 16px;
        color: white;
        font-weight: bold;
        position: relative;
        padding-bottom: 7px;
    }

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

        .footer .footer-links ul li:first-child {
            padding-top: 0;
        }

        .footer .footer-links ul li {
            padding: 6px 0;
            display: flex;
            align-items: center;
        }

        .footer .footer-links ul i {
            margin-right: 3px;
            font-size: 16px;
            line-height: 0;
            color: #e77c22;
        }

        .footer .footer-links ul a {
            display: inline-block;
            color: white;
            text-decoration: none;
            margin-left: 5px;
            line-height: 20px;
            font-size: 12px;
        }

.footer-top .gy-4 span {
    margin-right: 10px;
    font-size: 11.8px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid white;
    font-size: 15px;
    color: white;
    margin-right: 10px;
    transition: 0.3s;
}

.social-links {
    position: relative;
    z-index: 99;
}

.mr-5 {
    margin-right: 2.5rem;
}

.new-d-flex-cls {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.copyright {
    padding-top: 12px;
    padding-bottom: 12px;
}

    .copyright p {
        margin-bottom: 0;
    }

.footer-contact {
    line-height: 22px;
    margin-top: 12px;
    font-size: 12px;
    text-align: left;
    padding-right: 0;
    position: relative;
}

.credits {
    margin-top: 6px;
    font-size: 13px;
}

.ytftyfyt_tri {
    color: white !important;
}

.company {
    color: #c77d0e !important;
    font-weight: bold;
}

.footer_link li {
    display: inline-block;
    position: relative;
}

.list_none li {
    list-style: none;
}

.social-links a:hover {
    color: #ff6300;
    border-color: #ff6300;
}

.footer-bottom {
    background: #003060;
    border-top: 1px solid #ffffff26;
    position: relative;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.social-curve {
    position: relative;
    padding: 20px 30px;
    width: 100%;
    margin: 0 0 -3px;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.social-curve:before {
    width: 100%;
    left: -50%;
    z-index: 0;
}

.social-curve:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.social-curve:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: 99;
}

.social-curve:before {
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}

.social-curve:after, .social-curve:before {
    background-color: #2b455f;
}

.social-curve .social-icon {
    z-index: 99;
    position: relative;
}

.list-inline > li {
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
}

footer li {
    font-size: 14px;
    line-height: 22px;
}

.social-curve .social-icon .title {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.title {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.social-curve .social-icon li a {
    color: #fff !important;
    font-size: 18px;
}

.uyfvvuy_tri { /* background: #2a435c; */ /* padding: 25px 30px; */ /* box-shadow: -6px 6px 2px 1px rgb(255 107 0 / 47%); */
}

.social_icons, .contact_detail {
    font-size: 0px;
}

    .social_icons li, .contact_detail li {
        display: inline-block;
        padding: 2px 3px;
    }

.social_white .social_icons li a, .social_white.social_icons li a {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.social_white.social_style1 li a {
    background-color: rgba(255, 255, 255, 0.1);
}

.social_icons li a {
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.jtg_tri li {
    padding: 0 !important;
    background: none;
}

.jtg_tri i {
    color: #fff !important;
    background: #ffffff00;
    margin-top: 16px;
}

.jtg_tri a {
    background: none !important;
    width: auto !important;
    margin-right: 15px;
}

.footer-about:before {
    content: '';
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    background: #ffffff0f;
    bottom: -50px;
}

p.m-md-0.text-left.eeuhe_tri {
    text-align: left;
    font-size: 13px;
    padding-left: 35px;
}

a.d-flex.align-items-center.dwfds_tri {
    position: relative;
    margin-bottom: 21px;
}

img.wfwui_tri {
    width: 200px;
}

a.sfsfs_tri {
    display: inline-block;
    background: #e77c22;
    padding: 4px 15px;
    color: #fff;
    font-size: 13px;
}

.footer-about.eyfgyu_tri {
    margin: 0;
    position: relative;
    padding: 10px 22px;
}

.footer-links.row.wrfwygyu_tri {
    padding-left: 45px;
}

.erywgyu_tri {
    display: flex;
    /* border-bottom: 1px solid #ffffff26; */
    padding-bottom: 0;
    margin-bottom: 0;
}

.jtg_tri.fdwdw_tri {
    flex-grow: 1;
}

.jtgsf_tri.sdwy_tri {
    width: 60%;
}

form.qedwu_tri {
    display: flex;
}

ul.list_none.social_icons.social_white.social_style1.wdgy_tri {
    display: flex;
}

.iyfuet_tri {
    max-width: 1150px;
}

/*==============footer CSS End=================*/

/*====================Index Page Css Start=======================*/
/*==============Banner CSS Start=================*/
.ujkjh_tri {
    padding: 95px 0 75px 0px;
}

.giuhu_tri {
    color: #fff;
    padding-right: 50px;
    height: 100%;
    display: flex;
    align-items: center;
}

.hujn_tri {
    font-size: 15px;
    color: #ffb88a;
}

.uygug_tri {
    font-size: 37px;
    font-weight: 600;
}

.igugu_tri {
    font-size: 16px;
    margin-top: 10px;
}

.iugjhu_tri {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 22px;
}

a.augijk_tri {
    border-radius: 5px;
    transition: all 0.2s ease-in-out 0s;
    color: white;
    font-weight: 800;
    font-size: 16px;
    background-color: rgb(255, 97, 0);
    border: 0px;
    padding: 8px 18px;
    display: flex;
    align-items: center;
}

.tigugrgr_tri {
    position: absolute; /* width: 51%; */
    top: 0;
    right: 0;
    height: 100%;
    bottom: 0; /* display: flex; */ /* align-items: flex-end; */
}

.hioyio_tri {
    display: flex;
    justify-content: flex-end;
}

.tigug_tri {
    max-width: 100%;
}

    .tigug_tri .gyhjb_tri {
        border-radius: 5px;
    }

.gyhjb_tri {
    background: radial-gradient(19% 51% at 51% 34%, rgba(128, 237, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(32% 85% at 100% 38%, rgba(255, 128, 184, 0.15) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(16% 43% at 0% 56%, rgba(255, 196, 179, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #F7F9FD;
    padding: 12px;
}

.tigug_tri .hjgbk_tri.quickForm {
    padding: 0;
}

.tigug_tri .gihjb_tri {
    margin-bottom: 12px;
}

.quickForm h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #ff6100;
    line-height: 1.4em;
    margin: 0px 0px 3px;
}

.tigug_tri h5.fontQuicksand {
    margin-bottom: 0;
}

.quickForm h5 {
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0px 0px 12px;
}

.ghruig_tri {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.uyfggu_tri {
    margin-bottom: 14px;
}

.yfhgbjh_tri .hjgbk_tri.quickForm .grfgh_tri input {
    height: 14px;
    width: 14px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.yfhgbjh_tri .hjgbk_tri.quickForm input, .yfhgbjh_tri .hjgbk_tri.quickForm select, .yfhgbjh_tri .hjgbk_tri.quickForm input[type="text"] {
    border: 1px solid #b1b1b1;
    box-shadow: none !important;
    border-radius: 0px;
    width: 100%;
    font-size: 13px;
    padding: 0 0 0px 5px;
    height: 29px;
    margin-top: 0;
}

.grfgh_tri .checkbox label {
    display: flex;
    text-align: left;
}

.quickForm label {
    font-size: 12px;
    color: white;
    transition: all 0.3s ease-in-out 0s;
}

.grfgh_tri span.agree-condition {
    color: #000;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
}

button#btnsubmit {
    background: rgb(255, 97, 0);
    color: rgb(255, 255, 255);
    padding: 5px;
    border: none;
}

.tigug_tri .ryhtuhtg_tri button {
    width: 100%;
    border-radius: 5px;
    margin-top: 7px;
}

.hero-txt.mb-40 h3 {
    font-size: 39px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 20px;
    color: white;
    filter: drop-shadow(2px 4px 6px black);
}

    .hero-txt.mb-40 h3 span {
        font-weight: 800;
        color: white;
        border-right: 4px solid rgb(255, 97, 0);
    }

.hero-txt p {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
    padding: 6px 10px;
    width: 200px;
    font-size: 14px;
    margin-top: 29px;
    text-align: center;
    background-color: rgb(0 48 96);
    box-shadow: 0rem 0.2rem 11px rgb(0, 0, 0, 0.5);
}

.enquiry-form-wrapper {
    padding: 15px 16px;
    background: radial-gradient(19% 51% at 51% 34%, rgba(128, 237, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(32% 85% at 100% 38%, rgba(255, 128, 184, 0.15) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(16% 43% at 0% 56%, rgba(255, 196, 179, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #F7F9FD;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0rem 0.5rem 1rem rgb(0, 0, 0, 0.5);
}

    .enquiry-form-wrapper h4 {
        line-height: 15px;
        margin-bottom: 0px;
        color: #ff6100;
    }

    .enquiry-form-wrapper p {
        margin-bottom: 0px !important;
    }

        .enquiry-form-wrapper p:before {
            content: attr(type);
            display: block;
            margin: 20px 0 0;
            font-size: 14px;
            color: #5a5a5a;
        }

    .enquiry-form-wrapper .single-form:before {
        content: attr(type);
        display: block;
        margin: 15px 0 0;
        font-size: 14px;
        color: #5a5a5a;
    }

    .enquiry-form-wrapper .single-form-again:before {
        margin: 0px 0 0 !important;
    }

    .enquiry-form-wrapper input {
        width: 100%;
        padding: 2px 0px 4px;
        box-sizing: border-box;
        background: none;
        outline: none;
        resize: none;
        border: 0;
        transition: all .3s;
        border-bottom: 1px solid #bebed2;
        font-size: 12px;
    }

    .enquiry-form-wrapper .single-form {
        margin-bottom: 15px !important;
    }

        .enquiry-form-wrapper .single-form .form-control {
            display: block;
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid #dddddd;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #666666;
            border-radius: 0;
            background-color: transparent;
            margin-bottom: 0;
            padding: 7px 0px;
            width: 100%;
            font-size: 12px;
            font-weight: 400;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            appearance: auto;
        }

.animatedText {
    color: black;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    display: inline-block;
    padding: 0;
    border-right: 4px solid #ff6400;
}

.heddhv {
    font-size: 19px;
    font-weight: 700;
    filter: drop-shadow(2px 4px 6px black);
}

.wdek {
    font-size: 16px;
    filter: drop-shadow(2px 4px 6px black);
}
/* Sixth Button */

.button-6 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .button-6 a {
        position: relative;
        transition: all .45s ease-Out;
    }

#spin {
    width: 0;
    height: 0;
    opacity: 0;
    left: 70px;
    top: 20px;
    transform: rotate(0deg);
    background: none;
    position: absolute;
    transition: all .5s ease-Out;
}

.button-6:hover #spin {
    width: 200%;
    height: 500%;
    opacity: 1;
    left: -94px;
    top: -70px;
    background: #ffffff;
    transform: rotate(80deg);
}

.ban-ize-all {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

.button-6:hover a {
    color: #003060 !important;
}
/*=============Banner Css End===================*/

/*==========Our Company Logo Css Start==========*/
.ihfh_tri {
    background: linear-gradient(112.1deg, rgb(1 74 147) 11.4%, rgb(0 29 58) 70.2%);
    padding: 22px 0px;
}

.dbhd {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    color: white !important;
    position: relative;
}

span.bold-new-trxt {
    font-size: 40px;
    display: block;
    font-weight: 600;
    color: #ffffff !important;
    position: relative;
    line-height: 52px;
}

.ihfh_tri img {
    width: 175px;
}

.dbhd:before {
    content: '';
    border-right: 1px dotted #ffffff38;
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 0;
}

.rsdr_tri {
    display: flex;
    align-items: center;
}
/*==========Our logo css End==========*/


/*============About use section=============*/

/*-----------readmore button css content home page----------*/

.sim-button {
    margin-top: 9px;
}

.button8 {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.sim-button {
    line-height: 35px;
    /* height: 34px; */
    text-align: center;
    /* width: 145px; */
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    background: #e77c22;
    text-transform: initial;
    border-radius: 3px;
    letter-spacing: 0.30px;
}

.button8:hover::before {
    opacity: 1;
    width: 100%;
}

.button8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #fc6604;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
}

.button8 a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.button8 span {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
/*-----------readmore button css content home page----------*/


.main-heading {
    color: #003060;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
}

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

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

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

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

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

.sub-head {
    color: black;
    font-size: 17px;
    font-weight: 600;
}

.hiraing-made .hire-arrow-img {
    margin: 30px 0;
}

.hiraing-made .hire-card {
    text-align: center;
}

.hire-card .hire-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: inherit;
    color: #494b4c;
}

.com-pera {
    font-weight: 400;
    font-size: 15px;
    color: #494b4c;
    line-height: 1.8 !important;
}

.common-head {
    position: relative;
}

    .common-head::before {
        content: "";
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        top: 40px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }

    .common-head::after {
        content: "";
        position: absolute;
        display: block;
        width: 40px;
        top: 40px;
        height: 3px;
        background: #ff6100;
        bottom: 0;
        left: calc(50% - 20px);
    }
/*============Our Services Css============*/
.service-box {
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    border-radius: 16px;
    width: 400px;
}

.service-image {
    border-radius: 16px;
    box-shadow: 24px 24px 80px -16px rgba(0,0,0,.24);
}

.hd-color {
    color: #334155;
    font-weight: bold;
}

.img-new-ser {
    position: relative;
    top: -45px;
}

.p-all {
    padding: 0px 1.5rem 1.5rem 1.5rem;
}

.m-11 {
    margin-top: -11px;
}

.mb-85 {
    margin-bottom: 85px;
}

.ind-know-more {
    background: #081d32;
    padding: 9px 17px;
    margin-top: 18px;
    font-size: 14px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
}

    .ind-know-more:hover {
        color: white;
    }

/*============Why Choose Us Css============*/
.why-choose-banner {
    background-image: url(/images/why-choose-us-banner.jpg);
    background-position: 10% 28%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    position: relative;
}

.selector {
    position: relative;
    left: 29%;
    top: 36%;
    width: 105px;
    height: 105px;
}

    .selector ul {
        position: absolute;
        list-style: none;
        padding: 0;
        margin: 0;
        top: -57px;
        bottom: -57px;
        right: -57px;
        left: -57px;
        border: 6px solid #f5f3ff;
        border-radius: 50%;
    }

    .selector li {
        position: absolute;
        width: 0;
        height: 100%;
        margin: 0 50%;
        transform: rotate(-360deg);
        transition: all .8s ease-in-out;
    }

        .selector li input {
            display: none;
        }

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

.selector.open li input + label {
    width: 125px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -52px;
    font-size: 14px;
}

.selector li input + label {
    max-width: none;
    position: absolute;
    left: 48%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all .8s ease-in-out, color .1s, background .1s;
}

    .selector li input + label span {
        line-height: 16px;
        display: inline-block;
        vertical-align: middle;
        color: #404041;
    }

.selector button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: white;
    border-radius: 50%;
    border: 0;
    box-shadow: 0px 5px 40px rgba(131, 100, 196, .2);
    font-size: 20px;
    cursor: pointer;
    transition: all .1s;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}
/*section.circle-animation {
    min-height: 520px;
    background-color: #03A9F4 !important;
    position: relative;
}*/
.selector li:hover input + label {
    background: linear-gradient(to bottom, #e0f8ff 0, #fff0e5 100%);
    color: black;
}

    .selector li:hover input + label span {
        color: black;
    }

.show-1, .show-4 {
    border: 8px solid #07a9f0;
}

.show-2, .show-5 {
    border: 8px solid #ff6a00;
}

.show-6, .show-3 {
    border: 8px solid #ffac3d;
}

.eael-shape-2 {
    position: absolute;
    left: calc(43% + 0.5px + 3px);
    border-radius: 50%;
    z-index: -1;
    background: #f5f3ff;
    height: 25px;
    width: 25px;
    transform: translate(-50%, -50%);
}

@keyframes show-4 {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



/*.selector {
    position: relative;
    left: 29%;
    top: 36%;
    width: 105px;
    height: 105px;
}
.selector ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -40px;
    right: -20px;
    bottom: -40px;
    left: -20px;
}
.selector ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -57px;
    bottom: -57px;
    right: -57px;
    border: 6px solid #f5f3ff;
   
    left: -57px;
    border-radius: 50%;
}
.selector li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all .8s ease-in-out;
}
.selector li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
}
.selector li input {
    display: none;
}
.selector li input {
    display: none;
}
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input {
    line-height: normal;
}
.selector.open li input+label {
    width: 125px;
    height: 125px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left: -52px;
    font-size: 14px;
}

.selector li input+label {
	  max-width: none;
    position: absolute;
    left: 48%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all .8s ease-in-out,color .1s,background .1s;
}
.selector li input+label {
    position: absolute;
    left: 48%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    box-shadow: none;
}
.selector li input+label span {
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #404041;
}
.selector li input+label span {
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #404041;
}
.selector button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: white;
    border-radius: 50%;
    border: 0;
   box-shadow:0px 5px 40px rgba(131,100,196,.2);
    font-size: 20px;
    cursor: pointer;
    transition: all .1s;
    text-transform: Capitalize;
    font-size: 16px;
    font-weight: bold;
}
section.circle-animation {
    min-height: 475px;
    min-height: 520px;
    background-color: #03A9F4!important;
    position: relative;
}
.selector li input+label {
    position: absolute;
    left: 48%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: visible;
    cursor: unset;
    box-shadow: none;
    transition: all .8s ease-in-out,color .1s,background .1s;
}
.selector li:hover input+label {
    background: linear-gradient(to bottom, #e0f8ff 0, #fff0e5 100%);
    color: black;
}
.selector li:hover input+label span {
    color: black;
}
.selector li {  
  animation: 1s ease-out 0s 1 show-4;
}
.show-1, .show-4{
    border:8px solid #07a9f0;
}
.show-2, .show-5{
    border:8px solid #ff6a00;
}
.show-6, .show-3{
    border:8px solid #ffac3d;
}
.eael-shape-2{position: absolute;
     position: relative;
    left: calc(43% + 0.5px + 3px);
    border-radius: 50%;
    z-index: -1;
    background: #f5f3ff;
       height: 25px;
    width: 25px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}
@keyframes show-4 {
  0% {
    transform: rotate(-360deg);
  }
  100% {
        
  }
}*/

/*============Benifits Section============*/


.home-benifits-page h2.text-center {
    color: #17095f;
    font-size: 50px;
    font-weight: 700;
}

.box-item {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    margin: 35px auto;
}

[class*=info-box__shadow] {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.bg-points {
    background: #ffe4dd;
    background-image: url(/images/pattern-bg.png)
}

.box-info {
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    /*margin: 10px;*/
    text-align: center;
    box-shadow: 0 20px 60px 0 rgba(41, 7, 121, .4);
}

.icons-media {
    width: 23%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.box-info h6 {
    margin-top: 13px;
    line-height: 20px;
    /*letter-spacing: .1em;*/
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-info p {
    color: #555;
    /*margin-top: 15px;*/
    font-size: 14px;
}

.box-item2 {
    max-width: 100%;
    border-radius: 8px;
    margin: 60px auto;
}

[class*=info-box__shadow2] {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.box-info2 {
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    /*margin: 10px;*/
    text-align: center;
    box-shadow: 0 20px 60px 0 rgba(41, 7, 121, .4);
}

    .box-info2 h6 {
        margin-top: 13px;
        line-height: 20px;
        /*letter-spacing: .1em;*/
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

.info-box__shadow:hover {
    box-shadow: 0 20px 60px 0 rgba(41, 7, 121, .4);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.info-box__shadow2:hover {
    box-shadow: 0 20px 60px 0 rgba(41, 7, 121, .4);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.box-info2 p {
    color: #555;
    /*margin-top: 15px;*/
    font-size: 14px;
}

/*============Looking for A Trusted Talent Partner==================*/
.look-job-bg {
    background-color: #0442BF;
    background-image: url(https://alp.consulting/wp-content/uploads/2024/01/Group-6158.webp#7001);
    background-repeat: no-repeat;
}

.pad-tb {
    padding-top: 80px;
    padding-bottom: 80px;
}
/* Third Button */
.button {
    display: inline-flex;
    background: white;
    border: 2px solid #003060;
    padding: 8px 20px;
    color: #BFC0C0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.button-new {
    display: inline-flex;
    background: #003060;
    border: 2px solid #003060;
    padding: 7px 36px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 25px;
    position: relative;
    /*z-index:99;*/
    font-weight: 600;
}

.inner-a {
    color: #003060;
    text-decoration: none;
    /*letter-spacing: 1px;*/
}

#button-3 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    #button-3 a {
        position: relative;
        transition: all .45s ease-Out;
    }

#circle {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #e26c1c;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px;
}

#button-3:hover #circle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px;
}

#button-3:hover a {
    color: #ffffff;
}

.cta-area {
    position: relative;
    background: #e0f8ff;
    background: -moz-linear-gradient(top, #e0f8ff 0, #fff0e5 100%);
    background: -webkit-linear-gradient(top, #e0f8ff 0, #fff0e5 100%);
    background: linear-gradient(to bottom, #e0f8ff 0, #fff0e5 100%);
}

.common-heading {
    color: #fff;
}

.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}

    .common-heading > span {
        color: #e60072;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 15px;
        display: block;
    }

.cta-area .common-heading h2 {
    color: #003060;
    font-weight: 700;
}

.cta-area .common-heading h2 {
    margin-bottom: 40px;
}

.btn-outline {
    border: 2px solid #003060;
    color: #003060;
    padding: 14px 32px;
    /*font-family: Poppins, sans-serif;*/
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(3, 35, 68, .1);
    box-shadow: 0 10px 15px 0 rgba(3, 35, 68, .1);
    line-height: 52px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.cta-call {
    color: #003060;
    margin: 30px 0 0;
}

    .cta-call a {
        font-size: 24px;
        padding: 0 0 0 10px;
    }

    .cta-call a, .ps-block span {
        /*font-family: Poppins, sans-serif;*/
        color: #003060;
    }

    .cta-call i {
        margin: 0 5px 0 0;
    }

.btn-outline:hover {
    background: #fd6203;
    color: #fff;
    border: 2px solid #fd6203;
}

.shape {
    position: absolute;
    opacity: .32;
}

.shape-a4 {
    top: 0px;
    right: 20%;
}

.shape-a3 {
    top: 0;
    right: 0;
}

.shape-a2 {
    bottom: -30px;
    right: 0;
}

.shape-a1 {
    bottom: 0px;
    left: 0;
}

/*========source working Process============*/
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-fbf9f8 {
    background-color: #fbf9f8;
}

.bg-fbf9f8 {
    background: #fbf9f8;
}

.section-title {
    position: relative;
}

    .section-title span {
        color: black;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
    }

    .section-title h3 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 15px;
        text-transform: capitalize;
        line-height: 38px;
    }

    .section-title .read-more-btn {
        position: absolute;
        right: 0;
        top: 50%;
        text-transform: capitalize;
        text-decoration: underline;
    }

.read-more-btn {
    font-weight: 600;
    position: relative;
    color: #003060;
    z-index: 1;
}

.single-work-process {
    text-align: center;
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

    .single-work-process::before {
        content: '';
        position: absolute;
        z-index: 1;
        background: url(/images/arrow-big.png) no-repeat center center;
        width: 217px;
        height: 210px;
        top: -20px;
        right: -120px;
    }

    .single-work-process .icon {
        background: #f4f6fd;
        display: inline-block;
        width: 60px;
        height: 60px;
        position: relative;
        z-index: 1;
        font-size: 26px;
        color: #003060;
        line-height: 61px;
        -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .single-work-process .icon::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            width: 0;
            height: 0;
            background: #003060;
            z-index: -1;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

.single-work-process-remove::before {
    display: none !important;
}

.single-work-process h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.single-work-process:hover .icon::before {
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.single-work-process:hover .icon {
    color: #ffffff;
}

/*============Top places we serve===========*/

.footer-head {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #494b4c;
}

.marker-hover {
    border: 1px solid #003060;
    border-radius: 100px;
    color: #000;
    padding: 8px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: unset;
    white-space: nowrap;
    position: relative;
}

    .marker-hover i {
        display: inline-block;
        color: #003060;
        padding-right: 8px;
        font-size: 15px;
    }


    .marker-hover:hover {
        color: #fff;
        background-color: #003060;
    }

        .marker-hover:hover i {
            color: white;
        }

.owl-nav {
    display: none;
}


.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    right: 20px;
    /* font-size: 33px; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 28px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

    .btn-whatsapp-pulse i {
        font-size: 32px;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 10%;
    right: 32px;
    animation-play-state: paused;
}

    .btn-whatsapp-pulse-border::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 25px;
        border: 5px solid #25d366;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

    .btn-whatsapp-pulse-border:hover {
        color: white;
    }

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.font-weight {
    font-weight: bold;
}

/*--------responsive css----------*/
@media screen and (max-width:991px) {
    .single-work-process::before {
        display: none;
    }

    .tigugrgr_tri {
        position: static;
        width: 100%;
    }

    .l-h-2 {
        display: none;
    }

    .hero-txt.mb-40 h3 {
        font-size: 22px;
    }

    .h-486 {
        height: 486px;
    }

    .guigi_tri {
        width: 100%;
        text-align: center;
    }

    .rsdr_tri {
        width: 100%;
        text-align: center;
    }

        .rsdr_tri .mt-new-3 {
            margin-top: 34px;
        }

    .service-box {
        width: 100%;
    }

    .mt-new-30 {
        margin-top: 65px;
    }

    .hire-arrow-img {
        display: none;
    }

    .hiraing-made .hire-card {
        text-align: left;
    }

    .common-head::before {
        top: auto;
    }

    .common-head::after {
        top: auto;
    }

    .selector {
        position: relative;
        left: 35%;
        /*top: auto;*/
        width: 105px;
        height: 105px;
    }

        .selector.open li input + label {
            width: 100px;
            height: 100px;
        }

        .selector ul {
            top: -48px;
            bottom: -48px;
            right: -48px;
            left: -48px;
        }

    .h-300 {
        height: 350px;
    }
}
/*====================Index Page Css End=======================*/

/*===============About Us Page Css===================*/
.com-ovr-bann {
    background-image: url(/images/about-us-banner.jpg);
    background-position: 10% 28%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    position: relative;
}

.main-img-sec {
    position: relative;
    width: fit-content;
}

.background-img {
    position: relative;
}

    .background-img img {
        display: block;
        width: 100%;
    }

.about-us-img {
    position: absolute;
    top: -100px;
    left: 17px;
    width: 100%;
    height: 100%;
}

    .about-us-img img {
        display: block;
        width: 100%;
        height: auto;
    }

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

.performance-container {
    box-shadow: 0 0 0px 4px rgba(18, 18, 18, 0.47);
}

.effect7 {
    position: relative;
    overflow: hidden;
    perspective: 40em;
}

.performance-container img {
    cursor: pointer;
    display: block;
    width: 100%;
}

.performance-container .caption {
    cursor: pointer;
}

.effect7 .caption {
    content: "";
    display: block;
    background-color: #262626;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    outline: 1px solid rgba(255, 255, 255, 0.72);
    outline-offset: -15px;
    transform: rotateX(-90deg);
    transform-origin: 50% 50%;
    opacity: 0;
    transition: transform 0.8s ease-in-out, opacity .8s;
}

    .effect7 .caption h2 {
        top: 10%;
        width: 400px;
    }

    .effect7 .caption h2, .effect7 .caption p {
        color: white;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        background: transparent;
        text-align: center;
        z-index: 9;
        transition: all .4s .2s, opacity .4s .2s;
    }

.performance-container h2 {
    display: inline;
    background: rgba(51, 51, 51, 0.5);
    padding: 15px;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 19px;
    cursor: pointer;
}

.performance-container:hover {
    box-shadow: 0 0 0px 4px rgba(18, 18, 18, 0.47);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.47);
}

.effect7:hover .caption {
    transform: rotateX(0);
    opacity: 0.7;
}

    .effect7:hover .caption h2 {
        top: 28%;
        opacity: 1;
    }

    .effect7:hover .caption p {
        top: 65%;
        opacity: 1;
    }
/*.content-box-wrapper .content-box h4 {
            font-weight: 500
        }

        .content-box-wrapper .content-box p {
            color: #777;
            font-size: 18px;
            text-align: center
        }

        .content-box {
            background-color: #2364a52b;
            text-align: center;
            padding: 15px;
            height: 100%;
            border-radius: 4px;
            -webkit-transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            transition: all .3s ease 0s
        }

        .content-box:hover {
            background: #fff;
            box-shadow: 2px 2px 15px 0 rgba(80,77,180,.4);
            transition: all .5s ease 0s
        }

        .content-box .finbyz-icon img {
            height: auto;
            width: auto
        }

        .content-box .finbyz-icon {
            margin: 0 auto
        }*/
.private-card-new {
    padding: 22px 23px 0px;
    height: 100%;
    background: #04356614;
    border: 1px solid #0000000f;
    position: relative;
}

.private-img-back {
    border-radius: 5px;
    border: 1px solid #081d32;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.private-card-new h3 {
    color: #181e23;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    margin-top: 15px;
}

.private-card-new:hover {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
}

    .private-card-new:hover .private-img-back {
        border: 0;
        background: #081d3291;
    }

.mb-hover-1:hover .private-card-new:after {
    position: absolute;
    content: "";
    background: url(https://insightworks.co.in/image/hover-img1.png);
    background-repeat: no-repeat;
    width: 119px;
    height: 100%;
    right: 0;
    background-size: 100%;
    top: 0;
}

.mb-hover-2:hover .private-card-new:after {
    position: absolute;
    content: "";
    background: url(https://insightworks.co.in/image/hover-img2.png);
    background-repeat: no-repeat;
    width: 119px;
    height: 100%;
    right: 0;
    background-size: 100%;
    top: 0;
}

.mb-hover-3:hover .private-card-new:after {
    position: absolute;
    content: "";
    background: url(https://insightworks.co.in/image/hover-img3.png);
    background-repeat: no-repeat;
    width: 119px;
    height: 100%;
    right: 0;
    background-size: 100%;
    top: 0;
}

h1.swift-up-text {
    margin: 0;
    font-size: 35px;
    font-weight: bold;
}

.swift-up-text span i {
    font-style: unset;
}

.animate-heading {
    /*width: 50%;
    margin: 0 auto;*/
}

.swift-up-text span {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-right: 8px;
}

.swift-up-text i {
    font-style: normal;
    position: relative;
    top: 55px;
    animation: 0.5s swift-up ease-in-out forwards;
}

.new-animate-p {
    font-weight: bold;
    color: #fc6604;
    font-size: 18px;
    margin-bottom: 0px;
}

@keyframes swift-up {
    to {
        top: 0;
    }
}

@media screen and (max-width: 1000px) {
    h1.swift-up-text {
        font-size: 35px;
    }

    i {
        top: 35px;
    }
}

/*------------css line animation--------------*/
.h-border-animation {
    line-height: 40px;
}

    .h-border-animation:after {
        display: block;
        content: '';
        border-bottom: solid 3px #eb6911;
        transform: scaleX(0);
        margin-top: 0px;
        transform-origin: 0 50%;
        transition: transform 1s ease-in-out;
        width: 175px;
    }

    .h-border-animation.fromleft:after {
        animation: underline 1s ease-in-out forwards;
    }

@keyframes underline {
    to {
        transform: scaleX(1);
    }
}

.eco-new {
    transform: translateX(0px) translateY(-68px);
    box-shadow: 0 2px 15px 0 #0000001a;
    background: white;
    padding: 10px;
}

.bg-new-gray {
    background: #edececc4;
}

/*-----------------why choose use section css---------------------*/
#about-why-choose-us ul {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: .25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem,90%);
    margin-inline: auto
}

    #about-why-choose-us ul:before {
        content: "";
        grid-column: 1;
        grid-row: 1/span 20;
        background: #e1e1e1;
        border-radius: calc(var(--line-w)/2)
    }

    #about-why-choose-us ul li:not(:last-child) {
        margin-bottom: var(--row-gap)
    }

    #about-why-choose-us ul li {
        grid-column: 2;
        --inlineP: 1.5rem;
        margin-inline: var(--inlineP);
        grid-row: span 2;
        display: grid;
        grid-template-rows: min-content min-content min-content
    }

        #about-why-choose-us ul li .top-title {
            --dateH: 3rem;
            height: var(--dateH);
            margin-inline: calc(var(--inlineP)*-1);
            text-align: center;
            background-color: var(--accent-color);
            color: #fff;
            font-size: 1.25rem;
            font-weight: 700;
            display: grid;
            place-content: center;
            position: relative;
            border-radius: calc(var(--dateH)/2) 0 0 calc(var(--dateH)/2)
        }

            #about-why-choose-us ul li .top-title:before {
                content: "";
                width: var(--inlineP);
                aspect-ratio: 1;
                background: var(--accent-color);
                background-image: linear-gradient(rgba(0,0,0,.2) 100%,transparent);
                position: absolute;
                top: 100%;
                clip-path: polygon(0 0,100% 0,0 100%);
                right: 0
            }

            #about-why-choose-us ul li .top-title:after {
                content: "";
                position: absolute;
                width: 2rem;
                aspect-ratio: 1;
                background: var(--bgColor);
                border: .3rem solid var(--accent-color);
                border-radius: 50%;
                top: 50%;
                transform: translate(50%,-50%);
                right: calc(100% + var(--col-gap) + var(--line-w)/2)
            }

        #about-why-choose-us ul li .title, #about-why-choose-us ul li .descr {
            background: var(--bgColor);
            position: relative;
            padding-inline: 1.5rem
        }

        #about-why-choose-us ul li .title {
            overflow: hidden;
            padding-block-start: 1.5rem;
            padding-block-end: 1rem;
            font-weight: 500
        }

        #about-why-choose-us ul li .descr {
            padding-block-end: 1.5rem;
            font-weight: 300
        }

            #about-why-choose-us ul li .title:before, #about-why-choose-us ul li .descr:before {
                content: "";
                position: absolute;
                width: 90%;
                height: .5rem;
                background: rgba(0,0,0,.5);
                left: 50%;
                border-radius: 50%;
                filter: blur(4px);
                transform: translate(-50%,50%)
            }

        #about-why-choose-us ul li .title:before {
            bottom: calc(100% + .125rem)
        }

        #about-why-choose-us ul li .descr:before {
            z-index: -1;
            bottom: .25rem
        }

.choose-conetnt {
    width: 100%;
    text-align: center;
    /*margin-left: 100px;*/
}

@media (min-width: 40rem) {
    #about-why-choose-us ul {
        grid-template-columns: 1fr var(--line-w) 1fr
    }

        #about-why-choose-us ul:before {
            grid-column: 2;
        }

        #about-why-choose-us ul li:nth-child(odd) {
            grid-column: 1
        }

        #about-why-choose-us ul li:nth-child(even) {
            grid-column: 3
        }

        #about-why-choose-us ul li:nth-child(2) {
            grid-row: 2/4
        }

        #about-why-choose-us ul li:nth-child(odd) .date:before {
            clip-path: polygon(0 0,100% 0,100% 100%);
            left: 0
        }

        #about-why-choose-us ul li:nth-child(odd) .date:after {
            transform: translate(-50%,-50%);
            left: calc(100% + var(--col-gap) + var(--line-w)/2)
        }

        #about-why-choose-us ul li:nth-child(odd) .date {
            border-radius: 0 calc(var(--dateH)/2) calc(var(--dateH)/2) 0
        }
}

.bg-cl-1 {
    --accent-color: #081d32;
}

.bg-cl-2 {
    --accent-color: #f1bc09;
}

.bg-cl-3 {
    --accent-color: #ff6500;
}

.feature-one__item {
    position: relative;
    padding-bottom: 50px;
    width: 435px;
}

.feature-one__item__img {
    position: relative;
    overflow: hidden;
}

    .feature-one__item__img img {
        width: 100%;
        height: auto;
        min-height: 320px;
        object-fit: cover;
        object-fit: fill;
    }

.feature-one__item__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 30px);
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    transition: 500ms ease;
}

.feature-one__item__ball {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .feature-one__item__ball::after {
        position: absolute;
        left: -55px;
        top: -63px;
        width: 0;
        height: 0;
        border-radius: 50%;
        content: "";
        background-color: rgba(var(--hiredots-primary-rgb, 11, 47, 129), 0.1);
        transition: 400ms ease;
    }

.feature-one__item__icon {
    position: relative;
    z-index: 1;
    width: 90px;
    height: 90px;
    background-color: #081d32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -55px auto 14px;
    transition: 500ms ease;
}

    .feature-one__item__icon span {
        transform: scale(1);
        transition: 500ms ease;
        display: flex;
    }

.feature-one__item__title {
    font-size: 21px;
    color: #081d32;
    font-weight: bold;
    transition: 400ms ease;
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
}

.feature-one__item__text {
    font-size: 15px;
    padding: 0 25px;
    height: 0;
    margin-bottom: 0;
    color: #fff, #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.feature-one__item .hiredots-btn {
    width: 100%;
    background-color: #65676b;
    font-size: 12px;
    padding: 14px 30px;
}

.hiredots-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #df711f;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    padding: 11px 50px;
    transition: 500ms;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}

    .hiredots-btn::after {
        position: absolute;
        transition: 0.5s;
        content: "";
        width: 0;
        left: 50%;
        bottom: 0;
        height: 3px;
        background: #081d32;
        height: 120%;
        left: -10%;
        transform: skewX(25deg);
        z-index: -1;
    }

.feature-one__item .hiredots-btn::after {
    background-color: #0b182a;
}

.hiredots-btn span {
    transform: 0.3s;
    position: relative;
    color: inherit;
    z-index: 2;
}

.abt-ser { /*filter: invert(42%) sepia(133%) saturate(748%) hue-rotate(-13deg) brightness(111%) contrast(101%);*/
    filter: invert(87%) sepia(96%) saturate(3716%) hue-rotate(316deg) brightness(100%) contrast(99%);
}

.feature-one__item:hover .feature-one__item__content {
    background-color: #df711f;
}

.feature-one__item:hover .feature-one__item__icon {
    background-color: #df711f;
    box-shadow: 0px 0px 16px 1px #80808042;
}

    .feature-one__item:hover .feature-one__item__icon span {
        transform: scale(0.9);
    }

.feature-one__item:hover .feature-one__item__title {
    color: #ffffff;
}

.feature-one__item:hover .feature-one__item__text {
    height: 60px;
    margin-bottom: 25px;
    color: white;
}

.feature-one__item:hover .abt-ser {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.feature-one__item:hover .feature-one__item__ball::after {
    width: 220px;
    height: 220px;
}

.hiredots-btn:hover::after {
    left: -10%;
    width: 120%;
}
/*===============About Us Page CSS End===================*/

/*================Why Efox consultancy Page CSS==================*/
.f-30 {
    font-size: 27px !important;
}

.z-9 {
    z-index: 9;
}

.NT-sec-2 {
    background-image: url(/images/why-us-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

    .NT-sec-2:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        background: #000000f0;
        opacity: 0.75;
    }

.zindex9 {
    z-index: 9;
}

.w-175 {
    width: 175px;
}

.h-175 {
    height: 175px;
}

.bg-webSecondaryLight {
    background-color: hsl(25.18deg 100% 50%);
    width: 100%;
    height: 100%;
    border-radius: 48px;
}

.animate-spin-slow {
    animation: spin 30s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.justify-center {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.rounded-full {
    border-radius: 9999px;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.bg-webPrimary {
    background-color: #081d32;
}

.counter-bg .counter-box-img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 12px;
    filter: invert(87%) sepia(96%) saturate(3716%) hue-rotate(327deg) brightness(100%) contrast(99%);
}

.rounded-full h4 {
    color: white;
    font-size: 30px;
}

.title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.new-display {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.why-h {
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    line-height: 33px;
}

.why-p {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.percent:after {
    content: "+";
    display: inline-block;
    margin-left: 3px;
}

.NT-sec-3 {
    padding: 45px 0px;
}

    .NT-sec-3 .NT-data-1 {
        margin-left: 15px;
    }

.hr-inner-para {
    font-size: 15px;
    color: black;
    /*text-align: justify;*/
    line-height: 24px;
    margin-top: 10px;
}

.NT-logo {
    background: white;
    padding: 10px;
    width: 65px;
    text-align: center;
    display: flex;
    border-radius: 50%;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    height: 65px;
}

.hjgdw {
    border: 1px solid #8080802b;
    padding: 18px;
}

.counter-box-img {
    filter: invert(87%) sepia(96%) saturate(3716%) hue-rotate(316deg) brightness(100%) contrast(99%);
}

.all-ul {
    width: min(76rem,90%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(10rem,1fr));
    justify-content: center;
    gap: 2rem;
    list-style: none
}

    .all-ul .all-li {
        max-width: 12rem;
        justify-self: center;
        display: grid;
        grid-template: "icon" "line" "dot" "why-new-title" "descr" 1fr;
        justify-items: center;
        align-items: flex-start;
        text-align: center
    }

        .all-ul .all-li .icon {
            grid-area: icon;
            width: 6rem;
            aspect-ratio: 1;
            display: grid;
            place-items: center;
            color: #fff;
            font-size: 2.5rem;
            border: .4rem solid var(--bgColor);
            border-radius: 50%;
            background: var(--accent-color);
            box-shadow: -.5rem .5rem 1rem rgba(0,0,0,.45),inset -.25rem .25rem .5rem rgba(0,0,0,.45)
        }

        .all-ul .all-li:before {
            content: "";
            grid-area: line;
            height: 2rem;
            border-right: 2px dotted currentColor
        }

        .all-ul .all-li:after {
            content: "";
            grid-area: dot;
            width: 1rem;
            aspect-ratio: 1;
            border-radius: 50%;
            background: var(--accent-color);
            justify-self: center;
            margin-bottom: .5rem
        }

        .all-ul .all-li .why-new-title {
            grid-area: why-new-title;
            margin-block: .5rem;
            font-size: 16px;
            font-weight: 600;
            font-weight: bold;
            color: #000000c2;
            text-align: center;
            text-transform: uppercase;
        }

.get-best-card-new {
    display: flex;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    background: linear-gradient(to left, #fff 48%, #081d32 50%) right;
    background-size: 200%;
    transition: .6s;
}

    .get-best-card-new .w-30 {
        width: 14%;
    }

    .get-best-card-new .img-back {
        width: 41px;
        height: 41px;
        border: 2px solid #081d32;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
    }

    .get-best-card-new:hover .img-back {
        border: 2px solid white;
    }

    .get-best-card-new img {
        width: 28px !important;
    }

    .get-best-card-new .show-hover {
        display: none;
    }

    .get-best-card-new:hover {
        background-position: left;
    }

    .get-best-card-new h3 {
        font-size: 18px;
    }

    .get-best-card-new:hover h3 {
        color: #fff;
    }

    .get-best-card-new p {
        font-size: 14px;
    }

    .get-best-card-new:hover p {
        color: #fff;
    }

    .get-best-card-new .w-70 {
        padding-left: 8px;
    }
/*================Why Efox consultancy Page CSS End==================*/

/*=========================How we work page css=====================================*/
.how-we-work-banner {
    background-image: url(/images/how-we-work-banner.jpg);
    background-position: 10% 28%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    position: relative;
}

.feature-s4.boxed-filled, .feature-s5.boxed-filled {
    margin-left: 0;
    margin-right: 0;
}

    .feature-s4.boxed-filled [class*='col-'], .feature-s5.boxed-filled [class*='col-'] {
        padding: 0 1px;
    }

    .feature-s4.boxed-filled .feature, .feature-s4.boxed-filled .fbox-photo, .feature-s5.boxed-filled .feature, .feature-s5.boxed-filled .fbox-photo {
        -ms-border-radius: 0px;
        border-radius: 0px;
    }

.feature-s4 .feature, .feature-s5 .feature {
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.feature {
    margin-top: 2px;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    background: transparent;
}

    .feature > a {
        display: block;
    }

.new-a:link, .new-a:visited {
    text-decoration: none;
}

.new-a {
    outline: 0;
    transition: all 0.5s;
    color: #1863AB;
}

.feature-s4.boxed-filled .feature, .feature-s4.boxed-filled .fbox-photo, .feature-s5.boxed-filled .feature, .feature-s5.boxed-filled .fbox-photo {
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.feature .fbox-photo:first-child, .feature .fbox-content:first-child {
    margin-top: 0;
}

.feature .fbox-photo {
    -ms-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

.feature .fbox-photo, .feature .fbox-content {
    margin-top: 20px;
}

.feature-s4.off-text .feature .fbox-photo img, .feature-s5.off-text .feature .fbox-photo img {
    transform: scale(1.01);
}

.feature-s4 .feature .fbox-photo img, .feature-s5 .feature .fbox-photo img {
    transition: all 1.2s;
}

.feature .fbox-photo img {
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.feature-s4.off-text .feature .fbox-over, .feature-s5.off-text .feature .fbox-over {
    transform: translate(0, 100%);
    bottom: 50px;
}

.feature-s4 .feature .fbox-over, .feature-s5 .feature .fbox-over {
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.feature .fbox-over {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    padding: 15px 25px 25px 25px;
    transition: all .4s;
    -ms-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    background: #081d32;
}

.title-new-one {
    color: inherit;
    font-size: 18px;
}

.feature-row .col-sm-4 .feature h3, .feature-row .col-sm-4 .feature h4, .feature-row .col-md-4 .feature h3, .feature-row .col-md-4 .feature h4 {
    font-size: 1.8em;
    font-weight: 500;
}

.feature-s4.off-text .feature .fbox-over .fbox-content, .feature-s5.off-text .feature .fbox-over .fbox-content {
    opacity: 0;
    transition: opacity .4s;
}

.feature .fbox-over .title + .fbox-content {
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 1.2em;
}

.feature .fbox-over .btn {
    background-color: transparent;
    border-color: #fff;
    padding: 7px 18px;
    color: #fff;
    text-transform: uppercase;
}

.btn {
    /* font-family: 'FuturaPT'; */
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: 2px solid #1863AB;
    background-color: #1863AB;
    box-sizing: border-box;
    transition: all 0.4s;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.feature-s4.off-text .feature:hover .fbox-over, .feature-s4.off-text .feature > a:focus .fbox-over, .feature-s5.off-text .feature:hover .fbox-over, .feature-s5.off-text .feature > a:focus .fbox-over {
    transform: translate(0, 0);
    bottom: 0;
}

    .feature-s4.off-text .feature:hover .fbox-over .fbox-content, .feature-s4.off-text .feature > a:focus .fbox-over .fbox-content, .feature-s5.off-text .feature:hover .fbox-over .fbox-content, .feature-s5.off-text .feature > a:focus .fbox-over .fbox-content {
        opacity: 1;
        transition-delay: .1s;
    }

.fbox-over:before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #081d32;
    position: absolute;
    /*bottom: 40px;*/
    top: -14px;
    left: 30px;
    content: "";
}

/*last 4 step*/
.feature-three__single {
    padding: 10px 0px;
    background: #fff;
    height: 100%;
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, .12);
}

.feature-three__icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #081d32;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 11;
}

    .feature-three__icon i {
        color: #fff;
        font-size: 30px;
    }

.micon__self-service:before {
    content: "\e940";
}

.feature-three__number {
    width: 33px;
    height: 33px;
    border: 4px solid #ff6800;
    background: #fff;
    position: absolute;
    text-align: center;
    margin-top: 0px;
    margin-right: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 100%;
    border-radius: 50%;
    z-index: 19;
    font-size: 13px;
    line-height: 44px;
    font-weight: 700;
    color: black;
}

.feature-three__icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, #081d32), #081d32);
    background: linear-gradient(0deg, #081d32 0%, #081d32 100%);
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.feature-three__content {
    padding: 26px 20px 30px;
    text-align: center;
}

.feature-three__title {
    font-size: 20px;
    margin: 0 0 10px;
}

.feature-three__single:hover .feature-three__icon:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bizaceen-work-process {
    position: relative
}

    .bizaceen-work-process .working-process {
        position: relative;
        z-index: 9
    }

        .bizaceen-work-process .working-process ul {
            padding: 0;
            margin: 0;
            list-style: none
        }

            .bizaceen-work-process .working-process ul li {
                text-align: center;
                display: inline;
                width: 12.5%
            }

                .bizaceen-work-process .working-process ul li .process-holder h6 {
                    font-size: 20px;
                    font-weight: 600;
                    color: #000000ad;
                    margin-bottom: 20px
                }

                .bizaceen-work-process .working-process ul li .process-holder img {
                    width: 140px;
                    height: 140px;
                    -o-object-fit: cover;
                    object-fit: cover;
                    padding: 10px
                }

                .bizaceen-work-process .working-process ul li:nth-child(1) {
                    padding-top: 0;
                    display: block
                }

                .bizaceen-work-process .working-process ul li:nth-child(2) {
                    padding-top: 15%;
                    display: block
                }

                .bizaceen-work-process .working-process ul li:nth-child(3) {
                    padding-top: 0;
                    display: block
                }

                .bizaceen-work-process .working-process ul li:nth-child(4) {
                    padding-top: 15%;
                    display: block
                }

                .bizaceen-work-process .working-process ul li:nth-child(5) {
                    padding-top: 0;
                    display: block
                }

                .bizaceen-work-process .working-process ul li:nth-child(6) {
                    padding-top: 15%;
                    display: block
                }

                .bizaceen-work-process .working-process ul li:nth-child(7) {
                    padding-top: 0;
                    display: block
                }

                .bizaceen-work-process .working-process ul li:nth-child(8) {
                    padding-top: 15%;
                    display: block
                }

    .bizaceen-work-process:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/images/event-bg.jpg);
        background-size: 100% 100%;
        opacity: .3;
        z-index: 9
    }

.lazyloaded {
    /* opacity: 1; */
    transition: opacity .4s;
    transition-delay: 0ms;
}

.z-index-99 {
    z-index: 99;
}

@media screen and (max-width: 991px) {
    .bizaceen-work-process .working-process ul {
        overflow-x: scroll;
    }

        .bizaceen-work-process .working-process ul li {
            width: 100%;
        }

            .bizaceen-work-process .working-process ul li .process-holder {
                width: 170px;
            }
}

.abtsection-content {
    box-shadow: 0px 0px 19px 8px #e3e3e3c7;
    /* padding: 20px; */
    background: #fafafa;
    border-radius: 8px;
    align-items: center;
}

    .abtsection-content .col-md-7 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .abtsection-content img {
        border-radius: 8px 0px 0px 8px;
    }

    .abtsection-content .col-md-5 {
        padding: 0px 20px;
    }

.neuro-logic-main h2 {
    text-align: left;
    font-size: 28px;
    padding: 10px 0;
    color: #003060;
    font-weight: 600;
}

.neuro-logic-main p {
    font-size: 15px;
    text-align: justify;
}
/*===========How we work page css End===========*/

/*===========Medical Industry page css Start===========*/
.hospital-industry-banner {
    background-image: url(/images/hospital-industry-banner.jpg);
    background-position: 10% 28%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    position: relative;
}

.mock-sec-5 {
    padding: 45px 0px 35px 0px;
}

    .mock-sec-5 .txt {
        /*background: linear-gradient(45deg, #232f81, #7f86b3);*/
        background: linear-gradient(45deg, #052442, #284766e0);
        padding: 33px 48px;
        margin-right: -70px;
        position: relative;
        top: 20px;
        box-shadow: 0 4px 4px rgb(0 0 0 / 44%);
        border-radius: 12px;
    }

.h-common-class {
    font-size: 25px;
}

.mock-sec-5 .rounded-img {
    border-radius: 12px;
    overflow: hidden;
}

.light-gray-bg {
    background: #efefef !important;
}

.advertisers-service-sec .col {
    text-align: center;
}

.advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

    .advertisers-service-sec .service-card:hover .icon-wrapper {
        color: #fe6302;
    }

.service-card .icon-wrapper {
    background-color: #ffffff;
    color: #081d32;
}

.advertisers-service-sec .icon-wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    margin-bottom: 5px;
    font-size: 30px;
    height: 2em;
    width: 2em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}

.advertisers-service-sec p {
    color: #403d3d;
    font-size: 14px;
}

.advertisers-service-sec .service-card:hover p {
    color: #f0f0f0;
}

.service-card .icon-wrapper {
    background-color: #ffffff;
    color: #123c66;
}

.advertisers-service-sec .service-card h4 {
    font-size: 20px;
}

.advertisers-service-sec .service-card:hover h4 {
    color: #ffffff;
}

.advertisers-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #123c66;
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec .service-card:hover:after {
    top: 0%;
}

.h-common-class {
    font-size: 25px;
    color: #1c2539;
}

.clinic-banner {
    background-image: url(/images/information-tec-banner.jpg);
    background-position: 10% 28%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    position: relative;
}

.bor-20 {
    border: 20px solid #b9c1cc;
    padding: 20px;
}

.cli-h {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
}

.cli-main-h {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 27px;
    font-weight: 700;
    margin: 13px auto 0 0;
}


.servicebox {
    padding: 30px 25px;
}

.white-bg {
    background: rgba(255, 255, 255, .8);
}

.blue-bg {
    background-color: #081d32de;
}

    .blue-bg h5 {
        color: #fa582d;
    }

    .blue-bg p {
        color: white;
    }

.main-box-shadow {
    box-shadow: 0px 0px 16px 1px #80808042;
}

.hr-audit-last-sec {
    position: relative;
    padding: 40px 0px;
    background-image: url(/images/medical-excellence.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}

    .hr-audit-last-sec::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(255 255 255 / 67%);
        z-index: -1;
    }


.cspt-ihbox-style-5.cspt-ihbox {
    text-align: center;
    position: relative;
}

.cspt-ihbox-style-5:before {
    content: '';
    top: 55px;
    right: -30%;
    z-index: 99;
    width: 192px;
    height: 15px;
    display: block;
    position: absolute;
    background: url('/images/points.png') no-repeat center center;
}

.cspt-ihbox-icon-wrapper {
    font-size: 40px;
    margin-bottom: 15px;
    width: 90px;
    height: 90px;
    color: #fff;
    line-height: 87px;
    display: inline-block;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 0 24px 0 rgb(26 47 106 / 37%);
}

    .cspt-ihbox-icon-wrapper:before {
        content: counter(csptbox1, decimal-leading-zero) "";
        counter-increment: csptbox1;
        color: #fff;
        height: 35px;
        width: 35px;
        font-size: 13px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        font-weight: 700;
        bottom: -10px;
        right: -5px;
        z-index: 99;
        background-color: #081d32;
    }

.cspt-ihbox-contents {
    padding-top: 10px;
}

.cspt-ihbox h2 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cspt-ihbox-style-5 .cspt-ihbox-content {
    margin-top: 5px;
    padding: 0 15px;
}

.cl-df711f {
    color: #df711f;
}

/*===========Medical Industry css End===========*/

/*===========IT Industrye css Start===========*/
.feature-list {
    display: flex;
}

.our-service-box {
    position: relative;
    width: 100%;
    padding: 17px 15px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 30px 17px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    margin-bottom: 30px;
}

.our-service-box {
    flex: 1;
}

    .our-service-box:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: auto;
        width: 100%;
        height: 0;
        background: linear-gradient(to right, #081d32e3, #081d32b8);
        border-radius: 4px;
        transition: 0.5s;
        z-index: 0;
    }

.our-service-text {
    position: relative;
    z-index: 1;
}

.our-service-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: 0.3s;
}

    .our-service-icon img {
        width: auto;
        height: 45px;
    }

.our-service-text .h3-title-new {
    transition: 0.3s;
}

.h3-title-new {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #204056;
}

.our-service-text p {
    margin-bottom: 0;
    transition: 0.3s;
}

.our-service-box:hover:before {
    height: 100%;
    top: auto;
    bottom: 0;
}

.our-service-box:hover .h3-title-new, .our-service-box:hover .our-service-text p {
    color: white;
}

.serviceBox {
    padding: 10px 0px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
}

    .serviceBox .service-icon {
        color: #fff;
        background: #fff;
        font-size: 45px;
        line-height: 100px;
        width: 100px;
        height: 100px;
        margin: 0 auto 30px;
        border-radius: 50%;
        box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 1;
    }

.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceBox .service-icon:before, .serviceBox .service-icon:after {
    content: "";
    background: linear-gradient(to right, #ff67008c 50%, transparent 50%);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    transition: all ease 0.8s;
}

.icon-position {
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceBox .service-icon:after {
    background: #c96a29;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.serviceBox .title {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.serviceBox:hover .service-icon {
    box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.2);
}

    .serviceBox:hover .service-icon:before, .serviceBox:hover .service-icon:after {
        transform: rotateZ(180deg);
    }

.serviceBox.red .service-icon:before {
    background: linear-gradient(to right, #A6ABB1 50%, transparent 50%);
}

.serviceBox.red .service-icon:after {
    background: #203142;
}

.serviceBox.green .service-icon:before {
    background: linear-gradient(to right, #A6ABB1 50%, transparent 50%);
}

.serviceBox.green .service-icon:after {
    background: #203142;
}

.how-works {
    float: left;
    width: 100%;
    position: relative;
}

    .how-works.flip .how-workimg {
        float: right;
    }

.how-workimg {
    float: left;
    width: 55%;
    position: relative;
    display: table;
    z-index: 0;
}

    .how-workimg:before {
        /*background: #fb236a;*/
        background: linear-gradient(45deg, #fd610180 0, #081d3291 44%, #003060b0 100%);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        opacity: .8;
    }

    .how-workimg > img {
        float: left;
        width: 100%;
        border-radius: 8px;
    }

.how-works.flip .how-work-detail {
    right: auto;
    left: 0;
    text-align: right;
}

.how-work-detail {
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    height: 100%;
    padding: 30px 0;
}

.how-work-box {
    background: #fff;
    vertical-align: middle;
    background: #f8f8f8;
    border-radius: 8px;
    position: relative;
    box-shadow: rgb(0 0 0 / 26%) 0px 1px 6px;
    padding: 55px 100px 41px 100px;
    float: left;
}

.how-works.flip .how-work-box > span {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -33px;
}

.how-work-box > span {
    width: 66px;
    height: 66px;
    background: #081d32;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 66px;
    font-weight: 700;
    font-size: 25px;
    margin-top: -33px;
    margin-left: -33px;
}

.how-works.flip .how-work-box > i {
    right: auto;
    left: 20px;
}

.how-work-box > i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 120px;
    color: #edeff7;
}

.how-work-box > h3 {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #202020;
    /*font-family: Open Sans;*/
}

.how-work-box > p {
    float: left;
    width: 100%;
    font-size: 15px;
    color: black;
    line-height: 30px;
    margin: 0;
}

.quote-box .inner-box {
    position: relative;
    padding: 18px 50px 23px 125px;
    background: #fff;
    border: 2px solid #081d32;
}

    .quote-box .inner-box .icon-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 65px;
        height: 60px;
        line-height: 80px;
        font-size: 60px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        background: #081d32;
    }

    .quote-box .inner-box p {
        font-size: 16px;
        color: #272727;
        font-style: italic;
        margin: 0px;
    }
/*===========IT Industrye css End===========*/


/*==========Healthcare Staffing Expertise Css===========*/
.healthcare-staffing-expertise-banner {
    background-image: url(/images/healthcare-staffing-expertise-banner-new.jpg);
    background-position: 10% 28%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    position: relative;
}

.gtfhbt_tri {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background-color: #24447a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 20px;
    transition: .35s;
}

img.iugiu_tri {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.medical-work-process {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #24447a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    margin: 0 auto 0;
    transition: .35s;
    position: absolute;
    top: auto;
    z-index: 99;
}

.medical-work-process {
    background: #081d32a6 linear-gradient(89deg, #1d3e7670 0%, #68300794 100%) 0% 0% no-repeat padding-box !important;
}

.about-one__image {
    position: relative;
}

.about-one__image-one {
    position: relative;
    z-index: 2;
    display: inline-block;
}

    .about-one__image-one img {
        max-width: 100%;
        height: auto;
        border-radius: 0 50% 50% 50%;
    }

        .about-one__image-one img.about-one__image-one__shape {
            border-radius: 0;
            position: absolute;
            right: 40px;
            top: 8px;
            z-index: -1;
            animation: shapeMove 3s linear 0s infinite;
        }

.about-one__image-icon {
    width: 80px;
    height: 80px;
    background-color: #081d32;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.sec-title__title {
    font-size: 46px;
}

.sec-title__title {
    margin: 0;
    font-size: 28px;
    color: #081d32;
    font-weight: 700;
}

.about-one__content {
    position: relative;
}

    .about-one__content .sec-title {
        padding-bottom: 31px;
    }

.about-one__content__text {
    font-size: 15px;
    margin: 0 0 29px;
}

.about-one__content__list {
    margin: 0 0 13px;
    padding: 0;
}

    .about-one__content__list li {
        list-style: none;
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 40px;
        font-weight: 700;
        color: var(--hiredots-black, #0b182a);
        letter-spacing: -0.36px;
    }

        .about-one__content__list li span {
            display: inline-block;
            margin-right: 9px;
            color: var(--hiredots-base, #df711f);
            -webkit-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

.about-one__content__quote {
    position: relative;
    background-color: var(--hiredots-white, #fff);
    padding: 20px 50px 27px;
    color: var(--hiredots-black, #0b182a);
    font-size: 18px;
    z-index: 99;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    box-shadow: 10px 21px 46px 5px rgb(0 0 0 / 15%);
    margin-left: -290px;
}

@media (max-width: 1199px) {
    .about-one__content__quote {
        margin-left: 0px;
    }
}

.about-one__content__quote::before {
    position: absolute;
    left: 10px;
    top: 0;
    width: 7px;
    content: "";
    height: 84%;
    background-color: #081d32;
}

.about-one__content__quote::after {
    position: absolute;
    right: 0;
    bottom: -30px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 30px 0;
    border-color: transparent var(--hiredots-white, #fff) transparent transparent;
}

.about-one__content__author {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 79px;
    justify-content: flex-end;
    margin-right: 29px;
    text-align: right;
}

@media (max-width: 767px) {
    .about-one__content__author {
        margin: 20px 0 0;
    }
}

.about-one__award {
    position: relative;
    background-color: var(--hiredots-gray, #f0f3f9);
    padding: 29px 40px 25px 20px;
    text-align: right;
    max-width: 247px;
    /*margin: 20px 0 0px auto;*/
}

.about-one__award__content {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    line-height: 1;
}

.about-one__award__icon {
    font-size: 51px;
    line-height: 1;
    color: var(--hiredots-base, #df711f);
}

.about-one__award__count {
    display: flex;
    font-size: 48px;
    color: var(--hiredots-black, #0b182a);
    font-weight: 800;
    letter-spacing: -1.9px;
    line-height: 1;
    margin: 0 0 0 14px;
    position: relative;
    top: 5px;
}

.about-one__award__text {
    margin: 4px 0 0;
    font-size: 14px;
    color: gray;
}

.about-one .hiredots-btn {
    /*margin-left: auto;*/
    max-width: 248px;
    display: flex;
    justify-content: center;
}

.sec-title__tagline {
    margin: 0;
    color: var(--hiredots-primary, #65676b);
    font-size: 27px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

    .sec-title__tagline::before {
        content: "";
        display: block;
        width: 35px;
        height: 5px;
        background-color: var(--hiredots-base, #df711f);
        border-radius: 30px;
        margin-bottom: 11px;
    }

@keyframes shapeMove {
    0%, 100% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(10px);
    }
}

.medical-work-process .icon {
    margin-bottom: 12px;
}

.medical-work-process .work-content h5 {
    margin-bottom: 10px;
}

.medical-work-process .work-content p {
    margin-bottom: 0;
}

.work-content p {
    color: white;
}

.medical-work-process .work-content h5 a {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    font-family: var(--font-exo2);
    transition: .35s;
}

.medical-work-process.one::after {
    content: url(/images/icon/work-up-arrow.png);
    filter: invert(98%) sepia(86%) saturate(3716%) hue-rotate(255deg) brightness(109%) contrast(105%);
    position: absolute;
    top: -20px;
}

.medical-work-process.two::after {
    content: url(/images/icon/work-down-arrow.png);
    filter: invert(98%) sepia(86%) saturate(3716%) hue-rotate(255deg) brightness(109%) contrast(105%);
    position: absolute;
    bottom: -25px;
}

.medical-work-process:hover {
    border: 1px solid rgba(0, 167, 172, .4);
    box-shadow: -4px 4px 8px 5px #24447a75;
}


.products_sec {
    position: relative;
    background-image: url(/images/medical-consulting-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

    .products_sec::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(0 0 0 / 73%);
        z-index: 1;
    }

.pdt_sec_in {
    text-align: center;
    position: relative;
    z-index: 99;
    color: white;
}

    .pdt_sec_in .img img {
        margin: auto;
        width: 80px;
    }

    .pdt_sec_in .head {
        font-size: 20px;
        font-weight: 700;
        color: white;
        position: relative;
    }

        .pdt_sec_in .head::before {
            content: '';
            width: 10%;
            height: 2px;
            background-color: white;
            position: absolute;
            left: 45%;
            bottom: 0;
            border-radius: 4px;
            transition: 0.2s;
        }

    .pdt_sec_in:hover .head::before {
        left: 10%;
        width: 80%;
        transition: 0.2s;
    }

.img-flt i {
    font-size: 40px;
    margin-top: 16px;
}

.border-right-1 {
    border-right: 1px solid #979090;
}

.border-bottom-1 {
    border-bottom: 1px solid #979090;
}

.z-ind-99 {
    position: relative;
    z-index: 99;
}

.square-bg {
    background-image: url(/images/square-bg.png);
    background-size: cover;
    background-position: 0 0%;
    background-repeat: no-repeat;
}

.pos-top {
    position: relative;
    top: 51px;
}

.pos-top-2 {
    position: relative;
    top: -66px;
}

.new-sh-pos {
    position: relative;
    top: -100px;
    left: 11px;
}

.all-heading-new h6 {
    font-weight: bold;
}

.pt-65 {
    padding-top: 65px;
}

.main-service-box-new {
    color: #036c78;
    text-align: center;
    padding: 30px 25px 40px;
    border-radius: 0 80px;
    border: 2px dashed #036c78;
    position: relative;
    z-index: 1;
}

    .main-service-box-new:before {
        content: "";
        background: #f4f4f4;
        border-radius: 0 70px;
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        width: calc(100% - 15px);
        height: calc(100% - 15px);
        top: 50%;
        left: 50%;
        z-index: -1;
    }

    .main-service-box-new:after {
        content: "";
        background: #036c78;
        width: 130px;
        height: 70px;
        position: absolute;
        top: -9px;
        left: -9px;
        z-index: -2;
    }

    .main-service-box-new .main-service-icon {
        /*font-size: 45px;*/
        margin: 0 auto 15px;
    }

    /*.main-service-box-new .main-service-title {
                font-size: 16px;
                font-weight: 600;
                text-transform: uppercase;
                margin: 0 0 12px;
            }*/

    .main-service-box-new .main-service-description {
        color: #444;
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 22px;
    }

    .main-service-box-new.yellow {
        color: #d38a0c;
        border-color: #d38a0c;
    }

        .main-service-box-new.yellow:after {
            background-color: #d38a0c;
            height: 130px;
            width: 100px;
            border-radius: 0 0 0 80px;
            top: auto;
            bottom: -9px;
        }

    .main-service-box-new.purple {
        color: #8455D0;
        border-color: #8455D0;
    }

        .main-service-box-new.purple:after {
            background-color: #8455D0;
            top: auto;
            bottom: -9px;
            left: auto;
            right: -9px;
        }

    /*.main-service-box-new.red {
                color: #ffcf10;
                border-color: #ffcf10;
            }*/

    .main-service-box-new.red:after {
        background-color: #f76808;
        width: 100px;
        height: 130px;
        border-radius: 0 85px 0 0;
        left: auto;
        right: -9px;
    }

@media only screen and (max-width: 990px) {
    .main-service-box-new {
        margin: 0 10px 30px;
    }
}

.main-service-box-new .main-service-icon {
    color: #fff;
    background: #fff;
    /*font-size: 45px;
    line-height: 100px;*/
    width: 78px;
    height: 78px;
    margin: 0 auto 15px;
    border-radius: 50%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.main-service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-service-box-new .main-service-icon:before, .main-service-box-new .main-service-icon:after {
    content: "";
    background: linear-gradient(to right, #ff67008c 50%, transparent 50%);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    transition: all ease 0.8s;
}

.icon-position {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-service-box-new .main-service-icon:after {
    background: #081d32;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.main-service-box-new .main-service-title {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.main-service-box-new:hover .main-service-icon {
    box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.2);
}

    .main-service-box-new:hover .main-service-icon:before, .main-service-box-new:hover .main-service-icon:after {
        transform: rotateZ(180deg);
    }

.main-service-box-new.red .main-service-icon:before {
    background: linear-gradient(to right, #A6ABB1 50%, transparent 50%);
}

.main-service-box-new.green .main-service-icon:before {
    background: linear-gradient(to right, #A6ABB1 50%, transparent 50%);
}

.main-service-box-new.green .main-service-icon:after {
    background: #203142;
}
/*==========Healthcare Staffing Expertise Css End===========*/

/*================IT Recruitment Solutions Service Css Start==========*/
.It-rec-sol-banner {
    background-image: url(/images/IT-Recruitment-Solutions-banner.jpg);
    background-position: 10% 28%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    position: relative;
}

.itsolutions {
    color: #fff;
    position: relative;
    /*z-index: 10;*/
    margin-top: 50px;
}

    .itsolutions .wrapper-new-here {
        background-color: #f0f8ff;
        /* background-color: #073674; */
        position: relative;
        top: 10%;
        margin-left: -20%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

.wrapper-new-here {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F7F8;
}

    .wrapper-new-here .content_new-here {
        padding: 30px 10%;
    }

.content_new-here-here h2 {
    color: #081d32;
    font-weight: 600;
}

.content_new-here h2 {
    color: #081d32;
}

.itsolutions-us-page .new-para-here {
    font-size: 15px;
    border-left: 3px solid #081d32;
    padding-left: 10px;
    text-align: justify;
    color: black;
}

.padding-sec-would {
    padding: 30px 0;
    border-top: 5px solid #cb5600;
}

.exp-cal2 {
    position: relative;
    margin-top: 65px;
}

    .exp-cal2:after, .exp-cal2:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 400px;
        position: absolute;
        z-index: -1;
    }

    .exp-cal2:before {
        background-image: url(/images/become_partner.jpg);
        display: block;
        background-repeat: no-repeat;
        transition: none;
        pointer-events: none;
        background-size: cover;
        background-position: 50%;
        margin: 0 auto;
    }

.section-header {
    padding-bottom: 30px;
    position: relative;
}

.max-width {
    max-width: 100%;
}

.padding-sec-would h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.uppercare {
    text-transform: uppercase;
}

.padding-sec-would p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 71%;
    margin: auto;
}

.inner-imgs {
    background: #fff;
    box-shadow: 4px 4px 20px 0 rgb(1 1 1 / 38%);
    padding: 11px 8px;
    /* height: 318px; */
}

.widht-col img {
    width: 100%;
    /* width: 330px !important; */
}

.cycle h4 {
    color: #3051a0;
    font-size: 18px;
    font-weight: 600;
    margin-top: 22px;
}

.post {
    color: #000;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    padding: 10px;
}

.whitebg-goal {
    background: white;
    padding: 60px;
    margin: 80px;
    color: black;
    font-size: 15px;
    margin-right: -70px;
    position: relative;
    box-shadow: 4px 4px 20px 0 rgb(1 1 1 / 38%);
    text-align: justify;
}

.heroImg {
    background-image: url(/images/main-object.jpg);
    height: 100%;
    background-repeat: no-repeat;
}

.sec-four-ni {
    background: #081d32;
    padding: 30px;
    text-align: center;
    border-top: 3px solid #ff6b00;
    color: #fff;
}

.goal-setting-first h2 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}

.goal-setting-first p {
    font-size: 15px;
    text-align: center;
}
/*================IT Recruitment Solutions Service Css End==========*/

/*================Contact Us page Css Start==========*/
.contact-us-banner {
    background-image: url(/images/contact-us-banner.jpg);
    background-position: 9% 79%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    position: relative;
}

.contact-address-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-items: center; */
}

.single-contact-address-box {
    position: relative;
    display: block;
    /* background: #081d32; */
    padding: 15px 30px 15px;
    width: 33%;
    border-right: 1px solid;
    border-image: linear-gradient(357deg, #ffffff00, #d9d9d9, #ffffff00) 1;
}

    .single-contact-address-box .icon-holder span:before {
        font-size: 75px;
    }

    .single-contact-address-box a {
        color: #000000!important;
        display: block;
        font-size: 13px;
        margin-bottom: 4px;
    }

    .single-contact-address-box.main-branch {
        /* background: #ff6b00; */
        /* padding: 37px 30px 32px; */
    }

        .single-contact-address-box.main-branch h3 {
            color: #131313;
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 38px;
            text-transform: uppercase;
            text-align: center;
        }

        .single-contact-address-box.main-branch .inner {
            position: relative;
            display: block;
        }

            .single-contact-address-box.main-branch .inner ul {
                position: relative;
                display: block;
                overflow: hidden;
            }

.contact-inner-box {
    color: white;
    text-align: center;
}

.single-contact-address-box .contact-inner-box i {
    font-size: 24px;
    color: #e77c22;
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 1px solid #e77c2238;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 2px #d1d1d1;
}

.single-contact-address-box .contact-inner-box h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0px 5px;
    color: #003060;
}

.second-container {
    /* padding: 20px 30px; */
    /* box-shadow: 0 0 20px #ccc; */
    /* background:white; */
}

    .second-container h2 {
        font-size: 25px;
        font-weight: 600;
        color: #081d32;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 20px;
    }

    .second-container form {
        display: flex;
        flex-direction: column;
    }

        .second-container form .form-group {
            margin-bottom: 10px;
        }

            .second-container form .form-group input {
                min-height: 35px;
                border: 1px solid #c8c1c1;
                padding: 0 8px;
                border-radius: 0px;
            }

            .second-container form .form-group label {
                display: flex;
                align-items: center;
                width: 100%;
                border: 1px solid #e6e6e6;
                font-size: 13px;
                color: #333;
                margin-top: 0px;
                margin-bottom: 1px;
            }

            .second-container form .form-group:first-of-type input {
                margin-right: -5px;
            }

            .second-container form .form-group input {
                width: 100%;
                font-size: 13px;
                margin-top: 0px;
                display: inline-block;
            }

                .second-container form .form-group input::placeholder, .contact-form .second-container form .form-group textarea::placeholder {
                    color: #999;
                }

            .second-container form .form-group textarea {
                width: 100%;
                min-height: 80px;
                resize: none;
                padding: 10px 8px;
                border: 1px solid #c8c1c1;
                font-size: small;
            }

        .second-container form button {
            /* width: 188px; */
            /* height: 35px; */
            /* background: #2a4194; */
            /* color: #fff; */
            /* font-size: 15px; */
            /* font-weight: 600; */
            /* text-transform: uppercase; */
            /* border: 0; */
            /* cursor: pointer; */
        }

            .second-container form button:hover {
                background: #333;
            }
/*================Contact Us page Css End==========*/

/*================Current Job Openings page Css Start==========*/
.current-jobs-banner {
    background-image: url(/images/current-jobs.jpg);
    background-position: 9% 69%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    position: relative;
}

.current-jobs-new-bg {
    background-image: url(/images/all_page_bg.png);
    background-color: white;
}

.bizaceen-career-card .job-list.carr {
    /*height: 100% !important;*/
}

.bizaceen-career-card .job-list.carr {
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .2s ease-in-out 0s;
    box-shadow: 0 1px 2px rgb(0 0 0 / 14%), 0 1px 4px rgb(0 0 0 / 15%), 0 2px 8px rgb(0 0 0 / 24%);
    border-radius: 3px
}

    .bizaceen-career-card .job-list.carr .job-wrapper {
        padding: 13px;
        background: white;
    }

        .bizaceen-career-card .job-list.carr .job-wrapper .media-middle {
            /*display: table-cell;*/
            vertical-align: top;
        }

.media-left {
    display: flex;
    justify-content: center;
}

.bizaceen-career-card .job-list.carr .job-wrapper .media-left p img {
    width: 25px;
}

.bizaceen-career-card .job-list.carr .job-wrapper .media-right {
    width: 25%;
    text-align: right;
}

.title-job-list {
    font-size: 20px;
    /* border-bottom: 1px solid #c7c5c573; */
    color: #003060;
    /* padding-bottom: 5px; */
    margin-bottom: 0px;
}

.position {
    border-bottom: 1px solid #c7c5c573;
}

.bizaceen-career-card .job-list.carr .job-wrapper .media-middle .position .company-new-here strong {
    font-size: 14px;
    color: #424242f2;
    font-weight: 500;
    font-style: italic;
    line-height: 30px;
}

.dj {
    padding-left: 5px;
}

.bizaceen-career-card .job-list.carr .job-wrapper .media-middle .job-metas {
    margin: 13px 0px 0px 0px;
    font-size: 13px;
    /* font-weight: 600; */
    /* color: #003060; */
    display: flex;
}

    .bizaceen-career-card .job-list.carr .job-wrapper .media-middle .job-metas i {
        color: #ff6b00;
        background: #ff6b002e;
        /* margin-right: 8px; */
        font-size: 12px;
        height: 23px;
        width: 23px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.job-salary {
    display: flex;
    align-items: center;
}

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

.bizaceen-career-card .job-list.carr .left-content {
    /* display: grid; */
    /* float: right; */
    display: flex;
    justify-content: flex-end;
    /*margin-top: 11px;*/
    padding: 17px 0px;
    background: #e8eaf6;
    /*width: 117px;*/
    /*margin-top: 14px;*/
}

.job_tags_ps {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bizaceen-career-card .job-list.carr .left-content .btn-1 {
    border-radius: 30px;
    width: 120px;
    font-size: 13px;
}

    .bizaceen-career-card .job-list.carr .left-content .btn-1:hover {
        color: #081d32;
    }

.bizaceen-career-card .job-list.carr .job-wrapper .left-content .btn-1:after {
    border-radius: 30px
}

.read-more {
    margin-right: 20px !important;
    /*width: 100% !important;*/
    padding: 4px 9px !important;
}

.btn-1 {
    z-index: 4;
    padding: 2px 10px !important;
    /* -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.09),0 3px 8px rgba(0,0,0,.09),0 4px 13px rgba(0,0,0,.13); */
    /* box-shadow: 0 1px 4px rgba(0,0,0,.09),0 3px 8px rgba(0,0,0,.09),0 4px 13px rgba(0,0,0,.13); */
    overflow: hidden;
    text-align: center;
    position: relative;
    font-weight: 500;
    border-radius: 50px;
    /*display: inline-block;*/
    text-transform: capitalize;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #ff6b0036;
    border: 1px solid #ff6700;
    color: #081d32;
}

.bizaceen-career-card .job-list.carr .job_tags {
    background: white;
    padding: 6px 15px 12px 15px;
    font-size: 13px;
    font-weight: 400;
    color: #212121;
    display: flex;
    align-items: baseline;
}
    /*.bizaceen-career-card .job_tags_strong {
    width: 23%;
}*/
    .bizaceen-career-card .job-list.carr .job_tags i {
        color: #ff6b00;
        height: 22px;
        /* line-height: 2; */
        background: #ff6b0036 !important;
        margin-right: 4px;
        display: flex;
        width: 29px;
        font-size: 11px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
    }

.new-apply-here {
    background: #ff6500 !important;
    color: white !important;
}

.bizaceen-career-card .job-list.carr .job_tags p {
    color: #212121;
    margin: 0;
    font-size: 13px;
    line-height: 2.4
}

.bizaceen-career-card .job_tags_ps {
    width: 100%;
    line-height: 22px !important;
}

.bizaceen-career-card .job-list.carr .job_tags strong {
    line-height: 2;
    margin-right: 8px;
    font-size: 14px;
    color: #000000a6;
}

.job-icon {
    background: white;
    box-shadow: 0px 0px 3px 3px #80808070;
    display: flex;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    /*padding: 9px;*/
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
}

.bizaceen-career-card .job-list.carr:hover {
    box-shadow: 0 1px 4px rgba(0,0,0,.09),0 3px 8px rgba(0,0,0,.09),0 4px 13px rgba(0,0,0,.13);
}

.border-left-px {
    border-left: 1px solid #c7c5c573;
    margin-left: 18px;
    padding-left: 15px;
}

.moving-icon {
    animation: gradient1 3s ease infinite, rocking 3s ease infinite;
}

@keyframes rocking {
    0%,100%,25% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(15deg);
    }

    75% {
        transform: rotate(-15deg);
    }
}
/*================Current Job Openings page Css End==========*/

/*================Read More page Css Start==========*/
section.Careers_section .efox-abttext {
    display: inline-block;
    /*padding-right: 40px;*/
}

    section.Careers_section .efox-abttext h3 {
        font-size: 26px;
        color: #233979
    }

section.Careers_section .eael-dch-separator-wrap {
    justify-content: flex-start;
    margin: 10px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    section.Careers_section .eael-dch-separator-wrap .separator-one {
        margin-right: 5px;
        width: 15%;
        height: 5px;
        border-radius: 100px;
        background-color: #233979 !important;
        display: inline-block;
        width: 15%;
        height: 5px
    }

    section.Careers_section .eael-dch-separator-wrap .separator-two {
        margin-left: 5px;
        width: 1%;
        height: 5px;
        border-radius: 999px;
        background-color: #233979
    }

section.Careers_section .job-contect-info-left {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
    padding: 20px;
    border-left: 3px solid #ff6b00;
    box-shadow: 1px 0px 20px rgb(0 0 0/16%);
    width: 100%;
    background-color: #fff7f1;
    border-radius: 5px 0 0 5px
}

section.Careers_section h2.vc_custom_heading {
    text-align: left;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #043a5b
}

section.Careers_section .address_responsive_sec {
    display: flex;
    align-items: center
}

    /*section.Careers_section .address_responsive_sec i {
        font-size: 18px;
        color: #ff6b00;
    }*/

    section.Careers_section .address_responsive_sec .address_responsive {
        color: #222;
        font-size: 16px;
        margin-left: 10px;
        margin-top: 9px
    }

section.Careers_section .Jobs-icon-description {
    font-size: 15px !important;
    line-height: 30px !important;
    margin-top: 10px
}

section.Careers_section .job-contect-info-left p {
    margin-bottom: 15px
}

section.Careers_section .efox-abttext p {
    line-height: 24px;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 5px
}

section.Careers_section .job-contect-info-left ul {
    margin-bottom: 10px;
    list-style: none;
}

section.Careers_section h2.resumeto_section {
    font-size: 16px;
    font-weight: 500
}

    section.Careers_section h2.resumeto_section a {
        color: #233979
    }

section.Careers_section .contect-info-right {
    margin-top: 0;
    padding: 30px 30px 20px
}

section.Careers_section .contect-info-right {
    background: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 4px 10px rgb(0 0 0/8%)
}

section.Careers_section .job_contect_info_left_bottom {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
    padding: 20px;
    border-left: 3px solid #ff6b00;
    box-shadow: 1px 0px 20px rgb(0 0 0/16%);
    width: 100%;
    background-color: #043a5b;
    border-radius: 5px 0 0 5px
}

    section.Careers_section .job_contect_info_left_bottom h2.resumeto_section {
        color: #fff;
        margin: 0
    }

        section.Careers_section .job_contect_info_left_bottom h2.resumeto_section a {
            color: #ff6b00
        }

.d-flex_btn_sec.apply_now_btn_section {
    position: absolute;
    right: 4px;
    top: -12px;
}

.d-flex_btn_sec {
    margin-top: 25px;
    margin-right: 25px;
}

.vc_custom_heading {
    color: #081d32;
    font-weight: bold;
}

.read-more-icon-color {
    font-size: 16px;
    color: #ff6b00;
}

.marquee-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 490px;
    overflow: hidden;
    background: white;
    box-shadow: 1px 0px 20px rgb(0 0 0 / 16%);
}

    .marquee-wrapper .box {
        padding: 2em 1em;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        top: 0em;
    }

    .marquee-wrapper .scroll {
        position: absolute;
        width: 94%;
        left: 10px;
        right: 10px;
    }

        .marquee-wrapper .scroll li {
            list-style: none;
        }

    .marquee-wrapper .events p {
        margin-bottom: 0 !important;
    }

    .marquee-wrapper .events .widget-wrapper-news-inv div {
        background: no-repeat;
        color: #000;
        font-size: 12px;
        font-weight: 700;
        background-color: transparent;
        padding-left: 0px;
    }

.jobsBoxes .details-event-s {
    line-height: 20px !important;
}

.marquee-wrapper .events .widget-wrapper-news-inv div cite {
    margin-right: 25px;
}

.marquee-wrapper h3 {
    padding: 5px 0;
    margin: 0;
    width: 100%;
    background: #043a5b;
    color: #fff;
    text-align: center;
}

.marquee-wrapper .events .widget-wrapper-news-inv div h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

marquee.marquee-newsdiv {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 422px;
    overflow: hidden;
    background: white;
}

.events li:last-child {
    border-bottom: 0 dotted #bfbfbf;
}

.events li {
    border-bottom: 1px dotted #bfbfbf;
    list-style: none;
    padding: 12px 0;
}

.anchorLink {
    padding: 0 72px 0 35px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background-color: #0370c0;
    display: inline-block;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear;
    position: relative;
}

.detail-news-inv p {
    color: #464646;
}

.marquee-wrapper .events {
    padding-left: 5px;
}
/*================Read More page Css End==========*/

/*================Apply Now page Css Start==========*/
.apply-now-banner {
    background-image: url(/images/apply-banner.jpg);
    background-position: 9% 79%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    position: relative;
}

.pos-form-details .form-group {
    margin-bottom: 28px;
}

.pos-res-for-sec-1 .pos-form-details {
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    padding: 15px !important;
}

.abttitle {
    color: #363636;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.125;
    position: relative;
    padding-bottom: 15px;
}

.pos-res-for-sec-1 .abttitle:before {
    position: absolute;
    content: '';
    left: 44%;
    bottom: 0;
    border: 0;
    height: 2px;
    width: 127px;
    background: #fa582d !important;
}

.panel-heading {
    margin-top: 10px;
    padding: 11px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #ededed;
    border-radius: 6px 6px 0 0;
    color: #363636;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.pos-form-details .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    color: #122f4d;
}
/*================Apply Now page Css End==========*/

/*================Join Our Team Css Start==========*/
.join-our-team-banner {
    background-image: url(/images/join-our-team.jpeg);
    background-position: 9% 65%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    position: relative;
}

.sevice_sec {
    background-image: url(/images/join-team-bg.png);
    background-position: center;
    background-size: cover;
    padding: 51px 0px;
    position: relative;
    z-index: 1;
}

.Services_sec_in {
    text-align: center;
}

    .Services_sec_in .new-a {
        width: 100%;
        background-color: #31587e;
        text-align: center;
        color: #FFF;
        padding-bottom: 30px;
        border-radius: 0 0 30px 30px;
        box-shadow: 0px 10px 18px -10px transparent;
        text-decoration: none;
        transition: 0.2s;
        transform: scale(1);
        min-height: 100%;
    }

        .Services_sec_in .new-a:hover {
            background-color: #081d32;
            box-shadow: 0px 10px 18px -10px #000;
            transform: scale(1.1);
            transition: 0.2s;
        }

        .Services_sec_in .new-a .img {
            display: inline-block;
            margin-top: -60px;
        }

            .Services_sec_in .new-a .img img {
                width: 75px;
            }

        .Services_sec_in .new-a .disc {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 16px;
        }

            .Services_sec_in .new-a .disc .head {
                font-size: 19px;
                font-weight: 900;
                text-transform: capitalize;
            }

.flt {
    width: 100%;
    font-size: 14px;
    flex-direction: column;
    display: flex;
}

.Services_sec_in .new-a:hover .disc .head::after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}

.bizaceen-industry {
    background-image: url(/images/offer-sec-bg.jpg)
}

    .bizaceen-industry .industry-part {
        position: relative
    }

        .bizaceen-industry .industry-part h2 {
            font-size: 22px;
            line-height: 34px;
            font-weight: 700;
            color: var(--grey100);
            padding: 15px 0 15px;
            margin: 0
        }

        .bizaceen-industry .industry-part .industry-img img {
            border-radius: 30px
        }

        .bizaceen-industry .industry-part .industry-img:before {
            content: "";
            background: #4e49a1;
            position: absolute;
            visibility: hidden;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border-radius: 30px;
            opacity: 0;
            display: block;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            z-index: 1
        }

        .bizaceen-industry .industry-part .industry-img .content-part {
            text-align: center;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
            background: var(--indigo900);
            padding: 5px 20px;
            display: inline-block;
            color: var(--white);
            border-radius: 30px;
            right: 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

.ecc-offer-section h2 {
    font-size: 29px;
    color: #003060;
    font-weight: 600;
    line-height: 45px;
    margin: 0px 0 7px;
}

.bizaceen-industry .industry-part .industry-img .industry-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
    text-align: center;
    width: 100%
}

    .bizaceen-industry .industry-part .industry-img .industry-info p {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: var(--grey100);
        padding: 0 50px;
        text-align: justify;
        margin-bottom: 15px
    }

    .bizaceen-industry .industry-part .industry-img .industry-info .btn-part a {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: var(--grey100)
    }

        .bizaceen-industry .industry-part .industry-img .industry-info .btn-part a i {
            padding-left: 6px
        }

.bizaceen-industry .industry-part:hover .industry-img:before {
    visibility: visible;
    opacity: .9
}

.bizaceen-industry .industry-part:hover .content-part {
    visibility: hidden;
    opacity: 0
}

.bizaceen-industry .industry-part:hover .industry-img .industry-info {
    opacity: 1;
    visibility: visible
}

    .bizaceen-industry .industry-part:hover .industry-img .industry-info .new-all-part {
        color: var(--grey100)
    }

    .bizaceen-industry .industry-part:hover .industry-img .industry-info p {
        color: var(--grey100)
    }

    .bizaceen-industry .industry-part:hover .industry-img .industry-info .btn-part a {
        color: var(--grey100)
    }

.industry-boxes {
    border: 1px solid #e1e1e1;
    padding: 16px 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: white;
    height: 180px !important;
    box-shadow: 0 20px 60px 0 rgb(41 7 121 / 40%);
}

    .industry-boxes h5 {
        color: #081d32;
        font-size: 16px;
        margin-top: 9px;
        margin-bottom: 4px;
        font-weight: bold;
    }

.industry-boxes-image-sec {
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 13px 3px #80808073;
    height: 43px;
    width: 43px;
}

    .industry-boxes-image-sec i {
        font-size: 20px;
        color: #e16c22;
    }

.industry-boxes p {
    font-size: 13px;
}

.DFIserviceBox {
    border: 2px solid #2b455f;
    color: #000;
    background: #fff;
    height: 100%;
    text-align: center;
    padding: 20px 15px 20px 30px;
    margin: 20px 15px 0 0;
    border-radius: 5px 5px;
    position: relative;
    z-index: 1;
}

    .DFIserviceBox:before, .DFIserviceBox:after {
        content: "";
        background: #2b455f;
        width: 100%;
        height: 100%;
        border-radius: 5px 5px;
        position: absolute;
        top: -20px;
        right: -16px;
        z-index: -1;
    }

    .DFIserviceBox .new-all {
        color: #003060;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: 0.5px;
        margin: 0 0 7px;
    }

    .DFIserviceBox .description {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin: 0;
    }

    .DFIserviceBox:after {
        background: #fff;
        top: -10px;
        left: 8px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    }
/*================Join Our Team Css End==========*/

.new-coloured-bg {
    background: linear-gradient(41deg, #ff610017 30%, #91c8ff3d 100%);
}






/*heading*/
h2.pagetitle_tri {
    font-size: 25px;
    color: #003060;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 12px; /* font-family: Rubik, sans-serif !important; */
}

.pagetitle_section_tri {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

    .pagetitle_section_tri:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 3px;
        width: 77px;
        background: #e77c22;
        transform: translate(-50%);
    }
/*heading*/

/*======= blog ==========*/
.blog_seection_tri {
    padding: 40px 0px; /* background: #f1f1f1; */ /* background: linear-gradient(#2361a31a, #ffffff, #2361a31a); */
    background-color: #2361a314;
    background-image: url(../images/Blog_bg.png);
    background-attachment: fixed;
}

    .blog_seection_tri .container {
        max-width: 1200px;
    }

.blog_sec_tri {
    margin: 7px;
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 5px 5px 5px #ddd;
}

.blog_img_tri {
    width: 100%;
    height: 170px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .blog_img_tri img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .3s ease;
        border-bottom: 1px solid #e1e1e1;
    }

.blog_sec_tri:hover .blog_img_tri img {
    transform: scale(1.1);
}

.blog_det_info_tri {
    padding: 12px;
    font-size: 13px;
}

    .blog_det_info_tri h3 {
        margin-bottom: 6px;
        font-weight: 700;
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; /* display: -webkit-box; */ /* -webkit-box-orient: vertical; */ /* -webkit-line-clamp: 2; */ /* display: block; */
        line-height: 22px;
        max-height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        min-height: 43px;
        margin-bottom: 2px; /* font-family: Rubik, sans-serif !important; */
    }

    .blog_det_info_tri a.wdsfdc_tri {
        color: rgb(41, 43, 44);
    }
    .blog_det_info_tri p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_det_info_tri p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

.blog_sec_tri:hover {
    border: solid 1px #7e9bf5;
    box-shadow: 3px 3px 3px #ccc;
}

.euighyu_tri {
    font-style: italic;
    color: #e77c22;
    font-size: 12px;
    font-weight: 500;
}
a.utgig_tri {
    font-weight: 700;
    color: #e77c22;
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
}
a.utgig_tri:after {
    content: "\2192";
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #e28b54;
    line-height: 18px;
    padding-left: 4px;
    transition: .3s;
    margin-top: -3px;
}
.uyfg_tri {
    margin-top: 12px;
}
/*======= blog ==========*/



/*======= Why ==========*/
section.oujk_tri {
    padding: 45px 0 50px;
}

.efiuehu_tri h2 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    color: #003060;
    margin: 15px 0 10px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px; /* font-family: Rubik, sans-serif !important; */
}

p.iufyui_tri {
    font-size: 14px;
    color: rgb(41, 43, 44);
    line-height: 24px; /* font-family: Arial, Helvetica, sans-serif; */
}
/*======= Why ==========*/

/*========= Got a question? ========*/
section.Gotaquestion_section_tri {
    width: 100%;
    text-align: center;
    padding: 30px 0 38px;
    background: #1f2767;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    color: #fff;
}

    section.Gotaquestion_section_tri:hover {
        background: #e77c22;
    }

.efuihu_tri {
    width: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    /* font-family: Rubik, sans-serif !important; */
    margin-bottom: 10px;
}

span.iufgy_tri {
    font-size: 18px;
    margin: 0;
}

    span.iufgy_tri a {
        color: #fff;
    }
/*========= Got a question? ========*/


/*======= Frequently Asked Questions ==========*/
/*.faq-pg .centerplease { text-align: center; font-size: 24px; font-weight: bold; } 
.questions_tri { display: none; } 
.question_tri { display: block; padding: 15px; font-weight: bold; cursor: pointer; border: 1px solid #ccc; background-color: #f5f5f5; margin-bottom: 5px; position: relative; padding-left: 30px; } 
.plus_tri { position: absolute; left: 10px; top: 18px; font-weight: bold; font-size: 18px; } 
.answers_tri { display: none; padding: 15px; border: 1px solid #ccc; border-top: none; background-color: #fff; margin-bottom: 10px; } 
.questions_tri:checked ~ .answers_tri { display: block; } 
.questions_tri:checked + .plus_tri::after { content: "-"; font-size: 18px; position: absolute; left: 0; top: 0; } 
.plus_tri::after { content: "+"; }*/

.question_tri {
    position: relative; /* background: #ffffff; */ /* background: #cccbcb; */
    margin: 0; /* padding: 0 25px 0 0 !important; */
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #003060; /* font-family: Rubik, sans-serif !important; */ /* z-index: 1; */
}

.answers_tri {
    padding: 0;
    margin: 0;
    width: 100% !important;
    height: 0;
    overflow: hidden; /* z-index: -1; */
    position: relative;
    opacity: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #666;
    font-size: 14px;
}

.questions_tri:checked ~ .answers_tri {
    height: auto;
    opacity: 1; /* padding: 0 15px 15px; */
    border-top: 1px solid #e7e7e7;
    padding: 12px 0 3px;
    margin-top: 10px;
}

.plus_tri {
    position: absolute;
    margin-right: 10px;
    margin-top: 4px;
    right: 0; /* z-index: 5; */
    font-size: 22px;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.questions_tri:checked ~ .plus_tri {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #e77c22;
}

.questions_tri {
    display: none;
}

.faq-pg {
    padding: 40px 0px;
}

    .faq-pg .content label:before {
        border: 0px !important;
    }

    .faq-pg label {
        height: auto;
    }

.answers_tri ul {
    margin-left: 40px;
    list-style: disc;
}

.content_section_tri {
    width: 75%;
    margin: auto; /* background: #f1f1f1; */
    padding: 14px;
    border-radius: 4px;
}

.question_section_tri {
    position: relative; /* background: #fff; */
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 10px 10px 10px;
    background: #f8faff;
    border: 1px solid #e0e6f7;
}

/*======= Frequently Asked Questions ==========*/


/*======= Are you an employer?  ==========*/

section.ehu_tri { /* background: #eff9ff; */
    padding: 50px 0px; /* border-top: solid 1px #a6bde1; */ /* border-bottom: solid 1px #a6bde1; */ /*font-family: 'Roboto', sans-serif;*/ /* background: #fff; */
    background: linear-gradient(#2163a5, #1f2767);
    position: relative;
}
section.ehu_tri .pagetitle_section_tri.pagetitle_section_ami {
    margin-bottom: 40px;
}
.fwfo_tri {
    text-align: center;
}

.ioej_tri {
    font-size: 24px;
    line-height: 1em;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
}

.emp_bt_sec_tri {
    font-size: 16px;
    margin-top: 60px;
    text-align: center;
}

a.search_h_tri {
    background: #e77c22;
    border: solid 2px #e77c22;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 5px;
    width: 195px; /* box-shadow: 2px 3px 6px #ddd; */
    color: #fff;
}

a.post_job_tri {
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 5px;
    width: 195px;
    /* box-shadow: 2px 3px 6px #ddd; */
    color: #ffffff;
    /* background: #ffffff; */
    border: solid 2px #ffffff;
    margin-left: 10px;
}

section.ehu_tri .or {
    text-align: center;
    margin: 30px 0;
}

    section.ehu_tri .or span {
        display: inline-block;
        background: #ffffff;
        color: #e77c22;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 50%; /* padding: 2px 11px; */
        line-height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        min-width: 40px;
        height: 40px;
        margin: auto;
    }

.wufh_tri .listsection_tri {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.text-new-ami {
    color: #ffba80 !important;
    font-size: 28px;  
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}
.pagetitle_section_ami:after {
   
    background: #ffba80 !important;
}
    .listsection_tri a {
        display: block;
        font-size: 13px;
        line-height: 20px;
        color: #333;
        background: #fff;
        border-radius: 25px;
        margin: 10px 10px 0 0;
        padding: 6px 8px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
        transition: all 0.3s ease;
        cursor: unset;
        pointer-events: none;
        width: 48%;
        font-weight: 600;
    }
.border-right-new{
    border-right: 1px solid;
    border-image: linear-gradient(357deg, #ffffff00, #ffffff, #ffffff00) 1;
}

.wufh_tri p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    max-width: 100%;
    margin: 0 auto 10px auto;
    padding: 0 30px;
}

section.ehu_tri:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/bg_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.degd_tri {
    position: relative;
}
/*======= Are you an employer?  ==========*/

/*======= Recent Jobs  ==========*/
.RecentJobs_seection_tri {
    padding: 40px 0px;
}

.jb_section_tri {
    display: flex;
    flex-wrap: wrap;
}

.jb_sec_tri { /* width: 33.33%; */
    box-sizing: border-box;
    padding: 0 7px;
    margin-bottom: 15px;
}

.jb_tri {
    background: rgba(255, 255, 255, 0.70);
    background: #f8faff; /* border: 1px solid #e8edf3; */
    border: 1px solid #e0e6f7;
    border-radius: 5px;
    padding: 15px;
    position: relative; /* box-shadow: 2px 4px 5px -3px #d3e2ef; */ /*font-family: 'Roboto', sans-serif;*/ /* cursor: pointer; */
    transition: all 0.3s ease;
}

.jb_heading_tri {
    margin-bottom: 0px; /* max-width: 66%; */ /* white-space: nowrap; */ /* overflow: hidden; */ /* text-overflow: ellipsis; */
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.jbname_tri {
    font-size: 16px;
    font-weight: 500;
    color: #001d75;
    line-height: 22px;
    transition: all 0.3s ease;
}

p.jbcname_tri {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #4380d4;
    transition: all 0.3s ease;
    margin-top: 4px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jb_logo_tri {
    position: relative;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    min-width: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    line-height: 0;
    background: #96cfe4;
    margin-right: 10px;
}

    .jb_logo_tri span {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
    }

ul.jb_need_tri {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.jb_skils_tri { /* margin-top: 5px; */ /* font-family: 'Poppins', sans-serif; */
    font-size: 12px;
    color: #333;
    line-height: 18px; /* border-bottom: 1px solid #e7e7e7; */ /* padding-bottom: 15px; */
    margin-bottom: 15px;
}

.sk_list {
    line-height: 20px;
    overflow: hidden; /* text-overflow: ellipsis; */ /* display: -webkit-box; */ /* -webkit-line-clamp: 2; */ /* -webkit-box-orient: vertical; */ /* margin-bottom: 15px; */
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.jb_need_tri li {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 12px; /* flex-grow: 1; */
}

    ul.jb_need_tri li img {
        margin-right: 5px;
    }

.jb_tri:hover {
    border-color: #7eacce;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px #d3e2ef;
}

.more_skill_tri {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

span.wryh_tri {
    background: #fff;
    font-size: 14px;
    display: inline-block;
    color: #e77c22;
    padding: 8px 24px;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid #e77c22;
}

.jb_need_tri > li a.more_city {
    position: relative;
    color: #c03;
    margin-left: 5px;
}

    .jb_need_tri > li a.more_city:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .jb_need_tri > li a.more_city .tooltiptext {
        visibility: hidden;
        width: 220px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        right: 0px;
        margin-left: 0;
        opacity: 0; /* transition: opacity 1s; */
        font-size: 11px;
        line-height: 17px;
        text-shadow: none;
    }

.owl-carousel .owl-item ul.jb_need_tri li img {
    width: auto;
}

.eyfg_tri {
    display: flex;
    margin-bottom: 12px;
    align-items: center; /* border-bottom: 1px solid #e7e7e7; */ /* padding-bottom: 8px; */
}

span.weryh_tri {
    display: inline-block;
    background: #e77c22;
    color: #fff;
    padding: 2px 12px;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #e77c22;
    cursor: pointer;
}

span.werfeyh_tri {
    display: inline-block;
    background: #fff;
    color: #e77c22;
    padding: 2px 12px;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #e77c22;
    margin-right: 8px;
    cursor: pointer;
}
/*======= Recent Jobs  ==========*/

/*======= Hospital Tieup  ==========*/
.HospitalTieup_seection_tri {
    padding: 40px 0px; /* background: #f1f1f1; */
    background: linear-gradient(#2361a31a, #ffffff, #2361a31a);
}

ul.Hospital_section_tri {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

    ul.Hospital_section_tri li {
        width: 33%;
        text-align: center;
        list-style: none;
    }

.Hospital_sec_tri {
    margin: 10px;
    position: relative;
}

a.iteam_tri {
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    background: #ffffff;
    border: 1px solid #f7f1f1;
    border-radius: 2px;
    /* -webkit-box-shadow: -2px 10px 22px -16px #000; */
    -moz-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    box-shadow: -2px 10px 22px -16px #00000075;
    position: relative;
    /* border-bottom: 2px solid #e77c22; */
    text-align: left;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    pointer-events: none;
}
a.iteam_tri:hover {
    border-color: #7eacce;
    box-shadow: 0 0 20px #d3e2ef;
}
.in_img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

.tpc_tri {
    margin-top: 0;
    line-height: 20px; /* display: none; */
    margin-left: 14px;
}

span.tpcname_tri {
    display: block; /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px; /* line-height: 1.2em; */
    color: #1f2767;
}

span.tpclocation_tri {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11.5px;
    color: #666;
}

.tpciteamover_tri {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 13px;
    padding: 15px 10px;
    box-sizing: border-box;
    background: #1f2767e0;
    color: #fff;
    display: none;
    transition: all .3s ease;
}

.in_img img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    height: auto;
    width: 51px;
}

a.iteam_tri:hover .tpciteamover_tri {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

p.grhr_tri {
    margin: 0;
    font-size: 15px;
    color: #ffba80;
}

p.teiuoji_tri {
    margin: 0;
}
/*======= Hospital Tieup  ==========*/


/*======= About us ==========*/

p.eiujio_tri {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    text-align: center;
}

.intro_text {
    margin-bottom: 30px;
}
ul.tabs_section_tri li:before {
    content: "";
    position: absolute;
    left: 29px;
    height: 100%;
    border-left: 1px dashed;
    color: #c9c9c9;
    top: 20px;
    /* z-index: 1; */
}
ul.tabs_section_tri li:last-child:before {
    border: 0;
}
ul.tabs_section_tri {
    list-style-type: none;
    /* display: flex; */
    position: relative;
    z-index: 1;
    justify-content: center;
    margin-left: 0;
    margin-bottom: 0;
    /* box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .1); */
    width: 20%;
    /* width: 100%; */
}

    ul.tabs_section_tri li {
        width: 100%;
        height: 62px;
        /* height: 103px; */
        position: relative;
        border-right: 1px solid #c1c1c1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        ul.tabs_section_tri li a {
            display: block;
            /* height: 100%; */
            font-size: 16px;
            line-height: 22px;
            /* text-align: center; */
            /* padding-top: 24px; */
            color: #b5b5b5;
            background-size: 22% !important;
            /* border-radius: 50%; */
            width: 100%;
            height: 100%;
            /* min-width: 40px; */
            border: 0px solid #b5b5b5;
            display: flex;
            align-items: center;
            /* background: #fff; */
            position: relative;
            padding: 0 12px;
        }
        ul.tabs_section_tri li.active a {
            background: #e77c22;
            /* border: 1px solid #e77c22; */
            color: white;
            /* font-size: 16px; */
            /* display: flex; */
            /* font-weight: 600; */
            /* justify-content: center; */
            /* align-items: center; */
            /* padding-top: 0px; */
        }
.tab_contentpop {
    height: 310px;
    position: relative;
    overflow: hidden;
    padding: 25px 40px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.wduh_tri {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 3px 4px 14px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    display: flex;
    /* display: block; */
}
.tabcontainerpop_tri .tab_contentpop.RequirementUnderstanding {
    background: url("../images/hospital/requirement-understanding.png") 100% 0 no-repeat;
}
.tabcontainerpop_tri .tab_contentpop.CandidateScreening {
    background: url(../images/hospital/candidate-screening.png) 100% 0 no-repeat;
}
.tabcontainerpop_tri .tab_contentpop.Verification-Shortlisting {
    background: url(../images/hospital/verification-shortlisting.png) 100% 0% no-repeat;
}
.tabcontainerpop_tri .tab_contentpop.InterviewCoordination {
    background: url(../images/hospital/interview-coordination.png) 100% 0% no-repeat;
}
.tabcontainerpop_tri .tab_contentpop.FinalDeployment {
    background: url(../images/hospital/final-deployment.png) 100% 0% no-repeat;
}
.tabcontainerpop_tri .tab_contentpop p {
    /* max-width: 420px; */
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    width: 38%;
}

.tabcontainerpop_tri .tab_contentpop h2 {
    font-size: 24px;
    color: #003060;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 20px;
}

.tabcontainerpop_tri a.text_button {
    display: block;
    position: absolute;
    bottom: 35px;
    font-size: 16px;
    color: #e77c22;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
}

    .tabcontainerpop_tri a.text_button::after {
        content: "\2192";
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #e28b54;
        line-height: 24px;
        padding-left: 4px;
        transition: .3s;
    }

section.rhgui_tri {
    background-color: #ebeaea;
    background-image: linear-gradient(#ebeaea, #fff); /* border-bottom: 1px solid #cbcbcb; */
    padding: 40px 0 45px;
    margin-bottom: 0;
}

.foeij_tri {
    width: 80%;
    /* width: 100%; */
    /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 3px 4px 14px 0 rgba(0, 0, 0, .1); */
}
span.efiuyhiu_tri {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7e7e7;
    border-radius: 50%;
    min-width: 34px;
    color: #939393;
    font-size: 16px;
    font-weight: 700;
    margin-right: 12px;
}
li.completed a.rgregrf_tri span.efiuyhiu_tri {
    background: #fbe7d7;
    color: #e77c22;
}
li.completed a.rgregrf_tri span.eguyhu_tri {
    color: #3d3d3d;
}
span.eguyhu_tri {
    width: 100%;
}
ul.tabs_section_tri li.active a .efiuyhiu_tri {
    background: #fff;
    color: #3c3c3c;
}
ul.tabs_section_tri li.completed:before {
        color: #fbe7d7;
}
/*======= About us ==========*/

/*======= banner bottom ==========*/
section.banner_bottomsection_tri {
    background: #e77c22;
    padding: 30px 0;
    text-align: center;
}

    section.banner_bottomsection_tri a {
        display: block;
        line-height: 1.2;
        color: #fff;
        text-decoration: none;
    }
/*======= banner bottom ==========*/


/*======= banner ==========*/
section.banner_setcion_tri {
    height: auto;
    padding-top: 0;
    position: relative;
    transition: .2s;
    -webkit-transition: .2s;
}

    section.banner_setcion_tri img {
        width: 100%;
        height: 630px;
        object-fit: cover;
    }

.banner_content_section_tri {
    /* position: absolute; */
    /* top: 0; */
    /* max-width: 1170px; */
    width: 70%;
    /* height: 100%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* display: flex; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* -webkit-justify-content: space-between; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    /* margin: 0 auto; */
    /* padding: 0 15px; */
    margin-top: 1%;
}

.banner_content_tri {
    width: 80%;
    padding: 0;
    background-color: transparent;
    border-radius: 6px;
    font-weight: 400;
    margin: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.banner_h1_tri {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 13px;
    line-height: 40px;
    color: #fff;
    margin-top: 4px;
    position: relative;
    padding-bottom: 13px;
}

p.banner_pera_tri {
    color: #fff;
    font-size: 15px;
    padding-right: 100px;
    margin: 0;
}

.banner_click_tri {
    margin-top: 31px;
    text-align: left;
}

a.btn_tri {
    display: inline-block;
    font-size: 14px;
    background: #e77c22;
    border: 1px solid #e77c22;
    color: #fff;
    font-weight: 600;
    padding: 6px 40px 6px 24px;
    transition: .3s;
    border-radius: 2px;
}
  .new-border-btn-ami {
        display: inline-block;
        font-size: 14px;
        background: transparent;
        border: 2px solid #e77c22;
        color: #e77c22;
        font-weight: 600;
        padding: 6px 40px 6px 24px;
        transition: .3s;
        border-radius: 2px;
    }
    .new-border-btn-ami::after {
        line-height: 22px;
        display: inline-block;
        position: absolute;
        color: #e77c22;
        padding-left: 6px;
        transition: .3s;
        content: "\2192" !important;
        font-weight: 700;
        font-size: 14px;
    }
    .new-border-btn-ami:hover {
        background: #ffffff;
        color: #e77c22;
        border-color: #ffffff;
    }
        .new-border-btn-ami:hover:after {
            padding-left: 12px;
            color: #fff;
        }
    a.btn_tri::after {
        line-height: 22px;
        display: inline-block;
        position: absolute;
        color: #fff;
        padding-left: 6px;
        transition: .3s;
        content: "\2192" !important;
        font-weight: 700;
        font-size: 14px; /*font-family: arial;*/
    }

    a.btn_tri:hover {
        background: #ffffff;
        color: #e77c22;
        border-color: #ffffff;
    }

        a.btn_tri:hover:after {
            padding-left: 12px;
        }

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

.wqrhiu_tri {
    position: absolute;
    top: 25%;
    width: 100%;
}

section.banner_setcion_tri:before {
    content: "";
    background-image: url('../images/homepage_banner.jpg'); /*background-image: url(https://www.consultancy.in/illustrations/news/spotlight/2019-07-18-134213786-Public-sector-use-of-consultants-in-India-spot.jpg);*/
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    opacity: .6;
}

.ehui_tri {
    opacity: .9;
    background: linear-gradient(45deg, #1f2767 26%, #fe9abb);
}

.dws_tri {
    color: #ffba80;
    display: inline-block;
    padding: 0; /* color: #fff; */
    font-size: 16px;
}

.banner_h1_tri:before {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #e77c22;
    width: 100px;
    border-radius: 30px;
    left: 0;
}

.banner_h1_tri:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #e77c22;
    width: 13px;
    border-radius: 30px;
    left: 105px;
}

.ehui_tri img {
    opacity: 0;
}

section.banner_setcion_tri img.efwygbu_tri {
    height: 100%;
    width: 100%;
    object-fit: unset;
}
/*======= banner ==========*/

/*======= Header ==========*/
ul.etewtge_tri {
    display: flex;
    align-items: center;
    margin: 0;
}

    ul.etewtge_tri li a {
        color: #fff;
        padding: 0 12px;
    }

header.navbar.header_tri {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    background-color: #00000047;
    box-shadow: var(--shadow-medium);
    transition: ease all .4s;
    backdrop-filter: blur(3px);
}

    header.navbar.header_tri.sticky.fixed-header {
        box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%); /* top: -64px; */
        background: #ffffffe8;
    }

    header.navbar.header_tri:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; /* height: 133px; */
    }

.container-fluid.gthyugb_tri {
    display: block;
}

.whuih_tri {
    display: flex;
}

.enquire_section_tri {
    position: relative;
    display: flex;
    align-items: center;
}

ul.enquire_tri {
    display: flex;
    list-style-type: none;
    margin-left: 0;
    margin: 0;
    margin-right: 1vw;
    height: 100%;
    align-items: center;
}

    ul.enquire_tri li {
        width: auto; /* border-left: 1px solid #b2b2b2; */
        padding: 0 20px 0;
        font-size: 14px; /* line-height: 20px; */
        color: #ffffff;
        text-align: left;
        display: flex;
        align-items: center;
    }

        ul.enquire_tri li span {
            display: block;
            font-size: 17px;
            line-height: 20px; /* color: #7b7b7b; */
            margin-right: 8px;
        }

        ul.enquire_tri li a {
            font-size: 13px;
            color: #ffffff;
        }

.rgfnj_tri {
    display: block; /* border-top: 1px solid #b2b2b2; */ /* background: #003060d6; */
}

.gthyugb_tri {
    width: 100%;
}
/*span.india_flag_section_tri { float: right; text-align: center; width: 39px; height: 39px; border-radius: 50%; overflow: hidden; background: url(https://www.manpowergroup.co.in/ManpowerGroup_files/manpowergroup-india.png) center top no-repeat; }*/
header.navbar.header_tri.fixed-header .rgfnj_tri { /* background: #ffffff; */
}

img.img-logo-main2 {
    display: none;
    position: relative;
    left: 0;
    height: 57px;
    margin: 0;
}

header.navbar.header_tri.sticky.fixed-header img.img-logo-main2 {
    display: block;
}

header.navbar.header_tri.sticky.fixed-header img.img-logo-main {
    display: none;
}

img.img-logo-main {
    display: block;
}

header.navbar.header_tri.sticky.fixed-header a.menu-item.first-item {
    color: #000;
    font-weight: 500;
}

header.navbar.header_tri.sticky.fixed-header .trapezium-bg.visible-title {
    padding-top: 0;
}

header.navbar.header_tri.sticky.fixed-header ul.menu-items.mb-0 {
    border-top: 1px solid #00000014;
}

header.navbar.header_tri.sticky.fixed-header ul.enquire_tri a, header.fixed-header i, header.fixed-header span {
    color: #000;
}
/*======= Header ==========*/

/*======= Get Career Counseling ==========*/

.yfgvuykg_tri.grhgjkrh_tri {
    margin-top: 40px;
    text-align: center;
    display: flex;
}

.guyhb_tri.guyhgfhfb_tri {
    box-shadow: rgb(106 97 92 / 26%) 3px 4px 0px 0px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out 0s;
    color: white;
    font-weight: 700;
    font-size: 18px;
    background-color: #e77c22;
    border: 2px solid #e77c22;
    padding: 8px 22px;
    display: flex;
    align-items: center;
    margin: auto;
    font-family: 'Muli', sans-serif;
}

.guyhb_tri i {
    margin-left: 15px;
    font-size: 25px;
}


/*======= Get Career Counseling ==========*/

::-webkit-scrollbar {
    width: 5px;
    z-index: 1000;
    height: 5px;
    border-radius: 14px;
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border-radius: 100px;
    background-color: #dfe6ed;
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border-radius: 100px; /*background-color: #dfe6ed;*/
    background: #2651a5;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

/*========== Enquiry button ============*/

.Enquirybutton_section_tri {
    display: block;
    width: 100vw;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 200;
    padding: 0px;
    margin: 0px;
    word-break: break-word;
}

.Enquirybutton_tri a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 11px 25px;
    z-index: 200;
    color: #fff; /* width: 128px; */ /* height: 36px; */
    cursor: pointer;
    position: absolute;
    right: -3.6875rem;
    top: 0;
    background: #e77c22;
    box-shadow: 0px -2px 9px rgba(151, 160, 190, .39);
    border-radius: 4px 4px 0px 0px;
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 52%;
    font-weight: 400;
    font-size: 17px;
    line-height: 1rem;
    letter-spacing: .25px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

/*========== Enquiry button ============*/

.rfgrf_tri {
    margin: 34px 0px 0px 0px;
}

/*A Suite of Innovative Workforce Management Solutions (new swecrion)*/
.igyu_tri { display: flex; } 
.igyu_tri .jb_sec_tri { width: 33%; } 
.igyu_tri .sk_list {overflow: unset;min-height: unset;display: block;font-size: 14px;margin-bottom: 15px;line-height: 24px;color: #4c4c4c;min-height: 170px;} 
.igyu_tri a.jbname_tri {font-weight: 600;font-size: 19px;} 
.igyu_tri .eyfg_tri { margin-bottom: 10px; } 
.igyu_tri .jb_tri {height: 100%;box-shadow: -2px 10px 22px -16px #00000075;}
a.rghui_tri .srgk_list { display: flex; } 
a.rghui_tri p.jbcname_tri {font-weight: 700;color: #e77c22;font-size: 12px;margin: 0;/* border: 1px solid #e77c2233; *//* padding: 3px 10px; *//* border-radius: 2px; *//* background: #e77c221a; */text-transform: uppercase;}
.srgk_list {display: flex;}
a.rghui_tri:after { content: "\2192"; display: inline-block; font-size: 18px; font-weight: 600; color: #e28b54; line-height: 18px; padding-left: 4px; transition: .3s; margin-top: -3px; } 
a.rghui_tri { display: flex; align-items: center; }
.efugu_tri {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 9px;
    color: #094e91;
    display: flex;
    white-space: nowrap;
    align-items: center;
}

ul.eguyhi_tri {
    list-style: none;
    margin-bottom: 20px;
}

ul.eguyhi_tri li:before {
    content:"";
    position: absolute;
    left: 0;
    top: auto;
    bottom: auto;
    width: 6px;
    height: 6px;
    background: #b9b9b9;
}

ul.eguyhi_tri li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 13px;
    font-size: 13px;
    margin-bottom: 5px;
}

.efugu_tri:after {
    content:"";
    width: 100%;
    /* border-bottom: 1px solid #dbdbdb; */
    display: inline-flex;
    margin-left: 10px;
    border-image: linear-gradient(
88deg, #c9c9c9, #ffffff00) 1;
    border-bottom: 1px solid;
}


/*New footer Css*/

.mt-new-ami{margin-top:36px !important;}

.dnanaa-ami-new {
    margin-right: 6px !important;
}
.djsjaa-new-ami p, .djsjaa-new-ami a, .djsjaa-new-ami span, .dhvahaa-ami-new-n{font-size: 11.8px;}
.djbajaja-ami-new {
   /* display: flex;*/
}

    .djbajaja-ami-new i {
        display: none;
    }

    .djbajaja-ami-new li {
        /* padding: 8px 0px 9px 0px !important; */
    }
h4.dknankaka-ami-new {
   /* padding-bottom: 0px;
    margin-bottom: 4px;*/
}
.djbajaja-ami-new li a {
    margin-left: 0px !important;
    /* font-size: 11px !important; */
}
.border-botjsaka-ami-new {
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 16px;
}
.newsletter_form input{height:32px;}
.newsletter_form button {
    padding: 5px 15px;
    font-size: 13px;
}
.djsjaa-new-ami p{margin-bottom:7px;}
/*New footer Css*/


.iuygyh_tri {
    color: #fdceb2;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    text-shadow: 0 0 2px #000000;
}
span.rghyu_tri {
    font-weight: 800;
}

.efeg_tri p.d-flex {
    margin-bottom: 8px;
}

.efeg_tri {
    border: 1px solid #ffffff42;
    padding: 12px;
    background: #ffffff0d;
}
.eguyg_tri {
    display: flex;
}
ul.djbajaja-ami-new.grhth_tri {
    width: 50%;
}
a.menu-item.b-clr.htht_tri {
    text-transform: none;
    font-size: 13px;
    border: 0;
}
.mega-menu.sample.httjght_tri li {
    margin: 0;
}