.f-poppins, body {
  font-weight: normal;
  font-family: 'Poppins', sans-serif; }

.f-oswald {
  font-weight: normal;
  font-family: 'Oswald', system-ui; }

.normal {
  font-weight: 400; }

.medium, .theme-btn.btn-sm, .site-header .nav-link, .site-header .navbar-nav .nav-link {
  font-weight: 500; }

.semibold, .theme-btn {
  font-weight: 600; }

.bold {
  font-weight: 700; }

/************************ reset css starts here ************************/
* {
  margin: 0;
  padding: 0; }

body, html {
  position: relative; }

html {
  height: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.btn:active:focus, .btn:focus, a:focus, button:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: 0 0 !important; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

input {
  filter: none; }

textarea {
  resize: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }

select::-ms-expand {
  display: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=file], input[type=file]::-webkit-file-upload-button {
  cursor: pointer; }

input[type=checkbox] {
  cursor: pointer; }

::selection {
  color: #fff;
  background-color: #900816; }

::-moz-selection {
  color: #fff;
  background-color: #900816; }

.form-control:-moz-placeholder {
  opacity: 1;
  color: #808080; }

.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #808080; }

.form-control::-moz-placeholder {
  opacity: 1;
  color: #808080; }

.form-control:-ms-input-placeholder {
  opacity: 1 !important;
  color: #808080; }

.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #808080; }

.form-control::placeholder {
  opacity: 1;
  color: #808080; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #fff inset !important; }

a, a:hover, a:focus {
  text-decoration: none; }

a {
  color: #000; }
  a:hover, a:focus {
    color: #900816; }
  a.line {
    display: inline-block;
    text-decoration: underline; }

p, h1, h2, h3, h4, h5, h6, label {
  margin-bottom: 0; }

button:focus, .form-control:focus, input:focus {
  outline: none; }

button {
  background: transparent;
  border: none; }

.form-control:focus {
  box-shadow: 0 0;
  border: 1px solid #900816; }

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: #f5f5f5; }

::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 1ex; }

::-webkit-scrollbar-corner {
  background: #f5f5f5; }

body {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  height: 100%; }

.main-wrapper {
  min-height: 100%;
  position: relative;
  margin-bottom: -263px; }

.push {
  height: 263px; }

.img-object {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover; }
  .img-object.img-contain {
    object-fit: contain; }

/*********heading css starts*********/
.title-xxl {
  font-size: clamp(26px, 4vw, 50px);
  line-height: 1.2;
  font-style: italic;
  letter-spacing: 2px; }

.title-xl {
  font-size: clamp(22px, 4vw, 40px); }

.title-md {
  font-size: 30px;
  line-height: 45px; }

.title-lg {
  font-size: 26px;
  line-height: 1.4; }

.text-lg, .font-lg {
  font-size: 20px; }

.font-md, .head-md {
  font-size: 18px; }

.font-sm {
  font-size: 16px; }

.font-xs {
  font-size: 14px; }

.font-xxs {
  font-size: 12px; }

/*********heading css ends*********/
/*********container css starts*********/
.wrapper {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1210px; }

/*********container css ends*********/
/*********radius css start*********/
.radius-0 {
  border-radius: 0px; }

.radius-2, .bordered-btn {
  border-radius: 2px; }

.radius-4, .theme-btn.btn-sm {
  border-radius: 4px; }

.radius-round {
  border-radius: 50%; }

/*********radius css start*********/
/*********commmon css starts*********/
.full-abs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.x-abs {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }

.y-abs {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.xy-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.abs {
  content: '';
  position: absolute;
  display: inline-block; }

a, .slow {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s ease; }

.no-slow {
  transition: none; }

.light {
  color: #808080; }

.theme-color {
  color: #900816; }

.theme-text-black {
  color: #000; }

.theme-text-light {
  color: #BCBCBC; }

.text-danger {
  color: #E73939; }

.bg-theme {
  background: #900816; }

.bg-white {
  background: #fff; }

.bg-light-grey {
  background: #F5F5F5; }

.bg-dark-grey-new {
  background-color: #E9E9E9; }

.theme-border-bottom {
  border-bottom: 1px solid #494653; }

.border-bottom-white {
  border-bottom: 1px solid #fff; }

.border-bottom-theme {
  border-bottom: 1px solid #900816; }

.border-bottom-black {
  border-bottom: 1px solid #494653; }

label.error {
  color: #ff2222;
  font-size: 13px; }

.border-color-light {
  border-color: #f5f5f5 !important; }

/** Button css here **/
.theme-btn {
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  padding: 0 30px;
  color: #fff;
  min-width: 243px;
  text-align: center;
  transition: all 0.5s ease-in 0s;
  background-color: #900816; }
  .theme-btn:hover {
    background-color: #A21A28; }
  .theme-btn.white-btn {
    background-color: #fff;
    color: #BCBCBC;
    box-shadow: 0px 2px 12.6px rgba(0, 0, 0, 0.08); }
    .theme-btn.white-btn:hover {
      color: #BCBCBC; }
  .theme-btn.btn-sm {
    font-size: 14px;
    height: 23px;
    line-height: 21px;
    min-width: 74px;
    padding: 0 10px; }

.bordered-btn {
  border: 1px solid #F5F5F5; }
  .bordered-btn.square-btn {
    width: 47px;
    height: 47px;
    display: inline-block;
    vertical-align: middle;
    line-height: 42px;
    margin: 0 5px; }
    .bordered-btn.square-btn:hover {
      border-color: #900816; }

.custom-checkbox.form-check {
  padding-left: 30px; }
  .custom-checkbox.form-check .form-check-input {
    margin-left: -30px;
    margin-top: 1px; }
.custom-checkbox .form-check-input {
  width: 20px;
  height: 20px; }
  .custom-checkbox .form-check-input:checked {
    background-color: #900816;
    border-color: #900816; }
    .custom-checkbox .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='1 4 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 15 3 3 8-8'/%3e%3c/svg%3e"); }

/** Icons css here **/
.icon {
  display: inline-block;
  vertical-align: middle; }

.video-icon {
  background-image: url("../images/video-icon.png");
  background-size: cover;
  width: 48px;
  height: 50px;
  flex: 0 0 48px; }

.video-icon-gray {
  background-image: url("../images/video-icon-gray.png");
  background-size: cover;
  width: 48px;
  height: 50px;
  flex: 0 0 48px; }

.refresh-icon {
  background-image: url("../images/refresh-icon.png");
  background-size: cover;
  width: 23px;
  height: 19px;
  flex: 0 0 23px; }

/** header css here **/
.site-header {
  position: sticky;
  top: 0;
  background: #1C1C1C;
  width: 100%;
  left: 0;
  z-index: 10;
  transition: .3s ease-in-out; }
  .site-header .navbar {
    padding: 23px 0 21px; }
  .site-header .nav-link {
    font-size: 18px;
    color: #fff; }
    .site-header .nav-link:hover {
      color: #BCBCBC; }
  .site-header .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0; }
  .site-header .navbar-nav .nav-link {
    font-size: 18px;
    color: #fff;
    padding: 0 20px; }
    .site-header .navbar-nav .nav-link:hover, .site-header .navbar-nav .nav-link.active {
      color: #BCBCBC; }
  .site-header .navbar-nav .sub-menu .nav-item:first-child .nav-link {
    padding-left: 20px; }
  .site-header .navbar-nav .sub-menu .nav-item .nav-link {
    font-size: 16px; }

.navbar-brand img {
  max-width: 100px;
  height: auto;
  transition: all 0.2s ease-in 0s; }

@keyframes slide-down {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
.sub-menu {
  background: #1C1C1C;
  margin: 0;
  display: none;
  padding: 10px 0;
  position: absolute;
  min-width: 250px; }
  .sub-menu .nav-item {
    padding: 6px 5px; }

.arrow-icon {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
  margin-left: 3px;
  transition: all 0.2s ease-in 0s; }
  .arrow-icon.open {
    transform: rotate(-135deg);
    margin-top: 0; }

/** home css here **/
.banner-section {
  padding: 0;
  position: relative;
  margin-top: -71px; }
  .banner-section .banner-title-light {
    line-height: 1; }
  .banner-section .banner-title {
    margin-bottom: 55px; }
  .banner-section .banner-para {
    font-size: 20px;
    line-height: 33px; }

.home-video {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top; }

.home-banner .banner-section-inner {
  top: 168px; }
.home-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1; }

.banner-text {
  max-width: 700px;
  margin-top: 140px; }

.common-section {
  padding: 80px 0; }

.section-header {
  padding-bottom: 35px; }

.bg-writter {
  background-image: url("../images/bg-writter.png");
  background-size: cover; }

.black-box {
  background-color: #000;
  padding: 50px 45px 40px; }

.slider-section .carousel-indicators button {
  width: 24px;
  height: 24px;
  opacity: 1;
  border: 3px solid #fff;
  background: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 5px;
  position: relative; }
  .slider-section .carousel-indicators button.active::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/** Footer css here **/
.footer-top {
  padding: 50px 0; }

.footer-list {
  margin-bottom: 0; }
  .footer-list a {
    font-size: 16px;
    color: #BCBCBC;
    padding: 5px 0;
    max-width: 190px;
    text-align: left;
    margin: 0 auto;
    width: 100%; }
    .footer-list a:hover {
      color: #fff; }

.footer-bottom {
  background-color: #2C2C2C;
  text-align: center;
  padding: 14px 0;
  position: relative; }

/** About CSS here **/
.about-banner {
  padding: 0;
  position: relative;
  margin-top: -71px; }
  .about-banner .banner-text {
    max-width: 500px; }

.banner-section-inner {
  position: absolute;
  z-index: 1;
  bottom: 22%;
  width: 100%; }

.list-styled {
  padding-left: 25px; }
  .list-styled li {
    list-style: disc outside none;
    padding: 12px 0 12px 8px; }

/** Contact Us Css here **/
.contact-banner {
  background-image: url("../images/contact-bg.jpg");
  background-size: cover; }

.form-section .form-floating .form-control {
  border: 1px solid #E2E8F0;
  background: #F8F9FB;
  height: 50px;
  min-height: 50px;
  padding: 0.8rem .75rem; }
  .form-section .form-floating .form-control:focus, .form-section .form-floating .form-control:not(:placeholder-shown) {
    padding-top: 1.2rem;
    padding-bottom: 0.6rem; }
    .form-section .form-floating .form-control:focus ~ label, .form-section .form-floating .form-control:not(:placeholder-shown) ~ label {
      transform: scale(0.85) translateY(-0.6rem) translateX(0.15rem);
      background: none;
      font-size: 13px; }
      .form-section .form-floating .form-control:focus ~ label::after, .form-section .form-floating .form-control:not(:placeholder-shown) ~ label::after {
        display: none; }
.form-section .form-floating label {
  font-size: 14px;
  padding: 0.8rem .75rem;
  color: #191A15; }
.form-section .form-floating textarea.form-control {
  height: 120px; }

/** Newsletter Form **/
.subscription.bg-white {
  background: none; }

.subscription.bg-white .subscription-wrapper {
  background: #fff; }

.subscription-wrapper {
  border-radius: 0% 5% 10% 3%/10% 20% 0% 17%;
  -webkit-transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
  transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
  padding: 70px 50px;
  z-index: 1;
  width: 100%;
  background: #fff;
  top: 100px; }
  .subscription-wrapper .btn {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding: 18px 45px;
    border-radius: 45px;
    font-weight: 500;
    border: 1px solid;
    position: relative;
    z-index: 1;
    transition: .3s ease-in;
    overflow: hidden; }
  .subscription-wrapper .btn-primary:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 100%;
    background: #900816;
    z-index: -1;
    transition: ease 0.3s; }

.subscription-wrapper {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1) !important; }

.subscription-content {
  -webkit-transform: skewY(-1deg);
  transform: skewY(-1deg); }

h3, .h3 {
  font-size: 30px; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.subscription.bg-white .form-control {
  border: 1px solid #ebebeb !important; }

.subscription-wrapper .form-control {
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 45px; }

.subscription-wrapper .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  outline: 0;
  box-shadow: none; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn-primary {
  border: 0;
  color: #fff; }

#confirm-unsubscribe {
  background-color: #900816; }

/** Law Enforcement **/
@media all and (max-width: 1700px) {
  .banner-text {
    margin-top: 100px; }

  .banner-section-inner {
    bottom: 16%; } }
@media (max-width: 1500px) {
  .banner-section-inner {
    bottom: 100px; } }
@media (max-width: 1450px) {
  .banner-section.home-banner {
    margin-top: 0; }

  .home-banner .banner-section-inner {
    top: 70px; } }
@media (max-width: 1200px) {
  .banner-text {
    margin-top: 60px; }

  .common-section {
    padding: 55px 0; }

  .title-lg {
    font-size: 24px; }

  .home-banner .banner-section-inner {
    top: 50px; } }
@media (max-width: 1100px) {
  .banner-section.about-banner {
    padding: 0; }
  .banner-section .banner-title {
    margin-bottom: 30px; }

  .banner-text {
    margin-top: 100px; }

  .banner-text {
    max-width: 80%;
    margin-top: 70px; }

  .banner-section-inner {
    bottom: 40px; } }
@media (max-width: 991px) {
  .common-section {
    padding: 50px 0; }

  .theme-btn {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    min-width: 180px;
    padding: 0 20px; }

  .site-header .navbar {
    padding: 18px 0; }
  .site-header .nav-link {
    font-size: 16px;
    color: #fff; }
  .site-header .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0 15px; }

  .banner-section .banner-para {
    font-size: 18px;
    line-height: 1.6; }

  .text-lg, .font-lg {
    font-size: 18px; }

  .about-banner {
    margin-top: 0; }

  .section-header {
    padding-bottom: 25px; }

  .banner-section-inner {
    bottom: 50px; }

  .title-lg {
    font-size: 22px; }

  .banner-text {
    margin-top: 40px; }

  .banner-section .logo-outer img {
    max-width: 380px; } }
@media (max-width: 767px) {
  .common-section {
    padding: 30px 0; }

  .footer-top {
    padding: 30px 0; }

  .text-lg, .font-lg {
    font-size: 18px; }

  .title-lg {
    font-size: 20px; } }
@media (max-width: 680px) {
  .title-md {
    font-size: 25px;
    line-height: 1.3; }

  .about-banner .img-fluid {
    height: 200px;
    object-fit: cover;
    object-position: center; }

  .banner-section-inner {
    bottom: 30px; } }
@media (max-width: 575px) {
  .text-lg, .font-lg {
    font-size: 16px; }

  /** nav-toggle css here **/
  .navbar-toggler {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: middle; }

  .icon-bar {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-top: 5px;
    transition: .2s ease;
    width: 22px; }

  .icon-bar.top-bar {
    margin-top: 0; }

  .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }

  .navbar-toggler .middle-bar {
    opacity: 0; }

  .navbar-toggler.collapsed .middle-bar {
    opacity: 1; }

  .navbar-toggler .bottom-bar {
    margin-top: 3px;
    transform: rotate(-45deg);
    transform-origin: 10% 90%; }

  .navbar-toggler.collapsed .bottom-bar {
    margin-top: 5px;
    transform: rotate(0deg); }

  .navbar-toggler.collapsed .top-bar {
    transform: rotate(0deg); }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    background: rgba(0, 0, 0, 0.9);
    left: -20px;
    right: -20px;
    padding: 10px 0; }

  .site-header .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 15px; }
  .site-header .navbar-nav .nav-link {
    padding: 5px 15px; }
  .site-header .navbar-nav .sub-menu .nav-item:first-child .nav-link {
    padding-left: 15px; }
  .site-header .navbar-nav .sub-menu .nav-item .nav-link {
    font-size: 14px; }

  .sub-menu {
    position: relative;
    padding-left: 20px;
    background: rgba(28, 28, 28, 0.7); }
    .sub-menu .nav-item {
      padding: 3px 5px; }

  .banner-section .logo-outer img {
    max-width: 318px; }
  .banner-section .banner-para {
    font-size: 16px;
    line-height: 1.6; }

  .section-header {
    padding-bottom: 20px; }

  .title-lg {
    font-size: 18px; } }
@media (max-width: 480px) {
  .title-md {
    font-size: 22px; }

  .banner-section .logo-outer img {
    max-width: 248px; }

  .banner-text {
    margin-top: 10px; } }
@media (max-width: 400px) {
  body {
    font-size: 14px; } }

/*# sourceMappingURL=style.css.map */
