* {
  padding: 0;
  margin: 0;
  font-family: 'futuramedium';
  /* letter-spacing: 1px; */
}

body {
  font-size: 16px;
  /* font-weight: 600; */
  /* line-height: 1.3; */
}

@font-face {
  font-family: 'futuramedium';
  src: url('../../fonts/new-register/futura_medium_bt-webfont.woff2') format('woff2'),
    url('../../fonts/new-register/futura_medium_bt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'Futura BdCn BT';
  src:
    url('../../fonts/new-register/FuturaBT-BoldCondensed.woff2') format('woff2'),
    url('../../fonts/new-register/FuturaBT-BoldCondensed.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Futura';
  src:
    url('../../fonts/futura-book-normal.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

/*--------------------------------------------------------------------global--------------------------------------------------------------------*/

.form-control:focus,
.form-select:focus {
  background-color: #ffffff00 !important;
  border-color: #4C4C4C !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0) !important;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

.form-control,
.form-check-input,
.form-select {
  border-color: #4C4C4C !important;
}

.form-label,
.form-check-label {
  color: #002E71;
  font-size: 16px;
}

.form-check-label {
  color: #002E71;
}

.form_btn {
  background-color: #F1A762;
  padding: 10px 25px;
  border-radius: 5px;
  border: 0px;
  font-size: 20px;
}

.form_Btn {
  background-color: #F1A762;
  padding: 4px 49px;
  border-radius: 5px;
  border: 0px;
  font-size: 22px;
}

.back,
.cancel {
  font-size: 22px;
  color: #002E71;
  border: 1px solid #002E71;
  padding: 3px 15px;
  border-radius: 5px;
}



.next,
.save {
  font-size: 22px;
  color: #000000;
  border: 1px solid #F1A762;
  background-color: #F1A762;
  padding: 3px 15px;
  border-radius: 5px;
}

.blue {
  color: #002E71;
}



::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;

}

p {
  font-size: 18px;
}

/*---------------------------------- tooltip---------------------------------- */




.Tooltip {
  position: relative;
}

.Tooltip .Tooltiptext {
  visibility: hidden;
  background-color: #F1A762;
  color: #002E71;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  left: -319px;
  position: absolute;
  font-weight: 600;
}



.Tooltiptext h5 {
  border-bottom: 1px solid #002E71;
  font-weight: 600;
}

.fa-phone {
  position: relative;
  top: 4px;
}

.fa-envelope {
  position: relative;
  top: 10px;
}

.Tooltip:hover .Tooltiptext {
  visibility: visible;
}


.sideber_tooltip:before {
  content: attr(data-text);
  position: fixed;
  top: 732px;
  transform: translateY(-50%);
  left: 163px;
  margin-left: 15px;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  background-color: #F1A762;
  color: #002E71;
  text-align: center;
  display: none;
}

.sideber_tooltip:hover:before {
  display: block;
}


/* ------------------------ */
.sideber_tooltip:after {
  content: "";
  position: fixed;
  top: 732px;
  margin-left: -5px;
  left: 165px;
  transform: translateY(-50%);
  border: 10px solid #F1A762;
  border-color: transparent #F1A762 transparent transparent;
  display: none;
}

.sideber_tooltip:hover:before,
.sideber_tooltip:hover:after {
  display: block;
}


.help_text_out {
  width: 44px;
}










/* --------------------------------------------------------------------sidebar---------------------------------------------------------------- */
.sidebar {
  overflow-y: auto;
  box-shadow: -20px 65px 40px #626262;
  position: fixed;
  left: 0;
  top: 0;
  transition: .5s;
  z-index: 1000;
  background-color: #002E71;
  /* height: calc(100% - 100px); */
  height: 100%;
  padding: 160px 22px 20px;
  width: calc(178px);

}

.sidebar_content_body {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

/* .sidebar_content_body ul li div div {
  width: 100%;
  max-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.sidebar_content_body ul li:nth-child(1) div div,
.sidebar_content_body ul li:nth-child(2) div div,
.sidebar_content_body ul li:nth-child(3) div div,
.sidebar_content_body ul li:nth-child(4) div div,
.sidebar_content_body ul li:nth-child(5) div div,
.sidebar_content_body ul li:nth-child(6) div div {
  margin-bottom: 30px;
}

.sidebar_content_body ul li:nth-child(1) div div::before,
.sidebar_content_body ul li:nth-child(2) div div::before,
.sidebar_content_body ul li:nth-child(3) div div::before,
.sidebar_content_body ul li:nth-child(4) div div::before {
  content: '';
  width: 5px;
  height: 30px;
  background-color: white;
  position: absolute;
  bottom: -34px;
  left: 43px;

}



.sidebar_content_body ul li:nth-child(1) div div.active::before,
.sidebar_content_body ul li:nth-child(2) div div.active::before,
.sidebar_content_body ul li:nth-child(3) div div.active::before,
.sidebar_content_body ul li:nth-child(4) div div.active::before {
  content: '';
  width: 5px;
  height: 30px;
  background-color: #F1A762;
  position: absolute;
  bottom: -35px;
  left: 43px;

}

.sidebar_content_body ul li div div.active {
  border: 4px solid #F1A762;
}

.sidebar_content_body ul li div div.actived {
  border: 6px solid #F1A762;
  background-color: #fff;
  color: #000;
}

.sidebar_content_body ul li div div.actived:hover {
  border: 6px solid #F1A762;
  background-color: #fff;
  color: #000;
}




.sidebar_content_body ul li div div {
  font-size: 14px;
  color: #fff;
}

.sidebar_content_body ul li div div:hover {
  color: #fff;
}

.icon.activeed {
  color: #b59373;
}

.icon.active {
  color: #F1A762;
}

.icon {
  cursor: pointer;
  display: none;
  color: #ffffff;
} */

.sidebar_content_body ul li div .sidebar_menu_div {
  width: 100%;
  max-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.sidebar_content_body ul li:nth-child(1) div .sidebar_menu_div,
.sidebar_content_body ul li:nth-child(2) div .sidebar_menu_div,
.sidebar_content_body ul li:nth-child(3) div .sidebar_menu_div,
.sidebar_content_body ul li:nth-child(4) div .sidebar_menu_div,
.sidebar_content_body ul li:nth-child(5) div .sidebar_menu_div,
.sidebar_content_body ul li:nth-child(6) div .sidebar_menu_div {
  margin-bottom: 30px;
}

.sidebar_content_body ul li:nth-child(1) div .sidebar_menu_div::before,
.sidebar_content_body ul li:nth-child(2) div .sidebar_menu_div::before,
.sidebar_content_body ul li:nth-child(3) div .sidebar_menu_div::before,
.sidebar_content_body ul li:nth-child(4) div .sidebar_menu_div::before {
  content: '';
  width: 5px;
  height: 30px;
  background-color: white;
  position: absolute;
  bottom: -34px;
  left: 43px;

}



.sidebar_content_body ul li:nth-child(1) div .sidebar_menu_div.active::before,
.sidebar_content_body ul li:nth-child(2) div .sidebar_menu_div.active::before,
.sidebar_content_body ul li:nth-child(3) div .sidebar_menu_div.active::before,
.sidebar_content_body ul li:nth-child(4) div .sidebar_menu_div.active::before {
  content: '';
  width: 5px;
  height: 30px;
  background-color: #F1A762;
  position: absolute;
  bottom: -35px;
  left: 43px;

}

.sidebar_content_body ul li div .sidebar_menu_div.active {
  border: 4px solid #F1A762;
}

.sidebar_content_body ul li div .sidebar_menu_div.actived {
  border: 6px solid #F1A762;
  background-color: #fff;
  color: #000;
}

.sidebar_content_body ul li div .sidebar_menu_div.actived:hover {
  border: 6px solid #F1A762;
  background-color: #fff;
  color: #000;
}




.sidebar_content_body ul li div .sidebar_menu_div {
  font-size: 14px;
  color: #fff;
}

.sidebar_content_body ul li div .sidebar_menu_div:hover {
  color: #fff;
}

.icon.activeed {
  color: #b59373;
}

.icon.active {
  color: #F1A762;
}

.icon {
  cursor: pointer;
  display: none;
  color: #ffffff;
}

/* contact info footer p tag */

.contact_info_foot {
  position: absolute;
  bottom: -51px;
  left: 0;
  width: 100%;
  padding: 0px 34px;
}

.contact_info_foot p {
  font-size: 16px;
  color: #002e9a;
}




/* new sideber design */



/* .sidebar_content_body ul li div div{
  width:100%;
  max-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: 0 auto;
  position: relative;
}
.sidebar_content_body ul li:nth-child(1) div div,
.sidebar_content_body ul li:nth-child(2) div div,
.sidebar_content_body ul li:nth-child(3) div div,
.sidebar_content_body ul li:nth-child(4) div div,
.sidebar_content_body ul li:nth-child(5) div div,
.sidebar_content_body ul li:nth-child(6) div div
{
  margin-bottom: 30px;
}
.sidebar_content_body ul li:nth-child(1) div div::before,
.sidebar_content_body ul li:nth-child(2) div div::before,
.sidebar_content_body ul li:nth-child(3) div div::before,
.sidebar_content_body ul li:nth-child(4) div div::before
{
   content: '';
    width: 5px;
    height: 30px;
    background-color: white;
    position: absolute;
    bottom: -34px;
    left: 43px;
    
}



.sidebar_content_body ul li:nth-child(1) div div.active::before,
.sidebar_content_body ul li:nth-child(2) div div.active::before,
.sidebar_content_body ul li:nth-child(3) div div.active::before,
.sidebar_content_body ul li:nth-child(4) div div.active::before
{
  content: '';
   width: 5px;
   height: 30px;
   background-color:#F1A762;
   position: absolute;
   bottom: -35px;
   left: 43px;
   
}

.sidebar_content_body ul li div div.active{
  border: 4px solid #F1A762;
}

.sidebar_content_body ul li div div.actived{
  border: 6px solid #F1A762;
  background-color: #fff;
  color: #000;
}
.sidebar_content_body ul li div div.actived:hover{
  border: 6px solid #F1A762;
  background-color: #fff;
  color: #000;
}




.sidebar_content_body ul li div div{
  font-size: 14px;
  color: #fff;
}
.sidebar_content_body ul li div div:hover{
color: #fff;
} */


/* sideber tooltip */
.sideber_tooltip:before {
  content: attr(data-text);
  position: fixed;
  top: 738px;
  transform: translateY(-50%);
  left: 163px;
  margin-left: 15px;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  background-color: #F1A762;
  color: #002E71;
  text-align: center;
  display: none;
}

.sideber_tooltip:hover:before {
  display: block;
}

.sideber_tooltip:after {
  content: "";
  position: fixed;
  top: 738px;
  margin-left: -5px;
  left: 165px;
  transform: translateY(-50%);
  border: 10px solid #F1A762;
  border-color: transparent #F1A762 transparent transparent;
  display: none;
}

.sideber_tooltip:hover:before,
.sideber_tooltip:hover:after {
  display: block;
}


/* ---------------------------------------------------------------------header--------------------------------------------------------------------- */
.header {
  box-shadow: 1px -27px 50px #727272;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
}

.header_head_text {
  color: #002E71;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: normal;
}

.header_head_text_contact {
  color: #002E71;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: normal;
}

@media only screen and (min-width: 992px) {
  .header_head_text {
    font-size: 3.5rem;
  }
}

.logo {
  width: 100%;
  /* max-width: 118px; */
  margin-bottom: 16px;
}


.help_text {
  text-align: center;
  color: #002E71;
  cursor: pointer;
  font-size: 13px;
}

.img_help {
  max-width: 41px;
  cursor: pointer;
}

.fa-right-from-bracket {
  font-size: 40px;
  color: #002E71;
  transform: rotate(180deg);
}

.profile_dropdown {
  top: 4px;
}

.profile_icon_btn,
.profile_icon_btn:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #535353;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0);
  margin-bottom: 20px;
  overflow: hidden;
}

.profile_dropdown>.profile_icon_btn {
  object-fit: cover;
}

.dropdown-item {
  color: #f1a762;
}

.dropdown-menu.dropdown_menu.show {
  background-color: #002E71;
}

.dropdown-menu.dropdown_menu.show li .dropdown-item:hover {
  background-color: #f1a762;
  color: #002E71;
}

.profile_icon_btn::after {
  display: inline-block;
  margin-left: 0 !important;
  vertical-align: 0 !important;
  content: "";
  border-top: 0.3em solid;
  border-right: 0 solid transparent !important;
  border-bottom: 0;
  border-left: 0 solid transparent !important;
}

.profile_icon_btn div>img {
  width: 43px;
  height: 43px;
}

.profile_icon_btn div {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input[type=checkbox] {
  cursor: pointer;
}

input[type="password"],
input[type="text"] {
  padding-right: 40px;
}

/* -------------------------------------footer------------------ */
footer {
  float: right;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: calc(100% - 178px);
  z-index: 999;
  background-color: #fff;
  padding: 15px;
}

/* ---------------------------------------------------------------------content--------------------------------------------------------------------- */
.content {
  padding-top: 100px;
  float: right;
  width: calc(100% - 178px);
  background-color: #fff;
}



/* ---------------------------login--------------------------------- */


.banner {
  padding: 30px 0px;
  background-image: url(../../images/new-register/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.baner_box {
  width: 100%;
  height: 100%;
  position: relative;
}

.baner_child_img {
  max-width: 400px;
}


@media only screen and (min-width: 1400px) {
  .baner_child_img {
    max-width: 480px;
    transform: translateX(26px);
  }
}

.banner_head_txt h2 {
  font-size: 55px;
  font-weight: bolder;
  color: #000;
}

.banner_head_txt p {
  font-size: 25px;
  color: #000;
}

/* .banner img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20em;
  height: 20em;
  background: rgba(250,140,50, 0.6);
} */

.content_body .container>h2 {
  color: #002E71;
  font-size: 32px;
  font-weight: bold;
}

.content_body .container>h3 {
  margin-top: 5px;
  color: #002E71;
  font-size: 28px;
  font-weight: bold;
}

.form_div {
  /* padding: 25px 150px; */
  padding: 25px 25px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 86px;
}

.sign_up_p a {
  color: #002E71;
  font-size: 16px;
}

.strong {
  color: #904600;
}

.disclaimer {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.fa-eye-slash,
.fa-eye {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 13px;
  color: #002E71;
}

.input_box {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}


/* -----------------------------------------contact_info-----------------------------------*/
.user_photo_box div {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #002E71;
  cursor: pointer;
}

.user_photo_box div input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
}

.user_photo_box div img {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  object-fit: cover;
  /* display: none; */
}

.user_photo_box div i {
  position: absolute;
  top: 41px;
  left: 41px;
  color: #002E71;
}

.contact_upload_text {
  font-size: 18px;
  color: #002E71;
  margin-left: 10px;
}

/* ---------------------------certifications--------------------------------- */



/*---------------------------------------------------------------------------------------project--------------------------------------------------------------------------------- */

.fa-caret-down {
  font-size: 30px;
}


.caret_top_btn,
.caret_bottom_btn {
  border: 0px;
  background-color: #f000;
  height: 24px;
  border-radius: 50%;
  color: #002E71;
}

.certifications_text span i {
  transform: rotate(180deg);
}

.edit {
  border-radius: 4px;
  border: 1px solid #002E71;
  color: #002E71;
  padding: 5px 15px;
}

.form__radio-input {
  display: none;
}

.form__label-radio {
  font-size: 18px;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}

.form__radio-button {
  height: 20px;
  width: 20px;
  border: 1px solid #002E71;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}

.form__radio-button::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #002E71;
  opacity: 0;
  transition: opacity 0.2s;
}

.form__radio-input:checked~.form__label-radio .form__radio-button::after {
  opacity: 1;
}

.caret_bottom {
  color: #C1C1C1;
}

/* .FormDiv{
  display: none;
} */

.project {
  display: none;
}

.project.active {
  display: block;
}

.form_div.active {
  display: block;
}

.fa-trash {
  cursor: pointer;
}

.form_check_project>label {
  color: #616161;
  font-size: 14px;
}

.certifications_text {
  font-size: 20px;
  color: #002E71;
  font-weight: bold;
}

.file_add_text {
  color: #333333;
}

.file_add {
  width: 126px;
  height: 33px;
  position: relative;
  background-color: rgba(255, 0, 0, 0);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002E71;
  border: 1px solid #002E71;
  font-size: 18px;
  cursor: pointer;
}

.file_add input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.project_photo_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow-x: auto; */
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #002E71 #C2D2E4;
  padding: 10px 0px;
}

.project_photo_box .project_photo_box_child img {
  object-fit: contain;
  max-width: 125px;
  border-radius: 7px;
  cursor: pointer;
  z-index: 1;
}

.project_photo_box_child {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 145px;
  border: 1px solid black;
  border-radius: 7px;
  padding: 10px;
}

.project_photo_box_child .add_image_box {
  width: 100%;
  height: 49px;
}

.project_photo_box_child .add_image_box {
  width: 100%;
  height: 49px;
}


.project_photo_box_child .fa_plus {
  color: #002E71;
  font-size: 20px;
  z-index: 1;
}

.project_photo_box_child input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 7px;
  opacity: 0;
  z-index: 3;
}

.image1 {
  position: absolute;
  top: -15px;
  left: 9px;
  background-color: #fff;
  font-size: 16px;
}


.project_photo_box_child .fa_plus.active {
  display: none;
}


.add_image {
  color: rgb(0, 0, 0);
  font-size: 15px;
}

.add_image.active {
  display: none;
}

.project_photo_box::-webkit-scrollbar {
  height: 5px;
  border-radius: 28px;
  background-color: #454a52;
}

.project_photo_box::-webkit-scrollbar-thumb {
  background-color: #002E71;
}


.project_photo_hover_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 4;

}

.project_photo_hover_div>div {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0000005e;
  z-index: 4;
  top: 145px;
  transition: 0.5s;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project_photo_hover_div:hover div {
  top: 0px;
  transition: 0.5s;
}

.project_photo_hover_div div .fa_regular {
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  position: unset;
}

.project_photo_hover_div div .fa_xmark {
  color: #ffffff;
  position: absolute;
  top: 1px;
  right: 4px;
  font-size: 25px;
  cursor: pointer;

}

.Subcontractor_other input {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}

.Subcontractor_other {
  position: relative;
  margin-bottom: 40px;
}


.project_photo_hover_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 4;

}

.project_photo_hover_div>div {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0000005e;
  z-index: 4;
  top: 145px;
  transition: 0.5s;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project_photo_hover_div:hover div {
  top: 0px;
  transition: 0.5s;
}

.project_photo_hover_div div .fa_regular {
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  position: unset;
}

.project_photo_hover_div div .fa_xmark {
  color: #ffffff;
  position: absolute;
  top: 1px;
  right: 4px;
  font-size: 25px;
  cursor: pointer;

}

.Subcontractor_other input {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}

.Subcontractor_other {
  position: relative;
  margin-bottom: 40px;
}

.Subcontractor_other {
  position: relative;
  margin-bottom: 30px;
}

.Subcontractor_other input {
  position: absolute;
  right: 0;
  top: 0;
  width: 246px;
}


/* button_position */
.project_button_position {
  background-color: #fff;
  position: fixed;
  bottom: 135px;
  right: 241px;
}

.project_button_position>button {
  box-shadow: 10px 5px 5px #bebebe;
}


.cancel.active,
.save_Project.active {
  position: relative;
  filter: blur(2px);
}



/*---------------------------------------------------------------------------------------Experience--------------------------------------------------------------------------------- */

.year_add {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid black;
  outline: none;
  padding: 6px 10px;
}

.year_add::placeholder {
  color: #b7b7b7;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  /* opacity: 0; */
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}


.industry {
  border-radius: 10px;
  background-color: #FAFAFA;
}

.industry_htex {
  border-radius: 10px 10px 0px 0px;
  padding: 0px 10px;
  background-color: #C1C1C1;
}

.form_textarea>textarea {
  background-color: #efefef;
  border-radius: 5px;
  outline: none;
}


.form_textarea>textarea:focus {
  background-color: #efefef !important;
}

.other_show {
  display: none;
}

.other_show.active {
  display: flex !important;
}

.other_show input::placeholder {
  color: #b7b7b7;
}





/* profile_view------------------------------------------- */

.fisher_box {
  border-top: 5px solid #ECF4FA;
}

.fisher_first_box h2 {
  color: #002E71;
  font-size: 40px;
  font-weight: bold;
}

.fisher_first_box p {
  color: #5FBAEC;
  font-size: 20px;
  font-weight: bold;
}

.fisher_second_box p {
  font-size: 16px;
}

.fisher_third_box {
  align-items: center;
}

.profile_img {
  border-radius: 50%;
  margin-right: 0px;
  object-fit: cover;
}

.experience_text h2,
.download_text_box h2 {
  color: #002E71;
  font-size: 32px;
  font-weight: bold;
}

.experience_text ul li {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.experience_text ul li span {
  font-size: 14px;
  font-weight: 100;
}

.experience_text {
  position: relative;
  margin-bottom: 70px;
}

.experience_text:nth-child(1)::before,
.experience_text:nth-child(2)::before,
.experience_text:nth-child(3)::before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #ECF4FA;
  position: absolute;
  bottom: -37px;
  left: 0;
}

.italic_text {
  color: #5FBAEC;
  font-size: 20px;
  font-weight: bolder;
}

.time_date_document {
  font-size: 16px;
  font-weight: 700px;
}

.download_text_box span {
  font-size: 14px;
}

.project_type_text p:nth-child(1) {
  color: #5FBAEC;
  font-weight: bold;
}


.form_div.form_download {
  margin-bottom: 30px !important;
}

.italic_box {
  position: relative;
  background-color: #f1a76233;
  border: 3px solid #F1A762;
}

.edit_pen {
  position: absolute;
  top: 9px;
  right: 12px;
  cursor: pointer;
  border: 0px;
  background-color: rgba(255, 0, 0, 0);
}

.pmi_list li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #5FBAEC;
  border-radius: 50%;
  left: -10px;
  top: 10px;
}

.pmi_list li {
  position: relative;
}


/* change password css */
.change-password>div {
  margin: 0 0 0 20px;
  width: 100%;
  max-width: 420px;
}

/* 404 page css */
.not_found {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.linked_in_main {
  position: relative;
}


.linked_in {
  position: absolute;
  bottom: 10px;
  color: #002E71;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}










/*------------------------------- home_banner----------------------------------- */


.home {
  padding-top: 120px;
}


.home_banner {
  width: 100%;
  background-color: #002E71;
  padding: 69px 0px;
}

.home_banner_h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fff;
}

.home_banner_btn {
  padding: 10px 20px;
  gap: 10px;
  background: #F1A762;
  border-radius: 4px;
  font-size: 22px;
  border: 0px;
  margin-top: 20px;
}

.home_login {
  color: #fff;
  margin-top: 10px;
}

.home_login a {
  color: #0095fe;
}

.outside_work {
  background-image: url("../../images/banner_Image.png");
  background-repeat: no-repeat;
  padding: 71px 0px 71px;
  background-size: cover;
  width: 100%;
  background-position: top;
  min-height: 63vh;
  display: flex;
  align-items: center;
}

.outside_work_text h3 {
  font-size: 2.8rem;
  color: #002E71;
  font-weight: 700;
  letter-spacing: normal;
}


.outside_work_text p {
  /* font-weight: 500; */
  font-size: 32px;
  line-height: 34px;
  color: #002E71;
}

.outside_work_btn .custom_button_style {
  padding: 13px 30px;
  gap: 10px;
  background: #F1A762;
  border-radius: 4px;
  font-size: 1.6rem;
  border: 0px;
  color: black;
  font-weight: 600;
}

.just_resume {
  padding: 38px 0px 60px;
  background: #002E71;
}

.just_resume_text h3 {
  font-size: 33px;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-weight: 700;
  /* font-family: 'futuramedium'; */
}

.just_resume_text p {
  font-weight: 400;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 30px;
}

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

.just_resume_img div h3 {
  font-size: 2.1rem;
  color: #E4CF63;
  line-height: 1.3;
  letter-spacing: normal;
  font-weight: 600;
  margin-bottom: 15px;
}

.just_resume_img .plus_img {
  margin-top: 48px;
}

.other_guys {
  padding: 38px 0px 28px;
}

.other_guys_text h3 {
  color: #002E71;
  font-size: 33px;
  letter-spacing: 1px;
  font-weight: 700;
}

.other_guys_text p {
  color: #002E71;
  margin-bottom: 2rem;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 23px;
  line-height: 31px;
}

.other_guys_ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.other_guys_ul li span {
  color: #002E71;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 25px;
  line-height: 30px;
}

.other_guys_ul li i {
  color: #2b9ad7;
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: 7px;
}

.works {
  background-color: #002E71;
  padding: 86px 0px 74px;
}

.works_text {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  letter-spacing: 2px;
}

.works_card {
  width: 100%;
  /* max-width: 300px; */
  padding: 10px;
}

.first_card_box {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #5FBAEC;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.second_card_box {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #002E71;
  display: flex;
  align-items: center;
  justify-content: center;
}

.third_card_box {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #E4CF63;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works_card p {
  font-weight: 500;
  font-size: 23px;
  color: #fff;
  margin-top: 10px;
}

.first_card_box p {
  font-size: 63px;
  font-weight: bolder;
}

.second_card_box p {
  font-size: 63px;
  font-weight: bolder;
  color: #002E71;
}

.third_card_box p {
  font-size: 63px;
  font-weight: bolder;
  color: #002E71;
}

.works_card h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
  letter-spacing: 2px;
  margin-top: 15px;

}

.other_guys_text {
  position: relative;
  z-index: 2;
}

.work_later {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  padding: 83px 0px;
  position: relative;
}

.work_later_img_box {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.all_img {
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 28px;
}



.footer_background {
  width: 100%;
  height: 320px;
  background-image: url('../../images/Group.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  position: relative;
  /* bottom: 71px; */
  left: 0;
  z-index: 1;
}

.footer_logo_box p {
  color: #002E71;
  font-size: 14px;
}



/* login */
.login {
  min-height: calc(100vh - 470px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 0 10px 0;
}

.login_form {
  width: 100%;
  max-width: 500px;
}

.login_infos h3 {
  font-size: 32px;
  font-weight: 700;
  color: #002E71;
  margin-bottom: 1.25rem;
}

.login_info_block {
  padding: 1rem;
  background: #e6ebf1;
}

.lib_icon {
  width: 80px;
}

.lib-content {
  width: calc(100% - 80px);
}

.lib-content h6 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

.lib-content p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

a {
  text-decoration: none;
}

.resume_img {
  max-width: 375px;
  width: 100%;
}

.home_Login {
  font-size: 40px;
  color: #002E71;
}

.home_exp_bold {
  font-size: 25px;
}