.sub-heading-1 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
}
.about-text {
  font-weight: bold;
  font-size: 33px;
  font-family: "Raleway", sans-serif;
}
.footer-hr {
  border: 0.1px solid #595959;
  margin-bottom: 70px;
}
.service-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgb(105, 105, 105);
}
.sideNavPagesInner .nav-link {
  font-size: 1.2rem !important;
}
.sideNavPages .nav-item {
  display: block;
  margin: 5px 0;
}
.dropdown-menu {
  position: absolute;
  display: none;
  margin: 0;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.sideNavPages .nav-link {
  font-size: 1.335rem !important;
  margin-left: 30px !important;
}
@media (max-width: 1024px) {
  .sideNavPages .nav-link {
    font-size: 1.125rem !important;
  }
  .sideNavPagesInner .nav-link {
    font-size: 1rem !important;
  }
}
@media (max-width: 992px) {
  .sideNavPages .nav-link {
    font-size: 1rem !important;
  }
}
.product-image {
  width: 100%;
  height: 250px;
}
.service-image {
  height: 220px;
  width: 100%;
}
.active-1 {
  border-bottom: 5px solid #00aeef;
}
.home-banner {
  width: 100%;
  margin-top: 70px;
}
.home-banner-mobile {
  width: 100%;
  margin-top: 100px;
}
#sp-top-bar {
  position: fixed;
  background-color: #21275f;
  width: 100%;
  text-align: right !important;
  z-index: 9999;
  top: 0px;
  font-size: 17px;
}
.logo-header {
  /* width: 25% !important; */
  width: 100%;
  height: 100%;
}
.logo-mobile {
  /* width: 65px !important; */
  width: 100%;
  height: 100%;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade {
  z-index: -1 !important;
}
.sub-heading-2 {
  font-size: 30px !important;
}
.font-1 {
  font-family: "Raleway", sans-serif;
}
.font-2 {
  font-family: "Roboto", sans-serif;
}
.orange-btn {
  background-color: #f2463b !important;
  border: none;
}
.orange-btn:hover {
  border: none;
}
.btn {
  border-radius: 0px !important;
}
.country-img {
  padding: 10px 40px 10px 40px;
  margin-top: 4px;
  width: 140px;
}
.global-reach {
  height: 120px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
.global-reach h5 {
  font-weight: bold;
  font-size: 17px;
}
.global-reach:hover {
  color: white;
  background-color: #21275f;
}
.card .global-reach-card {
  padding: 0 10px 30px 10px !important;
}
.carousel-img {
  height: 300px;
}

/* .product-img {
  padding: 0;
} */

.product-carousel {
  box-shadow: none !important;
}
.home {
  background-repeat: no-repeat;
  /* height: 89vh; */
  height: auto;
}
.feature {
  position: relative;
  padding-top: 40px;
}

/* overwrite style.css styles */

.small-screen {
  display: block;
}

@media (min-width: 992px) {
  .small-screen {
    display: none;
  }
}

.left-square {
  z-index: -1;
}

.text-lg {
  font-size: 1.5rem;
  line-height: inherit;
}

.logo {
  /* max-width: 65px; */
  width: 100%;
}

.side-menu {
  width: 100%;
}
@media (min-width: 992px) {
  .side-menu {
    width: 50%;
    display: none;
  }
}
@media (min-width: 1024px) {
  .side-menu {
    width: 40%;
  }
}

/**************************************
spacing
****************************************/
.pt-117px {
  padding-top: 117px;
}
.mt-117px {
  margin-top: 117px;
}

.py-200px {
  padding: 200px 0;
}
/**************************************
background colors
****************************************/

.bg-gray {
  background-color: #f1f1f1;
}
