<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap'); */
/* body {
  font-family: 'Nunito Sans', sans-serif;
} */
html {
  scroll-behavior: smooth;
}
body {
  font: 1rem/1.8 var(--lti-font-family-BwM-Reg);
}
h1, h2, h3, h4, h5, h6 {
	font-family: BwModelica-Light;
	font-weight: normal;
	text-transform: inherit !important;
	line-height: normal;
}
.btn {
  font-family: 'BwModelicaLTI-Bold';
}
.header {
	height: 120px;
	padding-top: 35px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
	background-color: #fff;
}
.header .naviG {
  margin: 30px auto 15px;
  padding: 0;
  width: 100%;
  display: block;
	text-align: right;
}
.header .naviG li {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  margin-right: 30px;
}
.header .naviG li:last-child {
  margin-right: 0;
}
.header .naviG li a {
  font-size: 16px;
  text-decoration: none;
  color: #707070;
  font-weight: 800;
  font-family: "BwModelicaLTI-Light";
}
.header .naviG li a:hover,
.header .naviG li a.active {
  font-weight: 800;
  color: #2b2f8c;
  font-family: 'BwModelicaLTI-Light';
}
.header .naviG li a:focus {
	font-weight: 800;
	color: #2b2f8c;
	font-family: 'BwModelicaLTI-Light';
}
.header .btn-primary{
  height: 50px;
  width: 168px;
  font-size: 20px;
  font-weight: 800;
  border-radius: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #2b2f8c;
  font-family: 'BwModelicaLTI-Bold';
	filter: grayscale(1);
	margin-top: 16px;
}
/* banner */
.banner {
  position: relative;
/*   height: 395px; */
  height: auto;
	margin-top: 120px;
}
.bannerSlide {
  height: 380px;
/*   height: auto; */
	position: relative;
	
	background-repeat: no-repeat;
    background-position: center;
}
.banner .slick-dots {
  position: absolute;
  bottom: 0 ;
  z-index: 1;
  transform: translate(-50%, -50%);
  left: 50%;
}
.banner .slick-dots li {
  display: inline;
  margin-right: 10px;
}
.banner .slick-dots li button {
  border: 1px solid #fff  !important;
  font-size: 1px;
  border: 0;
  height: 10px;
  width: 10px;
  padding: 0;
  border-radius: 50% !important;
  background-color: transparent;
}
.banner .slick-dots li.slick-active button {
  background-color: #fff;
  font-size: 1px;
  border: 0;
  height: 10px;
  width: 10px;
  padding: 0;
  border: 1px solid #fff;
}
.banner img {
  top: 0;
  width: 100%;
	height: auto;
    left: 50%;
	display: block;
    margin: 0 auto;
}
.banner .slide {
  position: relative;
  z-index: 1;
  color: #fff;
	padding-bottom: 30px;
}
.banner .slide h3 {
/*   font-size: 48px; */
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 18px;
  font-family: 'BwModelicaLTI-Thin';
}
.banner .slide h3 strong {
  font-weight: 800;
  font-family: 'BwModelicaLTI-Bold';
}
.banner .slide .tag {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  margin-top: 82px;
  margin-bottom: 10px;
}
.banner .saveEnvironment .tag {
	margin-top: 50px;
}
.banner .slide .timeDate {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 28px;
  font-family: 'BwModelicaLTI-Light';
}
.banner .btn-primary {
/*   background-image: linear-gradient(to right, #006fb9, #2c2d8b); */
  background-image: linear-gradient(to right, #f58220, #f58220);
	
  /* padding: 21px 42px 15px 29px; */
/*   width: 231px; */
/*   height: 61px; */
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: 0;
  border-radius: 0;
/*   line-height: 50px; */
}
/* intro */
.intro {
/*   background-image: linear-gradient(122deg, #2c2d8b 2%, #006fb9 99%); */
	color: #fff;
	padding-top: 62px;
	padding-bottom: 50px;
	position: relative;
/* 	height: 506px; */
}
.intro:before {
	content: '';
/* 	background-image: linear-gradient(122deg, #2c2d8b 2%, #006fb9 99%); */
	background-color: #fff;
	height: 706px;
	position: absolute;
	top: -10px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.intro h3 {
  font-size: 52px;
  font-weight: bold;
  color: #000;
  margin-bottom: 17px;
  font-family: 'BwModelicaLTI-Bold';
}
.intro h4 {
  font-size: 30px;
  font-weight: 800;
  color: #000;
  margin-bottom: 37px;
}
.intro .p {
  font-size: 16px;
  color: #000;
  line-height: 1.63;
	text-align: justify;
}
.intro .p + .p {
	margin-top: 10px;
}
/* sapSolutions */
.sapSolutions {
/*   margin-top: -200px; */
}
.sapSolutions h3 {
  font-size: 36px;
  font-weight: 300;
  color: #000;
  font-family: 'BwModelicaLTI-Light';
}
.sapSolutions h3 strong {
  font-weight: 800;
  font-family: 'BwModelicaLTI-Bold';
}
.sapSolutionsSlide {
  margin-top: 42px;
}
.sapSolutions {
  height: 675px;
}
.sapSolutions .solutionSlide {
  max-width: 100%;
/*   max-width: 279px; */
/*   height: 514px; */
	height: 555px;
  background-color: #d8d8d8;
  padding: 50px 25px;
  position: relative;
}
.sapSolutions .solutionSlide h3 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  font-family: 'BwModelica-Regular';
  margin-top: 25px;
	min-height: 63px;
}
.sapSolutions .solutionSlide .p {
  color: #212121;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.83;
  text-align: left;
  color: #212121;
	height: auto; /*182px;*/
/* 	overflow: auto; */
}
.sapSolutions .solutionSlide:hover {
  background-color: #f58220;
}
.sapSolutions .solutionSlide:hover h3,
.sapSolutions .solutionSlide:hover .p {
  color: #fff;
}
/* .sapSolutions .solutionSlide:hover .icon img {
  filter: invert(1);
}
 */
.sapSolutions .solutionSlide .icon {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.sapSolutions .solutionSlide .icon.riseSap {
	background-image: url("/wp-content/uploads/2022/05/J2C.png");
}
.sapSolutions .solutionSlide:hover .icon.riseSap {
	background-image: url("/wp-content/uploads/2022/05/J2C-1.png");
}
.sapSolutions .solutionSlide .icon.digitizeCore {
	background-image: url("/wp-content/uploads/2022/05/Digitize-the-core-1.png");
}
.sapSolutions .solutionSlide:hover .icon.digitizeCore {
	background-image: url("/wp-content/uploads/2022/05/Digitize-the-core-2.png");
}


.sapSolutions .solutionSlide .icon.cloudSap {
	background-image: url("/wp-content/uploads/2022/05/Business-Transformation.png");
}
.sapSolutions .solutionSlide:hover .icon.cloudSap {
	background-image: url("/wp-content/uploads/2022/05/Business-Tranformation.png");
}
.sapSolutions .solutionSlide .icon.reimaginSap {
	background-image: url("/wp-content/uploads/2023/03/orcle-4d-4.png");
}



.sapSolutions .solutionSlide .icon.cloudSolution {
	background-image: url("/wp-content/uploads/2022/04/Operate.png");
}
.sapSolutions .solutionSlide:hover .icon.cloudSolution {
	background-image: url("/wp-content/uploads/2022/04/Operate-to-transform-O2T_white.png");
}
.sapSolutions .solutionSlide .icon.modular {
	background-image: url("/wp-content/uploads/2022/04/modular-blue.png");
}
.sapSolutions .solutionSlide:hover .icon.modular {
	background-image: url("/wp-content/uploads/2022/04/modular-white.png");
}
.sapSolutions .solutionSlide:hover .icon.reimaginSap {
	background-image: url("/wp-content/uploads/2023/03/orcle-4d-1.png");
}

.sapSolutions .solutionSlide .icon {
  height: 55px;
  width: 55px;
}
.sapSolutionsSlide .sapSolutions {
  position: relative;
} 
.sapSolutionsSlide .solutionSlide .btn-fill {
  position: absolute;
  bottom: 50px;
  left: 25px;
  background-color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  text-align: left;
  color: #212121;
}
.sapSolutions .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.sapSolutions .slick-prev {
  left: -30px;
}
.sapSolutions .slick-next {
  right: -30px
}
.sapSolutions .sapArrow {
  height: 20px;
  width: 20px;
  position: relative;
}
.sapSolutions .slick-arrow {
  border: 0;
  background-color: transparent;
  height: 30px;
  width: 30px;
}
.sapSolutions .sapArrow {
  position: absolute;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sapSolutions .sapArrow.leftArrow {
  background-image: url(../images/left.png);
}
.sapSolutions .sapArrow.rightArrow {
  background-image: url(../images/right.png);
}
/* speakerSession */
.speakerSession {
  padding: 70px 0px;
} 
.speakerSession h3 {
  font-size: 36px;
  font-weight: 800;
  color: #212121;
  font-family: 'BwModelicaLTI-Bold';
}
.speakerSession .speakerInfo .p,
.speakerSession .speakerMsg {
  font-size: 16px;
  font-weight: 300;
  color: #212121;
}
.speakerSession .speakerInfo strong {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  color: #212121;
  display: block;
  font-family: 'BwModelicaLTI-Bold';
}
.iconCalender {
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-right: 12px;
}
.dateTime {
  font-size: 14px;
  color: #212121;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
.dateTime span {
  margin-right: 30px;
}
.speakerSession .speaker img {
  max-width: 260px;
}
.speakerSession .speaker .speakerInfo {
  background-color: #e1e1e1;
  width: 260px;
  position: relative;
  padding: 5px 16px 18px 16px ;
}
.speakerSession .speaker .speakerInfo:before {
  content: '';
  position: absolute;
  top: -25px;
  right: 0;
  width: 100%;
  border-left: 0 solid transparent;
  border-right: 260px solid #e1e1e1;
  border-bottom: 0 solid transparent;
  border-top: 25px solid transparent;
}
.speakerSession .speaker .speakerInfo .name {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.84;
  color: #212121;
  font-family: 'BwModelicaLTI-Bold';
}
.speakerSession .speaker .speakerInfo .designation {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  color: #212121;
  font-family: 'BwModelicaLTI-Light';
}
.speakerSession .speakerMsg .p {
  color: #212121 !important;
  line-height: 1.71 !important;
}
.speakerSession .btn-primary{
  width: auto;
  height: 36px;
  line-height: 35px;
  border-radius: 0;
  border: 0;
  font-weight: 600;
  padding: 0 10px;
  background-image: linear-gradient(to right, #f58220, #f58220);
  margin-left: 10px;
/* 	filter: grayscale(1); */
}
.speakerSession .btn-primary:hover{
	background-color: #fff !important;
	color:#000 !important;
}
.speakerSession .sp-img{
	align-items: end;
}
/* networkProf */
.networkProf {
  /* background-color: #f7f7f7; */
  /* margin-top: -50px */
  height: 587px;
  position: relative;
  margin-top: 40px;
  background: linear-gradient(to top, #999999 90%, transparent 33%);
}
.networkProf .backdropImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60%;
  height: 587px;
}
.networkProf .networkProfContent {
  margin-top: 80px; /*106px;*/
  background-color: #fff;
  padding:  27px; /*27px 27px 49px;*/
  box-shadow: 9px 9px 15px 0 rgba(137, 137, 137, 0.16);
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.networkProf .networkProfContent h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #212121;
  font-family: 'BwModelica-Regular';
}
.networkProf .networkProfContent h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  color: #000;
  font-family: 'BwModelicaLTI-Bold';
	/*margin-top: 15px;*/
}
.networkProf .networkProfContent .p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #212121;
	margin-top: 15px;
}
.networkProf .networkProfContent span {
  font-size: 18px;
  color: #212121;
  display: block;
  margin-bottom: 12px;
}
.networkProf .networkProfContent h5 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: 36px;
  font-family: 'BwModelicaLTI-Bold';
}
.networkProf .networkProfContent .btn {
  border-radius: 0;
/* background-color: #2c2d8b; */
  background-color: #000;
  color: #fff;
  border: 0;
}
/* meetingAgenda */
.meetingAgenda {
  background-color: #f7f7f7;
  padding-top: 37px;
  padding-bottom: 55px;
}
.meetingAgenda h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  text-align: left;
  color: #212121;
  font-family: 'BwModelica-Regular';
}
.meetingAgenda h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  color: #313131;
  font-family: 'BwModelicaLTI-Bold';
/*   margin-bottom: 27px; */
  margin-bottom: 10px;
}
.meetingAgenda .col-md-12 .p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  text-align: left;
  color: #212121;
/*   max-width: 536px; */
  max-width: 100%;
  margin-bottom: 36px;
}
.meetingAgenda .p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.83;
/*   text-align: justify; */
  text-align: left;
  color: #212121;
  max-width: 276px;
}
.meetingAgenda .btn-primary {
  border-radius: 0;
  background-color: #2c2d8b;
  color: #fff;
  border: 0;
  font-weight: 800;
}
.meetingAgenda .col-md-4 {
	position: relative;
	filter: grayscale(100%);
}
.meetingAgenda .col-md-4:after {
	position: absolute;
	right: 20px;
	content: '';
	height: 13px;
	width: 31px;
	background-image: url(/wp-content/uploads/2022/04/Group-55@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
    top: 10px;
}
.bluePrintPage .meetingAgenda .col-md-12 .p {
	font-size: 16px;
}
.bluePrintPage .meetingAgenda .col-md-4:after {
	background-image: none;
}
.meetingAgenda .col-md-4:last-child::after {
	display: none;
}
/* greenerPlant */
.greenerPlant {
  background-color: #5b5b5b;
  height: 597px;
  color: #fff;
/*   background-image: url(../images/greener.png); */
  background-image: url(/wp-content/uploads/2022/05/Have-a-challenge-for-us-Visit.jpg);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}
.greenerPlant h3 {
  font-size: 36px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  margin: 70px 0 0 0;
  font-family: 'BwModelicaLTI-Thin';
}
.greenerPlant h3 strong {
  font-weight: 800;
  font-family: 'BwModelicaLTI-Bold';
}
.greenerPlant .p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.83;
  margin-top: 33px;
  margin-bottom: 33px;
  color: white;
}
.greenerPlant h4 {
  font-size: 26px;
  line-height: 1;
  color: #fff;
  font-family: 'BwModelica-Regular';
  font-weight: 800;
  margin-top: 10px;
}
.greenerPlant ul {
  margin: 17px 0 33px 20px;
  padding: 0;
}
.greenerPlant ul li {
  padding: 0;
  font-weight: bold;
}
.greenerPlant .btn-default {
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 800;
}
.greenerPlant .btn-default:hover {
	background-color: #f58220;
	color: #fff;
	border: 1px solid #f58220;
}
.greenerPlant h2 {
  margin-top: 52px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #ffd300;
}
/* calenderly */
.calenderly {
  background-color: #e6e6e6;
  padding-top: 47px; 
  padding-bottom: 53px; 
}
.calenderly h3 {
	font-size: 2.625rem;
	font-weight: 400;
	text-align: left;
	color: #000;
	font-family: 'BwModelicaLTI-Thin';
	line-height: 1.3;
}
.calenderly h3 strong { 
	font-weight: 800;
	font-family: 'BwModelicaLTI-Bold';
}
.calenderly input[type="text"],
.calenderly input[type="email"],
.calenderly textarea {
	font-size: 14px;
	width: 100%;
	height: 42px;
  	background-color: rgba(137, 137, 137, 0.1);
	border: 0;
	outline: 0;
	padding-left: 10px;
	border-radius: 0;
}
.calenderly input[type="text"]:placeholder { 
	color: #b5b5b5;
	padding-left: 10px;
}
.calenderly textarea { 
	height: 169px;
	margin-top: 33px;
}
.calenderly .calenderlyForm label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.43;
	letter-spacing: normal;
	text-align: left;
	color: #212121;
}
.calenderly .calenderlyForm input[type="checkbox"]{
	height: 16px;
	width: 16px;
	border-radius: 0;
	margin-right: 10px;
}
.calenderly .calenderlyForm .checkbox{
	margin-top: 42px;
}
.calenderly .calenderlyForm .iagree {
	margin-top: 50px;
	font-size: 10px;
	font-weight: 300;
	line-height: 1.6;
	color: #212121;
}
.calenderly .calenderlyForm .iagree label input[type="checkbox"] {
	margin-right: 10px;
}
.calenderly .calenderlyForm .btn-white {
	width: 186px;
	height: 49px;
	background-color: #fff;
	display: flex;
    justify-content: space-around;
    align-items: center;
	font-size: 19px;
	font-weight: bold;
/* 	color: #2c2d8b !important; */
	color: #000 !important;
	margin-top: 50px;
	border-radius: 0;
}
.calenderly .wpcf7 {
	width: 100%;
	margin-top: 40px !important;
}
.calenderly form.wpcf7-form .row .col-md-12 {
	padding: 0 12px;
}
.calenderly .wpcf7 .privacycheck .subscribed &gt; span &gt; span {
	vertical-align: text-bottom;
	position: relative;
}
.calenderly .wpcf7 .privacycheck label.error {
	position: absolute;
	top: 10px;
}
.calenderly .wpcf7 label, .wpcf7 span.wpcf7-list-item-label {
	font-size: 12px !important;
}

/* meetExperts */
.meetExperts {
  background-image: url(../images/meetExperts.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 97px;
  color: #fff;
}
.meetExperts .btn-white {
  border-radius: 0;
  background-color: #fff;
/*   color: #2c2d8b; */
  color: #000;
  border: 0;
  font-weight: 800;
}
.meetExperts h3 {
  font-weight: 800;
  font-family: 'BwModelica-Regular';
	color: #fff;
}
.meetExpertSlider {
  margin-top: 53px;
}
.meetExperts .expertSlide {
  text-align: center;
}
.meetExperts .expertSlide .ltiPic {
  height: 168px;
  width: 168px;
  border: solid 1px #707070;
  background-color: #3c3c3c;
  border-radius: 50%;
  margin: 0 auto;
	overflow: hidden;
}
.meetExperts .expertSlide .ltiPic img {
	height: 168px;
  	width: 168px;
}
.meetExperts .expertSlide .ltiName {
  margin: 37px auto 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 0.9;
  color: #fff;
}
.meetExperts .expertSlide .ltiName a{
	color: #fff;
}
.meetExperts .expertSlide .expertInfo {
  margin-top: 9px;
	display: none;
}
.meetExperts .sapArrow {
  position: absolute;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.meetExperts .sapArrow.leftArrow {
  background-image: url(../images/left.png);
}
.meetExperts .sapArrow.rightArrow {
  background-image: url(../images/right.png);
}
.meetExperts .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
	transform: translate(0, -50%);
}
.meetExperts .slick-prev {
  left: -30px;
}
.meetExperts .slick-next {
  right: -30px
}
.meetExperts .sapArrow {
  height: 20px;
  width: 20px;
  position: relative;
}
.meetExperts .slick-arrow {
  border: 0;
  background-color: transparent;
  height: 30px;
  width: 30px;
}
/* slider sap */
.meetExpertSlider .slick-dots,
.sapSolutions .slick-dots {
  position: absolute;
  bottom: -60px;
  z-index: 1;
  transform: translate(-50%, -50%);
  left: 50%;
}
.meetExpertSlider .slick-dots li,
.sapSolutions .slick-dots li {
  display: inline;
  margin-right: 10px;
}
.meetExpertSlider .slick-dots li button,
.sapSolutions .slick-dots li button {
  border: 1px solid #2b2f8c  !important;
  font-size: 1px;
  border: 0;
  height: 10px;
  width: 10px;
  padding: 0;
  border-radius: 50% !important;
  background-color: transparent;
}
.meetExpertSlider .slick-dots li.slick-active button,
.sapSolutions .slick-dots li.slick-active button {
  background-color: #2b2f8c;
  font-size: 1px;
  border: 0;
  height: 10px;
  width: 10px;
  padding: 0;
  border: 1px solid #2b2f8c;
}

.meetExpertSlider .slick-dots {
	bottom: -160px;
	padding: 0;
}
.meetExpertSlider .slick-dots li button {
	border: 1px solid #fff  !important;
}
.meetExpertSlider .slick-dots li.slick-active button {
	background-color: #fff;
	border: 1px solid #fff;
}
.meetExpertSlider .slick-dots li:last-child {
	margin-right: 0;
}
.oracleGray {
	background-color: #f3f3f3;
	padding-top: 30px;
	padding-bottom: 90px;
	margin-top: 20px;
}

.bannerOne {
	background-image: url('/wp-content/uploads/2023/03/1_Getting-to-the-future-faster.-Together.png');
}
.bannerTwo {
	background-image: url('/wp-content/uploads/2023/03/2_Meet-Our-Oracle-Experts.png');
}
.bannerThree {
	background-image: url('/wp-content/uploads/2023/03/3_Education-Session.png');
}
.smallTitle {
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}


@media (min-width: 1199px) {
  .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .naviG li{
    margin-right: 10px;
  }
}
@media (min-width: 994px) and (max-width: 1199px) {
	.header .naviG li a {
		font-size: 15px;
	}
}
@media (max-width: 992px) {
	.bannerSlide {
		height: 545px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.bannerSlide .tag,
	.bannerSlide .slide h3,
	.bannerSlide .timeDate {
		color: #373737 !important;
	}
	.bannerSlide.bannerThree .tag,
	.bannerSlide.bannerThree .slide h3,
	.bannerSlide.bannerThree .timeDate {
		color: #FFF !important;
	}
.bannerOne {
	background-image: url('/wp-content/uploads/2023/03/1_getting-to-the-future-Faster.-Together-1.png');
}
.bannerTwo {
	background-image: url('/wp-content/uploads/2023/03/2_Meet-Our-Oracle-Experts-1.png');
}
.bannerThree {
	background-image: url('/wp-content/uploads/2023/03/3_Speaking-Session.png');
}
.banner .slide .tag {
    font-size: 22px;
	margin-top: 42px;
	}
	
	
	.calenderly .wpcf7 .privacycheck label.error {
		position: absolute;
		top: 40px;
	}
	.sapSolutions .solutionSlide {
		height: 600px;
	}
	.banner img {
		top: 0;
		width: auto;
		height: 100%;
		left: 50%;
		display: block;
		margin: 0 auto;
	}
	.banner .slick-dots {
		padding: 0;
	}
/* 	.bannerSlide {
    	height: 475px;
	} */
	
  .logoButton {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0 !important;
    width: 100%;
  }
  .navbar-toggler {
    border: 1px solid #d8d8d8;
    height: 40px;
    margin-top: 15px;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
  }
  .header .naviG {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header .hide {
    display: none;
  }
  .header .naviG li {
    padding: 12px 10px;
    display: block;
    text-align: left;
  }
	.banner {
		margin-top: 112px;
/* 		height: 475px; */
		height: auto;
	}
	.networkProf {
		height: auto;
	}
  .banner .btn-primary {
/*     width: 200px; */
/*     height: 61px; */
		font-size: 18px;
  }
  .banner .slide h3 {
    font-size: 22px;
  }
  .banner .slide .timeDate {
    line-height: normal;
    font-size: 20px;
  }
  .header {
    padding-top: 20px;
    padding-bottom: 0;
    height: auto;
  }
	.intro {
		height: auto;
	}
	.intro:before {
		height: 995px;
	}
  .intro h3 {
    font-size: 32px;
  }
  .intro h4 {
    font-size: 24px;
  }
  .slick-prev {
    right: 0;
  }
  .slick-next {
    right: 0;
  }
  .sapSolutions .solutionSlide {
    margin: 0 auto;
    display: block !important;
  }
  .dateTime {
    flex-direction: column;
  }
  .dateTime span {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .speakerSession .speaker .speakerInfo {
    margin: 0 auto;
  }
  .networkProf .backdropImg {
    width: 100%;
  }
  .networkProf .networkProfContent {
    margin-top: 250px;
	  margin-bottom: 0;
  }
	.meetingAgenda .p {
		max-width: 100%;
	}
  .greenerPlant {
    height: auto;
	  background-size: cover;
  }
	.iconCalender {
		margin-bottom: 10px;
	}
  .greenerPlant h3 {
    margin: 210px 0 0 0;
  }
	.dateTime {
		flex-direction: row;
		margin-left: 20px;
	}
	.networkProf .networkProfContent {
		margin-top: 20px;
	}
	.meetingAgenda {
		padding-top: 65px;
	}
	.speakerSession .btn-primary {
		margin-top: 20px;
	}
	.oracleGray .speakerInfo,
	.oracleGray .speakerMsg,
	.oracleGray .dateTime {
		margin-left: 40px;
	}
}

@media (max-width: 992px)  and (min-width: 800px) {
	.sapSolutions .solutionSlide h3 {
		font-size: 22px;
	}
	.sapSolutions {
		height: 725px;		
	}
	.sapSolutions .solutionSlide {
		height: 620px;
	}
	.greenerPlant h2 {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.networkProf .networkProfContent {
		margin-top: 280px;
	}
	.speaker {
    	text-align: center;
  	}
	.networkProf .backdropImg {
		width: 100%;
    	height: auto;
	}
	.intro:before {
		top: -10px;
	}
	.dateTime {
		flex-direction: column;
	}
	.banner img {
		top: 0;
		width: 100%;
		height: 100%;
		left: 50%;
		display: block;
		margin: 0 auto;
	}
	.speakerSession {
		padding-top: 0;
		margin-top: 150px;
	}
	.oracleGray .speakerInfo,
	.oracleGray .speakerMsg,
	.oracleGray .dateTime {
		margin-left: 0;
	}
	.intro h3 {
		font-size: 30px;
	}
	.intro h4 {
		font-size: 20px;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
  .header {
    padding-top: 25px;
    padding-bottom: 24px;
    height: auto;
  }
}



</pre></body></html>