<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
  Theme Name: Axtra - Digital Agency Portfolio Template
  Author: Crowdyflow
  Support: habib.crowdyflow@gmail.com
  Description: BUILDY Ã¢â‚¬â€œ is a  Constructor HTML5 template that comes with high-quality 3 Pre build Home Pages and many built-in awesome inner pages  which are perfect for any creative agencies, designers, digital agencies, freelancers, developers, designers, marketing, startup, blog and portfolio.
  Version: 1.0
*/

.logo1 {
  height: 50px;
  width: 140px;
  margin-top: 0px;
  border-radius: 20%;
  color: white;
}
.footer__logo {
  height: 50px;
  width: 141px;
  border-radius: 20%;
  color: white 
}

#sidelogo {
  height: 50px;
  width: 150px;
  margin-top: 0px;
  border-radius: 20%;
  color: white;
}




    #sidelogo2{
      height: 157px;
      width: 57px;
    }


    .brand {
      height: 70px;
      width: 100px;
    }


    .logobrand{
      height: 100px;
      width: 100px;
    }

    .listdata{
      list-style-type: disc;
      color: black;
    }

.feature__area-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.imgsize {
  height: 60px;
  width: 150px;
}

.indiaop {
  color: white;
}

#para{
  text-align: justify;
}

.listdata {
  list-style: lower-alpha;
  text-align: justify;
}

.linkcolor {
  color: blue;
 
}


.navside{
  font-size: 60px;
  color: white;
  }
  


  /*  */

  @media only screen and (max-width: 767px) {
    .service__item-2 {
      text-align: center;
    }
  }


  @media only screen and (max-width: 580px) {
    #stepnext {
      background-color: red;
    }
  }

  /* loader */
  .loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%);
    z-index: 9999;
  }

  .loader::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #ccc;
    border-color: rgb(72, 72, 187) transparent rgb(72, 72, 187) transparent;
    animation: loader 1.2s linear infinite;
  }

  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


  .anchorcolor {
    color: grey;
  }





  .brand__list-2 {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    /* Add any other styling you need */
  }



  .designrush{
    height: 100px;
    width: 70px;
  }


  .loader1 {
    display: none;
    position: absolute;
    top: 19%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

/* @media only screen and (max-width: 425px) {
  .loader1 {
    display: none;
    position: absolute;
    top: 260%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
} 

@media only screen and (max-width: 1441px) {
  .loader1 {
    display: none;
    position: absolute;
    top: 159%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
} 


@media only screen and (max-width: 1024px) {
  .loader1 {
    display: none;
    position: absolute;
    top: 209% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
} 



@media only screen and (max-width: 769px) {
  .loader1 {
    display: none;
    position: absolute;
    top: 176% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
} 


@media only screen and (max-width: 426px) {
  .loader1 {
    display: none;
    position: absolute;
    top: 260% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
}  */


.loader1::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: rgb(72, 72, 187) transparent rgb(72, 72, 187) transparent;
  animation: loader 1.2s linear infinite;
}


.mya {
  width: 100%;
    padding: 20px 0 20px 100px;
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    color: var(--white);
    text-transform: capitalize;
    border-top: 1px solid var(--black-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    -webkit-transform: translateY(var(--y)) translateZ(0);
    transform: translateY(var(--y)) translateZ(0);
    -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}</pre></body></html>