/*  */



/* @import '~ngx-owl-carousel-o/lib/styles/css/owl.theme.default'; */

.material-symbols-rounded {
    font-size: 20px;
    font-variation-settings: 'FILL' 0, 'wght' 350, 'GRAD' 0, 'opsz' 400;
    /* margin-top: -2px; */
  }
/********** Template CSS **********/
:root {
    --primary: #477BE2;
    --secondary: #4777F5;
    --light: #F7FAFF;
    --dark: #1D1D27;
}



.rounded{
  border-radius:10px !important
}
.text-primary{
  color:#2124B1 !important
}
.text-secondary{
  color:#4777F5 !important
}
.mt-2{margin-top:.5rem !important}
.pb-2{padding-bottom:.5rem !important}
.d-flex{display:flex !important}
.flex-column{flex-direction:column !important}
.g-4,.gx-4{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.g-4 .wow{
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.btn-secondary {
  color: #fff !important;
  background-color: #4777F5 !important;
  border-color: #4777F5 !important;
}

html, body { height: 100vh;max-width: 100vw;}
body {
  margin: 0;
  text-align: start !important;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  background: #f3f6ff !important;
}

::-webkit-scrollbar {
  margin-right: 5px;
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgb(240, 239, 239);
  margin: 4px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #bcc0c4;
}
::-webkit-scrollbar-thumb:hover {
  /* border-radius: 10px; */
  width: 5px;
  background: rgba(70, 69, 69, 0.582);
}


a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}





.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
  font-weight: bolder !important;
}

h4,
h5,
h6,
.fw-medium {
  font-family: "Roboto" !important;
  font-weight: bold !important;
}

h6{
  font-size: 15px !important;
}
h2{
  font-size: 32px !important;
}


/*** Button ***/
.btn {
  font-family: "Roboto";
  font-weight: 500;
  transition: .5s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}



/*** Section Title ***/
.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  bottom: 0;
  left: 0;
  background: var(--dark);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  bottom: 0;
  left: 50px;
  background: var(--dark);
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -25px;
}

.section-title.text-center::after {
  left: 50%;
  margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
  position: absolute;
  font-family: "Roboto" !important;
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  left: 0;
  background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
  top: 5px;
  left: 3px;
}




























































/*** why ***/
.why-item {
    position: relative;
    max-height: 350px;
    padding: 30px 25px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    border-radius: 10px;
}

.why-item:hover {
    background: linear-gradient(80.72deg, #539ECF 14.38%, #4CB5CA 102.13%) ;
}

.why-item .why-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    /* background: url(../img/blob.svg) center center no-repeat; */

    border-radius: 50px;
    background: linear-gradient(45deg, #673ab7c2, #2196f3);
    transition: .5s;
}

.why-item:hover .why-icon {
    /* color: var(--primary); */
    color: var(--light);
    /* background: url(../img/blob.svg); */
    background: linear-gradient(45deg, #673ab7c2, #2196f3);

}

.why-item h5,
.why-item p {
    font-family: "Roboto" !important;
    transition: .5s;
    color: #1f1f1f;
}

.why-item:hover h5,
.why-item:hover p {
    color: var(--light);
}

.why-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.why-item:hover a.btn {
    color: var(--primary);
}

.why-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
}

.why-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}




/*** Service ***/
.service-item {
    position: relative;
    border-radius: 10px;
    max-height: 350px;
    color: var(--light);
    padding: 30px 25px;
    /* background:linear-gradient(5deg, #002effd9, #4CB5CA 102.13%); */
    /* linear-gradient(5deg, #0089ffd6, #4CB5CA 102.13%) */
    background: linear-gradient(80.72deg, #539ECF 14.38%, #4CB5CA 102.13%) ;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    /* padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); */
}

.service-item:hover {
    background: #FFFFFF;
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    color: var(--light);
    justify-content: center;
    border-radius: 50px;
    background: linear-gradient(45deg, #673ab7c2, #2196f3);
    /* background: url(../img/blob.svg) center center no-repeat; */
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--light);
    /* background: url(../img/blob.svg); */
    background: linear-gradient(45deg, #673ab7c2, #2196f3);
}

.service-item h5,
.service-item p {
    font-family: "Roboto" !important;
    transition: .5s;
    margin: 10px 0px 0px 0px;
    color: var(--light);
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--primary);
}

.service-item a.btn {
    position: relative;
    display: flex;
    transition: .5s;
    color: var(--light);
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);

}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: var(--primary);
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    /* background: var(--primary); */
    background: #DDDDDD;

}


/*** Testimonial ***/
.newsletter,
.testimonial {
    background:
        url(/assets/imgs/bg-top.png),
        url(/assets/imgs/bg-bottom.png),
        linear-gradient(80.72deg, #539ECF 14.38%, #4CB5CA 102.13%)
        ;
    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light) !important;
    border-color: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #888888;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
  color: var(--primary) !important;
}

.btn-contact-icon {
  margin-inline-start: 0.45rem;
  font-size: 1.05em;
  vertical-align: middle;
}

.newsletter-actions .btn + .btn {
  margin-inline-start: 0.5rem;
}

@media (max-width: 575.98px) {
  .newsletter-actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .newsletter-actions .btn + .btn {
    margin-inline-start: 0;
  }
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--dark) !important;
}



/*** Footer ***/
.footer {
    background: url(/assets/imgs/footer.png) center center no-repeat , linear-gradient(80.72deg, #539ECF 14.38%, #4CB5CA 102.13%);
    background-size: contain;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: start;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::after {
    position: relative;
    /* content: "\f053"; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    margin-left: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    text-align: center;
    margin-right: 10px;
    padding-right: 10px;
    /* margin-left: 10px; */
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.342);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}












































































































#invoice {
  padding: 0px;
  height: 100%;
}

.invoice {
  background-color: #FFF;
  padding: 25px;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.invoice .header {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(41, 41, 41);  }

.invoice .company-details {
  text-align: right
}

.invoice .invoice-details {
  text-align: right
}

.invoice .invoice-details .invoice-id {
  margin-top: 0;
  color: #170e36
}

.invoice main {
  padding-bottom: 28px;
}

.invoice main .notices {
  padding-left: 6px;
  border-left: 6px solid #0d6efd;
  background: #e7f2ff;
  padding: 10px;
  font-size: 1.2em
}

.invoice table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px
}

.invoice table td,
.invoice table th {
  padding: 15px;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(41, 41, 41);
}


.invoice-details table td{
padding: 2px;
background: #fff;
border: none !important ;
font-size: 16px;
}

.invoice table th {
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px
}

.invoice table tbody tr:last-child td {
border-bottom: 1px solid rgb(41, 41, 41);  }

.invoice table tfoot td {
  background: 0 0;
  border-bottom: none;
  white-space: nowrap;
  text-align: right;
  padding: 10px 20px;
  border-top:1px solid rgb(41, 41, 41);
  border-left:1px solid rgb(41, 41, 41);
  border-right:1px solid rgb(41, 41, 41);
}

.invoice table tfoot tr:first-child td {
  border-top: none
}
.card {
  width: 210mm;
  height:100%;

  /* height: auto; */
  page-break-before: always;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: .25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}

.invoice table tfoot tr:last-child td {
  color: #170e36;
  border:1px solid rgb(41, 41, 41);
  /* border-top: 1px solid #0d6efd */
}

.invoice table tfoot tr td:first-child {
  border: none
}

.invoice .footer {
  width: 100%;
  text-align: center;
  color: #777;
  padding: 8px 0;
  border-top : 1px solid #777;
  /* position: absolute; */
  /* bottom: 10px; */
  /* left: 0; */
}

@media print {
  @page{size: A4;}
  /* body{
      margin-top:20px;
      font-family: helvetica;
      background-color: #fff;
      height: 100% !important;
  }
  button{
      visibility: hidden;
  }
  .invoice {
      width: 100%;
      height:100%;
      font-size: 14px !important;
      overflow: hidden !important
  }
  */
  /* .invoice .footer {
      page-break-before: always
  } */


  #print-foot{
      padding-top: 5px;
      display: block;
      position: fixed;
      bottom: 5px;
      /* left: 100px;
      right: 100px; */
      color: #777;
      left: 0pt;
      right: 500px;
      font-size: 16px;
      text-align: center;
      border-top : 1px solid rgb(41, 41, 41);

  }

  #print-foot:after {
      content: "This is computer generated invoice no signature or seal required." ;
      counter-increment: page;
      /* padding: 2px; */
    }
}

