@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap");
body {
  background-color: #555555 !important;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

a:hover {
  text-decoration: none !important;
}

.section-1 {
  background-color: black;
  background-image: radial-gradient(#323232 0%, #0f0f0f 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-1 .header-ph {
  padding: 40px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-1 .header-ph .brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-1 .header-ph .brand-logo .logo {
  display: inline-block;
}

.section-1 .header-ph .contact-link {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
  padding: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.section-1 .header-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70vh;
          flex: 0 0 70vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-1 .header-banner h1,
.section-1 .header-banner .h1 {
  color: white;
  font-size: 90px;
  line-height: 110px;
  text-align: center;
  font-weight: 700;
}

.section-1 .header-banner h3,
.section-1 .header-banner .h3 {
  position: relative;
  color: white;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  font-weight: 100;
}

.section-1 .header-banner h6,
.section-1 .header-banner .h6 {
  color: #2dbac0;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 100;
}

.section-2 {
  background-color: #535353;
  padding: 60px 0;
}

.section-2 .col-4 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.section-2 .section-tile {
  background-color: #060606;
  -webkit-box-shadow: 0 10px 40px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 40px 10px rgba(0, 0, 0, 0.4);
  padding: 60px 45px;
  height: 100%;
}

.section-2 .section-tile .tile-icon {
  width: 61px;
  height: 56px;
  background-size: cover !important;
}

.section-2 .section-tile .ix {
  background: url(./img/ix-icon.svg) left top no-repeat;
}

.section-2 .section-tile .tile-title {
  font-size: 32px;
  line-height: 42px;
  text-align: left;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 24px;
}

.section-2 .section-tile .tile-para {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  font-weight: normal;
  color: #a7a7a7;
  margin-bottom: 24px;
}

.section-2 .section-tile .tile-tool {
  border-radius: 8px;
  background-color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 16px 0;
}

.section-2 .section-tile .ux {
  background: url(./img/ux-icon.png) left top no-repeat;
}

.section-2 .section-tile .ui {
  background: url(./img/ui-icon.png) left top no-repeat;
}

.section-3 {
  background-color: #000000;
  padding: 50px 0;
}

.section-3 .col-2 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.section-3 .col-2 .gallery {
  margin-left: -15px;
  height: 275px;
}

.section-3 .col-2 .gallery.portfolio1 {
  background: url("./img/portfolio1.png") left top no-repeat;
  background-size: cover;
}

.section-3 .col-2 .gallery.portfolio2 {
  background: url("./img/portfolio2.png") left top no-repeat;
  background-size: cover;
}

.section-3 .col-2 .gallery.portfolio3 {
  background: url("./img/portfolio3.png") left top no-repeat;
  background-size: cover;
}

.section-3 .col-2 .gallery.portfolio4 {
  background: url("./img/portfolio4.png") left top no-repeat;
  background-size: cover;
}

.section-3 .col-2 .portfolio img {
  padding: 15px 0px;
  margin-right: 10px;
}

.section-3 .col-2 .portfolio img.Bee {
  background: url("./img/bee.png") left top no-repeat;
  background-size: cover;
}

.section-3 .col-2 .portfolio img.dribbble {
  background: url("./img/dribbble.png") left top no-repeat;
  background-size: cover;
}

.section-4 {
  padding: 50px 0px;
  background-color: #ffffff;
}

.section-4 .col-sm-4 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.section-4 .calc {
  margin-left: -45px;
  height: 364px;
}

.section-4 .calc.mutual-fund {
  background: url("./img/mutualfund.png") left top no-repeat;
  background-size: cover;
}

.section-4 .calc.emi {
  background: url("./img/emi.png") left top no-repeat;
  background-size: cover;
}

.section-4 .tile-portfo {
  text-align: center;
}

.section-4 .tile-portfo a {
  color: #8644eb;
  background-color: none;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}

.section-4 h3 {
  color: #060606;
  font-size: 35px;
  line-height: 42px;
  font-weight: bold;
}

.section-4 .apps-para {
  color: #808080;
  font-size: 16px;
  line-height: 30px;
  font-size: 16px;
  line-height: 30px;
}

.section-5 {
  color: #ffffff;
  padding: 90px 0px;
}

.section-5 .sect-para {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 900;
}

.section-5 .info {
  text-align: center;
}

.section-5 .info a {
  color: #ffffff;
  font-size: 22px;
  line-height: 48px;
  font-weight: 100;
}

.section-6 {
  background-color: #060606;
}

.section-6 .footer {
  color: #a7a7a7;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .main-container .section-1 .header-ph {
    background-color: #000000;
    padding: 16px 24px;
  }
  .main-container .section-1 .header-ph .brand-logo .logo img {
    width: 100px;
  }
  .main-container .section-1 .header-ph .contact-link {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .main-container .section-1 .header-banner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50vh;
            flex: 0 0 50vh;
  }
  .main-container .section-1 .header-banner .h3 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .main-container .section-1 .header-banner .h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .main-container .section-1 .header-banner .h6 {
    font-size: 15px;
    line-height: 18px;
  }
  .main-container .section-2 {
    padding: 30px 24px;
  }
  .main-container .section-2 .col-sm-4 {
    margin-bottom: 25px;
  }
  .main-container .section-2 .col-sm-4 .section-tile {
    padding: 24px 16px;
  }
  .section-3 {
    padding: 60px 0px;
  }
  .section-3 .row {
    margin-left: 10px;
  }
  .section-3 .col-2 {
    margin-right: -6px;
    max-width: 49%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
  }
  .section-3 .col-2 .gallery {
    margin-bottom: 30px;
    height: 30vh;
  }
  .section-3 .col-2 .tile-port {
    padding: 25px 80px;
  }
  .section-3 .col-2 .tile-port .portfolio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .section-4 {
    padding: 30px 0px;
  }
  .section-4 .col-sm-4 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .section-4 .calc {
    margin-left: 0px;
    margin-right: -30px;
  }
  .section-4 .mutual-fund {
    height: 48vh;
  }
  .section-4 .emi {
    height: 48vh;
  }
  .section-4 .tile-portf a {
    margin-top: -25px;
    font-size: 23px;
  }
  .section-4 h3 {
    padding: 25px 0px 15px;
    margin-left: 25px;
  }
  .section-4 .apps-para {
    margin-left: 25px;
    font-size: 16px;
    line-height: 34px;
  }
  .section-5 {
    padding: 40px 16px;
    margin-top: 20px;
  }
  .section-5 .sect-para {
    font-size: 26px;
    line-height: 45px;
  }
  .section-5 .info a {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    font-weight: 300;
  }
  .section-6 {
    padding: 30px 0px;
  }
  .section-6 .footer {
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */