body {
	background: #000;
	margin: 0;
	width: 100%;
}
body ul {
	margin: 0;
	list-style: none;
}
body .body-outline {
	display: flex;
	justify-content: center;
	font-family: LnQ-Regular;
}
body .body-outline .body-original {
	background: #f2fdff;
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}
body .body-outline .body-original .body-header {
	background: #183964;
	height: 41px;
	display: flex;
	justify-content: space-between;
}
body .body-outline .body-original .body-header .header-info {
	display: flex;
	column-gap: 25px;
	color: #fff;
	height: 40px;
	align-items: center;
	padding-left: 23px;
}
body .body-outline .body-original .body-header .header-info .header-icon {
	height: 20px;
	width: 20px;
	margin-right: 10px;
}
body .body-outline .body-original .body-header .header-info .icon-left {
	display: flex;
	align-items: center;
}
body .body-outline .body-original .body-header .social-media-container {
	display: flex;
}
body .body-outline .body-original .body-header .social-media-container .polygon {
	width: 102px;
	height: 48px;
	z-index: 999999;
	position: relative;
	right: -51px;
}
body .body-outline .body-original .body-header .social-media-container .img-polygon {
	width: 102px;
	height: 41px;
}
body .body-outline .body-original .body-header .social-media-container .rectangle2 {
	width: 269px;
	height: 41px;
	background: #f2fdff;
	z-index: 999999;
}
body .body-outline .body-original .body-header .social-media-container .rectangle2 .social-media {
	display: flex;
	column-gap: 45px;
	margin-top: 10px;
	margin-left: 25px;
}
body .body-outline .body-original .body-header .social-media-container .rectangle2 .social-media .social-icon {
	width: 19px;
	height: 19px;
}
body .body-outline .body-original .main-header {
	display: flex;
	height: 81px;
	cursor: pointer;
	background: #fff;
	position: relative;
}
body .body-outline .body-original .main-header nav {
	position: absolute;
	right: 90px;
}
body .body-outline .body-original .main-header.normal-view {
	display: flex;
}
body .body-outline .body-original .main-header.mobile-view {
	display: none;
}
body .body-outline .body-original .main-header .logo {
	position: relative;
	width: 250px;
	height: 56px;
	object-fit: cover;
	top: 15px;
	left: 43px;
}
body .body-outline .body-original .main-header .hamburger-menu__wrapper {
	position: relative;
	text-align: center;
}
body .body-outline .body-original .main-header .hamburger-menu {
	width: 304px;
	position: absolute;
	top: 19px;
}
body .body-outline .body-original .main-header .hamburger-menu__button {
	width: 40px;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 3;
	top: 0px;
}
body .body-outline .body-original .main-header .hamburger-menu__button span {
	line-height: 8px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
}
body .body-outline .body-original .main-header .hamburger-menu__button span:last-child {
	padding-bottom: 5px;
}
body .body-outline .body-original .main-header .hamburger-menu__wrapper {
	position: relative;
}
body .body-outline .body-original .main-header .hamburger-menu__wrapper input[type='checkbox'] {
	outline: 3px solid red;
	opacity: 0;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 4;
	cursor: pointer;
}
body .body-outline .body-original .main-header .hamburger-menu__wrapper input:checked ~ .hamburger-menu__slider {
	transform: none;
}
body .body-outline .body-original .main-header .hamburger-menu__slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	z-index: 2;
	transform: translateX(-310px);
	transition: transform 0.3s;
	text-align: left;
}
body .body-outline .body-original .main-header .drawer {
	position: relative;
	width: 300px;
	top: 50px;
}
body .body-outline .body-original .main-header .drawer input {
	width: 100%;
	height: 60px;
	position: absolute;
	opacity: 0;
	top: 10px;
	left: 10px;
	margin: 10px;
	z-index: 3;
	cursor: pointer;
}
body .body-outline .body-original .main-header .drawer__name {
	display: flex;
	justify-content: space-between;
	border: 1px solid black;
	padding: 20px;
	background: #fff;
	font-size: 19px;
	transition: transform 0.2s;
	border: 1px solid #ede7e7;
}
body .body-outline .body-original .main-header .drawer__name.socialmedia {
	background: #183964;
	justify-content: space-around;
}
body .body-outline .body-original .main-header .drawer__name.dropdown-menu a {
	color: #000;
}
body .body-outline .body-original .main-header .social-icon {
	width: 19px;
	height: 19px;
}
body .body-outline .body-original .main-header ul.drawer__content {
	justify-content: space-between;
	font-size: 18px;
	box-sizing: border-box;
	background-color: #fff;
	width: 100%;
	margin: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
	list-style: none;
	transition: padding 0.2s;
}
body .body-outline .body-original .main-header ul.drawer__content li {
	border-bottom: 1px solid #ede7e7;
}
body .body-outline .body-original .main-header ul.drawer__content li:last-child {
	border-bottom: 0px;
}
body .body-outline .body-original .main-header .drawer__content a {
	color: black;
	padding: 9px 0px;
	text-decoration: none;
	display: block;
}
body .body-outline .body-original .main-header .drawer input:checked ~ .drawer__content {
	height: 40%;
	opacity: 1;
	pointer-events: initial;
	padding: 7px 16px;
}
body .body-outline .body-original .main-header .drawer__content li {
	padding: 9px;
	cursor: pointer;
}
body .body-outline .body-original .main-header .main-menu {
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 30px;
	margin-top: 30px;
}
body .body-outline .body-original .main-header .text-header {
	font-weight: 400;
	color: #000;
	font-size: 20px;
}
body .body-outline .body-original .main-header .dropdown {
	position: relative;
}
body .body-outline .body-original .main-header .dropdown-content {
	display: none;
	position: absolute;
	background: #fff;
	min-width: 250px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1111;
	left: 0px;
	top: 25px;
}
body .body-outline .body-original .main-header .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
body .body-outline .body-original .main-header .dropdown-content a:hover {
	background: #183964;
	color: #fff;
}
body .body-outline .body-original .main-header .dropdown-content a:hover .drp-icon {
	fill: #000;
}
body .body-outline .body-original .main-header .dropdown-content a:hover .drp-icon:hover {
	fill: #fff;
}
body .body-outline .body-original .main-header .dropdown:hover .dropdown-content {
	display: block;
}
body .body-outline .body-original .main-header .dropdown:hover .dropbtn {
	background: #ddd;
}
body .body-outline .body-original .main-header .drp-icon {
	float: inline-end;
	width: 20px;
	height: 20px;
}
body .body-outline .body-original .main-header code header {
	background-color: #333;
	color: white;
}
body .body-outline .body-original .main-header nav ul {
	list-style-type: none;
}
body .body-outline .body-original .main-header nav ul li a {
	color: white;
	text-decoration: none;
	padding: 5px 5px;
}
body .body-outline .body-original .main-header nav ul li a.active {
	font-family: LnQ-Bold;
	font-weight: 900;
	border-radius: 15px;
	font-size: 130%;
}
body .body-outline .body-original .main-header nav ul li a:hover {
	font-family: LnQ-Bold;
}
body .body-outline .body-original a:link, body .body-outline .body-original a:visited {
	text-decoration: none;
	color: #fff;
}
body .body-outline .body-original a:link.readmorelink, body .body-outline .body-original a:visited.readmorelink {
	color: #fff;
	text-decoration: underline;
	
}
body .body-outline .body-original a:link.links, body .body-outline .body-original a:visited.links {
	color: #183964;
	text-decoration: underline;
	&.decotration {
		color: #000;
		text-decoration: none;
	}
}
body .body-outline .body-original ul.breadcrumb {
	padding: 10px 16px;
	list-style: none;
	background-color: #eee;
}
body .body-outline .body-original ul.breadcrumb li {
	display: inline;
}
body .body-outline .body-original ul.breadcrumb li + li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}
body .body-outline .body-original ul.breadcrumb li a {
	color: #000;
	text-decoration: none;
}
body .body-outline .body-original ul.breadcrumb li a:hover {
	color: #01447e;
	text-decoration: underline;
}
body .body-outline .body-original .body-section {
	position: relative;
}
body .body-outline .body-original .body-section.mobile-view {
	display: none;
}
body .body-outline .body-original .body-section .section-heading {
	display: inline-block;
	font-family: LnQ-Bold;
	width: -webkit-fill-available;
	color: #183964;
	font-weight: 900;
	font-size: 36px;
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 10px;
}
body .body-outline .body-original .body-section .section-heading.center {
	text-align: center;
}
body .body-outline .body-original .body-section .sub-heading {
	color: #183964;
	font-family: LnQ-Bold;
	font-weight: 700;
	font-size: 28px;
	margin-right: 2.5rem;
}
body .body-outline .body-original .body-section .sub-heading.posts {
	color: #fff;
}
body .body-outline .body-original .body-section .sub-heading.complex {
	font-size: 22px;
	color: #183964;
	margin-left: 40px;
}
body .body-outline .body-original .body-section .sub-heading.carrers {
	font-size: 22px;
	color: #183964;
}
body .body-outline .body-original .body-section .sub-heading.expertises {
	white-space: normal;
}
body .body-outline .body-original .body-section .sub-heading.vision {
	color: #fff;
	text-align: center;
}
body .body-outline .body-original .body-section .sub-heading.flipper {
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 20px;
}
body .body-outline .body-original .body-section .sub-heading.fliper-front {
	font-size: 24px;
	margin-right: 0px;
}
body .body-outline .body-original .body-section .sub-heading.journey-heading {
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
}
body .body-outline .body-original .body-section .section-content {
	color: #000;
	font-size: 18px;
	line-height: 35px;
	font-weight: 400;
	margin-right: 60px;
	margin-left: 60px;
	text-align: justify;
}
body .body-outline .body-original .body-section .section-content.blogs {
	font-size: 16px;
	line-height: 25px;
	margin-left: 15px;
	margin-right: 15px;
}
body .body-outline .body-original .body-section .section-content.posters {
	color: #fff;
	position: absolute;
	top: 100px;
	right: 220px;
}
body .body-outline .body-original .body-section .section-content.transparant {
	margin-top: 0px;
}
body .body-outline .body-original .body-section .sub-content {
	color: #000;
	margin-right: 40px;
	margin-left: 40px;
	text-align: justify;
	line-height: 30px;
	font-size: 16px;
	font-weight: 400;

	&.address-alignment {
		margin-top: -18px;
		font-size: 18px;
	}
}
body .body-outline .body-original .body-section .section-content.valuesbox {
	font-size: 14px;
}
body .body-outline .body-original .body-section .sub-content.sliders {
	margin-top: 35px;
}
body .body-outline .body-original .body-section .sub-content.flippers {
	color: #fff;
	line-height: 28px;
	margin-right: 30px;
	margin-left: 30px;
}
body .body-outline .body-original .body-section .sub-content.slidetext {
	color: #fff;
	margin-left: 50px;
}
body .body-outline .body-original .body-section .sub-content.visions {
	color: #fff;
	margin-right: 28px;
	margin-left: 27px;
	margin-top: -16px;
}
body .body-outline .body-original .body-section .sub-content.banking-img {
	margin-top: -30px;
}
body .body-outline .body-original .body-section.normal-section-left {
	display: flex;
	background: #fff;
	margin-bottom: 20px;
	align-items: center;
}
body .body-outline .body-original .body-section.normal-section-right {
	display: flex;
	background: #fff;
	margin-bottom: 20px;
	align-items: center;
}
body .body-outline .body-original .body-section.down-banner-section .section-image-heading {
	position: absolute;
	top: 5px;
}
body .body-outline .body-original .body-section.down-banner-section .section-img {
	width: 100%;
}
body .body-outline .body-original .body-section.down-banner-section .overlap-img {
	width: 52%;
	color: #fff;
}
body .body-outline .body-original .body-section.down-banner-section .heading-1 {
	color: #fff;
}
body .body-outline .body-original .body-section.down-banner-section .heading-color {
	color: #000;
}
body .body-outline .body-original .body-section.down-banner-section .txt-color {
	color: #000;
}
body .body-outline .body-original .body-section.top-banner-section .section-img {
	width: 100%;
	object-fit: cover;
	display: flex;
}
body .body-outline .body-original .body-section.top-banner-section .section-image-heading {
	position: absolute;
	top: 230px;
	padding-bottom: 0px;
	line-height: 11px;
	width: 60%;
}
body .body-outline .body-original .body-section.top-banner-section .section-image-heading .section-heading {
	color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #183964;
	text-align: center;
	white-space: nowrap;
}
body .body-outline .body-original .body-section.top-banner-section .section-image-heading .section-heading.heading-1 {
	font-size: 60px;
	margin-left: 325px;
	margin-top: 245px;
	text-align: center;
}
body .body-outline .body-original .body-section.simple-section.transparant {
	background: #f2fdff;
}
body .body-outline .body-original .body-section.even {
	background: linear-gradient(271deg, #f3f8fa 50.65%, #f7fbfb 55.29%, #f9fbfd 55.3%, #ecf4f7 73.86%, #e4f0f3 86.38%, #e4f0f3 101.13%, #f5f9fa 102.25%);
}
body .body-outline .body-original .body-section.even.standard-bg {
	background: initial !important;
}
body .body-outline .body-original .body-section.even.standard-bg button {
	padding: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #050e05;
	border: none;
	border-radius: 30px;
	background-color: #b6d7b6;
	margin-top: 20px;
}
body .body-outline .body-original .body-section.left-img-section {
	display: flex;
}
body .body-outline .body-original .body-section.left-img-section .articles-img {
	margin-top: 125px;
	margin-left: -185px;
}
body .body-outline .body-original .body-section.complex.customer-category.mobile-view {
	display: none;
}
body .body-outline .body-original .body-section.complex.customer-category .cls-solution {
	height: 2400px;
	margin-top: 35px;
}
body .body-outline .body-original .body-section.complex.customer-category .cls-solution .body-complex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
body .body-outline .body-original .body-section.complex.customer-category .cls-solution .body-complex.strategy {
	margin-top: -114px;
}
body .body-outline .body-original .body-section.complex.customer-category .cls-solution .body-complex.partners {
	margin-top: -114px;
}
body .body-outline .body-original .body-section.complex.customer-category .cls-solution .body-complex.expertises {
	margin-top: -114px;
}
body .body-outline .body-original .body-section.complex.customer-category .cls-solution .rectangles-vision {
	width: 580px;
	height: 330px;
	background: #fff;
	border-style: solid;
	border-color: #183964;
	margin-top: 151px;
	margin-left: -46px;
}
body .body-outline .body-original .body-section.complex.customer-category .cls-solution .rectangles-vision.revamp {
	margin-top: 150px;
	margin-left: -1020px;
}
body .body-outline .body-original .body-section.complex.customer-category .cls-solution .rectangles-vision.acquire {
	margin-top: 151px;
	margin-left: -46px;
}
body .body-outline .body-original .body-section.complex.customer-category .cls-solution .rectangles-vision.augment {
	margin-top: 150px;
	margin-left: -1020px;
}
body .body-outline .body-original .body-section.slider-section.normal-view {
	display: block;
}
body .body-outline .body-original .body-section.slider-section.mobile-view {
	display: none;
}
@keyframes tonext {
	75% {
		left: 0;
   }
	95% {
		left: 100%;
   }
	98% {
		left: 100%;
   }
	99% {
		left: 0;
   }
}
@keyframes tostart {
	75% {
		left: 0;
   }
	95% {
		left: -300%;
   }
	98% {
		left: -300%;
   }
	99% {
		left: 0;
   }
}
@keyframes snap {
	96% {
		scroll-snap-align: center;
   }
	97% {
		scroll-snap-align: none;
   }
	99% {
		scroll-snap-align: none;
   }
	100% {
		scroll-snap-align: center;
   }
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .cd__main {
	display: block !important;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content * {
	box-sizing: border-box;
	scrollbar-color: transparent transparent;
	scrollbar-width: 0px;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content *::-webkit-scrollbar {
	width: 0;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content *::-webkit-scrollbar-track {
	background: transparent;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content *::-webkit-scrollbar-thumb {
	background: transparent;
	border: none;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content * {
	-ms-overflow-style: none;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content ol, body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel {
	position: relative;
	filter: drop-shadow(0 0 10px #000 3);
	perspective: 100px;
	height: 520px;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__viewport {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	overflow-x: scroll;
	counter-reset: item;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__slide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	overflow: hidden;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__slide .carousel-body {
	display: flex;
	margin-top: 10px;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__slide .carousel-body .readmore {
	position: relative;
	z-index: 1000;
	color: #000;
	font-family: LnQ-Bold;
	border: 2px solid #183964;
	padding: 10px;
	border-radius: 15px;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__slide:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -40%, 70px);
	color: #fff;
	font-size: 2em;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__snapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	scroll-snap-align: center;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__navigation {
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
	text-align: center;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__navigation-list, body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__navigation-item {
	display: inline-block;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__navigation-list .carousel__navigation-button, body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__navigation-item .carousel__navigation-button {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background: #333;
	background-clip: content-box;
	border: 0.25rem solid transparent;
	border-radius: 50%;
	font-size: 0;
	transition: transform 0.1s;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__navigation-list.active .carousel__navigation-button, body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__navigation-item.active .carousel__navigation-button {
	background: #183964;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel::before, body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel::after, body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__prev, body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__next {
	position: absolute;
	top: 0;
	margin-top: 37.5%;
	width: 4rem;
	height: 4rem;
	transform: translateY(-50%);
	border-radius: 50%;
	font-size: 0;
	outline: 0;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel::before.active, body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel::after.active, body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__prev.active, body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__next.active {
	background: #00ffcb;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel::before, body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__prev {
	left: -1rem;
	top: -210px;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel::after, body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .carousel__next {
	right: -1rem;
	top: -210px;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .sliders-img {
	position: relative;
	max-width: 583px;
	max-height: 440px;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .sliders-img.slider-expertises {
	max-height: 75%;
}
body .body-outline .body-original .body-section.slider-section .sliders-down-expertises.section-content .txt-idea {
	position: relative;
}
body .body-outline .body-original .body-section.icon-grid-section .icons-section.partner {
	gap: 40px;
	display: flex;
	flex-wrap: initial;
	/* margin-top: 35px; */
	margin-bottom: 35px;
	justify-content: center;
	align-items: center;
}
body .body-outline .body-original .body-section.icon-grid-section .icon {
	margin-left: 15px;
}
body .body-outline .body-original .body-section.rectangle-img {
	display: flex;
	justify-content: center;
	background: #fff;
	height: 450px;
	align-items: center;
	gap: 100px;
}
body .body-outline .body-original .body-section.rectangle-img.mobile-view {
	display: none;
}
body .body-outline .body-original .body-section.rectangle-img .rectangle-box {
	width: 300px;
	height: 300px;
	background: #183964;
}
body .body-outline .body-original .body-section.rectangle-img .vision-img {
	width: 150px;
	height: 150px;
	margin-left: 74px;
	margin-top: -74px;
}
body .body-outline .body-original .body-section.journey-map .journey-img {
	display: block;
}
body .body-outline .body-original .body-section.our-strengths {
	text-align: center;
}
body .body-outline .body-original .body-section.fliping {
	padding: 15px;
}
body .body-outline .body-original .body-section.fliping.flipdown {
	padding: 15px;
}
body .body-outline .body-original .body-section.fliping.mobile-view {
	display: none;
}
body .body-outline .body-original .body-section.fliping .flip-card {
	background-color: transparent;
	width: 400px;
	height: 420px;
	perspective: 1000px;
}
body .body-outline .body-original .body-section.fliping .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9);
}
body .body-outline .body-original .body-section.fliping .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}
body .body-outline .body-original .body-section.fliping .flip-card:hover .flip-card-inner.rotate {
	transform: rotateY(0deg);
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.9);
}
body .body-outline .body-original .body-section.fliping .flip-card-front, body .body-outline .body-original .body-section.fliping .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
body .body-outline .body-original .body-section.fliping .flip-card-front {
	background-color: #fff;
	color: black;
}
body .body-outline .body-original .body-section.fliping .flip-card-front .flipper-img {
	height: 380px;
}
body .body-outline .body-original .body-section.fliping .flip-card-back {
	background-color: #183964;
	color: white;
	transform: rotateY(180deg);
}
body .body-outline .body-original .body-section.fliping .flip-offerings {
	display: flex;
	justify-content: space-evenly;
}
body .body-outline .body-original .body-section.fliping .flip-down-cards {
	display: flex;
	justify-content: space-evenly;
	margin-top: 20px;
}
body .body-outline .body-original .body-section.fliping .technologies-img {
	margin-top: 50px;
}
body .body-outline .body-original .body-footer {
	background: #183964;
	display: flex;
}
body .body-outline .body-original .body-footer.mobile-view {
	display: none;
}
body .body-outline .body-original .body-footer .footer-menu {
	width: 50%;
	display: flex;
	padding: 3px 0px;
	padding-left: 30px;
}
body .body-outline .body-original .body-footer .footer-menu .footer-navbar-1 {
	margin-left: 6%;
	line-height: 45px;
	margin-top: 35px;
	z-index: 999999;
}
body .body-outline .body-original .body-footer .footer-menu .footer-navbar-2 {
	margin-left: 20%;
	line-height: 45px;
	margin-top: 35px;
	z-index: 999999;
}
body .body-outline .body-original .body-footer .footer-menu .footer {
	font-family: LnQ-Bold;
	font-size: 120%;
	font-weight: 300px;
	color: white;
}
body .body-outline .body-original .body-footer .footer-address {
	display: flex;
	justify-content: center;
	align-items: center;
}
body .body-outline .body-original .body-footer .footer-address .footer-txt {
	line-height: 25px;
	z-index: 999999;
}
body .body-outline .body-original .body-footer-copyrights {
	background: #183964;
}
body .body-outline .body-original .body-footer-copyrights.mobile-view {
	display: none;
}
body .body-outline .body-original .body-footer-copyrights .footer-text-mobile {
	position: relative;
	top: 28px;
	left: 37px;
	font-size: 14px;
}
body .body-outline .body-original .body-footer-copyrights .footer-img {
	margin-top: -75px;
	margin-left: 0px;
	width: 100%;
}
body .body-outline .body-original hr {
	margin-bottom: 0px;
	margin-top: 0px;
}
/* * Resource Page */
body .resource-page {
	display: flex;
	overflow-y: hidden;
	background-color: #fff;
}
body .resource-page .sidebar {
	width: 10%;
   /* height: 100vh;
	*/
	background-color: #f4f4f4;
	border-right: 1px solid #ddd;
	overflow-y: auto;
}
body .resource-page .sidebar ul {
	list-style: none;
	padding: 0;
}
body .resource-page .sidebar .resource-list li {
	padding: 10px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
body .resource-page .sidebar .resource-list li:hover {
	background-color: #ddd;
}
body .resource-page .sidebar .resource-list li a {
	color: black;
	text-decoration: none;
	display: block;
}
body .resource-page .iframe-container {
	width: 100%;
	height: 100vh;
}
body .resource-page .iframe-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}
body .body-outline .body-original .column {
	float: left;
	width: 50%;
	/* padding: 10px; */
}
body .body-outline .body-original .column .servicesabout {
	margin-bottom: -15px;
}
body .body-outline .body-original .row {
	content: "";
	display: table;
	clear: both;
	display: flex;
	margin-top: -27px;
}
#frame {
	margin: 0 auto;
   /* width: 1440px;
	*/
	max-width: 100%;
	text-align: center;
}
#frame input[type=radio] {
   /* display: none;
	*/
	cursor: pointer;
}
#frame label {
	cursor: pointer;
	text-decoration: none;
}
#slides {
   padding: 10px;
	position: relative;
	z-index: 1;
}
#overflow {
	width: 100%;
	overflow: hidden;
}
#frame1:checked ~ #slides .inner {
	margin-left: 0;
}
#frame2:checked ~ #slides .inner {
	margin-left: -100%;
}
#frame3:checked ~ #slides .inner {
	margin-left: -200%;
}
#frame4:checked ~ #slides .inner {
	margin-left: -300%;
}
#slides .inner {
	transition: margin-left 800ms cubic-bezier(0.77, 0, 0.175, 1);
	width: 400%;
	line-height: 0;
	height: 300px;
}
#slides .frame {
	width: 25%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
	color: #fff;
	/* border-radius: 30px; */
}
#slides .frame_1 {
	background: #183964;
	border-radius: 15px;
}
#slides .frame_2 {
	background: #183964;
	border-radius: 15px;
}
#slides .frame_3 {
	background: #183964;
	border-radius: 15px;
}
#slides .frame_4 {
	background: #183964;
	border-radius: 15px;
}
#controls {
	margin: -180px 0 0 0;
	width: 100%;
	height: 50px;
	z-index: 3;
	position: relative;
}
#controls label {
	transition: opacity 0.2s ease-out;
	display: none;
	width: 50px;
	height: 50px;
	opacity: 0.4;
}
#controls label:hover {
	opacity: 1;
}
#frame1:checked ~ #controls label:nth-child(2), #frame2:checked ~ #controls label:nth-child(3), #frame3:checked ~ #controls label:nth-child(4), #frame4:checked ~ #controls label:nth-child(1) {
	background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
	float: right;
	margin: 0 -50px 0 0;
	display: block;
}
#frame1:checked ~ #controls label:nth-last-child(2), #frame2:checked ~ #controls label:nth-last-child(3), #frame3:checked ~ #controls label:nth-last-child(4), #frame4:checked ~ #controls label:nth-last-child(1) {
	background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
	float: left;
	margin: 0 0 0 -50px;
	display: block;
}
#bullets {
	margin: 150px 0 0;
	text-align: center;
}
#bullets label {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #ccc;
	margin: 0 10px;
}
#frame1:checked ~ #bullets label:nth-child(1), #frame2:checked ~ #bullets label:nth-child(2), #frame3:checked ~ #bullets label:nth-child(3), #frame4:checked ~ #bullets label:nth-child(4) {
	background: #444;
}
.slider-post {
	position: relative;
   height: 75%;
	/* right: 25px; */
}
.button-post {
	border: 5px solid white;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: -275px;
	margin-left: -135px;
}
.button-post.linkedin {
	color: #183964 !important;
	border: 3px solid #183964;
	padding: 9px;
	border-radius: 15px;
	margin-right: 0px;
}
.header-icon {
	height: 20px;
	width: 20px;
	margin-right: 10px;
}
.body-section.slidersblogs {
	display: flex;
}
.body-section.slidersblogs .container-blogs {
	width: 60%;
}
.body-section.slidersblogs .container-blogs .container-mainbox {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
}
.body-section.slidersblogs .container-scrollbar {
	width: 40%;
	float: left;
	overflow-y: auto;
	height: 585px;
	background-color: #fff;
	margin-top: 80px;
}
.body-section.slidersblogs .container-scrollbar .container-sidebar {
	width: 100%;
	background-color: #fff;
}
.body-section.slidersblogs .container-scrollbar .sliders-blogs {
	height: 200px;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	display: flex;
}
.body-section.slidersblogs .container-scrollbar .sliders-blogs .slider-img {
	margin-left: 4px;
	height: 50%;
	margin-top: 10%;
}
.body-section .values-tables {
	padding: 10px;
	margin: 7px;
	border-radius: 10px;
	text-align: center;
}
.body-section.normal-section.address-section {
	.img-icons {
		width: 4.5%;
		margin-bottom: -9px;
		/* padding: 5px; */
		&.align {
			width: 6%;
		}
	}
	.address-font {
		font-family: LnQ-regular;
		font-style: normal;
	}
}
