@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed:400,500,700,700i');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif:300i,400,500,600,700|Kaushan+Script');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');


body {font-family: 'Source Sans Pro', sans-serif;font-size: 15px;line-height:21px;color:#000;overflow-x:hidden;background-color: #fff;font-weight:500;}

.wraper {
    background-color: #e4e4e447;
}
.topHeader {
    background-color: #ffffff;
    box-shadow: 0px 0px 1px #00000012;
    font-weight: 600;
    text-transform: uppercase;
}
.rsMoreDetails::-webkit-scrollbar {
    width: 3px;
}
.rsMoreDetails::-webkit-scrollbar-track {
    background: #eee; 
}
.rsMoreDetails::-webkit-scrollbar-thumb {
    background: #17a2b8; 
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

span.logo {
    width: 100%;
    display: block;
    max-width: 155px;
}

span.logo img {
    width: 100%;
    height: auto;
}

.topHeader a {
    color: #0a0a0a;
}
.loginSec a {
    color: #1ca8db;
}
.topHeader .active {border-bottom: 1px solid #1ca8db;padding: 0px !important;color: #000;}
.topHeader ul{}

.topHeader ul li {
	margin-right: 12px;
	margin-left: 12px;
	min-height: 30px;
	height: 30px;
	/* text-transform: uppercase; */
	/* font-weight: 600; */
}
.topHeader ul li.nav-item a.nav-link:hover{border-bottom: 1px solid #087096 !important;color: #000;}

.uploadResume {
    position: relative;
    top: -9px;
}

a.nav-link {} 
.topHeader ul li.nav-item a.nav-link {
    border-bottom: 1px solid #087096;
    padding: 0;
    border-bottom: 1px solid transparent!important;
    height: 30px;
    /* font-weight: 600; */
}
.loginSec ul li {
    display: inline;
    padding-right: 10px;
    border-right: 1px solid #b3b3b3;
    padding-left: 10px;
    font-size: 16px;
}
.loginSec ul li:nth-last-child(1){ border-right: none;}

.loginSec {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 50px;
}
.rsResultVideo {
 background-image: url('../images/mobFrame.png');
 background-size: 100%;
 background-repeat: no-repeat;
 background-position: center top;
 height: 420px;
 text-align: center;
 overflow: hidden;
 margin-top: 30px;
 padding-top: 47px;
 position: relative;
}
.rsResultVideo video {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(67%);
    z-index: 2;
}
.loginSec ul li a {
    color: #000000;
}
.loginSec ul li:nth-last-child(1) a {color: #ed3237;}
section.middSec {
    margin-top: 0px;
    overflow: hidden;
}
.navbar-light .navbar-nav .nav-link{color: #000000c4;}
.midContent {
    margin-bottom: 0;
    margin-top: 60px;
    text-align: center;
}
.midContent h1 {
    margin: 0;
    font-size: 36px;
    font-weight: normal;
    color: #000000;
    /* background-color: #faf9f8; */
    display: inline-block;
    padding: 10px 6px;
    border-radius: 10px;
    /* text-shadow: 0px 1px 0px #fff; */
    font-weight: 300;
    position: relative;
}
.file-area label {
	position: absolute;
	top: -30px;
}
.midContent h1:before {content: "";height: 1px;width: 180px;background-color: #d2d2d2;position: absolute;bottom: 0;top: 0;left: -180px;margin-bottom: auto;margin-top: auto;}
.midContent h1:after {content: "";height: 1px;width: 180px;background-color: #d2d2d2;position: absolute;bottom: 0;top: 3px;right: -180px;margin-bottom: auto;margin-top: auto;}
.midContent ul li {
    display: inline-block;
    font-size: 14px;
    color: #737272 !important;
    padding: 0px 5px;
    font-weight: normal;
    border-right: 1px solid #b7b7b7;
    line-height: 14px;
}

.midContent ul {
    padding: 0;
}
.topVideo {
    border: 10px solid #eae9e9;
    height: 385px;
    overflow: hidden;
}
.filter {
    text-align: left;
    border: 1px solid #f3f3f3;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px #d8d8d866;
}

.hdTitle {
    display: block;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #e0e0e0;
}

.file-area {
  width: 100%;
  position: relative;
  background-color: #e4e4e4;
  background-clip: padding-box;
  border: 1px dashed #ced4da;
  border-radius: 4px;
  margin-top: 40px;
}
.file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.file-area .file-dummy {
  width: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: background 0.3s ease-in-out;
}
.file-area .file-dummy .success {
  display: none;
}
.file-area:hover .file-dummy {
  background: rgba(255, 255, 255, 0.1);
}
.file-area input[type=file]:focus + .file-dummy {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline: -webkit-focus-ring-color auto 5px;
}
.file-area input[type=file]:valid + .file-dummy {
}
.file-area input[type=file]:valid + .file-dummy .success {
  display: inline-block;
}
.file-area input[type=file]:valid + .file-dummy .default {
  display: none;
}

span.serTitle {
    display: block;
    padding-bottom: 4px;
    font-size: 13px;
    color: #383737;
    font-weight: normal;
}
.form-check.rdCheck {
    padding-bottom: 10px;
    border-bottom: 1px dashed #d0d0d0;
    padding-top: 10px;
    font-weight: 500;
	cursor:pointer;
	color: #585858;
}
.form-check.rdCheck:hover{color:#000;background-color: #fdfdfd;}
.rdCheck .form-check-input {
    margin-right: 12px;
    display: block;
    padding-right: 62px;
    width: 20px;
    height: 20px;
    top: 6px;
}

.rdCheck .form-check-label {
    padding-left: 20px !important;
    display: block;
    font-size: 15px;    
	cursor:pointer;
}

.midContent ul li i {
    font-size: 9px;
    font-weight: normal;
    color: #1ca8db;
    padding-right: 5px;
}
.sltSec .form-control {
    border-radius: 0;
    border-color: #f3f3f3;
    background-color: #fdfdfd;
}


.tagLineSt {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}

.tagLineSt span {
    margin-bottom: 25px;
    padding-left: 60px;
    position: relative;
}
.tagLineSt span i {
    font-weight: normal;
    margin-right: 0;
    color: #1ca8db;
    position: absolute;
    left: 30px;
    font-size: 15px;
    top: 2px;
}

.clientSec {
    text-align: left;
    border: 1px solid #f3f3f3;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px #d8d8d866;
}

.sltSeclt {
    text-align: center;
}

.sltSeclt ul li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sltSeclt ul li img {
    width: 100%;
    height: auto;
    max-width: 130px;
}

.sltSeclt ul {
    padding: 0;
    margin-top: 30px;
}

.rsResultVideo:before {content: "";background: #000;width: calc(100% - 125px);height: calc(100% - 141px);z-index: 1;position: absolute;left: 64px;border-radius: 35px;}
span.blkSec {
    color: #1ca8db;
    /* border-radius: 18px; */
    /* border-bottom: 1px solid #e2e2e2; */
}
.highLight {
    margin-top: 30px;
}

.highLight ul {
    padding: 0;
    margin-top: 40px;
}

.highLight ul li {
    display: inline-block;
    border: 1px solid #cecece;
    margin-bottom: 24px;
    border-radius: 5px;
    padding: 20px 50px;
    font-size: 17px;
    /* font-weight: 500; */
    background-color: #f5f5f559;
    margin: 10px 5px;
    cursor: pointer;
}

span.uplBtn {
    width: 250px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.footer {
    background-color: #efefef;
    /* margin-top: 70px; */
    padding: 20px 40px;
    min-height: 80px;
    width: 100%;
}
.footerMenu {
    margin-top: 20px;
}

.footerMenu ul {
    padding: 0;
}

.footerMenu ul li {
    display: inline-block;
    padding-right: 10px;
}

.footerMenu ul li a {
    color: #6d6d6d;
}

.topSerch {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
.tpSerchBrd {
    background-color: #e8e8e8;
    padding: 30px 30px;
    background-color: #e9e9e9;
}
.findJob input {
    border-radius: 0;
    height: 50px;
}

.labelWrap {
    text-align: right;
    padding-right: 14px;
    position: relative;
    top: 4px;
}

.labelWrap label {
    font-size: 19px;
    color: #000000;
}

.labelWrap p {
    font-size: 16px;
    line-height: 9px;
    color: #000000;
    font-weight: normal;
}

.inputWrap {}

.inputWrap .form-control {
    border-radius: 0;
    min-height:50px;
}
.searchResume {
}

.searchResume .btn {
    border-radius: 0 !important;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    background-color: #1ca8db;
    border-color: #159ed0;
    color: #fff;
}
.uploadResume .btn {
    font-weight: 500 !important;
}
.orSps {
    position: relative;
    height: 1px;
    width: 300px;
    background-color: #e0e0e0;
    margin: 45px auto;
}
.loginSec span {
    margin-right: 5px;
    margin-left: 5px;
}
span {}


.topSearch {
    margin-top: 50px;
}

.rsInnerClip {
    margin: 0px auto;
    text-align: center;
    border: 5px solid #ffffffd4;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    background-image: none;
    height: 210px;
    padding-top: 0;
    background-color: #000;
    max-width: 552px;
    box-shadow: 0px 11px 10px -2px #63636375;
}

.rsInnerClip video {
    width: 447px;
    margin-top: -25px;
    right: 54px;
    position: relative;
}
.orSps span {





    position: relative;
    top: -15px;
    background-color: #fff;
    padding-top: 4px;
    border-radius: 33px;
    border: 1px solid #e0e0e0;
    height: 30px;
    display: inline-block;
    width: 30px;
}

.btnFilter { display:none;}
.filetMob { display:none;}
section.midSection {
    margin-top: 70px;
    text-align: center;
}
.highLight ul li:hover {
    background-color: #fff;
    box-shadow: 0px 0px 20px -6px #d8d8d866;
}
span.clientTitle {
    display: block;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #e0e0e0;
}

.clientLogo {
}


section.clientSection {
    margin-top: 70px;
    text-align: center;
}

.clientList {
}

.clientList ul {
    padding: 0;
}

.clientList ul li {display: inline-block;max-width: 95px;margin-right: 5px;margin-left: 5px;padding: 5px;}

.clientList ul li img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.topSerchInner .labelWrap label {
    font-size: 14px;
}

.topSerchInner .labelWrap p {
    margin-bottom: 14px;
    line-height: 0px;
}

.topSerchInner .searchResume {
    margin-top: 41px;
}
.moreFilter {
    margin-top: 15px;
}

span.filterClick a {
    color: #17a2b8;
}

.moreFilterList {
    width: 100%;
    position: relative;
    top: -5px;
    z-index: 1;
    padding: 0 4px;
}

span.filterClick {
    display: block;
    position: relative;
    z-index: 2;
}

.moreFilterList ul {
    padding: 0;
    position: relative;
    top: 30px;
}

.moreFilterList ul li {
    display: inline-block;
    margin-right: 12px;
}
.moreFilterList ul li .form-control {
    background-color: #f7f7f7;
    height: 46px;
    border-radius: 0;
}
.innertheme {
    /* border-bottom: 1px solid #f1f1f1; */
    padding-bottom: 15px;
    padding-top: 0px !important;
}
.topSerchInner {
    width: 92%;
    margin: 4px auto;
    /* border-bottom: 1px solid; */
}
section.resumeSearch {
    padding: 10px 0px;
    background-color: #f9f9f952;
    border-top: 1px solid #f1f1f1;
}

.rsSearchTitle {
    font-size: 20px;
}

.rsResult {
    margin-top: 25px;
    /* clear: both; */
    border: 2px solid #e6e6e6;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px #d8d8d866;
    background-color: #fff;
    cursor:pointer;
}

.rsResult:hover {
    border: 2px solid #1ca8db;
    background-color: #f7f7f7;
}

span.rsName {
    display: block;
    font-size: 22px;
    color: #000;
}

span.rsEmail {
    display: block;
    font-size: 15px;
    /* margin-bottom: 5px; */
    /* margin-top: 5px; */
    font-weight: normal;
    color: #000;
    /* line-height: 24px; */
}

span.rsWork {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    border-bottom: 1px dashed #c7c7c7;
    padding-bottom: 8px;
    padding-top: 4px;
}
.rsNameBlk {
    margin-bottom: 10px;
    border-bottom: 1px solid #d8cece;
    line-height: normal;
    padding-bottom: 10px;
}

span.rsWorkRst {
    margin-left: 25px;
    color: #696767;
    font-weight: normal;
    display: inline-block;
    text-align: right;
    text-align: right;
    float: right;
}
.abtMore {
    margin-top: 25px;
}
.topSerchInner .inputWrap .form-control {
    border-radius: 10px;
    min-height: 15px !important;
    height: 37px;
    border: 1px solid #e8e8e8;
}

.topSerchInner .searchResume .btn {
    height: 37px;
    border-radius: 10px !important;
    padding: 0px 10px;
    font-weight: 600;
}
.sortByrs {
    position: absolute;
    right: 18px;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    color: #777;
    top: 8px;
}
span.sortByPick {
    font-weight: 600;
    color: #17a2b8;
}
span.totalResume {
    /* position: absolute; */
    right: 16px;
    top: -8px;
    font-size: 14px;
    font-weight: normal;
    color: #5a5a5a;
    display: block;

    padding-top: 4px;
}
span.rsProfile {font-size: 14px;font-weight: normal;}
.moreRs {
    margin-top: 8px;
    color: #17a2b8;
}
.moreRs:hover{
    color: #6b6b6b;


}

.edit {
    /* position: relative; */
    display: block;
}
.edit:after {
    content: "\f040";
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    right: 5px;
    cursor: pointer;
    /* font-size: 18px; */
    background-color: #f1f0f0;
    /* padding: 10px; */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #000;
    padding-top: 2px;
    font-size: 13px;
}


.edit:hover:after{background-color: #dcdcdc;transition: 0.2s;}

.addCn {}
.addCn:after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    right: 40px;
    cursor: pointer;
    /* font-size: 18px; */
    background-color: #f1f0f0;
    /* padding: 10px; */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #000;
    padding-top: 2px;
    font-size: 13px;
}
.addCn:hover:after{background-color: #dcdcdc;transition: 0.2s;}


span.sltCity {font-size: 14px;margin-left: 5px;display: inline-block;}

.formSingUp {
}

.formSingUp .nav-tabs {
    border: 0;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
    margin-top: 15px;
}

.formSingUp .nav-tabs .nav-link {
    border: 0;
    font-size: 16px;
    font-weight: normal;
    border-right: 1px solid #c3c3c3;
    border-radius: 0;
    padding: 0px 15px;
    color: #212121;
}

.formPopTab {
    padding: 0px 20px;
    margin-top: 40px;
    /* text-align: center; */
}

.formTitle {
    font-size: 20px;
    margin-bottom: 28px;
    font-weight: normal;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}
.signBlockBr {
    border: 10px solid #14bbd6;
    border-radius: 0;
    min-height: 510px;
}

.formSingUp .nav-tabs .nav-link.active {
    color: #0a6fb7;
}

.formPopTab .form-control {
    border-radius: 0;
    min-height: 45px;
}
.formPopTab label {
    font-size: 16px;
    font-weight: normal;
    padding: 0px 6px;
    margin: 0;
    color: #000000;
    background-color: #fff;
    position: relative;

    top: 10px;
    left: 18px;
}
.brNone {
    border: 0px !important;
}
.fullResume {
    background-color: #fff;
    border: 2px solid #17a2b8;
    border-radius: 5px;
    padding: 10px 14px;
    margin-top: 70px;
    display: none;
    padding-right: 0px;
}
.rsDownlodTab {
    margin: 10px 0px;
}
.fullResume.sticky-top{ top:30px}
.rsEduFront {
}

span.rsWorkFront {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

span.rsWorkRstFront {
    font-weight: normal;

}
.addSlect {
    border: 2px solid #17a2b8;
}
span.hideResumebtn { display:none;}
.rsMoreDetails {
   max-height: 404px;
    overflow: auto;
    padding-right: 18px;
}

.cvTag {margin-top: 50px;background-color: #fff;padding: 0;border-radius: 5px;border: 1px solid #e2e2e2;}

.cvImg {
    width: 80px;
    /* height: 90px; */
    background-color: #1ca8db;
    border-radius: 50px;
    margin-right: 15px;
    overflow:hidden;
}
.cvImg img {
    width: 100%;
    margin: 0 auto;
}

.cvRs {
    display: flex;
    align-items: center;
}

.cvTitle h2 {
    font-weight: 600;
    color: #000;
    margin-bottom: 3px;
    font-size: 20px;
}

.cvTitle {
    color: #4e4e4e;
}

.cv1 {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 25px;
    position: relative;
}
.cv2 {
   
padding: 30px 25px;
   
position: relative;
}
.space-between {
    justify-content: space-between;
}

.cvTb {
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 6px;
}

.cvSm {
    color: #565656;
    font-size: 14px;
}
.brdRight {
    border-right: 1px solid #e2e2e2;
}
.pgTp h3 {
    font-size: 20px;
    color: #424242;
    font-weight: 600;
}
.green {
    color: #28a745;
}

.cvInnerVd {
    margin: 0px auto;
    text-align: center;
    border: 5px solid #ffffffd4;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    background-image: none;
    height: 255px;
    padding-top: 0;
    background-color: #000;
    max-width: 552px;
    box-shadow: 0px 11px 10px -2px #63636375;
}
.cvInnerVd video {
    width: 544px;
    margin-top: -30px;
}
.userTitle {
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 14px;
}

.detailsPart {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}

.brdBtn {
    border-bottom: 1px solid #e2e2e2;
   
}

.subTitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #4c4c4c;
}
.skilPart {
    display: flex;
    justify-content: space-between;
}

.skilPart span {
    background-color: #e4e4e4;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 4px;
    margin-left: 0;
    text-align: center;
    font-weight: 600;
    color: #585858;
}
.subHead {
    font-size: 22px;
    font-weight: 600;
}

.subTitle1 {
    font-size: 20px;
    color: #272727;
    margin-bottom: 8px;
}

.subTitle2 {
    font-size: 16px;
    color: #717171;
    margin-bottom: 5px;
}
.vdShrLink {
    display: flex;
    margin-top: 30px;
}

.vdShrLink .btn {
    margin-right: 15px;
    border-radius: 50%;
    padding: 0px 0px;
    height: 40px;
    width: 40px;
}

.pgTp.blBrd {
    /* border-bottom: 4px solid #f5f5f5; */
    /* padding-bottom: 10px; */
    /* position: relative; */
}
.scIcon {
    color: #70d44f;
}
.slidBtn {
    margin-top: 20px;
}

.slidTitle {
    font-size: 16px;
    margin-bottom: 14px;
    color: #1ca8db;
    font-weight: 600;
    border-bottom: 1px solid #1ca8db;
    padding-bottom: 5px;
}

.docBtn {
    position: relative;
    display: inline-block;
    margin-right: 28px;
}

span.nmDoc {
    position: absolute;
    top: -10px;
    right: -9px;
    background: #3b3c3b;
    width: 21px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25px;
  width: 80%;
  text-align: left;
  margin-top: 30px;
  padding-left: 50px;

  margin: 80px auto;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

a.crtLink {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #505050;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

span.dwnBtn {
    position: absolute;
    right: 18px;
}


section.topSearchIn {
    background-color: #ececec;
    padding: 30px 0px;
}

.findJobIn label {font-size: 17px;font-weight: 600;margin: 0;}

.findJobIn {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #fff;
    padding: 0px 20px;
    border: 1px solid #d4d4d4;
}

.findJobIn .form-control {}

.findJobIn input {
    border-radius: 0;
    border: none;
    background: none;
    display: block;
    width: auto;
    flex: 1;
}

.searchResumeIn btn {
    border-radius: 0 !important;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    background-color: #1ca8db;
    border-color: #159ed0;
    color: #fff;
}

.searchResumeIn .btn {
    border-radius: 0 !important;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    background-color: #1ca8db;
    border-color: #159ed0;
    color: #fff;
}
.form-control:focus {}

.findJobIn input:focus {
    box-shadow: none;
}

.cvShr {
    text-align: right;
    margin-bottom: 20px;
}
.docBtn a {
    color: #fff;
    display: block;
}

.docBtn a:hover {
    text-decoration: none;
}
span.upT {
    display: block;
    font-size:13px
}

ul.cv-footer-social-list {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

li.cv-footer-social-list-item {
    margin-right: 0;
    margin-left: 20px;
    list-style: none;
    border: 1px solid #000000;
    padding: 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 0.6;
}

li.cv-footer-social-list-item:hover{
opacity: 1;
cursor:pointer;

}

.cv-icon {
    width: 12px;
}

.cv-footer-social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    padding-top: 15px;
    font-size: 15px;
    color: #404040;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


@media (min-width: 1280px)
{
.container.cv0 {max-width: 990px;}

	}


@media only screen and (min-width : 1024px) {
.moreFilter .collapse {
    display: block;
}
.filterClick { display:none !important;}
.moreFilterList {right: 15px;}
}

@media only screen and (max-width : 1024px) {
	.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 16px;
       display: block;}
	
	.topHeader ul li {
    margin-right: 0;
    margin-left: 0;
    height: auto;
    border-bottom: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

	.topHeader ul li.nav-item a.nav-link:hover { border:none !important; color:#fff;}
	.topHeader ul li.nav-item a.nav-link {height:auto;color: #000;}
	.topHeader .active {border-bottom: 1px solid #000;color: #000 !important;}
	.midContent ul {
    margin-top: 15px;
    padding: 0;
}
	.midContent ul li {
  display: block;
    font-size: 20px;
    padding-bottom: 10px;
    color: #0987b5 !important;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    box-shadow: none;
    padding: 5px 0px;
}
.midContent ul li i { display:none;}
.midContent h1 {
    padding: 0px;
}
.midContent h1 {
    padding: 0px;
}

.filter {
    margin-bottom: 30px;
}

span.uplBtn {
    width: 100%;
    margin-bottom: 32px;
}
.highLight ul li {
    display: block;}
	}

@media only screen and (max-width : 768px) {

.filter {
    display: none;
}
.btnFilter {
   position: fixed;
    background-color: #1ba7da;
    width: 55px;
    bottom: 20px;
    padding: 13px 0px;
    text-align: center;
    font-size: 24px;
    z-index: 99;
    color: #fff;
    left: 15px;
    border-radius: 8px;
    opacity: 0.7;
	display:block;
}
.btnFilter:hover { opacity:1;}
.filetMob {
    position: fixed;
    background-color: #fff;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow: auto;
}
span.ftrCls {
    position: absolute;
    top: 10px;
    font-size: 24px;
    right: 23px;
}
.midContent h1 {
    font-size: 20px;
}


.midContent ul {
    display: none;
}

.topSerch {
    width: 100%;
    margin: 0 auto;
}

.findJob {
    margin-bottom: 17px;
}

.labelWrap label {
    /* font-size: 16px; */
}

section.midSection {
    margin-top: 15px;
}
.topHeader ul {
    margin-top: 20px;
}
.topSerchInner .searchResume {
    margin-top: 5px;
    display: block;
    width: 100%;
    display: block;
}

.abtMore {
    margin-bottom: 20px;
}
	.fullResume {
    position: fixed;
    top: 0px;
    z-index: 99;
    margin-top: 40px;
    width: 85%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
}
span.hideResumebtn {
 position: absolute;
    right: -10px;
    background: #ff0101;
    height: 28px;
    width: 28px;
    border-radius: 25px;
    top: -11px;

    z-index: 9999999;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
}
span.rsWorkRst {
    float: inherit;
    margin-left: 5px;
    width: auto;
}

}

@media only screen and (max-width : 767px) {
	.cvTag {
    margin-top: 12px;}
	.docBtn {
    margin-bottom: 20px;
}
.btn-xs-block {
        display: flex;
        width: 100%;
    }
	.docBtn {
    display: block;
    text-align: center;
}
	.loginSec {
    padding-bottom: 20px;
    position: absolute;
    top: -68px;
    right: 10px;
}

.tagLineSt {
    margin-top: 50px;
}
	
	.rsResultVideo {
		
width: auto;
		}
		.labelWrap {
    text-align: left;
    padding-left: 10px;
}
.rsResultVideo {
    margin: 25px auto;
    text-align: center;
    border: 8px solid;
    display: block;
    overflow: hidden;
    border-radius: 25px;
    background-image: none;
    height: auto;
    padding-top: 0;
    background-color: #000;
}

.rsResultVideo:before {
    content: none;
}

.rsResultVideo video {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
}
	
	.cvInnerVd video {
    width: 320px;
    margin-top: -18px;
}
.cvInnerVd {height: 153px;}

.cvShr {margin-top: 20px;margin-bottom: 24px;}

.skilPart {
    display: block;
}

.skilPart span {
    display: inline-block;
    margin-bottom: 10px;
}
.vdShrLink {
    justify-content: flex-end;
    margin-right: 0;
    margin-bottom: 18px;
}

.vdShrLink .btn {
    margin-left: 5px;
    margin-right: 5px;
}
	}

