@media (min-width:1200px) {
    .caphdng {
        margin-bottom: 5vh;
    } 
    .capCntHdng {
      margin-bottom: 3vh;
    }
}

.caphdng, .capCntHdng, .capCnt {
    margin-top: 0.5vh;
}
.caphdng {
  color: #00fffa;
  font-size: calc(9vh + (20 - 3) * (100vw - 320px) / (1920 - 320)) !important;
  font-weight: 400; display:block;position: relative;
   font-weight: 100;
   background: linear-gradient(
183deg
, #427beb 34.1%, #2EC7FF 76.48%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  display: inline-block;
 
}

.capCntHdng {
  font-size: calc(16px + (30 - 16) * (100vw - 320px) / (1920 - 320)) !important;
  font-weight: 400;
  line-height: 40px;
  color: #fff ;
}
    

.capCnt {
  font-size: calc(12px + (22 - 14) * (100vw - 320px) / (1920 - 320)) !important;
  font-weight: 100;
  line-height: 19px;
color: #E6E5E5;    

  
}

@media (max-width:980px) {
  .resHeightPic, .resHeightPic2, .resHeightPic3, .resHeightPic4 {
    height: calc(100vh - 40vh)!important;
  }
    
    .caphdng, .capCntHdng, .capCnt {
        text-align: center!important;display: block;
    }
    
  .caphdng, .capCnt {
    
  }
  .carousel-control-next, .carousel-control-prev {
    width: 20% !important;
  }
    
}


/* mobile */
@media (max-width:767px) {
  .resHeightPic, .resHeightPic2, .resHeightPic3, .resHeightPic4 {
    height: calc(100vh - 70vh)!important;
  }
  .caphdng, .capCnt, .capCntHdng {
   
   
  }
  .carousel-control-next, .carousel-control-prev {
    width: 15% !important;
  }
  .middleCntHome {
    height: calc(100vh - 145px)!important;
  }
  footer {
    height: 200px!important;
  }
  .clogos img {
    height: 40px!important;
    padding-right: 0px!important;
    margin: 5px 0!important;
  }

	
}
/* mobile end*/


