* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: "Inter";
}

.aic {
  align-items: center;
}

button {
  border-radius: 11px;
  border: none;
  padding: 10px 18px;
  width: 160px;
}

.gradient-clr {
  background: linear-gradient(70.43deg, #B31AEF 6.71%, #F6048D 33.95%, #F88C54 74.59%, #FF7670 93.66%);
  -webkit-background-clip: text;
  color: transparent;
}

.common-content {
	 text-align: center;
}
 .common-content h1 {
	 
	 font-weight: 700;
	 font-style: Bold;
	 font-size: 40px;
	 line-height: 50px;
	 margin-bottom: 30px;
}
 .common-content p {
	 font-size: 16px;
	 font-weight: 500;
	 line-height: 24px;
}

.cloud-computing-banner .brands{
	font-size:16px;
}
 

@media (max-width: 578px) {
.common-content {
	 text-align: center;
}
 .common-content h1 {
	 
	 font-weight: 700;
	 font-style: Bold;
	 font-size: 25px;
	/* line-height: 50px;
	 */
	 margin-bottom: 30px;
}
}

/* Banner Section -- Start */
.banner_section {
  background-image: url("../../../../themes/clean-blog/new-images/cloud-computing-new/banner_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding-top: 120px;
}

.brand_img {
  display: flex;
  justify-content: center;
  gap: 40px;

  img {
    width: 210px;
  }
}

.home_sec {
	 text-align: center;
	 color: white;
}
 .home_sec h1 {
	 font-weight: 600;
	 font-size: 60px;
}
 .home_sec .sub-head {
	 font-size: 14px;
}
 

.home-btns {
  display: flex;
  justify-content: center;
  gap: 4%;
}

.contact_btn {
  background: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  color: white;
  border-radius: 11px;
  border: none;
  padding: 10px 18px;
  width: 160px;
  text-decoration: none;
}

.brands {
  font-size: 13px;
}

.banner-img .line-img {
  width: 100%;
  height: 61px;
}

.cloud-gif {
  width: 200px;
  position: relative;
  top: -19px;
}

@media screen and (max-width: 678px) {
  .line-img {
    display: none;
  }
  .home_sec h1{
	  font-size: 30px;
  }
  .specialized-sec{
	background-size: cover;
    background-position: top;
  }
  .advantage-section .common-content {
    text-align: center;
    margin-bottom: 339px !important;
	}
}

/* Banner Section -- end */

/* ------------------cc service sec ---------------------- */
.cloud_service {
	 display: flex;
	 justify-content: space-between;
	 gap: 13px;
}
 .cloud_service h3 {
	 font-size: 41px;
	 font-weight: 700;
	/* line-height: 54px;
	 */
}
 

.second-row p {
  font-size: 15px;
}

/* ------------------end------------------------ */
/* -----------------------revamp----------------------- */
.revamp-sec {
  display: flex;
  gap: 40px;
}

.left-section-wrapper {
  width: 50%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.left-section {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.service {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  min-height: 120px;
  cursor: pointer;
}

.number-line {
  display: flex;
  align-items: center;
  gap: 25px;
  min-width: 60px;
}

.number {
  font-size: 25px;
  font-weight: 600;
  color: #999;
}

.service:hover .number,
.service.active .number {
  color: #000;
}

.line {
  width: 2px;
  height: 100px;
  background: transparent;
  border-radius: 2px;
}

.service:hover .line,
.service.active .line {
  background: linear-gradient(to bottom, #ff4ec7, #ff7b00);
}

.service h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.service img {
  width: 25px;
  margin-bottom: 9px;
}

.service p {
  font-size: 14px;
  color: #777;
}

.service:hover h3,
.service.active h3 {
  background: linear-gradient(to right, #ff4ec7, #ff7b00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.right-section {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.girl-img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

/* Mobile: remove scroll and hide image */
@media (max-width: 678px) {
  .revamp-sec {
    flex-direction: column;
  }

  .left-section-wrapper {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .left-section {
    transform: none !important;
  }

  .right-section {
    display: none;
  }

  .service {
    cursor: default;
    gap: 10px;
  }

  .number-line {
    gap: 10px;
    min-width: 40px;
  }
}

/* ---------------------end-------------------- */
/* --------------types of cloud computing--------------------- */


.cloudtype-heading h1 {
  font-size: 45px;
  font-weight: 700;
}

.cloudtype-heading p {
  font-size: 16px;
  font-weight: 500;
}

.cloudtype-heading {
  text-align: center;
}

.cloud-types {
  height: 100%;
  padding: 20px;
  transform: translatex(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
  /* transition: all 0.3s ease-in-out; */
  border-radius: 8px;

}

.cloud-types:hover {
  box-shadow: 0 0 10px 0 #ccc;
}

.cloud-types img {
  width: 40px;
}

.cloud-types p {
  font-size: 14px;
  margin-bottom: 0px;
}

.cloud-types h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

/* ----------------types of CC sec end---------------- */

/* ----------------specialized sec start---------------- */
.specialized-sec {
  background-image: url(../../../../themes/clean-blog/new-images/cloud-computing-new/specialized_1.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.specialized-sec .row {
  row-gap: 40px;
}

/* .specialized-cc {
  margin-top: auto;
  margin-bottom: auto;
} */

.specialized-cc p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 1.5rem;
  margin-bottom: 0px;
}

.specialized-cc h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 1px;
}

/* ----------------------advantage sec start-------------------------- */
.advantage-section {
  margin-top: 18rem;
}

.advantage-section .common-content h1 {
  
  font-weight: 700;
  font-style: Bold;
  font-size: 45px;
  line-height: 56px;
}

.advantage-section .common-content {
	 text-align: center;
}
 .advantage-section .common-content p {
	 margin-bottom: 35px;
	 font-size: 16px !important;
}
 

.advantage-section .row figure {
  background-image: url("../../../../themes/clean-blog/new-images/cloud-computing-new/transparent.png");
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
  gap: 14px;
  align-items: center;
  border-radius: 12px;
  padding: 17px;
  transition: all 0.3s ease-in-out;
}

.advantage-section .row figure img {
  width: 54px;
}

.advantage-section .row figure figcaption h6 {
  font-weight: 700;
}

.advantage-section .row figure figcaption p {
  font-size: 16px;
  margin: 0;
}

.advantage-section .row figure:hover {
  transform: translateY(-10px);
}

/* ----------------------end----------------------- */

/* --------------------why choose CC Section start------------------------ */
.choose-cc-sec .tt-gradient {
  color: rgba(0, 113, 227, 1);
}

.choose-cc-sec .row figure img {
  height: 177px;
  width: 100%;
}

.choose-cc-sec .row figure figcaption {
  border: 1px solid rgba(213, 212, 219, 1);
  border-radius: 0 0px 10px 10px;
  padding: 15px;
}

.choose-cc-sec .row figure figcaption h6 {
  font-weight: 700;
  /* margin-bottom: 17px;
	 */
}

.choose-cc-sec .row figure figcaption p {
  font-size: 14px;
  height: 50px;
  margin-bottom: 0px;
}

/* --------------------end------------- */

/* ----------operation sec------------ */


.cloud-section {
	 background: linear-gradient(to bottom, #dceeff 0%, #f0f7ff 80%, #fff 100%);
}
 .cloud-section h1 {
	 line-height: 60px;
	 font-size: 40px;
	 font-weight: bold;
	 color: #1c1c1c;
	 margin-bottom: 20px;
	 text-align: center;
}
 .cloud-section .row {
	 row-gap: 10px;
}
 

.card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  border: none;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.card:hover {
  transform: translatex(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}



.card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1c1c1c;
}

.card p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
}

/* -------------------------------- */

/* ---------------infrastructure sec start----------------- */
.infrastructure-sec {
  color: white;
  background-image: url(../../../../themes/clean-blog/new-images/cloud-computing-new/cloud1.png);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 3rem;
  text-align: left;
}

.infrastructure-sec h2 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.infrastructure-sec .numbers {
  font-size: 3.5rem;
}

/* -------------------------------- */
.stremlinee-sec {
	 background: linear-gradient(to top, #dceeff 0%, #f0f7ff 80%, #fff 100%);
}
 .stremlinee-sec .row {
	 row-gap: 10px;
}
 

.stremlinee-sec .card {
	 background: #fff;
	 padding: 20px;
	 border-radius: 15px;
	 border: none;
}
 .stremlinee-sec .card p {
	 line-height: 26px;
}
 

.Streamline_card {
  display: flex;
  justify-content: center;
}

/* -------------------------------------- */
.comprehensive {
  background-image: url(../../../../themes/clean-blog/new-images/cloud-computing-new/comprehensive-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.comprehensive .row {
  row-gap: 40px;
}

.common-content h1 {
  letter-spacing: 2px;
}

.card-transparent {
  background: linear-gradient(112.83deg, rgba(255, 255, 255, 0.1269) 0%, rgba(255, 255, 255, 0) 110.84%);
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s linear;
}

.card-transparent:hover {
  transform: scale(1.02);
}

.card-transparent p {
  font-size: 16px;
  margin-bottom: 0px;
}

.card-transparent h6 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.comprehensive .numbers {
  font-size: 50px;
  font-weight: 600;
}

.comprehensive .row .leftsec {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 800;
}

.contact-btns {
  background: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  margin-top: 30px;
}

.clouds-sec {
  background-image: url(../../../../themes/clean-blog/new-images/cloud-computing-new/cloudimg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
}

.clouds-sec h2 p {
  color: #1c1c1c;
}

.clouds-sec p {
  font-size: 14px;
  font-weight: 600;
}

.clouds-sec .numbers {
  font-size: 50px;
  font-weight: 700;
  color: rgba(0, 113, 227, 1);
}

.leftsec h2 {
  line-height: 40px;
  font-weight: 700;
}



.business_noted .container {
  margin-left: auto;
  margin-right: 0;
}

.business_noted .row {
  position: relative;
}

.business_noted .row .leftsec {
  position: absolute;
  left: -80px;
}

.owl-carousel .owl-item img{
	width: auto;
}

#mobile-exit-popup.fade{
	opacity: 1 !important;
}

#cloud.fade:not(.show) {
    opacity: 1 !important;
}
.modal-backdrop.fade {
    opacity: 0.5 !important;
}

#cloud.fade:not(.show){
	opacity: 1;
}


/* ---------------------------------------- */

/* -------------------banner sec------------------- */
@media screen and (max-width: 1200px) {
  .content_wrapper p br {
    display: none;
  }

  .leftsec h1 {
    font-size: 32px;
    line-height: 44px;
  }

  .clouds-sec .numbers {
    font-size: 50px;
  }

  .clouds-sec h2 {
    font-size: 40px;
  }

  .cloud-section .common-content h1 {
    font-size: 34px;
    line-height: 39px;
  }

}

@media screen and (max-width: 1130px) {
  .business_noted .row .leftsec {
    position: unset;
  }

  .business_noted .row .leftsec h1 br {
    display: none;
  }

}

@media screen and (max-width: 1024px) {



  .cloud-types img {
    width: 50px;
  }

  .cloudtype-heading h1 {
    font-size: 2em;
    text-align: center;
  }

  .cloudtype-heading p {
    font-size: 13px;
    text-align: center;
  }

}

@media screen and (max-width: 1023px) {

  .col-6 {
    width: 100%;
    max-width: 100%;
  }

  .specialized-cc img {
    width: 50px;
    margin-bottom: 15px;
  }

  .specialized-img {
    width: 400px;
  }

  .specialized-cc h1 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .specialized-cc p {
    font-size: 14px;
  }

  .advantage-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .advantage-section .row>div {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .advantage-section .common-content h1 {
    font-size: 30px;
  }

  .advantage-section .common-content p {
    font-size: 14px !important;
  }




  .cloud-section .common-content h1 {
    font-size: 34px;
  }

  .cloud-section .common-content h1 {
    font-size: 33px;
    line-height: 35px;
  }

  .cloud-section .common-content p {
    font-size: 13px;
    padding: 0 10px;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {

  .content_wrapper p br {
    display: none;
  }

  .content_wrapper h1 {
    font-size: 32px;
  }

  .brand_img img {
    max-width: 160px;
  }

  .cloud_service {
    flex-direction: column;
    text-align: center;
  }

  .cloud_service h3 {
    font-size: 32px;
  }

  .second-row p {
    font-size: 15px;
  }

  .cloudtype-heading h1 br {
    display: none;
  }

  .cloudtype-heading p br {
    display: none;
  }

  .cloudtype-heading p {
    font-size: 11px;
  }

  .specialized-cc img {
    width: 100px;
  }

  .specialized-cc p {
    padding: 0px;
  }

  .advantage-section .common-content h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .choose-cc-sec .common-content h1 {
    font-size: 30px;
  }

  .choose-cc-sec .common-content p br {
    display: none;
  }

  .cloud-section .common-content h1 {
    font-size: 25px;
  }

  .cloud-section .common-content p {
    font-size: 14px;
  }

  .cloud-section .common-content h1 br {
    display: none;
  }

  .cloud-section .common-content p br {
    display: none;

  }

  .stremlinee-sec .common-content h1 br {
    display: none;
  }

  .stremlinee-sec .common-content p br {
    display: none;
  }

  .comprehensive .common-content p br {
    display: none;
  }

  .card-transparent {
    padding: 20px;
    /* height: auto; */
  }

  .comprehensive .common-content h1 {
    font-size: 34px;
    line-height: 43px;
    text-align: center;
  }

  .comprehensive .common-content p {
    font-size: 14px;
    text-align: center;
  }

  .clouds-sec h2 {
    font-size: 32px;
  }

  .comprehensive .numbers {
    font-size: 36px;
  }

  .leftsec h1 {
    font-size: 24px;
    line-height: 28px;
    /* text-align: center; */
  }

  .contact-btns {
    /* width: 119px; */
    display: block;
    margin: 20px auto 0 auto;
    margin-bottom: 20px;
  }

  .business_noted .container {
    margin-right: auto;
    /* margin-right: 0; */
  }

  .choose-cc-sec .row figure img {
    height: 128px;
    width: 100%;
  }

  .clouds-sec {
    border-radius: 30px;
  }

}

@media screen and (max-width: 991px) {
  .infrastructure-sec {
    padding: 2rem;
  }

  .infrastructure-sec h2 {
    font-size: 1.8rem;
  }

  .infrastructure-sec .numbers {
    font-size: 3rem;
  }

  .infrastructure-sec button {
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
  }

  .business_noted .row .leftsec h1 {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  /* .banner_section {
    padding: 60px 15px;
  } */

  .content_wrapper h1 {
    font-size: 30px;
  }


  .content_wrapper p {
    font-size: 14px;
  }

  .content_wrapper h1 br {
    display: none;
  }

  .content_wrapper p br {
    display: none;
  }

  .brand_img {
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }

  .brand_img img {
    width: 40%;
  }

  /* .brand_img img {
    max-width: 160px !important;
  } */

  /* .brand_img img {
    width: 200px;
    height: 60px;
  } */
  .home-btns button {
    font-size: 14px;
  }

  .clouds {
    display: flex;
    align-items: center;
  }

  .cloud-types {
    margin-bottom: 30px;
  }

  .cloud-types img {
    width: 30px;
  }

  .cloudtype-heading h1 {
    font-size: 25px;
  }

  .cloudtype-heading h1 br {
    display: none;
  }

  .cloudtype-heading p {
    font-size: 14px;
    /* padding: 0 15px; */
  }

  .cloudtype-heading p br {
    display: none;
  }

  .row.py-5 {
    flex-direction: column;
    text-align: center;
  }

  .specialized-cc {
    text-align: center;
  }

  .specialized-cc h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .specialized-cc p {
    font-size: 13px;
    padding: 0 0px;
  }


  /* ------------------ */
  .advantage-section h1 {
    font-size: 30px !important;
  }

  .advantage-section .row>div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }



  .advantage-section {
    margin-top: 0;
  }

  .advantage-section .common-content h1 {
    font-size: 19px !important;
    line-height: 27px;
  }

  .advantage-section .common-content h1 br {
    display: none;
  }

  .advantage-section .common-content p {
    font-size: 12px !important;
    line-height: 25px;
  }

  .choose-cc-sec .common-content h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .choose-cc-sec .common-content h1 br {
    display: none;
  }

  .choose-cc-sec .common-content p {
    font-size: 12px;
  }

  .choose-cc-sec .common-content p br {
    display: none;
  }

  figcaption p {

    font-size: 13px;
    padding: 0 10px;
    padding: 0px;
  }

  .choose-cc-sec .row figure img {
    height: unset;
  }

  .row figure figcaption p {
    font-size: 13px !important;
  }




  .card h3 {
    font-size: 15px;
  }

  .card p {
    font-size: 12px;
  }

  .cloud-section .common-content h1 br {
    display: none;
  }

  .cloud-section .common-content h1 {
    font-size: 26px;
    line-height: 35px;
  }

  .cloud-section .common-content p {
    font-size: 12px;
  }

  .comprehensive .common-content h1 {
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 678px) {
  .content_wrapper h1 {
    font-size: 24px;
  }

  .cloud_service h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {

  .leftsec,
  .clouds-sec {
    width: 100%;
    /* text-align: center; */
    padding: 20px;
    left: 0;
  }

  /* .clouds-sec {
    background-size: contain;
    background-position: center;
  } */

  .leftsec h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .clouds-sec .numbers {
    font-size: 36px;
  }

  .clouds-sec h2 {
    font-size: 30px;
  }

  .clouds-sec p {
    font-size: 13px;
  }

  .contact-btns {
    /* width: 100%; */
    font-size: 15px;
    padding: 10px 20px;
  }

  .infrastructure-sec {
    padding: 1.5rem;
  }

  .infrastructure-sec h2 {
    font-size: 1.5rem;
  }

  .infrastructure-sec .numbers {
    font-size: 2.2rem;
  }

  .infrastructure-sec button {
    font-size: 1rem;
    padding: 0.8rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 576px) {

  .cloud_service h3 {
    /* font-size: 20px; */
    line-height: 30px;
  }

  .cloud_service h3 br {
    display: none !important;
  }

  .second-row p br {
    display: none;
  }

  .cloud_service button {
    /* width: 47%; */
    /* padding: 6px 13px; */
    font-size: 13px;
  }

  .specialized-cc p {
    font-size: 12px;
    text-align: justify;
    /* padding: 0 15px; */
  }

  .specialized-cc h1 {
    font-size: 27px;
    line-height: 2rem;
  }

  .stremlinee-sec .common-content h1 {
    font-size: 19px;
    line-height: 27px;
  }

  .stremlinee-sec .common-content br {
    display: none;
  }

  .stremlinee-sec .common-content p {
    font-size: 13px;
  }



  .stremlinee-sec .card h3 {
    font-size: 18px;
  }

  .stremlinee-sec .card p {
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .leftsec h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .clouds-sec h2 {
    font-size: 26px;
  }

  .clouds-sec .numbers {
    font-size: 28px;
  }

  .clouds-sec p {
    font-size: 12px;
  }

  .contact-btns {
    font-size: 14px;
    padding: 8px 16px;
  }

  .card-transparent h6 {
    font-size: 14px;
  }

  .card-transparent p {
    font-size: 12px;
  }

  .clouds-sec p {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .clouds-sec h2 {
    font-size: 28px;
  }

  .comprehensive .common-content h1 {
    font-size: 17px;
    line-height: 27px;
  }

  .comprehensive .common-content p {
    font-size: 13px;
  }

  .comprehensive .common-content h1 br {
    display: none;
  }

  .comprehensive .numbers {
    font-size: 25px;
  }

  .leftsec {
    padding: 0 15px;
  }
}

@media screen and (max-width: 570px) {
  .cloudtype-heading h1 {
    font-size: 25px;
  }

  .cloudtype-heading p {
    font-size: 10px;
  }

  .cloudtype-heading p br {
    display: none;
  }


  .cloud-types img {
    width: 40px;
  }

  .clouds {
    gap: 0px;
  }

  .cloud-types {
    margin-bottom: 0px;
  }

  .advantage-section .common-content h1 {
    font-size: 17px;
    line-height: 28px;
  }

  .advantage-section .common-content h1 br {
    display: none;
  }

  .advantage-section p {
    font-size: 12px;
  }

  .advantage-section p br {
    display: none;
  }

  figure img {
    max-width: 60px;
  }

  figcaption h6 {
    font-size: 14px;
  }

  figcaption p {
    font-size: 12px;
  }


  .choose-cc-sec .common-content h1 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
  }

  .choose-cc-sec .common-content h1 br {
    display: none;
  }

  .choose-cc-sec .common-content p {
    font-size: 12px !important;
  }

  .choose-cc-sec .common-content p br {
    /* font-size: 12px !important; */
    display: none;
  }

  figcaption p {
    font-size: 5px;
  }

  .row figure figcaption p {
    font-size: 13px !important;
  }

  .card {
    width: 95%;
    padding: 16px;
  }



  .card h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .card p {
    font-size: 11px;
  }

  .cloud-section .common-content h1 {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1px;
  }

  .cloud-section .common-content h1 br {
    display: none;
  }

  .cloud-section p {
    font-size: 12px;
  }

  .infrastructure-sec h2 {
    font-size: 1.2rem;
  }

  .infrastructure-sec .numbers {
    font-size: 2rem;
  }

  /* 
  .infrastructure-sec button {
    font-size: 0.95rem;
  } */
  .infrastructure-sec button {
    font-size: 12px;
    padding: 10px 13px;
    /* margin-top: 1rem; */
  }

}

@media screen and (max-width: 540px) {
  /* .banner_section {
    padding: 40px 10px;
  } */


  /* .content_wrapper h1 {
    font-size: 26px;
  } */

  .content_wrapper h1 br {
    display: none;
  }

  .content_wrapper p {
    font-size: 10px;
  }

  .content_wrapper p br {
    display: none;
  }

  .brand_img {
    flex-wrap: wrap;
    align-items: center;
  }

  .home-btns button {
    font-size: 12px;
    /* padding: 6px 8px !important; */
  }

  /* .brand_img img {
    max-width: 160px;
  } */
}



@media screen and (max-width: 420px) {
  .content_wrapper h1 {
    font-size: 20px;
  }

  .cloud_service h3 {
    font-size: 20px;
  }
}


@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .row.py-5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .col-6 {
    width: 48%;
  }

  .specialized-cc {
    text-align: left;
  }

  .specialized-cc h1 {
    font-size: 1.9rem;
    line-height: 2.5rem;
  }

  .specialized-cc p {
    font-size: 14px;
    padding-right: 15px;
  }

  .advantage-section .common-content h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home_sec h1 {
    font-size: 45px !important;
  }

  .cloud_service h3 {
    font-size: 30px !important;
  }

  .cloudtype-heading p br {
    display: none;
  }

  .common-content p br {
    display: none;
  }

  .cloud-section .common-content h1 br {
    display: none;
    font-size: 35px;
  }

  .stremlinee-sec .common-content h1 br {
    display: none;
  }



  .stremlinee-sec .common-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
}


@media screen and (min-width: 1199px) and (max-width: 768px) {
  .clouds-sec {
    padding: 30px;
  }

  .leftsec h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .clouds-sec .numbers {
    font-size: 42px;
  }

  .clouds-sec h2 {
    font-size: 34px;
  }

  .contact-btns {
    font-size: 16px;
    width: auto;
  }
}


@media screen and (min-width: 768px) and (max-width: 992px) {
  .stremlinee-sec .common-content h1 {
    font-size: 31px;
    line-height: 48px;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {


  .stremlinee-sec .card h3 {
    font-size: 13px;
  }

  .stremlinee-sec .card p {
    font-size: 12px;
  }

  .stremlinee-sec .common-content h1 {
    font-size: 28px;
    line-height: 40px;
  }


}

/*@media screen and (min-width:1400px) {
  p {
    font-size: 16px !important;
  }
} */

@media screen and (min-width:1550px) {
  .business_noted {
    .container {
      margin-right: auto;
    }
  }

  .business_noted .row .leftsec {
    position: unset;
  }

  .clouds-sec {
    border-radius: 30px;

  }
}