* {
	font-family: 'Roboto', sans-serif;
}


button {
	outline:0 none !important;
}

.modal .row {
	margin: 8px 0;
}

.text-bold{
	font-family: 'Roboto Black', sans-serif;
    font-weight: 900;
}

.text-h222{
    font-size: 20px;
}

.text-orange {
	font-family: 'Roboto Black', sans-serif;
    color: orange;
    font-weight: 900;
}

.services-item{
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(209,209,209,1);
	-moz-box-shadow: 0px 0px 20px 2px rgba(209,209,209,1);
	box-shadow: 0px 0px 20px 2px rgba(209,209,209,1);
}

.apply-now-btn{
	background: #1713b1;
	padding: 5px 30px;
	color: white;
	border-radius: 10px;
	font-size: 26px;
	font-weight: 400;
}

.nav-link{
	color: black;
	font-size: 16px;
	font-family: "Roboto";
	font-weight: 600;
}

.first{
	margin-bottom: 100px;
}

.partners-parent{
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.partners-img{
	position: absolute;
	left: 20px;
	bottom: -100px;
	opacity: 0.3;
}

.costumer-parent {
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.costumer-img{
	position: absolute;
	left: 220px;
	bottom: -100px;
	opacity: 0.3;
}

.career-parent {
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.career-img{
	position: absolute;
	left: 50px;
	bottom: -20px;
}

.services{
	margin-bottom: 50px;
}

.services_block{
	padding-top: 50px;
	padding-bottom: 50px;
	/*background: #f5f5f5;*/
}

.services_ico{
	margin-bottom: 20px;
}

.services_block_2{
	margin-top: 50px;
}

.partners_bg, .castumers_bg{
	background: #f56a3f;
	margin-bottom: 5px;
	color: white;
}

.employees_bg{
	background: #1713b1;
	margin-bottom: 5px;
	color: white;
}

.vacancy{
	margin-top: 100px;
	margin-bottom: 50px;
}

.vacancy h3, .vacancy h4{
	margin-top: 20px;
	margin-bottom: 20px;
}

.vacansyimg{
	position: relative;
}

.vacancy-img-text{
	position: absolute;
	left: 25%;
	bottom: 25%;
	color: white;
	font-weight: 500;
	border: solid 4px #1a39fb;
	padding: 30px;
}

.join_now{
	margin-top: 50px;
	margin-bottom: 50px;
}

.join_now_btn{
	margin-bottom: 30px;
}

.footer{
	background: #e8e8e8;
	padding: 20px;
}

.rights{
	margin-top: 20px;
	margin-bottom: 5px;
}

.services-gradient {
    background: linear-gradient(to top, #fff, #f5f5f5);
    padding: 20px;
}

.footer_item {
	margin-top: 10px;
}

@media (max-width:992px){
	.start_big_img, .footerimg, .vacansyimg, .p_img {
		display: none;
		text-align: center;
	}
}


