:root {
  --primary-font-family: 'Chocolate Classical Sans', sans-serif;
}

body {
  font-family: var(--primary-font-family);
  font-weight: 400;
  overflow-x: hidden;
  color: #292c30;
}

p {
  font-size: 1.05rem;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #292c30;
}

ul.unstyled-list {
  list-style: none;
  margin: 0;
}

ul.unstyled-list li {
  margin-bottom: 5px;
  font-size: 1.05rem;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}

ul.unstyled-list li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #ffc300;
  top: 9px;
  left: 0;
  border-radius: 100%;
}

a {
  color: #ffc300;
}

a:hover {
  color: #ffc300;
}

@media (min-width: 1180px) {
  main {
    margin-top: 99px;
  }
}

.all-services ul {
  padding: 0;
  list-style-type: none;
}

.all-services ul li {
  padding-bottom: 1rem;
}

.primary-content img {
  width: 100%;
}

header.page-title {
  padding: 140px 0;
  background: no-repeat url("../img/title-bg.jpg") center;
  background-size: cover;
  text-align: center;
}

header.page-title h1 {
  font-size: 3rem;
  color: white;
}

.about .w-25 {
  width: 100% !important;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .about .w-25 {
    width: 75% !important;
  }
}

@media (min-width: 1180px) {
  .about .w-25 {
    width: 25% !important;
  }
}

.vision-mission {
  background-color: #f7f9fb;
}

.values-list li {
  padding-bottom: 10px;
}

.values-list li i {
  margin-right: 10px;
}

.know-container img {
  width: 40px;
  display: block;
  margin: 20px 0 10px;
}

.contact form {
  background-color: #f7f9fb;
  padding: 2rem;
}

.contact form label {
  display: none;
}

.contact-page .footer-social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact-page .footer-social a {
  color: #ffc300;
}

.consultation img {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .consultation .section-title {
    margin-top: 3rem;
  }
}

@media (min-width: 1180px) {
  .consultation .section-title {
    margin-top: 0;
  }
}

.consultation .btn-secondary {
  margin-bottom: 3rem;
}

@media (min-width: 1180px) {
  .consultation .btn-secondary {
    margin-bottom: 0;
  }
}

section {
  padding: 60px 0;
}

section .section-title {
  text-align: center;
  padding-bottom: 20px;
}

section.alt .section-title {
  text-align: left;
  padding-bottom: unset;
}

section.alt .btn-primary {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  section.alt .btn-primary {
    margin-bottom: 0rem;
  }
}

section.alt.reverse .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

section.cta {
  padding: 80px 0;
  text-align: center;
  background-color: #003566 !important;
}

section.cta .section-title {
  padding-bottom: unset;
  color: #ffffff;
  font-size: 2.5rem;
}

section.cta p {
  font-size: 1.2rem;
  font-weight: 400;
}

/* New Form */
.form-head-side {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(148, 148, 148, .25);
  padding: 35px 20px;
  position: relative;
}
.form-head-side::before {
  content: '';
  background: url(../img/offer_icon.png);
  background-size: contain;
  width: 287px;
  height: 71.5px;
  position: absolute;
  left: -20px;
  top: 0;
  background-repeat: no-repeat;
}
.form-head-side .form-title {
  color: #231f20;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 15px;
  padding-top: 35px;
}
.form-head-side input, select {
  height: 50px !important;
  font-size: 15px;
}
.form-head-side input[type=submit] {
  width: 100%;
  color: #ffffff;
  font-weight: 600;
  background: #f60;
  border-radius: 4;
  border: none;
}
.form-head-side input[type=submit]:hover {
  background: #285785;
  cursor: pointer;
}

.service .hero {
  padding: 80px 0;
  background-color: #1f1f1f;
  background-image: url("../img/service-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.service .hero .display-4 {
  color: white;
}

.service .hero p {
  font-size: 1rem;
  border: 2px dashed #ffc300;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 10px;
}

.service .hero form {
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
}

.service .hero form h3 {
  margin-bottom: 1rem;
}

.service .hero .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service section.cta {
  padding: 40px 0;
  background-color: #f7f9fb;
  background-image: unset;
}

.container-fluid.blog {
  padding: 50px 15px;
}

.fixed-sidebar .list-group {
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12);
  border: 0;
}

.fixed-sidebar .list-group .list-group-item:first-child {
  border-radius: 0;
}

.fixed-sidebar .list-group .list-group-item:last-child {
  border-radius: 0;
}

.fixed-sidebar .list-group .list-group-item {
  border: 0;
  font-weight: bold;
  padding: 1rem 1.5rem;
  color: black;
}

.fixed-sidebar .list-group .list-group-item.active, .fixed-sidebar .list-group .list-group-item:hover {
  z-index: 2;
  color: unset;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.125);
  border-left: 5px solid #ffc300;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.in-container {
  background-color: white;
  border-radius: 20px;
  padding: 2.5rem;
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.2);
}

.in-container h3 {
  color: #261383;
  border-bottom: 2px solid;
  padding-bottom: 1rem;
}

.in-container li {
  font-size: 1.2rem;
  color: #444444;
  font-weight: 500;
  padding-bottom: 0.8rem;
}

.in-container a {
  font-size: 1.2rem;
}

@media (min-width: 1180px) {
  .get-fixed {
    position: fixed;
    top: 120px;
    left: 15px;
    width: 23%;
    height: auto;
    max-height: 70vh;
    overflow-y: auto;
    -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12);
            box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12);
  }
  .get-fixed .list-group {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}

@media (min-width: 768px) {
  .service .blog .col-md-3, .service .blog .col-md-8 {
    min-width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 1180px) {
  .service .blog .col-md-3, .service .blog .col-md-8 {
    min-width: unset;
  }
}

.j-contact .footer-social {
  padding-top: 0;
  padding-bottom: 2rem;
}

.primary-content {
  padding: 20px;
  margin-top: 3rem;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
  .primary-content {
    margin-top: 0;
  }
}

@media (min-width: 1180px) {
  .primary-content {
    width: 80%;
    padding: 50px;
  }
}

.primary-content p {
  text-align: justify;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}

.primary-content h1, .primary-content h2 {
  margin-bottom: 1rem;
}

.floating-cta {
  display: none;
}

.floating-cta .card {
  border: 0;
}

@media (min-width: 1180px) {
  .floating-cta {
    display: unset;
    position: fixed;
    right: -20%;
    top: 20%;
    width: 20%;
    -webkit-transition: right ease 0.3s;
    transition: right ease 0.3s;
    -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12);
            box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12);
  }
}

.primary-content ul {
  list-style: none;
  padding-left: 0;
}

.primary-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.primary-content ul li:before {
  content: '';
  background-image: url("../img/tick.png");
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 25px;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .service .ratings .col-md-4 {
    min-width: 50%;
  }
}

@media (min-width: 768px) and (min-width: 1180px) {
  .service .ratings .col-md-4 {
    min-width: unset;
  }
}

@media (min-width: 768px) {
  .service .ratings .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) and (min-width: 1180px) {
  .service .ratings .row {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.home .hero {
  padding: 130px 0;
  background-image: url("../img/hero2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home .hero .btn-primary {
  padding: 1rem 1.8rem;
  font-size: 1.1rem;
}

.rating {
  margin-bottom: 2rem;
}

@media (min-width: 1180px) {
  .rating {
    margin-bottom: 0;
  }
}

.rating.sulekha {
  margin-bottom: 0;
}

.rating.google img {
  width: 30px;
}

.rating.justdial img {
  width: 82px;
}

.rating.sulekha img {
  width: 100px;
}

.rating .fa {
  color: #f60;
  margin-left: 1.5px;
}

.most-browsed-services ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.most-browsed-services ul li {
  display: inline-block;
  padding-right: 10px;
  padding-top: 10px;
}

.prime-services {
  background-color: #003566;
}

.prime-services p {
  color: #535353;
}

.prime-services .prime-services-container {
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
  height: 90%;
  margin-top: 2rem;
  -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
}

.prime-services .prime-services-container h4 {
  position: relative;
  padding-bottom: 0.5rem;
}

.prime-services .prime-services-container h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffc300;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

.prime-services .prime-services-container .btn-primary {
  background-color: #ffc300;
}

.head-service {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  height: 90%;
  margin-top: 2rem;
  display: table;
  width: 100%;
}

.head-caption {
  padding: 3rem 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.head-caption h3 {
  color: white;
  margin-bottom: 1rem;
}

.head-caption a.btn.btn-warning {
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  background-color: #ffd60a;
  border-color: #ffd60a;
}

.col-center {
  margin: 0 auto;
  float: none !important;
}

.carousel {
  margin: 50px auto;
  padding: 0 30px;
}

@media (min-width: 768px) {
  .carousel {
    padding: 0 70px;
  }
}

.carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 200px;
}

.carousel .testimonial {
  padding: 30px 0 10px;
  color: #292c30;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #ffc300;
}

.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}

.carousel-control i {
  font-size: 1rem;
  position: absolute;
  display: inline-block;
  color: #032a4f;
}

.carousel .carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}

.carousel-indicators li {
  background: #cc8db0;
  border-color: transparent;
  cursor: pointer;
}

.carousel-indicators li.active {
  background: #003566;
}

.img-box img {
  width: 95px;
}

img.jal-logo {
  width: 260px;
}

@media (min-width: 768px) {
  img.jal-logo {
    width: 300px;
  }
}

.j-values {
  background-color: #003566;
  padding-bottom: 1px;
}

j-values h2 {
  color: #ffd60a;
}

.j-values .col-md-4 {
  margin-bottom: 2rem;
}

.j-values .col-md-4.last-values-card {
  margin-bottom: 0;
}

.j-values .values-card {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}

.j-values .img {
  margin-bottom: 10px;
}

.j-values .card-title {
  font-weight: 600;
  color: #021b78;
  margin: 0;
}

.page .hero {
  margin-bottom: 20px;
  margin-top: 30px;
}

.sub-services ul {
  padding: 0;
  list-style-type: none;
}

.sub-services ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 1rem;
}

.sub-services ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: no-repeat url(../img/correct.png) center;
  background-size: cover;
  margin-right: 0.7rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sub-services ul a {
  font-size: 1.1rem;
  color: #1c7dc1;
  -webkit-box-flex: 20;
      -ms-flex: 20;
          flex: 20;
}

footer {
  padding: 80px 0 40px;
}

footer .row {
  display: unset;
}

@media (min-width: 768px) {
  footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer a {
  color: #ababab;
  font-size: 0.9rem;
}

footer a:hover {
  color: #ffc300;
  text-decoration: none;
}

footer nav ul {
  list-style: none;
  padding: 0;
}

footer nav ul li {
  padding: 5px 0;
}

.go-to-top {
  background-color: #ffc300;
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2.5rem;
  color: white;
}

.go-to-top:hover {
  color: white;
}

html {
  scroll-behavior: smooth;
}

.sub-footer {
  border-top: 1px solid #ffd60a;
  border-bottom: 1px solid #ffd60a;
  padding: 20px 0;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-footer nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-footer nav ul li {
  display: inline;
  padding-right: 10px;
}

.sub-footer nav ul li a {
  color: #ffffff;
}

.sub-footer nav ul li a:hover {
  color: #ffc300;
}

.payment-modes {
  padding-top: 20px;
  text-align: center;
}

.payment-modes img {
  width: 120px;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .footer-social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 0;
  }
}

.footer-social a {
  font-size: 1.2rem;
  width: 40px;
  margin-left: 15px;
  color: #ffffff;
}

.footer-social a:hover {
  color: #ffc300;
}

p.copyright-text {
  text-align: center;
  padding-top: 20px;
  margin: 0;
}

.counter {
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #003566;
}

section#process-in {
  padding: 0;
}

.process-img {
  background: no-repeat url("../img/process.jpg") center;
  background-size: cover;
  margin: 0;
}

.col.inner-process {
  min-width: 100%;
}

@media (min-width: 768px) {
  .col.inner-process {
    min-width: 50%;
  }
}

@media (min-width: 1180px) {
  .col.inner-process {
    min-width: unset;
  }
}

.inner-process {
  background-color: #ffd60a94;
  padding: 4rem 0;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.inner-process img {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));
}

.inner-process h5 {
  color: white;
}

.inner-process:hover {
  background-color: #ffd60a;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.inner-process:hover h5 {
  color: white;
}

.inner-process:hover::after {
  font-family: "Font Awesome 5 Free";
  content: '\f35a';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  color: white;
  font-size: 25px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inner-process.last:hover::after {
  content: '';
}

.inner-process img {
  width: 40px;
  margin-bottom: 15px;
}

.fixed-contact-container {
  position: fixed;
  bottom: -320px;
  right: 1rem;
  -webkit-transition: bottom ease 0.3s;
  transition: bottom ease 0.3s;
}

.fixed-contact header {
  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;
  background-color: #ffc300;
  color: white;
  padding: 1rem;
  cursor: pointer;
}

.fixed-contact header p {
  margin: 0;
}

.fixed-contact form {
  padding: 1rem;
  background-color: white;
}

.fixed-whatsapp-container {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 999999;
}

#accordion .card {
  border: 0;
  border-radius: 0;
}

#accordion .card-header {
  background-color: #f9f9f9;
}

#accordion .btn-link {
  font-weight: 500;
  color: #353535;
  background-color: transparent;
  width: 100%;
  text-align: left;
  text-decoration: none;
  white-space: normal;
}

#accordion .btn-link:hover, #accordion .btn-link:active {
  text-decoration: none;
}

#accordion .btn-link::before {
  content: ' ';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: black;
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
}

#accordion .card-body {
  background-color: #fdfdfd;
}

:target::before {
  content: "";
  display: block;
  height: 99px;
  /* fixed header height*/
  margin: -99px 0 0;
  /* negative fixed header height */
}

.bring-in {
  bottom: 0;
}

.bg-light {
  background-color: #f7f9fb !important;
}

.bg-dark {
  background-color: #001d3d !important;
}

.lead {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

.display-4 {
  font-weight: 900;
  font-size: 2.2rem;
}

.caption {
  padding: 1.2rem;
}

.caption p {
  font-size: 1rem;
  color: #484848;
}

.card {
  border: 1px solid #efefef;
  border-radius: 4px;
}

.btn-primary {
  background-color: #ffc300;
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
  padding: 0.8rem 1.5rem;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: 500;
}

.btn-primary:hover {
  background-color: #ffc300;
}

.btn-secondary {
  background-color: #ffc300;
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
  padding: 0.8rem 1.5rem;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: 500;
}

.btn-secondary:hover {
  background-color: #ffc300;
}

.btn-tertiary {
  background-color: #003566;
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
  padding: 0.8rem 1.5rem;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: 500;
  font-weight: 400;
  padding: 0.6rem 1.2rem;
  text-transform: none;
  font-size: 0.9rem;
  border-radius: 50px;
  white-space: normal;
}

.btn-tertiary:hover {
  background-color: #ffc300;
}

.prime-services .btn-tertiary {
  background-color: #f65960;
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
  padding: 0.8rem 1.5rem;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: 500;
  font-weight: 400;
  padding: 0.4rem 0.9rem;
  text-transform: none;
  font-size: 0.75rem;
  border-radius: 50px;
}

.prime-services .btn-tertiary:hover {
  background-color: #ffc300;
}

.head-services {
  background-color: #f2f2f2;
}

.head-services nav {
  background-color: white;
  padding: 1rem;
  -webkit-box-shadow: 0px 1px 4px #0000001a;
          box-shadow: 0px 1px 4px #0000001a;
  margin-bottom: 2rem;
  height: 96%;
}

.head-services h6 {
  font-size: 1.2rem;
  color: #402f8f;
  border-bottom: 2px solid #402f8f;
  padding-bottom: 0.5rem;
  margin-bottom: 1.1rem;
}

.head-services a {
  font-size: 0.9rem;
  color: #1c7dc1;
}

.head-services li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.head-services ul li a {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

.head-services ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: no-repeat url("../img/correct.png") center;
  background-size: cover;
  margin-right: 0.7rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*------------ Service Section --------------- */
.section-container {
  margin-bottom: 1rem;
}

.section-container h2 {
  margin-bottom: 1.5rem;
}

.section-container p {
  margin-bottom: 1rem;
}

.section-container ul {
  margin-bottom: 1.5rem;
}

.section-container ul li {
  font-size: 1.1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: justify;
}

.section-container ul li:last-child {
  padding-bottom: 0;
}

.section-container img {
  padding-bottom: 1.5rem;
}

.section-container dt, .section-container dd {
  font-size: 1.1rem;
  text-align: justify;
}

.section-container dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5rem;
}

.section-container dt::before {
  content: '';
  background-image: url(../img/tick.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 25px;
  margin-right: 1rem;
}

.section-container dd {
  margin-bottom: 1rem;
  padding-left: 2.6rem;
}

.section-container dd:last {
  margin-bottom: 1.5rem;
}

.section-container table {
  margin-bottom: 1.5rem;
}

.section-container table thead {
  background-color: #15b4f1;
  color: white;
}

.section-container table td p {
  font-size: 0.99rem;
  text-align: left;
  margin-bottom: 0.5rem;
}

.section-container .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(177, 179, 246, 0.08);
}

.section-container .table-hover tbody tr:hover {
  background-color: rgba(255, 188, 104, 0.15);
}

.section-cta {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

.section-container ul.nested li {
  display: block;
}

.primary-content ul.nested li:before {
  content: '';
  display: none;
}

.primary-content ul.nested li h3:before {
  content: '';
  background-image: url(../img/tick.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 25px;
  margin-right: 1rem;
}

.section-container ul.nested li h3 {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-container ul.nested li p {
  padding-left: 41px;
}

.z-index-0 {
  z-index: 0;
}

/*----------------- 7. Headers ---------------------------------*/
.header-classic {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}

@media (min-width: 1180px) {
  .header-classic {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
}

/*-------------------- Navigation classic ---------------------*/
.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-classic.navbar-light .navbar-nav .nav-link {
  color: #181825;
  padding: 12px 16px;
}

.navbar-classic .navbar-nav .nav-item .nav-link {
  font-size: 0.9rem;
  color: black;
  line-height: 20px;
  border-bottom: 1px solid #fff;
  font-weight: 700;
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover {
  color: #ffc300;
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
  color: #ffc300;
}

.navbar-classic.navbar {
  padding: 0px;
  display: block;
}

.navbar-classic .dropdown-toggle::after {
  margin-top: 1px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: -2px;
  content: "\f107";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: #bdbebf;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-right: 15px;
  font-size: 13px;
  float: right;
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
  border-bottom: 0;
  border-radius: 0;
}

.logo {
  padding-right: 5px;
  text-decoration: underline;
}

.logo span {
  color: #41acf9;
}

.email .fab.fa-whatsapp {
  color: white;
  background: #63b259;
  border-radius: 500px;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
  }
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: initial;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: inherit;
  white-space: nowrap;
  color: #efefef;
  font-size: 1.1rem;
  font-weight: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-brand:hover {
  color: #efefef;
}

@media (min-width: 768px) {
  .navbar-brand {
    font-size: 1.4rem;
  }
}

.top-header {
  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;
}

@media (min-width: 768px) {
  .top-header {
    background: white;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }
}

.top-bar-right {
  display: none;
}

.top-bar-right .footer-social a {
  width: 20px;
  font-size: 1rem;
  color: #ffc300;
}

@media (min-width: 1180px) {
  .top-bar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.email a {
  color: #001d3d;
  font-weight: 500;
  text-decoration: none;
  margin-right: 10px;
}

.email i.fas.fa-phone-alt {
  color: #ffc300;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .first-link {
    padding-left: 2rem !important;
  }
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 12px 12px 0;
  margin: 0px;
  font-size: 1rem;
  color: #808294;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid white;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}

@media (min-width: 1180px) {
  .last-link .dropdown-menu {
    left: -100px;
  }
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0 0 15px;
  clear: both;
  font-weight: 400;
  color: #484848;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  white-space: unset;
  font-size: 0.9rem;
  line-height: 1rem;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffc300;
}

.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
  color: #ffc300;
}

.mega-dropdown-menu h6 {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    margin-top: 1.2rem;
  }
  .dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 17px;
  top: 25px;
}

.dropdown-submenu .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-left: 13px;
  margin-right: .1rem;
}

.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.mega-dropdown {
  position: unset;
}

.mega-dropdown-menu {
  width: 100%;
  position: absolute;
  top: 80px;
}

.mega-dropdown-menu ul {
  list-style: none;
}

.nav-dropitem-arrow {
  position: relative;
  font-size: 12px;
  opacity: 0;
  padding-right: 10px;
}

.nav-dropitem-arrow i {
  position: absolute;
  /* top: -1px;
	*/
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffc300;
  background: none;
  border-radius: 0;
}

.dropdown-item:hover .nav-dropitem-arrow {
  color: #ffc300;
  opacity: 1;
  margin-right: 5px;
}

.navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
  padding: 17px 15px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0;
  border-radius: .25rem;
  position: relative;
}

/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 7px 0px;
}

.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #f1f1f6;
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 7px 0px;
}

.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 7px 0px;
}

.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #495bfb;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}

.icon-bar {
  width: 21px;
  height: 3px;
  background-color: #3544ee;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler:focus {
  outline: 0px;
}

.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 190%;
          transform-origin: 10% 190%;
  background-color: #3544ee;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% -80%;
          transform-origin: 10% -80%;
  background-color: #3544ee;
}

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-color: #3544ee;
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-color: #3544ee;
}

#tipue_search_input {
  width: 84%;
}

@media (min-width: 768px) {
  #tipue_search_input {
    width: 89%;
  }
}

@media (min-width: 1180px) {
  #tipue_search_input {
    width: 93%;
  }
}
/*# sourceMappingURL=style.css.map */