:root {
  --primary-color:#005597;
  --light-color:#DBEAF2;
  --light-color-red:#FDF6F3;
  --secondary-color:#F05323;
  --border-col: #3333334d;
}

* {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 1.8rem;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.main-heading {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 600;
}

h2 {
  font-size: 20px;
  color: var(--primary-color);
}

h3 {
  font-size: 1rem;
}

p, li, .card-body {
  font-size: 1.05rem;
  list-style: circle;
  line-height: 25px;
  padding-bottom: 9px;
}

ul {
  padding-left: 1.4rem;
}
ul li::marker {
  color: var(--secondary-color);
}

@media (max-width: 575px) {
  .navbar {
    padding: 15px !important;
  }
}
@media (min-width: 576px) {
  .navbar .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
  }
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    margin: 0px;
    opacity: 1;
  }
}
.navbar .dropdown ul {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
.navbar .dropdown ul li {
  list-style: none;
  padding: 0px;
}
.navbar .dropdown ul li .dropdown-item {
  padding: 0.7rem 1rem;
  transition: 0.5s;
}
.navbar .dropdown ul li .dropdown-item:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.sec-pad {
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn {
  border-radius: 0.2rem;
  padding: 6px 31px;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  font-size: 1.08rem;
}

.btn-primary {
  background-color: var(--primary-color);
  color: #fff;
}
.btn-primary:hover, .btn-primary:active {
  color: #fff;
}

.btn-light {
  color: var(--primary-color);
}
.btn-light:hover {
  color: var(--primary-color);
  background-color: #fff;
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}

.slider-sec {
  height: 60vh;
  position: relative;
  overflow: hidden;
  margin-top: 75px;
}
@media (max-width: 425px) {
  .slider-sec {
    text-align: center;
  }
}
.slider-sec .slid-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.slider-sec .slider-con h1 {
  font-size: 3rem;
  color: white;
}
.slider-sec .slider-con p {
  color: #fff;
}
.slider-sec .slid-rig-logo-sec {
  display: flex;
}
.slider-sec .slid-rig-logo-sec .slid-img-sec {
  background-color: #fff;
  width: 90%;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-right: 4%;
  padding: 3%;
}
.slider-sec .slid-rig-logo-sec .slid-img-sec img {
  width: 84%;
  margin: 0 auto;
}

.Partnerships-sec {
  position: relative;
  overflow: hidden;
}
.Partnerships-sec .partner-list .par-lis-sec {
  display: flex;
  padding: 0px 60px;
}
@media (max-width: 425px) {
  .Partnerships-sec .partner-list .par-lis-sec {
    display: initial !important;
  }
}
.Partnerships-sec .partner-list .par-lis-sec:first-child {
  border-right: 1px solid var(--border-col);
}
@media (max-width: 1199px) {
  .Partnerships-sec .partner-list .par-lis-sec:first-child {
    border-right: none;
    border-bottom: 1px solid var(--border-col);
    margin-bottom: 30px;
  }
}
.Partnerships-sec .partner-list .par-lis-sec .par-img {
  mix-blend-mode: multiply;
}
.Partnerships-sec .partner-list .par-lis-sec .par-img img {
  max-width: 190px;
  margin-right: 30px;
}
@media (max-width: 425px) {
  .Partnerships-sec .partner-list .par-lis-sec .par-img img {
    margin-bottom: 20px;
  }
}
.Partnerships-sec .partner-list .par-lis-sec ul li {
  margin-bottom: 1.2rem;
}

.msr-oracle-sec {
  position: relative;
}
.msr-oracle-sec .nav-link {
  background-color: #fff !important;
}
.msr-oracle-sec .nav-link.active {
  background-color: var(--primary-color) !important;
}
@media (max-width: 425px) {
  .msr-oracle-sec .nav-pills li {
    width: 100%;
  }
}

.tab-pane {
  position: relative;
}
.tab-pane .accordion {
  margin-top: 40px;
}
.tab-pane .accordion .card {
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  border-color: var(--border-col);
  min-height: 45px;
  border-radius: 0px;
  position: unset;
  background-color: transparent;
}
.tab-pane .accordion .card:last-child {
  border: none;
}
.tab-pane .accordion .card .card-body ul {
  padding-left: 1.3rem;
  margin: 0px;
}
.tab-pane .accordion .card .coll-img {
  position: absolute;
  top: 0;
  width: 48%;
  height: 100%;
  right: 0;
  overflow: hidden;
}
@media (max-width: 425px) {
  .tab-pane .accordion .card .coll-img {
    position: unset;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
.tab-pane .accordion .card .coll-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tab-pane .accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  color: var(--primary-color);
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
  padding-right: 40px;
}
.tab-pane .accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.tab-pane .accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

.azure-services-secion .azure-ser-con {
  position: relative;
  min-height: 600px;
  padding: 30px;
}
@media (max-width: 425px) {
  .azure-services-secion .azure-ser-con {
    padding: 10px 25px;
  }
}
.azure-services-secion .azure-ser-con .azure-con {
  background-color: #fff;
  padding: 20px;
  min-height: 360px;
}
@media (max-width: 425px) {
  .azure-services-secion .azure-ser-con .azure-con {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.azure-services-secion .azure-ser-con .azure-con ul {
  margin: 0px;
}

.oracle-main-sec .oracle-sec {
  background-color: var(--light-color-red);
  padding: 40px 60px;
}
@media (max-width: 425px) {
  .oracle-main-sec .oracle-sec {
    padding: 30px;
  }
}

.client-main-sec img {
  width: 100%;
}

.latest-news-main-sec .latest-sec {
  margin-bottom: 15px;
}
.latest-news-main-sec .latest-sec .card {
  border: none;
  background-color: var(--light-color-red);
}
.latest-news-main-sec .latest-sec .card .card-head {
  position: relative;
  min-height: 250px;
}
.latest-news-main-sec .latest-sec .card .card-head .bg-img {
  z-index: 0;
}
.latest-news-main-sec .latest-sec .card .card-body {
  padding: 25px;
}
.latest-news-main-sec .latest-sec .card .card-body h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 17px;
}
.latest-news-main-sec .latest-sec .card .card-title {
  font-size: 1.4rem;
}

.contact-main-sec {
  position: relative;
}
@media (max-width: 425px) {
  .contact-main-sec {
    text-align: center;
  }
}

.copyright-sec {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright-sec a {
  color: #333333;
}

.client-swiper {
  background-color: var(--light-color);
  min-height: 175px;
}
.client-swiper .swiper {
  width: 100%;
  height: 150px;
  overflow: inherit;
}
.client-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-swiper .swiper-slide img {
  display: block;
  max-width: 170px;
  height: 51px;
  -o-object-fit: contain;
     object-fit: contain;
}
.client-swiper .swiper-pagination {
  display: none;
}
.client-swiper .swiper-button-next, .client-swiper .swiper-button-prev {
  color: var(--primary-color);
}
.client-swiper .swiper-button-next::after, .client-swiper .swiper-button-prev::after {
  font-size: 2rem;
}
.client-swiper .swiper-button-next {
  right: -19px;
}
.client-swiper .swiper-button-prev {
  left: -19px;
}

.more-btn-sec {
  text-decoration: none;
  height: 30px;
  display: inline-block;
  transition: 0.5s;
}
.more-btn-sec span {
  font-size: 1.4rem;
  color: var(--secondary-color);
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  margin-right: 9px;
  opacity: 0;
  transition: 0.5s;
  letter-spacing: -16px;
}
.more-btn-sec svg {
  height: 21px;
  width: 20px;
  vertical-align: sub;
  transition: 0.5s;
}
.more-btn-sec:hover span {
  opacity: 1;
  letter-spacing: 0px;
}
.more-btn-sec:hover svg {
  transform: rotate(45deg);
}
.more-btn-sec:hover svg path {
  fill: var(--secondary-color);
}

.about-us-main-sec {
  background-color: var(--light-color-red);
}

.Hubspot-main-form .Hubspot-form input[type=text],
.Hubspot-main-form .Hubspot-form input[type=email],
.Hubspot-main-form .Hubspot-form input[type=tel],
.Hubspot-main-form .Hubspot-form input[type=text],
.Hubspot-main-form .Hubspot-form input[type=password],
.Hubspot-main-form .Hubspot-form input,
.Hubspot-main-form .Hubspot-form textarea,
.Hubspot-main-form .Hubspot-form select,
.Hubspot-main-form .Hubspot-form .form-control,
.Hubspot-main-form .Hubspot-form .hs-input {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
  height: calc(3rem + 2px);
  font-size: 1rem;
  border-radius: 0;
  width: 100%;
}
.Hubspot-main-form .Hubspot-form .hbspt-form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #212529 !important;
  opacity: 1; /* Firefox */
}
.Hubspot-main-form .Hubspot-form .hbspt-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #212529 !important;
  opacity: 1; /* Firefox */
}
.Hubspot-main-form .Hubspot-form .hbspt-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #212529;
}
.Hubspot-main-form .Hubspot-form .hbspt-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #212529;
}
.Hubspot-main-form .Hubspot-form input[type=text]:focus,
.Hubspot-main-form .Hubspot-form input[type=email]:focus,
.Hubspot-main-form .Hubspot-form input[type=tel]:focus,
.Hubspot-main-form .Hubspot-form input[type=text]:focus,
.Hubspot-main-form .Hubspot-form input[type=password]:focus,
.Hubspot-main-form .Hubspot-form input:focus,
.Hubspot-main-form .Hubspot-form textarea:focus,
.Hubspot-main-form .Hubspot-form select:focus,
.Hubspot-main-form .Hubspot-form .form-control:focus,
.Hubspot-main-form .Hubspot-form .hs-input:focus {
  outline: none;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid rgba(51, 51, 51, 0.5);
}
.Hubspot-main-form .Hubspot-form .form-columns-2 {
  display: flex;
  justify-content: space-between;
}
.Hubspot-main-form .Hubspot-form .form-columns-2 .hs-form-field {
  width: 49% !important;
}
.Hubspot-main-form .Hubspot-form .actions .hs-button {
  display: inline-block;
  width: auto;
  outline: none;
  box-shadow: none;
}
.Hubspot-main-form .full-dialog .Hubspot-form .actions {
  text-align: center;
}
.Hubspot-main-form .full-dialog .Hubspot-form .actions .hs-button {
  display: inline-block;
  width: auto;
}
.Hubspot-main-form .hs-form-field > label {
  display: none;
}
.Hubspot-main-form .hs-form-field {
  margin-bottom: 1.2rem;
  float: left;
  width: 100%;
}
.Hubspot-main-form .hs-error-msgs {
  margin: 0;
  list-style-type: none;
  padding: 0;
  float: left;
}
.Hubspot-main-form .hs-error-msgs li {
  color: #F44336;
  font-size: 1rem;
  margin-top: 0.2rem;
  list-style: none;
}
.Hubspot-main-form .hs_submit {
  text-align: right;
  border-radius: 0.2rem;
}
.Hubspot-main-form .hs_submit .actions {
  text-align: center;
}
.Hubspot-main-form .hs_submit .hs-button {
  border-radius: 5px;
  padding: 6px 31px;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
  background: var(--primary-color);
  color: #fff;
  height: calc(2.2rem + 2px);
  text-transform: capitalize;
}
.Hubspot-main-form .hs_submit .hs-button:hover {
  background: #e35303;
  border-color: #e35303;
}

.no-page-sec {
  text-align: center;
  margin-top: 8rem;
}
.no-page-sec img {
  max-width: 500px;
  width: 100%;
}

.error-404 {
  height: 65vh;
  margin-top: 200px;
  text-align: center;
  position: relative;
}
.error-404 .nofoundTxt {
  display: inline-block;
  font-size: 7rem;
  font-weight: 800;
  letter-spacing: -10px;
  line-height: 0;
  margin-top: 18rem;
  position: relative;
}
.error-404 .nofoundTxt::after {
  width: 70px;
  height: 35px;
  left: 51%;
  transform: translateX(-50%);
  position: absolute;
  background: url(../images/zeroShadow.svg) center no-repeat;
  background-size: contain;
  bottom: -54px;
  -webkit-animation: animateShadow 5s ease infinite;
}
.error-404 .nofoundTxt .flyZero {
  position: relative;
  top: -20px;
  -webkit-animation: animateZero 5s ease infinite;
}
.error-404 .nofoundTxt .flyZero .belons {
  position: absolute;
  transform: translateX(-50%) translateY(-26%);
  top: -100%;
  left: 62%;
}
.error-404 .nofoundTxt .flyZero .belons img {
  min-width: 200px;
  -webkit-animation: animateThis 5s ease infinite;
  transform-origin: bottom;
}
.error-404 .cloud-bg {
  position: absolute;
  width: 100%;
  height: 150px;
  background: url(../images/cloudAnim.svg) no-repeat;
  overflow-x: hidden;
  animation: slideCloud 15s linear 1s infinite;
  top: -10px;
}
.error-404 .cloud-bg::before, .error-404 .cloud-bg::after {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
}
.error-404 .cloud-bg::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}
.error-404 .cloud-bg::after {
  right: 0;
  background: linear-gradient(-90deg, #ffffff, rgba(255, 255, 255, 0));
}

@keyframes slideCloud {
  0% {
    background-position: 0 center;
  }
  50% {
    background-position: -400px center;
  }
  100% {
    background-position: -800px center;
  }
}
@keyframes animateThis {
  0% {
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.05);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes animateZero {
  0% {
    top: -20px;
  }
  50% {
    top: -30px;
  }
  100% {
    top: -20px;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.usecase-video-sec {
  height: 100%;
  width: 98%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  align-items: center !important;
  display: flex;
  position: relative;
}

.video-play-button {
  display: block;
  width: 104px;
  height: 104px;
  right: 0;
  position: absolute;
  left: 0;
  cursor: pointer;
  margin: 0 auto;
}

.video-play-outline {
  display: block;
  width: 104px;
  height: 104px;
  border: #524A7D 4px solid !important;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.2;
  transition: all 0.5s;
}

.video-play-circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset 0.5s;
}

.video-play-button svg {
  display: block;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.video-play-button:hover .video-play-circle {
  stroke-dashoffset: 0;
}

.video-play-button:active .video-play-outline {
  transform: scale(1.5);
  opacity: 0;
}

.video-play-button:active svg {
  transform: rotate(-90deg) scale(0.95);
}/*# sourceMappingURL=main.css.map */