/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #3F403F;
  background-color: #cccccc;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #901d1f;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top svg {
  color: #fff;
}

.back-to-top:hover {
  background: #901d1f;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.section-title h2 {
  font-size: 38px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000;
}

.section-title:before {
  content: "";
  border: 2px solid;
  border-image-source: linear-gradient(270deg, #bb2528 0%, rgba(157, 157, 157, 0) 100%);
  border-image-slice: 1;
  width: 20%;
  position: absolute;
  left: -25%;
  top: 45%;
}

.section-title:after {
  content: "";
  border: 2px solid;
  border-image-source: linear-gradient(-270deg, #bb2528 0%, rgba(157, 157, 157, 0) 100%);
  border-image-slice: 1;
  width: 20%;
  position: absolute;
  right: -25%;
  top: 45%;
}

.white-bg {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: transparent;
  transition: all 0.5s;
  z-index: 997;
  height: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 10%;
}

#header.fixed-top {
  height: 70px;
}

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

.scrolled-offset {
  margin-top: 70px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 95vh;
  background: url("../img/Banner_main.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
}

#hero h1 {
  font-size: 58px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-shadow: 0px -3px 3px #000;
}

#hero h1 span {
  font-weight: 200;
}

#hero p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 26px;
  text-shadow: 0px -3px 3px #000;
  width: 65%;
}

a.Speak {
  background-color: #75080A;
  padding: 10px 30px;
  box-shadow: 4px 3px 20px #000;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 18px;
}

a.Request {
  background-color: #E6E6E6;
  padding: 10px 30px;
  box-shadow: 4px 3px 20px #000;
  color: #000;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 18px;
}

/*--------------------------------------------------------------
# specialists
--------------------------------------------------------------*/
#specialists {
  background: url("../img/Banner2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.specialists-content h2 {
  font-size: 38px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  margin-bottom: 30px;
}

.specialists-content p {
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #3F403F;
  width: 80%;
}

/*--------------------------------------------------------------
# Infrastructure
--------------------------------------------------------------*/
.infrastructure-icon-box .content p {
  color: #e2233d;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 18px;
}

.infrastructure-icon-box {
  position: relative;
}

.infrastructure-icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10%;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom,
      transparent 0%,
      #bb2528 30%,
      #bb2528 70%,
      transparent 100%);
}

.infrastructure .col-lg-3:last-child .infrastructure-icon-box::before {
  content: unset;
}

/*--------------------------------------------------------------
# Protection
--------------------------------------------------------------*/
.protection-one-img-content {
  background-image: url('../img/img-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  padding-top: 30px;
}

.protection-one-img-content .section-title h2 {
  font-weight: 700;
}

.protection-two-content {
  padding: 50px;
  background-image: url('../img/black-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.protection-two-content-box {
  position: relative;
}

.protection-two-content-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: -5%;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 30%, #ffffff 70%, transparent 100%);
}

.protection .col-lg-3:last-child .protection-two-content-box::before {
  content: unset;
}

/*--------------------------------------------------------------
# Data Center
--------------------------------------------------------------*/

.data-center-slider {
  padding-left: 50px;
}

.data-center-slide-main {
  position: relative;
  margin: 0 30px;
}

.data-center-slide-main {
  position: relative;
  margin: 0 30px;
}

.data-center-slide-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.data-center-slide-img h5 {
  position: absolute;
  left: 1%;
  right: 1%;
  top: 85%;
  text-align: center;
  background-color: #000000a6;
  padding: 10px;
  color: #fff;
}

.data-center-slide-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #000000ab;
  transition: all 0.5s ease-in-out;
}

.data-center-slide-main:hover .data-center-slide-content {
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out
}

.data-center-slide-main:hover .data-center-slide-img h5 {
  display: none;
}

/*--------------------------------------------------------------
# Accuramet
--------------------------------------------------------------*/

#accuramet {
  background-color: #e6e6e6;
  padding: 30px 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
  background-color: #000;
  padding: 20px 0;
}

footer a svg {
  font-size: 30px;
  color: #fff;
}

footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 20px;
}

footer a:last-child {
  margin: 0;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1199.98px) {
  #hero {
    height: 50vh;
    background-position: top right;
  }

  #specialists {
    background-size: cover;
    background-position: 60% 0;
  }

  .protection-one-img-content {
    height: 25vh;
  }

  .data-center-slide-main {
    margin: 0 5px;
  }

  .data-center-slide-img img {
    height: 470px;
  }

  .data-center-slide-content p {
    font-size: 12px;
  }
}

@media screen and (max-width: 991.98px) {

  .section-title h2 {
    font-size: 28px;
  }

  #hero h1 {
    font-size: 38px;
  }

  #hero p {
    font-size: 16px;
    width: 85%;
  }

  #specialists {
    background-size: 100% 100%;
  }

  .specialists-content h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .infrastructure .col-lg-3:nth-child(even) .infrastructure-icon-box::before {
    content: unset;
  }

  .protection .col-lg-3:nth-child(even) .protection-two-content-box::before {
    content: unset;
  }
}

@media screen and (max-width: 767.98px) {
  section {
    padding: 30px 0;
  }

  .section-title h2 {
    font-size: 24px;
  }

  #hero {
    height: 90vh;
    background-position: top right;
  }

  section#hero:before {
    content: "";
    background-color: #00000087;
    z-index: -9;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  #hero h1 {
    font-size: 28px;
    margin-top: 50px;
  }

  #hero p {
    width: 100%;
  }

  a.Speak,
  a.Request {
    width: 75%;
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  #specialists {
    background-size: cover;
    background-position: 65% 0;
  }

  .specialists-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .specialists-content p {
    font-size: 16px;
  }

  .protection-one-img-content {
    height: 45vh;
  }

  .protection-two-content {
    padding: 20px;
  }

  .data-center-slider {
    padding-left: 20px;
  }

  .data-center-slide-img img {
    height: 360px;
  }

  .data-center-slide-img h5 {
    font-size: 14px;
  }

  .data-center-slide-content h5 {
    font-size: 12px;
  }

  .data-center-slide-content li {
    font-size: 12px;
  }

  .data-center-slide-content {
    padding: 10px;
  }
}