: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);
}

.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);
}

.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: 70vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 425px) {
  .slider-sec {
    text-align: center;
  }
}
.slider-sec img {
  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;
}

.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: 270px;
}
@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;
  }
}
.contact-main-sec h1 {
  padding: 0px;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 425px) {
  .contact-main-sec h1 {
    font-size: 2.2rem;
  }
}

.copyright-sec {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}/*# sourceMappingURL=main.css.map */