* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

.link {
  color: #ff8533 !important;

}

.link:hover {
  color: navy !important;
  font-weight: 700;
}

.buton {
  background-color: #ff8533;
  color: white;
  font-size: 18px;
  text-decoration: none;
}

.buton:hover {
  border: 1px solid orange !important;
  background-color: white;
  outline: none;
  color: #ff8533;
}

.heading {
  font-weight: 700;
}


.title {
  color: #ff8533 !important;
  font-weight: 600 !important;
}


#bannerimg {
  /* border: 3px solid white; */
  background-image: url(../Stepup/download\ \(1\).jpg);
  background-position: center;
  background-size: cover;
  /* border: 3px solid white; */
}

.hdng {
  position: relative;
  padding-bottom: 20px;
}

.hdng::after {
  content: '';
  width: 18vw;
  height: 2px;
  background-color: #ff8533;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* .cont8img {
  width: 12vw;
} */

.foota {
  text-decoration: none;
  color: white !important;
  font-weight: 500;
}
.foothead:hover
{
  color: #ff8533 !important;
}

.foota:hover {
  cursor: pointer;
}

/* Card Flip */

#maincontainer {
  width: 100%;
  height: 50vh;
  border-radius: 20px;
  /* margin: 10px; */

}

.maincardinfo {
  width: 100%;
  height: 100%;
  position: relative;
  /* transform-style: preserve-3d; */
  
  border-radius: 20px;
}

/* .maincardinfo:hover {
  transform: rotateY(180deg);
  cursor: pointer;
} */



.mainfront {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  /* position: absolute; */
  /* z-index: 2; */
  color: white;
  opacity: 1;
  /* color: black; */
  font-weight: 600;
  /* backdrop-filter: blur(1px); */
  /* backface-visibility: hidden; */
  /* background: linear-gradient(210deg ,rgba(255, 255, 255, 0.5), rgba(53, 0, 158,0.6)); */
  /* background:linear-gradient(210deg,rgba(255, 255, 255), rgb(255, 153,20)); */
  /* background: #c98e05d7; */
  /* background: rgba(255, 136, 1, 0.913); */
  background: linear-gradient(rgb(3, 26, 131),rgba(0,236,255,1));


}

/* .mainfront h4 {
  margin-top: 23%;
} */

.mainback {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* z-index: 2; */
  color: white;
  /* color: black; */
  font-weight: 600;
  /* backdrop-filter: blur(2px); */
  /* backface-visibility: hidden; */
  /* transform: rotateY(180deg); */
  /* background: linear-gradient(210deg ,rgb(255, 255, 255), rgb(255, 153,20)); */
  /* background: #1f3d4719; */
  background: rgb(235,135,21);
}
.maincardinfo:hover .mainback{
  /* height: 100%; */
  opacity: 1;
  transition: ease all 1s;
}

.mainback p {
  font-size: 15px;
  font-weight: 500;
}

@media (max-width:1247px) {
  .mainback p {
    font-size: 15px;
  }
}

@media (max-width:1200px) {
  .mainback p {
    font-size: 13px;

  }
}
@media (max-width:768px) {
  .mainback p {
    font-size: 15px;
  }
}
@media (max-width:576px) {
  .mainback p {
    margin-top: 7%;
    padding: 10px;
  }
}
@media (max-width:420px) {
  #maincontainer
  {
    height: 28vh;
  }
  .mainback p {
    font-size: 10px;
  }
  .mainfront h4 
  {
    font-size: 15px;
  }
}

.navitem
{
  font-weight: 700;
}

.blockp
{
  font-size: 16px;
  font-weight: 400;
}

.insta
{
  color: rgba(214,41,118,1);
  cursor: pointer;
}
.insta:hover
{
  color: rgba(214,41,118,.8);
}
.linkdin
{
  color:  rgba(10, 102, 194, 1) ;
  cursor: pointer;
}
.linkdin:hover
{
  color:  rgba(10, 102, 194, .8) ;
}
.facebook
{
  color: rgba(66, 103, 178, 1);
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}
.facebook:hover
{
  color: rgba(66, 103, 178, 0.8);
}
.foothead
{
  text-decoration: none;
  color: #ff8533;
  font-weight: 500;
}



/* services */

.cont3card {
  border-radius: 20px;
}

.cont3card:hover {
  transform: scale(1.1);
  transition: 0.6s;
  cursor: pointer;
}



/* About Us */
#abtbdy {
  overflow-x: hidden;
}

#AboutCont1 {

  background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .5)), url(../Stepup/Interested-In-Finding-Out-More.webp);
  height: 50vh;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 7%;
}

#AboutCont1 p {
  font-weight: 600;
  font-size: 20px;
}

@media (max-width:784px) {
  #AboutCont1 p {
    font-size: 16px;
    font-weight: 400;
  }
}

@media (max-width:427px) {
  #AboutCont1 h3 {
    font-size: 17px;
  }

  #AboutCont1 p {
    font-size: 12px;
    font-weight: 100;
  }
}

/* Cont2 */
#cont2 h5 {
  background-color: #ff8533;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  border-radius: 30px;
}

.cont2p {
  font-weight: 700;
}


/* cont3 */
.visndiv {
  position: relative;
  border: 2px solid black;
  border-radius: 2rem;
  width: 35vw;
}

.visnsub {
  position: absolute;
  left: 28%;
  top: -10%;
  background-color: #ff8533;
  color: white;
  width: 15vw;
  text-align: center;
  border-radius: 2rem;
}

@media (max-width:992px) {
  .visndiv {
    width: 50vw;
  }

  .visnsub {
    top: -6%;
    left: 37%;
  }
}

@media (max-width:615px) {
  .visndiv {
    width: 70vw;
  }

  .visnsub {
    left: 30%;
    width: 30vw;
  }

  #visnsubh5 {
    font-size: 17px;
  }
}


/* cont4 */

.values {

  padding: 10px;

}

@media (max-width:1200px) {
  .values {
    width: 40vw;
    margin: 0 auto;
  }
}

.valicon {
  background-color: #ff8533;
  font-size: 50px;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.icon2
{
  background-color: #ff8533;
  font-size: 50px;
  padding: 14px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.icon3
{
  background-color: #ff8533;
  font-size: 50px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.values p {
  text-align: left;
}


/* Content 5 */

.cont5container {
  width: 100%;
  height: 45vh;
  border-radius: 20px;
}

.cont5cardinfo {
  /* background-image: url(../Stepup/nycity.jpg);background-position: center;background-size: cover; */
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: all 1.5s ease;
  border-radius: 20px;
}

.cont5cardinfo:hover {
  transform: rotateX(180deg);
  cursor: pointer;
}

.cont5front {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  color: white;
  backface-visibility: hidden;
  /* backdrop-filter: blur(2px); */
  background: linear-gradient(rgb(3, 26, 131),rgba(0,236,255,1));

  /* background: #1f3d4719; */
  /* background: linear-gradient(210deg ,rgba(255, 255, 255, 0.5), rgba(255, 153,1, 0.8)); */

}


.cont5back {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  color: white;
  bottom: 0;
  /* backdrop-filter: blur(2px); */
  backface-visibility: hidden;
  transform: rotateX(180deg);
  background: rgba(235, 135, 21, 0.89);
  /* background: linear-gradient(210deg ,rgba(255, 255, 255, 0.5), rgba(255, 153,1, 0.8)); */
  /* background: #1f3d4719; */

}

.cont5back p {
  font-size: 13px;
  font-weight: 500;
}

@media (max-width:1247px) {
  .cont5back p {
    font-size: 11px;
  }
}

@media (max-width:1200px) {
  .cont5back p {
    font-size: 13px;
  }
}

@media (max-width:768px) {
  .cont5container {
    width: 50vw;
    margin: 0 auto;
  }
}

@media (max-width:420px) {
  .cont5back p {
    font-size: 10px;
    font-weight: 600;
  }
  .cont5container
  {
    height: 27vh;
  }
  
}



/* Contact Us */

.formhead
{
  /* font-size: 18px; */
  font-weight: 600;
  color: #ff8533;
}