.container .columns {
  /* float:none !important */
}

/* ASL CAROUSEL */  .circle-picture {
      background: url(https://d187d1gj7bx34n.cloudfront.net/asl-images/resume_border.png);
      width: 151px;
      height: 151px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: contain; 
      margin:0 auto;    
  }

  .circle-picture img, #candidate-carousel .owl-carousel .owl-item img {
      border-radius: 50%;
      overflow: hidden;
      width: 141px !important;
      height: 141px !important;
  
  }
  
  .owl-carousel .owl-item {
    padding:20px;
  }

  .candidate-item {
    font-size: 18px;
    border: 1px solid #f3f3f3;
    border-radius: 15px;
    padding: 30px 15px 15px 15px;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    height: 620px !important;
  }

  .candidate-item p, .candidate-item h2 {
    margin-bottom: 0 !important
  }


  .candidate-item:hover {
    box-shadow: 0 0 8px 2px #adadad;
    transform: scale(1.01);
  }


  .specialty-item {
    margin-bottom: 0 !important;
    line-height: 24px;
  }
  .owl-stage-outer {
    /*padding:30px;*/
  }
  .part-time, .full-time{
    padding: 2px 17px;
    margin: 5px;
    border-radius: 15px;
    font-size: 15px;    
    display: inline-block;
  }
  .part-time{
    background: #C8FDCB;

  }
  .full-time{
    background: #E0FF3F;
  }

  .advanced-skills {
      /* line-height: 21px;
      max-height: 60px;
      min-height: 60px;
      overflow: hidden;
      text-overflow: ellipsis; */
  }

  .owl-item button{
/*      background: #63ff42;
      color: #002015;
      border: 0;
      margin: 0 auto;
      display: inherit; 
      text-transform: none;
    padding: 10px 26px;
      border-radius: 15px;   
      margin-top: 25px;*/
  }


  .owl-item button:hover{

  }
  .owl-prev {
    font-size: 36px !important;
      position: absolute;
      top: 36%;
      left: -30px;    
  }
  .owl-next {
    font-size: 36px !important;
      position: absolute;
      top: 36%;
      right: -30px; 
  }  
 .owl-theme .owl-nav [class*='owl-']:hover {
    background: none !important;
    color: #002015 !important;
    text-decoration: none !important; 
  }

  .see-more {
      background: #012219 !important;
      color: #60fb48 !important;
      border: 0;
      margin: 0 auto;
      display: inherit;
      text-transform: none;
      padding: 15px 76px;
      border-radius: 25px;
      font-size: 16px !important;
      margin-top: 50px;
      margin-bottom: 30px !important;

  }  
  .view-resume-btn {
      background: #012219 !important;
      color: #fff !important;   
      border: 0;
      margin: 0 auto;
      display: inherit; 
      text-transform: none;
      padding: 10px 26px;
      border-radius: 15px;   
      margin-top: 25px;  
      position: relative;
    bottom:0;
         
  }
  .view-resume-btn:hover {
      background: #6AFD51 !important;
      color: #042012 !important;   
 
  }

  .specialty {
      max-height: 52px;
      min-height: 52px;
      display: block;
      margin: 0 auto;
      width: 100%;
      clear: both;
      overflow: hidden;
      text-overflow: ellipsis;
  }

.required, #error-msg {
  color: red;
}  


.owl-carousel .owl-item {    
    box-sizing: border-box !important;
    background: #CCFFD4;
    border-radius: 45px;
    color: #000 !important;
    min-height: 700px !important;
    max-height: 700px;
}

.owl-carousel .owl-item .item audio {
    max-width: 80%;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

#candidate-carousel h4 {
  margin-bottom: 0 !important
}

.advanced-skills-items {
    max-height: 155px !important;
    height: 155px;

}

.asl-category {
  min-height: 168px;
  margin-top: 20px;;
}

.asl-btn-type {
  display: inline-block;
  padding: 10px 30px;
  background: #012217;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 8px;
  line-height: normal;
}

.see-resume {
  text-transform: uppercase;
  max-width: 80%;
  bottom: -10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);  
  color:#e1fd46 !important;
  border: 0;
}

@media screen and (max-width:1080px) {
  .owl-carousel .owl-item {    
    min-height: 750px !important;
    max-height: 750px;
  }
}

@media screen and (max-width:980px) {
  .owl-carousel .owl-item {    
    min-height: 700px !important;
    max-height: 700px;
  }
}

@media screen and (max-width:1199px) and (min-width:1081px){
  .owl-carousel .owl-item {    
    min-height: 750px !important;
    max-height: 750px;
  }
}
/*--------------------------------------
BUTTONS
--------------------------------------*/
.btn-dark-green {
    background: #011f15 !important;
    color: #60fb48 !important;  
    border: 0 !important
}
.btn-dark-green:hover {
    background: #60fb48 !important;
    color: #011f15 !important;   
}

/*--------------------------------------
LOADER
--------------------------------------*/
.loader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left: 0;
  padding-top: 20%;
  z-index: 999999999999999999;
  background: #000000a8;
  text-align: center;
}

.loader {
  width: 48px;
  height: 48px;
  margin:0 auto;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
} 
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #3eff13;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 



/*--------------------------------------
RCB FORM
--------------------------------------*/
.rcb-form {
  padding-top: 50px;
  padding-bottom: 50px;
}

.rcb-form label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.rcb-form .form-control {
  margin-bottom: 0 !important
}

.rcb-form label.error, span.error {
  color: red !important;
  font-size:14px;
}

.rcb-form .iti--allow-dropdown, .rcb-form #submit {
  width: 100% !important;
}

.form-group {
  overflow: hidden !important; 
}
.rcb-form .iti__selected-flag {
  align-items: unset !important;
  margin-top: 11px !important;
}

.modal .loader-wrap {
  position: absolute !important
}

.modal {
  z-index: 9999 !important;
}

.modal-open .modal {
    overflow-y: scroll !important;
}

body.modal-open {
    overflow: hidden !important;
}

html {
    overflow-y: auto !important;
}
/*---------------------------------------
LATEST POST
--------------------------------------*/
#rs-latest-post {
  overflow: hidden;
}

#rs-latest-post .left-item {
  background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
}
a.info.overlay {
    margin-bottom: 25px !important;
    display: block;
}

.left-item a{
  background: #002015;
    padding: 10px 35px;
    color: #58fe3c;
    font-weight: bold;
    text-decoration: none !important;
  -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 20px;   

}
.left-item a:hover {
  background: #58fe3c;
    color: #002015; 
}

#rs-latest-post h4 {
    margin-bottom: 25px !important;
    margin-top: 15px !important;
}
/* Shine */
.hovereffect figure {
  position: relative;
  overflow: hidden;
}
.hovereffect figure img {
  border: 1px solid #e7e7e7;
}
.hovereffect figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hovereffect figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@media screen and (max-width: 960px){
  #first-item-post h4 {
    display: block !important;
  }
  .excerpt {
    display: none
  }

  #round-div {
    max-width: 100% !important
  }


}

@media screen and (max-width: 991px){
  #rs-latest-post .excerpt, #rs-latest-post .title, #rs-latest-post .author, #rs-latest-post .read-more-btn  {
    display: none
  }

  #rs-latest-post .left-item {
    background: none; 
    padding: 15px; 
    border-radius: 0; 
    border:none;    
    margin-bottom: 15px;
  }

}

@media screen and (min-width: 960px){
  a.info.overlay {
    max-width: 95.5%;
  }

}


.form-group {
  overflow: visible !important;
}

/*---------------------------------------
RECAPTCHA
--------------------------------------*/
.grecaptcha-badge {
  left:4px !important;
}

/*---------------------------------------
ASL
--------------------------------------*/
.spinner {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #0073aa;
    animation: spin 1s ease-in-out infinite;
    margin: 20px auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



.filter-form {
  display:flex !important;
}


#candidate-list-ajax {
  margin-top:70px;
}

#keyword-ajax {
    border-radius: 0;
    height: 37px;
    font-size: 16px;
    margin-top: 34px;
}

.sticky-form-wrap {
    display: block;
    margin: 0 auto;
    max-width: 820px;
}


.sticky-filter {
    position: fixed;
    background: #fff;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding-bottom: 15px;
    padding-top: 15px;
    box-shadow: -1px -11px 10px #00000045;
}



.asl-item {
    margin-bottom: 80px;

}

.asl-image {
    margin: 0 auto;
    max-height: 150px;
    height: 150px;
    width: 150px;
    background-size: cover !important;
    margin-bottom: 12px;
    border-radius: 30px 0 0 30px;
    border: 2px solid #62ff43;
}

#availability span {
    padding: 3px 15px;
    border: 1px solid #c9c8c8;
    border-radius: 20px;  
}

#availability .pt {
  background: #c7ffce;
}

#availability .ft {
  background: #defe4f;
}

#availability .timezone-item {
    padding: 1px 15px;
    border: 1px solid #c9c8c8;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;   
}

.asl-left p {
    margin:0 !important;
    line-height: normal !important;
    font-weight: 700 !important
}

.asl-button {
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.5em - 1px) calc(.75em - 1px);
    position: relative;
    vertical-align: top  ;
    background-color: #032017 !important;
    color: #fff !important;
    font-weight: 800;
    border-radius: 20px !important;
    border: none !important;  
}

.asl-tags {
    display: inline-block;
    font-size: 16px;
    border-radius: 15px !important;
    color: #442f38 !important;
    height: unset !important;  
    margin: 0 5px 5px 0 !important;
    background-color: #c7ffce !important;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap;    
}

#aslModal .body-only {
  display: none;
}

.modal-only {
  display: none;
}

#aslModal .modal-only {
  display: block;
}

#aslModal #modal-close-btn {
    display: block;
    margin: 0 auto !important;
    background: transparent;
    color: #4e4e4e;
    border: 1px solid #4e4e4e;
    border-radius: 30px;
    padding: 9px 45px;
    font-size: 15px;  
}

#aslModal #modal-close-btn:hover{
  background: #62ff42 !important;
  color:#000;
}

#aslModal  .skills-preview {
/*    display: none;*/
}

.skill-list {
    margin: 0 !important;
    margin-bottom: 25px !important;
    line-height: normal;
    font-size: 15px;    
}

.skill-list li {
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
}


.specialty-item {
    margin: 0 5px 5px 0 !important;
    padding: 1px 17px;
    background-color: #c7ffce !important;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none !important;
    color: #000;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: transform 0.1s ease-in-out;    
}

.lets-talk {
    color: #e0ff2a;
    text-transform: uppercase !important;
    background: #032017;
    border: 0;
    border-radius: 20px !important;  
    margin-top: 27px;
}

.specialty-item:hover {
    transform: scale(1.1);
    background:#012219 !important;
    color:#fff;
}

.flex-asl {
    display: flex;
    column-count: 2;
    flex-wrap: wrap;    
}

.button {
    width: 100% !important;
}

.button {
    background-color: #000000;
    border-color: #181717;
    border-width: 1px;
    margin-top: 25px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    padding: 10px 25px !important;
    border-radius: 15px !important;
}


.rs-dark-btn svg {
    color: #62ff58 !important;
}
.svg-inline--fa {
    width: 15px;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.light-green{
    color: #45e73a !important;
}

.modal-lg {
    width: 100%;
    max-width: 1000px;
    border: 20px solid #E2FFDD;
    border-radius: 0 !important;    
}

#aslModal .asl-item {
    width: 100%;
    display: block;
    float:none;
    overflow: hidden;
}

#aslModal .button {
    display: none;
}

#aslModal .col-md-8 {
/*    max-width: 500px;*/
}

.full-info {
    display: none;
}

#aslModal .full-info {
    display: block;
}

audio {
    height: 40px;
}

#candidate-list select, #candidate-list input[type="text"] {
    height: 37px !important;
    line-height: 21px;
    font-size: 16px;
}



.no-overflow {
    overflow: hidden !important;
}

body.modal-open {
    overflow: visible !important;
}


.bold {
    font-weight: bold
}

/* Customize the play button */
audio::-webkit-media-controls-play-button {
    background-color: #62ff58; /* Light green */
    border-radius: 50%;
    height: 30px;
}

/*audio::-webkit-media-controls-panel {
  background-color: #012219;
}


audio::-webkit-media-controls-current-time-display {
  color: #fff;
}

audio::-webkit-media-controls-time-remaining-display {
  color: #fff;
}

audio::-webkit-media-controls-timeline {
  background-color: #B1D4E0;

}*/
.modal-backdrop {
  z-index: 99999;
}

#aslModal.modal-backdrop {
    z-index: 9999 !important;
}

#aslModal.modal {
    z-index: 99999 !important;
}

#aslModal.modal-title {
    display: inline;
}

#aslModal .modal-content {
    border: none !important;
    box-shadow: none;
    border-radius: 0;    
}

#aslModal {
    font-size: 16px;
}

.work-history-item {
    padding: 0 15px 15px 15px;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s ease-in-out;
}

.work-history-item:hover {
    box-shadow:0 0 10px #00000038;
}

.work-history-item h3 {
    background: #f3f3f3;
    margin-top: 0;
    padding: 15px;
    margin-bottom: 35px;    
}

.education-history-item p {
    margin-bottom: 0 !important;
}

#aslModal ul li {
    list-style-type: disc;
}

#aslModal ul li ul li {
    list-style-type: circle;
}

.hire-me-now {
    display: none;
}

#aslModal .hire-me-now {
    display: block !important;
    cursor: pointer;
}

#candidate-list h3.light-green {
  margin-top:20px;
    margin-bottom: 0;
}


#aslModal .rate {
  display: none;
}

.sticky-filter-form {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: url("../img/sticky-filter-bg.jpg");
    background-size: cover;
    background-position: 24px 106px;    
    padding-top: 11px;
    padding-bottom: 8px;
    box-shadow: 0 0 10px #000000c7;
    border-top: 4px solid #62ff42;
    z-index: 99999 !important;
}

.sticky-filter-form .filter-form {
    display:flex !important;
    margin:0 auto;
    max-width: 612px;
    gap: 20px;
}

.sticky-filter-form select, .sticky-filter-form input[type="text"] {
    height: 37px !important;
    line-height: 21px;
    font-size: 16px;
    max-width: 230px;
}

.sticky-filter-form .aslcat {
   margin-bottom: 15px;
}

#pricing-guide {
    background: url("../img/gauge.png")top center no-repeat;
    height: 196px;
    width: 196px;
    position: relative;
    margin:0 auto;
}


#pricing-guide .arrow {
    position: absolute;
    top: 54%;
    right: 15%;
    rotate: -36deg;    

}

.ratenow {
    position: absolute;
    top: 0;
    right: 0;
}

.guage p{
    margin-bottom: 0 !important;
    line-height: 28px;
}

.p1 {  rotate: 212deg !important; }
.p2 {  rotate: 197deg !important; }
.p3 {  rotate: 178deg !important; }
.p4 {  rotate: 158deg !important; }
.p5 {  rotate: 137deg !important; }
.p6 {  rotate: 115deg !important; }
.p7 {  rotate: 89deg !important; }
.p8 {  rotate: 65deg !important; }
.p9 {  rotate: 40deg !important; }
.p10 { rotate: 20deg !important; }
.p11 { rotate: 1deg !important; }
.p12 { rotate: -18deg !important; }
.p13 { rotate: -36deg !important; }



@media screen and (max-width:956px){
    .asl-item {
        width: 100%;
        margin-bottom: 30px;
        border-top: 1px solid #cdcdcd;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:990px){

    .filter-form, .sticky-form-wrap {

        display: block !important;
        padding: 15px;

    }

    .lets-talk {
        color: #e0ff2a;
        text-transform: uppercase !important;
        background: #032017;
        border: 0;
        border-radius: 20px !important;    
        width: 100%;
        margin-top: 20px;          
    }

}

@media screen and (max-width:990px){

    .right-left {
      text-align: left !important;
    }

}




/*--------RCB MODAL BACKDROP FIX----------------*/
/* ASL Modal Backdrop */
.asl-backdrop {
    background-color: rgba(0,0,0,0.5);
    z-index: 1040 !important;
}

/* RCB Modal Backdrop */
.rcb-backdrop {
    background-color: rgba(0,0,0,0.7);
    z-index: 1060 !important;
}

/* ASL Modal when RCB is open */
.asl-modal-behind {
    display: block !important;
    z-index: 1050 !important;
    opacity: 1 !important;
}