/* GENERAL */
.title_text {
	font-size: 32px;
	font-weight: 700;
}

.tittle-services {
	background-color: black
}

.highlight {
	color: #212B79;
}

.responsive {
	max-width: 100%;
	height: auto;
}

.bg-text {
	opacity: 0.35;
	color: #949494;
	font-weight: bold;
	text-transform: uppercase;
}

.page-section-headings {
	font-size: 30px;
	line-height: 37px;
	display: block;
}

.page-section-subheadings {
	width: auto;
	font-size: 20px;
	font-weight: bolder;
	background: linear-gradient(90deg, #A419F2, #377BFF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.pagecontent {
	padding: 20px;
	box-sizing: border-box;
	height: calc(100vh - 40px);
	overflow-y: auto;
}

.copyright {
	background-color: #00000000;
	color: #FFFFFF;
	display: block;
	position: static;
	bottom: 0;
	left: 0;
	width: 100%;
}

button[aria-expanded=true] .testing1 {
	display: none;
}

button[aria-expanded=false] .testing {
	display: none;
}

.navbar-toggler {
	border: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

/* GENERAL */

/* NAV */
.bg-nav {
	background-color: rgba(255, 255, 255, 0%);
	/* box-shadow: 1px 4px 6px -2px rgba(0,0,0,0.30); */
}

.group-icon2.testing {
	padding: 0.5rem;
	margin-left: -2rem;
}

/* NAV */

/* HOME */
.btn-custom {
	color: #fff;
	width: 12rem;
	background: linear-gradient(90deg, #A419F2, #377BFF);
	border: 0px;
	border-radius: 8px;
	height: 3rem;
	line-height: 2.3rem;
}

.btn-custom:active {
	color: #fff;
}

@media (max-width: 989px) {
	.btn-custom {
		width: 100%;
	}
}

.arrow-container {
	margin-top: -20px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding-bottom: 15px;
}

.arrow {
	width: 60px;
	border-width: 0px;
	border: 0px;
	position: fixed;
	bottom: 0
}

#home .container {
	padding: 0;
}

.img-home {
	content: url(../img/home_logo.png);
}

@media (max-width: 575px) {
	#home .container {
		width: 85%;
	}

	.img-home {
		content: url(../img/home_logo_m.png);
	}
}

/* HOME */

/* ABOUT */
.bg-about {
	background: #ffffff00;
}

.bg-about .box-content {
	display: block;
	margin: auto;
}

.about-wrapper {
	padding: 1.5rem;
	margin: 0rem 1rem;
	position: relative;
	
}

.about-wrapper img {
	width: 100%;
}

.about-wrapper .title1 {
	align-items: center;
	display: flex;
}

.about-text {
	position: absolute;
	font-size: 20px;
	width: 55%;
	text-align: left;
	display: block;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.about-text {
		text-align: center;
	}
}

.img-landing {
	width: 100%;
}

.img-freedom {
	content: url(../img/Freedom.png);
}

.img-professional {
	content: url(../img/Professional.png);
}

.img-target {
	content: url(../img/Target.png);
}

.img-value {
	content: url(../img/Value.png);
}

#about .title1 {
	font-size: 40px;
	line-height: 50px;
}

#about .title2 {
	font-size: 20px;
	line-height: 35px;
}

#about h2 {
	font-size: 8vw;
	position: absolute;
	margin-top: -3%;
}

#about .divider-custom {
	margin: 1rem 0;
	width: 100%;
	align-items: center;
}

#about .divider-custom .divider-custom-line {
	width: 20%;
}


@media (max-width: 1399px) {
	.about-section-heading {
		font-size: 26px;
		line-height: 37px;
	}

	#about .title1 {
		font-size: 35px;
		line-height: 40px;
	}

	#about .title2 {
		font-size: 18px;
		line-height: 25px;
	}

	#about .divider-custom .divider-custom-line {
		width: 49%;
	}
}

@media (max-width: 1199px) {
	.about-section-heading {
		font-size: 24px;
		line-height: 30px;
	}

	#about .title1 {
		font-size: 32px;
		line-height: 35px;
	}

	#about .title2 {
		font-size: 17px;
		line-height: 23px;
	}

	#about .divider-custom .divider-custom-line {
		width: 59%;
	}
}

@media (max-width: 991px) {
	
	.head-content {
		width: 100% !important;
	}
	.head-content .main-img {
		width: 100%;
		overflow: hidden;
	}
	.head-content .main-img img {
		width: 120%;
		left: -10%;
		position: relative;
	}

	.head-content .main-text {
		width: 90%;
		margin: auto;
		display: block;
		margin: 2rem auto;
	}

	#about h2 {
		font-size: 15vw;
		margin-top: -4%;
	}

	#about .divider-custom .divider-custom-line {
		width: 100%;
	}

	.img-about {
		width: 90%;
		margin: auto;
	}
}

@media (max-width: 575px) {
	#about .container {
		width: 85%;
	}

	#about .title1 {
		font-size: 25px;
		line-height: 25px;
	}

	#about .title2 {
		font-size: 14px;
		line-height: 17px;
	}
}

/* ABOUT */

/* SERVICE */
.bg-service {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff00;
	/*background: rgba(0, 0, 0, .3) url(../img/background/service_bg.png) no-repeat center;*/
	/*background-blend-mode: darken;*/
}

#service .divider-custom .divider-custom-line {
	width: 100%;
	max-width: 12rem;
}

#service h2 {
	font-size: 8vw;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -2%;
}

@media (max-width: 767px) {
	.bg-service {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #ffffff00;
	}

	#service h2 {
		font-size: 85px;
		position: absolute;
		left: 0;
		right: 0;
		margin-top: -3%;
	}
}

@media (max-width: 575px) {
	#service .container {
		width: 85%;
	}

	#service h2 {
		font-size: 75px;
		position: absolute;
		left: 0;
		right: 0;
		margin-top: -5%;
	}
}

@media (max-width: 450px) {
	#service h2 {
		font-size: 55px;
		position: absolute;
		left: 0;
		right: 0;
		margin-top: -5%;
	}
}

/* SERVICE */

/* CONTACT */
#contact {
	padding-bottom: 2rem;

}

.bg-contact {
	background-size: cover;
	/*background-position: center;*/
	background-repeat: no-repeat;
	background-image: url(../img/background/Quote-BAnner-BW.jpg);
}

.bg-contact2 {
	background-image: url(../img/background/contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#contact .divider-custom .divider-custom-line {
	width: 100%;
	max-width: 12rem;
}

#contact h2 {
	font-size: 8vw;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -2%;
}

section#contact p.title {
	width: 60%;
	margin: auto;
}

.contact-img1 {
	content: url(../img/contact1.png);
	max-width: 156%;
	height: auto;
	z-index: 1;
}

.contact-img2 {
	content: url(../img/contact2.png);
	max-width: 156%;
	height: auto;
	z-index: 1;
}

.contact-img3 {
	content: url(../img/text-bg1.svg);
	max-width: 100%;
	height: auto;
}

.address-text {
	font-size: 18px;
	text-align: center;
	width: 80%;
	margin: auto;
	position: relative;
	top: -50%;
}

.third-img {
	position: relative;
	right: 17%;
	margin-top: -25px;
}

@media (max-width: 1199px) {
	section#contact p.title {
		width: 80%;
		margin: auto;
		font-size: 15px;
	}

	.address-text {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	section#contact p.title {
		width: 80%;
		margin: auto;
		font-size: 15px;
	}

	.address-text {
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.bg-contact {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../img/background/mobile/contact_bg.png);
	}

	#contact h2 {
		font-size: 85px;
		position: absolute;
		left: 0;
		right: 0;
		margin-top: -3%;
	}

	section#contact p.title {
		width: 80%;
		margin: auto;
		font-size: 15px;
	}

	.hidethis {
		display: none;
	}

	.address-text {
		font-size: 18px;
		text-align: center;
		width: 55%;
		margin: auto;
		position: relative;
		top: -50%;
	}

	.address-text .location {
		padding-bottom: 1rem;
	}

	.third-img {
		position: initial;
		right: 0px;
		margin-top: -270px;
	}

	.contact-img3 {
		content: url(../img/text-bg.svg);
		max-width: 100%;
		height: auto;
	}

	.contact-img2 {
		content: url(../img/contact2_m.png);
		max-width: 100%;
		height: auto;
	}

}

@media (max-width: 575px) {
	#contact .container {
		width: 85%;
	}

	#contact h2 {
		font-size: 75px;
		position: absolute;
		left: 0;
		right: 0;
		margin-top: -5%;
	}

	section#contact p.title {
		width: 100%;
		margin: auto;
		font-size: 14px;
	}

	.address-text {
		font-size: 17px;
		text-align: center;
		width: 65%;
		margin: auto;
		position: relative;
		top: -50%;
	}
}

@media (max-width: 450px) {
	#contact h2 {
		font-size: 55px;
		position: absolute;
		left: 0;
		right: 0;
		margin-top: -5%;
	}

	.address-text {
		font-size: 16px;
		text-align: center;
		width: 75%;
		margin: auto;
		position: relative;
		top: -50%;
	}
}

/* CONTACT */


/* scroll down */
.demo a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font: normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}

.demo a:hover {
	opacity: .5;
}

.contact-wrapper {
	/* display: flex; */
	padding: 1.5rem;
	margin: 0rem 1rem;
	border-radius: 2rem;
	background: #2B235B;
	flex-direction: column;
	display: flex;
}

.contact-wrapper .title1 {
	overflow: hidden;
	display: flex;
}

.about-img {
	position: relative;
	/* background-image: url(../img/background/about-img.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 16rem;
	mix-blend-mode: color-dodge;
	height: 14vh;
	display: block;
	top: -2rem;
	margin-bottom: -17rem;
	margin: auto; */
}

.robot {
	position: absolute;
	background-image: url(../img/robot.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 10rem;
	height: 25rem;
	display: block;
	left: -5rem;
	margin-bottom: -17rem;
	margin: auto;
	z-index: 1;
	animation: up-down-animation 3s linear infinite;
}

@keyframes up-down-animation {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10%);
	}

	100% {
		transform: translateY(0);
	}
}

.scrolling-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	animation: scroll-vertical-animation 15s linear infinite;
	/* mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%); */
	mask-size: 100% 200%;
	mask-position: top;
}

@keyframes scroll-vertical-animation {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-50%);
	}

	100% {
		transform: translateY(0);
	}
}

@media (min-width: 2200px) {
	.scrolling-image img {
		width: 65rem;
	}
}

#section10 a {
	padding-top: 60px;
}

#section10 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}

#section10 a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@media (max-width:629px) {
	img#optionalstuff {
		display: none;
	}
}

.contact_row {
	display: flex;
}

.contact_row:first-child {
	margin: -2rem 0;
	text-align: left;
	padding: 0;
}

.contact_row:nth-child(2) {
	margin: -2rem 0;
}

.contact_icon {
	max-height: 8rem;
}

.contact_icon~div {
	margin-top: 2.5rem;
}

.contact_icon~div p:nth-child(2) {
	color: #ffffff80;
}

.agile_row.web .content {
	display: flex;
}

.agile_row.web .content div:first-child {
	margin-right: -12%;
}

.agile_row.web .content div:nth-child(2) {
	margin-right: -13%;
}

.head-content  {
	width: 90%;
	margin-top: 5rem;
}

.contact-us-content {
	position: relative;
	text-align: left;
	max-width: 1200px;
}

.contact-us-content .binary-container img {
	width: 100%;
}

.contact-us-content .binary-container {
	position: relative;
	background-color: #2B235B;
	box-shadow: 3px 4px 7.1px 0px #6154AFCC inset;
/* box-shadow: 0px 4px 11.1px 0px #030025; */

	border-radius: 2rem;
	padding: 1.5rem;
	height: 23rem;
	margin-bottom: 5rem;
}

.binary-img {
	height: 20rem;
	overflow: hidden;
	position: relative;
}

.binary-img img {
	animation-name: scroll-vertical-animation;
	animation-duration: 15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.binary-container .binary-robot {
	position: absolute;
	animation-name: up-down-animation;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	bottom: -25%;
	width: 50%;
	right: 65%;
	bottom: -30%;
}

.services-container {
	margin: auto;
	max-width: 1000px;
	margin-top: 2rem;
}

.services-container .service-box {
	position: relative;
	max-width: 300px;
}

.services-container img {
	width: 100%;
}

.services-container p {
	font-size: 20px;
	width: 70%;
	position: absolute;
	left: 15%;
	bottom: 5%;
}

.services-container .service-box:nth-child(3) p {
	bottom: 15%;
}

@media (min-width: 992px) { /* WEB */
	.mobile-only {
		display: none;
	}
	.head-content {
		display: flex;
		align-items: center;
		max-width: 1200px;
		margin: 5rem auto 3rem;
	}

	.head-content h2 {
		font-size: 60px;
	}

	.head-content p {
		font-size: 24px;
		max-width: 500px;
	}

	.head-content  > div {
		width: 50%;
	}

	.head-content .main-img {
		order: 2;
	}

	.head-content .main-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		order: 1;
	}

	.head-content img {
		width: 100%;
	}

	.services-container {
		display: flex;
		justify-content: space-around;
	}

	.contact-us-content {
		width: 90%;
		display: flex;
	}
	.contact-us-content > div {
		width: 50%
	}
	
	/* .binary-container .binary-robot {
		width: 50%;
		right: 65%;
		bottom: -30%;
	} */
}

@media (max-width: 650px) { /* H5 */

	.contact-us-content .binary-container {
		height: 16rem;
		margin-bottom: 3rem;
	}
	.binary-img {
		height: 13rem;
	}

	.binary-container .binary-robot {
		width: 70%;
		right: 55%;
	}
}

@media (max-width: 992px) {
	.desktop-only {
		display: none;
	}

	.about-wrapper {
		padding: 0;
		margin: 0;
	}

	.about-text {
		width: 90%;
		text-align: center;
		bottom: 5%;
		transform: initial;
		top: initial;
		right: 5%;
		font-size: 5vw;
	}
}

/* XS. Extra Small Devices, Phones  */
@media (min-width: 0px) and (max-width: 320px) {
	.hidden-xs {
		display: none;
	}

	/* .about-img {
		height: 25vh;
		position: static;
	} */

	.robot {
		background-size: 6rem;
		left: -5rem;
		height: 18rem;
	}
}

/* SM. Small Devices, Tablets */
@media (min-width: 321px) and (max-width: 480px) {
	.hidden-sm {
		display: none;
	}

	/* .about-img {
		height: 14vh;
		position: static;
		background-size: 7rem;
	} */

	.robot {
		background-size: 10rem;
		left: -9rem;
		height: 18rem;
	}
}

@media (min-width: 481px) and (max-width: 530px) {
	.robot {
		background-size: 12rem;
		left: -10rem;
		height: 18rem;
	}
}

@media (min-width: 531px) and (max-width: 686px) {
	.robot {
		background-size: 12rem;
		left: -15rem;
		height: 18rem;
	}
}

@media (min-width: 687px) and (max-width: 768px) {
	.robot {
		background-size: 12rem;
		left: -18rem;
		height: 17rem;
	}
}

/* SM. Small Devices, Tablets */
@media (min-width: 481px) and (max-width: 768px) {
	.hidden-sm {
		display: none;
	}

	.about-img {
		/* height: 20vh;
		position: static;
		background-size: 10rem; */
		/* height: 32vh;
		position: static;
		background-size: 15rem; */
	}
}

@media (min-width: 769px) and (max-width: 890px) {
	.robot {
		background-size: 12rem;
		left: 0rem;
	}
}

@media (min-width: 891px) and (max-width: 991px) {
	.robot {
		background-size: 17rem;
		left: 1rem;
	}
}

/* MD. Medium Devices, Desktops */
@media (min-width: 769px) and (max-width: 992px) {
	.hidden-md {
		display: none;
	}

	.about-img {
		/* height: 25vh;
		position: static; */
	}
}

/* LG. Large Devices, Wide Screens */
@media (min-width: 993px) and (max-width: 1200px),
(min-width: 1201px) {
	.hidden-lg {
		display: none;
	}

	.about-img {
		/* height: 25vh;
		position: static;
		margin-top: -4rem; */
	}

	.robot {
		height: 25rem;
		left: 2rem;
		/* bottom: -48rem; */
	}
}

@media (min-width: 1201px) {
	.robot {
		height: 19rem;
		left: 0rem;
		background-size: 12rem;
	}
}