@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
/*
font-family: 'Raleway', sans-serif;
*/
html {
  color: #111;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #111;
  background-color: #fff;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
select:-internal-list-box option:checked {
    background-color: #EFEFEF !important; 
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #1113c;
  margin: 1em 0;
  padding: 0;
  width: 100%;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited,
  a:focus {
    text-decoration: none;
    outline: 0;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

a:hover {
  text-decoration: none;
}

a.navbar-brand {
  padding-top: 0;
}

.navbar-brand>img {
  display: inline-block;
  max-width: 100%;
  max-height: 45px;
  margin-top: 9px;
}

.site-wrapper {
  width: 100%;
}

#home-search-new {
  background: #fff;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  margin-bottom: 50px;
  /*background: url(../images/bg.jpg) no-repeat;

  background-position: center;

  background-size: cover;

  background-attachment: fixed;

  position: relative;*/
}

.logo-strap {
  margin: 6rem 0 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 25rem;
}

.strapline {
  text-align: right;
  padding: 0;
}

.logo img {
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  image-rendering: -webkit-optimize-contrast;
  max-width: 80px;
  display: none;
}

.hph1 {
  line-height: normal;
  margin: 2.5rem 0 0 0rem;
  text-align: inherit;
  color: #fff;
  padding: 0;
  font-weight: 600;
}

h1 {
  font-size: 2rem;
}

.strapline h2 {
  color: #fff;
  line-height: normal;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 15px;
}

.home-search label {
  display: block;
  margin: 0 0 0.5rem 0;
  font-size: 14px;
  font-weight: 600;
}

label.space-height {
  height: 20px;
}

.btn.submit-btn {
  width: 100%;
  background: #036da7;
  font-size: 18px;
  height: 42px; 
  border-color: transparent;
  color: #fff;
  text-transform: uppercase; 
}

.home-search .more-opt label {
  margin: 10px auto 0;
}

ul {
  margin: 0px;
  padding: 0px;
}

.more-opt ul li {
  float: left;
  margin-right: 20px;
}

.more-opt ul li:last-child a {
  margin: 10px 0 0;
  text-transform: capitalize;
  font-weight: 500;
}

.more-opt ul li:last-child {
  margin: 0px;
}

li {
  list-style: none;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3 {
  display: block;
  padding: 0;
  color: #111;
  position: relative;
  top: -10px;
}

.home-search .form-control {
  height: 44px;
  font-size: 14px;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}

.tab_container .tab-content h3 {
  text-align: center;
}

.tab_container [id^="tab"]:checked+label {
  background: #111;
  color: #fff;
  border-bottom-color: transparent;
}

.tab_container [id^="tab"]:checked+label .fa {
  color: #fff;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}


/*Media query*/

@media only screen and (max-width: 930px) {
  label span {
    font-size: 14px;
  }
  label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  label span {
    display: none;
  }
  label .fa {
    font-size: 16px;
  }
  .tab_container {
    width: 98%;
  }
}


/*Content Animation*/

@keyframes fadeInScale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.tab_container {
  position: relative;
}

.tabs-header input,
.tabs-header section {
  clear: both;
  padding-top: 10px;
  display: none;
}

.tabs-header .sort-location input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
}

.tabs-header label {
  top: -48px;
  font-weight: 500;
  font-size: 14px;
  display: block;
  float: left;
  width: 20%;
  padding: 13px;
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: transparent;
  margin-bottom: 0;
  border-top: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  border-left: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  position: relative;
}

main.tabs-header {
  background:  #fdfdfd;
}
.tab_container .tab-content {
  border: none; 
}
.tab-content {
  border-left: 1px solid #efefef;
  background: #fdfdfd;
  padding: 15px 5px;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
.tab-under h3 {
  font-family: 'Open Sans', sans-serif !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.tab-under p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
}
.tabs-header label[for="tab1"] {
  border-top-left-radius: 4px;
}

.tabs-header label[for="tab2"] {
  border-left: none;
}

.tabs-header label[for="tab3"] {
  border-top-right-radius: 4px;
  border-left: none;
}

.tab-content .seo-links li {
  width: 25%;
  float: left;
  list-style: none;
}

.tab-content li a {
  color: #111;
  line-height: 1.4;
  margin-bottom: 5px;
  display: inline-block;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.tab-content li span {
  color: #036da7;
  font-size: 12px;
  font-weight: 600;
}

.tab-content li a.see-more-link {
  text-decoration: underline;
  font-weight: 600;
  font-size: 12px;
}

.tab-content ul {
  padding: 0
}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 0px 15px;
  font-size: 24px;
  line-height: 20px;
  padding-top: 5px;
  margin-right: 15px;
}

.navbar-default .navbar-brand {
  color: #f9c026;
  font-weight: 700;
}

.search-bnr .form-group {
  padding: 0 8px;
  margin: 0;
}
#viewerContainer { 
    width: 180px !important;
}
.tab-content h1 {
  font-size: 16px;
  color: #111;
  font-weight: 600;
}
.tab-content hr {
    display: none;
}
.search-bnr {
  margin: 0 -8px;
}

.navbar-default .navbar-brand span {
  position: relative;
  top: 2px;
}

.more-options a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.ftco-section {
  padding: 90px 0 50px;
  position: relative;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.heading-section .subheading {
  font-size: 14px;
  display: block;
  margin-bottom: 0px;
  color: #f68b4f;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-section h2 {
  font-size: 42px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
  margin-top: 15px;
  color: #004e6b;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.category,
ul {
  padding: 0;
}

.category li {
  list-style: none;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 400;
}

.category li a {
  display: block;
  color: #004e6b;
  border-bottom: 1px solid #ffefdb;
  padding: 10px 15px 10px 0;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}

.category li a span.number {
  font-size: 16px;
  background: #fffaf5;
  color: #ffba00;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
}

.category li a span {
  color: rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-weight: 600;
}

.category li a i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #005ca3;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category li a:hover,
.category li a:focus {
  color: #005ca3;
  background: #fbcc2654;
  text-decoration: none;
  outline: 0;
}

.category li a:hover i,
.category li a:focus i {
  right: 15px;
  opacity: 1;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.section-padding40 {
  padding-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.top-talents .section-tittle h2 {
  font-size: 42px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
  margin: 0 auto 20px;
}

.our-services .col-lg-4:nth-child(1) .single-services,
.our-services .col-lg-4:nth-child(4) .single-services {
  border-left: 0;
}

.our-services .col-lg-4:nth-child(1) .single-services,
.our-services .col-lg-4:nth-child(2) .single-services,
.our-services .col-lg-4:nth-child(3) .single-services {
  border-top: 1px solid #EFEFEF;
}

.our-services .single-services {
  border-left: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  padding: 44px 26px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}

.our-services .single-services .services-ion {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-bottom: 31px;
  line-height: 80px;
  text-align: center;
  box-shadow: 0px 15px 60px rgba(54, 127, 255, 0.1);
}

.our-services .single-services .services-cap h5 a {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 600;
  display: block;
  color: #1D2547 !important;
}

.our-services .single-services .services-cap p {
  margin-bottom: 24px;
}

.our-services .single-services .services-cap a.more-btn {
  color: #367FFF;
  font-size: 18px;
  font-weight: 400;
}

.our-services .single-services .services-cap a.more-btn:hover {
  color: #f68b4f
}

.bg-row {
  background: #F9F9FF;
  padding: 80px 0;
}

.navbar {
  margin-bottom: 0px;
  min-height: 60px;
}

.right-menu {
  padding-top: 5px;
  margin-right: -15px;
}

.top-jobs .single-top-jobs {
    border: 1px solid #efefef;
    margin: 0 15px;
    padding: 44px 26px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    background: #fdfdfd;
}

.top-jobs .single-top-jobs .services-ion {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin: -80px auto 0;
  line-height: 80px;
  text-align: center;
  top: -20px;
  box-shadow: 0px 0px 15px rgb(14 145 110 / 13%);
}

.top-jobs .single-top-jobs:focus,
a:focus {
  outline: 0
}

.top-jobs .single-top-jobs .services-ion img {
  display: inherit;
  width: 80px;
  border-radius: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.top-jobs .single-top-jobs .services-cap h5 a {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 600;
  display: block;
  color: #1D2547 !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 182, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_services_section.scss */
  .top-jobs .single-top-jobs .services-cap h5 a {
    font-size: 20px;
  }
}

.top-jobs .single-top-jobs .services-cap h5 a:hover {
  color: #367FFF;
}

.top-jobs .single-top-jobs .services-cap p {
  margin-bottom: 10px;
  color: #036da7;
}

.top-jobs .single-top-jobs .services-cap a.more-btn {
  color: #367FFF;
  font-size: 18px;
  font-weight: 400;
}

.top-jobs .single-top-jobs .services-cap a.more-btn:hover {
  letter-spacing: 1px;
}

.top-jobs .single-top-jobs:hover .services-ion span {
  color: #367FFF;
}

.top-jobs .single-top-jobs .stickers {
  margin: 30px auto 0;
}

.top-jobs .single-top-jobs .stickers a:hover span {
  background: #036da7;
  color: #fff;
}

.view-all {
  padding-top: 40px;
}

.view-all a.btn {
  padding: 8px 20px;
  background: #036da7;
  color: #fff;
  border-color: #036da7;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.top-jobs .single-top-jobs .stickers span {
  padding: 8px 20px;
  background:#036da7;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn .fa {
    margin-right: 5px;
}
#home-search-new hr {
    visibility: hidden;
}
.top-job-slider>.slick-list {
  padding-top: 60px !important;
}

.well {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  position: relative;
  box-shadow: none;
  -webkit-box-shadow: none;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .well {
    padding: 14px 19px 19px;
  }
}

.well .theHead {
  border-bottom: 1px solid #e0e0e0;
  color: #424242;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 5px 0 15px;
}

@media screen and (max-width: 1599px) {
  .well .theHead {
    font-size: 18px;
    padding-bottom: 11px;
  }
}

.well .theHead .text-danger {
  color: #f44336;
}

.well.has-owl {
  overflow: hidden;
}

.well.has-owl .theHead {
  padding-right: 55px;
}

.well.has-owl .theHead .vAll {
  float: right;
  text-decoration: underline;
  color: #1d67bd;
  font-size: 16px;
  display: inline-block;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .well.has-owl .theHead {
    padding: 5px 0 15px;
    position: relative;
    padding-right: 70px;
  }
  .well.has-owl .theHead .vAll {
    position: absolute;
    right: 0;
    top: 4px;
  }
}

.well.has-owl .theBody {
  margin: 0 -20px;
}

.well.has-owl .theBody .owl-carousel {
  position: static;
}

.well.has-owl .theBody .owl-carousel .owl-stage-outer {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .well.has-owl .theBody .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
}

.well.has-owl .theBody .owl-carousel .owl-stage-outer .media {
  overflow: visible !important;
}

.well.has-owl .theBody .owl-carousel .owl-nav {
  position: absolute;
  right: 15px;
  top: 20px;
  display: block !important;
}

@media screen and (max-width: 1599px) {
  .well.has-owl .theBody .owl-carousel .owl-nav {
    top: 16px;
  }
}

.well.has-owl .theBody .owl-carousel .owl-nav button {
  display: inline-block;
  width: 16px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 5px;
  background-size: auto 18px !important;
}

.well.has-owl .theBody .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/left-arrow.png) no-repeat center center;
}

.well.has-owl .theBody .owl-carousel .owl-nav button.owl-next {
  background: url(../images/right-arrow.png) no-repeat center center;
}

@media screen and (max-width: 1599px) {
  .well.has-owl .theBody .owl-carousel .owl-nav button {
    background-size: 9px 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .well.has-owl .theBody .owl-carousel .owl-nav button {
    margin: -15px 5px 0;
  }
}

.well.has-owl .theBody .owl-carousel .owl-dots {
  display: none;
}

.well.has-owl .theBody .owl-carousel.seniorSlid {
  margin: 0 15px;
  width: auto;
}

@media screen and (min-width: 1200px) {
  .well.has-owl .theBody .owl-carousel.seniorSlid {
    padding-top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .well.has-owl .theBody .owl-carousel.msSlid {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .well.has-owl .theBody {
    position: relative;
    margin: 0;
    padding: 0 48px;
  }
  .well.has-owl .theBody .owl-nav {
    position: static !important;
  }
  .well.has-owl .theBody .owl-nav button {
    margin-top: -15px;
  }
  .well.has-owl .theBody .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
    top: 50%;
  }
  .well.has-owl .theBody .owl-nav button.owl-next {
    position: absolute;
    right: -20px;
    top: 50%;
  }
}

.tProfeB {
  padding: 0 20px;
}

.tProfe .item {
  width: 258px;
  border: 1px solid #036da7;
  border-radius: 5px;
  overflow: hidden;
}

.tProfe .item>a:hover {
  text-decoration: none;
}

.tProfe .item .box_headerbg {
  background-color: #036da7;
  padding: 10px;
}

.tProfe .item .box_headerbg .media-object {
  border-radius: 50%;
  border: 3px solid #fff;
  width: 54px;
  height: 54px;
}

.tProfe .item .box_headerbg .media-heading {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 162px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0;
}

.tProfe .item .box_headerbg .top_prof_desig {
  color: #fff;
  font-size: 14px;
  max-width: 162px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  line-height: 18px;
}

.tProfe .item .toppro_box {
  position: relative;
}

.tProfe .item .toppro_box .topprof_compinfo {
  padding: 15px 10px;
}

.tProfe .item .toppro_box .topprof_compinfo .media {
  height: 50px;
}

.tProfe .item .toppro_box .topprof_compinfo .media .media-left img {
  max-width: 70px;
  max-height: 50px;
  width: auto;
}

.tProfe .item .toppro_box .topprof_compinfo .media-heading {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}

.tProfe .item .toppro_box .topprof_scorecont {
  background-color: #fafafa;
  border-top: 1px solid #eee;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tProfe .item .toppro_box .topprof_scorecont .scorebg {
  background-color: #eee;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  color: #212121;
  font-weight: 600;
  padding: 5px 0;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.tProfe .item .toppro_box .topprof_scorecont .low_text {
  display: inline-block;
  text-align: left;
  width: 49%;
  font-size: 10px;
  color: #212121;
}

.tProfe .item .toppro_box .topprof_scorecont .high_text {
  display: inline-block;
  text-align: right;
  width: 49%;
  font-size: 10px;
  color: #212121;
}

.tProfe .item .toppro_box .topprof_scorecont .score_level {
  margin-bottom: 10px;
  background: url(../i/score_scale.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 5px;
}

.tProfe .item .toppro_box .topprof_scorecont .scale_badgecont {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  max-height: 40px;
}

@media screen and (max-width: 1199px) {
  .tProfe .item {
    width: 285px;
  }
}

.tProfeB {
  padding: 0 20px;
}

@media screen and (min-width: 1200px) {
  .topEmpSec .row .col-lg-8 {
    width: 650px;
  }
  .topEmpSec .row .col-lg-4 {
    width: 510px;
  }
}

@media screen and (min-width: 1600px) {
  .topEmpSec .row .col-lg-8 {
    width: 960px;
  }
  .topEmpSec .row .col-lg-4 {
    width: 510px;
  }
}

@media screen and (max-width: 991px) {
  .topEmpSec .row .col-lg-4 {
    display: none;
  }
}

select.select-services {
  width: 220px;
  float: left;
  margin-left: 20px;
}

section.join-community {
  margin-top: 0px;
  margin-bottom: 20px;
}

.form-group.all-countries {
  margin: 6px auto 0;
}

.tab-content .sublocation-links li {
  width: auto;
  display: inline-block;
}

.location-links h3 {
  font-size: 15px;
}

.location-links .sublocation-links {
  padding: 0;
  margin-top: 1%;
}

.sub-location:after {
  content: ", ";
  display: inline-block;
  padding-right: 2px;
}

.tab-content li a.sub-location {
  font-size: 12px;
  margin: 0;
}

.tab_container .tab-content .location-links h3 {
  display: inline-block;
  margin: 10px auto 0;
}

.tab-content li a.sub-location:hover,
.tab-content li a:hover {
  text-decoration: underline;
}

form.form.search-talents.clearfix {
  max-width: 1170px;
  margin: 0 auto;
}

.search-talents label {
  font-weight: 500;
}

.search-talents label input[type="checkbox"] {
  margin-right: 3px;
}

.top-talents {
  padding: 40px 0;
}

.talent-details p {
  margin: 0 0 5px 0;
  font-size: 14px;
}

.services-cap h5,
.services-cap h5 a {
  margin-bottom: 10px !important;
}

.success-rate .success {
  color: #036da7;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.ftco-section {
  position: relative;
}

.ftco-no-pt {
  padding-top: 0 !important;
}

.ftco-no-pb {
  padding-bottom: 0 !important;
}

.ftco-bg-dark {
  background: #036da7;
}

.ftco-footer {
  font-size: 16px;
  padding: 3em 0 0;
  color: #fff;
}

.ftco-footer .ftco-footer-logo {
  text-transform: uppercase;
  letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2 { 
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

.ftco-footer .ftco-footer-widget ul li a {
  color: #fff;
}

.ftco-footer .ftco-footer-widget ul li a span {
  color: #fff;
}

.ftco-footer .ftco-footer-widget .btn-primary {
  background: #fff !important;
  border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff !important;
}

.ftco-footer p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.ftco-footer a {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.ftco-footer a:hover {
  color: #206dfb;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: #004c75;
  border-radius: 50%;
  position: relative; 
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.ftco-footer-social li a:hover, .ftco-footer-social li a:hover span {
  color: #036da7;
  background-color: #fff
}
.ftco-footer-widget li {
    display: block;
}
.footer-small-nav>li {
  display: inline-block;
}

.footer-small-nav>li a {
  margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
  color: #206dfb;
}

.ftco-footer-widget.mb-4.col-4-ftr {
  text-align: right;
  font-size: 14px;
}

.ftco-footer-widget.mb-4.col-4-ftr li {
  margin-bottom: 8px;
}

span.call-nmbr {
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}

span.callus {
  display: block;
  font-size: 20px;
}

.bg-ftr {
  background: #004c75;
  padding: 10px 15px;
}

.bg-ftr p {
  margin-bottom: 0;
  line-height: 2;
}

.bg-ftr ul li {
  display: inline-block;
}

.ftco-footer .bg-ftr ul li a {
  border-right: solid 1px #ccc;
  padding-right: 10px;
  margin-right: 10px;
}

.ftco-footer .bg-ftr ul li:last-child a {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}

.ftco-footer .bg-ftr ul li a:hover {
  color: #fff;
}

.language-menu a {
  display: block;
  padding: 0 10px;
}

.language-menu .dropdown-menu a {
  display: block;
  padding: 0 10px;
  color: #777;
  margin: 6px 0;
}

.language-menu .dropdown-menu a span {
  margin-right: 4px;
}

.riot {
  width: 150px;
}

img.img-circle { 
  margin-right: 5px;
}

#login-dp {
  min-width: 250px;
  padding: 14px 14px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .95);
}

#login-dp .help-block {
  font-size: 12px
}

#login-dp .bottom {
  background-color: rgba(255, 255, 255, .8);
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
}

#login-dp .social-buttons {
  margin: 12px 0
}

#login-dp .social-buttons a {
  width: 49%;
}

#login-dp .form-group {
  margin-bottom: 10px;
}

.btn-fb {
  color: #fff;
  background-color: #3b5998;
}

.btn-fb:hover {
  color: #fff;
  background-color: #496ebc
}

.btn-tw {
  color: #fff;
  background-color: #55acee;
}

.btn-tw:hover {
  color: #fff;
  background-color: #59b5fa;
}

@media(max-width:768px) {
  #login-dp {
    background-color: inherit;
    color: #fff;
  }
  #login-dp .bottom {
    background-color: inherit;
    border-top: 0 none;
  }
}


/* Tabs panel */

.tabbable-panel {
  border: none;
  padding: 0px; float: left;
    width: 100%;
}
.tabbable-panel .nav-tabs>li>a{
  border: none;
}

/* Default mode */

.tabbable-line>.nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line>.nav-tabs>li {
  margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
  color: #111 border: 0;
  margin-right: 0;
  color: #111;
    font-weight: 600;
}

.tabbable-line>.nav-tabs>li>a>i {
  color: #111;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
  border-bottom: 4px solid #036da785;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: #111;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #111;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
  border-bottom: 4px solid #036da7;
  position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: #111;
  background: #fff;
}

.tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040;
}

.tabbable-line>.tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
  padding-bottom: 0;
}


/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
  border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
  margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.dropdown-menu.nav-tabs {
  width: 300px;
}

.nav-tabs .tab-content li a {
  font-size: 14px;
  color: #777;
}

.nav-tabs .tab-content {
  width: 100%;
  max-width: 270px;
  padding-top: 15px;
}

.show .show.collapse {
  display: none !important;
}

.active.show .show.collapse {
  display: block !important;
}

.active.in .show.collapse {
  display: block !important;
}

.brand-area {
  margin-bottom: 25px;
}

.sidebar-box {
  margin-bottom: 30px;
  font-size: 15px;
  width: 100%;
}

.d-c {
  padding: 0px 55px 55px !important;
  background-color: transparent !important;
}

.dcc {
  padding: 55px !important;
  background-color: #f8f9fa;
  margin: 2px 0;
}

.sidebar-box .heading-sidebar {
  font-size: 19px;
  margin-top: 0;
}
.right-side-div {
    margin: 0px 0px 0px -102px;
    background: #fff;
    border-radius: 0;
    padding: 30px;
    width: 111.3%;
    max-width: 1030px;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.bg-white {
  background-color: #fff !important;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.search-form .form-group {
  position: relative;
}

.search-form .fa {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-form .form-group input {
  padding-right: 50px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.02) !important;
  height: 48px !important;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar label {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #4e4e4e;
}

.browse-form label input {
  margin-right: 7px;
}

.bg-light {
  background: #f9f9f9 !important;
}

.ftco-section {
  padding: 4em 0;
  position: relative;
}

.air-card section {
  border-bottom: 1px solid #E0E0E0;
  margin: 0 -30px;
  padding: 20px 30px;
}

.tabs-listing .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs-listing .media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
}

.tabs-listing .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cusImg {
  padding-right: 0 !important;
  width: 60px;
}

.p-0-right {
  padding-right: 0 !important;
}

.m-0 {
  margin: 0!important;
}

.avatar {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  color: #E0E0E0;
  border: solid 1px #036da7;height: 70px;
    width: 70px;
}
.course-head {
    display: flex;
    align-items: center;
}
.course-head b {
    margin-left: 10px;
}
.course-head br {
    display: none;
}
.avatar-40 {
  width: 40px;
  height: 40px;
  margin: 20px;
  padding: 0;
}

.vertical-align-middle {
  vertical-align: middle!important;
}

.badge-presence.status-online,
.badge-presence.user-presence-indicator-online,
.user-presence-indicator.status-online,
.user-presence-indicator.user-presence-indicator-online {
  background-color: #036da7;
}

.avatar+.badge-presence,
.avatar+.user-presence-indicator {
  border: 3px solid #fff;
  vertical-align: bottom;
  position: relative;
  right: -20px;
  top: -20px;
}

.avatar-xs+.badge-presence,
.avatar-30+.badge-presence,
.avatar-40+.badge-presence,
.avatar-xs+.user-presence-indicator,
.avatar-30+.user-presence-indicator,
.avatar-40+.user-presence-indicator {
  width: 16px;
  height: 16px;
}

.badge-presence,
.user-presence-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #656565;
  padding: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: baseline;
  margin-left: 10px;
}

.tile-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tile-flex-col .tile-name-col {
  overflow: hidden;
}

.m-0-top-bottom {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.display-inline-block {
  display: inline-block !important;
}

.freelancer-tile-name {
  word-break: normal;
  color: #036da7!important;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.d-md-block {
  display: block!important;
}

.m-sm-left {
  margin-left: 10px !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.btn {
  text-shadow: none;
}

.btn-circle {
  margin: 0;
  border-radius: 50%;
  padding: 6px;
  width: 32px;
  height: 32px;
}

.ats-tile-buttons-responsive>div:not(:first-child),
.ats-tile-buttons>div:not(:first-child) {
  margin-left: 15px;
}

.ats-tile-buttons .tile-button {
  min-width: 120px;
  padding-right: 0;
  padding-left: 0;
}

.btn {
  text-shadow: none;
}

.btn-block {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.m-sm-top {
  margin-top: 10px !important;
}

.text-muted {
  color: #656565 !important;
}

.d-lg-inline-block {
  display: inline-block!important;
}

.m-xs-left {
  margin-left: 5px !important;
}

.skills-section {
  margin-top: 0;
}

ul.skill-list-light {
  padding: 0;
}

ul.skill-list-light li {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 500;
}

.skills-section .skill-list-light li:after {
  content: "";
  height: 0px;
  width: 0px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.freelancer-tile-title_compact h5 {
    margin-top: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #6d6d6d; margin-bottom: 5px;
}
.freelancer-tile-title_compact {
    font-weight: 600;
}
.row.brdr {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  margin-left: -15px !important;
  margin-right: 0px !important;
}
.skills-section .skill-list-light li:last-child:after {
  background-color: transparent;
}

section.air-card-hover {
  padding: 20px 0;
  border-bottom: 1px solid #E0E0E0;
}

section.air-card-hover:first-child {
  /*border-top: 1px solid #E0E0E0;*/
}

section.air-card-hover:last-child {
  border-bottom: none;
}
.mr-5 { margin-right: 5px }
a.btn.btn-link {
  color: #036da7;
}
.right-cus-btn h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600; color: #036da7;
}
.right-cus-sec {
    padding-top: 10px;
}
.btn-circle .fa {
  color: #036da7;
}

.custom-select {
  background: #fff url(../images/select.svg) no-repeat right .75rem center;
  background-size: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-filter .dropdown.dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 20px;
}

.search-filter .input-group-btn .btn-group {
  display: flex !important;
}

.search-filter .btn-group .btn {
  border-radius: 0;
  margin-left: -1px;
}

.search-filter .btn-group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.search-filter .btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.search-filter .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.search-filter .form-group .form-control:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
  #adv-search {
    width: 350px;
    margin: 0 auto;
  }
  #adv-search .input-group-btn {
    width: 12%;
  }
  #adv-search .btn-primary {
    height: 34px;
    min-width: 50px;
  }
  .dropdown.dropdown-lg {
    position: static !important;
  }
  .dropdown.dropdown-lg .dropdown-menu {
    width: 350px;
  }
}

.row.search-filter {
  margin-bottom: 10px;
  margin-top: 10px;
}

.tabs-listing .tab-pane {
  padding: 10px;
}

.tabsInfo .nav .fa {
  margin-right: 8px;
  font-size: 22px;
}
.nopadding-right {
  padding-right: 0px !important;
}
.nopadding-left {
  padding-left: 0px !important
}
.tabs-listing .media .row {
  margin: 0
}
.p-0 {
  padding: 0px !important
}

.tabsInfo .nav-tabs>li>a {
  padding: 20px 15px;
  color: #000;
  font-weight: 500;
  background: #f0f0f0;
  font-size: 16px;
}

.tabsInfo .panel-default {
  border-color: transparent;
}

.tabsInfo .panel-default>.panel-heading {
  background: #fff;
  padding: 0;
  border: none;
}

.tabsInfo .nav-tabs>li.active>a,
.tabsInfo .nav-tabs>li.active>a:focus,
.tabsInfo .nav-tabs>li.active>a:hover,
.tabsInfo .nav-tabs>li:hover a {
  color: #fff;
  cursor: pointer;
  background-color: #036da7;
  border: 1px solid #ddd;
  background: #036da7;
}

section.tabsInfo {
  padding-top: 40px;
}

section.tabsInfo p.small-text {
  margin-bottom: 30px;
}

h2.title {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.box>.icon>.image {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid white;
  line-height: 88px;
  border-radius: 50%;
  background: transparent;
  vertical-align: middle;
}

.box>.icon>.info {
  margin-top: -30px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  padding: 15px 0 25px 0;
}

.image img {
  margin-top: -15px;
  margin-left: 0;
  max-width: 70px;
}

.box>.icon:hover>.info>.more>a {
  color: #fff;
  padding: 6px 8px;
  background-color: #036da7;
}

.box>.icon:hover>.info>h2.title,
.box>.icon:hover>.info>p,
.box>.icon:hover>.info>.more>a {
  color: #111;
}

.box>.icon>.info>.more a {
  font-size: 12px;
  color: #111;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}

.space {
  height: 50px;
}

.btn.serbtn {
  background: #036da7;
  color: #fff;
  font-size: 18px;
  padding: 12px 30px;
  margin-bottom: 30px;
}

.btn.serbtn:hover {
  background-color: #204d74;
  border-color: #122b40;
}

.tabsInfo .nav-tabs>li {
  float: none;
  display: inline-block;
}

.topbar .navbar-nav>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  color: #fff;
}

.topbar {
  background: #00435d;
}

.topbar .nav>li>a:focus,
.topbar .nav>li>a:hover,
.topbar .nav .open>a {
  background-color: #036da7;
  border-color: #036da7;
}

footer.ftco-footer.ftco-section {
  padding-bottom: 0;
  width: 100%;
}
.right-menu .checkbox label {
    font-size: 12px;
    line-height: 1.8;
}
.container-fluid {
  padding: 0 !important;
  width: 95%;
}

.no-m {
  margin-left: 0 !important;
}

.navigation .row {}

.btn-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: -20px;
}

.banner-slider img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin-left: 15px;
}

#subscribeModal .modal-content {
  overflow: hidden;
}

a.h2 {
  color: #007b5e;
  margin-bottom: 0;
  text-decoration: none;
}

#subscribeModal .form-control {
  height: 56px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 30px;
}

#subscribeModal .btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-right: 20px;
  background: #007b5e;
  border-color: #007b5e;
}

#subscribeModal .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #007b5e;
  outline: 0;
  box-shadow: none;
}

#subscribeModal .top-strip {
  height: 155px;
  background: #007b5e;
  transform: rotate(141deg);
  margin-top: -94px;
  margin-right: 190px;
  margin-left: -130px;
  border-bottom: 65px solid #4CAF50;
  border-top: 10px solid #4caf50;
}

#subscribeModal .bottom-strip {
  height: 155px;
  background: #007b5e;
  transform: rotate(112deg);
  margin-top: -110px;
  margin-right: -215px;
  margin-left: 300px;
  border-bottom: 65px solid #4CAF50;
  border-top: 10px solid #4caf50;
}


/**************************/


/****** modal-lg stips *********/


/**************************/

#subscribeModal .modal-lg .top-strip {
  height: 155px;
  background: #007b5e;
  transform: rotate(141deg);
  margin-top: -106px;
  margin-right: 457px;
  margin-left: -130px;
  border-bottom: 65px solid #4CAF50;
  border-top: 10px solid #4caf50;
}

#subscribeModal .modal-lg .bottom-strip {
  height: 155px;
  background: #007b5e;
  transform: rotate(135deg);
  margin-top: -115px;
  margin-right: -339px;
  margin-left: 421px;
  border-bottom: 65px solid #4CAF50;
  border-top: 10px solid #4caf50;
}


/****** extra *******/

#Reloadpage {
  cursor: pointer;
}

.ml-auto,
.mx-auto {
  margin-left: auto!important;
  margin-right: auto!important;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

@media (min-width: 992px) {}

.modal-lg {
  max-width: 800px;
}


}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.w-75 {
  width: 75%!important;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
a.navbar-brand.brand2 {
  float: none;
  display: inline-block;
  margin: 0 auto 20px;
}
#subscribeModal .btn:focus {
  outline: 0
}
.img-fluid,
.modal-dialog.cascading-modal.modal-avatar .modal-header,
.video-fluid {
  max-width: 100%;
  height: auto;
}
.modal .modal-full-height {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  min-height: 100%;
  margin: 0
}
.modal .modal-full-height.modal-top,
.modal .modal-full-height.modal-bottom {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto
}
.modal .modal-full-height.modal-top {
  bottom: auto
}
.modal .modal-full-height.modal-bottom {
  top: auto;
  min-height: 0
}
.modal .modal-full-height .modal-content {
  width: 100%
}
.modal .modal-full-height.modal-lg {
  width: 90%;
  max-width: 90%
}

}
@media (min-width: 992px) and (min-width: 992px) {
  .modal .modal-full-height.modal-lg {
    width: 800px;
    max-width: 800px
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .modal .modal-full-height.modal-lg {
    width: 1000px;
    max-width: 1000px
  }
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.btn-outline-danger {
  color: #036da7 !important;
  background-color: transparent !important;
  border: 2px solid #036da7 !important;
}
.waves-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.modal-dialog.modal-notify.modal-success .modal-header {
  background-color: #036da7;
}
.modal-dialog.modal-notify.modal-info .modal-header {
  background-color: #33b5e5;
}
.modal-dialog.modal-notify .heading {
  padding: .3rem;
  margin: 0;
  font-size: 1.15rem;
  color: #fff;
}
.modal-dialog.modal-notify .close {
  opacity: 1;
}
.btn-primary {
  color: #fff;
  background-color: #036da7;
  border-color: #036da7;
}
.main-exp-content {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #f8f9fa;
  padding: 30px 0;
  margin: 40px auto;
}
.main-exp-content p {
  margin: 0;
}
#home-search-new.other-pages {
  background: #f8f9fa;
  margin-bottom: 40px;
  padding-bottom: 50px;
}
.top-talents.daily-expense {
  padding-top: 20px;
}
.top-talents.daily-expense .section-tittle h2 {
  margin: 0 auto 40px;
}
#accordion .panel-heading {
  padding: 0;
}
#accordion .panel-title>a {
  display: block;
  padding: 0.4em 0.6em;
  outline: none;
  font-weight:bold;
  text-decoration: none;
}
#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
    content: "\f107";
    float: left;
    margin-right: 1em;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
}
#accordion .panel-title>a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
  content:"\f106";
   font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
}
.part-one {
    background-color: #fdfdfd;
    border: 1px solid #efefef;
    border-radius: 0;
    padding: 30px;
    margin: 0 auto 30px;
    text-align: center;
}
.left-learn .part-one .fa {
    margin-right: 5px;
    color: #036da7;
}
.learn-sec {
  padding: 50px 0;
}
.part-one h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 22px;
    color: #036da7;
    text-align: center;
    border-bottom: double #036da7;
    display: inline-block;
    padding-bottom: 5px;  font-weight: 600;
}
.part-one .form {
    text-align: left;
}
.part-one .extra-skills li {
    width: 100%;
    text-align: left;
}
.extra-skills h3 {
    font-weight: 600;
    margin-top: 0;
    padding-left: 0;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 26px;
}
.extra-skills {
    padding: 15px 0 0;
}
.app-for-job-form .form-group {
    margin-bottom: 5px;
}
.col-md-12.form-group.video {
    padding: 0;
}
.app-for-job-form video {
    border: solid 2px #036da7;
    object-fit: cover;
}
.app-for-job-form embed {
    border: solid 2px #036da7; 
    margin-bottom: 7px;
}
.form.app-for-job-form textarea.form-control {
    height: auto;
    min-height: 134px;
    resize: none;
}
.part-one li {
  width: 50%;
  float: left;
  padding-right: 15px;     line-height: 25px;
}
.part-one li::before {
    content: "\f105"; 
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    color: #036da7;
    font-weight: bold;
}
.part-one li p {
  padding-left: 25px;
}
.right-sidebar { 
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0px;
    background-color: #fff;
    padding: 25px;
    background-color: #fdfdfd;
    border: 1px solid #efefef;
}
span.price {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.buy-box,
.add-to-cart {
  padding: 12px 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
}
.money-back {
  margin-bottom: 25px;
}
.udlite-block-list li {
  display: block;
}
.udlite-block-list li span {
  margin-right: 10px;
}
.udlite-block-list li span {
  margin-right: 10px;
  color: #111;
}
.coupon {
  text-align: center;
  display: block;
  margin: 20px auto 0;
  font-weight: 600;
}
.sidebar-container {
  border-top: 1px solid #dcdacb;
  margin-top: 25px;
  padding: 25px 0px 0; 
}
.left-learn img {
    width: 140px;
    height: 140px;
}
.udlite-heading {
  margin-top: 0;
  font-weight: 600;
  color: #036da7;
}
.sidebar-container .btn {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
}
.toggle-sec #accordion .panel-title>a {
  display: block;
  padding: 10px 1em;
  outline: none;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.toggle-sec #accordion .panel-title>a:hover {
    color: #fff;
}
.toggle-sec h3 {
    font-weight: 600;
}
.toggle-sec .panel-group .panel+.panel {
  margin-top: 0;
  border-radius: 0;
  border-top: none;
}

/* .dashboard */
.sidebar-left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; 
}
.parent {
  display: grid;
  width: 90%;
  grid-template-columns: repeat(12,
  1fr);
  grid-template-rows: repeat(9,
  1fr);
  grid-gap: 10px;
  padding: 55px;
  margin: 20px 0;
}
.div1 {
  grid-area: 1 / 1 / 6 / 4;
  height: auto;
}
.div2 {
  grid-area: 1 / 4 / 1 / 13;
  padding: 15px;
}
.div3 {
  grid-area: 2 / 4 / 4 / 13;
}
.div4 {
  grid-area: 4 / 4 / 10 / 10;
}
.div5 {
  grid-area: 4 / 10 / 10 / 13;
}
.div6 {
  grid-area: 6 / 1 / 10 / 4;
}
.effect {
  -webkit-box-shadow: 0 0 5px rgba(107,
  107,
  107,
  0);
  box-shadow: 0 0 10px rgba(107,
  107,
  107,
  0.4);
}
.content {
  width: 100%;
  height: 100%;
  display:flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.content2 {
  width: 100%;
  height: 100%;
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.content3 {
  width: 100%;
  height: 100%;
  display:flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px;
}
.content4 {
  width: 100%;
  height: 100%;
  display:flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 10px;
}
.content5 {
  padding: 5px 10px;
}
.left {
  display:flex;
  align-items: center;
  justify-content: center;
}
.left-content {
  margin: 0 30px;
  line-height: 1.5;
}
.left-content .text {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.btn-primary {
  height: 40px;
  min-width: 150px;
  font-weight: 600;
  background-color: #036da7;
  display:flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  border-radius: 30px;
}
.btn-primary:hover {
  opacity: 1;
  background-color:#111;
}
a {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #111;
}
a:hover {
  color: #111;
}
.btn-secondary {
  height: 40px;
  min-width: 150px;
  font-weight: 600;
  background-color: #036da7;
  display:flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  border-radius: 30px;
}
.btn-secondary:hover {
  opacity: 1;
  background-color:#111;
}
.ml {
  margin-left: 35px;
}
.no-m {
  margin: 0 !important;
}
.uper-side {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin: 0 !important;
}
.uper-side2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 10px;
  margin: 0 !important;
}
.uper-side2 .title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
.uper-side .title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
.uper-side .text {
  font-size: 12px;
  color: #036da7;
}
.div1-img {
  width: 80%;
  height: auto;
}
.down-side {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin: 0 !important;
}
.down-side__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.down-side__content .c-img {
  width: 40px;
  height: auto;
}
.down-side__content .text {
  font-size: 15px;
  font-weight: 400;
}
.down-side2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0;
}
.down-side__text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.ds-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.ds-content .title {
  font-size: 25px;
  font-weight: 600;
}
.ds-content2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.ds-content2 .text {
  font-size: 16px;
  font-weight: 500;
}
.div5-img {
  width: 70px;
  height:auto;
}
.details {
  padding: 5px;
  margin: 5px;
  margin-bottom: 5px;
}
.details .title {
  font-size: 20px;
  font-weight: 500;
  color: #036da7;
}
@media(max-width:768px) {
  .div1 {
    grid-area: 1/1/2/13;
    height: auto;
  }
  .div2 {
    grid-area: 2/1/3/13;
  }
  .div3 {
    grid-area: 3/1/5/13;
  }
  .div4 {
    grid-area: 5/1/7/13;
  }
  .div5 {
    grid-area: 7/1/9/13;
  }
  .div6 {
    grid-area: 9/1/10/13;
  }
  .sm-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .div1-img {
    width: 30%;
    height: auto;
  }
  .menu-bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
  }
  span.title.new-offer:before,
  .btm-brdr:after,
  .btm-brdr:before {
    background: transparent !important;
  }
  span.title.new-offer:after {
    background: transparent !important;
  }
  .sm-long-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .parent {
    padding: 30px;
    grid-template-rows: repeat(10, 1fr);
  }
  .content2 {
    flex-direction: column;
    justify-content: space-evenly;
  }
  .left {
    flex-direction: column;
  }
  .uper-side {
    flex-direction: column;
  }
  .down-side {
    flex-direction: column;
    justify-content: space-evenly;
  }
  .down-side2 {
    flex-direction: column;
  }
  .btn-centerr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flex-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .payment-img {
    width: 50%;
    height: auto;
    margin: 10px;
  }
  .text-centerr {
    text-align: center !important;
  }
  .seo-links {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  li {
    margin: 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #home-search-new {
    padding-bottom: 70px;
    padding-top: 10px;
  }
  section#banner-slider {
    display: none;
  }
  .seo-links {
    display: block;
  }
  .tab-content .seo-links li {
    width: 50%;
  }
  .tabsInfo .nav-tabs>li>a {
    padding: 6px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .tabsInfo .nav .fa {
    margin-right: 4px;
    font-size: 12px;
  }
  section.tabsInfo {
    padding-top: 20px;
  }
  section.tabsInfo p.small-text {
    margin-bottom: 15px;
  }
  .tabsInfo .nav-tabs {
    padding-bottom: 15px;
  }
  .tabslisting .space {
    height: 10px;
  }
  .btn.serbtn {
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 30px;
    font-weight: 600;
    margin: 10px auto 5px;
  }
  .top-talents {
    padding: 10px 0;
  }
  .top-talents .section-tittle h2 {
    font-size: 30px;
  }
  form.form.search-talents.clearfix {
    max-width: 100%;
    padding: 0 15px;
  }
  .btn-primary {
    opacity: 1;
    border-radius: 4px;
  }
  .view-all {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .theHead span.pull-left {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .well.has-owl {
    padding: 0;
  }
  select.select-services {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .tProfeB {
    padding: 0;
  }
  .ftco-section {
    padding: 2em 0 4em;
  }
  .ftco-footer .ftco-footer-widget h2 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    display: block;
  }
  .ftco-footer-widget ul li {
    width: 50%;
    float: left;
  }
  .ftco-footer-widget ul {
    margin-bottom: 15px;
    float: left;
    width: 100%;
  }
  .ftco-footer-widget.mb-4.col-4-ftr {
    width: 100%;
    text-align: left;
    float: left;
  }
  .ftco-footer-widget.mb-4.col-4-ftr li {
    margin-bottom: 8px;
    width: 100%;
  }
  ul.ftco-footer-social.list-unstyled.float-md-left.float-lft.mt-3 {
    margin-bottom: 20px;
  }
  .bg-ftr {
    margin-top: 15px;
  }
  .bg-ftr ul li {
    display: block;
    text-align: center;
  }
  .ftco-footer .bg-ftr ul li a {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .ftco-footer .row.mb-5 {
    margin-bottom: 0rem !important;
  }
}

/* Listing */
.lc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: 0 45px; */
  background-color: #fff;
}
.lc-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.remains {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -200px;
}
.remains a {
  text-decoration: none;
  margin: 0 10px;
  color: black !important;
  font-size: 16px !important;
}
.lc-title p {
  margin-top: 100px;
  font-size: 26px;
  font-weight: 500;
  color : #ed6a3d;
}
.lc-title2 p {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 500;
  color : #2a4e88;
}
.e-point {
  width: 100%;
  border-bottom: 1px solid #999999;
  margin: 10px 0;
}
.custom-w {
  margin-top: 55px;
  margin-bottom: 5px;
  width: 100% !important;
  padding: 0px;
}
.listing-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 5px;
  background-color: #fff;
}
.lc-bodyy {
  width: 100%;
  display: flex;
  align-items:center;
  justify-content: center;
  flex-direction: column;
  padding: 0 5px;
  background: #fff;
}
.lc-bodyy .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 10px;
  background: #f9fafc;
  /* padding: 20px 0; */
}
.lc-bodyy .row .col {
  width: 200px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: #111;
  text-align: center;
}
.lc-bodyy .row .col:first-child {
  border-left: 4px solid #036da7;
  width: 50px !important;
  left: -15px;
  position: relative;
}
.lc-bodyy .row .col:nth-child(2) {
  border-left: 2px solid #eeeeee;
}
.lc-bodyy .row .col:nth-child(3) {
  border-left: 2px solid #eeeeee;
}
.lc-bodyy .row .col:nth-child(4) {
  border-left: 2px solid #eeeeee;
}
.lc-bodyy .row .col:nth-child(5) {
  border-left: 2px solid #eeeeee;
}
.custom-border-left {
  border-left: 1px solid #bdbdbd;
}
.custom-border-right {
  border-right: 1px solid #bdbdbd;
}
.lc-heading {
  width: 75%;
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: #fff;
  justify-content: space-between;
  margin-left: 20px;
}
.lc-heading p {
  font-size: 16px;
  font-weight: 500;
}
.lc-name {
  width: 160px;
  background: #f9fafc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  border-left: 4px solid #ed6a3d;
  margin-right: -30px;
}
.lc-name2 {
  border-left: 4px solid #2a4e88;
}
.lc-avatar {
  background-color: #f9fafc;
}
.lc-avatar img {
  width: 48px;
  height: auto;
  padding: 10px;
}
.lc-name img {
  width: 48px;
  height: auto;
  padding: 10px;
}
.lc-prog {
  padding: 6px 10px;
  background-color: #f9fafc;
}
.lc-prog img {
  width: 126px;
  height: auto;
}
.c-mt {
  margin: 20px 0;
}
.lc-number {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafc;
  padding: 0 20px;
}
.lc-doc {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background-color: #f9fafc;
}
.lc-btn {
  background: #ffaa3d;
  height: 47px;
  width: 150px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  border-radius: 30px;
  margin-left: 20px;
}
.lc-btn-s {
  background: #036da7;
  height: 40px;
  width: 155px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  border-radius: 5px;
}

/* .lc-btn-s:hover{

    opacity: 1;

    background-color: #111;

  } */

/* .lc-btn:hover{

  opacity: 1;

  background-color: #111;

} */
.lc-btn a {
  text-decoration: none;
  color: #fff;
}
.col-red {
  background-color: #e2445b;
}
.col-gren {
  background-color: #01c875;
}
@media(max-width:768px) {
  .listing-content {
    flex-direction: column;
  }
}

/* Details */
.dc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding:10px 55px;
}
.details-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 55px;
}
.details-tab {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid #f9fafc;
  margin:10px 0;
}
.details-tab2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid #f9fafc;
  margin:10px 0;
}
.dt-head {
  padding: 10px;
  background: #f8f9fa;
  width: 100%;
  height: 40px;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.dt-head h3 {
  color: #111 !important;
}
.border-bottom {
  border-bottom: 1px solid #a1a2a2;
}
.dt-body {
  width: 100%;
  text-align: center;
}
.my {
  margin : 7px 0;
}
.ex-padd {
  padding: 10px;
}
.dt-body p {
  margin: 0 !important;
}
.dt-body-content {
  width: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color:black;
}
.dt-body-content p {
  font-size: 16px;
  font-weight: 500;
  color: #ed6a3d;
}
.cv-div {
  overflow-y: hidden;
}
.cv-div p {
  font-size:16px;
  font-weight: 300;
  color: black;
}
.no-border {
  border-bottom: 0px solid white !important;
}
.cv-btn {
  margin:10px 0;
  display:flex;
  align-items: center;
  justify-content: center;
}
.cv-btn-p {
  width: 80px;
  background-color: #036da7;
  padding: 5px;
  margin:0 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity:0.8;
}
.cv-btn-orange {
  width: 80px;
  background-color : #ffaa3d;
  color:#fff !important;
  padding: 5px;
  margin:0 10px;
  border-radius: 5px;
  padding:10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity:0.8;
}
.cv-btn-pink {
  width: 80px;
  background-color : #e2445b;
  padding: 5px;
  color:#fff !important;
  margin:0 10px;
  padding:10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity:0.8;
}
.c-edit-color-o {
  background-color: #ffaa3d !important;
}
.c-edit-color-o:hover {
  background: #111;
}
.c-edit-color-p {
  background-color: #e2445b !important;
}
.c-edit-color-p:hover {
  background: #111;
}
.cv-btn-p a {
  font-size: 16px;
  color: #fff !important;
}
.div2-img {
  width: 80%;
  height: auto;
  border-radius: 0%;
}

/* Specialities */
.sp-title p {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 400;
  color : #111;
  display: flex;
  align-items: left;
  padding: 5px;
  margin-left: 20px;
}
a.dropdown-toggle.btn   .caret {
    margin-left: 5px;
}
/* Special */
.sp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
}
.sp-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-head-content2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-body-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sp-body {
  width: 100%;
  margin-left: auto;
    margin-right: auto;
  display: flow-root ;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee !important;
  margin-bottom: 15px;  
  overflow: hidden;
  padding: 15px 0 0;
}
.sp-body.bg-white.row .col-md-12 {
    padding: 0;
}
.sp-body.bg-white.row {
    background: #fdfdfd !important;
    padding: 15px 15px 0px;
    border: 1px solid #efefef;
}
.sp-head-content1 strong {
  font-size: 20px !important;
  color: #111;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}
.sp-details {
  margin: 10px 0 0 20px;
  color: #111;
}
.sp-body-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-stars {
  margin: 10px 0;
}
.div2-logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row-skill-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 15px;
}
.left-side-div .c-border, .pp-content1-body .under.under-end {
  display: none;
}
.ml20 { 
  margin-left: 20px;
}
.ml5 {
  margin-left: 10px;
}
.ml40 {
  margin-left: 40px;
  margin-bottom: 0 !important;
  font-size: 15px;
}
.row-skill h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #036da7;
  font-size: 14px;
  font-weight: 550;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0; margin-bottom: 3px;
}
.row-skill p {
  margin-top: 0;
  margin-left: 0;
  font-size: 12px;
  color: #111;
  font-family: 'Open Sans', sans-serif;
}
.div2-logos-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.div2-logos-2 p {
  font-size: 14px !important;
  margin-left: 10px !important;
  color: #111;
  font-family: 'Open Sans', sans-serif;
}
.sp-btn-orange {
  min-height: 30px;
  background-color: transparent;
  min-width: 100px;
  border-radius: 50px;
  border: 1px solid #036da7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
}
.sp-btn-#036da7 {
  height: 30px;
  background-color: #ffc200;
  width: 110px;
  border-radius: 50px;
  border: 1px solid #ffc200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-btn a { 
  color: #036da7;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.sp-btn a i {
    margin-right: 5px;
}
.sp-btn-#036da7 a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #fff;
}
.sp-details p {
  font-size: 12px !important;
  font-family: 'Open Sans', sans-serif;
  color: #111;
}
.sp-body-details img {
  margin-right: 10px;
}
.sp-body-details {
  margin: 15px 0;
}
.sp-details h1 {
  color: #036da7;
  font-size: 18px !important;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
  margin-bottom: 5px;
}
.best-match {
  height: 40px;
  width: 150px;
  border: 1px solid black
}

/* 

    .sp-body-2{

      height: 100%;

      display: flex;

      align-items: center;

      justify-content: space-evenly;

      flex-direction: column;

    } */
.sp-body-2 {
  height: auto;
  margin-top: 15px;
  padding: 10px 15px; 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-top: solid 1px #eee;
  background: #fff;
  margin-left: -15px;
  margin-right: -15px;
}
.d-flex1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-body-1 .d-flex2 {
  display: flex;
  justify-content: right;
  align-items: flex-end;
}
.sp-body-2 .d-flex1 p {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: #111;
}
.sp-body-2 .d-flex1 span {
  font-size: 16px !important;
  color: #111;
}
.sp-btn {
  margin: 5px;
}
.row-skill-3 a {
  font-size: 14px;
  font-weight: 600;
  color:#036da7;
}

/* .sp-btn a{

      font-size: 25px;

      color: #1d87d3;

    } */

/* Profile */
.pp {
  /*height: 1120px !important;*/
  width: 100%;
  display: flex;
  align-items: flex-start !important;
  justify-content : center;
  background-color: transparent;
  margin: 0 auto;
}
.profile-parent { 
  display: grid;
  grid-template-columns: repeat(16,  1fr);
  /*grid-template-rows: repeat(8,  1fr);*/
  grid-gap: 30px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  padding: 15px 15px 15px 0px;
  box-shadow: 0 0px 30px #dadada;
}
.ph {
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ph p {
  font-size: 25px;
  font-weight: 600;
  color: #111;
  padding-left: 10px;
}
.ph-btn {
  margin-top: -12px;
  height: 35px;
  width: 110px;
  background-color: #00adef;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ph-btn a {
  color: #17283c;
}
.pp-div1 {
  grid-area: 1 / 1 / 22 / 4; 
  width: 100%;
  display: flex;
  font-family: 'Open Sans', sans-serif;
  background: #ffffff; 
  overflow: hidden;
  padding: 0;
}
.c-border {
  height: 100%;
  margin-top: 1px;
  border-left: transparent;
}
.mtt {
  height: 100% !important;
  margin-top: 1px !important;
}
.pp-title {
  font-size: 24px;
  font-weight: 500;
  color: #17283c;
  ;
}
.pp-content2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pp-content2 h1 {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  font-family: 'Open Sans', sans-serif;
}
.pp-content2 h2 {
  font-weight: 500;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.pp-content2 h3 {
  margin-left: -55px;
  margin-top: -10px;
  color: #111;
  align-items: left;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
.pp-content2 p {
  color: #111;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.mll {
  margin-left: -140px;
}
.job-title  {
    display: block;
    font-weight: 600;
    color: #036da7;
    margin-top: 5px;
    text-transform: capitalize;
}
.exp-time {
    font-size: 12px;
    border-left: solid 1px #ccc;
    margin-left: 15px;
    padding-left: 15px;
    line-height: 12px;
    display: inline-block;
    text-transform: capitalize;
}
.com-name {
    font-size: 13px;
    text-transform: capitalize;
}
.delete-experience {
    margin-right: 10px;
}
.comments {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-family: 'Open Sans', sans-serif;
}
.comments2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 15px;
}
.tab-imge {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.tab-imge img {
  width: 47%;
  height: auto;
}
.comments2 p {
  font-size: 14px;
  margin-right: auto;
    margin-left: 15px;
}
.pp-content2 h4 {
  font-size: 14px;
  margin-left: 10px;
  color: #111;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.delete-experience {
    font-size: 20px;
    display: inline-block;
    margin-top: -10px;
}
.h3, h3 {
    font-size: 16px;
}
.form h4 {
    font-size: 14px;
    margin-bottom: 0;
    color: #777;
}
.pp-content2 img {
  width: 90%;
  height: auto;
}
.pp-content2 p img {
  width: auto;
  padding-right: 10px;
  align-items: left;
}
.ph-title p {
  font-size: 18px;
  font-weight: 500;
  color: #111;
}
.pp-content1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.pp-btn {
  height: 30px;
  background-color: #036da7;
  width: 110px;
  border-radius: 50px;
  border: 1px solid #036da7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-btn a {
  color: #fff;
  font-weight: 500;
}
.under-end {
  margin-bottom: 20px;
  border-bottom: 1.5px solid #036da7;
  width: 65% !important;
  margin-left: 40px !important;
  margin-right: 60px !important;
}
.pp-btn2 {
  height: 35px;
  width: 110px;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #17283c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-btn3 {
  height: 30px;
  background-color: #036da7;
  width: 110px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 80px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.pp-btn3 a {
  color: #fff !important;
  text-decoration: none;
}
.pp-content1-body {
  width: 100%;
  /*margin-top: -15px;  
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;*/
}
.under a h3 {
    font-weight: 600;
}
.under:hover {
    background: #fff;
    border-left: 4px solid #036da7;
}
.under:hover a {
    color: #036da7;
    text-decoration: underline;
}
.under {
    width: 230px;
    display: flex;
    align-items: center;
    padding: 7px 10px 7px 20px;
    border-left: solid transparent 4px;
}
.under a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-left: 15px;
	padding: 4px 0;
	line-height: 14px;
}
.pp-div2 {
  grid-area: 1 / 13 / 22 / 17;
  background: white;
  border-left: none;
  font-family: 'Open Sans', sans-serif; border-radius: 12px;
}
.pp-div3 {
  grid-area: 1 / 4 / 3 / 13;
  background: white;
  font-family: 'Open Sans', sans-serif;
}
.pp-content3 .text span {
  margin-left: 5px;
  font-size: 14px;
  color: #111;
  font-family: 'Open Sans', sans-serif;
}
.pp-profile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:10px;
}
.pp-profile h1 {
  margin-top: 2px;
  font-size: 24px;
  font-weight: 600;
  color: #111;
}
.pp-content3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.pp-content3 h1 {
    font-size: 18px;
    font-weight: 600;
    color: #036da7;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
.pp-content3 .text {
  width: 100%;
  padding: 0px 15px;
}
.pp-content3 .text p {
  font-size: 12px;
  margin: 10px 0;
  color: #111;
  font-family: 'Open Sans', sans-serif;
}
.pp-div4 {
  grid-area: 1 / 4 / 2 / 9;
  background: #fdfdfd;
  border: 1px solid #efefef;
  font-family: 'Open Sans', sans-serif !important;
	margin-top: 30px;
}
.pp-content4 {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex; 
	justify-content: center;
	flex-direction: column;
}
.pp-content4 .imgg {
  margin-left: 0px;
  width: 100%; 
  display: flex; 
  justify-content: space-around; 
  padding: 0 10px; 
}
.pp-content4 .title {
  margin-left: 0px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
}
.pp-content4 .title p {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111;
  font-family: 'Open Sans', sans-serif;
}
.pp-content4 .desc {
  font-family: 'Open Sans', sans-serif;
  color: #111;
}
.pp-div5 {
  grid-area: 1 / 9 / 2 / 13;
	background: #fdfdfd;
	border: 1px solid #efefef;
	font-family: 'Open Sans', sans-serif !important;
	margin-top: 30px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #036da7;
    font-weight: 600;
}
.tab-content h3 {
    margin-top: 10px;
    text-align: center;
    display: block;
    font-weight: 700;
    color: #036da7;
    margin-bottom: 20px;
}
.pp-div6 {
	grid-area: 2 / 4 / 7 / 13;
	background: #fdfdfd;
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif !important;
	/* border-radius: 12px; */
	border: 1px solid #efefef;
}
.pp-content6 {
  width: 100%;
  display:flex;
  align-items: center;
  justify-content: space-evenly;
}
.pp-content6 p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.flex-even {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin: 5px 0;
}
.flex-even p { 
  margin: 0 !important;
  font-family: 'Open Sans', sans-serif;
  color: #111;
}
.flex-even .desc {
	font-size: 12px;
	color: #036da7;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

/* .social{

        width: 100%;

        display: flex;

        align-items: center;

        justify-content: space-evenly;

       }

        a{

          text-decoration: none !important;

        }



       .social-content p{

         color: black;

       }



       .social-content-fb{

         padding-top: 10px;

         color: #fff !important;

       }



       .social-fb{

         height: 70px;

         background-color: #3c549c;

       }

       .social-insta{

        height: 70px;

        border-bottom: 2px solid red;

       }

       .social-twitter{

        height: 70px;

        border-bottom: 2px solid #04acec;

       } */
#person {
  width: 40px;
  height: auto;
}

/* 

      .pp-div7 {

        grid-area: 7 / 4 / 11 / 7; 

         background: white;

         border: 1px;

         border-style: solid;

         border-color: #eeeeee;

         

      font-family: 'Open Sans', sans-serif !important;

      }

      .pp-div8 {

        grid-area: 7 / 7 / 11 / 10; 

         background: white;

         border: 1px;

         border-style: solid;

         border-color: #eeeeee;

         

      font-family: 'Open Sans', sans-serif !important;

      }

        

      .pp-div9 { 

        grid-area: 7 / 10 / 11 / 13;

        background: white;

        border: 1px;

        border-style: solid;

        border-color: #eeeeee;

        

      font-family: 'Open Sans', sans-serif !important;

      }

      .pp-content9{

        margin-left: -20px;

        padding: 20px;

      }

      .pp-content9 ul li a{

        font-size:20px;

        color: #000;

        font-weight: 400;

      } */
.pp-div10 {
	grid-area: 2 / 4 / 22 / 13;
	background: transparent;
	margin-top: 120px;
	font-family: 'Open Sans', sans-serif;
}
.tab-under {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px
}
.tab-under .h3 {
  color: #111;
  font-family: 'Open Sans', sans-serif
}
@media(max-width:768px) {
  .f-col {
    flex-direction: column !important;
  }
  .div2-img {
    width: 30%;
  }
  .dt-body-content {
    flex-direction: column;
  }
  .cv-div {
    margin: 20px 0;
  }
  .lc-bodyy {
    flex-direction: column;
  }
  .lc-bodyy div {
    margin: 10px 0;
  }
  .lc-heading {
    display: none;
  }
  .custom-border-left {
    border: none !important;
  }
  .d-c {
    padding: 10px !important;
  }
  .sp-body {
    flex-direction: column;
  }
}
@media(max-width:600px) {
  .dcc {
    padding: 10px !important;
  }
  .dc {
    padding: 5px 10px !important;
  }
  .remains {
    flex-direction: column;
    margin-top: 0 !important;
  }
  .remains a {
    margin: 10px 0;
  }
  .sp-body-1 {
    flex-direction: column;
  }
  .sp-details {
    margin: 0 !important;
  }
  .sp-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* huntline-d */
.hero-parent {
  display: grid;
  width: 91%;
  grid-template-columns: repeat(8,  1fr);
  grid-template-rows: repeat(12,  1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 30px 35px 30px 10px;
  margin: 30px 0;
}
.left-side-div {
    grid-area: 1 / 1 / 13 / 3;
    width: 75%;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    /* background: #fff; */
    border-radius: 0;
    overflow: hidden;
    padding: 0;
}
.right-side-div {
  grid-area: 1 / 3 / 13 / 9;
}

/* UPLOAD VIDEOS */
.upload-videos {
  width:100%;
  margin:-33px 0px 15px;
  display:flex;
  align-items: center;
  justify-content: flex-end;
}
.upload-videos img {
  margin-right: 15px;
  margin-bottom: 6px;
}
.row-up {
  margin-left: -30px;
margin-right: -30px;
}
.inputfile {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile+label {
  font-size:16px;
  width: 115px;
  height: 30px;
  padding:15px;
  font-weight: 500;
  color: #fff;
  background-color:#036da7;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .inputfile:focus + label,

.inputfile + label:hover {

    background-color:#fff ;

    color:#036da7;

    border: 1px solid #036da7;

    transition: all .3s ease-in-out;

} */
.inputfile+label {
  cursor: pointer;
  /* "hand" cursor */
}
.up-btn {
  font-family: 'Open Sans', sans-serif;
  margin:10px 0 40px 0;
  display:flex;
  align-items: center;
  justify-content: center;
}
.up-btn a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}
.up-btn-pink {
  min-width: 90px;
  height: 30px;
  background-color: #111;
  color:#fff !important;
  margin-right: 0px;
  padding:10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity:0.8;
}
.up-btn a i {
    margin-right: 5px;
}
.up-btn-orange {
  min-width: 90px;
  height: 30px;
  background-color : #036da7;
  color:#fff !important;
  padding: 5px;
  margin-bottom: -20px;
  margin:0 10px;
  border-radius: 50px;
  padding:10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity:0.8;
}
.video-name {
  background-color: #fdfdfd;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px;
}
.cv-div video {
  width: 100%; background: #fdfdfd;
}
.cv-div {
    background: #fdfdfd;
    padding: 0 10px 10px;
    border: 1px solid #efefef;
}
.videoEdit form#registrationForm {
    width: 100%;
    float: left;
    background: #fdfdfd;
    padding: 5px 5px 2px;
    border: 1px solid #efefef;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0;
}
.videoEdit form#registrationForm .form-group {
    width: 100%;
    float: left;
}
.videoEdit form#registrationForm .form-control {
  margin-bottom: 0px;
}
.videoEdit form#registrationForm br {
    display: none;
}
.video-name p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #111;
  margin: 0 !important;
  text-align: center;
  width: 100%;
  padding: 4px;
}

/* UPLOAD DOCS */
table.doc-table {
  font-family: 'Open Sans', sans-serif;
  border-left: 2px solid#036da7;
  margin-top: -45px;
  margin-left: -50px;
  width: 117%;
  height: 300px;
  text-align: center;
  border-collapse: collapse;
}
table.doc-table td,
table.doc-table th {
  padding: 5px 4px;
}
table.doc-table tbody td {
  font-size: 13px;
  color: #111;
}
table.doc-table tr:nth-child(even) {
  background: #EEEEEE;
}
table.doc-table thead {
  background: #036da7;
  ;
  border-bottom: 0px solid #111111;
}
table.doc-table thead th {
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  border-left: 1px solid #AAAAAA;
}
table.doc-table thead th:first-child {
  border-left: none;
}

/* CONTRACTS */
.listing-content {
  width: 100%;
  margin-left: 0PX;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 5px;
  background-color: #fff;
}
.lc-btn-s {
  margin: -30px;
  background: #036da7;
  font-size: 16px;
  width: 80px;
  height: 30px;
  padding: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lc-btn-s a {
  color: #111;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.lc-btn {
  margin: -30px;
  background: #ffc200;
  font-size: 16px;
  width: 80px;
  height: 30px;
  padding: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lc-btn a {
  color: #111;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.lc-name {
  font-family: 'Open Sans', sans-serif;
  width: 130px;
  background: #f9fafc;
  color: #111;
  display: flex;
  align-items: center;
  border-left: 4px solid #036da7;
}
.lc-name1 {
  font-family: 'Open Sans', sans-serif;
  width: 130px;
  background: #f9fafc;
  color: #111;
  display: flex;
  align-items: center;
  border-left: 2px solid gray;
}
.lc-number {
  font-family: 'Open Sans', sans-serif;
  margin-right: -60px;
  color: #111;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafc;
  padding: 0 20px;
}
.lc-prog {
  font-family: 'Open Sans', sans-serif;
  color: #111;
  padding: 6px 10px;
  background-color: #f9fafc;
}
.lc-doc {
  font-family: 'Open Sans', sans-serif;
  color: #111;
}

/* Transaction Page */
.tran-lc {
  width: 100%;
  display: flex;
  align-items:center;
  justify-content: center;
  flex-direction: column;
  padding: 0 5px;
  background: #fff;
  margin-top: 80px;
}
.tran-lc .row {
  height: 43px;
  width: 912px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 10px;
  background: #f9fafc;
  /* padding: 20px 0; */
}
.tran-lc .row .col {
  width: 150px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: #111;
  text-align: center;
}
.tran-lc .row .col:first-child {
  border-left: 4px solid #036da7;
  width: 100px !important;
}
.tran-lc .row .col:last-child {
  padding: 5px;
}
.tran-lc .row .col:nth-child(2) {
  border-left: 2px solid #eeeeee;
}
.tran-lc .row .col:nth-child(3) {
  border-left: 2px solid #eeeeee;
}
.tran-lc .row .col:nth-child(4) {
  border-left: 2px solid #eeeeee;
}
.tran-lc .row .col:nth-child(5) {
  border-left: 2px solid #eeeeee;
}
.tran-lc .row .col:nth-child(6) {
  border-left: 2px solid #eeeeee;
}
.tran-lc .row .col:nth-child(7) {
  border-left: 2px solid #eeeeee;
}
.tran-lc .row .col:nth-child(8) {
  border-left: 2px solid #eeeeee;
  align-items: center;
  justify-content: center;
  display: flex
}
.custom-border-left {
  border-left: 1px solid #bdbdbd;
}
.custom-border-right {
  border-right: 1px solid #bdbdbd;
}
.tran-lc .row .col .action-btn {
  height: 22px;
  background-color: #036da7;
  width: 80px;
  border-radius: 50px;
  border: 1px solid #036da7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tran-lc .row .col .action-btn a {
  color: #fff;
}

/* Transaction Page END */

/* Contract Page  */
.cont-lc {
  width: 100%;
  display: flex;
  align-items:center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  background: #fff;
  margin-top: 0;
}
.cont-lc .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 5px;
  background: #f9fafc;
  /* padding: 20px 0; */
}
.cont-lc .row .col {
  width: 200px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: #111;
  text-align: center;
}
.cont-lc .row .col:first-child {
  border-left: 4px solid #036da7;
}
.cont-lc .row .col:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont-lc .row .col:nth-child(2) {
  border-left: 2px solid #eeeeee;
}
.cont-lc .row .col:nth-child(3) {
  border-left: 2px solid #eeeeee;
}
.cont-lc .row .col:nth-child(4) {
  border-left: 2px solid #eeeeee;
}
.cont-lc .row .col:nth-child(5) {
  border-left: 2px solid #eeeeee;
}
.cont-lc .row .col:nth-child(6) {
  border-left: 2px solid #eeeeee;
}
.cont-lc .row .col:nth-child(7) {
  border-left: 2px solid #eeeeee;
}
.cont-lc .row .col:nth-child(8) {
  border-left: 2px solid #eeeeee;
}
.custom-border-left {
  border-left: 1px solid #bdbdbd;
}
.custom-border-right {
  border-right: 1px solid #bdbdbd;
}
.cont-lc .row .col .action-btn {
  height: 22px;
  background-color: #036da7;
  width: 80px;
  border-radius: 50px;
  border: 1px solid #036da7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont-lc .row .col .action-btn a {
  color: #fff; font-size: 12px;
padding: 8px 15px; margin: 0px; display: block;
}
ul.dropdown-menu li {
  display: block;
}
/* Contract Page End  */

.form .form-control {
    border: 1px solid #e6e6e6;
    border-radius: 0; 
    box-shadow: none;  
}
.form textarea.form-control {
    height: 34px;
    min-height: 34px;
}
#skills {
    padding-top: 35px;
}
#addNew, #addNew i {
    color: #036da7;
}
  #addNew i {
    margin-right: 5px
}
.nopadding {
    padding: 0 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #e6e6e6 !important ;
    border-radius: 0 !important;
}
.form-control,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 3px 0 0 0  !important;
    padding: 0 15px !important; 
}
.navbar-nav .dropdown li {
    padding: 5px 0 0 !important; 
}
.navbar-nav .dropdown li.active a {
    background: #036da7 !important;
    color: #fff;
}
.right-menu .nav-tabs .tab-content,
.right-menu  .nav-tabs > li.active > a, 
.right-menu .nav-tabs > li.active > a:focus, 
.right-menu .nav-tabs > li.active > a:hover {
    background: #fbfbf8;
}
.right-menu .nav-tabs {
  border-bottom: none;
}
.btn.btn-login1, .btn.btn-block {
  min-width: 80px;
  display: inline-block;
  opacity: 1;
  max-width: 100%;
  width: auto;
  height: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-right: 5px;
  line-height: 1.4;
}
.add-mile {
	margin-top: 10px
}
.edfrm label {
    padding-left: 5px;
}
.dtl-view h4 {
    margin-top: 0;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px !important;
}
.right-cus-btn .btn.btn-block {
	line-height: 1.9;
	min-width: 100px;
}
.help-block a {
    font-size: 12px;
}
.help-block a i {
    margin-right: 5px;
}
.right-menu .dropdown-menu.nav-tabs {
    overflow: hidden;
}
.right-menu .nav-tabs.dropdown-menu { 
    width: 300px;  padding-bottom: 0px;
}
.btn {
  padding: 5px 20px;
    letter-spacing: 0;
    text-transform: initial;
    border-radius: 50px;
}
.right-menu .nav-tabs > li > a.active {
    background: #fbfbf8;
    border: 1px solid #ddd; 
    border-bottom-color: transparent;
}
.page-content-box .form textarea.form-control,
.form textarea.form-control.cus-height {
    min-height: 150px;
    height: 150px;
    resize: none;
    overflow: auto;
}
.btn.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    display: inline-block;
}
.alert {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}
.panel-body div center br {
    display: none;
}
.panel-body {
    background-color: #fdfdfd !important;
    border: 1px solid #efefef;
}
.panel-default {
    border-color: transparent;
    box-shadow: none;
}
.panel-heading {
    background-color: #036da7 !important;
}
.panel, .panel-heading {
  border-radius: 0px;
}
.panel-body div center .btn {
    padding: 6px 10px;
}
.m-0 {
	margin: 0px;
} 
.p-10 {
	padding-top: 10px;
}
.panel-footer { 
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
video {
    border: solid 2px #036da7;
    object-fit: cover;
}
.menu-bar li.nav-title {
    margin-bottom: 0 !important;
}
.btn-xs, .btn-sm {
    padding: 3px 6px;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
}
.publish i {
    margin-right: 5px;
}
.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 2px solid #036da7;
    background: #036da7;
    color: white;
}
.side-categories .form-group h4 { 
    margin: 0 0 10px;
}
.side-categories h3 {
    text-align: left;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    color: #036da7;
}
.page-content-box {
    border: 1px solid #efefef;
    background: #fdfdfd;
    padding: 15px 20px;
}
.form-group label h4 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 3px;
}
label {
    font-weight: normal;
    display: inline-block;
}
.dropdown-menu.action_menu.show {
    padding: 10px;
    background: #fdfdfd;
}
.dropdown-menu.action_menu.show .fa {
    margin-right: 5px; color: #036da7;
}
.chat-box {
    width: 100% !important;
}
#app i.fa.fa-paperclip {
    margin-right: 6px;
}
.panel-heading, .panel-default>.panel-heading {
    background-color: #036da7 !important; 
    color: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #111;
}
a.pull-right.btn-sm.btn-success .fa {
    margin-right: 6px;
}
.container-message-display .myself-message-body .message-text {
    background-color: #fdfdfd !important;
}
.chat-box .text-white {
    font-size: 12px;
}
.chat-box .text-white i {
  margin-right: 6px;
}
.dropdown-menu.action_menu.show a.dropdown-item {
    font-size: 12px;
}
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 22px;
}
.right-side-div h1 {
    font-size: 16px;
    color: #036da7;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}
.select2-container .select2-search--inline .select2-search__field { 
    padding: 2px 15px;
}
.select2-container {
    /*margin-bottom: 15px !important;*/
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e6e6e6 !important;
    border-radius: 0 !important;
    height: 34px !important;
    font-size: 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}
.panel-heading h3 {
    margin-top: 0;
    color: #fff;
    margin-bottom: 0;
    text-align: left;
}
.panel-default>.panel-heading i {
    color: #fff;
    margin-right: 6px;
}
.text-danger, .delete-project, .tab-content li a.delete-project, .delete-card, .delete-paypal, .fa-minus-circle {
    color: #ff3733;
}
.fa-info-circle {
    color: #00b8d0;
}
.fa-book, .fa-bell, .fa-credit-card {
    color: #036da7;
}
.edit-project {
    margin-right: 6px;
}
.modal-body { 
    background: #fdfdfd; 
}
.modal-header .close:before, .modal-header .close:after {
    position: relative;
}
.modal-header .close:focus, .modal-header .close:hover {
    color: #fff; 
    opacity: 1;
}
.close {
    color: #fff; 
    opacity: .8;
}
.modal-header .close {
    margin-top: -6px;
}
.form-control {
	box-shadow: none;
}
.modal-footer .btn-success {
    background: #fff;
    color: #036da7;
}
.modal-footer , .modal-header { 
    border-bottom: 1px solid #036da7;
    background: #036da7;
    color: #fff;
}
.panel-heading h3 a:hover {
    color: #fff;
}
.edit-experience, .delete-experience {
    font-size: 16px;
    background: #00a4d6;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.edit-experience:hover, .delete-experience:hover {
	background: #036da7;
    color: #fff !important;
}
.delete-experience {
    margin-right: 5px;
}
.edit-project, .tab-content li a.edit-project {
    color: #036da7;
}
.dropdown-menu br {
    display: none;
}
.prof-img, .air-card-hover.air-card-hover-escape img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}
i.fa.fa-map-marker {
    color: #036da7;
    margin-right: 5px;
}
.tab-content li.dropdown-item a {
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
    text-transform: capitalize;
}
.tab-content ul.dropdown-menu {
    padding: 5px 0px 10px;
}
input#location {
    background-position: 10px center;
}
.skill-listing{
  padding: 5px;
  border: 1px solid black;
   margin: 5px;border-radius: 50px;
   text-align: center;
   width: auto !important;
}
.nav-tabs {
    border-bottom: 1px solid #efefef;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { 
    background-color: #fdfdfd;
    border-color: #efefef; 
    border-bottom-color: transparent;
}
.nav-tabs>li>a:hover {
    border-color: #efefef;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #fdfdfd;
}
.nav-tabs>li>a {
    border-radius: 0;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #036da7;
    border-color: #036da7;
    box-shadow: none;
}
.btn-success {
    color: #fff;
    background-color: #036da7;
    border-color: #036da7;
}
.under.under-end:hover {
    background: inherit;
    border-left: none;
}
.dropdown-menu {
  background-color: #f9fafc !important;
}
.dropdown-menu .fa{
  margin-right: 6px;
}
.thead-light {
    background: #036da7;
    color: #fff;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #036da7;
    background-color: #fdfdfd;
    border-color: #efefef;
}
.tab-pane form#registrationForm {
    border: none;
    background: transparent;
    padding: 0;
}
.chat-icon {
    font-size: 18px;
}
.add-new .fa {
  margin-right: 5px;
}
.edit-idea .form, .create-project .form, .create-idea .form, .sharing-idea .form {
    background: #fdfdfd;
    border: 1px solid #efefef;
    width: 100%;
    float: left;
    padding: 15px 10px 25px;
}
.create-idea button i {
  margin-right: 6px;
}
.create-project .form-group {
  width: 100%;
  float: left;
}
.nav-link .badge {
    top: 0px;
    right: 0px;
    padding: 0px 0;
    background-color: #036da7;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 2;
}
.panel { 
    background-color: #fdfdfd;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.edit-con-img {
    width: 100px;
    height: 100px;
}
.con-sec .panel {
	background-color: transparent;
}
.mb-1 {
    margin-bottom: 1rem;
}
.payment-form {
    clear: both; 
}
.cus-rd input {
    margin-right: 10px !important; 
}
.cus-rd {
    margin: 15px auto;
}
.bg-w {
	background-color: #fff !important;
}
.add-m {
    margin-top: 10px;
    cursor: pointer;
}
.add-m:hover i {
    cursor: pointer;
    color: #036da7;
} 
.modal-mask .modal-body {
    margin: 0;
}
.panel-default>.panel-heading .modal-mask i {
    color: #036da7;
}
.modal-mask table.table {
    color: #111;
}
.field input.input-group {
    background: #fff; 
    border: 1px solid #e6e6e6 !important;
    height: 34px;
    color: #111;
    padding: 6px 12px;
}
.modal-mask .modal-container {
    padding: 0;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
}
.modal-mask { 
    background: rgba(0, 0, 0, 0.7);
        height: 100%;
}
.modal-mask table.table {
    color: #111;
    overflow: auto;
    height: 250px;
}
.modal-mask p, p {
    color: #111;
}
.pp-content2 p img { 
    padding-right: 0; 
    padding-left: 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #036da7;
    border-color: #036da7;
}
.left-learn .part-one .col-md-9 > strong {
    font-size: 18px;
    text-transform: capitalize;
}
.listing-page .tabs-listing .row {
    flex-wrap: nowrap;
    align-items: center;
}
.list-row {
    display: flex;
    margin: 0;
    padding: 15px 0;
    border: 1px solid #efefef;
    margin-bottom: 20px;
    align-items: center;
    background: #fdfdfd;
}
.emp-pro {
    padding-top: 60px;
}
.info-listing li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.air-card-hover.air-card-hover-escape .list-row img,
.tabs-listing .air-card-hover.air-card-hover-escape img {
    margin: 0;
}
.d-block {
  display: block;
}
.tab-content .seo-links li a {
    margin: 0;
    padding: 0;
}
.by-skills ul.seo-links {
    margin: 15px auto 25px ;
    text-align: center;
}
.by-skills.tab-content .seo-links li {
  display: inline-block;
  float: none;
  list-style: none;
}
.navbar-default .navbar-nav>li>a#dropdownTabs img.img-circle.img-responsive.pull-left {
    margin-top: -6px;
}
.select2-container .select2-search--inline { 
    padding: 2px 15px;
}
.select2-results__option { 
    display: block;
}
.left-inf-cat h5 {
    font-weight: bold;
    text-transform: capitalize;
}
.emp-cus-links a i, .emp-cus-links .btn .fa {
  margin-right: 0px;
}
.emp-cus-links {
    margin-bottom: 10px;
}
.app-status tr {
    width: 50%;
    float: left;
}
.app-status.table>tbody>tr>td {
    border: none;
    padding-left: 0;
}
.app-status.table {
    margin-bottom: 0;
}
.app-btns a.btn  {
    padding: 6px 8px;
    margin: 5px 0;
}
.right-inf-cat .chat-icon {
    font-size: 28px;
    color: #036da7;
    margin-left: 5px;
}
.pro-dtl {
    padding-left: 15px;
}
.pro-dtl h5 {
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.pro-dtl p {
    margin-bottom: 1px;
}
.con-per-info {
    display: flex;
    justify-content: space-between;
}
.mb-2 {
    margin-bottom: 20px;
}
.bg-white {
    background-color: #fff !important;
}
.add-info-con h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
}
.add-info-con p {
    margin: 0;
}
.pay-options {
    padding: 10px 0 !important; 
}
.cont-create .tab-content hr {
    display: block;
}
.add-mile {
    margin-top: 6px;
}
.avail-employee .form-horizontal {
    margin-bottom: 15px;
}
i.glyphicon.glyphicon-ok-sign {
    margin-right: 5px;
}