*
{
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
}
html
{
	height: 100%;
	min-height: 100%;
}
a
{
	color: #69CEEC;
	text-decoration: none;
}
img
{
	border: 0;
}
table 
{
	border-collapse: collapse;
}
h1, h2, h3
{
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: #000000;
}
.uppercase
{
	text-transform: uppercase;
}
.italic
{
	font-style: italic;
}
.textline
{
	text-decoration: line-through;
}
.clear
{
	display: block;
	clear: both;
}
.none
{
	display: none;
}
.flex
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.flex_1
{
	flex: 1;
}
.flex_07
{
	flex: 0.7;
}
.padding_20
{
	padding: 20px;
}
.white
{
	color: #ffffff;
}
.silver
{
	color: #999999;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.relative
{
	position: relative;
}
.raleway
{
	font-family: 'Raleway', sans-serif;
}
.montserrat
{
	font-family: 'Montserrat', sans-serif;
}
.mitr
{
	font-family: 'Mitr', sans-serif;
}
.light
{
	font-weight: 300;
}
.regular
{
	font-weight: 400;
}
.medium
{
	font-weight: 500;
}
.semi_bold
{
	font-weight: 600;
}
.bold
{
	font-weight: 700;
}
/* CSS body */
body
{
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
	background-color: #ffffff;
	font-family: 'Raleway', sans-serif;
	color: #aaaaaa;
	font-size: 18px;
	position: relative;
	font-weight: 400;
}
.container
{
	background-position: center;
	margin: auto;
	width: 1280px;
	height: auto;
	border: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
}
.full_container
{
	position: relative;
	width: 100%;
	min-width: 1280px;
}
.menu_topbar
{
	height: 80px;
}
.menu_container
{
	z-index: 100;
	display: none;
	opacity: 0;
	position: fixed;
	top: 20px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #28094D;

	transition: top 150ms ease 0s, opacity 150ms ease 0s;
}
.menu_container .container
{
	height: 100%;
}
.topbar_container
{
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ffffff;
	height: 80px;
	opacity: 0;
}
.topbar_container::after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #E7E8E8;
}
.topbar
{
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}
.logo
{
	opacity: 0;
  height: 68px;
}
.logo_menubar
{
	opacity: 1;
}
.small_logo
{
	display: none;
	height: 50px;
}
.menu
{
	width: 80px;
	height: 80px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-content: center;
	cursor: pointer;
}
.menu img
{
	width: 32px;
}
.menu_svg
{
	width: 32px;
	height: 100%;
	fill: #28094D;
}
.menu:hover .menu_svg
{
	fill: #E770B4;
}
.langs
{
	margin-right: 24px;
	color: #69CEEC;
}
.langs a
{
	margin-left: 10px;
}
.langs .active
{
	color: #28094D;
}
.menu_topbar .langs .active
{
	color: #ffffff;
}
.menu_items
{
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 100px;
	right: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu_image
{
	max-width: 50%;
	max-height: 80%;
}
.menu_links_list
{
	margin-top: 40px;
}
.menu_links_list a
{
	position: relative;
	font-weight: 700;
	display: block;
	color: #ffffff;
	font-size: 36px;
	line-height: 150%;
}
.menu_links_list a:hover::before
{
	content: '';
	background: #E770B4;
	opacity: 0.5;
	position: absolute;
	width: 110%;
	height: 25px;
	top: 50%;
	left: -10%;
}
.header
{
	position: relative;
}
.header_column_left
{
	padding-top: 155px;
	padding-left: 100px;
	max-width: 42%;
}
.header_showcase
{
	position: absolute;
	top: 70px;
	right: 40px;
}
.header_showcase_bg_blue
{
	position: absolute;
	top: 230px;
	right: 0;
	width: 600px;
	height: 300px;
	background: #69CEEC;
	opacity: 0.5;
}
.header_blog_image
{
	position: absolute;
	top: 230px;
	right: 0;
	width: 600px;
	height: 300px;
	object-fit: cover;
}
.header_blog_rectangle_big
{
	position: absolute;
	width: 391px;
	height: 372px;
	top: 80px;
	right: 80px;
}
.header_showcase_bg_pink
{
	position: absolute;
	bottom: 45px;
	right: 0;
	width: 350px;
	height: 40px;
	background: #E770B4;
	opacity: 0.5;
}
.header_logo
{
	position: absolute;
	top: 175px;
	left: 100px;
	z-index: 50;
  height: 68px;
}
h1
{
	font-size: 34px;
	line-height: 150%;
	color: #414042;
	margin-top: 90px;
	margin-bottom: 20px;
}
.header_button
{
	margin-top: 30px;
	text-align: center;
}
.header_column_left_bg
{
	position: absolute;
	width: 40px;
	height: 313px;
	left: 0px;
	top: 170px;
	background: #69CEEC;
	opacity: 0.5;
}
.button
{
	border: 3px solid #5373DA;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	color: #5373DA;
}
.pink_button
{
	color: #E770B4;
	border-color: #E770B4;
}
.button img
{
	padding-right: 10px;
	vertical-align: sub;
}
.header_column_left_bg_blue
{
	width: 614px;
	height: 20px;
	background: #5373DA;
	opacity: 0.5;
	margin-top: 170px;
}
.main
{
	position: relative;
	padding: 34px 0;
	display: flex;
	justify-content: center;
}
.blog
{
	padding: 34px 0;
}
.main_rectangle
{
	position: absolute;
	width: 54px;
	height: 60px;
	left: 50px;
	top: 145px;
}
.main_ellipse
{
	position: absolute;
	width: 58px;
	height: 58px;
	right: 50px;
	top: 260px;
}
.blog_rectangle
{
	position: absolute;
	width: 54px;
	height: 60px;
	left: 600px;
	top: 60px;
	animation: swing 10s linear infinite;
}
.blog_ellipse
{
	position: absolute;
	width: 58px;
	height: 58px;
	right: 600px;
	bottom: 100px;
}
.blog_ellipse_empty
{
	position: absolute;
	width: 58px;
	height: 58px;
	left: 200px;
	top: 10px;
}
.teamwork
{
	padding-left: 60px;
	width: 70%;
}
.teamwork_second
{
	margin-top: 60px;
}
h2
{
	font-size: 42px;
	color: #28094D;
	padding-bottom: 20px;
}
p
{
	color: #2F2F30;
	font-size: 18px;
	line-height: 175%;
}
.devops_container
{
	background: #28094D;
	padding-top: 100px;
}
.devops_image
{
	padding-left: 100px;
}
.services
{
	padding: 40px 100px;
	justify-content: space-between;
	align-items: inherit;
}
.service
{
	margin: 40px 0;
	min-width: 300px;
	width: 31%;
	border: 3px solid #5373DA;
	box-sizing: border-box;
	border-radius: 15px;
	text-align: right;
}
.service_image
{
	height: 220px;
}
.service img
{
	max-width: 90%;
}
.service_mobile
{
	text-align: center;
	border-color: #69CEEC;
}
.service_backend
{
	border-color: #E770B4;
}
.service_text
{
	margin: 15px 0;
	padding: 0 35px;
}
.service_subtitle
{
	font-size: 28px;
	line-height: 130%;
}
h3
{
	font-size: 28px;
	line-height: 130%;
	padding-bottom: 15px;
}
.trusted_container
{
	text-align: center;
	padding-top: 60px;
}
.trusted_logos
{
	padding: 0 100px;
	margin-top: 50px;
	justify-content: space-between;
}
.trusted_logos img
{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.7;
}
.trusted_logos img:hover
{
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}
.last_project_container
{
	padding-top: 100px;
}
.last_project_container h2
{
	padding-bottom: 30px;
}
.last_project
{
	margin-bottom: 20px;
	flex-wrap: nowrap;
}
.core_values
{
	margin-top: 110px;
	position: relative;
}
.core_values_text
{
	width: 70%;
	margin: auto;
}
.last_project_rectangle
{
	position: absolute;
	width: 108px;
	height: 120px;
	right: 20px;
	top: -100px;
	animation: swing 10s linear infinite;
}
.last_project_ellipse
{
	position: absolute;
	width: 58px;
	height: 58px;
	top: 0px;
	left: 100px;
}
.core_value
{
	width: 31%;
	box-sizing: border-box;

	border: 10px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: linear-gradient(to left, #69CEEC, #5373DA, #E770B4);
}
.core_value_image
{
	height: 220px;
	margin-top: 20px;
	text-align: center;
}
.core_value img, .core_value_lottie
{
	max-width: 50%;
	margin: auto;
}
.core_value_text
{
	margin: 55px 0;
	padding: 0 35px;
}
.core_value_text h3
{
	font-size: 36px;
	padding-bottom: 45px;
	color: #2F2F30;
}
.latest_blog_content
{
	margin-top: 50px;
	align-items: flex-start;
}
.latest_blog_image
{
	position: absolute;
	top: 50px;
	left: 0;
	max-width: 90%;
}
.latest_blog_caption
{
	font-size: 36px;
	line-height: 150%;
	color: #28094D;
	margin-top: 25px;
	margin-bottom: 40px;
	padding-bottom: 0;
}
.latest_blog_buttons
{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.latest_blog_rectangle_big
{
	position: absolute;
	width: 391px;
	height: 372px;
	top: -100px;
	left: 0px;
}
.latest_blog_rectangle
{
	position: absolute;
	width: 104px;
	height: 100px;
	top: -200px;
	left: 300px;
	animation: swing 10s linear infinite;
}
.team
{
	margin-top: 140px;
	position: relative;
}
.team_ellipse
{
	position: absolute;
	width: 58px;
	height: 55px;
	top: 10px;
	left: 50px;
}
.team_people
{
	padding: 80px 100px 0;
	margin-bottom: 90px;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}
.team_person
{
	max-width: 30%;
	margin-bottom: 40px;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.team_person_avatar
{
	width: 96px;
	height: 96px;
	margin-right: 20px;
}
.team_person h3
{
	font-size: 22px;
	color: #414042;
}
footer
{
	background: #28094D;
}
.footer
{
	justify-content: flex-start;
	align-items: flex-start;
	padding: 70px 20px;
}
.footer_caption
{
	height: 70px;
	font-size: 24px;
	display: block;
}
.footer_text
{
	line-height: 200%;
}
.footer_copyright
{
	justify-content: space-between;
	font-size: 16px;
	padding: 30px 20px;
}
.footer_policy
{
	font-size: 16px;
	color: #E770B4;
	border-bottom: 1px solid #E770B4;
	padding-bottom: 3px;
}
.footer_link
{
	margin-bottom: 20px;
}
.footer_link span
{
	color: #69CEEC;
	border-bottom: 1px solid #69CEEC;
	margin-left: 20px;
	padding-bottom: 3px;
}
.blog_posts
{
	justify-content: space-around;
	align-items: inherit;
	flex-wrap: wrap;
}
.blog_email
{
	padding: 20px;
	width: 85%;
	margin: auto;
	border-radius: 10px;
	background-color: #28094D;
	margin-top: 30px;
}
.blog_email_flex
{
	justify-content: space-around;
	height: 100%;
}
.blog_email_image
{
	max-height: 90%;
	max-width: 22%;
}
.blog_email_text
{
	font-size: 36px;
	line-height: 150%;
	text-align: center;
}
.blog_post
{
	width: 30%;
	min-width: 400px;
	margin-top: 30px;
	position: relative;
	box-sizing: border-box;

	border-image-slice: 1;
	border-width: 3px;
	border-image-source: linear-gradient(to left, #69CEEC, #5373DA, #E770B4);
}
.blog_post_big
{
	width: 63.33%;
}
.blog_post_image
{
	margin-top: -3px;
	margin-left: -3px;
	width: calc(100% + 6px);
	height: 200px;
	object-fit: cover;
}
.blog_post_content
{
	padding: 30px 20px;
}
.blog_post_date
{
	color: #999999;
}
.blog_post h2
{
	height: 120px;
	font-size: 24px;
	color: #414042;
	padding: 33px 0 10px 0;
}
.blog_post_big .blog_post_content
{
	padding: 60px 40px;
}
.blog_post_big .blog_post_image
{
	position: absolute;
	right: -3px;
	top: 60px;
	width: 50%;
}
.blog_post_big h2
{
	width: 45%;
	padding-bottom: 50px;
}
.blog_load_more
{
	text-align: center;
	margin: 40px 0;
}
.detail_header
{
	padding: 120px 30px 40px;
	justify-content: space-between;
}
.detail_back
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.detail_back span
{
	padding-left: 10px;
	color: #E770B4;
}
.small_container
{
	width: 66.66%;
	margin: auto;
}
.detail_post_date
{
	color: #999999;
	font-size: 20px;
}
.article h1
{
	margin: 40px 0;
	font-size: 42px;
}
.article_subtitle
{
	font-size: 28px;
	line-height: 175%;
	color: #2F2F30;
	padding-bottom: 80px;
}
.article_image
{
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}
.article_content p
{
	font-family: Montserrat;
	font-size: 24px;
	line-height: 175%;
	color: #2F2F30;
	padding-top: 40px;
}
.article_content img
{
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.article_info
{
	justify-content: space-between;
	padding: 40px 0 80px;
}
.article_info .team_person
{
	max-width: 40%;
	margin-bottom: 0;
}
.article_tag
{
	display: inline-block;
	padding: 0 20px;
	margin: 10px 0;
	margin-right: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #28094D;
	border-radius: 50px;
	background: rgba(83,115,218,0.5);
}
@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}

/*tablet*/
@media only screen and (max-width: 1280px)
{
    .container
    {
	    width: 100%;
	}
	.full_container
	{
		min-width: auto;
	}
	.header_showcase
	{
		width: 60%;
	}
	.header_showcase_bg_blue, .header_blog_image
	{
		width: 45%;
	}
	.header_column_left_bg_blue
	{
		margin-top: 100px;
	}
	.services
	{
		justify-content: center;
	}
	.service, .core_value
	{
		width: 40%;
		margin: 40px 20px;
	}
	.devops_image
	{
		padding-left: 20px;
		margin-bottom: 20px;
		max-width: 90%;
	}
	.trusted_logos
	{
		justify-content: center;
		padding: 0 20px;
		display: block;
	}
	.trusted_logos img
	{
		margin: 20px;
	}
	.last_project_container
	{
		padding-top: 20px;
	}
	.last_project .padding_20
	{
		width: 100%;
		box-sizing: border-box;
	}
	.last_project img
	{
		max-width: 95%;
		display: block;
		margin: auto;
	}
	.latest_blog_rectangle_big
	{
		display: none;
	}
	.core_values_text
	{
		width: 90%;
	}
	.blog_post, .blog_post_big
	{
		width: 46.66%;
	}
	.blog_email_text
	{
		font-size: 26px;
		padding: 0 20px;
	}
}

/*font-size*/
@media only screen and (max-width: 900px)
{
	h1, h2, h3, .article h1
	{
		font-size: 30px;
	}
	.article_subtitle
	{
		font-size: 24px;
	}
	.service, .core_value
	{
		width: auto;
	}
	.latest_blog_content
	{
		display: block;
		margin-top: 20px;
	}
	.latest_blog_image
	{
		position: relative;
		margin-left: 20px;
		top: auto;
		left: auto;
	}
	.team
	{
		margin-top: 80px;
	}
	.blog_posts
	{
		padding: 0 20px;
	}
	.blog_post, .blog_post_big
	{
		width: 100%;
		min-width: auto;
	}
}

/*mobile*/
@media only screen and (max-width: 750px)
{
	p
	{
		word-break: break-word;
	}
	.logo
	{
		display: none;
	}
	.small_logo
	{
		display: block;
	}
	.flex
	{
		display: block;
	}
	.header_logo
	{
		display: none;
	}
	.header_column_left
	{
		max-width: 100%;
		padding-top: 20px;
		padding-right: 20px;
		padding-left: 60px;
	}
	.header_column_left h1
	{
		margin-top: 0;
	}
	.header_showcase_bg_blue
	{
		display: none;
	}
	.blog_ellipse
	{
		right: auto;
		left: 100px;
	}
	.blog_rectangle
	{
		left: auto;
		right: 40px;
	}
	.header_showcase
	{
		margin: 0px 20px 30px auto;
		top: auto;
		right: auto;
		position: relative;
		display: block;
	}
	.blog_ellipse_empty, .header_blog_rectangle_big
	{
		display: none;
	}
	.header_button
	{
		margin-top: 20px;
	}
	.header_column_left_bg
	{
		top: 100px;
	}
	.header_column_left_bg_blue
	{
		margin-top: 0;
	}
	.main
	{
		display: block;
	}
	.teamwork
	{
		padding: 0;
		margin: auto;
		width: 50%;
	}
	.services
	{
		padding: 0px 20px 80px;
	}
	.service, .core_value
	{
		margin: 40px 0 0;
		min-width: auto;
	}
	.devops_image
	{
		padding-left: 0;
		margin: 0 auto 20px;
		display: block;
	}
	.devops_container
	{
		padding-top: 40px;
	}
	.trusted_logos img
	{
		display: block;
		margin: 40px auto;
	}
	.last_project img
	{
		max-width: 75%;
	}
	.core_values
	{
		margin-top: 40px;
	}
	.team_people
	{
		display: flex;
		padding: 80px 20px 0;
	}
	.team_person
	{
		max-width: 50%;
		text-align: center;
	}
	.team_person_avatar
	{
		margin-right: 0;
	}
	footer .container
	{
		text-align: center;
	}
	.footer
	{
		display: inline-block;
		text-align: left;
		padding: 20px;
	}
	.footer .flex_07
	{
		text-align: center;
		margin-bottom: 40px;
	}
	.footer_caption
	{
		height: auto;
		margin: 20px 0;
	}
	.footer_link
	{
		display: block;
	}
	.footer_image
	{
		width: 250px;
	}
	.footer_copyright
	{
		padding-top: 0;
	}
	.footer_copyright a, .footer_copyright span
	{
		display: block;
		border-bottom: none;
		margin: 10px 0;
	}
	.blog_email_flex
	{
		text-align: center;
	}
	.blog_email_text
	{
		display: block;
		padding: 20px 0;
	}
	.detail_header
	{
		display: flex;
	}
	.small_container
	{
		width: auto;
		padding: 0 20px;
	}
	.article_subtitle
	{
		padding-bottom: 40px;
	}
	.article_info
	{
		text-align: center;
		margin: 40px 0;
	}
	.team_person
	{
		margin: 20px auto 0;
	}
	.blog_email_image
	{
		margin: auto;
	}
	.menu_items
	{
		display: block;
		right: 20px;
		left: 80px;
		top: 100px;
	}
	.menu_image
	{
		float: right;
	}
	.menu_links_list
	{
		margin: 40px 0;
	}
	.menu_links_list a
	{
		font-size: 26px;
	}
	.blog_post_big .blog_post_image
	{
		position: relative;
		right: auto;
		top: auto;
		width: calc(100% + 6px);
	}
	.blog_post_big .blog_post_content
	{
		padding: 30px 20px;
	}
	.blog_post_big h2
	{
		width: auto;
		padding-bottom: 10px;
	}
	.detail_header
	{
		padding: 120px 20px 40px;
	}
}

/*OUTLINE BUTTON*/
ac {
	cursor: pointer;
	color: white;
	padding: 0.2em calc(0.7em * 1.2);
	display: inline-block;
	border: 3px solid transparent;
	position: relative;
	font-size: 1.5em;
	letter-spacing: 0em;
}

ac .text {
	color: #5373DA;
	display: block;
	transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}

ac:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: calc(0.7em * 1.2);
	right: calc(0.7em * 1.2);
	height: 3px;
	background: #5373DA;
	transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
	transform-origin: left;
}

.line {
	position: absolute;
	background: #5373DA;
}

.line.-right, .line.-left {
	width: 3px;
	bottom: -3px;
	top: -3px;
	transform: scale3d(1, 0, 1);
}

.line.-hore, .line.-bottom {
	height: 3px;
	left: -3px;
	right: -3px;
	transform: scale3d(0, 1, 1);
}

.line.-right {
	right: -3px;
	transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
	transform-origin: top;
}

.line.-hore {
	top: -3px;
	transition: transform 0.08s linear 0.43s;
	transform-origin: left;
}

.line.-left {
	left: -3px;
	transition: transform 0.08s linear 0.51s;
	transform-origin: bottom;
}

.line.-bottom {
	bottom: -3px;
	transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
	transform-origin: right;
}

ac:hover .text, ac:active .text {
	transform: translate3d(0, 0, 0);
	transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}

ac:hover:after, ac:active:after {
	transform: scale3d(0, 1, 1);
	right: -3px;
	left: -3px;
	transform-origin: right;
	transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}

ac:hover .line, ac:active .line {
	transform: scale3d(1, 1, 1);
}

ac:hover .line.-right, ac:active .line.-right {
	transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
	transform-origin: bottom;
}

ac:hover .line.-hore, ac:active .line.-hore {
	transition: transform 0.08s linear 0.4s;
	transform-origin: right;
}

ac:hover .line.-left, ac:active .line.-left {
	transition: transform 0.08s linear 0.48s;
	transform-origin: top;
}

ac:hover .line.-bottom, ac:active .line.-bottom {
	transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
	transform-origin: left;
}/*END OUTLINE BUTTON*/