/* Theme Name: Salesforce Recruiter
Theme URI: http://example.com
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor
Version: 0.0.83
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sf_rec
 * Theme Name: Salesforce Recruiter */
/* * Version: 0.0.2

 * Theme Name: Salesforce Recruiter
 * Version: 0.0.374
 * */

/* Blog text adjustments */

.blog-content-area.container p {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 33px;
}

@media screen and (max-width: 980px), handheld and (max-width: 980px) {
    .blog-content-area.container p {
        font-size: 16px !important;
        line-height: 28px !important;
        margin-bottom: 28px !important;
    }
}

/* Blog text adjustments end */

[data-aos="stretch-ac"] {
    transform: scaleX(0);
    transition-property: transform;
    transform-origin: left;
}

[data-aos="stretch-ac"].aos-animate {
    transform: scaleX(1);
}

[data-aos="stretch-psuedo"]:after {
    transform: scaleX(0);
    transition-property: transform;
    transform-origin: left;
    transition-duration: .5s;
}

[data-aos="stretch-psuedo"].aos-animate:after {
    transform: scaleX(1);
}

[data-aos][data-aos-delay="500"].aos-animate:after {
    transition-delay: .5s;
}

[data-aos="animate-img"].aos-animate {
    animation: new-item-animation 250ms linear .5s forwards;
}

[data-aos="sec-animate-img"].aos-animate {
    animation: new-item-animation 500ms linear .5s forwards;
}

[data-aos="tre-animate-img"].aos-animate {
    animation: new-item-animation 750ms linear .5s forwards;
}

h1,
h2,
h3 {
    color: #000;
}
input:focus {
    border: none !important;
    box-shadow: none !important;
}
.left-image-one {
    z-index: 0px;
}

button.sf-button {
    border: none !important;
}

.f-img {
    opacity: 0;
    transform: translateY(-400px);
}

.sec-image {
    opacity: 0;
    transform: translateY(-400px);
    width: 163.9px;
    margin-left: 175px;
    margin-top: -25px;
}

.thr-image {
    opacity: 0;
    transform: translateY(-400px);
    width: 163.9px;
    margin-top: -17px;
}

@keyframes new-item-animation {
    from {
        opacity: 0;
        transform: translateY(-400px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

html,
body {
    width: 100% !important;
}

:root {
    --color-text: navy;
    --color-bg: papayawhip;
    --color-bg-accent: #ecdcc0;
    --size: clamp(10rem, 1rem + 25vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

/* * Nav Styling * */
button.navbar-toggler {
    border: none;
    display: block;
}

.navbar-toggler span {
    width: 100%;
    float: left;
    height: 2.19px;
    background-color: #fff;
    margin-bottom: 4.51px;
}

.container.hero-container > div {
    position: relative;
    z-index: 1;
}

.hero-header {
    background: #142030;
    min-height: 758px;
    margin-bottom: 365px;
}

.container.hero-container {
    position: relative;
}

@media screen and (min-width:768px){
    .container.hero-container:after {
        content: "";
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: radial-gradient(circle at 45% 45%, #002F59 0%, #142030 30%);
        z-index: 0;
    }
    .footer-col-2 {
    display: flex;
}
    .widget-list-it {
    display: inline-block;
    width: 50%;
}
    .container.hero-container:before {
        content: "";
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute;
        background: radial-gradient(circle at 55% 45%, #002F59 0%, #142030 30%);
        z-index: 0;
    }
}

.container.hero-container > div {
    position: relative;
    z-index: 1;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.nav-item:hover > a ,
.nav-item a.active {
    color: #0188ff !important;
    background: none;
}

.dropdown-menu {
    background: #072a4c;
}

.dropdown-menu a:hover {
    background: none;
    color: #0188ff !important;
}

.site-logo img {
    height: 56px;
    width: fit-content;
}

p {
    color: #000;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
}

.slick-track {
    display: flex !important;
}

.slick-slider {
    margin-bottom: 30px;
    padding-bottom: 37px;
}

.slick-slide {
    height: inherit !important;
}

.sf-button {
    background: rgba(0,0,0,0);
    width: 286px;
}

.slick-slide {
    margin: 0 27px;
}

/* the parent */
.slick-list {
    margin: 0 -27px;
}

ul.slick-dots > li.slick-active button::before {
    background: #0188FF !important;
}

body ul.slick-dots > li button::before {
    background: #D8D8D8 !important;
    border-radius: 50px !important;
    width: 10px !important;
    height: 10px !important;
    content: "" !important;
}

.sf-button {
    border: 2px solid #707070;
    border-radius: 50px;
    background: linear-gradient(119deg, rgba(92,4,255,1) 0%, rgba(0,147,255,1) 100%);
    color: #fff !important;
    font-size: 20px;
    padding: 13.8px 0px;
    margin-bottom: 19.2px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    display: block;
    overflow: hidden;
}
.sf-button {
    position:relative;
}

.sf-button:after {
    content: "";
    position: absolute;
    background: linear-gradient(119deg, rgba(92,4,255,1) 0%, rgba(92,4,255,1) 10%, rgba(0,147,255,1) 100%);
    background-size: 150% 150%;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: opacity ease .5s;
    -moz-transition: opacity ease .5s;
    -webkit-transition: opacity ease .5s;
    z-index: -1;
}
.hd-button > a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    background: #002d55;
    padding: 14px 0px;
    position: relative;
    border-radius: 80px;
    z-index: 1;
}

.hd-button {
    position: relative;
    cursor: pointer;
    width: 253px;
    height: 56px;
    background: #002F59;
    border-radius: 80px;
}

.hd-button:after {
    content: "";
    border-radius: 80px;

    /* 1 */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    border: 2.5px solid transparent;

    /* 2 */
    background: linear-gradient(90deg,#3023ae,#8e53fc,#ff10b0) border-box;

    /* 3 */
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, 
     linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;

    /* 5' */
    mask-composite: exclude;

    /* 5 */
}

.hd-button:hover:before,.social-box h3:hover:before {
    opacity: 1;
}
.hd-button.active:before {
    opacity: 1;
}
.hd-button:before,.social-box h3:before {
    content: '';
    background: linear-gradient(45deg, #3023ae 0%, #8e53fc 25%, #ff10b0 50%, #3023ae 100%);
    position: absolute;
    top: 2px;
    left: 2px;
    background-size: 400%;
    z-index: 0;
    filter: blur(25px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    border-radius: 80px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes gradanim {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes gradanim {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradanim {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.hiring {
    margin-right: 10px;
}
.sf-header-buttons p {
    width: 311px;
    margin-top: 20px;
}

.hero-container {
    padding-top: 197px;
}

.hero-header .sf-button {
    margin-top: 43px;
}

.lead {
    font-size: 30px;
}

.main-menu-dk {
    background: inherit !important;
    margin-bottom: -130px;
    z-index: 5;
}

#home-carousel .carousel-item img,
#testimonial-carousel  .carousel-item img {
    border-radius: 20px;
}

#home-carousel .ol.carousel-indicators,
#testimonial-carousel .ol.carousel-indicators {
    margin-top: 40px;
}

#testimonial-carousel .carousel-item div.carousel-wrapper {
    display: flex;
    justify-content: space-between;
}

#testimonial-carousel .carousel-item div.carousel-wrapper > div {
    border-radius: 20px;
    color: #fff !important;
    font-weight: 400;
    padding: 53px 70px 54px 53px;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}

.testimonial-content img {
    width: 75px !important;
    height: 75px;
}

#testimonial-carousel .carousel-item div.carousel-wrapper > div {
    position: relative;
}

#testimonial-carousel .testimonial-item:after {
    content: "";
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    border: 3.5px solid transparent;

    /* 2 */
    background: linear-gradient(45deg,#29BDBE,#2A9DFF), border-box;

    /* 3 */
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, 
     linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;

    /* 5' */
    mask-composite: exclude;

    /* 5 */
}

#who-we-serve > .container {
    padding-bottom: 107px;
}

#testimonial-carousel .carousel-item.active div.carousel-wrapper > div {
    opacity: 1;
}

#testimonial-carousel .carousel-item ul li {
    list-style: none;
}

#testimonial-carousel .carousel-item div.carousel-wrapper > div {
    width: 47% !important;
}

.video-sec {
    margin-bottom: -293px;
}

.hero-but-sec p {
    padding-bottom: 0px;
}

.hero-but-sec {
    margin-bottom: 115px;
}

.lg-header {
    font-size: 110px;
    margin-bottom: 78px !important;
    font-weight: 500;
    color: #000;
}

secondary-head {
}

.secondary-head {
    font-size: 64px;
    color: #000;
    font-weight: 200;
    margin-bottom: 43px;
    letter-spacing: -.5px;
}

.dk-style {
    border-color: #707070;
    color: #000;
}

.social-reach {
    background: rgb(92,4,255);
    background: url(images/circular-shapes.svg) no-repeat 64% 24%, linear-gradient(130deg, rgba(92,4,255,1) 0%, rgba(92,4,255,1) 10%, rgba(0,147,255,1) 100%);
    background-size: 60%, 100%;
    position: relative;
    padding-bottom: 116px !important;
    padding-top: 96px;
}

#testimonial-hp .social-reach-header {
    margin-top: 250.86px;
}

.social-reach-header {
    margin-bottom: 47.84px;
    font-size: 110px;
    color: #fff;
}

#social_reach .social-reach-header {
    margin-bottom: 47.84px;
}

.img-abs {
    position: absolute;
}

.img-twitter-abs {
    top: 180px;
    right: 180px;
    width: 195px;
    height: 195px;
}

.social-inner-con {
    z-index: 1;
    position: relative;
}

span.counter.perc:after {
    content: "X";
    font-size: 55px !important;
    color: #000;
    position: absolute;
    right: 110px;
    top: 48px;
    font-size: 70px;
    font-weight: 700 !important;
}

/* Rounded Corners Home Page Section */
.rounded-corners .sub-round .inner-con {
    margin: 10px;
    padding: 20px 42px;
    min-height: 419px;
    max-width: 346px;
    min-width: 346px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
@media screen and (max-width:767px){
    .rounded-corners .sub-round .inner-con {
        min-height: 350px !important;
    }
    span.counter.pos:after {
        top: -2px;
    }

    span.counter.perc:after {
            font-size: 48px !important;
            top: 8px;
    }
}
.rounded-corners .sub-round .inner-con p {
    font-size: 20px;
    line-height: 27px;
}

.rounded-corners .sub-round .inner-con:after {
    content: "";
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    border: 3.5px solid transparent;
    background: linear-gradient(45deg,#3023ae 0%,#ff10b0 50%,#8e53FC 100%), border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, 
     linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.rounded-corners .sub-round .inner-con:hover:after {
    animation: gradient 15s ease infinite;
}

.rounded-corners .sub-round:last-child .inner-con::after {
    background: linear-gradient(45deg,#3023ae,#ff10b0,#8e53FC, border-box);
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.spacer {
    background: #FF10B0;
    height: 6px;
    width: 90px;
}

span.counter {
    font-size: 180px;
    line-height: 92px;
    margin-bottom: 49.8px;
    letter-spacing: -12.1px;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
}

span.counter.pos:after {
    content: "+";
    font-size: 80px !important;
    top: 37px;
    color: #000;
    position: absolute;
}

/* * HP Testimonials * */
#testimonial-hp {
    min-height: 1042px;
    background-image: url(images/testimonial-image-001.webp);
    background-position: center;
    background-size: cover;
    position: relative;
}

#testimonial-hp .container {
    position: relative;
    z-index: 1;
}

#testimonial-hp:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.95) 90%);
    z-index: 0;
}

/* * Footer Styles * */
#footer {
    background-image: url(/wp-content/themes/sfrecruiter/images/sf-wm.svg), radial-gradient(circle at 10% 18%, rgb(0, 47, 89) 0%, rgb(20, 32, 48) 99%);
    background-repeat: no-repeat;
    background-size: 60vh, 100%;
    background-position: 100% 135%;
}

footer#footer > .container {
    padding-top: 123px;
}

footer#footer li h3 {
    font-size: 32px;
    color: #fff;
}

footer#footer #follow-us li a {
    font-size: 20px !important;
    color: #fff;
    text-decoration: none;
}


/* Header Section */
.nav-item a {
    font-family: 'Plus Jakarta Sans';
    font-size: 17px;
    font-weight: bold;
}

span.underline-co {
    position: relative;
}
.sf-links img {
    width: 270px;
}
span.underline-co:after {
    content: "";
    height: 3px;
    width: calc(100% - 5px);
    background: linear-gradient(45deg, #3023ae 0%,#8E53FC 50%,#FF10B0 100%);
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    bottom: 3px;
    left: 4px;
    z-index: -1;
}

.widget-list-it,
.widget-list-it a {
    font-size: 32px;
}

.footer-top-sec {
    margin-bottom: 150px;
}

.social-reach .row {
    display: flex;
    align-items: stretch;
    position: relative;
}

.img-youtube-abs {
    width: 163px;
    height: 163px;
    top: 320px;
    right: 100px;
}

.social_reach_para {
    font-size: 30px;
    width: 75%;
}

.img-linkedin-abs {
    width: 97px;
    height: 97px;
    top: 270px;
    right: 75px;
}

.comment-box {
    position: absolute;
    background-image: url(/wp-content/themes/sfrecruiter/images/comment-box.svg);
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    text-align: left;
    padding-bottom: 40px;
}

.comment-box:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 13px;
    background-image: url(/wp-content/themes/sfrecruiter/images/arrow-up-right-solid.svg);
    width: 21px;
    height: 21px;
}

.comment-box-md {
    width: 262px;
    height: 177px;
    left: 40%;
    top: 100%;
}

.comment-box-xs {
    width: 231px;
    height: 156px;
    left: 55%;
    top: 160%;
}

.comment-box-xs-2 {
    width: 231px;
    height: 156px;
    right: 0%;
    top: 0%;
}

.comment-box-lg {
    width: 317px;
    height: 213px;
    left: 0px;
    top: 115%;
}

.carousel-resp {
    position: inherit !important;
}

img {
    width: 100%;
}

#home-carousel ol.carousel-indicator li,
#testimonial-carousel ol.carousel-indicator li {
    background: #0188FF;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    border: none;
}

.indicators-section .arrow-sec .carousel-resp > span,
.indicators-section .arrow-sec .carousel-resp {
    height: 15px;
    width: 24px;
}

.indicators-section .arrow-sec .carousel-control-prev > span {
    background-image: url(/wp-content/themes/sfrecruiter/images/arrow-left-long-regular.svg) !important;
}

.indicators-section .arrow-sec .carousel-control-next > span {
    background-image: url(/wp-content/themes/sfrecruiter/images/arrow-right-long-regular.svg) !important;
}

.indicators-section {
    margin-top: 20px;
    position: relative;
}

.arrow-sec {
    position: absolute;
    width: 56px;
    height: 15px;
    right: 0px;
}

.sf-clients-header {
    margin-bottom: 50px;
}

.sub-header-2 {
    font-size: 30px;
    font-weight: 600 !important;
    color: #000;
}

.wh-head {
    color: #fff;
}

div.testimonial-wrap {
    padding: 78px 53px;
}

div.testimonial-wrap p {
    color: #fff;
    font-size: 18px;
}

.testimonial-item {
    border-radius: 10px;
    background: rgba(8,8,8,.4);
    position: relative;
}

.testimonial-wrap {
    background-image: url(images/quotes.svg);
    background-repeat: no-repeat;
    background-position: 30px 50px;
}

.testimonial-content img {
    width: 49px;
    border-radius: 100px;
}

.testimonial-content ul {
    margin-left: 16px;
    padding: 0px;
}

.testimonial-content li {
    color: #fff;
    list-style: none;
    line-height: 25px;
    font-size: 16px;
}

.clients-served {
    margin-top: 113px;
}

.border-bt {
    height: 3px;
    width: 100%;
    background-image: linear-gradient(90deg, rgb(48, 35, 174) 0%, rgb(255, 16, 176) 100%);
    margin-top: 30px;
}

.content-sub {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub-con-title {
    margin-bottom: 37px;
    text-align: center;
    color: #000;
}

.content-sub p {
    color: #000;
}

#our_guarantees > div {
    padding-top: 212px !important;
    padding-bottom: 75px !important;
}

/* Opportunities */
#opportunities .post-arch-wrapper h3 {
    min-height: 100px;
}

#opportunities .content-area {
    min-height: 98% !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.job-excerpt {
    margin-top:10px;
}
div#location,
#job-types {
    display: none;
}
.job-details-header {
    border-bottom:1px solid #eee;
    margin-bottom:2rem;
    padding-bottom:2rem;
}
form#matador-application-form {
    background: #fbfbfb;
    padding: 20px;
    border-radius: 10px;
}
.matador-field-group.matador-field-certifications.matador-field-template-checkbox.matador-field-type-checkbox > .matador-label label {
    padding-left: 0px !important;
}
.matador-application .matador-field-type-checkbox input {
    top:-7.5px !important;
}
.matador-field-employeeType label, .matador-field-employmentPreference label {
    padding-left:0px !important;
    padding-right:10px;
    min-height:48px;
}
.matador-field-group li.sel {
    background:#022d54 !important;
}
.matador-field-employmentPreference ul.checkboxes input[type="checkbox"], .matador-field-employeeType input[type="checkbox"] {
    display: none;
}
body.postid-6842 .job-details-header, body.postid-6842 .apply-here {
	display: none;
}
body.dk-bkg nav.matador-job-navigation {
    background: none !important;
}
#matador-application-form input#matador-submit ,nav.matador-job-navigation ul li a {
    background: none !important;
    border: 3px solid #002F59;
    border-radius: 40px;
    color: #002F59;
    padding: 10px 30px;
}
#matador-application-form input#matador-submit:hover, nav.matador-job-navigation ul li a:hover {
    background: #002F59 !important;
    border: 3px solid;
    color: #fff;
}
.matador-field-group.matador-field-terms_of_service_opt_in.matador-field-template-checkbox.matador-field-type-checkbox {
    padding-top: 24px;
}
.matador-field ul.checkboxes label{
    cursor: pointer;

    }
.matador-field-certifications .matador-field ul.checkboxes li label {
    display: flex;
    align-items: center;
}
/* * BASE * */
.border-filter-layout {
    max-height: 57px;
    background-image: linear-gradient(90deg, rgb(92, 4, 255) 0%, rgb(0, 147, 255) 100%);
}

.blog-title-header {
    height: 550px;
}

.blog-content-area {
    margin-bottom: 124px;
}

.blog-post-title {
    font-size: 70px;
    font-weight: normal;
}

.read-more-blog img {
    margin-left: 15px;
}

a.back-post-arrow {
    position: relative;
    bottom: 42.5px;
}

a.back-post-arrow img {
    margin-right: 14px;
}

a.back-post-arrow a {
    color: #fff;
    text-decoration: none;
}

.blog-post-roll-title {
    font-size: 20px !important;
    font-weight: normal;
}

.read-more-blog {
    padding: 20px;
    font-weight: 15px !important;
    color: #000;
    text-decoration: none;
}

.blog-title-header:after {
    content: "";
    background-image: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,1) 86%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.blog-title-header {
    background-repeat: no-repeat;
    background-size: cover;
}

.main-blog-content {
    margin-top: 141px;
}

.blog-content-area {
    margin-top: 60px;
    overflow-x:hidden;
}

.dark-bkg {
    background-image: radial-gradient(rgba(0,0,0,1) 100%, rgba(28,0,75,1) 86%);
}

/* * EXPAND EXCHANGE * */

.filter_category a ,
.state-filter,
.option-type {
 
}
ul.share-list li {
    height: 50px;
    background: #fff;
    border-radius: 5px;
    margin-right:10px;
    background-position-y:5px;
    display: flex;
    align-items: center;
}
ul.share-list li img {
    display:block;
    height:40px;
    padding: 5px 10px;
}
ul.share-list li a {
    text-indent: -9000px;
    display:block;
    margin-top: -5px;
}
@keyframes hide {
    from {
        display: inherit;
    }

    to {
        display: none !important;
    }
}

.hide-exp {
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}

.hidden_filter {
    display: none;
}

.exp-sub {
    font-size: 60px;
    font-weight: 400;
}

.exp-para {
    margin-bottom: 70px;
    font-size:18px;
}

.exp-listing-wrapper {
    display: flex;
    margin-bottom: 30px;
}

.exp-listing-wrapper .inner-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 33px;
    width: 100%;
}

div#expand-content > .row {
    margin-left: -30px;
    margin-right: -30px;
}
.resource-icons {
    display: flex;
}
.resource-icons a {
    padding: 0 5px;
}
.resource-icons a img {
    height: 40px;
}
.exp-listing-wrapper .inner-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 33px;
    width: 100%;
}

.exp-exchange-img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 45px;
}

.content-wrap {
    min-height: 270px;
    display: flex;
    flex-direction: column;
}

.exp-exchange-p {
    font-size: 15px;
    font-weight: 400;
    min-height: 160px;
}

.exp-exchange-title {
    font-size: 20px;
    min-height: 65px;
}

.col-slide img {
    height: 61px;
}

@media and screen(min-width:1100px)  {
    .container {
        max-width: 1072px !important;
    }
}

.floating-lg {
}

#footer .sf-button[type=submit] {
    padding-left: 44.68px;
    padding-right: 44.68px;
}

#footer .sf-button[type=submit] {
    margin: 0px 0px 38px 0 !important;
    width: fit-content;
    padding: 13.87px 47px;
    border: none;
    position: relative;
}

#footer .sf-footer-area-content p {
    font-size: 30px !important;
}

.start-conversation span {
    z-index: 20;
}

form#footer-form p {
    color: #fff;
    font-size: 14px;
}
#footer-form .error {
    border-color: red !important;
}
#footer-form input,
#footer-form button:not(.sf-button) {
        background: rgba(255, 255, 255, 0) !important;
        color: #fff;
        height: auto;
        border: none;
        border-bottom: .5px solid rgba(53, 68, 87, 1);
        padding: 10px;
        width: 100% !important;
        border-radius: 0px !important;
}
#footer-form button:not(.sf-button) {
    border-radius: 10px !important;
    border:.5px solid rgba(53, 68, 87, 1);
}
#footer-form #footer_subscribe {
    position: relative;
    border-radius: 1em;
    overflow: hidden;
}
button#footer_subscribe:hover:after {
    opacity: 1 !important;
    z-index: 1 !important;
}
#footer-form #footer_subscribe > span {
    position: relative;
}
#footer-form #footer_subscribe:hover > span {
    z-index: 9;
}

#footer-form #footer_subscribe:after {
    content: "";
    position: absolute;
    background: linear-gradient(130deg, rgba(92, 4, 255, 1) 0%, rgba(92, 4, 255, 1) 10%, rgba(0, 147, 255, 1) 100%);
    background-size: 150% 150%;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: opacity ease .5s;
    -moz-transition: opacity ease .5s;
    -webkit-transition: opacity ease .5s;
    z-index: 0;
}
.sf-footer-area-content img,
#footer-form a {
    height: 56px;
    margin-bottom: 61px;
    width: fit-content;
}

.sf-footer-area-content p {
    font-size: 30px !important;
    line-height: 39px !important;
}

#footer-form input::placeholder {
    color: #fff;
    font-size: 16px;
}

.start-a-conversation {
    margin-top: 12px;
    margin-bottom: 62px;
}

@media (max-width:1399px) {
    #footer-form input::placeholder {
        color: #fff;
        font-size: 18px !important;
    }
    #footer-form input {
        padding-left:2px!important;
    }
}

.rounded-corners .sub-round .inner-con .content-space {
    min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

span.counter.prmargin {
    margin-left: calc(-29px);
}

@media (min-width:992px) and (max-width:1199px) {
    .sf-header-hero-line {
        width: 834px;
        font-size: 70px;
    }
}

@media (min-width:1200px) {
    .sf-header-hero-line {
        font-size: 70px;
    }
}

@media (min-width:960px){
    .de-risk-hiring {
        margin-bottom: 102px !important;
    }

    .unmatched {
        margin-bottom: 76px !important;
    }
    #hero-expand .exp-para {
        width:75%;
    }
    #footer a,
    #footer li,
    #footer div,
    #footer p {
        font-family: 'Plus Jakarta Sans';
        font-size: 20px;
    }
}

#clients-carousel a.carousel-control-prev,
#clients-carousel a.carousel-control-next {
    width: 23px;
}

#clients-carousel a.carousel-control-prev img,
#clients-carousel a.carousel-control-next img {
    height: 12.25px !important;
}

#clients-carousel img {
    width: auto !important;
    height: 100px !important;
}

#clients-carousel .col-slide {
    text-align: center;
}

.testimonial-col {
    background-repeat: no-repeat;
    background-position: 50px 10px;
}

.bold-j {
    font-family: "Plus Jakarta Sans";
    color: #0188ff;
    font-weight: bold;
    font-size: 20px;
}

.testimonial-col {
    min-height: 600px;
}

.our_guarantees {
    padding-top: 0px !important;
}

/* * Inner Pages CSS * */
h1.inner-head {
    font-size: 110px;
    font-weight: bolder;
    font-family: Plus Jakarta Sans;
}
@media screen and (max-width:991px) and (min-width:768px){
    h1, h1.inner-head {
        font-size:80px;
    }
}
.sub-hero {
    font-size: 65px;
    line-height: 80px;
    font-weight: 500;
}

#footer .start-a-conversation {
    max-width: 286px;
}

.mg-bottom {
    margin-bottom: 67px;
}

.pos-list {
    font-weight: 500;
    margin-top: 29px;
    list-style: none;
    line-height: 40px;
    font-size: 20px;
    letter-spacing: -.15px;
    padding-left: 0px;
}

.pos-list li {
}

.dyn-head {
    margin-bottom: 30px;
    line-height: 45px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    cursor: pointer;
}

@media screen and (min-width: 768px){
    ul.dyn-list > li:first-child h3 {
        margin-top: -15px;
    }
}

@media screen and (max-width: 767px){
        ul.dyn-list {
            display: flex;
            flex-direction: row;
        }
        ul.dyn-list li h3 {
    margin-bottom: 0px;
}
        ul.dyn-list li {
            padding: 8px;
        }
    ul.dyn-list:after {
        display: none;
    }

    .dyn-column {
        margin-left: 0px !important;
        padding-top: 40px;
        border-top: 1px solid #bbb9af;
        margin-top: 40px;
    }

    ul.dyn-list li a,
    ul.dyn-list h3 {
        font-size: 14px !important;
        text-align: center;
        line-height: 24px !important;
    }
}

@media screen and (max-width:480px){
    p.sub-hero,
    p.sub-hero span {
        font-size: 24px !important;
        line-height: 30px;
    }
    a.back-post-arrow {
        bottom:10.5px;
    }
    #hero-expand .exp-para {
        width:100%;
    }
    .blog-title-header {
            height: 400px;
    }
    .main-blog-content {
    margin-top: 50px;
}
    .post-title {
        margin-top:110px !important;
    }

    .matador-field-certifications .matador-field ul.checkboxes li {
        max-width:48% !important;
        min-width:48% !important;
    }
    .post-section {
    padding-top: 60px !important;
    }
    .container.filter_category a {
        font-size: 12px;
        padding: 10px;
        width: 33%;
        display: inline-block;
        margin: 0px 5px 10px 0px;
    }
}

ul.dyn-list {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    width: 100%;
    margin: 0px;
    padding: 0px !important;
    margin-top:6px;
}

.dyn-column a {
    margin-top: 40px;
}

ul.dyn-list:after {
    content: "";
    width: 0.5px;
    background: #bbb9af;
    height: 274px;
    position: absolute;
    top: 18px;
    right: 0;
}

.dyn-list {
    list-style: none;
    padding: 0px;
    position: relative;
}

a.service-active {
    color: #000;
    text-decoration: none;
    font-weight:600;
}

a.service-active:hover {
    color: #0188ff;
}

a.service-active.active {
    color: #0188FF;
    text-decoration: underline;
}

.dyn-column > div > p > b {
    color: #0188ff;
}
.dyn-column .st-conversation {
    margin-left: 12px;
}
.dyn-column p {
    font-size: 18px;
    line-height: 30px;
}

.carousel-con {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.slick-carousel {
    display: inline-block;
}

.slick-carousel img {
    display: inline-block;
    margin-right: 20px;
    width: 125px;
}

.our-team-para {
    width: 660px;
    margin-top: 47px;
    margin-bottom: 106px;
}

.practice_header {
    font-size: 110px;
}

.proven_practice_sec {
    padding: 156px 84px 170px 83px;
    margin-bottom: 140px;
    border-width: 1px;
    border-color: #bbb9af;
    border-style: solid;
}

.border-path {
    margin-top: 135.5px;
    margin-bottom: -410px;
    width: 592px;
}

.small-border {
    width: 35px;
    height: 4px;
    background-image: linear-gradient(90deg, #3023AE 0%, #8E53FC 47%, #FF10B0 100%);
    margin-bottom: 10px;
}

.sub-spacing p {
    padding-bottom: 38.02px;
    margin-bottom: inherit;
    font-size: 30px;
    line-height: 40px;
}

@media screen and (min-width: 1199px){
    .sub-spacing p {
        width: 541px;
    }
    .post-section {
        padding-top: 90px !important;
    }
}

.sub-spacing {
    margin-bottom: 68.06px;
}

.sub-spacing > div {
    border-bottom: 0.5px solid #bbb9af;
    padding-left: 0px !important;
}

.sub-spacing h3 {
    font-size: 30px;
    font-family: Plus Jakarta Sans;
    margin-bottom: 20.62px;
    font-weight: 600;
}

@media screen and (min-width:1200px){
    .team-headshot img {
    width: 284px !important;
    height: fit-content !important;
}
}

@media screen and (max-width: 1199px) and (min-width:767px){
    #team-hero .sec-image {
        margin-left: 200px !important;
    }

    .team-headshot img {
            width: fit-content !important;
    height: 265px !important;
    }
}

@media screen and (max-width: 767px){
    .team-headshot img {
        height: 300px;
        width: auto;
    }
     #our-mission h1.inner-head {
        margin-top: 25px !important;
    }
    .meet-the-team {
        padding-top:6px !important;
    }
    .container.meet-the-team h6 {
        border-top: none;
    }
    .social-wrapper {
        margin-top: 10px !important;
    }
    .team-content p {
        margin-bottom: 15px !important;
    }
    #tenets-recruiting {
        margin-bottom:50px !important;
    }
    form#contactForm button {
        margin: 0 auto;
    }
}

.medium-space {
    width: 199px;
}

.team-content h2 {
    margin-bottom: 16.9px;
}

.team-content p {
    margin-bottom: 35px;
}

.social-icon {
    min-width: 74.9px;
    display: flex;
    justify-content: space-between;
}

.social-icon img {
    width: 33.55px;
}

.social-wrapper {
    padding-bottom: 73.61px;
    border-bottom: .5px solid #999baf;
}

#team-hero {
    margin-top: 133.67px;
}

.team-content,
.team-headshot {
    padding-top: 20px;
}

.team-content a {
    color: #000;
}

@media screen and (min-width:1200px){
    #team-hero img.sec-image {
        margin-left: 200px !important;
    }
}

.sub-spacing > div::after {
    content: "";
    width: calc(100% -10px);
    background: #bbb9af;
    height: .5px;
    position: absolute;
    bottom: 0px;
}

.sub-spacing > div {
    position: relative;
}

.form-settings textarea,.matador-field textarea {
    border-radius: 4px !important;
    height: 216px;
    border-color: #999999;
}
.matador-field-label label {
    font-size: 16px;
}
select#state {
    font-size: 14px;
}
.job-content-area {
    padding-right: 60px;
}
.form-settings input::placeholder,
.form-settings textarea::placeholder,
.form-settings select {
    font-size: 15px !important;
    padding: 15px 0px 15px 20px;
    color: #000;
}

.form-settings input,
.form-settings select,.matador-field input, .matador-field select {
    border-radius: 4px !important;
    border: 1px solid #999999;
    height: 50px;
}

.form-settings .row {
    margin-bottom: 24.83px;
}

.border-seperator {
    background-color: #bbb9af;
    height: 1px;
    width: 100%;
    padding-right: 38.5px;
    margin-top: 54.73px;
}

align-self: {
}

body.dk-bkg nav.navbar:not(.mobile-menu-active) {
    margin-bottom: 0px;
    background: rgb(0,47,89);
    background: linear-gradient(130deg, rgba(0,47,89,1) 0%, rgba(20,32,48,1) 100%) !important;
    padding: 32px 0px;
}

body.page-id-6641 {
    background: #142030 !important;
    background: radial-gradient(circle, rgba(0,47,89,1) 0%, rgba(20,32,48,1) 100%);
}

.nav-item a {
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    color: #fff !important;
    font-weight: 500 !important;
    text-transform: inherit !important;
    letter-spacing: .8px;
}

.main-video video {
    border-radius: 10px;
    width: 1100px;
}

@media screen and (max-width:1199px){
    .main-video video {
        width: 100%;
    }
}
@media screen and (max-width:991px){
    .sf-links img {
        width: 100% !important;
    }
}
@media screen and (max-width:990px) and (min-width: 768px){
    .main-video {
        margin: 0 auto -225px !important;
    }

}

@media screen and (max-width:767px){
    .main-video {
        margin: 0 auto -148px !important;
    }
}

@media screen and (max-width: 767px){
    #de-risk {
        padding-top: 110px;
    }

    #results h3 {
        margin-top: 50px !important;
    }
}

@media screen and (max-width: 575px){
    .main-video {
        width: calc(100% - 30px) !important;
    }
    .sf-links img {
        width: inherit !important;
    }
    .sf-links .img-wrap-links {
        margin-bottom:10px;
    }
    .img-wrap-links {
        text-align:center;
    }
    .img-wrap-links img {
        margin: 0 auto;
        margin-bottom: 20px;
    }

}

.main-video {
    margin-bottom: -325px;
    width: fit-content;
    padding: 0px;
    margin: 0 auto -325px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
    overflow: hidden;
}

.fixed-top {
    background: rgb(0,47,89);
    background: linear-gradient(130deg, rgba(0,47,89,1) 0%, rgba(20,32,48,1) 100%) !important;
    transition: all ease .5s;
    top: 0px;
    transition: all ease .5s;
}

.offset-nav {
    top: -89px;
}

.skills-matching {
    width: 742px;
}

@media screen and (max-width: 1199px){
    img.img-dec {
        width: 100% !important;
    }

    .secondary-head,
    .sub-hero {
        font-size: 30px !important;
        width: 100% !important;
        line-height: 42px !important;
    }

    .thr-image {
        margin-left: 30px;
    }

    .sec-image {
        margin-left: 125px;
    }

    .f-img {
        margin-left: 30px;
    }

    .f-img,
    .sec-image,
    .thr-image {
        width: 100px !important;
    }
}

.sf-header-hero-line {
    font-family: "Plus Jakarta Sans" !important;
    font-weight: 500;
}
@media screen and (max-width:767px){
    #social_reach a {
        padding: 0px 40px !important;
    }
    .border-bt {
        margin-top: 25px;
    }
}
#social_reach a {
    color: #fff;
    text-decoration: none;
    z-index: 2;
    position: relative;
    border: 2px solid #fff;
}

#social_reach .social-box {
    position: relative;
}

#social_reach .social-box a:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: url(images/reach-us.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -2;
    background-repeat: no-repeat;
    border-radius: 10px;
}

@supports (-webkit-overflow-scrolling: touch) {
    #social_reach .social-box a:after {
        background-attachment:inherit;
        background-size: inherit
    }
}

#social_reach .social-box a:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: rgba(0,0,0,.4);
    z-index: -1;
    border-radius: 10px;
}

#social_reach a:hover {
}

@keyframes slow-zoom {
    0% {
        background-size: 150%;
    }

    100% {
        background-size: 0%;

        /* Ensure it returns to 0% when not hovering */
    }
}

@keyframes slow-zoom-hover {
    0% {
        background-size: 0%;
    }

    100% {
        background-size: 150%;

        /* Zoom in on hover */
    }
}

#hero-header {
    min-height: 559px;
    background: url(images/insights-hero-header.webp) !important;
    background-size: cover !important;
    background-position: center;
    background-size: 0%;
}
.post-arch-wrapper {
    cursor: pointer;
}
.sf-header-hero-line {
    font-weight: 500 !important;
    margin-top: 15px;
    margin-bottom: 44.56px;
}

.spacer-sep {
    height: 7px;
    width: 100%;
    background: linear-gradient(45deg, #3023ae 0%, #8e53fc 50%, #ff10b0 100%);
}



.content-area {
    background: #fff;
    padding: 25.17px 33px;
}

.read-more img {
    display: inline-block;
    width: fit-content;
    margin-left: 15px;
}

.read-more a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

post-archive-con {
}

.specialties-col {
    margin-top: 80px;
}

.post-archive-con
.post-arch-wrapper > img {
    height: 233.33px;
    object-fit: cover;
    width: 100%;
}


.post-arch-wrapper {
    padding: 0px !important;
    border-radius: 10px;
    overflow: hidden;
}

.read-more {
    padding: 0 39px 30px 0;
}

.post-archive-con > div {
    padding: 14px;
}
.small-posts-lay .post-arch-wrapper > img {
    display: none;
}
.small-posts-lay.active .post-arch-wrapper > img {
    display: block !important;
}
.content-area.post-arch-wrapper .content-area {
    min-height: 275px !important;
}
.small-posts-lay.active .post-arch-wrapper {
    /* display: flex !important; */
    background: none !important;
    flex-direction: column;
    min-height: initial !important;
}
.small-posts-lay.active .content-area {
    background:#fff !important;
}
.content-area.post-arch-wrapper .content-area > div{width:100%}
.small-posts-lay.active .post-arch-wrapper h3, .small-posts-lay.active .post-arch-wrapper span,.small-posts-lay.active .post-arch-wrapper a{
    color: #000 !important;
}
.small-posts-lay .content-area {
    background-color: rgba(0, 0, 0, 0.58);
    min-height: 280px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    background-size: cover;
}

.small-posts-lay h3,
.small-posts-lay a,
.small-posts-lay span {
    color: #fff;
}

.post-title {
    font-weight: 600 !important;
    font-size: 70px;
    margin-bottom: 17px;
}

.post-section {
    padding-top: 120px;
    padding-bottom: 105px;
}

.explore-more-header {
    font-size: 65px;
    margin-bottom: 93px;
    margin-top: 65px;
}

.expand-article .post-arch-wrapper {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.05);
    order-radius: 10px;
}

.choose-option {
    content: "Choose a Option";
    color: #fff;
    display: block;
    width: 217px !important;
    font-size: 14px;
    text-align: left;
    border: 1px solid #0188FF;
    border-radius: 5px;
    padding: 7px 14px;
    position: relative;
}

.container.filter_category {
    margin-bottom: 40px;
}


.container.filter_category:not(:hidden) {
    display: flex !important;
    flex-direction: column;
}

@media (min-width:576px){
    .start-conversation-mobile {
        display: none;
    }
}

@media (min-width:960px){
    #testimonial-hp {
        padding-bottom: 150px !important;
    }
}

@media (min-width:576px) {
    .start-conversation-mobile {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .site-logo img {
        width: 100%;
        height: auto !important;
    }
    .jobs-header {
        margin-bottom:30px !important;
    }
    .hero-header {
        margin-bottom: 20px;
        background-image: radial-gradient(circle at 84.99% 44.46%, #002F59, transparent 20%),radial-gradient(circle at 19.11% 44.25%, #002F59, transparent 20%),radial-gradient(circle at 50% 50%, #142030, #142030 00%);
    }

    #hero-header {
        margin-bottom: 0px !important;
    }
    .dynamic-content-section {
        margin-top:25px !important;
    }
    a.dropdown-item {
        text-align: center;
    }
    .dyn-column a {
        margin-top:20px !important;
    }
    .hero-service {
        padding-bottom:40px !important;
    }
    h1,
    h2.lg-header,
    h2 {
        font-size: 40px !important;
        margin-bottom: 12px !important;
    }

    h3 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    h3.sub-header-2 {
        margin-top: 0px !important;
    }

    p {
        font-size: 15px !important;
        line-height: 25px !important;
    }
    nav {
        padding: 32px 15px !important;
    }
    #hero-header {
        margin-bottom: 100px;
    }

    .specialties-col .container div:nth-child(2) .pos-list {
        margin-top: -15px;
    }

    .border-path {
        display: none;
    }

    .main-video video {
    }

    #footer .sf-button[type=submit] {
        margin: 38px auto !important;
    }

    .social_reach_para {
        width: 100% !important;
    }

    .content-sub.slick-slide {
        padding: 20px;
    }

    .site-logo img {
        height: auto !important;
    }

    .slick-slide {
        margin: 10px !important;
    }
    #follow-us li {
        margin-bottom: 1rem !important;
    }
    div.testimonial-wrap {
        padding: 78px 30px;
    }

    

    .social-inner-con .social-box h3 a {
        padding: 10px 10px !important;
        height: 134px !important;
    }

    .social-inner-con .social-box {
        margin-bottom: 0px !important;
    }

    #our_guarantees .content-sub {
        margin-top: 20px;
    }

    section#who-we-serve .sub-hero br {
        display: none !important;
    }

    section#who-we-serve .container {
        padding-bottom: 20px;
    }

    #who-we-serve > .container {
        padding-bottom: 40px;
    }

    #who-we-serve > .container {
        border-bottom: none !important;
    }

    .position-sec > .container {
        padding-bottom: 0px;
    }

    .specialties-col {
        margin-top: 0px;
    }



    .start-conversation-mobile button {
        margin: 47.12px auto;
    }

    .start-conversation {
        margin: 47.12px auto;
    }

    

    form#footer-form button {
        font-size: 18px;
        padding-left: 8px;
        padding-right: 8px;
    }

    form#footer-form .sub_scribe {
        display: flex;
        width: calc(100% - 52px);
    }

    form#footer-form .sub_scribe button {
        font-size: 16px !important;
    }

    form#footer-form .sub_scribe input::placeholder {
        font-size: 16px !important;
    }

    footer li {
        font-size: 20px;
    }

    footer a, footer#footer #follow-us li a {
        font-size: 14px !important;
    }
    footer .widget-list-it li {
        margin-bottom:8px !important;
    }
    .start-conversation-mobile {
        display: block;
    }

    .start-conversation-mobile {
        display: block;
    }

    .hero-but-sec {
        margin-bottom: 55px;
    }

    #de-risk h2 {
        padding-top: 56px;
    }

    #hero-header {
        min-height: initial !important;
    }

    .sub-round > div {
        margin-bottom: 34px;
    }

    #hero-header h1 {
    margin-top: 115px;
    margin-bottom: 45px !important;
}
.exp-head {
    padding: 125px 0 50px 0;
}
ul.job-filter li {
    width: 55% !important;
    text-align: center;
}
ul.job-filter {
    text-align: center;
}
    section#our_guarantees {
        padding-bottom: 54px;
    }

    .hero-service {
        padding-top: 30px !important;
        background: none !important;
    }

    .dyn-list {
        border-right: none;
    }

    span.underline-co:after {
        bottom: 0px;
    }

    /* team */
    p.our-team-para {
        width: 100%;
    }

    .proven_practice_sec {
        padding: 50px !important;
    }

    .sub-spacing p {
        width: 80%;
    }

    .team-headshot {
        text-align: center;
    }

    .team-headshot img {
        margin: 0 auto;
    }

    body.page-id-15 .start-conversation {
        margin: 104px auto 89px !important;
    }

    body.page-id-15 input {
        margin-bottom: 10px;
    }

    #testimonial-hp {
        min-height: initial;
        padding-bottom: 27px;
    }

    .social-box h3 a {
        padding: 25.5px 35.7px !important;
    }

    .sf-footer-area-content {
        text-align: center;
    }

    #social_reach .wh-head {
        text-align: left !important;
        font-size: 20px !important;
        margin-top: 0px !important;
        margin-bottom: 20px !important;
        font-weight: 500;
    }

    #team-hero {
        margin-top: 60px;
    }

    .social-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: none;
    }

    .container.meet-the-team h1 {
        margin-bottom: 40px !important;
        text-align: center;
    }

    .be-section .sub-spacing {
        margin-bottom: 0px !important;
    }

    section#team-hero .inner-head {
        margin-bottom: 30px !important;
    }

    .social-reach-header {
        text-align: left !important;
    }

    .about-us-img {
        display: none !important;
    }

    .be-section > .row > div p {
        border-bottom: none!important;
    }

    .sub-spacing > div {
        margin-top: 40px;
    }

    .wh-head br {
        display: none;
    }
    .be-section > div {
        padding-left: 20px;
        padding-right: 20px;
    }
    

    #footer .start-conversation {
        margin: 0 auto !important;
    }

    .start-conversation-mobile .start-conversation {
        min-width: 292px;
    }

    footer#footer li h3 {
        font-size: 20px !important;
            border-bottom: 0.25px solid #284b6f;
    }

    .footer-top-sec {
        margin-bottom: 25px;
    }

    .footer-sub-section {
        text-align: center;
    }
    .contact-area {
        padding-right: 0px !important;
    }
    .footer-sub-section p,
    .footer-sub-section a {
        text-align: center !important;
        font-size: 10px !important;
    }
    a.contact-button {
        width:90% !important;
    }
    .contact-area .border-seperator {
        margin-top: 20px;
    }

    .contact-area {
        margin-bottom: 40px;
    }
    form#contactForm .row > div {
        margin-bottom: 15px;
    }

    form#contactForm .row {
        margin-bottom: 0px;
    }
    .hiring {
        margin: 10px auto;
    }
    /** SF BUTTONS **/
    .sf-home {
        margin: 0 auto;
    }
}
@supports (-webkit-touch-callout: none) {
    .social-inner-con .social-box a:after{
        background-size: auto !important;
        background-attachment:initial !important;
    }
  .social-inner-con .social-box:nth-child(0n+2) a:after {
      

      background-position: center 25% !important;
  }
  .social-inner-con .social-box:nth-child(0n+3) a:after {

      background-position: center 40% !important;
  }
  .social-inner-con .social-box:nth-child(0n+4) a:after {

      background-position: center 55% !important;
  }
  .social-inner-con .social-box:nth-child(0n+1) a:after {
      background-position: center 70% !important;
  }
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.navbar-full-height {
    height: 100%;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}

.be-section > .row > div p {
    padding-bottom: 39.84px;
}

.hero-service {
    padding-bottom: 106px;
    padding-top: 87.67px;
    background: url(images/rotated-angle.svg),url(images/tre-image.svg), url(images/sec-rotated-angle.svg);
    background-repeat: no-repeat;
    background-size: 150px;
}

@media screen and (min-width:1200px){
    .hero-service {
        background-position: 65% 6%, 75% 20%, 62% 31%;
    }
}
@media screen and (min-width:991px){
    .footer-col-2 .widget-list-it:last-child {
    margin-top: 54px;
}

}
@media screen and (max-width: 1199px) and (min-width: 991px){
    .hero-service {
        background-position: 57% 6%, 66% 17%, 58% 29%;
    }
}

@media screen and (max-width: 990px){
    .hero-service {
        background: none !important;
    }
    section.exp-head .secondary-head {
            margin-bottom: 75px !important;
        }
    #our_guarantees > div {
        padding-top: 100px !important;
        padding-bottom: 35px !important;
    }
    
    p.sub-hero {
        line-height: 48px !important;
    }
    div#navbarNavDropdown-21 {
        position: absolute;
        height: 100vw;
        top: 15%;
        background-image: radial-gradient(circle at 51% 50%, #002F59 0%, #142030 30%);
        left: 0;
        width: 100%;
    }
    nav.mobile-menu-active {
        height: 175vw;
        background-image: radial-gradient(circle at 51% 50%, #002F59 0%, #142030 30%) !important;
        align-content: baseline;
    }
    li.nav-item {
        text-align: center;
        border-bottom: 0.25px solid #4267B5;
    }

    li.nav-item a {
        padding: 21px 0px;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
    }

}

.jobs-page {
    min-height: 550px;
}

@media screen {
}

.post-archive-title {
    font-size: 20px;
}

.sf-button[type=submit] {
    margin-left: auto;
    min-width: 217px;
}
a[href="/contact-us"] {
    text-decoration: none;
}
.navbar-toggler span {
    width: 100%;
    height: 2.19px;
    background-color: #fff;
    display: block;
}
li.check-but:not(.active) {
    display: none;
}
.matador-job-listings {
    cursor:pointer;
}



.matador-field-certifications .matador-field ul.checkboxes li label {
 border: 1px solid #bbb;
    padding: 13px 15px;
    text-align: center;
    cursor: pointer;
    color:#fff;
    font-size:14px;
    font-weight: 600;
}

.matador-field-certifications .matador-field ul.checkboxes li input {
    display: none;
}
.matador-field-certifications .matador-field ul.checkboxes {
    display: flex;
    flex-wrap: wrap;
}
.matador-field-certifications .matador-field ul.checkboxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.matador-field-group {
    width:100%;
    margin-left: 5px;
}
.matador-field-message,.matador-field-resume,.matador-field-certifications {
    width:100%;
}
.matador-field-certifications .matador-field ul.checkboxes li label {
    z-index: 1;
}
.matador-field-certifications .matador-field ul.checkboxes li:hover label, .matador-field-certifications .matador-field ul.checkboxes li.sel label{
    color:#fff;
}

.matador-field-certifications .matador-field ul.checkboxes li:hover:after,.matador-field-certifications .matador-field ul.checkboxes li.sel:after {
    animation: gradient 2.5s ease infinite;
    opacity:1 !important;
}
.matador-field-group input,.matador-field-group select {
    height: 40px !important;
}
.matador-field ul li {
    font-size: 14px;
}
li.checkbox {
    display: flex;
    justify-content: ;
}
li.checkbox label {
    justify-self:center;
}
.matador-field-certifications .matador-field ul.checkboxes li {
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    padding-bottom: 0px;
    max-width: 28%;
    background: #0ea0db;
    min-width: 28%;
    margin-bottom:5px;
}
.matador-field-certifications .matador-field ul.checkboxes li label {
    border: none;
    margin: 0 auto;
}
.matador-field-certifications .matador-field ul.checkboxes li:after {
    opacity:0 !important;
}
/*Start a Converstaion */
.st-conversation {
    font-size:20px;
    padding:13.8px 20px;
    width:286px !important;
    display:flex;
    border:none;
    text-align: center;
    border-radius:30px;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}
a.st-conversation span {
    position: relative;
    z-index: 1;
    color: #fff;
}
.st-conversation:hover:after {
    animation: gradient 2.5s ease infinite;
    }
.matador-field-certifications .matador-field ul.checkboxes li.sel label{
    color:#fff !important;
}
.matador-field-certifications .matador-field ul.checkboxes li:not(.sel):hover label {
    color: #fff;
}
.matador-field-employeeType ul,.matador-field-employmentPreference ul {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.matador-field-employeeType ul li, .matador-field-employmentPreference ul li {
    margin: 5px;
    width: 28%;
}
.matador-field-employeeType ul label, .matador-field-employmentPreference ul label {
    background: #0ea0db;
    color: #fff;
    padding: 13px 0px 0px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.matador-field-employeeType ul li.sel,.matador-field-employmentPreference ul li.sel {
    background:inherit !important;
}
.matador-field-employeeType ul li.sel label, .matador-field-employmentPreference ul li.sel label {
    background: #022d54 !important;
}

a.st-conversation:after {
    content:"";
    position: absolute;
    background: linear-gradient(130deg, rgba(92,4,255,1) 0%, rgba(92,4,255,1) 10%, rgba(0,147,255,1) 100%);
    background-size: 150% 150%;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    opacity:1;
    transition: opacity ease .5s;
    -moz-transition: opacity ease .5s;
    -webkit-transition: opacity ease .5s;
    z-index: 0;
}

#de-risk .st-conversation {
    margin-top:40px;
}
a.contact-button {
    border: solid #000 0.5px;
    padding: 10px 20px;
    border-radius: 30px;
    color: #000;
    width: 195px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    
    transition: all ease .5s;
    overflow:hidden;
    position: relative;
}
section.job-section .post-date {
    display: none;
}
.here-to-help {
    font-size: 65px; font-family: "Plus Jakarta Sans"; margin-bottom: 30px;
    font-weight: 500 !important;
}
.reach-hero {
    margin-bottom:30px;
}
a.contact-button:after {
    content:"";
    position: absolute;
    background: linear-gradient(130deg, rgba(92,4,255,1) 0%, rgba(92,4,255,1) 10%, rgba(0,147,255,1) 100%);
    background-size: 150% 150%;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    opacity:0;
    transition: opacity ease .5s;
    -moz-transition: opacity ease .5s;
    -webkit-transition: opacity ease .5s;
    z-index: -1;
}

.check-but {
    position: relative;
}
.contact-side li:hover a {
    color:#0188ff;
}
.check-but:hover:after {
    animation-play-state:paused;
}
.check-but:after {
    content:"";
    width:35%;
    height:2px;
    background:linear-gradient(45deg, #3023ae 0%,#8E53FC 50%,#FF10B0 100%);
    position:absolute;
    bottom: -2px;
    left:0;
    animation: pulse 5s infinite;
    transform-origin:left;
}
@keyframes pulse {
    0% {transform:scalex(.25)}
    25% {transform:scalex(.35)}
    50% {transform:scalex(.45)}
    75% {transform:scalex(.35)}
    100% {transform:scalex(.25)}
}
a.contact-button.active:after {
    opacity:1;
    color:#fff;
}
a.contact-button:hover{
    color:#fff;
    border:none;
}
a.contact-button.active {
    opacity:1;
    animation-play-state: paused;
    border-color: #fff !important;
    color: #fff;
}
a.contact-button:hover:after {
    opacity:1;
    animation: gradient 2.5s ease infinite;
}
ul.contact-side {
    margin-top: 85px;
    padding: 0px;
}
ul.contact-side li {
    margin-bottom: 20px;
    list-style: none;
}
ul.contact-side li a {
    color: #000;
    text-decoration: none;
}
ul.contact-side li a {
    color: #000;
    text-decoration: none;
}

ul.job-filter {
    margin-bottom: 76px;
    padding: 0px;
}

ul.job-filter li {
    display: inline-block;
    margin: 12.5px;
}

.job-filter li a:after {
    opacity:1;
    color:#fff;
}
.job-filter li a:hover,.job-filter li a.active {
    color:#fff;
    border:none;
}
.job-filter li a.active:after {
    animation: gradient 2.5s ease infinite;
    opacity: 1 !important;
}

.job-filter li a,.container.filter_category a {
 border: 1px solid #fff;
    border-radius: 31px;
    padding-top: 12px;
    background:#022d54;
    padding-bottom: 12px;
    min-width: 169px;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
}
.filter_category {
    display: flex;
    flex-wrap: wrap;
}
.filter_category a {
    margin: 10px;
    padding-left:20px;
    padding-right:20px;
}
.job-filter li a.active, .container.filter_category a.active {
    background:linear-gradient(130deg, rgba(92,4,255,1) 0%, rgba(92,4,255,1) 10%, rgba(0,147,255,1) 100%) !important;
}
/*.job-filter li a:after {
    content: "";
    position: absolute;
    background: ;
    background-size: 150% 150%;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: opacity ease .5s;
    -moz-transition: opacity ease .5s;
    -webkit-transition: opacity ease .5s;
    z-index: -1;
}*/
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


@media screen and (max-width:575px) {
    .navbar > .container {
        padding: 0px !important;
    }

    .site-logo a img {
        width: 170.px !i;
    }

    .navbar {
        padding: 16px 15.83px;
    }
}

@media screen and (max-width:575px) {
    .list-section {
        margin-top: 30px !important;
    }

    .content-image-left {
        display: none;
    }

    .container-m {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    #results > .container {
        margin-bottom: 0px !important;
    }

    .social-reach {
        margin-top: -10px !important;
        background: url(images/circular-shapes.svg) no-repeat 296% 5%, linear-gradient(130deg, rgba(92,4,255,1) 0%, rgba(92,4,255,1) 10%, rgba(0,147,255,1) 100%);
        background-size: 95%, 100%;
        padding-bottom: 20px !important;
    }

    #social_reach h2 {
        margin-top: 0px;
    }

    .social_reach_para {
        margin-top: 31px;
    }

    #our_guarantees > .container {
        padding-top: 46px !important;
        padding-bottom: 20px !important;
    }



    footer#footer #follow-us li a {
        font-size: 16px !important;
    }

    #follow-us li {
        margin-bottom: 1rem !important;
    }

    .footer-cols.row {
        padding: 0px 26px;
    }

    .widget-list-it {
        display: block;
        width: 100% !important;
    }

    ul.list-unstyled.widget-list-it {
        margin-bottom: 0px;
    }

    .footer-col-2 > ul > li:first-child {
        display: block !important;
    }
}





.social-box h3 a {
    padding: 25.5px 67.7px;
    border-radius: 10px;
    height: 193px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-box {
    font-size: 40px;
}

.social-box h3 a:hover {
    background: var(--bg-image);
    background-repeat: no-repeat;
    background-size: cover;
}
.loader-flash {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: rgb(191 191 191 / 25%);
}
.slick-dots {
    margin-top: 35.7px;
}

.ft-65 {
    font-size: 65px;
}

.bottom-40 {
    margin-bottom: 40px;
}

#who-we-serve > .container {
    padding-bottom: 107px;
}

.meet-the-team {
    padding-top: 114px;
}

.meet-the-team h6 {
    border-top: .5px solid #bbb9af;
    padding-top: 10px;
}

.team-content > div.container {
    padding-left: 0px;
}

@media screen and (min-width:992px) {
    .footer-cols {
        margin-bottom: 172px;
    }
}

.no-pad.container {
    padding-left: 0px;
    padding-right: ;
}

@media screen and (min-width:992px) {
    .position-sec {
        padding-bottom: 100px;
    }

    .position-sec > .container {
        margin-bottom: 95px;
    }

    .main-video {
        margin: 0 auto -227px !important;
    }
}

@media screen and (max-width:992px) {
    .position-sec {
        padding-bottom: 50px;
    }
}

#hero-expand, .exp-head {
    padding-top: 222px;
    padding-bottom: 139px;
    background: url(images/Circular%20Shapes.svg), radial-gradient(circle at 51% 50%, #002F59 0%, #142030 31%);
    background-repeat: no-repeat;
    background-size: 787px 575px, 100%;
    background-position: 80% 160px,100%;
}

.pos-header {
    padding-top: 107px;
    border-top: 1px solid #ccc;
}
@media screen and (min-width:768px){
    .serve-wrapper {
        margin-right: 93px;
    }
}
.pos-wrapper {
    margin-right: 76px;
}

h3 {
    color: #000;
}



@media screen and (min-width:768px) and (max-width:1199px) {
    .rounded-corners .sub-round .inner-con {
        min-width: 100% !important;
    }

    .rounded-corners .sub-round .inner-con span {
        font-size: 9.8rem !important;
    }

    .rounded-corners .sub-round .inner-con span.bla:after {
        font-size: 40px !important;
        right: 70px;
        font-family: Plus Jakarta Sans;
        font-weight: semiBold !important;
    }
}

@media screen and (min-width:1200px) {
    .recruiter-para-header p {
        width: 634px;
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    form#footer-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    form#footer-form input {
        width: 100%;
    }

    .sub_scribe {
        width: 100%;
        margin-top: 35px;
    }
}

