* {
	box-sizing: border-box;
	margin: 0;
	color: #181717;
	font-family: 'Work Sans', sans-serif;
}

a {
	text-decoration: none;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

p {
	margin: 20px 0;
	line-height: 1.5;
	font-size: 1.1rem;
}

.text_orange {
	color: #E68005;
}

.background_orange {
	background: #E68005;
}

.text_blue {
	color: #06A0E4;
}

.background_blue {
	background: #06A0E4;
}

.text_white {
	color: #FFFFFF;
}

.background_gray {
	background: rgba(0, 0, 0, 0.66);
}

.uppercase {
	text-transform: uppercase;
}

.highlight {
	font-weight: 600;
}

img {
	max-width: 100%;
	object-fit: contain;
}

header {
	background: white;
	box-shadow: 0px 2px 37px rgba(0, 0, 0, 0.25);
	position: absolute;
	z-index: 2;
	width: 100%;
	padding: 10px 7%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .rc-logo {
	width: 215px;
}

header .header-buttons {
	display: flex;
	align-items: center;
}

header .header-buttons a {
	font-weight: 900;
	font-size: 14px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	width: 150px;
	margin: 5px;
	padding: 10px;
}

.banner {
	background: linear-gradient(89.83deg, #FFFFFF 38.09%, rgba(115, 115, 115, 0.59) 104.1%);
	padding: 0 7%;
	padding-top: 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.banner .banner-half {
	width: 48%;
	padding-bottom: 80px;
}

.banner .banner-half.banner-half-slider {
	padding-bottom: 0;
}

.banner .banner-half.banner-half-slider .slick-track {
	display: flex;
	align-items: flex-end;
}

.banner .slick-prev:before,
.banner .slick-next:before {
	color: #E68005;
}

.banner .banner-slider.slick-slider {
	height: 100%;
	/*display: flex;*/
	/*align-items: flex-end;*/
}

.banner .banner-half.banner-half-slider .slick-track .banner-img-container {
	display: flex;
	justify-content: center;
}

.banner .banner-half.banner-img-container .name-tag {
	position: absolute;
	bottom: 50px;
	left: 10%;
}

.banner .banner-half.banner-img-container .name-tag .name-tag-piece {
	text-align: center;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	width: fit-content;
}

.banner .banner-half.banner-img-container .name-tag .name-tag-piece p {
	margin: 0;
	line-height: 1;
	font-size: 21px;
}

.banner .banner-half.banner-img-container .name-tag .name-tag-top {
	font-weight: 700;
	padding: 10px 25px;
	position: relative;
	z-index: 2;
}

.banner .banner-half.banner-img-container .name-tag .name-tag-bottom {
	font-weight: 500;
	padding: 10px 25px;
	padding-top: 20px;
	margin-top: -10px;
}

.banner h1 .banner-heading-1 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.7rem;
}

.banner h1 .banner-heading-2 {
	font-size: 2.8rem;
}

.banner .banner-list-item {
	display: flex;
	margin: 20px 0;
	padding-left: 50px;
}

.banner .banner-list-item-icon-container {
	min-width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
}

.banner .banner-list-item-text-container {
	padding-left: 10px;
}

.banner .banner-list-item p {
	margin: 5px 0;
	line-height: 1.2;
}

.banner .banner-list-item .banner-list-item-title {
	display: flex;
	font-weight: 700;
	font-size: 1.2rem;
	margin-top: 0;
}

.banner .banner-list-item .banner-list-item-title-icon {
	width: 40px;
	margin-top: -15px;
	margin-left: 10px;
}

.section {
	padding: 80px 7%;
}

.section .section-title h2,
.section .section-title h3,
.section .section-title-center h2,
.section .section-title-center h3 {
	font-size: 42px;
}


.get-in-touch .form-container {
	padding: 20px 5%;
}

.get-in-touch .form-container .form-main {
	border: 2px solid #FFFFFF;
	border-radius: 15px;
}

.get-in-touch .form-container .form-main .form-section {
	padding: 30px;

}

.get-in-touch .form-container .form-main .form-section.border {
	border-bottom: 1px solid #FFFFFF;
}

.get-in-touch .form-main .form-section .form-section-title {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
}

.get-in-touch .form-main .form-section .form-section-title .dot {
	font-size: 2rem;
	padding: 0 5px;
}

.get-in-touch form * {
	-webkit-appearance: none;
}

.get-in-touch form label {
	display: none;
}

.get-in-touch form input,
.get-in-touch form button,
.get-in-touch form select {
	border: none;
	margin: 10px 0;
	padding: 15px;
	width: 100%;
	border-radius: 5px;
}

.get-in-touch form input[type=file] {
	padding: 20px;
}

.get-in-touch .form-field-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0;
}

.get-in-touch .form-field-flex .form-field-half {
	width: 48%;
}

.get-in-touch .form-field.form-field-submit input,
.get-in-touch .form-field.form-field-submit button {
	width: fit-content;
	padding: 20px 30px;
	font-size: 1.2rem;
	font-weight: 700;
}

.industries .industries-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#drop_zone {
    border: 4px dashed #E68005;
    padding: 40px 25px;
    margin: 5px 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}
#drop_zone.hover {
    border: 4px solid #E68005;
    color: #ccc;
}
#preview {
    display: none;
    max-width: 300px;
    max-height: 300px;
    margin-top: 10px;
}

.industries .industries-grid .industries-item-container {
	display: flex;
	width: 32%;
	height: 280px;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}

.industries .industries-grid .industries-item-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.industries .industries-grid .industries-item-title {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	padding: 15px;
	width: 250px;
	height: 70px;
	display: flex;
	align-items: center;
}

.industries .industries-grid .industries-item-title:after {
	content: "";
	position: absolute;
	z-index: 2;
	height: 0;
	width: 0;
	left: 100%;
	border-left: 35px solid #06A0E4;
	border-bottom: 35px solid #06A0E4;
	border-top: 35px solid transparent;
	border-right: 35px solid transparent;
}

.industries .industries-grid .industries-item-title span {
	font-weight: 800;
}

.start-up-services {
	padding-bottom: 0;
}


.start-up-services .start-up-services-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.start-up-services .start-up-services-flex .start-up-services-half {
	width: 48%;
}

.start-up-services .start-up-services-flex .start-up-services-half.start-up-services-img-container {
	display: flex;
	align-items: flex-end;
}

.start-up-services .start-up-services-list-container {
	padding-bottom: 80px;
}

.start-up-services .start-up-services-list .start-up-services-list-item {
	display: flex;
	align-items: flex-start;
	margin: 20px;
}

.start-up-services .start-up-services-list .start-up-services-list-item p {
	margin: 0;
	margin-left: 20px;
}

.start-up-services .button-container {
	display: flex;
	justify-content: center;
}

.start-up-services .button-container a {
	font-weight: 900;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	text-align: center;
	width: 70%;
	padding: 10px;
	border-radius: 5px;
}

.testimonials {
	overflow: hidden;
}

.testimonials .slideshow {
	padding-top: 80px;
	position: relative;
	text-align: center;
}

.testimonials .slideshow .slide .name p {
	font-weight: 700;
}

.testimonials .slideshow .slide .stars {
	height: 35px;
	padding: 0 20px;
}

.testimonials .slideshow .slide .testimony {
	color: white;
	margin: 0px 10vw;
	line-height: 1.8;
}

.testimonials .slideshow .prev, .testimonials .slideshow .next {
	cursor: pointer;
	position: absolute;
	user-select: none;
	top: 50%;
}

.testimonials .slideshow .prev .arrow, .testimonial .slideshow .next .arrow {
	height: 30px;
}

.testimonials .slideshow .next {
	right: 0;
}

.testimonials .slideshow .prev {
	left: 0;
}

.testimonials .slideshow .fade {
  animation-name: fade;
  animation-duration: 0.5s;
}

@keyframes fade {
	from {
		opacity: .4;
	}
	to {
		opacity: 1;
	}
}

.testimonials .dots {
	text-align: center;
}

.testimonials .dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: black;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.testimonials .active, .section-testimonial .dot:hover {
	background-color: white;
}

.section-title-center {
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}

.section-title-center:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 100px;
	background: #E68005;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.text-container .main-text {
	text-align: center;
	display: flex;
	justify-content: center;
}

.text-container .main-text p {
	max-width: 800px;
}

.text-container .button-container {
	display: flex;
	justify-content: center;
}

.text-container .button-container a {
	display: flex;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 1.2rem;
	border-radius: 10px;
	padding: 10px;
}

footer {
	padding: 20px 7%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

footer .footer-logo {
	width: 290px;
}

footer p {
	margin: 0;
}

footer .footer-half {
	width: 50%;
}

footer .footer-contact-info .footer-contact-title {
	font-weight: 700;
	font-size: 23px;
	border-bottom: 2px solid #FFFFFF;
	width: fit-content;
	margin: 0 15px;
}

footer .footer-half:first-child {
	display: flex;
	justify-content: center;
}

footer .footer-contact-info-items {
	display: flex;
	flex-wrap: wrap;
}

footer .footer-contact-info-item {
	margin: 15px;
}

footer .footer-contact-info-item .contact-info-item-title {
	font-weight: 600;
	font-size: 18px;
}

footer [href^=tel] {
	color: #FFFFFF;
}

@media screen and (min-width: 2000px) {

}


@media screen and (min-width: 1700px) {
	header,
	footer,
	.section,
	.banner {
		padding-left: 15%;
		padding-right: 15%;
	}

	.get-in-touch .form-container {
		padding: 2px 10%;
	}
}

@media screen and (max-width: 1000px) {
	.start-up-services .start-up-services-flex .start-up-services-half {
		width: 100%;
	}

	.start-up-services .start-up-services-flex .start-up-services-half.start-up-services-img-container {
		display: none;
	}

	.banner .banner-list-item {
		padding-left: 0;
	}
}

@media screen and (max-width: 900px) {
	.industries .industries-grid .industries-item-container {
		width: 48%;
	}

	.banner .banner-half {
		width: 100%;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 800px) {
	.get-in-touch .form-container {
		padding: 20px 0;
	}
}

@media screen and (max-width: 700px) {
	.banner h1 .banner-heading-2 {
		font-size: 2.2rem;
	}

	footer .footer-half {
		width: 100%;
		margin: 10px 0;
	}

	footer .footer-half:first-child {
		justify-content: flex-start;
	}

	header .rc-logo {
		width: 180px;
	}

	.banner {
		padding-top: 125px;
	}

	.section {
		padding: 50px 7%;
	}

	.start-up-services .start-up-services-list-container {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 600px) {
	.industries .industries-grid .industries-item-container {
		width: 100%;
	}

	.get-in-touch .form-field-flex .form-field-half {
		width: 100%;
	}

	header .header-buttons a {
		width: unset;
		padding: 10px 5px;
	}

	header .header-buttons a.background_orange {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.get-in-touch .form-main .form-section .form-section-title {
		font-size: 24px;
		line-height: 1;
	}

	.banner h1 .banner-heading-1 {
		font-size: 1.5rem;
	}

	.banner h1 .banner-heading-2 {
		font-size: 2rem;
	}

	.section .section-title h2, .section .section-title h3, .section .section-title-center h2, .section .section-title-center h3 {
		font-size: 34px;
	}

	.testimonials .slideshow {
		padding-top: 30px;
	}
}


@media screen and (max-width: 400px) {
	.industries .industries-grid .industries-item-title:after {
		display: none;
	}
}

@media screen and (max-width: 360px) {
	header .header-buttons a {
		font-size: 12px;
	}

	header .rc-logo {
		width: 150px;
	}

	footer .footer-logo {
		width: 200px;
	}

	.banner {
		padding-top: 110px;
	}
}











