@font-face {
  font-family: Roboto-Bold;
  src: url('/fonts/Roboto-Bold.ttf');
}
@font-face {
  font-family: Roboto-Medium;
  src: url('/fonts/Roboto-Medium.ttf');
}
@font-face {
  font-family: Roboto-Regular;
  src: url('/fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: Roboto-Light;
  src: url('/fonts/Roboto-Light.ttf');
}

html, body {
  height: 100%;
  min-height: 100vh;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 16px;
  font-family: Roboto-Regular;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto-Medium !important;
}
/* Fonts */
.F-10 {
  font-size: 10px !important;
}
.F-12 {
  font-size: 12px !important;
}
.F-13 {
  font-size: 13px !important;
}
.F-14 {
  font-size: 14px !important;
}
.F-15 {
  font-size: 15px !important;
}
.F-16 {
  font-size: 16px !important;
}
.F-17 {
  font-size: 17px !important;
}
.F-18 {
  font-size: 18px !important;
}
.F-20 {
  font-size: 20px !important;
}
.F-22 {
  font-size: 22px !important;
}
.F-24 {
  font-size: 24px !important;
}
.F-25 {
  font-size: 25px !important;
}
.F-26 {
  font-size: 26px !important;
}
.F-28 {
  font-size: 28px !important;
}
.F-30 {
  font-size: 30px !important;
}

.F-W-600, .heading {
  font-weight: 550;
}
/* Fonts end*/


/* standard style */

.row-c{ display: flex; align-items: center; justify-content: center;}

.F-w600 {
  font-weight: 600 !important;
}
.bg-ash{
  background-color: #f2f2f2;
  min-height: 100vh;
}
.bg-ash-color{
  background-color: #f2f2f2;
}
.custom-blue-headings:before{
  content: '';
  position: absolute;
  background-color: rgba(62, 98, 122, 1);
  width: 30%;
  height: 5%;
  bottom: 0;
}

.checklist-icon{
  color: rgba(62, 98, 122, 1);
}
.custom-width-checklist{
  max-width: 15px;
  min-width: 15px;
}
.page-style{
  border-radius: 0.3rem;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.page-style-border{
  border-radius: 0.3rem;
}
.custom-blue-headings{
  text-transform: uppercase;
}


*::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
				background-color: #F5F5F5;
				border-radius: 10px;
			}

*::-webkit-scrollbar
			{
				width: 5px;
				height: 6px;
				background-color: #F5F5F5;
			}

*::-webkit-scrollbar-thumb
			{
				border-radius: 10px;
				background: linear-gradient(to right, #40647b 0%,#00649f 100%);
				}

.lexnimble-logo{
  position: absolute;
  z-index: 1020;
  top: 0;
  left: 0;
}
.h-50{
  min-height: 50vh;
}
.text-elipse {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
/* standard style end*/


/* Home page styles */

.bg-blue-overlay{
  /* background-color: rgba(62, 98, 122, 1); */
  background: #40647b; /* Old browsers */
  background: -moz-linear-gradient(left,  #40647b 0%, #00649f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #40647b 0%,#00649f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #40647b 0%,#00649f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40647b', endColorstr='#00649f',GradientType=1 ); /* IE6-9 */

}
.bg-blue-overlay:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  /* background-color: rgba(62, 98, 122, 1); */
  transform: skewX(185deg);
  transform-origin: bottom right;
  z-index: 1;
  background: #40647b; /* Old browsers */
  background: -moz-linear-gradient(left,  #40647b 0%, #00649f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #40647b 0%,#00649f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #40647b 0%,#00649f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40647b', endColorstr='#00649f',GradientType=1 ); /* IE6-9 */

}

.masthead-content {
  position: relative;
  z-index: 2;
  width: 75%;
}

.bg-green-overlay {
  /* background-color: rgba(105, 171, 74, 1); */
  background: #afde78; /* Old browsers */
  background: -moz-linear-gradient(left,  #afde78 0%, #69ab4a 43%, #69ab4a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #afde78 0%,#69ab4a 43%,#69ab4a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #afde78 0%,#69ab4a 43%,#69ab4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afde78', endColorstr='#69ab4a',GradientType=1 ); /* IE6-9 */
  height: auto !important;

}
.bg-green-overlay:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(105, 171, 74, 1); */
  transform: skewX(185deg);
  transform-origin: bottom right;
  z-index: 1;
  background: #afde78; /* Old browsers */
  background: -moz-linear-gradient(left,  #afde78 0%, #69ab4a 43%, #69ab4a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #afde78 0%,#69ab4a 43%,#69ab4a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #afde78 0%,#69ab4a 43%,#69ab4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afde78', endColorstr='#69ab4a',GradientType=1 ); /* IE6-9 */

}
.bg-green-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(105, 171, 74, 1); */
  background: #afde78; /* Old browsers */
  background: -moz-linear-gradient(left,  #afde78 0%, #69ab4a 43%, #69ab4a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #afde78 0%,#69ab4a 43%,#69ab4a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #afde78 0%,#69ab4a 43%,#69ab4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afde78', endColorstr='#69ab4a',GradientType=1 ); /* IE6-9 */

}

.btn-search-btn{
  background-color: rgba(105, 171, 74, 1);
  color: #FFF !important;
}
.btn-search-btn:hover{
  background-color: rgba(105, 171, 74, 0.8);
}
.icons-top{
  position: relative;
  z-index: 3;
}
.services-home-icon{
  /* background-color: rgba(62, 98, 122, 1); */
  background: #3e627a; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #3e627a 0%, #00649f 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  #3e627a 0%,#00649f 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  #3e627a 0%,#00649f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e627a', endColorstr='#00649f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  padding: 20px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  border:1px solid rgba(255, 255, 255, 0.7);
  border-style:double;
}

.ash-border{
border:1.45px solid #efefef;
border-radius: 0.3rem;
}
.ash-border-bold{
  border:1.45px solid #efefef;
  border-radius: 0.3rem;
}
.client-logos-height{
  min-height:110px;
  max-height:110px;
}
.services-hover{
  -webkit-transition: all linear .4s;
  -moz-transition: all linear .4s;
  -ms-transition: all linear .4s;
  -o-transition: all linear .4s;
  transition: all linear .4s;
  cursor: pointer;
  border-radius: 50%;
}
.services-hover:hover{
  transform: scale(1.1);
}

.services-hover:hover .services-home-icon{

  background: rgba(62,98,122,0.8); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  rgba(62,98,122,0.8) 0%, rgba(0,100,159,0.8) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(62,98,122,0.8) 0%,rgba(0,100,159,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  rgba(62,98,122,0.8) 0%,rgba(0,100,159,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e627a', endColorstr='#00649f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



/* autocomplete */
.autocomplete{position:relative;}
.autocomplete-items{position:absolute;border:1px solid #d4d4d4;border-bottom:none;border-top:none;z-index:99;
  position: absolute !important;
  left: 0 !important;
  top: 100% !important;
  /* width: 100% !important; */
}
.autocomplete-items div{padding:10px;cursor:pointer;background-color:#fff;border-bottom:1px solid #d4d4d4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;
  color: #333;
}
.autocomplete-items div:hover{background-color:#e9e9e9;}
.autocomplete-active{background-color:#d4d4d4!important;}

/* autocomplete ends*/



/*the container must be positioned relative:*/

/* .vanilla-autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.vanilla-autocomplete-suggestions::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}
.vanilla-autocomplete-suggestions::-webkit-scrollbar-track {
    background: #fff;
}
.vanilla-autocomplete-suggestions::-webkit-scrollbar {
    width: 5px;
    border-radius: 20px;
}

.vanilla-autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border-top: 0;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.vanilla-autocomplete-suggestion {
    position: relative;
    padding: 14px 16px;
    line-height: 22px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}

.vanilla-autocomplete-suggestion.selected {
    background: rgba(0, 0, 0, 0.08);
} */


/* Home page styles end */



/* staffing styles */


/* .nav-link[data-toggle].collapsed:after {
  content: " ▾";
}
.nav-link[data-toggle]:not(.collapsed):after {
  content: " ▴";
} */

.ribbon2 {
 width: 45px;
 padding: 10px 0;
 position: absolute;
 top: -6px;
 right: 25px;
 text-align: center;
 border-top-left-radius: 3px;
 cursor: pointer;
 background: rgba(105, 171, 74, 1);
}

.ribbon2:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid rgba(105, 171, 74, 1);
 border-right: 6px solid transparent;
}
.ribbon2:before:hover {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid #40647b;
 border-right: 6px solid transparent;
}
.ribbon2:before, .ribbon2:after {
  content: "";
  position: absolute;
}
.ribbon2:after {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 30px solid rgba(105, 171, 74, 1);
  border-right: 30px solid rgba(105, 171, 74, 1);
  /* border-bottom: 30px solid transparent; */
}
.ribbon2:after:hover {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 30px solid #40647b;
  border-right: 30px solid #40647b;
  /* border-bottom: 30px solid transparent; */
}

.ribbon3 {
 width: 45px;
 padding: 12px 0px;
 position: absolute;
 top: -6px;
 right: 75px;
 text-align: center;
 border-top-left-radius: 3px;
 cursor: pointer;
 background: rgba(105, 171, 74, 1);
}

.ribbon3:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid rgba(105, 171, 74, 1);
 border-right: 6px solid transparent;
}
.ribbon3:before:hover {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid #40647b;
 border-right: 6px solid transparent;
}
.ribbon3:before, .ribbon2:after {
  content: "";
  position: absolute;
}
.ribbon3:after {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 30px solid rgba(105, 171, 74, 1);
  border-right: 30px solid rgba(105, 171, 74, 1);
  /* border-bottom: 30px solid transparent; */
}
.ribbon3:after:hover {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 30px solid #40647b;
  border-right: 30px solid #40647b;
  /* border-bottom: 30px solid transparent; */
}

/* .ribbon4 {
 width: 45px;
 padding: 10px 0px;
 position: absolute;
 top: -6px;
 right: 125px;
 text-align: center;
 border-top-left-radius: 3px;
 cursor: pointer;
 background: rgba(105, 171, 74, 1);
} */
.ribbon4 {
 width: 45px;
 padding: 10px 0px;
 position: absolute;
 top: -6px;
 right: 75px;
 text-align: center;
 border-top-left-radius: 3px;
 cursor: pointer;
 background: rgba(105, 171, 74, 1);
}

.ribbon4:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid rgba(105, 171, 74, 1);
 border-right: 6px solid transparent;
}
.ribbon4:before:hover {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid #40647b;
 border-right: 6px solid transparent;
}
.ribbon4:before, .ribbon2:after {
  content: "";
  position: absolute;
}
.ribbon4:after {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 30px solid rgba(105, 171, 74, 1);
  border-right: 30px solid rgba(105, 171, 74, 1);
  /* border-bottom: 30px solid transparent; */
}
.ribbon4:after:hover {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 30px solid #40647b;
  border-right: 30px solid #40647b;
  /* border-bottom: 30px solid transparent; */
}

.ribbon2:hover, .ribbon3:hover, .ribbon4:hover  {
 cursor: pointer;
 background: #40647b;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #FFF;
  background: #40647b; /* Old browsers */
  background: -moz-linear-gradient(left,  #40647b 0%, #00649f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #40647b 0%,#00649f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #40647b 0%,#00649f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40647b', endColorstr='#00649f',GradientType=1 );

}
.nav-pills .nav-link:hover{
  color: #FFF;
  background: #40647b; /* Old browsers */
  background: -moz-linear-gradient(left,  #40647b 0%, #00649f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #40647b 0%,#00649f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #40647b 0%,#00649f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40647b', endColorstr='#00649f',GradientType=1 );
}
.nav-link{
  color:rgba(62, 98, 122, 1);
}

.fixed-scroll{
  height: 100vh;
  overflow-y: scroll;
}
.custom-heading-img-width{
  max-width: 65px;
  min-width: 65px;
}
/* staffing styles end*/


/* multiselct files styles */

.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 100%;
}

.fs-label-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: default;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    /* padding: 6px 22px 6px 8px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    transition: ease-in 0.15s;
}

.fs-open .fs-arrow {
    transform: rotate(-180deg);
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 93.5%;
    margin-top: 5px;
    z-index: 1000;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
}

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 6px 0;
    width: 100%;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.fs-option:last-child {
    border-bottom: none;
}

.fs-search {
    padding: 0 8px;
}

.fs-no-results {
    padding: 6px 8px;
}

.fs-option {
    cursor: pointer;
    word-break: break-all;
}

.fs-option.disabled {
    opacity: 0.4;
    cursor: default;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(17, 169, 17);
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-optgroup-label {
    font-weight: bold;
    text-align: center;
    background-color: #f8f8f8;
}

.hidden {
    display: none;
}

/* multiselct files styles end*/


/* media queries */

@media (max-width:996px) {
  .fixed-scroll{
    height: auto !important;
    overflow-y: hidden;
  }
}
@media (max-width:576px) {
  .custom-heading-img-width{
    max-width: 100%;
    min-width: 100%;
  }
  .masthead-content{
    width: 100%;
  }
}




/* media queries end*/
