﻿@font-face {
  font-family: "HCLTech Roobert";
  src: url("https://explore.hcltech.com/sites/misc/fonts/roobert/HCLTechRoobert-Bold.woff2") format("woff2"), url("https://explore.hcltech.com/sites/misc/fonts/roobert/HCLTechRoobert-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HCLTech Roobert";
  src: url("https://explore.hcltech.com/sites/misc/fonts/roobert//HCLTechRoobert-SemiBold.woff2") format("woff2"), url("https://explore.hcltech.com/sites/misc/fonts/roobert/HCLTechRoobert-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HCLTech Roobert";
  src: url("https://explore.hcltech.com/sites/misc/fonts/roobert//HCLTechRoobert-Medium.woff2") format("woff2"), url("https://explore.hcltech.com/sites/misc/fonts/roobert/HCLTechRoobert-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HCLTech Roobert";
  src: url("https://explore.hcltech.com/sites/misc/fonts/roobert/HCLTechRoobert-Regular.woff2") format("woff2"), url("https://explore.hcltech.com/sites/misc/fonts/roobert/HCLTechRoobert-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HCLTech Roobert";
  src: url("https://explore.hcltech.com/sites/misc/fonts/roobert//HCLTechRoobert-Light.woff2") format("woff2"), url("https://explore.hcltech.com/sites/misc/fonts/roobert/HCLTechRoobert-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* CSS Reset */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

.btn:focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    -o-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  font-family: "HCLTech Roobert", sans-serif;
}

a,
a:hover,
a:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

p {
  font-style: normal;
  font-weight: 400;
  color: inherit;
  font-size: 1rem;
  line-height: 1.4;
}

img {
  height: auto;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

main {
  position: relative;
}

.navbar-brand {
  padding: 18px 0;
}

.navbar-brand img {
  width: 140px;
}

.container {
  padding-inline: 15px;
}

.btn:focus {
  box-shadow: 0 0 0 3.2px rgba(38, 143, 255, 0.5);
}
.btn:first-child:active {
  background-color: #0062cc;
  border-color: #005cbf;
}

@media screen and (min-width: 1300px) {
  .container {
    width: 1250px;
    margin: 0 auto;
    padding: 0 0.9375rem;
    max-width: none;
  }
}

#page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 1px);
}

.big-text {
  font-size: 2rem;
  line-height: 1.1;
}

@media screen and (max-width: 1200px) {
  .big-text {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 992px) {
  .big-text {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .px-sm-4 {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 992px) {
  .navbar-brand img {
    width: 120px;
  }
}

.primary-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.btn-primary {
  background: #5f1ebe;
  padding: 0 2.1875rem;
  line-height: 2.75rem;
  font-weight: 400;
  outline-color: transparent;
  box-shadow: none;
  text-align: center;
  font-size: 1.125rem;
  display: inline-block;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border: 2px solid transparent;
  text-transform: capitalize!important;
  border-radius: 5px;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #341688;
  border-color: #341688;
}

/* Banner */
.banner {
	position: relative;
  margin-top: 66px;
  overflow: hidden;
}

.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .banner-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.banner-image.dark-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner .banner-inner .banner-content h2 {
	font-size: 2.8125rem;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
	.banner .banner-inner .banner-content {
		max-width: 55%;
	}
}

@media screen and (max-width: 1200px) {
  .banner .banner-inner .banner-content h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding: 8px 0;
  }
  .banner {
    margin-top: 46px;
  }
  .banner-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: center center;
  }
  .banner .banner-inner .banner-content {
		padding-left: 35px;
	}
	.banner .banner-inner .banner-content h2 {
		font-size: 22px;
	}

}

.section-main {
  padding: 3.125rem 0;
  position: relative;
  z-index: 1;
}

.heading {
  font-size: 2.5rem;
}

/* Site Footer */
.site-footer {
	background: #14142b;
	color: #fff;
	font-size: .75rem;
	line-height: 1.25rem;
	position: relative;
	padding: .9375rem 4.0625rem;
  margin-top: auto;
  margin-bottom: -0.0625rem;
}

@media screen and (max-width: 767px) {
  .site-footer {
    padding: 0.9375rem;
  }
}

.site-footer p,
.site-footer a {
	color: #999;
	margin: 0;
	font-size: .875rem;
}

.menu-footer-links li {
	display: inline-block;
	position: relative;
	padding-left: 0.75rem;
	margin: 0 0 0 0.3125rem;
}

.menu-footer-links li a {
	display: block;
}

.menu-footer-links li+li::before {
	content: "/";
	position: absolute;
	left: 0;
	top: 0;
	color: #999;
}

.menu-footer-links li a:hover {
	color: #0578c3;
}

@media screen and (max-width: 767px) {
	.menu-footer-links ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
