/* Kernel Style */
html,
body {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
}
.active-list {
  background: #063463 !important;
}
.reset-style-block {
  padding: 0px !important;
  margin: 0px !important;
}
.headlist-two {
  background: #004081;
}
.center-text {
  text-align: center;
}
.headlist-one p {
  margin: 0px;
  padding: 5px 0px;
  font-size: 13px;
  float: right;
}
#headlist-two-list {
  list-style: none;
  padding: 5px 0px 40px 0px;
  margin: 0px;
  display: block;
}
.r-paragraph {
  font-size: 12px;
  color: #fff;
  float: right;
  margin-bottom: 0px;
  margin-top: 13px;
}
#headlist-two-list li {
  float: left;
  margin-left: 30px;
  color: #fff;
  font-size: 13px;
}
#headlist-two-list li a {
  font-size: 13px;
  color: #000;
  display: block;
  color: #fff;
}
#headlist-two-list li a:hover {
  text-decoration: none;
}
#headlist-two-list li:first-child {
  margin-left: 0px;
  margin-right: 10px;
}
#headlist-two-list li:first-child a {
  padding: 8px;
}
#headlist-two-list li:nth-child(2) a {
  padding: 8px;
}
#headlist-two-list li:nth-child(2) {
  margin-left: 0px;
}
#headlist-two-list li:nth-child(3) {
  margin-top: 7px;
}
#headlist-two-list li:nth-child(3) {
  margin-top: 7px;
}
#headlist-two-list li:nth-child(4) {
  margin-top: 7px;
}
#headlist-two-list li:nth-child(5) {
  margin-top: 7px;
  margin-left: 10px;
}
#headlist-two-list li:nth-child(6) {
  margin-top: 7px;
  margin-left: 10px;
}
#headlist-two-list li:last-child {
  margin-top: 7px;
  margin-left: 10px;
}

.btn-customer {
  background: #fff;
  box-shadow: 1px 5px 5px #d3d3d3;
  display: block;
  margin: 0px auto;
  width: 130px;
  padding: 10px 5px;
  text-align: center;
  color: #000;
  border: 1px solid #ececec;
  font-size: 14px;
}
.btn-customer:hover {
  text-decoration: none;
}

.heading-customer-voice {
  background: url("img/customer-banner-inside.jpg") center;
  display: block;
  height: 300px;
  background-size: cover;
  width: 100%;
}

.heading-about-banner {
  background: url("img/about-banner.jpg");
  display: block;
  height: 500px;
  background-size: cover;
  width: 100%;
}

.heading-blog-inside {
  background: url("img/blog-banner-inside.jpg");
  display: block;
  height: 300px;
  background-size: cover;
  width: 100%;
}

#block-customer-voice h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
#block-customer-voice p {
  text-align: center;
  font-size: 14px;
}
#block-customer-voice a {
  color: #000;
}

#side-container {
  display: block;
  position: fixed;
  z-index: 999;
  top: 15%;
  right: 0%;
  width: 46px;
  height: 0px;
}
.expand-class-nav {
  width: 480px !important;
}
#slide-click-oasis {
  width: 60px;
  margin-top: 150px;
  cursor: pointer;
}
#side-left {
  float: left;
  display: block;
  width: 100%;
  z-index: 999;
}
.side-left-class {
  width: 10% !important;
}
#side-right {
  float: right;
  display: block;
  height: 500px;
  width: 0%;
}
.side-right-class {
  width: 90% !important;
}

#side-toggle {
  position: absolute;
  right: 0%;
  top: 35%;
  z-index: 9999;
  cursor: pointer;
}
#side-toggle img {
  width: 55px;
}
#schedule-a-call-form {
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 30px 20px;
  border-right: 0px;
}
#schedule-a-call-form input {
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  font-size: 12px;
}
#schedule-a-call-form p {
  font-size: 10px;
  line-height: 20px;
}
#schedule-a-call-form input[type="submit"] {
  background: #004081;
  border: none;
  color: #fff;
  padding: 15px;
}
#schedule-a-call-form textarea {
  margin-top: 10px;
  width: 100%;
  resize: none;
  height: 100px;
  padding: 5px;
  font-size: 12px;
}
#schedule-a-call-form h2 {
  color: #018fd2;
  font-size: 25px;
  font-weight: 900;
}
::-webkit-input-placeholder {
  font-size: 12px;
}

#close-schedule-a-call-btn {
  display: none;
  cursor: pointer;
  float: right;
  margin-bottom: 20px;
  font-size: 30px;
  position: absolute;
  background: #004081;
  padding: 0px 10px;
  color: #fff;
  top: -4%;
  right: 0;
}
.show-btn {
  display: block !important;
}

#kernel-main-nav {
  list-style: none;
  padding: 20px 0px 10px 0px;
  margin: 0px;
}
#kernel-main-nav li {
  float: left;
  margin-left: 30px;
}
#kernel-main-nav li a {
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#kernel-main-nav li a:hover {
  text-decoration: none;
  color: #c5960b;
}
#kernel-main-nav li:first-child {
  margin-left: 0px;
}
#kernel-main-nav li:nth-child(2) {
  margin-left: 10px;
  margin-right: 15px;
}
#kernel-main-nav li:nth-child(2) img {
  margin-top: 15px;
}
#kernel-main-nav li:nth-child(3) a {
  margin-top: 23px;
}
#kernel-main-nav li:nth-child(4) a {
  margin-top: 23px;
}
#kernel-main-nav li:nth-child(5) a {
  margin-top: 23px;
}
#kernel-main-nav li:nth-child(6) a {
  margin-top: 23px;
}
#kernel-main-nav li:nth-child(7) a {
  margin-top: 23px;
}
#kernel-main-nav li:nth-child(8) a {
  margin-top: 23px;
}
#kernel-main-nav li:nth-child(9) a {
  margin-top: 23px;
}
#kernel-main-nav li:last-child a {
  margin-top: 12px;
}
#kernel-main-nav li:last-child {
  margin-left: 25px;
}

#dropdown-about {
  padding: 0px;
  margin: 30px 0px;
  position: absolute;
  z-index: 99999;
  display: none;
}
#dropdown-about li:first-child {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
#dropdown-about li {
  float: none !important;
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}
#dropdown-about li a {
  margin: 0px !important;
  padding: 15px 35px !important;
  background: #fff;
  text-transform: uppercase;
}
#dropdown-about li a:hover {
  background: #f1b614 !important;
  color: #fff;
}
#about-kernel-p {
  padding-bottom: 30px;
  cursor: pointer;
}

#about-kernel-p:hover #dropdown-about {
  display: block !important;
}

#dropdown-solutions2 {
  padding: 0px;
  margin: 0px 0px;
  position: absolute;
  z-index: 99999;
  display: none;
}
#dropdown-solutions2 li:first-child {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
#dropdown-solutions2 li {
  float: none !important;
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}
#dropdown-solutions2 li a {
  margin: 0px !important;
  padding: 15px 35px !important;
  background: #fff;
  text-transform: uppercase;
}
#dropdown-solutions2 li a:hover {
  background: #f1b614 !important;
  color: #fff;
}
#dropdown-solutions2 {
  display: block !important;
}

#dropdown-solutions {
  padding: 0px;
  margin: 30px 0px;
  position: absolute;
  z-index: 99999;
  display: none;
}
#dropdown-solutions li:first-child {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
#dropdown-solutions li {
  float: none !important;
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}
#dropdown-solutions li a {
  margin: 0px !important;
  padding: 15px 35px !important;
  background: #fff;
  text-transform: uppercase;
}
#dropdown-solutions li a:hover {
  background: #f1b614 !important;
  color: #fff;
}
#solutions-kernel-p {
  padding-bottom: 30px;
  cursor: pointer;
}

#solutions-kernel-p:hover #dropdown-solutions {
  display: block !important;
}

#sap-solutions-section {
  padding: 50px 0px;
}
#sap-solutions-section h1 {
  font-weight: 700;
}

#solutions-section {
  padding: 80px 0px 90px 0px;
}
#solutions-section h1 {
  font-weight: 700;
}
#solutions-section img {
  margin: 0px auto;
  display: block;
}
#solutions-section .center-text {
  margin-bottom: 80px;
}
.class-solution p {
  text-align: center;
  margin-top: 20px;
}
.class-solution a {
  color: #000;
}
.carousel-control-next,
.carousel-control-prev {
  width: 5% !important;
}

#customervoice-carousel img {
  margin: 0px auto;
  display: block;
}
#left-carousel-2:hover {
  text-decoration: none;
}
#business-one-section {
  padding: 100px;
}
.customer-voice-headertext {
  color: #000;
}

.customer-voice-headertext:hover {
  color: #f4c145;
  text-decoration: none;
}

.request-demo-kernel {
  background: #004081;
  padding: 10px;
  color: #fff !important;
  font-weight: 700;
}

.btn-slider {
  background: #be9227;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #f4c145;
  outline: 2px solid #be9227;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-slider:hover {
  text-decoration: none;
  color: #fff;
  background: #f4c145;
}

#kernel-main-slider h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}
#kernel-main-slider p {
  font-size: 20px;
  color: #fff;
}
#kernel-main-slider .container {
  padding-top: 150px;
}

#kernel-main-slider2 h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}
#kernel-main-slider2 h3 {
  font-size: 25px;
  color: #fff;
}
#kernel-main-slider2 p {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
}
#kernel-main-slider2 .container {
  padding-top: 150px;
}

#customer-voice-section {
  padding: 50px 0px 80px 0px;
  background: url("../img/voice-banner.jpg") no-repeat center;
  background-size: cover;
}
#customer-voice-section h1 {
  margin-bottom: 50px;
  color: #000;
  font-weight: 800;
}

#n-footer-kernel {
  padding-top: 40px;
  background: #004081;
  padding-bottom: 100px;
}
#n-footer-kernel h1 {
  margin-bottom: 50px;
  color: #fff;
  font-weight: 700;
}
#n-footer-kernel input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #efefef;
  padding: 10px 0px;
  margin-bottom: 15px;
  font-size: 13px;
  background: none;
  color: #fff;
}
#n-footer-kernel input::placeholder {
  font-size: 13px;
  color: #bbbbbb;
}
#abt-project {
  margin-top: 20px;
  width: 100%;
  resize: none;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
#n-footer-kernel input[type="checkbox"] {
  width: 20px;
}
#n-footer-kernel input[type="submit"] {
  float: right;
  width: 200px;
  background: #be9227;
  border-bottom: 0px;
}
#n-footer-kernel input:focus {
  outline: none;
}
#n-footer-kernel textarea {
  height: 100px;
  color: #fff;
  font-size: 13px;
  background: none;
}
#n-footer-kernel textarea::placeholder {
  font-size: 13px;
  color: #bbbbbb;
}
#n-footer-kernel textarea:focus {
  outline: none;
}
#n-footer-kernel p {
  font-size: 13px;
  color: #fff;
}
.get-started-sbmt {
  background: #018fd2;
  color: #fff;
}
.btn-slider2 {
  background: #be9227;
  color: white;
  font-weight: 700;
  padding: 5px;
  font-size: 15px;
  border: 1px solid #f4c145;
  outline: 2px solid #be9227;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#request-a-demo {
  padding-top: 10px;
}
#request-a-demo h1 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}
#request-a-demo input {
  width: 100%;
  border: none;
  padding: 10px 0px;
  font-size: 10px;
}
#request-a-demo input::placeholder {
  font-size: 10px;
  color: #bbbbbb;
}
#request-a-demo input[type="checkbox"] {
  width: 20px;
}
#request-a-demo input[type="submit"] {
  width: 100%;
  padding: 15px 5px;
}
#request-a-demo input:focus {
  outline: none;
}
#yourmessage-oasis-rad {
  height: 35px;
  font-size: 13px;
  color: #000;
  width: 100%;
  margin: 7px;
  width: 100%;
  resize: none;
  background-color: #d8d8d8;
  border: none;
}
#yourmessage-oasis-rad::placeholder {
  font-size: 13px;
  color: #6a6a6a;
}
#yourmessage-oasis-rad:focus {
  outline: none;
}
#request-a-demo select:focus {
  outline: none;
}

#request-a-demo p {
  font-size: 10px;
}
#request-a-demo select {
  padding-bottom: 10px;
  font-size: 10px;
  color: #000;
  width: 100%;
  margin-top: 20px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.get-started-sbmt {
  background: #004081;
  color: #fff;
}

@media screen and (max-width: 600px) {
  #request-demo-slider {
    display: none !important;
  }
  #request-mobile-slider {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  #request-mobile-slider {
    display: block !important;
  }
}
#request-mobile-slider {
  display: none;
}
#request-mobile-slider {
  text-align: center !important;
  border: 0.5px white !important;
  outline: 2px solid #004081 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="file"] {
  display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="file"]::-webkit-file-upload-button {
  color: #bbbbbb;
  background: none;
  border: none;
  outline: none;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
  cursor: pointer;
  padding-bottom: 4px !important;
}

.custom-file-upload {
  display: inline-block;
  margin-bottom: 2px;
  color: #bbbbbb;
  cursor: pointer;
  font-size: 13px;
}

#partners-section {
  padding-top: 50px;
  padding-bottom: 100px;
}
#partners-section h1 {
  margin-bottom: 80px;
  color: #000;
  font-weight: 800;
}

#footer-kernel-main {
  padding: 60px 0px 10px 0px;
}
#footer-kernel-main ul {
  padding: 0px;
  list-style: none;
}
#footer-kernel-main h1 {
  font-size: 18px;
  font-weight: 700;
}
#footer-kernel-main p {
  font-size: 12px;
  line-height: 25px;
}
#footer-kernel-main li {
  margin-bottom: 5px;
}
#footer-kernel-main li a {
  font-size: 12px;
  color: #000;
}
#footer-kernel-main li a:hover {
  color: #be9227;
  text-decoration: none;
}

.solution-inner {
  padding-bottom: 60px;
}
.solution-inner p {
  font-size: 14px;
  line-height: 22px;
}
.bcmbs {
  font-size: 11px;
  padding-top: 10px;
}
.h1-inside {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 10px;
}
.side-solutions {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.side-solutions li a {
  display: block;
  background: #f2f2f2;
  margin-bottom: 3px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.side-solutions li a:hover {
  background: #6f9cdf;
  text-decoration: none;
  color: #fff;
}
.side-solutions-active {
  border-left: 5px solid #6f9cdf;
}
.side-solutions-active a {
  padding-left: 15px !important;
}

.h3-inside-solution {
  border-left: 5px solid #6f9cdf;
  background: #f2f2f2;
  font-size: 14px;
  padding: 20px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.paragraph-h1-solutions {
  font-size: 20px;
  font-weight: 600;
}
.ul-inside-solutions {
  padding: 0px;
  margin: 0px 16px;
}
.ul-inside-solutions li p {
  margin-bottom: 0px !important;
}
#mobile-menu {
  display: none;
  padding: 10px 20px;
}

#mobile-menu-kernel {
  background: red;
  width: 40px;
  height: 20px;
  position: absolute;
  right: 5%;
  top: 0;
  cursor: pointer;
  z-index: 999;
}

#ham-menu-2 {
  display: block;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-top: 21px;
  right: 6%;
  float: right;
}

#ham-menu-2 span {
  height: 4px;
  width: 100%;
  background: #ec8934;
  display: block;
}
#ham-menu-2 span:first-child {
  position: absolute;
  top: 0%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#ham-menu-2 span:nth-child(2) {
  position: absolute;
  top: 40%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#ham-menu-2 span:last-child {
  position: absolute;
  bottom: 0%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#ham-menu-2 .active-first {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 42% !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#ham-menu-2 .active-middle {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#ham-menu-2 .active-last {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 40% !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mobile-ct {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  display: none;
}
.activate {
  display: block !important;
}
.mobile-ct li {
  display: block;
  width: 100%;
  margin-bottom: 0px !important;
  padding-bottom: 10px !important;
}
.mobile-ct li:last-child {
  margin-bottom: 0px;
}
.mobile-ct li a {
  display: block;
  padding: 10px 0px;
  color: #000;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.mobile-ct li a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  #headlist-two-list {
    margin: 0px auto;
    width: 400px;
  }
  .r-paragraph {
    float: none;
    text-align: center;
  }
  .headlist-two {
    padding-bottom: 15px;
    padding-top: 10px;
  }
  #srch-kernel {
    width: 90% !important;
  }
  .headlist-three {
    display: none;
  }

  /*#mobile-get-invoice {
  display: block !important;
  }
  #desktop-get-invoice {
  display: none !important;
  }*/
}


@media (max-width: 998px) {
  .headlist-three {
    display: none;
  }
  #mobile-menu {
    display: block !important;
    position: relative;
  }
  #heading-about-banner2 {
    display: none !important!
  }

}

@media only screen and (max-width: 768px) {
  
  #mobile-get-invoice {
    display: block !important;
  }
  #desktop-get-invoice {
    display: none !important;
  }
}

/* Add Styles */

#dl-broucher-btn-blk {
  position: absolute;
  left: 4%;
  background: #fda80d;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
  bottom: 28%;
  font-size: 12px;
}

#dl-broucher-btn-blk2 {
  position: absolute;
  left: 8%;
  background: #fda80d;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
  bottom: 47%;
  font-size: 12px;
}


#form-bone-mobile {
  display: none;
}

#form-bone-mobile #auth-code-slider {
  width: 100% !important;
  margin-bottom: 10px;
}

@media (max-width: 580px) {
  #dl-broucher-btn-blk {
    padding: 10px 10px;
    font-size: 9px;
  }
}

@media (max-width: 768px) {
  #dsktp-blk-form-right {
    display: none;
  }
  #form-bone-mobile {
    display: block;
  }
  .solution-inner {
    padding: 10px 30px;
  }
}

@media(max-width:998px){

  #mobile-version-test {display: block !important;}
  #desktop-version-test {display: none !important;}
  #sapb1package {padding:0px !important;}
}
#mobile-version-test {display: none;}
