.p-90-t{
    padding-top: 90px;
}
.quote-dark-img img{
    width: 35px;
    height: 35px;
}
.heading-subtitle h3,
.heading-subtitle h2{
    font-size: 22px;
    font-family: Poppins, sans-serif !important;
    font-weight: 500 !important;
    margin: 25px 0;
    line-height: 1.2;
}

.our-resource-box .our-resource-cards .our-resource-content .elementor-button.elementor-button-link{
    padding: 0;
}
.flex-column-btns .elementor-button{
    text-transform: uppercase;
}
.btn-orange-primary .elementor-button {
    background-color: #33c8cf;
    border:1px solid #33c8cf;

    font-size: 16px;
    padding: 0 25px !important;
    display: inline-block;
    line-height: 50px;
    transition: all 0.3s;
    z-index: 1;
    border-radius: 0 !important;
}

/*.....slider csss......*/
.owl-client-img img {
    max-height: 65px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}
.owl-client-feedback p {
    font-size: 18px;
    line-height: 45px;
    font-weight: 300;
    color: #1a1a1a;
}
.owl-client-nm p:before {
    content: "";
    width: 15%;
    height: 2px;
    background: #33c8cf;
    position: absolute;
    top: 0;
    left: 42%;
}
#client-testimonial-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 42%;
    left: 0;
    right: auto;
    transform: translate(0px, 0px);
}
.elementor-element.e-child:has(#client-testimonial-slider){
    padding: 0 !important;
}
#client-testimonial-slider{
    position: relative;
    padding-bottom: 0 !important;
}

#client-testimonial-slider .owl-nav span {
    opacity: 0; display: none;
}
#client-testimonial-slider .owl-item{
    height: 400px;
}
#client-testimonial-slider  .owl-dots {
    display: none;
}
button.owl-prev::before {
    position: absolute;
    /* content: url('~/wp-content/uploads/2024/07/arrow-left.png'); */
    content: url('https://www.ranosys.com/content/dam/ranosys-website/slidertestimonial/arrow-left.png');
    left: 0;
    width: 30px;
    height: 30px;
}
button.owl-next::before {
    position: absolute;
    /* content: url('~/wp-content/uploads/2024/07/arrow-right.png'); */
    content: url('https://www.ranosys.com/content/dam/ranosys-website/slidertestimonial/arrow-right.png');
    right: 0;
    width: 30px;
    height: 30px;
}
.bullet-list-cm ul {
    padding-left: 40px;
}
.bullet-list-cm ul li {
    display: list-item;
    list-style-type: disc;
}

.main-portfolio-case-study .case-study-portfolio-section .elementor-widget-container {
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    
}

/* current opening css start */
.job-listing-table table{
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.job-listing-table table tbody tr td a{
    color: #1a1a1a;
    font-size: 20px;
}
.job-listing-table table tbody tr td{

    border: solid #e2e2e2;
    border-width: 1px 0 0;
    padding: 24px 9px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    line-height: 26px;
}
.job-listing-table table thead tr th {
    border: 0;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    font-weight: 500 ;
    line-height: 1.625;
    color: #666;
    text-transform: uppercase;
    text-align: left;
    padding: 12px;
}
.job-listing-table table tr td:first-child,
.job-listing-table table tr th:first-child {
    padding-left: 0;
}
.job-listing-table table tbody tr td .apply-btn {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    min-width: 90px;
    padding: 16px 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}
.job-listing-table table tbody tr td .apply-btn:hover {
    background: #1a1a1a;
    color: #fff;
}
/* current opening css end */

/* carrer page start */
/* .site-content-contain {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
} */
.detail-page-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}
.sf-name-job-detail-{
    padding: 40px 0;
}
.detail-page-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    align-items: flex-start;
}
.salesforce-details-formcontent {
    width: 50%;
}
.job-detail-left-header {
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
}
.job-detail-left-header h1, .job-detail-left-header h2 {
    margin: 0 0 24px;
    color: #333;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
.job-detail-left-header .desc {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    color: #666;
    line-height: 26px;
}
.job-detail-left-header .desc p.job-location {
    margin-right: 38px;
}
.job-detail-left-header .desc p {
    margin: 0;
    position: relative;
    font-size: 20px;
}
.job-detail-left-header .desc p .fa {
    color: #1a1a1a;
    margin-right: 10px;
    font-size: 24px;
}
.job-detail-left-header .desc .job-exp {
    padding-left: 60px;
}
.job-detail-left-header .desc .job-exp:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #bebebe;
}
.job-detail-left .detail-wrapper h3 {
    margin: 0 0 20px;
    color: #1a1a1a;
    font-size: 1.4rem;
    font-weight: 500;
}
.job-desc, .tech-spec, .detail-wrapper {
    padding: 20px 0;
}
.job-desc h3, .tech-spec h3{
    color: #1a1a1a;
    font-size: 1.4rem;
}
.job-desc ul, .tech-spec ul {
    padding-left: 40px;
    display: block;
}
.job-desc ul li, .tech-spec ul li{
    list-style-type: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #000;
    line-height: 1.38;
}
.job-desc ul li:before, .tech-spec ul li:before {
    content: "";
    background-color: #666;
    position: absolute;
    top: 11px;
    left: 0;
    width: 13px;
    height: 2px;
}
.apply-job-form-wrapper {
    padding: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
    border-top: 6px solid #1a1a1a;
    background: #fff;
    width: 40%;
    display: inline-block;
}
.apply-job-form-wrapper input, .apply-job-form-wrapper textarea {
    font-size: 1pc;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    font-family: 'source-sans-pro';
}
.apply-job-form-wrapper input {
    height: 56px;
    color: #666;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    line-height: 40px;
    padding: 0 20px;
    background: #fff;
    margin: 0 0 20px;
    font-family: 'source-sans-pro';
}
.apply-job-form-wrapper textarea {
    resize: none;
    padding: 8px 16px;
    line-height: 26px;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 0 20px;
}
.apply-job-form-wrapper input[type="checkbox"] {
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-bottom: 0;
}
.apply-job-form-wrapper label {
    font-size: 1rem;
    display: inline-block;
    padding-left: 15px;
    color: #666;
    line-height: 1.5;
}
.apply-job-form-wrapper input[type="file"] {
    line-height: 58px;
    height: auto;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
}
.apply-job-form-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(https://cdn.ranosys.com/wp-content/uploads/2024/09/icon_dropdown.png) no-repeat right 18px center;
    height: 56px;
    font-size: 16px;
    color: #666;
    border: 1px solid #d8d8d8;
    padding: 8px 18px;
    margin: 0 0 20px;
    background-size: 14px;
    border-radius: 0;
    max-width: 100%;
    font-family: 'source-sans-pro';
    width: 48%;
}
.apply-job-form-wrapper select:focus-visible {
    outline: 0;
}
.apply-job-form-wrapper button[type="submit"] {
    color: #fff;
    background: #1a1a1a;
    border: 1px solid transparent;
    font-size: 18px;
    padding: 12px 30px;
    line-height: 28px;
    margin-bottom: 1pc;
    text-transform: uppercase;
    font-family: 'source-sans-pro';
    display: block;
    cursor: pointer;
}
.apply-job-form-wrapper .disclaimer-apply-job p {
    line-height: 1.8;
    font-style: italic;
    color: #666;
}
.disclaimer-apply-job {
    margin: 16px 0;
}
.exp-apply-job-dropdown {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.apply-job-form-wrapper .g-recaptcha {
    padding: 16px 0;
}
.apply-job-form-wrapper  .pdf-form-class {
    margin-bottom: 15px;
}
.apply-job-form-wrapper  .pdf-form-class input[type="file"] {
    margin-bottom: 5px;
}
.pdf-form-class p {
    font-size: 14px;
}
.terms-form-sf {
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: 25px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.apply-job-main-content p {
    line-height: 1.8;
    font-style: italic;
    color: #666;
}
.apply-job-main-content{
    padding: 16px 0;
}
.apply-job-main-content h3 {
    margin-bottom: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-transform: none;
}
/* file upload button */
.apply-job-form-wrapper input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 52px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
  }
  
  /* file upload button hover state */
  .apply-job-form-wrapper input[type="file"]::file-selector-button:hover {
    background-color: #f3f4f6;
  }
  
  /* file upload button active state */
  .apply-job-form-wrapper input[type="file"]::file-selector-button:active {
    background-color: #e5e7eb;
  }
  .success-message {
    color: green;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
  }
  div#recaptchaError {
    color: red;
    font-weight: 700;
    clear: both;
    display: block;
    line-height: normal;
}
.job-search-wrapper {
    /* display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0; */
    
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 20px 0;

}
.job-search-wrapper input {
    border: none;
    background: #f5f5f5;
    padding: 0 20px;
    font-size: 16px;
    height: 42px;
    width: auto;
    font-family: 'source-sans-pro';
}
.job-search-wrapper .job-search-btn {
    background: #33c8cf;
    font-size: 0;
    border: none;
    min-width: 50px;
    position: relative;
    left: -3px;
    height: 42px;
    cursor: pointer;
}
.job-search-wrapper .job-search-btn:before {
    content: "";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    
}

div#loader-api {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#loader-api img{
    width: 50px;
    height: 50px;
}

.no-results-message-detail{
    border: solid #e2e2e2;
    border-width: 1px 0 0;
    padding: 24px 9pt;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    line-height: 26px;
}
/* carrer page end */

/* 404 page css start */
.custom-404-container {
    position: relative;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.cat-image {
    width: 100%;
    height: auto;
    display: block;
}

.custom-404-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    padding-bottom: 7%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.custom-404-content h1 {
    font-size: 36px;
    color: #1a1a1a;
    padding: 0 0 10px;
    line-height: 46px;
    margin: 0;
    font-weight: 500;
}

.custom-404-content p {
    font-size: 16px;
    margin-top: 0;
    color: #333;
}
.custom-404-content h3.page-404-subtitle{
    font-size: 16px;
    font-weight: 500;
    color: #666;
    padding: 0 2px 4px;
    border-bottom: 1px solid #fe5907;
    display: inline-block;
    margin: 20px 0;
    text-transform: uppercase;
}
/* 404 page css end */

.service-title h3{
    font-weight: 500;
}
@media only screen and (max-width: 991px) {
    .main-portfolio-case-study .case-study-portfolio-section .elementor-widget-container {
        grid-template-columns: repeat(2, 1fr);
        
    }
    .apply-job-form-wrapper {
        width: 48%;
    }
    /* job detail css */
    .job-detail-left-header .desc .job-exp {
        padding-left: 30px;
    }
    .job-detail-left-header .desc p.job-location {
        margin-right: 30px;
    }
    .terms-form-sf {
        align-items: start;
    }
    .apply-job-form-wrapper {
        padding: 20px;
    }
    .apply-job-form-wrapper select {
        background: #fff url(https://cdn.ranosys.com/wp-content/uploads/2024/09/icon_dropdown.png) no-repeat right 8px center;
        background-size: 14px;
    }
    .apply-job-form-wrapper input, .apply-job-form-wrapper textarea , .apply-job-form-wrapper select {
        padding: 0 15px;
    }

    /* 404 page */
    .custom-404-content h1 {
        font-size: 28px;
        line-height: 36px;
        padding: 0 0 14px;
    }
}

@media only screen and (max-width:768px) {
    .current-opening-section {
        width: 100%;
        max-width: 100%;
        overflow: auto;
    }
    .job-listing-table table thead tr th,
    .job-listing-table table tbody tr td
    {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 6px;
    }
    .job-listing-table table tbody tr td.views-field-title  {
        min-width: 220px;
        font-size: 16px;
    }
    .job-listing-table table tbody tr td.views-field-title a{
        font-size: 16px;
    }
    .job-listing-table table tbody tr td .apply-btn {
        font-size: 12px;
        line-height: 20px;
        padding: 5px;
    }

      /* job detail start */
      .detail-page-row {
        flex-direction: column;
      }
      .salesforce-details-formcontent, .apply-job-form-wrapper {
        width: 100%;
    }
    .job-detail-left-header .desc .job-exp {
        padding-left: 0;
    }
    .job-detail-left-header .desc .job-exp:before {
        left: -20px;
       }
       .job-detail-left-header .desc p {
        font-size: 18px;
    }
    .job-detail-left-header .desc p .fa {
        margin-right: 5px;
        font-size: 20px;
    }
    .apply-job-form-wrapper select {
        background: #fff url(https://cdn.ranosys.com/wp-content/uploads/2024/09/icon_dropdown.png) no-repeat right 15px center;
        background-size: 14px;
        width: 100%;
    }
    .no-results-message-detail {
        padding: 12px 6px;
        font-size: 14px;
        line-height: 20px;
    }
     /* job detail end */
}


@media only screen and (max-width:767px) {
    .owl-client-feedback p {
        font-size: 1pc;
        /* min-height: 430px; */
    }
    button.owl-prev::before {
        left: -15px;
    }
    button.owl-next::before {
        right: -15px;
    }
    .flex-column-btns .elementor-button{
        font-size: 16px;
        padding: 0 15px !important;
        line-height: 40px;
    }
    .flex-column-btns.e-flex.e-con.e-child .elementor-element {
        flex-basis: content;
        width: 50%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .main-portfolio-case-study .case-study-portfolio-section .elementor-widget-container {
        grid-template-columns: repeat(1, 1fr);
        
    }
}

@media only screen and (max-width:575px) {
   
    .custom-404-container img {
        object-fit: cover;
        height: 450px;
        object-position: bottom;
    }
     /* 404 page */
     .custom-404-content h1 {
        font-size: 22px;
        line-height: 26px;
        padding: 0 0 6px;
    }
}
