﻿.nav-bar {
  background: transparent;
}
.nav-bar .nav-links li a {
  color: #fff;
}
.nav-bar .logo .text h2 {
  color: #fff !important;
}
.nav-bar .fa-search {
  color: #fff;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-bar.scrolled {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.nav-bar.scrolled .nav-links li a {
  color: #333;
}
.nav-bar.scrolled .nav-links li a:hover {
  color: #fff;
}
.nav-bar.scrolled .logo .text h2 {
  color: #333 !important;
}
.nav-bar.scrolled .fa-search {
  color: #333;
}

#soc {
  position: relative;
}
#soc .title-content {
  padding: 45px 0;
}
#soc .title-content h2 {
  font-size: 1.7rem;
  font-family: "fs magistral-bold";
  text-align: center;
  color: #333;
}
#soc .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
#soc .container-custom {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
#soc .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#soc .breadcrumb-banner .breadcrumb-content {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#soc .breadcrumb-banner .breadcrumb-content img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
}
#soc .breadcrumb-banner .breadcrumb-content .breadcrumb-body {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: grid;
  gap: 25px;
  max-width: 900px;
}
#soc .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb {
  font-size: 13pt;
}
#soc .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb .breadcrumb-item a {
  color: #333;
}
#soc .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb-item:last-child a {
  color: #e51010 !important;
}
#soc .soc-main {
  padding-bottom: 145px;
}
#soc .soc-main .firewatch-content2 ul {
  padding-left: 20px;
}
#soc .soc-main .firewatch-content2 li {
  font-size: 13pt;
  line-height: 1.5;
  list-style-type: disc;
  text-align: justify;
}
#soc .soc-main .firewatch-content2 .why-choose-section {
  padding: 2rem 0;
  font-size: 13pt;
}
#soc .soc-main .firewatch-content2 .why-choose-section .img-wrap {
  position: relative;
  top: 130px;
}
#soc .soc-main .firewatch-content2 .why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("/assets/images/dots-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-40%, -40%);
  z-index: 1;
}
#soc .soc-main .firewatch-content2 .why-choose-section .img-wrap img {
  border-radius: 20px;
}
#soc .soc-body {
  background-color: #f9f9f9;
  padding-top: 30px;
}
#soc .soc-body .soc-feature {
  padding-bottom: 30px;
}
#soc .soc-body .services {
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
}
#soc .soc-body .services .d-block {
  margin-bottom: 20px;
}
#soc .soc-body .services .d-block:hover .icon {
  background: #2b98f0;
}
#soc .soc-body .services .d-block:hover .icon::after {
  bottom: -7px;
  height: 7px;
  left: 4px;
  right: 4px;
}
#soc .soc-body .services .d-block:hover .icon span {
  color: #fff;
}
#soc .soc-body .services .icon {
  line-height: 1.3;
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  z-index: 0;
  border-radius: 5px;
  background: #e9e9e9;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}
#soc .soc-body .services .icon img {
  width: 30px;
  height: 30px;
  border-radius: 0px;
  object-fit: cover;
}
#soc .soc-body .services .icon::after {
  position: absolute;
  bottom: -5px;
  left: 5px;
  right: 5px;
  content: "";
  height: 5px;
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  transition: all 0.3s ease;
}
#soc .soc-body .services .icon span {
  font-size: 40px;
  color: #ffffff;
}
#soc .soc-body .services .media-body h3 {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
