body {
	font-family: 'Poppins', sans-serif;
}

.main-wrapper {
	background: url('../img/b_r_bg.svg') bottom  center no-repeat;
	position: relative;
    overflow-x: hidden;
}

header {
	padding-top: 30px;
	margin-bottom: 105px;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-title {
	margin-bottom: 40px;
}

.sub-title {
	font-size: 48px;
	color: #262626;
	margin-top: 0;
	margin-bottom: 30px;
}

.page-title_title {
	font-weight: 500;
	font-size: 48px;
	margin: 0 0 25px 0;
}

.page-title_subtitle {
	font-size: 20px;
	color: #4F4F4F;
	margin: 0;
	max-width: 795px;
	font-weight: 300;
}

.main-content {
	min-height: 920px;
}

.contact-block {
	margin-bottom: 270px;
	margin-top: 220px;
}

.contact-block_title h4 {
	font-size: 48px;
	color: #262626;
}

.contact-block_title span {
	font-size: 16px;
	color: #4F4F4F;
}

.contact-block_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact-form {
	width: 813px;
}
.contact-form form {
	display: flex;
}
.contact-form input {
	height: 100px;
	padding: 38px;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #FFFFFF;
	box-shadow: 0px 0px 94px rgba(60, 145, 230, 0.15);
	font-size: 18px;
	width: 100%;
}

.contact-form input:focus,
.contact-form input:active {
	outline: none;
	border: 1px solid #3C91E6;
	border-right: 1px solid #fff;
	transition: all .3s;
}

.contact-form button {
	height: 100px;
	padding: 38px;
	box-sizing: border-box;
	border: none;
	color: #fff;
	background: #3C91E6;
	font-size: 18px;
	width: 297px;
}

.contact-form button:hover {
	background: #F86624;
	transition: .3s;
}

.contact-form button:focus,
.contact-form button:active {
	outline: none;
}

footer {
	padding-bottom: 20px
}

.footer-container {
	height: 148px;
	background: #FFFFFF;
	box-shadow: 0px 0px 64px rgba(14, 52, 160, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navigation {
	margin: 0;
	padding: 0;
}

.navigation li {
	display: inline-block;
	list-style: none;
	margin-left: 75px;
}
footer .navigation li {
	margin-left: 73px;
}
.navigation li a {
	color: #4F4F4F;
	font-size: 16px;
	font-weight: 500px;
	position: relative;
}

.navigation li a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #3C91E6;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: -8px;
	opacity: 0;
}

.navigation li a:hover {
	text-decoration: none;
	color: #0C1421;
}

.navigation li a:hover:after {
	opacity: 1;
	transition: all 0.3s;
}

.footer-container .socials_link {
	margin-right: 30px;
}
.footer-container .socials_link a:after {
	display: none;
}

.copyright {
	padding: 25px 0;
	font-size: 12px;
	line-height: 25px;
}

p, li {
	font-size: 18px;
	line-height: 178.4%;
	color: #333333;
}


.two-sections {
	display: flex;
	align-items: center;
}

.two-sections_item {
	width: 50%;
}

.two-sections_item:first-child {
	padding-right: 15px;
}

.two-sections_item:last-child {
	padding-left: 15px;
}
.two-sections_item-content {
	max-width: 528px;
}
.two-section_item img {
	max-width: 100%;
}

.two-sections.right-text .two-sections_item-content  {
	float: right;
}

.sd-wan-section {
	display: flex;
}

.sd-wan-section_item {
	width: 50%;
	padding: 60px;
	position: relative;
}

.sd-wan-section_item p {
	font-size: 15px;
}

.sd-wan-section_item h3 {
	font-size: 20px;
	margin: 0 0 30px 0;
}

.sd-wan-section_item:first-child {
	background: #3C91E6;
}

.sd-wan-section_item:first-child:after {
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	transform: rotate(45deg);
	background: #3C91E6;
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -10px;
	z-index: 9;
}

.sd-wan-section_item:first-child p,
.sd-wan-section_item:first-child h3 {
	color: #fff;
}

.sd-wan-section_item:last-child {
	background: #F8F8F8;
}
.desktop-flex {
	display: flex;
	align-items: center;
	width: 100%;
}
.two-sections_img img {
	max-width: 100%;
}

.blue-text {
	color: #3C91E6;
}

.cloud-platforms {
	position: relative;
	margin: 120px 0 60px 0;
	z-index: 5;
}

.cloud-platforms_description {
	background: #F8F8F8;
	padding: 60px;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 4;
}
.cloud-platforms_text {
	max-width: 528px;
}

.cloud-platforms_img {
	width: 55%;
	height: 565px;
	position: absolute;
	top: -56px;
	right: 0;
	background: url('/img/cloud-platform_img.png') 0 0 no-repeat;
	background-size: cover;
	z-index: 1;
}

.cloud-platforms_img:after {
	content: '';
	display: block;
	height: 60px;
	width: 150px;
	position: absolute;
	left: 0;
	bottom: -60px;
	background: #F86624;
}

.capability_item {
	width: 100%;
	min-height: 170px;
	background: #F2F2F2;
	margin-bottom: 30px;
	position: relative;
    display: flex;
}

.capability_item::before {
	content: '';
	position: absolute;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #3C91E6;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: all 0.3s
}

.capability_item:hover::before {
	opacity: 1;
	left: 10px;
	top: 10px;
}

.capability_title {
	padding-left: 80px;
	position: relative;
	/* margin-bottom: 30px; */
	position: relative;
	z-index: 30;
}
.capability_title h3 {
	margin: 0;
	padding: 0;	
	font-size: 24px;
	max-width: 190px;
}

.capability_icon {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}

.capability_item a {
	text-decoration: none;
	color: #262626;
	display: block;
	padding: 40px;
	position: relative;
	z-index: 99;
}
.capability_item:hover a,
.capability_item:hover p {
	color: #fff;
}

.capability_item a:after {
	content: 'Discover more';
	font-size: 18px;
	position: absolute;
	left: 40px;
	bottom: 20px;
	display: none;
}
.capability_item a:hover::after {
	display: block;
}

.capability_item:hover .capability_icon {
	filter: brightness(0) invert(1);
}

.capability_description  {
	/* height: 220px; */
	overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 30;
}
.capability_description p {
	font-size: 16px;
}

.capability_item a:hover {
	text-decoration: none;
}
.capability_icon.capability_1 {
	background: url('/img/capability_1.svg') center no-repeat;
}
.capability_icon.capability_2 {
	background: url('/img/capability_2.svg') center no-repeat;
}
.capability_icon.capability_3 {
	background: url('/img/capability_3.svg') center no-repeat;
}
.capability_icon.capability_4 {
	background: url('/img/capability_4.svg') center no-repeat;
}
.capability_icon.capability_5 {
	background: url('/img/capability_5.svg') center no-repeat;
}
.capability_icon.capability_6 {
	background: url('/img/capability_6.svg') center no-repeat;
}
.capability_icon.capability_7 {
	background: url('/img/capability_7.svg') center no-repeat;
}
.capability_icon.capability_8 {
	background: url('/img/capability_8.svg') center no-repeat;
}

.cloud-services {
	position: relative;
	padding: 250px 0 150px 0;
}

.cloud-services_img {
	height: 585px;
	background: url('/img/cloud-services_img.png') top center no-repeat;
	background-size: cover;
	position: relative;
}

.cloud-services_top-content {
	position: absolute;
	right: 0;
	top: 35px;
	width: 45%;
	padding: 60px;
	background: #F8F8F8;
	z-index: 9;
}

.cloud-services_bottom-content {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 41.5%;
	padding: 60px;
	background: #F8F8F8;
	display: flex;
	justify-content: flex-end;
	z-index: 9;
}

.cloud-services_bottom-content:after {
	content: '';
	display: block;
	height: 60px;
	background: #333;
	width: 175px;
	position: absolute;
	right: -175px;
	bottom: 50px;
}
.cloud-services_top-content:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: #F86624;
	position: absolute;
	left: -60px;
	bottom: 71px;
}

.cloud-services_top-content > div {
	max-width: 493px;
	width: 100%;
}

.cloud-services_bottom-content > div {
	max-width: 384px;
	width: 100%;
}

.cloud-infrastructure {
	position: relative;
	padding-top: 40px;
	padding-bottom: 200px;
}

.cloud-infrastructure_img {
	width: 70%;
	height: 585px;
	background: url('/img/cloud-infrastructure_img.png') center no-repeat;
	background-size: cover;
}

.cloud-infrastructure_content {
	position: absolute;
	right: 0;
	bottom: 150px;
	width: 45%;
	padding: 60px;
	background: #F8F8F8;
}
.cloud-infrastructure_content:after {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -60px;
	left: 33.3%;
	background: #F86624;
}

.cloud-infrastructure_content > div {
	max-width: 452px;
}

.cloud-infrastructure_content > div h3 {
	color: #3C91E6;
	font-size: 29px;
	font-weight: 100;
	margin-bottom: 40px;
}

.cloud-engineering {
	padding: 200px 0;
	position: relative;
}

.cloud-engineering_img {
	width: 100%;
	height: 585px;
	background: url('/img/cloud-engineering_img.png') center no-repeat;
	background-size: cover;
}

.cloud-engineering_description {
	position: absolute;
	left: 0;
	bottom: 150px;
	width: 61%;
	padding: 60px;
	background: #F8F8F8;
	display: flex;
	justify-content: flex-end;
}

.cloud-engineering_text {
	max-width: 721px; 
}

.cloud-engineering_top-description {
	position: absolute;
	right: 0;
	top: 50px;
	width: 42%;
	padding: 60px;
	background: #F8F8F8
}

.cloud-engineering_top-description::before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: -60px;
	bottom: 25.8%;
	background: #F86624;
}

.cloud-engineering_top-description > div {
	max-width: 452px;
}

.cloud-engineering_top-description > div h4 {
	color: #3C91E6;
	font-weight: 100;
	font-size: 29px;
}

.contact-us {
	padding: 0;
	min-height: 1005px;
	position: relative;
	background: url('../img/pattern_bg.svg') top right no-repeat;
}

.contact-us_img {
	position: absolute;
	right: 0;
	top: 200px;
	width: 61%;
	height: 605px;
	background: url('/img/map.svg') center no-repeat;
	background-size: cover;	
}

.contact-us_section {
	width: 50%;
	background: #fff;
	min-height: 400px;
	position: relative;
	z-index: 9;
	display: flex;
	justify-content: flex-end;
	box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
	position: relative;
}

.contact-us_section:after {
	content: '';
	display: block;
	height: 60px;
	width: 60px;
	right: -60px;
	top: 300px;
	background: #F86624;
	position: absolute;
	right: -60px;
    top: 140px;
}
.contact-us_section > div {
	width: 640px;
	padding: 60px;
}

.contact-us_section .contact-form {
	display: block;
	width: 100%;
}
.contact-us_section  .contact-form form {
	flex-wrap: wrap;
}

.contact-us_section .contact-form input {
	width: 100%;
	height: 80px;
	padding: 0 38px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	box-shadow: none;
}

.contact-us_section .contact-form button {
	width: 100%;
	height: 80px;
	margin-top: 20px;
	padding: 0 38px;
}

.contacts_list {
	padding: 0;
	margin: 60px 0 50px 0;
	font-size: 16px;
}

.contacts_list li {
	display: flex;
	margin-bottom: 16px;
	align-items: center;
}

.contacts_title {
	width: 120px;
	display: inline-block;
}
.contacts_info,
.contacts_info a {
	color: #3C91E6;
}

.socials_link a {
	opacity: 0.7;
	margin-right: 7px;
}

.socials_link a:hover {
	opacity: 1;
}

.top-section {
	width: 100%;
	margin-top: -80px;
}

.main-slider_item-content {
	position: relative;
}

.main-slider_info {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
}

.main-slider_info {
	position: absolute;
}

.main-slider_info h1 {
	font-weight: 600;
	font-size: 42px;
	color: #fff;
}

.main-slider_info .top-section_description {
	max-width: 500px;
	margin: 30px 0 60px 0;
}

.main-slider_info .top-section_description p {
	font-size: 14px;
	color: #F2F2F2;
}

.discover-more_btn {
	position: relative;
	display: inline-block;
}

.discover-more_btn:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #F2F2F2;
	transition: all .2s;
}

.discover-more_btn:hover:after {
	top: -10px;
	left: -10px;
}

.discover-more {
	display: flex;
	background: #3C91E6;
	padding: 20px 20px;
	color: #fff;
	font-size: 16px;
	width: 250px;
	position: relative;
	justify-content: space-between;
	align-items: center;
	z-index: 9;
}

.discover-more span {
	position: relative;
}
.discover-more span:after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
}

.discover-more span:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position: absolute;
	right: 0;
	transform: rotate(-45deg);
	margin-top: -2px;
}

.discover-more:hover {
	color: #fff;
	text-decoration: none;
}

.p_list {
	display: flex;
	align-items: center;
	padding: 42px 0;
}

.p_item {
	margin-right: 78px;
}

.p_item:last-item {
	margin-right: 0;
}

.about-section {
	position: relative;
	margin-top: 45px;
    margin-bottom: 100px;
}
.about-section_img {
	width: 78%;
	height: 300px;
	background: url('/img/about_img.png') center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
    
}
body.about .about-section_img {
	width: 78%;
	height: 600px;
	background: url('/img/about_img.png') center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
    margin-bottom: 330px;
}

.about-section_description {
	max-width: 339px;
	margin-bottom: 110px;
}

.about-section_description h2 {
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 30px;
}

.about-section_description p {
	font-size: 16px;
	color: #4F4F4F;
}

.about-section_info {
	padding: 40px;
	background: #F8F8F8;
	width: 58%;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 5;
}
.about-section_img:before {
	content: '';
	display: block;
	width: 52%;
	height: 60px;
	background: #F86624;
	position: absolute;
	top: -60px;
	right: 0;
}

.about-section_info-contant {
	max-width: 663px;
	width: 100%;
}

.about-section_info-contant h3 {
	font-size: 31px;
	margin: 0 0 56px 0; 
}

.about-section_info-contant h3 span {
	color: #F86624;
	font-size: 18px;
}

.about-section_info-contant p {
	font-size: 18px;
}

body.about .about-section_info-contant strong {
	color: #000;
	font-size: 24px;
	margin-top: 36px;
	display: block;
}

.our-solutions_section {
	background: url('/img/s_bg.svg') left center no-repeat;
}

.our-solutions {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 110px 0;
}

.our-solutions_title {
	width: 328px;
	position: relative;
}

.our-solutions_title h2 {
	margin-top: 0;
}

.our-solutions_title .discover-more_btn{
	position: absolute;
	bottom: 30px;
}

.solutions_list {
	width: 813px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.solution_content {
	width: 251px;
	height: 220px;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
	z-index: 9;
}
.solutions_item {
	position: relative;
	height: 220px;
	margin-bottom: 30px;
	background: #F2F2F2;
}

.solutions_item > a {
	text-decoration: none;
}
.solutions_item:before {
	content: '';
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #3C91E6;
	position: absolute;
	z-index: 5;
	opacity: 0;
	transition: all .2s;
}

.solutions_item:nth-child(n+7), .solutions_item:nth-child(n+7) .solution_content{ 
    height: 180px;
}
.solutions_item:nth-child(-n+3), .solutions_item:nth-child(-n+3) .solution_content{  
    height: 220px;
}
.homepage .solutions_item:before{
    display: none;
}
.solutions_item:hover::before {
	opacity: 1;
	top: 10px;
	left: 10px;
}
.solution_content h5 {
	margin: 0;
	font-size: 18px;
	color: #333;
    cursor: default;
}

.solution_icon {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	opacity: 0.3;
	z-index: 6;
}

.solution_icon img {
	width: 100%;
}

/* .solution_content:hover {
	padding: 30px 20px 20px 30px;
    }
    .solution_content:hover h5 {
	font-size: 21px;
	color: #fff;
    }
    
    .solution_content:hover .solution_icon {
	width: 110px;
	height: 110px;
	opacity: 1;
	filter: brightness(0) invert(1);
} */
.why-choose-transdata {
	background: url('/img/w_bg.svg') left bottom no-repeat;
}

.our-advantages {
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}

.our-advantages_list {
	display: flex;
	flex-wrap: wrap;
	width: 675px;
	justify-content: space-between;
}

.our-advantages_item {
	width: 295px;
	margin-bottom: 100px;
}

.our-advantages_item h4 {
	color: #F86624;
	margin: 25px 0;
}

.client-services {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.client-services_actions {
	display: flex;
	align-items: flex-end;
}

.client-services_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	position: relative;
	height: 620px;
	width: 820px;
}

.client-services_item {
	position: absolute;
	left: 0;
	width: 370px;
	height: 620px;
	background: #F2F2F2;
	box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.05);
	z-index: 90;
	padding: 40px;
}

.client-services_item:nth-child(2) {
	left: 193px;
	z-index: 89;
}
.client-services_item:nth-child(3) {
	left: 386px;
	z-index: 87;
}
.client-services_item:nth-child(4) {
	left: 579px;
	z-index: 86;
}

.client-services_item.active {
	background: #3C91E6;
	z-index: 100;
	box-shadow: 4px 8px 34px rgba(60, 145, 230, 0.45);
}

.slider-actions {
	width: 290px;
	height: 98px;
	border: 10px solid #fff;
	background: #F2F2F2;
	position: relative;
}

.slider-actions_prev,
.slider-actions_next {
	position: absolute;
	width: 90px;
	height: 60px;
	bottom: -10px;
	background: #4F4F4F;
	box-shadow: 0px 4px 4px rgba(79, 79, 79, 0.3);
	cursor: pointer;
	text-align: center;
	display: flex;
	text-align: center;
	align-items: center;
}

.slider-actions_prev:hover,
.slider-actions_next:hover {
	background: #3C91E6;
}

.slider-actions_prev {
	left: -10px;
}

.slider-actions_next {
	right: -10px;
}

.slider-actions_prev span {
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.slider-actions_next span {
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.slider-actions_prev span:after,
.slider-actions_next span:after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
}

.slider-actions_prev span:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	position: absolute;
	left: 1px;
	top: 0;
	transform: rotate(45deg) translateX(-50%);
}

.slider-actions_next span:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position: absolute;
	right: -1px;
	top: 0;
	transform: rotate(-45deg) translateY(-50%);
}

.client-services_info p {
	font-size: 15px;
	color: #F2F2F2;
}

.client-services_title h4 {
	font-size: 30px;
	margin: 25px 0;
	color: #fff;
}

.certificates-section {
	margin-top: 100px;
}

.certificates {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.certificates_actions > div {
	max-width: 300px;
}

.certificates_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    height: 360px;
    width: 820px;
}

.certificates_item {
    position: absolute;
    left: 0;
    width: 263px;
	height: 340px;
    background: #F2F2F2;
    box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.05);
    z-index: 90;
}

.certificates_item:nth-child(1) {
	z-index: 100;
}
.certificates_item:nth-child(2) {
	left: 225px;
	z-index: 89;
}
.certificates_item:nth-child(3) {
	left: 436px;
	z-index: 88;
}
.certificates_item:nth-child(4) {
	left: 685px;
	z-index: 87;
}

.our-team-section {
	background: url('/img/our-team_bg.svg') left bottom no-repeat;
}

.our-team {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}

.our-team_actions > div {
	max-width: 300px;
}

.our-team_list {
    width: 820px;
}

.our-team_item {
	margin-bottom: 40px;
}
.our-team_person {
	display: flex;
	margin-bottom: 40px;
}

.our-team_person-photo {
	margin-right: 43px;
}

.our-team_name h3{
	font-size: 28px;
	line-height: 42px;
	color: #F86624;
}

.our-team_position h5 {
	font-size: 20px;
	line-height: 30px;
	color: #6B6B6B;
}

.our-team_info p {
	font-size: 16px;
	line-height: 24px;
	color: #828282;
}

.world-map {
	margin-top: 130px;
}
.world-map img {
	width: 100%;
}

.vmware-section {
	height: 558px;
	position: relative;
	background: url('../img/vmware_img.png') top center no-repeat;
	background-size: cover;
	margin-top: 250px;
}

.vmware-section_info {
	position: absolute;
	top: -100px;
	left: 0;
	padding: 40px;
	width: 56.2%;
	background: #F8F8F8;
	display: flex;
	justify-content: flex-end;
}
.vmware-section_info:after {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 40px;
	right:-60px;
	background: #F86624;
}

.vmware-section_info > div {
	max-width: 635px;
	width: 100%;
}

.vm_item {
	display: flex;
}

.vm_list {
	margin-top: 50px;
}

.vm_icon {
	width: 200px;
	min-width: 200px;
}

.vm_info {
	padding-top: 30px;
}

.vm_info h4 {
	font-size: 18px;
	margin-bottom: 25px;
	color: #333;
}

.vm_info p {
	font-size: 15px;
	color: #4F4F4F;
}

.c-section {
	height: 655px;
	position: relative;
	background: url('../img/c_img.png') center no-repeat;
	background-size: cover;
	margin-bottom: 350px;
}

.c-section_img {
	height: 355px;
	position: relative;
	background: url('../img/c_img.png') center no-repeat;
	background-size: cover;
	display: none;
}

.c-section_info-top,
.c-section_info-bottom {
	position: absolute;
	padding: 60px;
	display: flex;
	background: #F8F8F8;
}

.c-section_info-top > div,
.c-section_info-bottom > div {
	width: 663px;
	max-width: 663px;
}

.c-section_info-top h3,
.c-section_info-bottom h3 {
	color: #F86624;
	font-size: 31px;
	margin-top: 0;
	margin-bottom: 40px;
}

.c-section_info-top  p,
.c-section_info-bottom  p {
	font-size: 18px;
	color: #333333;
}


.c-section_info-top {
	width: 58%;
	left: 0;
	top: -180px;
	display: flex;
	justify-content: flex-end;
}

.c-section_info-top:after {
	content: '';
	display: block;
	height: 60px;
	width: 60px;
	background: #F86624;
	position: absolute;
	right: -60px;
    top: 120px;
}

.c-section_info-bottom {
	width: 60%;
	right: 0;
	bottom: -158px;
}

.c_box {
	padding: 40px 40px 30px 40px;
	background: #EDF1FA;
	margin-bottom: 30px;
	min-height: 420px;
}
.c_head {
	display: flex;
	margin-bottom: 36px;
}
.c_icon {
	margin-right: 20px;
}

.c_head h4 {
	font-size: 24px;
	color: #262626;
	margin-top: 0;
}

.c_content p {
	font-size: 14px;
	color: #757E89;
	line-height: 158.4%;
}

.c_block {
	height: 950px;
	position: relative;
}
.cloud-transformation .c_block{
    height: 1200px;
}

.c-block-section {
	margin-top: 60px;
	margin-bottom: 60px;
	position: relative;
}

.c-block-section:before {
	content: '';
	display: block;
	height: 1002px;
	width: 501px;
	background: url('/img/c_block_bg.svg') center no-repeat;
	position: absolute;
	left: 0;
}
.c_block-info {
	padding-top: 30px;
}

.c_block-item {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.cloud-transformation .c_block-item{
    flex-direction: row;
    text-align: left; 
}
.cloud-transformation .c_block-item:nth-child(2) {
     margin-left: 236px; 
}
.cloud-transformation .c_block-item:nth-child(3) {
     margin-left: 301px;
}
.cloud-transformation .c_block-item:nth-child(4) {
    margin-left: 236px;
}

.c_block-info h4 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #333;
}

.c_block-info p {
    font-size: 15px;
    color: #4F4F4F;
}
@media (min-width: 1200px) {
	.container {
	    width: 1200px;
    }
	header .container {
	    width: 1360px;
    }
}
@media screen and (max-width: 992px) {
	.main-wrapper {
		background: url('../img/b_r_bg.svg') bottom  center no-repeat;
    }
	.desktop-flex {
		display: block;
		width: auto;
    }
	.two-sections_item-content {
		width: 100%;
		max-width: 100%;
		padding: 0 25px;
    }
	.two-sections.right-text .two-sections_item-content {
		padding-top: 60px;
    }
	.navigation li {
		margin-left: 60px;
    }
	.container {
		width: 100%
    }
    
	.contact-block_container {
		flex-wrap: wrap;
		padding: 0 25px;
    }
	.contact-block_title {
		width: 100%;
		margin-bottom: 30px;
    }
	.contact-form {
		width: 100%;
    }
	.two-sections_img {
		text-align: center;
		padding-top: 60px;
    }
    
	.cloud-platforms_description {
		display: block;
		width: 100%;
		padding: 40px;
    }
	.cloud-platforms {
		margin-top: 60px;
    }
	.cloud-platforms_text{
		width: 100%;
		max-width: 100%;
    }
	.cloud-platforms_img {
		position: static;
		width: 100%;
		height: 480px;
    }
	.cloud-platforms_img:after {
		display: none;
    }
	.our-solutions {
		display: block;
		position: relative;
    }
	.our-solutions_title {
		width: 100%;
    }
	.solutions_list {
		width: 100%;
    }
    
	.our-solutions .discover-more_btn {
		position: absolute;
		bottom: -60px;
		right: 0px;
    }
	.our-solutions_title {
		position: static;
		margin-bottom: 30px;
    }
	.solutions_item {
		width: 48%;
		height: 200px;
    }
	.solution_content {
		width: 100%;
		height: 200px;
    }
	.certificates {
		display: block;
    }
	.certificates_actions > div {
		max-width: 100%;
		padding-bottom: 30px;
    }
    
	.client-services {
		position: relative;
    }
	.client-services_list {
		max-width: 100%;
    }
    
	.our-team {
		display: block;
    }
	.client-services_actions {
		position: absolute;
		bottom: -120px;
    }
	.why-choose-transdata {
		background: none;
    }
	.our-advantages_list {
		width: 100%;
    }
	.our-advantages_item {
		width: 48%;
    }
    
	.cloud-infrastructure_content {
		position: static;
		width: 100%;
		padding: 40px;
    }
	.cloud-infrastructure_content:after {
		display: none;
    }
	.cloud-infrastructure_content > div {
		max-width: 100%;
    }
	.cloud-infrastructure_img {
		width: 100%;
    }
	.page-title {
		padding: 0 25px;
    }
    
	.cloud-engineering {
		padding: 30px 0;
    }
	.cloud-engineering_description {
		position: static;
		width: 100%;
		padding: 0 40px 20px 40px;
    }
	.cloud-engineering_text {
		max-width: 100%;
    }
	.cloud-engineering_top-description {
		display: block;
		position: static;
		width: 100%;
		padding: 40px;
    }
    
	.vmware-section {
		margin-top: 200px;
    }
	.vmware-section_info {
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		top: -150px;
    }
	.vmware-section_info > div {
		max-width: 100%;
    }
	.vmware-section_info:after {
		display: none;
    }
    
	.cloud-services-section {
		display: flex;
		margin-bottom: -20px;
        position: relative;
        z-index: 99;
    }
    
	.cloud-services {
		padding: 0;
    }
	.cloud-services_top-content {
		position: static;
		width: 100%;
		padding: 40px 40px 20px 40px;
    }
	.cloud-services_top-content > div {
		max-width: 100%;
    }
	.cloud-services_bottom-content:after,
	.cloud-services_top-content:before {
		display: none;
    }
    
	.cloud-services_bottom-content {
		position: static;
		padding: 0 40px 20px 40px;
		width: 100%;
    }
	.cloud-services_bottom-content > div {
		max-width: 100%;
    }
    
	.c-block-section:before {
		display: none;
    }
	.c_block {
		height: auto;
    }
    
	.c_block-item {
		margin-left: 0 !important;
    }
	.c-section_info-top,
	.c-section_info-bottom {
		position: static;
		width: 100%;
		padding: 40px;
    }
	.c-section_info-top > div, .c-section_info-bottom > div {
		max-width: 100%;
		width: 100%;
    }
	.c-section {
		background: none;
		height: auto;
		margin-bottom: 60px;
    }
	.c-section_img {
		display: block;
    }
    
	.sd-wan-section {
		display: block;
    }
	.sd-wan-section_item {
		width: 100%;
    }
	.sd-wan-section_item:first-child:after {
		bottom: -10px;
        top: auto;
        left: 50%;
    }
    
	.contact-us {
		background: none;
    }
	.contact-us_section:after {
		display: none;
    }
	.contact-us_img {
		width: 100%;
    }
	.contact-us_section {
		margin: 0 auto;
		width: 640px;
    }
}
.footer-logo, .header-logo {
    margin-left: 10px; 
}

p.our-pledge {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
}
p.our-pledge span {
    display: block;
    font-weight: 700;
    font-size: 26px;
    margin-top: 30px;
    font-style: normal;
    margin-bottom: 30px
}
h3.page-title_subtitle.page-title_subtitle--big, .capability_block > h3 {
    margin: 75px auto 55px;
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    max-width: unset;
}
/* .col-md-4.col-sm-6.capability--last-item {
    width: 45%;
    }
    .col-md-4.col-sm-6.capability--last-item  h3{
    max-width: unset;
} */
.page-title_important{
    font-size: 36px; 
}
.our-approach__intro {
    display: flex;
    justify-content: space-between;
}
.qa__intro{
    display: flex;
    justify-content: flex-start;
}
.our-approach__intro-text{
    padding: 40px;
    background: #F8F8F8;
    flex: 0 0 48%;
    position: relative;
}
.our-approach__intro-img{
    flex: 0 0 33%;
    position: relative;
}
.qa__intro-img{
    flex: 0 0 52%;
    position: relative;
    margin-top: 100px;
}
.qa__intro-text{
    flex: 0 0 48%;
    position: relative;
    padding: 40px;
    background: #F8F8F8;
}
.qa__intro-text:before{
    content: '';
    width: 50px;
    height: 50px;
    left: -50px;
    top: 50px;
    background: #ec6329;
    position: absolute;
}
.our-approach__lifecycle.lifecycle{
    position: relative;
    padding: 245px 0 150px 0;
}
.lifecycle__img {
    height: 585px;
    background: url(/img/cloud-services_img.png) top center no-repeat;
    background-size: cover;
    position: relative;
}
.lifecycle__item{
    position: absolute;
    padding: 15px 50px;
    background: #F8F8F8;
    z-index: 9;
    box-shadow: 1px 1px 10px #dedede;
}

.lifecycle__item:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: #F86624;
    position: absolute;
    left: -60px;
    bottom: 71px;
}
h4.lifecycle__item-header {
    font-size: 40px;
}
.lifecycle__item p{
    font-size: 16px;
}
.lifecycle__top-content{    
    right: 425px;
    top: 44px;
    width: 45%;
}
.lifecycle__middle-content{    
    right: 90px;
    top: 344px;
    width: 45%;
}
.lifecycle__bottom-content{    
    right: 300px;
    top: 616px;
    width: 45%;
}
.lifecycle__bottom-content:before{
    top: 112px;
    bottom: unset;
}
.our-approach__intro-img:after {
    content: '';
    position: absolute;
    bottom: -100px;
    background: #3c91e6;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    z-index: 10;
}
.our-approach__intro-text:before {
    content: '';
    position: absolute;
    bottom: -200px;
    background: #3c91e6;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 60%;
    z-index: 10;
}
.our-approach__intro-text:after {
    content: '';
    position: absolute;
    bottom: -135px;
    background: #f86624;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    left: 430px;
    z-index: 10;
}
.our-approach__final-block {
    margin-top: 30px;
    margin-bottom: 50px;
}
h3.our-approach__final-block-header {
    font-size: 36px;
    margin: 0px 0 55px;
}
.f4-s__item {
    flex: 0 0 40%;
    font-size: 18px;
    background: #f2f2f2;
    margin: 30px 0;
    padding: 35px;
    position: relative;
}
.app-dev__four-steps.f4-s {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 35px;
}
.f4-s__title {
    font-size: 36px;
    margin-bottom: 20px;
    margin-left: 20px;
    
    text-align: center;
}
.f4-s__img {
    text-align: center;
    margin-bottom: 30px;
}
.f4-s__item:before {
    content: "1";
    background: #f86624;
    width: 60px;
    height: 60px;
    display: block;
    top: -30px;
    left: -30px;
    position: absolute;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.f4-s__item:nth-child(2):before{
    content: '2';
}
.f4-s__item:nth-child(3):before{
    content: '3';
}
.f4-s__item:nth-child(4):before{
    content: '4';
}
h3.app-dev__block-title, h3.wcn__title {
    text-align: center;
    margin: 50px 0;
    font-size: 37px;
}
.f4-s__list ul {
    list-style: none;
}
.f4-s__list li{
    font-size: 18px;
    margin-bottom: 15px;
    position: relative   
}
.f4-s__list li:before{
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f86624;
    left: -22px;
    top: 11px;
}
.ntas__intro{
    position: relative;
    margin-top: 200px;
    margin-bottom: 200px;
}
.ntas__intro-text{
    position: absolute;
    top: -163px;
    background: #f8f8f8;
    left: 50%;
    width: 600px;
    padding: 40px;
    z-index: 9;
    margin-left: -390px;
    box-shadow: 0px 1px 5px -1px #d3d3d3;
}
.ntas__intro-text:after, .ntas__intro-text:before{
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: #F86624; 
    top: 103px
}
.ntas__intro-text:after{
    right: -60px;
    left: auto;
}
.ntas__intro-text:before{
    left: -60px;
    right: auto;
    display: none;
}
.ntas__intro-img {
    padding-bottom: 28.15%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 1000px){
    .ntas__intro-img{
        background-image: url("/img/blob_1000x281.jpg");
    }
}
@media (max-width: 1400px) and (min-width: 1001px){
    .ntas__intro-img{
        background-image: url("/img/blob_1400x394.jpg");
    }
}
@media (max-width: 1800px) and (min-width: 1401px){
    .ntas__intro-img{
        background-image: url("/img/blob_1800x506.jpg");
    }
}
@media (max-width: 2400px) and (min-width: 1801px){
    .ntas__intro-img{
        background-image: url("/img/blob_2400x675.jpg");
    }
}
@media (max-width: 3200px) and (min-width: 2401px){
    .ntas__intro-img{
        background-image: url("/img/blob_3200x900.jpg");
    }
}
@media (min-width: 3201px){
    .ntas__intro-img{
        background-image: url("/img/blob_4800x1350.jpg");
    }
}
h2.uncover {
    position: absolute;
    bottom: 140px;
    color: #fff;
    text-align: center;
    margin: 0 auto 0 0;
    left: 0;
    right: 0;
    padding: 10px;
    max-width: 1070px;
    background: #3c91e6e0;
    text-shadow: 1px 1px 1px #000;
}
h2.uncover.uncover--2 {
    max-width: 1160px;
    bottom: 42px;
}
h2.ITS__title {
    margin: 40px 0;
}
.container.ITS {
    margin-bottom: 45px;
}
.navigation li:last-child {
    margin-right: 35px;
}
.independent-testing .vmware-section{
    margin-top: 190px;
}
.qa__services{
    margin: 50px auto 25px;
    
}
.guidewire-practice__section {
    height: 590px;
    position: relative;
    background: url(../img/guidewire-practice__img.jpg) top center no-repeat;
    background-size: cover;
    margin-top: 140px;
}
.guidewire-practice__info {
    position: absolute;
    top: -102px;
    left: 0;
    padding: 40px;
    width: 56.2%;
    background: #F8F8F8;
    display: flex;
    justify-content: flex-end;
}
.guidewire-practice__info:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 42px;
    right: -60px;
    background: #F86624;
}
.guidewire-practice__info:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -60px;
    left: 0px;
    background: #F86624;
}
.page-title_subtitle--right{
    margin: 0 0 0 auto;
}
.guidewire-practice .our-advantages{
    background: url(/img/w_bg.svg) left bottom no-repeat;
}
.beautiful-list{
    font-size: 18px;
    line-height: 178.4%;
    color: #333333;
    margin-bottom: 25px;
}
.TC__block-title{
        margin: 40px 0 70px -16%;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
}
.tools-carousel.TC.slick-initialized.slick-slider {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.TC__item-title {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}
.TC__item-img img {
    margin: 0 auto;
}
span.slick-arrow:hover{
    color: #f86624;
}
span.slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 36px;
    line-height: 36px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 18;
}
.slick-arrow--prev-arrow{
    left: 0;
}
.slick-arrow--next-arrow{
    right: 0;
}
.TC__block-title{
    position: relative;
}
.ntas__intro-img.ntas__intro-img--1{
        background-image: url("/img/blob_1400x394-1.jpg");
}
.TC__block-title:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    background: #f86624;
    margin-left: -270px;
    top: 24px;
}
.qa__intro {
    margin-bottom: 50px;
}
.intego-software {
    margin-top: 25px;
	margin-bottom: 25px;
}