section {
  padding: 5rem 3rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

:root {
  --main: #2af598;
  --second: #08b3e5;
  --white: #fff;
  --black: #000;
  --btint: #888;
  --bdark: #222;
  --bmdark: #444;
  --gray: #ccc;
  --wtint: #f9f9f9;
}

.vbanner {
  padding: auto;
  margin-top: 67px;
  position: relative;
}

h1 {
  font-size: 3rem;
  font-weight: 800;
  color: var(--white);
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--bdark);
}

p {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--bmdark);
}
.desc p {
  font-size: 1.4rem;
  line-height: 160%;
  font-weight: 600;
  color: var(--bmdark);
}
h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 1.5rem 0 3rem 0;
  line-height: 110%;
}

h3 {
  font-size: 2rem;
  font-weight: 500;
}

h4 {
  font-size: 1.8rem;
  font-weight: 600;
}

h5 {
  font-size: 1.5rem;
  font-weight: 600;
}

h6 {
  font-size: 1.2rem;
  font-weight: 600;
}

/*.btn {
  background-image: linear-gradient(131deg, #2af598, #08b3e5);
}

.btn:hover {
  background-image: linear-gradient(131deg, #08b3e5, #2af598);
}*/

.card {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  height: 550px;
}

.card-front,
.card-back {
  padding: 20px !important;
}

.card img {
  width: 100px;
  margin-left: 24px;
  margin-top: 30px;
}

.card h4 {
  font-weight: 700;
  color: #444;
  font-size: 26px;
  margin: 20px 0;
}

.card .card-back {
  /*background: linear-gradient(
    90deg,
    rgba(0, 255, 98, 0.9),
    rgba(0, 255, 255, 0.6)
  );*/
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.card-back img {
  width: 100px;
  margin-left: 24px;
  margin-top: 30px;
}
.card-back .card-body h4,
.card-back .card-body p {
  color: #f8f8f8;
}

.card:hover .card-back {
  left: 0%;
}

.service-back h3,
.service-back p {
  color: #fff;
}

.mwwcard:hover .service-back {
  left: 0%;
}

/* Ai Recuritment Page */
/*.ai-hero {
  padding: 10rem 3rem;
}*/

.ai-hero h1 {
  color: #444;
}

.ai-hero p {
  margin: 2rem 0;
  font-size: 18px;
}

/*.ai-cost,
.ai-score,
.ai-hiring {
  padding: 6rem 3rem;
}*/

.ai-cost h2,
.ai-score h2,
.ai-hiring h2 {
  font-size: 2.5rem;
  margin: 0;
}

.ai-cost p,
.ai-score p,
.ai-hiring p {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

.rtech {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.tcolumn {
  flex: 14%;
  max-width: 14%;
  padding: 0 4px;
  border: 1px solid #fff;
}

.tcolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.airh-domain {
  background: url("../images/ror-remote-hire/background-gradiant.jpg");
  background-size: cover;
  padding-bottom: 150px;
  color: #fff;
}

/* Block Chain Page*/

.hero-img {
  background-image: url("../images/crypto/1.jpg");
  background-size: cover;
  height: 100vh;
  filter: brightness(80%) contrast(140%);
}

/*.business,
.challenge,
.trading,
.arch,
.offer,
.fact {
  padding: 10rem 3rem;
}*/

.business-detail {
  padding-right: 10rem;
}

.challenge-img {
  padding: 0 3rem;
}

.card {
  border: none !important;
}
.offer h2 {
  margin: 2.5rem 0;
}

.feature p::before {
  content: "☸ ";
}

.feature h4 {
  margin: 2.5rem 0 2rem 0;
  font-size: 2rem;
  font-weight: 700;
}

.result {
  background-image: url(../images/crypto/7.png);
  height: 100vh;
  background-size: cover;
  text-align: center;
}

.fact h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4rem;
}

.fact h2 {
  text-transform: uppercase;
  margin-bottom: 2.25rem;
}

.figure-fact {
  margin: 3rem 0;
  text-align: center;
  display: table;
}

.figure-fact h6 {
  font-size: 2.5rem;
  margin-top: 1.5rem;
  color: #222;
  font-weight: 700;
}
.figure-fact p {
  font-size: 1.2rem;
  color: #444;
  font-weight: 600;
}
.figure-fact img {
  width: auto;
  height: 85px;
}

/* ************** === Cloud Enggineering === ***************** */
.cloud-hero {
  background-image: url("../images/cloud/1.jpg");
  background-size: cover;
  height: 60.6rem;
}
.cloud-head {
  color: #fff;
}

.cloud-head h5 {
  color: #999;
  font-size: 1.45rem;
}
.cloud-head h1 {
  font-size: 4.5rem;
  font-weight: 700;
}

.cloud-list p {
  font-size: 1.45rem;
}

.cloud-offer {
  padding: 10rem 0;
}

.cloud-offer h2 {
  font-size: 2.5rem;
  margin: 1.5rem 0;
  color: #444;
}

.cloud-offer p {
  font-size: 1.25rem;
  font-weight: 600;
}

.cloud-icon img {
  width: 10rem;
}
.cloud-list {
  margin: 3rem 0;
}
.cloud-list h3 {
  margin: 3rem 0;
  font-size: 3rem;
}

.cloud-eza {
  /* background-image: url("../images/cloud/71.png"); */
}

.cloud-eza h2 {
  margin: 0;
  font-size: 2.75rem;
  color: #444;
}
.cloud-eza p {
  font-size: 1.35rem;
  font-weight: 500;
  color: #555;
}
.cloud-testi {
  margin: 13.5rem 0;
}
.cloud-tech {
  padding: 5rem;
}
.cloud-tech h2 {
  font-size: 3rem;
  color: #444;
  text-align: center;
}

.cloud-tech p {
  font-size: 1.35rem;
  font-weight: 600;
  color: #444;
  text-align: center;
  margin-bottom: 10rem;
}

.tech-card {
  padding: 25px 10px;
  border: 1px solid #fff;
}
.tech-card h5 {
  margin-top: 1.5rem;
  color: #fff;
}

.ctcolumn {
  flex: 20%;
  max-width: 20%;
  padding: 2rem;
  border: 1px solid #fff;
}

.ctcolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.cloud-soft-img {
  padding: 3rem 0 2rem 0;
}
.cloud-soft {
  border: 1px solid #555;
}
.cloud-soft h6 {
  font-size: 21px;
  font-weight: 600;
  color: #444;
  padding-bottom: 30px;
  line-height: 30px;
}

.cloud-dev {
  padding: 0 200px;
}
.cloud-heads a {
  text-decoration: none;
  color: #333;
}
.cloud-heads h6 {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 700;
}
.amazons {
  background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.8)
    ),
    url("../images/cloud/cloud-aws.PNG");

  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
}
.azurs {
  background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.8)
    ),
    url("../images/cloud/cloud-azur.PNG");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
}

.googles {
  background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.8)
    ),
    url("../images/cloud/cloud-google.PNG");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
}

.cloud-heads:hover {
  padding: 0 20px;
  border-bottom: #32e267 5px solid;
  border-bottom-right-radius: 50px 20px;
  border-bottom-left-radius: 50px 20px;
}
.cloud-dev h5 {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 700;
}
.cloud-dev img {
  height: 90px;
}
.main_div {
  text-align: center;
  background: #00c492;
  padding: 20px;
  width: 400px;
}
.inner_div {
  background: #fff;
  margin-top: 20px;
  height: 100px;
}
/*.buttons {*/
/*  border-left: #555 10px solid;*/
/*  border-right: #555 10px solid;*/
/*}*/
.buttons a {
  margin-top: 10px;
  font-size: 21px;
}
.buttons a:hover {
  cursor: pointer;
  font-size: 22px;
  margin-top: 10px;
}

.main-acor {
  width: 55vw;
  background: inherit;
  margin: auto;
  position: relative;
  top: 8vh;
  height: auto;
  padding: 2vw;
  padding-top: 5vw;
  padding-bottom: 10vw;
}

.sec {
  font-size: 1.5vw;
  width: 100%;
  background-color: orange;
  padding: 1.5vw;
  cursor: pointer;
  margin-top: 0.5vw;
  background-color: #eeeeee;
  text-align: left;
  color: #333;
  font-weight: 500;
}

.sec:hover {
  width: 110%;
  padding: 2vw;
  animation-name: rotate;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fa {
  float: left;
  margin-top: 5px;
}

.accordian .fa {
  float: right;
}

.collapsable {
  width: 100%;
  background-color: pink;
  padding: 2vw;
  font-size: 1.2vw;
  display: none;
  color: #757575;
  background-color: white;
}

.sec i {
  font-size: 2vw;
  color: #616161;
}

@media only screen and (max-width: 425px) {
  .main-acor {
    width: 90vw;
  }

  .sec {
    font-size: 4.5vw;
    width: 100%;
    padding: 4.5vw;
    margin-top: 1.5vw;
  }

  .sec:hover {
    width: 110%;
    padding: 6vw;
  }

  .collapsable {
    width: 100%;
    padding: 6vw;
    font-size: 3.6vw;
    display: none;
  }

  .sec i {
    font-size: 6vw;
  }
}

/* ************Data Science Style************ */

.hero-ds {
  height: 700px;
  background: url("../images/data-science/hero-ds.png");
  background-size: cover;
}

.hero-ds h1,
.hero-ds p {
  color: #fff;
}

.qa-card {
  height: 100%;
}

.datah h2 {
  color: #fff !important;
  text-align: center;
  font-size: 2.5rem;
}

.datah p {
  color: #fff !important;
  text-align: center;
  margin-bottom: 6rem;
  font-size: 1.4rem;
  line-height: 175%;
}

.hero-swift {
  height: 700px;
  background: url("../images/swift/hero-banner.png");
  background-size: cover;
}

.hero-sec,
.solution {
  padding: 3rem;
  background: linear-gradient(90deg, #7bf2ff, #45ffcd);
}
.sec-img {
  padding: 2rem 8rem;
}

.arch,
.challenge,
.result {
  padding: 3rem 3rem;
}

.hero-head h1 {
  font-size: 3.5rem;
}

.hero-head h4 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-head p {
  font-size: 1.2rem;
  line-height: 150%;
  font-weight: 500;
}
.ezapp-price {
  padding: 100px 50px;
}
.price-head h2 {
  color: #2af598;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 24px;
}
.price-head p {
  padding-top: 5px;
  margin-top: 0;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
}
.price-head {
  margin-bottom: 100px;
}

.ezapp-plan {
  padding: 2.5rem;
  border: #2af598 2px solid;
  background: url(../images/price.png);
  background-size: cover;
  height: 550px;
  box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px,
    rgba(58, 68, 77, 0.15)15) 0px 0px 0px 1px;
}

.ezapp-price h6 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 1.25rem;
}
.ezapp-plan h5 {
  font-size: 2rem;
  font-weight: bold;
}
.ezapp-plan h5 > span {
  font-size: 4rem;
  color: #2af598;
}
.ezapp-plan p > span {
  font-size: 1rem;
  font-weight: 600;
}

/* GO Lang Page CSS */
.card {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #dcdcdc !important;
  border-radius: 10px !important;
}

.card-front,
.card-back {
  padding: 20px !important;
  margin-bottom: 40px !important;
  height: 350px;
  padding: 32px;
}

.card img {
  width: 100px;
  margin-left: 24px;
}
.card h6 {
  font-size: 6rem;
  font-weight: 900;
}
.card h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

.card p {
  padding-top: 10px;
  margin-left: 0px !important;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
}

.card .go-dev h4 {
  font-size: 1.8rem;
}

.card .go-dev p {
  font-size: 1.3rem;
}
.go-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 8rem 0;
}

.py-list {
  padding: 8rem 3rem;
}
.point-list {
  margin-top: 32px;
}
.point-para p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 200%;
}

.point-list p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 230%;
}
.point-list img {
  padding: 50px;
}

.point-list p::before {
  content: url("../images/python/arrow.png");
}

.card .card-back {
  /*background: linear-gradient(
    90deg,
    rgba(0, 255, 98, 0.9),
    rgba(0, 255, 255, 0.6)
  );*/
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.card-back img {
  width: 100px;
  margin-left: 24px;
}

.card .card-back h6 {
  color: #fff;
}
.card-back .card-body {
  color: #f8f8f8;
}

.card:hover .card-back {
  left: 0%;
}

.go-power {
  background-image: url("../images/golang/background.png");
  background-size: cover;
  padding: 4rem 2rem;
  margin-top: 10rem;
}
.go-back-img h2 {
  margin-top: 10rem;
}

.go-power h2 {
  font-size: 2.3rem;
}

.go-power p {
  font-size: 1.3rem;
  line-height: 170%;
  font-weight: 500;
  color: #444;
}

.hotel-hero {
  background: url(../images/hotel-price/hotel-hero.jpg) no-repeat;
  background-size: cover;
  height: 700px;
  width: 100%;
}

.hotel-hero h1 {
  color: #fff;
}
/* ******* Open CV  ******* */
.usecase {
  background-color: #000;
  padding: 100px 50px;
}

.usecase h2 {
  color: #fff;
  font-size: 48px;

  margin: 30px 0;
}
.usecase h5 {
  color: #f9f9f9;
}

.usecase h3 {
  font-size: 24px;
  margin: 15px 0;
  color: #f9f9f9;
}

.case-detail p {
  color: #ccc;
}
.case-detail ul > li {
  color: #ccc;
}

.case-detail {
  padding: 20px;
}

.case-detail img {
  margin: 40px 0;
}

.usecase-back {
  background-color: #333;
}

.usecase-back p {
  color: #ccc;
}
.work-start {
  background-color: #f9f9f9 !important;
  margin-left: -50px;
  border-radius: 10px;
  padding: 100px 20px;
  font-weight: 500;
  line-height: 2.5rem;
}

.work-start p {
  font-size: 1.2rem;
  color: blue;
}

.work-start span {
  color: blueviolet;
}

.wfac-detail {
  border: 1px #f9f9f9 solid;
  border-radius: 0.6rem;
  padding: 2.5rem;

  height: 600px;
}

.work-facility {
  background-color: #000;
  padding: 100px 0;
}

.work-facility h4 {
  font-size: 1.5rem;
  color: #fff;
  margin: 50px 0px 30px 0;
}

.work-facility p {
  color: #ccc;
}
.work-facility img {
}

/* Spark Academy */
.hero-spark {
  background: url(../images/spark/hero-sec.png) no-repeat;
  background-size: cover;
  height: 700px;
}

.spark-head h5 {
  color: #db7f0f;
}

.spark-academy {
  background: url(../images/spark/spark-acam.jpg) no-repeat;
  background-position: top right;
  background-size: 850px;
}

.spark-tech {
  background-image: linear-gradient(131deg, #e55508, #db7f0f);
}

/* RealState CSS Code */
.rs-hero-imgs {
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/realstate/rs-hero-img.jpg") !important;
  height: 950px;
  background-size: cover;
  color: #fff;
 position: relative;  
}

.rs-hero-head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 }

.rs-hero-head h1 {
  font-size: 56px;
  font-weight: 700;
}

.rs-hero-head p {
  color: #fff;
  margin-top: 20px;
  font-size: 21px;
}

.rs-hero-head .my-btn {
  padding: 15px 20px;
  border-radius: 10px 10px;
  background-image: linear-gradient(131deg, #000, #000);
  color: #fff;
  font-size: 19px;
  margin-top: 10px;

}

/*  ************ Hautel Travel **************     */
.hautel-hero{
  padding: 25rem 5rem 10rem 5rem;
  background: url("../images/hautelt/bg-1.png");
  background-size: cover;
}

.booking {
  background-color: #000;
}
.arrival {
  background: url("../images/hautelt/bg-4.png");
  background-size: cover;
}

.arrival h2 {
  text-align: center;
}
.booking h2{
 color:#fff;
 font-size: 4.5rem;
 font-weight: 700;
}
.result{
  background: url("../images/hautelt/bg-5.png");
  background-size: cover;
}
.result h2{

  text-align: center;
  color:#fff;
  margin-bottom:6rem;

}
.result img{
  background-color: #f9f9f9;
  border-radius: 1rem;

}
.result h4{
  font-size: 2rem;
  color: #fff;
  margin-top: 2rem;

}
/*
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
  border-radius: 3rem !important;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 2.5rem 3rem;
  border-radius: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input {
  height: 1em;
  width: 1.2em;
  vertical-align: middle;
}

*/
.single {
  margin-top: 10rem;
}
.single .btn {
  border-radius: 50%;
}
.mybtn {
  position: absolute;
  right: 2.2rem;
  bottom:0.3rem;
  text-align: center;
  color: #f9f9f9;
  font-weight: 600;
  font-size: 3.5rem;
}
button {
  background-color: transparent;
}

.mybtn .fa {
  background-color: transparent !important;
}
.box-img {
  position: relative;
  text-align: center;
  color: white;
}
/*
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  margin-left: -50px;
}
*/
.weekly h2 {
  font-size: 3.5rem;
  font-weight: 700;
}

.weekly p {
  font-size: 1.5rem;
  line-height: 2;

  font-weight: 600;
}

/* **********Web3 Page Style************ */

.hero-web3 {
  height: 700px;
  background: url("../images/web3/web-hero.jpg");
  background-size: cover;
}



.cs-testimonial-title {

  font-size: 3rem;
}
.demand-section {
  width: 100%;
  float: left;
  padding: 160px 0 80px;
  background: url(../image/IT_Staffing_bg.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}





/* ************Start Smart Home*********** */

.sh-home {
  padding: 3rem;
}
.sh-home-banner {
  align-items: center;
}
.sh-home h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #444;
}
.sh-home p {
  font-size: 1.3rem;
}

.sh-energy {

}

.sh-energy h2 {
  font-size: 2.25rem;
  font-weight: 800;
  margin: 3rem 0;
}

.sh-energy p {
  font-size: 1.25rem;
  font-weight: 600;
   margin-bottom: 100px;
  color: #333;
}

.sh-energy-backa {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/smart-home/energy-connect.png");
  background-size: cover;
  height: 450px;
  color: #fff;
  padding: 2.5rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.sh-energy-backa h3,
.sh-energy-backb h3 {

  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.sh-energy-backa p,
.sh-energy-backb p {
  font-size: 1.6rem;
  padding: 0;
  color: #f9f9f9;
}

.sh-energy-backb {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/smart-home/energy-premium.png");
  background-size: cover;
  height: 450px;
  padding: 2.5rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.sh-soltion {
  padding: 100px 50px;
}

.sh-solution-row {
  align-items: center;
}

.sh-solution-row h3 {
  font-size: 36px;
  font-weight: 800;
  margin: 20px 0px;
}

.sh-solution-row p {
  font-size: 18px;
  font-weight: 500;
}

.sh-platform {
  padding: 100px 72px;
}

.sh-platform h2 {
  text-align: center;
  margin: 100px 0px 72px 0px;
  font-size: 48px;
  color: #000;
}
.sh-platform-text {
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 450px;
  padding: 50px;
}
.sh-platform-text img {
}

.sh-platform-text h4 {
  margin: 30px 0 10px 0;
  font-size: 21px;
  color: #222;
}

.sh-platform-text p {
  font-size: 16px;
}
.sm-card {
  height: 500px;
}
.sm-card .card-img img {
  height: 6rem;
}







/* ************Responsive Code***************   */

@media screen and (max-width: 1450px) {
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1200px) {
  .ezapp-plan h5 {
    font-size: 1.7rem;
  }

  .ezapp-plan h5 > span {
    font-size: 2.8rem;
  }

  .btn {
    font-size: 10px;
  }
  .spark-academy {
    background: #f9f9f9 !important;
  }
  .column-7 {
    position: -webkit-static;
    position: static;
}
}
@media screen and (max-width: 991px) {
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .tcolumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  /*.hero-img {
    background-size: contain;
  }*/
  .business-detail {
    padding-right: 0rem;
  }
  .cloud-tech {
    padding: 2rem;
  }
  .cloud-head h5 {
    color: #999;
    font-size: 1rem;
  }
  .cloud-head h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0 !important;
  }
  .ctcolumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }

  .cloud-tech h2 {
    font-size: 2rem;
    margin-bottom: 0;
    color: #444;
    text-align: center;
  }

  .cloud-tech p {
    font-size: 1rem;
    font-weight: 600;
    color: #444;
    text-align: center;
  }
  .sec-img {
    padding: 3rem;
  }
  .spark-academy {
    background: #f9f9f9 !important;
  }

  .ezapp-plan h5 {
    font-size: 1.6rem;
  }

  .ezapp-plan h5 > span {
    font-size: 2.6rem;
  }
  .column-7 {
    position: -webkit-static;
    position: static;
}
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .hero-sec, .solution, .arch, .challenge, .result{
        padding-left: 0;
        padding-right: 0;
    }
    .hero-sec{
        padding-top: 0.5rem;
    }
    section {
        padding: 4rem 0.5rem;
    }
  .tcolumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 100%;
  }
  .business-detail {
    padding-right: 0rem;
  }
  .cloud-tech {
    padding: 2rem;
  }
  .cloud-head h5 {
    color: #999;
    font-size: 1rem;
    margin-bottom: 0;
  }
  .cloud-head h1 {
    font-size: 3rem;
    font-weight: 700;
  }
  .ctcolumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .cloud-tech h2 {
    font-size: 2rem;
    color: #444;
    text-align: center;
  }

  .cloud-tech p {
    font-size: 1rem;
    font-weight: 600;
    color: #444;
    text-align: center;
  }
  .cloud-dev {
    padding: 0;
    margin: 3rem 0;
  }
  .tecico {
    margin: 2rem;
  }
  .sec-img {
    padding: 2rem;
  }

  .hero-head h1 {
    font-size: 2.5rem;
  }

  .hero-head h4 {
    margin-top: 3rem;
  }

  .ezapp-plan h5 {
    font-size: 1.3rem;
  }
  .ezapp-plan h5 > span {
    font-size: 2.2rem;
  }
  .spark-academy {
    background: #f9f9f9 !important;
  }
  .column-7 {
    position: -webkit-static;
    position: static;
}
.sh-energy-backa h3,
.sh-energy-backb h3 {
  font-size: 1.8rem;
}

.sh-energy-backa p,
.sh-energy-backb p {
  font-size: 1.2rem;
}
}
