html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, p, strong, a {
  /*font-family: "Raleway", sans-serif;*/
  /*font-family: 'Roboto', sans-serif;*/
  font-family: sans-serif;
  letter-spacing: 1px;
}

/*------------*/
.cutom-header {
/*position: sticky;
top: 0px;*/
z-index: 100;
background-color: #3a3a3a
padding: 5px 15px;
}
img.d-logo {
max-width: 100%;
width: 140px;
}
ul.navbar-nav.ml-auto.custome-munu li a {
  font-weight: 400;
  color: #ffffff;
  border-top: 1px solid #0000;
  border-bottom: 1px solid #0000;
  padding: 5px 20px;
/*  background-color: #9fbbf9;*/
  margin-left: 4px;
  border-radius: 5px;
}
.dropdown-menu.show a {
  color: #ffffff !important;
}
ul.navbar-nav.ml-auto.custome-munu li a:hover,
ul.navbar-nav.ml-auto.custome-munu li a:focus {
  background-color: #323232;
  color: #ffffff;
}
.blue-color {
  color: #0046be;
}
.blue-bg {
  background-color: #0046be;
}
.bold {
  font-weight: 600;
}
/*----------end -section--------*/
.header-tops {
  background-color: #f76113 !important;
  box-shadow: 0px 0px 5px #0000001a;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 15px;
  z-index: 200;
  transition: all 1s ease-in-out;
  height: auto;
  background-color: rgba(17, 42, 107, 0.7);
}
.header-tops.active {
  background-color: #e55105 !important;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 425px) {
  .header-tops {
    background-color: #e55105 !important;
  }
}
/*----------section--------*/
.banner-section{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 450px;
  padding: 30px 0px;
  background-position: top;
}
@media (max-width: 425px) {
  .banner-section{
    min-height: auto !important;
    padding: 60px 0px;
  }
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #ffffffb3;
}
a.call-now-btn {
  font-size: 30px;
  background-color: #FF7B2F;
  font-weight: 600;
  color: #fff;
  padding: 10px 24px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px #00000045;
  text-decoration: none;
}
@media (max-width: 425px){
  a.call-now-btn {
    font-size: 20px;
  }
  .heading-title {
    font-size: 33px !important;
    margin-top: 1em;
  }
  img.d-logo {
    max-width: 100%;
    width: 130px !important;
  }
  .for-service {
    font-size: 18px;
  }
  .call-now {
    font-size: 25px;
    font-weight: 800;
  }
}
@media (max-width: 375px) {
  a.call-now-btn {
    font-size: 16px;
  }
  .heading-title {
    font-size: 25px !important;
    margin-top: 2em;
  }
  .call-now {
    font-size: 21px;
    font-weight: 800;
  }
}
@media (max-width: 320px) {
  .heading-title {
    font-size: 20px !important;
    margin-top: 1em;
  }
  .for-service {
    font-size: 15px;
  }
}
.heading-title {
  font-size: 60px;
  font-weight: 800;
}
.blue-color{
  color: #3330e4 !important;
}
.navbar-toggler {
  background-color: #000000 !important;
}
.b-radius{
  border-radius: 15px;
  overflow: hidden;
}
.question-box {
  min-height: 80vh;
}
/*----------start footer-section--------*/

.footer-sticky {
  text-align: center;
  background-color: #131a2a;
  padding: 15px 15px;
  font-weight: 600;
  color: #ffffff;
}
/*----------end footer-section--------*/




