/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Nunito Sans', sans-serif;
  color: #444444;
}
a {
  color: #106eea;
  text-decoration: none;
}
a:hover {
  color: #3b8af2;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito Sans', sans-serif;
}
p{
  font-size: 18px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ca0404;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ca0404;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ca0404;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.fixed-top {
  position: absolute;
}
#header {
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  background: transparent;
}
#header.header-scrolled {
  top: 0;
  padding: 15px;
  /*background: linear-gradient(to left, #3a444c 0%, #1a1f25 100%);*/
  background: linear-gradient(to bottom left, #ca0404 0%, #000000 68%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
}
#header.fixed-top {
  height: 100px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #106eea;
}
#header .logo img {
  height: 50px;
}
.single.single-post #header {
    background: #000;
}
.page-template-about #header {
    background-color: #000;
}
.page-template-cloud-paas #footer {
    padding: 15% 0 0 0;
}
.page-template-oracle-cloud-implementation-services #footer {
        padding: 15% 0 0 0;
}
.page-template-managed-service #footer{
    padding: 15% 0 0 0;
}
.page-template-oracle-cloud-support-services #footer{
    padding: 15% 0 0 0;
}
.page-template-reporting-service #footer {
    padding: 15% 0 0 0;
}
.cta-section p span {
    font-weight: 900;
}
/*.scrolled-offset{
  margin-top: 70px;
}*/
@media screen and (max-width: 767.98px){
  #header .logo img {
    max-height: 60px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin-left: 210px;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  text-align: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 0 10px;
}
#menu-main-menu .active a{
  font-size: 16px;
  color: #fff;
  /*min-height: 100px;*/
  border-bottom: 2px solid #ca0404;
  padding: 0px 10px;
  /*padding-bottom: 0px;
  padding-top: 60px;
  margin-top: -65px;*/
}
#menu-main-menu .active .drop-ul a {
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid #ca0404;
    padding: 10px 30px;
}
#menu-main-menu .active:hover{
  border-bottom: none;
}
#menu-main-menu .menu-item-has-children {
  font-size: 16px;
  color: #fff;
  min-height: 0;
  padding: 0px 10px;
  padding-bottom: 0px;
  padding-top: 0;
  margin-top: 0;
}
#menu-main-menu .drop-ul .active {
  font-size: 16px;
  color: #fff;
  min-height: 0;
  padding: 0;
  padding-bottom: 0px;
  padding-top: 0;
  margin-top: 0;
}
.navbar a:hover, .navbar li:hover > a {
    font-size: 16px;
    /*background-color: #ca0404;*/
    color: #fff;
    /*min-height: 100px;*/
    border-bottom: 2px solid #ca0404;
    padding: 0px 10px;
    /*padding-bottom: 0px;
    padding-top: 50px;
    margin-top: -50px;*/
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  /* transition: 0.3s; */
  position: relative;
}
#header .logo img {
  height: 30px;
}
img.oracle-logo {
  height: 20px;
}
.navbar a:hover, .navbar .current-menu-item a, .navbar .current-menu-item a:focus, .navbar li:hover > a {
  color: #fff;
}
.navbar .drop-ul a:hover, .navbar .drop-ul .current-menu-item a, .navbar .drop-ul .current-menu-item a:focus, .navbar .drop-ul li:hover > a {
  font-size: 16px;
  background-color: unset;
  color: #fff;
  min-height: unset;
  padding: 10px 30px;
  padding-bottom: 0px;
  /* padding-top: 5px; */
  margin-top: 0;
}
.navbar a i, .navbar a:focus i {
  /*font-size: 12px;*/
  line-height: 0;
  /*margin-left: 5px;*/
  display: none;
}
.navbar > .drop-ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ca0404;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .current-menu-item a:before {
  visibility: visible;
  width: 100%;
}
.navbar .drop-ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #ca0404;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .drop-ul li {
  min-width: 200px;
}
.navbar .drop-ul a {
  padding: 10px 30px;
  font-weight: 400;
}
.navbar .drop-ul a i {
  font-size: 12px;
}
.navbar .drop-ul a:hover, .navbar .drop-ul .active:hover, .navbar .drop-ul li:hover > a {
  color: #fff;
  padding: 10px 30px;
  border-bottom: none;
}
/*.navbar :hover > .drop-ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}*/
/*.navbar .drop-ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}*/
.navbar :hover > .drop-ul {
  opacity: 1;
  top: calc(100% + 10px);
  left: calc(40%);
  visibility: visible;
}
@media screen and (max-width: 1199.98px) {
  #menu-main-menu .menu-item-has-children {
    font-size: 16px;
    color: #fff;
    min-height: 0;
    padding: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
  }
  #menu-main-menu .active {
    font-size: 16px;
    color: #fff;
    min-height: 0;
    padding: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .navbar a:hover, .navbar .current-menu-item a, .navbar .current-menu-item a:focus, .navbar li:hover > a {
    font-size: 16px;
    background-color: #ca0404;
    color: #fff;
    min-height: 0;
    padding: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767.98px){
  .navbar > .drop-ul > li > a:before {
    display: none;
  }
  i.fa.mobile-nav-toggle.fa-times {
    top: 45px;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {

  .navbar ul {
    display: none;
  }
  .mobile-nav-toggle {
    display: block;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px 0;
    background-color: #000;
    overflow-y: auto;
    transition: 0.3s;
    width: auto;
    height: 100%;
}
.navbar-mobile .menu-item-has-children>.dropdown-active {
    display: block;
    background: transparent;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px;
  font-size: 15px;
  color: #fff;
}
.navbar-mobile > .drop-ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #81f2d5;;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .drop-ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .drop-ul li {
  min-width: 200px;
}
.navbar-mobile .drop-ul a {
  padding: 10px 20px;
}
.navbar-mobile .drop-ul a i {
  font-size: 12px;
}
.navbar-mobile .drop-ul a:hover, .navbar-mobile .drop-ul .active:hover, .navbar-mobile .drop-ul li:hover > a {
  color: #106eea;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.header-scrolled{
  background-color: #000;
}

@media (max-width: 1199.98px) {
  /*.mobile-nav-toggle {
    display: none;
  }*/
  .navbar > ul > li {
    white-space: nowrap;
    padding: 0;
  }
  .navbar a:hover, .navbar .current-menu-item a, 
  .navbar .current-menu-item a:focus, .navbar li:hover > a{
    padding: 10px;
  }
}

@media screen and (max-width: 767.98px){
  .mobile-nav-toggle {
      display: block;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f8f8f8;
}
.section-bg-red {
  background-color: #ca0404;
  color: #fff;
}
.section-title h2 {
    font-size: 48px;
    color: #cb0c0c;
    font-weight: 800;
}
.section-title span {
    color: #000;
    font-weight: 600;
}
.section-bg-red h1 {
  color: #fff;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.sec-title h1 {
  font-size: 72px;
  font-weight: 700;
  margin: 0;
  color: #ca0404;
  text-align: center;
}
.sec-title p {
  font-size: 36px;
  margin: 0;
  color: #000;
  line-height: 40px;
}

.pink-bg{
  background-color: #fcf9f9;
  padding: 20px;
  border-radius: 5px;
}

.border-right-sec{
  border-left: 5px solid #cb0c0c;
  padding-left:20px ;
}

@media screen and (max-width: 1199.98px){
.section-title h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 991.98px){
.section-title h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767.98px){
section {
    padding: 30px 0;
  }
.section-title h3 {
    font-size: 25px;
  }
}

/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/
#hero{
  padding: 0;
  height: 100vh;
}
.hero-content{
  position: absolute;
  top: 40%;
  bottom: 0;
  right: 0;
  left: 0;
}
.content-text h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 700;
}
.content-text h1 span {
  background-color: #ca0404;
  padding: 0 10px;
}
.content-text p {
  color: #fff;
  font-size: 40px;
}
.slick-initialized .slick-slide {
    display: block;
    position: relative;
}
.slick-slide img {
  display: block;
  margin-top: 200px;
}
.slick-dots {
  position: absolute;
  top: 0;
  color: #fff;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  transform: rotate(90deg);
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-size: 20px;
  width: 30px;
  height: 30px;
  opacity: 1;
  color: #fff;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ca0404;
}

/*--------------------------------------------------------------
# What Makes Section
--------------------------------------------------------------*/
.about h1 {
  font-size: 72px;
  line-height: 70px;
  color: #ca0404;
  font-weight: 700;
}
.fa { 
  font-size: 19px; 
  width: 20px;
  margin: auto;
}
.btn-slide { 
  position: relative;
  display: inline-block; 
  height: 50px;
  width: 40%;
  line-height: 50px;
  margin: 25px 0;
  padding: 0px;
  border-radius: 10px 0px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,0.7);
  background: #ca0404;
}
.btn-slide:active { 
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0,0.7);
  -webkit-transform: scale(0.98);
  transform: scale(0.96);
}
.btn-slide:hover { 
  background: #ca0404
}
.btn-slide span.circle { 
  display: flex;
  background-color: #fff;
  color: #ca0404;
  position: absolute;
  margin: 5px;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  border-radius: 10% 0%;
  transition: all 1.5s ease;
  align-content: center;
  justify-content: flex-start;
 }
.btn-slide:hover span.circle { 
  left: 100%;
  margin-left: -45px;
  background-color: #fff;
  color: #ca0404;
}
.btn-slide span.title { 
  position: absolute;
  left: 85px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  transition: all 1.5s linear;
 }
.btn-slide span.title-hover { opacity: 0;}
.btn-slide:hover span.title { opacity: 0; }
.btn-slide:hover span.title-hover { opacity: 1; left: 60px; }


/*--------------------------------------------------------------
# Our Offerings
--------------------------------------------------------------*/
section.parent {
  padding: 0;
}
.offer-title-section {
  color: #fff;
  padding: 20px 0 10px;
}

.sec-title.text-center h3 {
  font-size: 90px;
  color: #d4dee2;
  font-weight: 900;
  text-transform: uppercase;
}
.offer-title-section .sec-title p {
  font-size: 27px;
  margin: 0;
  color: #000;
  font-weight: 700;
}
.gallery{
  display:flex;
  overflow: hidden;
  margin-left: -80px; 
  margin-right: -80px;
}
.gallery > div {
  width: 25%;
  height: 500px;
  overflow: hidden;
  position: relative; 
  transform: skew(-16deg);
  overflow: hidden; 
}
.gallery > div:first-child {
  width: 30%;
}
.gallery > div:last-child {
  width: 30%;
}
.gallery > div >img {   
  transform: skew(11deg);
  flex: 1;
  object-fit: cover;
  width: 150%;
  height: auto;
  position: absolute;
  left: -30%;
  transition:.3s all;
}
.gallery > div:hover >img {   
  width: 160%; 
}
.gallery > div > h2 {    
  flex: 1; 
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  left:35%;
  top:65%;
  transform: translate(0%,0) skew(15deg);
  color:white;
  transition:.3s all;
}
.gallery > div:hover > h2 { 
  top:50%;
}
.gallery > div > span {    
  flex: 1;
  position: absolute;
  left: 80%;
  top: 85%;
  color: #000;
  transition: .3s all;
  background-color: #fff;
  padding: 5px 5px;
}
.gallery > div:hover > span { 
  top:75%;
}
a.animation-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*.mobile-gallery > div {
  transform: skew(0deg);
  overflow: hidden;
}
.mobile-gallery > div > h2 {    
  flex: 1; 
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  left:35%;
  top:65%;
  transform: translate(0%,0) skew(0deg);
  color:white;
  transition:.3s all;
}
.mobile-gallery > div:hover > h2 { 
  top:50%;
}
.mobile-gallery > div > span {    
  flex: 1;
  position: absolute;
  left: 80%;
  top: 85%;
  color: #000;
  transition: .3s all;
  background-color: #fff;
  padding: 5px 5px;
}
.mobile-gallery > div:hover > span { 
  top:75%;
}
a.animation-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}*/

/*--------------------------------------------------------------
# Industries
--------------------------------------------------------------*/
.Industries #Industries {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.Industries-item{
  text-align: center;
  max-height: 195px;
}
.Industries-item h4{
  position: relative;
  bottom: 50%;
  color: #fff;
  font-size: 30px;
}
.Industries .Industries-img{
  width: 100%;
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.our-services{
  background: url("../img/Services-bg.png");
}
.our-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 100%;
}
.our-services .icon-box img {
  min-width: 70px;
}
.our-services p{
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.our-services .icon {
  padding: 20px;
}
.our-services .title {
  font-weight: 700;
  margin: 0px;
  font-size: 18px;
}
.our-services .title a {
  color: #111;
  font-size: 24px;
}

/*--------------------------------------------------------------
# What People Are Saying
--------------------------------------------------------------*/
#home-power-bi {
    padding: 0;
}

.home-power-bi-title h2 {
    font-size: 250px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    color: #d4dee2;
}

.home-power-bi-contact-title h2 {
    color: #cb0c0c;
    font-weight: 900;
    font-size: 70px;
    margin: 20px 0 0 0;
}

.home-power-bi-contact-title h3 {
    color: #000;
    font-weight: 900;
    font-size: 60px;
}

.home-power-bi-contact-title p {
    font-size: 22px;
    color: #000;
}

/*--------------------------------------------------------------
# Case Studies
--------------------------------------------------------------*/
.case-studies .icon-box {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.case-studies .icon-box img{
  border-radius: 10px;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  width: 406px;
  height: 256px;
}

.case-studies .title {
  font-weight: 700;
  margin: 15px 0px 10px 0px;
  font-size: 28px;
  color: #111;
}
.case-studies .title a {
  color: #111;
}
.case-studies .description {
  color: #ca0404;
  font-size: 16px;
  margin: 15px 0px 10px 0px;
}

.view-more-button .btn-slide { 
  position: relative;
  display: inline-block; 
  height: 50px;
  width: 20%;
  line-height: 50px;
  margin: 25px 0;
  padding: 0px;
  border-radius: 10px 0px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,0.7);
  background: #ca0404;
}
.view-more-button .btn-slide:active { 
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0,0.7);
  -webkit-transform: scale(0.98);
  transform: scale(0.96);
}
.view-more-button .btn-slide:hover { 
  background: #ca0404
}
.view-more-button .btn-slide span.circle { 
  display: flex;
  background-color: #fff;
  color: #ca0404;
  position: absolute;
  margin: 5px;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  border-radius: 10% 0%;
  transition: all 1.5s ease;
  align-content: center;
  justify-content: flex-start;
 }
.view-more-button .btn-slide:hover span.circle { 
  left: 100%;
  margin-left: -45px;
  background-color: #fff;
  color: #ca0404;
}
.view-more-button .btn-slide span.title { 
  position: absolute;
  left: 85px;
  top: -15px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  transition: all 1.5s linear;
 }
.view-more-button .btn-slide span.title-hover { opacity: 0;}
.view-more-button .btn-slide:hover span.title { opacity: 0; }
.view-more-button .btn-slide:hover span.title-hover { opacity: 1; left: 60px; }


.connect-expert .btn-slide { 
  position: relative;
  display: inline-block; 
  height: 50px;
  width: 50%;
  line-height: 50px;
  margin: 25px 0;
  padding: 0px;
  border-radius: 10px 0px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,0.7);
  background: #ca0404;
}
.connect-expert .btn-slide:active { 
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0,0.7);
  -webkit-transform: scale(0.98);
  transform: scale(0.96);
}
.connect-expert .btn-slide:hover { 
  background: #ca0404
}
.connect-expert .btn-slide span.circle { 
  display: flex;
  background-color: #fff;
  color: #ca0404;
  position: absolute;
  margin: 5px;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  border-radius: 10% 0%;
  transition: all 1.5s ease;
  align-content: center;
  justify-content: flex-start;
 }
.connect-expert .btn-slide:hover span.circle { 
  left: 100%;
  margin-left: -45px;
  background-color: #fff;
  color: #ca0404;
}
.connect-expert .btn-slide span.title { 
  position: absolute;
  left: 85px;
  top: 0px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  transition: all 1.5s linear;
 }
.connect-expert .btn-slide span.title-hover { opacity: 0;}
.connect-expert .btn-slide:hover span.title { opacity: 0; }
.connect-expert .btn-slide:hover span.title-hover { opacity: 1; left: 60px; }

.blog-view-more .view-more-button .btn-slide span.title {
    position: absolute;
    left: 85px;
    top: 0;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    transition: all 1.5s linear;
}

/*--------------------------------------------------------------
# Life At Convelox
--------------------------------------------------------------*/
.life-at-convelox h1 {
  font-size: 72px;
  font-weight: 700;
}
.life-at-convelox p {
  font-size: 24px;
}

/*--------------------------------------------------------------
contact section
--------------------------------------------------------------*/
.contact-title{
    text-align: center;
}
.contact-title h1 {
    font-weight: 800;
}
.contact-title h1 {
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-size: 48px;
}
section#contact-form {
    background: #ca0404;
    color: #fff;
    padding: 90px 130px 60px;
    overflow: visible;
}
form#contact-form {
    text-align: center;
    justify-content: center;
    display: flex;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px 0;
    line-height: 1.5;
    color: #fff;
    background-color: #ca0404;
    border-bottom: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-top: 0;
    border-right: none;
    border-left: none;
    appearance: auto;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: unset;
    opacity: 1;
}
input.contact-submit {
    background-color: #fff;
    color: #111;
    border: none;
    padding: 6px 50px;
    margin-top: 20px;
}

.form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.form-control::placeholder {
  color: #fff;
}
/*--------------------------------------------------------------
Footer section
--------------------------------------------------------------*/
footer#footer {
    background: #111;
    color: #fff;
    padding: 50px 0 20px 20px;
}
.about-footer ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
}
.about-footer ul li {
    margin-right: 10px;
}
.footer-top h2:before {
    content: "";
    width: 3px;
    height: 35px;
    color: #ca0404;
    background-color: #ca0404;
    display: block;
    position: absolute;
    margin-left: -10px;
}
.footer-top h2 {
    margin-bottom: 30px;
}
.about-footer p {
    margin-bottom: 20px;
}
.contact-footer .phone,.contact-footer .email {
    display: flex;
    align-items: center;
}
.contact-footer .phone img,.contact-footer .email img {
    margin-right: 20px;
}
.contact-footer .contact-detail p,.contact-footer .email-detail p {
    margin-bottom: 5px;
}
.contact-footer .phone {
    margin-bottom: 20px;
}
.contact-footer a {
    color: #fff;
}
form#newsletter input {
    line-height: 30px;
    font-size: 17px;
    padding: 5px;
    margin-bottom: 20px;
}
form#newsletter .newsletter-submit {
    background-color: #ca0404;
    color: #fff;
    padding: 7px 20px;
    margin-left: -6px;
}
.footer-top .row:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #666666;
    display: block;
    margin: 30px 0;
}
.footer-menu ul {
    list-style-type: none;
    display: flex;
    justify-content: end;
}
.footer-menu ul li {
    margin-right: 15px;
}
.footer-menu ul li a{
    color: #fff;
}
.wpcf7-not-valid-tip {
    color: #fff!important;
    font-size: 1em!important;
    font-weight: normal!important;
    display: block!important;
    padding-top: 10px!important;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 24px!important;
    position: relative;
}

/*--------------------------------------------------------------
# Case Study Page
--------------------------------------------------------------*/
#case-study-hero {
    padding: 0;
}
.case-hero-main {
    position: relative;
}
.case-hero-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-hero-content-text {
    text-align: center;
    color: #fff;
}

.single-case-study-main {
    text-align: left;
}
.single-case-study-image img {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 10px;
}
.single-case-study-date h5 {
    color: #ca0404;
    margin: 30px 0 20px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.single-case-study-title h3 {
    color: #181818;
    font-weight: 600;
    font-size: 22px;
}
.single-whitepaper-main {
    text-align: left;
    box-shadow: 0px 5px 10px #000;
    border-radius: 10px;
    padding: 20px;
    min-height: 350px;
    max-height: 350px;
}
.single-whitepaper-title {
    padding: 20px;
}
.single-whitepaper-title p {
    background-color: #ca0404;
    width: fit-content;
    padding: 5px 30px;
    margin-top: 25px;
    color: #fff;
}
.single-whitepaper-title h3 {
    color: #181818;
    font-weight: 900;
    font-size: 34px;
}
.single-whitepaper-image img {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    /* border-radius: 10px; */
}
input:focus-visible {
  outline: 0!important;
}
.form-control-case-study {
    display: block;
    width: 100%;
    padding: 10px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border-bottom: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-top: 0;
    border-right: none;
    border-left: none;
    appearance: auto;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.model-form-title h2 {
    font-weight: 800;
    margin-bottom: 30px;
    color: #000;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none;
    /* border-top-left-radius: calc(0.3rem - 1px); */
    /* border-top-right-radius: calc(0.3rem - 1px); */
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: none; 
    /* border-bottom-right-radius: calc(0.3rem - 1px); */
    /* border-bottom-left-radius: calc(0.3rem - 1px); */
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #EEEEEE;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 1.3rem;
    outline: 0;
}
.submit-button .wpcf7-submit {
    background-color: #ca0404;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    margin-left: 70px;
    font-weight: bold;
    font-size: 20px;
}

#model-form input::placeholder{
  color: #C3C3C3!important;
}

/*--------------------------------------------------------------
# Oracle Cloud EBS
--------------------------------------------------------------*/

section#implementation {
  padding: 10px;
}

h3.scale_with_oracle {
  color: #cb0c0c;
  font-size: 36px;
  font-weight: 700;
}

#implementation {
  background-image: url('../img/bg eligments 1.png');
  background-size: 100% 100%;
}

.implementation h3 {
  font-weight: 800;
  font-size: 24px;
  color: #111;
  position: relative;
  margin-bottom: 25px;
}

.implementation h3::before {
  content: "";
  border-bottom: 1px solid#000;
  position: absolute;
  height: 100%;
  width: 30%;
  top: 30%;
}

.implementation h3::after {
  content: "";
  border-bottom: 5px solid #d20e47;
  position: absolute;
  left: 0;
  height: 100%;
  width: 10%;
  top: 33%;
}

.implementation-edge-box {
  border: 1px solid #f6f6f6;
  height: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05), 0 6px 6px rgba(0,0,0,0.05);
}

.implementation-edge-box-content {
  padding: 25px;
}

/*--------------------------------------------------------------
# End Oracle Cloud EBS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/

.blog-image img {
    border-radius: 20px;
}
.blog-author {
    margin-right: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.blog-author-full-date {
    margin: 30px 0;
    display: flex;
    color: #000;
    font-weight: 700;
}
.blog-author img {
    margin-right: 10px;
}
.blog-date-month {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-date-month img {
    margin-right: 10px;
}
.blog-date-month {
    text-transform: uppercase;
}
.blog-date-month span {
    margin-right: 5px;
    font-size: 14px;
}
.blog-title-summary h4 {
    color: #282828;
    font-weight: 700;
}
.blog-title-summary p {
    color: #282828;
    font-weight: 500;
    font-family: 'Nunito Sans';
}
.read-more-button {
    display: flex;
    align-items: center;
    justify-content: left;
}
.read-more-button a {
    color: #ca0404;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.read-more-button i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0 auto 10px;
    font-size: 26px;
}
/*--------------------------------------------------------------
# Single Blog Page
--------------------------------------------------------------*/
#single-blog {
    padding: 150px 0 60px 0;
}
.single-blog-title {
    color: #e9171d;
    font-size: 60px;
    font-weight: 700;
}
.share-on-social-media {
    margin: 30px 0;
}
.social-links div {
    margin: 20px 0;
    display: grid;
    align-items: center;
    justify-content: left;
}
.social-links div img {
    width: 30px;
    margin-right: 20px;
}
.entry-content p {
    font-weight: 600;
}
.sidebar-title p {
    font-size: 36px;
    font-weight: 800;
    color: #282828;
}
.recent-post {
    list-style: none;
    padding: 0;
}
.single-recent-post-list {
    margin-bottom: 30px;
}
.recent-post-box a {
    display: flex;
    align-items: center;
}
.recent-post-image {
    width: 30%;
    margin-right: 20px;
}
.recent-post-content {
    width: 70%;
}
.recent-post-title {
    font-size: 18px;
    color: #282828;
    font-weight: 700;
    margin: 0;
}
.heateor_sss_bottom_sharing{
  display: none!important;
}
aside#secondary {
    display: none;
}
.navigation.post-navigation {
    padding: 30px;
}
.navigation.post-navigation a {
    color: #000;
}
/*--------------------------------------------------------------
# Oracle Cloud CX Page
--------------------------------------------------------------*/
#oracle-cloud {
    background-image: url("../img/bg about.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.oracle-cloud-content-left {
    color: #000;
}

.oracle-cloud-content-left h2 {
    color: #cb0c0c;
    font-size: 36px;
    font-weight: 700;
}
#customer-relations {
    background-image: url("../img/bg eligments 1.png");
    background-position: center;
}

.customer-relations-box {
    border: 1px solid #f6f6f6;
    padding: 20px;
    min-height: 300px;
    background-color: #fff;
}

.customer-relations-box-img-number h2 {
    font-size: 50px;
    color: #f0f0f0;
    font-weight: 900;
}

.customer-relations-box-content h4 {
    color: #000;
    font-weight: 800;
}

.customer-relations-box-content p {
    color: #161616;
}

.implement-box-main {
    padding: 30px;
    min-height: 400px;
}

.implement-box-main:hover{
    background-color: #fff;
    box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.implement-box-img {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fae6e6;
    border-radius: 5px;
}

.implement-box-title h4 {
    color: #000;
    font-weight: 600;
    margin: 0;
}

.implement-box-list ul {
    list-style: none;
    padding-left: 20px;
}

.implement-box-list ul li::before {
  content: "\25FC";
  color: #cb0c0c;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.implement-box-list li{
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.consumer-experience-box-main {
    padding: 10px;
    min-height: 200px;
    transition: all ease-in 0.2s;
}

.consumer-experience-box-main:hover{
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    border-bottom: 5px solid #cb0c0c;
    padding: 25px 20px;
    transition: all ease-in 0.2s;
}

.consumer-experience-box-number {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ca0404;
    color: #fff;
    margin-bottom: 20px;
}

.consumer-experience-box-number h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}

.consumer-experience-box-title h4 {
    color: #000;
    font-weight: 700;
}

/*--------------------------------------------------------------
# HCM Product Page
--------------------------------------------------------------*/
#what_is_oracle_me {
    background-image: url("../img/what_is_oracle_me_bg_image.png");
}
.what_is_oracle_me p {
    color: #fff;
}
.what_is_oracle_me h2 {
    color: #fff;
}
.what_is_oracle_me h4 {
    color: #fff;
}
.cloud-cx-list-pera p {
    font-size: 24px;
    font-weight: 600;
    color: #161616;
}
.why-is-oracle-cloud-content-left h2 {
    color: #cb0c0c;
    font-size: 40px;
    font-weight: 700;
}
.customer-relations-box-number h2 {
    color: #fff;
    border: 1px solid;
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 26px;
}
.customer-relations-box-number p {
    margin: 0 0 0 10px;
}
.what_is_oracle_me h4 {
    background-color: #cb0c0c;
    color: #fff;
    width: 25%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 10px;
}
/*--------------------------------------------------------------
# oracle cloud implementation services
--------------------------------------------------------------*/
.conveloxs-road-map-box{
    border: 1px solid #f6f6f6;
    padding: 20px;
    min-height: 350px;
    background-color: #fff;
}
.conveloxs-road-map-box-content h4 {
    color: #000;
    font-weight: 800;
}
.conveloxs-road-map-box-content p {
    color: #161616;
}
.conveloxs-road-map h6 {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    color: #161616;
}
.reviewing-business-procedures h3 {
    color: #111;
    font-size: 35px;
    font-weight: 700;
}
.implementation-data h3 {
    color: #111;
    font-size: 35px;
    font-weight: 700;
}
.data-conversion  h3 {
    color: #111;
    font-size: 35px;
    font-weight: 700;
}
.user-training h3 {
    color: #111;
    font-size: 35px;
    font-weight: 700;
}
.system-testing h3 {
    color: #111;
    font-size: 35px;
    font-weight: 700;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
#about-convelox {
    padding: 160px 0 60px 0;
}

.about-convelox-right-content-title h2 {
    font-size: 60px;
    color: #000;
    font-weight: 500;
}

.about-convelox-right-content-title span {
    font-weight: 700;
    color: #cb0c0c;
}

.about-convelox-right-content-info {
    color: #161616;
}
#convelox-team {
    padding: 60px 0 180px 0;
}
#convelox-team-member {
    background-color: #ca0404;
    overflow: visible;
}
.convelox-team-Member-main {
    margin-top: -15%;
}
.about-team-member {
    color: #fff;
}
.about-team-member h4 {
    margin: 20px 0 0 0;
    font-weight: 600;
}
.about-team-member p {
    font-weight: 300;
    margin: 10px 0 0 0;
}
.title-info h2 {
    font-size: 48px;
    color: #cb0c0c;
    font-weight: 800;
}
.title-info span {
    color: #000;
    font-weight: 600;
}
/*--------------------------------------------------------------
# oracle cloud PaaS services
--------------------------------------------------------------*/
#service-delivers {
    background-image: url("../img/bg gray.png");
}
.applications-left-box {
    border: 1px solid #f6f6f6;
    padding: 20px;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
}
.applications-left-box:hover{
    box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all .5s;
}
.applications-left-box p {
    margin: 0;
}
.right-title h2 {
    font-size: 36px;
    color: #cb0c0c;
    font-weight: 700;
}
.right-content p {
    font-size: 20px;
    color: #161616;
}
.service-delivers-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f5e2e2;
    border-radius: 5px ;
}
.service-delivers-box p {
    margin: 0;
    color: #161616;
    font-weight: 700;
}
.why-oracle-left-content-main {
    display: flex;
    width: 100%;
    max-width: 100%;
}

.icon-img {
    max-width: 10%;
    width: 10%;
}
.info {
    max-width: 90%;
    width: 90%;
}
.section-info p {
    color: #161616;
    font-weight: 600;
}

.cta-section {
    padding: 100px;
    background-image: url("../img/CTA img.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: -20%;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    text-align: center;
}
.cta-section p {
    font-size: 32px;
    color: #ca0404;
    font-weight: 700;
}

#cloud-erp,#cloud-cx-list{
  background-image: url('../img/bg about.png');
  background-size: 100% 100%;
}
.cloud-erp-content {
    width: 70%;
    margin: 0 auto;
    color: #111;
}
.page-template-current-opening #header {
    background-color: #000;
}
#Current-opening {
    height: calc(100vh - 392px);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.Current-opening-text h1 {
    font-size: 50px;
    margin-top: 50px;
    font-weight: 700;
}
.process-list-box {
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 25px 10px;
}
.page-template-power-bi-thank-you #header {
    background-color: #000;
}
#thank-you {
    height: calc(100vh - 491px);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0;
    margin: 100px 0 0;
}
.thank-you-text h1 {
    font-size: 50px;
    margin-top: 50px;
    font-weight: 700;
    margin: 0;
}
.process-list-box {
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 25px 10px;
}
.process-list-box .number {
    background: #cb0c0c;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 4px;
    color: #fff;
}
.process-list-box:hover {
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    border-bottom: 5px solid #cb0c0c;
    padding: 25px 20px;
    transition: all ease-in 0.2s;
}
p.section-para {
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #111;
}
.first-sub-box {
    display: flex;
    justify-content: space-between;
}
.compititive-edge-box {
    border: 1px solid #f6f6f6;
    padding: 20px;
    min-height: 300px;
    background-color: #fff;
    margin-bottom: 20px;
}
.first-list-box,.second-list-box {
    background: #fff;
    padding: 25px;
    margin: 10px;
}
.first-list-box p ,.second-list-box p{
    color: #111;
    font-weight: 700;
    font-size: 25px;
    margin-top: 10px;
}
.first-list-box ul,.second-list-box ul{
  list-style-type: none;
}
.first-list-box ul li::before ,.second-list-box ul li::before {
    background-color: #cb0c0c;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    height: 8px;
    width: 8px;
    margin-left: -35px;
}
.first-sub-box p {
    color: #f0f0f0;
    font-size: 43px;
    margin-bottom: 0;
    font-weight: 700;
}
.first-sub-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.first-sub-box img {
    width: 50px;
    height: auto;
}
.first-sub-box p {
    color: #f0f0f0;
    font-size: 55px;
    margin-bottom: 0;
    font-weight: 700;
}
.compititive-edge-box h3 {
    font-weight: 800;
    font-size: 24px;
    color: #111;
}
#collaborations{
  background-image: url('../img/bg element 2.png');
  background-size: 100% 100%;
}
#competitive-edge{
  background-image: url('../img/bg eligments 1.png');
  background-size: 100% 100%;
}
p.collaboration-text {
    font-weight: 600;
    color: #111;
}
.business-growth-box {
    border: 1px solid #f6f6f6;
    min-height: 160px;
    margin-bottom: 25px;
    padding: 20px;
}
.business-growth-box p {
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 600;
}
.data-pool-content h3 {
    color: #cb0c0c;
    font-weight: 700;
}
.data-pool-content div {
    background: #fff9f9;
    padding: 20px;
    border-left: 5px solid #cb0c0c;
    margin-bottom: 20px;
}
.data-pool-content {
    width: 80%;
}
.business-growth-box:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    transition: all ease-in 0.2s;
}
.business-decision-content {
    width: 80%;
    color: #161616;
    font-weight: 600;
}
.business-decision-content h3 {
    color: #cb0c0c;
    font-weight: 700;
}
.business-decision-content div {
    margin-bottom: 20px;
}
section#cloud-cx-list .container {
    max-width: 1200px;
}
.case-hero-content-text h1 span {
    font-size: 27px;
    font-weight: 300;
}
.manage-it-staff-content {
    width: 75%;
    margin: 0 auto;
    background: #fff9f9;
    padding: 30px;
    border-left: 5px solid #cb0c0c;
}
section#managed-service-deliver .container{
    max-width: 1200px;
}
.managed-service-box {
    border: 1px solid #f6f6f6;
    min-height: 240px;
    margin-bottom: 25px;
    padding: 20px;
}
.managed-service-box img {
    width: 50px;
    margin-bottom: 10px;
}
.managed-service-box h3 {
    color: #111;
    font-size: 26px;
    font-weight: 800;
}
.managed-service-box p {
    color: #111;
}
.managed-service-box:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    transition: all ease-in 0.2s;
}
.cost-content h3,
.risk-content h3,
.efficiency-availability-content h3,
.future-service-content h3 {
    color: #111;
    font-size: 35px;
    font-weight: 700;
}
.cost-content p,
.risk-content p,
.efficiency-availability-content p,
.future-service-content p {
    color: #111;
}
#reporting-service {
    padding: 0;
    position: absolute;
    left: 20%;
    z-index: 1;
}
.reporting-service-content {
    background-image: url('../img/CTA img.png');
    background-size: 100% 100%;
    width: 130%;
    margin: 0 auto;
    padding: 50px 50px;
    color: #ca0404;
    font-weight: 700;
}
.reporting-service-content p {
    margin-bottom: 0;
    font-size: 30px;
}
.reporting-service-content p span{
    font-weight: 900;
}

/*--------------------------------------------------------------
# Oracle Cloud Support Services
--------------------------------------------------------------*/

.why-convelox-cloud h3 {
    color: #111;
    font-size: 35px;
    font-weight: 700;
}
.comprehensive-service h3 {
    color: #111;
    font-size: 35px;
    font-weight: 700;
}
.proactive-service  h3 {
    color: #111;
    font-size: 35px;
    font-weight: 700;;
}
.faster-response h3 {
    color: #111;
    font-size: 35px;
    font-weight: 700;
}
.higher-quality h3 {
    fcolor: #111;
    font-size: 35px;
    font-weight: 700;
}
.conveloxs-road-map-box:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    transition: all ease-in 0.2s;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
#our-offices {
    margin: 50px;
}
.single-address {
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    min-height: 200px;
}

.single-address h3 {
    background-color: #e9171d;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.address {
    padding: 10px;
}

.address p {
    margin: 0;
}
/*--------------------------------------------------------------
# Microsoft Power BI
--------------------------------------------------------------*/
#power-hero-section {
    padding: 0;
}
.page-template-microsoft-power-bi .oracle-logo {
    height: 40px;
}
.power-hero-section-main {
    position: relative;
}
.power-content-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    display: flex;
    align-items: center;
}
.power-hero-content h2 {
    color: #fff;
    font-size: 48px;
    border-left: 10px solid #ca0404;
    padding-left: 20px;
}
.power-form-title {
    background-color: #ca0404;
    color: #fff;
    padding: 10px;
}
.power-hero-form {
    background: rgba(0, 0, 0, 0.5);
    width: 70%;
    margin: 0 0 0 auto;
}
.power-form-body {
    padding: 20px;
}
.power-form-body .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-top: 0;
    border-right: none;
    border-left: none;
    appearance: auto;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.power-form-body .wpcf7-not-valid-tip {
    color: #fff!important;
    font-size: 10px!important;
    font-weight: normal!important;
    display: block!important;
    padding-top: 5px!important;
    position: absolute;
    top: 10px;
    right: 0;
}
.power-form-body .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0!important;
    position: relative;
}
.power-form-body .submit-button .wpcf7-submit {
    background-color: #ca0404;
    color: #fff;
    border: none;
    width: 100%;
    padding: 5px 30px;
    border-radius: 5px;
    margin-left: 0;
    font-weight: bold;
    font-size: 16px;
}
.intoduction-content h2 {
    color: #ca0404;
    margin-bottom: 20px;
    font-weight: 600;
}
.who-we-are-content h2 {
    color: #ca0404;
    margin-bottom: 20px;
    font-weight: 600;
}
.enhances-customer-box {
    border: 1px solid #f6f6f6;
    padding: 20px;
    min-height: 300px;
    background-color: #fff;
}
.enhances-customer-box-img {
    width: 80px;
    height: 80px;
    background-color: #f5d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}
.enhances-customer-box-content h4 {
    color: #000;
    font-weight: 700;
}
#intoduction {
    padding: 0;
}
#who-we-are {
    padding: 0;
}
.creates-excellent-img-overlay {
  position: relative;
  display: block;
}
.creates-excellent-overlay-text{
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.creates-excellent-overlay-text {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(246, 0, 2, 0.7);
    opacity: 0;
    display: flex!important;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
}
.creates-excellent-simple-text h4 {
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 0;
    width: 100%;
    color: #fff;
    font-weight: 700;
}
.creates-excellent-simple-text p {
  margin-bottom: 0px;
  padding: 2px 8px;
}
.creates-excellent-overlay-text h4 {
    font-weight: 700;
}
.creates-excellent-img-overlay:hover .creates-excellent-overlay-text {
  opacity: 1;
  visibility: visible;
  display: block;
}
.creates-excellent-img-overlay:hover .creates-excellent-simple-text {
  visibility: hidden;
  opacity: 0;
}
.why-convelox-main-image, .why-convelox-main-image img {
  height: 100%;
}

.why-convelox-list{
  margin-left: 40px;
  position: relative;
}
.why-convelox-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.why-convelox-list ul::after{
    content: "";
    display: block;
    position: absolute;
    z-index: -9;
    top: 5px;
    left: -3.5%;
    height: calc(100%);
    border-left: 2px solid #ca0404;
}
.why-convelox-list ul li{
    font-size: 18px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 300;
    position: relative;
}
.why-convelox-list ul li::after{
    content: "";
    width: 15px;
    height: 15px;
    background-color: #ca0404;
    position: absolute;
    top: 5px;
    left: -28px;
    border: 2px solid #ca0404;
    border-radius: 50%;
    z-index: 9;
}
.page-template-microsoft-power-bi #footer {
    padding-top: 15%;
}
#power-of-oracle {
    margin-bottom: -15%;
    position: relative;
}
.power-of-oracle-content {
    text-align: center;
    background-color: #ca0404;
    padding: 80px 30px;
    border-radius: 20px;
}
.power-of-oracle-content p {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
/*--------------------------------------------------------------
# Sales Force
--------------------------------------------------------------*/
#sales-force-hero-section {
    padding: 0;
}
.page-template-sales-force-partner #footer {
    padding-top: 15%;
}
.page-template-sales-force-partner .oracle-logo {
    height: 40px;
}
.sales-force-hero-section-main {
    position: relative;
}
.sales-force-content-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    display: flex;
    align-items: center;
}
.sales-force-hero-content h2 {
    color: #fff;
    font-size: 47px;
    border-left: 10px solid #ca0404;
    padding-left: 20px;
}
.sales-force-form-title {
    background-color: #ca0404;
    color: #fff;
    padding: 10px;
}
.sales-force-hero-form {
    background: rgba(0, 0, 0, 0.5);
    width: 70%;
    margin: 0 0 0 auto;
}
.sales-force-form-body {
    padding: 20px;
}
.sales-force-form-body .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-top: 0;
    border-right: none;
    border-left: none;
    appearance: auto;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.sales-force-form-body .wpcf7-not-valid-tip {
    color: #fff!important;
    font-size: 10px!important;
    font-weight: normal!important;
    display: block!important;
    padding-top: 5px!important;
    position: absolute;
    top: 10px;
    right: 0;
}
.sales-force-form-body .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0!important;
    position: relative;
}
.sales-force-form-body .submit-button .wpcf7-submit {
    background-color: #ca0404;
    color: #fff;
    border: none;
    width: 100%;
    padding: 5px 30px;
    border-radius: 5px;
    margin-left: 0;
    font-weight: bold;
    font-size: 16px;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* iPad Air & Pro */
@media screen and (max-width: 1199.98px){

  .navbar a:hover, .navbar .current-menu-item a, 
  .navbar .current-menu-item a:focus, .navbar li:hover > a {
    font-size: 12px;
  }
  .navbar a, .navbar a:focus {
    font-size: 12px;
  }
  #header .logo img {
    height: 20px;
  }
  .cta-section {
    padding: 50px;
  }
  img.oracle-logo {
    height: 20px;
}
  #hero {
    height: auto;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  .slick-slide img {
    display: block;
    margin-top: 0px; 
  }
  .content-text h1 {
    font-size: 60px;
  }
  .content-text p {
    font-size: 30px;
  }
  .about h1 {
    font-size: 60px;
  }
  .sec-title.text-center h3 {
    font-size: 60px;
  }
  .sec-title.text-center h1 {
    font-size: 60px;
  }
  .btn-slide {
    width: 50%;
  }
  .gallery > div > h2 {
    font-size: 25px;
    left: 40%;
  }
  .conveloxs-road-map-box {
    min-height: 400px;
  }
  .power-content-main {
    bottom: -25%;
  }
  .power-hero-content h2 {
    font-size: 28px;
  }
  .power-hero-form {
    width: 100%;
  }
  .creates-excellent-overlay-text p {
    font-size: 16px;
  }
  .why-convelox-list ul::after {
    left: -5%;
  }

  .sales-force-content-main {
    bottom: -25%;
  }
  .sales-force-hero-content h2 {
    font-size: 28px;
  }
  .sales-force-hero-form {
    width: 100%;
  }
  .home-power-bi-title h2 {
    font-size: 150px;
  }
  .home-power-bi-contact-title h2 {
    font-size: 50px;
  }
  .home-power-bi-contact-title h3 {
    font-size: 40px;
  }
  .connect-expert .btn-slide {
    width: 70%;
  }
}

/* iPad Mini */
@media screen and (max-width: 991.98px){
  .navbar {
    padding: 0;
    margin-left: 0px;
  }
  .data-pool-content {
    width: 100%;
  }
  .business-decision-content {
    width: 100%;
  }
  .cta-section p {
    font-size: 24px;
  }
  .content-text h1 {
    font-size: 45px;
  }
  .content-text p {
    font-size: 26px;
  }
  .gallery > div {
    height: 395px;
  }
  .gallery > div > h2 {
    font-size: 15px;
    left: 43%;
  }
  .gallery > div > span {
    left: 70%;
    top: 80%;
  }
  .Industries-item {
    min-height: auto;
  }
  .our-services {
    background-size: cover;
  }
  .what_is_oracle_me h4 {
    width: 40%;
  }
  .our-circle-main {
    padding: 15px;
  }
  #convelox-team {
    padding: 60px 0;
  }
  .conveloxs-road-map-box {
    min-height: 535px;
  }
  #power-hero-section {
    height: 70vh;
    overflow: visible;
  }
  .power-content-main {
    bottom: -142%;
  }
  #intoduction {
    padding: 0;
    padding-top: 40%;
  }
  .creates-excellent-overlay-text p {
    font-size: 11px;
  }
  .section-title h2 {
    font-size: 38px;
  }
  .why-convelox-list ul::after {
    left: -7%;
  }
  #sales-force-hero-section {
    height: 70vh;
    overflow: visible;
  }
  .sales-force-content-main {
    bottom: -142%;
  }
  .home-power-bi-title h2 {
    font-size: 120px;
  }
  .home-power-bi-contact-title h2 {
    font-size: 40px;
  }
  .home-power-bi-contact-title h3 {
    font-size: 30px;
  }
  .connect-expert .btn-slide {
    width: 90%;
  }
  .view-more-button .btn-slide {
    width: 30%;
  }
}

/* Mobile */
@media screen and (max-width: 767.98px){
  #header .logo {
    display: flex;
    align-items: center;
  }
  #header.fixed-top {
    height: 50px;
  }
  #header .logo img {
    height: 20px;
  }
  img.oracle-logo {
    height: 15px;
  }
  .content-text h1 {
    font-size: 30px;
  }
  .content-text p {
    font-size: 23px;
  }
  .slick-dots {
    left: 5%;
  }
  .about h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .btn-slide span.title {
    left: 65px;
    font-size: 13px;
  }
  .btn-slide:hover span.title-hover {
    left: 35px;
  }
  .sec-title.text-center h3 {
    font-size: 40px;
  }
  .offer-title-section .sec-title p {
    font-size: 20px;
    line-height: 25px;
    padding: 0 10px;
  }
  .gallery > div {
    height: 200px;
  }
  .gallery > div {
    width: 20%;
  }
  .gallery > div > h2 {
    font-size: 10px;
    left: 15%;
  }
  .sec-title h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .our-services p {
    font-size: 20px;
    line-height: 25px;
  }
  .our-services .icon {
    padding: 0px 10px;
  }
  .offer-section-mobile img {
    width: 100%;
  }
  .mobile-gallery-content {
    position: relative;
  }
  .mobile-image-content {
    position: absolute;
    bottom: 15%;
    left: 35%;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    color: #fff;
  }
  .mobile-image-content h2 {
    font-weight: 700;
  }
  .mobile-image-content span {
    background-color: #fff;
    color: #000;
    padding: 0px 5px;
  }
  .life-at-convelox h1 {
    font-size: 40px;
  }
  .case-studies .title {
    font-size: 24px;
  }
  section#contact-form {
    padding: 0px 0px 20px 0px;
  }
  .contact-title h1 {
    font-size: 25px;
    text-align: left;
    margin: 0px;
    padding: 15px 0;
  }
  input.contact-submit {
    margin-top: 0px;
  }
  .footer-top .Contact{
    margin-top: 25px;
  }
  .footer-top .sign-up{
    margin-top: 25px;
  }
  .footer-top .row:after {
    width: 95%;
  }
  .footer-menu ul {
    display: contents;
  }
  .single-whitepaper-main {
      display: block !important;
      min-height: 100%;
      max-height: 100%;
  }
  .why-is-oracle-cloud-content-left h2 {
    margin-top: 25px;
  }
  .what_is_oracle_me h4 {
      width: 100%;
  }
  #about-convelox {
    padding: 90px 0 30px 0;
  }
  #convelox-team {
    padding: 30px 0;
  }
  .conveloxs-road-map-box {
    min-height: auto;
  }
  .Current-opening-text h1 {
        font-size: 30px;
    }
    .business-growth-box p{
        font-size: 13px;
    }
    .business-growth-box {
        border: 1px solid #f6f6f6;
        min-height: 145px;
    }
    .data-pool-content,.business-decision-content {
        width: 100%;
        padding: 20px;
    }
    .compititive-edge-box {
        height: unset; 
    }
    #collaborations {
        background-image: url(../img/bg element 2.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .section-title h2 {
        font-size: 41px;
    }
    .process-list-box {
        width: 100%;
      }
      p.section-para {
        width: 100%;
    }
    .cloud-erp-content {
        width: 100%;
        margin: 0 auto;
    }
    .page-template-microsoft-power-bi .oracle-logo {
      height: 30px;
    }
    .page-template-sales-force-partner .oracle-logo {
      height: 30px;
    }
    .power-content-main {
      bottom: -119%;
    }
    .power-hero-content {
      margin-bottom: 30%;
    }
    #intoduction {
      padding-top: 170%;
    }
    .sales-force-content-main {
      bottom: -119%;
    }
    .sales-force-hero-content {
      margin-bottom: 15%;
    }
    .home-power-bi-title h2 {
      font-size: 70px;
    }
}