/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;1,800&family=Pompiere&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&family=Pompiere&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

* {
  list-style: none;
  border: none;
  list-style: none;
  outline: none;
}

body {
  background: #1B1434;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
}

a:focus {
  outline: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ff7a3d;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#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 #ff7a3d;
  border-top: 6px solid #18107d;
  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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
}

#header.header-scrolled, #header.header-pages {
  height: 60px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled .main-nav a {
  color: #333;
}

#header.header-scrolled .main-nav .active a {
  color: #ff4e00;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#home {
  width: 100%;
  position: relative;
  background: url("../img/intro-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 150px 0 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1140px) {
  #home {
    min-height: 750px;
  }
  .carousel-item {
    display: flex;
    min-height: 460px;
  }
  .welcome-img-sec img {
    height: 420px;
  }
  .carousel-indicators {
    bottom: -80px
  }
}

#header .logo a {
  display: inline-block;
  width: 135px;
}

#home .welcome-info h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 800;
}

#home .welcome-info p {
  padding: 0;
  margin: 0 0 20px 0;
  /* width: 70%; */
  font-weight: 300;
  font-size: 24px;
}

.welcome-text {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 767px){
  #benefits h4.title:before {
    width: 16px;
    height: 16px;
    left: -2px !important;
    top: 2px !important;
}
  #benefits h4.title {
    font-size: 18px;
    padding-left: 22px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
 
  #home {
    padding: 60px 0 10px 0;
    /* min-height: 238px; */
    background-size: cover;
  }
  #home .welcome-info {
    width: 96%;
    margin: 0 auto;
  }
  #home .welcome-info h2 {
    /* margin-bottom: 9px; */
    font-size: 28px;
    text-align: left;
    width: 100%;
  }
  #home .welcome-info p {
    text-align: left;
    font-size: 16px;
    width: 100%;
  }
  .welcome-text {
    min-height: 200px;
  }
  .carousel-inner {
    margin-top: 75px;
    height: 550px;
  }
  .welcome-info {
    height: 485px;
    justify-content: space-around;
  }
  .footer-logo-img {
    width: 40%;
  }
  /* .footer-logo {
    text-align: center;
  } */
  .about-main-section {
    flex-direction: column;
    padding: 15px;
  }
  .about-container .icon-box {
    flex-direction: column;
    align-items: center;
  }
  #ourClients img{
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ourClients img{
    width: 70%;
  }
  #ourClients .client-logo{
    padding: 30px
  }

}
@media screen and (min-width: 991px) and (max-width: 1024px) {

  #ourClients .client-logo{
    padding: 0!important
  }
  .carousel-indicators{
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #home {
    padding: 85px 0 60px 0;
    background-position: top;
    min-height: 1100px;
    background-size: 180% 100%;
  }
  #home .welcome-info {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .section-header h3{
    font-size: 36px !important;
  }
  .section-header p{
    font-size: 22px !important;
  }
  .welcome-text {
    min-height: 275px;
  }
  .carousel-inner {
    margin-top: 35px;
    min-height: 1000px;
  }

  .footer-logo-img {
    width: 30%;
  }
  .footer-logo {
    text-align: center;
  }
  .about-main-section {
    flex-direction: column;
  }

}

.welcome-info {
  align-items: center;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.main-nav, .main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
}

.main-nav a:hover, .main-nav .active>a, .main-nav li:hover>a {
  color: #ff4e00;
  text-decoration: none;
  font-weight: 800;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active>a, .main-nav .drop-down ul li:hover>a {
  color: #007bff;
}

.main-nav .drop-down>a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down>a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\f077";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #ff7a3d;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 38px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  position: relative;
}

.left-col-header h3 {
  font-size: 38px;
  color: #fff;
  text-align: left;
  font-weight: 800;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  opacity: 0.9;
}

.left-col-header .left-align {
  text-align: left;
  width: 90%;
  margin: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  opacity: 0.9;
}

.left-alignment-lg h3, .left-alignment-lg p {
  text-align: left;
}


/* Section with background
--------------------------------*/

.section-bg {
  /* background: #ecf5ff; */
  background: #eff2fb;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 50px 0;
}

#about .about-container .background {
  margin: 20px 0;
}

.about-main-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#about .about-container-top .content {
  border-radius: 25px;
  background-image: radial-gradient(circle at 19% 20%, rgba(24, 22, 76, 0), rgba(34, 27, 125, 0.5) 82%), linear-gradient(to bottom, #1a1d52, #1a1d52);
  padding: 64px 32px;
}

.about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

.about-container p {
  line-height: 26px;
  color: #fff;
}

.about-container p:last-child {
  margin-bottom: 0;
}

.about-container-top .text-desc h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  color: #f9f9ff;
}

.about-container-top .text-desc p {
  font-size: 16px;
  line-height: 1.5;
  color: #f9f9ff;
  margin: 0;
}

.about-container .icon-box {
  background-size: cover;
  padding: 15px 5px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin: 15px 0;
  justify-content: center;
  flex-direction: column;
}

.about-container-top .icon-box {
  background-size: cover;
  padding: 15px 5px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin: 15px 0;
  justify-content: center;
}

.about-container .icon-box .icon {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin: 15px;
}

.about-container-top .icon-box .icon {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin: 0 15px;
}

.about-container-top .icon-box .icon span {
  width: 64px;
  height: 64px;
  display: inline-flex;
}

.about-container .icon-box .icon span {
  width: 80px;
  height: 80px;
  display: inline-flex;
  margin-bottom: 25px;
}

.about-container .icon-box .icon .cloud-native, .about-container-top .icon-box .icon .cloud-native {
  background: url("../img/cloud-native.png") no-repeat;
  background-size: contain;
}

.about-container .icon-box .icon .data-accelerator, .about-container-top .icon-box .icon .data-accelerator {
  background: url("../img/data-accelerator.png") no-repeat;
  background-size: contain;
}

.about-container .icon-box .icon .modernize, .about-container-top .icon-box .icon .modernize {
  background: url("../img/modrenize-data.png") no-repeat;
  background-size: contain;
}

.about-container .icon-box .icon .expertise {
  background: url("../img/expertise.png") no-repeat;
  background-size: contain;
}

.about-container .icon-box .icon .time-market {
  background: url("../img/time-market.png") no-repeat;
  background-size: contain;
}

.about-container .icon-box .icon .lower-cost {
  background: url("../img/lower-cost.png") no-repeat;
  background-size: contain;
}

.about-container .icon-box .title {
  color: #283d50;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.about-container .icon-box .description {
  line-height: normal;
  font-size: 15px;
  color: #ccc;
  text-align: center;
}

/************TEXT CONTAINERS FOR ABOUT AND PRIVACY*****************/
.text-container .text-box{
  background-size: cover;
    padding: 0;
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    margin-top: 25px;
    justify-content: flex-start;
    flex-direction: column;
}
.text-container .text-box .head {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin: 5px 0 0 0;
}
.text-box .head .title {
  color: #283d50;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.text-box .description {
  line-height: normal;
  font-size: 15px;
}

/************TEXT CONTAINERS FOR ABOUT AND PRIVACY*****************/



#about .about-extra {
  padding-top: 50px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.about-extra p {
  margin-bottom: 10px;
}

.col-view {
  display: flex;
  flex-direction: column;
}

/* Benefits Section
--------------------------------*/

.section-benefits h3{
  padding: 10px 10px;
  font-size: 30px !important;
}
#benefits .section-header {
  width: 100%;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 46px;
}

.section-spacing {
  padding-top: 100px;
}

#benefits .icon-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (min-width: 1140px) {
  #benefits .icon-box {
    margin-bottom: 60px;
  }
}

#benefits h4.title {
  position: relative;
  font-weight: 800;
  font-size: 20px;
}

#benefits p.description {
  font-size: 16px;
  color: rgba(255, 255, 255, .9);
}

#benefits h4.title:before {
  content: '';
  position: absolute;
  background: url("../img/bullet.png") center bottom no-repeat;
  width: 18px;
  height: 16px;
  left: 0;
  background-size: contain;
  top: -30px;
}

/* smart Data Section
--------------------------------*/

.smart-data-section {
  padding: 50px 0 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smart-data-section .box {
  padding: 15px 15px 5px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 10px 0;
  min-height: 250px;
}

.smart-data-section .box p {
  margin: 0 0 15px 0;
  font-size: 16px;
}

.smart-data-section .box ul li p {
  margin-bottom: 20px;
  color: #0e1149;
}

.smart-data-section .box .icon {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

.smart-data-section .box .icon span {
  width: 30px;
  height: 30px;
}

.smart-data-section .title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.17;
  /* color: #0e1149; */
}

.smart-data-benefit-listing .title {
  color: #0e1149;
}

.smart-data-benefit-listing .title-sm {
  color: #0e1149;
  font-size: 20px;
}

.smart-data-section .left-listing li, .smart-data-section .right-listing li {
  position: relative;
}

.smart-data-section .left-listing li:before {
  content: '';
  position: absolute;
  background: url("../img/bullet-blue.png") center bottom no-repeat;
  width: 24px;
  height: 22px;
  left: -35px;
  background-size: contain;
  top: 3px;
}

/* .smart-data-section .right-listing li:before {
  content: '';
  position: absolute;
  background: url("../img/star.png") center bottom no-repeat;
  width: 28px;
  height: 24px;
  left: -42px;
  background-size: contain;
  top: 0;
} */

.right-listing li p {
  font-size: 20px !important;
  font-weight: 800;
  line-height: 1.17;
}

.seperator-section {
  display: flex;
  justify-content: center;
}

.seperator-section span {
  background: #ddd;
  width: 3px;
  height: 85%;
  margin-right: 4px;
  padding: 2% 0;
}

.left-seperator {
  position: relative;
  bottom: -35px;
}

.right-seperator {
  position: relative;
  top: 10px;
}

.consolidate {
  background: url("../img/smd-2.png") center bottom no-repeat;
  background-size: contain;
}

.harmonize {
  background: url("../img/smd-1.png") center bottom no-repeat;
  background-size: contain;
}

.analyze {
  background: url("../img/smd-4.png") center bottom no-repeat;
  background-size: contain;
}

.share {
  background: url("../img/smd-3.png") center bottom no-repeat;
  background-size: contain;
}

/* Package Section Starts
--------------------------------*/

.package-card {
  border: 1px solid rgba(25, 28, 124, 0.5);
  background-image: radial-gradient(circle at -30% -52%, rgba(89, 54, 147, 0.25), rgba(255, 255, 255, 0.25) 50%), linear-gradient(to bottom, #fff, #fff);
  padding: 25px;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  min-height: 620px;
  display: flex;
  margin: 20px 0 45px 0;
  transition: ease all 0.2s;
  -webkit-transition: ease all 0.2s;
  -moz-transition: ease all 0.2s;
  -o-transition: ease all 0.2s;
}

.package-text {
  padding: 50px 0 30px;
}

.package-text h2 {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0px;
  color: #0e1149;
  position: relative;
}

.package-text h2:before {
  content: '';
  position: absolute;
  background: url("../img/bullet.png") center bottom no-repeat;
  width: 18px;
  height: 16px;
  left: -32px;
  background-size: contain;
  top: 5px;
}

.package-card:hover {
  box-shadow: 10px 20px 40px 0 rgba(14, 17, 73, 0.25);
  background: #0e1149;
}

.package-card:hover .heading h3, .package-card:hover .content ul li p, .package-card:hover .footer h5 {
  color: #f9f9ff;
}

.package-card .heading h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
  color: #f26529;
  margin: 0 0 8px 0;
}

.package-card .heading h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.17;
  text-align: center;
  color: #0e1149;
}

.package-card .content ul {
  padding-left: 25px;
}

.package-card .content ul li {
  position: relative;
  list-style: none;
}

.package-card .content ul li:before {
  content: '';
  position: absolute;
  background: url("../img/bullet-blue.png") center bottom no-repeat;
  width: 24px;
  height: 22px;
  left: -35px;
  background-size: contain;
  top: 3px;
}

.package-card:hover .content ul li:before {
  content: '';
  position: absolute;
  background: url("../img/bullet-white.png") center bottom no-repeat;
  width: 24px;
  height: 22px;
  left: -35px;
  background-size: contain;
  top: 3px;
}

.package-card .content ul li p {
  font-size: 16px;
  line-height: 1.25;
  color: #0e1149;
  margin: 0 0 15px 0;
}

.package-card .footer h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  text-align: center;
  color: #0e1149;
}

.package-card .footer {
  display: inline-flex;
  flex-direction: column;
}

.package-card .footer .link-sec {
  border-radius: 4px;
  background: #f26529;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #f9f9ff;
  padding: 10px;
}

#services {
  padding: 50px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 5px 30px 5px;
  transition: all 0.3s ease-in-out;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 10px 20px 0 rgba(223, 222, 232, 0.35);
  border: solid 1px rgba(25, 28, 124, 0.06);
  background-image: radial-gradient(circle at -30% -52%, rgba(25, 28, 124, 0.25), rgba(255, 255, 255, 0.25) 55%), linear-gradient(to bottom, #fff, #fff);
  border-radius: 15px;
}

#services .box:before {
  content: '';
  background: url('../img/card-layer.png') no-repeat;
  background-size: cover;
  width: 160px;
  height: 140px;
  position: absolute;
  right: -25px;
  bottom: -26px;
}

#services .box .icon span {
  display: inline-block;
  width: 42px;
  height: 44px;
  /* background-size: contain; */
}

#services .box .icon span.cloud-native {
  background: url('../img/cloudnative-icon.png') no-repeat;
  background-size: contain;
}

#services .box .icon span.modernize {
  background: url('../img/modernize-icon.png') no-repeat;
  background-size: contain;
}

#services .box .icon span.data-catalog {
  background: url('../img/datacatalog-icon.png') no-repeat;
  background-size: contain;
}

#services .box .icon span.data-profiling {
  background: url('../img/dataprofiling-icon.png') no-repeat;
  background-size: contain;
}

#services .box .icon span.data-analytics {
  background: url('../img/data-analytics-icon.png') no-repeat;
  background-size: contain;
}

#services .box .icon span.data-service {
  background: url('../img/dataservice-icon.png') no-repeat;
  background-size: contain;
}

#services .box .icon span.serverless {
  background: url('../img/serverless-icon.png') no-repeat;
  background-size: contain;
}

#services .box .icon span.ai {
  background: url('../img/ai-icon.png') no-repeat;
  background-size: contain;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
}

#services .icon i {
  font-size: 42px;
  transition: 0.5s;
}

#services .title {
  font-weight: 800;
  margin: 0 0 0 15px;
  font-size: 24px;
  color: #0e1149;
}

#services .title a {
  color: #111;
  ;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: rgba(17, 17, 17, .75);
}

/* Clients Section
--------------------------------*/

#ourClients {
  padding: 50px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#ourClients .clients-wrap {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#ourClients .client-logo {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 160px;
}

#ourClients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}



/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

.contact-form-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  /* font-family: "Montserrat", sans-serif; */
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  color: #007bff;
}

#contact .info i {
  font-size: 32px;
  float: left;
  line-height: 1;
  transition: 0.3s;
}

#contact .info i:hover {
  color: #007bff;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .info p:hover {
  color: #007bff;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #ff7a3d;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0e1149;
  cursor: pointer;
}

.success-status {
  clear: both;
  background: #28a745;
  padding: 10px;
  border-radius: 5px;
  display: none;
  position: fixed;
  top: 90px;
  left: 20%;
  width: 60%;
  height: 40px;
  z-index: 999;
  align-self: center;
}

.success-status p {
  color: #fff;
  float: left;
}

.close-icon {
  background: url('../img/close-icon.png') center bottom no-repeat;
  width: 14px;
  height: 16px;
  float: right;
  background-size: contain;
  padding-top: 0px;
  cursor: pointer;
}

.contact-form-submit:focus {
  outline: none;
  border: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #1C143B;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #0F1029;
  padding: 60px 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  padding: 15px 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ff7a3d;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(236, 245, 255, .7);
}

#footer .footer-top .footer-links ul a:hover {
  color: rgba(236, 245, 255, .9);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  padding: 15px 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright-section {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
  #intro {
    padding: 140px 0 60px 0;
  }
  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  .sm-none {
    display: none;
  }
  .smart-data-section .box p {
    font-size: 18px !important;
  }
  .right-listing {
    padding-left: 10px;
  }
  .about-container-top .text-desc p{
    text-align: center;
  }
  #about .about-container-top .content{
    padding: 32px 20px;
  }
  .carousel-indicators li {
    display: none;
  }
  .section-header h3, .left-col-header h3, .smart-data-section .title {
    font-size: 28px;
    text-align: left;
  }
  #benefits .icon-box {
    margin-top: 40px;
  }
  #benefits h4.title, #services .title, .smart-data-section .title {
    font-size: 18px;
  }
  #benefits p.description, #services .description, .smart-data-section .box p, .section-header p {
    font-size: 14px;
  }
  .about-container .icon-box {
    padding: 15px 5px;
  }
  .section-header p{
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left;
    width: 100%;
  }
  #ourClients .client-logo {
    padding: 10px;
    height: 75px;
    width: 75%;
    margin: 0 auto;
  }
  .about-container .icon-box .icon span {
    width: 75px;
    height: 75px;
  }
  .about-container-top .icon-box .text-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .about-container-top .icon-box {
    background-size: cover;
    padding: 15px 5px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin: 15px 0;
    justify-content: center;
    flex-direction: column;
  }
  .package-card {
    padding: 25px;
    min-height: 550px;
  }
  .package-text h2 {
    font-size: 15px;
    line-height: 2;
    padding-left: 35px;
  }
  .package-text h2:before {
    content: '';
    width: 15px;
    height: 12px;
    left: 5px;
    top: 10px;
  }
  .package-card .content ul {
    padding-left: 20px;
  }
  .package-card .content ul li:before {
    content: '';
    width: 18px;
    height: 16px;
    left: -30px;
    top: 5px;
  }
  .package-card .content ul li p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 15px 0;
  }
  #benefits, .contact-form-section, #setUsApart, #contact{

    padding-left:  2%;
    padding-right:  2%;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  #testimonials .testimonial-item {
    text-align: center;
  }
  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }
  #testimonials .testimonial-item h3, #testimonials .testimonial-item h4, #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}

/* Carousel starts */

.carousel-fade .carousel-inner .carousel-item {
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  opacity: 0;
}

.carousel-fade .carousel-inner .carousel-item.active {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Carousel ends */

/* Common
--------------------------------*/

.clr-blck {
  color: #0E1149 !important;
}

.clr-blck-lite {
  color: #000 !important;
}

.spacing-md {
  padding-top: 50px;
}

.bg-white {
  background: #fff;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-90 {
  width: 90%;
}
.width-100{
  width: 100%;
}
.asc-clr1 {
  background-image: linear-gradient(225deg, #FF9F76 0%, #890032 100%);
}

.asc-clr2 {
  background-image: linear-gradient(225deg, #4336E6 0%, #1F1B56 100%);
}

.asc-clr3 {
  background-image: linear-gradient(225deg, #0FA5BC 0%, #2C2067 100%);
}

.asc-clr4 {
  background-image: linear-gradient(225deg, #6B2EC2 0%, #391463 100%);
}

@media (min-width: 1140px) {
  .carousel-item {
    min-height: 420px;
  }
  #ourClients img {
    transition: all 0.4s ease-in-out;
    width: 80%;
  }
}

.learn-more {
  text-align: center;
  margin-bottom: 20px;
}

.learn-more a,
.explore-section a {
  color: #ff7a3d;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.dark-bg {
  background: #1b1434;
}

.highlight-text {
  color: #ff4e00;
  font-weight: 900;
  font-size: 24px;
}

.bold-text {
  font-weight: bold;
}

.text-sm {
  font-size: 16px !important;
}

.text-xs {
  font-size: 16px !important;
  font-weight: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #f9f9ff !important;
}

.text-highlight {
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.39;
  color: #ff8a54 !important;
}

/*--------------*/