a,
body {
  color: #444;
}
.f-black,
.f-bold,
.f-light,
.f-medium,
.f-regular,
.f-thin,
body {
  font-family: Roboto, sans-serif;
}
.btn-secondary,
.reports-block .tab-content .card.hover-box-shadow .thumbnail {
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  background-color: #fefefe;
}
.btn,
.contact-details .custom-checkbox .custom-control-label,
.pointer,
a,
button {
  cursor: pointer;
}
.btn,
.footer,
.main-content,
.sidebar,
.transition,
a,
button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
img {
  max-width: 100%;
  height: auto;
}
a,
span {
  display: inline-block;
}
button:focus,
button:hover,
select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.text-primary:focus,
a.text-primary:hover,
a:focus,
a:hover {
  color: #ac8e49;
  text-decoration: none;
  outline: 0;
}
.text-secondary,
a.text-primary:focus,
a.text-primary:hover {
  color: #ac8e49 !important;
}
.disabled {
  opacity: 0.3;
}
.disabled,
::disabled {
  pointer-events: none;
}
.underline {
  text-decoration: underline !important;
}
.text-transform-none {
  text-transform: none !important;
}
.text-primary {
  color: #53315b !important;
}
.bg-primary {
  background-color: #53315b !important;
}
.text-dark {
  color: #727271 !important;
}
.text-light {
  color: #2b2a29 !important;
}
.text-secondary-dark {
  color: #8A6F2D ;
}
.text-white-50 {
  color: #fefefe !important;
}
.bg-light {
  background: #fefefe;
}
.f-thin {
  font-weight: 100;
}
.f-light {
  font-weight: 300;
}
.f-medium,
.f-regular {
  font-weight: 400;
}
.f-bold {
  font-weight: 600;
}
.f-black {
  font-weight: 900;
}
.h1,
h1 {
  font-size: 60px;
}
.h2,
h2 {
  font-size: 37px;
}
.h3,
h3 {
  font-size: 28px;
}
.h4,
h4 {
  font-size: 24px;
}
.h5,
h5 {
  font-size: 20px;
}
.h6,
h6 {
  font-size: 18px;
}
.btn-primary,
.font-14,
.footer {
  font-size: 14px;
}
.btn-primary {
  background-color: #53315b;
  color: #fefefe;
  border-color: #53315b;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #732d83;
  border-color: #732d83;
}
.btn-secondary {
  background-color: #997d3f;
  color: #fefefe;
  border-color: #997d3f;
  padding: 10px 44px;
  position: relative;
  z-index: 0;
  font-weight: 600;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  background: #b59e68;
  width: 90%;
  height: 90px;
  left: 10px;
  right: 0;
  top: -52px;
  z-index: -1;
  border-radius: 0 0 100% 100%;
}
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #b08e3e;
  color: #fff;
  border-color: #b08e3e;
}
.btn-secondary:hover:before {
  background: #997d3f;
}
.header {
  position: fixed;
  z-index: 9;
  margin: 0 auto;
  width: 100%;
}
.header .navbar {
  padding: 0;
}
.header .navbar .navbar-brand {
  background: #fff;
  padding: 28px 28px 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  -webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 6px 10px 0 rgb(0 0 0 / 30%);
}
.header .navbar-light .navbar-nav .nav-item {
  padding: 8px;
}
.header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 0;
}
.header .navbar-light .navbar-nav .nav-item > .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 2px;
  width: 4px;
  background: 0 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .navbar-light .navbar-nav .nav-item.active > .nav-link:before,
.header .navbar-light .navbar-nav .nav-item:hover > .nav-link:before {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.header .navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: none;
}
.header .navbar-light .navbar-nav .nav-item.active .nav-link,
.header .navbar-light .navbar-nav .nav-item.show .nav-link,
.header .navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
header .navbar-light .navbar-nav .dropdown-menu {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
}
header .navbar-light .navbar-nav .dropdown-menu li .dropdown-item {
  padding: 0.5rem 0.8rem 0.4rem;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #727271;
  position: relative;
  text-transform: uppercase;
}
header .navbar-light .navbar-nav .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}
header .navbar-light .navbar-nav .dropdown-menu li .dropdown-item:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: transparent;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
header .navbar-light .navbar-nav .dropdown-menu li:hover .dropdown-item:before {
  background-color: #000;
}
header .navbar-light .navbar-nav .dropdown-menu li .dropdown-item:focus,
header .navbar-light .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
  color: #000;
}
.navbar.sticky-header {
  background: #fff;
  padding: 1px 15px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  -webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 6px 10px 0 rgb(0 0 0 / 30%);
  margin: 0 auto;
}
.navbar.sticky-header .navbar-brand {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  max-width: 200px;
}
.navbar.sticky-header .navbar-nav .nav-item .nav-link {
  color: #898989;
}
.navbar.sticky-header .navbar-nav .dropdown-menu li .dropdown-item:focus,
.navbar.sticky-header .navbar-nav .dropdown-menu li .dropdown-item:hover,
.navbar.sticky-header .navbar-nav .nav-item.active .nav-link,
.navbar.sticky-header .navbar-nav .nav-item:hover .nav-link {
  color: #53315b;
}
.navbar.sticky-header .navbar-nav .dropdown-menu li:hover .dropdown-item:before,
.navbar.sticky-header .navbar-nav .nav-item.active .nav-link:before,
.navbar.sticky-header .navbar-nav .nav-item:hover .nav-link:before,
.reports-block .tab-content .card.hover-box-shadow .card-footer a:hover {
  background-color: #53315b;
}
.header .navbar-light .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.main-banner-section {
  background-position: top center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  height: 100vh;
}
.main-banner-section .banner-text {
  position: absolute;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 400px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 15px;
}
.cms-header-detail .man-image,
.main-inner-banner {
  background-size: cover;
  background-position: top center;
}
.main-banner-section .banner-text h1 {
  font-size: 80px;
  line-height: 1;
}
.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 80px;
  bottom: 50px;
}
.arrows path {
  stroke: #ffffff;
  fill: transparent;
  stroke-width: 1px;
  animation: 2s infinite arrow;
  -webkit-animation: 2s infinite arrow;
}
@keyframes arrow {
  0%,
  100%,
  80% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes arrow {
  0%,
  100%,
  80% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
.cms-heading h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #ac8e49;
  margin: auto;
}
.cms-header-block .max-content {
  max-width: 635px;
  margin: 0 auto;
  width: 100%;
}
.cms-header-detail .man-image {
  min-height: 600px;
}
.client-testimonial .client-img {
  width: 150px;
  height: 150px;
  border: 4px solid #53315b;
  border-radius: 100%;
  right: -70px;
}
.client-testimonial .client-img:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #c3a052;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 100%;
  z-index: -1;
}
.client-testimonial .media-body {
  padding: 30px 30px 30px 80px;
  -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 30%);
  border-radius: 12px;
}
.client-testimonial ul.slick-dots {
  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;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.client-testimonial ul.slick-dots li {
  font-size: 0;
  display: block;
  margin: 0 5px;
}
.client-testimonial ul.slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 0;
  display: block;
  background-color: #9d9d9d;
}
.client-testimonial ul.slick-dots li.slick-active button {
  background-color: #ac8e49;
}
.footer {
  background-color: #5B5B5B;
  color: #fefefe;
}
.footer ul {
  color: #fff;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding-left: 20px;
}
.footer ul li a {
  color: #fefefe;
  padding: 0 0 8px;
}
.footer ul li a:hover {
  color: #F3CE79;
}
.footer ul.social li a {
  max-width: 40px;
  padding: 0 5px;
}
.act-btn {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 1;
  -webkit-transform: rotate(-90deg) translateY(62px);
  -ms-transform: rotate(-90deg) translateY(62px);
  transform: rotate(-90deg) translateY(62px);
  border-radius: 7px 7px 0 0;
  padding: 10px 20px;
}
.main-inner-banner {
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
}
.advantages-banner {
  background-image: url("../images/newimg/advantages-banner.webp");
}
.main-inner-banner .banner-text {
  position: absolute;
  bottom: 26%;
}
.repeated-section-block {
  border: 2px solid #ac8e49;
}
.about-banner {
  background-image: url("../images/newimg/about-banner.webp");
}
.dis-banner,
.pp-banner {
  background-image: url("../images/dis-banner.png");
}
.car-banner {
  background-image: url("../images/newimg/car-banner.webp");
}
.op-banner {
  background-image: url("../images/op-banner.png");
}
.about-section h2 {
  border-bottom: 2px solid #53315b;
}
.about-section img,
.leadership .row img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.about-section .row:hover img,
.leadership .row:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.about-section .address-text {
  position: absolute;
  top: 0;
  right: 16px;
  padding: 15px;
}
.counter {
  background-color: #d5ba7d;
}
.counter .counting,
.counter span.number {
  font-size: 42px;
}
.counter .stats:not(:last-child) {
  border-right: 2px solid #bca05d;
}
.leadership .hide {
  display: none;
}
.leadership .moreless-button:before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ac8e49;
  position: absolute;
  right: 0;
}
.leadership .moreless-button.less:before {
  content: "\f0d8";
}
.contact-banner {
  background-image: url(../images/contact-banner.jpg);
}
.contact-details .field-group label {
  font-size: 14px;
  color: #c5c6c6;
  position: absolute;
  top: 9px;
  left: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 0 5px;
}
.contact-details .field-group .form-control {
  border-color: #dcdede;
  border-radius: 0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  padding: 8px 19px;
  color: #727271;
  font-weight: 300;
}
.contact-details .field-group.focus label {
  top: -10px;
  background-color: #fefefe;
  color: #ae9354;
}
.contact-details .field-group.focus .form-control {
  border-color: #ae9354;
}
.contact-details form .btn {
  background-color: #d6b46d;
  color: #fff;
  border-color: #d6b46d;
  text-transform: uppercase;
  margin-left: auto;
  display: block;
  padding: 7px 38px;
  font-size: 14px;
  line-height: 1;
  border-radius: 12px;
}
.contact-details form .btn:focus,
.contact-details form .btn:hover {
  background-color: #b08e3e;
  border-color: #b08e3e;
}
.contact-details .custom-checkbox .custom-control-label::before {
  border-radius: 2px;
  border-color: #e7e8e8 !important;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-details
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-details
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: url(../images/check.png);
  background-size: cover;
  background-position: top right;
  top: 2px;
  left: -1.3rem;
}
.contact-details .social li a {
  padding: 0 5px;
}
.contact-heading h3,
.office-address {
  border-bottom: 2px solid #e8d5ae;
}
.reports-banner {
  background-image: url(../images/newimg/report-banner.webp);
}
.reports-block .nav-tabs .nav-item .nav-link {
  position: relative;
  color: #2b2a29;
  padding: 5px 0;
  border: 0;
  border-bottom: 2px solid transparent;
}
.reports-block .nav-tabs .nav-item.show .nav-link,
.reports-block .nav-tabs .nav-link.active,
.reports-block .tab-content .pagination .page-item.active .page-link {
  color: #53315b;
  border-color: #53315b;
}
.reports-block .nav-tabs .nav-item {
  padding: 0 20px;
}
.reports-block .nav-tabs .nav-item .nav-link.active:after,
.reports-block .nav-tabs .nav-item .nav-link.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
.reports-block .nav-tabs .nav-item .nav-link.active:before {
  top: 100%;
  border-color: #53315b transparent transparent;
  border-width: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.reports-block .nav-tabs .nav-item .nav-link.active:after {
  border-color: #fff transparent transparent;
}
.reports-block .tab-content .card.hover-box-shadow {
  border-radius: 8px;
  background: 0 0;
}
.reports-block .tab-content .card.hover-box-shadow img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.reports-block .tab-content .card.hover-box-shadow:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.reports-block .tab-content .card.hover-box-shadow .card-text p:last-child {
  margin-bottom: 0;
}
.reports-block .tab-content .card.hover-box-shadow .card-footer a {
  width: 30px;
  height: 30px;
  background: #b1b3b3;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  border-radius: 100%;
}
.reports-block .tab-content .pagination .page-item {
  margin: 0 5px;
}
.reports-block .tab-content .pagination .page-item .page-link {
  font-size: 14px;
  padding: 6px 10px;
  background: 0 0;
  color: #898989;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offering-banner {
  background-image: url(../images/newimg/offering-banner.webp);
}
.offering-blocks .offer-blocks a {
  color: #fefefe;
}
.offering-blocks .offer-blocks a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.offering-blocks .offer-blocks:nth-child(2n) {
  background-color: #c8a653;
}
.offering-blocks .offer-blocks:nth-child(odd) {
  background-color: #c7ae62;
}
.offering-blocks .offer-blocks:first-child,
.offering-blocks .offer-blocks:last-child {
  background-color: #b39148;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 16px;
  }
  .cms-header-detail .man-image {
    min-height: 610px;
  }
  .act-btn {
    bottom: 30%;
  }
}
@media (max-width: 1400px) {
  .main-banner-section .banner-text {
    padding: 20px 30px;
  }
  .cms-header-detail .man-image {
    min-height: 520px;
  }
  .main-banner-section .banner-text h1 {
    font-size: 60px;
  }
  .main-banner-section .banner-text .h2 {
    font-size: 24px;
  }
  .act-btn {
    bottom: 45%;
  }
  .main-inner-banner {
    min-height: 450px;
  }
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 50px;
  }
  .h2,
  h2 {
    font-size: 32px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
  .header .navbar .navbar-brand {
    padding: 15px 12px;
  }
  .navbar.sticky-header .navbar-brand {
    padding: 0;
  }
  .footer ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .act-btn {
    bottom: 20%;
  }
  .client-testimonial .client-img {
    right: -15px;
  }
  .client-testimonial .media-body {
    padding: 30px;
  }
  .main-inner-banner {
    min-height: 320px;
  }
  .offering-blocks .offer-blocks img {
    max-width: 70px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse,
  .navbar-collapse .navbar-nav {
    width: calc(100% - 39px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .cms-header-detail .man-image {
    min-height: 450px;
  }
  .client-testimonial ul.slick-dots li,
  .client-testimonial ul.slick-dots li button {
    width: 10px;
    height: 10px;
  }
  body.main {
    overflow-y: hidden;
  }
  .header .navbar-light .navbar-nav .nav-item {
    padding: 0;
  }
  .navbar-collapse {
    position: fixed;
    left: 0;
    top: 74px;
    z-index: 9;
    height: 100%;
    transition: 0.3s;
    -ms-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .navbar.sticky-header .navbar-collapse {
    top: 56px;
  }
  .navbar-collapse.show {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  .navbar-collapse .navbar-nav {
    background: #fefefe;
    height: 100vh;
    transition: 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 50px 0;
  }
  .header .navbar-light .navbar-nav .nav-item .nav-link {
    color: #5b5b5b;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .navbar-light .navbar-nav .nav-item.active .nav-link,
  .header .navbar-light .navbar-nav .nav-item.show .nav-link,
  .header .navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: #524e53;
  }
  .header .navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    content: "";
  }
  .header
    .navbar-light
    .navbar-nav
    .nav-item
    .nav-link.dropdown-toggle[aria-expanded="true"]::after {
    border-bottom: 0.3em solid;
    border-top: 0;
  }
  header .navbar-light .navbar-nav .dropdown-menu li .dropdown-item {
    padding: 10px 28px;
  }
  .navbar-light .navbar-toggler {
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    padding: 5px;
  }
  .navbar-light .navbar-toggler span {
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 4px auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
  }
  .navbar-light .navbar-toggler.on .one {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    -ms-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
  }
  .navbar-light .navbar-toggler.on .two {
    opacity: 0;
  }
  .navbar-light .navbar-toggler.on .three {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -ms-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .navbar.sticky-header.navbar-light .navbar-toggler {
    border-color: #524e53;
  }
  .navbar.sticky-header.navbar-light.navbar-light .navbar-toggler span {
    background: #524e53;
  }
  .header .navbar-light .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: none;
  }
  .header
    .navbar-light
    .navbar-nav
    .nav-item.dropdown.show
    .dropdown-menu.show {
    display: block;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 38px;
  }
  .h2,
  h2 {
    font-size: 24px;
  }
  .h3,
  h3 {
    font-size: 20px;
  }
  .h4,
  h4 {
    font-size: 18px;
  }
  .h5,
  h5 {
    font-size: 16px;
  }
  .h6,
  body,
  h6 {
    font-size: 14px;
  }
  .main-banner-section .banner-text h1 {
    font-size: 38px;
    line-height: 1.3;
  }
  .main-banner-section .banner-text {
    max-width: 310px;
    padding: 25px 15px;
  }
  .arrows {
    display: none;
  }
  .header .navbar .navbar-brand {
    max-width: 170px;
  }
  .navbar.sticky-header .navbar-brand {
    max-width: 150px;
  }
  .client-text.media {
    display: block;
  }
  .client-testimonial .client-img {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 22px;
  }
  .client-testimonial .media-body {
    padding: 30px 20px 10px;
    text-align: center;
  }
  .client-testimonial ul.slick-dots {
    margin: 10px 0 0;
  }
  .counter .counting,
  .counter span.number {
    font-size: 30px;
  }
  .reports-block .nav-tabs .nav-item {
    padding: 0 8px;
  }
  .navbar-collapse,
  .navbar-collapse .navbar-nav {
    width: calc(100% - 79px);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .navbar-collapse {
    top: 58px;
  }
  .navbar.sticky-header .navbar-collapse {
    top: 46px;
  }
}
@media (max-width: 575px) {
  .navbar-collapse,
  .navbar-collapse .navbar-nav {
    width: calc(100% - 15px);
  }
  .counter .stats:not(:last-child) {
    border-right: 0px;
  }
}
