
@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
  url("../fonts/bootstrap-icons.woff2") format("woff");
  }
  

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto/Roboto-Bold-webfont.eot');
    src: url('../fonts/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
      /* url('../fonts/roboto/Roboto-Bold-webfont.woff2') format('woff2'),*/
    url('../fonts/roboto/Roboto-Bold-webfont.woff') format('woff'),
    url('../fonts/roboto/Roboto-Bold-webfont.ttf') format('truetype'),
    url('../fonts/roboto/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/roboto/Roboto-Italic-webfont.eot');
    src: url('../fonts/roboto/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
      /*url('../fonts/roboto/Roboto-Italic-webfont.woff2') format('woff2'),*/
    url('../fonts/roboto/Roboto-Italic-webfont.woff') format('woff'),
    url('../fonts/roboto/Roboto-Italic-webfont.ttf') format('truetype'),
    url('../fonts/roboto/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto/Roboto-Light-webfont.eot');
    src: url('../fonts/roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
      /*url('../fonts/roboto/Roboto-Light-webfont.woff2') format('woff2'),*/
    url('../fonts/roboto/Roboto-Light-webfont.woff') format('woff'),
    url('../fonts/roboto/Roboto-Light-webfont.ttf') format('truetype'),
    url('../fonts/roboto/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
  
  }
  @font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto/Roboto-Medium-webfont.eot');
    src: url('../fonts/roboto/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
      /*url('../fonts/roboto/Roboto-Medium-webfont.woff2') format('woff2'),*/
    url('../fonts/roboto/Roboto-Medium-webfont.woff') format('woff'),
    url('../fonts/roboto/Roboto-Medium-webfont.ttf') format('truetype'),
    url('../fonts/roboto/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
  
  }
  
  
  @font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto/Roboto-Regular-webfont.eot');
    src: url('../fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
      /* url('../fonts/roboto/Roboto-Regular-webfont.woff2') format('woff2'),*/
    url('../fonts/roboto/Roboto-Regular-webfont.woff') format('woff'),
    url('../fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../fonts/roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
  
  }
  
body{
    font-family: 'robotoregular';
}

.header {
    --background-color: rgba(0, 0, 0, 0.8);
    --heading-color: #ffffff;
    --contrast-color: #ffffff;
    color: #444444;
    background-color: #ffffff;
    padding: 10px 0;
    transition: all 0.5s;
    z-index: 997;
  }
  
  .header .logo {
    line-height: 1;
  }
  
  .header .logo img {
    max-height: 44px;
    margin-right: 8px;
  }
  
  .header .logo h1 {
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    color: #151515;
  }
  
  .header .logo span {
    color: #b80e00;
    font-size: 32px;
  }
  
  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    color: #000;
    font-size: 14px;
    padding: 8px 30px;
    margin: 0 0 0 30px;
    border-radius: 4px;
    transition: 0.3s;
    border: 2px solid #b80e00;
  }
  
  .header .btn-getstarted:hover,
  .header .btn-getstarted:focus:hover {
    color: #444444;
    background: #b80e00;
  }
  
  @media (max-width: 1200px) {
    .header .logo {
      order: 1;
    }
  
    .header .btn-getstarted {
      order: 2;
      margin: 0 15px 0 0;
      padding: 6px 15px;
    }
  
    .header .navmenu {
      order: 3;
    }
  }
  
  .scrolled .header {
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  }
  
  .header {
    background-color: #fff;
  }
  
 body.scrolled .header {
    --background-color: rgb(249 243 243 / 80%);
    border-bottom: 1px solid #ddd;
  }
  

  @media (min-width: 1200px) {
    .navmenu {
      padding: 0;
    }
  
    .navmenu ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
  
    .navmenu li {
      position: relative;
    }
  
    .navmenu a,
    .navmenu a:focus {
      color: #000;
      padding: 18px 12px;
      font-size: 15px;
      font-family: var(--nav-font);
      font-weight: 400;
      display: flex;
      align-items: center;
      justify-content: space-between;
      white-space: nowrap;
      transition: 0.3s;
      text-decoration: none;
    }
  
    .navmenu a i,
    .navmenu a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
      transition: 0.3s;
    }
  
    .navmenu li:last-child a {
      padding-right: 0;
    }
  
    .navmenu li:hover>a,
    .footer-top .footer-links a.active,
    .footer-top .footer-links a.active:focus,
    .navmenu .active,
    .navmenu .active:focus {
      color: #b80e00;
    }
  
    .navmenu .dropdown ul {
      margin: 0;
      padding: 10px 0;
      background: #ffffff;
      display: block;
      position: absolute;
      visibility: hidden;
      left: 14px;
      top: 130%;
      opacity: 0;
      transition: 0.3s;
      border-radius: 0;
      z-index: 99;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
  
    .navmenu .dropdown ul li {
      min-width: 200px;
    }
  
    .navmenu .dropdown ul a {
      padding: 10px 20px;
      font-size: 15px;
      text-transform: none;
      color: #212529;
    }
  
    .navmenu .dropdown ul a i {
      font-size: 12px;
    }
  
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
      background-color: #b80e00;
    }
  
    .navmenu .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
    }
  
    .navmenu .dropdown .dropdown ul {
      top: 0;
      left: -90%;
      visibility: hidden;
    }
  
    .navmenu .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: -100%;
      visibility: visible;
    }
  }
  
  /* Navmenu - Mobile */
  @media (max-width: 1199px) {
    .mobile-nav-toggle {
      color: rgba(255, 255, 255, 0.905);
      font-size: 28px;
      line-height: 0;
      margin-right: 10px;
      cursor: pointer;
      transition: color 0.3s;
    }
  
    .navmenu {
      padding: 0;
      z-index: 9997;
    }
  
    .navmenu ul {
      display: none;
      list-style: none;
      position: absolute;
      inset: 60px 20px 20px 20px;
      padding: 10px 0;
      margin: 0;
      border-radius: 6px;
      background-color: #ffffff;
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
  
    .navmenu a,
    .navmenu a:focus {
      color: #212529;
      padding: 10px 20px;
      font-family: var(--nav-font);
      font-size: 17px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: space-between;
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navmenu a i,
    .navmenu a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: 0.3s;
      background-color: color-mix(in srgb, #b80e00, white 90%);
    }
  
    .navmenu a i:hover,
    .navmenu a:focus i:hover {
      background-color: color-mix(in srgb, #b80e00, white 90%);
    }
  
    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
      background-color: #b80e00;
    }
  
    .navmenu .active i,
    .navmenu .active:focus i {
      transform: rotate(180deg);
    }
  
    .navmenu .dropdown ul {
      position: static;
      display: none;
      z-index: 99;
      padding: 10px 0;
      margin: 10px 20px;
      background-color: #ffffff;
      border: 1px solid color-mix(in srgb, #444444, transparent 90%);
      box-shadow: none;
      transition: all 0.5s ease-in-out;
    }
  
    .navmenu .dropdown ul ul {
      background-color: rgba(33, 37, 41, 0.1);
    }
  
    .navmenu .dropdown>.dropdown-active {
      display: block;
      background-color: rgba(33, 37, 41, 0.03);
    }
  
    .mobile-nav-active {
      overflow: hidden;
    }
  
    .mobile-nav-active .mobile-nav-toggle {
      color: #fff;
      position: absolute;
      font-size: 32px;
      top: 15px;
      right: 15px;
      margin-right: 0;
      z-index: 9999;
    }
  
    .mobile-nav-active .navmenu {
      position: fixed;
      overflow: hidden;
      inset: 0;
      background: rgba(33, 37, 41, 0.8);
      transition: 0.3s;
    }
  
    .mobile-nav-active .navmenu>ul {
      display: block;
    }
  }

  .carousel img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
section {
    margin-bottom: 40px;
  }
  .about .content h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #b80e00;
    text-transform: uppercase;
  }
  
  .about img {
    height: 469px;
      width: 100%;
  }
 
  .about .content ul {
    list-style: none;
    padding: 0;
  }
  
  .about .content ul li {
    padding: 10px 0 0 0;
    display: flex;
  }
  
  .about .content ul i {
    color: #b80e00;
    margin-right: 0.5rem;
    line-height: 1.2;
    font-size: 1.25rem;
  }
  
  .about .content p:last-child {
    margin-bottom: 0;
  }
  

.animation-words{
    background: #bf080b;
      position: absolute;
      width: 100%;
      top: 77px;
      font-size: 16px;
  }
  
  @media screen and (max-width:767px){
    .animation-words{
     top:64px;   
    }
  }
  
  .words {
    position: relative;
    animation: move-words 20s linear infinite;
    margin: 0;
    font-size: 14px;
    padding: 10px 0;
    color:#fff;
  }
  
  @keyframes move-words {
    0% {
      left: 100%;
    }
    100% {
      left: -100%;
    }
  }
  
  .bi-list::before {
  content: "\f479";
  color:#bf080b;
}
.bi-x::before {
  content: "\f62a";
}
  
  .carousel-indicators [data-bs-target] {
      border-top:10px solid #bf080b;
      border-bottom:10px solid #bf080b;
      background-color:#bf080b;
  }


.bi-check2-all::before {
    content: "\f26f";
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section,
.section {
  color: #444444;
  scroll-margin-top: 80px;
  overflow: clip;
}

.clients .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100);
  }
  
  .clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
  }
  
  .clients .swiper-wrapper {
    height: auto;
  }
  
  .clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: color-mix(in srgb, #444444, transparent 80%);
  }
  
  .clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b80e00;
  }

  .section-title {
    padding-bottom: 60px;
    position: relative;
}
.section-title {
    padding-bottom: 60px;
    position: relative;
  }
  
  .section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: color-mix(in srgb, #444444, transparent 50%);
    position: relative;
  }
  
  .section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #b80e00;
    margin: 4px 10px;
  }
  
  .section-title p {
    color: #151515;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #b80e00;
    margin: 4px 10px;
}

.services .service-item {
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #ddd;
    padding: 80px 20px;
    height: 100%;
    transition: all ease-in-out 0.3s;
}


.services .service-item .icon {
    margin: 0 auto;
    width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
  }
  
  
  .services .service-item .icon img {
    width: 100%;
    height: 204px;
    font-size: 28px;
    transition: ease-in-out 0.3s;
  }
  
  .services .service-item h3 {
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: 0.3s;
  }
  
  a {
    text-decoration: none;
    color: #000;
  }
  a:hover {
    color: #b80e00;
  }
  .services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .services .service-item:hover {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
  }
  
  .call-to-action .cta-btn, .cta-btn {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #000;
    color: #000;
}

.call-to-action {
    padding: 80px 0;
    position: relative;
    clip-path: inset(0);
    background-image: url('../img/home/video-section-bg.jpg');
    background-repeat:no-repeat;
  }
  
  .call-to-action img {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  
  .call-to-action .container {
    position: relative;
    z-index: 3;
  }
  
  .call-to-action h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
  }
  
  .call-to-action p {
    color: #000;
  }
  .features .features-image {
    position: relative;
    min-height: 464px;
}
.features .features-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.features .features-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #fff;
}
.features .features-item p {
    font-size: 15px;
    color: #fff;
    margin: 0;
}


#contact {
    background-image: url('../img/home/office.jpeg');
    background-repeat: no-repeat;
    height: 300px;
    background-position: center;
    position: relative;
  }
  
  #contact:before,.inner-page:before{
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,.5);
  }
  
  #contact .contact-section {
    transform: translate(-50%);
    top: 26%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 50%;
  }
  #contact h2 {
    color: #fff;
  }
  
  #contact a{
    border: 1px solid #fff;
    color: #fff;
  }

  .footer {
    color: #fff;
    background-color: #24336c;
    font-size: 14px;
    position: relative;
  }
  
  .footer .footer-top {
    padding: 50px 0;
    background-color: #24336c;
  }
  
  .footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 10px;
  }
  
  .footer .footer-about .logo img {
    max-height: 40px;
    margin-right: 6px;
  }
  
  .footer .footer-about .logo span {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
  }
  

  .footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
  }
  
  .footer .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-links ul i {
    margin-right: 4px;
    font-size: 12px;
    line-height: 0;
    color: #b80e00;
  }
  
  .footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }
  .footer-logo {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 200px;
    margin-bottom: 8%;
}
  
  .footer .footer-links ul a {
    color: #fff;
    display: inline-block;
    line-height: 1;
  }
  
  .footer .footer-links ul a:hover {
    color: #b80e00;
  }
  
  .footer .footer-contact p {
    margin-bottom: 5px;
  }
 

  .scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: #bf080b;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  
  .scroll-top.active {
    visibility: visible;
    opacity: 1;
  }

  .bi-arrow-up-short::before {
    content: "\f145";
}

.inner-page h1 {
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  width: 20%;
  height: 16%;
  text-align: center;
  line-height: 79px;
  color: #fff;
}