body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
  }
  
  a {
    color: rgb(84, 153, 170);
  }
  
  a:hover {
    color: rgb(84, 153, 170);
    text-decoration: none;
  }
  
  h1, h2, h3, h5, h6 {
    font-family: "Montserrat", sans-serif;
    overflow-wrap: normal;
    color: #5c8eb0;
  
  }
 p {
  color: #263d4d;
 }

  i {
    font-size: 30px;
    padding-right: 10px;
  }
  .back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
  }
  
  .back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #aaaaaa;
    color: #fff;
    transition: all 0.4s;
  }
  
  .back-to-top i:hover {
    background: #a7a7a7;
    color: #fff;
  }


  /*--------------------------------------------------------------
# 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 #234361;
    border-top-color: transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


  
  /* The hero image */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
 #hero {
  width: 100%;
  height: 50vh;
  background: url("../img/city6.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(13, 20, 26, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ff4a17;
  border: 2px solid #ff4a17;
}

#hero .btn-get-started:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  position: relative;
}

#hero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero .btn-watch-video:hover i {
  color: #ff4a17;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
} 


.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box i {
  
  color: #41657c;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}

.services h6 {
  color: #5c8eb0;
}

.services h5 {
  color: #5c8eb0;

}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #365870;
  transition: 0.3s;
}

.services .icon-box .icon-box:hover h4 a {
  color: #ff4a17;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #ff4a17;
}


section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
}
/* end of presets */
/* begin border animation */
.section-title h5 {
  color: #365870;

}

.svg-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
	margin: 0 auto;
  width: 520px;  
  text-align: center;
}
.shape {
  stroke-dasharray: 0 580;
  stroke-dashoffset: 580;
  stroke-width: 4px;
  fill: transparent;
  stroke: #fefefe;
  border-bottom: 5px solid black;
  transition: stroke-width 2.7s, stroke-dashoffset 2.7s, stroke-dasharray 1.3s;
  transition-delay: 0s;
  fill: rgb(20,20,20);  
}
.text {
  font-family: 'Raleway';
  font-size: 35px;
  line-height: 32px;
  letter-spacing: 15px;
  color: #fff;
  top: -120px;
  position: relative;
  text-align: center;
  height: 130px;
  width: 520px;
  font-variant: small-caps;
}

.shape-border {
  stroke-width: 4px;
  stroke-dashoffset: 0;
  stroke-dasharray: 480 100;
}

.material-icons{
 font-size: 30px;
 padding-right: 10px;
 padding-top: 10px;
}

.navigationbar {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;

}

.title2 {
  font-family:'Montserrat', sans-serif; 
  font-weight: 700px; 
  font-size: 32px;
  color:rgb(113, 204, 216);
}


.icofont {
  font-size: 30px;
  padding-right: 10px;
}

.about-boxes {
  background: url("assets/img/cybersecurityconsulting.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(151, 151, 151, 0.4);
  z-index: 9;
}

.about-boxes .container, .about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}



.i {
  font-size: 30px;
}
.header {
    color: white;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 50px;
}

.button {
    padding-top: 30px;
    padding-bottom: 30px;
}


.image {
    border-style: 20px white;

}

.review {
    border-bottom: 1px white;
    padding-bottom: 5px;
}

/* .linepadding {
    padding: 100px;
} */

.linebordertop {
    padding: 25px 0px 0px 0px;
}

/* .linepadding2 {
    padding: 90px 0px;
} */

/* .linepadding3 {
    padding: 25px 100px 25px 100px;
} */

.cuisine {
    size: 40px;
}

.curry {
    height: 400px;
    color: white;
}

.border {
    border: 6px;
    Color: white;
}


.facebook {
    font-size: 40px;
    color: black;
    padding-right: 20px;
}

.instagram {
    font-size: 40px;
    color: black;
}

.twitter {
    font-size: 40px;
    color: black;
    padding-left: 20px;
}

.fas fa-star {
    color: gold;
    text-shadow: 1px 1px black;
    font-size: 18px;
}
 
