.header {
	z-index: 10;
}
img {
	max-width: 100%;
}
.prjimg_carus.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 100%;
}
.prjimg_carus.owl-theme .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 32px;
  padding: 0 15px;
}
.prjimg_carus.owl-theme .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 32px;
  padding: 0 15px;
}

.page-title {
	background: url(../img/bgtitles.jpg) !important;
	padding: 80px 0 !important;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
	background-position: center !important;
}
.page-title .container {
	z-index: 1;
	position: relative;
}


.categ_proj {
  background-color: #001aff;
  padding: 8px 10px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}

.bg_light {
	background: #16182d;
}
.info_prj {
	padding: 30px;
	width: 100%;
}
.info_prj h2 {
	width: 100%;
}
.autor_prj img {
	width: 70px;
	height: 70px;
}
ul.prj_ullist {
	margin-bottom: 20px;
}
ul.prj_ullist > li::after {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  color: #001aff;
  font-weight: 700;
}
ul.prj_ullist > li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}

.prj_detal_tabs .nav-tabs {
  border-bottom: none;
  background: #16182d;
  padding: 30px;
  justify-content: center;
}
.prj_detal_tabs .nav-tabs .nav-link {
  color: #fff;
  background: none;
  border: none;
  font-size: 24px;
}
.prj_detal_tabs .nav-tabs .nav-link.active {
  color: #001aff;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
}

.count_about {
	background: #16182d;
	background-image: url('../img/bg-lines-bg-tranparent.png');
	background-position: bottom right;
	background-repeat: repeat-x;
	text-align: center;
}
.count_about i {
  font-size: 36px;
}

.about_banner {
  background-image: url('../img/bg-8.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.green_status {
	background-color: #0bbc60;
}
.grey_status {
	background-color: #4d4d4d;
}
.donate ul li a {
  border: 2px solid #E9E9EE;
  border-radius: 30px;
  font-weight: 500;
  line-height: 38px;
  padding: 3px 25px 0;
}
.donate ul li {
  display: inline-block;
margin-bottom: 6px;
  margin-right: 3px;
}
.donate ul li a:focus {
  border-color: #001aff;
}

.strtup_radio {
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 30px;
}
input[name="strtup_inp"]:checked + .strtup_radio {
	border-color: #001aff;
}

.inrogoal {
	background: #16182d;
	padding: 30px;
	border-radius: 30px;
}
.inrogoal ul {
	padding-left: 30px;
}
.inrogoal li {
  list-style: disc;
}
.goalinputs {
	position: relative;
}
.goalinputs input {
	padding-left: 40px;
}
.goalinputs .goalinputs_left {
	position: absolute;
	left: 10px;
	padding: 2px 7px;
	background: #37394a;
	border-radius: 5px;
}
.goalinputs .goalinputs_right {
	position: absolute;
	right: 10px;
	padding: 2px 7px;
	background: #37394a;
	border-radius: 5px;
}
.startgoals_block .selectgoal {
	position: relative;
}
.startgoals_block .selectgoal::before {
	position: absolute;
	font-family: 'Font Awesome 5 Pro';
	content: '\f107';
	font-size: 20px;
	right: 10px;
	top: 5px;
}


.newcarerslist {
	border: 1px solid #5a5c6f;
}
.imgcareersbox {
	border-right: 1px solid #5a5c6f;
}
.careerslabel {
	padding: 5px 10px;
	background: #001aff;
	color: #fff;
	display: inline-block;
}
.salary-limit {
	border-bottom: 1px solid #5a5c6f;
}

.team-social {
	font-size: 10px;
	font-style: italic;
}

.pagination {
	padding: 30px 0;
	justify-content: center;
}
.pagination li {
	margin-right: 10px;
}
.pagination li:last-child {
	margin-right: 0;
}
.pagination li span {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #001aff;
	background: #fff;
}
.pagination li a {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	background: #001aff;
}
.pagination li a:hover {
	color: #001aff;
	background: #fff;
}

@media (max-width: 767px) {
.intro-content {
	padding-top: 50px;
}
.intro1 .intro-content h1 {
  font-size: 3rem;
}
.intro-slider {
    margin-top: 0;
  }
}

#ModalApplyJobForm .btn-close {
  background: none;
  position:relative;
}
#ModalApplyJobForm .btn-close::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 1px;
	background:#fff;
	transform: rotate(45deg);
}
#ModalApplyJobForm .btn-close::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 1px;
	background:#fff;
	transform: rotate(-45deg);
}
#ModalApplyJobForm .modal-content {
	background: none !important;
}







.nav-tabs-bordered .nav-item {
  margin-bottom: 0;
  flex-grow: 1;
  padding: 0 7px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 480px) {
  .nav-tabs-bordered .nav-item {
    width: auto;
  }
}
@media (min-width: 576px) {
  .nav-tabs .nav-item {
    width: auto;
  }
}
@media (min-width: 576px) {
  .nav-tabs-bordered .nav-item {
    padding: 0 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
  }
}
.nav-tabs .nav-link {
  color: #000;
}
#company-types .nav-tabs .nav-link.active {
  background-color: #0d9488;
  color: white;
}
.nav-tabs-bordered .nav-link.active {
  border: 2px solid #2c80ff;
  color: #2c80ff;
}
.nav-tabs-icon {
  position: relative;
  width: 44px;
  flex-shrink: 0;
}
.nav-tabs-icon img {
  transition: all .4s;
  width: 100%;
}
.nav-tabs-icon img:first-of-type {
  opacity: 1;
}
.active > .nav-tabs-icon img:first-of-type {
  opacity: 0;
}
.nav-tabs-icon img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.active > .nav-tabs-icon img:last-of-type {
  opacity: 1;
}
.nav-tabs-bordered .nav-link span {
  font-size: 12px;
  display: inline-block;
  margin-left: 15px;
  color: #758698;
}
.nav-tabs-bordered .nav-link.active span {
  color: #495463;
}
.nav-tabs-bordered {
  display: block;
  margin: 0 -7px;
    margin-right: -7px;
    margin-left: -7px;
  border-bottom: 0;
  display: flex;
}
.guttar-20px {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.list-check li::before {
  position: absolute;
  left: 0;
  top: 2px;
  font-family: 'Font Awesome 5 Pro';
  content: '\f00c';
  font-weight: 700;
  color: #6e81a9;
  margin-right: 4px;
  font-size: 12px;
}
.list-check li {
  color: #495463;
  position: relative;
  padding-left: 20px;
}
.list-check li:not(:last-child) {
  padding-bottom: 6px;
}
.dz-clickable {
  border: 1px dashed #b1becc;
  background: #363636;
  border-radius: 4px;
  padding: 50px 0 20px;
  text-align: center;
}
.dz-message {
  padding-bottom: 30px;
}
.dz-message-text {
  font-size: 13px;
}
.dz-message span {
  display: block;
  color: rgba(117,134,152,0.6);
}
.dz-message-or {
  font-size: 16px;
  margin-bottom: 4px;
  text-transform: uppercase;
}







.locksgif {
  opacity: 0;
  position: relative;
  z-index: -999;
  display: none;
}
.locksgif.vizusse {
  opacity: 1;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0,0,0,0.9);
  top: 0;
  left: 0;
}
.locksgif.vizusse .loader1 {
	color: #fff;
}
.novalidcheck + label[for="term-conditione"] {
	color: #ff0000;
}

.smallstarcat {
	padding-left: 30px;
}
.smallstarcat li{
	list-style: disc;
	font-size: 14px;
}

.collapse:not(.show) {
  display: none;
}

.item_prjimg {
	position: relative;
}
.label_prj {
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 9;
}
.position-relative {
	position: relative;
}

.proj__title {
    line-height: 1.2;
}

.abouttereimg {
    width: 70%;
}
@media (max-width: 767px) {
.abouttereimg {
    width: 100%;
}
}










#stepsetwo.offsteps {
  transition: 0.4s;
  height: 0 !important;
  overflow: hidden;
}











.input-item {
    position: relative;
    padding-bottom: 20px;
}

.input-checkbox,
.input-radio {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px
}

.input-checkbox~label:not(.error),
.input-radio~label:not(.error) {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    color: #495463;
    padding-left: 42px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    display: block
}

.input-checkbox~label:not(.error):before,
.input-checkbox~label:not(.error):after,
.input-radio~label:not(.error):before,
.input-radio~label:not(.error):after {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    transition: all .4s
}

.input-checkbox~label:not(.error):before,
.input-radio~label:not(.error):before {
    content: '';
    border: 2px solid #d2dde9
}
.input-checkbox.novalidcheck~label:not(.error):before,
.input-radio.novalidcheck~label:not(.error):before {
    content: '';
    border: 2px solid #ff0000
}

.input-checkbox~label:not(.error):after,
.input-radio~label:not(.error):after {
    line-height: 30px;
    text-align: center;
    font-family: 'Font Awesome 5 Pro';
    content: '\f00c';
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    background: #2c80ff;
    opacity: 0
}

.input-checkbox:disabled~label:not(.error),
.input-radio:disabled~label:not(.error) {
    opacity: .5
}

.input-checkbox:checked~label:not(.error):after,
.input-radio:checked~label:not(.error):after {
    opacity: 1
}


.dirdepossuss {
	text-align: center;
}
.dirdepossuss img {
	width: 1px;
	height: 200px;
	opacity: 0;
}
.dirdepossuss.loaddepos img {
	transition: 0.3s;
	width: 200px;
	height: 200px;
	opacity: 1;
}







.citate {
margin: 0;
background: rgba(255,255,255,0.2);
color: #fff;
padding: 10px 10px 10px 40px;
position: relative;
font-family: 'Lato', sans-serif;
font-weight: 300;
margin-bottom: 15px;
}
.citate:before {
content: "\201C";
font-family: serif;
position: absolute;
left: -10px;
top: -10px;
color: white;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 50px;
line-height: 1.35;
text-align: center;
}
.citate p {
margin: 0 0 16px;
font-size: 16px;
letter-spacing: .05em;
line-height: 1.4;
}


.carers__details .feature-card {
	background: #241e2f !important;
}

.checksuccess {
background: #1e8a8a;
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-radius: 50%;
}

@media (max-width:767px) {
.scroll-to-top {
    left: 50px;
    right: auto;
}
}
}