:root {
  --white-color: #fff;
  --primary-color: #2c80ff;
  --text-color: #919191;
  --blue-shade-bg: #eef1ef;
  --gray-bg: #f2f8ff;
  --green-color: #1ad079;
  --black-color: #282c32;
}

.pad-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}

.display-5 {
  margin: 30px 0;
}

.theme_color {
  color: var(--primary-color);
}

body {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

p:last-child{
  margin: 0;
}

.sec-title{
  z-index:1;
}

/* ============ Banner Css ===============*/
.aws-banner {
  background: linear-gradient(140deg, #174394, #2c80ff);
  min-height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 180px 0 80px;
}


.aws-banner .image-box {
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.aws-banner .image-box .swiper-slide {
  height: 500px;
  width: 100%;

  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.aws-banner .hero_desc {
  font-size: 18px;
  max-width: 650px;
  margin: 30px 0;
}

/* ========== / Banner Css ============ */

.about-crev .left-block {
  position: relative;
  z-index: 3;
}

.about-crev .left-block .info {
  padding: 0 60px;
  margin-top: -30px;
}

.about-crev .left-block .mz-shap {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about .img-vid {
  position: relative;
  border-radius: 30px 30px 30px 0;
  overflow: hidden;
  max-height: 350px;
}

.about .img-vid .curv-butn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85px;
  height: 72px;
  line-height: 54px;
  text-align: center;
  border-radius: 0 30px 0 0;
}

.about .img-vid .curv-butn .vid {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

.about .img-vid .curv-butn .shap-left-top {
  position: absolute;
  top: -2.05rem;
  left: -1px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
}

.about .img-vid .curv-butn .shap-left-top svg {
  width: 2.1rem;
  height: 2.1rem;
}

.about .img-vid .curv-butn .shap-right-bottom {
  position: absolute;
  bottom: -1px;
  right: -2.1rem;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
}

.about .img-vid .curv-butn .shap-right-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}

/* ========== Tabs Css End ============ */

/* offer__section */
.offer__section .services-item {
  height: 100%;
  display: flex;
  gap: 20px;
  border: 1px solid white;
  padding: 15px;
  background-color: white;
  transition: all 0.3s ease;
}

.offer__section .services-item:hover {
  transition: all 0.3s ease-in;
  box-shadow: 5px 5px 11px #0000002b;
  border: 1px solid #0059ff3d;
}

.offer__section .services-item .services-icon img {
  max-width: unset;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.offer__section .top50 {
  top: 60px;
}

/* offer__section end */

/* cloud_data */

.cloud_data {
  background-image: url('../img/aws/aws-datacenter.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 50vh;
  display: flex;
  align-items: center;
}

/* cloud_data */

/* Cloud Implimentation */
#cloud-implementation .item-box {
  padding: 20px;
  border: 1px solid rgb(241, 241, 241);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 290px;
  height: calc(100% - 20px);
}

#cloud-implementation .item-box.first-item-box:hover {
  background: #f75c3326;
  border-bottom: 5px solid #f75d33;
  transform: translateY(-5px);

  .item-box-title {
    &::after {
      background: linear-gradient(transparent, #f75d33);
    }
  }
}

#cloud-implementation .item-box.second-item-box:hover {
  background: #0e5af32a;
  border-bottom: 5px solid #0e59f3;
  transform: translateY(-5px);

  .item-box-title {
    &::after {
      background: linear-gradient(transparent, #0e59f3);
    }
  }
}

#cloud-implementation .item-box.third-item-box:hover {
  background: #7ad12d28;
  border-bottom: 5px solid #7ad12d;
  transform: translateY(-5px);

  .item-box-title {
    &::after {
      background: linear-gradient(transparent, #7ad12d);
    }
  }
}

#cloud-implementation .item-box .icon {
  aspect-ratio: 1/1;
  height: 90px;
}

#cloud-implementation .item-box .item-box-title {
  position: relative;
  margin-bottom: 20px;

  &::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 10px;
    left: 0;
    bottom: -15px;
    background: linear-gradient(transparent, var(--primary-color));
  }
}

/* Cloud Implimentation / */

/* Industrial Service */


.industry-sec {
  padding-bottom: 80px;
}

.insdustry_main {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.industry-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, .01), rgba(0, 0, 0, .5), rgba(0, 0, 0, .8));
}

.industry-img {
  width: 100%;
  height: 410px;
  border-radius: .25rem;
  overflow: hidden;
  position: relative;
}

.industry-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.industry-wrap {
  position: absolute;
  bottom: 0;
  padding: 2.5rem 1.875rem;
  transition: all .7s ease-in-out;
  height: 12.5rem;
}

.industry-wrap .industry-inr {
  width: 3.375rem;
  height: 3.375rem;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-wrap .industry-title {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  min-height: 3.75rem;
  padding-bottom: 0;
  margin: 0;
  font-weight: 600;
}

.industry-wrap p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: .938rem;
}

.insdustry_main:hover .industry-img::before {
  background: linear-gradient(rgba(0, 0, 0, .01), rgba(7, 73, 208, 0.7), #0729e6);
}

.insdustry_main:hover .industry-wrap {
  height: 100%;
}

.industry-sec [class*="col-"] {
  margin-bottom: 30px;

}


/* CTA Area */

.cta-section {
  background: url('../img/aws/blob-top-left.png'), url('../img/aws/blob-top-right.png'), url('../img/aws/blob-bottom-left.png'), url('../img/aws/blob-bottom-right.png'), url('../img/aws/blob-center.png');
  background-position: left 0px top 0px, right 0px top 0px, left 0px bottom 0px, right 0px bottom 0px, center center;
  background-repeat: no-repeat;
  background-color: #003688 !important;
}


/* ======= Responsive ======= */

@media (min-width: 991px) and (max-width: 1380px){
  .cloud_data {
    background-position: right;
  }

  .services-title h4{
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
  }

  .mb-40 {
    margin-bottom: 20px!important;
  }

  .display-5 {
    font-size: 32px;
    line-height: 42px;
  }
}



@media (max-width: 991px){
  .aws-banner .hero_desc ,
  p,
  #cloud-implementation .title h5{
    font-size: 14px;
    line-height: 26px;
  }

  .display-5 {
    font-size: 26px;
  }

  .about h5{
    font-size: 18px;
    line-height: 28px;
  }

  .offer__section .services-item {
    flex-wrap: wrap;
    padding: 0;
  }

  .mb-40 {
    margin-bottom: 20px!important;
  }

  .theme_light_btn {
    font-size: 16px;
  }

  footer .fluid-2 {
    padding: 0 20px !important;
  }

  .footer-address-list li a {
    font-size: 14px;
    line-height: 24px;
  }

  .services-title h4{
    font-size: 14px;
    font-weight: 600;
  }
}