/* Fonts */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Montserrat", sans-serif;
  --nav-font: "Open Sans", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #444444;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #222222;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #106eea;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #222222;
  /* The default color of the main navmenu links */
  --nav-hover-color: #106eea;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #222222;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #106eea;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f5f9ff;
  --surface-color: #ffffff;
}

/* .dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
} */

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: #000000;
  background-color: var(--background-color);
      font-family: 'Open Sans', sans-serif;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

span {
  color: #B31010;
}

p {
  font-size: 18px;
}

h1 {
  font-size: 37px;
      font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

h2,
h3,
h4,
h5,
h6 {
  color: #B31010;
      font-family: 'Open Sans', sans-serif;
}

h2 {
  font-size: 38px;
  text-transform: uppercase;
}

@font-face {
  font-family: AlbertSans-Regular;
  src: url(../font/AlbertSans-Regular.ttf);
}

@font-face {
  font-family: AlbertSans-Medium;
  src: url(../font/AlbertSans-Medium.ttf);
}

@font-face {
  font-family: AlbertSans-Bold;
  src: url(../font/AlbertSans-Bold.ttf);
}

@font-face {
  font-family: AlbertSans-ExtraBold;
  src: url(../font/AlbertSans-ExtraBold.ttf);
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.navbar-mini {
  width: 100%;
}
.navbar-mini .navbar-left, .navbar-mini .navbar-right {
  flex-direction: unset;
}
.navbar-main.middle-box-menu {
  width: 100%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: block;
}
.navbar-nav {
  flex-direction: unset;
}
a.dropdown-toggle span {
  display: none;
}
.dropdown-menu {
  position: absolute !important;
}
header>.navbar {
  padding-bottom: 0;
}
.hero-image img {
  width: 100%;
  height: 100%;
}

i.icon, .fullpage-menu .active i, .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover, .navbar-nav.subheader-bootstrap .sub, footer h4, .box-menu-inner .icon-box i, .caption-bottom p, div.adv-img .caption-bottom p, .mi-menu li .fa, .advs-box-top-icon.boxed .icon, .fullpage-arrow.arrow-circle .arrow i, .accordion-list .list-group-item > a i .adv-img h2, .main-color, .adv-img-classic-box h2, .mega-menu .fa-ul .fa-li, .adv-circle.adv-circle-center i, .mi-menu a > .fa, li.panel-item .fa-li, header .social-group a i, .icon-menu .navbar-collapse ul.nav i, .side-menu i, .side-menu i, .side-menu ul a i, .bs-menu li:hover > a, .bs-menu li.active > a, .hamburger-button:hover, .img-box.adv-circle i, .advs-box-side .icon, .advs-box-side-icon i, .tag-row i, .tag-row a i.circle, .social-group i.circle, .social-button i.circle, .niche-box-testimonails h5, .pricing-table .pricing-price, .pricing-table h3, .title-icon i, i, .fullpage-menu.white li.active a i, ul.list-texts li b, .timeline > li > .timeline-label h4, .footer-center .footer-title, .accordion-list .list-group-item > a.active, header .social-group a i.fa, footer p, footer li {
  color: #fafafa !important;
}

.btn-group.social-group i {
  color: #bf1b23 !important;
}

.copy-row {
  background: #313131;
  padding: 10px;
  font-weight: 600;
  text-align: center;
}

.copy-row .copy-text {
  font-size: 14px;
  color: #d0d0d0;
  margin: 0;
}

@media screen and (max-width:767.98px) {
 
  header>.navbar {
      padding-top: 0;
  }
  .navbar-main.middle-box-menu {
      padding-left: 10px;
      padding-right: 10px;
  }
  .navbar-toggle>i {
      color: #fff;
  }
  .navbar-nav {
      flex-direction: column;
  }
  
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  background-color: var(--background-color);
}

.navmenu ul {
  margin: 0;
}

.navmenu ul li {
  list-style: none;
}

.navmenu ul li a {
  background-color: #df1529;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 8px;
}

.header .logo img {
  max-height: 72px;
  padding: 10px 0px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader div {
  width: 13px;
  height: 13px;
  background-color: var(--accent-color);
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  position: absolute;
  left: 50%;
}

#preloader div:nth-child(1) {
  left: calc(50% + 8px);
  animation: animate-preloader-1 0.6s infinite;
}

#preloader div:nth-child(2) {
  left: calc(50% + 8px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(3) {
  left: calc(50% + 32px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(4) {
  left: calc(50% + 56px);
  animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animate-preloader-3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes animate-preloader-2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #B31010;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(#B31010), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  padding: 60px 0;
  scroll-margin-top: 78px;
  overflow: clip;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero{
  height: calc(100vh - 120px);
  margin-top: 100px;
}
.hero-banner{
  height: 100%;
}
#hero .slick-list{
  height: 100%;
}
.hero-main{
  height: 100%;
}
#hero .hero-image{
  height: 100%;
}
#hero .hero-image img {
  width: 100%;
  height: 100%;
}
.slick-track {
    height: 100%;
}
.hero .container {
  position: relative;
}
.hero-title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #C62127B2;
  padding: 20px 0;
}
.hero-title h1{
  margin: 0;
}

.btn-get-started {
  color: #fff;
  background: #C62127;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 8px;
  text-transform: uppercase;
}
#defense a{
  text-transform: none !important;
  background-color: #df1529;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 50px;
}
.defense-title p{
  font-size: 22px;
}


@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.effectively-image {
    text-align: center;
    width: 110px;
    height: 110px;
    padding: 20px;
    margin: 0 auto 20px;
    background-color: #b31010;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.effectively-image img {
    width: 70%;
}
.effective-content h3 {
    text-align: center;
    margin-bottom: 15px;
}

.accordion-item{
      box-shadow: 0 3px 16px 0 #00000029;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 10px;
}
.accordion-header{
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}
.accordion-body{
  padding: 20px;
    background: #fbfbfb;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #555;
}
.accordion-button:not(.collapsed){
  color: unset;
  background-color: unset;
  box-shadow: none;
}

.faq-number {
    font-weight: bold;
    color: #B31010;
    font-size: 28px;
    padding-left: 20px;
    width: fit-content;
}
.accordion-button{
  padding: 20px;
  font-size: 25px;
}
.accordion-button:focus{
  box-shadow: none;
}

.logo-container img{
  border-radius: 15px;
  width: 90%;
}
#a1from{
  border-bottom: 15px solid #B31010;
}
.prestigious-box {
  width: 100%;
  margin: 20px;
}

.card-custom {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.card-img {
  height: 100%;
  object-fit: cover;
}

.card-img-overlay {
  position: absolute;
  top: 79%;
  left: 0;
  width: 100%;
  background: #000000B2;
  color: white;
  padding: 20px;
  transition: 0.8s ease;
  border-radius: unset;
}

.card-title {
  margin-bottom: 10px;
  opacity: 1;
}

.card-text {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s ease, transform 0.8s ease;
}

.card-img-overlay:hover .card-title {
  margin-top: 20px;
}

.card-custom:hover .card-img-overlay {
  top: 0%;
  transition: 0.8s ease;
}

.card-custom:hover .card-text {
  opacity: 1;
  transform: translateY(0);
}

.fix-interested-button {
  position: fixed;
  right: -8px;
  top: 50%;
  transform: translate(100%, 100%) rotate(-90deg);
  transform-origin: left 40px;
}

.btn-get-stky {
  background-color: #df1529;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
}

.left-arrow,
.right-arrow{
  cursor: pointer;
}

/* iPad Pro */
@media screen and (max-width: 1199.98px) {
  #hero{
    height: 100%;
  }
 
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 34px;
  }

  .card-img-overlay {
    padding: 10px;
  }

  p,
  a {
    font-size: 20px;
    line-height: 1.3;

  }

  .left-arrow {
    bottom: 13%;
    left: 46%;
  }

  .right-arrow {
    bottom: 13%;
    right: 45%;
  }

  .about_blog p {
    padding-bottom: 0px;
  }
  .accordion-button {
    font-size: 25px;
}

}

/* iPad Mini */
@media screen and (max-width: 991.98px) {
  #hero{
    height: 100%;
  }

  .card-img-overlay {
    padding: 10px;
  }

  p,
  a {
    font-size: 16px;
  }

  h2 {
    font-size: 30px;
  }

  section {
    padding: 30px 0;
  }
  .accordion-button {
    font-size: 20px;
}

}

/* Mobile */
@media screen and (max-width:767.98px) {
  #hero{
    height: 100%;
  }
  .navmenu ul li a {
    padding: 8px;
  }
  h1{
    font-size: 30px;
  }
  .defense-title p{
    font-size: 18px;
  }
  section {
    padding: 30px 0;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  p,
  a {
    font-size: 15px;
  }

  .header .logo img {
    max-height: 60px;
  }

  .card {
    margin-top: 10px;
  }

  .card-custom:hover .card-img-overlay {
    top: 0%;
  }

  .zcwf_title h2 {
    font-size: 24px !important;
  }

  .zcwf_lblLeft .zcwf_col_fld input[type=text] {

    font-size: 15px !important;
  }

  .zcwf_lblLeft .zcwf_col_fld_slt {
    font-size: 15px !important;
  }
  .btn-get-started{
    padding: 10px 20px;
    font-size: 16px;
  }
  .navmenu ul li a{
    padding: 10px 15px;
    font-size: 16px;
  }
  .btn-get-stky{
    padding: 10px 20px;
    font-size: 16px;
  }

  .defense-title{
    padding: 0 ;
  }
  .accordion-button {
    font-size: 16px;
}

}