/*
Theme Name: Suffice Child
Theme URI: https://wp-themes.com/suffice
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Suffice child theme.
Template: suffice
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: suffice-child
*/

body {
    font-family: 'Roboto', sans-serif;
}
html {
    overflow-x: hidden;
}
a:hover, a:focus {
    outline: none;
}

/* Header */
.header-bottom {
    background-color: #31363F;
}
.navigation-default .menu-primary > ul > li > a, .navigation-default .primary-menu > ul > li > a {
    font-size: 16px;
    font-weight: 700;
}
.navigation-default .menu-primary > ul > li > a, .navigation-default .primary-menu > ul > li > a, .navigation-default .menu-primary > ul > li.current-menu-item > a {
    color: #fff !important;
}
.navigation-default .menu-primary > ul > li > a:focus {
    outline: none;
}
.navigation-default .menu-primary > ul > li > a::before, .navigation-default .primary-menu > ul > li > a::before {
    height: 4px;
    bottom: 0;
    top: inherit;
}
.logo-container img {
    max-width: 240px;
    max-height: 100px;
    width: 100%;
}

/* our Process Tab */
.our-process-tab .elementor-tabs-wrapper {
    border-right: 1px solid #fff;
}
.our-process-tab .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background-color: #fff;
    border-radius: 50px 0 0 50px;
}
.our-process-tab .elementor-tabs-wrapper .elementor-tab-title {
    padding: 16px 30px;
    margin-bottom: 12px;
}
.our-process-tab.elementor-widget-tabs .elementor-tab-content {
    padding: 0 0 0 70px;
}
.our-process-tab ul.our-process-list {
    padding-left: 18px;
}
.our-process-tab ul.our-process-list li {
    padding-left: 10px;
}

/* Clients Icon */
.clients-icon .elementor-image img {
    opacity: 0.5;
    max-width: 130px;
}

/* Footer */
.site-footer {
    margin-top: 0;
    background-color: #31363F;
}
.footer-top .footer-widgets {
    padding: 110px 0 55px;
}
.footer-top .footer-widgets-col--four .footer-widget-area {
    padding: 0 10px;
    width: 17%;
}
.footer-top .footer-widgets-col--four .footer-sidebar-1 {
    width: 38%;
}
.footer-top .footer-widgets-col--four .footer-sidebar-3 {
    width: 25%;
}
.footer-widgets .widget ul li span, .footer-widgets .widget ul li a, .footer-widgets .widget ul li span a {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.footer-widgets .widget_nav_menu .menu li a{
    text-transform: uppercase;
}
.footer-widgets ul.footer-address-info li {
    padding-bottom: 16px;
    display: -webkit-flex;
    display: flex;
}
.footer-top .footer-widget-area .widget {
    margin: 0;
}
.footer-top .footer-widgets-col--four .footer-sidebar-1 .widget_media_image {
    margin-bottom: 20px;
}
.footer-address-info li i {
    width: 20px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.footer-address-info li > a,
.footer-address-info li > span {
    margin-left: 10px;
}
.footer-address-info li {
    padding-bottom: 15px;
}
.footer-top .footer-widgets .widget .widget-title {
    color: #96999D;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 18px;
}
.footer-top .footer-widgets .widget_nav_menu ul li {
    padding-bottom: 0;
}
.footer-top ul.footer-social {
    margin-top: 12px;
    display: inline-block;
    width: 100%;
}
.footer-top ul.footer-social li {
    display: inline-block;
    padding: 0 18px 0 0;
}
.footer-top ul.footer-social li:last-child {
    padding-right: 0;
}
.footer-top .footer-social li a{
    display: block;
}
.footer-top .footer-social li a i {
    font-size: 28px;
    color: #96999D;
}
.footer-top .footer-social li a:hover i {
    color: #fff;
}
.footer-widgets .widget ul li a:hover {
    color: #96999D;
}
.footer-top .footer-social li a img{
    display: block;
    width: 30px;
    height: auto;
}
.footer-top .footer-social li:nth-child(1) a img{
    width: 16px;
}
.footer-top .footer-social li:nth-child(3) a img{
    width: 29px;
}
.footer-top .footer-social li:nth-child(4) a img{
    width: 23px;
}
.footer-bottom {
    padding-bottom: 30px;
}
.footer-bottom .site-info a, .footer-bottom .site-info {
    color: #999B9E;
}
.footer-bottom .site-info a:hover {
    color: #fff;
}
.footer-bottom .footer-bottom-container {
    border-top: 0;
}
.footer-bottom .site-info {
    font-size: 16px;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.footer-bottom p.copyright-text {
    font-size: 13px;
    width: 40%;
}
div#footerlinktochildthemewp {
    display: none;
}


/* footer-right-logo */
.footer-right-logo{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    list-style: none;
    width: 60%;
    margin: 0;
    padding: 0;
    align-items: flex-end;
}
.footer-right-logo li{

}
.footer-right-logo li img{
    display: block;
    width: 100%;
    height: auto;
}
.footer-right-logo li:nth-child(1) img{
    max-width: 137px;
}
.footer-right-logo li:nth-child(2) img{
    max-width: 260px;
}
.footer-right-logo li:nth-child(3) img{
    max-width: 216px;
}

.addCustomArrowAtEnd .elementor-heading-title{
    position: relative;
    display: inline-block;
    font-size: 26px;
}
.addCustomArrowAtEnd .elementor-heading-title::after{
    content: '';
    background: url('/wp-content/uploads/2020/07/more-arrow.png') no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: -32px;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.five-box h2.elementor-cta__title {
    display: inline-block;
    width: auto;
}
.five-box h2.elementor-cta__title:before {
    content: '';
    background: url(/wp-content/uploads/2020/07/more-arrow.png) no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: -32px;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.big-box .elementor-animated-content:hover .elementor-animated-item--grow.elementor-cta__title  {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.big-box .elementor-cta__content {
    padding: 20px 20px 30px;
}

/* how-we-help landing page */
.how-we-help-wrap .owl-carousel .owl-item h3 {
    color: #0F0E0C;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
}

/* About */
p {
    line-height: inherit;
    margin: 0;
}
p + p {
    margin-top: 18px;
}
.elementor-default #page > nav.breadcrumbs {
    display: none;
}
.small-title-text .elementor-widget.elementor-widget-heading {
    margin-bottom: 14px;
}
.founder-wrap .elementor-heading-title span {
    display: inline-block;
    width: 100%;
    font-weight: 400;
}
.f-img-wrap {
    display: inline-block;
    position: relative;
}
.f-img-wrap > img:first-child {
    border-radius: 50%;
    border: 2px solid #009966;
}
.f-img-wrap a {
    bottom: 20px;
    position: absolute;
    z-index: 99;
    right: 20px;
}

/* client-services */
.top-column > div > .elementor-widget-wrap {
    background-color: #fff;
    padding: 56px 52px;
    margin-bottom: 5px;
}
.green-list-item ul {
    padding-left: 5px;
    margin-top: 0;
    margin-bottom: 27px;
}
.green-list-item ul li {
    position: relative;
    list-style: none;
    padding-left: 25px;
}
.green-list-item ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    height: 5px;
    width: 5px;
    content: "";
    background-color: #009966;
    border-radius: 100px;
}
.testimonial-wrap .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding: 0;
}

/* Candidate Services */
.elementor-text-editor a {
    color: #009966;
}
.tip-list ul {
    padding-left: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.tip-list ul li {
    position: relative;
    list-style: none;
    padding-left: 29px;
}
.tip-list ul li + li {
    margin-top: 21px;
}
.tip-list ul li:before {    
    position: absolute;
    left: 5px;
    top: 0px;
    height: 21px;
    width: 7px;
    content: "";
    border-radius: 9px;
    background: #03A2D3;
    transform: rotate(45deg);
}

/* Subscribe Popup */
.pum.pum-theme-392 .pum-close i {
    font-family: FontAwesome;
    font-style: normal;
}
.pum.pum-theme-392 .pum-container {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 62px 0 82px;
}
.pum.pum-theme-392 .pum-content + .pum-close {
    color: #ababab;
    border: none;
    background: transparent;
    text-shadow: none;
    box-shadow: none;
    right: 10px;
    top: 10px;
}
.pum.pum-theme-392 .pum-title {
    font-size: 42px;
    line-height: normal;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
}
.Join-wrap {
    text-align: center;
    padding: 0 30px;
}
.Join-wrap h5 {
    font-size: 16px;
    margin-bottom: 32px;
    font-weight: 300;
    font-family: roboto;
    margin-top: 21px;
}
.Join-wrap h6 {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 300;
    font-family: roboto;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0 !important;
}
.Join-wrap .gform_wrapper {
    max-width: 450px;
    margin: 0 auto;
}
.Join-wrap .gform_body input[type="text"] {
    border-color: #dddddd;
    height: 48px;
    padding: 7px 115px 7px 15px !important;
    width: 100% !important;
    margin-top: 0;
    font-size: 14px !important;
}
.Join-wrap .gform_wrapper form {
    position: relative;
}
.Join-wrap .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    border: none;
    background-color: transparent;
    padding: 0;
}
.Join-wrap .gform_wrapper form .gform_footer.top_label {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.Join-wrap .gform_wrapper form .gform_footer.top_label input[type="submit"] {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0;
    font-size: 11px;
    margin: 0;
    height: 48px;
    width: 110px;
    padding: 7px;
}
.Join-wrap .gform_wrapper form .validation_error {
    display: none;
}
.Join-wrap  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
    margin-top: 0;
}

/* Job Alerts Form */
.job-alerts-form .sfba_subscribe_form .sfba-main-form-container {
    background-color: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100% !important;
}
.job-alerts-form .sfba_subscribe_form .sfba-main-form-container .sfba_subscribe_form__fields_wrap {
    display: flex;
    max-width: 334px;
    width: 100%;
}
.job-alerts-form .sfba_subscribe_form p.sfba-email-field-error.error {
    position: absolute;
    bottom: -20px;
}
.job-alerts-form .sfba_subscribe_form .sfba-main-form-container .sfba_subscribe_form__fields {
    width: 100%;
}
.job-alerts-form .sfba_subscribe_form .sfba-main-form-container .sfba_subscribe_form__fields_wrap .sfba-form-submit-button {
    width: 33% !important;
}
.job-alerts-form .sfba_subscribe_form .sfba-main-form-container .sfba-form-email::-webkit-input-placeholder {
    color: #fff !important;
}
.job-alerts-form .sfba_subscribe_form .sfba-main-form-container .sfba-form-email::-moz-placeholder {
    color: #fff !important;
}
.job-alerts-form .sfba_subscribe_form .sfba-main-form-container .sfba-form-email:-ms-input-placeholder {
    color: #fff !important;
}
.job-alerts-form .sfba_subscribe_form .sfba-main-form-container .sfba-form-email:-moz-placeholder {
    color: #fff !important;
}
.job-alerts-form .sfba_subscribe_form .sfba-main-form-container .sfba-form-email {
    background-color: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
    border: 2px solid #fff !important;
    border-radius: 50px 0 0 50px !important;
    height: 47px !important;
    margin-top: 0px !important;
}
.job-alerts-form .sfba_subscribe_form .sfba-main-form-container .sfba_subscribe_form__fields_wrap .sfba-form-submit-button {
    background-color: #fff !important;
    -webkit-border-radius: 0 50px 50px 0 !important;
    border-radius: 0 50px 50px 0 !important;
    color: #009966 !important;
    cursor: pointer !important;
    font-weight: bold !important;
    font-size: 19px !important;
    height: 47px !important;
    text-transform: capitalize;
    margin-top: 0px !important;
}
.job-alerts-form .sfba_subscribe_form .sfba-main-form-container .sfba_subscribe_form__fields_wrap .sfba-form-submit-button:hover {
    color: #FFC708;
}
.job-alerts-form .sfba_subscribe_form .sfba-main-form-container #sfba-form2-heading {
    display: none;
}
.job-alerts-form .sfba_subscribe_form .sfba_thanks_container {
    border-radius: 50px;
    z-index: 999999999;
}
.job-alerts-form .sfba_subscribe_form .sfba_thanks_container #sfba_thanks_message {
    font-size: 16px;
    background-color: #009966;
}
.border-lr{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.job-alerts-form .gform_wrapper ul.gform_fields {
    margin: 0 !important;
    font-size: 16px;
}
.job-alerts-form .gform_wrapper {
    margin: 0;
}

.job-alerts-form .gform_wrapper form {
    display: flex;
        padding: 0 20px;
}

.job-alerts-form .gform_wrapper form .gform_body {
    flex-grow: 1;
}

.job-alerts-form .gform_wrapper form .gform_footer {
    margin: 0;
    width: auto;
    padding: 0
}

.job-alerts-form .gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit] {
    border-radius: 0 50px 50px 0;
    padding: 10px 20px;
    padding-right: 23px;
    height: 47px;
    margin: 8px 0;
    text-transform: none;
    font-size: 18px;
}

.job-alerts-form .gform_wrapper ul.gform_fields li {
    padding: 0 !important;
}

.job-alerts-form .gform_wrapper form li input[type="text"],
.job-alerts-form .gform_wrapper form li input[type="email"] {
    height: 47px;
    width: 100%;
    border-width: 2px;
    border-radius: 30px 0 0 30px;
}

/* contact page */
.contact-banner .elementor-text-editor.elementor-clearfix {
    max-width: 650px;
    margin: 0 auto;
}
.contact-left ul.contect-info {
    padding: 0;
    margin-top: 20px;
    list-style: none;
}
.contact-left ul.contect-info li + li {
    margin-top: 30px;
}
.contact-left ul.contect-info li {
    color: #fff;
    display: flex;
    font-size: 18px;
    flex-wrap: wrap;
    width: 100%;
}
.contact-left ul.contect-info i {
    font-size: 20px;
    top: 1px;
    position: relative;
    text-align: center;
    margin-right: 16px;
    width: 20px;
}
.contact-left ul.contect-info a {
    color: #fff;
}
.contact-left ul.contect-info a span {
    display: inline-block;
    margin-top: 6px;
    word-break: break-word;
}
/* Get Touch Form */

.resume-section .gform_wrapper form li input[type="text"],
.resume-section .gform_wrapper form li textarea {
    border: 1px solid #fff;
    height: 38px;
    background-color: transparent;
    color: #fff;
    border-radius: 25px;
    padding: 10px 15px !important;
    margin: 0!important;
}
.resume-section .gform_validation_error li:first-child, .gform_validation_error li:nth-child(2) {
    margin-top: 15px !important;
}
.resume-section .gform_wrapper form li textarea {
    height: 190px;
}
.resume-section .gform_wrapper form li input[type="text"]::placeholder,
.resume-section .gform_wrapper form li textarea::placeholder {
    color: #fff;
    opacity: 1;
}
.resume-section .gform_wrapper form li input[type="text"]:-ms-input-placeholder,
.resume-section .gform_wrapper form li textarea:-ms-input-placeholder {
    color: #fff;
}
.resume-section .gform_wrapper form li input[type="text"]::-ms-input-placeholder,
.resume-section .gform_wrapper form li textarea::-ms-input-placeholder {
    color: #fff;
}
.resume-section .gform_wrapper.gform_validation_error .gform_body ul li {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
.resume-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0;
}
.resume-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%;
    width: 100%;
}
.resume-section .gform_wrapper .field_description_below .gfield_description,
.resume-section .gform_wrapper .validation_message {
    padding-top: 5px;
}
.resume-section .gform_wrapper div.validation_error {
    display: none;
}
.resume-section .gform_wrapper .gfield_error .gfield_label {
    color: #fff;
}
.resume-section .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.resume-section .gform_wrapper li.gfield_error textarea {
    border: 1px solid #fff;
}
.resume-section .gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: normal;
    color: #fff;
}
.resume-section .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    background: #fff !important;
    color: #009966 !important;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    width: 100%;
    margin-right: 0;
    border-radius: 25px;
}
.resume-section .gform_wrapper .gform_footer {
    padding: 5px 0 10px 0;
}
.resume-section .gform_wrapper ul.gform_fields {
    margin: 0 -15px !important;
}
.resume-section .gform_wrapper ul.gform_fields li {
    padding: 0 15px !important;
    max-width: 100% !important;
}
.resume-section div.ginput_container_name span {
    padding-right: 0;
}
.resume-section .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 0;
}
.resume-section .gform_wrapper {
    margin-top: 0;
}
.resume-section .gform_wrapper .gform_heading {
    display: none;
}
.resume-section .get-head.elementor-widget.elementor-widget-heading {
    margin-bottom: 0;
}
.resume-section .gform_confirmation_message {
    padding: 15px;
    background-color: #368052;
    margin-top: 25px;
    color: #ffff;
}

body .resume-section .gform_wrapper ul li.gfield {
    margin-top: 4px;
}

.resume-section #input_2_1 {
    width: 100%;
}

.resume-section #field_2_4 {
    position: relative;
}

.resume-section #field_2_4 .gfield_label {
    background: #fff;
    color: green;
    width: 100%;
    line-height: 38px;
    border-radius: 40px;
    text-align: center;
    margin-top: 8px;
}

.resume-section #field_2_4 input.medium {
    font-size: 14px;
    color: #fff;
    position: inherit;
    top: 8px;
    height: auto;
    margin-left: -91px;
    pointer-events: none;
    opacity: 1;
    outline: none;
    width: 94%;
}

.attach-resume-file .screen-reader-tex {
    clip-path: inherit;
    position: inherit !important;
}

.gform_wrapper.gform_validation_error form .gform_body .gform_fields.top_label #field_2_5 div.ginput_container {
    margin-top: 0;
}
.gform_wrapper.gform_validation_error form .gform_body .gform_fields.top_label #field_2_5 div.ginput_container textarea {
    height: 255px;
}
.attach-resume-file .ginput_container_fileupload .ginput_preview strong {
    color: #fff;
}

.footer-top .footer-widgets-col--four .footer-sidebar-3 {
    visibility: hidden;
}


/* Media Screen */
@media screen and (min-width: 1440px){
    .header-bottom .container ,.site-footer .container {
        width: 1430px;
    }
    .footer-bottom p.copyright-text {
        padding-right: 120px;
    }
}

@media screen and (max-width:1439px) {
    .footer-widgets .widget ul li span, .footer-widgets .widget ul li a, .footer-widgets .widget ul li span a{
        font-size: 15px;
    }
}

@media screen and (max-width: 1299px) and and (min-width:768px){
    .addCustomArrowAtEnd .elementor-heading-title {
        font-size: 21px !important;
    }
}

@media screen and (max-width: 1299px){
    body {
        overflow-x: hidden !important;
    }
    .addCustomArrowAtEnd .elementor-heading-title, .five-box .elementor-cta__title {
        padding-right: 25px;
        line-height: 30px;
        text-align: left;
    }
    .addCustomArrowAtEnd .elementor-heading-title:after, .five-box h2.elementor-cta__title:before {
        right: 0;
    }
    .big-box .elementor-cta__content {
        padding-right: 10px;
        padding-bottom: 24px;
    }
}

@media screen and (max-width:1439px) and (min-width:1200px){
    .footer-top ul.footer-social li{
        padding: 0 7px 0 0;
    }
    .footer-top ul.footer-social li a{
        transform: scale(0.8);
    }
    .footer-bottom p.copyright-text {
        padding-right: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-right-logo li {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1048px) {
    .contact-left ul.contect-info li {
        display: inline-block;
    }
    .contact-left ul.contect-info i {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 991px) {
    .footer-top .footer-widgets {
        padding: 70px 0 55px;
    }
    .footer-top .footer-widgets-col--four .footer-widget-area {
        width: 33.33%;
    }
    .footer-top .footer-widgets-col--four .footer-sidebar-1 {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-widgets ul.footer-address-info li {
        width: 100%;
    }
    .clients-icon img {
        max-width: 100% !important;
        padding: 0 5px;
    }
    .xs-mb-12 {
        margin-bottom: 12px;
    }
    .footer-bottom .site-info{
        display: inline-block;
    }
    .footer-bottom p.copyright-text {
        text-align: center;
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .footer-bottom p.copyright-text, .footer-right-logo {
         width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .header-bottom .header-bottom-right-section {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .job-alerts-form .sfba_subscribe_form .sfba-main-form-container .sfba_subscribe_form__fields_wrap .sfba-form-submit-button {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 768px) {
    /* landing top btn */
    .landing-top-btn .elementor-widget-button + .elementor-widget-button {
        margin-left: 25px;
    }
    .landing-top-btn div div .elementor-widget-button {
        float: left;
        width: auto;
    }
    .landing-top-btn .elementor-widget-button .elementor-button {
        min-width: 230px;
    }

    .how-we-help-wrap .owl-stage {
        width: 100% !important;
    }
    .how-we-help-wrap .owl-carousel .owl-item {
        width: 20% !important;
    }
}
@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
    .resume-section .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
        margin-top: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
    .logo-container img {
        max-width: 120px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .header-bottom .header-bottom-left-section {
        max-width: 150px;
    }
    .navigation-default .menu-primary > ul > li > a, .navigation-default .primary-menu > ul > li > a {
        font-size: 14px;
        padding: 30px 10px;
    }
}

@media screen and (max-width: 768px){
    .header-bottom {
        background-color: #31363F;
        padding: 25px 0;
    }
    .header-bottom-right-section i.fa.fa-bars {
        color: transparent;
        font-size: 53px;
        background-image: url(/wp-content/uploads/2020/07/menu-bar-icon.png);
        background-repeat: no-repeat;
    }
    .header-action-container {
        padding-top: 41px;
    }
    .mobile-navigation .menu-primary ul li:hover a {
        padding-left: 50px;
        background-color: rgba(255,255,255,0.13);
    }
    .mobile-navigation .nav-header {
        background: #000;
        padding: 70px 25px;
    }
    .mobile-navigation .nav-header h3.nav-title {
        font-size: 0;
    }
    .mobile-navigation .nav-header .nav-close {
        top: 34px;
        right: 29px;
        width: 30px;
    }
    .mobile-navigation .nav-header .nav-close::after, .mobile-navigation .nav-header .nav-close::before {
        height: 34px;
    }
    .mobile-navigation .nav-header h3.nav-title::before {
        position: absolute;
        content: "";
        background: url('/wp-content/uploads/2020/07/logo-dark.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 70px;
        width: 150px;
        left: 30px;
        top: 40px;
        opacity: 1;
        z-index: 99999999;
    }
    .mobile-navigation .menu-primary ul li a, .mobile-navigation .primary-menu ul li a {
        border-top: 1px solid #DDDEE0;
        font-size: 18px;
        font-weight: 400;
        padding: 10px 30px;
        line-height: 25px;
    }
    .mobile-navigation {
        width: 93vw;
        max-width: 400px;
        margin: 0;
        border-top: 1px solid #eceef1;
        border-bottom: 1px solid #eceef1;
        position: fixed;
        right: -400px;
        height: 100vh;
        transition: all 0.3s ease;
        transform: none !important;
        visibility: inherit;
        opacity: 1;
        left: auto;
        background: #000;
    }
    .mobile-navigation.navigation--show {
        right: 0;
        left: auto;
        border-top: 0;
        box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
        transform: none !important;
        transition: all 0.3s ease;
    }
    .header-action-container .navigation-togglers-wrapper .menu-toggle-mobile {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .landing-top a.elementor-button-link {
        width: 100%;
        max-width: 300px;
    }
    .clients-icon > div > div > div {
        width: 50%;
    }
    .clients-icon > div > div > div img {
        max-width: 60% !important;
        width: 100%;
        margin: 25px 0;
    }
    .clients-icon > div > div > div:nth-child(5) img {
        max-width: 40% !important;
    }
    .fourbox-wrap .elementor-widget-container {
        margin-left: 0 !important;
    }
    .search-box > .elementor-column-wrap.elementor-element-populated,
    .how-box > .elementor-column-wrap.elementor-element-populated {
        padding: 0px !important;
    }
    .signup-greenbox > div > div > div > .elementor-widget-container {
        margin-left: 10px !important;
    }
    .fourbox-wrap {
        margin-bottom: 8px !important;
    }
    .footer-widgets ul.footer-address-info li {
        width: 100%;
    }
    .footer-top .footer-widgets-col--four .footer-widget-area {
        width: 100%;
        text-align: center;
    }
    .footer-bottom .site-info {
        display: inline-block;
        text-align: center;
    }
    .footer-bottom p.copyright-text {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-right-logo {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-right-logo li {
        display: inline-block;
        width: 100%;
        margin: 25px 0;
    }
    .footer-right-logo li:last-child {
        margin-bottom: 0;
    }
    .footer-right-logo li img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .footer-top .footer-widgets-col--four .footer-sidebar-1 .widget_media_image {
        margin-bottom: 70px;
    }
    .footer-widgets ul.footer-address-info li {
        text-align: left;
    }
    .footer-top .footer-widgets-col--four .footer-widget-area {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    .footer-bottom p.copyright-text {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .copyright-text span {
        display: inline-block;
        margin-top: 15px;
    }
    .footer-widgets .widget .footer-address-info {
        margin: 0 auto;
        display: inline-block;
        max-width: 320px;
        width: 100%;
    }
    .footer-top .footer-widgets {
        padding: 10px 0 55px;
    }
    .footer-top .footer-widgets-col--four .footer-sidebar-1 {
        margin-bottom: 10px;
    }
    .footer-top ul.footer-social {
        margin-top: 18px;
    }
    .footer-top .footer-widgets-col--four .footer-sidebar-4 {
        margin-top: 70px;
    }
    .footer-top .footer-widgets-col--four .footer-sidebar-4 h2.widget-title {
        font-size: 22px;
    }
    .footer-widgets .widget ul li span, .footer-widgets .widget ul li a, .footer-widgets .widget ul li span a {
        font-size: 16px;
    }
    .footer-top .footer-widgets .widget .widget-title {
        font-size: 16px;
    }
    .addCustomArrowAtEnd .elementor-heading-title::after, .five-box h2.elementor-cta__title:before {
        width: 12px;
        height: 14px;
    }
    .how-we-help-wrap .owl-carousel .owl-item {
        text-align: center;
    }
    .how-we-help-wrap .autohide-arrows .owl-nav {
        display: block !important;
    }
    .how-we-help-wrap .white .sa_owl_theme .owl-nav .owl-prev {
        background-image: url(/wp-content/uploads/2020/07/arrow-left.png) !important;
        background-color: transparent !important;
        background-size: auto 100% !important;
    }
    .how-we-help-wrap .white .sa_owl_theme .owl-nav .owl-next {
        background-image: url(/wp-content/uploads/2020/07/arrow-right.png) !important;
        background-color: transparent !important;
        background-size: auto 100% !important;
    }
    .how-we-help-wrap .white .sa_owl_theme .owl-nav .owl-prev:hover,
    .how-we-help-wrap .white .sa_owl_theme .owl-nav .owl-prev:focus, 
    .how-we-help-wrap .white .sa_owl_theme .owl-nav .owl-next:hover,
    .how-we-help-wrap .white .sa_owl_theme .owl-nav .owl-next:focus {
        background-color: transparent !important;
        border: none !important; 
        outline: none !important;
    }
    .how-we-help-wrap .owl-carousel .owl-item h3 {
        padding-top: 0;
        margin: 10px 0;
        font-size: 16px;
    }
    .how-we-help-wrap .owl-carousel .owl-item > div {
        padding-bottom: 0 !important;
    }
    .how-we-help-wrap .owl-carousel .owl-dots {
        padding: 0 !important;
    }
    .how-we-help-wrap .owl-carousel .owl-item img {
        max-width: 200px !important;
    }
    .our-process .elementor-tab-title.elementor-tab-mobile-title {
        border-top: 1px solid #fff !important;
        position: relative;
        padding-left: 30px;
        padding-right: 40px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .our-process .elementor-tabs-content-wrapper > .elementor-tab-title.elementor-tab-mobile-title:first-child {
        border: none !important;
    }
    .our-process .elementor-tab-title.elementor-tab-mobile-title:after {
        position: absolute;
        content: "";
        width: 33px;
        height: 21px;
        background-image: url(/wp-content/uploads/2020/07/arrow-down.png);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: right;
        right: 30px;
        top: 17px;
    }
    .our-process .elementor-tab-title.elementor-tab-mobile-title.elementor-active:after {
        background-image: url(/wp-content/uploads/2020/07/arrow-up.png);
    }
    .our-process-tab.elementor-widget-tabs .elementor-tab-content {
        padding: 2px 50px 12px 30px;
    }
    .pum.pum-theme-392 .pum-container {
        max-width: 90%;
    }
    .pum.pum-theme-392 .pum-title {
        font-size: 26px;
    }
    .Join-wrap .gform_wrapper form .gform_footer.top_label input[type="submit"] {
        width: 80px;
        font-size: 10px;
    }
    .Join-wrap .gform_body input[type="text"] {
        padding: 7px 90px 7px 15px !important;
    }
    .help-top-section .elementor-column-wrap.elementor-element-populated {
        padding: 0 !important;
    }
    .candidate-box .five-box h2.elementor-cta__title {
        margin-left: 0;
    }
    .five-box .elementor-widget-container .elementor-cta__content {
        min-height: 180px !important;
        padding: 20px !important;
    }
    .fourbox-wrap .elementor-widget-container .elementor-cta__content {
        min-height: 120px !important;
    }
    .contact-left ul.contect-info li {
        font-size: 14px;
    }
    .contact-left ul.contect-info i {
        font-size: 16px;
        margin-right: 12px;
        width: 16px;
    }
    .contact-left ul.contect-info {
        margin-top: 0;
    }
    .center-part.border-lr {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-left: 0;
        border-right: 0;
    }
    .top-column > div > .elementor-widget-wrap {
        padding: 20px 15px;
        margin-bottom: 0;
    }
    .footer-top .footer-widgets-col--four .footer-sidebar-3 {
        display: none;
    }
    .resume-section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: inherit;
        min-height: inherit;
    }
}

@media only screen and (min-width: 641px){
    .resume-section.col-layout .gform_wrapper .gform_body {
        overflow: hidden;
    }
    
    .resume-section.col-layout .gform_wrapper ul.gform_fields li {
        float: left;
        clear: none;
        width: 50% !important;
    }
    
    .resume-section.col-layout .gform_wrapper ul.gform_fields li#field_2_5 {
        float: right;
    }
}

@media screen and (max-width: 479px) {
    .header-bottom .header-bottom-left-section {
        float: left;
        max-width: 190px;
    }
    .header-bottom-right-section i.fa.fa-bars {
        font-size: 40px;
        background-size: 100%;
    }
    .clients-icon > div > div > div img {
        max-width: 85% !important;
        margin: 15px 0;
    }
    .clients-icon > div > div > div:nth-child(5) img {
        max-width: 55% !important;
    }
    .how-we-help-wrap .white .sa_owl_theme .owl-nav .owl-prev {
        left: 0;
    }
    .how-we-help-wrap .white .sa_owl_theme .owl-nav .owl-next {
        right: 0;
    }
    .we-help-section .elementor-button-wrapper .elementor-button {
        font-size: 20px;
        line-height: 22px;
        padding: 12px 20px 8px !important;
    }
}