html {
  font-size: 1em;
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Roboto", sans-serif;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: "DM Serif Display", serif;
}
p {
  font-size: 1em;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}
a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.affix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.5s ease-in-out;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
  box-shadow: 0 0 0.1875rem #ddd;
  z-index: 999 !important;
  margin: 0 !important;
  background: #fff;
  padding: 5px 4em;
  margin-top: 0 !important;
}
.affix .logo {
  max-width: 180px;
}
.affix .phone-number {
  display: none !important;
}
@-webkit-keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.section-pad {
  padding: 3em 0em;
}
.pagination {
  height: 85px;
  z-index: -1;
  margin-top: -85px;
}
.font-2 {
  color: #fa7212 !important;
  font-size: 1em;
  padding-top: 0.95em;
}
#covid-strip {
  padding: 7px 0;
  background: #10064e;
  text-align: center;
}
#covid-strip p {
  color: #fff;
}
#covid-strip p a {
  border: 1px solid #fa7212;
  padding: 2px 20px;
  color: #fa7212;
  border-radius: 3px;
  display: inline-block;
  margin-left: 20px;
}
.dropdown-toggle:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  min-height: 30px;
}
.dropdown-menu {
  padding: 5px 0;
}
.dropdown-menu .dropdown-item {
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  padding: 5px 10px;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.google-pay {
  background: linear-gradient(0deg, #fffbf4 112%, transparent 60%);
}
.google-pay .goole-image {
  width: 50%;
}
.google-pay .section-heading .title {
  color: #cb0000;
}
.google-pay .section-heading .sub-title {
  line-height: 1.75;
  font-size: 1.05em;
  margin: 0;
  letter-spacing: 1px;
}
.google-pay .section-heading .sub-title .color {
  color: #cb0000;
}
@media (min-width: 0px) and (max-width: 768px) {
  .google-pay .goole-image {
    width: 54%;
    margin: 0 auto;
    padding-top: 1em;
  }
}
.client-home {
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  overflow: hidden;
  height: 380px;
}
.client-home .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-home .image-cover .each-client-review {
  text-align: center;
}
.client-home .image-cover .each-client-review .para-heading {
  color: #000;
  font-size: 1em;
  line-height: 1.7;
}
.client-home .image-cover .each-client-review .heading {
  color: #000;
  font-weight: 500;
  font-size: 1.1em;
}
.client-home .image-cover .section-heading .sh_min-title {
  color: red;
  margin-bottom: 5px;
  font-weight: 500;
}
.client-home .image-cover .left-block h5 {
  color: #cb0000;
}
.client-home .image-cover .left-block h3 {
  color: #000;
}
.client-home .image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.client-home .title {
  color: #fff !important;
  font-size: 2em;
  margin-bottom: 2em;
}
.client-home #client-review-slider {
  min-height: 210px;
}
.client-home .carousel-control-prev {
  left: 0px;
}
.client-home .carousel-control-next {
  right: 0px;
}
@media (min-width: 0px) and (max-width: 700px) {
  .client-home {
    height: 200vh !important;
  }
  .client-home .carousel-control-prev {
    left: 0px;
    display: none;
  }
  .client-home .carousel-control-next {
    right: 0px;
    display: none;
  }
}
@media only screen and (width: 600px) {
  .client-home {
    height: 88vh !important;
  }
}
.career .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000 !important;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  margin-right: 0.65em;
  /* opacity: .5; */
}
.career .slider-btn {
  background: #fa7212;
  padding: 12px 20px;
  display: inline-block;
  margin-top: 2em;
  color: #fff;
  font-size: 1.05em;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.career .submit {
  background: #fa7212;
  padding: 6px 20px;
  border: none;
  display: inline-block;
  color: #fff;
  font-size: 1.05em;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-group select {
  color: rgba(73, 80, 87, 0.741);
  padding: 0.375rem 0.5rem;
}
.career .close {
  float: right;
  font-size: 1.5rem;
  color: #000 !important;
  opacity: 0.8;
  margin-right: -0.15em;
  margin-top: -0.5em;
}
.color-note {
  color: #cb0000;
}
@media (min-width: 1100px) and (max-width: 1366px) {
  .career .modal {
    margin-top: 4em;
  }
}
.navbar-nav .nav-link {
  color: #000;
}
.navbar-nav .nav-item:not(:last-child) {
  margin-right: 1em;
}
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #fff;
    padding: 14px;
  }
  .navbar-toggler-icon {
    display: block;
    width: 12px;
    height: 12px;
  }
  #toggle-menu {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #toggle-menu:hover {
    cursor: pointer;
  }
  #toggle-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #10064e;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #toggle-menu span:nth-child(1) {
    top: 0px;
  }
  #toggle-menu span:nth-child(2) {
    top: 15px;
  }
  #toggle-menu span:nth-child(3) {
    top: 30px;
  }
  #toggle-menu.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #toggle-menu {
    display: block !important;
  }
  #toggle-menu.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  #toggle-menu.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
#hero-slider .carousel-caption {
  text-align: left;
  left: 60%;
  right: auto;
  top: 39%;
  z-index: 0 !important;
}
button:focus {
  outline: none !important;
}
.inner-navbar {
  margin: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.inner-navbar .home-navbar {
  padding: 0em 3em 0.2em;
}
.inner-navbar .affix-1 {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .inner-navbar .navbar {
    padding: 0em 1em;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .blog-details {
    margin-top: 0.5em;
  }
}
@media (max-width: 576px) {
  .blog-details .section-heading .blog-title {
    font-size: 1em;
  }
  .footer {
    padding-top: 0 !important;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #46b450;
}
@media (min-width: 991px) {
  .dropdown {
    display: inline-block;
  }
}
.dropdown:hover .dropdown-toggle:after {
  transform: rotate(180deg);
}
.dropdown .dropdown-menu {
  background: #fff;
  padding: 20px 40px 15px 20px;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: none;
}
.dropdown .dropdown-menu li:not(:last-child) {
  margin-bottom: 8px;
}
.dropdown .dropdown-menu a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 0.95em;
  font-weight: 400;
  color: #000;
  overflow: hidden;
}
.dropdown .dropdown-menu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 80%;
  background: #ccc;
  transform: translateX(-100%);
  transition: all 0.2s ease-in-out;
}
.dropdown .dropdown-menu a:hover {
  background-color: transparent;
  color: #fa7212;
}
.dropdown .dropdown-menu a:hover:after {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .dropdown-menu {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
  }
  @keyframes growDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .dropdown-toggle {
    width: 35px;
    text-align: right;
    float: right;
  }
  #navbarDropdown.nav-link {
    padding: 0.5rem 0;
  }
  .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0;
  }
}
.current-menu-parent .nav-link {
  color: #fa7212;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background-color: #fff !important;
  color: #fa7212;
}
#navbar .active, #navbar .current_page_item a {
  font-weight: 400 !important;
}
.home-page-navbar {
  margin: 0 !important;
  margin-top: 38px !important;
}
@media (min-width: 992px) {
  .home-page-navbar {
    padding: 3px 4em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
}
@media (max-width: 600px) {
  .home-page-navbar {
    margin-top: 45px !important;
  }
  .home-page-navbar .navbar {
    padding: 0 1rem;
  }
  .home-page-navbar .navbar-brand {
    padding: 0;
  }
}
.affix {
  margin-top: 0px !important;
}
#hero-slider {
  margin-top: 4.7em;
}
#navbar .logo:after {
  background: none !important;
}
#our-services .cstrip p {
  font-size: 1em !important;
}
.sh_mega-title {
  color: #cb0000 !important;
}
