@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  overflow-x: hidden !important;
  font-family: "Montserrat", sans-serif;
}
.mega-container {
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 700px) {
  .ipc {
    width: 100%;
  }
  .nav1 {
    display: none;
  }
  .toll-free {
    display: none;
  }
  .nav2 .sigma {
    color: rgb(255, 102, 0);
  }
}

@media screen and (min-width: 700px) {
  .nav2 {
    display: none;
  }

  .nav1 {
    .nav-link {
      color: white;
    }
    .nav-link:hover {
      color: #00215e;
    }
    .nav-link.active {
      color: #ff7824;
      font-weight: 600;
      font-size: 15px;
    }
  }
  .nav2 {
    width: 100%;
    margin-bottom: -80px;
    .navbar-collapse.show {
      height: fit-content;
      padding-bottom: 82px;
    }
    .nav-link {
      color: #2424ff;
      cursor: pointer;
    }

    .nav-link:active,
    .nav-link:hover {
      color: black;
    }
  }
}
.navbar-default {
  transition: 500ms ease;
  background: white;
  margin-top: 40px;

  padding: 10px 10px;
  .nav-link {
    color: #000000;
  }
}
.navbar-default.scrolled {
  background: #294f85;
  margin: 0px;
  padding: 6px;
  .title-text {
    color: white;
  }
  .nav-btn:hover {
    background-color: #6bceff;
  }
  .nav-link {
    color: rgb(255, 255, 255);
  }
  .nav-link:hover {
    color: #ff6200;
  }
}
.navbar-default.scrolled button {
  background-color: #ff7118;
  color: rgb(255, 255, 255);
}
.title-text {
  color: #000000;
  margin-bottom: 0;
}
.toll-free {
  background-color: #ff7300;
  color: white;
  height: 45px;
  padding-top: 10px 0 0px 10px;
}
.toll-text {
  color: white;
  font-size: 14px;
  font-weight: 500;
  margin: auto;
  width: 100%;
}

nav ul li {
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 600;
}

nav ul {
  width: 75%;
  justify-content: end;
}
.nav-btn {
  font-weight: 600;
  background-color: #ff7118;
  color: white;

  margin: 0;
  box-shadow: 0px 0px 8px #023047;
}
.nav-btn:hover {
  background-color: #fc414a;
  color: white;
}

/* ------------------------------------------------- */
/* SEC1 ------------------------- */
.pll {
  background-color: rgb(3, 95, 95);
  background-image: url("image/pexels-janetrangdoan-1024248.jpg");
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-bt {
  background-color: #ff7118;
  font-size: 20px;
  margin-top: 15px;
  padding: 10px 12px;
  color: rgb(255, 255, 255);
}
.TBOX-1 {
  width: 80%;
  margin-bottom: 25px;
}
.text-ani {
  overflow: hidden;
}
.gst {
  font-size: 35px;
  height: 36px;
  line-height: 36px;
}
.text-ani {
  height: 36px;
  overflow: hidden;
}
.line {
  font-size: 30px;

  line-height: 40px;
}
.line:first-child {
  animation-delay: 6s;
  animation: anim 3s infinite;
  animation-delay: 2s;
}
.line {
  color: #9dc2f5;
}
@keyframes anim {
  0% {
    margin-top: 0;
  }
  25% {
    margin-top: -40px;
  }
  50% {
    margin-top: -80px;
  }

  100% {
    margin-top: -120px;
  }
}

.sec1 {
  padding-top: 150px;
  /* background-color: #219ebc; */
  background-color: #00215e;

  object-fit: contain;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.sec1 {
  background-image: url("/image/office2.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.intro-2 {
  display: inline-block;
  margin: auto;
}
.intro-1 .c-btn {
  background-color: #fc6101;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 400;
  color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.691);
  margin-top: 20px;
}

.intro-1 .c-btn:hover {
  background-color: #fc414a;
}

.s1-img {
  max-width: 550px;
}

/* text-animation----------- */
.bounce_in_animation {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em; /* Adjust as needed */
  animation: typing 4.5s steps(40, end), blink-caret 0.75s step-end infinite;
  max-width: 300px;
  font-size: 35px;
  font-weight: 600;
}

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  color: white;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;

  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0em; /* Adjust as needed */
  animation: typing 5.5s steps(30, end), blink-caret 0.5s step-end infinite;
  margin-bottom: 25px;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}
@media screen and (max-width: 700px) {
  .sec1 {
    background-image: url("/image/office2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -200px;
    padding-bottom: 20px;
  }
  .text-ani {
    padding-left: 0;
  }
}
@media screen and (max-width: 1025px) {
  .text-ani {
    padding-left: 10px;
  }
}

/**SEC2**/
/* new sec2 */

.cont-ns2-1 {
  margin-left: 3vw;
  h2 {
    width: 80%;

    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    padding-right: 60px;
  }
  h5 {
    color: red;
  }
  p {
    width: 80%;
    line-height: 28px;
    padding-right: 60px;
    font-weight: 400;
    color: grey;
  }
}
.r2 {
  margin-left: -55px;
  .list2 {
    margin-left: -77px;
  }
  div {
    ul {
      li {
        margin-bottom: 6px;
        font-size: 15px;
        color: grey;
        list-style: none;
        .bi {
          margin-right: 8px;
          color: red;
        }
      }
    }
  }
}
.r1 {
  position: relative;
}
.s2img-cont {
  border: 0.5px solid rgba(0, 0, 0, 0.542);
  position: absolute;
  right: 100px;
}
@media only screen and (max-width: 700px) {
  .cont-ns2-1 {
    margin: 0px;
    padding: 0;
    h2 {
      width: 100%;
      padding: 0;
      font-size: 26px;
    }

    p {
      width: 100%;
      padding: 0;
    }
  }
  .r1 {
    position: relative;

    .col-md-8 {
      padding: 0 auto;
    }
  }
  .r2 {
    /* border: 1px dashed black; */
    margin: 0px;
    padding: 10px;
    .list2 {
      margin: 0px;
    }
  }
  .s2img-cont {
    position: relative;
    left: 0px;
  }
  .r2 {
    margin-bottom: 20px;
    .list2 {
      margin-left: 0px;
    }
    div {
      ul {
        li {
          margin-bottom: 6px;
          font-size: 15px;
          color: grey;
          list-style: none;
          .bi {
            margin-right: 8px;
            color: red;
          }
        }
      }
    }
  }
}
/* new sec2 end */
.sec2 {
  background-color: rgb(255, 255, 255);
  margin-top: -45px;
  padding: 20px 0 20px 0;
}
.sec2 {
  background-image: url("/image/sec2og.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000a4;
  background-blend-mode: multiply;
}

.container-s2 {
  max-width: 100%;
  .center {
    margin: 0 auto;
  }
}
.sec2 .heading {
  width: 100%;
  margin: auto;
  color: white;
  h1 {
    font-weight: 600;
  }
}
.card.shadow {
  background-color: transparent;
  min-height: 281px;
  width: 80%;

  .card-text {
    color: white;
  }
}

.icn-ct img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.card-subtitle {
  color: #ffffff;
  font-weight: 600;
  width: 60%;
  margin: auto;
  margin-bottom: 20px;
}
.card-text {
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.card {
  position: relative;
  text-align: center;
  border: none;
  min-width: 300px;

  z-index: 2;
  border: 2px dashed white;

  .s3-btn-cont {
    height: 50px;
  }
  .icn-ct {
    width: 55px;
    height: 55px;
    padding: 5px;
    margin: auto;
    img {
     /* -webkit-filter: invert(100%); /* Safari/Chrome */*/
    /*  filter: invert(100%);*/
    }
  }
}
.card:hover {
  border-color: #ff6f16;
  .icn-ct {
    img {
      filter: brightness(0) saturate(100%) invert(30%) sepia(43%)
        saturate(6856%) hue-rotate(1deg) brightness(102%) contrast(108%);
    }
  }
  background-color: rgba(0, 0, 0, 0.34);
}

/* sec3 */
.cont {
  width: 85%;
  height: fit-content;
  position: relative;
  padding: 20px;
  object-fit: contain;
  border-radius: 25px;
  z-index: 1;
  isolation: isolate;
  background-color: transparent;
}
.baner {
  margin: auto;
  width: 98%;
  height: 250px;
  border-radius: 45px;
}
.c-img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: fill;
}

.baner {
  flex-wrap: wrap;
  position: relative;
  border-radius: 15px;
  width: 100%;
  padding: 235px 0 170px 0;
  margin: auto;
}

@media screen and (max-width: 700px) {
  .baner {
    background-size: 100%;
  }
}

.c1 {
  object-fit: contain;

  background-color: #ff7118;
  color: white;
  width: fit-content;
  height: fit-content;
  padding: 10px 15px;
  border-radius: 15px;
  margin: 5px;
}

.sec3 h2 {
  color: white;
  text-shadow: 2px 0px 25px white;
}
.c-btn-2 {
  background-color: #ff7118;
  padding: 10px 15px;
  border: none;
}
/* SEC4 */

.heading {
  width: 40%;
  text-align: center;
}
.bic {
  height: 25px;
  width: 25px;
  font-size: 25px;
  font-weight: bolder;
  background-color: #00215e;
  border-radius: 50%;
  margin-right: 5px;
}
.list1 li {
  font-size: 16px;
  font-weight: bold;
}
.bic h5 {
  font-weight: bolder;
  color: white;
}
.p1 {
  line-height: 23px;
}

.custom1 {
  color: #000000;
}
.custom1:hover {
  color: rgb(39, 41, 157);
}
.sec4 .nav {
  width: 100%;
  flex-wrap: nowrap;
  border: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.398);
}

.sec4 .nav-link:hover {
  border-width: 0px;
}
.nav-tabs {
  border: none;
}
.sec4 .nav-link:active {
  border-width: 0px;
}
.sec4 .nav-link.active {
  color: #ff7301;
  border-color: none;
  border-width: 0px;
  border-bottom: 3px solid #ff7301;
  padding-bottom: 7px;
}

@media screen and (max-widh: 700px) {
  .sec4.nav {
    margin: auto;
    flex-wrap: nowrap;
    .nav-item {
      background-color: black;
    }
    .custom1 {
      span {
        font-size: 16px;
      }
    }
  }
}

/* sec5--------------------- */
.headings {
  margin: auto;
  background-color: #00215e;
  color: rgb(255, 255, 255);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 25px;
  background-blend-mode: multiply;
}

.cons5 {
  width: 85%;
}
.card-c {
  border-radius: 15px;
}
.s5b-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.cons5 {
  background-color: #00215e;
  background-blend-mode: multiply;
  border-radius: 25px;
  font-size: 20px;
  h3 {
    color: rgb(253, 101, 0);
  }
}

/* ------------------------------------------------------------- */
/* SEC6------------------------ */
.sec6 {
  margin-top: 25px;
  height: fit-content;
}
@media screen and (min-width: 480px) {
}
.s6-cont {
  background-image: url("/image/pngegg-removebg-preview.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}
.own-c {
  width: 300px;
  height: 300px;
  font-size: 15px;
  font-weight: 600;
  background-color: white;
  z-index: 1;
  border: 5px dashed rgb(255, 115, 0);
  border-radius: 50%;
  .box1,
  .box2,
  .box3 {
    padding: 30px;
    .img-c {
      width: 50px;
      height: 50px;
    }
  }
}
.oc1 {
  margin-top: -50px;
}
.oc3 {
  margin-top: 80px;
}
.oc5 {
  margin-top: 200px;
}
@media screen and (max-width: 700px) {
  .oc1 {
    margin-top: 0;
  }
  .oc5 {
    margin-top: 40px;
  }
  .oc3 {
    margin-top: 40px;
  }
}

.headings-s6 {
  padding: 10px;
  margin: auto;
  text-align: center;
}
.headings-s6 h1 {
  width: fit-content;
  margin: auto;
}
.headings-s6 span {
  color: rgb(255, 104, 3);
}
.m1 {
  margin-top: 150px;
}

/* ---------------------------------------------------------------- */
/* SEC7------------------------------------------------------------ */
.parallax {
  background-color: #000405c0;
  background-image: url("/image/img7.jpg");
  min-height: 450px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 25px 0 25px 0;
}
.s7con {
  background: transparent;
  color: rgb(255, 255, 255);
  /* padding: ; */
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: bold;
}
.s7con h1 {
  font-size: 60px;
  text-align: center;
  span {
    font-size: 93px;
  }
}
.s7c2 {
  /* margin-top: 25px; */
  height: 500px;
}
.subc {
  margin-left: 25px;
  font-size: 18px;
}
.s7c2 .col-md-6 h6 {
  background-color: #ff7700;
  color: white;
  border-radius: 15px;
  width: fit-content;
  padding: 9px 20px;
  margin: bottom 45px;
}
.no-btn {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;

  background-color: #00215e;
  border-radius: 10px;
  right: 156px;
  top: 18.8px;
}
.no-btn:hover {
  background-color: #e66d03;
  color: white;
}
.wraper {
  height: 45px;
}
.ipc {
  height: 30px;
  border-radius: 10px;
  padding: 5px 10px;
  border: none;
  box-shadow: 5px 0px 15px #888888;
}
.cont-main {
  position: relative;
  background-color: grey;
  height: 200px;
  padding: 200px 0 200px 0;
  background-image: url("/image/screen-shot.jpg");
  background-size: cover;
  background-position: 100% cener;
  background-attachment: scroll;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.sq1,
.sq2 {
  width: 75px;
  height: 75px;

  position: absolute;
}
.sq1 {
  background-color: rgb(255, 119, 142);
  background-image: url("/image/clip/invoice.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 15px;
  left: -30px;
  top: 30px;
}
.sq2 {
  top: 75%;
  left: 93%;
  background-color: rgb(132, 89, 167);
  background-image: url("/image/clip/switch.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 15px;
}
@media screen and (max-width: 700px) {
  .sq1 {
    left: 9px;
    top: 7px;
  }
  .sq2 {
    top: 59%;
    left: 76%;
  }
  .no-btn {
  }
}

.rec {
  width: fit-content;
  padding: 15px 15px;
  border-radius: 15px;
  color: wheat;

  background-color: #378394;
  position: relative;
  bottom: -125px;
  left: -10%;
}

/* SEC8------------------------ */
.sec8 {
  height: fit-content;
  margin-top: 150px;
  margin-bottom: 150px;
}
.arrow-button {
  padding: 15px 15px;
  font-size: 25px;
  background: transparent;
  border: 2px solid white;
  border-radius: 10px;
  color: white;
  font-weight: 400;
  transition: 500ms;
}
.arrow-button:hover {
  top: -25px;
  background-color: red;
  color: white;
  transition: 600ms;
}
.arrow-button span {
  font-size: 25px;
  font-weight: bolder;
}
.t-con h1 {
  color: white;
  width: 75%;
  padding: 10px;
}
@media screen and (max-width: 700px) {
  .t-con h1 {
    width: 100%;
  }
}
.sec8 .col-md-8 {
  height: 300px;
  width: 80%;
  background-color: #00215e;
  margin: auto;
  border-radius: 25px;
}
.s8-img-con {
  width: 80%;
}
.s-8-pic {
  object-fit: contain;
  /* overflow: visible; */
  top: -250px;
  max-width: 500px;
}
@media screen and (max-width: 1025px) {
  .sq1 {
    left: 20px;
    top: 7px;
  }
  .sq2 {
    top: 59%;
    left: 76%;
  }
  .s-8-pic {
    width: 100%;
    top: -101px;
  }
}
.grd {
  /* background-image: linear-gradient(); */
  /* background: rgb(102, 191, 102); */
  background: linear-gradient(0deg, #00215e 10%, rgba(250, 250, 250, 0) 71%);
  height: 200px;
  width: 110%;
  top: px;
  bottom: -231px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .sec8 {
    margin-top: 400px;
  }
  .menu-1 .d-flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
/* FOOTER----------------- */
footer {
  background-color: rgba(128, 128, 128, 0.131);
  min-height: 200px;
  padding: 10px;
}
footer .foot {
  width: 98%;

  margin: auto;
}
.un-styled {
  column-gap: 20px;
}
.un-styled li {
  width: fit-content;
  text-wrap: nowrap;
  list-style: none;
  font-weight: 400;
  cursor: pointer;
}
.un-styled li:hover {
  color: #0800fa;
}
.social-media-logos a {
  height: 40px;
  width: 40px;

  /* box-shadow: 10px 5px 15px grey; */
  background-color: transparent;
}
.line-br {
  margin: 15px 0;
  height: 0.5px;
  background-color: #01010129;
}
.copyrights {
  text-align: center;
}
.s-foot {
  padding: 15px 25px;
}
