header .navbar .navbar-logo {background: url("/assets/templates/img/logo.jpg") no-repeat center transparent;width: 175px;height: 130px;background-size: contain;}
header .navbar .navbar-nav .nav-item:hover .nav-link, header .navbar .navbar-nav .nav-item.active .nav-link {color: #eb690a !important;font-weight: 600;}
header .navbar .navbar-nav .nav-item .nav-link {font-size: 16px !important;color: black;padding-top: 0px;padding-bottom: 0px;! line-height: 1em !important; }
@media (max-width: 991px) {
    header .navbar .navbar-nav .nav-item {padding-top: 10px;padding-bottom: 10px;border-bottom: 1px solid whitesmoke;}
	header .navbar .navbar-nav .nav-item .nav-link {font-size: 16px !important;text-transform: uppercase !important;font-weight: 600;}
	header .navbar .navbar-nav .nav-item:last-child {border-bottom: 0px;}}
body {
	font-family: 'Poppins', sans-serif;
}
.hh {
height: 620px;
}
.ww-100{
    width:100%;
} 
.top{
    padding-top: 30px;
}
@media (max-width: 991px) {
.topitem{
    padding-top: 20px;
}
.ww-100{
    width:auto;
} 

}

@media (max-width: 768px) {
.hh {
height: 100%;
}
}


.success{
 color:green;
 font-weight: bold;
 
}
.backgr{
   background: url('/assets/templates/img/map.svg') center no-repeat;
	background-size: cover;	
}
.buttonc {
	height: 50px;
	padding: 38px;
	box-sizing: border-box;
	border: none;
	color: #fff;
	background: #3C91E6;
	font-size: 18px;
	width: 100px;
}
.main-wrapper {
	background: url('/assets/templates/img/b_r_bg.svg') bottom  center no-repeat;
	position: relative;
}

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

.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 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: 90px;
}
.navigation li a {
	color: #000F;
	font-size: 16px;
	font-weight: 500px;
	position: relative;
}



.navigation li a:hover a:active {
	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 {
	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('/assets/templates/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: 400px;
	background: #F2F2F2;
	margin-bottom: 30px;
	position: relative;
}

.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('/assets/templates/img/capability_1.svg') center no-repeat;
}
.capability_icon.capability_2 {
	background: url('/assets/templates/img/capability_2.svg') center no-repeat;
}
.capability_icon.capability_3 {
	background: url('/assets/templates/img/capability_3.svg') center no-repeat;
}
.capability_icon.capability_4 {
	background: url('/assets/templates/img/capability_4.svg') center no-repeat;
}
.capability_icon.capability_5 {
	background: url('/assets/templates/img/capability_5.svg') center no-repeat;
}
.capability_icon.capability_6 {
	background: url('/assets/templates/img/capability_6.svg') center no-repeat;
}
.capability_icon.capability_7 {
	background: url('/assets/templates/img/capability_7.svg') center no-repeat;
}
.capability_icon.capability_8 {
	background: url('/assets/templates/img/capability_8.svg') center no-repeat;
}

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

.cloud-services_img {
	height: 585px;
	background: url('/assets/templates/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: 100px;
}

.cloud-infrastructure_img {
	width: 70%;
	height: 585px;
	background: url('/assets/templates/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('/assets/templates/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('/assets/templates/img/pattern_bg.svg') top right no-repeat;
}

.contact-us_img {
	position: absolute;
	right: 0;
	top: 200px;
	width: 61%;
	height: 605px;
	background: url('/assets/templates/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 0 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: -60px;
}

.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: 108px;
}

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

.about-section {
	position: relative;
	margin-top: 45px;
}

.about-section_img {
	
	height: 473px;
	background: url('/assets/templates/img/about_img.png') center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.about-section_description {
	
	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;
	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: 30px;
}

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

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

.our-solutions_section {
	background: url('/assets/templates/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;
}
.solutions_item {
	position: relative;
	height: 251px;
	margin-bottom: 30px;
	background: #F2F2F2;
}

.solutions_item > a:hover {
	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:hover::before {
	opacity: 1;
	top: 10px;
	left: 10px;
}

.solution_content {
	width: 251px;
	height: 251px;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
	z-index: 9;
}

.solution_content h5 {
	margin: 0;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}

.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;
	text-decoration: none;
}

.solution_content:hover .solution_icon {
	width: 110px;
	height: 110px;
	opacity: 1;
	filter: brightness(0) invert(1);
}
.why-choose-transdata {
	background: url('/assets/templates/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: -15px;
}

.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('/assets/templates/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('/assets/templates/img/vmware_img.png') top center no-repeat;
	background-size: cover;
	margin-top: 100px;
}

.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('/assets/templates/img/c_img.png') center no-repeat;
	background-size: cover;
	margin-bottom: 140px;
}

.c-section_img {
	height: 355px;
	position: relative;
	background: url('/assets/templates/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: 0px 40px 0px 40px;
	background: #EDF1FA;
	/*! margin-bottom: -2px; */
	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: 1050px;
	position: relative;
}

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

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

.c_block-item {
	display: flex;
}

.c_block-item:nth-child(2) {
 margin-left: 236px;
}
.c_block-item:nth-child(3) {
  margin-left: 301px;
}
.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('/assets/templates/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 {
		
		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;
		  width: 100%;
  height: 50vh;
		background: url('/assets/templates/img/vmware_img.png') ;

  background-position: center;
  background-size: cover;

	}
	.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;
	}
}