/* Fonts  */

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.ttf');
}

@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato-Black.ttf');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.ttf');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: 'Lato-Italic';
    src: url('../fonts/Lato-Italic.ttf');
}

@font-face {
    font-family: 'F-Regular';
    src: url('../fonts/FrankRuhlLibre-Regular.ttf');
}

@font-face {
    font-family: 'F-Bold';
    src: url('../fonts/FrankRuhlLibre-Bold.ttf');
}

@font-face {
    font-family: 'F-Medium';
    src: url('../fonts/FrankRuhlLibre-Medium.ttf');
}

@font-face {
    font-family: 'F-Light';
    src: url('../fonts/FrankRuhlLibre-Light.ttf');
}

html {
    scroll-behavior: smooth !important;
}

.l-bold {
    font-family: 'Lato-Bold' !important;
}

.f-bold {
    font-family: 'F-Bold' !important;
}

.f-light {
    font-family: 'F-Light' !important;
}

.f-regular {
    font-family: 'F-Regular' !important;
}

.f-medium {
    font-family: 'F-Medium' !important;
}

* {
    outline: none !important;
}

body {
    font-family: 'Lato-Regular' !important;
    overflow-x: hidden !important;
}

.logo {
    height: 55px;
}

.adminLogo {
    height: 80px;
    padding: 15px;
}

.menuColor {
    color: #2C234D !important;
}

.activeMenuColor {
    color: #9D3ADF !important;
    position: relative;
}

.locationColor {
    color: #9D3ADF !important;
}

.activeMenuColor::before {
    background: linear-gradient(90deg, #8E54E9 0%, #4776E6 100%);
    border-radius: 0px 0px 10px 10px;
    content: '';
    top: -31px;
    left: 0;
    width: 100%;
    height: 5px;
    position: absolute;
}

.outlineNone {
    outline: none !important;
}

.whiteColor {
    color: #fff !important;
}

.blackColor {
    color: #000 !important;
}

.whiteBg {
    background-color: #fff !important;
}

.getaQuote {
    background: linear-gradient(0deg, #0057FF, #0057FF);
    box-shadow: 0px 16px 24px -11px rgba(106, 64, 171, 0.6);
    border-radius: 30px;
    text-transform: uppercase;
    padding: 10px 20px !important;
    letter-spacing: 1px;
}

.f-18 {
    font-size: 18px;
}

.f-14 {
    font-size: 14px;
}

.f-12 {
    font-size: 12px;
}

.firstRightImage {
    background-image: url('../images/firstright.png');
    background-repeat: no-repeat;
    background-position: left;
    /* background-attachment: fixed; */
    background-size: 30%;
    height: 100vh;
}

.gradientText {
    background: linear-gradient(90deg, #8E54E9 0%, #4776E6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading {
    font-size: 6vh;
    letter-spacing: 1px;
    line-height: 1;
}

.sub-heading {
    font-size: 4.5vh;
    line-height: 60px;
}

.lh-30 {
    line-height: 30px;
}


/* .lsp-1 {
    letter-spacing: 1px;
} */

.learnMore {
    /* letter-spacing: 1px; */
    color: #1F1841 !important;
    text-decoration: none !important;
    border: 1px solid #1F1841 !important;
    padding: 8px 15px !important;
    border-radius: 30px;
    background-color: transparent !important;
    transition: 0.3s;
    margin-bottom: 30px;
    display: inline-flex;
}

.getinTouch {
    letter-spacing: 1px;
    text-decoration: none !important;
    padding: 8px 15px !important;
    border-radius: 30px;
    margin-bottom: 30px;
    color: #fff !important;
    background: linear-gradient(0deg, #0057FF, #0057FF);
    box-shadow: 0px 16px 24px -11px rgba(106, 64, 171, 0.6);
    border: 1px solid transparent !important;
    transition: 0.3s;
}

.knowMoreButton {
    letter-spacing: 1px;
    color: #1F1841 !important;
    text-decoration: none !important;
    border: none;
    padding: 8px 15px !important;
    border-radius: 30px;
    background-color: #fff !important;
    transition: 0.3s;
    margin-bottom: 30px;
}

.knowMoreButtonVer {
    letter-spacing: 1px;
    color: #0057FF !important;
    text-decoration: none !important;
    border: none;
    padding: 8px 15px !important;
    border-radius: 30px;
    background-color: #fff !important;
    transition: 0.3s;
}

.knowMoreButtonVer svg path {
    fill: #0057FF !important;
    transition: 0.3s;
}

.knowMoreButton:hover {
    color: #fff !important;
    background: linear-gradient(0deg, #0057FF, #0057FF);
    box-shadow: 0px 16px 24px -11px rgba(106, 64, 171, 0.6);
    border: 1px solid transparent !important;
    transition: 0.3s;
}

.knowMoreButton:hover svg path {
    fill: #fff !important;
    transition: 0.3s;
}

.learnMore:hover {
    color: #fff !important;
    background: linear-gradient(0deg, #0057FF, #0057FF);
    box-shadow: 0px 16px 24px -11px rgba(106, 64, 171, 0.6);
    border: 1px solid transparent !important;
    transition: 0.3s;
}

.learnMore:hover svg path {
    fill: #fff !important;
    transition: 0.3s;
}

.letsConnect {
    letter-spacing: 1px;
    color: #0039A9 !important;
    text-decoration: none !important;
    border: none !important;
    padding: 8px 15px !important;
    font-family: 'Lato-Bold';
    border-radius: 30px;
    background-color: #fff !important;
    transition: 0.3s;
}

.aboutUsSection {
    background-image: url('../images/aboutusbg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    height: 85vh;
    /* background-attachment: fixed; */
}

.employersSection {
    background-image: url('../images/aboutusbg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}

.missionOneBg {
    background-image: url('../images/mission-1.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 170px;
    height: 150px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.missionTwoBg {
    background-image: url('../images/mission-2.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 170px;
    height: 150px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.missionOneBg:hover,
.missionTwoBg:hover {
    background-size: 195px;
    transition: 0.3s;
}

.missionImage {
    height: 45px;
    padding-left: 15%;
    transition: 0.3s;
}

.missionTwoBg:hover .missionImage,
.missionOneBg:hover .missionImage {
    padding-left: 18%;
    transition: 0.3s;
}

.greyColor {
    color: #686777 !important
}


/* .joingradient {
    background: linear-gradient(180deg, #FFFFFF 0%, #EEF9FF 100%);
} */

.joinUsImage {
    margin-top: -300px;
    z-index: -1;
    position: relative;
}

.footerBg {
    background-color: #0015267a;
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.footerHeart {
    height: 15px;
    padding-right: 5px;
    padding-left: 5px;
}

.socialImage {
    height: 25px;
}

.touchBg {
    background-color: #0037DE !important;
}

.testiBg {
    background-color: #2C234D !important;
    background-image: url('../images/testi-bg-arrow.png');
    background-repeat: no-repeat;
    background-position: 0 107%;
    background-size: 180px;
    /* background-attachment: fixed; */
}

.getinTouchInput {
    background-color: #335FE4 !important;
    width: 100%;
    height: 45px;
    color: #fff !important;
    padding: 10px;
    border: 0.3px solid #fff !important;
    border-radius: 4px;
    outline: none !important;
}

.quoteInput {
    background-color: #ffffff2e !important;
    width: 100%;
    height: 45px;
    color: #fff !important;
    padding: 10px;
    border: 0.3px solid #fff !important;
    border-radius: 4px;
    outline: none !important;
}

.quoteTextArea {
    background-color: #ffffff2e !important;
    width: 100%;
    height: 150px;
    color: #fff !important;
    padding: 10px;
    border: 0.3px solid #fff !important;
    border-radius: 4px;
    outline: none !important;
}

.getinTouchInput::placeholder,
.getinTouchText::placeholder,
.quoteInput::placeholder,
.quoteTextArea::placeholder {
    color: #fff !important;
}

.getinTouchText {
    background-color: #335FE4 !important;
    width: 100%;
    height: 150px;
    color: #fff !important;
    padding: 10px;
    border-radius: 4px;
    border: 0.3px solid #fff !important;
    outline: none !important;
}

.testiUpArrow {
    height: 90px;
}

.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.7;
}

.heightV100 {
    height: 100vh;
}

.adminLoginBox {
    width: 450px;
    background-color: #fff;
    box-shadow: 0px 0px 26px 2px #e8e8e8;
    border-radius: 10px;
}

.lightPurpleBg {
    background-color: #F3F2F8 !important;
}

.rpoBg {
    background-color: #F8F3FF !important
}

.customInput {
    height: 50px;
    width: 100%;
    border: none;
    background-color: #f6f6f6;
    outline: none !important;
    padding: 10px 15px;
    color: #666666;
}

.customtextArea {
    height: 150px;
    width: 100%;
    border: none;
    background-color: #f6f6f6;
    outline: none !important;
    padding: 10px 15px;
    color: #666666;
}

.submitButton {
    color: #fff !important;
    background: linear-gradient( 92.06deg, #8E54E9 -13.77%, #9D3ADF -13.76%, #106AB6 149.04%);
    border: none;
    width: 250px;
    letter-spacing: 1px;
    border-radius: 10px;
    outline: none !important;
    text-decoration: none !important;
    padding: 10px 15px !important;
}

.sideBar {
    min-width: 280px;
    max-width: 280px;
    /* background: #2C234D; */
    background: linear-gradient(92.06deg, #8E54E9 -13.77%, #9D3ADF -13.76%, #106AB6 149.04%);
    transition: all 0.3s;
    z-index: 1;
    box-shadow: -4px 0px 15px rgb(0 0 0 / 15%);
    flex: 0 0 auto;
    overflow-y: auto;
    min-height: 100vh;
}

.adminHeaderBg {
    /* background:#2C234D; */
    background: linear-gradient(92.06deg, #8E54E9 -13.77%, #9D3ADF -13.76%, #106AB6 149.04%);
}

.contentMenu {
    width: 100%;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #f5f7fa;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100vh;
    overflow-y: auto;
}

.preEmployemtBg {
    background-image: url('../images/pre-employment.png');
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}

.postEmployemtBg {
    background-image: url('../images/post-employment.png');
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}

.backdropImage::after {
    content: '';
    width: 90%;
    height: 90%;
    background-image: url('../images/employment-back.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 15%;
    left: 0;
    z-index: -1;
    visibility: hidden;
    transition: 0.1s;
}

.backdropImage:hover::after {
    visibility: visible;
}

.activeheader {
    /* display: none; */
    border-bottom: 1px solid #00000017;
}

.clientImage {
    height: 70px;
    opacity: 0.6;
    transition: 0.3s;
}

.clientImage:hover {
    opacity: 1;
}

.clientImageadmin {
    height: 50px;
}

.testiClientAdmin {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}


/* .clientSlide{
    border-right:2px dashed #c4c4c4;
    border-bottom:2px dashed #c4c4c4;
} */

.testiClient {
    height: 50px;
}

.yellowColor {
    color: #E9DA54 !important;
}

.bannerImage {
    height: 700px;
}

.verticalsBg {
    /* background-image: url('../images/verticalsbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
    background-color: #2C234D !important;
}

.verticals:hover {
    box-shadow: 0px 57px 80px -15px #17122F;
    cursor: pointer;
}

.verticlBottom {
    color: #fff;
    font-size: 9vh;
    letter-spacing: 2px;
    margin-bottom: -4%;
    position: relative;
    z-index: 0;
}

.verticalBox {
    background-color: #0057FF;
    padding: 25px;
}

.verticalBar {
    height: 5px;
    background-color: #FFF48E;
    width: 75px;
}

.verArrow {
    height: 18px;
    margin-top: -5px;
}

.verArrCon {
    height: 60px;
    width: 60px;
    padding: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none !important
}

.verticalNext {
    top: inherit !important;
    bottom: 0px !important;
    right: 15px !important;
}

.verticalPrev {
    top: inherit !important;
    bottom: 0px !important;
    right: 75px !important;
    left: inherit;
}

.menuDown {
    height: 12px;
}

.grpImage {
    /* margin-bottom: -175px; */
    position: relative;
    z-index: -1;
}

.countBg {
    background-image: url('../images/choose-stripe.png'), linear-gradient(92.06deg, #8E54E9 -13.77%, #9D3ADF -13.76%, #106AB6 149.04%);
    background-repeat: no-repeat;
    background-size: 70px, cover;
    background-attachment: fixed;
    background-position: -2%;
}

.lightPurpleColor {
    color: #AD9EE5 !important;
}

.missionCard {
    background-color: #F3F2F8;
    padding: 10px 20px;
    min-height: 280px;
}

.missionRound {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: #4776E6;
    margin-top: -80px;
    position: relative;
}

.missionRound::after {
    content: '';
    background-image: url('../images/vision-round.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -15px;
    left: -15px;
    width: 120%;
    height: 120%;
    z-index: 0
}

.missionRound img {
    height: 60px;
    position: relative;
    z-index: 1;
}

.isoImages {
    height: 65px;
}

.innerBanner {
    background-image: url('../images/inner-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 70px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innerBannerText {
    padding: 20px;
    border: 3px solid #fff;
    font-size: 6vh;
}

.innerBannerHeading {
    background-color: #735bcf;
    padding: 5px 20px;
    margin-bottom: -23px !important;
    width: 175px;
    font-size: 20px;
}

.searchBarBox {
    background: linear-gradient(92.06deg, #8E54E9 -13.77%, #9D3ADF -13.76%, #106AB6 149.04%);
    box-shadow: 0px 24px 44px rgba(6, 4, 123, 0.07);
    border-radius: 16px;
    /* margin-top: -80px; */
}

.searchBarBoxOne {
    box-shadow: 0px 24px 44px rgba(6, 4, 123, 0.07);
    border-radius: 16px;
    margin-top: -80px;
    background: #fff;
}

.searchInput {
    border: 1px solid #fff;
    height: 50px;
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    background-image: url('../images/search-icon.png');
    background-size: 25px;
    background-position: 98%;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.blackJobInput {
    background-image: url('../images/search-icon-black.svg') !important;
}

.searchInputOne {
    border: 1px solid #828282;
    height: 50px;
    padding: 10px 15px;
    border-radius: 8px;
    color: #666666;
    background-image: url('../images/search-icon.png');
    background-size: 25px;
    background-position: 98%;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.blackJobSelect {
    background-image: url('../images/down-icon-black.svg') !important;
}

.searchInput::placeholder {
    color: #fff;
}

.searchInputOne::placeholder {
    color: #666666;
}

.searchSelect {
    border: 1px solid #fff;
    height: 50px;
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url('../images/menu-down.png');
    background-size: 15px;
    background-position: 98%;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.searchSelectOne {
    border: 1px solid #828282;
    height: 50px;
    padding: 10px 15px;
    border-radius: 8px;
    color: #666666;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url('../images/menu-down.png');
    background-size: 15px;
    background-position: 98%;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.positionBox {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
}

.positionBox:hover {
    box-shadow: 0px 24px 44px rgba(6, 4, 123, 0.18);
    border: 1px solid #4951EC;
}

.jobKnow {
    color: #4951EC !important;
}

.jobKnow svg path {
    fill: #4951EC !important;
}

.noactiveMenu {
    color: #000 !important;
}

.drpMenu:before {
    width: 145% !important;
    top: -37px;
}

.svgFill svg path {
    stroke: #9D3ADF !important;
}

.prflDrp {
    background: transparent !important;
    border: none;
    box-shadow: none !important;
}

.prflDrp img {
    height: 40px;
}

.adminIcon svg {
    height: 25px;
    width: 25px;
    /* fill:#fff; */
    margin-top: -5px;
}

.inadminIcon svg {
    fill: #fff;
}

.activeAdminIcon svg {
    fill: yellow !important;
}

.menuadminBottom {
    border-bottom: 1px solid #ffffff24;
}

.menuadminRight {
    border-right: 1px solid #ffffff24;
}

.activeAdminMenu {
    color: yellow !important;
    font-family: 'Lato-Bold';
}

.modal-content {
    border: none !important;
    padding: 10px !important;
}

.blogLinkedin {
    height: 24px;
}

.modal-footer {
    border: none !important;
}

.f-30 {
    font-size: 30px;
}

.table td,
.table th {
    vertical-align: middle !important;
}

.editButton {
    letter-spacing: 1px;
    color: green;
    text-decoration: none !important;
    border: 1px solid green;
    padding: 8px 15px !important;
    border-radius: 30px;
    background-color: #fff;
    transition: 0.3s;
    margin-right: 10px;
}

.deleteButton {
    letter-spacing: 1px;
    color: red;
    text-decoration: none !important;
    border: 1px solid red;
    padding: 8px 15px !important;
    background-color: #fff;
    border-radius: 30px;
    transition: 0.3s;
    margin-left: 10px;
}

.deleteButton:hover {
    background-color: red;
    color: #fff;
}

.editButton:hover {
    background-color: green;
    color: #fff;
}

.sideBar .card-body {
    /* background-color: #2C234D !important; */
    background: linear-gradient(92.06deg, #8E54E9 -13.77%, #9D3ADF -13.76%, #106AB6 149.04%);
    border: none !important;
    padding: 10px !important;
}

.adminBannerImage {
    height: 250px;
}

.adminHeadBg {
    box-shadow: 0px 0px 10px rgb(6 4 123 / 18%);
    background-color: #fff;
}

.jobBg {
    background-color: #2C234D;
}

.getQuoteBg {
    background-image: url('../images/quote-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.keySkillsLi li {
    width: 50%;
    list-style-type: square;
}

.employerBox {
    background: transparent;
    border: 1px solid #BDC0D6;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.emp1:hover {
    background: url('../images/employers-bg/1.jpg');
}

.emp2:hover {
    background: url('../images/employers-bg/2.jpg');
}

.emp3:hover {
    background: url('../images/employers-bg/3.jpg');
}

.emp4:hover {
    background: url('../images/employers-bg/4.jpg');
}

.emp5:hover {
    background: url('../images/employers-bg/5.jpg');
}

.emp6:hover {
    background: url('../images/employers-bg/6.jpg');
}

.employerBox:hover div {
    color: #fff !important
}

.mapImage {
    margin-top: -200px;
}

.prescncPosition {
    position: relative;
    z-index: 9;
}


/* Map Image  */

.madurai {
    position: absolute;
    z-index: 99;
    bottom: 36.9%;
    right: 28.5%;
}

.pinOne {
    position: absolute;
    z-index: 99;
    top: 21%;
    left: 9%;
}

.pinTwo {
    position: absolute;
    z-index: 99;
    bottom: 45%;
    left: 17%;
}

.pinThree {
    position: absolute;
    z-index: 99;
    top: 37%;
    left: 44.5%;
}

.locationName {
    background-color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    position: absolute;
    width: 260px;
    text-align: center;
    bottom: 50px;
    left: -50px;
    border: 1px solid #0000000f;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 25%);
    border-radius: 5px;
    visibility: hidden;
    transition: 0.5s linear;
}

.locationNamemdu {
    left: -140px !important;

}

.locationNameOne {
    font-size: 12px;
    padding: 5px 10px;
    width: 150px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    transition: 0.2s linear;
}

.locOne {
    background-color: #8e54e9;
    color: #fff;
    visibility: hidden;
    bottom: 10%;
    left: 20%;
    position: relative !important;
    width: 250px;
}

.visVisible {
    visibility: visible !important;
}

.mercury:hover .locOne,
.venus:hover .locTwo {
    visibility: visible;
}

.locTwo {
    background-color: #fd9900;
    color: #fff;
    top: 15%;
    left: 65%;
    position: relative !important;
    visibility: hidden;
}

.locThree {
    background-color: #fe625f;
    color: #fff;
    top: 20%;
    left: 65%;
    position: relative !important;
    width: 200px;
    visibility: hidden;
}

.locFour {
    background-color: #5297fe;
    color: #fff;
    top: 25%;
    left: 80%;
    position: relative !important;
    visibility: hidden;
}

.locFive {
    background-color: #0ad45c;
    color: #fff;
    top: 35%;
    left: 85%;
    position: relative !important;
    visibility: hidden;
}

.locSix {
    background-color: #FF22DC;
    color: #fff;
    top: 35%;
    left: 80%;
    position: relative !important;
    width: 230px;
    visibility: hidden;
}

.madurai:hover .locationName,
.pinThree:hover .locationName,
.pinOne:hover .locationName,
.pinTwo:hover .locationName {
    visibility: visible;
    transition: 0.5s linear;
}

.mappinImage {
    height: 30px;
}

.circle-ripple {
    background-color: #FF9900;
    width: 20px;
    height: 20px;
    -webkit-animation: ripple 1.5s linear infinite;
    animation: ripple 1.5s linear infinite;
    transform: rotate( 45deg);
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #ff990059, 0 0 0 0 #ff990059, 0 0 0 0 #ff990059, 0 0 0 10px #ff990059;
    }
    100% {
        box-shadow: 0 0 0 0 #ff990059, 0 0 0 0 #ff990059, 0 0 0 10px #ff990059, 0 0 0 20 rgba(101, 255, 120, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #ff990059, 0 0 0 0 #ff990059, 0 0 0 0 #ff990059, 0 0 0 10px #ff990059;
    }
    100% {
        box-shadow: 0 0 0 0 #ff990059, 0 0 0 0 #ff990059, 0 0 0 10px #ff990059, 0 0 0 25px rgba(101, 255, 120, 0);
    }
}

.contactUsInput {
    height: 45px;
    background: #F7F9FF;
    border: 1px solid #E4EDFF;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px;
}

.contactUsTextArea {
    height: 100px;
    background: #F7F9FF;
    border: 1px solid #E4EDFF;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px;
}

.borderRadius50 {
    border-radius: 50px !important;
}

.founderImage {
    height: 350px;
    width: 100%;
}

.leaderShipSocial {
    height: 25px;
    border-radius: 15px;
}

.hrMargin {
    margin-top: -20px !important;
    margin-bottom: 0 !important;
}

.verticalWitdh .verticals {
    height: 350px;
    width: 19%;
    padding: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'F-Bold';
    font-size: 28px;
}

.verticalOne {
    background-image: url('../images/verticals/verticals1.png');
}

.verticalTwo {
    background-image: url('../images/verticals/verticals2.png');
    width: 100% !important;
    margin-top: 75px;
}

.verticalThree {
    background-image: url('../images/verticals/verticals3.png');
}

.verticalFour {
    background-image: url('../images/verticals/verticals4.png');
    margin-top: 75px;
}

.verticalFive {
    background-image: url('../images/verticals/verticals5.png');
}

.whyChooseColor {
    color: #D3C7FF !important;
}

.contractStaffingBg {
    background-color: #F8F3FF;
}

.px-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.whiteColorLine {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    border-top: 1px solid #fff !important;
}

.lightPinkColor {
    color: #DDDBFF;
}

.getQuoteButton {
    background: linear-gradient(0deg, #0057FF, #0057FF);
    box-shadow: 0px 16px 24px -11px rgba(106, 64, 171, 0.6);
    border-radius: 30px;
    padding: 12px 30px;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Lato-Bold';
}

.blogBox {
    border: 1px solid #C4C4C4;
    padding: 15px;
    border-radius: 10px;
    height: 700px !important;
    overflow: hidden;
}

.blogBox iframe {
    overflow: hidden
}

.newsBg {
    background-color: #FF9900;
    padding: 10px;
    width: 180px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 10px 0px 10px 0px;
}

.linkdnBg {
    background-color: #1a7ab9;
    padding: 10px;
    width: 180px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 10px 0px 10px 0px;
}

.twitterBg {
    background-color: #00BAF7;
    padding: 10px;
    width: 180px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 10px 0px 10px 0px;
}

.facebookBg {
    background-color: #1977F3;
    padding: 10px;
    width: 180px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 10px 0px 10px 0px;
}

.readMoreColor {
    color: #4776E6 !important;
}

.blogDetailImage {
    height: 450px;
}

.blogContent p {
    margin-top: 20px;
    line-height: 1.7;
}

.lh-17 {
    line-height: 1.5;
}

.footerLogo {
    margin-left: -13px;
}

.countBg h1 {
    font-size: 48px;
}

.contactSubmit {
    background: linear-gradient(0deg, #0057FF, #0057FF) !important;
}

.industriesText {
    margin-bottom: -60px;
}

.employerBoxServices {
    border: 1px solid #4951EC;
    opacity: 01;
    border-radius: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 620px;
    background-color: #482381;
    background-blend-mode: multiply;
}

.employerBoxServices:hover {
    background-color: #6f37c4;
    background-blend-mode: multiply;
}

.employerBoxServicesOne {
    background-image: url('../images/employers/1.jpg');
}

.employerBoxServicesTwo {
    background-image: url('../images/employers/2.jpg');
}

.employerBoxServicesThree {
    background-image: url('../images/employers/3.jpg');
}

.employerBoxServicesFour {
    background-image: url('../images/employers/4.jpg');
}


/* #ambient{
    overflow-x:hidden !important;
} */

.wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.healthcare{
    width: 19% !important;
}


/* Media Queries  */

@media (max-width:1360px) {
    .header .ulBg {
        display: none !important;
    }
}

@media (max-width:1199px) {
    .verticalWitdh .verticals {
        width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }
    .aboutUsSection,
    .firstRightImage {
        height: auto !important
    }
    .verticalTwo{
        width: 100% !important;
    }
    .healthcare{
        width: 100% !important;
    }
    .respMarg{
        margin-top: 88px;
    }
    .whyChoose{
        width: 100% !important;
    }
    .countBg{
        background-image: linear-gradient(92.06deg, #8E54E9 -13.77%, #9D3ADF -13.76%, #106AB6 149.04%) !important;
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        background-position: -2%;
    }
    .circle-ripple {
        width: 10px;
        height: 10px;
    }
    .madurai {
        position: absolute;
        z-index: 99;
        bottom: 29.9%;
        right: 26.5%;
    }
    .pinOne {
        position: absolute;
        z-index: 99;
        top: 29%;
        left: 6%;
    }
    .pinTwo {
        position: absolute;
        z-index: 99;
        bottom: 39%;
        left: 15%;
    }
    .pinThree {
        position: absolute;
        z-index: 99;
        top: 43%;
        left: 43.5%;
    }

}

@media(max-width:991px) {
    .px-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .footerBg .justify-content-end {
        justify-content: flex-start !important;
    }
    .footerBg .f-bold {
        padding-top: 20px !important;
    }

    .heading .innerBannerText{
        font-size: 4vh;
        line-height: 1.2;
    }

    .sub-heading{
        font-size: 4vh;
        line-height: 1.2;
    }

    .innerBannerText{
        font-size: 4vh;
        line-height: 1.2;
    }
    
    .joinUsImage {
        margin-top: -80px;
    }
    .employersSection{
        background-image: none;
    }
    .nopt-5{
        padding-top: 0!important;
    }
    .innerBanner{
        height: 280px;
    }

}

.overflowHidden {
    overflow: hidden;
}