@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

:root {
  --primary: #ff3e01;
  --secondary: #0037db;
  --tertiary: #030303;
  --quarternary: #3b3b3b;
  --border-primary: #ff3e01;
  --ff-primary: "Montserrat", sans-serif;
  --ff-secondary: "Montserrat", sans-serif;

  --section-divider-height: 60;
  --section-divider-width: 1920;
  --section-divider-ratio: calc(
    100% * var(--section-divider-height) / var(--section-divider-width)
  );
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--ff-primary);
}
body {
  margin: 0;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1600px;
}
.navbar .badge {
  margin: 0 5px;
}
.badge {
  padding: 20px 30px !important;
  font-size: 20px;
  border-radius: 10px;
  font-weight: 400 !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .topbar .border-left {
    border-left: 0 !important;
  }
  .navbar-brand img {
    width: 150px;
  }
}

@media (max-width: 430px) {
  .badge {
    padding: 20px 30px !important;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 400 !important;
    text-transform: uppercase;
  }
}
.form-control {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.navbar-toggler {
  color: var(--primary);
  background-color: #ffffff;
  border: var(--bs-border-width) solid var(--primary);
}
.bg-secondary {
  background-color: #1e4259 !important;
}
.bg-secondary-100 {
  background-color: #e8ecee !important;
}
.bg-dark-blue {
  background-color: #041e74;
}
.bg-white {
  background-color: #ffffff !important;
}
.p-100 {
  padding: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 600 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: var(--primary) !important;
  color: #fff !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: var(--primary) !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: var(--primary) !important;
}
button {
  outline: 0;
  border: 0;
}
a:hover {
  opacity: 1 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-primary);
}
h1 {
  font-size: 54px;
  font-weight: 700;
}
h2 {
  text-transform: uppercase;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 30px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em !important;
}
h6 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 430px) {
  h1 {
    font-size: 30px;
    font-weight: 700;
  }
  h2 {
    font-size: 24px;
    font-weight: 700;
  }
  h3 {
    font-size: 22px;
    font-weight: 700;
  }
  h4 {
    font-size: 20px;
    font-weight: 700;
  }
  h5 {
    font-size: 18px;
    font-weight: 400;
  }
}

.rounded-5 {
  border-radius: 0.625rem !important;
}

p,
a,
span,
li,
div {
  font-family: var(--ff-secondary);
}
.text-body {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

a {
  text-decoration: none;
  color: var(--primary);
  opacity: 1;
  transition: all 0.356s;
}
a:hover {
  opacity: 0.65;
  transition: all 0.356s;
}
label {
  font-size: 18px;
}
html,
body {
  overflow-x: hidden;
}

.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 10;
}
.z-2 {
  z-index: 20;
}

.z-9 {
  z-index: 999999;
}

.invert {
  filter: invert(100%) !important;
}

.mirror {
  transform: scaleX(-1) !important;
}

.min-h-inherit {
  min-height: inherit;
}

.o-cover {
  object-fit: cover;
}

.w-short {
  width: 75%;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1200px) {
  .col-xl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

.rotate-45 {
  rotate: 45deg;
}

/****************************
  *************BG**************
  ****************************/
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-tertiary {
  background-color: var(--tertiary) !important;
}
.bg-quarternary {
  background-color: var(--quarternary) !important;
}
.bg-black {
  background-color: #000000 !important;
}

.bg-gradient {
  background: #ff3e01;
  background: -moz-linear-gradient(90deg, #ff3e01 41%, #001d75 100%);
  background: -webkit-linear-gradient(90deg, #ff3e01 41%, #001d75 100%);
  background: linear-gradient(90deg, #ff3e01 41%, #001d75 100%) !important;
}

/****************************
  *************BORDER**************
  ****************************/
.border-primary {
  border-color: #ff3e01 !important;
}
.border-secondary {
  border-color: var(--secondary) !important;
}
.border-tertiary {
  border-color: var(--tertiary) !important;
}
.border-quarternary {
  border-color: var(--quarternary) !important;
}
.border-2 {
  border-width: 2px !important;
}
/****************************
  ************FONT*************
  ****************************/
.font-primary {
  font-family: var(--ff-primary) !important;
}

.font-secondary {
  font-family: var(--ff-secondary) !important;
}

/****************************
  ************TEXT*************
  ****************************/
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-tertiary {
  color: var(--tertiary) !important;
}
.text-quarternary {
  color: var(--quarternary) !important;
}
.text-white {
  color: #ffffff !important;
}

/****************************
  **********DIVIDER************
  ****************************/
.has-divider {
  position: relative;
  padding-bottom: var(--section-divider-ratio);
}
.section-divider {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: auto;
}

/****************************
  *********NAVIGATION**********
  ****************************/
nav li a {
  margin: 0;
  border-radius: 20px;
  padding: 10px 0px !important;
  background-color: transparent;
  color: #333;
  transition: background-color 0.25s, color 0.25s;
}
@media screen and (min-width: 1400px) {
  nav li a {
    padding: 10px 15px !important;
  }
}

.nav-link {
  font-family: var(--ff-primary);
  font-size: 20px;
  position: relative;
  color: var(--tertiary) !important;
}
a.nav-link.active {
  color: #0037db !important;
  text-decoration: underline;
}
@media (max-width: 430px) {
  #phone-no {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
#navbarDropdown:hover + .dropdown-menu {
  display: block;
}
.dropdown-menu:hover {
  display: block;
}
.dropdown-menu {
  display: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary);
}
.pl-0 {
  padding-left: 0 !important;
}

.form-section {
  margin-top: -60px;
  position: relative;
  z-index: 0;
}
input.form-control {
  box-sizing: border-box;
  height: 60px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.img-button-box {
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: var(--primary);
  width: 278px;
  padding: 20px;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 450px) {
  .img-button-box {
    position: relative;
    width: 100%;
    margin: 30px 0;
  }
}
.service-btn {
  background-color: var(--primary);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.detail-wrapper {
  width: 90%;
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 20px 20px 60px 20px;
  margin-top: -60px;
  z-index: 0;
  position: relative;
}
.service-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mb-7 {
  margin-bottom: 70px;
}
.swiper-pagination-bullet-active {
  margin-top: 20px !important;
  background: #ff3e01 !important;
}

.swiper-slide {
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  height: 430px;
  margin-bottom: 50px !important;
  margin-top: 100px !important;
}
@media (max-width: 768px) {
  .swiper-slide {
    padding: 10px;
    height: auto !important;
  }
}

.swiper-slide:hover {
  box-shadow: 0px 20px 99px rgba(0, 0, 0, 0.16);
}
.swiper-container {
  overflow: hidden;
}
.swiper-pagination {
  position: relative !important;
}
@media (max-width: 768px) {
  .ico-row {
    margin: 5px;
    margin-top: -60px;
  }
  .ico-row .border-end {
    border: 0px !important;
  }
  .ico-row .col-md-4 {
    text-align: left !important;
  }
  .ico-row .col-md-4 img {
    width: 60px;
  }
  .ico-row .col-md-4 span {
    font-size: 16px !important;
    font-weight: 400 !important;
  }
}

.modal-dialog {
  max-width: 800px;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  overflow: hidden;
  padding: 0 30px 30px 30px;
}
.accordion {
  width: 100% !important;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.12);
  border: 0;
  border-radius: 10px;
}
.accordion-button {
  color: #000000;
  background-color: #ffffff;
  border: 0 !important;
  border-radius: 10px !important;
}
.accordion-item {
  background-color: #ffffff;
  border: 0 !important;
  border-radius: 10px !important;
}
.accordion-button:not(.collapsed)::after {
  display: none;
}
.accordion-button::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .accordion-item .accordion-button img {
    width: 50px;
  }
}
.overlay-card-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 89%);
  opacity: 0;
  transition: all 0.356s;
  padding: 40px;
  overflow: auto;
}
.overlay-card-wrapper {
  position: relative;
}
.overlay-card-wrapper:hover .overlay {
  opacity: 1;
}
.overlay-name-wrapper {
  position: absolute;
  width: 80%;
  padding: 10px;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .mob-re {
    margin-bottom: 50px;
  }
}
.rating {
  display: inline-block;
}

.rating input {
  display: none;
}

.rating label {
  float: right;
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s;
}

.rating label:before {
  content: "\2605";
  font-size: 43px;
}

.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
  color: #eac739;
  transition: color 0.3s;
}

.web-list li::marker {
  color: #ff3e01;
}

.contact-details-card {
  background: #ffffff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  color: #000000;
}
.contact-details-card:hover {
  background: #ff3e01;
  color: #fff;
  fill: #fff;
}
.contact-details-card:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .no-pad {
    padding-left: 15px !important;
    padding-top: 15px !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #fff !important;
    border-right: 0px !important;
  }
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
.tab-links {
  float: left;
  margin-right: 20px;
}
.tab-links button {
  width: 100%;
  padding: 14px 20px;
  background: #ff3e01;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.tab-links {
  max-width: 40% !important;
  margin-right: 30px;
  height: 648px;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .tab-links {
    max-width: 100% !important;
    margin-right: 0px;
  }
}

.tab-links button {
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: left;
  color: #000;
}
.tab-links button.active_btn {
  background: #ff3e01;
  color: #fff;
}

ul.email-num-wrapper {
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .email-num-wrapper {
    justify-content: space-between;
  }
  .email-num-wrapper {
    flex-direction: column;
    align-items: center;
  }
  div#navbarScroll {
    padding-bottom: 100px;
  }
  ul.navbar-nav.ml-auto {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}

.hero-section {
  background-image: url(../images/hero-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 460px;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .hero-section {
    background-image: url(../images/hero-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9188%;
    padding-bottom: 100px;
    margin-top: 150px;
  }
}
.sf-card {
  background-color: #f5f5f5;
  position: relative;
  padding-bottom: 50px;
  height: 100%;
}
.sf-card:hover {
  background: var(--secondary);
}

.sf-card:hover p,
.sf-card:hover a,
.sf-card:hover h3 {
  color: #fff !important;
}

img.Line-Indicator {
  position: absolute;
  top: 30px;
  left: 65%;
  right: auto;
}

img.Line-Indicator.second {
  position: absolute;
  top: 30px;
  left: 65%;
  right: auto;
  rotate: 180deg;
}

@media (max-width: 768px) {
  img.Line-Indicator {
    display: none;
  }
  footer {
    background-size: 9188% !important;
    padding-bottom: 100px;
    height: auto !important;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-nav {
    margin: 50px 0;
  }
  div#navbarScroll {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  img.vector-image {
    margin-top: 70px;
  }
}

.btn-w {
  width: 143px;
  display: block;
  text-align: center;
}
.cursor-pointer {
  cursor: pointer;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
