<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	position: relative;
	font-size: 16px;
	font-family: 'frutiger_lt_pro_light';
}

.row&gt;* {
	padding-right: calc(var(--bs-gutter-x) * .3);
	padding-left: calc(var(--bs-gutter-x) * .3);
}


/*moicrosoft new*/
h2 {
	font-weight: bold;
}

.pxl {
	font-size: 19px;
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "&gt;")
		/* rtl: var(--bs-breadcrumb-divider, "&gt;") */
	;
}

.breadcrumb-item a {
	color: #707070;
	text-decoration: none;
}

.Microsoft-logo-box {
	width: 100%;
	border: 1px solid #C3C3C3;
	padding: 0px 30px;
	min-height: 161px;
	display: flex;
	align-items: center;
}

.Microsoft-logo-box:hover {
	box-shadow: 9px 5px 10px #0000001C;
}

.Microsoft-logo-box img {
	width: 100%;
}

.color-box {
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to right, #008dd2, #ffc905) 1;
	/* height: 100%; */
	padding: 25px;
	min-height: 160px;
/* 	flex */
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;	
}

.color-box:hover,
.color-box {
	box-shadow: 0px 6px 30px #2929293B;
	background: transparent linear-gradient(241deg, #0076CE 0%, #00496c 100%) 0% 0% no-repeat padding-box;
	color: #fff;
}

.submitdell {
    background-color: #FBD30D;
    color: #000 !important;
    padding: 8px 20px;
    margin-left: 0px;
    border: 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
    display: inline-block;
    border-radius: 0 0 0 0;
}

.color-box h3 {
	font-family: 'BwModelicaLTI-Bold';
	font-size: 45px;
	padding-top: 0;
	margin-top: 0;
	line-height: 35px;
}

.color-box p {
	margin-bottom: 0;
  font-size: 17px;
}

.video-box {
	width: 100%;
}

.video-box img {
	width: 100%;
}

.btn-close {
	opacity: 1;
	position: absolute;
	right: -10px;
	top: -10px;
	background-color: #fff;
	z-index: 9;
	width: 15px;
	height: 15px;
	background-size: 13px;
}

.modal-body {
	padding: 9px;
	padding-bottom: 0;
}

.bg-hlf {
	background: linear-gradient(to bottom, #fff 50%, #f2f2f2 50%);
}

.bg-full {
	background: #f2f2f2;
}

.top-section-4 .Microsoft-logo-box {
	padding: 20px 30px;
	height: 149px;
	cursor: pointer;
	display: block;
}

.top-section-4 .Microsoft-logo-box:hover {
	box-shadow: 9px 5px 10px #0000001C;
}

.top-section-4 .Microsoft-logo-box h4 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 0;
}

.gradient-line {
	background: transparent linear-gradient(241deg, #FFC905 0%, #008DD2 100%) 0% 0% no-repeat padding-box;
	width: 100%;
	height: 2px;
}

.Highlight-content {
	background: #fff;
}

.Highlight-content h4 {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

.Highlight-content p {
	line-height: 21px;
}

.Highlight-content a {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}

.Highlight-img img {
	width: 100%;
}

.Stack-box {
	position: relative;
}

.Stack-box img {
	width: 100%;
}

.logo-sml {
	width: auto !important;
}

.view {
	position: relative;
	overflow: hidden;
	cursor: default;
}

.zoom img.logo-sml,
.zoom video {
	-webkit-transition: none !important;
	transition: none !important;
}


.zoom:hover img.logo-sml,
.zoom:hover video {
	-webkit-transform: none !important;
	transform: none !important;
}

.zoom img,
.zoom video {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}


.zoom:hover img,
.zoom:hover video {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.Stack-content {
	position: absolute;
	bottom: 0;
	color: #fff;
}

.Stack-box h4 {
	font-weight: 600;
}

.product-slide {
	position: relative;
}

.testimonail-content {
	position: absolute;
	bottom: -20px;
	width: 45%;
	right: 3%;
	background: #fff;
	padding: 30px;
	box-shadow: 9px 5px 10px #0000001C;
}
.testimonail-content p{
  font-size: 17px;
}
.testimonail-content a {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}

.product-slider-arrows {
	position: absolute;
	top: -50px;
	z-index: 9999;
	right: 0;
}

.resources-content {
	position: absolute;
	bottom: 50px;
	background: #fff;
	margin: 0 15px;
	padding: 20px;
	box-shadow: 0px 3px 20px #00000029;
	width: 90%;
	min-height: 123px;
}

.resources-slide .product-slide {
	padding-bottom: 105px
}

.resources-slide h3 {
	font-size: 17px;
}

.resources-slide h4 {
	font-weight: bold;
	font-size: 20px;
	color: #000;
}

.resources-slide p {
  opacity: 0;
  height: 0px;
}

.resources-slide a {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	text-decoration: none;
  opacity: 0;
  height: 0px;
}

.resources-content:hover {
	border-style: solid;
	border-image: linear-gradient(to right, #008dd2, #ffc905) 1;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.reveal .product-slide:hover p {
	display: block;
  transition: 0.6s all ease;
  opacity: 1;
  height: 100%;
}

.reveal  .product-slide:hover a {
	display: block;
  transition: 0.6s all ease;
  opacity: 1;
  height: 100%;
}

.resources-slide-main .product-slider-arrows {
	position: absolute;
	z-index: 9999;
	right: 50px;
}

.slick-arrow {
	margin-left: 10px;
}

.gradient-text {
	background: linear-gradient(90deg, #FFC905 0%, #008DD2 100%) 0% 0% no-repeat padding-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}

/*video*/
.video {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	color: #fff;
	display: inline-block;
	background: transparent linear-gradient(217deg, #008DD2 0%, #FFC905 100%) 0% 0% no-repeat padding-box;
	z-index: 999;
}

.video-main {
	position: relative;
}

.promo-video {
	position: absolute;
	z-index: 6;
	top: 44%;
	left: 45%;
	cursor: pointer;
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.fa-play:before {
	content: "\f04b";
}

.waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: transparent linear-gradient(217deg, #008DD2 0%, #FFC905 100%) 0% 0% no-repeat padding-box;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	right: -50px;
	bottom: -50px;
	z-index: -1;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

.wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

/*video-close*/
.header-main {
	position: absolute;
	z-index: 9;
	width: 100%;
	left: 0;
	right: 0;
}

body .header-main nav.navbar .navbar-nav li a {
	color: #fff;
	padding: 10px 13px;
}

.header-main li a:hover {
	color: #fff;
	font-weight: bold;
}

.carousel-caption {
	z-index: 0;
}

.Highlight-position {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

/* .reveal {
	position: relative;
	transform: translateX(150px);
	opacity: 0;
	transition: 1s all ease;
} */

.reveal {
  position: relative;
transform: translateY(20px);
opacity: 0;
transition: 1s all ;
}

.reveal.active {
	transform: translateY(0);
	opacity: 1;
}

/*moicrosoft new close*/

.header {
	width: 100%;
	z-index: 3;
	padding-top: 47px;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.header li a {
	display: block;
	padding: 0px 15px;
	text-decoration: none;
	color: #fff;
}

.header li a:hover,
.header .menu-btn:hover {}

.header .logo {
	display: block;
	float: left;
	font-size: 2em;
	padding: 10px 20px;
	text-decoration: none;
}

/* menu */

.header .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
}

.header .menu-icon .navicon {
	background: #fff;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.header .menu-icon .navicon:before {
	top: 5px;
}

.header .menu-icon .navicon:after {
	top: -5px;
}

/* menu btn */

.header .menu-btn {
	display: none;
}

.header .menu-btn:checked~.menu {
	max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
	background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
	transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
	top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
	.header li {
		float: left;
	}

	.header li a {
		padding: 0px 15px;
	}

	.header .menu {
		clear: none;
		float: right;
		max-height: none;
	}

	.header .menu-icon {
		display: none;
	}
}

nav {
	padding: 1rem 5rem;
	position: absolute;
	top: 0;
	width: 100%;
	background: transparent;
}

section {
	background-color: #ffffff;
	padding: 0;
}

section.section-dark {
	color: #ffffff;
	background-color: #0E1434;
}

section.section-light {
	color: #000000;
}

section.section-gray {
	color: #000000;
	background-color: #F6F6F6;
}

.navbar-navigation-secondary {
	display: flex;
	justify-content: flex-end;
}

.navbar-navigation-primary {
	display: flex;
}

.nav-brand {
	margin-right: 1.5rem;
	display: flex;
	align-items: center;
}

.navbar-navigation-menu {
	display: flex;
	justify-content: space-between;
	flex: 1 1 auto;
	font-size: 20px;
}

.navbar-navigation-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 300;
}

.navbar-navigation-item {
	color: #ffffff;
	padding: 10px 5px;
	cursor: pointer;
	border-width: 0px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: transparent;
}

.navbar-navigation-item.navbar-navigation-item-active,
.navbar-navigation-item:hover {
	font-weight: 500;
	border-image: linear-gradient(88deg, #29ABE2 0%, #29ABE2 0%, #168FBE 100%) 1;
}

.header-xxl {
	font-size: 58px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 20px;
	right: 10%;
}

.header-xl {
	font-size: 46px;
	font-weight: 300;
}

.header-lg {
	font-size: 55px;
	font-weight: 300;
}

.header-sm {
	font-size: 28px;
	font-weight: 500;
}

.header-xs {
	font-size: 24px;
	font-weight: 300;
}

.header-highlight {
	font-size: 38px;
	font-weight: 300;
	color: #FFCC29;
}

.para-xxl {
	font-size: 55px;
	font-weight: 300;
}

.para-xl {
	font-size: 26px;
	font-weight: 300;
}

.para-lg {
	font-size: 20px;
	font-weight: 300;
}

.para-sm {
	font-size: 16px;
	font-weight: 300;
}

.para-xs {
	font-size: 14px;
	font-weight: 300;
}

.main-section .main-slider {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	margin: 16rem auto 2rem;
}

.main-section .main-slider .main-slide {
	padding: 10px 5px;
}

.main-section .main-slider .main-slide .header-xxl {
	/* width: 80%; */
}

.main-section .main-slider .main-slide .para-lg {
	width: 80%;
	font-size: 22px;
	line-height: 1.1;
}

.main-section .main-slider .slick-dots {
	position: static;
	text-align: left;
}

.main-section .main-slider .slick-dots li button:before {
	content: '';
	width: 0;
	height: 0;
}

.main-section .main-slider .slick-dots li,
.main-section .main-slider .slick-dots li button {
	width: 18px;
	height: 18px;
}

.main-section .main-slider .slick-dots li button {
	border: 2px solid #ffffff;
	border-radius: 50%;
}

.main-section .main-slider .slick-dots li.slick-active button {
	background-color: #ffffff;
}


footer {
	padding: 0rem 2rem 1rem;
	background-color: #ffffff;
}

footer hr {
	margin: 1rem -2rem;
	border-top: 2px solid #969696;
}

footer p.para-xs {
	padding: 1rem 0;
}

footer .footer-head,
footer .footer-foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.footer-head .com-logo {
	height: 2rem;
}

footer .footer-menu {
	display: flex;
	list-style: none;
	font-size: 14px;
	font-weight: 600;
	gap: 1rem;
	margin: 0;
	padding: 0;
}

footer .footer-menu li:hover {
	cursor: pointer;
}

footer .footer-menu li:hover {
	text-decoration: underline;
}

footer .icon-array {
	display: flex;
	gap: 10px;
}

footer .icon-array img {
	padding: 0 5px;
	cursor: pointer;
	height: 16px;
}

footer .icon-array img:hover {
	transform: scale(1.2);
}

.footer-copyright {
	font-weight: 700;
	font-size: 14px;
}

section.contact-img-section {
	background-image: url('./images/Mask Group 167.png');
	background-repeat: no-repeat;
	background-size: 110%;
	background-position: top;
	padding-top: 0;
	padding-bottom: 0;
}


@media (min-width: 1200px) {
	.header-wrapper .navbar .first-lavel-menu&gt;.nav-item {
		margin-right: 0
	}

	.header-wrapper .navbar .first-lavel-menu&gt;.nav-item:not(:last-child) {
		margin-right: 10px;
	}

	.header-wrapper .navbar .nav-item-has-children {
		position: relative
	}

	.header-wrapper .navbar .nav-item-has-children:hover&gt;.sub-menu {
		opacity: 1;
		visibility: visible;
		margin-top: 10px;
	}

	.header-wrapper .navbar .sub-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		position: absolute;
		left: auto;
		right: 0;
		box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
		background: #fff;
		min-width: 320px;
		z-index: 999;
	}

	.header-wrapper .navbar .sub-menu&gt;.nav-item-has-children {
		padding-right: 40px
	}

	.header-wrapper .navbar .sub-menu&gt;.nav-item-has-children:after {
		content: "\25BA";
		position: absolute;
		top: 0;
		right: 0;
		font-size: 14px;
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 35px;
		color: #00008c;
		transform-origin: center center;
		transition: all 0.3s ease
	}

	.header-wrapper .navbar .sub-menu&gt;.nav-item-has-children:hover::after {
		color: #00ccff;
		transform: rotate(90deg)
	}

	.header-wrapper .navbar .sub-menu .nav-link {
		padding: 8px 15px;
		text-align: left;
		color: #000;
	}

	.header-wrapper .navbar .sub-menu .nav-link:hover {
		color: #000 !important;
	}

	.header-wrapper .navbar .sub-menu .sub-menu {
		right: 100%;
		top: 0
	}
}


@media (max-width: 991px) {
	.footer {
		text-align: center;
	}

	.bottomlinks {
		text-align: center;
	}

	.social-media {
		margin-top: 20px;
	}
}


@media (max-width: 1199px) {
	.header-wrapper .navbar .navbar-collapse {
		position: fixed;
		top: 0;
		right: 0;
		background: #fff;
		height: 100vh;
		width: 100%;
		max-width: 320px;
		padding: 40px 20px 20px 0;
		overflow: hidden;
		overflow-y: auto;
		box-shadow: -5px 0px 40px rgba(0, 0, 0, 0.2)
	}

	.header-wrapper .navbar .nav-item {
		position: relative
	}

	.header-wrapper .navbar .nav-item&gt;a {
		padding-left: 40px
	}

	.header-wrapper .navbar .nav-item-has-children:before {
		content: ' \25BA';
		width: 40px;
		height: 40px;
		display: inline-block;
		font-family: FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 41px;
		text-align: center;
		color: #a1a1a1;
		transform-origin: center center;
		transition: all 0.3s ease
	}

	.header-wrapper .navbar .nav-item-has-children.active:before {
		transform: rotate(90deg);
		color: #00008c
	}

	.header-wrapper .navbar .nav-item-has-children.active&gt;.nav-link {
		color: #212529 !important
	}

	.header-wrapper .navbar .sub-menu {
		display: none
	}
}

.header-wrapper .search-wrapper {
	visibility: hidden
}

.header-wrapper .search-wrapper.show {
	visibility: visible
}

.header-wrapper .search-wrapper .form-control {
	outline: none;
	color: #212529
}

.header-wrapper .search-wrapper .form-control::placeholder {
	color: #212529
}


.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #00ccff;
	border-color: #00ccff;
}

.page-banner .swiper-horizontal&gt;.swiper-pagination-bullets,
.page-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 40px;
	padding: 0 15px;
	text-align: left;
	left: 0;
	right: 0;
	margin: 0 auto
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff !important;
}

.lti-a-tag{
    color: black !important;
    text-decoration: none !important;
	}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size: 15px;
}

.header-wrapper {
	position: absolute;
	top: 0;
	z-index: 9;
}

.industries-nav {
	margin-left: 90px;
}

.navbar-toggler {
	color: #fff;
	border: 1px solid #fff;
}

.topnav {
	padding-top: 10px;
}

.pos-unset{
  position: unset !important;
}
.pos-unset img{
  cursor: pointer;
}
/* responsive mobile first*/

@media screen and (min-width:1920px) {
	.main-section .main-slider {
		margin: 6rem auto 2rem;
	}
}


@media screen and (max-width:1440px) {
	nav .nav-brand img {
		width: 13rem;
	}

	.main-section .main-slider {
		min-width: 70%;
		width: 70%;
		max-width: 70%;
		margin: 4rem auto 2rem;
	}

	.main-section .main-slider .main-slide .para-lg {
		width: 85%;
		font-size: 21px;
		line-height: 32px;
	}


	.header-lg {
		font-size: 42px;
	}

	.main-section .card-row {
		gap: 1rem;
		grid-template-rows: 350px;
	}

	.main-section .card-row .info-card:hover {
		height: 350px;
	}

	.leader-card-array .leader-card .leader-card-img {
		width: 40%;
	}
}

@media screen and (max-width:1366px) {
	.info-grid-lg .info-grid-lg-1 {
		grid-template-rows: minmax(0, 250px) minmax(0, 350px);
	}

	.product-slider {
		background-size: auto;
		position: relative;
	}

	.main-section .card-row .info-card {
		padding: 2rem 1.5rem;
		height: 300px;
	}
}

@media screen and (max-width:1200px) {

	nav {
		padding: 1rem 3rem;
	}

	footer hr {
		margin: 1rem -3rem;
	}

	.set-right {
		margin-right: -3rem;
	}

	.carousel-caption {
		top: 12em;
	}

	.carousel-indicators {
		top: 78% !important;
	}

}


@media screen and (max-width:1024px) {
	.header-wrapper {
		width: 90%;
	}

	.navbar-toggler {
		height: 40px;
		margin-top: 0px;
	}

	.header-main li a {
		font-size: 13px;
	}
}

@media screen and (max-width:980px) {
	footer .footer-foot {
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
	}

	.header-xxl {
		font-size: 38px;
	}

	.carousel-caption {
		top: 10em;
	}

	.navbar-toggler-icon {
		background: url(../images/nav.png);
		background-repeat: no-repeat;
		background-position: 3px 4px;
	}

	.navbar-nav {
		background: #fff;
		width: 40%;
		padding: 10px 20px;
		position: relative;
		z-index: 999;
	}
	
	

	.header-main li a {
		color: #000 !important;
		font-size: 14px;
	}

}

@media screen and (max-width:768px) {


	nav {
		padding: 1rem 2rem;
	}

	footer hr {
		margin: 1rem -2rem;
	}

	.set-right {
		margin-right: -2rem;
	}

	.hover-cards-row {
		margin-right: -2rem;
	}

	footer .footer-head,
	footer .footer-foot {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 1rem;
		flex-direction: column;
	}

	.testimonail-content {
		position: relative;
		bottom: 0;
		width: 100%;
		right: 0;
		box-shadow: 9px 5px 10px #0000001C;
		border: 1px solid #e1e1e1;
		border-top: 0;
	}

	.carousel-caption {
		top: 7em;
	}
}

@media screen and (max-width:767px) {

	nav {
		padding: 1rem;
	}

	footer hr {
		margin: 1rem -1rem;
	}

	footer .footer-menu {
		display: block;
	}

	.footer-menu li {
		width: 100%;
		text-align: center;
		margin-bottom: 8px;
	}

	.header-xxl {
		font-size: 33px;
	}

	.main-section .main-slider {
		min-width: 100%;
		width: 100%;
		max-width: 100%;
	}

	section.main-section {
		background-size: auto;
	}

	.header {
		padding-top: 0px;
		position: absolute;
	}

	.header .menu-icon {
		float: right;
		padding: 18px 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
	}

	.header .menu-btn:checked~.menu {
		position: absolute;
		right: 0px;
		background: #ebebeb;
		top: 41px;
		padding: 20px;
	}

	.header li a {
		color: #000;
		margin-bottom: 8px;
	}

	.Stack-content {
		padding: 0px 10px !important;
	}

	.Stack-content p {
		line-height: 15px;
		font-size: 13px;
		margin-bottom: 10px;
	}
.sml-text{
  font-weight: bold;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
	.color-box {
		min-height: auto;
	}

	.header-xxl {
		font-size: 22px;
	}
	.header-xl{
		font-size:14px;
	}

	.carousel-item&gt;img {
		width: auto;
		height: 420px;
	}

	.carousel-caption {
		top: 9em;
	}

	.navbar-nav {
		width: 70%;
	}

	.top-section-4 .Microsoft-logo-box {
		height: auto;
	}

	.promo-video {
		top: 40%;
	}

	.Highlight-content {
		order: 2;
		padding: 30px !important;
	}

	footer {
		padding: 2rem 0rem 1rem;
		background-color: #ffffff;
	}
}

@media screen and (min-width:581px) {
	.navbar-brand img {
		max-width: 70%;
	}
}


@media screen and (max-width:640px) {
	.resources-content {
		width: 95%;
	}

	.slick-slide img {
		width: 100%;
	}
}

@media screen and (max-width:568px) {
	.carousel-caption {
		top: 6em;
	}

	.promo-video {
		top: 36%;
		left: 42%;
	}
}

@media screen and (max-width:425px) {
	.navbar-brand img {
		height: 40px !important;
	}

	.resources-content {
		width: 93%;
	}

	.waves {
		width: 110px;
		height: 110px;
		right: -29px;
		bottom: -29px;
	}
}

@media screen and (max-width:414px) {
	.navbar-brand img {
		height: 35px !important;
	}

	.header-xxl {
		font-size: 41px;
	}

	.promo-video {
		top: 27%;
	}
}

@media screen and (min-width:1025px) {
	h2.h2-3rem {
		font-size: 3rem;
	}

	.Microsoft-logo-box img {
		max-width: 80%;
	}
}


/* Microsoft Page */
#microsoft #Joint-Solutions .ms-alliance,
#microsoft .ms-alliance.breadcrumb {display: none;}


/* Microsoft Alliance Page */
#ms-alliance header li.nav-item a[href="#Testimonials"],
#ms-alliance header li.nav-item a[href="#Case-Study"] {display: none;}
#ms-alliance {}
#ms-alliance #Testimonials,
#ms-alliance #microsoft-azure,
#ms-alliance #Case-Study,
#ms-alliance #Joint-Solutions .microsoft,
#ms-alliance section.breadcrumb {display: none;}
#ms-alliance section.ms-alliance.breadcrumb {display: block;}
#ms-alliance #values,
#ms-alliance #Partner-Designations {
    padding-bottom: 3rem !important;
}
#ms-alliance #Capabilities,
#ms-alliance #Resources {padding-top: 3rem !important;}
#ms-alliance #Capabilities {padding-bottom: 0 !important;}
#ms-alliance #Partner-Designations,
#ms-alliance #Joint-Solutions {
	background: #f2f2f2;
}
#ms-alliance #Partner-Designations .Microsoft-logo-box {background: #fff;}
#ms-alliance #Capabilities.bg-full {background: transparent;}</pre></body></html>