<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*======== :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS 
:: 2.0 GLOBAL Variable Define CSS
:: 3.0 COMMON CSS 
:: 4.0 Header Area CSS 
:: 5.0 Hero Section CSS
:: 6.0 Cards Section CSS
:: 7.0 Commitment Section CSS
:: 8.0 News Section CSS
:: 9.0 Footer Section CSS

---------- insights.html CSS ----------

===========*************========== */

/* ========================= */
/* :: 1.0 WEB FONTS  */
/* ========================= */
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&amp;display=swap');

/* ================================== */
/* :: 2.0 GLOBAL Variable Define CSS  */
/* ================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    /* Google Font */
    --arimo: "Arimo", sans-serif;
    /* Color Palette */
    --white: #fff;
    --black: #000;
    --primary: #293556;
    --secondary: #2B4D7D;
    --orange: #F68029;
    --bs-breadcrumb-divider: "&gt;";
}

/* ========================= */
/* :: 3.0 COMMON CSS */
/* ========================= */
html {
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: var(--arimo);
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    background:var(--white);
    text-rendering: optimizeLegibility;
    color: var(--black);
    overflow-x:hidden;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}


.paragraph {
    font-family: var(--arimo);
    font-weight: 400;
    line-height: 1.55;
    color: var(--gray);
    font-size: 18px;
}
section, .section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}
a {
    color: 2b4d7d;
    text-decoration: none;
    font-weight:800;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
   
button, button:focus, .btn:focus {
	outline: none;
	box-shadow: none;
}
button {
	background: unset;
}
ol, ul {
    margin: 0;
    padding: 0;
}

ol li, ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
}
/*input, input:focus, input:focus-visible, input:active, select, .form-select, .form-select:focus, textarea {
    outline: none;
    border: none;
    box-shadow: none;
}*/
* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
	margin: 0;
	padding: 0;
}

.btn, .btn-2 {
	min-height: 56px;
	font-family: var(--arimo);
	font-weight: 700;
	font-size: 18px;
	color: var(--white);
	background-color: var(--orange);
	text-transform: uppercase;
	letter-spacing: -.25px;
	padding: 12px 27px;
	border-radius: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: unset;
	transition: all .3s ease-in-out;
}
.btn:hover {
    color: var(--white);
    background-color: #F9AC74;
}
.btn-2 {
    min-height: 58px;
    border: 1px solid var(--white);
    background-color: transparent; 
}
.btn-2:hover {
    color: var(--white);
    background-color: var(--orange);
    border: 1px solid var(--orange);
}

.divider {
	position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.divider::after {
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
	width: 180px;
	height: 5px;
	background-color: var(--orange);
}

.body-links {
    color: 2b4d7d;
    text-decoration: none;
    font-weight: 800;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.body-links:hover {
    color: 46628c;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* Custom Bootstrap Start */
.fs-1, .page-heading {
    font-size: 63px !important;
}
.fs-2 {
    font-size: 60px !important;
}
.page-heading-sub {
    font-size: 44px !important;
    color: #3a3a3a !important;
}
.subsection-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.subsection-title-2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #3a3a3a;
    line-height: 1.5;
    margin-bottom: 20px;
}

.bios-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #383a49;
    margin-bottom: 10px;
}

.bios-title-sub {
    font-size: 1.50rem;
    font-weight: 700;
    color: #383a49;
    margin-bottom: 20px;
}

.custom-divider {
    border: 0;
    border-top: 1px solid #607495;
    width: 100%;
    padding-bottom: 20px;
}

/* Custom Bootstrap End */
/* =============================== */
/* :: 4.0 Header Area CSS Start */
/* =============================== */
.header-area {
    padding: 30px 0;
}
.header-wrapper {
	padding: 0 20px;
}
.header-wrapper ul li a {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}
.header-wrapper ul li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    left: 0;
    bottom: -10px;
    background-color: var(--white);
    transition: all .3s ease-in-out;
}
.header-wrapper ul li:hover &gt; a::after {
    width: 100%;
}

.submenu {
	background-color: rgba(41, 53, 86, 0.9);
	margin-top: 10px;
	min-width: 200px;
	padding: 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
ul.submenu li a {
	font-size: 16px;
	padding: 20px 20px;
	letter-spacing: -.25px;
	text-transform: capitalize;
}
ul.submenu li a::after {
    display: none;
}
ul.submenu li:hover &gt; a {
    background-color: rgba(150, 160, 188, 0.9);
}
.header-wrapper ul li:hover &gt; .submenu {
    opacity: 1;
    visibility: visible;
}

.level-three-menu {
	position: absolute;
	left: 100%;
	background-color: rgba(41, 53, 86, 0.9);
	min-width: 200px;
	transition: all .3s ease-in-out;
	padding: 0 0;
	margin-top: -58px;
    opacity: 0;
    visibility: hidden;
}
.level-three-menu a {
	display: block;
    color: var(--white);
    font-weight: 600;
}
.header-wrapper ul li ul.submenu li:hover &gt; ul.level-three-menu {
    opacity: 1;
    visibility: visible;
}
/* =============================== */
/* :: 4.0 Header Area CSS End */
/* =============================== */

/* =============================== */
/* :: 5.0 Hero Section CSS Start */
/* =============================== */
.single-hero-slider {
	background: url("../imgs/bg-imgs/hero-1.jpg") no-repeat center / cover, var(--primary);
	min-height: 830px;
	padding: 120px 55px 150px;
}
.hero-slider-2 {
    background-image: url("../imgs/bg-imgs/hero-2.jpg");
}
.hero-slider-3 {
    background-image: url("../imgs/bg-imgs/hero-3.jpg");
}
.hero-slider-4 {
    background-image: url("../imgs/bg-imgs/hero-4.jpg");
}

.logo {
	max-width: 440px;
}
.main-heading {
    display: inline-block;
}
.main-heading.divider {
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.hero-para {
	max-width: 550px;
	font-size: 24px;
	letter-spacing: -.1px;
}
/* =============================== */
/* :: 5.0 Hero Section CSS End */
/* =============================== */

/* =============================== */
/* :: 6.0 Cards Section CSS Start */
/* =============================== */
.cards-section {
	padding: 50px 0 0;
}
.single-card {
    height: 430px;
}
.single-card img {
    width: 100%;
    height: 100%;
    opacity: .7;
    transition: all .3s ease-in-out;
}
.single-card:hover img {
    opacity: 1;
}
.card-name {
	font-size: 40px;
	margin-bottom: 30px;
}
/* =============================== */
/* :: 6.0 Cards Section CSS End */
/* =============================== */

/* =============================== */
/* :: 7.0 Commitment Section CSS Start */
/* =============================== */
.commitment-section {
    padding: 100px 0;
}
.commitment-heading {
	padding-bottom: 50px;
}
.commitment-para {
	padding-bottom: 50px;
	font-size: 20px;
	letter-spacing: .25px;
    line-height: 1.6;
}
/* =============================== */
/* :: 7.0 Commitment Section CSS End */
/* =============================== */
/* =============================== */
/* :: 7.0 Testimonials Section CSS Start */
/* =============================== */

.testimonials-para {
    padding-bottom: 50px;
    font-size: 26px;
    letter-spacing: .25px;
    line-height: 1.4;
    color: #606d86 !important;
    font-style: italic;
    font-weight: 800;
    text-align: center;
}
/* =============================== */
/* :: 7.0 Testimonials Section CSS End */
/* =============================== */
/* =============================== */
/* :: 8.0 News Section CSS Start */
/* =============================== */
.news-section {
    padding: 100px 0;
    background-color: #fbfbfb;
}
.single-news-card {
    height: 100%;
	background-color: var(--white);
}
.news-card-thumb {
    height: 430px;
}
.news-card-thumb img {
    width: 100%;
    height: 100%;
    opacity: .7;
    transition: .3s ease-in-out;
}
.single-news-card:hover .news-card-thumb img {
    opacity: 1;
}
.news-content {
	padding: 20px;
	min-height: calc(100% - 430px);
	border-top: 20px solid #fbfbfb;
}
.news-heading {
    letter-spacing: -.1px;
}
.news-para, .news-link a {
    letter-spacing: -.1px;
    font-size: 22px;
    line-height: 1.6;
}
.single-news-card a:hover {
    color: var(--orange);
}
/* =============================== */
/* :: 8.0 News Section CSS End */
/* =============================== */


.int-list-columns {
	font-size: 1.1em;
    font-style: italic;
    margin-left: 24px;
	color: #676767;
	line-height: 1.8;
	letter-spacing: -.1px;
}

.unique-list li {
    list-style-type: none;
    position: relative;
    padding-left: 50px; 
    color: #676767;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2;
}

.unique-list li::before {
    content: "â€¢";
    color: #676767;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 30px; /* spacing between bullet and text */
}
.divider-line-ltgray {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

/* =============================== */
/* :: 9.0 Footer Section CSS Start */
/* =============================== */
.footer-area {
    padding: 100px 0 45px;
    background-color: var(--secondary);
}
.footer-area p, .footer-area a {
    color: var(--white);
}
.footer-area a:hover {
    color: var(--orange);
}
.footer-top {
	padding-bottom: 85px;
}
.footer-logo {
    max-width: 440px;
}
.footer-nav ul {
    gap: 20px;
}
.footer-nav ul li a {
    font-size: 22px;
    letter-spacing: -.25px;
}
.footer-submenu-heading {
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.footer-submenu ul {
    gap: 20px;
}
.footer-submenu ul li a {
    font-size: 22px;
    letter-spacing: -.25px;
}

.copyright-text {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -.25px;
}
.footer-bottom-right p {
    letter-spacing: -.25px;
}
/* =============================== */
/* :: 9.0 Footer Section CSS End */
/* =============================== */


/* ---------- insights.html CSS Start ---------- */
.insights-hero-wrapper {
    background: url("../imgs/bg-imgs/hero-insights.jpg") no-repeat center / cover;
    min-height: 830px;
    padding: 120px 60px;
}

.insights-content-section {
	padding: 100px 0;
}
.insights-content-wrapper {
    padding: 50px;
    background-color: var(--white);
	margin-top: -535px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.01);
    opacity: 0.95;
}
.img-padding-bottom-interior {
    padding-bottom: 40px;
}
.page-heading.divider {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.int-content-para {
    font-size: 1.375rem;
    color: #383a49;
    line-height: 1.5;
    letter-spacing: -.1px;
}

.single-insights-card p, .single-insights-card a {
    color: #676767;
}
.single-insights-card a:hover {
    color: var(--orange);
}
.insight-card-thumb img {
	opacity: .8;
    transition: all .3s ease-in-out;
}
.single-insights-card:hover .insight-card-thumb img {
    opacity: 1;
}
.insights-card-content {
	padding: 30px 40px 0;
}
.icc-text {
	padding-bottom: 24px;
	border-bottom: 1px solid #d5d3d3;
}
.card-author, .card-date {
	font-size: 12px;
}
.insights-card-info {
    padding-bottom: 20px;
}
.insights-card-heading {
    font-size: 22px;
}
.insights-card-para {
    font-size: 17px;
}

/* HERO WRAPPERS */
.markets-hero-wrapper {
    background: url("../imgs/bg-imgs/hero-markets.jpg") no-repeat center / cover;
    min-height: 830px;
    padding: 120px 60px;
}
.commercial-hero-wrapper {
    background: url("../imgs/bg-imgs/hero-commercial.jpg") no-repeat center / cover;
    min-height: 830px;
    padding: 120px 60px;
}
.services-hero-wrapper {
    background: url("../imgs/bg-imgs/hero-1.jpg") no-repeat center / cover;
    min-height: 830px;
    padding: 120px 60px;
}
.data-hero-wrapper {
    background: url("../imgs/bg-imgs/hero-data-science.jpg") no-repeat center / cover;
    min-height: 830px;
    padding: 120px 60px;
}
.gaming-hero-wrapper {
    background: url("../imgs/bg-imgs/hero-gaming.jpg") no-repeat center / cover;
    min-height: 830px;
    padding: 120px 60px;
}
.cloud-hero-wrapper {
    background: url("../imgs/bg-imgs/hero-2.jpg") no-repeat center / cover;
    min-height: 830px;
    padding: 120px 60px;
}
.infrastructure-hero-wrapper {
    background: url("../imgs/bg-imgs/hero-4.jpg") no-repeat center / cover;
    min-height: 830px;
    padding: 120px 60px;
}
.about-hero-wrapper {
    background: url("../imgs/bg-imgs/hero-services.jpg") no-repeat center / cover;
    min-height: 830px;
    padding: 120px 60px;
}
/* OverlayPopUp Design Start */
.overlay-popup .modal-dialog {
	max-width: 750px;
}
.overlay-popup .modal-body {
	padding: 45px;
}
.overlay-popup .modal-content {
	background-color: #2B4672;
}
.overlay-popup label {
    color: var(--white);
}
.overlay-popup input, .overlay-popup textarea {
	height: 55px;
	padding: 10px 15px;
    background-color: #607495;
    color: var(--white);
}
.overlay-popup input::placeholder, .overlay-popup textarea::placeholder {
    opacity: .5;
    color: #fefefe;
}
.overlay-popup input, .overlay-popup input:focus, .overlay-popup textarea, .overlay-popup textarea:focus {
    border: 1px solid transparent;
    box-shadow: unset;
    background-color: #607495;
    color: var(--white);
}
.project-urgency {
	display: flex;
	align-items: center;
}
.project-urgency label {
    margin-right: 45px;
}
.project-urgency input {
    display: none;
}
.project-urgency .custom-check label {
    margin-right: 35px;
    padding-left: 22px;
    position: relative;
}
.project-urgency .custom-check label span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #A3A8B6;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}
.project-urgency .custom-check input:checked ~ span {
    background-color: var(--orange);
}
.form-check.custom-check {
	padding-left: 0;
	margin-bottom: 0;
}
.overlay-popup textarea {
    resize: none;
    height: 140px;
}
.submit-btn {
	width: 100%;
	background-color: #ACB9DB;
	height: 55px;
	border-radius: 4px;
	color: #2B4672;
	font-weight: 700;
    font-size: 16px;
}
.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.popup-close {
	border: 1px solid #ACB9DB;
	padding: 5px 7px;
	font-size: 16px;
	color: #ACB9DB;
    transition: all .3s ease-in-out;
}
.popup-close:hover {
    color: var(--white);
    border-color: #DC3545;
    background-color: #DC3545;
}
/* OverlayPopUp Design End */

/* ---------- insights.html CSS End ---------- */

/* -------------Breadcrumb override ------------*/
.breadcrumb-item{
    color: #9ca2aa;
}

.breadcrumb-item a {
    color: #0d6efd;
}

    .breadcrumb-item.active {
        color: #383a49;
        font-style: italic;
    }
</pre></body></html>