/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Child theme for Astra. Modify or add custom code here without affecting the parent theme updates.
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Add your custom styles below */

body{
    font-family: "AktivGrotesk" !important;
}

.ast-primary-header-bar .site-primary-header-wrap{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ast-primary-header-bar{
    padding-left: 112px !important;
    padding-right: 112px !important;
    min-height: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    border: none;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 0 !important;
}

.site-primary-header-wrap{
    min-height: 0 !important;
}
.ast-above-header-bar .site-above-header-wrap {
    min-height: auto !important;
    padding: 6px 0;
}
.main-navigation ul li a{
    font-size: 14px;
    font-weight: 400;
    color: black !important;
    padding: 0 !important;
    transition: 0.5s;
}

.main-navigation ul#ast-hf-menu-1 li a:hover,
.main-navigation ul#ast-hf-menu-4 li a:hover,
.main-navigation ul li a[aria-expanded="true"]{
    color: #255ba4 !important;
    transition: 0.5s;
}


.ast-builder-menu-1{
    padding-left: 55px !important;
}

.main-navigation ul.main-header-menu li a{
    position: relative;
}

.main-navigation ul#ast-hf-menu-1 li a:before,
.main-navigation ul#ast-hf-menu-4 li a:before{
    content: '';
    position: absolute;
    background: #255ba4;
    width: 0;
    min-height: 2px;
    bottom: -8px;
    left: 0;
    transition: 0.5s;
}

.main-navigation ul#ast-hf-menu-4 li a:before{
    bottom: -4px;
}

.main-navigation ul li {
    margin-right: 36px;
}

.main-navigation ul#ast-hf-menu-4 li {
    margin-left: 10px;
    margin-right: 0 !important;
    border-left: 1px solid #363636;
    padding-left: 10px;
}
.main-navigation ul#ast-hf-menu-4 li a{
    line-height: 1;
}
.main-navigation ul#ast-hf-menu-4 li:nth-child(1){
    margin: 0;
    padding: 0;
    border: none;
}
.site-above-header-wrap{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.main-header-bar .site-branding.ast-site-identity {
    padding: 0 !important;
}

.main-navigation ul#ast-hf-menu-1 li.menu-item:hover a:before,
.main-navigation ul#ast-hf-menu-4 li.menu-item:hover a:before,
.main-navigation ul li a[aria-expanded="true"]:before{
    width: 100%;
    transition: 0.5s;
}

ul#ast-hf-menu-4 li {
    line-height: normal !important;
}

ul#ast-hf-menu-3 li#menu-item-57 {
    border: 2px solid #e31a4b;
    border-radius: 33px;
    padding: 14px 17px;
    transition: 0.5s;
    background: #fff;
    cursor: pointer;
}

ul#ast-hf-menu-3 li#menu-item-57:hover{
    background: #fff1f2;
    transition: 0.5s;
}

ul#ast-hf-menu-3 li#menu-item-1471 {
    background: #e31a4b !important;
    border-radius: 33px !important;
    padding: 14px 20px !important;
}

ul#ast-hf-menu-3 li#menu-item-1471 a{
    color: #fff !important;
}

ul#ast-hf-menu-3 li#menu-item-1471:hover{
    background: #c10f3f !important;
}

.sub-menu {
    background: #fff !important;
    padding: 4px 0 !important;
    border: 1px solid #000 !important;
    border-radius: 8px;
    width: 170px !important;
    margin-top: 15px !important;
}

ul.sub-menu {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.sub-menu:before{
    display: none;
}


.sub-menu li a{
    padding: 10px 14px !important;
}


.sub-menu li a:before{
    display: none !important;
}

ul.sub-menu li {
    padding: 6px 0px;
}

a:focus {
    outline: none;
}

.main-navigation ul#ast-hf-menu-3 li {
    margin: 0 0 0 18px;
}

.main-header-menu .sub-menu li.menu-item {
    margin: 0 !important;
    padding: 6px 15px;
}

.ast-sticky-active{
    background: rgb(255 255 255 / .8);
    box-shadow: 0 12px 20px 0 rgb(16 24 40 / .06);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px) !important;
    margin: 0 !important;
    width: 100% !important;
}


/* main slider */

.main_home_slider_row .n2-ss-layer {
    padding: 0 !important;
}
.main_banner_heading .n2-ss-item-content {
    font-family: "AktivGrotesk-XBold" !important;
    font-size: 64px !important;
    line-height: normal !important;
}
.main_banner_desc p {
    font-family: "AktivGrotesk" !important;
}
.main_banner_think .n2-ss-item-content {
    font-size: 20px !important;
    font-family: "AktivGrotesk" !important;
    font-style: italic !important;
    color: #000 !important;
}
.get_an_btn a {
    font-weight: 500 !important;
    font-family: "AktivGrotesk" !important;
    padding: 17px 25px !important;
    color: #fff !important;
}
.get_an_btn a:hover{
    background-color: #c10f3f !important;
    border-color: #c10f3f !important;
}
.modal_videos a {
    font-weight: 500 !important;
    font-family: "AktivGrotesk" !important;
    padding: 15px 25px !important;
    color: #000 !important;
}
.modal_videos a:hover{
    background: #fff1f2 !important;
    transition: 0.5s;
}
.image_box_sec img {
    border-radius: 32px !important;
    transform: rotate(-5deg);
    border: 4px solid #000 !important;
}

.image_box_sec {
    position: relative !important;
    background-color: #1f4985 !important;
    border-radius: 32px !important;
    max-width: 440px !important;
    overflow: unset !important;
}
.image_box_sec  .n2-ss-item-image-content {
    overflow: unset !important;
}

.hero_slider_text1,
.hero_slider_text2,
.hero_slider_text3 {
    position: absolute !important;
    top: 59% !important;
    max-width: max-content !important;
    left: 50px;
}
.hero_slider_text2{
    top: 71% !important;
    max-width: max-content !important;
    left: 0px;
}
.hero_slider_text3 {
    left: -50px;
    top: 83% !important;
    max-width: max-content !important;
}
.hero_slider_text1 h3,
.hero_slider_text2 h3,
.hero_slider_text3 h3{
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
    border-radius: 100px !important;
    border: 1.5px solid #000 !important;
    background: #fff !important;
    box-shadow: 0 2px 0 0 #000 !important;
    padding: 12px 30px 12px 30px !important;
    font-family: "AktivGrotesk" !important;
    display: flex !important;
    align-items: center;
}
.hero_slider_text1 h3:before,
.hero_slider_text2 h3:before,
.hero_slider_text3 h3:before {
    content: '' !important;
    display: block !important;
    width: 17px;
    height: 17px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/plusIcon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}


.video_pop_up-popup .wp-video-shortcode {
    width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    overflow: hidden !important;
}
.video_pop_up-popup .wp-video-shortcode .mejs-mediaelement {
    position: static !important;
}
.video_pop_up-popup .wp-video {
    width: 100% !important;
}
.video_pop_up-popup .uael-content {
    border-radius: 20px;
}
.uael-html-modal body {
    overflow: hidden;
}

.nextend-bullet-bar .n2-bullet {
    background: #fff !important;
    border: 1px solid #363636 !important;
    margin: 0px 4px !important;
    width: 2px;
    height: 2px;
    position: relative;
}

.nextend-bullet-bar .n2-bullet.n2-active:before {
    content: '' !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    background: red !important;
    border-radius: 50%;
    top: 2px !important;
    left: 2px !important;
    position: absolute !important;
}















/*...footer...*/
.site-above-footer-wrap {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.wp-block-image a {
    position: relative;
    display: block;
}

.wp-block-image a:before {
    content: '';
    position: absolute;
    height: 1.3px;
    background-color: rgb(255 255 255 / .1);
    width: 41%;
    left: 0;
    top: 50%;
}

.wp-block-image a:after {
    content: '';
    position: absolute;
    height: 1.3px;
    background-color: rgb(255 255 255 / .1);
    width: 41%;
    right: 0;
    top: 50%;
}

.site-primary-footer-wrap{
    border: none !important;
    padding: 0;
}

.site-footer .site-footer-section h2{
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #f4f5f7;
}

.site-footer .ast-builder-footer-grid-columns{
    gap: 0 !important;
}

.site-footer .ast-builder-footer-grid-columns ul li a{
    color: #eeeff4;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}


.site-footer .ast-builder-footer-grid-columns ul li a:hover{
    color: #e31a4b;
}

.widget_nav_menu li{
    padding-bottom: 16px;
}

.site-footer-primary-section-4 {
    padding-left: 48px;
}

.rs_footer_grid_item a {
    color: #fff;
    background: #e31a4b;
    border-radius: 33px;
    padding: 11px 18px;
    display: block;
    width: max-content;
}

.rs_footer_grid_item a:hover{
    background: #c10f3f;
}

.site-below-footer-wrap {
    border: none !important;
    border-top: 1px solid rgb(255 255 255 / .1) !important;
}

.site-primary-footer-inner-wrap{
    padding-bottom: 28px !important;
}

section#nav_menu-9 {
    margin-bottom: 0;
}

.wp-block-social-links li a{
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background-color: rgb(255 255 255 / .1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-block-social-links li a:hover{
    background: #e31a4b;
}

.wp-block-social-links li a svg path{
    fill: #fff;
}

.wp-block-social-links li a svg{
    width: 18px;
    height: 18px;
}

.img_logo_list img {
    height: 60px !important;
    object-fit: contain !important;
    width: 100% !important;
    max-width: 150px !important;
}

.img_logo_section {
    position: relative !important;
    padding-top: 40px !important;
}



.hiring_image_section img {
    border-radius: 32px !important;
    border: 5px solid black !important;
    position: relative !important;
    width: 100% !important;
}

.hiring_image_section:before {
    content: "" !important;
    width: 100% !important;
    background-color: #1f4985 !important;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100% !important;
    transform: rotate(-7.97deg) !important;
    border-radius: 32px !important;
}

.hiring_image_section {
    position: relative !important;
    width: 41% !important;
    z-index: 1 !important;
}

.Hiring_is_hassle_section{
    margin-top: 68px !important;
}

.hiring_hassle_text h2,
.hiring_hassle_text p{
    font-family: "AktivGrotesk" !important;
    margin-bottom: 0 !important;
}
.hiring_hassle_text h2 b{
    font-family: "AktivGrotesk-XBold" !important;
}

.hiring_hassle_text ul li span{
    font-family: "AktivGrotesk" !important;
}

.hiring_hassle_text ul li span svg{
    width: 24px !important;
    height: 24px !important;
}

.hiring_hassle_text ul li span svg path{
    fill: none !important;
}

.hiring_image_section .elementor-widget-image,
.hiring_image_section {
    max-width: 442px !important;
}

.hiring_image_section {
    margin-left: 33px !important;
}

.hiring_hassle_text ul li{
    margin-bottom: 16px !important;
}

.hiring_hassle_text ul li:last-child{
    margin-bottom: 0 !important;
}

.hirung_icon {
    position: absolute !important;
    bottom: 59px !important;
    left: -82px !important;
}

.hirung_icon img{
    border: none !important;
}

.reinveting_hiring_section .elementor-element h2 {
    max-width: 850px !important;
    margin: auto;
    font-family: "AktivGrotesk" !important;
}

.reinveting_hiring_section .elementor-element p{
    max-width: 840px;
    margin: auto;
    font-family: "AktivGrotesk" !important;
}

.reinveting_hiring_section .elementor-element a{
    background-color: #E31A4B;
    font-size: 16px;
    font-weight: 500;
    font-family: "AktivGrotesk" !important;
    border-radius: 33px;
    padding: 18px 28px !important;
}
.reinveting_hiring_section .elementor-element a:hover {
    color: #fff !important;
    background-color: #c10f3f !important;
    border-color: #c10f3f !important;
}

.reinveting_hiring_section {
    padding-top: 100px !important;
    background-color: #e4f0ff !important;
    overflow: hidden !important;
}
.Hiring_is_hassle_section {
    background: linear-gradient(180deg, #fff 67.44%, #e4f0ff 100%);
}
.home_hassle_sec .e-con-inner {
    padding-top: 0px !important;
}
.Hiring_is_hassle_section {
    padding-bottom: 70px !important;
}
.img_logo_section:before,
.our_customer_section:before{
    content: '' !important;
    position: absolute !important;
    background-image: url(https://therecruitingsquad.com/wp-content/uploads/2025/08/rightshape.svg) !important;
    width: 100px !important;
    height: 200px !important;
    left: 0;
    top: 0;
    background-position: center;
    background: no-repeat;
    z-index: 1;
    display: block;
    background-size: contain !important;
}
.our_customer_section:before{
   background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftheartshape.svg) !important; 
}
.img_logo_section:after,
.our_customer_section:after{
    content: '' !important;
    position: absolute !important;
    background-image: url(https://therecruitingsquad.com/wp-content/uploads/2025/08/rightshape.svg) !important;
    width: 100px !important;
    height: 200px !important;
    right: 0;
    top: 0;
    background-position: center;
    background: no-repeat;
    z-index: 1;
    display: block;
    background-size: contain !important;
}
.our_customer_section:after{
   background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightheartshape.svg) !important; 
}
.we_act_as:after{
    top: 30px;
    right: 10px;
}

.reinveting_hiring_section:after,
.reinveting_hiring_section:before{
    top: 80px;
}

.reque_img_line img {
    border: 5px solid #000 !important;
    background-color: #000 !important;
    border-radius: 20px 20px 0 0 !important;
    border-bottom: 0 !important;
}
.reque_img_line {
    max-width: 800px !important;
    margin: 40px auto 0 !important;
    position: relative;
    padding: 0 !important;
    z-index: 1 !important;
}
.reque_img_line:before {
    content: "" !important;
    height: 120%;
    width: 100%;
    background-color: #1f4985;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-4.103deg);
    z-index: -1;
    display: block !important;
    border-radius: 20px;
}
.we_act_as {
    padding: 100px 0 70px !important;
    background: linear-gradient(180deg, #fff 67.44%, #e4f0ff 100%);
}
.we_act_as_text h2 {
    font-family: "AktivGrotesk" !important;
    letter-spacing: 0 !important;
}
.we_act_as{
    position: relative;
}
.we_act_as_text p {
    font-family: "AktivGrotesk" !important;
    max-width: 500px;
    margin-bottom: 20px !important;
}
.we_act_as_text a.elementor-button {
    border-radius: 33px !important;
    padding: 18px 30px !important;
    font-family: "AktivGrotesk" !important;
    max-width: 500px;
}

.we_act_as_text a.elementor-button:hover{
    color: #fff !important;
    background-color: #c10f3f !important;
    border-color: #c10f3f !important;
}
.we_act_as_images img {
    border: 2px solid #000 !important;
    background-color: #000 !important;
    border-radius: 22px !important;
    box-shadow: 4px 9px 0 0 #000;
    width: 100%;
}
.we_act_as_images {
    width: 40vw !important;
    z-index: 2 !important;
    padding-left: 50px !important;
}
.we_act_as_images .elementor-widget-image:before {
    content: "" !important;
    height: 100%;
    width: 100%;
    background-color: #1f4985;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-4.103deg);
    z-index: -1;
    display: block !important;
    border-radius: 20px;
}
.everything_you_need_section {
    padding: 100px 10px;
    position: relative;
    background: linear-gradient(180deg,#e4f0ff 67.44%,#ffffff 100%);
}
.every_heading_text h2 {
    font-family: "AktivGrotesk" !important;
    letter-spacing: 0 !important;
    max-width: 1040px;
    margin: 0 auto 100px !important;
    position: relative;
}
.every_heading_text h2 b{
  font-family: "AktivGrotesk-XBold" !important;  
}
.every_heading_text h2:after {
    content: '' !important;
    display: block !important;
    position: absolute;
    right: -30px;
    width: 71px;
    height: 71px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/titleIcon.svg);
    background-repeat: no-repeat;
    top: -48px;
    background-size: contain !important;
}
.everything_you_need_main_img img {
    border-radius: 30px !important;
    background-color: #000 !important;
    border: 5px solid #000 !important;
}
.everything_you_need_main_img {
    position: relative !important;
    z-index: 1 !important;
    max-width: 445px !important;
    margin: auto !important;
}
.everything_you_need_main_img:before{
    content: "" !important;
    height: 100%;
    width: 100%;
    background-color: #1f4985;
    position: absolute;
    left: 0;
    top: 0; 
    transform: rotate(-7.97deg);
    z-index: -1;
    display: block !important;
    border-radius: 20px !important;
}
.everything_you_need_main_img:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: -65px;
    bottom: 60px;
    width: 150px;
    height: 90px;
    background-image: url(https://therecruitingsquad.com/wp-content/uploads/2025/08/starBlack-1.svg) !important;
    background-repeat: no-repeat;
}
.everything_you_need_main_according details summary.e-n-accordion-item-title {
    border: none !important;
    padding: 0 !important;
}
.everything_you_need_main_according .e-n-accordion-item-title .e-n-accordion-item-title-text {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}
.everything_you_need_main_according details {
    border: none !important;
    margin: 0 !important;
    padding: 0px 0 0px 70px  !important;
    margin: 20px 0 !important;
}
.everything_you_need_main_according details summary.e-n-accordion-item-title {
    border: none !important;
    padding: 0 !important;
}
.everything_you_need_main_according details:nth-child(1) {
    margin-top: 0 !important;
}
.everything_you_need_main_according details:nth-last-child(1) {
    margin-bottom: 0 !important;
}
.everything_you_need_main_according_items .elementor-element {
    padding: 0 !important;
}
.everything_you_need_main_according_items {
    padding: 10px 0 0 !important;
    border: none !important;
}
.everything_you_need_main_according_items p {
    font-family: "AktivGrotesk" !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
}
.everything_you_need_main_according {
    border-left: 1px solid #e31a4b2e;
    padding-left: 30px !important;
}
.everything_you_need_main_according details .e-n-accordion-item-title:before {
    content: '' !important;
    position: absolute !important;
    background: red !important;
    display: block !important;
    width: 5px !important;
    height: 0% !important;
    transition: 0.3s !important;
    top: 0;
    left: -31px;
}

.everything_you_need_main_according details[open] .e-n-accordion-item-title:before{
    height: 100% !important;
    transition: 1s !important;
}
.everything_you_need_main_according span.e-n-accordion-item-title-header {
    position: relative !important;
    padding: 10px 0;
}
.everything_you_need_main_according span.e-n-accordion-item-title-header:before {
    content: '' !important;
    display: block !important;
    width: 50px !important;
    height: 50px;
    background: red;
    padding: 8px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #000;
    box-shadow: 3.5px 3.5px 0 0 #000;
    position: absolute;
    left: -70px;
    top: 6px;
}
.everything_you_need_main_according span.e-n-accordion-item-title-header:after {
    content: '' !important;
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    position: absolute !important;
    top: 16px;
    left: -60px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/process.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}
.everything_you_need_main_according details:nth-child(2) span.e-n-accordion-item-title-header:after{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/users.svg) !important;
}
.everything_you_need_main_according details:nth-child(3) span.e-n-accordion-item-title-header:after{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/thumsup.svg) !important;
}

.reque_img_line:after {
    content: '' !important;
    display: block !important;
    width: 150% !important;
    height: 160% !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-image: url(https://therecruitingsquad.com/wp-content/uploads/2025/08/arrg-shp.svg) !important;
    position: absolute !important;
    top: -240px;
    left: -160px;
    z-index: -2;
}
.start_ups_heading {
    z-index: 2 !important;
}
.working_with_simple,
.our_customer_section,
.happy_faq_section{
    padding: 100px 10px !important;
    position: relative !important;
    z-index: 2 !important;
}
.working_with_simple{
overflow: hidden !important;
}
.working_with_simple_text h2 {
    font-family: "AktivGrotesk" !important;
    letter-spacing: 0 !important;
}
.working_with_simple_text h2 b{
    font-family: "AktivGrotesk-XBold" !important;
}
.working_with_simple_text p {
    margin-bottom: 0;
    font-weight: 700;
    font-family: "AktivGrotesk" !important;
    letter-spacing: 0 !important;
}

.working_with_simple_text ul li {
    margin: 10px 0 !important;
}
.working_with_simple_text ul li span {
    font-size: 20px !important;
    font-family: "AktivGrotesk" !important;
    color: #000000 !important;
    font-weight: 500 !important;
}

.working_with_simple_text a.elementor-button {
    border-radius: 33px !important;
    padding: 18px 30px !important;
    font-family: "AktivGrotesk" !important;
    font-weight: 500 !important;
}
.working_with_simple_text a.elementor-button:hover{
    color: #fff !important;
    background-color: #c10f3f !important;
    border-color: #c10f3f !important;
}

.working_with_simple_images {
    position: relative !important;
    z-index: 2 !important;
    max-width: 490px !important;
    margin: auto !important;
}
.working_with_simple_images img {
    border-radius: 32px !important;
    border: 4px solid #000 !important;
    background-color: #000 !important;
}
.working_with_simple_images:before {
    content: '' !important;
    height: 100%;
    width: 100%;
    background-color: #1f4985;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-4.103deg);
    z-index: -1;
    border-radius: 32px !important;
}
.working_with_simple_img:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 300px !important;
    width: 110% !important;
    height: 117% !important;
    background-image: url(https://therecruitingsquad.com/wp-content/uploads/2025/08/simplebg.svg) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: bottom right;
}

.why_the_recruiting_section {
    background: #1e1d2e url(https://therecruitingsquad.com/wp-content/uploads/2025/08/whyusbg.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 100% 100%;
    background-size: cover !important;
    text-align: center;
    padding: 80px 0 !important;
    position: relative !important;
    z-index: 2;
}
.why_the_recruiting_heading h2{
    font-family: "AktivGrotesk" !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
}
.why_the_recruiting_heading h2 span{
    font-family: "AktivGrotesk-XBold" !important;
}
.why_the_recruiting_list .elementor-image-box-wrapper h3 {
    color: #000 !important;
    font-size: 20px;
    font-family: "AktivGrotesk" !important;
    margin: 10px 0 0;
    font-weight: 500 !important;
}
.why_the_recruiting_list .elementor-image-box-wrapper {
    padding: 40px !important;
    border-radius: 16px !important;
    background: #fff !important;
    text-align: left !important;
    height: 100% !important;
}
.why_the_recruiting_list {
    padding: 0 10px !important;
}

.why_the_recruiting_list .elementor-icon-box-icon {
    margin: 0 0 10px !important;
}

.why_the_recruiting_list .elementor-icon-box-icon svg {
    width: 80px !important;
    height: 80px !important;
}
.why_the_recruiting_list .elementor-icon-box-content {
    text-align: left;
}
.why_the_recruiting_list .elementor-icon-box-content p {
    font-family: "AktivGrotesk" !important;
    letter-spacing: 0;
    line-height: normal !important;
}
.why_the_recruiting_list {
    height: 100% !important;
}
.our_customer_heading h2 {
    font-family: "AktivGrotesk" !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    font-size: 48px !important;
    color: #000 !important;
}
.our_customer_heading h2 strong{
    font-family: "AktivGrotesk-XBold" !important;
}
.our_customer_review {
    background-color: #E4F0FE !important;
    padding: 94px 64px !important;
    position: relative !important;
    border: 2px solid #94b8e5 !important;
    border-radius: 16px !important;
    align-items: center !important;
    position: relative !important;
}
.our_customer_review:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: -27px !important;
    left: 60px !important;
    width: 76px !important;
    height: 56px !important;
    background-image: url(https://therecruitingsquad.com/wp-content/uploads/2025/08/topquote.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.our_customer_review:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    bottom: -27px !important;
    right: 60px !important;
    width: 76px !important;
    height: 56px !important;
    background-image: url(https://therecruitingsquad.com/wp-content/uploads/2025/08/bottomquote.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.our_customer_review_img  img {
    border: 5px solid #1e365c !important;
    border-radius: 100% !important;
    background-color: #1e365c !important;
    width: 82% !important;
    object-fit: cover !important;
    box-shadow: 0 26px 71px 0 rgb(0 0 0 / .16);
    display: block !important;
    margin-left: auto !important;
}
.our_customer_review_text p {
    max-width: 715px;
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 38px;
    font-family: "AktivGrotesk" !important;
    font-weight: bold;
}
.our_customer_review_text p:nth-last-child(1) {
    font-size: 20px;
    margin-bottom: 0 !important;
}
.our_customer_review_text p strong {
    display: block;
        font-family: "AktivGrotesk-XBold";
}

.our_customer_section {
    background: linear-gradient(180deg, #fff 67.44%, #e4f0ff 100%);
}
.happy_faq_section h2 {
    font-family: "AktivGrotesk" !important;
    margin-bottom: 25px !important;
}

.happy_faq_section h2 span {
    font-family: "AktivGrotesk-XBold" !important;
    position: relative;
    font-weight: 700;
}
.happy_faq_section h2 span:after {
    content: '' !important;
    display: block !important;
    position: absolute;
    right: -55px;
    width: 71px;
    height: 71px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/titleIcon.svg);
    background-repeat: no-repeat;
    top: -38px;
    background-size: contain !important;
}
.happy_faq_section details.e-n-accordion-item {
    overflow: hidden;
    border: 1px solid #000;
    box-shadow: 2px 4px 0 #000;
    border-radius: 16px;
    background: #fff;
}

.happy_faq_section details.e-n-accordion-item summary.e-n-accordion-item-title {
    border: none !important;
    padding: 30px 40px !important;
}
.happy_faq_section details.e-n-accordion-item .e-n-accordion-item-title-text {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.happy_faq_items .elementor-element {
    border: none !important;
    padding: 0 0 10px !important;
    margin-top: -10px;
    margin-left: -3px;
}
.happy_faq_section .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-text {
    color: #255ba4;
}
.happy_faq_items {
    border: none !important;
}
.happy_faq_items .elementor-element p {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-family: "AktivGrotesk" !important;
    margin-bottom: 0 !important;
    max-width: 1000px;
}

.happy_faq_section span.e-n-accordion-item-title-icon {
    position: absolute !important;
    right: 30px;
    width: 45px !important;
    height: 45px !important;
    background: transparent;
    justify-content: center !important;
    border-radius: 50%;
    border: 1px solid #255ba4;
}
.happy_faq_section .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title span.e-n-accordion-item-title-icon{
    background: #255ba4 !important;
}
.happy_faq_section span.e-n-accordion-item-title-icon svg{
    display: none !important;
}
.happy_faq_section span.e-n-accordion-item-title-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    width: 13px;
    height: 13px;
    border-bottom: 3px solid #255ba4;
    border-right: 3px solid #255ba4;
    transform: rotate(45deg);
    border-radius: 3px;
transition: 0.3s;
}
.happy_faq_section .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title span.e-n-accordion-item-title-icon:before {
    transform: rotate(225deg);
    top: 17px;
    transition: 0.3s;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.slide_btn_row.mobie_btn {
    display: none !important;
}



/*  */


.how_it_work_banner {
    padding: 80px 0 !important;
}
.how_it_work_banner_text {
    padding-right: 80px;
}
.how_it_work_banner_text h2 {
    font-family: "AktivGrotesk-XBold" !important;
    line-height: normal !important;
}
.how_it_work_banner_text p {
    font-family: "AktivGrotesk" !important;
    margin-bottom: 20px !important;
}
.how_it_work_banner_text a.elementor-button {
    border-radius: 33px !important;
    padding: 20px 30px;
    font-family: "AktivGrotesk" !important;
    font-size: 16px;
}
.how_it_work_banner_text a.elementor-button:hover{
    background: #c10f3f !important;
}
.how_it_work_banner_img img {
    border: 4px solid #000 !important;
    transform: rotate(5deg);
    border-radius: 32px !important;
}
.how_it_work_banner_images {
    position: relative !important;
    z-index: 1 !important;
    background-color: #1f4985;
    border-radius: 32px !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: 10px;
}
.how_it_work_banner_text h2 span:after {
    content: '' !important;
    display: block !important;
    position: absolute;
    bottom: -7px;
    left: -13px;
    width: 105%;
    height: 7px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/bg-line-how-it-works.svg) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: -1;
}
.how_it_work_banner_text h2 span {
    position: relative !important;
    z-index: 2 !important;
}
.how_it_work_banner_img_icon img {
    width: 100px;
}
.how_it_work_banner_img_icon {
    right: -40px !important;
    left: auto !important;
    top: 17px !important;
}
.how_it_heading {
    padding: 80px 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

.how_it_heading h2{
    font-family: "AktivGrotesk" !important;
}
.how_it_heading h2 b{
    font-family: "AktivGrotesk-XBold" !important;
    position: relative !important;
}
.how_it_heading h2 b:before{
    content: '' !important;
    display: block !important;
    position: absolute;
    right: -55px;
    width: 71px;
    height: 71px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/titleIcon.svg);
    background-repeat: no-repeat;
    top: -38px;
    background-size: contain !important;
}

.how_to_row_text h2 {
    font-size: 100px;
    font-family: "AktivGrotesk-XBold" !important;
    color: #fcca4d !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    text-shadow: 2px 4px 0 #000;
    margin-bottom: 0 !important;
    line-height: 1 !important;
}
.how_to_row_text h3 {
    font-family: "AktivGrotesk-XBold" !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}
.how_to_row_text p {
    font-weight: 400 !important;
    font-family: "AktivGrotesk" !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
}
.how_to_row_text p:nth-last-child(1) {
    margin-bottom: 0 !important;
}
.how_to_row_text p a {
    color: #000;
}
.how_to_row {
    padding: 104px 0 !important;
}
.how_to_row_img_first {
    position: relative !important;
}
.how_to_row_img_first:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    right: -150px !important;
    width: 27vw;
    top: -70px !important;
    left: auto !important;
    background-color: #fffaeb;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/step1shape.svg) !important;
    background-position: right top 0;
    background-repeat: no-repeat !important;
    height: 490px !important;
}

.how_to_row_img_secound {
    position: relative !important;
}
.how_to_row_img_secound:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: -150px !important;
    width: 27vw;
    top: -70px !important;
    right: auto !important;
    background-color: #fcaca5;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/step2shape.svg) !important;
    background-position: left top 0;
    background-repeat: no-repeat !important;
    height: 490px !important;
}
.how_to_row_secound .how_to_row_text h2{
    color: #fcaca5 !important;
}
.how_to_row_img_three {
    position: relative !important;
}
.how_to_row_img_three:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    right: -150px !important;
    width: 27vw !important;
    top: -70px !important;
    left: auto !important;
    background-color: #f9f5ff;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/step3shape.svg) !important;
    background-position: right top 0;
    background-repeat: no-repeat !important;
    height: 490px !important;
}
.how_to_row_three .how_to_row_text h2{
    color: #d1b4fe !important;
}
.how_to_row_img_four {
    position: relative !important;
}
.how_to_row_img_four:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: -150px !important;
    width: 27vw !important;
    top: -70px !important;
    right: auto !important;
    background-color: #f0fdf6;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/step4shape.svg) !important;
    background-position: left top 0;
    background-repeat: no-repeat !important;
    height: 490px !important;
}
.how_to_row_four .how_to_row_text h2{
    color: #6ee7a9 !important;
}

.how_to_row:after {
    content: "" !important;
    width: 80% !important;
    position: absolute !important;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/dashed-ltr.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: -50px !important;
    height: 95px;
}
.how_to_row_secound:after{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/dashed-rtl.svg) !important;
}
.how_to_row_four:after{
    display: none !important;
}
.how_to_row.how_to_row_secound {
    padding-bottom: 114px !important;
}
.how_to_row.how_to_row_three {
    padding-bottom: 90px !important;
}
.how_to_row_img:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: auto !important;
    height: 44px !important;
    width: 74px !important;
    right: -47px !important;
    top: -29px !important;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/tabtopicon.svg) !important;
    background-position: top !important;
}
.how_to_row_img_secound:after,
.how_to_row_img_four:after{
  left: -47px !important; 
  right: auto !important;
  background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/tabtopiconleft.svg) !important;
}

.we_handle_section .working_with_simple_img:before{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/bottomhero.svg) !important;
    z-index: -1 !important;
}
.how_to_section{
    overflow: hidden !important;
}
.our_recruiting_section .how_it_work_banner_img img {
    transform: rotate(-5deg);
}


.function_area_main_section {
    padding: 100px 0 !important;
}
.function_area_main_section_tabing .e-n-tabs-heading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 100px;
    padding: 8px;
    background-color: #c6d8f1;
    width: max-content !important;
    margin: auto !important;
    margin-bottom: 50px !important;
}
.function_area_main_section_tabing .e-n-tabs-heading button {
    background: transparent !important;
    border: 2px solid #fff0 !important;
    border-radius: 100px !important;
    box-shadow: 1px 2px 0 #fff0 !important;
    color: #000 !important;
    font-size: 16px !important;
    padding: 20px 32px !important;
}
.function_area_main_section_tabing .e-n-tabs-heading button span {
    font-family: "AktivGrotesk" !important;
}
.function_area_main_section_tabing .e-n-tabs-heading button[aria-selected="true"]{
        border: 2px solid #000 !important;
    border-radius: 100px !important;
    box-shadow: 1px 2px 0 #000 !important;
    background: #fff !important;
}


.function_area_main_section_tabing_heading h2 {
    font-family: "AktivGrotesk" !important;
}

.function_area_main_section_tabing_heading h2 b {
    font-family: "AktivGrotesk-XBold" !important;
    position: relative !important;
}
.function_area_main_section_tabing_heading h2 b:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/titleIcon.svg) !important;
    top: -43px !important;
    right: -50px !important;
    height: 84px !important;
    width: 71px !important;
}


.function_area_main_section_tabing_list {
    padding: 40px 40px !important;
    box-shadow: 2px 4px 0 #000 !important;
    border: 2px solid #000 !important;
    border-radius: 20px !important;
    background-color: #fff !important;
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 100% !important;
    cursor: pointer !important;
}
.function_area_main_section_tabing_list figure.elementor-image-box-img {
    padding: 18px !important;
    box-shadow: 2px 4px 0 #000 !important;
    border-radius: 100% !important;
    background-color: #c6d8f1 !important;
    display: block !important;
    height: 76px !important;
    width: 76px !important;
    
}
.function_area_main_section_tabing_list h3.elementor-image-box-title {
    margin-block: 24px 0 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: "AktivGrotesk" !important;
}

.function_area_main_section_tabing_heading {
    margin-bottom: 50px !important;
}

.function_area_main_section_tabing_text {
    grid-row: 1 !important;
    grid-column: 1 !important;
    transition: all .3s ease-in-out;
    background: #fff !important;
    opacity: 0;
}

.function_area_main_section_tabing_list .elementor-position-top.elementor-widget.elementor-widget-image-box {
    grid-row: 1;
    grid-column: 1;
    transition: all .3s ease-in-out;
}
.function_area_main_section_tabing_list:hover .function_area_main_section_tabing_text {
    opacity: 1 !important;
}
.function_area_main_section_tabing_text h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: "AktivGrotesk" !important;
}
.function_area_main_section_tabing_text li.elementor-icon-list-item span {
    font-size: 20px !important;
    line-height: 30px !important;
    font-family: "AktivGrotesk" !important;
    color: #000 !important;
}
.function_area_main_section_tabing_text ul li.elementor-icon-list-item {
    list-style: disc !important;
    display: block !important;
    position: relative !important;
    padding-left: 15px !important;
}
.function_area_main_section_tabing_text ul li.elementor-icon-list-item:before {
    content: '' !important;
    display: block !important;
    width: 6px !important;
    height: 6px !important;
    position: absolute !important;
    background: #000 !important;
    border-radius: 50% !important;
    left: 0 !important;
    top: 13px !important;
}
.our_recruiting_section .how_it_work_banner_text h2 span:after {
    width: 105%;
    height: 12px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/industriestitlebg.svg) !important;
}

/*  */
.main_heading_sec p.rs_page_title {
    margin-bottom: 0;
}
.main_heading_sec h1.elementor-heading-title b {
    padding-bottom: 8px;
    background-size: 100%;
    padding-left: 3px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/borderImage.svg);
    background-repeat: no-repeat;
    background-position: bottom 4px right;
}
.price_pg_faq {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/industriesbg.svg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top 30px left 0, top 30px right 0, left top, bottom center;
}

.price_pg_faq .elementor-element p{
    font-weight: 500;
}
.main_heading_sec {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/calculatorbg.svg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}


.all_heading_section {
    background-position: center bottom 33%;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/affilate-hero-bg.svg);
}

.onboard_service_right:before {
    content: '';
    content: '' !important;
    display: block !important;
    position: absolute !important;
    right: -150px !important;
    width: 85% !important;
    top: 0px !important;
    left: auto !important;
    background-color: #fffaeb;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/step1shape.svg) !important;
    background-position: right top 0;
    background-repeat: no-repeat !important;
    height: 100%;
}

.onboard_service_left:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: -150px !important;
    width: 85% !important;
    top: 0px !important;
    background-color: #fffaeb;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/step1shape.svg) !important;
    background-position: left top 0;
    background-repeat: no-repeat !important;
    height: 100% !important;
}

.onboard_service_row_02 .onboard_service_img:before{
    background-color: #fef3f2;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/step2shape.svg) !important;
}
.onboard_service_row_03 .onboard_service_img:before{
    background-color: #f9f5ff;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/step3shape.svg) !important;
}
.onboard_service_row_04 .onboard_service_img:before{
    background-color: #f0fdf6;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/step4shape.svg) !important;
}
.onboard_service_row_05 .onboard_service_img:before{
    background-color: #FEF3F2;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/step5shape.svg) !important;
}
.onboard_service_row_06 .onboard_service_img:before{
    background-color: #f9f5ff;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/step6shape.svg) !important;
}
.onboard_service_row_07 .onboard_service_img:before{
    background-color: #fffaeb;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/step1shape.svg) !important;
}

.onboard_service_row {
    padding-top: 30px;
    padding-bottom: 30px;
}
.onboard_service_row{
    overflow: hidden !important;
}


.main_pg_faq_sec {
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top 30px left 0, top 30px right 0, left top, bottom center;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/industriesbg.svg), linear-gradient(180deg, #fff 67.44%, #e4f0ff 100%);
}

.faq_heading_section h2 b{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/faqline.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom 0 left 7px;
}
.all_btn a.elementor-button {
    padding: 18px 30px;
    font-size: 16px;
    font-family: "AktivGrotesk";
    border-radius: 33px;
    line-height: normal;
}
.all_btn a.elementor-button:hover{
    background: #c10f3f !important;
}
.faq_heading_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/affilate-hero-bg.svg);
    background-position: center top;
}
.faq_video_container_video {
    max-width: 800px !important;
    margin: 0 auto !important;
    border-radius: 20px;
    overflow: unset !important;
    z-index: 2 !important;
}
.faq_video_container_video:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #1f4985;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-4.103deg);
    z-index: -1;
    border-radius: 20px;
}
.faq_video_container_video video {
    border-radius: 20px !important;
}
.faq_video_container_video  .elementor-custom-embed-image-overlay {
    border-radius: 20px;
}
.faq_video_container_video .e-hosted-video {
    overflow: hidden !important;
    border-radius: 20px !important;
}
.faq_video_container_video svg {
    width: 50px !important;
    height: 50px !important;
    fill: #13b6fe !important;
    opacity: 1 !important;
    filter: unset !important;
}



.about_banner {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/affilate-hero-bg.svg);
    background-position: center top;
}

.about_banner h1 b {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/mission.svg);
    background-size: 100%;
    background-position: bottom 5px left 0;
    padding-bottom: 3px;
    background-repeat: no-repeat;
}


.about_banner_img:before {
    content: "";
    height: 110%;
    width: 100%;
    background-color: #1f4985;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-4.103deg);
    z-index: -1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.about_banner_img {
    z-index: 1;
    max-width: 800px !important;
    margin: auto !important;
}
.about_banner {
    overflow: hidden !important;
}
.about_banner_img:after {
    content: "";
    height: 44px;
    width: 74px;
    position: absolute;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/tabtopicon.svg);
    right: -55px;
    top: -55px;
}
.about_mission {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/aboutbg.svg), linear-gradient(transparent, #e4f0ff);
    background-position: left top 80px, bottom center;
    background-repeat: no-repeat;
}
.from_vision_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/trs.svg);
    background-color: #e4f0ff;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 13px left 0, top 43px right 18px, right 0 top 0;
}
.from_vision_img {
    height: 100% !important;
    display: block;
}
.from_vision_img_images{
    max-width: 430px !important;
    z-index: 1 !important;
    margin-left: auto !important;    width: 100% !important;
}
.from_vision_img_images img{
    width: 100% !important;
}
.from_vision_img_images:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1f4985;
    transform: rotate(-8deg);
    border-radius: 20px;
    z-index: -1 !important;
}
.vision_icon_img {
    left: 19% !important;
    right: auto !important;
    bottom: 10% !important;
}
.from_vision_text h2 b {
    font-family: "AktivGrotesk-XBold" !important;
    font-weight: 700;
}
.about_mission_text h2 b {
    font-family: "AktivGrotesk-XBold" !important;
    font-weight: 700;
}
.about_mission_text h2 {
    width: max-content;
    position: relative;
}
.about_mission_text h2:after {
    content: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/titleIcon.svg);
    position: absolute;
    top: -43px;
    right: -50px;
}
.now_box_our_sec {
    background-image: linear-gradient(transparent, #e4f0ff);
}
.now_box_our_row {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/joinbg.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.solution_design_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/reducingbg.svg), linear-gradient(#e4f0ff, transparent);
    background-repeat: no-repeat;
    background-position: left top, top center;
    overflow: hidden !important;
}
.solution_design_section_text h2 b {
    font-family: "AktivGrotesk-XBold" !important;
    font-weight: 700;
}


.solution_design_section_img_img {
    width: 37vw !important;
    margin-left: -15vw !important;
    display: flex;
    margin-right: 0 !important;
    position: relative;
    z-index: 1;
}
.solution_design_section_img_img:before {
    content: '' !important;
    display: block;
    background-color: #1f4985;
    border-radius: 22px !important;
    transform: rotate(-5deg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.pg3_txt {
    display: none;
}

span#cal_est_t_positions_2,
span#cal_est_t_positions {
    font-size: 20px;
    color: #000;
}
.rs_form_action a.btn:nth-last-child(1) {
    background: #e31a4b;
    color: #fff;
}

.rs_form_action a.btn:nth-last-child(1):hover{
    background: #c10f3f !important;
}


/*.site-content .ast-container {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/Vector_new.png), linear-gradient(180deg, #c6d8f1, transparent);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    max-width: 100% !important;
}*/


footer {
    padding-bottom: 140px;
    background: #1e1d2e;
}
footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background-position: bottom center;
    background: #1e1d2e url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/footerWatermark.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-size: contain;
    bottom: 0;
    max-width: 997px;
}


.rpo_traditional_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 13px left 0, top 43px right 18px;
}
.rpo_traditional_section_row {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/threestar.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/tabtopicon.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 20px left 20px, top 28px right 30px;
    opacity: 1;
    background-color: #cdf3df;
}
.rpo_traditional_section_row:before{
    display: none !important;
}
.rpo_traditional_section_row h2 b {
    font-weight: 700;
    font-family: "AktivGrotesk-XBold";
}

.rs_enterprenurs_section h2 b {
    font-family: "AktivGrotesk-XBold";
    font-weight: 700;
    position: relative;
}
.rs_enterprenurs_section h2 b:before {
    content: '';
    display: block;
    position: absolute;
    top: -43px;
    right: -50px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/titleIcon.svg);
    width: 70px;
    height: 70px;
}
.rs_enterprenurs_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/whylefticon.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), linear-gradient(transparent 60%, #e4f0ff 100%), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/earnmoneybg.svg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top 40px left 4px, top 43px right 18px, bottom center, left top;
    overflow-x: hidden;
}

.join_pg_tabing {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/whyjoinbg.svg),linear-gradient(#e4f0ff 60%,#fff 100%);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: left 0px top 0px,right 0px top 0px,left bottom,top center;
}
.join_pg_tabing h2:after{
    display: none !important;
}
.here_what_need_section h2 b {
    font-family: "AktivGrotesk-XBold";
    font-weight: 700;
    position: relative;
}
.here_what_need_section h2 b:before{
    position: absolute;
    top: -43px;
    right: -50px;
    display: block;
    content: '';
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/titleIcon.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
}
.here_what_need_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/middlebg.svg), linear-gradient(transparent 10%, #e4f0ff 100%);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: top 13px left 0, top 43px right 18px, center;
    overflow-x: hidden;
}

.landing_pg_header {
    border-bottom: 1px solid #d1d1d1;
    background: rgb(255 255 255 / .8);
    box-shadow: 0 12px 20px 0 rgb(16 24 40 / .06);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}
.hvac_section h2 b{
    font-family: "AktivGrotesk-XBold" !important;
    font-weight: 700;
    position: relative;
}
.hvac_section h2 b:before{
    position: absolute;
    top: -43px;
    right: -50px;
    display: block;
    content: '';
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/titleIcon.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
}
.hvac_row_list p a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #E31A4B;
    text-decoration: none !important;
    margin: 5px 0 0;
}
.hvac_row_list .elementor-icon-box-icon {
    margin-left: 0 !important;
    margin-bottom: 10px;
}
.hvac_row_list .elementor-icon-box-icon span {
    font-size: 70px;
}
.hvac_section {
    background: linear-gradient(180deg, #FFFFFF 57.51%, #E4F0FF 100%);
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/whylefticon.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 40px left 4px, top 43px right 18px;
    overflow-x: hidden;
}
.request_demo_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/contactbg.svg);
    background-repeat: no-repeat;
    background-position: center bottom 80px;
    background-color: #c6d8f1;
}
.request_demo_form {
    border-radius: 24px;
    background-color: #fff;
    padding: 52px !important;
    border: 2px solid;
    box-shadow: 2px 4px 0 #000;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}
.request_demo_section h2 {
    position: relative;
    width: max-content;
    margin: auto !important;
}
.request_demo_section h2:before {
    content: '';
    display: block;
    position: absolute;
    top: -43px;
    right: -50px;
    width: 70px;
    height: 70px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/titleIcon.svg);
}
.request_demo_form .form-container label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    font-weight: 500;
    font-family: "AktivGrotesk";
}
.request_demo_form .form-container input {
    border-radius: 100px;
    border: 2px solid #000 !important;
    width: 100%;
    height: 48px;
    padding-inline: 18px;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
}
.request_demo_form .form-container .form-group {
    margin-bottom: 20px;
}
.request_demo_form .form-container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.request_demo_form .form-container .row .form-group {
    width: 48%;
}

.request_demo_form form {
    position: relative;
}
.request_demo_form button.btn {
    position: absolute;
    bottom: 12px;
    right: 0;
    background: #e31a4b;
    border-radius: 33px;
    font-size: 16px;
    padding: 19px 30px;
    border: 1px solid #e31a4b;
}
.request_demo_form button.btn:hover{
    background-color: #c10f3f;
    border-color: #c10f3f;
}


.request_demo_form .form-container input::placeholder {
  color: #333 !important;
  opacity: 1 !important;
}

.request_demo_form .form-container input::-ms-input-placeholder {
  color: #333 !important;
}
.ast-custom-footer .menu-item a.menu-link {
    padding: 0 !important;
    color: #eeeff4 !important;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 24px;
    font-family: "AktivGrotesk" !important;
    text-decoration: underline;
}
.ast-custom-footer .menu-item a.menu-link:after {
    display: none;
}
.ast-custom-footer li.menu-item {
    margin: 0 23px;
}



.new_footer_grid_logo {
    position: relative !important;
}

.wp-block-image a {
    position: relative;
    display: block;
}

.new_footer_grid_logo:before {
    content: '' !important;
    position: absolute;
    height: 1.3px;
    background-color: rgb(255 255 255 / .1);
    width: 41%;
    left: 0;
    top: 50%;
}

.new_footer_grid_logo:after {
    content: '' !important;
    position: absolute;
    height: 1.3px;
    background-color: rgb(255 255 255 / .1);
    width: 41%;
    right: 0;
    top: 50%;
}
.hvac_slider_text.main_banner_heading .n2-ss-item-content {
    font-size: 48px !important;
}
.hvac_row_list figure {
    width: 80px !important;
    height: 80px !important;
    margin: 0 0 10px !important;
}

.hvac_row_list figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

footer.rs_footer {
    padding: 0 !important;
}
footer.rs_footer::after {
    display: none;
}
.ast-footer-copyright {
    font-weight: 400 !important;
    font-size: 14px !important;
}
.join_sq_pg .everything_you_need_main_according span.e-n-accordion-item-title-header:after {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/contract.svg) !important;
}
.join_sq_pg .everything_you_need_main_according details:nth-child(2) span.e-n-accordion-item-title-header:after {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/hourly.svg) !important;
}
.join_sq_pg .everything_you_need_main_according details:nth-child(3) span.e-n-accordion-item-title-header:after {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/paid.svg) !important;
}
.main_pg_faq_sec .happy_faq_items .elementor-element p {
    font-weight: 400;
}








.privacy-policy header.entry-header,
.page-id-71 header.entry-header{
    text-align: center;
    margin: 0 auto 20px !important;
    max-width: 850px;
}

.privacy-policy header.entry-header h1.entry-title,
.page-id-71 header.entry-header h1.entry-title{
    font-family: "AktivGrotesk-XBold";
    font-weight: 700;
    font-size: 64px;
    color: #000;
}
.privacy-policy .site-content,
.page-id-71 .site-content{
    background-image: linear-gradient(
180deg, rgba(198, 216, 241, 1) 0%, rgba(255, 255, 255, 0) 7%), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg) !important;
    background-repeat: no-repeat, no-repeat;
    background-position: top center, top 23px left 31px, top 33px right 6px;
}
.privacy-policy ul.wp-block-list li,
.page-id-71 ul.wp-block-list li{
    margin: 13px 0;
}
.privacy-policy h3.wp-block-heading,
.page-id-71 h3.wp-block-heading{
    font-family: "AktivGrotesk-XBold";
    font-size: 36px;
    font-weight: 700;
}

.privacy-policy h5.wp-block-heading,
.page-id-71 h5.wp-block-heading,
.privacy-policy h6.wp-block-heading,
.page-id-71 h6.wp-block-heading {
    color: #000 !important;
}

.contact_us_form {
    border-radius: 24px;
    background-color: #fff;
    padding: 52px !important;
    border: 2px solid;
    box-shadow: 2px 4px 0 #000;
    max-width: 600px !important;
    margin: auto !important;
    width: 100% !important;
}
.contact_us_form .rs_form_label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    font-weight: 500;
    font-family: "AktivGrotesk" !important;
}
.contact_us_form .rs_form{
    margin-bottom: 25px !important;
}
.contact_us_form .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_us_form .col-md-6{
    width: 48%;
}
.contact_us_form .rs_form textarea.rs_form_control {
    height: auto !important;
    border-radius: 12px !important;
}
.contact_us_form form#contact_frm {
    position: relative;
}

.contact_us_form button.rs_contact_btn {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: #e31a4b;
    border-radius: 33px;
    font-size: 16px;
    padding: 19px 30px;
    border: 1px solid #e31a4b;
    cursor: pointer;
}
.contact_us_form button.rs_contact_btn:hover {
    background-color: #c10f3f;
    border-color: #c10f3f;
}
.contact_us_form button.rs_contact_btn:disabled{
        pointer-events: none;
    background-color: #f5afc0;
    border-color: #f5afc0;
}


.contact_us_page h1 b {
    position: relative;
}
.contact_us_page h1 b:before {
    position: absolute;
    top: -43px;
    right: -50px;
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/titleIcon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.contact_us_page p {
    margin-bottom: 10px;
}

.contact_us_page {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/contactbg.svg);
    background-position: center bottom 80px;
    background-color: #c6d8f1;
    background-repeat: no-repeat;
}




.contact_infomation_list span.elementor-icon {
    padding: 14px;
    border: 2px solid #000;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 0 0 #000;
    display: inline-block;
    margin-bottom: 20px;
    border-color: #000 !important;
}
.contact_infomation_list .elementor-icon-box-icon {
    margin-left: 0 !important;
}
.contact_infomation_list span.elementor-icon svg {width: 32px;height: 32px;}
.contact_infomation_list .elementor-icon-box-content a {
    color: #000;
    text-decoration: none !important;
}
.contact_infomation {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/info1.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/info2.svg);
    background-repeat: no-repeat;
    background-position: left top, right top;
}


.subscribe_newslatter {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/newsLetterbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
body.blog .site-content .ast-container {
    max-width: 100%;
    padding: 0 !important;
}
body.blog{
    background: transparent !important;
}
.subscribe_newslatter .hbspt-form {
    max-width: 300px;
    margin: auto;
}
.subscribe_newslatter p {
    margin-bottom: 0;
}
.uael-equal__height-yes .uael-post__bg-wrap {
    box-shadow: 2px 3px 0 0 #000;
    border: 1px solid #000;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff !important;
}
.uael-post__terms-wrap .uael-post__terms a.uael-listing__terms-link {
    font-family: "AktivGrotesk" !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #26a264 !important;
}
.uael-post__terms-wrap .uael-post__terms a#uael-post-term-guides{
   color: #d87820 !important; 
}
.uael-post__content-wrap {
    padding: 20px !important;
}
.uael-post__terms-wrap span.uael-post__terms {
    padding: 0 !important;
}
h3.uael-post__title {
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}
.uael-post__title,
.uael-post__title a {
    color: #000000 !important;
}
.uael-post__terms-wrap {
    margin-bottom: 10px !important;
}



.news_main_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/Vector_new.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.news_main_section:before{
    content: '' !important;
    position: absolute;
    width: 100%;
    height: 620px;
    background: linear-gradient(180deg, #c6d8f1, transparent);
    left: 0;
    top: 0;
    display: block;
    z-index: -1;
}
.main_blog_pages_section{
    background: #fff !important;
}





.news_main_postes .uael-post-grid__inner .uael-post__thumbnail {
    width: 30% !important;
    border-radius: 14px !important;
}
.news_main_postes .uael-post-grid__inner .uael-post__content-wrap {
    width: 70% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}
.news_main_postes .uael-post-grid__inner .uael-post__bg-wrap {
    background: transparent !important;
}
.news_main_postes .uael-post-grid__inner span.uael-post__terms,
.news_main_postes .uael-post-wrapper-featured span.uael-post__terms{
    background: transparent !important;
}
.uael-post-grid__inner .uael-post__excerpt,
.uael-post-wrapper-featured .uael-post__excerpt{
    margin-bottom: 5px !important;
}
.news_main_postes .uael-post-grid__inner a.uael-post__read-more,
.news_main_postes .uael-post-wrapper-featured a.uael-post__read-more{
    padding: 0 !important;
    line-height: normal !important;
    font-weight: bold !important;
}

.news_main_postes .uael-post-grid__inner a.uael-post__read-more path,
.news_main_postes .uael-post-wrapper-featured a.uael-post__read-more path{
    fill: #000;
}
.news_main_postes .uael-post-grid__inner a.uael-post__read-more svg,
.news_main_postes .uael-post-wrapper-featured a.uael-post__read-more svg{
    transform: rotate(35deg);
}
.news_main_postes .uael-post-grid__inner a.uael-post__read-more span.elementor-button-icon,
.news_main_postes .uael-post-wrapper-featured a.uael-post__read-more span.elementor-button-icon{
    padding-top: 2px;
}
.news_main_postes .uael-post-grid__inner .uael-post__meta-data,
.news_main_postes .uael-post-wrapper-featured .uael-post__meta-data{
    margin-bottom: 5px !important;
}
.news_main_postes .uael-post-wrapper-featured .uael-post__excerpt{
    font-size: 18px !important; 
}
.news_main_postes .uael-post-wrapper-featured .uael-post__title{
    font-size: 24px !important;
}


.news_main_postes .uael-post-wrapper-featured .uael-post__content-wrap {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}
.news_main_postes .uael-post-wrapper-featured .uael-post__thumbnail {
    width: 100% !important;
    height: 320px !important;
    border-radius: 20px;
}
.news_main_postes .uael-post-wrapper-featured .uael-post__inner-wrap {
    flex-wrap: wrap !important;
    background: #ffffff00 !important;
}
.news_main_postes .uael-post-wrapper-featured .uael-post__bg-wrap {
    background: #ffffff00 !important;
}



.rs_hero_bullet_points li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    border-radius: 100px;
    border: 1.5px solid #000;
    background: #fff;
    box-shadow: 0 2px 0 0 #000;
    padding: 12px 17px 12px 47px;
    width: max-content;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/plusIcon.svg);
    background-repeat: no-repeat;
    background-position: left 24px top 17px;
    display: inline-block;
    font-family: "AktivGrotesk";
    color: #000;
}
.rs_hero_bullet_points{
    position: absolute;
    bottom: 28px;
    left: -142px;
    display: grid;
    gap: 12px;
}
.rs_hero_bullet_points li:first-child {
    margin-left: 80px;
}
.rs_hero_bullet_points li:nth-child(2) {
    box-shadow: none;
    margin-left: 40px;
    border-width: 2px;
}
.auto_dealer_sec .how_it_work_banner_img img {
    transform: rotate(-5deg);
}

.news_main_section .uael-post__terms-wrap .uael-post__terms a.uael-listing__terms-link {
    font-weight: 600;
    font-size: 14px;
}

.single-post .site-content .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}
.single-post .site-content .ast-container .elementor-location-single.ast-article-single {
    padding: 60px 0 0 !important;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/heroShape.svg);
    background-repeat: no-repeat;
    background-position: right 0 top 0;
    position: relative;
    z-index: 1;
}
.single-post .site-content .ast-container .content-area {
    margin: 0 !important;
}
.single-post .site-content .ast-container .elementor-location-single.ast-article-single:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    background: linear-gradient(180deg, #c6d8f1, transparent);
    left: 0;
    top: 0;
    z-index: 0;
}
.back_btn nav.breadcrumb a {
    color: #000;
}
.back_btn nav.breadcrumb a img {
    width: 22px;
}
.blog_single_heading a.elementor-post-info__terms-list-item {
    text-decoration: underline;
}
.blog_single_heading .elementor-social-icon {
    background: transparent;
}
.blog_single_content {
    margin-top: 80px !important;
    padding: 0 10px 80px !important;
}
.blog_single_content h3.wp-block-heading {
    font-weight: 600 !important;
    font-size: 28px !important;
    color: #000 !important;
}
.blog_single_content .wp-block-list {
    margin: 0;
    padding: 0 0px 0 30px !important;
}
.blog_single_content .wp-block-list li {
    margin: 10px 0;
}
.blog_single_content .wp-block-group.is-layout-constrained {
    display: none !important;
}


article.elementor-post.elementor-grid-item {
    box-shadow: 2px 4px 0 #000;
    border: 2px solid #000;
    border-radius: 20px;
    background-color: #fff;
}
article.elementor-post.elementor-grid-item .elementor-post__text {
    padding: 0 20px 20px 20px;
}
article.elementor-post.elementor-grid-item .elementor-post__text h2.elementor-post__title a {
    font-size: 24px;
    font-family: "AktivGrotesk" !important;
    color: #000 !important;
}
article.elementor-post.elementor-grid-item .elementor-post__text h2.elementor-post__title {
    margin-bottom: 20px;
}
article.elementor-post.elementor-grid-item .elementor-post__text span.elementor-post-date {
    font-size: 16px;
    color: #000;
    font-family: "AktivGrotesk" !important;
}


.serious_money .e-con-inner {
    max-width: 875px !important;
}
.serious_money h1 b{
        background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/affiliatelinebg.svg);
}




.anyone_spare_time_sec_list .elementor-widget-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.anyone_spare_time_sec_grid .elementor-widget-text-editor {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 22px 22px;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(transparent, rgb(0 0 0 / 20%));
}
.anyone_spare_time_sec_list {
    border-radius: 20px !important;
    overflow: hidden !important;
}
.anyone_spare_time_sec_grid .elementor-widget-text-editor p {
    margin: 0;
}

.anyone_spare_time_sec h2 b{
    font-family: "AktivGrotesk-XBold" !important;
    font-weight: 700;
}

.anyone_spare_time_sec h2 {
    max-width: 1100px;
    margin: auto !important;
}

.anyone_spare_time_sec_text {
    max-width: 760px !important;
    margin: 40px auto 0 !important;
}

.anyone_spare_time_sec {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/enterprenerous.svg), linear-gradient(180deg, #fff 67.44%, #e4f0ff 100%);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 13px left 0, top 43px right 18px, top right;
}

.client_advisor_progrom h2 {
    max-width: 666px;
    font-size: 36px;
}
.client_advisor_progrom {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/joinbg.svg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.client_advisor_section{
    background: transparent;
}


.get_started_list figure.elementor-image-box-img {
    padding: 18px;
    border: 2px solid #000;
    box-shadow: 2px 4px 0 #000;
    border-radius: 100%;
    width: 72px !important;
    height: 72px;
    display: block !important;
    margin: 0 auto 25px !important;
    background: #fff;
}

.get_started_list {
    position: relative;
}
.get_started_list:after {
    content: "";
    height: 23px;
    width: 212px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/dashedarw.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: -122px;
    top: 30px;
}
.get_started_list:nth-child(2):after {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/dashedarw2.svg);
}
.get_started_list:nth-last-child(1):after{
    display: none;
}
.get_started_section h2 b {
    font-family: "AktivGrotesk-XBold";
}
.get_started_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/middlebg.svg);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: top 30px left 0, top 30px right 0, bottom 53px center;
    background-color: #e4f0ff;
}
.my_slick_slider p {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-family: "AktivGrotesk" !important;
    margin-bottom: 0;
}
.my_slick_slider p b{
    font-family: "AktivGrotesk-XBold" !important;
    font-weight: 700;
}
.my_slick_slider p {
    padding-left: 34px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/plusIcon.svg);
    background-repeat: no-repeat;
    background-position: left 0 top 6px;
}


.legal_team {
    background: linear-gradient(180deg, #FFFFFF 57.51%, #E4F0FF 100%);
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/whylefticon.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/whylefticon.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 40px left 4px, top 43px right 18px;
    overflow-x: hidden;
}

.legal_text ul {
    padding-left: 30px !important;
}

.legal_text ul li {
    margin: 0 !important;
}

.hvac_box_sec {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 13px left 0, top 43px right 18px;
    margin-top: 0 !important;
}   


.build_squad .e-con-inner {
    max-width: 1090px;
}
.build_squad p {
    width: max-content;
    margin: 0 auto 20px;
    padding-left: 34px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/plusIcon.svg);
    background-repeat: no-repeat;
    background-position: left 0 top 6px;
}


.build_recruiting_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 13px left 0, top 43px right 18px;
    overflow: hidden;
}
.build_recruiting_section b {
    font-family: "AktivGrotesk-XBold";
    font-weight: 700;
}
.enterpreneurs_section h2 b {
    font-family: "AktivGrotesk-regular", sans-serif;
    font-weight: 400;
}

.enterpreneurs_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/wanted.svg), linear-gradient(180deg, #fff 67.44%, #e4f0ff 100%);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 13px left 0, top 43px right 18px, bottom right;
}

.built_in_infrastru b {
    font-family: "AktivGrotesk-regular", sans-serif !important;
    font-weight: 400 !important;
}

.built_in_infrastru {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/builtin.svg);
    background-color: #e4f0ff;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 13px left 0, top 43px right 18px, bottom left;
}

.build_pg_getting {
    background-position: top 30px left 0, top 30px right 0, bottom 153px center;
}


.genural_img_tage p {
    margin-bottom: 0;
}
.genural_img_tage {
    max-width: 500px !important;
    width: max-content;
    left: 20px;
    bottom: 23px !important;
}
.genural_img_tage p strong {
    color: #219a1f;
}
.genural_img_tage p:before {
    content: "";
    width: 40px;
    height: 29px;
    position: absolute;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/topqoutesml.svg);
    background-repeat: no-repeat;
    top: -16px;
    left: 20px;
}

.generate_secound_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), linear-gradient(180deg, #fff 67.44%, #e4f0ff 100%);
    background-color: #e4f0ff;
    background-repeat: no-repeat, repeat-x;
    background-position: top 43px right 18px, bottom center;
    margin-top: 0 !important;
}
.enterpreneurs_section strong {
    font-family: "AktivGrotesk-XBold";
}


.meet_squad_pg_img .how_it_work_banner_img_icon img {
    width: 140px;
}
.meet_squad_pg_img .how_it_work_banner_img_icon {
    left: auto !important;
    right: -50px !important;
}
.meet_squad_pg_img img {
    transform: rotate(-5deg);
}

.featured_team_section h2 b {
    font-weight: 700;
    font-family: "AktivGrotesk-XBold" !important;
    position: relative;
}
.featured_team_section h2 b:before {
    content: '';
    position: absolute;
    top: -43px;
    right: -50px;
    width: 70px;
    height: 70px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/titleIcon.svg);
    background-size: contain;
    background-position: center;
}
.featured_team_section .nice-select {
    max-width: 340px;
    margin: 0 auto 60px !important;
    display: block;
    border: 1px solid #000000;
}

.featured_team_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg),
    url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg),
    url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftrecbg.svg),
    url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightrecbg.svg),
    linear-gradient(180deg, #fff 50.44%, #d7e9ff 80%);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top 13px left 0, top 43px right 14px, left top, right bottom;
}



div#recruiters-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.featured_team_row .nice-select .list li {
    padding: 2px 14px;
}
.recruiter-card {
    width: 25%;
    padding: 10px;
}

.recruiter-list {
    padding: 24px;
    box-shadow: 2px 4px 0 #000;
    border: 2px solid #000;
    border-radius: 20px;
    background-color: #fff;
    min-height: auto;
    text-align: center;
    height: 100%;
}
.recruiter-img {
    width: 124px;
    height: 124px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #000;
    box-shadow: 2px 4px 0 #000;
    background-color: #c6d8f1;
}

.recruiter-img img {
    width: 100%;
    height: 100%;
}

.recruiter-list h3 {
    font-size: 20px;
    line-height: 160%;
    font-weight: 700;
    margin-block: 24px 8px;
    font-family: "AktivGrotesk" !important;
    color: #000;
}

.recruiter-list p {
    font-size: 18px;
    margin: 0;
    font-family: "AktivGrotesk" !important;
    color: #000;
}

.recruiter-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #d1d1d1;
    margin-top: 20px;
    padding-top: 24px;
}

.recruiter-tags span.tag-badge {
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #000;
    background-color: #c6d8f1;
    line-height: 12px;
    border-radius: 100px;
    font-family: "AktivGrotesk" !important;
    margin: 5px;
}

.blog_single_content a.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: 17px 30px;
    font-size: 1.125em;
}

.blog_single_content a {
    color: #000;
}
.reinveting_hiring_section {
    background-color: #e4f0ff !important;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/arrg-shp.svg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 13px left 0, top 43px right 18px, bottom center;
}

.we_act_as .e-con-inner {
    padding-top: 0 !important;
}
.we_act_as {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), linear-gradient(180deg, #fff 67.44%, #e4f0ff 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: top 13px left 0, top 43px right 18px;
}
.everything_you_need_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), linear-gradient(180deg, #e4f0ff 67.44%, #ffffff 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: top 13px left 0, top 43px right 18px, top;
}


.working_with_simple {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg),
    url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg);
    background-color: #fff;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 13px left 0, top 43px right 18px, right 0 top 0;
}
.happy_faq_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 23px left 31px, top 33px right 6px;
    background-color: #e4f0ff;
}
.how_it_heading {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 13px left 0, top 43px right 18px;
}
.we_handle_section .working_with_simple_text p {
    font-weight: 400;
}
.we_handle_section .working_with_simple_images {
    max-width: 84% !important;
}
.we_handle_section .working_with_simple_images:before {
    transform: rotate(-8deg);
}
 .we_handle_section{
        padding: 80px 10px !important;
 }

.function_area_main_section{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg),
    url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg),
    url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/industriesbg.svg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 30px left 0, top 30px right 0, left top;
}

.function_area_main_section {
    padding: 80px 0 !important;
}

.main_heading_sec p.rs_page_title strong {
    font-family: 'AktivGrotesk';
}

.price_pg_faq {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/industriesbg.svg), linear-gradient(180deg, #fff 67.44%, #e4f0ff 100%);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top 30px left 0, top 30px right 0, left top, bottom center;
}

.blog_single_content h2 {
    color: #000 !important;
}
.main_pg_faq_sec{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg),
    url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg),
    url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/industriesbg.svg), linear-gradient(180deg, #fff 67.44%, #e4f0ff 100%);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top 30px left 0, top 30px right 0, left top, bottom center;
}



.our_mission{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/whylefticon.svg),
    url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 40px left 4px, top 43px right 18px;
    overflow-x: hidden;
}


.page-id-21 .ast-container {
    max-width: 100%;
    padding: 0 !important;
    text-align: center;
}
.page-id-21 .ast-container header.entry-header {
    display: none;
}
.page-id-21 .ast-container .content-area {
    margin: 0 !important;
}
.blog_single_content a img {
    object-fit: cover;
    border-radius: 24px;
    vertical-align: middle;
    margin-block: 0;
    box-shadow: 3px 4px 0 0 #000;
}
.blog_single_content a.wp-block-button__link {
    background: #32373c !important;
}


















@media(max-width: 1440px){
.we_act_as_images {
    width: 37vw !important;
    z-index: 2 !important;
    padding-left: 20px !important;
}

.how_to_row_img_first:before,
.how_to_row_img_three:before {
    right: -60px !important;
    width: 400px !important;
}
.how_to_row_img_secound:before,
.how_to_row_img_four:before {
    left: -60px !important;
    width: 400px !important;
}

.onboard_service_right:before {
    right: -60px !important;
    width: 75% !important;
}
.onboard_service_left:before {
    left: -60px !important;
    width: 75% !important;
}


.solution_design_section_img_img {
    width: 35vw !important;
    margin-left: -3vw !important;
}

.back_btn_blog .e-con-inner {
    max-width: 1200px !important;
    padding: 0 10px !important;
}

.everything_you_need_section {
    padding-bottom:60px;
}


}




@media(max-width: 1400px){
.working_with_simple_img:before {
    left: 0px !important;
    width: 120% !important;]
}
.hvac_slider_text.main_banner_heading .n2-ss-item-content {
    font-size: 52px !important;
}

}

@media(max-width: 1368px){
.working_with_simple_img:before {
    width: 130% !important;
}
.main_home_slider_row .n2-ss-layers-container,
.img_logo_section .e-con-inner,
.Hiring_is_hassle_section .e-con-inner,
.reinveting_hiring_section .e-con-inner,
.we_act_as .e-con-inner,
.working_with_simple .e-con-inner,
.why_the_recruiting_section .e-con-inner,
.our_customer_section .e-con-inner,
.happy_faq_section .e-con-inner,
.how_it_work_banner .e-con-inner,
.how_it_heading .e-con-inner,
.how_to_section .e-con-inner,
.about_mission .e-con-inner,
.from_vision_section .e-con-inner,
.solution_design_section .e-con-inner,
.now_box_our_sec .e-con-inner,
.hvac_section .e-con-inner,
.rpo_traditional_section .e-con-inner,
.rs_enterprenurs_section .e-con-inner,
.here_what_need_section .e-con-inner,
.contact_infomation .e-con-inner,
.news_main_section .e-con-inner,
.main_blog_pages_section .e-con-inner,
.anyone_spare_time_sec .e-con-inner,
.get_started_section .e-con-inner,
.featured_team_section .e-con-inner{
    max-width: 1140px !important;
}
.happy_faq_section .happy_faq_items .e-con-inner {
    max-width: 100% !important;
    padding: 0 50px;
}
.hero_slider_text2 {
    left: 10px;
}

.hero_slider_text3 {
    left: -19px;
}
.ast-builder-menu-1 {
    padding-left: 0 !important;
}


.we_handle_section {
    margin-top: 0 !important;
}
.how_to_row:after {
    width: 70% !important;
    bottom: -54px !important;
    height: 69px;
}
.all_heading_section .e-con-inner {
    max-width: 1140px !important;
}
.onboard_service_row .e-con-inner {
    max-width: 1140px !important;
}
.onboard_service_row {
    padding-top: 25px;
    padding-bottom: 25px;
}
.main_blog_heading_sec {
    padding-top: 30px;
}


.generate_secound_sec_img {
    max-width: 370px !important;
    margin: auto !important;
}
.genural_img_tage p {
    font-size: 14px !important;
}









}


@media(max-width: 1199px){
.ast-above-header.ast-above-header-bar,
.ast-header-break-point #masthead.site-header .ast-above-header-bar,
.ast-primary-header-bar {
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.main_home_slider_row .n2-ss-layers-container,
.img_logo_section .e-con-inner,
.Hiring_is_hassle_section .e-con-inner,
.reinveting_hiring_section .e-con-inner,
.we_act_as .e-con-inner,
.working_with_simple .e-con-inner,
.why_the_recruiting_section .e-con-inner,
.our_customer_section .e-con-inner,
.happy_faq_section .e-con-inner,
.how_it_work_banner .e-con-inner,
.how_it_heading .e-con-inner,
.how_to_section .e-con-inner,
.function_area_main_section_tabing_content .e-con-inner,
.about_mission .e-con-inner,
.from_vision_section .e-con-inner,
.solution_design_section .e-con-inner,
.now_box_our_sec .e-con-inner,
.hvac_section .e-con-inner,
.rpo_traditional_section .e-con-inner,
.rs_enterprenurs_section .e-con-inner,
.here_what_need_section .e-con-inner,
.contact_infomation .e-con-inner,
.news_main_section .e-con-inner,
.main_blog_pages_section .e-con-inner,
.anyone_spare_time_sec .e-con-inner,
.get_started_section .e-con-inner,
.build_recruiting_section .e-con-inner,
.featured_team_section .e-con-inner{
    max-width: 960px !important;
    flex-wrap: wrap !important;
    padding-left: 20px !important; 
    padding-right: 20px !important;
}
.modal_videos a,
.get_an_btn a {
    padding: 15px 20px !important;
}
.every_heading_text h2:after {
    right: 0;
}
.every_heading_text h2{
    font-size: 46px !important;
}
.everything_you_need_main_img:after {
    left: -30px;
    width: 100px;
    height: 60px;
    background-size: contain;
}
.everything_you_need_main_tabing {
    padding: 0 50px;
}
.everything_you_need_main_images {
    padding-right: 50px;
}
.site-above-footer-wrap .ast-builder-grid-row-container-inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 10px;
}
.site-primary-footer-wrap .ast-builder-grid-row-container-inner {
    max-width: 960px;
    margin: auto;
    padding: 0 10px;
}
.site-footer-primary-section-4 {
    padding-left: 20px;
}

.main_home_slider_row .n2-ss-layer-row-inner {
    flex-wrap: wrap !important;
}

.main_home_slider_row .n2-ss-layer-row-inner .slide_left {
    width: 100% !important;
    order: 2;
    margin-bottom: 30px !important;
}

.main_home_slider_row .n2-ss-layer-row-inner .n2-ss-layer.n2-ow {
    width: 100% !important;
}

.main_home_slider_row .n2-ss-slide {
    height: auto !important;
    padding-bottom: 30px !important;
}
.main_banner_heading .n2-ss-item-content,
.main_banner_desc p,
.main_banner_think .n2-ss-item-content {
    text-align: center !important;
}
.main_home_slider_row .n2-ss-layer.n2-ow.n2-ss-layer--block .n2-ss-layer-row-inner .n2-ss-layer.n2-ow.n2-ss-layer--block.n2-ss-has-self-align.slide_btn_row {
    width: 100% !important;
}
.main_home_slider_row .n2-ss-layer.n2-ow.n2-ss-layer--block .n2-ss-layer-row-inner .n2-ss-layer.n2-ow.n2-ss-layer--block.n2-ss-has-self-align.slide_btn_row .n2-ss-layer {
    width: max-content !important;
}
.hiring_image_section {
    width: 100% !important;
    margin: 0 auto 50px !important;
}
.hiring_hassle_text {
    width: 90% !important;
    margin: auto !important;
}
.reque_img_line {
    max-width: 90% !important;
}
.happy_faq_section h2 span:after{
    display: none !important;
}
.we_act_as_text {
    order: 2;
    width: 100% !important;
    padding: 0 !important;
}


.we_act_as .e-con-inner {
    padding: 0 15px !important;
}
.we_act_as_images {
    width: 90% !important;
    z-index: 2 !important;
    padding-left: 0px !important;
    margin: 0 auto 30px !important;
}

.everything_you_need_main_images {
    width: 100% !important;
    order: 1 !important;
}

.everything_you_need_main_text {
    width: 90% !important;
    order: 2;
    margin: auto !important;
}
.everything_you_need_main_tabing {
    flex-wrap: wrap !important;
}

.working_with_simple_text {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 40px !important;
}

.working_with_simple_img {
    padding: 0 !important;
    width: 100% !important;
}
.our_customer_review_text p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}
.happy_faq_section details.e-n-accordion-item summary.e-n-accordion-item-title {
    padding: 30px 20px !important;
}
.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    display: flex !important;
    flex-wrap: wrap;
}

.ast-builder-footer-grid-columns.ast-builder-grid-row .site-footer-section {
    width: 30%;
}
.site-above-footer-wrap .site-footer-section {
    width: 100%;
}

.site-below-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack
 .site-footer-below-section-1.site-footer-section.site-footer-section-1 {
    width: 100%;
}
.site-above-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack .site-footer-above-section-1.site-footer-section {
    width: 100%;
}
.ast-custom-button {
    background: #e31a4b !important;
    font-weight: 400 !important;
}
.ast-custom-button:hover{
    background: #c10f3f !important;
}
.main-header-menu-toggle svg.ast-mobile-svg {
    fill: #000000 !important;
}
button.menu-toggle.main-header-menu-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.ast-mobile-header-content.content-align-flex-start {
    height: 100vh !important;
}
ul#ast-hf-mobile-menu {
    width: 100%;
    padding: 10px 20px;
}
.ast-header-break-point .main-navigation .stack-on-mobile li {
    margin: 0 !important;
}
#ast-mobile-header .content-align-flex-start {
    max-height: 100vh !important;
}
.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
    right: 2px!important;
    top: 2px !important;
    padding: 0 !important;
    width: auto !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
.ast-header-break-point .ast-icon.icon-arrow svg {
    width: 10px !important;
    height: 10px !important;
}

.ast-header-break-point .main-header-menu .sub-menu svg.ast-arrow-svg {
    display: none !important;
}
.sub-menu {
    padding: 0px 0 !important;
    width: 200px !important;
    margin-top: 4px !important;
}
.we_act_as_img {
    width: 90%;
    padding: 0;
    margin: 40px auto 0 !important;
}


.how_to_row_text h2 {
    font-size: 70px;
}
.how_to_row_img:before{
    height: 400px !important;
}
.how_to_row_first .how_to_row_text,
.how_to_row_three .how_to_row_text {
    padding-right: 0 !important;
}
.how_to_row_secound .how_to_row_text,
.how_to_row_four .how_to_row_text{
    padding-left: 0 !important;
}
.how_to_row:after {
    bottom: -44px !important;
}
.how_to_row_four {
    padding-bottom: 50px !important;
}




.our_recruiting_section .how_it_work_banner_images {
    margin: auto !important;
}
.site-primary-footer-wrap .ast-builder-grid-row-container-inner {
    max-width: 960px;
    width: 100% !important;
}



.how_it_work_banner_images {
    margin: auto !important;
}

.main_heading_sec .e-con-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
}


.all_heading_section .e-con-inner {
    max-width: 960px !important;
}
.onboard_service_row .e-con-inner {
    max-width: 960px !important;
}


.onboard_service_right:before {
    right: -10px !important;
    width: 70% !important;
}
.onboard_service_left:before {
    left: -10px !important;
    width: 70% !important;
}

.vision_icon_img {
    left: 0% !important;
}

.from_vision_img_images {
    max-width: 380px !important;
}
.solution_design_section_text {
    padding-right: 0;
}

.hvac_row {
    flex-wrap: wrap !important;
    justify-content: space-between;
}

.rs_hero_bullet_points li {
    font-size: 14px;
}
.rs_hero_bullet_points {
    left: -110px;
    padding: 0 !important;
}


.news_main_postes .uael-post-wrapper-featured .uael-post__inner-wrap {
    height: auto !important;
}
.news_main_postes .uael-post-wrapper-featured .uael-post__content-wrap {
    margin-top: 20px !important;
}
.blog_single_content {
    max-width: 900px !important;
    margin: 80px auto 0 !important;
}

.generate_secound_sec_img {
    width: 50% !important;
}

.generate_secound_sec_text {
    width: 48% !important;
}
.generate_secound_sec_img {
    max-width: 290px !important;
}
.genural_img_tage {
    left: 15px;
    bottom: 18px !important;
    padding: 20px !important;
}
.genural_img_tage p {
    font-size: 12px !important;
}
.here_what_need_section h2 b:before {
    right: -390px;
}
.built_in_infrastru{
    overflow: hidden;
}
.recruiter-list {
    padding: 24px 15px;
}

.my_slick_slider p {
    font-size: 17px;
}

/* mobile menu */

ul li ul.sub-menu {
    width: 100% !important;
    border: none !important;
    margin: 0 !important;
    border-top: 1px solid #ccc !important;
    transition: unset !important;
    opacity: 1 !important;
    border-radius: 0 !important;
}
ul li ul.sub-menu li.menu-item {
    padding: 0 10px !important;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover > .menu-link,
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle {
    background: transparent !important;
}

ul#menu-header-actions-menu {
    padding: 0px 20px;
}
ul#menu-header-actions-menu a.menu-link {
    font-size: 14px;
    font-weight: 400;
    color: black !important;
}
.widget_nav_menu li.menu-item.menu-item-1471 {
    display: none;
}
.widget_nav_menu li.menu-item-has-children > a{
    position: relative;
    display: block;
}
.widget_nav_menu li.menu-item-has-children > a.menu-link:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(https://therecruitingsquad.com/wp-content/uploads/2025/08/sample-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    margin-top: 4px;
}
.ast-main-header-nav-open {
    overflow: hidden;
}
.widget_nav_menu ul ul.sub-menu{
    margin: 8px 0 0 !important;
    padding-top: 5px !important;
}
.widget_nav_menu ul ul.sub-menu li.menu-item {
    height: 42px;
    display: flex;
}
.widget_nav_menu ul ul.sub-menu li.menu-item a.menu-link {
    padding: 0 !important;
    display: flex;
    align-items: center;
}
.widget_nav_menu ul ul.sub-menu li.menu-item .menu-link span.ast-icon.icon-arrow {
    display: none !important;
}
.ast-main-header-nav-open .main-header-bar.site-primary-header-wrap {
    background: rgb(255 255 255 / 80%);
    z-index: 1;
    box-shadow: 0 12px 20px 0 rgba(16, 24, 40, .06);
    border: none;
}

.widget_nav_menu li.menu-item-has-children > a.menu-link {
    border: 1px solid red;
    text-align: center;
    border: 2px solid #e31a4b;
    border-radius: 100px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}
    
ul#menu-header-actions-menu li.menu-item.menu-item-56 {
    background: #e31a4b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    border-radius: 33px;
    margin-bottom: 10px;
    width: 90%;
}

ul#menu-header-actions-menu li.menu-item.menu-item-56 a.menu-link {
    color: #fff !important;
}










}




@media(max-width: 991px){
.how_it_work_banner_img_icon {
    right: -20px !important;
}
.how_it_work_banner_images {
    margin: auto !important;
}

.get_start_btn {
    position: absolute !important;
    bottom: -80px;
}
.how_it_work_banner .e-con-inner {
    position: relative !important;
}
.how_it_work_banner_text {
    position: static !important;
}
.how_it_work_banner {
    padding: 70px 0 140px !important;
}
.how_it_work_banner_img_icon {
    right: -40px !important;
}
.how_to_row:after{
    display: none !important;
}
.how_to_row_img {
    padding: 30px 30px !important;
}
.how_to_row_img:after {
    right: 0px !important;
    top: -9px !important;
}
.how_to_row_img:before {
    height: calc(100% + 70px) !important;
    width: calc(100% + 100px) !important;
    left: -40px !important;
    top: -30px !important;
}
.how_to_row {
    padding: 0px 0 70px !important;
}

.how_to_row_text {
    order: 1 !important;
}
.how_to_row_img {
    order: 2 !important;
    margin-top: 20px !important;
}
.we_handle_section {
    margin-top: 50px !important;
}

.how_to_row_img_secound:after,
.how_to_row_img_four:after {
    left: 0 !important;
    right: auto !important;
}

.ast-above-header.ast-above-header-bar,
.ast-header-break-point #masthead.site-header .ast-above-header-bar,
.ast-primary-header-bar {
    padding-left: 30px !important;
    padding-right: 30px !important;
}


.all_heading_section .e-con-inner {
    max-width: 720px !important;
}
.onboard_service_row .e-con-inner {
    max-width: 720px !important;
    flex-wrap: wrap !important;
}
.onboard_service_text {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px;
    order: 1 !important;
}
.onboard_service_img {
    width: 70% !important;
    order: 2 !important;
    padding: 0 !important;
}

.onboard_service_right{
    margin-left: auto !important;
}

.faq_video_container_video {
    max-width: 660px !important;
}


.about_banner .e-con-inner {
    padding-left: 20px;
    padding-right: 20px;
}
.about_banner .e-con-inner h1 {
    max-width: 700px !important;
    display: block !important;
}
.about_banner_img {
    max-width: 600px !important;
}
.about_mission_text {
    position: static !important;
}

.about_mission_text .elementor-element {
    position: static !important;
}
.about_mission_text h2 {
    position: absolute !important;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.from_vision_section .e-con-inner {
    flex-wrap: wrap !important;
}
.from_vision_text {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 30px;
}

.solution_design_section_img_img {
    width: 100% !important;
    margin-left: 0 !important;
}
.solution_design_section .e-con-inner {
    flex-wrap: wrap !important;
}

.solution_design_section_img {
    width: 100% !important;
    order: 2 !important;
    padding: 0 !important;
}

.solution_design_section_text {
    width: 100% !important;
    padding: 0 !important;
    order: 1 !important;
    margin-bottom: 30px;
}
.now_box_our_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

footer:after {
    height: 120px;
}
.hvac_slider_text.main_banner_heading .n2-ss-item-content {
    font-size: 37px !important;
}

.here_what_need_section h2 b:before{
    display: none;
}



.rs_enterprenurs_section h2 b:before {
    right: -160px;
}

.here_what_need_grid {
    display: flex !important;
    flex-wrap: wrap !important;
}
.everything_you_need_main_images {
    order: 1 !important;
}
.everything_you_need_main_text {
    order: 2 !important;
}
.happy_faq_section details.e-n-accordion-item summary.e-n-accordion-item-title {
    padding: 30px 80px 30px 20px !important;
}

.news_main_section .e-con-inner h2 {
    font-size: 36px !important;
}

.news_main_section .uael-post-wrapper.uael-post-wrapper-featured.guides {
    width: 100% !important;
    margin-bottom: 30px;
}
.news_main_section .uael-post-grid__inner {
    width: 100% !important;
}
.news_main_section .uael-post-image-left {
    flex-wrap: wrap !important;
}
.news_main_section .elementor-widget-heading {
    margin-bottom: 10px !important;
}

.blog_single_heading h1 {
    font-size: 36px !important;
}


.blog_single_heading .elementor-social-icons-wrapper {
    gap: 0 !important;
}
.anyone_spare_time_sec_grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}
.anyone_spare_time_sec_list {
    width: 48% !important;
}

.get_started_list:after{
            right: -66px;
        top: 70px;
        height: 13px;
        width: 110px;
}


.client_advisor_progrom .elementor-element {
    width: 100% !important;
}
.client_advisor_progrom .elementor-widget-image {
    position: static !important;
}
.client_advisor_progrom {
    padding-bottom: 0 !important;
}


.generate_secound_sec_img {
    max-width: 350px !important;
    width: 100% !important;
}
.generate_secound_sec_text {
    width: 100% !important;
}

.recruiter-list {
    padding: 24px;
}
.recruiter-card {
    width: 50%;
}
.my_slick_slider p {
    font-size: 13px;
}
.my_slick_slider p {
    padding-left: 19px;
    background-size: 12px;
}

.ast-main-header-nav-open {
    overflow: hidden;
}








}






@media(max-width: 767px){
.ast-above-header.ast-above-header-bar, .ast-header-break-point #masthead.site-header .ast-above-header-bar, .ast-primary-header-bar {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.site-header-primary-section-left {
    width: 20% !important;
}
.ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-grid-center-col-layout {
    display: flex;
    gap: 0;
}
.site-header-primary-section-center {
    width: 40% !important;
}
.site-header-primary-section-right {
    width: 40% !important;
}
.main_home_slider_row .n2-ss-layer-row-inner .n2-ss-layer.n2-ow {
    order: 1 !important;
}
.image_box_sec {
    margin: 0 !important;
    width: 70% !important;
    max-width: 70% !important;
}
.hero_slider_text1,
.hero_slider_text2,
.hero_slider_text3 {
    top: 50% !important;
    left: 50px;
    z-index: 3 !important;
}
.hero_slider_text2 {
    top: 61% !important;   
        left: 10px !important;
}
.hero_slider_text1 h3, .hero_slider_text2 h3, .hero_slider_text3 h3 {
    font-size: 12px !important;
    padding: 5px 20px 5px 20px !important;
}
.hero_slider_text3 {
    left: 72px;
        top: 72% !important;
}
.main_banner_heading .n2-ss-item-content {
    font-size: 36px !important;
}
.n2-ss-layer.slide_btn_row .n2-ss-layer.n2-ow {
    width: 100% !important;
    margin: 0 !important;
}
.n2-ss-layer.slide_btn_row .n2-ss-layer-col {
    width: 100% !important;
    padding: 0 !important;
}
.hiring_image_section {
    width: 80% !important;
}
.hirung_icon {
    width: 100px !important;
    left: -44px !important;
}
.main_home_slider_row .n2-ss-layers-container,
.img_logo_section .e-con-inner, .Hiring_is_hassle_section .e-con-inner,
.reinveting_hiring_section .e-con-inner,
.we_act_as .e-con-inner, .working_with_simple .e-con-inner,
.why_the_recruiting_section .e-con-inner,
.our_customer_section .e-con-inner,
.happy_faq_section .e-con-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.hiring_hassle_text {
    width: 100% !important;
}

.reque_img_line img {
    border: 2px solid #000 !important;
    border-radius: 10px 10px !important;
}
.reque_img_line:before {
    height: 100% !important;
}
.reque_img_line {
    margin-bottom: 60px !important;
}
.we_act_as_img {
    padding: 0 !important;
}
.we_act_as_images {
    width: 97% !important;
}
.we_act_as {
    padding: 80px 0 0 !important;
}
.every_heading_text h2 {
    font-size: 24px !important;
    margin-bottom: 20px !important;
}

.everything_you_need_main_according {
    border-left: none;
    padding-left: 0px !important;
}
.everything_you_need_main_according details .e-n-accordion-item-title:before{
    display: none !important;
}
.everything_you_need_main_text {
    width: 100% !important;
    order: 2 !important;
}
.everything_you_need_main_images {
    order: 1 !important;
    width: 80% !important;
    margin: 40px auto 0;
}
.everything_you_need_main_according .e-n-accordion-item-title .e-n-accordion-item-title-text {
    font-size: 20px;
}
.everything_you_need_main_according_items p {
    font-size: 16px !important;
}
.everything_you_need_main_according span.e-n-accordion-item-title-header {
    padding: 16px 0;
}
.everything_you_need_main_tabing {
    margin: 30px auto 0 !important;
    justify-content: center !important;
}
.everything_you_need_section {
    padding: 100px 10px 0px;
}
.working_with_simple_text ul li span {
    font-size: 16px !important;
}
.working_with_simple_img {
    width: 80% !important;
    margin: auto !important;
}
.working_with_simple{
    padding: 60px 10px !important;
}
.why_the_recruiting_section {
    padding: 60px 0 !important;
}
.why_the_recruiting_list {
    height: auto !important;
    margin: 10px 0;
}

.why_the_recruiting_row {
    display: block !important;
}
.our_customer_heading h2 {
    font-size: 25px !important;
}

.our_customer_review {
    padding: 50px 20px !important;
}
.our_customer_review_img  img {
    width: 44% !important;
    margin: auto !important;
}
.our_customer_review_img{
    height: 140px !important;
    margin-top: 20px;
}

.our_customer_review:before {
    top: -18px !important;
    left: 29px !important;
    width: 56px !important;
    height: 36px !important;
}
.our_customer_review:after {
    bottom: -17px !important;
    right: 30px !important;
    width: 56px !important;
    height: 36px !important;
}

.happy_faq_section {
    padding: 0px 10px 70px !important;
}

.happy_faq_section details.e-n-accordion-item .e-n-accordion-item-title-text {
    font-size: 16px !important; 
    padding-right: 30px;
    display: block !important;
}
.happy_faq_items .elementor-element p {
    font-size: 16px;
}
.happy_faq_section .happy_faq_items .e-con-inner {
    padding: 0 20px 0 30px !important;
}

.happy_faq_section span.e-n-accordion-item-title-icon {
    right: 10px;
    width: 35px !important;
    height: 35px !important;
}

.happy_faq_section span.e-n-accordion-item-title-icon:before {
    top: 9px;
    width: 11px;
    height: 11px;
    border-bottom: 2px solid #255ba4;
    border-right: 2px solid #255ba4;
}
.happy_faq_section .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title span.e-n-accordion-item-title-icon:before {
    top: 14px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.slide_btn_row{
    display: none !important;
}
.slide_btn_row.mobie_btn{
    margin-top: 50px !important;
    display: block !important;
}

.slide_btn_row.mobie_btn .n2-ss-layer-row-inner {
    flex-wrap: wrap !important;
}
.img_logo_section:before,
.our_customer_section:before{
    width: 60px !important;
    height: 90px !important;
}
.img_logo_section:after,
.our_customer_section:after{
    width: 60px !important;
    height: 90px !important;
}
.img_logo_section {
    padding-top: 50px !important;
}
.slide_btn_row.mobie_btn .n2-ss-layer-row-inner {
    margin: 0 !important;
}
.slide_btn_row.mobie_btn .n2-ss-layer-row-inner .n2-ss-layer {
    flex: auto !important;
}
.our_customer_section{
    padding: 60px 10px 100px !important;
}


.get_start_btn {
    width: 100%;
    text-align: center;
}
.how_it_work_banner_text a.elementor-button {
    width: 90%;
}
.how_to_row_text h3 {
    font-size: 20px !important;
}
.how_to_row_text p {
    font-size: 16px !important;
}
.how_to_section .e-con-inner {
    padding: 0 !important;
}

.how_to_row_img:before {
    height: calc(100% + 30px) !important;
    width: calc(100% + 170px) !important;
    left: -40px !important;
    top: -20px !important;
}
.how_to_row_img:after {
    height: 54px !important;
    width: 54px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.how_to_row_text{
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
.how_to_row.how_to_row_secound {
    padding-bottom: 70px !important;
}
.working_with_simple.we_handle_section {
    margin-top: 10px !important;
}


.how_it_work_banner_img_icon {
    right: -30px !important;
}
.how_it_work_banner_img_icon img {
    width: 70px;
}

.how_it_work_banner_images {
    max-width: 80% !important;
}

.how_it_work_banner .e-con-inner {
    padding: 0 10px !important;
}



.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle{
    background: transparent !important;
}

.function_area_main_section_tabing .e-n-tabs-heading {
    width: max-content !important;
    display: flex !important;
}
.function_area_main_section_tabing .e-n-tabs-heading button {
    margin: 0 !important;
}
.function_area_main_section {
    padding: 70px 0 !important;
}

.function_area_main_section_tabing_list figure.elementor-image-box-img {
    margin-left: 0 !important;
}


.function_area_main_section_tabing_content .e-con-inner {
    max-width: 540px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.faq_heading_section .all_btn {
    position: absolute !important; 
    bottom: -90px;
    width: 100%;
    left: 0;
}
.faq_heading_section .all_btn a.elementor-button {
    width: 100%;
}
.faq_heading_section {
    padding-bottom: 90px !important;
}

.faq_heading_section .all_btn a.elementor-button {
    padding: 17px 30px;
    font-size: 14px;
}

.about_banner_img:before {
    height: 100%;
    border-radius: 20px;
}
.from_vision_img_images {
    margin-left: 0 !important;
    margin-top: 20px !important;
}

.footer-widget-area figure.wp-block-image img {
    max-width: 25% !important;
}
.footer-widget-area .widget_media_image {
    margin-bottom: -70px !important;
}

footer:after{
    display: none;
}
footer {
    padding-bottom: 0;
}
.hvac_left_slid {
    order: 1 !important;
}
.rs_enterprenurs_section h2 b:before {
    right: -50px;
}

.join_the_squad .all_btn {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}
.join_the_squad .all_btn a{
    width: 100%;
        padding: 17px 30px;
    font-size: 14px;
}

.rpo_traditional_section_row {
    background-image: none;
}


.happy_faq_section details.e-n-accordion-item .e-n-accordion-item-title-text {
    padding-right: 0;
}
.happy_faq_section details.e-n-accordion-item summary.e-n-accordion-item-title {
    padding: 30px 55px 30px 20px !important;
}




.rs_hero_bullet_points li {
    font-size: 10px;
    line-height: 16px;
    padding: 6px 9px 6px 25px;
    background-position: left 10px top 9px;
    background-size: 10px;
}

.rs_hero_bullet_points {
    left: 50%;
    width: max-content;
}
.news_main_postes .uael-post-wrapper-featured .uael-post__thumbnail {
    position: relative !important;
}
.blog_single_heading ul.elementor-icon-list-items {
    width: 100%;
    margin: auto;
}

.get_started_list:after{
    display: none;
}
.anyone_spare_time_sec_list {
    width: 100% !important;
}

.client_advisor_progrom h2 {
    font-size: 24px;
}


.enterpreneurs_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/buildiconmob.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/wantedbg.svg);
    background-position: top 0 left 0, top right;
    background-size: auto;
}
.built_in_infrastru{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/buildiconmob.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/buildinbg.svg);
    background-position: top 0 left 0, center center;
    background-size: auto, 100%;
}


.get_started_section{
    background-image: url("https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/buildiconmob.svg"),url("https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/builtlastbg.svg");
    background-position: top 0 left 0,center center;
    background-size: auto,100%;
}

.build_recruiting_section{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/buildiconmob.svg);
        background-position: top 0 left 0;
        background-size: auto;
}
.generate_secound_section{
    background-image: url("https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/buildiconmob.svg"), linear-gradient(180deg, #fff 67.44%, #e4f0ff 100%);
    background-position: top 0 left 0;
    background-size: auto;
}
.meet_squad_pg {
    background-position: center bottom;
    background-size: 100%;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/heroShapeMob.svg);
    background-repeat: no-repeat;
}
.featured_team_section h2 b:before {
    top: -28px;
    right: -47px;
    width: 50px;
    height: 50px;
}
.featured_team_section .nice-select {
    margin: 0px auto 20px !important;
}
.how_it_work_banner{
    background-position: center bottom;
    background-size: 100%;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/heroShapeMob.svg);
    background-repeat: no-repeat;
}

.how_it_heading{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/leftShapeMobhiw.svg), url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightShapeMobhiw.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 5px left 0, top 0 right 0;
}

.we_handle_section{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/heroBottomMob.svg);
    background-color: #e4f0ff;
    background-repeat: no-repeat;
    background-position: right 0 bottom 0;
    background-size: 100%;
}

.function_area_main_section{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/industriesbg.svg);
    background-repeat: no-repeat;
    background-position: left top;
}



.function_area_main_section_tabing_heading h2 b:before {
    top: -33px !important;
    right: -40px !important;
    height: 50px !important;
    width: 50px !important;
    background-position: center;
    background-size: contain;
}



.from_vision_section {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/trsicon.svg),
    url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/trsmob.svg);
    background-color: #e4f0ff;
    background-repeat: no-repeat, no-repeat;
    background-position: top 0 left 0, bottom right;
}





}





@media(max-width: 580px){
.we_act_as_img {
    margin: 10px auto 0 !important;
}
.working_with_simple_img:before {
    left: 0px !important;
    top: -150% !important;
}
.why_the_recruiting_list .elementor-image-box-wrapper h3 {
    font-size: 16px;
}
.why_the_recruiting_list .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 56px !important;
    height: 56px !important;
}
.why_the_recruiting_list {
    padding: 0 !important;
}
.ast-builder-footer-grid-columns.ast-builder-grid-row .site-footer-section {
    width: 100%;
    margin-bottom: 20px !important;
}
.site-footer-primary-section-4 {
    padding-left: 0;
} 
.site-footer-primary-section-5.site-footer-section.site-footer-section-5 {
    margin-top: 30px !important;
}
.site-footer-primary-section-5.site-footer-section.site-footer-section-5 h2.rs_footer_menu_title {
    text-align: center !important;
}

.rs_footer_grid_item a.btn {
    width: 100% !important;
    text-align: center !important;
}



.function_area_main_section_tabing_list h3.elementor-image-box-title {
    font-size: 16px !important;
}
.function_area_main_section_tabing_text h2 {
    font-size: 16px;
}
.function_area_main_section_tabing_list figure.elementor-image-box-img {
    display: flex !important;
    height: 56px !important;
    width: 56px !important;
    padding: 0 !important;
    justify-content: center !important;
    align-items: center !important;
}
 .function_area_main_section_tabing_content .e-con-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.function_area_main_section_tabing .e-n-tabs-heading button {
    font-size: 12px !important;
    padding: 15px 35px !important;
}
.function_area_main_section_tabing_heading {
    margin-bottom: 20px !important;
}
.function_area_main_section_tabing_text li.elementor-icon-list-item span {
    font-size: 16px !important;
}
.function_area_main_section_tabing .e-n-tabs-heading button span {
    font-weight: 400 !important;
    font-size: 12px !important;
}

.onboard_service_img {
    width: 100% !important;
}
.onboarding_heading {
    padding-bottom: 30px !important;
}
.onboarding_heading:after,
.onboarding_heading:before{
    display: none !important;
}
.main_pg_faq_sec {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.about_banner_img {
    max-width: 330px !important;
}
.about_banner_img:after {
    height: 34px;
    width: 64px;
    right: -20px;
    top: -48px;
    background-size: contain;
    background-repeat: no-repeat;
}
.about_banner_img:before {
    border-radius: 6px;
}
.how_it_heading h2 b:before {
    right: -37px;
    width: 45px;
    height: 45px;
    top: -30px;
}
.about_mission_text h2:after {
    content: '' !important;
    right: -46px;
    width: 55px;
    height: 55px;
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/titleIcon.svg);
    background-repeat: no-repeat;
    top: -32px;
    background-size: contain !important;
}

 .about_mission .e-con-inner,
 .from_vision_section .e-con-inner,
 .solution_design_section .e-con-inner,
 .now_box_our_sec .e-con-inner,
 .hvac_section .e-con-inner,
 .rpo_traditional_section .e-con-inner,
 .rs_enterprenurs_section .e-con-inner,
 .here_what_need_section .e-con-inner,
 .contact_infomation .e-con-inner,
 .news_main_section .e-con-inner,
 .main_blog_pages_section .e-con-inner,
 .anyone_spare_time_sec .e-con-inner,
.get_started_section .e-con-inner,
.build_recruiting_section .e-con-inner,
.featured_team_section .e-con-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
 }
.vision_icon_img {
    left: 5% !important;
    width: 70px;
}
.from_vision_img {
    width: 87% !important;
    padding-left: 54px !important;
}
.main_banner_heading {
    margin: 30px 0 20px !important;
}
.site-above-footer-wrap {
    padding-top: 60px !important;
}
.solution_design_section_img {
    padding: 0 10px !important;
}
.now_box_our_row {
    padding: 40px 24px !important;
}
.now_box_our_row .all_btn {
    width: 100% !important;
}
.now_box_our_row .all_btn a {
    width: 100% !important;
}
span#cal_est_t_positions_2,
span#cal_est_t_positions {
    font-size: 16px;
}

.n2-section-smartslider .n2-ss-slider .slide_btn_row.mobie_btn .n2-ss-layer {
    width: 100% !important;
    display: block !important;
    max-width: 100% !important;
}

.n2-ss-slider .slide_btn_row.mobie_btn .n2-ss-layer .n2-ss-button-container {
    width: 100% !important;
    max-width: 100% !important;
}

.n2-ss-slider .slide_btn_row.mobie_btn .n2-ss-layer a {
    width: 80% !important;
    max-width: 80% !important;
}
.hvac_row_list {
    width: 100% !important;
}
.hvac_section h2 b:before{
    display: none;
}
.request_demo_form .form-container .row .form-group{
    width: 100%;
}
.request_demo_form .form-container .form-group {
    margin-bottom: 15px;
}
.request_demo_form {
    padding: 40px 24px !important;
}
.request_demo_form button.btn {
    position: static;
    width: 100%;
    margin-top: 15px;
}
.new_footer_grid_logo img {
    height: 70px !important;
    margin-top: 18px;
}

.new_footer_grid_menu {
    padding-top: 50px !important;
}
.hvac_slider_text {
    margin-top: 20px !important;
}
.rs_enterprenurs_section h2 b:before{
    display: none;
}

.everything_you_need_main_according_items {
    padding: 0 !important;
}

.everything_you_need_main_according_items {
    padding: 0 !important;
}
.join_sq_pg .everything_you_need_main_according_items p {
    font-weight: 400 !important;
}
.privacy-policy .site-content .ast-container,
.page-id-71 .site-content .ast-container{
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
}
.privacy-policy header.entry-header h1.entry-title,
.page-id-71 header.entry-header h1.entry-title{
    font-size: 36px;
}
.privacy-policy h3.wp-block-heading,
.page-id-71 h3.wp-block-heading{
    font-size: 24px;
}
.privacy-policy header.entry-header,
.page-id-71 header.entry-header{
    padding-left: 10px;
    padding-right: 10px;
}

.contact_us_page h1 b:before {
    position: absolute;
    top: -36px;
    right: -30px;
    width: 50px;
    height: 50px;
}
.contact_us_page h1 b {
    width: 90% !important;
    display: block;
    margin: auto;
}
.contact_us_form button.rs_contact_btn {
    position: static;
}
.contact_us_form {
    padding: 40px 24px !important;
}
.contact_us_form .col-md-6 {
    width: 100%;
}
.news_main_postes .uael-post-wrapper-featured .uael-post__thumbnail {
    height: 240px !important;
}
.news_main_postes .uael-post-wrapper-featured .uael-post__title {
    font-size: 20px !important;
}
.news_main_postes .uael-post-wrapper-featured .uael-post__excerpt {
    font-size: 16px !important;
}
.news_main_postes .uael-post-grid__inner a.uael-post__read-more, .news_main_postes .uael-post-wrapper-featured a.uael-post__read-more {
    font-size: 14px !important;
}
h5.uael-post__title {
    font-size: 16px !important;
}
.news_main_postes .uael-post-grid__inner .uael-post__thumbnail {
    border-radius: 10px !important;
    height: 120px;
}
.main_blog_pages_section h3.uael-post__title {
    font-size: 20px !important;
}


.blog_single_content h3.wp-block-heading {
    font-size: 23px !important;
    text-align: left !important;
}
.blog_single_content p {
    text-align: left;
}

.genural_img_tage {
    padding: 15px !important;
}
.genural_img_tage p {
    font-size: 11px !important;
}
.generate_secound_sec_img {
    max-width: 270px !important;
}
.generate_secound_sec_text img {
    width: 70px !important;
}
.build_pg_getting .all_btn a.elementor-button {
    width: 100%;
}

.recruiter-card {
    width: 100%;
}
.featured_team_section{
    background: none !important;
}
.img_logo_section:after{
    display: none !important;
}
.img_logo_section {
    padding-top: 10px !important;
}


.home_hassle_sec {
    padding-top: 60px !important;
}
.everything_you_need_section {
    padding: 70px 10px 0px;
}
.every_heading_text h2:after {
    width: 50px;
    height: 50px;
    top: -33px;
}
.our_customer_review_img {
    height: 230px !important;
}
.our_customer_review_img  img {
    width: 60% !important;
    margin: 30px auto 0 !important;
}
.happy_faq_section {
    padding-top: 50px !important;
}
.price_pg_faq{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/faqmob.svg), linear-gradient(180deg, #fff 67.44%, #e4f0ff 100%);
    background-repeat: no-repeat;
    background-position: top 0 right 0;
    padding: 0 0 60px !important;
}

ul.uael-post__header-filters {
    width: 500px;
    padding-bottom: 0 !important;
}
.uael-post__header-filters-wrap {
    overflow: auto;
}
.faq_heading_section{
    background-position: center;
}
.main_pg_faq_sec {
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/faqmob.svg), linear-gradient(180deg, #fff 67.44%, #e4f0ff 100%);
    background-repeat: no-repeat;
    background-position: top 0 right 0;
}


.our_mission{
    background-image: url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/rightshape.svg),
    url(https://therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/picon.svg);
    background-position: right -51px top -40px, left 27px top 32px;
    background-size: 100px, auto;
}














}
.messages .alert.alert-success {
    margin-bottom: 10px;
    color: green;
    text-align: center;
    line-height: 1.5;
}

.messages .alert.alert-success button.btn-close {
    display: none;
}